body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'gothicreg';
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-family: 'questa-regular';
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-family: 'questa-regular';
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-family: 'questa-regular';
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-family: 'questa-regular';
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-family: 'questa-regular';
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-family: 'questa-regular';
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'gothicreg';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'gothicreg';
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: gothicreg;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: gothicreg;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: gothicreg;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select {
  font-size: 1.4rem;
  height: 40px;
  /*         background: @main_bg;
        border: 1px solid @color-white;
        color: @color-white; */
}
select {
  height: 38px !important;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* @input-text-placeholder__color:#ffffff; */
.bundle-options-container .block-bundle-summary .bundle.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'gothicreg';
  font-weight: 600;
  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,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.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,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  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,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after {
  content: ': ';
}
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.box-tocart .action.tocart {
  width: 100%;
}
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: bold;
  color: #d18c4a;
}
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong {
  font-family: 'questa-regular';
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span {
  font-family: 'questa-regular';
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.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,
.account .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  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,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown 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,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.box-tocart .input-text.qty,
.account .table-return-items .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > 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,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.account-nav .title,
.block.newsletter .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.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,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.fieldset .fullname .field:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.product-item,
.sidebar .product-items-images .product-item,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field .control._with-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: 'luma-icons';
  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 {
  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: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  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;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > 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,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #666666;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.multicheckout .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.popup .actions-toolbar .action.cancel,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.popup .actions-toolbar .action.cancel:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.popup .actions-toolbar .action.cancel:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.popup .actions-toolbar .action.cancel:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.popup .actions-toolbar .action.cancel:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
}
.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,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .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,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions,
.box-tocart {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.cart.table-wrapper .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after {
  content: '\e621';
}
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'gothicreg';
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  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,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'luma-icons';
  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,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-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,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-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: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #cccccc;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.paypal-review-discount .block > .title,
.cart-discount > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.paypal-review-discount .block > .title:after,
.cart-discount > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .paypal-review-discount .block > .title strong,
.column.main .cart-discount > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.paypal-review-discount .block > .content,
.cart-discount > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount.active > .title:after {
  content: '\e621';
}
.paypal-review-discount .block.active > .content,
.cart-discount.active > .content {
  display: block;
}
@font-face {
  font-family: 'gothicreg';
  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-face {
  font-family: 'gothicreg';
  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-face {
  font-family: 'gothicreg';
  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-face {
  font-family: 'gothicreg';
  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-face {
  font-family: 'gothicbold';
  src: url('../fonts/century/bold/gothiccb-700.woff2') format('woff2'), url('../fonts/century/bold/gothiccb-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'gothicit';
  src: url('../fonts/century/italic/gothic.woff2') format('woff2'), url('../fonts/century/italic/gothic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'gothicreg';
  src: url('../fonts/century/regular/gothic-400.woff2') format('woff2'), url('../fonts/century/regular/gothic-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'gothiccb';
  src: url('../fonts/century/semibold/gothic-600.woff2') format('woff2'), url('../fonts/century/semibold/gothic-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'questa-light';
  src: url('../fonts/questa/light/Questa_Regular-webfont-300.woff2') format('woff2'), url('../fonts/questa/light/Questa_Regular-webfont-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'questa-italic';
  src: url('../fonts/questa/italic/Questa_Regular-webfont.woff2') format('woff2'), url('../fonts/questa/italic/Questa_Regular-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'questa-regular';
  src: url('../fonts/questa/regular/Questa_Regular-webfont-400.woff2') format('woff2'), url('../fonts/questa/regular/Questa_Regular-webfont-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'questa-semibold';
  src: url('../fonts/questa/semibold/Questa_Regular-webfont-600.woff2') format('woff2'), url('../fonts/questa/semibold/Questa_Regular-webfont-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'questa-bold';
  src: url('../fonts/questa/bold/Questa_Regular-webfont-700.woff2') format('woff2'), url('../fonts/questa/bold/Questa_Regular-webfont-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.navigation .level0 .submenu .menu_video li:nth-child(2n + 3) {
  clear: left;
}
.navigation .level0 .submenu li {
  display: inline-block;
  width: 100%;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.page-wrapper {
  overflow: hidden;
}
.nav-sections {
  background: rgba(0, 0, 0, 0.5);
  overflow: initial;
}
body .navigation {
  background: rgba(0, 0, 0, 0.5);
  max-width: 100%;
  overflow: initial;
  padding: 15px 0;
}
body .navigation > ul {
  text-align: center;
}
body .navigation .level0 > .level-top {
  color: #aaaaaa;
  font-size: 3.3rem;
  font-family: 'questa-light';
  font-weight: normal;
}
@media only screen and (max-width: 1800px) {
  body .navigation .level0 > .level-top {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1440px) {
  body .navigation .level0 > .level-top {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1280px) {
  body .navigation .level0 > .level-top {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  body .navigation .level0 > .level-top {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 812px) {
  body .navigation .level0 > .level-top {
    padding: 5px 4px !important;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 812px) {
  body .navigation .level0 {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 812px) {
  body .page-wrapper .sw-megamenu.navigation li.ui-menu-item.level0 > a:after {
    top: 13px;
    right: -5px;
  }
}
@media only screen and (max-width: 1024px) {
  body .navigation .level0.parent > .level-top {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  body .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: 995px !important;
  }
}
.navigation ul {
  text-align: left;
}
.category-item.level-top:before {
  content: '';
  height: 50%;
  width: 1px;
  background: #9e9f9f;
  position: absolute;
  right: -4px;
  top: 55%;
  margin-top: -12px;
  transform: rotate(30deg);
}
.navigation li.level0 {
  position: relative;
}
.category-item.level-top:last-child:before {
  content: none;
}
body .navigation .level0.active > .level-top,
body .navigation .level0.has-active > .level-top {
  color: #aaaaaa;
  border: 0;
}
body .navigation .level0 > .level-top:hover,
body .navigation .level0 > .level-top.ui-state-focus {
  color: #ffffff;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  right: 15px;
  position: absolute;
  top: 20px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.nav-toggle:before {
  background: url('../images/icon_sprite.png');
  width: 30px;
  height: 19px;
  background-position: -175px -187px;
  font-size: 0;
}
.giftbox-link {
  width: 100%;
  padding: 0 !important;
}
.Designers .right_left_menu_section .left_menu .sub_menu:first-child .subchildmenu .subchildmenu .subchildmenu {
  margin: 0;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: gothicreg;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../fonts/Luma-Icons.woff2') format('woff2'), url('../fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:active {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
}
.action.primary:focus,
.action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.primary span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.action.primary:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.action.primary:focus {
  box-shadow: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
.customer-account-create .form.create.account {
  border-right: 10px solid #2f2f2f;
}
.minicart-items-wrapper {
  color: #ffffff;
}
.customer-account-login .account .fieldset .choice {
  margin-bottom: 20px !important;
}
.customer-account-forgotpassword form.form.password.forget {
  width: 40%;
  margin: 0 auto;
  border: 0;
}
.customer-account-forgotpassword form.form.password.forget .label {
  display: block;
  text-align: left;
}
.customer-account-forgotpassword form.form.password.forget .actions-toolbar {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.customer-account-forgotpassword form.form.password.forget .actions-toolbar .primary {
  float: none;
}
.customer-account-forgotpassword form.form.password.forget .field.note {
  font-weight: bold;
  color: #d18c4a;
}
.customer-account-forgotpassword form.form.password.forget .fieldset {
  margin-top: 20px;
  display: inline-block;
}
.customer-account-forgotpassword form.form.password.forget input[type="text"],
.customer-account-forgotpassword form.form.password.forget input[type="password"],
.customer-account-forgotpassword form.form.password.forget input[type="url"],
.customer-account-forgotpassword form.form.password.forget input[type="tel"],
.customer-account-forgotpassword form.form.password.forget input[type="search"],
.customer-account-forgotpassword form.form.password.forget input[type="number"],
.customer-account-forgotpassword form.form.password.forget input[type="datetime"],
.customer-account-forgotpassword form.form.password.forget input[type="email"],
.customer-account-forgotpassword form.form.password.forget select {
  background: #262626;
  color: #727272;
  border-radius: 0;
  border: 1px solid #474747;
  margin-top: 4px;
}
.customer-account-login .column.main,
.customer-account-create .column.main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 0;
}
.customer-account-login .login-container,
.customer-account-create .login-container {
  background: #363636;
  width: 50%;
  border-right: 10px solid #2f2f2f;
  padding: 20px;
}
.customer-account-login .login-container .block,
.customer-account-create .login-container .block {
  width: 100%;
}
.customer-account-login .login-container .block .block-title,
.customer-account-create .login-container .block .block-title {
  color: #ffffff;
}
.customer-account-login .form.create.account,
.customer-account-create .form.create.account {
  width: 50%;
  padding: 20px;
}
.customer-account-login .fieldset .field,
.customer-account-create .fieldset .field {
  color: #ffffff;
}
.customer-account-login .fieldset .legend,
.customer-account-create .fieldset .legend {
  color: #d18c4a;
  font-size: 1.8rem;
  padding-bottom: 15px;
  font-weight: bold;
  border-color: #ffffff;
}
.customer-account-login .fieldset.create.info .field:not(.choice),
.customer-account-create .fieldset.create.info .field:not(.choice) {
  float: left;
  width: 49%;
}
.customer-account-login .fieldset.create.info .field:not(.choice).field-name-firstname,
.customer-account-create .fieldset.create.info .field:not(.choice).field-name-firstname {
  margin-right: 2%;
}
.customer-account-login .fieldset.create.info .field:not(.choice).telephone,
.customer-account-create .fieldset.create.info .field:not(.choice).telephone {
  width: 100%;
}
.customer-account-login .fieldset.create.account,
.customer-account-create .fieldset.create.account {
  margin-bottom: 0;
  padding-right: 0;
}
.customer-account-login .fieldset.create.account .password,
.customer-account-create .fieldset.create.account .password,
.customer-account-login .fieldset.create.account .confirmation,
.customer-account-create .fieldset.create.account .confirmation {
  float: left;
  width: 49%;
}
.customer-account-login .fieldset.create.account .password,
.customer-account-create .fieldset.create.account .password {
  margin-right: 2%;
}
.customer-account-login .form-create-account.form.create.account fieldset .field.password #password-strength-meter-container,
.customer-account-create .form-create-account.form.create.account fieldset .field.password #password-strength-meter-container {
  display: none;
}
.customer-account-login .actions-toolbar > .secondary,
.customer-account-create .actions-toolbar > .secondary {
  float: right;
}
.customer-account-login .actions-toolbar > .secondary a,
.customer-account-create .actions-toolbar > .secondary a {
  color: #ffffff;
}
.customer-account-login .abs-margin-for-forms-desktop,
.customer-account-create .abs-margin-for-forms-desktop,
.customer-account-login .login-container .fieldset:after,
.customer-account-create .login-container .fieldset:after {
  display: none;
}
.customer-account-login .custome_subscribe,
.customer-account-create .custome_subscribe {
  margin-top: 0;
  border-top: 10px solid #2f2f2f;
}
.customer-account-forgotpassword .fieldset .field {
  color: #ffffff;
}
.customer-account-forgotpassword .form.password.reset,
.customer-account-forgotpassword .form.send.confirmation,
.customer-account-forgotpassword .form.password.forget {
  background: #363636;
  width: 50%;
  border-right: 10px solid #2f2f2f;
  padding: 20px;
}
.customer-account-forgotpassword .column.main {
  padding-bottom: 0;
}
.customer-account-forgotpassword .custome_subscribe {
  margin-top: 0;
  border-top: 10px solid #2f2f2f;
}
.captcha-reload {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
}
.captcha-reload span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.captcha-reload:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.primary1 {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
}
.primary1 span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.primary1:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.pur-product-cart {
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 27px 40px;
  width: 100%;
}
.pur-product-cart #so-top-title {
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.pur-product-cart .gc-content {
  font-size: 15px;
  line-height: 26px;
  color: #d1d1d1;
  margin-top: 10px;
  margin-bottom: 32px;
}
.pur-product-cart .gc-gift-card-img {
  float: left;
  width: 22%;
  margin-right: 3%;
}
.pur-product-cart #post_gift_form {
  float: left;
  width: 75%;
}
.pur-product-cart .gc-table tr td {
  padding-bottom: 12px;
  color: #d1d1d1;
  vertical-align: top;
  padding-top: 0;
}
.left_box,
.right_box {
  display: inline-block;
  width: 100%;
}
.left_images {
  float: left;
}
.right_images {
  float: right;
}
.customer-account-login .choice.newsletter label span {
  padding-left: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie11 body .page-wrapper {
    height: auto;
  }
}
.gift_card_container {
  background: #363636;
}
.gift_card_container .contect_container {
  background: #363636;
}
.cms-page-view .custom_cut_diamonds .call_link strong {
  display: inline-block;
}
.engagement_info {
  display: inline-block;
  width: 100%;
  padding: 15px;
}
.engagement_info h3 {
  font-family: 'questa-regular';
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: normal;
}
.bgd_cms_content {
  padding: 25px;
  background: #ebebeb;
}
.bgd_cms_content .color_sec {
  color: #d18c4a;
}
.we-set-the-hearts-and-arrows-standard h2 {
  width: 100%;
  display: inline-block;
}
.we-set-the-hearts-and-arrows-standard .we-set-main {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.valentines-day-video-2015 .iframe span {
  display: block;
}
.happy-turkey-day .cms_entry-title {
  text-align: center;
  margin-bottom: 10px;
}
.happy-turkey-day .cms_content span {
  display: block;
  text-align: center;
  color: #d18c4a;
  font-family: 'gothicbold';
}
.happy-turkey-day .iframe {
  margin-top: 50px;
}
.cyber-monday-online-jewelry-deals .cms_content {
  text-align: center;
}
.cyber-monday-online-jewelry-deals .cms_content h2 {
  text-align: center;
  font-size: 3.2rem;
}
.cyber-monday-online-jewelry-deals .cms_content .cyber_content {
  font-size: 2.2rem;
  margin-top: 40px;
}
.cyber-monday-online-jewelry-deals .cms_content .cyber_content span {
  display: block;
  color: #d18c4a;
}
.cyber-monday-online-jewelry-deals .cms_content .cyber_content a {
  color: #d18c4a;
  text-decoration: none;
  text-decoration: underline;
}
.trick-and-treat table {
  width: 600px;
  margin: 0 auto;
}
.trick-and-treat .cms_content ul {
  padding: 0;
  text-align: center;
  list-style: none;
  margin: 20px 0;
}
.iframe {
  text-align: center;
  margin-top: 30px;
}
body .diamond_jewelry_cat {
  color: #000000;
}
.cms_image {
  text-align: center;
  margin-bottom: 20px;
}
.bezel_diamonds .cms_banner.valantine .category_discrip a {
  display: inline-block;
}
.bezel_diamonds .antique_container {
  display: inline-block;
  margin-top: 20px;
}
.atlanta-loose .cms_image {
  text-align: center;
}
.atlanta-loose .showas {
  font-size: 1.2rem;
  text-decoration: none;
  color: #d18c4a;
}
.atlanta-loose .custom_cut_diamonds {
  padding: 20px 0 0 0;
  display: inline-block;
  width: 100%;
}
.antique-engagement-rings .cms_content {
  width: 1200px;
  margin: 0 auto;
  display: block;
}
.antique-engagement-rings .antique_container {
  display: inline-block;
  margin-top: 20px;
}
.antique-engagement-rings .cms_banner.valantine {
  margin-top: 0;
}
.ring_into_autumn .cms_main_banner {
  margin-top: 0;
  margin-bottom: 0;
}
.cms_main_banner {
  margin: -25px;
}
.cms_main_banner img {
  width: 100%;
}
.banner_list {
  padding: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.banner_list ul {
  padding: 0;
  display: table;
  width: 100%;
}
.banner_list ul li {
  text-align: center;
  display: inline-block;
  width: 200px;
}
.banner_list ul li img {
  height: 210px;
  object-fit: cover;
}
.cont_cen {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cms_btn {
  text-align: center;
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  text-decoration: none !important;
  color: #ffffff !important;
}
.cms_btn span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.cms_btn:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.elegance_content {
  width: 600px;
  margin: 40px auto;
}
.elegance-squared .cms_content .elegance_content h2 {
  text-align: center;
  margin: 30px 0;
}
.elegance-squared .cms_content .elegance_content b {
  display: block;
  text-align: center;
  color: #d18c4a;
}
.elegance_list {
  padding: 0;
  margin: 25px 0;
  list-style: none;
  display: table;
  width: 100%;
  text-align: center;
}
.elegance_list li {
  display: inline-block;
  width: 50%;
}
.elegance_list li span {
  font-size: 1.8rem;
  font-family: 'gothicbold';
}
.cms_banner.valantine {
  margin: -25px;
}
.cms_banner.valantine img {
  width: 100%;
}
.cms_banner.valantine .category_discrip {
  border-bottom: 5px solid #2f2f2f;
}
.cms_banner.valantine .category_discrip img {
  float: left;
}
.bgd_cms_content.valentines_content .valentines_info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.bgd_cms_content.valentines_content .valentines_info p {
  text-align: center;
  font-size: 1.8rem;
}
.bgd_cms_content.valentines_content .valentines_info p b {
  color: #f3c1c0;
}
.bgd_cms_content.valentines_content .valentines_info_list {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #f3c1c0;
  border-bottom: 1px solid #f3c1c0;
}
.bgd_cms_content.valentines_content .valentines_info_list ul {
  padding: 0;
  display: table;
  margin: 0;
}
.bgd_cms_content.valentines_content .valentines_info_list ul li {
  display: inline-block;
  width: 48%;
  margin: 1%;
}
.bgd_cms_content.valentines_content .valentines_info_list ul li > span {
  display: block;
  margin-bottom: 20px;
}
.bgd_cms_content.valentines_content .valentines_info_list ul li a {
  border-radius: 0;
}
.bgd_cms_content.valentines_content .shop_info {
  max-width: 350px;
  margin: 0 auto;
}
.bgd_cms_content.valentines_content .shop_list {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}
.bgd_cms_content.valentines_content .shop_list ul {
  padding: 0;
  margin-bottom: 20px;
  display: inline-block;
}
.bgd_cms_content.valentines_content .shop_list ul li {
  width: 50%;
  float: left;
}
.bgd_cms_content.valentines_content .shop_list ul li a {
  font-size: 1.8rem;
  color: #222222;
  text-decoration: none;
  font-family: 'gothicbold';
}
.bgd_cms_content.valentines_content .shop_list ul li a span {
  color: #d18c4a;
}
.bgd_cms_content.valentines_content .valaint_tearm {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  margin-top: 35px;
  font-size: 1.4rem;
}
.bgd_cms_content.valentines_content .valaint_tearm ul {
  padding: 0;
}
.bgd_cms_content.valentines_content .valaint_tearm h2 {
  font-size: 1.6rem;
}
.cms-customer .column.main {
  min-height: inherit;
}
.iphone-app .iphone_content {
  display: inline-block;
  width: 100%;
}
.iphone-app .iphone_content .iphone_left_cont {
  float: left;
  width: 80%;
}
.iphone-app .iphone_content .iphone_right_cont {
  float: left;
  width: 20%;
  padding: 0px 20px 0px;
}
.iphone-app .apple_list {
  list-style-type: disc;
  padding-left: 20px;
}
.flip_message {
  display: inline-block;
  width: 100%;
  font-family: 'gothicbold';
  font-size: 1.6rem;
  color: #d18c4a;
  margin-bottom: 15px;
}
.term_elegance {
  font-size: 1rem;
}
.term_elegance ul {
  padding: 0;
  list-style: none;
}
.cms_banner .category-description.legera_collection {
  position: static;
  background: #fff;
  display: inline-block;
  text-align: center;
}
.cms_banner .category-description.legera_collection h3 {
  width: 100%;
  text-align: center;
  font-size: 4rem;
  line-height: normal;
  margin-bottom: 10px !important;
}
.cms_banner .category-description.legera_collection h3 br {
  display: none;
}
.cms_banner .category-description.legera_collection p {
  margin-bottom: 0;
}
.custom-modal #add-to-cart {
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}
#diamond_accord {
  display: inline-block;
  width: 100%;
  padding: 0px 20px 20px 20px;
}
#diamond_accord .accord_collapse {
  margin-bottom: 15px;
}
#diamond_accord .accord_collapse .accord_title {
  padding: 10px;
  border: 1px solid #363636;
  background: #363636;
  cursor: pointer;
  position: relative;
}
#diamond_accord .accord_collapse .accord_title:before {
  content: 'show more';
  position: absolute;
  right: 40px;
  top: 50%;
  color: #d18c4a;
  margin-top: -10px;
  text-transform: capitalize;
}
#diamond_accord .accord_collapse .accord_title:after {
  display: inline-block;
  margin-left: 1px;
  width: 21px;
  height: 15px;
  background-image: url('../images/icon_sprite.png');
  vertical-align: middle;
  content: '';
  background-position: -364px -60px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
#diamond_accord .accord_collapse .accord_title a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.6rem;
}
#diamond_accord .accord_collapse .accourd_content {
  padding: 10px;
}
#diamond_accord .accord_collapse .accourd_content p {
  color: #000000;
}
#diamond_accord .accord_collapse .accourd_content p span {
  display: block;
}
#diamond_accord .accord_collapse.active .accord_title:before {
  content: 'show less';
}
#diamond_accord .accord_collapse.active .accord_title:after {
  background-image: url('../images/icon_sprite.png');
  background-position: -406px -60px;
}
.diamod_custom .category-view {
  display: none;
}
.diamond_banner_section {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 30px;
  color: #000000;
  background: linear-gradient(to right, #ebebeb 0%, #ebebeb 50%, #ffffff 100%);
  max-height: 330px;
  overflow: hidden;
  position: relative;
}
.diamond_banner_section .diamond_banner_left {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  padding-top: 40px;
}
.diamond_banner_section .diamond_banner_left h3 {
  font-size: 4rem;
  margin-bottom: 20px;
}
.diamond_banner_section .diamond_banner_left p span {
  display: block;
  font-size: 2rem;
}
.diamond_banner_section .diamond_right_info {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}
.diamond_banner_section .diamond_right_info + p {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 0;
  font-size: 1.6rem;
}
.diamond_banner_section .diamond_lt_strip {
  background: linear-gradient(to right, #f4d5b7 70%, rgba(244, 213, 183, 0) 100%);
  height: 1px;
  margin: 20px 0;
  width: 100%;
  display: inline-block;
}
.diamond_banner_section .diamond_rt_strip {
  background: linear-gradient(to right, rgba(244, 213, 183, 0) 0%, #f4d5b7 170%);
  float: right;
  height: 1px;
  width: 100%;
  text-align: right;
}
.diamond_banner_section .diamond_btn {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-decoration: none;
}
.diamond_banner_section .diamond_btn:focus,
.diamond_banner_section .diamond_btn:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.diamond_banner_section .diamond_btn:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.diamond_banner_section .diamond_btn.disabled,
.diamond_banner_section .diamond_btn[disabled],
fieldset[disabled] .diamond_banner_section .diamond_btn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.diamond_banner_section .diamond_btn span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.diamond_banner_section .diamond_btn:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.diamond_banner_section .diamond_btn:focus {
  box-shadow: none;
}
.reviewsContainer {
  background-color: #2f2f2f;
  padding: 13px 0 13px;
  text-align: center;
  z-index: 15;
  color: #ffffff;
}
.reviewsContainer .reviewText {
  font-size: 1.8rem;
}
.reviewsContainer .reviewText a {
  text-decoration: none;
  color: #d18c4a;
}
.reviewsContainer .quote {
  color: #f0a055;
  font-size: 27px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.reviewsContainer .quote.quote--before {
  left: -10px;
  top: -3px;
}
.reviewsContainer .quote.quote--after {
  left: 10px;
  top: 9px;
}
.diamond_order_list {
  display: inline-block;
  width: 100%;
}
.diamond_order_list .diamond_ulisting {
  display: inline-block;
  width: 100%;
  padding: 0;
  list-style: none;
}
.diamond_order_list .diamond_ulisting li {
  width: 20%;
  float: left;
  border: 2px solid #ffffff;
  text-align: center;
  margin: 2% 2.5%;
  background: #ffffff;
  transition: 0.3s;
}
.diamond_order_list .diamond_ulisting li a {
  text-decoration: none;
}
.diamond_order_list .diamond_ulisting li .pro_title {
  display: block;
  text-align: center;
  margin: 10px 0;
  color: #000000;
  font-family: 'gothicbold';
  font-size: 1.8rem;
  min-height: 50px;
}
.diamond_order_list .diamond_ulisting li .readmore_btn {
  background-color: #363636;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 19px 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s;
}
.diamond_order_list .diamond_ulisting li:hover {
  border-color: #d18c4a;
}
.diamond_order_list .diamond_ulisting li:hover .readmore_btn {
  background: #d18c4a;
}
.whitepaper_top_strip {
  background: #fa8e2c;
  text-align: center;
}
.whitepaper_top_strip span {
  color: #ffffff;
  font-size: 2.4rem;
  padding: 10px 0 15px 0;
  font-weight: normal;
  margin: 0;
  display: block;
}
.whitepaper_form form {
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}
.whitepaper_form form input[type=submit] {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
}
.whitepaper_form form input[type=submit] span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.whitepaper_form form input[type=submit]:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.whitepaper_form .whitepaper_form_detail {
  font-size: 9px;
  display: block;
  margin-top: 10px;
}
.whitepaper_form .whitepaper_form_detail a {
  text-decoration: underline;
}
.whitepaper_info {
  padding-top: 0px;
  border-top: 1px solid #e7e7e7;
}
.whitepaper_info .whitepaper_test {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.whitepaper_info .whitepaper_test span {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 20px 30px;
}
.whitepaper_info .whitepaper_test span:first-child {
  border-right: 1px solid #e7e7e7;
}
.bgd_logo {
  width: 180px;
  margin: 0 auto;
}
.webpages-container.whitepaper_diamond,
.webpages-container.whitepaper_diamond_ering {
  background: #ffffff;
  background: #ffffff url('../images/bgd-water-mark.jpg');
  background-repeat: no-repeat;
  background-position: -1px 60px;
}
.webpages-container.whitepaper_diamond p,
.webpages-container.whitepaper_diamond_ering p {
  text-align: center;
}
.webpages-container.whitepaper_diamond p strong,
.webpages-container.whitepaper_diamond_ering p strong {
  font-weight: bold;
}
.webpages-container.whitepaper_diamond .cms_content,
.webpages-container.whitepaper_diamond_ering .cms_content {
  max-width: 768px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 30px 0;
}
.webpages-container.whitepaper_diamond h1,
.webpages-container.whitepaper_diamond_ering h1 {
  text-align: center;
}
.cms_eng_banner .category-image img {
  width: 100%;
  max-width: 1440px;
}
.cms_eng_banner .category-description .cat_short_dicription h1 {
  color: #d18c4a;
  font-size: 25px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.cms_eng_banner .category_discrip .category-description.cms_eng_dec h3 {
  color: #000000;
}
.cms_eng_banner .category_discrip .category-description {
  left: 30px;
}
.eng_collection {
  padding: 25px;
  background: #ebebeb;
  padding-bottom: 40px;
}
.eng_collection .eng_collection_list {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.eng_collection .eng_collection_list li {
  width: 30.33%;
  float: left;
  margin-right: 4.5%;
  margin-bottom: 3.33%;
}
.eng_collection .eng_collection_list li:nth-child(3n + 3) {
  margin-right: 0;
}
.eng_collection .eng_collection_list li:nth-child(3n + 4) {
  clear: left;
}
.eng_collection .eng_collection_list li a {
  text-decoration: none;
}
.eng_collection .eng_collection_list li .eng_collection_title {
  display: block;
  margin-bottom: 10px;
  font-family: 'gothicbold';
  color: #d18c4a;
  font-size: 1.8rem;
  text-align: center;
}
.eng_collection .eng_collection_list li .eng_collection_pro_name {
  display: block;
  margin-bottom: 15px;
}
.eng_collection .eng_collection_list li .eng_price {
  color: #d18c4a;
  font-size: 1.6rem;
  text-decoration: none;
}
.eng_collection .eng_collection_list li .eng_collection_img img {
  width: 100%;
}
.eng_collection .eng_collection_list li .eng_collection_img {
  margin-bottom: 20px;
}
.eng_collection .eng_collection_list li.col_2 {
  margin-right: 0;
  width: 64%;
}
body .products-grid.wishlist .product-item-tooltip {
  display: none;
}
#container {
  margin: 0 auto;
}
.cms-page-view.cms-preference-center .page-wrapper .page-main {
  background: #ffffff;
}
iframe#ltkframe {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 680px;
}
.diamond_block_bgd {
  display: table;
  width: 100%;
  background: #363636;
  padding: 25px;
  border-top: 10px solid #2f2f2f;
}
.diamond_block_bgd .diamon_image {
  display: inline-block;
  width: 340px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .diamond_block_bgd .diamon_image {
    width: 180px;
  }
}
.diamond_block_bgd .diamond_right_info {
  width: calc(100% - 340px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .diamond_block_bgd .diamond_right_info {
    width: calc(100% - 180px);
  }
}
@media only screen and (max-width: 992px) {
  .diamond_block_bgd .diamond_right_info {
    padding-left: 20px;
  }
}
.diamond_block_bgd .diamond_right_info h2 {
  font-family: 'gothicbold';
  color: #d18c4a;
  margin-top: 0;
}
.diamond_block_bgd .diamond_right_info p,
.diamond_block_bgd .diamond_right_info li {
  text-transform: uppercase;
  color: #d1d1d1;
}
.diamond_block_bgd .diamond_right_info ul {
  padding-left: 20px;
  display: inline-block;
  width: 100%;
}
.diamond_block_bgd .diamond_right_info ul li {
  list-style: disc;
  margin-bottom: 3px;
}
.diamond_block_bgd .diamond_right_info .dimond_left_info {
  width: 55.5%;
  float: left;
}
@media only screen and (max-width: 992px) {
  .diamond_block_bgd .diamond_right_info .dimond_left_info {
    width: 100%;
  }
}
.diamond_block_bgd .diamond_right_info .dimond_left_info .left_info_detail li {
  float: left;
  width: 50%;
}
.diamond_block_bgd .diamond_right_info .dimond_right_info {
  float: left;
  width: 44.5%;
  position: relative;
  padding-left: 25px;
}
@media only screen and (max-width: 992px) {
  .diamond_block_bgd .diamond_right_info .dimond_right_info {
    width: 100%;
    padding-left: 0px;
  }
}
.diamond_block_bgd .diamond_right_info .dimond_right_info:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  background: #484848;
  top: 0;
}
@media only screen and (max-width: 992px) {
  .diamond_block_bgd .diamond_right_info .dimond_right_info:before {
    content: none;
  }
}
body #diamondsearch.ds-mobile .ui-slider-horizontal {
  margin: 0 16px;
}
.cms-page-view .custom_cut_diamonds strong {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.cms-page-view .custom_cut_diamonds .tabs {
  text-align: center;
}
.amgiftcard-check .amgiftcard_info div {
  text-align: left !important;
  padding-top: 6px;
  color: #d18c4a !important;
}
.cms-page-view strong {
  font-weight: normal;
}
@media only screen and (max-width: 1280px) {
  .cms-page-view.page-layout-2columns-left .sidebar-additional.sidebar {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  .cms-page-view.page-layout-2columns-left .sidebar-additional.sidebar {
    width: 30%;
  }
}
@media only screen and (max-width: 1280px) {
  .cms-page-view.page-layout-2columns-left .column.main {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .cms-page-view.page-layout-2columns-left .column.main {
    width: 70%;
  }
}
.cms-page-view.page-layout-2columns-left .sidebar-additional {
  padding-right: 0;
}
.webpages-container #content #TableTxtAlign .color-grade-left td {
  padding: 0;
}
.webpages-container #content #TableTxtAlign .color-grade-left td p {
  color: #000000;
}
body .webpages-container .color-grade-outer p {
  color: #000000;
}
.blog-post-view .webpages-container p {
  font-size: 1.5rem;
  line-height: 23px;
  color: #2f2f2f;
  margin-bottom: 30px;
}
.cms-engagement-rings-custom-engagement-rings .webpages-container .about_title,
.cms-custom-engagement-rings .webpages-container .about_title {
  padding: 10px 0;
}
.custom_box_1 {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 15px 0;
  border-top: 1px solid #333333;
}
.custom_box_1 .custom_box_1_left {
  float: left;
  width: 20%;
}
.custom_box_1 .custom_box_1_right {
  float: left;
  width: 80%;
  padding-left: 40px;
}
.contact-explain {
  font-family: 'gothicbold';
  color: #000000 !important;
  font-size: 16px !important;
}
.custom_two_diaamond {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.custom_two_diaamond .custom_left {
  width: 45%;
  display: inline-block;
  margin-right: 5%;
  vertical-align: middle;
}
.custom_two_diaamond .custom_right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: center;
}
.testimonial_grid > div {
  width: 100%;
  display: inline-block;
}
.testimonial_grid > div .no-testimonial {
  color: #e02b27 !important;
  background: #fae5e5;
  width: 100%;
  display: inline-block;
  padding: 12px 20px 12px 45px;
  position: relative;
}
.testimonial_grid > div .no-testimonial:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
body select {
  padding: 4px 35px 5px 10px;
}
.addthis_bar.addthis_bar_bottom.at-topBottom-animateIn {
  display: none;
}
.cms-page-view .breadcrumbs {
  display: none;
}
body .blog__post-view {
  position: relative;
}
body .blog__post-view .blog__post-featured-image {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 110px;
}
.blog__post-list-wrapper {
  padding: 24px 20px 0 20px;
}
body .blog__post-list-wrapper .blog__post-list li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1441px) {
  body .blog__post-item .blog__post-header .blog__post-title a {
    font-size: 3rem;
  }
}
body .blog__post-list-wrapper .blog__post-list {
  display: inline-block;
}
body .blog__post-list-wrapper .blog__post-list > li {
  float: left;
  width: 31.33%;
  margin-right: 2%;
  color: #2f2f2f;
  border: 0;
}
body .blog__post-list-wrapper .blog__post-list > li:nth-child(3n + 1) {
  clear: left;
}
body .blog__post-list-wrapper .blog__post-list > li:last-child {
  margin-right: 0;
}
body .blog__post-list-wrapper .blog__post-list > li .blog__post-excerpt a {
  width: 100%;
  display: inline-block;
  text-align: center;
}
body .blog__post-list-wrapper .blog__post-list > li .blog__post-excerpt a img {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
}
body .blog__post-list-wrapper .blog__post-list .blog__post-title {
  text-align: center;
}
body .blog__post-list-wrapper .blog__post-list .read-more {
  color: #d18c4a;
  font-size: 1.6rem;
}
body .blog__post-list-wrapper .blog-post-list__toolbar {
  display: none;
}
.blog.blog-post-view .columns,
.blog.blog-category-index .columns,
.blog.blog-search-result .columns,
.blog.blog-category-view .columns {
  display: block;
}
.blog.blog-post-view .columns .column.main,
.blog.blog-category-index .columns .column.main,
.blog.blog-search-result .columns .column.main,
.blog.blog-category-view .columns .column.main {
  -webkit-flex-basis: inherit;
  flex-basis: inherit;
}
.blog.blog-post-view .columns .sidebar-main,
.blog.blog-category-index .columns .sidebar-main,
.blog.blog-search-result .columns .sidebar-main,
.blog.blog-category-view .columns .sidebar-main {
  -webkit-flex-basis: inherit;
  flex-basis: inherit;
  padding-right: 0px;
  background: #ebebeb;
  padding-top: 20px;
}
.blog.blog-post-view .page-main,
.blog.blog-category-index .page-main,
.blog.blog-search-result .page-main,
.blog.blog-category-view .page-main {
  background: #ebebeb;
}
@media (max-width: 992px) {
  .blog.blog-post-view.page-layout-2columns-left .sidebar-main,
  .blog.blog-category-index.page-layout-2columns-left .sidebar-main,
  .blog.blog-search-result.page-layout-2columns-left .sidebar-main,
  .blog.blog-category-view.page-layout-2columns-left .sidebar-main {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .blog.blog-post-view.page-layout-2columns-left .column.main,
  .blog.blog-category-index.page-layout-2columns-left .column.main,
  .blog.blog-search-result.page-layout-2columns-left .column.main,
  .blog.blog-category-view.page-layout-2columns-left .column.main {
    width: 75%;
  }
}
.cms_sidebar {
  margin-top: 30px;
}
.blog__sidebar-main,
.cms_sidebar {
  display: inline-block;
  width: 100%;
  padding: 0px 15px;
}
.blog__sidebar-main .blog__sidebar-search form .primary,
.cms_sidebar .blog__sidebar-search form .primary {
  background: #0b0b0b;
  width: 35px;
  height: 35px;
  border-radius: 0;
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
  right: 0;
  border-left: 1px solid #a9a9a9;
  box-sizing: border-box;
}
.blog__sidebar-main .blog__sidebar-search form .primary:before,
.cms_sidebar .blog__sidebar-search form .primary:before {
  font-size: 0;
  background: url('../images/icon_sprite.png');
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 6px;
  top: 5px;
  background-position: -548px 1px;
}
.blog__sidebar-main .blog__sidebar-search form .primary span,
.cms_sidebar .blog__sidebar-search form .primary span {
  display: none;
}
.blog__sidebar-main .blog__sidebar-search form input,
.cms_sidebar .blog__sidebar-search form input {
  height: 35px;
  border-radius: 0;
  border: 1px solid #bbb;
}
.blog__sidebar-main .blog__sidebar-search form input:focus,
.cms_sidebar .blog__sidebar-search form input:focus {
  outline: none;
  box-shadow: none;
}
.blog__sidebar-main .blog__sidebar-search .search-text,
.cms_sidebar .blog__sidebar-search .search-text {
  color: #4e4e4e;
  font-size: 3rem;
  font-family: 'questa-light';
  margin-bottom: 15px;
  display: block;
  line-height: normal;
}
@media only screen and (max-width: 1441px) {
  .blog__sidebar-main .blog__sidebar-search .search-text,
  .cms_sidebar .blog__sidebar-search .search-text {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 1280px) {
  .blog__sidebar-main .blog__sidebar-search .search-text,
  .cms_sidebar .blog__sidebar-search .search-text {
    font-size: 2.4rem;
  }
}
.blog__sidebar-main .block-collapsible-nav .content,
.cms_sidebar .block-collapsible-nav .content {
  background: #ebebeb;
}
.blog__sidebar-main .block-collapsible-nav .content .nav > li,
.cms_sidebar .block-collapsible-nav .content .nav > li {
  margin: 0;
}
.blog__sidebar-main .block-collapsible-nav .content .nav > li > a,
.cms_sidebar .block-collapsible-nav .content .nav > li > a {
  color: #4e4e4e;
  text-transform: capitalize;
  font-size: 1.5rem;
  position: relative;
  background-color: #ebebeb;
  border-bottom: 1px solid #aaa;
  border-left: 0;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .blog__sidebar-main .block-collapsible-nav .content .nav > li > a,
  .cms_sidebar .block-collapsible-nav .content .nav > li > a {
    padding: 5px 27px 5px 10px;
  }
}
.blog__sidebar-main .block-collapsible-nav .content .nav > li > a:before,
.cms_sidebar .block-collapsible-nav .content .nav > li > a:before {
  display: inline-block;
  margin-left: 1px;
  width: 21px;
  height: 15px;
  background-image: url('../images/icon_sprite.png');
  vertical-align: middle;
  content: '';
  background-position: -364px -60px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.blog__sidebar-main .block-collapsible-nav .content .nav > li.active > a:before,
.cms_sidebar .block-collapsible-nav .content .nav > li.active > a:before {
  background-image: url('../images/icon_sprite.png');
  background-position: -406px -60px;
}
.blog__sidebar-main .block-collapsible-nav .content .nav > li ul,
.cms_sidebar .block-collapsible-nav .content .nav > li ul {
  padding-left: 0;
  background-color: #ffffff;
}
.blog__sidebar-main .block-collapsible-nav .content .nav > li ul li a,
.cms_sidebar .block-collapsible-nav .content .nav > li ul li a {
  padding: 15px 15px;
  position: relative;
  padding-right: 35px;
}
.blog__sidebar-main .block-collapsible-nav .content .nav > li ul li a:before,
.cms_sidebar .block-collapsible-nav .content .nav > li ul li a:before {
  display: inline-block;
  margin-left: 1px;
  width: 21px;
  height: 20px;
  background-image: url('../images/icon_sprite.png');
  vertical-align: middle;
  content: '';
  background-position: -487px -57px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.blog__sidebar-main .block-collapsible-nav .content .nav > li ul li a:hover:before,
.cms_sidebar .block-collapsible-nav .content .nav > li ul li a:hover:before {
  background-position: -447px -57px;
}
.blog__sidebar-main .block-collapsible-nav .content .nav li:last-child ul li:last-child,
.cms_sidebar .block-collapsible-nav .content .nav li:last-child ul li:last-child {
  border-bottom: 1px solid #aaa;
}
.blog__sidebar-main .block-collapsible-nav .title,
.cms_sidebar .block-collapsible-nav .title {
  height: auto;
  overflow: visible;
  position: relative;
  width: 100%;
}
.blog__sidebar-main .block-collapsible-nav .title strong,
.cms_sidebar .block-collapsible-nav .title strong {
  font-family: 'questa-light';
  color: #4e4e4e;
  font-size: 2.6rem;
  font-weight: normal;
}
.blog__sidebar-main .content .items,
.cms_sidebar .content .items {
  list-style: none;
  border: 1px solid #aaa;
  border-bottom: 0;
}
.cms-giftcard.cms-page-view .page-wrapper .page-main {
  background: #2f2f2f;
}
.mobile_afrime_top {
  display: none;
}
body #diamondsearch.ds-mobile .ui-slider-legend,
body #diamondsearch.ds-mobile .ui-slider-inputs {
  padding: 18px 16px 0;
}
.device_view {
  display: none;
}
.cms-engagement-rings.cms-page-view .page-wrapper .page-main {
  background: #363636;
}
.cms_banner {
  margin: 0px -1000px;
  text-align: center;
}
@media only screen and (max-width: 1441px) {
  .cms_banner {
    margin: 0 auto;
  }
}
.cms_banner .category-description {
  text-align: left;
}
.cms_banner .category-image,
.cms_banner .category_discrip {
  float: left;
  width: 100%;
}
.cms_banner .category_discrip h3 {
  margin-bottom: 70px;
}
.cms_banner .category_discrip .category-description {
  bottom: 20px;
}
.cms_banner .cms_bottom_button {
  float: left;
  width: 100%;
}
.cms_banner .cms_bottom_button .button_custom {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 27px;
  font-size: 22px;
}
.cms_banner .cms_bottom_button .cms_left_text {
  display: inline-block;
  vertical-align: middle;
}
.cms_banner .cms_bottom_button .cms_left_text a {
  color: #ffffff;
  text-decoration: underline;
}
.cms_banner.affrim_banner .buy_txt span {
  display: block;
}
.cms_banner.affrim_banner .category_discrip h3 {
  margin-bottom: 10px;
}
body .modal-popup .modal-header {
  padding-bottom: 3rem;
}
.cms-page-view.cms-engagement-rings .page-main {
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  .cms-page-view table tbody tr td {
    padding: 11px 0px;
  }
}
.cms-page-view .page-wrapper .page-main {
  background: #ebebeb;
}
.cms-page-view .page-wrapper .page-main .webpages-container {
  color: #000000;
}
.cms-page-view .page-wrapper .page-main .webpages-container table ul li a {
  color: #000000 !important;
}
.cms-page-view .page-wrapper .page-main .webpages-container table div {
  color: #000000 !important;
}
.cms-page-view .page-wrapper .page-main .webpages-container table a {
  color: #000000 !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label {
  color: #ffffff;
}
.cms-terms-and-condition .webpages-container .cms_sub_main_title {
  margin-bottom: 25px;
}
.cms-terms-and-condition .cms_content p {
  margin-bottom: 25px;
}
.cms-trust-integrity .webpages-container {
  padding: 25px;
  background: #ffffff;
  padding-bottom: 40px;
}
.cms-trust-integrity .webpages-container .cms_sub_main_title {
  margin-bottom: 30px;
}
.cms-trust-integrity .cms-mobile-inverse {
  margin-top: 75px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1024px) {
  .cms-trust-integrity .cms-mobile-inverse {
    margin-bottom: 30px;
    margin-top: 15px;
  }
}
.cms-trust-integrity .cms_left_cont img {
  margin-top: -100px;
}
.cms-page-view .page-main .columns {
  font-size: 1.5rem;
}
.webpages-container.about_us {
  background-color: #ffffff;
  padding: 15px 20px;
}
.cms-page-view .columns .column.main {
  padding: 0;
}
.cms-no-route .navigation {
  z-index: 9999;
}
.webpages-container {
  color: #d1d1d1;
}
.webpages-container .page-title-wrapper {
  display: none;
}
.webpages-container #video-frame img {
  display: none;
}
.webpages-container #content a {
  color: #d18c4a;
  text-decoration: none;
}
.webpages-container .orangetext {
  color: #d18c4a !important;
}
.webpages-container h1 {
  margin: 10px 0;
  font-weight: normal;
  color: #d18c4a;
  text-align: left;
  font-size: 2.6rem;
  text-indent: 40px;
  margin: 20px 0 10px;
}
@media only screen and (max-width: 1024px) {
  .webpages-container h1 {
    text-indent: 20px;
  }
}
.webpages-container p {
  font-size: 1.4rem;
}
.webpages-container h3 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 2rem;
  color: #d18c4a;
  text-align: left;
}
.webpages-container .primary1 {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
}
.webpages-container .primary1 span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.webpages-container .primary1:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.webpages-container h2 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 2.2rem;
  color: #d18c4a;
  text-align: left;
}
.webpages-container ul li,
.webpages-container ol li {
  margin-bottom: 5px;
}
.webpages-container .alignleft {
  float: left;
  margin: 10px 10px 5px 0;
}
.webpages-container .alignright {
  margin: 10px 0 5px 10px;
  float: right;
}
.webpages-container .size-full.wp-image-4265 {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.webpages-container .size-full {
  float: left;
  width: 100%;
}
.webpages-container .main_banner {
  border-bottom: 10px solid #363636;
}
.webpages-container .main_banner img {
  width: 100%;
  display: inherit;
}
.webpages-container .main_banner a {
  display: block;
}
.webpages-container .big {
  font-weight: bold;
}
.cms-special-offers .webpages-container {
  background: #ffffff;
  display: inline-block;
}
.cms-special-offers .webpages-container > div:not(.affrim_section) {
  float: left;
  width: 100%;
}
.cms-special-offers .special_offer_info {
  float: left;
  padding: 30px;
  text-align: center;
  font-size: 1.8rem;
  color: #000000;
}
.cms-special-offers .custom_button {
  padding: 20px;
  text-align: center;
}
.cms-special-offers .custom_button a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff !important;
}
.cms-special-offers .product_section {
  padding: 30px;
}
.cms-special-offers .product_section ul {
  padding: 0;
  list-style: none;
}
.cms-special-offers .product_section ul li {
  float: left;
  width: 49%;
}
.cms-special-offers .product_section ul li:nth-child(odd) {
  margin-right: 2%;
}
.cms-special-offers .product_section .product_image {
  border: 1px solid #d18c4a;
}
.cms-special-offers .product_section .product_image img {
  width: 100%;
  display: inherit;
}
.cms-special-offers .shop_diamond_section {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  float: none !important;
  display: table;
  padding: 15px 0;
  border-top: 1px solid #d18c4a;
  border-bottom: 1px solid #d18c4a;
}
.cms-special-offers .shop_diamond_section ul {
  list-style: none;
}
.cms-special-offers .shop_diamond_section ul li {
  float: left;
  width: 50%;
  text-align: center;
}
.cms-special-offers .shop_diamond_section ul li a:not(.action) {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  color: color-black;
}
.cms-special-offers .shop_diamond_section ul li a:not(.action) span {
  color: #d18c4a;
}
.cms-special-offers .affrim_section {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: table;
  padding: 15px 0;
  border-bottom: 1px solid #d18c4a;
}
.cms-special-offers .affrim_section h3 {
  text-align: center;
  font-weight: 700;
}
.cms-special-offers .affrim_section h3 + span {
  color: #000000;
}
.cms-special-offers .term_condition {
  padding: 20px;
  color: #000000;
}
.cms-special-offers .term_condition span {
  color: #d18c4a;
  font-weight: 600;
}
.cms-special-offers .term_condition ul {
  margin-top: 15px;
  list-style: none;
}
.webpages-container p {
  text-align: justify;
}
.webpages-container #content .web-content,
.webpages-container #content #TableTxtAlign {
  padding: 1px 25px 0 25px;
}
@media only screen and (max-width: 1024px) {
  .webpages-container #content .web-content,
  .webpages-container #content #TableTxtAlign {
    padding: 1px 20px 0 20px;
  }
}
.webpages-container #content .web-content td,
.webpages-container #content #TableTxtAlign td {
  padding: 11px 0px;
}
.webpages-container #content .web-content h4,
.webpages-container #content #TableTxtAlign h4 {
  font-size: 2rem;
  font-weight: normal;
}
.webpages-container #content .web-content ul,
.webpages-container #content #TableTxtAlign ul {
  padding: 0;
  margin: 0;
}
.arrow_cushion .signature_diamond {
  text-align: center;
  margin-bottom: 20px;
}
.arrow_cushion .signature_diamond img {
  width: auto;
}
.signature_diamond img {
  width: 100%;
}
.arrow_cushion .heart_arrow {
  padding: 20px 20px 20px 0px;
}
.arrow_cushion .cusion_info {
  padding-left: 20px;
}
.arrow_cushion .hacusion {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 20px;
  margin-left: 5px;
  float: right;
}
.arrow_cushion .custom_button {
  float: left;
  width: 100%;
  margin: 10px 0px;
}
.arrow_cushion .custom_button a {
  display: inline-block;
  color: #ffffff !important;
}
.webpages-container .emerals_signature {
  float: right;
  margin: 10px 0 0px 20px;
}
.webpages-container .vider_iframe {
  padding: 0 0 0 20px;
  float: right;
}
.webpages-container .emerald_cut_diamond {
  float: right;
  width: 242px;
  height: 272px;
}
.webpages-container .emerald_aset {
  float: right;
  margin: 5px 10px 5px 20px;
  width: 242px;
  height: 242px;
}
.webpages-container .emerald_shop_cut {
  float: right;
  margin: 5px 10px 5px 20px;
  width: 242px;
  height: 242px;
}
.webpages-container .emerald_desktop {
  float: left;
  width: 100%;
}
.webpages-container .custom_button {
  float: left;
  width: 100%;
  margin: 10px 0px;
}
.webpages-container .custom_button a {
  display: inline-block;
  color: #ffffff !important;
  text-decoration: none;
}
.webpages-container .cap_banner,
.webpages-container .cap_diam_banner {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.webpages-container .alignright {
  float: right;
  margin: 10px 0 5px 10px;
  width: 300px;
}
.webpages-container .color-grade-left .height-48 {
  height: 48px;
  margin: 0;
  padding: 0;
  background: url(../images/cape-table-horz-line.jpg) repeat-x left bottom !important;
  border-left: 1px solid #7b7b7b;
  border-right: 1px solid #7b7b7b;
  line-height: 48px;
  text-indent: 20px;
}
.webpages-container .color-grade-left .height-96 {
  height: 96px;
  margin: 0;
  padding: 0;
  background: url(../images/cape-table-horz-line.jpg) repeat-x left bottom !important;
  border-left: 1px solid #7b7b7b;
  border-right: 1px solid #7b7b7b;
  line-height: 96px;
  text-indent: 20px;
}
.webpages-container .color-grade-left b {
  color: #f0f0f0 !important;
}
.webpages-container .color-grade-outer p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #ffffff;
}
.webpages-container .color-grade-left table {
  width: 100%;
  border: 1px solid #7b7b7b !important;
  border-top: 2px solid #7b7b7b !important;
  line-height: 20px;
}
.webpages-container .color-grade-left {
  width: 65%;
  height: auto;
  float: left;
  margin-top: 20px;
}
.webpages-container .color-grade-left td {
  padding: 0;
}
.webpages-container .color-grade-right {
  width: 35%;
  height: auto;
  float: left;
}
.webpages-container .color-grade-outer {
  width: 100%;
  float: left;
  padding: 20px 3%;
}
.webpages-container .color-grade-right p {
  margin: 87px 0!important;
  font-size: 13px;
  padding-left: 20px !important;
}
.webpages-container .cap_diamonds {
  float: right;
  margin: 10px 0 5px 10px;
}
.webpages-container .fix_height {
  height: 0px !important;
}
.webpages-container .fix_height_2 {
  height: 72px !important;
}
.abutus.webpages-container {
  padding: 1px 40px 0 40px;
}
.abutus.webpages-container .image_center_container {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.abutus.webpages-container .image_center_container .image_box {
  display: inline-block;
  width: 210px;
  text-align: center;
  padding: 15px;
}
.abutus.webpages-container a {
  color: #d18c4a;
}
.abutus.webpages-container .clearity_container {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.abutus.webpages-container .clearity_container .clearity_box {
  float: left;
  width: 49%;
  margin-bottom: 15px;
}
.abutus.webpages-container .clearity_container .clearity_box:nth-child(odd) {
  margin-right: 2%;
}
.abutus.webpages-container .clearity_container .clearity_box.width_full {
  width: 100%;
}
.abutus.webpages-container .clearity_container .clearity_label {
  color: #d18c4a;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.abutus.webpages-container .popover-panel-tooltip {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 99999;
  display: none;
  max-width: 300px;
  width: 300px;
  padding: 1px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  color: #000000;
}
.abutus.webpages-container .arrow {
  left: 7%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.abutus.webpages-container .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: " ";
  top: 1px;
  border-width: 10px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.abutus.webpages-container .image_question {
  position: relative;
  color: #d18c4a;
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
}
.abutus.webpages-container a {
  text-decoration: none;
  position: relative;
}
.abutus.webpages-container a i {
  font-size: 20px;
  color: #d18c4a;
  cursor: pointer;
}
.abutus.webpages-container a:hover .popover-panel-tooltip {
  display: block;
}
.abutus.webpages-container .agsl_container {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  background: #ffffff;
}
.abutus.webpages-container .agsl_container .agsl_box {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.abutus.webpages-container .about_buttom {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  background: #ffffff;
  padding: 15px;
}
.abutus.webpages-container .about_buttom .about_black {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.cms-princess-cuts .webpages-container .alignleft {
  width: 250px;
  float: right;
}
.video_slider.owl-carousel .owl-item img {
  width: auto;
}
.video_box {
  width: 100%;
  display: inline-block;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
}
.video_box .video_images {
  width: 100%;
}
.video_box .video_icon {
  float: right;
  position: absolute;
  right: 0px;
  border: 0 !important;
  bottom: 0px;
  background-image: url('../images/icon_sprite.png');
  width: 37px;
  height: 28px;
  background-position: -555px -514px;
}
.video_box .video_info {
  position: relative;
  display: inline-block;
  width: 100%;
}
.video_box .video_label {
  width: 100%;
  float: left;
  text-align: center;
  color: #d18c4a;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-family: 'gothicbold';
}
.cms-page-view.cms-brian-gavin-videos .page-wrapper .page-main {
  background: #363636;
}
.cms-page-view .page-wrapper .page-main .webpages-container table .custom_button a {
  color: #ffffff !important;
}
.cms-brian-gavin-videos .custome_subscribe {
  border-top: 0;
}
.modal-popup.video_popup .modal-inner-wrap {
  max-width: 840px;
}
.modal-popup.video_popup .modal-content {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.5rem;
}
body .modal-popup.video_popup .modal-header {
  padding-bottom: 2rem;
  padding-top: 0;
}
.cms-brian-gavin-videos .video_slider {
  padding: 15px 40px;
  background: #363636;
  border-bottom: 10px solid #2f2f2f;
}
.cms-brian-gavin-videos .video_slider:last-child {
  border-bottom: 0;
}
.cms-brian-gavin-videos .video_slider .owl-prev:before,
.cms-brian-gavin-videos .video_slider .owl-next:before {
  display: inline-block;
  font: normal normal normal 28px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-brian-gavin-videos .video_slider .owl-prev,
.cms-brian-gavin-videos .video_slider .owl-next {
  display: inline-block;
  font: normal normal normal 28px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  box-shadow: none;
  position: absolute;
}
.cms-brian-gavin-videos .video_slider .owl-prev:hover,
.cms-brian-gavin-videos .video_slider .owl-next:hover {
  background: #d18c4a;
  border-color: #d18c4a;
}
.cms-brian-gavin-videos .video_slider .owl-prev {
  left: 10px;
}
.cms-brian-gavin-videos .video_slider .owl-prev:before {
  content: "\f053";
  font-size: 2.5rem;
  line-height: 40px;
  padding-right: 4px;
}
.cms-brian-gavin-videos .video_slider .owl-next {
  right: 10px;
}
.cms-brian-gavin-videos .video_slider .owl-next:before {
  content: "\f054";
  font-size: 2.5rem;
  line-height: 40px;
  padding-left: 4px;
}
.cms-brian-gavin-videos h3 {
  padding-left: 20px;
  font-family: 'gothicbold';
  margin: 0;
  background: #363636;
  padding-top: 20px;
  color: #d18c4a;
}
.video_slider .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
  left: 0;
  margin-top: -40px !important;
}
.video_slider .owl-nav span {
  font-size: 0;
}
.video_slider .owl-nav button {
  line-height: 50px !important;
}
.video_slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.video_popup iframe {
  width: 100%;
}
.cms-brian-gavin-videos .fancybox-inner {
  width: 614px !important;
  height: 431px !important;
  top: 50%;
  margin-top: -215px;
}
.cms-brian-gavin-videos .fancybox-inner .fancybox-toolbar {
  right: 44px;
  top: 44px;
}
.cms-brian-gavin-videos .fancybox-button {
  width: 24px;
  height: 24px;
  padding: 0;
}
.fancybox-inner .navigation {
  display: none;
}
.cms-page-view .page-title-wrapper {
  display: none !important;
}
p:empty {
  display: none;
}
.diamond_jewelry_quote.quote_section .quote .quote_left {
  top: -10px;
}
.diamond_jewelry_detail {
  padding: 0 30px 30px 30px;
}
.diamond_jewelry_detail span {
  display: block;
  margin: 15px 0;
  color: #d18c4a;
}
.diamond_product_list {
  display: inline-block;
  width: 100%;
}
.diamond_product_list .diamond_product_order {
  display: inline-block;
  width: 100%;
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.diamond_product_list .diamond_product_order li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  border: 1px solid #707070;
  text-align: center;
  margin-bottom: 3.5%;
  position: relative;
  overflow: hidden;
}
.diamond_product_list .diamond_product_order li > div:not(.diamond_product_bottom) {
  padding: 10px;
}
.diamond_product_list .diamond_product_order li:nth-child(3n + 3) {
  margin-right: 0;
}
.diamond_product_list .diamond_product_order li .diamond_product_img {
  float: left;
  height: 230px;
  text-align: center;
  width: 100%;
  background: #ffffff;
}
.diamond_product_list .diamond_product_order li .diamond_product_bottom {
  display: inline-block;
  width: 100%;
}
.diamond_product_list .diamond_product_order li .diamond_product_bottom .er-quick-info {
  display: inline-block;
  width: 100%;
  background: #000000;
  padding: 9px;
  cursor: pointer;
}
.diamond_product_list .diamond_product_order li .diamond_product_bottom .er-quick-info a {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
  font-family: 'questa-light';
  list-style: none;
  pointer-events: none;
  position: relative;
  padding-left: 28px;
}
.diamond_product_list .diamond_product_order li .diamond_product_bottom .er-quick-info a:before {
  background: url('../images/quick_icon1.png');
  content: '';
  position: absolute;
  width: 23px;
  left: 0;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
}
.diamond_product_list .diamond_product_order li .diamond_product_bottom .er-product-info {
  padding: 5px;
  display: inline-block;
  width: 100%;
}
.diamond_product_list .diamond_product_order li .diamond_product_bottom .er-product-info a {
  font-family: 'gothicbold';
  color: #000000;
  font-size: 1.6rem;
  text-decoration: none;
}
.diamond_product_list .er-browse-settings {
  font-family: 'gothicbold';
  color: #ffffff;
  font-size: 1.8rem;
}
.diamond_product_list .er-product-info-para3 {
  color: #ffffff;
  margin-top: 20px;
  padding: 15px;
  text-align: center;
}
.diamond_product_list .er-select-button {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}
.diamond_product_list .er-select-button a {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  text-decoration: none;
}
.diamond_product_list .er-select-button a span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.diamond_product_list .er-select-button a:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.diamond_product_list .closebtn1 {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 15px;
  cursor: pointer;
}
.diamond_product_list .closebtn1:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 1.8rem;
  color: #aaaaaa;
  top: 0px;
  position: absolute;
  font-weight: normal;
}
.diamond_product_list .product-item-details {
  position: absolute;
  top: 100%;
  width: 100%;
  transition: top 200ms ease-in;
  height: 100%;
  background: #2f2f2f;
  padding: 20px;
}
.diamond_product_list .diamond_product_order li.selected .product-item-details {
  top: 0;
}
.quote_section {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.quote_section.diamond_jewelry_quote {
  padding: 10px 30px;
}
.quote_section .quote {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  padding: 30px;
  position: relative;
}
.quote_section .quote .quote_left {
  background-image: url('../images/icon_sprite.png');
  background-position: -4px -184px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
}
.quote_section .quote .quote_rigth {
  background-image: url('../images/icon_sprite.png');
  background-position: -48px -184px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
}
.quote_section .quote_images {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
}
.custom_three_diaamond {
  width: 100%;
  display: inline-block;
  padding: 30px;
  text-align: center;
}
.custom_cut_diamonds {
  padding: 30px;
}
.custom_cut_diamonds .custom_button {
  text-align: center;
}
.custom_cut_diamonds .custom_button .call_link {
  display: block;
  padding-bottom: 10px;
}
.custom_cut_diamonds .custom_button .call_link a {
  color: #000 !important;
}
.custom_cut_diamonds .email-section,
.custom_cut_diamonds .phone-section,
.custom_cut_diamonds .subject-section,
.custom_cut_diamonds .cu-fn-ln,
.custom_cut_diamonds .email-section,
.custom_cut_diamonds .phone-section,
.custom_cut_diamonds .subject-section {
  width: 48%;
  margin: 0 1%;
  float: left;
  margin-bottom: 15px;
}
.tabs {
  width: 100%;
  float: left;
  margin: 20px 0;
  padding: 0;
}
.tabs li {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0;
  outline: none;
  color: #fff;
  background: #585656;
  text-align: center;
  width: 234.3px;
  cursor: pointer;
}
.tabs li a {
  display: block;
  padding: 10px 0;
  outline: none;
  color: #fff;
  background: #585656;
  text-align: center;
  width: 234.3px;
  cursor: pointer;
}
.tabs li.current {
  background: #2f2f2f;
}
.tab-content {
  display: none;
  padding: 15px;
}
.tab-content.current {
  display: inherit;
}
.custome_subscribe {
  display: inline-block;
  width: 100%;
}
.cms-page-view select {
  background-color: #fff;
  color: #000;
}
.custom-cut-diamond-heading object {
  height: 405px;
}
.cp-billing-address {
  float: left;
  width: 100%;
  position: relative;
}
.cp-billing-address .input.select {
  width: 48%;
  margin: 0 1%;
  float: left;
}
.cp-billing-address .div-left .div-left {
  width: 100%;
  margin: 0;
}
.cp-billing-address.attach-section {
  margin: 0 1%;
  width: 98%;
}
.div-left {
  width: 48%;
  margin: 0 1%;
  float: left;
  margin-bottom: 7px;
}
.div-left .weight_form_to {
  width: 99%;
  margin-left: 5px;
  margin-right: 0;
}
.div-clear {
  margin-left: -0.5%;
  margin-right: -0.5%;
}
.cp-billing-mp {
  float: left;
  width: 100%;
  text-align: center;
}
.cp-billing-mp .cp-billing-wrap {
  display: inline-block;
}
.cp-billing-mp .cp-billing-wrap .cp-billing-address {
  clear: both;
  min-height: auto;
  padding: 0;
  width: 100%;
  margin: 0;
  text-align: left;
  margin-bottom: 20px;
}
.cp-billing-mp .cp-billing-wrap .cp-billing-address .custom-upload {
  text-align: left;
  height: 45px;
  background: #fff;
  width: 330px !important;
}
.custom-upload input[type=file] {
  outline: none;
  position: relative;
  text-align: right;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
  line-height: 43px;
  padding-left: 10px;
}
.custom-upload input {
  padding: 0px;
  background: #fff !important;
  border: none;
}
.custom-upload .fake-file {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 45px;
  width: auto;
  padding: 0;
  margin: 0;
  z-index: 1;
  line-height: 100%;
}
.custom-upload .fake-file input {
  height: 45px;
  padding-left: 20px;
  background: transparent !important;
  color: #3b3b3b;
}
.custom-upload .fake-file input {
  font-size: 13px;
  height: 43px;
  width: 156px;
  color: #ffffff;
  text-indent: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -23px;
  background: #707070 !important;
}
.custom-upload {
  height: 27px;
  position: relative;
  width: 277px;
  border: 1px solid #707070;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.custom-upload {
  height: 45px;
  background: #fff;
  width: 330px !important;
}
.contact-explain {
  margin-top: 20px;
  color: #fff;
  white-space: nowrap;
  text-align: center !important;
  margin-bottom: 30px;
}
.sub-title {
  float: left;
  width: 100%;
  margin: 15px 0px 4px;
  padding-bottom: 50px;
  background: url(../images/contact_icon.png) no-repeat center bottom;
}
.sub-title p {
  text-align: center;
  padding: 0 100px;
  font-size: 16px;
}
.block-collapsible-nav .item a {
  border-left: 3px solid transparent !important;
  color: #575757 !important;
  display: block;
  padding: 5px 18px 5px 15px;
  font-weight: normal !important;
}
.contactus-page h2 {
  color: #d18c4a;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
}
.custom_cut_diamonds label {
  padding-bottom: 7px;
  display: block;
}
.tooltip {
  display: inline-block;
  position: absolute;
  color: #f0a055 !important;
  top: 70px;
  left: 10px !important;
  margin: 0 13px 0 0 !important;
}
.tooltip .txt {
  width: 340px;
  padding: 10px 15px;
  display: none;
  position: absolute;
  z-index: 1000;
  border-radius: 5px;
  background: #FFF;
  font-size: 12px;
  font-weight: normal;
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.2);
  line-height: 150%;
  color: #000;
  border: 1px solid #f0a055;
  bottom: 20px;
  left: -10px;
}
.tooltip .txt:before {
  bottom: -5px;
  left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFF;
  width: 0px;
  padding: 0px;
  position: absolute;
  content: '';
}
.tooltip:hover .txt {
  display: inline-block;
}
.contact-explain {
  font-size: 1.8rem;
}
.custom_cut_diamonds .email-section {
  margin-bottom: 30px;
}
.cer-steps {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.cer-steps .cer-steps-cont {
  float: left;
  width: 83%;
  margin-top: 15px;
}
.cer-steps .step_images {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
.cr-full-inner {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
.webpages-container .entry-content p img {
  float: left;
  margin: 5px 10px 5px 0;
}
.webpages-container .entry-content p img.various_diamond {
  float: none;
}
.webpages-container .cut_perform_image {
  width: 20%;
}
.webpages-container .size-full.border_fix {
  width: auto;
  float: none;
  margin-bottom: 5px;
}
.webpages-container .size-full.fancy_pink {
  width: auto;
  float: none;
  margin-bottom: 5px;
}
.webpages-container .wp-image-13810,
.webpages-container .wp-image-13807 {
  width: 150px;
}
.webpages-container .wp-image-13812 {
  width: 180px;
}
.webpages-container .entry-content b {
  color: #d18c4a;
}
.cms-cut .webpages-container ul {
  list-style: disc;
}
.gia_diamonds {
  width: 636px;
  height: 200px;
}
.txt_right {
  text-align: right;
}
.break {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}
.cms-clarity .webpages-container .size-full {
  width: auto;
}
.aset_images {
  width: 200px;
  height: 200px;
}
.color_red {
  color: #ff0000;
}
.color_green {
  color: #00ff00;
}
.color_blue {
  color: #66ccff;
}
.left_align {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.left_align a {
  display: inline-block;
}
.jmi_logo {
  margin-bottom: 15px;
}
.full_width ul {
  list-style: disc;
}
.basket_strip {
  width: 100%;
}
/*================ Custom Switch ==================*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}
.switch input {
  display: none;
}
.switch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch_slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: -16px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .switch_slider {
  background-color: #d18c4a;
}
input.on + .switch_slider {
  background-color: #d18c4a;
}
input.no + .switch_slider {
  background-color: #000000;
}
input:focus + .switch_slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .switch_slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}
input.on + .switch_slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}
input.no + .switch_slider:before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  left: 4px;
}
/*------ ADDED CSS ---------*/
.on {
  display: none;
}
.on,
.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 60%;
  font-size: 14px;
  font-family: Verdana, sans-serif;
}
input.off + .switch_slider .on {
  display: none;
}
input.off.yes + .switch_slider .off {
  display: none;
}
input.on.no + .switch_slider .on {
  display: none;
}
input.on + .switch_slider .on {
  display: block;
  left: 40%;
}
input.yes + .switch_slider .on {
  display: block;
  left: 40%;
  font-size: 14px;
}
input.on + .switch_slider .off {
  display: none;
}
input.off + .switch_slider .off {
  display: block;
}
input.no + .switch_slider .off {
  display: block;
  left: 60%;
  font-size: 14px;
}
.switch_slider.round {
  border-radius: 34px;
}
.switch_slider.round:before {
  border-radius: 50%;
}
/*--------- END --------*/
.cms-noroute-index .columns {
  position: relative;
  padding: 100px 0px 100px 0px;
}
.cms-noroute-index .custome_subscribe {
  margin-top: 0;
  border-top: 0;
}
.opps_container {
  background: #ebebeb;
  width: 80%;
  margin: 0px auto;
  color: #000000;
  box-shadow: 7px 7px 0px #2f2f2f;
  border-radius: 0px;
  margin-top: 0px;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .opps_container {
    width: 90%;
  }
}
.opps_container .page_info_left {
  float: left;
  width: 50%;
}
.opps_container .page_info_left strong {
  width: 300px;
  display: inline-block;
  margin-bottom: 20px;
}
.opps_container .page_info_left h1 {
  font-family: 'gothicbold';
  margin-bottom: 30px;
  font-size: 50px;
}
.opps_container .page_info_right {
  float: left;
  width: 50%;
}
.opps_container .white_bg {
  background: #ebebeb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  padding: 50px;
  position: relative;
  z-index: 6;
}
.opps_container .white_bg:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .opps_container .white_bg {
    padding: 20px;
  }
}
.opps_container .error_info {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.opps_container .error_info span:not(.diamond_gif) {
  text-align: center;
  color: #d18c4a;
  font-size: 170px;
  line-height: 170px;
  font-family: 'questa-regular';
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .opps_container .error_info span:not(.diamond_gif) {
    font-size: 100px;
    line-height: 100px;
  }
}
.opps_container .diamond_gif {
  width: 170px;
  height: 170px;
  background: url('../images/animated_diamond.gif');
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .opps_container .diamond_gif {
    width: 100px;
    height: 100px;
  }
}
.opps_container .error_file {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.opps_container .error {
  display: none;
}
.cms-no-route .minicart-wrapper {
  z-index: 999999;
}
.minicart-wrapper {
  color: #000000;
}
body .minicart-items-wrapper {
  color: #000000;
}
/* .cms-noroute-index{
	#maincontent{
		> div{
			position: relative;
			z-index: 9999;
			&.columns{
				z-index: 99;
			}
		}
	}
	.page-footer, .copyright_cutom, .page-header, .navigation{
		position: relative;
		z-index: 9999;
	}
	.page-wrapper .navigation{
		background: #000000;
	}
} */
.verical_bg {
  position: absolute;
  width: 120px;
  height: 100%;
  background: #d18c4a;
  top: 0;
  z-index: 1;
  font-size: 0;
  margin-left: 110px;
}
.store_link {
  padding: 0;
  float: left;
  width: 100%;
}
.store_link li.base_link a {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-decoration: none;
}
.store_link li.base_link a:focus,
.store_link li.base_link a:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.store_link li.base_link a:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.store_link li.base_link a.disabled,
.store_link li.base_link a[disabled],
fieldset[disabled] .store_link li.base_link a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.store_link li.base_link a span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.store_link li.base_link a:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.store_link li.base_link a:focus {
  box-shadow: none;
}
.store_link li.account_link a {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  text-decoration: none;
}
.store_link li.account_link a span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.store_link li.account_link a:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.store_link li {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.diamond_gif {
  font-size: 0 !important;
}
@media only screen and (max-width: 767px) {
  body .cms-page-view .page-main {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .page.messages,
  .cms-page-view .column.main {
    margin-top: 0;
  }
}
.cms-about_us .page-wrapper .page-main .webpages-container,
.cms-trust-and-integrity .page-wrapper .page-main .webpages-container {
  padding: 25px;
  background: #ffffff;
  padding-bottom: 0;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .cms-about_us .page-wrapper .page-main .webpages-container,
  .cms-trust-and-integrity .page-wrapper .page-main .webpages-container {
    padding: 15px;
  }
}
.cms-about_us.page-layout-1column .column.main,
.cms-trust-and-integrity.page-layout-1column .column.main {
  padding-bottom: 0;
}
.cms-jewelry_insurance.page-layout-1column .column.main,
.cms-jewelry_insurance.page-layout-1column .column.main {
  padding-bottom: 0;
}
.webpages-container .entry-title,
.webpages-container .about_title {
  text-indent: 0;
  font-family: 'questa-light';
  font-size: 3.5rem;
  margin-top: 0;
  color: #363636;
  padding: 25px 25px 0px 25px;
}
.webpages-container .entry-title + span,
.webpages-container .about_title + span {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
}
.webpages-container .about_title h2 {
  text-indent: 0;
  font-family: 'questa-light';
  font-size: 3.5rem;
  margin-top: 0;
  color: #363636;
}
.webpages-container h1.cms_entry-title {
  text-indent: 0;
  font-family: 'questa-light';
  font-size: 3.5rem;
  margin-top: 0;
  color: #363636;
}
.webpages-container h1.cms_entry-title + span {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
}
.merge_about_info {
  display: inline-block;
  width: 100%;
  /*margin-bottom: 20px;*/
}
.merge_about_info .left_about_section {
  float: left;
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .merge_about_info .left_about_section {
    width: 100%;
    padding-right: 0;
  }
}
.merge_about_info .left_about_section .bold_font {
  font-family: 'questa-regular';
  color: #000000;
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 27px;
  margin-top: 45px;
}
.merge_about_info .left_about_section p span {
  font-size: 1.6rem;
}
.merge_about_info .left_about_section img {
  margin-bottom: 40px;
}
.merge_about_info.second .right_about_section {
  margin-top: 0;
}
.merge_about_info .right_about_section {
  float: left;
  width: 50%;
  padding-left: 20px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .merge_about_info .right_about_section {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.merge_about_info.second .left_about_section p {
  margin-bottom: 40px;
}
.merge_about_info p {
  color: #000000;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .merge_about_info p {
    text-align: left;
  }
}
.about_gallary_box img {
  margin-bottom: 10px;
}
.about_story_container {
  margin: 0 -25px;
  border-top: 10px solid #2f2f2f;
  display: inline-block;
}
.about_story_container ul {
  padding: 30px 25px 25px 25px;
  width: 100%;
  display: inline-block;
  list-style: none;
  margin: 0;
}
.about_story_container ul li {
  float: left;
  width: 33.33%;
  padding-right: 20px;
}
@media only screen and (max-width: 568px) {
  .about_story_container ul li {
    width: 50%;
    /* &:nth-child(2n +2){
						padding-right: 0;
					} */
  }
}
.about_story_container ul li .story_left {
  float: left;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .about_story_container ul li .story_left {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.about_story_container ul li .story_right {
  float: left;
  width: 60%;
  padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .about_story_container ul li .story_right {
    width: 100%;
    padding-left: 0;
  }
}
.about_story_container ul li .story_right h4 {
  font-family: 'questa-light';
  font-size: 3rem;
  color: #363636;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .about_story_container ul li .story_right h4 {
    padding: 0;
  }
}
.about_story_container ul li .story_right b {
  display: block;
  color: #000000;
  margin-bottom: 15px;
}
.about_story_container ul li .story_right p {
  margin-bottom: 20px;
  color: #000000;
}
.about_story_container ul li .story_right a {
  text-decoration: underline;
  color: #000000;
  display: block;
}
.about_story_container ul li:last-child {
  padding-right: 0px;
}
.cms-afrime .page-wrapper .page-main .afrime_container,
.cms-affirm-financing .page-wrapper .page-main .afrime_container {
  padding: 25px;
  background: #ebebeb;
  padding-bottom: 0;
}
.cms-afrime.page-layout-1column .column.main,
.cms-affirm-financing.page-layout-1column .column.main {
  padding-bottom: 0;
}
.cms-afrime .custome_subscribe,
.cms-affirm-financing .custome_subscribe {
  border-top: 10px solid #2f2f2f;
}
.cms-afrime .afrime_container .afrim_info,
.cms-affirm-financing .afrime_container .afrim_info {
  display: inline-block;
  width: 100%;
}
.cms-afrime .afrime_container .afrim_info .afrime_left,
.cms-affirm-financing .afrime_container .afrim_info .afrime_left {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 812px) {
  .cms-afrime .afrime_container .afrim_info .afrime_left,
  .cms-affirm-financing .afrime_container .afrim_info .afrime_left {
    width: 100%;
  }
}
.cms-afrime .afrime_container .afrim_info .afrime_left h1,
.cms-affirm-financing .afrime_container .afrim_info .afrime_left h1 {
  color: #000000;
}
.cms-afrime .afrime_container .afrim_info .afrime_right,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 812px) {
  .cms-afrime .afrime_container .afrim_info .afrime_right,
  .cms-affirm-financing .afrime_container .afrim_info .afrime_right {
    width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  .cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box,
  .cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box {
    padding-left: 0;
  }
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af {
  width: 48%;
  margin-left: 4%;
  float: left;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af:nth-child(odd),
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af:nth-child(odd) {
  margin-left: 0;
  clear: left;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af.box_2 .box_shape,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af.box_2 .box_shape {
  background-color: #252525;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af.box_3 .box_shape,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af.box_3 .box_shape {
  background-color: #d18c4a;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af.box_4 .box_shape,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af.box_4 .box_shape {
  background-color: #ffffff;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af.box_4 .box_shape .sf_box_title,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af.box_4 .box_shape .sf_box_title {
  color: #bdbdbd;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape {
  width: 100%;
  height: 235px;
  background-color: #4ab5c8;
  padding: 30px 0px;
  text-align: center;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape:hover,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape:hover {
  background-color: #ffffff;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape:hover .af_icon.af_icon_1,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape:hover .af_icon.af_icon_1 {
  background-position: -312px -372px;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape:hover .af_icon.af_icon_2,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape:hover .af_icon.af_icon_2 {
  background-position: -2px -372px;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape:hover .af_icon.af_icon_3,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape:hover .af_icon.af_icon_3 {
  background-position: -105px -370px;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape:hover .af_icon.af_icon_4,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape:hover .af_icon.af_icon_4 {
  background-position: -202px -370px;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape:hover .sf_box_title,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af .box_shape:hover .sf_box_title {
  color: #000000;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af .sf_box_title,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af .sf_box_title {
  display: block;
  width: 120px;
  font-family: 'questa-light';
  font-size: 2.2rem;
  margin: 0 auto;
  color: #ffffff;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .af_icon,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .af_icon {
  width: 75px;
  height: 82px;
  background-image: url('../images/icon_sprite.png');
  display: inline-block;
  margin-bottom: 15px;
  font-size: 0;
  transition: all ease-in-out 0.4s;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .af_icon.af_icon_1,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .af_icon.af_icon_1 {
  background-position: -312px -270px;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .af_icon.af_icon_2,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .af_icon.af_icon_2 {
  background-position: -2px -269px;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .af_icon.af_icon_3,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .af_icon.af_icon_3 {
  background-position: -105px -269px;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .af_icon.af_icon_4,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .af_icon.af_icon_4 {
  background-position: -202px -269px;
}
.cms-afrime .afrime_container b,
.cms-affirm-financing .afrime_container b {
  font-family: 'questa-regular';
  font-size: 2.2rem;
  color: #000000;
  font-weight: normal;
}
.cms-afrime .afrime_container p,
.cms-affirm-financing .afrime_container p {
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 20px;
}
.cms-afrime .afrime_container span,
.cms-affirm-financing .afrime_container span {
  font-size: 1.5rem;
  color: #000000;
  display: block;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af.box_4 .sf_box_title,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af.box_4 .sf_box_title {
  color: #bdbdbd;
}
.cms-afrime .afrime_container .afrim_info .afrime_right .afrim_box .box_af p,
.cms-affirm-financing .afrime_container .afrim_info .afrime_right .afrim_box .box_af p {
  margin-bottom: 10px;
  margin-top: 5px;
}
.afrim_info_bottom {
  padding: 30px 0px;
  border-top: 1px solid #d3d3d3;
}
.afrim_info_bottom b {
  display: block;
  margin-bottom: 20px;
}
.afrim_info_bottom a {
  color: #000000;
}
.merge_fields .field {
  width: 49%;
  float: left;
  margin-left: 2%;
}
.merge_fields .field:nth-child(odd) {
  margin-left: 0;
}
.merge_fields {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.gift_card_container .field:not(.note) {
  width: 100%;
  float: left;
  margin-right: 0%;
  margin-bottom: 10px;
}
.gift_card_container .field:not(.note).captcha {
  clear: left;
  width: 100%;
}
.gift_card_container .field:not(.note).captcha .field {
  float: none;
  width: 100%;
}
.gift_card_container .field label {
  color: #d18c4a;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.gift_card_container .field input {
  background: #212121;
  border-color: #444444;
  height: 35px;
  color: #787878;
  width: 100%;
  line-height: 35px;
  padding-left: 10px;
}
.gift_card_container select {
  color: #787878;
  border-color: #444444;
  height: 35px;
  background: #212121 url('../images/select_arrow_with_line.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.gift_card_container textarea {
  color: #787878;
  background: #212121;
  border-color: #444444;
}
.gift_card_container .merge_fields .field {
  width: 49%;
  float: left;
  margin-left: 2%;
}
.gift_card_container .merge_fields .field:nth-child(odd) {
  margin-left: 0;
}
.gift_card_container .field.last_name {
  margin-top: 20px;
}
.gift_card_container .actions-toolbar .primary {
  width: 100%;
}
.gift_card_container .actions-toolbar .primary .action {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  display: block;
  width: 100%;
  padding: 7px 20px;
}
.gift_card_container .actions-toolbar .primary .action:focus,
.gift_card_container .actions-toolbar .primary .action:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.gift_card_container .actions-toolbar .primary .action:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.gift_card_container .actions-toolbar .primary .action.disabled,
.gift_card_container .actions-toolbar .primary .action[disabled],
fieldset[disabled] .gift_card_container .actions-toolbar .primary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift_card_container .actions-toolbar .primary .action span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.gift_card_container .actions-toolbar .primary .action:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.gift_card_container .actions-toolbar .primary .action:focus {
  box-shadow: none;
}
.gift_card_container .contect_left_section {
  position: relative;
}
.gift_card_container .contect_left_section img {
  float: left;
  width: 100%;
}
.gift_card_container .contect_left_section .gift_card_info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  background: #4ab5c8;
  color: #ffffff;
  width: 390px;
}
.gift_card_container .contect_left_section .gift_card_info span {
  font-family: 'questa-regular';
  font-size: 2.4rem;
}
.gift_card_container .contect_left_section .gift_card_info p {
  font-family: 'questa-regular';
  font-size: 1.8rem;
}
.cms-giftcard.page-layout-1column .column.main {
  padding-bottom: 0;
}
.gift_card_form p {
  color: #aaaaaa;
}
.cms_left_cont {
  float: left;
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cms_left_cont {
    width: 100%;
  }
}
.cms_right_cont {
  float: left;
  width: 50%;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cms_right_cont {
    width: 100%;
  }
}
.cms_sub_main_title {
  text-indent: 0;
  font-family: 'questa-regular';
  font-size: 2.4rem;
  margin-top: 0;
  color: #363636;
}
@media only screen and (max-width: 1441px) {
  .cms_sub_main_title {
    font-size: 2rem;
  }
}
body .webpages-container .cms_sub_main_title {
  text-indent: 0;
  font-family: 'questa-regular';
  font-size: 2.4rem;
  margin-top: 0;
  color: #000000;
}
@media only screen and (max-width: 1441px) {
  body .webpages-container .cms_sub_main_title {
    font-size: 2rem;
  }
}
.cms-trust-integrity .cms_content ul li {
  padding-left: 10px;
}
.cms_content {
  display: inline-block;
  width: 100%;
}
.cms_content ul {
  padding-left: 20px;
  color: #000000;
  list-style: disc;
  margin-bottom: 0;
}
.cms_content ul li {
  color: #000000;
}
.cms-trust-and-integrity .cms_right_cont + .cms_left_cont {
  margin-top: -90px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1120px) {
  .cms-trust-and-integrity .cms_right_cont + .cms_left_cont {
    margin-top: 0px;
    clear: left;
    margin-top: 20px;
  }
}
.cms-trust-and-integrity .cms_entry-title {
  margin-bottom: 30px;
}
.cms-trust-and-integrity .cms_sub_main_title {
  margin-bottom: 20px;
}
.cms-trust-and-integrity .about_story_container ul {
  padding-top: 20px;
}
.about_story_container h4 {
  padding: 0px 25px;
  color: #363636;
  font-weight: normal;
  font-family: 'questa-light';
  font-size: 3.5rem;
}
.second_main_bg {
  padding: 25px;
  background: #ebebeb;
  padding-bottom: 0;
}
.second_main_bg .cms_content .cms_left_cont {
  margin-top: 40px;
}
.second_main_bg .cms_content .cms_left_cont p .margin_b_20 {
  line-height: 28px;
}
.font_questa_reg {
  font-family: 'questa-regular';
  color: #000000;
  font-size: 2.4rem !important;
  line-height: 27px;
}
@media only screen and (max-width: 1441px) {
  .font_questa_reg {
    font-size: 2rem !important;
    line-height: 22px;
  }
}
.margin_b_20 {
  margin-bottom: 20px;
}
.cms_content p {
  color: #000000;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.block_1 {
  display: block;
  color: #000000;
  font-family: 'gothicbold';
  font-size: 15px;
}
.cms-jewelry_insurance p span,
.cms-jewelry-insurance p span {
  display: block;
}
.cms-jewelry_insurance p span a,
.cms-jewelry-insurance p span a {
  color: #000000;
  font-weight: 700;
}
.jewel_img {
  margin-bottom: 30px;
}
.afrime_container {
  float: left;
  width: 100%;
  margin-top: -5px;
}
.cms-jewelry-insurance .webpages-container {
  float: left;
  width: 100%;
  margin-top: -5px;
}
.cms_jewelry_insurance.cms_banner .category_discrip h3 {
  margin-bottom: 20px;
}
.cms_jewelry_insurance.cms_banner .category_discrip .category-description {
  bottom: 65px;
}
.cms_jewelry_insurance.cms_banner .cms_bottom_button .button_custom {
  font-size: 2rem;
  padding: 3px 40px;
}
.cms_special_offer.cms_banner .category_discrip .category-description {
  bottom: 55px;
}
.cms_special_offer.cms_banner .cms_bottom_button .button_custom {
  padding: 3px 40px;
}
.cms_special_offer.cms_banner .category_discrip h3 {
  margin-bottom: 20px;
}
.advanch_selection_banner {
  display: inline-block;
  width: 100%;
  margin: 20px 0px;
}
.advanch_selection_banner img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.advanch_center {
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  list-style: none;
}
.advanch_center li {
  max-width: 250px;
  display: inline-block;
  vertical-align: middle;
}
.advanch_selection_banner + div {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 25px;
}
.webpages-container.promotion {
  float: left;
  width: 100%;
  margin-top: -5px;
}
.webpages-container.promotion .cms_entry-title {
  margin-bottom: 50px;
}
.webpages-container.promotion .cms_content p {
  width: 60%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1366px) {
  .webpages-container.promotion .cms_content p {
    width: 70%;
  }
}
.webpages-container.advanch_selection {
  padding: 25px;
  background: #ebebeb;
  padding-bottom: 40px;
}
.webpages-container.make_commission {
  float: left;
  width: 100%;
  margin-top: -5px;
}
.webpages-container.make_commission,
.webpages-container.promotion {
  padding: 25px;
  background: #ebebeb;
  padding-bottom: 40px;
}
.webpages-container.make_commission .cms_content .cms_left_cont,
.webpages-container.promotion .cms_content .cms_left_cont {
  margin-top: 30px;
}
@media only screen and (max-width: 812px) {
  .webpages-container.make_commission .cms_content .cms_left_cont,
  .webpages-container.promotion .cms_content .cms_left_cont {
    margin-top: 0;
  }
}
.webpages-container.make_commission .cms_content .how_dose,
.webpages-container.promotion .cms_content .how_dose {
  list-style: decimal;
  display: inline-block;
  margin: 5px 0 20px 0;
}
.full_width_container {
  display: inline-block;
  width: 100%;
}
.make_commission .full_width_container {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid #d3d3d3;
}
.make_commission .full_width_container p:last-child {
  margin-bottom: 0px;
}
.make_commission .full_width_container .rules {
  padding-bottom: 15px;
}
.make_commission a.join_button {
  border-radius: 0;
  padding: 6px 50px;
  border: 0;
}
.make_commission a.join_button span {
  font-size: 2rem;
}
.cms-affilation.page-layout-1column .column.main,
.cms-special_offers.page-layout-1column .column.main,
.cms-terms-condition.page-layout-1column .column.main {
  padding-bottom: 0;
}
.promotion p span {
  display: block;
}
.term_promotion {
  list-style: decimal !important;
  display: inline-block;
  margin: 5px 0 20px 0;
}
.webpages-container.integrity {
  padding: 25px;
  background: #ffffff;
  padding-bottom: 40px;
}
.webpages-container.integrity .cms_content {
  margin-top: 52px;
}
.webpages-container.integrity .cms_entry-title {
  margin-bottom: 30px;
}
.webpages-container.integrity .about_story_container ul {
  padding: 20px 25px 25px 25px;
  list-style: none;
}
.trust_image {
  float: left;
  margin-bottom: 30px;
  margin-top: 20px;
}
/* testimonial Start here */
body .modal-popup .action-close {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background-image: url('../images/icon_sprite.png') !important;
  background-position: -494px -1px !important;
}
body .modal-popup .action-close:before {
  content: none !important;
}
.testimonial-index-index .page-wrapper .page-main {
  background: #ebebeb;
}
.testimonial-index-index .page-wrapper .page-main .page-title-wrapper .page-title {
  width: 100%;
  padding-top: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.testimonial-index-index .testimonial_btn {
  text-transform: capitalize;
}
.testimonial-index-index .modal-inner-wrap {
  border: 1px solid #aaaaaa;
}
.testimonial-index-index .modal-slide .action-close {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background-image: url('../images/icon_sprite.png') !important;
  background-position: -494px -1px !important;
}
.testimonial-index-index .modal-slide .action-close:before {
  content: none;
}
.testimonial-index-index .column .page-title-wrapper {
  float: left;
}
.testimonial-index-index .column .testimonial-filter-container {
  float: right;
  padding-right: 35px;
  padding-top: 10px;
}
.testimonial-index-index .column .testimonial-filter-container > div {
  float: left;
}
.testimonial-index-index .column .testimonial-filter-container > div input,
.testimonial-index-index .column .testimonial-filter-container > div select {
  height: 35px !important;
  color: #2f2f2f;
}
.testimonial-index-index .column .testimonial-filter-container > div input {
  background: transparent;
  border-color: #acacac;
}
.testimonial-index-index .column .testimonial-filter-container > div select {
  background: transparent url('../images/select_arrow_main.png');
  border-color: #acacac;
  background-repeat: no-repeat;
  background-position: 100% center;
}
.testimonial-index-index .column .testimonial-filter-container > div label {
  color: #2f2f2f;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 2px;
}
.testimonial-index-index .column .testimonial-filter-container .testimonial-keyword {
  margin-right: 10px;
  width: 160px;
}
.testimonial-index-index .column .testimonial-filter-container .testimonial-category {
  width: 200px;
}
.testimonial-index-index .modal-popup .modal-inner-wrap {
  max-width: 1200px;
}
.testimonial-index-index .modal-popup .modal-content {
  padding: 40px 90px;
}
.testimonial-index-index #testimonial-popup-mpdal {
  float: left;
  width: 100%;
  position: relative;
  color: #aaaaaa;
}
.testimonial-index-index #testimonial-popup-mpdal .testimonial_popup {
  display: inline-block;
  width: 100%;
}
.testimonial-index-index #testimonial-popup-mpdal .testimonial_popup:before {
  padding: 0;
  position: absolute;
  left: -30px;
  top: -20px;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon_sprite.png');
  background-position: -295px -1px;
  content: '';
}
.testimonial-index-index #testimonial-popup-mpdal .testimonial_popup:after {
  padding: 0;
  position: absolute;
  right: -50px;
  top: -20px;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon_sprite.png');
  background-position: -364px -1px;
  content: '';
}
.testimonial-index-index #testimonial-popup-mpdal .testimonial_popup .popup_left {
  float: left;
  width: 40%;
  padding-right: 40px;
  text-align: right;
}
.testimonial-index-index #testimonial-popup-mpdal .testimonial_popup .popup_left .label {
  display: none;
}
.testimonial-index-index #testimonial-popup-mpdal .testimonial_popup .popup_right {
  float: left;
  width: 60%;
  word-break: break-word;
}
.testimonial-index-index #testimonial-popup-mpdal .testimonial_popup .popup_right p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.testimonial-index-index #testimonial-popup-mpdal .testimonial_popup .popup_right .next_prev {
  position: absolute;
  bottom: -20px;
  right: 60px;
  width: 130px;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
}
.testimonial-index-index #testimonial-popup-mpdal .testimonial_popup .popup_right .next_prev:before {
  padding: 0;
  position: absolute;
  right: -50px;
  top: 0px;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon_sprite.png');
  background-position: -430px -1px;
  content: '';
}
.testimonial-index-index #testimonial-popup-mpdal .popup_title {
  font-style: italic;
  font-size: 2.8rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal;
}
.testimonial-index-index #testimonial-popup-mpdal .rating-summary {
  margin-bottom: 10px;
}
.testimonial-index-index #testimonial-popup-mpdal .popup_name {
  color: #f1a155;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.testimonial-index-index #testimonial-popup-mpdal .testi_product_box {
  display: inline-block;
  margin-top: 30px;
}
.testimonial-index-index #testimonial-popup-mpdal .testi_product_box span {
  padding: 10px 30px;
  background: #ffffff;
  display: inline-block;
}
.testimonial-index-index #testimonial-popup-mpdal .testi_product_box span img {
  width: 50px;
}
.testimonial-index-index li.item.pages-item-previous {
  margin-left: 8px;
}
.testimonial-index-index li.item .action {
  pointer-events: none;
  display: none;
}
.testimonial-index-index li.item .action.active {
  pointer-events: auto;
  display: inline-block;
}
.testimonial_form,
.testimonial_container {
  display: inline-block;
  width: 100%;
}
.testimonial_form {
  padding: 0 45px;
}
@media only screen and (max-width: 1220px) {
  .testimonial_form {
    padding: 0 25px;
  }
}
.testimonial_form .leave_left {
  float: left;
  width: 450px;
}
@media only screen and (max-width: 812px) {
  .testimonial_form .leave_left {
    width: 340px;
  }
}
.testimonial_form .leave_left h3 {
  font-family: 'questa-light';
  font-weight: normal;
  width: 300px;
  word-wrap: break-word;
  color: #363636;
  font-size: 3rem;
}
.testimonial_form .leave_right {
  width: calc(100% - 450px);
  float: left;
}
@media only screen and (max-width: 812px) {
  .testimonial_form .leave_right {
    width: calc(100% - 340px);
  }
}
.testimonial_form .leave_right #testimonial-form {
  display: inline-block;
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .testimonial_form .leave_right #testimonial-form {
    width: 100%;
  }
}
.testimonial_form .leave_right #testimonial-form label {
  color: #2f2f2f;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.testimonial_form .leave_right #testimonial-form .merge_filde {
  width: 100%;
}
.testimonial_form .leave_right #testimonial-form .merge_filde .filde {
  width: 49%;
  margin-right: 2%;
  float: left;
}
.testimonial_form .leave_right #testimonial-form .merge_filde .filde:nth-child(even) {
  margin-right: 0;
}
.testimonial_form .leave_right #testimonial-form .merge_filde .filde.last_n {
  margin-top: 22px;
}
.testimonial_form .leave_right #testimonial-form .filde {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.testimonial_form .leave_right #testimonial-form .filde input,
.testimonial_form .leave_right #testimonial-form .filde textarea {
  background: #f1f1f1;
  border-color: #c7c7c7;
}
.testimonial_form .leave_right #testimonial-form .filde select {
  background-color: #f1f1f1;
  color: #000000;
}
.filde_button {
  text-align: center;
  text-transform: capitalize;
}
.note_filde {
  text-align: center;
  margin-top: 20px;
  color: #aaaaaa;
}
.testimonial_list .testimonial_grid {
  padding: 0 45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-top: 15px;
}
.testimonial_list .testimonial_grid:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 1220px) {
  .testimonial_list .testimonial_grid {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 812px) {
  .testimonial_list .testimonial_grid {
    padding: 0 15px;
  }
}
.testimonial_list .testimonial_grid li {
  width: 50%;
  float: left;
  margin-bottom: 40px;
}
@media (max-width: 812px) {
  .testimonial_list .testimonial_grid li {
    width: 100%;
  }
}
.testimonial_list .testimonial_grid li .testi_left {
  float: left;
  width: 233px;
  padding: 17px;
  background: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 812px) {
  .testimonial_list .testimonial_grid li .testi_left {
    width: 200px;
    padding: 10px;
  }
}
.testimonial_list .testimonial_grid li .testi_right_box {
  float: left;
  width: calc(100% - 233px);
  padding-left: 35px;
}
@media only screen and (max-width: 1024px) {
  .testimonial_list .testimonial_grid li .testi_right_box {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 812px) {
  .testimonial_list .testimonial_grid li .testi_right_box {
    width: calc(100% - 200px);
  }
}
.testimonial_list .testimonial_grid li:nth-child(odd) .testi_right_box {
  padding-right: 100px;
}
@media only screen and (max-width: 1024px) {
  .testimonial_list .testimonial_grid li:nth-child(odd) .testi_right_box {
    padding-right: 15px;
  }
}
.testimonial_list .testimonial_grid li:nth-child(even) .testi_right_box {
  padding-right: 50px;
}
@media only screen and (max-width: 1024px) {
  .testimonial_list .testimonial_grid li:nth-child(even) .testi_right_box {
    padding-right: 15px;
  }
}
.testimonial_list .testimonial_grid li .see_more {
  color: #000000;
  text-decoration: underline;
  font-size: 1.5rem;
}
.testimonial_list .product_disc {
  margin-bottom: 8px;
}
.testimonial_list .product_disc span {
  font-family: 'questa-light';
  font-size: 3.5rem;
  display: block;
  line-height: 35px !important;
  color: #363636;
  line-height: normal;
  word-wrap: break-word;
}
@media only screen and (max-width: 1441px) {
  .testimonial_list .product_disc span {
    font-size: 2.5rem;
    line-height: 25px;
  }
}
.testimonial_list .product_short_disc {
  margin-bottom: 20px;
}
.testimonial_list .product_short_disc p {
  color: #000000;
  font-size: 1.5rem;
  word-wrap: break-word;
}
.testimonial_list .customer_name p {
  font-family: 'gothicbold';
  color: #000000;
  font-size: 1.5rem;
  font-weight: normal;
  word-wrap: break-word;
}
.testimonial_list .product_name {
  text-align: left;
  display: block;
}
.testimonial_list .product_name .p_name {
  color: #f0a054;
  text-decoration: none !important;
  font-family: 'questa-light';
  font-size: 18px;
}
.testimonial_list .testi_product_link {
  display: block;
  text-decoration: none;
}
.testimonial_list .rating-summary {
  text-align: left;
}
.testimonial_list .rating-summary .label {
  font-size: 0;
}
.testimonial-index-index .toolbar {
  width: 100%;
  margin: 0 auto;
}
.testimonial-index-index .toolbar > div {
  width: 100%;
}
/* Testimonial End here */
/* FAQ Start here */
.page-wrapper .faq-category {
  width: 100%;
  float: left;
}
/* FAQ Start here */
body .minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 13px;
}
.product-gift-product.page-layout-1column .product.media {
  width: 65%;
  padding-right: 0;
}
.product-gift-product.page-layout-1column .product-info-main {
  width: 34%;
  padding-left: 2%;
  padding-right: 1%;
}
.product-gift-product.catalog-product-view .product-add-form form {
  flex-wrap: wrap;
}
.product-gift-product .product-info-main .page-title-wrapper h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-gift-product div.MagicToolboxContainer.placeholder img {
  width: 100%;
}
.product-gift-product .product-info-main .field label {
  color: #d18c4a;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.product-gift-product .product-info-main .field input {
  background: #212121;
  border-color: #444444;
  height: 35px;
  color: #787878;
  width: 100%;
  line-height: 35px;
  padding-left: 10px;
}
.product-gift-product .product-info-main .field {
  margin-bottom: 10px;
}
.product-gift-product .product-info-main .box-tocart .action.tocart {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  padding: 7px 20px;
}
.product-gift-product .product-info-main .box-tocart .action.tocart span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.product-gift-product .product-info-main .box-tocart .action.tocart:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.product-gift-product .product-info-main .fieldset {
  margin-bottom: 20px;
}
.product-gift-product .amgiftcard-image {
  width: 24%;
}
.product-gift-product .product-info-main select {
  color: #787878;
  border-color: #444444;
  height: 35px;
  background: #212121 url('../images/select_arrow_with_line.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.product-gift-product .product-info-main textarea {
  color: #787878;
  background: #212121;
  border-color: #444444;
}
.product-gift-product .modal-popup #quote-popup .fieldset .field.name {
  width: 98% !important;
}
#quote-popup #request-form .fields.group-3 .field {
  padding-right: 0;
  width: 31.33% !important;
  margin-right: 3%;
  margin-bottom: 0px;
}
#quote-popup #request-form .fields.group-3 .field:last-child {
  margin-right: 0;
}
.catalog-product-view .modal-popup.custom-modal .modal-content,
.catalog-product-view .modal-popup.custom-modal .modal-inner-wrap {
  height: auto !important;
}
.catalog-product-view .modal-popup .fieldset .field .control .field input,
.catalog-product-view .modal-popup.custom-modal #quote-popup .fieldset .field.message {
  width: 100% !important;
}
.catalog-product-view .modal-popup .fieldset .field input {
  height: 35px;
  width: 100% !important;
}
.catalog-product-view .modal-popup.custom-modal .legend {
  border: 0;
}
.catalog-product-view .modal-popup.custom-modal #quote-popup .fieldset .field.telephone,
.catalog-product-view .modal-popup.custom-modal #quote-popup .fieldset .field.subject {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
.catalog-product-view .modal-popup.custom-modal #quote-popup .fieldset .field.message {
  width: 98%;
}
.catalog-product-view .modal-popup.custom-modal #quote-popup .fieldset .field.message textarea {
  height: 70px;
}
/* Custome Design Start here */
.page-products.category-custom-design .page-title-wrapper .page-title {
  margin-top: 25px;
  margin-bottom: 6px !important;
}
body .breadcrumbs .item:not(:last-child):after {
  margin: 0px 5px;
}
.cms-page-view.cms-custom-design .page-title-wrapper {
  display: block !important;
}
.cms-page-view.cms-custom-design .breadcrumbs {
  display: none;
}
.category_discrip .category_custome .category-image .image {
  margin: 0 auto;
}
.category_discrip .category_custome h3 {
  width: 100%;
}
.category_discrip .category_custome h3 span {
  display: block;
}
.category_discrip .category_custome p span {
  display: block;
}
.page-products.category-custom-design .page-title-wrapper .page-title {
  margin-bottom: 10px;
}
.category-custom-design .category-view {
  display: none;
}
.category-custom-design .custome_design_container {
  margin-top: -5px;
}
.category-custom-design .column.main {
  padding-bottom: 0;
}
.category-custom-design .category_discrip {
  margin-top: 0;
}
.custome_design_container {
  background: #363636;
  display: inline-block;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .custome_design_container {
    display: inline-block;
    width: 100%;
    padding: 15px;
  }
}
.custome_design_container .page-title-wrapper .page-title {
  padding-left: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.custome_design_container .page-title-wrapper + span {
  padding-left: 35px;
}
.custome_design_container .custome_diamond_list {
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .custome_design_container .custome_diamond_list {
    display: table;
  }
}
.custome_design_container .custome_diamond_list li {
  float: left;
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  .custome_design_container .custome_diamond_list li {
    float: none;
    width: 33.33%;
    display: inline-block;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 812px) {
  .custome_design_container .custome_diamond_list li {
    width: 50%;
  }
}
.custome_design_container .custome_diamond_list li h3 {
  font-family: 'questa-light';
  font-weight: normal;
  font-size: 3.5rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1441px) {
  .custome_design_container .custome_diamond_list li h3 {
    font-size: 2.8rem;
  }
}
.custome_design_container .custome_diamond_list li .diamond_link {
  padding: 6px 30px;
  min-width: 180px;
  border-radius: 0;
}
.custome_design_container .custome_diamond_list li .diamond_link span {
  font-size: 1.6rem;
}
.custome_design_container .custome_diamond_list .custom_diamond {
  width: 190px;
  height: 170px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.diamond_info p {
  line-height: 23px;
}
.diamond_info .custom_diamond_left {
  float: left;
  width: 60%;
  padding: 0px;
  text-align: center;
}
@media only screen and (max-width: 812px) {
  .diamond_info .custom_diamond_left {
    width: 100%;
  }
}
.diamond_info .custom_diamond_right {
  float: left;
  width: 40%;
}
@media only screen and (max-width: 812px) {
  .diamond_info .custom_diamond_right {
    width: 100%;
  }
}
.diamond_info .custom_diamond_right > div {
  float: left;
  width: 50%;
  padding-right: 50px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .diamond_info .custom_diamond_right > div {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .diamond_info .custom_diamond_right > div {
    width: 50%;
  }
  .diamond_info .custom_diamond_right > div.custome_jewel {
    padding-right: 20px;
  }
}
.diamond_info .custom_diamond_right > div ul {
  list-style: inside decimal !important;
  padding: 0;
  text-align: left;
  margin-top: 20px;
  display: inline-block;
}
.diamond_info .custom_diamond_right > div ul li {
  margin-bottom: 4px;
}
.diamond_info .left_info_content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.diamond_info .left_info_content p {
  text-align: left;
}
.diamond_info .left_info_content ul {
  list-style: decimal !important;
  padding: 0;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
}
.diamond_info .left_info_content ul li {
  text-align: left;
  margin-bottom: 4px;
}
.diamond_info .curve_stripe {
  width: 71.5%;
  display: inline-block;
  background-image: url('../images/custome_arrow.png');
  height: 54px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.view_detail_link {
  display: block;
  width: 100%;
  margin-top: 0px;
  text-decoration: none;
}
.view_detail_link span {
  text-decoration: underline;
  color: #ffffff;
}
.view_detail_link span:hover {
  color: #d18c4a;
}
.custome_design_container .diamond_info {
  display: inline-block;
  width: 100%;
}
.cms-page-view .tab-content {
  border: 0;
}
/* Custome Design End here */
/* ==== Eduction detail page start ==== */
.education-index-view .page-wrapper .page-main {
  background: #ebebeb;
  color: #000;
}
.edu-banner {
  background-image: -moz-linear-gradient(-55deg, #172526 0%, #121414 30%, #111111 49%, #111111 70%, #231c16 100%);
  background-image: -webkit-linear-gradient(-55deg, #172526 0%, #121414 30%, #111111 49%, #111111 70%, #231c16 100%);
  background-image: -ms-linear-gradient(-55deg, #172526 0%, #121414 30%, #111111 49%, #111111 70%, #231c16 100%);
  color: #fff;
  padding: 45px;
}
.edu-banner .edu-banner-title {
  font-family: 'questa-italic';
  font-weight: 300;
  font-size: 4.5rem;
  margin-bottom: 35px;
}
@media only screen and (max-width: 992px) {
  .edu-banner .edu-banner-title {
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
.edu-banner .edu-banner-desc {
  color: #d18c4a;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .edu-banner .edu-banner-desc {
    margin-bottom: 15px;
  }
}
.edu-banner .edu-banner-date {
  color: #aaaaaa;
  margin-bottom: 20px;
}
.edu-banner .edu-batton a {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-transform: none;
  font-weight: normal;
}
.edu-banner .edu-batton a:focus,
.edu-banner .edu-batton a:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.edu-banner .edu-batton a:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.edu-banner .edu-batton a.disabled,
.edu-banner .edu-batton a[disabled],
fieldset[disabled] .edu-banner .edu-batton a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.edu-banner .edu-batton a span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.edu-banner .edu-batton a:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.edu-banner .edu-batton a:focus {
  box-shadow: none;
}
.edu-banner .edu-batton a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .edu-banner {
    padding: 15px;
  }
}
.edu-media {
  width: 100%;
  overflow: hidden;
}
.edu-media .edu-media-body,
.edu-media .edu-media-right,
.edu-media .edu-media-left {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .edu-media .edu-media-body,
  .edu-media .edu-media-right,
  .edu-media .edu-media-left {
    display: block;
  }
}
.edu-media .edu-media-body {
  width: 60%;
}
@media only screen and (max-width: 480px) {
  .edu-media .edu-media-body {
    width: 100%;
  }
}
.edu-media .edu-media-right {
  padding-left: 10px;
  width: 40%;
  text-align: right;
}
.edu-media .edu-media-right img {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .edu-media .edu-media-right {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-left: 0;
  }
}
.edu-media .edu-media-left {
  padding-right: 10px;
  width: 40%;
  text-align: left;
}
.edu-media .edu-media-left img {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .edu-media .edu-media-left {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-left: 0;
  }
}
.edu_landing_info {
  padding: 0px 20px 0 20px;
}
.edu-wrapper,
.edu_landing_info {
  color: #2f2f2f;
}
.edu-wrapper::after,
.edu_landing_info::after {
  content: "";
  display: block;
  clear: both;
}
.edu-wrapper h2,
.edu_landing_info h2 {
  font-family: 'questa-light';
  color: #4e4e4e;
  font-size: 3.5rem;
  margin: 40px 0;
}
@media only screen and (max-width: 1024px) {
  .edu-wrapper h2,
  .edu_landing_info h2 {
    font-size: 3.1rem;
  }
}
.edu-wrapper p,
.edu_landing_info p {
  font-size: 1.5rem;
  line-height: 23px;
  color: #2f2f2f;
  margin-bottom: 30px;
}
.edu-wrapper p.summary-text,
.edu_landing_info p.summary-text {
  font-size: 2rem;
  line-height: 30px;
  color: #2f2f2f;
}
.edu-wrapper h3,
.edu_landing_info h3 {
  font-size: 2rem;
  font-family: 'questa-regular';
  margin-bottom: 30px;
  font-weight: normal;
  color: #2f2f2f;
}
.edu-wrapper .summary-block,
.edu_landing_info .summary-block {
  font-family: 'questa-regular';
  padding: 70px 45px 30px;
  color: #fff;
  background: #4ab5c8;
  font-size: 3.3rem;
  text-align: center;
  margin-bottom: 30px;
}
.edu-wrapper .summary-block span,
.edu_landing_info .summary-block span {
  font-family: 'gothicreg';
  font-size: 1.6rem;
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 992px) {
  .edu-wrapper .summary-block,
  .edu_landing_info .summary-block {
    padding: 30px;
    font-size: 2.4rem;
  }
}
.edu-details {
  width: 68%;
  float: left;
  padding: 0 10px 0 52px;
}
@media only screen and (max-width: 1024px) {
  .edu-details {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 992px) {
  .edu-details {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .edu-details {
    width: 100%;
  }
}
.edu-details-full {
  padding: 0 10px 0 52px;
}
@media only screen and (max-width: 1024px) {
  .edu-details-full {
    padding: 0 15px;
  }
}
.edu-details-full a,
.edu-details a {
  color: #d18c4a;
}
.edu-details-full a:hover,
.edu-details a:hover {
  text-decoration: none;
}
.edu-details-full.left-float-all-img img,
.edu-details.left-float-all-img img {
  float: left;
  margin: 0 15px 15px 15px;
}
.edu-index {
  width: 32%;
  float: left;
  border-left: solid 1px #fff;
  padding: 0 35px;
}
.edu-index a {
  color: #000;
}
.edu-index a:hover {
  color: #d18c4a;
  text-decoration: none;
}
.edu-index ol {
  padding-left: 15px;
  margin-bottom: 0;
}
.edu-index ol > li {
  margin-bottom: 30px;
}
.edu-index ol > li:last-child {
  margin-bottom: 0;
}
.edu-index ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.edu-index ul li {
  list-style-type: disc;
}
@media only screen and (max-width: 1024px) {
  .edu-index {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 992px) {
  .edu-index {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .edu-index {
    width: 100%;
  }
}
.edu-fc-wrapper {
  padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .edu-fc-wrapper {
    padding: 30px 15px;
  }
}
.edu-fc-wrapper .row::after {
  content: "";
  display: block;
  clear: both;
}
.edu-fc-wrapper .row .col-md-3 {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}
.edu-fc-wrapper .row .col-md-3 a {
  display: block;
  color: #d18c4a;
  font-weight: 600;
  font-size: 1.4rem;
}
.edu-fc-wrapper .row .col-md-3 a:hover {
  color: #000;
  text-decoration: none;
}
.edu-fc-wrapper .row .col-md-3 a img {
  display: block;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 1024px) {
  .education-index-view.page-layout-2columns-left .column.main {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .edu-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* ==== Eduction detail page End ==== */
/* ==== Cms page Fixes Start ==== */
.cms_cont_wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.visible-xs {
  display: none;
}
.trust_pilot_container .trust_title {
  margin-bottom: 0px;
}
/* ==== Cms page Fixes End ==== */
/* ==== Cart page Fixes Start ==== */
.checkout-cart-index .cart .product-item-details ul {
  padding: 0;
  padding-top: 25px;
  margin-bottom: 10px;
}
.checkout-cart-index .cart .product-item-details ul li {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #ababab;
}
.checkout-cart-index .cart .product-item-details ul li span {
  color: #f1a155;
}
.admin__data-grid-outer-wrap_custom {
  background: #252525;
  border-left: 10px solid #2f2f2f;
  width: 25%;
  padding: 10px 10px 10px 30px;
}
@media (max-width: 1024px) {
  .admin__data-grid-outer-wrap_custom {
    padding: 10px;
  }
}
.admin__data-grid-outer-wrap_custom .admin__data-grid-outer-wrap {
  background: transparent;
  border-left: none;
  width: 100%;
  padding: 0;
}
.admin__data-grid-outer-wrap_custom .cart_credit {
  margin-top: 40px;
}
.admin__data-grid-outer-wrap_custom .cart_credit h3 {
  font-weight: normal;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 30px;
}
.admin__data-grid-outer-wrap_custom .cart_credit p {
  font-size: 1.5rem;
  color: #ababab;
  margin-bottom: 15px;
}
.admin__data-grid-outer-wrap_custom .cart_credit a {
  display: block;
  color: #ababab;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.admin__data-grid-outer-wrap_custom .cart_credit .affrime_logo {
  text-align: center;
}
.admin__data-grid-outer-wrap_custom .cart_credit .affrime_logo a {
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  body #shopping-cart-table thead th:not(.item) {
    width: 85px;
  }
  body #shopping-cart-table thead th.wireprice:not(.item) {
    width: 105px;
  }
  body #shopping-cart-table thead th.remove:not(.item) {
    width: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .cart-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .cart-summary .cart-right {
    text-align: center;
  }
  .cart-summary .cart-right .guarde_icon,
  .cart-summary .cart-right .heartarrow_icon {
    display: inline-block;
    vertical-align: middle;
  }
  .cart-summary .cart_link {
    text-align: left;
  }
  .cart-summary .cart_link::after {
    content: "";
    display: block;
    clear: both;
  }
  .cart-summary .cart_link li {
    float: left;
    width: 50%;
    padding: 0 15px;
  }
}
/* ==== Cart page Fixes End ==== */
.arrow_cushion h2 {
  font-family: inherit;
  margin-top: 15px;
  margin-bottom: 15px;
}
.arrow_cushion-first .arrow_cushion-left {
  float: left;
}
.arrow_cushion-first {
  display: inline-block;
  margin-top: 15px;
}
.arrow_cushion-first .arrow_cushion-right {
  margin-top: 50px;
}
.arrow_cushion-second {
  margin-top: 20px;
  display: inline-block;
}
.arrow_cushion-three {
  margin-top: 20px;
}
.arrow_cushion-four {
  display: inline-block;
}
.arrow_cushion-five {
  display: inline-block;
  margin-top: 20px;
}
.arrow_cushion-five iframe {
  margin-bottom: 20px;
}
.arrow_cushion-five .images {
  margin-top: 20px;
  margin-bottom: 20px;
}
ul.list-style-disc {
  padding-left: 15px !important;
}
ul.list-style-disc li {
  list-style-type: disc;
}
.phone-section .lbl-phone {
  display: inline-block;
}
.phone-section .tooltip {
  position: relative;
  top: 0;
}
.contact-index-index .fileinput {
  position: relative;
}
.contact-index-index .fileinput button {
  width: 122px;
  background-color: #212121;
  color: #787878;
  border: 1px solid #444444 !important;
  outline: none;
  box-shadow: none;
  font-weight: normal;
  border-radius: 0;
  position: relative;
  height: 35px;
  top: -1px;
}
.contact-index-index .fileinput input[type=text] {
  width: calc(100% - 127px) !important;
  padding-top: 0 !important;
  line-height: 35px;
}
.contact-index-index .fileinput input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: 9;
}
.upload_limit {
  text-align: right;
  padding-right: 33px;
  font-size: 11px;
  color: #8f8f8f;
}
.contact-index-index .telephone .control select {
  width: 120px;
  display: inline-block;
  height: 35px !important;
  padding-right: 35px;
}
.contact-index-index .telephone .control input {
  width: calc(100% - 127px);
}
.upload-file {
  position: relative;
}
.upload-file .label span {
  color: #000;
}
.upload-file .control {
  position: relative;
}
.upload-file .control .fileinput input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 9;
  opacity: 0;
}
.upload-file .control .fileinput input[type="text"] {
  width: calc(100% - 127px);
  display: inline-block;
}
.upload-file .control .fileinput button {
  border: 1px solid #c2c2c2;
  display: inline-block;
  outline: none;
  width: 122px;
  box-shadow: none;
  font-weight: normal;
  border-radius: 0;
  height: 40px;
  position: relative;
  top: -2px;
  background-color: transparent;
}
.cp-billing-mp .cp-billing-wrap {
  width: 32%;
  min-width: 280px;
}
.cms-jewelry-design {
  width: 100%;
  float: left;
  background-color: #ebebeb;
}
.jewelry-design {
  padding: 25px 40px;
}
.cms-jewelry-design .img_container {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}
.cms-jewelry-design .jewelry-design li {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}
.cms-jewelry-design h3 {
  color: #d18c4a;
  font-size: 26px;
  font-weight: normal;
}
.cms-jewelry-design a:hover {
  text-decoration: none;
}
.pri-nav-row1-para {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.pri-nav-row1-para a {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  display: block;
  line-height: 17px;
}
.pri-nav-row1-para span a {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
.cms-brian-gavins-cushion-hearts-and-arrows .entry-title {
  text-align: center;
}
.webpages-container.copyrights {
  padding: 25px;
}
.logo-section {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.logo-section span {
  vertical-align: top;
  display: inline-block;
  margin-right: 7px;
  color: #000;
}
.cities-items {
  max-width: 1100px;
  margin: 0 auto;
}
.cities-items ul {
  width: 25%;
  float: left;
}
.cities-items ul li a {
  color: #d18c4a;
}
.cities-items ul li a:hover {
  text-decoration: none;
}
.shop-btn {
  float: right;
  padding-left: 30px;
  padding-bottom: 15px;
}
.shop-btn ul {
  padding-left: 0;
  list-style-type: none;
}
.shop-btn ul li {
  margin-bottom: 10px;
}
.shop-btn a {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  text-align: center;
}
.shop-btn a span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.shop-btn a:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.shop-btn a:hover {
  text-decoration: none;
}
a.orn-color,
.orn-color {
  color: #d18c4a;
}
.right-side-img .cms_image {
  float: right;
  padding-left: 35px;
}
.cms_content .photo_credit {
  font-size: 11px;
  padding-right: 10px;
}
.eng_collection .eng_collection_list li.col_2 {
  padding-top: 30px;
  width: 65%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .faq-faq-view.page-layout-1column .column.main {
    margin-top: 0;
  }
}
.faq-faq-view .page-wrapper .page-main {
  background: #ffffff;
}
.faq-faq-view .columns {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .faq-faq-view .page.messages {
    margin: 0;
  }
}
.faq-faq-view .page-main > .page-title-wrapper .page-title {
  font-weight: normal;
  display: block;
  color: #d18c4a;
  text-align: left;
  font-size: 2.6rem;
  text-indent: 40px;
  margin: 0px 0 10px;
}
.faq-faq-view .page-main > .page-title-wrapper .page-title span {
  font-family: 'questa-light';
  color: #363636;
}
.faq-faq-view .faq-category {
  padding: 1px 40px 0 40px;
}
.faq-faq-view .faq-category .category-title {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  margin-top: 18px;
  font-family: 'questa-regular';
}
@media (max-width: 1024px) {
  .faq-faq-view .faq-category .category-title {
    margin-top: 0;
  }
}
.faq-faq-view .faq-category .category-title b {
  color: #d18c4a;
  font-weight: normal;
  font-family: 'gothicbold';
}
.faq-faq-view .faq-category .category-list {
  padding-left: 0;
}
.faq-faq-view .faq-category .category-list .faqs-list .item {
  border: 0;
  margin-bottom: 5px;
}
.faq-faq-view .faq-category .category-list .faqs-list .item.active a:before {
  background-position: -288px -57px;
}
.faq-faq-view .faq-category .category-list .faqs-list .item a {
  border: 1px solid #d5d5d5;
  padding: 8px 12px;
  font-size: 3rem;
  font-weight: normal;
  display: block;
  background: #f9f9f9;
  color: #000000;
  font-family: 'questa-regular';
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 1366px) {
  .faq-faq-view .faq-category .category-list .faqs-list .item a {
    font-size: 2rem;
  }
}
.faq-faq-view .faq-category .category-list .faqs-list .item a:before {
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 15px;
  height: 15px;
  background-image: url('../images/icon_sprite.png');
  background-position: -273px -61px;
  content: '';
  margin-top: -6px;
}
.faq-faq-view .faq-category .category-list .faqs-list .item a:hover {
  background: #ffffff;
}
.faq-faq-view .faq-category .category-list .faqs-list .item a .faq-iconplus {
  display: none;
}
.faq-faq-view .faq-category .category-list .faqs-list .item .description {
  border-top: none;
  color: #000000;
  padding: 14px 10px;
  font-size: 1.6rem;
}
.faq-faq-view .faq-category .category-list .faqs-list .item .description p {
  font-size: 1.5rem;
  margin-bottom: 7px;
  color: #000000;
  text-align: justify;
}
.faq-faq-view h2.first-title {
  color: #4ab5c8;
}
.faq-faq-view h2.first-title.faqcat-title i {
  border-bottom-color: #4ab5c8;
}
.customer-account-index.account .page-main .page-title-wrapper:before {
  content: none;
}
.customer-account-edit [type="checkbox"]:not(:checked) + label,
.customer-account-edit [type="checkbox"]:checked + label {
  padding-top: 7px;
}
.customer-account-edit [type="checkbox"]:not(:checked) + label span,
.customer-account-edit [type="checkbox"]:checked + label span {
  padding-left: 0 !important;
}
.account .custome_subscribe {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .page-layout-2columns-right.account .page.messages,
  .customer-account-index.account .page.messages,
  .page-layout-2columns-right.account .column.main,
  .customer-account-index.account .column.main {
    margin: 0;
  }
}
.page-layout-2columns-right.account .sidebar-main,
.customer-account-index.account .sidebar-main {
  width: 25%;
  -webkit-flex-basis: inherit;
  flex-basis: inherit;
  -webkit-flex-grow: inherit;
  flex-grow: inherit;
  background: #252525;
  padding: 30px;
}
@media only screen and (max-width: 812px) {
  .page-layout-2columns-right.account .sidebar-main,
  .customer-account-index.account .sidebar-main {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .page-layout-2columns-right.account .sidebar-main,
  .customer-account-index.account .sidebar-main {
    width: 100%;
    background: transparent;
  }
}
.page-layout-2columns-right.account .column.main,
.customer-account-index.account .column.main {
  width: 75%;
  -webkit-flex-basis: inherit;
  flex-basis: inherit;
  -webkit-flex-grow: inherit;
  flex-grow: inherit;
  padding: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.page-layout-2columns-right.account .column.main:after,
.customer-account-index.account .column.main:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 812px) {
  .page-layout-2columns-right.account .column.main,
  .customer-account-index.account .column.main {
    width: 100%;
    padding: 20px;
    display: block;
  }
}
@media (max-width: 1024px) {
  .page-layout-2columns-right.account .column.main,
  .customer-account-index.account .column.main {
    width: 100%;
  }
}
.page-layout-2columns-right.account .column.main .my-account-section-left,
.customer-account-index.account .column.main .my-account-section-left {
  width: 52%;
  padding-right: 20px;
  position: relative;
  float: left;
}
@media only screen and (max-width: 812px) {
  .page-layout-2columns-right.account .column.main .my-account-section-left,
  .customer-account-index.account .column.main .my-account-section-left {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .page-layout-2columns-right.account .column.main .my-account-section-left,
  .customer-account-index.account .column.main .my-account-section-left {
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 30px;
    padding-right: 0px;
  }
  .page-layout-2columns-right.account .column.main .my-account-section-left:before,
  .customer-account-index.account .column.main .my-account-section-left:before {
    content: '';
    background: url('../images/icon_sprite.png');
    width: 32px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    background-position: -91px -98px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item,
.customer-account-index.account .column.main .my-account-section-left .product-item {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item:after,
.customer-account-index.account .column.main .my-account-section-left .product-item:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item:last-child,
.customer-account-index.account .column.main .my-account-section-left .product-item:last-child {
  margin-bottom: 0px;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_image,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_image {
  width: 16%;
}
@media only screen and (max-width: 480px) {
  .page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_image,
  .customer-account-index.account .column.main .my-account-section-left .product-item .product_image {
    width: 26%;
  }
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 {
  width: 84%;
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  .page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1,
  .customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 {
    width: 74%;
    padding-left: 10px;
  }
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .product-item-purchase_date,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .product-item-purchase_date,
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .product-item-price,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .product-item-price {
  display: block;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .product-item-purchase_date span,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .product-item-purchase_date span,
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .product-item-price span,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .product-item-price span {
  color: #ababab;
  font-size: 1.5rem;
  text-transform: capitalize;
  font-weight: normal;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .product-item-purchase_date a,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .product-item-purchase_date a,
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .product-item-price a,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .product-item-price a {
  text-decoration: none;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .pro_name,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .pro_name {
  color: #ffffff;
  font-size: 2.5rem;
  text-transform: capitalize;
  font-family: 'questa-regular';
}
@media only screen and (max-width: 480px) {
  .page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .pro_name,
  .customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .pro_name {
    font-size: 2rem;
  }
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 a,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 a {
  text-decoration: none;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .track-order,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .track-order {
  margin-top: 25px;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  padding: 8px 20px;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary:focus,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary:focus,
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary:active,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary:hover,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary.disabled,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary.disabled,
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary[disabled],
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary[disabled],
fieldset[disabled] .page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary,
fieldset[disabled] .customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary span,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary:hover,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary:focus,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary:focus {
  box-shadow: none;
}
.page-layout-2columns-right.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary span,
.customer-account-index.account .column.main .my-account-section-left .product-item .product_info1 .track-order .primary span {
  color: #fdfdfd;
}
.page-layout-2columns-right.account .column.main .my-account-section-right,
.customer-account-index.account .column.main .my-account-section-right {
  width: 48%;
  padding: 0 35px;
  border-left: 1px solid #4a4a4a;
  position: relative;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .page-layout-2columns-right.account .column.main .my-account-section-right,
  .customer-account-index.account .column.main .my-account-section-right {
    position: absolute;
    z-index: 99;
    right: 30px;
    top: 0;
  }
}
@media only screen and (max-width: 812px) {
  .page-layout-2columns-right.account .column.main .my-account-section-right,
  .customer-account-index.account .column.main .my-account-section-right {
    width: 100%;
    border-left: 0;
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 639px) {
  .page-layout-2columns-right.account .column.main .my-account-section-right,
  .customer-account-index.account .column.main .my-account-section-right {
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 30px;
  }
  .page-layout-2columns-right.account .column.main .my-account-section-right:before,
  .customer-account-index.account .column.main .my-account-section-right:before {
    content: '';
    background: url('../images/icon_sprite.png');
    width: 32px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    background-position: -91px -98px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.page-layout-2columns-right.account .columns,
.customer-account-index.account .columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.page-layout-2columns-right.account .columns:after,
.customer-account-index.account .columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.page-layout-2columns-right.account .additional_link,
.customer-account-index.account .additional_link {
  display: block;
  margin-top: 5px;
}
.page-layout-2columns-right.account .additional_link a,
.customer-account-index.account .additional_link a {
  display: block;
}
.page-layout-2columns-right.account .additional_link a span,
.customer-account-index.account .additional_link a span {
  color: #ababab;
  font-size: 1.5rem;
  text-decoration: underline;
  font-style: italic;
}
.page-layout-2columns-right.account .page-title-wrapper,
.customer-account-index.account .page-title-wrapper {
  position: relative;
}
.page-layout-2columns-right.account .page-title-wrapper:before,
.customer-account-index.account .page-title-wrapper:before {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #252525;
}
@media only screen and (max-width: 812px) {
  .page-layout-2columns-right.account .page-title-wrapper:before,
  .customer-account-index.account .page-title-wrapper:before {
    width: 32%;
  }
}
@media only screen and (max-width: 1024px) {
  .page-layout-2columns-right.account .page-title-wrapper:before,
  .customer-account-index.account .page-title-wrapper:before {
    content: none;
  }
}
@media only screen and (max-width: 639px) {
  .page-layout-2columns-right.account .page-title-wrapper:before,
  .customer-account-index.account .page-title-wrapper:before {
    content: none;
  }
}
.page-layout-2columns-right.account .page-title-wrapper .page-title,
.customer-account-index.account .page-title-wrapper .page-title {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 0;
  padding-left: 15px;
}
.page-layout-2columns-right.account .attribute_label,
.customer-account-index.account .attribute_label {
  margin-bottom: 22px;
}
#block-reorder-heading {
  color: #d18c4a;
  text-transform: uppercase;
  display: block;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.secondry_link {
  color: #d18c4a;
  list-style: inside disc;
  margin-bottom: 30px;
  padding: 0;
}
.secondry_link li a {
  color: #ababab;
  font-size: 1.5rem;
}
.secondry_link li a span {
  color: #ffffff;
}
.secondry_link .open_link {
  display: block;
  color: #d18c4a;
  padding-left: 20px;
}
.account .amgiftcard .fieldset .field .control {
  margin-top: 0;
}
.account .amgiftcard .fieldset .field .control input {
  margin-top: 0;
}
.account .amgiftcard .amgiftcard-form .form-buttons.buttons-set.btn-only {
  top: 52px;
}
.account .amgiftcard .amgiftcard-form .form-buttons.buttons-set.btn-only .action.primary {
  height: 39px;
}
.message.error {
  color: #e02b27 !important;
}
.customization-index-mydiamondlist table tbody tr,
.customization-index-mypaireddiamondlist table tbody tr {
  background-color: #f1f1f1;
}
.customization-index-mydiamondlist table tbody tr td,
.customization-index-mypaireddiamondlist table tbody tr td {
  color: #000;
}
.customization-index-mydiamondlist table tbody tr td[data-th="Remove"] a,
.customization-index-mypaireddiamondlist table tbody tr td[data-th="Remove"] a {
  font-weight: 600;
  color: #d18c4a;
}
.customization-index-mydiamondlist table tbody tr td[data-th="Remove"] a:hover,
.customization-index-mypaireddiamondlist table tbody tr td[data-th="Remove"] a:hover {
  text-decoration: none;
}
.customization-index-mydiamondlist table tbody tr td[data-th="View"] a,
.customization-index-mypaireddiamondlist table tbody tr td[data-th="View"] a {
  padding: 10px;
  color: #ffffff;
  background: #000000;
  font-family: 'questa-italic';
  line-height: 15px;
  display: inline-block;
}
.customization-index-mydiamondlist table tbody tr td[data-th="View"] a:hover,
.customization-index-mypaireddiamondlist table tbody tr td[data-th="View"] a:hover {
  background-color: #4ab5c8;
  text-decoration: none;
}
.customization-index-mydiamondlist table tbody tr:nth-child(odd),
.customization-index-mypaireddiamondlist table tbody tr:nth-child(odd) {
  background-color: #ebebeb;
}
.customization-index-mydiamondlist table tbody tr:first-child,
.customization-index-mypaireddiamondlist table tbody tr:first-child {
  background-color: #000;
}
.customization-index-mydiamondlist table tbody tr:first-child th,
.customization-index-mypaireddiamondlist table tbody tr:first-child th {
  color: #d18c4a;
  text-transform: uppercase;
}
.customization-index-comparedetail .compare_table thead tr th {
  color: #d18c4a !important;
  font-weight: 600 !important;
}
.customization-index-comparedetail #tblCompare tbody tr {
  background-color: #f1f1f1;
}
.customization-index-comparedetail #tblCompare tbody tr td[data-th="View"] a {
  padding: 10px;
  color: #ffffff;
  background: #000000;
  font-family: 'questa-italic';
  line-height: 15px;
  display: inline-block;
  font-weight: normal;
}
.customization-index-comparedetail #tblCompare tbody tr td[data-th="View"] a:hover {
  background-color: #4ab5c8;
}
.customization-index-comparedetail tbody tr:nth-child(odd) {
  background-color: #ebebeb;
}
.customization-index-comparedetail #change_currency {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
}
.customization-index-comparedetail #change_currency span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.customization-index-comparedetail #change_currency:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.customization-index-comparedetail #change_currency:hover {
  text-decoration: none;
}
.customization-index-comparedetail .page-wrapper .page-main #custom-compare {
  background-color: transparent;
}
.customization-index-comparedetail .page-wrapper .page-main #custom-compare a:not(.video-cmp-btn) {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
}
.customization-index-comparedetail .page-wrapper .page-main #custom-compare a:not(.video-cmp-btn) span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.customization-index-comparedetail .page-wrapper .page-main #custom-compare a:not(.video-cmp-btn):hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.customization-index-comparedetail .page-wrapper .page-main #custom-compare a:not(.video-cmp-btn):hover {
  text-decoration: none;
}
.diamondpaircomparison-diamondpair-index .product-specification .closebtn {
  top: -15px;
}
@media (max-width: 1200px) {
  .diamondpaircomparison-diamondpair-index .ds-results-table-wrapper {
    overflow: auto;
  }
}
.diamondpaircomparison-diamondpair-index .diamondpair_container #product-specification table.detail_table {
  width: 100%;
  max-width: 770px;
}
@media (max-width: 1200px) {
  .diamondpaircomparison-diamondpair-index .diamondpair_container #product-specification table.detail_table {
    width: 100%;
    max-width: 770px;
  }
}
.diamondpaircomparison-diamondpair-index .chld-blk .chld-blk_inner {
  width: 50%;
}
.diamondpaircomparison-diamondpair-index .chld-blk .child-details {
  width: 100%;
}
.diamondpaircomparison-diamondpair-index .dataTable td a i {
  color: #000;
}
.diamondpaircomparison-diamondpair-index #tblDiamond tbody tr:hover td a i {
  color: #fff;
}
.diamondpaircomparison-diamondpair-index .chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-val {
  padding-top: 0px;
}
.diamondpaircomparison-diamondpair-index .chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-val a {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  padding: 4px 15px;
  font-weight: normal;
}
.diamondpaircomparison-diamondpair-index .chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-val a:focus,
.diamondpaircomparison-diamondpair-index .chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-val a:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.diamondpaircomparison-diamondpair-index .chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-val a:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.diamondpaircomparison-diamondpair-index .chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-val a.disabled,
.diamondpaircomparison-diamondpair-index .chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-val a[disabled],
fieldset[disabled] .diamondpaircomparison-diamondpair-index .chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-val a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.diamondpaircomparison-diamondpair-index .chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-val a span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.diamondpaircomparison-diamondpair-index .chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-val a:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.diamondpaircomparison-diamondpair-index .chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-val a:focus {
  box-shadow: none;
}
.diamondpaircomparison-diamondpair-index .chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-val a:hover {
  text-decoration: none;
}
.diamondpaircomparison-diamondpair-index .chld-footer {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.diamondpaircomparison-diamondpair-index .chld-footer a.action.primary {
  padding: 9px 20px;
  font-weight: normal;
  margin-right: 15px;
  text-transform: capitalize;
  border-radius: 0;
}
.diamondpaircomparison-diamondpair-index .chld-footer a.action.primary:last-child {
  margin-right: 0;
}
.diamondpaircomparison-diamondpair-index .chld-footer a.action.primary.bv-view-btn {
  background-color: #d18c4a !important;
  border-color: #d18c4a !important;
  font-weight: normal;
}
.diamondpaircomparison-diamondpair-index .chld-footer a.action.primary.bv-view-btn:hover {
  background-color: #000 !important;
}
.diamondpaircomparison-diamondpair-index .dataTable .type {
  width: 200px;
}
.diamondpaircomparison-diamondpair-index .chld-footer a {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  padding: 5px 15px;
  font-weight: normal;
}
.diamondpaircomparison-diamondpair-index .chld-footer a:focus,
.diamondpaircomparison-diamondpair-index .chld-footer a:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.diamondpaircomparison-diamondpair-index .chld-footer a:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.diamondpaircomparison-diamondpair-index .chld-footer a.disabled,
.diamondpaircomparison-diamondpair-index .chld-footer a[disabled],
fieldset[disabled] .diamondpaircomparison-diamondpair-index .chld-footer a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.diamondpaircomparison-diamondpair-index .chld-footer a span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.diamondpaircomparison-diamondpair-index .chld-footer a:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.diamondpaircomparison-diamondpair-index .chld-footer a:focus {
  box-shadow: none;
}
.diamondpaircomparison-diamondpair-index .chld-footer a.select-btn {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  margin-left: 8px;
}
.diamondpaircomparison-diamondpair-index .chld-footer a.select-btn span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.diamondpaircomparison-diamondpair-index .chld-footer a.select-btn:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.diamondpaircomparison-diamondpair-index .chld-footer a:hover {
  text-decoration: none;
}
.diamondpaircomparison-diamondpair-index #btnClick,
.diamondpaircomparison-diamondpair-index #compare_details {
  font-weight: normal;
}
@media (max-width: 992px) {
  .additional-addresses .table-additional-addresses-items {
    min-width: 990px;
  }
}
.additional-addresses .table-additional-addresses-items .actions .action {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  padding: 3px 10px;
}
.additional-addresses .table-additional-addresses-items .actions .action:focus,
.additional-addresses .table-additional-addresses-items .actions .action:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.additional-addresses .table-additional-addresses-items .actions .action:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.additional-addresses .table-additional-addresses-items .actions .action.disabled,
.additional-addresses .table-additional-addresses-items .actions .action[disabled],
fieldset[disabled] .additional-addresses .table-additional-addresses-items .actions .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.additional-addresses .table-additional-addresses-items .actions .action span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.additional-addresses .table-additional-addresses-items .actions .action:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.additional-addresses .table-additional-addresses-items .actions .action:focus {
  box-shadow: none;
}
.additional-addresses .table-additional-addresses-items .actions .action:hover {
  text-decoration: none;
}
.additional-addresses .table-additional-addresses-items .actions .action span {
  font-size: 1.4rem;
}
/* === Print Page ===*/
.page-print .page-main {
  padding: 15px;
}
.page-print .sw-megamenu,
.page-print .custome_subscribe,
.page-print .trust_pilot_container,
.page-print .copyright,
.page-print .copyright_cutom {
  display: none;
}
/* === End Print Page ===*/
.fl_r {
  text-align: right;
}
#images_content .pagination {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
#images_content .pagination li {
  display: inline-block;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  vertical-align: middle;
  padding: 0px 5px;
  line-height: 50px;
  color: #4ab5c8;
  font-size: 1.4rem;
  margin-right: 15px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
#images_content .pagination li.prev_step {
  font-size: 0;
}
#images_content .pagination li.prev_step:before {
  background: transparent url(../images/icon_sprite.png);
  border: 0;
  box-shadow: none;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 14px;
  background-position: -193px -87px;
  font-size: 0;
  min-width: 22px;
  left: 14px;
  content: '';
}
#images_content .pagination li.next_step {
  font-size: 0;
}
#images_content .pagination li.next_step:before {
  background: transparent url(../images/icon_sprite.png);
  border: 0;
  box-shadow: none;
  width: 22px;
  height: 22px;
  background-position: -163px -87px;
  font-size: 0;
  min-width: 22px;
  position: absolute;
  top: 14px;
  content: '';
  left: 14px;
}
#images_content .pagination li.frist_step,
#images_content .pagination li.last_step {
  background: #ffffff;
}
#images_content .pagination li.next_step,
#images_content .pagination li.prev_step {
  opacity: 0.5;
  pointer-events: none;
}
.gallery_popup_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  align-items: center;
}
.gallery_popup_info .gallery_left_popup {
  width: 60%;
  margin-right: 5%;
}
.gallery_popup_info .gallery_right_popup {
  width: 35%;
}
.gallery_popup_info .gallery_right_popup .product-info {
  text-align: center;
}
.gallery_popup_info .gallery_right_popup .product-info a {
  font-family: 'questa-bold';
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.gallery_popup_info .gallery_right_popup .pl-qinfo-links {
  padding: 0;
}
.gallery_popup_info .gallery_right_popup .pl-qinfo-links ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #aaaaaa;
  font-family: 'gothicbold';
}
.gallery_popup_info .gallery_right_popup ul {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.gallery_popup_info .gallery_right_popup ul li {
  width: 50%;
  float: left;
  margin-bottom: 5px;
}
.gallery_popup_info .gallery_right_popup .prod-info-price,
.gallery_popup_info .gallery_right_popup .prod-info-sec-desc {
  font-family: 'gothicbold';
  text-align: center;
  display: block;
}
.gallery_popup_info .gallery_right_popup .btn_primary {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  text-align: center;
  margin: 15px 0;
}
.gallery_popup_info .gallery_right_popup .btn_primary span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.gallery_popup_info .gallery_right_popup .btn_primary:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.gallery_popup_info .gallery_right_popup .btn_primary a {
  text-decoration: none;
}
.gallery_main_title h3 {
  text-transform: capitalize;
  font-size: 3.5rem;
  color: #ababab;
  padding-left: 20px;
  margin-top: 10px;
  font-weight: normal;
}
.gallary_filter {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 10px solid #2f2f2f;
}
.gallary_filter .range_field {
  width: 100% !important;
  border: 0;
  padding: 0;
  padding-bottom: 10px !important;
  padding-top: 0 !important;
  margin-top: 25px;
  position: relative;
}
.gallary_filter .range_field .delimiter {
  font-size: 0;
}
.gallary_filter .range_field .delimiter:before {
  background: url('../images/search_filter_arrow.png');
  content: '';
  position: absolute;
  width: 40%;
  left: 0;
  right: 0;
  top: 50%;
  height: 10px;
  margin: -5px auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.gallary_filter .range_field input {
  width: 80px;
  border-color: #474747;
  background: #363636;
  color: #f8f8f8;
  border-radius: 0;
  text-align: center;
  height: 34px;
}
.gallary_filter .range_field input.to_label {
  float: right;
}
.gallary_filter .gallery_title {
  color: #d18c4a;
  text-transform: capitalize;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 5px 0px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1024px) {
  .gallary_filter .gallery_title {
    margin-top: 0;
  }
}
.gallary_filter .filter-options {
  padding: 10px 20px;
}
.gallary_filter .filter-options .price {
  border: 0;
}
.gallary_filter .metals_selects {
  width: 50%;
  padding: 0px 25px;
}
.gallary_filter .metals_selects .metal_attribute {
  padding: 0;
}
.gallary_filter .gallery-category {
  width: 20%;
}
.gallary_filter .gallery-category .metal_option {
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
.gallary_filter .gallery-category .attribute_set_ul {
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
.gallary_filter .gallery-category .attribute_set_ul li {
  float: left;
  text-align: center;
  border: 1px solid #707070;
  padding: 7px 3px;
  cursor: pointer;
  color: #aaaaaa;
  margin-bottom: 10px !important;
  width: 100%;
  margin-right: 0%;
}
.gallary_filter .gallery-category .attribute_set_ul li:hover {
  background: #656363;
  border-color: #656363;
  color: #ffffff;
}
.gallary_filter .gallery-category .attribute_set_ul li:hover .attribute_set {
  color: #ffffff;
}
.gallary_filter .gallery-category .attribute_set_ul li.filter-selected {
  background: #656363;
  border-color: #656363;
  color: #ffffff;
}
.gallary_filter .gallery-category .attribute_set_ul li.filter-selected .attribute_set {
  color: #ffffff;
}
.gallary_filter .metal_attribute {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.gallary_filter .metal_attribute .metal_list {
  float: left;
  text-align: center;
  border: 1px solid #707070;
  padding: 7px 3px;
  cursor: pointer;
  color: #aaaaaa;
  margin-bottom: 10px !important;
  width: 31.33%;
  margin-right: 3%;
}
.gallary_filter .metal_attribute .metal_list:nth-child(3n + 3) {
  margin-right: 0;
}
.gallary_filter .metal_attribute .metal_list a {
  color: #aaaaaa;
  text-decoration: none;
}
.gallary_filter .metal_attribute .metal_list:hover {
  background: #656363;
  border-color: #656363;
  color: #ffffff;
}
.gallary_filter .metal_attribute .metal_list:hover a {
  color: #ffffff;
}
.gallary_filter .metal_attribute .metal_list.filter-selected {
  background: #656363;
  border-color: #656363;
  color: #ffffff;
}
.gallary_filter .metal_attribute .metal_list.filter-selected a {
  color: #ffffff;
}
.gallary_filter .ui-slider-horizontal {
  margin: 0px 16px;
}
.gallary_filter .ui-slider-horizontal .ui-slider-handle {
  top: -13px;
  margin-left: -15px;
}
.gallary_filter .ui-slider-horizontal .ui-slider-handle + a {
  margin-left: -15px;
}
.gallary_filter .metal_option li {
  width: 100%;
  float: left;
  margin-bottom: 3px;
}
.gallery_product.products {
  margin: 0;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
}
.gallery_product .product-items {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.gallery_product .quick-info-event {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
}
.gallery_product .quick-info-event:focus,
.gallery_product .quick-info-event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.gallery_product .quick-info-event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.gallery_product .quick-info-event.disabled,
.gallery_product .quick-info-event[disabled],
fieldset[disabled] .gallery_product .quick-info-event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gallery_product .quick-info-event span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.gallery_product .quick-info-event:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.gallery_product .quick-info-event:focus {
  box-shadow: none;
}
.gallery_product .quick-info-event .quick-info-icon {
  position: relative;
  padding-left: 28px;
}
.gallery_product .quick-info-event .quick-info-icon:before {
  background: url('../images/quick_icon1.png');
  content: '';
  position: absolute;
  width: 23px;
  left: 0;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
}
.gallery_product .request-request-event {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
}
.gallery_product .request-request-event:focus,
.gallery_product .request-request-event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.gallery_product .request-request-event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.gallery_product .request-request-event.disabled,
.gallery_product .request-request-event[disabled],
fieldset[disabled] .gallery_product .request-request-event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gallery_product .request-request-event span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.gallery_product .request-request-event:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.gallery_product .request-request-event:focus {
  box-shadow: none;
}
.gallery_product .product-item {
  float: left;
  width: 23%;
  margin-right: 2.6%;
  position: relative;
  margin-bottom: 2.6%;
}
@media (max-width: 1024px) {
  .gallery_product .product-item {
    width: 31%;
    margin-right: 3.33%;
  }
}
@media (min-width: 1025px) {
  .gallery_product .product-item:nth-child(4n + 4) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .gallery_product .product-item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .gallery_product .product-item:nth-child(4n + 1) {
    clear: left;
  }
}
@media (max-width: 1024px) {
  .gallery_product .product-item:nth-child(3n + 1) {
    clear: left;
  }
}
.gallery_product .product-item-info {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery_product .product-item-info .product-item-details {
  position: absolute;
  top: 100%;
  width: 100%;
  transition: top 200ms ease-in;
  height: 100%;
  background: #2f2f2f;
  padding: 20px;
}
.gallery_product .product-item-info .prod-info-title {
  padding-top: 0px;
  text-align: center;
}
.gallery_product .product-item-info .prod-info-title a {
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (max-width: 1366px) {
  .gallery_product .product-item-info .prod-info-title a {
    font-size: 1.4rem;
  }
}
.gallery_product .product-item-info .prod-info-price,
.gallery_product .product-item-info .prod-info-sec-desc {
  font-family: 'gothicbold';
  text-align: center;
}
.gallery_product .product-item-info .pl-qinfo-links {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.gallery_product .product-item-info .pl-qinfo-links .towishlist span {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}
.gallery_product .product-item-info .pl-qinfo-links .towishlist:before {
  content: none !important;
}
.gallery_product .product-item-info .pl-qinfo-links a {
  display: block !important;
  text-decoration: none;
  font-size: 1.4rem;
  color: #aaaaaa;
  font-family: 'gothicbold';
}
.gallery_product .product-item-info .pl-qinfo-links ul {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.gallery_product .product-item-info .pl-qinfo-links ul li {
  width: 50%;
  float: left;
  margin-bottom: 5px;
}
.gallery_product .product-item-info .btn_secondry {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  padding: 0;
}
.gallery_product .product-item-info .btn_secondry:focus,
.gallery_product .product-item-info .btn_secondry:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.gallery_product .product-item-info .btn_secondry:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.gallery_product .product-item-info .btn_secondry.disabled,
.gallery_product .product-item-info .btn_secondry[disabled],
fieldset[disabled] .gallery_product .product-item-info .btn_secondry {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gallery_product .product-item-info .btn_secondry span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.gallery_product .product-item-info .btn_secondry:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.gallery_product .product-item-info .btn_secondry:focus {
  box-shadow: none;
}
.gallery_product .product-item-info .btn_primary {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  padding: 0;
}
.gallery_product .product-item-info .btn_primary span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.gallery_product .product-item-info .btn_primary:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.gallery_product .product-item-info .gallery_button {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.gallery_product .product-item-info .gallery_button a {
  text-decoration: none;
  display: block;
  padding: 9px 20px;
}
.gallery_product .closebtn {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.gallery_product .closebtn:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 1.8rem;
  color: #aaaaaa;
  top: 0px;
  position: absolute;
  font-weight: normal;
}
.gallery_product .product-item-info.selected .product-item-details {
  top: 0 !important;
}
.gallery_popup + .modals-overlay {
  background: rgba(255, 255, 255, 0.55) !important;
}
.gallery_popup.modal-popup .modal-inner-wrap {
  max-width: 674px;
}
.modals-overlay {
  background: rgba(255, 255, 255, 0.55) !important;
}
.preset-index-index .modal-popup.custom-modal .modal-inner-wrap,
.category-pre-selected .modal-popup.custom-modal .modal-inner-wrap {
  width: 55%;
}
@media only screen and (max-width: 1366px) {
  .preset-index-index .modal-popup.custom-modal .modal-inner-wrap,
  .category-pre-selected .modal-popup.custom-modal .modal-inner-wrap {
    width: 75%;
  }
}
.preset-index-index .modal-popup.custom-modal h3 + img,
.category-pre-selected .modal-popup.custom-modal h3 + img {
  width: 20%;
  float: left;
  padding-right: 10px;
}
.preset-index-index .modal-popup.custom-modal .upg-img-desc,
.category-pre-selected .modal-popup.custom-modal .upg-img-desc {
  float: left;
  width: 80%;
  padding: 10px;
  background: #2f2f2f;
}
.preset-index-index h3,
.category-pre-selected h3 {
  color: #d18c4a;
  font-weight: normal;
  font-size: 2rem;
  margin-top: 0 !important;
  float: left;
  width: 100%;
}
.preset-index-index .upg-elem,
.category-pre-selected .upg-elem {
  float: left;
  width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
  background: #2f2f2f;
  padding: 10px;
  margin-bottom: 2%;
}
.preset-index-index .upg-elem .orangetext,
.category-pre-selected .upg-elem .orangetext {
  color: #d18c4a;
}
.preset-index-index .upg-elem .pl-product-info a,
.category-pre-selected .upg-elem .pl-product-info a {
  font-family: 'gothicbold';
  color: #aaaaaa;
  text-decoration: none;
}
.preset-index-index .upg-elem .flip-price,
.category-pre-selected .upg-elem .flip-price {
  color: #d18c4a;
  display: block;
  margin-top: 5px;
}
.preset-index-index .upg-elem .flip-price span,
.category-pre-selected .upg-elem .flip-price span {
  color: #d18c4a;
}
.preset-index-index .upg-elem > a > img,
.category-pre-selected .upg-elem > a > img {
  margin: 8px 0;
}
a.orangetext.undrline {
  color: #d18c4a;
  text-decoration: underline;
}
.upg-price {
  float: left;
  width: 100%;
  text-align: right;
}
.upg-price .upg_label {
  font-family: 'gothicbold';
  color: #aaaaaa;
  margin-right: 5px;
}
.upg-price .color_sec {
  color: #d18c4a;
}
.upg_button {
  float: right;
  margin-top: 20px;
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
}
.upg_button span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.upg_button:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.preset-index-index .column.main,
.category-pre-selected .column.main {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .gallery-index-index .filter-options > .price {
    width: 44%;
  }
  .gallery-index-index .gallary_filter .metals_selects {
    width: 36%;
  }
}
body.category-pre-selected.page-products .columns {
  background-color: transparent;
}
.checkout-success {
  margin-top: 10px;
  width: 450px;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
}
.checkout-success .actions-toolbar {
  display: inline-block;
  margin: 20px 0px;
}
.checkout-success .actions-toolbar .primary .continue {
  background: #0387db;
  padding: 10px 25px;
}
.checkout-success .top-message {
  margin-bottom: 10px;
  position: relative;
  color: #0387db;
  font-weight: bold;
  font-size: 18px;
}
.checkout-success .top-message .top-icon {
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  margin: 0 auto;
  background-size: contain;
  clear: both;
  position: relative;
  margin-bottom: 20px;
}
.order-details {
  float: left;
  width: 100%;
}
.order-details .order-date {
  margin-top: 10px;
  width: 450px;
  margin: 0 auto;
  text-align: center;
}
.order-details .status {
  margin-top: 10px;
  width: 450px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #d18c4a;
  display: block;
  margin-bottom: 5px;
}
.order-details .status span {
  color: #0387db;
}
.order-details .status p {
  margin-bottom: 0px;
}
.order-details .purchase-message {
  margin-top: 10px;
  width: 450px;
  margin: 0 auto;
  text-align: center;
}
.order-details .message {
  margin-top: 10px;
  width: 450px;
  margin: 0 auto;
  text-align: center;
  color: #0387db;
  font-weight: bold;
  margin: 10px auto;
  font-size: 16px;
}
.order-date .label {
  font-weight: bold;
  color: #d18c4a;
  display: block;
  margin-bottom: 5px;
}
.order-date .label date {
  color: #0387db;
}
.purchase-message {
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
.checkout-onepage-success .info,
.wirepay-checkout_onepage-success .info,
.wirepay-confirm_order-success .info {
  width: 100%;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.checkout-onepage-success .info:after,
.wirepay-checkout_onepage-success .info:after,
.wirepay-confirm_order-success .info:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.checkout-onepage-success .info .box-title,
.wirepay-checkout_onepage-success .info .box-title,
.wirepay-confirm_order-success .info .box-title {
  border: 0px;
  color: #0387db;
  font-weight: bold;
}
.checkout-onepage-success .shipping-address,
.wirepay-checkout_onepage-success .shipping-address,
.wirepay-confirm_order-success .shipping-address {
  padding: 0px 15px;
}
.checkout-onepage-success .shipping-method,
.wirepay-checkout_onepage-success .shipping-method,
.wirepay-confirm_order-success .shipping-method {
  padding: 0px 15px;
}
.checkout-onepage-success .billing-address,
.wirepay-checkout_onepage-success .billing-address,
.wirepay-confirm_order-success .billing-address {
  padding: 0px 15px;
}
.checkout-onepage-success .billing-method,
.wirepay-checkout_onepage-success .billing-method,
.wirepay-confirm_order-success .billing-method {
  padding: 0px 15px;
}
.checkout-onepage-success .box-content,
.wirepay-checkout_onepage-success .box-content,
.wirepay-confirm_order-success .box-content {
  margin-top: 0px;
}
.checkout-onepage-success .box-des,
.wirepay-checkout_onepage-success .box-des,
.wirepay-confirm_order-success .box-des {
  padding-left: 0px;
}
.checkout-onepage-success .show-order table thead tr th,
.wirepay-checkout_onepage-success .show-order table thead tr th,
.wirepay-confirm_order-success .show-order table thead tr th {
  border: 1px solid #dddddd;
  background: transparent;
  border-top: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
}
.checkout-onepage-success .show-order table tr.data-item td,
.wirepay-checkout_onepage-success .show-order table tr.data-item td,
.wirepay-confirm_order-success .show-order table tr.data-item td {
  border: 1px solid #dddddd;
  background: transparent;
  border-top: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
}
.checkout-onepage-success tfoot th,
.wirepay-checkout_onepage-success tfoot th,
.wirepay-confirm_order-success tfoot th {
  background: transparent;
}
.checkout-onepage-success tfoot tr th,
.wirepay-checkout_onepage-success tfoot tr th,
.wirepay-confirm_order-success tfoot tr th {
  border: 1px solid #dddddd;
  background: transparent;
}
.checkout-onepage-success tfoot tr td,
.wirepay-checkout_onepage-success tfoot tr td,
.wirepay-confirm_order-success tfoot tr td {
  border: 1px solid #dddddd;
  background: transparent;
}
.checkout-onepage-success tfoot tr.grand_total th,
.wirepay-checkout_onepage-success tfoot tr.grand_total th,
.wirepay-confirm_order-success tfoot tr.grand_total th {
  border-bottom: 4px solid #ddd;
}
.checkout-onepage-success tfoot tr.grand_total td,
.wirepay-checkout_onepage-success tfoot tr.grand_total td,
.wirepay-confirm_order-success tfoot tr.grand_total td {
  border-bottom: 4px solid #ddd;
}
.checkout-onepage-success .product-name,
.wirepay-checkout_onepage-success .product-name,
.wirepay-confirm_order-success .product-name {
  color: #0387db;
  font-size: 16px;
  margin-top: 0px;
}
.checkout-onepage-success .stock,
.wirepay-checkout_onepage-success .stock,
.wirepay-confirm_order-success .stock {
  font-weight: bold;
  color: #418c00;
}
.checkout-onepage-success .right_section,
.wirepay-checkout_onepage-success .right_section,
.wirepay-confirm_order-success .right_section {
  display: inline-block;
  vertical-align: middle;
}
.checkout-onepage-success .left_section,
.wirepay-checkout_onepage-success .left_section,
.wirepay-confirm_order-success .left_section {
  display: inline-block;
  vertical-align: middle;
}
.checkout-onepage-success .data-item .product-image,
.wirepay-checkout_onepage-success .data-item .product-image,
.wirepay-confirm_order-success .data-item .product-image {
  width: 110px;
}
.checkout-onepage-success .page-title-wrapper,
.wirepay-checkout_onepage-success .page-title-wrapper,
.wirepay-confirm_order-success .page-title-wrapper {
  display: none;
}
.checkout-onepage-success .page-main,
.wirepay-checkout_onepage-success .page-main,
.wirepay-confirm_order-success .page-main {
  margin-top: 40px;
}
body .checkout-success .actions-toolbar .primary .continue {
  background: #418c00;
  border: #418c00;
  border-radius: 0;
}
body .order-details .status span,
body .order-date .label date {
  color: #ffffff;
  font-weight: normal;
  width: 140px;
  display: inline-block;
}
body .order-details .purchase-message {
  margin-top: 10px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-weight: 500;
}
body .order-details .purchase-message:last-child {
  font-weight: normal;
}
.te_envia {
  margin-bottom: 30px;
  width: 100%;
}
body .info .shipping-address,
body .info .shipping-method,
body .info .billing-address,
body .info .billing-method {
  width: 30%;
  margin-left: 1.66%;
  margin-right: 1.66%;
  padding: 10px;
  border: 1px solid #c7c7c7;
}
.checkout-onepage-success .box-des,
.wirepay-checkout_onepage-success .box-des,
.wirepay-confirm_order-success .box-des {
  color: #ffffff;
  font-size: 16px;
  font-family: 'gothicbold' !important;
  margin-bottom: 10px;
  display: block;
}
.checkout-onepage-success .show-order,
.wirepay-checkout_onepage-success .show-order,
.wirepay-confirm_order-success .show-order {
  background: #ebebeb;
  padding: 10px;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.checkout-onepage-success .show-order table thead tr,
.wirepay-checkout_onepage-success .show-order table thead tr,
.wirepay-confirm_order-success .show-order table thead tr {
  background: #e9e9e9;
}
.checkout-onepage-success address a,
.wirepay-checkout_onepage-success address a,
.wirepay-confirm_order-success address a {
  color: #d18c4a;
}
body.checkout-onepage-success .show-order table thead tr th,
.wirepay-checkout_onepage-success .show-order table thead tr th,
.wirepay-confirm_order-success .show-order table thead tr th {
  border: 0;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
  color: #d18c4a;
  font-size: 16px;
}
body.checkout-onepage-success .show-order table tr.data-item td,
.wirepay-checkout_onepage-success .show-order table tr.data-item td,
.wirepay-confirm_order-success .show-order table tr.data-item td {
  border: 0;
  background: transparent;
  border-top: 0;
  border-bottom: 1px solid #e9e9e9;
  vertical-align: middle;
  color: #000000;
}
body.checkout-onepage-success .data-item,
.wirepay-checkout_onepage-success .data-item,
.wirepay-confirm_order-success .data-item,
body.checkout-onepage-success tfoot tr.grand_total th,
.wirepay-checkout_onepage-success tfoot tr.grand_total th,
.wirepay-confirm_order-success tfoot tr.grand_total th,
body.checkout-onepage-success tfoot tr.grand_total td,
.wirepay-checkout_onepage-success tfoot tr.grand_total td,
.wirepay-confirm_order-success tfoot tr.grand_total td {
  border: 0 !important;
  padding: 2px;
}
body.checkout-onepage-success tfoot tr td,
.wirepay-checkout_onepage-success tfoot tr td,
.wirepay-confirm_order-success tfoot tr td {
  border: 0;
  padding-bottom: 0;
  vertical-align: middle;
  color: #ffffff;
  font-weight: normal;
  padding-left: 0;
}
body.checkout-onepage-success tfoot tr th,
.wirepay-checkout_onepage-success tfoot tr th,
.wirepay-confirm_order-success tfoot tr th {
  border: 0;
  vertical-align: middle;
  padding-bottom: 0;
  text-transform: capitalize;
  color: #d18c4a;
  padding: 5px 10px !important;
}
.checkout-onepage-success tfoot tr th,
.wirepay-checkout_onepage-success tfoot tr th,
.wirepay-confirm_order-success tfoot tr th {
  padding-right: 20px;
}
body.checkout-onepage-success tfoot tr td,
.wirepay-checkout_onepage-success tfoot tr td,
.wirepay-confirm_order-success tfoot tr td {
  text-align: right;
  vertical-align: middle;
  color: #000000;
  padding: 5px 10px !important;
}
.checkout-onepage-success .text-under,
.wirepay-checkout_onepage-success .text-under,
.wirepay-confirm_order-success .text-under {
  display: none;
}
body.checkout-onepage-success tfoot tr td strong,
.wirepay-checkout_onepage-success tfoot tr td strong,
.wirepay-confirm_order-success tfoot tr td strong {
  font-weight: normal;
}
tr.shipping th,
tr.shipping td {
  padding: 0;
}
body.checkout-onepage-success div#registration,
.wirepay-checkout_onepage-success div#registration,
.wirepay-confirm_order-success div#registration {
  display: none;
}
body .checkout-success .top-message .top-icon {
  width: 52px;
  height: 54px;
  background-position: 1px;
  background: url('../images/checked.png');
  background-repeat: no-repeat;
}
body .checkout-success .top-message {
  color: #d18c4a;
}
body.checkout-onepage-success .product-name,
.wirepay-checkout_onepage-success .product-name,
.wirepay-confirm_order-success .product-name {
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
body.checkout-onepage-success .left_info p a {
  color: #d18c4a;
}
body.checkout-onepage-success .show-order table tr.data-item td.table-number,
.wirepay-checkout_onepage-success .show-order table tr.data-item td.table-number,
.wirepay-confirm_order-success .show-order table tr.data-item td.table-number {
  font-weight: 600;
}
body.checkout-onepage-success .data-item,
.wirepay-checkout_onepage-success .data-item,
.wirepay-confirm_order-success .data-item {
  padding: 2px;
  border-bottom: 2px solid #ddd!important;
}
body.checkout-onepage-success .order_item_summery .data-item {
  border-bottom: 0 !important;
}
body.checkout-onepage-success .order_item_summery .data-item td {
  border: 0;
}
.order_item_summery table td {
  background: transparent;
}
body.checkout-onepage-success tfoot tr.grand_total th,
.wirepay-checkout_onepage-success tfoot tr.grand_total th,
.wirepay-confirm_order-success tfoot tr.grand_total th,
body.checkout-onepage-success tfoot tr.grand_total td,
.wirepay-checkout_onepage-success tfoot tr.grand_total td,
.wirepay-confirm_order-success tfoot tr.grand_total td {
  padding: 5px;
}
body.checkout-onepage-success tfoot tr.grand_total th strong,
.wirepay-checkout_onepage-success tfoot tr.grand_total th strong,
.wirepay-confirm_order-success tfoot tr.grand_total th strong,
body.checkout-onepage-success tfoot tr.grand_total td strong,
.wirepay-checkout_onepage-success tfoot tr.grand_total td strong,
.wirepay-confirm_order-success tfoot tr.grand_total td strong {
  font-size: 16px;
  font-weight: 600;
}
.checkout-onepage-success a.order-number {
  color: #fff;
}
body .checkout-methods-items .bolt-checkout-button {
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none;
  border: 0 !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0px;
  font-family: 'questa-italic';
}
.cart-summary {
  top: 0 !important;
}
.bolt-checkout-button div[data-tid="bolt-checkout-button"] {
  padding: 15px 122px !important;
  background: #4ab5c9 !important;
  background-image: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #fff !important;
  border-radius: 0px;
  font-family: 'questa-italic';
  box-sizing: border-box !important;
  border-radius: 0 !important;
  margin-top: 23px !important;
}
.bolt-checkout-button div[data-tid="bolt-checkout-button"]:hover {
  border: 1px solid #d18c4a !important;
  background: #54e7f0 !important;
}
.bolt-checkout-button div[data-tid="bolt-checkout-button"] img {
  display: none !important;
}
.bolt-checkout-button div[data-tid="bolt-checkout-button"] div img {
  display: none;
}
.bolt-checkout-button div[data-tid="bolt-checkout-button"] div {
  font-family: 'questa-italic' !important;
  position: relative !important;
  color: #000000 !important;
  font-size: 18px !important;
}
.bolt-checkout-button div[data-tid="bolt-checkout-button"] div:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  left: -20px;
  top: -3px;
  background: url('../images/icon_sprite.png');
  background-position: -72px -121px;
  display: inline-block;
}
.bolt-checkout-button div[data-tid="bolt-checkout-button"] + div div {
  background: transparent !important;
  margin-top: 10px !important;
}
body.checkout-cart-index .checkout-methods-items .checkout span.other_method:before {
  content: none;
}
body.checkout-cart-index .checkout-methods-items .checkout span.other_method {
  color: #ffffff;
  text-transform: initial;
  font-family: 'gothicreg' !important;
  padding-left: 0;
  font-size: 14px;
}
.checkout-cart-index .columns .checkout-methods-items .payment_method_list .payment_info_detail .action.checkout {
  padding: 8px 20px;
}
.checkout-cart-index .columns .checkout-methods-items .payment_method_list .payment_info_detail .action.checkout:hover {
  background: #4ab5c9 !important;
}
.minicart-wrapper .bolt-checkout-button div[data-tid=bolt-checkout-button] div {
  color: #ffffff !important;
}
body .block-authentication .action.action-login {
  padding: 5px 17px;
}
.onestepcheckout-index-index .aw-onestep-groups_item .group-title {
  color: #ffffff;
  font-size: 2.5rem;
  padding-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  position: relative;
}
.onestepcheckout-index-index .aw-onestep-groups_item .group-title:after {
  width: 188px;
  content: '';
  position: absolute;
  background: url('../images/checkout_divider.png');
  height: 1px;
  top: -20px;
  left: 60px;
}
@media only screen and (max-width: 992px) {
  .onestepcheckout-index-index .aw-onestep-groups_item .group-title {
    font-size: 2.2rem;
  }
}
.onestepcheckout-index-index .aw-onestep-groups_item .group-title:before {
  position: absolute;
  width: 35px;
  height: 100%;
  background: #d18c4a;
  left: 2px;
  top: 1px;
  font-family: 'FontAwesome';
  text-align: center;
  line-height: 45px;
  background: url('../images/checkout_sprite.png');
  background-position: -94px 0px;
  content: '';
}
.onestepcheckout-index-index .aw-onestep-groups_item .group-title.cart_summary:before {
  content: "\f07a";
}
.onestepcheckout-index-index .aw-onestep-groups_item .group-title.payment_list:before {
  content: "\f09d";
}
.onestepcheckout-index-index .aw-onestep-groups_item .group-title.billing_address:before {
  content: "\f015";
}
.onestepcheckout-index-index .aw-onestep-groups_item .group-title h2 {
  margin: 0;
  color: #d18c4a;
}
.onestepcheckout-index-index .aw-onestep-groups_item.payment-methods .group-title {
  padding-left: 51px;
}
.onestepcheckout-index-index .aw-onestep-groups_item.payment-methods .group-title:before {
  background-position: -49px 0px;
  width: 40px;
  top: 11px;
}
.onestepcheckout-index-index .aw-onestep-groups_item.shipping-method .group-title {
  padding-left: 55px;
}
.onestepcheckout-index-index .aw-onestep-groups_item.shipping-method .group-title:before {
  background-position: -1px 0px;
  left: 10px;
  width: 44px;
  top: 9px;
}
.onestepcheckout-index-index .aw-onestep-groups_item .group-content .field select {
  background: #262626 url('../images/select_arrow_main.png') no-repeat 100% 55% !important;
  color: #727272;
  border-radius: 0;
  border: 1px solid #474747;
}
.onestepcheckout-index-index .aw-onestep-groups_item .group-content .field select:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #535050 !important;
}
.onestepcheckout-index-index .aw-onestep-groups_item .group-content .field input[type="text"],
.onestepcheckout-index-index .aw-onestep-groups_item .group-content .field input[type="tel"] {
  background: #262626;
  color: #727272;
  border-radius: 0;
  border: 1px solid #474747;
  margin-top: 0;
}
.onestepcheckout-index-index .aw-onestep-groups_item .group-content .field input[type="text"]:focus,
.onestepcheckout-index-index .aw-onestep-groups_item .group-content .field input[type="tel"]:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #535050 !important;
}
body.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title .mark {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
  color: #000000;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-sidebar-content {
  padding: 10px;
  padding-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .payment-option-title .action-toggle {
  color: #d18c4a !important;
  text-transform: capitalize;
  font-size: 1.6rem !important;
  font-family: 'gothicreg';
  cursor: pointer;
  text-decoration: none !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note span {
  color: #d18c4a;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-family: 'gothicreg';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .gift-code,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .discount-code,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note {
  margin-bottom: 7px !important;
  padding-bottom: 0px !important;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content {
  margin: 15px 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content input[type="text"],
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content input[type="tel"] {
  background: #262626;
  color: #727272;
  border-radius: 0;
  border: 1px solid #474747;
  margin-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .label {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .field {
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .amgiftcard-check {
  float: left;
  width: auto;
}
@media (width: 1024px) {
  .onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .amgiftcard-check {
    margin-top: 10px;
    float: left;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .amgiftcard-check .action {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  padding: 8px 20px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .amgiftcard-check .action span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .amgiftcard-check .action:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
@media (max-width: 1200px) {
  .onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .amgiftcard-check .action {
    padding: 9px 10px;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .amgiftcard-check .action span {
  font-size: 1.6rem;
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .primary {
  float: right;
  width: auto;
}
@media (width: 1024px) {
  .onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .primary {
    float: left;
    margin-top: 10px;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .primary .action {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  padding: 9px 20px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .primary .action:focus,
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .primary .action:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .primary .action:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .primary .action.disabled,
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .primary .action[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .primary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .primary .action span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .primary .action:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .primary .action:focus {
  box-shadow: none;
}
@media (max-width: 1200px) {
  .onestepcheckout-index-index .page-main .checkout-container .payment-option-content .gift-card-form .actions-toolbar .primary .action {
    padding: 9px 10px;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .payment-option-content .form-discount .payment-option-inner {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .form-order-note .order-note textarea {
  background: #262626;
  color: #727272;
  border-radius: 0;
  border: 1px solid #474747;
  margin-top: 0;
}
.onestepcheckout-index-index .aw-onestep-sidebar-block.aw-sidebar-before-place-order {
  display: block;
  margin-bottom: 10px;
}
.onestepcheckout-index-index .aw-onestep-sidebar-block.aw-sidebar-before-place-order [type="checkbox"]:not(:checked) + label:after,
.onestepcheckout-index-index .aw-onestep-sidebar-block.aw-sidebar-before-place-order [type="checkbox"]:checked + label:after,
.onestepcheckout-index-index .aw-onestep-sidebar-block.aw-sidebar-before-place-order [type="checkbox"]:not(:checked) + label:before,
.onestepcheckout-index-index .aw-onestep-sidebar-block.aw-sidebar-before-place-order [type="checkbox"]:checked + label:before {
  top: -6px;
}
.onestepcheckout-index-index .header.content .logo {
  position: relative;
  float: none;
  left: 0;
  top: 0;
  margin: 0;
  transform: translate(0%, 0%);
}
.onestepcheckout-index-index .field-tooltip .field-tooltip-content {
  background: #2f2f2f;
  border: 0;
}
.onestepcheckout-index-index .field-tooltip .field-tooltip-content:before {
  border-right-color: #2f2f2f;
}
.onestepcheckout-index-index .field-tooltip .field-tooltip-content:after {
  border-right-color: #2f2f2f;
}
.onestepcheckout-index-index .block-authentication .block-title strong {
  color: #000000;
}
#customer-email-fieldset .fieldset.hidden-fields {
  width: 72%;
  float: left;
  margin-left: 0%;
}
@media (max-width: 1023px) {
  #customer-email-fieldset .fieldset.hidden-fields {
    width: 100%;
    margin-left: 0;
  }
}
#customer-email-fieldset .field.required {
  width: 72%;
  float: left;
  margin-right: 0%;
}
@media (max-width: 1023px) {
  #customer-email-fieldset .field.required {
    width: 100%;
    margin-right: 0;
  }
}
#customer-email-fieldset .fieldset.hidden-fields .field {
  margin-bottom: 7px;
}
#customer-email-fieldset .hidden-fields .actions-toolbar {
  width: 100%;
  float: left;
}
#customer-email-fieldset .hidden-fields .actions-toolbar .primary {
  float: left;
}
#customer-email-fieldset .hidden-fields .actions-toolbar .secondary {
  float: right;
}
#customer-email-fieldset .hidden-fields .actions-toolbar .secondary .action {
  color: #4ab5c8;
  text-decoration: none;
}
body.onestepcheckout-index-index .page-main .aw-onestep-main .email {
  max-width: 100%;
  margin-bottom: 20px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-sidebar-product-options dl.item-options select,
.onestepcheckout-index-index .page-main .checkout-container .aw-sidebar-product-options dl.item-options label.label {
  color: #000;
}
.gift-code .messages .message.message-error.error {
  font-size: 1.2rem;
}
.amgiftcard-check .amgiftcard_info div {
  font-size: 1.2rem;
}
.block-search .block-content .minisearch {
  width: 100%;
}
.cms-page-view .webpages-container.custom_cut_diamonds .primary1 {
  width: 350px;
}
.bolt-checkout-button .bolt-checkout-button-error {
  color: #fff !important;
  padding-top: 10px !important;
}
@media only screen and (max-width: 1024px) {
  .product-810-ring-builder.catalog-product-view.page-layout-1column .column.main .product.media {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .product-810-ring-builder.catalog-product-view.page-layout-1column .column.main .product.media .cufflink_tab {
    right: -41px;
  }
}
.close_menu {
  display: none;
}
.product-cufflink-builder div#product-options-wrapper .fieldset > div:not(.stones) {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 70px;
  min-height: 310px;
}
.product-cufflink-builder div#product-options-wrapper .fieldset > div:not(.stones) .cufflin_devider {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: -10px;
}
.product-cufflink-builder div#product-options-wrapper .stones .reset-btn {
  margin-top: -10px;
}
@media only screen and (min-width: 1219px) {
  body ul.funnel-container.four_step_container > li .funnel-step-container:before {
    width: 90px;
    height: 90px;
  }
  body ul.funnel-container.four_step_container .title_1,
  body ul.funnel-container.four_step_container .title_2,
  body ul.funnel-container.four_step_container .title_3 {
    font-size: 1.8rem;
  }
  body ul.funnel-container.four_step_container .title_1 span,
  body ul.funnel-container.four_step_container .title_2 span,
  body ul.funnel-container.four_step_container .title_3 span {
    font-size: 1.8rem;
  }
  body ul.funnel-container.four_step_container .funnel-step-content a {
    font-size: 1.8rem;
  }
  body ul.funnel-container.four_step_container .sale_section {
    padding-left: 0px;
    position: relative;
    top: 20px;
  }
  body ul.funnel-container.four_step_container .sale_section .funnel_image_box {
    display: block;
    text-align: center;
  }
  body ul.funnel-container.four_step_container .sale_section .funnel_image_box .img_1,
  body ul.funnel-container.four_step_container .sale_section .funnel_image_box .img_2 {
    position: relative;
    left: 5px;
    text-align: center;
    margin: 0 auto;
  }
  body ul.funnel-container.four_step_container .sale_section .funnel_info_box .price_1 .sale-price {
    font-size: 1.2rem;
  }
  body ul.funnel-container.four_step_container .sale_section .funnel_info_box .price_2 {
    font-size: 1.2rem;
  }
  body ul.funnel-container.four_step_container li:last-child {
    position: relative;
    top: 0px;
  }
}
.product-810-ring-builder .detail_left .ring_attribute .type_option .control .Halo [type="radio"]:not(:checked) + label:before {
  background-position: -443px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .type_option .control .Halo [type="radio"]:checked + label:before {
  background-position: 0 0;
}
.product-810-ring-builder .detail_left .ring_attribute .type_option .control .Solitaire [type="radio"]:not(:checked) + label:before {
  background-position: -123px 0;
  width: 150px;
}
.product-810-ring-builder .detail_left .ring_attribute .type_option .control .Solitaire [type="radio"]:checked + label:before {
  background-position: -283px 0;
  width: 150px;
}
.ring_price {
  font-size: 50px;
  line-height: 50px;
  font-family: 'questa-regular';
  color: #d18c4a;
  font-weight: bold;
}
.ring_total {
  display: block;
  font-size: 20px;
  color: #aaaaaa;
  font-family: 'gothicbold';
}
.cufflink_tab {
  position: absolute;
  right: 20px;
  z-index: 99;
}
.cufflink_tab .cufflin_links.ring_builder .cufflin_tab_list.ring_type {
  background: url('../images/eight10-type.png') #252525 no-repeat;
  background-size: 32px auto;
  background-position: center top 2px;
}
.cufflink_tab .cufflin_links.ring_builder .cufflin_tab_list.ring_type.active {
  background-color: #363636;
}
.cufflink_tab .cufflin_links.ring_builder .cufflin_tab_list.metal_list {
  background-size: 37px auto;
  background-position: center top -100px;
}
.cufflink_tab .cufflin_links.ring_builder .cufflin_tab_list.ring_head {
  background: url('../images/eight10-head.png') #252525 no-repeat;
  background-size: 37px auto;
  background-position: center top 5px;
}
.cufflink_tab .cufflin_links.ring_builder .cufflin_tab_list.ring_shank {
  background: url('../images/eight10-shank.png') #252525 no-repeat;
  background-size: 38px auto;
  background-position: center top 5px;
}
.cufflink_tab .cufflin_links.ring_builder .cufflin_tab_list.ring_style {
  background: url('../images/eight10-style.png') #252525 no-repeat;
  background-size: 41px auto;
  background-position: center top 5px;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset > div > .field {
  min-height: 270px;
}
.product-810-ring-builder .MagicToolboxSelectorsContainer,
.product-cufflink-builder .MagicToolboxSelectorsContainer,
.product-810-ring-builder .MagicToolboxSelectorsContainer,
.product-cufflink-builder .MagicToolboxSelectorsContainer {
  width: 80px !important;
  flex-basis: 80px !important;
  float: left;
  display: block !important;
}
.product-810-ring-builder .detail_left .ring_attribute .metal_section .metal_option.field,
.product-cufflink-builder .detail_left .ring_attribute .metal_section .metal_option.field {
  width: 70%;
  margin-bottom: 0px;
}
.product-810-ring-builder .detail_left .ring_attribute .metal_section .metal_option.field .label,
.product-cufflink-builder .detail_left .ring_attribute .metal_section .metal_option.field .label {
  display: block;
}
.product-810-ring-builder .detail_left .ring_attribute .metal_section .metal_option.field .control,
.product-cufflink-builder .detail_left .ring_attribute .metal_section .metal_option.field .control {
  width: 100%;
}
.product-810-ring-builder .detail_left .ring_attribute .metal_section .metal_option.field .control select,
.product-cufflink-builder .detail_left .ring_attribute .metal_section .metal_option.field .control select {
  width: calc(100% - 45px);
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .style_section .style_option,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .style_section .style_option {
  float: left;
  width: 100%;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .style_section .style_option .options-list,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .style_section .style_option .options-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .style_section .style_option label,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .style_section .style_option label {
  text-align: center;
  padding-left: 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .style_section .style_option .control,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .style_section .style_option .control {
  width: 100%;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field {
  width: 50%;
  text-align: center;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field span,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field span {
  font-size: 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field [type="radio"] + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field [type="radio"] + label:before {
  width: 100px;
  height: 144px;
  background: url('../images/ring_builder_bands.png');
  position: inherit;
  display: block;
  border: 0px;
  text-align: center;
  border-radius: 0;
  margin: 0 auto;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field [type="radio"]:not(:checked) + label:before {
  width: 100px;
  height: 144px;
  background: url('../images/ring_builder_bands.png');
  border: 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field [type="radio"]:checked + label:after,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field [type="radio"]:checked + label:after {
  content: none;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field.Round [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field.Round [type="radio"]:not(:checked) + label:before {
  background-position: -110px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field.Round [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field.Round [type="radio"]:checked + label:before {
  background-position: 0 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field.Euro [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field.Euro [type="radio"]:not(:checked) + label:before {
  background-position: -330px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field.Euro [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .style_section .style_option .field.Euro [type="radio"]:checked + label:before {
  background-position: -220px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option {
  float: left;
  width: 100%;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .options-list,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .options-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option label,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option label {
  text-align: center;
  padding-left: 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .control,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .control {
  width: 100%;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field {
  width: 33.33%;
  text-align: center;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field span,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field span {
  font-size: 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field [type="radio"] + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field [type="radio"] + label:before {
  width: 89px;
  height: 80px;
  background: url('../images/ring_builder_head.png');
  position: inherit;
  display: block;
  border: 0px;
  text-align: center;
  border-radius: 0;
  margin: 0 auto;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field [type="radio"]:not(:checked) + label:before {
  width: 89px;
  height: 80px;
  background: url('../images/ring_builder_head.png');
  border: 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field [type="radio"]:checked + label:after,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field [type="radio"]:checked + label:after {
  content: none;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S1 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S1 [type="radio"]:not(:checked) + label:before {
  background-position: -990px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S1 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S1 [type="radio"]:checked + label:before {
  background-position: -2520px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S2 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S2 [type="radio"]:not(:checked) + label:before {
  background-position: 0 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S2 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S2 [type="radio"]:checked + label:before {
  background-position: -3240px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S3 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S3 [type="radio"]:not(:checked) + label:before {
  background-position: -900px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S3 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S3 [type="radio"]:checked + label:before {
  background-position: -3150px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S4 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S4 [type="radio"]:not(:checked) + label:before {
  background-position: -810px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S4 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S4 [type="radio"]:checked + label:before {
  background-position: -3060px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S5 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S5 [type="radio"]:not(:checked) + label:before {
  background-position: -1800px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S5 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S5 [type="radio"]:checked + label:before {
  background-position: -3780px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S6 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S6 [type="radio"]:not(:checked) + label:before {
  background-position: -1710px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S6 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S6 [type="radio"]:checked + label:before {
  background-position: -3690px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S7 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S7 [type="radio"]:not(:checked) + label:before {
  background-position: -1620px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S7 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .shank_section .shank_option .field.S7 [type="radio"]:checked + label:before {
  background-position: -3870px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option {
  float: left;
  width: 100%;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .options-list,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .options-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option label,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option label {
  text-align: center;
  padding-left: 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .control,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .control {
  width: 100%;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field {
  width: 33.33%;
  text-align: center;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field span,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field span {
  font-size: 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field [type="radio"] + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field [type="radio"] + label:before {
  width: 89px;
  height: 80px;
  background: url('../images/ring_builder_head.png');
  position: inherit;
  display: block;
  border: 0px;
  text-align: center;
  border-radius: 0;
  margin: 0 auto;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field [type="radio"]:not(:checked) + label:before {
  width: 89px;
  height: 80px;
  background: url('../images/ring_builder_head.png');
  border: 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field [type="radio"]:checked + label:after,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field [type="radio"]:checked + label:after {
  content: none;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H1 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H1 [type="radio"]:not(:checked) + label:before {
  background-position: -720px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H1 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H1 [type="radio"]:checked + label:before {
  background-position: -2340px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H2 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H2 [type="radio"]:not(:checked) + label:before {
  background-position: -450px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H2 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H2 [type="radio"]:checked + label:before {
  background-position: -2070px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H3 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H3 [type="radio"]:not(:checked) + label:before {
  background-position: -630px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H3 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H3 [type="radio"]:checked + label:before {
  background-position: -2250px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H4 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H4 [type="radio"]:not(:checked) + label:before {
  background-position: -360px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H4 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H4 [type="radio"]:checked + label:before {
  background-position: -2880px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H5 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H5 [type="radio"]:not(:checked) + label:before {
  background-position: -1080px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H5 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H5 [type="radio"]:checked + label:before {
  background-position: -2610px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H6 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H6 [type="radio"]:not(:checked) + label:before {
  background-position: -90px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H6 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H6 [type="radio"]:checked + label:before {
  background-position: -2430px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H7 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H7 [type="radio"]:not(:checked) + label:before {
  background-position: -540px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H7 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H7 [type="radio"]:checked + label:before {
  background-position: -2160px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H8 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H8 [type="radio"]:not(:checked) + label:before {
  background-position: -270px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H8 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H8 [type="radio"]:checked + label:before {
  background-position: -2790px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H9 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H9 [type="radio"]:not(:checked) + label:before {
  background-position: -1170px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H9 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H9 [type="radio"]:checked + label:before {
  background-position: -2700px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H10 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H10 [type="radio"]:not(:checked) + label:before {
  background-position: -1440px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H10 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H10 [type="radio"]:checked + label:before {
  background-position: -3600px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H11 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H11 [type="radio"]:not(:checked) + label:before {
  background-position: -1350px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H11 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H11 [type="radio"]:checked + label:before {
  background-position: -3510px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H12 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H12 [type="radio"]:not(:checked) + label:before {
  background-position: -1260px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H12 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H12 [type="radio"]:checked + label:before {
  background-position: -3420px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H13 [type="radio"]:not(:checked) + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H13 [type="radio"]:not(:checked) + label:before {
  background-position: -1890px 0;
}
.product-810-ring-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H13 [type="radio"]:checked + label:before,
.product-cufflink-builder .detail_left .ring_attribute .fieldset .head_section .head_option .field.H13 [type="radio"]:checked + label:before {
  background-position: -3330px 0;
}
.product-810-ring-builder .detail_left .ring_attribute {
  width: 100%;
  margin-top: 15px;
}
.product-810-ring-builder .detail_left .ring_attribute .product_left_options,
.product-810-ring-builder .detail_left .ring_attribute .fieldset {
  width: 100%;
  display: inline-block;
}
.product-810-ring-builder .detail_left .ring_attribute .control label span {
  color: #aaaaaa;
  text-transform: capitalize;
}
.product-810-ring-builder .detail_left .ring_attribute .control [type="radio"]:checked + label span {
  color: #d18c4a;
}
.product-810-ring-builder .detail_left .ring_attribute .type_section,
.product-810-ring-builder .detail_left .ring_attribute .metal_section,
.product-810-ring-builder .detail_left .ring_attribute .head_section,
.product-810-ring-builder .detail_left .ring_attribute .shank_section,
.product-810-ring-builder .detail_left .ring_attribute .style_section {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.product-810-ring-builder .detail_left .ring_attribute .type_section [type="radio"]:checked + label:after,
.product-810-ring-builder .detail_left .ring_attribute .metal_section [type="radio"]:checked + label:after,
.product-810-ring-builder .detail_left .ring_attribute .head_section [type="radio"]:checked + label:after,
.product-810-ring-builder .detail_left .ring_attribute .shank_section [type="radio"]:checked + label:after,
.product-810-ring-builder .detail_left .ring_attribute .style_section [type="radio"]:checked + label:after {
  content: none;
}
.product-810-ring-builder .detail_left .ring_attribute .type_section [type="radio"]:checked + label:after,
.product-810-ring-builder .detail_left .ring_attribute .metal_section [type="radio"]:checked + label:after,
.product-810-ring-builder .detail_left .ring_attribute .head_section [type="radio"]:checked + label:after,
.product-810-ring-builder .detail_left .ring_attribute .shank_section [type="radio"]:checked + label:after,
.product-810-ring-builder .detail_left .ring_attribute .style_section [type="radio"]:checked + label:after {
  content: none;
}
.product-810-ring-builder .detail_left .ring_attribute .type_section label:hover:before,
.product-810-ring-builder .detail_left .ring_attribute .metal_section label:hover:before,
.product-810-ring-builder .detail_left .ring_attribute .head_section label:hover:before,
.product-810-ring-builder .detail_left .ring_attribute .shank_section label:hover:before,
.product-810-ring-builder .detail_left .ring_attribute .style_section label:hover:before {
  border: 0 !important;
}
.product-810-ring-builder .detail_left .ring_attribute .type_section > .field .control,
.product-810-ring-builder .detail_left .ring_attribute .metal_section > .field .control,
.product-810-ring-builder .detail_left .ring_attribute .head_section > .field .control,
.product-810-ring-builder .detail_left .ring_attribute .shank_section > .field .control,
.product-810-ring-builder .detail_left .ring_attribute .style_section > .field .control {
  margin-top: 10px;
}
.product-810-ring-builder .detail_left .ring_attribute .type_section > .field {
  width: 100%;
}
.product-810-ring-builder .detail_left .ring_attribute .type_section > .field .control {
  width: 100%;
}
.product-810-ring-builder .detail_left .ring_attribute .type_option .control [type="radio"]:not(:checked) + label:before {
  background: url('../images/ring_builder_type.png');
  position: inherit;
  display: block;
  border: 0px;
  text-align: center;
  border-radius: 0;
  height: 200px;
  width: 113px;
  margin: 0 auto;
}
.product-810-ring-builder .detail_left .ring_attribute .type_option .control [type="radio"]:checked + label:before {
  background: url('../images/ring_builder_type.png');
  border: 0px;
  border-radius: 0;
  height: 200px;
  width: 113px;
  position: inherit;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.product-810-ring-builder .detail_left .ring_attribute .type_option .control .field .label {
  text-align: center;
  padding-left: 0;
  width: 100%;
}
.product-810-ring-builder .detail_left .ring_attribute .type_option .control span {
  font-size: 0;
}
.product-810-ring-builder .detail_left .ring_attribute .shape .options-list,
.product-810-ring-builder .detail_left .ring_attribute .designe .options-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.cufflink_tab {
  position: absolute;
  right: 20px;
  z-index: 99;
}
.cufflink_tab .cufflin_links .cufflin_tab_list {
  width: 80px;
  height: 80px;
  display: block;
  background: url('../images/cuff-links-tabs-img.png') #252525 no-repeat;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 115px;
  margin-bottom: 0;
  margin-top: 1px;
  margin-right: 1px;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}
.cufflink_tab .cufflin_links .cufflin_tab_list:last-child {
  border-bottom: 0;
}
.cufflink_tab .cufflin_links .cufflin_tab_list.active {
  background-color: #363636 !important;
}
.cufflink_tab .cufflin_links .cufflin_tab_list.shap_list {
  background-position: 27px 17px;
}
.cufflink_tab .cufflin_links .cufflin_tab_list.metal_list {
  background-position: 26px -63px;
}
.cufflink_tab .cufflin_links .cufflin_tab_list.stone_list {
  background-position: 27px -144px;
}
.product-810-ring-builder .product.media img {
  width: 100% !important;
  max-width: 100% !important;
}
.product-810-ring-builder .box-tocart {
  margin-bottom: 35px;
  margin-top: 25px;
}
.product-cufflink-builder .product.media img {
  /*width: 100% !important;
				max-width: 100% !important;*/
}
.product-cufflink-builder .shape_designe {
  display: inline-block;
  width: 100%;
}
.product-cufflink-builder .page-title-wrapper {
  margin-bottom: 15px;
}
.product-cufflink-builder .box-tocart {
  margin-bottom: 35px;
  margin-top: 25px;
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field .label {
  text-align: center;
  padding-left: 0;
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field [type="radio"]:not(:checked) + label:before {
  background: url('../images/cuff-shap.png');
  position: inherit;
  display: block;
  border: 0px;
  text-align: center;
  border-radius: 0;
  height: 45px;
  margin: 0 auto;
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field [type="radio"]:checked + label:before {
  background: url('../images/cuff-shap.png');
  border: 0px;
  border-radius: 0;
  height: 45px;
  position: inherit;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field [type="radio"]:checked + label:after {
  content: none;
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field:first-child {
  /*label:hover:before{
										background-position: -6px -74px !important;
									}*/
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field:first-child [type="radio"]:not(:checked) + label:before {
  background-position: -6px -2px;
  width: 43px;
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field:first-child [type="radio"]:checked + label:before {
  background-position: -6px -74px;
  width: 43px;
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field:nth-child(2) [type="radio"]:not(:checked) + label:before {
  background-position: -64px -5px;
  width: 42px;
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field:nth-child(2) [type="radio"]:checked + label:before {
  background-position: -64px -77px;
  width: 42px;
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field:nth-child(3) [type="radio"]:not(:checked) + label:before {
  background-position: -120px -2px;
  width: 67px;
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field:nth-child(3) [type="radio"]:checked + label:before {
  background-position: -120px -74px;
  width: 67px;
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field:last-child [type="radio"]:not(:checked) + label:before {
  background-position: -199px -3px;
  width: 66px;
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field:last-child [type="radio"]:checked + label:before {
  background-position: -199px -75px;
  width: 66px;
}
.product-cufflink-builder .product_left_options .fieldset .field.shape .options-list .field label:hover:before {
  border: 0 !important;
}
.product-cufflink-builder .product_left_options .fieldset .field .control label span {
  color: #aaaaaa;
  text-transform: capitalize;
}
.product-cufflink-builder .product_left_options .fieldset .field .control [type="radio"]:checked + label span {
  color: #d18c4a;
}
.product-cufflink-builder .product_left_options .fieldset .shape,
.product-cufflink-builder .product_left_options .fieldset .designe,
.product-cufflink-builder .product_left_options .fieldset .metal,
.product-cufflink-builder .product_left_options .fieldset .stones {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.product-cufflink-builder .product_left_options .fieldset .designe {
  margin-bottom: 0;
}
.product-cufflink-builder .product_left_options .fieldset .designe .field {
  display: none;
}
.product-cufflink-builder .product_left_options .fieldset .stones .field {
  width: 48%;
  margin-bottom: 15px;
  margin-right: 4%;
}
.product-cufflink-builder .product_left_options .fieldset .stones .field:nth-child(odd) {
  margin-right: 0;
}
.product-cufflink-builder .product_left_options .fieldset .stones .field:first-child {
  width: 60%;
}
.product-cufflink-builder .product_left_options .fieldset .stones .field .label {
  padding-bottom: 7px;
  display: block;
}
.product-cufflink-builder .product_left_options .fieldset .stones .field.main_stone {
  width: 100%;
}
.product-cufflink-builder .product_left_options .fieldset .stones .field.main_stone select {
  width: 50%;
  float: left;
}
.product-cufflink-builder .product_left_options .fieldset .stones .field.main_stone .choice {
  width: auto;
  float: right;
  padding-left: 10px;
  margin-bottom: 0 !important;
  margin-right: 0;
  margin-top: 4px;
  text-align: right;
}
.product-cufflink-builder .product_left_options .fieldset .metal .field {
  width: 70%;
  margin-bottom: 15px;
}
.product-cufflink-builder .product_left_options .fieldset .metal .field .label {
  padding-bottom: 7px;
  display: block;
}
.product-cufflink-builder .product_left_options .fieldset .metal .field .control select {
  width: calc(100% - 45px);
}
.product-cufflink-builder .product_left_options .fieldset .shape .options-list,
.product-cufflink-builder .product_left_options .fieldset .designe .options-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field .label {
  text-align: center;
  padding-left: 0;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field .label span {
  display: none;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field [type="radio"]:not(:checked) + label:before {
  position: inherit;
  display: block;
  border: 0px;
  text-align: center;
  border-radius: 0;
  height: 45px;
  margin: 0 auto;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field [type="radio"]:checked + label:before {
  border: 0px;
  border-radius: 0;
  height: 45px;
  position: inherit;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field [type="radio"]:checked + label:after {
  content: none;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.round-sub2 [type="radio"]:not(:checked) + label:before {
  width: 43px;
  background: url('../images/cuff-round-img.png');
  background-position: -119px -2px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.round-sub2 [type="radio"]:checked + label:before {
  width: 43px;
  background: url('../images/cuff-round-img.png');
  background-position: -119px -62px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.round-sub3 [type="radio"]:not(:checked) + label:before {
  background: url('../images/cuff-round-img.png');
  background-position: -60px -2px;
  width: 43px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.round-sub3 [type="radio"]:checked + label:before {
  background: url('../images/cuff-round-img.png');
  background-position: -60px -62px;
  width: 43px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.round-sub1 [type="radio"]:not(:checked) + label:before {
  background: url('../images/cuff-round-img.png');
  background-position: -2px -2px;
  width: 43px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.round-sub1 [type="radio"]:checked + label:before {
  background: url('../images/cuff-round-img.png');
  background-position: -2px -62px;
  width: 43px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.square-sub3 [type="radio"]:not(:checked) + label:before {
  background: url('../images/cuff-square-img.png');
  background-position: -3px -3px;
  width: 43px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.square-sub3 [type="radio"]:checked + label:before {
  background: url('../images/cuff-square-img.png');
  background-position: -3px -63px;
  width: 43px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.square-sub2 [type="radio"]:not(:checked) + label:before {
  background: url('../images/cuff-square-img.png');
  background-position: -60px -3px;
  width: 43px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.square-sub2 [type="radio"]:checked + label:before {
  background: url('../images/cuff-square-img.png');
  background-position: -60px -63px;
  width: 43px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.square-sub1 [type="radio"]:not(:checked) + label:before {
  background: url('../images/cuff-square-img.png');
  background-position: -118px -3px;
  width: 43px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.square-sub1 [type="radio"]:checked + label:before {
  background: url('../images/cuff-square-img.png');
  background-position: -118px -63px;
  width: 43px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.oval-sub3 [type="radio"]:not(:checked) + label:before {
  background: url('../images/cuff-oval-img.png');
  background-position: -2px -2px;
  width: 71px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.oval-sub3 [type="radio"]:checked + label:before {
  background: url('../images/cuff-oval-img.png');
  background-position: -2px -62px;
  width: 71px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.oval-sub2 [type="radio"]:not(:checked) + label:before {
  background: url('../images/cuff-oval-img.png');
  background-position: -89px -2px;
  width: 71px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.oval-sub2 [type="radio"]:checked + label:before {
  background: url('../images/cuff-oval-img.png');
  background-position: -89px -62px;
  width: 71px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.oval-sub1 [type="radio"]:not(:checked) + label:before {
  background: url('../images/cuff-oval-img.png');
  background-position: -175px -1px;
  width: 71px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.oval-sub1 [type="radio"]:checked + label:before {
  background: url('../images/cuff-oval-img.png');
  background-position: -175px -61px;
  width: 71px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.emerald-sub2 [type="radio"]:not(:checked) + label:before {
  background: url('../images/cuff-emerald-img.png');
  background-position: -2px -2px;
  width: 67px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.emerald-sub2 [type="radio"]:checked + label:before {
  background: url('../images/cuff-emerald-img.png');
  background-position: -2px -62px;
  width: 67px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.emerald-sub1 [type="radio"]:not(:checked) + label:before {
  background: url('../images/cuff-emerald-img.png');
  background-position: -84px -2px;
  width: 67px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.emerald-sub1 [type="radio"]:checked + label:before {
  background: url('../images/cuff-emerald-img.png');
  background-position: -84px -62px;
  width: 67px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.emerald-sub3 [type="radio"]:not(:checked) + label:before {
  background: url('../images/cuff-emerald-img.png');
  background-position: -166px -1px;
  width: 67px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field.emerald-sub3 [type="radio"]:checked + label:before {
  background: url('../images/cuff-emerald-img.png');
  background-position: -166px -61px;
  width: 67px;
}
.product-cufflink-builder .product_left_options .fieldset .designe .options-list .field label:hover:before {
  border: 0 !important;
}
.product-cufflink-builder .product_left_options .fieldset .shape .field {
  width: auto;
  margin-right: 5%;
}
.product-cufflink-builder .product_left_options .fieldset .shape .field:last-child {
  margin-right: 0;
}
.product-cufflink-builder .product-add-form .product-options-wrapper .field .control {
  width: 100%;
  display: inline-block;
}
.cufflin_devider,
.ringbuilder_devider {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.cufflin_devider .show-shape,
.ringbuilder_devider .show-shape,
.cufflin_devider .show-right,
.ringbuilder_devider .show-right {
  float: left;
  cursor: pointer;
  position: relative;
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  padding: 3px 8px;
}
.cufflin_devider .show-shape:before,
.ringbuilder_devider .show-shape:before,
.cufflin_devider .show-right:before,
.ringbuilder_devider .show-right:before {
  content: "\f053";
  font-size: 1.1rem;
  color: #ffffff;
  display: inline-block;
  margin-right: 6px;
}
.cufflin_devider .show-shape:hover,
.ringbuilder_devider .show-shape:hover,
.cufflin_devider .show-right:hover,
.ringbuilder_devider .show-right:hover {
  background: #000000 !important;
}
.cufflin_devider .show-stones,
.ringbuilder_devider .show-stones,
.cufflin_devider .show-left,
.ringbuilder_devider .show-left {
  float: right;
  cursor: pointer;
  position: relative;
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  padding: 3px 8px;
}
.cufflin_devider .show-stones:after,
.ringbuilder_devider .show-stones:after,
.cufflin_devider .show-left:after,
.ringbuilder_devider .show-left:after {
  content: "\f054";
  font-size: 1.1rem;
  color: #ffffff;
  display: inline-block;
  margin-left: 6px;
}
.cufflin_devider .show-stones:hover,
.ringbuilder_devider .show-stones:hover,
.cufflin_devider .show-left:hover,
.ringbuilder_devider .show-left:hover {
  background: #000000 !important;
}
.cufflin_devider span,
.ringbuilder_devider span {
  font-size: 1.5rem !important;
}
body.product-cufflink-builder .MagicToolboxContainer {
  max-width: 650px;
  position: relative;
  float: right;
  overflow: hidden;
}
.product-cufflink-builder .product.media {
  max-width: 685px;
}
@media (max-width: 1024px) {
  .product-cufflink-builder .product.media {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
/* ===== Round shap ======*/
body.product-cufflink-builder .MagicToolboxContainer #round-sub2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.product-cufflink-builder .MagicToolboxContainer .round-sub2-ston-1 {
  position: absolute;
  top: 222px;
  left: 372px;
  /*height: 13px;
	width: 13px !important;*/
}
body.product-cufflink-builder .MagicToolboxContainer .round-sub2-ston-2 {
  position: absolute;
  top: 342px;
  left: 311px;
  /*height: 13px;
	width: 13px !important;*/
}
body.product-cufflink-builder .MagicToolboxContainer .round-sub2-center {
  position: absolute;
  top: 271px;
  left: 328px;
  /*height: auto !important;
	width: auto !important;*/
}
body.product-cufflink-builder .MagicToolboxContainer .round-sub3-ston-1 {
  position: absolute;
  top: 222px;
  left: 372px;
}
body.product-cufflink-builder .MagicToolboxContainer .round-sub3-ston-2 {
  position: absolute;
  top: 342px;
  left: 311px;
}
body.product-cufflink-builder .MagicToolboxContainer .round-sub3-center {
  position: absolute;
  top: 271px;
  left: 328px;
}
body.product-cufflink-builder .MagicToolboxContainer .round-sub1-ston-1 {
  position: absolute;
  top: 220px;
  left: 334px;
}
body.product-cufflink-builder .MagicToolboxContainer .round-sub1-ston-2 {
  position: absolute;
  top: 258px;
  left: 398px;
}
body.product-cufflink-builder .MagicToolboxContainer .round-sub1-ston-3 {
  position: absolute;
  top: 305px;
  left: 291px;
}
body.product-cufflink-builder .MagicToolboxContainer .round-sub1-ston-4 {
  position: absolute;
  top: 347px;
  left: 352px;
}
body.product-cufflink-builder .MagicToolboxContainer .round-sub1-center {
  position: absolute;
  top: 271px;
  left: 328px;
}
/* =====End Round shap ======*/
/* ===== square shap ======*/
body.product-cufflink-builder .MagicToolboxContainer .square-sub3-ston-1 {
  position: absolute;
  top: 224px;
  left: 332px;
}
body.product-cufflink-builder .MagicToolboxContainer .square-sub3-ston-2 {
  position: absolute;
  top: 261px;
  left: 392px;
}
body.product-cufflink-builder .MagicToolboxContainer .square-sub3-ston-3 {
  position: absolute;
  top: 301px;
  left: 294px;
}
body.product-cufflink-builder .MagicToolboxContainer .square-sub3-ston-4 {
  position: absolute;
  top: 342px;
  left: 350px;
}
body.product-cufflink-builder .MagicToolboxContainer .square-sub3-center {
  position: absolute;
  top: 271px;
  left: 328px;
}
body.product-cufflink-builder .MagicToolboxContainer .square-sub2-ston-1 {
  position: absolute;
  top: 195px;
  left: 331px;
}
body.product-cufflink-builder .MagicToolboxContainer .square-sub2-ston-2 {
  position: absolute;
  top: 377px;
  left: 358px;
}
body.product-cufflink-builder .MagicToolboxContainer .square-sub2-center {
  position: absolute;
  top: 271px;
  left: 328px;
}
body.product-cufflink-builder .MagicToolboxContainer .square-sub1-ston-1 {
  position: absolute;
  top: 195px;
  left: 331px;
}
body.product-cufflink-builder .MagicToolboxContainer .square-sub1-ston-2 {
  position: absolute;
  top: 249px;
  left: 424px;
}
body.product-cufflink-builder .MagicToolboxContainer .square-sub1-ston-3 {
  position: absolute;
  top: 312px;
  left: 270px;
}
body.product-cufflink-builder .MagicToolboxContainer .square-sub1-ston-4 {
  position: absolute;
  top: 377px;
  left: 358px;
}
body.product-cufflink-builder .MagicToolboxContainer .square-sub1-center {
  position: absolute;
  top: 271px;
  left: 328px;
}
/* ===== End square shap ======*/
/* ===== oval shap ======*/
body.product-cufflink-builder .MagicToolboxContainer .oval-sub3-ston-1 {
  position: absolute;
  top: 253px;
  left: 295px;
}
body.product-cufflink-builder .MagicToolboxContainer .oval-sub3-ston-2 {
  position: absolute;
  top: 311px;
  left: 384px;
}
body.product-cufflink-builder .MagicToolboxContainer .oval-sub3-center {
  position: absolute;
  top: 271px;
  left: 328px;
}
body.product-cufflink-builder .MagicToolboxContainer .oval-sub2-ston-1 {
  position: absolute;
  top: 206px;
  left: 330px;
}
body.product-cufflink-builder .MagicToolboxContainer .oval-sub2-ston-2 {
  position: absolute;
  top: 361px;
  left: 352px;
}
body.product-cufflink-builder .MagicToolboxContainer .oval-sub2-center {
  position: absolute;
  top: 271px;
  left: 328px;
}
body.product-cufflink-builder .MagicToolboxContainer .oval-sub1-ston-1 {
  position: absolute;
  top: 206px;
  left: 331px;
}
body.product-cufflink-builder .MagicToolboxContainer .oval-sub1-ston-2 {
  position: absolute;
  top: 250px;
  left: 409px;
}
body.product-cufflink-builder .MagicToolboxContainer .oval-sub1-ston-3 {
  position: absolute;
  top: 233px;
  left: 268px;
}
body.product-cufflink-builder .MagicToolboxContainer .oval-sub1-ston-4 {
  position: absolute;
  top: 336px;
  left: 426px;
}
body.product-cufflink-builder .MagicToolboxContainer .oval-sub1-ston-5 {
  position: absolute;
  top: 309px;
  left: 278px;
}
body.product-cufflink-builder .MagicToolboxContainer .oval-sub1-ston-6 {
  position: absolute;
  top: 362px;
  left: 351px;
}
body.product-cufflink-builder .MagicToolboxContainer .oval-sub1-center {
  position: absolute;
  top: 271px;
  left: 328px;
}
/* ===== End oval shap ======*/
/* ===== emerald shap ======*/
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub2-ston-1 {
  position: absolute;
  top: 235px;
  left: 270px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub2-ston-2 {
  position: absolute;
  top: 337px;
  left: 426px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub2-ston-3 {
  position: absolute;
  top: 222px;
  left: 372px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub2-ston-4 {
  position: absolute;
  top: 340px;
  left: 313px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub2-center {
  position: absolute;
  top: 271px;
  left: 328px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub1-ston-1 {
  position: absolute;
  top: 198px;
  left: 301px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub1-ston-2 {
  position: absolute;
  top: 280px;
  left: 440px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub1-ston-3 {
  position: absolute;
  top: 283px;
  left: 258px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub1-ston-4 {
  position: absolute;
  top: 378px;
  left: 391px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub1-center {
  position: absolute;
  top: 271px;
  left: 328px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub3-ston-1 {
  position: absolute;
  top: 242px;
  left: 359px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub3-ston-2 {
  position: absolute;
  top: 314px;
  left: 388px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub3-ston-3 {
  position: absolute;
  top: 253px;
  left: 295px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub3-ston-4 {
  position: absolute;
  top: 319px;
  left: 322px;
}
body.product-cufflink-builder .MagicToolboxContainer .emerald-sub3-center {
  position: absolute;
  top: 271px;
  left: 328px;
}
/* ===== End emerald shap ======*/
.cufflink_metal_rear,
.cufflink_metal_front,
.ring_metal_ {
  width: 37px;
  height: 37px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.ringbuilder_devider .reset-btn,
.stones .reset-btn {
  float: right;
  margin-top: -30px;
}
.ringbuilder_devider .reset-btn a,
.stones .reset-btn a {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 3px 8px;
  text-transform: capitalize;
}
.ringbuilder_devider .reset-btn a:hover,
.stones .reset-btn a:hover {
  text-decoration: none;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  /*     -webkit-transition: all ease-in-out .4s;
            transition: all ease-in-out .4s; */
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  /*         -webkit-transition:all ease-in-out .4s;
                transition:all ease-in-out .4s; */
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #333333;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #757575;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
.amgiftcard-userimage-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #c4c4c4;
}
.amgiftcard-image-container {
  position: relative;
  width: 120px;
  height: 80px;
  margin-right: 20px;
  border: 2px solid #dcdcdc;
}
.amgiftcard-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.amgiftcard-image {
  width: 120px;
  padding: 2px;
}
.amgiftcard-image.-selected,
.amgiftcard-image:hover {
  padding: 0;
  border: 2px solid #58b4ff;
}
.amgiftcard-image.amgiftcard-image-container {
  padding: 0;
}
.amgiftcard-label-container {
  margin-bottom: 12px;
}
.amgiftcard-label-container .amgiftcard-label {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
}
.amgiftcard-label-container .amgiftcard-note {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  vertical-align: middle;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOCA5QTkgOSAwIDEgMSAwIDlhOSA5IDAgMCAxIDE4IDB6bS04LTIuMDg0djUuNDA3YzAgLjU3LjA2LjkzNi4xODIgMS4wOTguMTIyLjE1NS4zNi4yNDUuNzEzLjI2OFYxNEg3LjExM3YtLjMxMWMuMzI3LS4wMTIuNTctLjExNi43MjktLjMxMi4xMDUtLjEzMi4xNTgtLjQ4NC4xNTgtMS4wNTR2LTMuNzJjMC0uNTcxLS4wNi0uOTM0LS4xODItMS4wOS0uMTIyLS4xNjEtLjM1Ny0uMjU0LS43MDUtLjI3N3YtLjMySDEwek05IDZhMSAxIDAgMSAwIDAtMiAxIDEgMCAwIDAgMCAyeiIgZmlsbD0iIzRDNEM0QyIvPjwvc3ZnPg==) center no-repeat;
}
.amgiftcard-label-container .amgiftcard-note:hover {
  opacity: 0.7;
}
.amgiftcard-tooltip {
  box-sizing: border-box;
  width: 400px;
  max-width: 90vw;
  word-break: break-word;
  word-wrap: break-word;
}
.amgiftcard-userimage {
  box-sizing: border-box;
  width: unset;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
}
.amgiftcard-button {
  display: inline-block;
  padding: 10px 20px 10px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  word-break: break-all;
  background: #5dcd91;
  border-radius: 4px;
  cursor: pointer;
}
.amgiftcard-button:hover {
  background: #84d9ab;
}
.amgiftcard-button .amgiftcard-title {
  vertical-align: middle;
}
.amgiftcard-error {
  display: none;
  margin-top: 15px;
  padding: 10px;
  background: #ffcaca;
}
.amgiftcard-icon {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.amgiftcard-icon.-camera {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjQ3MiAwTDguNDU4IDRIMi44MkEyLjgwNCAyLjgwNCAwIDAgMCAwIDYuOHYxNC40QzAgMjIuNzUxIDEuMjU3IDI0IDIuODIgMjRoMjMuMzZBMi44MDQgMi44MDQgMCAwIDAgMjkgMjEuMlY2LjhDMjkgNS4yNDkgMjcuNzQyIDQgMjYuMTggNGgtNS42MzhsLTIuMDE0LTRoLTguMDU2ek0xNC41IDcuMmMzLjc2NyAwIDYuODQ3IDMuMDU5IDYuODQ3IDYuOCAwIDMuNzQxLTMuMDggNi44LTYuODQ3IDYuOC0zLjc2NyAwLTYuODQ3LTMuMDU5LTYuODQ3LTYuOCAwLTMuNzQxIDMuMDgtNi44IDYuODQ3LTYuOHptMCAyLjRjLTIuNDYxIDAtNC40MyAxLjk1Ni00LjQzIDQuNCAwIDIuNDQ0IDEuOTY5IDQuNCA0LjQzIDQuNCAyLjQ2MSAwIDQuNDMtMS45NTYgNC40My00LjQgMC0yLjQ0NC0xLjk2OS00LjQtNC40My00LjR6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amgiftcard-close {
  position: absolute;
  top: -3px;
  right: -3px;
  display: none;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDEuNzU2IDQxLjc1NiI+PHBhdGggZD0iTTI3Ljk0OCAyMC44NzhMNDAuMjkxIDguNTM2YTUgNSAwIDEgMC03LjA3LTcuMDcxTDIwLjg3OCAxMy44MDkgOC41MzUgMS40NjVhNSA1IDAgMCAwLTcuMDcgNy4wNzFsMTIuMzQyIDEyLjM0MkwxLjQ2NSAzMy4yMmE1IDUgMCAxIDAgNy4wNyA3LjA3MWwxMi4zNDMtMTIuMzQyIDEyLjM0MyAxMi4zNDNjLjk3Ni45NzcgMi4yNTYgMS40NjQgMy41MzUgMS40NjRzMi41Ni0uNDg3IDMuNTM1LTEuNDY0YTUgNSAwIDAgMCAwLTcuMDcxTDI3Ljk0OCAyMC44Nzh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjRkJGM0YzIiBmaWxsPSIjRkRGQUZBIi8+PC9zdmc+) center no-repeat;
  background-color: #000;
  background-size: 55%;
  border-radius: 2px;
  cursor: pointer;
}
.amgiftcard-form {
  margin-bottom: 40px;
}
.amgiftcard-form .fieldset {
  margin-bottom: 20px;
}
.amgiftcard-check {
  float: left;
}
.amgiftcard-amount-custom {
  margin-top: 20px;
}
.amgiftcard-codes-list {
  margin: 10px 0;
}
.amgiftcard-gift-card-info {
  margin-bottom: 10px;
}
.amgiftcard-delivery-info,
.amgiftcard-image-input,
.-hidden {
  display: none;
}
.amgiftcard-clear {
  clear: both;
}
.amgiftcard-preview {
  text-align: right;
}
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated .slick-arrow {
  z-index: 999;
}
.amrelated-cart-message {
  position: relative;
  display: block;
  margin: 0 0 10px;
  padding: 5px 25px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 42px;
  background: #e9f6ff;
  color: #333333;
}
.amrelated-cart-message:before {
  display: inline-block;
  position: relative;
  top: 8px;
  margin-right: 2px;
  width: 30px;
  height: 30px;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-wrapper {
  margin-bottom: 30px;
  clear: both;
}
.amrelated-pack-wrapper .amrelated-title {
  position: relative;
  padding: 10px 0;
}
.amrelated-pack-wrapper .amrelated-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 25px;
  padding-top: 15px;
  background: #f9f9f9;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.amrelated-pack-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  width: 100%;
  padding: 30px;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item .amrelated-info {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  height: 100%;
}
.amrelated-pack-item .amrelated-info:hover {
  z-index: unset;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.amrelated-pack-item .amrelated-details {
  margin-left: 20px;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
}
.amrelated-pack-item .product-reviews-summary {
  margin-bottom: 5px;
}
.amrelated-pack-item .price-final_price [data-price-type="finalPrice"] .price {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  position: unset;
  width: 0;
  min-width: 0;
  height: 0;
  border: 0;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-details {
  max-width: 70%;
  margin-left: 30px;
}
.amrelated-photo-container {
  position: relative;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin: 0;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.amrelated-photo-container .amrelated-link {
  width: 100%;
  height: 100%;
  display: block;
}
.amrelated-photo-container .amrelated-photo {
  max-width: 100%;
  max-height: 100%;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #3978bd;
  border-radius: 2px;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #3978bd;
}
.amrelated-discount {
  position: absolute;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
  color: #fff;
  background: #eb5757;
  border-radius: 2px;
}
.amrelated-discount.-product {
  top: -10px;
  right: -10px;
  display: none;
  min-width: 35px;
  max-width: 80px;
  font-size: 15px;
}
.amrelated-discount.-summary {
  top: 0;
  left: 10px;
  max-width: 100%;
  padding: 5px 15px;
  font-size: 16px;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  margin-left: 5px;
  font-weight: bold;
}
.amrelated-photo-container .amrelated-checkbox:checked ~ .amrelated-discount,
.amrelated-pack-item.-main .amrelated-discount {
  display: block;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 15px 0;
}
.amrelated-summary-content .main.price {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #000;
}
.amrelated-price-wrapper {
  padding: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  padding: 15px;
  font-size: 18px;
}
.amrelated-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.amrelated-bundle-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  box-sizing: border-box;
  max-width: 315px;
  height: auto;
  overflow: hidden;
  padding: 0 0 13px;
  text-align: center;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.amrelated-bundle-popup .close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 9;
  width: 12px;
  height: 12px;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.25);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  cursor: pointer;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  z-index: 99;
  max-width: 60%;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  background: #fffae5;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  z-index: 10;
  background-color: #fff;
  text-align: right;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  padding: 15px;
  font-size: 18px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 68%;
  height: 1px;
  margin-left: 16%;
  background-color: #c5c5c5;
  content: '';
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  max-width: 150px;
  margin: 15px auto;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles*/
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type="radio"] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  margin: 10px 0 8px;
  font-weight: 600;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  box-sizing: border-box;
  width: initial;
  margin: 0 25px 10px;
  border: 1px solid #b2b2b2;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  width: 60%;
  margin: auto;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: bold;
}
.amrelated-info.-top .reviews-actions .action {
  margin-left: 15px;
  font-size: 14px;
  color: #000;
}
.amrelated-info.-bottom {
  /* don't hide grouped price*/
}
.amrelated-info.-bottom > .amrelated-description {
  margin: 0 25px;
  font-size: 12px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.columns .column.main {
  max-width: 100%;
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
  background: #fff;
}
.ui-tooltip .arrow {
  position: absolute;
  left: 15px;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow::after {
  content: "";
  position: absolute;
  border-top: 10px solid #cccccc;
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  border-top: 9px solid #fff;
  border-right: 19px solid transparent;
  z-index: 9;
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .am-brand-small_image {
  margin: auto;
  display: block;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  margin: auto;
  display: block;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-slide .brand-title {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.2;
}
.amslider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
.amslider .swiper-pagination-bullet-active {
  background: #4f4f4f;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 2;
}
.amslider .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 0;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
  word-break: break-word;
}
.amslider .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.amslider .no-img {
  margin: auto;
}
.brands-filters {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  min-height: 50px;
}
.brands-filters .letter {
  display: block;
  float: left;
  margin: 0 5px 10px;
  padding: 2px 5px;
  min-width: 17px;
  min-height: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #e2e2e2;
}
.brands-filters .letter-all {
  min-width: 90px;
  margin-right: 20px;
}
.brands-filters .letters {
  margin-top: 4px;
}
.brands-filters .letter.-disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: #f1f1f1;
}
.brands-filters .letter.hide {
  display: none;
}
.brands-filters .letter:hover,
.brands-filters .letter.-active {
  background: #fed285;
}
.ambrands-search-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}
.ambrands-search-wrapper .ambrands-search-input {
  display: block;
  margin: 0 0 10px;
  max-width: 100%;
}
.ambrands-search-wrapper #livesearch {
  position: absolute;
  display: none;
  width: 365px;
  max-width: 100%;
  max-height: 250px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #c2c2c2;
  border-top: 2px solid #309ef3;
  z-index: 99;
}
.ambrands-search-wrapper #livesearch a {
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
  color: #000;
  box-sizing: border-box;
}
.ambrands-search-wrapper #livesearch a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.brand-images .brands-letter {
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.brand-images .brands-letter .bare-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.brand-images .brands-letter .letter {
  border-bottom: 1px solid #b2b2b2;
  font-size: 18px;
  font-weight: 400;
}
.brand-images .brands-letter .letter .title {
  padding: 0 2px 1px;
  text-transform: uppercase;
  background: #e2e2e2;
}
.brands-letter .brand-item {
  position: relative;
  margin: 0 5px 20px;
}
.brands-letter .brand-item .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #333333;
  -webkit-justify-content: flex-start;
}
.brands-letter .brand-item .item:hover {
  text-decoration: none;
}
.brands-letter .brand-item .no-img {
  color: #e2e2e2;
}
.brands-letter .brand-item .count {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  box-sizing: border-box;
  min-width: 25px;
  height: 25px;
  padding: 0 3px;
  line-height: 25px;
  text-align: center;
  background: #f58c12;
  border-radius: 20px;
  color: #ffffff;
}
.brands-letter .brand-item .label {
  position: relative;
  margin: 5px 0 0;
  padding-top: 5px;
  width: 100%;
  word-wrap: break-word;
}
.brands-letter .brand-item .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  display: block;
  height: 1px;
  background: #b2b2b2;
}
.brands-letter .brand-item .item:hover .label:before {
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.brands-letter .brand-item .am-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.brands-letter .brand-item .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.bare-list .ambrands-image {
  pointer-events: none;
}
.amslider-header-container {
  padding: 5px 0 5px 35px;
  height: 35px;
  font-size: 22px;
  line-height: 35px;
  color: #000;
  background: #e2e2e2;
}
.icon .brand-label {
  float: left;
}
.brand-images li.brand-item {
  list-style-type: none;
  text-align: center;
}
ul.bare-list img {
  display: block;
  margin: 0 auto;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
  display: block;
}
.amslider.am-brand-slider {
  max-width: 100%;
  padding: 0;
}
.amslider.am-brand-slider .swiper-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.amslider.am-brand-slider .am-image-wrapper {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: auto;
}
.amslider.am-brand-slider .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.amslider.am-brand-slider .slide {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.amslider.am-brand-slider .slide .am-image-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
}
.amslider.am-brand-slider .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
}
.amslider .slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 9px 20px 0;
  max-width: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  text-align: center;
  color: #4f4f4f;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #bbb;
  position: relative;
  z-index: 2;
  padding: 10px;
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .swiper-brand .am-image {
  height: auto;
}
.children-category-container.swiper-container {
  width: calc(100% - 2 * 27px);
  margin: auto;
}
.children-category-container .swiper-wrapper {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.amslider .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
  color: #4f4f4f;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  background: #ffffff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbb;
  margin: 0;
}
.amslider .swiper-slide .swiper-brand .no-img {
  display: inline-block;
  margin-bottom: 15px;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  height: 100%;
  margin: 0;
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .swiper-brand {
    width: 100%;
  }
  .swiper-brand .no-img {
    width: 100%;
  }
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.store-credit-add .store-credit-container {
  max-width: 500px;
}
.store-credit-add .storeCreditLeft {
  margin-bottom: 10px;
}
.contacts-askexpert-thankyou .page-wrapper .page-main .page-title-wrapper,
.customization-contact-thankyou .page-wrapper .page-main .page-title-wrapper {
  background: #ebebeb;
  padding: 15px 25px;
  padding-bottom: 0;
}
.contacts-askexpert-thankyou .page-wrapper .page-main .page-title-wrapper .page-title,
.customization-contact-thankyou .page-wrapper .page-main .page-title-wrapper .page-title {
  text-indent: 0;
  font-family: 'questa-light';
  font-size: 3.5rem;
  margin-top: 0;
  color: #363636;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .contacts-askexpert-thankyou .page-wrapper .page-main .page-title-wrapper .page-title,
  .customization-contact-thankyou .page-wrapper .page-main .page-title-wrapper .page-title {
    padding-top: 0;
  }
}
.contacts-askexpert-thankyou .page-wrapper .page-main .page-title-wrapper .page-title span,
.customization-contact-thankyou .page-wrapper .page-main .page-title-wrapper .page-title span {
  color: #363636;
}
.contacts-askexpert-thankyou .page-wrapper .page-main .columns,
.customization-contact-thankyou .page-wrapper .page-main .columns {
  background: #ebebeb;
  padding: 0 25px;
}
.contacts-askexpert-thankyou .page-wrapper .page-main .columns .success_order_info,
.customization-contact-thankyou .page-wrapper .page-main .columns .success_order_info {
  padding: 0;
}
.contacts-askexpert-thankyou .page-wrapper .page-main .columns .success_order_info .order_pro_info,
.customization-contact-thankyou .page-wrapper .page-main .columns .success_order_info .order_pro_info {
  padding-bottom: 0;
  border-bottom: 0;
}
.contacts-askexpert-thankyou .page-wrapper .page-main .columns .success_order_info .order_pro_info h2,
.customization-contact-thankyou .page-wrapper .page-main .columns .success_order_info .order_pro_info h2 {
  color: #d18c4a;
  margin-top: 0;
}
.contacts-askexpert-thankyou .page-wrapper .page-main .columns .success_order_info .order_pro_info h2 strong,
.customization-contact-thankyou .page-wrapper .page-main .columns .success_order_info .order_pro_info h2 strong {
  margin-top: 0;
  font-size: 1.8rem;
}
.contacts-askexpert-thankyou .page-wrapper .page-main .column.main,
.customization-contact-thankyou .page-wrapper .page-main .column.main {
  min-height: inherit;
}
.abt_img {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.abt_img img {
  border: 3px solid #000000;
}
.custom_pagination {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
}
.custom_pagination ul {
  list-style: none;
  padding-left: 0;
}
.custom_pagination ul li {
  display: inline-block;
  margin-right: 8px;
}
.custom_pagination ul li strong {
  font-family: 'gothicbold';
  margin-right: 10px;
  color: #f0a055;
}
.custom_pagination ul li a {
  color: #f0a055;
  text-decoration: none;
}
.trustpilot .row:first-child .review .review-background {
  background: #4ab5c9;
}
.trustpilot .row:nth-child(3n) .review .review-background {
  background: #d18c49;
}
.trustpilot .row:nth-child(5n) .review .review-background {
  background: #252525;
}
.trustpilot .row:nth-child(7n) .review .review-background {
  background: #e1e1e1;
}
.trustpilot .row:nth-child(7n) .review .review-background + .review-title {
  color: #000000;
}
.trustpilot .row:nth-child(9n) .review .review-background {
  background: #111111;
}
.whitepaper_thank-you .whitepaper_title h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
}
.whitepaper_thank-you .whitepaper_title p {
  color: #666666;
}
.whitepaper_thank-you .whitepaper_info {
  border-top: 0;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.whitepaper_thank-you .whitepaper_info .blue_diamond_btn {
  background: #d18c4a;
  text-decoration: none;
  padding: 10px 20px;
  color: #ffffff;
  display: inline-block;
}
.whitepaper_thank-you .whitepaper_info .blue_diamond_btn:hover {
  background: #000000;
}
.whitepaper_thank-you .whitepaper_info .blue_diamond_btn span {
  color: #ffffff;
  font-size: 1.6rem;
}
.video_left_gallery {
  margin: 0px 5px 10px 0px;
  position: relative;
  width: 80px;
  display: inline-block;
  outline: none;
}
.video_left_gallery .left_gallery_tooltip {
  position: relative;
  float: left;
  width: 100%;
}
.video_left_gallery .left_gallery_tooltip p {
  padding-left: 20px;
}
.video_left_gallery .left_gallery_tooltip .tooltip_icon {
  background: url('../images/tooltip_question.png');
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 3px;
  position: absolute;
  top: 0;
  background-size: initial;
  font-size: 0;
  background-repeat: no-repeat;
}
.video_left_gallery .left_gallery_tooltip .tooltip_icon:hover + .tooltip {
  visibility: visible;
  display: block !important;
  line-height: 18px;
  background: #585656;
  top: 0;
  padding: 0;
  top: -12px !important;
}
.video_left_gallery .left_gallery_tooltip .tooltip_icon:hover + .tooltip p {
  background: #585656;
  padding: 12px;
  font-size: 13px;
  margin-bottom: 0px;
  text-align: left;
}
.video_left_gallery .left_gallery_tooltip .tooltip_icon + .tooltip {
  width: 210px;
  background: #585656;
  padding: 12px;
  font-size: 13px;
  margin-bottom: 0px;
  text-align: left;
  z-index: 999;
  left: 30px !important;
}
.video_left_gallery .left_gallery_tooltip .tooltip_icon + .tooltip p {
  position: relative;
}
.video_left_gallery .left_gallery_tooltip .tooltip_icon + .tooltip p:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 15px;
  background: url('../images/tooltip_left.jpg') no-repeat;
  width: 15px;
  height: 22px;
}
.video_left_gallery .left_gallery_tooltip .tooltip_icon + .tooltip p {
  color: #ffffff;
  padding-left: 0;
}
.policies .cms_content p {
  margin-bottom: 10px;
}
.policies .cms_content .policie_box {
  padding-bottom: 20px;
  position: relative;
}
.policies .cms_content .policie_box:before {
  position: absolute;
  content: '';
  border-bottom: 8px solid #2f2f2f;
  bottom: 0;
  width: 1440px;
  left: -25px;
}
.policies .cms_content .policie_box:last-child:before {
  content: none;
}
.policies .cms_content h3 {
  padding-top: 10px;
}
.webpages-container.eclipse h1.cms_entry-title {
  text-align: center;
}
@media only screen and (max-width: 812px) {
  .webpages-container .color-grade-left p {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    line-height: 20px !important;
    height: auto !important;
    padding: 10px 5px !important;
    text-indent: 0 !important;
  }
  body .webpages-container .color-grade-left {
    width: 100%;
  }
  body .webpages-container .color-grade-left td {
    border: 1px solid #ddd;
  }
  body .webpages-container .color-grade-left p.height-48.fix_height_4,
  body .webpages-container .color-grade-left p.height-48.fix_height_6,
  body .webpages-container .color-grade-left p.height-48.fix_height_1 {
    display: none;
  }
  body .webpages-container .cap_diamonds {
    width: auto;
    float: none;
    margin: 0 auto;
    display: block;
  }
  body .webpages-container.the-cape-series .alignright {
    width: auto;
    float: none;
    margin: 0 auto;
    display: block;
  }
}
body.cms-page-view .page-wrapper .page-main .columns .webpages-container {
  padding-top: 10px;
}
@media only screen and (max-width: 812px) {
  .cms-page-view .page-wrapper .page-main .webpages-container.days-of-gifting {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 812px) {
  .days-of-gifting .cms_main_banner {
    margin: -10px -10px;
  }
}
.days-of-gifting .cms_main_banner img {
  float: left;
}
@media only screen and (max-width: 767px) {
  body .webpages-container ul {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .webpages-container ol {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .webpages-container .fix_width_container ul {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .webpages-container #RigntSideContentDiv {
    margin: 0 !important;
  }
}
body .webpages-container.email-test ol {
  padding-left: 0;
}
body .webpages-container.email-test ol li {
  margin-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .cms-page-view .webpages-container h1 {
    padding: 0px 5px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .webpages-container h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .cms_content {
    padding: 0px 5px;
  }
}
.mybgdsummer .cms_main_banner {
  margin-top: 20px;
}
.mybgdsummer .cms_content p a {
  color: #d18c4a;
  text-decoration: none;
}
.mybgdsummer .cms_content p b {
  color: #000000;
}
.love-is-in-the-air .cms_content .cms_entry-title {
  text-align: center;
}
.love-is-in-the-air .cms_content .fix_width_container ul {
  list-style: circle;
  padding-left: 20px;
}
.love-is-in-the-air .cms_content .fix_width_container ul li {
  width: 100%;
  text-align: left;
}
.love-is-in-the-air .term_link {
  text-align: left;
  width: 100%;
  display: inline-block;
  padding: 15px 0px 0px 0px;
  border-top: 1px solid #d18c4a;
}
.love-is-in-the-air .term_link a {
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}
.what-you-want .cms_entry-title {
  text-align: center;
}
.april-diamond-month-image {
  text-align: center;
}
.december-in-july .december_content span {
  display: block;
  text-align: center;
}
.december-in-july .term_section ol {
  padding-left: 15px;
}
.december-in-july .term_section ol li {
  text-align: left;
}
.winter-olympics-2018 .cms_main_banner {
  margin-top: 20px;
}
.winter-olympics-2018 .cms_content ul {
  margin-bottom: 20px;
}
.winter-olympics-2018 .cms_content ul li a {
  text-decoration: none;
  color: #d18c4a;
}
.winter-olympics-2018 .cms_content .term_info ul {
  list-style: none;
}
.april-diamond-month .cms_content p {
  text-align: center;
}
.april-diamond-month .cms_content .april-diamond-month-image {
  text-align: center;
  margin: 0 auto;
}
.resolve .cms_content ul {
  padding: 0;
  list-style: none;
}
.resolve .cms_content .small_txt {
  font-size: 12px;
  text-decoration: none;
  font-style: italic;
  color: #d18c4a;
}
.small_txt {
  font-size: 12px;
  text-decoration: none;
  font-style: italic;
  color: #d18c4a;
}
.fix_width_container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.fix_width_container .fl {
  float: left;
  width: 50%;
  padding: 0 10px;
}
@media only screen and (max-width: 568px) {
  .fix_width_container .fl {
    width: 100%;
  }
}
.fix_width_container ul {
  padding: 0;
  list-style: none;
}
.fix_width_container ul li {
  float: left;
  width: 33.33%;
}
.fix_width_container .term_section h2 {
  text-align: left;
}
.fix_width_container .term_section ul li {
  width: 100%;
  text-align: left;
}
.fix_width_container .tenter_text p {
  text-align: center;
}
.fix_width_container .tenter_text h2 {
  margin: 20px 0;
  text-align: center;
}
.cms_full_width {
  margin: 0 -25px;
}
@media only screen and (max-width: 767px) {
  .cms_full_width {
    margin: 0 -10px;
  }
}
.cms_full_width.bg_gray {
  background: #dddddd;
}
.cms_full_width.bg_gray .fix_width_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cms_full_width:after,
.cms_full_width:before {
  content: '';
  clear: both;
  display: table;
}
.cms_full_width b strong {
  display: block;
  padding: 20px;
  font-weight: bold;
}
.cms_full_width p {
  text-align: center;
}
.cms_full_width .fl_info a {
  text-decoration: none;
}
.cms_full_width .fl_info a span {
  color: #000000;
  font-weight: bold;
}
.bgd_cms_content.terms-and-conditions .cms_entry-title {
  margin-bottom: 25px;
}
.bgd_cms_content.terms-and-conditions .cms_content ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
}
.bgd_cms_content.terms-and-conditions .cms_content ul li {
  margin-bottom: 15px;
}
.bgd_cms_content.terms-and-conditions .cms_content u {
  display: block;
  margin-bottom: 15px;
}
.bgd_cms_content.terms p b {
  color: #000000;
}
.bgd_cms_content.terms u {
  display: block;
  margin-bottom: 15px;
}
.bgd_cms_content.terms .term_info {
  width: 100%;
  display: inline-block;
  margin: 15px 0;
}
.bgd_cms_content.terms .term_info span {
  display: block;
}
.bgd_cms_content.terms .term_info span strong {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .bgd_cms_content.terms .term_info span strong {
    width: auto;
    display: inline;
  }
}
.bgd_cms_content.terms .term_info li {
  margin-bottom: 0;
}
.bgd_cms_content.terms .term_info li strong {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .bgd_cms_content.terms .term_info li strong {
    width: auto;
    display: inline;
  }
}
.center_info {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 20px 0px;
}
@media only screen and (max-width: 767px) {
  .center_info {
    margin-top: 10px;
  }
}
.center_info .go-to-contactUs,
.center_info .centr {
  padding: 9px 20px;
  color: #ffffff;
  background: #d18c4a;
  text-decoration: none;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .center_info .go-to-contactUs,
  .center_info .centr {
    margin: 0 5px;
    margin-bottom: 10px;
    display: inline-block;
  }
}
.vday {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
}
.ppg a {
  color: #d18c4a;
  text-decoration: none;
}
.softway_test .cyberMonday_info {
  max-width: 700px;
  width: 100%;
}
.softway_test .pearl_info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.softway_test .pearl_info .pearl_list {
  float: left;
  width: 33.33%;
}
.softway_test .pearl_info .pearl_btn {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  text-align: center;
}
.softway_test .pearl_info .pearl_btn a {
  background: #d18c4a;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  padding: 5px 20px;
  font-family: 'questa-italic';
}
.softway_test .term_link {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #d18c4a;
  font-size: 12px;
  text-decoration: none;
}
.chinese-new-year .chines {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .chinese-new-year .chines {
    font-size: 20px !important;
  }
}
.chinese-new-year ul {
  list-style: none;
  padding-left: 0;
}
.chinese-new-year ul li {
  font-size: 12px;
}
.down-set-sparkle a {
  color: #d18c4a;
  text-decoration: none;
}
.down-set-sparkle ul {
  margin-bottom: 20px;
}
.webpages-container.blue .alignright {
  width: auto;
}
.webpages-container.mybgdtravels .cms_main_banner {
  margin-top: 20px;
}
.elegance-squared.graduation-day-diamond-gifts .cms_content .elegance_content b {
  display: inline-block;
}
.elegance-squared.graduation-day-diamond-gifts .cms_content .elegance_content > ul {
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #000;
  margin: 10px 0;
}
.elegance-squared.graduation-day-diamond-gifts .cms_content .elegance_content > ul li {
  width: 50%;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .elegance-squared.graduation-day-diamond-gifts .cms_content .elegance_content > ul li {
    width: 100%;
  }
}
.elegance-squared.graduation-day-diamond-gifts h2,
.elegance-squared.graduation-day-diamond-gifts p {
  text-align: center;
}
.bgd-besties ol {
  padding-left: 20px;
}
.bgd-besties ul {
  margin-bottom: 20px;
}
.bgd-besties .cms_link a {
  color: #d18c4a;
  text-decoration: none;
  font-size: 1.2rem;
}
.chinese-valentines-day .cms_main_banner {
  margin-bottom: 25px;
}
.page-main .webpages-container.days-of-gifting {
  padding-bottom: 0;
}
.page-main .webpages-container.days-of-gifting .cms_main_banner {
  margin-bottom: 0;
}
.duet-two-stone-pendant .elegance_content {
  text-align: center;
}
.duet-two-stone-pendant .elegance_content p {
  text-align: center;
  margin-bottom: 5px;
}
.cyberMonday_info {
  max-width: 600px;
  margin: 0 auto;
}
.cyberMonday_info h2,
.cyberMonday_info h3 {
  text-align: center;
}
.cyberMonday_info > b {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 1.8rem;
}
.cyberMonday_info .fl,
.cyberMonday_info .fr {
  float: left;
  width: 50%;
}
.cyberMonday_info .fl a,
.cyberMonday_info .fr a {
  color: #000000;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.cyberMonday_info .cyberMonday_list {
  width: 96%;
  float: left;
  margin: 2%;
  padding: 10px;
  border: 1px solid #000000;
  position: relative;
}
.cyberMonday_info .cyberMonday_list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background: #000000;
  width: 1px;
}
@media only screen and (max-width: 639px) {
  .cyberMonday_info .cyberMonday_list:before {
    content: none;
  }
}
.cyberMonday_info .cyberMonday_list .cyber_list {
  float: left;
  width: 50%;
  padding: 0;
  list-style: none;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 639px) {
  .cyberMonday_info .cyberMonday_list .cyber_list {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #000000;
  }
  .cyberMonday_info .cyberMonday_list .cyber_list:first-child {
    border-top: 0;
  }
}
.cyberMonday_info .cyberMonday_list .cyber_list span {
  color: #d18c4a;
}
.cyberMonday_info .cyberMonday_list .cyber_list li {
  font-size: 12px;
}
.cyberMonday_info .cyber_info {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.cyberMonday_info .cyber_info a {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-decoration: none;
  padding: 9px 30px;
  margin: 0 30px;
}
.cyberMonday_info .cyber_info a:focus,
.cyberMonday_info .cyber_info a:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.cyberMonday_info .cyber_info a:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.cyberMonday_info .cyber_info a.disabled,
.cyberMonday_info .cyber_info a[disabled],
fieldset[disabled] .cyberMonday_info .cyber_info a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cyberMonday_info .cyber_info a span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.cyberMonday_info .cyber_info a:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.cyberMonday_info .cyber_info a:focus {
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .cyberMonday_info .cyber_info a {
    padding: 5px 30px;
    font-weight: normal;
  }
}
.cyberMonday_info .cyber_info + p {
  margin-bottom: 5px;
}
.cyberMonday_info .small_f {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.cyberMonday_info .small_f i {
  font-size: 1.2rem;
}
.cyberMonday_info .big_f {
  text-align: center;
  margin-bottom: 20px;
}
.cyberMonday_info .big_f p {
  margin-bottom: 0;
  font-size: 1.8rem;
  color: #d18c4a;
  text-align: center;
}
.cyberMonday_info .button_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.cyberMonday_info .button_list li {
  width: 50%;
  text-align: center;
  margin-bottom: 15px;
}
.cyberMonday_info .button_list li a {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-decoration: none;
  padding: 9px 30px;
}
.cyberMonday_info .button_list li a:focus,
.cyberMonday_info .button_list li a:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.cyberMonday_info .button_list li a:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.cyberMonday_info .button_list li a.disabled,
.cyberMonday_info .button_list li a[disabled],
fieldset[disabled] .cyberMonday_info .button_list li a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cyberMonday_info .button_list li a span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.cyberMonday_info .button_list li a:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.cyberMonday_info .button_list li a:focus {
  box-shadow: none;
}
.cyberMonday_info .term_info {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #d18c4a;
  font-size: 12px;
}
.cyberMonday_info .term_info p {
  margin-bottom: 0;
  font-size: 12px;
}
.cyberMonday_info .term_info ul {
  padding: 0;
  list-style: none;
  font-size: 12px;
  margin-bottom: 25px;
}
.orangetext {
  color: #d18c4a !important;
}
.bgd_cms_content {
  padding: 25px;
  background: #ebebeb;
}
.bgd_cms_content .color_sec {
  color: #d18c4a;
}
.we-set-the-hearts-and-arrows-standard h2 {
  width: 100%;
  display: inline-block;
}
.we-set-the-hearts-and-arrows-standard .we-set-main {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.valentines-day-video-2015 .iframe span {
  display: block;
}
.happy-turkey-day .cms_entry-title {
  text-align: center;
  margin-bottom: 10px;
}
.happy-turkey-day .cms_content span {
  display: block;
  text-align: center;
  color: #d18c4a;
  font-family: 'gothicbold';
}
.happy-turkey-day .iframe {
  margin-top: 50px;
}
.cyber-monday-online-jewelry-deals .cms_content {
  text-align: center;
}
.cyber-monday-online-jewelry-deals .cms_content h2 {
  text-align: center;
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .cyber-monday-online-jewelry-deals .cms_content h2 {
    font-size: 2.4rem;
  }
}
.cyber-monday-online-jewelry-deals .cms_content .cyber_content {
  font-size: 2.2rem;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .cyber-monday-online-jewelry-deals .cms_content .cyber_content {
    font-size: 1.6rem;
  }
}
.cyber-monday-online-jewelry-deals .cms_content .cyber_content span {
  display: block;
  color: #d18c4a;
}
.cyber-monday-online-jewelry-deals .cms_content .cyber_content a {
  color: #d18c4a;
  text-decoration: none;
  text-decoration: underline;
}
.trick-and-treat table {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .trick-and-treat table {
    table-layout: fixed;
  }
}
.trick-and-treat .cms_content ul {
  padding: 0;
  text-align: center;
  list-style: none;
  margin: 20px 0;
}
.iframe {
  text-align: center;
  margin-top: 30px;
}
body .diamond_jewelry_cat {
  color: #000000;
}
.cms_image {
  text-align: center;
  margin-bottom: 20px;
}
.bezel_diamonds .cms_banner.valantine .category_discrip a {
  display: inline-block;
}
.bezel_diamonds .antique_container {
  display: inline-block;
  margin-top: 20px;
}
.atlanta-loose .cms_image {
  text-align: center;
}
.atlanta-loose .showas {
  font-size: 1.2rem;
  text-decoration: none;
  color: #d18c4a;
}
.atlanta-loose .custom_cut_diamonds {
  padding: 20px 0 0 0;
  display: inline-block;
  width: 100%;
}
.antique-engagement-rings .cms_content {
  width: 1200px;
  margin: 0 auto;
  display: block;
}
.antique-engagement-rings .antique_container {
  display: inline-block;
  margin-top: 20px;
}
.antique-engagement-rings .cms_banner.valantine {
  margin-top: 0;
}
.ring_into_autumn .cms_main_banner {
  margin-top: 0;
  margin-bottom: 0;
}
.cms_main_banner {
  margin: -25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .cms_main_banner {
    margin: -20px -10px;
    margin-bottom: 20px;
  }
}
.cms_main_banner img {
  width: 100%;
}
.banner_list {
  padding: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.banner_list ul {
  padding: 0;
  display: table;
  width: 100%;
}
.banner_list ul li {
  text-align: center;
  display: inline-block;
  width: 200px;
}
.banner_list ul li img {
  height: 210px;
  object-fit: cover;
}
.cont_cen {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cms_btn {
  text-align: center;
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: cl_value;
  font-family: 'questa-italic';
  text-decoration: none !important;
  color: #ffffff !important;
}
.cms_btn span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.cms_btn:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.elegance_content {
  max-width: 600px;
  width: 100%;
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .elegance_content {
    margin: 10px 0;
  }
}
.elegance-squared .cms_content .elegance_content h2 {
  text-align: center;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .elegance-squared .cms_content .elegance_content h2 {
    margin: 10px 0;
  }
}
.elegance-squared .cms_content .elegance_content b {
  display: block;
  text-align: center;
  color: #d18c4a;
}
.elegance_list {
  padding: 0;
  margin: 25px 0;
  list-style: none;
  display: table;
  width: 100%;
  text-align: center;
}
.elegance_list li {
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 568px) {
  .elegance_list li {
    width: 100%;
  }
}
.elegance_list li span {
  font-size: 1.8rem;
  font-family: 'gothicbold';
}
@media only screen and (max-width: 568px) {
  .elegance_list li span {
    display: block;
  }
}
.cms_banner.valantine {
  margin: -25px;
}
@media only screen and (max-width: 812px) {
  .cms_banner.valantine {
    margin: -20px 0;
  }
}
.cms_banner.valantine img {
  width: 100%;
}
.cms_banner.valantine .category_discrip {
  border-bottom: 5px solid #2f2f2f;
}
.cms_banner.valantine .category_discrip img {
  float: left;
}
.bgd_cms_content.valentines_content .valentines_info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.bgd_cms_content.valentines_content .valentines_info p {
  text-align: center;
  font-size: 1.8rem;
}
.bgd_cms_content.valentines_content .valentines_info p b {
  color: #f3c1c0;
}
.bgd_cms_content.valentines_content .valentines_info_list {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #f3c1c0;
  border-bottom: 1px solid #f3c1c0;
}
.bgd_cms_content.valentines_content .valentines_info_list ul {
  padding: 0;
  display: table;
  margin: 0;
}
.bgd_cms_content.valentines_content .valentines_info_list ul li {
  display: inline-block;
  width: 48%;
  margin: 1%;
}
.bgd_cms_content.valentines_content .valentines_info_list ul li > span {
  display: block;
  margin-bottom: 20px;
}
.bgd_cms_content.valentines_content .valentines_info_list ul li a {
  border-radius: 0;
}
.bgd_cms_content.valentines_content .shop_info {
  max-width: 350px;
  margin: 0 auto;
}
.bgd_cms_content.valentines_content .shop_list {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}
.bgd_cms_content.valentines_content .shop_list ul {
  padding: 0;
  margin-bottom: 20px;
  display: inline-block;
}
.bgd_cms_content.valentines_content .shop_list ul li {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 520px) {
  .bgd_cms_content.valentines_content .shop_list ul li {
    width: 100%;
  }
}
.bgd_cms_content.valentines_content .shop_list ul li a {
  font-size: 1.8rem;
  color: #222222;
  text-decoration: none;
  font-family: 'gothicbold';
}
.bgd_cms_content.valentines_content .shop_list ul li a span {
  color: #d18c4a;
}
.bgd_cms_content.valentines_content .valaint_tearm {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  margin-top: 35px;
  font-size: 1.4rem;
}
.bgd_cms_content.valentines_content .valaint_tearm ul {
  padding: 0;
}
.bgd_cms_content.valentines_content .valaint_tearm h2 {
  font-size: 1.6rem;
}
.eng_collection b {
  color: #d18c4a;
}
.designer_engagement_rings .diamond_product_list .diamond_product_order li {
  width: 22.3333%;
}
@media only screen and (max-width: 812px) {
  .designer_engagement_rings .diamond_product_list .diamond_product_order li {
    width: 49%;
    margin: 0.5%;
  }
}
@media only screen and (max-width: 767px) {
  .designer_engagement_rings .diamond_product_list .diamond_product_order li {
    width: 49%;
    margin: 0.5%;
  }
}
@media only screen and (max-width: 520px) {
  .designer_engagement_rings .diamond_product_list .diamond_product_order li {
    width: 100%;
  }
}
.designer_engagement_rings .diamond_product_list .diamond_product_order li:last-child {
  margin-right: 0;
}
.designer_engagement_rings .diamond_product_list .diamond_product_order li:nth-child(3n + 3) {
  margin-right: 3.5%;
}
@media only screen and (max-width: 767px) {
  .designer_engagement_rings .diamond_product_list .diamond_product_order li:nth-child(3n + 3) {
    margin-right: 0.5%;
  }
}
.designer_engagement_rings .diamond_j_l {
  float: left;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .designer_engagement_rings .diamond_j_l {
    width: 100%;
  }
}
.designer_engagement_rings .diamond_j_r {
  float: left;
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .designer_engagement_rings .diamond_j_r {
    width: 100%;
    text-align: center;
  }
}
.designer_engagement_rings .diamond_j_r.question {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .designer_engagement_rings .diamond_j_r.question {
    padding-left: 0;
  }
}
.designer_engagement_rings .diamond_j_r.brian_profile {
  padding-right: 20px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .designer_engagement_rings .diamond_j_r.brian_profile {
    padding-right: 0;
  }
}
.designer_engagement_rings .diamond_jewelry_detail span {
  margin: 0;
  font-size: 1.2rem;
}
.sweepstakes_container .sweepstakes_left {
  float: left;
  width: 40%;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 639px) {
  .sweepstakes_container .sweepstakes_left {
    width: 100%;
  }
}
.sweepstakes_container .sweepstakes_right {
  float: left;
  width: 60%;
  margin-top: 30px;
}
@media only screen and (max-width: 639px) {
  .sweepstakes_container .sweepstakes_right {
    width: 100%;
    text-align: center;
  }
}
.sweepstakes_container .sweepstakes_right .sweepstakes_btn {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-decoration: none;
  margin: 20px 0;
  font-weight: normal;
}
.sweepstakes_container .sweepstakes_right .sweepstakes_btn:focus,
.sweepstakes_container .sweepstakes_right .sweepstakes_btn:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.sweepstakes_container .sweepstakes_right .sweepstakes_btn:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.sweepstakes_container .sweepstakes_right .sweepstakes_btn.disabled,
.sweepstakes_container .sweepstakes_right .sweepstakes_btn[disabled],
fieldset[disabled] .sweepstakes_container .sweepstakes_right .sweepstakes_btn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.sweepstakes_container .sweepstakes_right .sweepstakes_btn span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.sweepstakes_container .sweepstakes_right .sweepstakes_btn:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.sweepstakes_container .sweepstakes_right .sweepstakes_btn:focus {
  box-shadow: none;
}
.sweepstakes_container .sweepstakes_right .sweepstakes_btn + a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.sweepstakes_container .sweepstakes_right a {
  text-decoration: none;
}
.sweepstakes_container .sweepstakes_right a p {
  color: #000000;
  display: block;
  margin: 0;
}
.sweepstakes_container .sweepstakes_right a p span {
  display: block;
  color: #f0a055;
}
.sweepstakes_container .sweepstakes_right a p b {
  color: #999999;
}
.fishtail_cms .custom_cut_diamonds {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .custom_cut_diamonds .email-section,
  .custom_cut_diamonds .phone-section,
  .custom_cut_diamonds .subject-section,
  .custom_cut_diamonds .cu-fn-ln,
  .custom_cut_diamonds .email-section,
  .custom_cut_diamonds .phone-section,
  .custom_cut_diamonds .subject-section {
    width: 100%;
    margin: 0;
  }
  .custom_cut_diamonds {
    padding: 0 !important;
  }
  .cms-page-view .page-wrapper .page-main .webpages-container {
    padding: 20px 10px;
    padding-bottom: 30px;
  }
  .cms-page-view .web_cms_banner {
    display: block !important;
  }
  .cms-page-view .trust_pilot_container {
    display: none;
  }
  .cms-page-view .cms_banner .category_discrip {
    margin-top: 0;
  }
}
.cms-page-view .webpages-container .primary1 {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 170px;
  text-decoration: none;
}
.antique_container b {
  color: #d18c4a;
}
.antique_container a {
  color: #d18c4a;
  text-decoration: none;
}
.cms_image.last_minute_banner {
  margin: -25px;
  margin-bottom: 20px;
}
.cms_image.last_minute_banner img {
  width: 100%;
}
.last-minute-gifts h1.cms_entry-title {
  text-align: center;
  color: #d18c4a;
}
.last-minute-gifts h1.cms_entry-title span {
  display: block;
  color: #d18c4a;
}
.last-minute-gifts .last_min_top {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.last-minute-gifts .last_min_top p {
  text-align: center;
}
.last-minute-gifts .last_min_top p b {
  color: #d18c4a;
}
.last_mini_button {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.last_mini_button .mini_button {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: cl_value;
  font-family: 'questa-italic';
  width: 270px;
  display: block;
  margin: 15px auto;
  text-decoration: none;
}
.last_mini_button .mini_button span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.last_mini_button .mini_button:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.last_mini_center {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.last_mini_center ul {
  padding: 0;
  max-width: 400px;
  margin: 0 auto;
  list-style: none;
  display: inline-block;
}
.last_mini_center ul li {
  float: left;
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 639px) {
  .last_mini_center ul li {
    width: 100%;
    padding-right: 0;
  }
}
.last_mini_center ul li a {
  font-family: 'gothicbold';
  text-decoration: none;
}
.last_mini_center ul li a span {
  color: #000000;
}
.last_mini_center:after,
.last_mini_center:before {
  content: '';
  display: table;
  clear: both;
}
.last_mini_center .mini_button {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: cl_value;
  font-family: 'questa-italic';
  width: 270px;
  display: block;
  margin: 15px auto;
  text-decoration: none;
}
.last_mini_center .mini_button span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.last_mini_center .mini_button:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.last_mini_center_bottom {
  padding: 0;
  max-width: 400px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.last_mini_center_bottom .big_font {
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
}
.last_mini_bottom {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 20px;
}
.last_mini_bottom img {
  display: block;
}
.last_mini_bottom span {
  text-transform: uppercase;
}
.last-minute-gifts-diamonds table {
  border-collapse: inherit;
  border-spacing: 2px 2px;
  margin-top: 20px;
}
.last-minute-gifts-diamonds table tbody tr:nth-child(odd) {
  color: #ffffff;
}
.last_diamond_studs .last_diamond_studs_list {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .last_diamond_studs .last_diamond_studs_list {
    margin-top: 0;
  }
}
.last_diamond_studs .last_diamond_studs_list > li {
  float: left;
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .last_diamond_studs .last_diamond_studs_list > li {
    width: 50%;
    padding: 5px;
  }
}
@media only screen and (max-width: 568px) {
  .last_diamond_studs .last_diamond_studs_list > li {
    width: 100%;
    padding: 0;
  }
}
.last_diamond_studs .last_diamond_studs_list > li span {
  display: block;
  font-size: 1.6rem;
  color: #d18c4a;
  font-family: 'gothicbold';
  padding-left: 60px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .last_diamond_studs .last_diamond_studs_list > li span {
    text-align: center;
    padding-left: 0;
  }
}
.last_diamond_studs .last_diamond_studs_list > li img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .last_diamond_studs .last_diamond_studs_list > li img {
    margin: 0 auto;
  }
}
.last_diamond_studs .last_diamond_studs_list > li ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}
.webpage_links .OrangeTxtLink {
  color: #d18c4a;
  text-decoration: none;
}
.bgd_cms_content p b {
  color: #d18c4a;
}
.bgd_quadex em {
  color: #d18c4a;
}
@media only screen and (max-width: 767px) {
  .diamond_jewelry_detail {
    display: inline-block;
  }
}
.custom_platinum_container {
  display: inline-block;
  width: 100%;
}
.custom_platinum_container .custom_platinum_l {
  float: left;
  width: 50%;
  padding-right: 25px;
}
@media only screen and (max-width: 639px) {
  .custom_platinum_container .custom_platinum_l {
    width: 100%;
  }
}
.custom_platinum_container .custom_platinum_l:last-child {
  padding-right: 0;
}
.custom_platinum_container .custom_platinum_l img {
  margin: 0 auto;
  text-align: center;
}
.custom_platinum_container .custom_platinum_l ul {
  margin-top: 20px;
  padding-left: 20px;
  list-style: disc;
}
.custom_platinum_container .custom_platinum_l b {
  color: #d18c4a;
}
.OrangeTxtLink {
  color: #d18c4a !important;
  text-decoration: none !important;
}
.alignCenter {
  text-align: center;
}
.whiteBg {
  background-color: #fff;
}
.custom-platinum h2 {
  display: inline-block;
  width: 100%;
}
.diamond_jewelry_detail b {
  color: #d18c4a;
}
.diamond_jewelry_detail ul {
  padding-left: 20px;
  list-style: disc;
  margin-top: 20px;
}
.black_friday {
  padding: 25px;
  background: #ebebeb;
}
.black_friday .black_friday_banner {
  margin: -25px;
  margin-bottom: 20px;
}
.black_friday .black_friday_banner img {
  width: 100%;
}
.black_friday > div:not(.black_friday_banner) {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.black_friday .black_friday_top {
  background: #000000;
  padding: 10px 20px 20px 20px;
}
.black_friday .black_friday_top p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.black_friday .black_friday_top .black_shop a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.black_friday .black_friday_center {
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}
.black_friday .black_friday_center:before,
.black_friday .black_friday_center:after {
  content: '';
  display: table;
  clear: both;
}
.black_friday .black_friday_center .black_left {
  float: left;
  width: 48%;
  margin: 1%;
}
.black_friday .black_affrim {
  padding: 10px;
}
.black_friday .black_affrim img {
  display: block;
  margin: 0 auto;
}
.black_friday .black_affrim > span {
  display: block;
  margin-top: 15px;
  color: #8a8484;
}
.black_friday .black_affrim > span span {
  color: #8a8484;
}
.black_friday .black_affrim > span b {
  font-size: 18px;
}
.black_friday .black_affrim > span b span {
  font-size: 14px;
}
.black_friday .black_affrim .black_shop {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: none;
  background: #000000;
  margin-top: 20px;
}
.black_friday .black_affrim .black_shop span {
  margin-top: 0;
  color: #ffffff;
}
.black_friday .black_term_list {
  padding-left: 0;
  text-align: left;
  margin-top: 20px;
}
.black_friday .black_term_list li {
  text-align: left;
}
.black_friday .black_term span {
  display: block;
  text-align: left;
}
.black_friday.mother_day_diamond {
  background: #ffffff;
}
.black_friday.mother_day_diamond .black_friday_top {
  background: transparent;
}
.black_friday.mother_day_diamond .black_friday_top p {
  color: #000000;
}
.black_friday.mother_day_diamond .black_friday_center {
  border-bottom: 0;
}
.black_friday.mother_day_diamond .black_friday_center .black_left {
  text-align: center;
}
.black_friday.mother_day_diamond .black_friday_center .black_left img {
  display: block;
  margin: 0 auto;
}
.black_friday.mother_day_diamond .custom_btn {
  background: #d18c4a;
  color: #ffffff;
  width: 160px;
  text-align: center;
  margin: 15px auto;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.black_friday.mother_day_diamond .custom_btn:hover {
  background: #000000;
}
.black_friday.mother_day_diamond .mother_day_diamond_list ul {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .black_friday.mother_day_diamond .mother_day_diamond_list ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.black_friday.mother_day_diamond .mother_day_diamond_list ul li {
  float: left;
  width: 33.33%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .black_friday.mother_day_diamond .mother_day_diamond_list ul li {
    width: 50%;
  }
}
.black_friday.mother_day_diamond .mother_day_diamond_list ul li img {
  display: block;
  margin: 0 auto;
}
.black_friday.mother_day_diamond .mother_day_diamond_list:before,
.black_friday.mother_day_diamond .mother_day_diamond_list:after {
  content: '';
  display: table;
  clear: both;
}
.black_friday.mother_day_diamond .black_affrim {
  padding: 20px 0;
  border-top: 1px solid #d18c4a;
  border-bottom: 1px solid #d18c4a;
  margin: 30px auto;
}
.black_friday.mother_day_diamond .black_friday_banner img {
  border-bottom: 5px solid #2f2f2f;
}
.world_follows .diamond_bg_world {
  text-align: center;
  position: relative;
}
.world_follows .diamond_bg_world .cms_entry-title {
  position: absolute;
  top: 20px;
  text-align: center;
  width: 100%;
}
.world_follows .diamond_bg_world .cms_entry-title span {
  color: #d18c4a;
}
.world_follows .diamond_bg_world p {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.world_follows .diamond_bg_world p a {
  background: #d18c4a;
  padding: 10px 15px;
  color: #ffffff;
  text-decoration: none;
}
.world_follows .left_world {
  float: left;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .world_follows .left_world {
    width: 100%;
  }
}
.world_follows .right_world {
  float: left;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .world_follows .right_world {
    width: 100%;
    text-align: center;
  }
}
.world_follows .right_world font {
  font-size: 1.2rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .twitter_info {
    width: 100%;
    display: inline-block;
  }
}
.rocky_candy {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .rocky_candy {
    word-break: break-all;
  }
}
.webpages-container.rocky_candy h1 {
  text-align: center;
}
.webpages-container.rocky_candy .rocky_candy_banner {
  margin-top: 25px;
  position: relative;
}
.webpages-container.rocky_candy .rocky_candy_banner p {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.webpages-container.rocky_candy .rocky_candy_banner p a {
  background: #d18c4a;
  padding: 10px 15px;
  color: #ffffff;
  text-decoration: none;
}
.get-financing .get-financing_left {
  float: left;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .get-financing .get-financing_left {
    width: 100%;
  }
}
.get-financing .get-financing_right {
  float: left;
  width: 20%;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .get-financing .get-financing_right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.get-financing p a {
  color: #d18c4a;
  text-decoration: none;
}
.get-financing p img {
  margin: 0 auto;
  text-align: center;
}
.get-financing h2 {
  display: inline-block;
  width: 100%;
}
.jewelry-labor_content {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .jewelry-labor_content {
    margin-top: 10px;
  }
}
.jewelry-labor_content p {
  font-style: italic;
  margin-bottom: 0;
}
.custom_btn {
  background: #d18c4a;
  color: #ffffff !important;
  width: 160px;
  text-align: center;
  margin: 15px auto;
  display: block;
  padding: 10px;
  text-decoration: none !important;
}
.custom_btn:hover {
  background: #000000;
}
@media only screen and (max-width: 767px) {
  .new_year_gift .cms_content h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .new_year_gift .cms_content .ytp-cued-thumbnail-overlay {
    text-align: center;
  }
}
.new_year_gift_info ul {
  padding: 0;
}
.new_year_gift_info > h2 {
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 10px;
}
.new_year_gift_info > ul {
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.new_year_gift_info > ul:before,
.new_year_gift_info > ul:after {
  content: '';
  display: table;
  clear: both;
}
.new_year_gift_info > ul li {
  float: left;
  width: 33.33%;
}
.wolf_designs_videos {
  text-align: center;
}
.wolf_designs_videos ul {
  list-style: none;
}
.wolf_designs_videos ul li {
  margin-bottom: 30px;
  display: inline-block;
  margin-bottom: 15px;
}
.wolf_designs_videos ul li h2 {
  text-align: center;
}
.wolf_designs_videos .cms_content {
  margin-top: 20px;
}
.cushion_cut .arrow_cushion-four {
  margin-bottom: 30px;
}
.new_sholdt_settings .new_sholdt_settings_list {
  list-style: none;
  padding: 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .new_sholdt_settings .new_sholdt_settings_list {
    margin-bottom: 0;
  }
}
.new_sholdt_settings .new_sholdt_settings_list li {
  width: 25%;
  margin-bottom: 0;
  text-align: center;
  float: left;
  border-right: 2px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .new_sholdt_settings .new_sholdt_settings_list li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 480px) {
  .new_sholdt_settings .new_sholdt_settings_list li {
    width: 50%;
  }
}
.new_sholdt_settings .new_sholdt_settings_list li span {
  display: block;
  text-align: center;
  color: #d18c4a;
}
.new_sholdt_settings .new_sholdt_settings_list li a {
  text-decoration: none;
}
.new_sholdt_settings_banner {
  margin: -25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .new_sholdt_settings_banner {
    margin: -20px -15px;
    margin-bottom: 20px;
  }
}
.new_sholdt_settings_banner img {
  width: 100%;
}
.term_section {
  font-size: 10px;
}
.term_section h2 {
  font-size: 12px;
}
.term_section ul {
  font-size: 10px;
  padding: 0;
}
.jewelry-labor_content .term_section ul {
  padding: 0;
}
.loc-inner {
  padding: 27px 40px;
  display: inline-block;
  width: 100%;
  background: #363636;
  color: #d1d1d1;
}
@media only screen and (max-width: 767px) {
  .loc-inner {
    padding: 10px 0px;
  }
}
.loc-inner .loc-col-1 {
  width: 35%;
  float: left;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .loc-inner .loc-col-1 {
    width: 100%;
  }
}
.loc-inner .loc-col-2 {
  width: 25%;
  float: left;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .loc-inner .loc-col-2 {
    width: 100%;
  }
}
.loc-inner .loc-col-2 p {
  width: 60%;
  display: block;
}
.loc-inner .loc-col-3 {
  width: 20%;
  float: left;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .loc-inner .loc-col-3 {
    width: 100%;
  }
}
.loc-inner .loc-col-4 {
  width: 20%;
  float: left;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .loc-inner .loc-col-4 {
    width: 100%;
  }
}
.loc-inner .loc-col-4 p a {
  color: #d18c4a;
  font-family: 'gothicbold';
  text-decoration: none;
}
.loc-inner h3 {
  font-weight: normal;
}
.loc-inner h2 {
  color: #d18c4a;
}
.loc-icon-location {
  width: 20px;
  height: 20px;
  float: left;
  background: url('../images/bgd-location.jpg') no-repeat 0 0;
}
.loc-inner h3 span {
  margin: 0 6px 0 0;
  color: #d1d1d1;
}
.loc-icon-hours {
  width: 20px;
  height: 20px;
  float: left;
  background: url('../images/bgd-location.jpg') no-repeat -20px 0;
}
.loc-icon-phone {
  width: 20px;
  height: 20px;
  float: left;
  background: url('../images/bgd-location.jpg') no-repeat -40px 0;
}
.cms-location .page-main .columns {
  background: #363636;
}
.loc-col-3 p span {
  width: 70px;
  float: left;
}
.america_birthday {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.america_birthday .cms_content {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 20px solid #d18c4a;
}
.america_birthday .cms_content img {
  width: 100%;
  margin-bottom: 25px;
  display: block;
}
.america_birthday .america_birthday_iframe {
  margin: 30px 0;
}
.banner_full {
  margin: -25px;
  margin-bottom: 15px;
}
.banner_full img {
  width: 100%;
}
.fiore_flower_earring_jackets .last_diamond_studs .last_diamond_studs_list > li {
  text-align: center;
}
.fiore_flower_earring_jackets .last_diamond_studs .last_diamond_studs_list > li img {
  margin: 0 auto;
}
.fiore_flower_earring_jackets .last_diamond_studs .last_diamond_studs_list > li span {
  padding-left: 0;
  text-align: center;
}
.fiore_flower_earring_jackets .last_diamond_studs .last_diamond_studs_list > li span.center {
  color: #000000;
  font-family: 'gothicreg';
  margin-top: 10px;
}
.gdpr_confirm {
  text-align: center;
  padding-top: 30px !important;
}
.gdpr_confirm * {
  text-align: center !important;
}
.gdpr_confirm .color_orange {
  color: #d18c4a;
  text-decoration: none;
}
.gdpr_content {
  margin-top: 20px;
  display: block;
}
/* Variable */
/* Variable End */
#request-form .fields.group-3 .field {
  padding-right: 25px;
}
#bv_datatable tbody tr td.icon-centre {
  text-align: center;
}
#bv_datatable tbody tr td.details-control {
  cursor: pointer;
}
#bv_datatable tbody tr td.highlight-blue {
  font-weight: bold;
  color: #42b2f9cf;
}
#bv_datatable tbody tr td.highlight-orange {
  font-weight: bold;
  color: #f9bb42cf;
}
#bv_datatable tbody tr td.highlight {
  font-weight: bold;
}
#bv_datatable tbody tr td i.fa-check {
  color: #42b2f9cf;
}
#bv_datatable tbody tr td i.fa-times {
  color: #f9bb42cf;
}
#bv_datatable tbody tr td .bv-chk-bx {
  height: 25px;
  width: 25px;
}
#bv_datatable tbody tr td div.chld-blk {
  background-color: lightgray;
  padding: 10px;
}
#bv_datatable tbody tr td div.chld-blk div.chil_title {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
#bv_datatable tbody tr td div.chld-blk div.child-basic-details {
  display: block;
}
#bv_datatable tbody tr td div.chld-blk div.child-basic-details div.child-dtl-blk {
  display: inline-block;
  margin-right: 5px;
}
#bv_datatable tbody tr td div.chld-blk div.child-basic-details div.child-dtl-blk span.dtl-lbl {
  margin-left: 5px;
  margin-right: 5px;
}
#bv_datatable tbody tr td div.chld-blk div.child-basic-details div.child-dtl-blk label.dtl-val {
  font-weight: bold;
  font-size: 20px;
}
#bv_datatable tbody tr td div.chld-blk div.child-details {
  display: block;
}
#bv_datatable tbody tr td div.chld-blk div.child-details div.chld-pro-img {
  width: 15%;
  display: inline-block;
}
#bv_datatable tbody tr td div.chld-blk div.child-details div.chld-pro-dtl {
  display: inline-block;
  margin-left: 10px;
}
#bv_datatable tbody tr td div.chld-blk div.child-details div.chld-pro-dtl div.dtl-blk {
  display: inline-block;
  padding-left: 15px;
}
#bv_datatable tbody tr td div.chld-blk div.child-details div.chld-pro-dtl div.dtl-blk div.pro-dtl-blk {
  width: 49%;
  display: inline-grid;
}
#bv_datatable tbody tr td div.chld-blk div.child-details div.chld-pro-dtl div.dtl-blk div.pro-dtl-blk span.dtl-lbl {
  margin-left: 5px;
  margin-right: 5px;
}
#bv_datatable tbody tr td div.chld-blk div.child-details div.chld-pro-dtl div.dtl-blk div.pro-dtl-blk label.dtl-val {
  font-weight: bold;
  font-size: 20px;
}
#bv_datatable tbody tr td div.chld-blk div.chld-action {
  margin-top: 10px;
  text-align: center;
}
#bv_datatable tbody tr td div.chld-blk div.chld-action a.action.primary.tocart.bv-view-btn {
  width: 30%;
  margin-right: 10px;
}
#bv_datatable tbody tr td div.chld-blk div.chld-action a.action.primary.tocart.bv-select-btn {
  width: 30%;
  background-color: #ecba5d;
  border: 1px solid #ecba5d;
}
body.blog-post-view .page-title {
  margin-bottom: 2rem;
}
.blog__post-view:before,
.blog__post-view:after {
  content: '';
  display: table;
}
.blog__post-view:after {
  clear: both;
}
.blog__post-view .blog__post-featured-image {
  float: left;
  padding: 0 2rem 2rem 0;
}
.blog__post-view-related-posts {
  margin: 2rem 0;
}
.blog__post-view-related-posts:before,
.blog__post-view-related-posts:after {
  content: '';
  display: table;
}
.blog__post-view-related-posts:after {
  clear: both;
}
.blog__post-view-related-posts .block-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.blog__post-view-related-posts ol {
  margin: 0 -1.5rem;
  list-style: none;
  padding: 0;
}
.blog__post-view-related-posts ol li {
  float: left;
  width: 50%;
  padding-left: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
  color: #999;
  font-size: 1.2rem;
}
.blog__post-view-related-posts ol li img {
  max-width: 7rem;
  margin: 0 1rem 1rem 0;
  float: left;
  border-radius: 2px;
}
.blog__post-view-related-posts ol li a.post-name {
  display: block;
  margin-top: -5px;
  font-weight: 500;
  color: #333;
  font-size: 1.4rem;
}
.blog__post-view-related-products {
  margin: 2rem 0;
}
.blog__post-view-related-products:before,
.blog__post-view-related-products:after {
  content: '';
  display: table;
}
.blog__post-view-related-products:after {
  clear: both;
}
.blog__post-view-related-products .block-title {
  font-size: 1.8rem;
}
.blog__post-view-related-products ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.addthis_bar_fixed {
  display: none !important;
}
.blog__post-list-wrapper .blog__post-list {
  list-style: none;
  padding: 0;
}
.blog__post-list-wrapper .blog__post-list > li {
  margin-bottom: 3rem;
  border-bottom: 1px dotted #ddd;
}
.blog__post-list-wrapper .toolbar {
  position: relative;
}
.blog__post-item:before,
.blog__post-item:after {
  content: '';
  display: table;
}
.blog__post-item:after {
  clear: both;
}
.blog__post-item .blog__post-header .blog__post-title {
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.blog__post-item .blog__post-header .blog__post-title a {
  color: #333;
  font-size: 3.5rem;
}
.blog__post-item .blog__post-header .blog__post-title a:hover {
  text-decoration: none;
  color: #000;
}
.blog__post-item .blog__post-excerpt:before,
.blog__post-item .blog__post-excerpt:after {
  content: '';
  display: table;
}
.blog__post-item .blog__post-excerpt:after {
  clear: both;
}
.blog__post-item .blog__post-excerpt > img,
.blog__post-item .blog__post-excerpt > a > img {
  float: left;
  padding: 0 2rem 2rem 0;
  max-width: 30%;
}
.blog__post-item .blog__post-excerpt .read-more {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
.blog__main-recent .item:before,
.blog__main-recent .item:after {
  content: '';
  display: table;
}
.blog__main-recent .item:after {
  clear: both;
}
.blog__main-recent .item img {
  padding: 0 1rem 1rem 0;
  float: left;
  max-width: 10rem;
  border-radius: 2px;
}
.blog__main-recent .item a {
  color: #333;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
.blog__post-meta {
  color: #a3a3a3;
  margin-bottom: 2rem;
}
.blog__post-meta:before,
.blog__post-meta:after {
  content: '';
  display: table;
}
.blog__post-meta:after {
  clear: both;
}
.blog__post-meta .blog__post-meta-time,
.blog__post-meta .blog__post-meta-author,
.blog__post-meta .blog__post-meta-comments,
.blog__post-meta .blog__post-meta-sharing {
  margin-right: 2rem;
}
.blog__post-meta .blog__post-meta-sharing {
  display: inline-block;
  margin-left: 2rem;
}
.blog__post-footer {
  margin-bottom: 2rem;
  color: #a3a3a3;
}
.blog__post-footer:before,
.blog__post-footer:after {
  content: '';
  display: table;
}
.blog__post-footer:after {
  clear: both;
}
.blog__post-footer .blog__post-footer-categories,
.blog__post-footer .blog__post-footer-tags {
  display: block;
  float: right;
  margin-left: 2rem;
}
.blog__post-footer .blog__post-footer-categories a,
.blog__post-footer .blog__post-footer-tags a {
  color: #a3a3a3;
}
.blog__post-footer .blog__post-footer-categories a::after,
.blog__post-footer .blog__post-footer-tags a::after {
  content: ',';
}
.blog__post-footer .blog__post-footer-categories a:last-child::after,
.blog__post-footer .blog__post-footer-tags a:last-child::after {
  content: '';
}
.blog__post-pinned {
  margin-bottom: 3rem;
  position: relative;
}
.blog__post-pinned:before,
.blog__post-pinned:after {
  content: '';
  display: table;
}
.blog__post-pinned:after {
  clear: both;
}
.blog__post-pinned .block-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  width: 100%;
}
.blog__post-pinned .items .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.blog__post-pinned .items .item img {
  width: 100%;
  margin-bottom: 1rem;
}
.blog__post-pinned .items .item:last-child {
  margin-right: 0;
}
.blog__post-pinned .items .item h2 {
  display: block;
  margin-top: 0;
  font-weight: 500;
}
.blog__post-pinned .items .item h2 a.title {
  color: #333;
  font-size: 1.8rem;
}
.blog__sidebar-main > .block {
  margin-bottom: 2rem !important;
}
.blog__sidebar-main > .block .block-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.blog__sidebar-main > .block .block-title strong {
  font-weight: 300;
}
.blog__sidebar-search {
  margin-bottom: 2rem;
}
.blog__sidebar-search form {
  position: relative;
}
.blog__sidebar-search form input {
  font-size: 1.3rem;
  border-radius: 3px;
}
.blog__sidebar-search form button {
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 0 3px 3px 0;
}
.blog__sidebar-recent .item:before,
.blog__sidebar-recent .item:after {
  content: '';
  display: table;
}
.blog__sidebar-recent .item:after {
  clear: both;
}
.blog__sidebar-recent .item img {
  padding: 0 1rem 1rem 0;
  float: left;
  max-width: 10rem;
  border-radius: 2px;
}
.blog__sidebar-recent .item a {
  color: #333;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
.blog__sidebar-category-tree li.item.level-2 a {
  padding-left: 4rem;
}
.blog__sidebar-category-tree li.item.level-3 a {
  padding-left: 7rem;
}
.blog__sidebar-category-tree li.item.level-4 a {
  padding-left: 9rem;
}
.blog__sidebar-category-tree li.item.level-5 a {
  padding-left: 12rem;
}
.blog__sidebar-tag-cloud {
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__sidebar-tag-cloud a {
  color: #666;
}
.blog__sidebar-rss-link {
  text-align: center;
}
.blog__sidebar-rss-link a {
  color: #999;
  font-size: 1.5rem;
}
.blog__sidebar-rss-link a:hover {
  text-decoration: none;
}
.blog__post-catalog-related-posts ol {
  list-style: none;
  padding: 0;
}
.blog__post-catalog-related-posts ol li {
  margin-bottom: 3rem;
}
.blog__post-catalog-related-posts ol li:before,
.blog__post-catalog-related-posts ol li:after {
  content: '';
  display: table;
}
.blog__post-catalog-related-posts ol li:after {
  clear: both;
}
.blog__post-catalog-related-posts ol li .post-image {
  width: 30%;
  max-width: 10rem;
  float: left;
  padding: 0 1rem 1rem 0;
  border-radius: 3px;
}
.blog__post-catalog-related-posts ol li .post-name {
  display: block;
  font-weight: 500;
}
.blog__copyright-wrapper {
  display: block;
  float: right;
  clear: both;
  margin-top: 50px;
  font-size: 10px !important;
  text-transform: none;
  color: #c2c2c2 !important;
}
.blog__copyright-wrapper * {
  font-size: 10px !important;
  color: #c2c2c2 !important;
}
.blog__copyright-wrapper h3 {
  margin-top: 0;
  display: block;
}
.blog__copyright-wrapper a {
  text-decoration: underline !important;
}
/* faq content */
[class^="faq-"] h1 {
  margin-left: -2px;
}
.faq-content {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #797979;
}
.hidden {
  display: none !important;
}
.faq-content .green {
  color: green;
}
.faq-content .created-by {
  font-size: 1.2rem;
  color: #a3a3a3;
}
.faq-content .created-by span:first-child {
  margin-left: 0px;
}
.faq-content .created-by span {
  margin-left: 15px;
}
.faq-content .details .content {
  margin-top: 15px;
}
.faq-content .details .feedback {
  margin-top: 15px;
}
.faq-content .related-question {
  margin-top: 30px;
}
/* feed back */
.feedback .btn {
  position: relative;
  min-width: 60px;
  padding: 6px 12px;
}
.feedback .btn span:last-child {
  margin-left: 3px;
}
.feedback .btn span:first-child {
  font-size: 13px;
}
/* sider left category */
.block-faq-category .block-title {
  margin: 0 0 20px;
}
.block-faq-category .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.block-faq-category .block-content .items .item a .count {
  color: #858585;
  padding-right: 5px;
}
/* FAQs list */
.faqs-list {
  float: left;
  width: 100%;
}
.faqs-list .item {
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
}
.faqs-list .item.active a span:before {
  content: '\ea0b';
}
.faqs-list .item.active .description {
  display: block;
}
.faqs-list .item.active .read-more {
  display: block;
}
.faqs-list .item .read-more {
  padding: 5px 20px;
  text-align: right;
  cursor: pointer;
  display: none;
  background: rgba(248, 248, 248, 0.63);
  font-weight: 500;
  color: rgba(51, 51, 51, 0.61);
  position: relative;
}
.faqs-list .item .read-more:hover {
  color: #198dd3;
}
.faqs-list .item .read-more:after {
  content: '\e902';
  font-family: 'faq-extension';
  right: 5px;
  top: 6px;
  position: absolute;
}
.faqs-list .description {
  padding: 14px 20px;
  display: none;
  border-top: 1px solid #e3e3e3;
}
.faqs-list .item > a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #41362f;
  padding: 10px 15px;
  display: block;
  background: #f8f8f8;
}
.faqs-list .item > a span:before {
  margin-right: 15px;
  font-size: 10px;
}
.faqs-list .item > a:hover {
  text-decoration: none;
}
h2.first-title {
  margin-top: 0px;
}
.faqcat-title {
  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
  position: relative;
  color: #198dd3;
  font-weight: bold;
  margin-top: 15px;
}
.faqcat-title i {
  float: left;
  width: 2.15em;
  border-bottom: 1px solid #b55;
  position: absolute;
  bottom: -1px;
  z-index: 9999;
  border-bottom-color: #198dd3;
}
.faqcat-title img {
  max-width: 33px;
  margin: 0 auto;
  padding: 0px 8px;
  max-height: 20px;
  width: auto;
  height: auto;
}
.faqs-list .no-question > a {
  font-weight: normal;
}
/* category list */
.category-list .category {
  list-style: none;
}
.category-title {
  padding-bottom: 10px;
}
.category-list .category .block {
  height: 210px;
  text-align: center !important;
  padding: 0px;
}
.category-list .category .block > a:hover {
  border: 1px solid #198dd3;
}
.category-list .category .block h3 {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 14px;
  margin: 0px;
}
.category-list .category .block > a {
  border: 1px solid #e4e4e4;
  cursor: pointer;
  display: block;
  line-height: 138px;
  margin-bottom: 12px;
  min-height: 138px;
  padding: 16px 10px;
  -moz-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.category-list .category .block a img {
  vertical-align: middle;
}
.category-list .category .block a:hover {
  text-decoration: none;
  color: #198dd3 !important;
}
.category-list .category .block h3 a {
  font-weight: 500;
}
.category-list .category .block a:last-child {
  color: #333;
}
/* FAQ form search */
.faq-search-form {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}
.faq-search-form form {
  display: table;
  width: 100%;
}
.faq-search-form .field {
  margin: 0;
}
.faq-search-form .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.faq-search-form .field .control:before {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 32px;
  color: #c2c2c2;
  content: '\e986';
  font-family: 'faq-extension';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
}
.faq-search-form input {
  padding-left: 35px;
}
.faq-search-form .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.faq-search-form .actions button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
@media (max-width: 991px) {
  .page.messages,
  .column.main {
    margin-top: 30px;
  }
}
/**
 * Taxjar_SalesTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Taxjar_SalesTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
#address-validation {
  padding-bottom: 33px;
}
.checkout-suggested-addresses > p {
  margin-top: 1rem;
}
.checkout-suggested-addresses .suggested-address {
  padding: 10px;
  line-height: 30px;
  border: 1px solid transparent;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address label {
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address.selected-address {
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.checkout-suggested-addresses .suggested-address .suggested-address-details {
  padding: 0 0 0 22px;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address .suggested-address-diff {
  background-color: yellow;
}
body[class*="page-layout-admin"] .page-create-order button[data-index="validateAddressButton"] {
  margin-top: 1.5rem;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset {
  border: 0;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend {
  padding: 0 0 10px;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
  box-sizing: border-box;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend span {
  font-size: 2.2rem;
  font-weight: 300;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .checkout-suggested-addresses .suggested-address input[type="radio"] {
  margin-right: 5px;
  vertical-align: 1px;
}
.am-checkout #address-validation {
  padding-bottom: 0;
}
.aw-onestep #address-validation {
  margin: 5px;
  padding-bottom: 0;
}
.aw-onestep #address-validation .step-title {
  display: none;
}
.aw-onestep .checkout-suggested-addresses label:before {
  margin-top: 0 !important;
  margin-left: 14px !important;
}
.aw-onestep .checkout-suggested-addresses .suggested-address-details {
  padding-left: 14px;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: gothicreg;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-family: 'questa-regular';
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-family: 'questa-regular';
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-family: 'questa-regular';
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'gothicreg';
  font-weight: 600;
  margin: 20px 0 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;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-family: 'questa-regular';
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover {
  color: #006bb4;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.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;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.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;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  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);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #b3b3b3;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-family: 'questa-regular';
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-family: 'questa-regular';
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-family: 'questa-regular';
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.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: .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 {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.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;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-family: 'questa-regular';
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-family: 'questa-regular';
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-family: 'questa-regular';
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-family: 'questa-regular';
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 16px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-family: 'questa-regular';
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-family: 'questa-regular';
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-family: 'questa-regular';
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-family: 'questa-regular';
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'luma-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
@font-face {
  font-family: 'aw-osc_icons-font';
  src: url('../Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff2') format('woff2'), url('../Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details {
  color: #aaaaaa;
  padding: 0 5px 0 55px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main > div,
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups {
  width: 65% !important;
}
@media only screen and (max-width: 1024px) {
  .onestepcheckout-index-index .page-main .aw-onestep-main > div,
  .onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups {
    width: 90% !important;
  }
}
@media only screen and (max-width: 812px) {
  .onestepcheckout-index-index .page-main .aw-onestep-main > div,
  .onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups {
    width: 100% !important;
  }
}
.onestepcheckout-index-index .columns .column.main {
  padding-bottom: 0;
}
.onestepcheckout-index-index .minicart-items-wrapper {
  border-bottom: 0;
  padding-top: 0;
  margin-top: 5px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .choice {
  margin-bottom: 20px !important;
}
#customer-email-fieldset .note {
  text-transform: uppercase;
  font-size: 12px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item:not(:first-child) {
  margin-top: 0px !important;
}
.onestepcheckout-index-index .page-header {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #fff;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap {
  color: #000000;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication-link a {
  color: #d18c4a;
  font-weight: bold;
}
.onestepcheckout-index-index .nav-toggle {
  display: none !important;
}
.onestepcheckout-index-index input:-internal-autofill-selected {
  background: #262626 !important;
}
.onestepcheckout-index-index input {
  background: #262626 !important;
}
.onestepcheckout-index-index [type="radio"]:checked + label:before,
.onestepcheckout-index-index [type="radio"]:not(:checked) + label:before,
.onestepcheckout-index-index [type="radio"]:checked + label:after,
.onestepcheckout-index-index [type="radio"]:not(:checked) + label:after {
  width: 22px;
  height: 22px;
}
.onestepcheckout-index-index [type="radio"]:checked + label,
.onestepcheckout-index-index [type="radio"]:not(:checked) + label {
  line-height: 22px;
  padding-left: 35px;
  font-family: 'gothicbold';
}
.onestepcheckout-index-index [type="radio"]:checked + label,
.onestepcheckout-index-index [type="radio"]:not(:checked) + label {
  color: #ffffff;
}
.onestepcheckout-index-index .columns.main {
  width: 100%;
}
.onestepcheckout-index-index .logo {
  float: none;
  display: inline-block;
}
.onestepcheckout-index-index div.mage-error[generated],
.onestepcheckout-index-index .note {
  margin: 0;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}
.onestepcheckout-index-index div.mage-success[generated] {
  color: #006400;
  font-size: 1.2rem;
}
.onestepcheckout-index-index .page-title {
  margin-bottom: 25px;
  padding: 0;
}
.onestepcheckout-index-index .aw-onestep-description {
  color: #4d4d4d;
  margin-bottom: 15px;
}
.onestepcheckout-index-index .page-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.onestepcheckout-index-index .page-main .checkout-container {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.43;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 20px;
  padding-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container img {
  display: block;
}
.onestepcheckout-index-index .page-main .checkout-container label {
  cursor: pointer;
  padding-left: 45px;
}
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .actions-toolbar {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0;
  flex-wrap: wrap;
  padding: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .actions-toolbar .secondary,
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .actions-toolbar .secondary a {
  padding: 0;
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .block[class] .field .control {
  width: 100% !important;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text,
.onestepcheckout-index-index .page-main .checkout-container .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: gothicreg;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  min-height: 39px;
  box-shadow: none;
  transition: 0.3s;
  cursor: pointer;
  color: #aaaaaa !important;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text:disabled,
.onestepcheckout-index-index .page-main .checkout-container .select:disabled {
  opacity: 0.5;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text::-moz-placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select::-moz-placeholder {
  color: #575757;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text::-webkit-input-placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select::-webkit-input-placeholder {
  color: #575757;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text:-ms-input-placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select:-ms-input-placeholder {
  color: #575757;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text.mage-error,
.onestepcheckout-index-index .page-main .checkout-container .select.mage-error {
  border: 1px solid #e02b27;
}
.onestepcheckout-index-index .page-main .checkout-container .select {
  padding-right: 30px;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 10px) 50% !important;
  background: #ffffff url(../Aheadworks_OneStepCheckout/images/arrow_down.svg);
  background-size: 13px !important;
}
.onestepcheckout-index-index .page-main .checkout-container th.mark {
  font-weight: normal;
}
.onestepcheckout-index-index .page-main .checkout-container .field-tooltip {
  right: 10px;
  top: calc(50% - 15px) !important;
}
.onestepcheckout-index-index .page-main .checkout-container .field.fl-label-state .label,
.onestepcheckout-index-index .page-main .checkout-container .field.fl-label[data-value-specified='1'] .label {
  font-size: 85%;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .field.fl-label-state .input-text,
.onestepcheckout-index-index .page-main .checkout-container .field.fl-label[data-value-specified='1'] .input-text,
.onestepcheckout-index-index .page-main .checkout-container .field.fl-label-state .select,
.onestepcheckout-index-index .page-main .checkout-container .field.fl-label[data-value-specified='1'] .select,
.onestepcheckout-index-index .page-main .checkout-container .field.fl-label-state textarea,
.onestepcheckout-index-index .page-main .checkout-container .field.fl-label[data-value-specified='1'] textarea {
  padding-top: 15px;
  outline: none;
}
.onestepcheckout-index-index .page-main .checkout-container .control {
  width: 100%;
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .field {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 5px;
  width: 100%;
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .field._required > .control > .label:first-of-type > span:first-child:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .control > .label:first-of-type > span:first-child:after,
.onestepcheckout-index-index .page-main .checkout-container .field._required > .label:first-of-type > span:first-of-type:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .label:first-of-type > span:first-of-type:after,
.onestepcheckout-index-index .page-main .checkout-container .field._required > .label.short > span:first-of-type:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .label.short > span:first-of-type:after {
  content: '*';
  color: #d18c4a;
  font-size: 1.2rem;
  margin: -2px 0 0 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .field._required > .label:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .label:after {
  content: none;
}
.onestepcheckout-index-index .page-main .checkout-container .field._required legend.label span:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required legend.label span:after {
  content: '';
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .field._error .input-text,
.onestepcheckout-index-index .page-main .checkout-container .field._error .select {
  border: 1px solid #e02b27;
}
.onestepcheckout-index-index .page-main .checkout-container .field.addresses {
  margin: auto;
  width: calc(100% - 10px);
  margin-top: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .field.choice {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 13px;
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .field-row,
.onestepcheckout-index-index .page-main .checkout-container fieldset.field.street .control {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.onestepcheckout-index-index .page-main .checkout-container .field-row fieldset.field.street {
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .fl-placeholder-state .label,
.onestepcheckout-index-index .page-main .checkout-container .fl-label-state .label,
.onestepcheckout-index-index .page-main .checkout-container fieldset .field .label {
  color: #aaaaaa;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 100;
  height: 100%;
  max-height: 44px;
  pointer-events: none;
  position: absolute;
  width: calc(100% - 10px);
  z-index: 1;
  padding: 0;
  padding-left: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: flex-start;
  margin: 10px 0;
  width: 68%;
  border-radius: 2px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups {
  counter-reset: i;
  margin: 0;
  padding: 0;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item {
  list-style-type: none;
  width: 100%;
  float: left;
  margin: 0;
  padding: 20px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item:not(:first-of-type) {
  margin-top: 0px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2 {
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'gothicreg';
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title .mark {
  border: 2px solid #d18c4a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #d18c4a;
  font-size: 2rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #ffffff;
  box-sizing: border-box;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  margin-right: 14px;
  margin-left: 5px;
  width: 40px;
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title .mark:after {
  content: counter(i);
  counter-increment: i;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups > .amazon-button-container {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  max-width: 50%;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .field {
  margin: 5px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .field .field-tooltip.toggle {
  top: 7px !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .actions-toolbar {
  margin-left: auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .form,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .form,
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication {
  margin: 0 5px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication-notice,
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication-link {
  display: inline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication-notice span,
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication-link span {
  text-transform: uppercase;
  font-size: 12px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar {
  float: right;
  margin-bottom: 0px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar .action,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar .action {
  padding: 8px 15px;
  text-align: center;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar .action + .action,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar .action + .action {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  background-color: #000 !important;
  border-color: #000 !important;
  padding: 8px 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar .action + .action span,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar .action + .action span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar .action + .action:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar .action + .action:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar .action + .action:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar .action + .action:hover {
  background-color: #d18c4a !important;
  border-color: #d18c4a !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar .action + .action span,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar .action + .action span {
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar .action.primary,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar .action.primary {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  padding: 8px 15px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar .action.primary span,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar .action.primary span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar .action.primary:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar .action.primary:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar .action.primary span,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar .action.primary span {
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .choice,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .choice {
  width: inherit;
  margin: 5px 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .choice label,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .choice label {
  color: #ffffff;
  margin-top: 5px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .content {
  position: relative;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .content .action-toolbar {
  position: absolute;
  right: 5px;
  bottom: -5px;
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title strong {
  font-weight: 400;
  color: #007dbd;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title strong:hover {
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title:before {
  background-color: #ffffff;
  background-size: cover;
  content: '';
  display: inline-block;
  margin-right: 3px;
  height: 10px;
  left: 0;
  top: 0;
  width: 10px;
  mask-image: url(../Aheadworks_OneStepCheckout/images/plus.svg);
  -webkit-mask-image: url(../Aheadworks_OneStepCheckout/images/plus.svg);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 5px 0 34px;
  color: #000;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:visited {
  color: #006bb4;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:hover {
  color: #006bb4;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:hover {
  color: #007dbd;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address.disabled,
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address {
  color: #007dbd;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 15px 20px 43px;
  position: relative;
  word-break: break-word;
  width: calc(50% - 5px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item {
  background: transparent;
  color: #aaaaaa;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item:hover {
  box-shadow: 0 0 5px 0 #333333;
  border-color: #d18c4a;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item .edit-address-link {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.selected-item {
  border: 1px solid #d18c4a;
  box-shadow: inset 0 0 0 1px #d18c4a;
  color: #ffffff;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.selected-item:after {
  content: '\e907';
  display: inline-block;
  color: #d18c4a;
  font-family: 'aw-osc_icons-font';
  font-weight: normal;
  font-size: 25px;
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 25px;
  width: 25px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  font-size: 13px;
  font-weight: normal;
  outline: none;
  position: absolute;
  text-indent: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:visited,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:visited {
  color: #006bb4;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:hover {
  color: #006bb4;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:hover {
  color: #007dbd;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:focus,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link.disabled,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item.disabled,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link[disabled],
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link,
fieldset[disabled] .onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item {
  color: #007dbd;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link span,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item span {
  position: absolute;
  bottom: 18px;
  left: 0;
  font-family: 'gothicbold';
  color: #d18c4a;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link span:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item span:hover {
  color: #ffffff;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:hover {
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .field-select-billing {
  margin: 10px auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  margin: auto;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content .label {
  width: initial;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method:first-of-type {
  border-radius: 2px 2px 0 0;
  margin-top: 0px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-title {
  background-color: transparent;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-content {
  height: inherit;
  opacity: 1;
  padding-bottom: 5px;
  visibility: visible;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-content .form {
  display: block;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-content .label {
  width: initial;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .fields.group-2 {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .fields.group-2 .field {
  max-width: calc(50% - 5px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .fields.group-2 .field .label.short {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active:before {
  background-color: #d18c4a;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice .label {
  left: 0;
  padding-left: 0;
  pointer-events: auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice .label:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice .label:before {
  margin-left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form label[for=adyen_cc_cc_type] {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number:first-of-type .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number.expire-update .label {
  padding-left: 0;
  position: static;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number:first-of-type .control,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number.expire-update .control {
  margin: 0 0 12px 0;
  width: initial;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number:first-of-type .control a,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number.expire-update .control a {
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: gothicreg;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  transition: 0.3s;
  min-height: 44px;
  box-shadow: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control:disabled {
  opacity: 0.5;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control::-moz-placeholder {
  color: #575757;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control::-webkit-input-placeholder {
  color: #575757;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control:-ms-input-placeholder {
  color: #575757;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.braintree-hosted-fields-invalid {
  border: 1px solid #e02b27;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label-state .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label[data-value-specified='1'] .label {
  font-size: 85%;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label-state iframe,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label[data-value-specified='1'] iframe {
  padding-top: 8px;
  outline: none;
  transition: 0.3s;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control {
  width: calc(50% - 25px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control .label {
  padding-left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control .label.short {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control:first-of-type:after {
  top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-error {
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field.cvv .field-tooltip {
  left: auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field.fl-label-state .hosted-control,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field.fl-label[data-value-specified='1'] .hosted-control {
  padding-top: 15px;
  outline: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
  padding: 10px 20px;
  position: relative;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label a {
  z-index: 2;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label > span,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label > img {
  margin: 0 10px 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content {
  height: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  width: calc(100% - 110px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content * {
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .control {
  margin: 0 0 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .control .control {
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .form {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .credit-card-types {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  justify-content: flex-start;
  padding: 0;
  margin: 20px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .credit-card-types .item {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-right: 10px;
  border: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .credit-card-types .item._active {
  filter: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .field .fields.group:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .fields > .field .fields.group:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .field .fields.group:after,
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .fields > .field .fields.group:after {
  display: none !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown {
  z-index: 200;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  max-width: 360px;
  position: fixed;
  left: calc(50% - 180px);
  top: calc(50% - 160px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap {
  margin: auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content form .fieldset {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .dropdown-overlay {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method {
  padding: 5px 10px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .shipping-method-price {
  display: inline-block;
  color: #f1a155;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list {
  padding: 0 30px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card {
  display: inline-block;
  margin: 0 0 15px 0;
  font-size: 14px;
  font-family: 'gothicbold';
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card:last-child {
  margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title {
  display: inline-block;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title .label {
  margin-right: 0px;
  color: #ffffff;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title .shipping-method-subtitle {
  padding-left: 55px;
  opacity: .6;
  display: inline-block;
  margin-right: 0px;
  color: #ffffff;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title .clearfix {
  width: 55px;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery {
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field {
  margin: 10px auto;
  display: block;
  max-width: calc(100% - 10px);
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .osc-datepicker + .ui-datepicker-trigger {
  display: inline-block;
  height: 100%;
  margin: 0 0 0 -32px;
  position: absolute;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .osc-datepicker + .ui-datepicker-trigger:before {
  content: '\e902';
  font-family: 'aw-osc_icons-font';
  font-size: 20px;
  pointer-events: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
  margin-left: 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 33%;
  padding: 0px;
  background: #484848;
  padding: 5px 15px;
}
@media only screen and (max-width: 1024px) {
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
    width: 50%;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-wrapper {
  width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-header {
  color: #fff;
  position: relative;
  padding-left: 40px;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 4px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-header span {
  margin: 0;
  color: #ffffff;
  font-size: 35px;
  font-family: 'questa-light';
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-header:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 35px;
  left: -4px;
  top: 12px;
  text-align: center;
  line-height: 45px;
  background: url('../images/checkout_sprite.png');
  background-position: -134px 0px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block {
  margin-bottom: 30px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_title {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding-left: 35px;
  cursor: pointer;
  color: #d18c4a;
  font-family: 'gothicbold';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_title:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  content: '\e900';
  font-family: 'aw-osc_icons-font';
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list.active .aw-onestep-sidebar-block_title:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  content: '\e901';
  font-family: 'aw-osc_icons-font';
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #d8d8d8;
  display: block !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product {
  margin-right: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-name {
  font-weight: 400;
  font-size: 1.6rem;
  display: block;
  margin: 0;
  color: #fff;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin: 15px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card:last-child {
  border-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image {
  margin-right: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image .product-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image .product-image-container,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image .product-image-container .product-image-wrapper {
  width: 75px;
  height: 75px;
  max-width: 75px;
  max-height: 75px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-description-container {
  width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-description-container .aw-onestep-gift-message {
  margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-name,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-price {
  font-weight: 400;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-price {
  color: #ababab;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty .item-qty {
  max-width: 40px;
  min-width: 38px;
  height: 35px;
  padding: 0;
  margin: 0 10px;
  text-align: center;
  box-shadow: none;
  background: #262626 !important;
  border-color: #484848;
  color: #fff;
  pointer-events: none;
  opacity: 0.5;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty .aw-qty-placeholder {
  margin-right: 15px;
  color: #4d4d4d;
  opacity: .6;
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty a {
  text-decoration: none;
  font-size: 11px;
  color: #4d4d4d;
  opacity: .6;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-subtotals {
  text-align: right;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_remove {
  text-decoration: none;
  font-size: 9px;
  color: #4d4d4d;
  opacity: .6;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_remove:before {
  content: '\e90b';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_count-down:before {
  content: '\e90d';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_count-up:before {
  content: '\e911';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options .toggle {
  cursor: pointer;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options .toggle:visited {
  color: #006bb4;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options .toggle:hover {
  color: #006bb4;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options .toggle:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options .toggle:hover {
  color: #007dbd;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options .toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options .toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options .toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options .toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options .toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options .toggle {
  color: #007dbd;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options .toggle:after {
  content: '\e900';
  text-decoration: none;
  font-size: 11px;
  color: #4d4d4d;
  opacity: .6;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: inherit;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options.active .toggle {
  cursor: pointer;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options.active .toggle:visited {
  color: #006bb4;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options.active .toggle:hover {
  color: #006bb4;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options.active .toggle:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options.active .toggle:hover {
  color: #007dbd;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options.active .toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options.active .toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options.active .toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options.active .toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options.active .toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options.active .toggle {
  color: #007dbd;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options.active .toggle:after {
  content: '\e901';
  text-decoration: none;
  font-size: 11px;
  color: #4d4d4d;
  opacity: .6;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: inherit;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options_content {
  margin-top: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options_content .item-options .field {
  margin: 5px 0 15px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options_content .item-options .field .label {
  font-weight: 600;
  cursor: default;
  margin-bottom: 3px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options_content .item-options .field .control {
  background: #ffffff;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-options_content .item-options .price {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary {
  padding-bottom: 6px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .action-delete {
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .action-delete > span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  margin-right: 5px;
  opacity: .6;
  position: relative;
  top: -1px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .action-delete > span:before {
  content: '\e90b';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr > th,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr > td {
  margin: 0;
  padding: 7px 0;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'gothicbold';
  color: #aaaaaa;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr {
  border-bottom: 1px solid #5b5b5b;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr:last-child {
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.shipping .amount span {
  font-family: 'gothicreg';
  font-size: 1.5rem;
  color: #aaaaaa;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.shipping th {
  font-size: 1.5rem;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.wiretotal .amount span {
  color: #aaaaaa;
  font-size: 1.5rem;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.wiretotal th {
  font-size: 1.5rem;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.discount .amount span {
  color: #aaaaaa;
  font-size: 1.5rem;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.discount th {
  font-size: 1.5rem;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.sub th {
  color: #ffffff;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.grand .mark {
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.grand .mark:after {
  width: 188px;
  content: '';
  position: absolute;
  background: url('../images/checkout_divider.png');
  height: 1px;
  left: 0;
  bottom: -13px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.grand .mark strong {
  color: #ffffff;
  font-weight: normal;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .amount {
  text-align: right;
  font-size: 1.8rem;
  color: #ffffff;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .sub {
  font-size: 1.8rem;
  color: #ffffff;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .shipping .mark .value {
  opacity: .5;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .amount,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .mark {
  cursor: pointer;
  border-top: 1px solid #cccccc;
  padding: 10px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .amount .price:after,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .mark .price:after {
  margin-left: 5px;
  content: '\e900';
  font-family: 'aw-osc_icons-font';
  font-size: 12px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e901';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-details.shown {
  display: table-row;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand {
  font-size: 150%;
  border-top: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand th,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand td {
  padding-top: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand strong {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option {
  margin-bottom: 0px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:visited {
  color: #006bb4;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:hover {
  color: #006bb4;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:hover {
  color: #007dbd;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle {
  color: #ffffff;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:after {
  display: inline-block;
  margin-left: 3px;
  width: 21px;
  height: 15px;
  background-image: url('../images/checkout_sprite.png');
  vertical-align: middle;
  content: '';
  background-position: -92px -38px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .field {
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:visited {
  color: #006bb4;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:hover {
  color: #006bb4;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:hover {
  color: #007dbd;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle {
  color: #007dbd;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:after {
  display: inline-block;
  margin-left: 5px;
  content: '\e901';
  font-family: 'aw-osc_icons-font';
  font-size: 13px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .actions-toolbar {
  margin: 0 0 0 auto;
  max-width: 30%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.customerbalance .actions-toolbar,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.rewardpoints .actions-toolbar {
  max-width: 40%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.customerbalance .payment-option-inner,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.rewardpoints .payment-option-inner {
  margin-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .actions-toolbar {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 60%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .actions-toolbar div:first-child {
  margin-right: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .giftcard-account-balance {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .checkout-agreement {
  margin: 10px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .checkout-agreement label {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  text-align: left;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:visited {
  color: #006bb4;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:hover {
  color: #006bb4;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:hover {
  color: #007dbd;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action {
  color: #007dbd;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note span {
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note span:after {
  display: inline-block;
  margin-left: 5px;
  width: 21px;
  height: 15px;
  background-image: url('../images/checkout_sprite.png');
  vertical-align: middle;
  content: '';
  background-position: -92px -38px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note.active span {
  margin-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note.active span:after {
  margin-left: 3px;
  background-image: url('../images/checkout_sprite.png');
  vertical-align: middle;
  content: '';
  background-position: -86px -36px;
  transform: rotate(-180deg);
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note textarea {
  height: 125px;
  resize: none;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar * {
  width: 100%;
  text-align: center;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar .action-apply {
  padding: 8px 20px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar .action.checkout {
  height: 35px;
  background: #4ab5c8 !important;
  border: 1px solid #4ab5c8 !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  font-size: 2rem;
  text-transform: capitalize;
  border: 1px solid #fff !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar .action.checkout span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar .action.checkout:hover {
  background: #000000 !important;
  border: 1px solid #4ab5c8 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar .action.checkout span {
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals {
  width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_label {
  color: #999999;
  text-align: center;
  margin: 15px 0 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_label:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url('../Aheadworks_OneStepCheckout/css/icons-font/secure_lock.svg') no-repeat;
  background-size: cover;
  margin-bottom: -3px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_badges ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_badges ul li {
  margin: 0px 10px 10px;
  max-width: calc(33% - 20px);
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_text {
  color: #999999;
  text-align: justify;
  font-size: 85%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary {
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar .action {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-family: 'aw-osc_icons-font';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar .action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .action-edit:before {
  content: '\e916';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .action-delete:before {
  content: '\e914';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .actions-toolbar {
  max-width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .actions-toolbar > div {
  width: 30%;
  float: right;
  margin-left: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile-hide {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-sidebar-product-list .aw-onestep-sidebar-block_title {
  position: relative;
  padding-left: 38px !important;
  padding-top: 4px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-sidebar-product-list .aw-onestep-sidebar-block_title:before {
  content: '\e912';
  font-family: 'aw-osc_icons-font' !important;
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  left: 5px;
  top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d18c4a;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-block.aw-sidebar-summary {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-content .aw-onestep-sidebar-block {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-content .aw-mobile-hide {
  display: block;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr.totals.sub {
  display: block;
  font-size: 100% !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr.totals.sub th {
  width: 100%;
  padding: 11px 5px !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr.totals.sub td {
  padding: 11px 0 !important;
}
@media only screen and (max-width: 767px) {
  .modal-inner-wrap {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .onestepcheckout-index-index .page-title-wrapper {
    margin: auto;
    padding: 5px 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .onestepcheckout-index-index .page-title-wrapper .page-title {
    font-size: 1.5em;
  }
  .onestepcheckout-index-index .aw-onestep-description {
    padding: 0 10px;
  }
  .onestepcheckout-index-index .header .logo {
    margin-left: 0;
  }
  .onestepcheckout-index-index .page-main {
    padding: 10px;
  }
  .onestepcheckout-index-index .page-main .checkout-container {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
    width: 100%;
    position: static;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
    margin: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options {
    margin-top: 7px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar_order-note {
    padding-bottom: 15px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main {
    /*.modal-custom.authentication-dropdown {
                            position: fixed;
                            left: inherit;
                            top: 0;
                            max-width: 90%;
                            width: 100%;
                            right: 0;
                            height: 100%;
                        }*/
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .email {
    margin-bottom: 20px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .authentication {
    margin-top: 0px;
  }
  .onestepcheckout-index-index .page-main .osc-fluid {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.aw-mobile {
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item {
  color: #aaaaaa;
}
.onestepcheckout-index-index .black_brain {
  display: none;
}
.onestepcheckout-index-index #block-gift-card-heading:after {
  display: inline-block;
  margin-left: 3px;
  width: 21px;
  height: 15px;
  background-image: url('../images/checkout_sprite.png');
  vertical-align: middle;
  content: '';
  background-position: -92px -38px;
}
.onestepcheckout-index-index .gift-code._active #block-gift-card-heading:after {
  background-position: -86px -36px;
  transform: rotate(-180deg);
  margin-left: 0;
}
.onestepcheckout-index-index .page-main .checkout-container ._collapsible._active .payment-option-title .action-toggle:after {
  background-image: url('../images/icon_sprite.png');
  background-position: -406px -60px;
}
.onestepcheckout-index-index .field-tooltip .field-tooltip-action:hover:before,
.onestepcheckout-index-index .field-tooltip._active .field-tooltip-action:before {
  color: #bbb;
}
.onestepcheckout-index-index .column .field-tooltip .field-tooltip-content {
  background-color: #f4f4f4;
  border: 1px solid #999;
  color: #000;
}
.onestepcheckout-index-index .column .field-tooltip .field-tooltip-content:before,
.onestepcheckout-index-index .column .field-tooltip .field-tooltip-content:after {
  top: 50% !important;
  right: 10px;
  transform: rotate(-90deg);
  left: -20px;
  margin-top: -14px;
}
@media (max-width: 768px) {
  .onestepcheckout-index-index .column .field-tooltip .field-tooltip-content:before,
  .onestepcheckout-index-index .column .field-tooltip .field-tooltip-content:after {
    top: 1px;
  }
}
.onestepcheckout-index-index .column .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999;
  border-right-color: transparent;
  top: -20px;
}
@media (max-width: 768px) {
  .onestepcheckout-index-index .column .field-tooltip .field-tooltip-content:before {
    top: 0;
  }
}
.onestepcheckout-index-index .column .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  border-right-color: transparent;
}
.onestepcheckout-index-index .column .checkout-container .aw-onestep-sidebar span.label {
  color: #f1a155;
}
.onestepcheckout-index-index .payment-methods .onestep-billing-address {
  float: left;
  width: 100%;
  padding: 0 10px 15px;
}
.onestepcheckout-index-index .payment-methods [data-role="payment-methods-load"] {
  float: left;
  width: 100%;
  padding-left: 15px;
}
@media (max-width: 1023px) {
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-html-content + .aw-onestep-sidebar {
    display: none;
  }
}
body.checkout-onepage-success div#registration,
.wirepay-checkout_onepage-success div#registration,
.wirepay-confirm_order-success div#registration {
  display: block !important;
  width: 100%;
  float: left;
  padding: 10px 15px;
}
.hide,
.amcart-message-box.actions,
.am-related-box.actions,
.amcart-message-box .action.back.customization,
.am-related-box .action.back.customization,
#bundleSummary .title,
#bundleSummary .bundle-summary,
#bundleSummary .product-addto-links,
#bundleSummary .price-box {
  display: none;
}
#confirmBox .detail_left {
  padding: 0;
  width: 100%;
}
#confirmBox .detail_left .product-info-stock-sku {
  float: left;
  width: 100%;
}
#confirmBox .detail_left .product-info-stock-sku .stock.available {
  float: right;
  width: 50%;
  text-align: right;
  color: #ffffff;
  font-family: 'gothicbold';
}
#confirmBox .detail_left .product-info-stock-sku .product.attribute.sku {
  float: left;
  width: 50%;
}
#confirmBox .detail_left .product-info-stock-sku .product.attribute.sku strong {
  color: #d18c4a;
  text-transform: uppercase;
  font-weight: normal;
}
#confirmBox .detail_left .product-info-stock-sku .product.attribute.sku .value {
  color: #aaaaaa;
}
#confirmBox .ring_attribute {
  width: 100%;
}
#confirmBox .product-options-bottom .price-box .price-container .price,
#confirmBox .product-info-price .price-box .price-container .price {
  font-size: 30px;
  line-height: 30px;
}
.amcart-message-box,
.am-related-box {
  min-width: 320px;
}
.amcart-message-box.required,
.am-related-box.required {
  color: #e02b27;
}
.amcart-message-box.price-box,
.am-related-box.price-box {
  margin: 5px 0 0 10px;
}
.amcart-message-box.price-box p,
.am-related-box.price-box p {
  margin: 0;
  padding: 0;
}
.amcart-message-box .text,
.am-related-box .text {
  font-size: 16px;
  font-weight: normal;
  color: #aaaaaa;
}
.amcart-message-box .product-info-main,
.am-related-box .product-info-main {
  float: none;
  width: auto !important;
}
.amcart-message-box .related,
.am-related-box .related {
  margin: 0 auto;
  width: 320px;
}
.amcart-message-box .product-add-form,
.am-related-box .product-add-form {
  margin: 0 25px;
  text-align: left;
}
.amcart-message-box .product-item-actions,
.am-related-box .product-item-actions {
  display: block;
}
.amcart-message-box .amcart-subtotal,
.am-related-box .amcart-subtotal {
  font-size: 14px;
}
.amcart-message-box #amcart-count,
.am-related-box #amcart-count {
  margin-bottom: 0;
  font-size: 14px;
}
.amcart-message-box .stock.unavailable,
.am-related-box .stock.unavailable {
  margin-top: 10px;
}
.amcart-message-box {
  margin: 40px auto 13px;
}
.amcart-message-box .product-options-bottom .actions,
.amcart-message-box .box-tocart .actions {
  display: none;
}
.am-related-box {
  margin: 20px auto 13px;
}
.am-related-box .am-title {
  text-transform: uppercase;
  color: #333;
}
.am-related-box .am-product-image.product {
  position: relative;
  margin: 0 0 5px 0;
}
.am-related-box .products-crosssell .product-item {
  padding: 0;
}
#confirmOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.55);
}
#confirmOverlay img {
  display: inline;
}
#confirmBox {
  position: relative;
  height: auto;
  max-height: 88vh;
  max-width: 100%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  overflow-y: auto;
  background: #363636 !important;
  box-shadow: none;
  /* rewrite magento styles*/
}
#confirmBox .cross {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  font-size: 0;
  background-image: url('../images/icon_sprite.png') !important;
  background-position: -494px -1px !important;
}
#confirmBox .cross:before {
  content: none !important;
}
#confirmBox > p {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  line-height: normal;
  font-weight: normal;
  background: none;
  font-size: 16px;
}
#confirmBox > .cross {
  position: absolute;
  top: 5px;
  right: 10px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 21px;
  z-index: 9;
  font-size: 0;
}
#confirmBox > .cross:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
}
#confirmBox .am-actions-wrapper > .towishlist,
#confirmBox .am-actions-wrapper > .tocompare {
  background: #f0f0f0 no-repeat center;
  background-size: 60%;
}
#confirmBox .am-actions-wrapper > .towishlist:before,
#confirmBox .am-actions-wrapper > .tocompare:before {
  content: '';
}
#confirmBox .am-actions-wrapper > .towishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiM2NjYiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
#confirmBox .am-actions-wrapper > .towishlist:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiNmZjBlMDAiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
#confirmBox .am-actions-wrapper > .tocompare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PGc+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXpNMjIgMTJoN3YxNGgtN3oiLz48L2c+PC9zdmc+);
}
#confirmBox .am-actions-wrapper > .tocompare:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PHBhdGggZmlsbD0iI2ZmOTQxNiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXptMjEtOGg3djE0aC03eiIvPjwvc3ZnPg==);
}
#confirmBox .product-item-name {
  margin: 0 0 10px;
}
#confirmBox .am-slider {
  margin: 15px 0 0 0;
}
#confirmBox .actions-secondary .action {
  color: #666666;
}
#confirmBox .product-item .price-box {
  margin: 0 0 15px;
  display: block;
  margin-bottom: 5px;
}
#confirmBox .product-options-bottom .product-social-links {
  display: none;
}
#confirmBox .product-options-bottom .grouped .price-box .price-container .price,
#confirmBox .product-options-bottom .grouped .price-box .price-container {
  font-size: 14px;
  line-height: 20px;
}
#confirmBox .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.amcart-confirm-buttons {
  margin: 20px auto;
}
.amcart-confirm-buttons .button {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 45%;
  font-size: 20px;
  line-height: 23px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  font-weight: normal;
}
.amcart-confirm-buttons .button:hover {
  opacity: .8;
}
.amcart-confirm-buttons .checkout {
  display: block;
  padding: 25px 0 8px 0;
  font-size: 16px;
  font-family: 'questa-semibold';
  text-transform: uppercase;
}
.amcart-confirm-buttons .button:last-child {
  margin-right: 0;
}
.amcart-confirm-buttons .am-btn-left {
  margin-right: 10px;
  font-weight: normal;
}
.amcart-confirm-buttons button.am-btn-right,
.amcart-confirm-buttons button.am-btn-left {
  border: 0;
}
.amcart-confirm-buttons button.am-btn-right {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
}
.amcart-confirm-buttons button.am-btn-right span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.amcart-confirm-buttons button.am-btn-right:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.amcart-confirm-buttons button.am-btn-left {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
}
.amcart-confirm-buttons button.am-btn-left:focus,
.amcart-confirm-buttons button.am-btn-left:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.amcart-confirm-buttons button.am-btn-left:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.amcart-confirm-buttons button.am-btn-left.disabled,
.amcart-confirm-buttons button.am-btn-left[disabled],
fieldset[disabled] .amcart-confirm-buttons button.am-btn-left {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.amcart-confirm-buttons button.am-btn-left span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.amcart-confirm-buttons button.am-btn-left:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.amcart-confirm-buttons button.am-btn-left:focus {
  box-shadow: none;
}
.amcart-confirm-buttons .timer {
  display: none;
}
.product-details {
  position: relative;
  bottom: 3px;
}
.cart-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  font-weight: bold;
}
.cart-info .qty {
  text-align: center;
}
.added-item {
  display: block;
  margin: 33px 15px 5px;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  word-break: break-word;
  text-align: left;
  color: #ffffff !important;
  text-decoration: none !important;
  margin-bottom: 20px;
}
.am_price {
  font-weight: bold;
}
.mask {
  opacity: .4;
}
#am-a-count {
  font-weight: bold;
}
#am-a-count:visited {
  color: #000;
}
.amcart-message-box .products .product-item-name {
  margin: 0;
}
.amcart-message-box .products .product-item-actions .secondary-addto-links,
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto;
}
.amcart-message-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 3px;
  border: 0;
}
.am-related-box .products .product-item-name {
  margin: 0;
}
.am-related-box .products .product-item-actions .secondary-addto-links,
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto 10px;
}
.am-related-box .products .product-item-actions .am-actions-wrapper {
  position: absolute;
  top: -30px;
  right: 0;
  margin: 0;
  display: none;
  width: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action {
  width: 30px;
  height: 30px;
  background: #f0f0f0;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action:before {
  line-height: 30px;
}
.am-related-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 3px;
  border: 0;
}
.product-info-main .product-add-form {
  text-align: left;
}
.products.list .swatch-attribute .amcart-error {
  display: none;
}
.am-slider.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.am-slider.owl-carousel .owl-prev {
  float: left;
  margin-left: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-next {
  float: right;
  margin-right: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-nav .disabled {
  opacity: .3;
}
.am-slider.owl-carousel .product-item {
  margin: 0 auto;
}
.am-slider.owl-carousel .product-item-info:hover {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.am-slider.arrow {
  width: 18px;
  height: 35px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxOSAzNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+bmV4dDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz48ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA2MDIgLTgwOSkiPjxnIGlkPSJuZXh0Ij48ZyBpZD0iR3JvdXAiPjxnIGlkPSJWZWN0b3IiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX2ZpbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNjAyIDgwOSkiIGZpbGw9IiNCQkJCQkIiLz48L2c+PC9nPjwvZz48L2c+PGRlZnM+PHBhdGggaWQ9InBhdGgwX2ZpbGwiIGQ9Ik0gMTguMjAzMiAxNi44MDIzTCAxLjY5MjUxIDAuMjkxNTZDIDEuMzAzNzcgLTAuMDk3MTg2NiAwLjY4MDMwNiAtMC4wOTcxODY2IDAuMjkxNTYgMC4yOTE1NkMgLTAuMDk3MTg2NyAwLjY4MDMwNiAtMC4wOTcxODY3IDEuMzAzNzcgMC4yOTE1NiAxLjY5MjUxTCAxNi4wOTgxIDE3LjQ5OTFMIDAuMjkxNTYgMzMuMzA1N0MgLTAuMDk3MTg2NyAzMy42OTQ0IC0wLjA5NzE4NjcgMzQuMzE3OSAwLjI5MTU2IDM0LjcwNjZDIDAuNDgyMjY1IDM0Ljg5NzMgMC43Mzg5ODUgMzUgMC45ODgzNjkgMzVDIDEuMjM3NzUgMzUgMS40OTQ0NyAzNC45MDQ2IDEuNjg1MTggMzQuNzA2NkwgMTguMTk1OSAxOC4xOTU5QyAxOC41ODQ2IDE3LjgxNDUgMTguNTg0NiAxNy4xODM3IDE4LjIwMzIgMTYuODAyM1oiLz48L2RlZnM+PC9zdmc+);
  cursor: pointer;
}
.am-slider.arrow.-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.am-photo-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.amcart-message-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amcart-message-box .owl-stage .product-item,
.amcart-message-box .owl-stage .product-item-info {
  height: 100%;
}
.amcart-message-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.am-related-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.am-related-box .owl-stage .product-item,
.am-related-box .owl-stage .product-item-info {
  height: 100%;
}
.am-related-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.am-related-title {
  margin: 20px 40px;
  font-size: 15px;
  height: 1px;
  background: #cecccc;
  line-height: 0;
}
.am-related-title > .am-title {
  padding: 0 20px;
}
#amimg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#amprogress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9) !important;
}
div.swatch-option-tooltip {
  z-index: 99999;
}
#confirmBox .error {
  margin: 33px 0px 5px;
}
[data-post-ajax] {
  cursor: pointer;
}
.amcart-message-box .bundle-options-wrapper {
  margin-top: 25px;
}
.amcart-message-box .bundle-options-wrapper input[type="radio"] {
  width: 15px;
}
.amcart-message-box .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amcart-message-box .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  margin: 10px 0 8px;
  font-weight: 600;
}
.amcart-message-box .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amcart-message-box .block-bundle-summary {
  display: none;
}
.page-product-downloadable .amcart-message-box .product-add-form {
  margin-bottom: 0;
}
.page-product-downloadable .amcart-message-box .product-options-bottom,
.page-product-downloadable .amcart-message-box .product-options-wrapper {
  float: none;
  width: auto;
}
.page-product-downloadable .amcart-message-box .box-tocart .field.qty {
  display: block;
  margin-bottom: 6px;
}
#confirmBox .custom-collection-type {
  display: none;
}
.page-products .amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap {
  /* don't hide grouped price*/
}
.amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap .amcart-confirm-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left,
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-right {
  margin: auto;
  max-width: 260px;
  width: 100%;
  font-size: 18px;
}
.amcart-minipage-wrap .amcart-message-box {
  max-width: 320px;
}
.amcart-minipage-wrap .am-photo-container {
  margin: 0 25px 10px;
  width: initial;
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
}
.amcart-minipage-wrap .am-photo-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amcart-minipage-wrap .am-photo-container .product-image-container {
  vertical-align: middle;
}
.amcart-minipage-wrap .product-options-bottom .price-box {
  display: none;
}
.amcart-minipage-wrap .product-options-bottom .grouped .price-box {
  display: block;
}
.ampage-top-info,
.ampage-bottom-info {
  text-align: left;
}
.ampage-top-info {
  margin: 5px 25px 15px;
}
.ampage-top-info > .am-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.ampage-top-info > .am-rating .rating-summary {
  vertical-align: text-bottom;
}
.ampage-top-info > .am-price,
.ampage-top-info > .am-price .price {
  font-size: 24px;
  font-weight: bold;
}
#confirmBox .reviews-actions .action {
  margin-left: 15px;
  font-size: 14px;
  color: #000;
}
.ampage-bottom-info > .am-description {
  margin: 0 25px;
  font-size: 12px;
}
.ampage-bottom-info .swatch-attribute {
  margin-bottom: 20px;
}
.amcart-product-notice {
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  background: #fffae5;
}
.amcart-qty-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  margin: 0 5px 0 7px;
}
.amcart-qty-wrap > .amcart-label {
  position: absolute;
  top: 0;
  margin-right: 8px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.amcart-qty-wrap > .amcart-control {
  position: relative;
  width: 25px;
  height: 30px;
  background: #d18c4a;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-control:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.amcart-qty-wrap > .amcart-control:hover {
  background: #999999;
}
.amcart-qty-wrap > .amcart-control.-minus {
  order: 1;
}
.amcart-qty-wrap > .amcart-control.-minus:before {
  content: '-';
}
.amcart-qty-wrap > .amcart-control.-plus {
  order: 3;
}
.amcart-qty-wrap > .amcart-control.-plus:before {
  content: '+';
}
.amcart-qty-wrap > .amcart-input,
.amcart-qty-wrap > .amcart-input.input-text.qty {
  margin: 0 5px;
  padding: 3px;
  width: 40px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  order: 2;
}
.amcart-qty-wrap > .amcart-refresh {
  margin-left: 10px;
  width: 20px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQ2NCAxMC42MjVsMS4yMjIgMS41NjNBNy45MDQgNy45MDQgMCAwIDEgOS42NDMgMTVDNS40IDE1IDEuOTI5IDExLjYyNSAxLjkyOSA3LjVjMC0uMTg4IDAtLjQzOC4wNjQtLjYyNUgwbDIuODkzLTMuNzUgMi44OTMgMy43NUgzLjkyYy0uMDY0LjE4OC0uMDY0LjQzOC0uMDY0LjYyNSAwIDMuMTI1IDIuNTcyIDUuNjI1IDUuNzg2IDUuNjI1IDEuOTkzIDAgMy43OTMtMSA0LjgyMS0yLjV6bTIuODI5LTMuNzVDMTYuOTcgMy4wNjIgMTMuNjkzIDAgOS42NDMgMGE3Ljk5OCA3Ljk5OCAwIDAgMC01LjUyOSAyLjI1bDEuMjIyIDEuNWMxLjAyOC0xLjE4OCAyLjU3MS0xLjg3NSA0LjMwNy0xLjg3NSAyLjk1NyAwIDUuNCAyLjE4OCA1LjcyMSA1SDEzLjVsMi44OTMgMy43NSAyLjg5My0zLjc1aC0xLjk5M3oiIGZpbGw9IiM5NDk0OTQiLz48L3N2Zz4=) no-repeat center;
  order: 4;
  cursor: pointer;
  opacity: .7;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-refresh:hover {
  opacity: 1;
}
.amcart-message-box > .amcart-qty-wrap {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}
#amprogress {
  background: rgba(0, 0, 0, 0.9) !important;
}
.amslider-container {
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
}
.matchpair_parent .toolbar .pages a.page {
  color: #ffffff;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-hightlighted {
  background-color: #ffff00;
}
.filter-options-content .am-swatch-link {
  display: inline-block;
}
.filter-options-content .am-swatch-link:hover {
  background: none;
}
.filter-options-content .am-swatch-link > .input.-hidden {
  display: none;
}
.am-shopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
  margin-left: 6px;
  vertical-align: middle;
}
.filter-options-content .delimiter {
  margin: 0 5px;
  line-height: 30px;
}
.filter-options-content .range {
  margin-top: 10px;
}
.filter-options-content .am-show-more {
  display: none;
  margin-top: 10px;
}
.filter-options-content .am-filter-price {
  padding: 5px;
  width: 46%;
}
.filter-options-content .items a {
  margin-left: 0;
}
.filter-options-content .count {
  display: inline-block;
}
.filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
  color: #8a8a8a;
}
.filter-options-content .am-shopby-form {
  padding: 3px;
}
.am-filter-go {
  margin: 15px 0 0;
  width: 25%;
}
input[type="text"].am-filter-price.-to.right {
  float: right;
}
.amshopby-slider-container {
  margin: 10px 5px 15px 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  height: 5px;
  background: #4ab5c8;
}
.amshopby-slider-container .am-slider .ui-slider-handle:hover,
.amshopby-slider-container .am-slider .ui-slider-handle:active {
  background-color: #e17e17;
}
.amshopby-slider-container .amshopby-slider-display {
  text-align: center;
  color: #000000;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
  padding-left: 2px;
}
.am-swatch-options .swatch-option {
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px !important;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
  border-bottom: 1px solid #cccccc;
}
.catalog-topnav .filter-options .filter-options-item {
  display: inline-block;
  border: 0;
}
.catalog-topnav .filter-options .filter-options-content {
  position: absolute;
  margin-top: 5px;
  border: 1px solid #cccccc;
  background-color: white;
  z-index: 9000;
  min-width: 100px;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.am-filter-items-attr_price {
  min-width: 130px;
  max-width: 350px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options-content .amshopby-fly-out-view a {
  display: block;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
  margin: 20px 0;
}
.am-filter-items-stock .am_shopby_link_selected,
.am-filter-items-rating .am_shopby_link_selected {
  background-color: #e8e8e8;
  text-decoration: none;
}
.am_shopby_link_selected {
  font-weight: bold;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.catalog-topnav {
  display: none;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 18px;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .items.amshopby-fly-out-view .items-children {
  background-color: #fff;
  z-index: 9999;
}
.filter-options .items.amshopby-fly-out-view li {
  margin: 0;
  border: 1px solid #cccccc;
  border-top: none;
}
.filter-options .items.amshopby-fly-out-view li:hover {
  background-color: #cccccc;
}
.filter-options .items.amshopby-fly-out-view li:first-child {
  border-top: 1px solid #cccccc;
}
.filter-options .items.amshopby-fly-out-view a:hover {
  background-color: transparent;
}
.filter-options .ui-widget-overlay {
  background: #aaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  position: absolute;
  display: none;
  margin: 0;
  padding: 10px;
  width: 100%;
  max-height: 300px;
  border: 1px solid #cccccc;
  background-color: white;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-y: auto;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-labels-folding .item a.amshopby-filter-parent,
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 0px;
}
.filter-options .am-category-view a {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.amshopby-fly-out-view.ui-menu {
  position: relative;
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view a {
  padding: 10px;
  width: 100%;
  display: inline-block;
}
.filter-options .ui-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style: none;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.filter-options .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.amshopby-category-dropdown {
  display: block;
  padding-right: 3.6rem;
  min-height: 3.2rem;
  text-align: left;
  border: 1px solid #adadad;
  cursor: pointer;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  font-weight: 400;
}
.amshopby-category-dropdown:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.2rem;
  width: 0;
  height: 0;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  box-sizing: border-box;
  transition: all .2s linear;
}
.amshopby-category-dropdown:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2rem;
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
}
.am-category-wrapper {
  position: relative;
  display: block;
  user-select: none;
}
.am-category-wrapper._active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .am-multiselect-crumb {
  position: relative;
  display: inline-block;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  margin: 0.3rem 0 0.3rem 0.3rem;
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  font-size: 1.2rem;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: auto;
  line-height: 1;
  font-size: .5em;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #514943;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.filter-options .am-labels-folding .items {
  position: relative;
}
.am-collapse-icon {
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.am-collapse-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.2rem;
  width: 0;
  height: 0;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  box-sizing: border-box;
  transition: all .2s linear;
  transform: rotate(-90deg);
}
.am-collapse-icon._active:after {
  transform: rotate(0deg);
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
#amasty-shopby-product-list #amasty-shopby-overlay {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  background-size: 140px 140px;
  width: 140px;
  height: 140px;
  z-index: 999;
  transform: translate(-50%, -50%);
  background-image: url('../images/BGDPreloader.gif');
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader:before {
  content: '';
}
.amshopby-option-link {
  display: inline-block;
  margin-right: 5px;
  clear: both;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*="/resized"]) {
  max-width: 30px;
  max-height: 30px;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 9999;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  background: #eeeeee;
  z-index: 999;
}
.am-show-button > .am-items {
  font-size: 15px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background-image: url('../Amasty_Shopby/images/loader-1.gif');
  background-size: contain;
  vertical-align: middle;
}
.am-show-button > .am-button {
  margin-left: 15px;
  padding: 17px 50px;
  height: auto;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  background: #ff9416;
  border: 0;
  box-shadow: none;
}
.am-show-button > .am-button:hover {
  background: #e27a00;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.filter [data-role="collapsible"]:not([data-collapsible="true"]) [data-role="content"] {
  display: none;
}
.swatch-option-tooltip {
  z-index: 9999999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.am-item-removed {
  text-decoration: line-through;
}
.am-category-image {
  vertical-align: middle;
}
.am_filter_current .am-filter-value {
  display: inline-block;
}
#checkout-loader .loader {
  transform: translate(-50%, -50%);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-size: 140px 140px;
  width: 140px;
  height: 140px;
  z-index: 999;
  background-image: url('../images/BGDPreloader.gif');
}
#checkout-loader .loader img {
  display: none;
}
.aw-sidebar-summary .loading-mask .loader {
  transform: translate(-50%, -50%);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-size: 90px 90px;
  width: 90px;
  height: 90px;
  z-index: 999;
  background-image: url('../images/BGDPreloader.gif');
}
.aw-sidebar-summary .loading-mask .loader img {
  display: none;
}
.category-loose-aryamond #amasty-shopby-product-list .product-item-name {
  height: auto;
}
.tab {
  background: transparent;
  border: 0px;
  padding: 15px 0px;
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
.tab .tablinks {
  background: transparent;
  font-size: 2rem;
  color: #000000;
  border: 0px;
  box-shadow: none;
  margin-right: 35px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: normal;
}
body .ds-results-table-wrapper td.ds-price-cell.ng-binding {
  color: #d18c4a;
}
#tblDiamond,
.ds-results-table-wrapper,
#tblCompare {
  border: 0;
  margin-bottom: 0;
}
#tblDiamond td,
.ds-results-table-wrapper td,
#tblCompare td,
#tblDiamond th,
.ds-results-table-wrapper th,
#tblCompare th {
  border: 0;
  text-align: center;
  vertical-align: middle;
}
#tblDiamond th,
.ds-results-table-wrapper th,
#tblCompare th {
  color: #000000;
  font-size: 1.5rem;
  border-right: 0;
  font-weight: normal;
  text-transform: uppercase;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  background: #ebebeb !important;
}
#tblDiamond th:first-child,
.ds-results-table-wrapper th:first-child,
#tblCompare th:first-child {
  text-align: center;
  width: 120px;
}
#tblDiamond th:last-child,
.ds-results-table-wrapper th:last-child,
#tblCompare th:last-child {
  border-right: 0;
}
#tblDiamond td,
.ds-results-table-wrapper td,
#tblCompare td {
  font-size: 1.6rem;
  color: #282627;
  border-right: 0;
  color: #3e3d3e;
  padding: 5px 10px;
}
#tblDiamond td .price,
.ds-results-table-wrapper td .price,
#tblCompare td .price,
#tblDiamond td .tocompare,
.ds-results-table-wrapper td .tocompare,
#tblCompare td .tocompare {
  font-size: 1.6rem;
  color: #3e3d3e;
}
#tblDiamond td:first-child,
.ds-results-table-wrapper td:first-child,
#tblCompare td:first-child {
  text-align: center;
}
#tblDiamond td:last-child,
.ds-results-table-wrapper td:last-child,
#tblCompare td:last-child {
  border-right: 0;
}
#tblDiamond td .quick_icon,
.ds-results-table-wrapper td .quick_icon,
#tblCompare td .quick_icon {
  background: url('../images/quick_icon.png');
  width: 23px;
  height: 21px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  display: inline-block;
  top: 3px;
  cursor: pointer;
}
#tblDiamond td .view_link,
.ds-results-table-wrapper td .view_link,
#tblCompare td .view_link {
  padding: 10px;
  color: #ffffff;
  background: #000000;
  font-family: 'questa-italic';
  line-height: 15px;
  display: inline-block;
}
#tblDiamond td .view_link:hover,
.ds-results-table-wrapper td .view_link:hover,
#tblCompare td .view_link:hover {
  background: #4ab5c8;
}
#tblDiamond td .right_label,
.ds-results-table-wrapper td .right_label,
#tblCompare td .right_label {
  background: url('../images/right_arrow.png');
  width: 20px;
  height: 14px;
  font-size: 0;
  background-repeat: no-repeat;
  display: inline-block;
  top: 2px;
  position: relative;
  z-index: 0;
}
#tblDiamond td .right_label.no,
.ds-results-table-wrapper td .right_label.no,
#tblCompare td .right_label.no {
  background: transparent;
}
#tblDiamond td .right_label.no:before,
.ds-results-table-wrapper td .right_label.no:before,
#tblCompare td .right_label.no:before {
  width: 18px;
  height: 25px;
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 1.5rem;
  color: #000000;
  left: auto;
  top: 0px;
  position: absolute;
  z-index: 9;
  right: 3px;
}
#tblDiamond td .price,
.ds-results-table-wrapper td .price,
#tblCompare td .price {
  color: #d18c4a;
}
#tblDiamond td .wire,
.ds-results-table-wrapper td .wire,
#tblCompare td .wire {
  color: #4ab5c8;
}
#tblDiamond tbody tr:hover,
.ds-results-table-wrapper tbody tr:hover,
#tblCompare tbody tr:hover {
  background: #4ab5c8;
}
#tblDiamond tbody tr:hover td,
.ds-results-table-wrapper tbody tr:hover td,
#tblCompare tbody tr:hover td {
  color: #ffffff !important;
}
#tblDiamond tbody tr:hover td .product-item-link,
.ds-results-table-wrapper tbody tr:hover td .product-item-link,
#tblCompare tbody tr:hover td .product-item-link,
#tblDiamond tbody tr:hover td .price,
.ds-results-table-wrapper tbody tr:hover td .price,
#tblCompare tbody tr:hover td .price,
#tblDiamond tbody tr:hover td .tocompare,
.ds-results-table-wrapper tbody tr:hover td .tocompare,
#tblCompare tbody tr:hover td .tocompare,
#tblDiamond tbody tr:hover td .wire,
.ds-results-table-wrapper tbody tr:hover td .wire,
#tblCompare tbody tr:hover td .wire {
  color: #ffffff !important;
}
#tblDiamond tbody tr:hover td .right_label,
.ds-results-table-wrapper tbody tr:hover td .right_label,
#tblCompare tbody tr:hover td .right_label {
  background: url('../images/right_arrow_white.png') !important;
}
#tblDiamond tbody tr:hover td .right_label.no,
.ds-results-table-wrapper tbody tr:hover td .right_label.no,
#tblCompare tbody tr:hover td .right_label.no {
  background: transparent !important;
}
#tblDiamond [type="checkbox"]:not(:checked) + label,
.ds-results-table-wrapper [type="checkbox"]:not(:checked) + label,
#tblCompare [type="checkbox"]:not(:checked) + label,
#tblDiamond [type="checkbox"]:checked + label,
.ds-results-table-wrapper [type="checkbox"]:checked + label,
#tblCompare [type="checkbox"]:checked + label {
  font-size: 0;
  position: relative;
  top: 6px;
}
#tblDiamond [type="checkbox"]:not(:checked) + label:before,
.ds-results-table-wrapper [type="checkbox"]:not(:checked) + label:before,
#tblCompare [type="checkbox"]:not(:checked) + label:before,
#tblDiamond [type="checkbox"]:checked + label:before,
.ds-results-table-wrapper [type="checkbox"]:checked + label:before,
#tblCompare [type="checkbox"]:checked + label:before {
  top: -20px;
  background: #ffffff;
}
#tblDiamond [type="checkbox"]:not(:checked) + label:after,
.ds-results-table-wrapper [type="checkbox"]:not(:checked) + label:after,
#tblCompare [type="checkbox"]:not(:checked) + label:after,
#tblDiamond [type="checkbox"]:checked + label:after,
.ds-results-table-wrapper [type="checkbox"]:checked + label:after,
#tblCompare [type="checkbox"]:checked + label:after {
  top: -20px;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background: #4ab5c8 !important;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: transparent;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: transparent;
}
body table.dataTable tbody tr,
body table.dataTable.stripe tbody tr.odd,
body table.dataTable.display tbody tr.odd {
  background: transparent;
}
#ajaxresponse {
  overflow: auto;
}
.filter-title {
  display: none;
}
.category-loose-aryamond .tocompare {
  width: 32px;
  font-size: 0px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  text-align: center;
  background-position: center;
  float: none;
}
.category-loose-aryamond .tocompare span {
  font-size: 0px;
}
.message {
  float: left;
  width: 100%;
}
.filter-current + .filter-actions {
  display: inline-block;
}
.filter-content .items {
  margin-right: 15px;
}
.filter-content #am-shopby-container .item {
  padding-left: 0;
}
.filter .filter-content .filter-current {
  display: inline-block;
}
.filter .filter-content .filter-current .block-subtitle {
  /* .normal-title(); */
  font-size: 2.2rem;
  letter-spacing: 1px;
  font-weight: normal;
  display: none;
}
.filter .filter-content .filter-current .filter-label {
  /* .normal-title(); */
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: normal;
  display: none;
}
.filter .filter-content .filter-current .filter-value {
  /* .normal-title(); */
  font-size: 1.6rem;
  padding: 0px;
  border: 1px solid #ddd;
  background: transparent;
  border-radius: 0px;
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  margin-right: 0px;
  color: #000000;
  /* background: #ececec; */
  padding-right: 25px;
  margin-left: 0px;
}
.filter .filter-content .filter-current .remove {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  margin-left: 3px;
}
.filter .filter-content .filter-current .remove span {
  display: inline-block;
  font-size: 0rem;
  vertical-align: middle;
}
.filter .filter-content .filter-current .remove:before {
  width: 18px;
  height: 25px;
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 1.5rem;
  color: #000000;
  left: auto;
  top: -3px;
  position: absolute;
  z-index: 2;
  right: 3px;
}
body .filter .remove:before {
  width: 18px;
  height: 25px;
  font-family: 'FontAwesome' !important;
  content: "\f00d" !important;
  font-size: 1.5rem;
  color: #000000;
  left: -25px;
  top: -2px;
  position: absolute;
}
.category-loose-aryamond .am-swatch-options .swatch-option {
  float: none;
  vertical-align: middle;
}
.clear.filter-clear {
  padding: 12px 25px;
  text-decoration: none;
}
.info h4 a {
  font-weight: 400;
  text-transform: uppercase;
  color: #272526;
}
body .swatch-option.image:not(.disabled):hover,
body .swatch-option.color:not(.disabled):hover,
.swatch-option.selected {
  border: 0 !important;
  border-bottom: 3px solid #51b8ca !important;
  outline: none !important;
}
.page-products #amasty-shopby-product-list table td .product-item-link span {
  display: inline-block;
  vertical-align: middle;
}
.page-products #amasty-shopby-product-list table td .product-item-link span img {
  width: 25px;
  margin-right: 5px;
}
body .filter .filter-content .filter-current .filter-value {
  border: 0;
}
body.category-loose-aryamond .page.messages .messages {
  float: left;
  width: 100%;
  margin-top: 10px;
}
body.category-loose-aryamond .category-image {
  float: left;
  width: 100%;
}
body .cms_content {
  /* 		float: left;
		width: 100%; */
}
#all_gems_data {
  overflow: auto;
}
.diamondsearch-index-setting #funnel + .page-main .toolbar-products {
  margin-top: -60px;
}
.diamondsearch-index-setting #funnel + .page-main .page-title-wrapper .page-title {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  background: #ebebeb;
}
.diamondsearch-index-setting #funnel + .page-main .page-title-wrapper .page-title span {
  color: #777777;
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  #diamondsearch .ds-filter-shape ul {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  #diamondsearch .ds-filter-shape ul {
    padding-right: 5px;
  }
}
.ds-diamond-sprite {
  display: none;
}
@media only screen and (max-width: 992px) {
  .customization-diamondwatcher-edit #diamondsearch #diamondsearch-view .ds-filter-shape {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  body.customization-diamondwatcher-edit .diamond_list_box_right .video_photo .must_info,
  body.customization-diamondwatcher-edit #diamondsearch-view .diamond_list_box_right .video_photo {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch #diamondsearch-view .ds-filter-color.ds-filter-shape {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch #diamondsearch-view .ds-filter-color.ds-filter-shape .diamond_title {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1441px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul {
    display: flex !important;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul {
    display: inline-block !important;
    padding-right: 0px;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li {
  background: transparent;
  height: 60px;
  position: relative;
}
@media only screen and (max-width: 1441px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li {
    width: 10% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li {
    margin-bottom: 7px !important;
    width: 13% !important;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-selected {
  background: #252525 !important;
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li:hover {
  background: #252525 !important;
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li:after {
  bottom: 6px;
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li:before {
  display: inline-block;
  position: absolute;
  min-width: 60px;
  margin-bottom: 10px;
  height: 45px;
  top: 0;
  background-repeat: no-repeat;
  background-image: url('../images/fancy.png');
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  content: '';
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 65px;
}
@media only screen and (max-width: 1280px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li:before {
    left: -2px;
  }
}
@media only screen and (max-width: 1024px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li:before {
    left: 3px;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-yellow:before {
  background-position: 16px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-yellow:before {
    background-position: 13px 0;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-pink:before {
  background-position: -35px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-pink:before {
    background-position: -40px 0;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-blue:before {
  background-position: -86px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-blue:before {
    background-position: -91px 0;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-green:before {
  background-position: -137px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-green:before {
    background-position: -142px 0;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-orange:before {
  background-position: -189px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-orange:before {
    background-position: -192px 0;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-brown:before {
  background-position: -240px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-brown:before {
    background-position: -244px 0;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-black:before {
  background-position: -292px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-black:before {
    background-position: -296px 0;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-gray:before {
  background-position: -343px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-gray:before {
    background-position: -347px 0;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-red:before {
  background-position: -394px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-red:before {
    background-position: -398px 0;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-purple:before {
  background-position: -445px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-purple:before {
    background-position: -448px 0;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-violet:before {
  background-position: -496px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-violet:before {
    background-position: -500px 0;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-champagne:before {
  background-position: -547px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-champagne:before {
    background-position: -551px 0;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-cognac:before {
  background-position: -598px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-cognac:before {
    background-position: -602px 0;
  }
}
.customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-chameleon:before {
  background-position: -648px 0;
}
@media only screen and (max-width: 1366px) {
  .customization-diamondwatcher-edit .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-chameleon:before {
    background-position: -653px 0;
  }
}
.category-fancy-color.page-products.catalog-category-view .diamond_finder .merge_filter .ds-filter-collection + .merge_container {
  width: 100%;
}
.category-fancy-color .filter_container .filter_container .diamond_main_title {
  margin-left: 0;
}
@media only screen and (max-width: 1441px) {
  .category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul {
    display: flex !important;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul {
    display: inline-block !important;
  }
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li {
  background: transparent;
  height: 60px;
  position: relative;
}
@media only screen and (max-width: 1441px) {
  .category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li {
    width: 10% !important;
  }
}
@media only screen and (max-width: 992px) {
  .category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li {
    margin-bottom: 7px !important;
    width: 7% !important;
  }
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-selected {
  background: #252525 !important;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li:hover {
  background: #252525 !important;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li:after {
  bottom: 6px;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li:before {
  display: inline-block;
  position: absolute;
  min-width: 60px;
  margin-bottom: 10px;
  height: 45px;
  top: 0;
  background-repeat: no-repeat;
  background-image: url('../images/fancy.png');
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  content: '';
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 65px;
}
@media only screen and (max-width: 992px) {
  .category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li:before {
    left: -6px;
  }
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-yellow:before {
  background-position: 16px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-pink:before {
  background-position: -35px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-blue:before {
  background-position: -86px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-green:before {
  background-position: -137px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-orange:before {
  background-position: -189px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-brown:before {
  background-position: -240px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-black:before {
  background-position: -292px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-gray:before {
  background-position: -343px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-red:before {
  background-position: -394px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-purple:before {
  background-position: -445px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-violet:before {
  background-position: -496px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-champagne:before {
  background-position: -547px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-cognac:before {
  background-position: -598px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-color-chameleon:before {
  background-position: -648px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li.ds-selected,
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul li:active {
  background-color: #3d328e;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-yellow {
  background-position: 17px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-pink {
  background-position: -34px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-blue {
  background-position: -85px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-green {
  background-position: -136px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-orange {
  background-position: -187px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-brown {
  background-position: -238px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-black {
  background-position: -290px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-gray {
  background-position: -341px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-red {
  background-position: -392px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-purple {
  background-position: -443px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-violet {
  background-position: -494px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-champagne {
  background-position: -545px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-cognac {
  background-position: -596px 0;
}
.category-fancy-color .page-wrapper #diamondsearch .ds-filter-color ul .ds-color-chameleon {
  background-position: -646px 0;
}
#diamondsearch .ds-filter-color ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  justify-content: center;
}
body .matchpair_collection_filter .diamond_finder .stone_container h3,
body .main_filter_section .pl-filter-title-left,
.diamondpaircomparison-index-matchpairedall .page-title-wrapper,
.sub_filter_section,
.filter_container .filter_container .diamond_main_title,
.filter_container .filter_container .merge_filter:not(.advance-option) .collection_container .diamond_title,
.filter_container .filter_container .diamond-type-radio {
  margin-left: 15px;
}
.matchpair_collection_filter .merge_filter .stone_container .collection_type .small_check {
  padding-left: 0;
}
.matchpair_parent .toolbar {
  margin-bottom: 0;
}
.matchpair_parent .toolbar .pager .pages {
  margin-bottom: 0;
  border-bottom: 10px solid #2f2f2f;
  padding-bottom: 15px;
}
.diamond_finder .merge_filter.advance-option {
  padding-top: 35px;
  margin-top: 10px;
  position: relative;
}
.diamond_finder .merge_filter.advance-option:before {
  content: '';
  position: absolute;
  top: 0;
  background: #2f2f2f;
  height: 10px;
  left: -20px;
  right: 0;
  max-width: 1920px;
}
.diamond_finder .merge_filter.advance-option.advance_filter {
  margin-top: 0;
}
#diamondsearch #fancy-color {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  justify-content: center;
}
@media (max-width: 1366px) {
  #diamondsearch #fancy-color {
    display: inline-block;
  }
}
#diamondsearch #fancy-color li {
  min-width: inherit;
  max-width: inherit !important;
}
@media (max-width: 1366px) {
  #diamondsearch #fancy-color li {
    width: 63.5px !important;
    background-size: auto !important;
  }
}
#diamondsearch .ds-filter-color.ds-filter-shape {
  margin-bottom: 45px;
}
.customization-diamondwatcher-edit #diamondsearch .ds-filter-shape ul {
  margin: 0;
}
body .diamond_finder .merge_filter #shapes li {
  margin-bottom: 20px;
}
.category-fancy-color .diamond_finder .merge_filter .ds-filter-shape ul li {
  margin-bottom: 20px;
}
body #diamondsearch .ds-filter-color ul li {
  width: 100% !important;
  margin: 0px 4px !important;
  min-height: 45px;
}
.ds-plus-new {
  background: url('../images/right_arrow.png');
  width: 20px;
  height: 14px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  display: inline-block;
  top: 2px;
  margin: 0 auto;
}
body #diamondsearch .ds-filter-shape ul li {
  max-width: 10%;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li,
.merge_filter .stone_container .ds-filter-certificate-wrapper li,
.merge_filter .ds-filter-collection .collection_type li,
.merge_filter .stone_container .collection_type li {
  line-height: 16px !important;
  margin-bottom: 15px !important;
  padding: 10px 10px 10px 10px !important;
}
@media only screen and (max-width: 1441px) {
  .merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li,
  .merge_filter .stone_container .ds-filter-certificate-wrapper li,
  .merge_filter .ds-filter-collection .collection_type li,
  .merge_filter .stone_container .collection_type li {
    padding: 5px 10px 5px 5px !important;
  }
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li:hover,
.merge_filter .stone_container .ds-filter-certificate-wrapper li:hover,
.merge_filter .ds-filter-collection .collection_type li:hover,
.merge_filter .stone_container .collection_type li:hover {
  background: #252525;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.advance_selection,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.advance_selection,
.merge_filter .ds-filter-collection .collection_type li.advance_selection,
.merge_filter .stone_container .collection_type li.advance_selection {
  margin-top: 20px;
  position: relative;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.advance_selection .custom_check h4:before,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.advance_selection .custom_check h4:before,
.merge_filter .ds-filter-collection .collection_type li.advance_selection .custom_check h4:before,
.merge_filter .stone_container .collection_type li.advance_selection .custom_check h4:before {
  content: '';
  background: url('../images/icon_sprite.png');
  width: 32px;
  height: 2px;
  position: absolute;
  top: -16px;
  background-position: -91px -98px;
  left: 50%;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 1024px) {
  .merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.advance_selection .custom_check h4:before,
  .merge_filter .stone_container .ds-filter-certificate-wrapper li.advance_selection .custom_check h4:before,
  .merge_filter .ds-filter-collection .collection_type li.advance_selection .custom_check h4:before,
  .merge_filter .stone_container .collection_type li.advance_selection .custom_check h4:before {
    left: 55%;
  }
}
@media (max-width: 768px) {
  .merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.advance_selection .custom_check h4:before,
  .merge_filter .stone_container .ds-filter-certificate-wrapper li.advance_selection .custom_check h4:before,
  .merge_filter .ds-filter-collection .collection_type li.advance_selection .custom_check h4:before,
  .merge_filter .stone_container .collection_type li.advance_selection .custom_check h4:before {
    left: 57%;
  }
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.advance_selection .custom_check h4:after,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.advance_selection .custom_check h4:after,
.merge_filter .ds-filter-collection .collection_type li.advance_selection .custom_check h4:after,
.merge_filter .stone_container .collection_type li.advance_selection .custom_check h4:after {
  border-top: 1px solid #4a4a4a;
  width: 70%;
  content: '';
  height: 1px;
  position: absolute;
  top: -15px;
  left: 60px;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.advance_selection .custom_check .cat_title,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.advance_selection .custom_check .cat_title,
.merge_filter .ds-filter-collection .collection_type li.advance_selection .custom_check .cat_title,
.merge_filter .stone_container .collection_type li.advance_selection .custom_check .cat_title {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.virtual_selection .custom_check .cat_title,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.virtual_selection .custom_check .cat_title,
.merge_filter .ds-filter-collection .collection_type li.virtual_selection .custom_check .cat_title,
.merge_filter .stone_container .collection_type li.virtual_selection .custom_check .cat_title {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha),
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha),
.merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha),
.merge_filter .stone_container .collection_type li .custom_check:not(.ha) {
  min-height: 38px;
  padding-left: 50px;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha) .cat_title,
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha) .cat_title,
.merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha) .cat_title,
.merge_filter .stone_container .collection_type li .custom_check:not(.ha) .cat_title {
  font-family: 'questa-regular';
  margin: 0;
  color: #ababab;
  font-size: 2.6rem;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 22px;
}
@media only screen and (max-width: 1441px) {
  .merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha) .cat_title,
  .merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha) .cat_title,
  .merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha) .cat_title,
  .merge_filter .stone_container .collection_type li .custom_check:not(.ha) .cat_title {
    font-size: 2rem;
    line-height: 20px;
  }
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha) .attribute_title,
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha) .attribute_title,
.merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha) .attribute_title,
.merge_filter .stone_container .collection_type li .custom_check:not(.ha) .attribute_title {
  position: relative;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip_icon,
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip_icon,
.merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha) .tooltip_icon,
.merge_filter .stone_container .collection_type li .custom_check:not(.ha) .tooltip_icon {
  background: url('../images/tooltip_icon1.png');
  width: 13px;
  height: 13px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -4px;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip_icon:hover + .tooltip,
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip_icon:hover + .tooltip,
.merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha) .tooltip_icon:hover + .tooltip,
.merge_filter .stone_container .collection_type li .custom_check:not(.ha) .tooltip_icon:hover + .tooltip {
  visibility: visible;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip,
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip,
.merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha) .tooltip,
.merge_filter .stone_container .collection_type li .custom_check:not(.ha) .tooltip {
  bottom: 50px;
  width: 190px;
  text-align: center;
  background-color: #ffffff;
  padding: 10px;
  left: -7px !important;
  color: #7d7d7d !important;
  z-index: 999;
  height: 215px;
  top: auto;
  display: block !important;
  visibility: hidden;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip.tooltip_active,
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip.tooltip_active,
.merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha) .tooltip.tooltip_active,
.merge_filter .stone_container .collection_type li .custom_check:not(.ha) .tooltip.tooltip_active {
  display: block;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip:hover,
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip:hover,
.merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha) .tooltip:hover,
.merge_filter .stone_container .collection_type li .custom_check:not(.ha) .tooltip:hover {
  visibility: visible;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip:before,
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip:before,
.merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha) .tooltip:before,
.merge_filter .stone_container .collection_type li .custom_check:not(.ha) .tooltip:before {
  content: '';
  border-width: 25px;
  border-style: solid;
  position: absolute;
  bottom: -50px;
  border-color: #ffffff transparent transparent transparent;
  left: 50%;
  margin-left: -25px;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip .ng-binding,
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip .ng-binding,
.merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha) .tooltip .ng-binding,
.merge_filter .stone_container .collection_type li .custom_check:not(.ha) .tooltip .ng-binding {
  padding: 0px 10px;
  text-transform: none;
  min-height: 50px;
  overflow: hidden;
  margin-top: 10px;
  display: block;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip a,
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip a,
.merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha) .tooltip a,
.merge_filter .stone_container .collection_type li .custom_check:not(.ha) .tooltip a {
  color: #7d7d7d !important;
  text-transform: none;
  text-decoration: underline;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip h3,
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip h3,
.merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha) .tooltip h3,
.merge_filter .stone_container .collection_type li .custom_check:not(.ha) .tooltip h3 {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 3rem;
  margin-top: 0;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip .icon_diamond,
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:not(.ha) .tooltip .icon_diamond,
.merge_filter .ds-filter-collection .collection_type li .custom_check:not(.ha) .tooltip .icon_diamond,
.merge_filter .stone_container .collection_type li .custom_check:not(.ha) .tooltip .icon_diamond {
  width: 65px;
  height: 46px;
  background: url('../images/tooltip_diamond.png');
  display: inline-block;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li:hover .custom_check .cat_title,
.merge_filter .stone_container .ds-filter-certificate-wrapper li:hover .custom_check .cat_title,
.merge_filter .ds-filter-collection .collection_type li:hover .custom_check .cat_title,
.merge_filter .stone_container .collection_type li:hover .custom_check .cat_title {
  color: #ffffff;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li:hover .custom_check .label,
.merge_filter .stone_container .ds-filter-certificate-wrapper li:hover .custom_check .label,
.merge_filter .ds-filter-collection .collection_type li:hover .custom_check .label,
.merge_filter .stone_container .collection_type li:hover .custom_check .label {
  color: #ffffff;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper .small_check,
.merge_filter .stone_container .ds-filter-certificate-wrapper .small_check,
.merge_filter .ds-filter-collection .collection_type .small_check,
.merge_filter .stone_container .collection_type .small_check {
  margin-top: 8px;
  display: block;
  float: left;
  width: 100%;
  max-height: 22px;
  padding-left: 50px;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper .small_check [type="checkbox"]:not(:checked) + label:before,
.merge_filter .stone_container .ds-filter-certificate-wrapper .small_check [type="checkbox"]:not(:checked) + label:before,
.merge_filter .ds-filter-collection .collection_type .small_check [type="checkbox"]:not(:checked) + label:before,
.merge_filter .stone_container .collection_type .small_check [type="checkbox"]:not(:checked) + label:before,
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper .small_check [type="checkbox"]:checked + label:before,
.merge_filter .stone_container .ds-filter-certificate-wrapper .small_check [type="checkbox"]:checked + label:before,
.merge_filter .ds-filter-collection .collection_type .small_check [type="checkbox"]:checked + label:before,
.merge_filter .stone_container .collection_type .small_check [type="checkbox"]:checked + label:before,
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper .small_check [type="checkbox"]:not(:checked) + label:after,
.merge_filter .stone_container .ds-filter-certificate-wrapper .small_check [type="checkbox"]:not(:checked) + label:after,
.merge_filter .ds-filter-collection .collection_type .small_check [type="checkbox"]:not(:checked) + label:after,
.merge_filter .stone_container .collection_type .small_check [type="checkbox"]:not(:checked) + label:after,
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper .small_check [type="checkbox"]:checked + label:after,
.merge_filter .stone_container .ds-filter-certificate-wrapper .small_check [type="checkbox"]:checked + label:after,
.merge_filter .ds-filter-collection .collection_type .small_check [type="checkbox"]:checked + label:after,
.merge_filter .stone_container .collection_type .small_check [type="checkbox"]:checked + label:after {
  height: 15px;
  width: 15px;
  top: 0px !important;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper .small_check .label,
.merge_filter .stone_container .ds-filter-certificate-wrapper .small_check .label,
.merge_filter .ds-filter-collection .collection_type .small_check .label,
.merge_filter .stone_container .collection_type .small_check .label {
  padding-left: 0px;
  top: 0px;
  margin-right: 13px;
  line-height: 20px;
  cursor: pointer;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper .small_check .custom_check,
.merge_filter .stone_container .ds-filter-certificate-wrapper .small_check .custom_check,
.merge_filter .ds-filter-collection .collection_type .small_check .custom_check,
.merge_filter .stone_container .collection_type .small_check .custom_check {
  position: relative;
  padding-left: 25px;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper .small_check .custom_check.ha,
.merge_filter .stone_container .ds-filter-certificate-wrapper .small_check .custom_check.ha,
.merge_filter .ds-filter-collection .collection_type .small_check .custom_check.ha,
.merge_filter .stone_container .collection_type .small_check .custom_check.ha {
  display: inline-block;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper .small_check .custom_check.ha:before,
.merge_filter .stone_container .ds-filter-certificate-wrapper .small_check .custom_check.ha:before,
.merge_filter .ds-filter-collection .collection_type .small_check .custom_check.ha:before,
.merge_filter .stone_container .collection_type .small_check .custom_check.ha:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 12px;
  height: 15px;
  width: 15px;
  top: 0px !important;
  border: 1px solid #aaaaaa;
  background: #252525;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper .small_check .custom_check.ha.heart_small_check:before,
.merge_filter .stone_container .ds-filter-certificate-wrapper .small_check .custom_check.ha.heart_small_check:before,
.merge_filter .ds-filter-collection .collection_type .small_check .custom_check.ha.heart_small_check:before,
.merge_filter .stone_container .collection_type .small_check .custom_check.ha.heart_small_check:before {
  background: url('../images/check_arrow.png');
  border: 1px solid  #ffffff;
  background-size: contain;
}
body .filter_container .diamond_finder .collection_container {
  width: 25%;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  body .filter_container .diamond_finder .collection_container {
    width: 30%;
  }
}
@media (max-width: 992px) {
  body .filter_container .diamond_finder .collection_container {
    width: 37%;
  }
}
body .filter_container .diamond_finder .advance-option .lab_container .collection_container {
  width: 15%;
  border-right: 0;
}
body .filter_container .diamond_finder .advance-option .lab_container .merge_container {
  width: 85%;
  border-left: 1px solid #4a4a4a;
}
@media only screen and (max-width: 992px) {
  body .filter_container .diamond_finder .advance-option .lab_container .merge_container {
    padding-left: 15px;
  }
}
body .filter_container .diamond_finder .advance-option .lab_container .merge_container .diamond_list.ds-filter-cut {
  border-right: 1px solid #4a4a4a;
}
@media only screen and (max-width: 1366px) {
  body .filter_container .diamond_finder .advance-option .lab_container .merge_container .diamond_list.ds-filter-polish {
    border-right: 1px solid #4a4a4a;
  }
}
body .matchpair_collection_filter div.diamond_finder {
  padding-bottom: 0;
}
body .matchpair_collection_filter .diamond_finder .merge_filter .merge_container {
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  body .matchpair_collection_filter .diamond_finder .merge_filter .merge_container {
    width: 70%;
  }
}
@media only screen and (max-width: 992px) {
  body .matchpair_collection_filter .diamond_finder .merge_filter .merge_container {
    width: 63%;
  }
}
body .matchpair_collection_filter .diamond_finder .stone_container {
  width: 25%;
  padding-right: 20px;
  border: 0;
}
@media (max-width: 1024px) {
  body .matchpair_collection_filter .diamond_finder .stone_container {
    width: 30%;
  }
}
@media (max-width: 992px) {
  body .matchpair_collection_filter .diamond_finder .stone_container {
    width: 37%;
  }
}
body .matchpair_collection_filter .diamond_finder .lab_container .collection_container .ds-filter-certificate-wrapper li {
  color: #aaaaaa;
  position: relative;
  padding-left: 45px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1441px) {
  body .matchpair_collection_filter .diamond_finder .lab_container .collection_container .ds-filter-certificate-wrapper li {
    line-height: 30px;
    padding-left: 35px;
    margin-bottom: 10px !important;
  }
}
body .matchpair_collection_filter .diamond_finder .lab_container .collection_container .ds-filter-certificate-wrapper li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -2px;
  width: 32px;
  height: 32px;
  border: 1px solid #aaaaaa;
  background: #252525;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1441px) {
  body .matchpair_collection_filter .diamond_finder .lab_container .collection_container .ds-filter-certificate-wrapper li:before {
    width: 26px;
    height: 26px;
    top: -2px;
  }
}
body .matchpair_collection_filter .diamond_finder .lab_container .collection_container .ds-filter-certificate-wrapper li.ds-selected span {
  color: #ffffff;
}
body .matchpair_collection_filter .diamond_finder .lab_container .collection_container .ds-filter-certificate-wrapper li.ds-selected:before {
  background: url('../images/check_arrow.png');
  border: 1px solid  #ffffff;
  background-size: contain;
}
input:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important;
}
#diamondsearch-view .filter_collapse {
  margin-bottom: 5px;
  margin-top: 0px;
}
#diamondsearch-view #filter-result {
  border-top: 10px solid #2f2f2f;
}
#diamondsearch #diamondsearch-view .ds-filter-shape {
  padding-left: 0;
}
@media (max-width: 1024px) {
  #diamondsearch #diamondsearch-view .ds-filter-shape {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  #diamondsearch #diamondsearch-view .ds-filter-shape {
    padding-right: 20px;
  }
}
#diamondsearch #diamondsearch-view .diamond_finder .merge_filter .merge_container .stone_container .diamond_list {
  padding-left: 0;
}
.modal-popup.alert_popup .modal-inner-wrap #diamond-watcher-auth a strong {
  font-weight: normal;
}
body .funnel-step-container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.update-cart-item {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
}
.update-cart-item:focus,
.update-cart-item:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.update-cart-item:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.update-cart-item.disabled,
.update-cart-item[disabled],
fieldset[disabled] .update-cart-item {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.update-cart-item span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.update-cart-item:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.update-cart-item:focus {
  box-shadow: none;
}
html body {
  color: #ffffff;
}
html body ul {
  list-style: none;
}
html body a {
  text-decoration: none;
}
.diamondsearch-index-setting .page-wrapper .page-main {
  background: #2f2f2f;
}
.action.primary.setting-button {
  line-height: 2.2rem;
  padding: 6px 17px;
  font-size: 1.8rem;
  margin-right: 0;
  margin-bottom: 15px;
  width: 89%;
  background: #54e7f0 !important;
  color: #000000;
  font-family: 'questa-light';
  font-style: italic;
  margin: 0 15px;
  float: none;
  max-width: inherit;
}
.action.primary.setting-button:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 50px;
  height: 17px;
  background-position: -20px -57px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 2px;
}
.action.primary.setting-button span {
  color: #000000;
}
body .funnel-step-container {
  position: inherit;
}
body .funnel-step {
  font-size: 30px;
}
body .funnel-step-content {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
body .funnel-step-content .funnel-num {
  display: block;
  font-size: 1.5rem;
  line-height: normal;
  color: #969696;
  text-align: left;
  padding-bottom: 7px;
}
body .title_1,
body .title_2,
body .title_3 {
  position: inherit;
  padding-top: 0;
  display: block;
  padding-left: 0 !important;
  text-align: left;
  font-size: 2rem;
  font-family: 'questa-light';
}
body .title_1 span,
body .title_2 span,
body .title_3 span {
  font-size: 2rem;
  font-style: normal;
  display: inline-block;
  padding-bottom: 2px;
}
body ul.funnel-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  justify-content: center;
}
body #funnel {
  margin-top: 10px;
  padding-bottom: 0px;
}
body #diamondsearch .ds-listview li {
  color: #ffffff;
}
body #diamondsearch .ds-ccc p {
  color: #ffffff;
}
body #diamondsearch .ds-labelview li.ds-selected {
  background: #d18c4a !important;
}
body #diamondsearch .ds-labelview li.ds-selected:after {
  border-top-color: #d18c4a !important;
}
body #diamondsearch .ds-diamond-price {
  color: #d18c4a;
}
body #diamondsearch .ds-product-preview-right h1 {
  padding-left: 0 !important;
}
body #diamondsearch .ds-button.ds-button-special {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
}
body #diamondsearch .ds-button.ds-button-special:focus,
body #diamondsearch .ds-button.ds-button-special:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
body #diamondsearch .ds-button.ds-button-special:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
body #diamondsearch .ds-button.ds-button-special.disabled,
body #diamondsearch .ds-button.ds-button-special[disabled],
fieldset[disabled] body #diamondsearch .ds-button.ds-button-special {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
body #diamondsearch .ds-button.ds-button-special span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
body #diamondsearch .ds-button.ds-button-special:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
body #diamondsearch .ds-button.ds-button-special:focus {
  box-shadow: none;
}
body #diamondsearch .ds-diamond-image {
  background: transparent;
}
body .ds-search .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}
body #diamondsearch .ds-filter-label {
  color: #d18c4a;
  text-transform: capitalize;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: normal;
  padding-left: 10px;
}
body #diamondsearch .ui-slider-legend {
  padding: 25px 16px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
body #diamondsearch .ui-slider-legend p {
  width: auto !important;
}
body #diamondsearch .ui-slider-legend p b {
  font-size: 14px;
}
body #diamondsearch .ui-slider-inputs {
  padding-top: 20px;
}
.diamondsearch-index-index .page-wrapper .page-main {
  background: transparent;
}
body.diamondsearch-index-index #diamondsearch .ui-slider-horizontal:before {
  background: #363636;
}
body .matchpair_collection_filter #diamondsearch .ui-slider-horizontal:before {
  background: #252525;
}
body #diamondsearch .ds-filter {
  background: #2f2f2f;
}
body li.funnel-step.step-active:before {
  content: none;
}
body #diamondsearch {
  max-width: 100%;
  border: 0;
  z-index: 1;
  background: #363636;
  float: left;
  max-height: inherit;
  margin-bottom: 0;
}
body #diamondsearch .ui-slider-horizontal {
  height: 10px;
  background: #262626;
  position: relative;
  border-radius: 0;
}
body #diamondsearch .ui-slider-horizontal:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  background: #252525;
  width: 100%;
  left: 0;
  right: 0;
}
body #diamondsearch .ds-results,
body #diamondsearch .ds-footer {
  background: #ebebeb;
}
body #diamondsearch .ui-slider-legend p {
  color: #ffffff;
}
body #diamondsearch .ui-slider-legend p b {
  color: #6d6d6d;
}
body #diamondsearch .ui-slider-legend p span {
  display: none;
}
body #diamondsearch .ds-results .ds-results-table td.ds-shape-cell {
  text-align: center;
}
body #diamondsearch .ds-results .ds-results-table tbody tr:hover,
body #diamondsearch .ds-results .ds-results-table tbody tr:nth-child(2n):hover {
  background: #4ab5c8;
}
body #diamondsearch .ui-slider-inputs input {
  width: 88px !important;
  border-color: #474747 !important;
  background: #363636 !important;
  color: #f8f8f8 !important;
  border-radius: 0;
  text-align: center;
  height: 34px !important;
  font-size: 14px !important;
}
body #diamondsearch .ui-slider-inputs .ds-ui-value-wrapper-left {
  font-size: 14px !important;
}
body #diamondsearch .ui-slider-inputs {
  position: relative;
}
body #diamondsearch .ui-slider-inputs:before {
  background: url('../images/search_filter_arrow.png');
  content: '';
  position: absolute;
  width: 90px;
  left: 0;
  right: 0;
  top: 70%;
  height: 10px;
  margin: -5px auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1024px) {
  body #diamondsearch .ui-slider-inputs:before {
    width: 42px;
  }
}
@media (max-width: 1200px) and (min-width: 1194px) {
  body #diamondsearch .ui-slider-inputs:before {
    width: 45px;
  }
}
body #diamondsearch .ds-filter-color .ds-filter-label a {
  color: #d18c4a;
  text-transform: capitalize;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: normal;
}
body #diamondsearch .ds-search .ds-search-title h1 {
  color: #aaaaaa;
  font-size: 2.5rem;
  text-transform: capitalize;
  padding-top: 0px;
  padding-bottom: 10px;
  border: 0;
}
body #diamondsearch .ds-search .ds-search-title {
  background: #2f2f2f;
}
body #diamondsearch .ds-search .ds-search-title .ds-filter-actions {
  border: 0;
  font-style: italic;
  font-size: 1.8rem;
  text-transform: capitalize;
  color: #fdfdfd;
  padding: 0px 20px;
  border: 1px solid #fdfdfd;
  background: #000;
  width: auto;
  height: auto;
  margin-right: 10px;
  text-decoration: none;
}
body #diamondsearch .ds-search .ds-search-title .ds-filter-actions:hover {
  background: #d18c4a;
  border-color: #d18c4a;
}
body #diamondsearch .ds-search .ds-search-title .ds-filter-actions a {
  color: #ffffff;
}
body #diamondsearch .ds-results .ds-results-table tbody tr,
body #diamondsearch .ds-results .ds-results-table tbody tr:nth-child(2n) {
  background: #ebebeb;
}
body #diamondsearch td.ds-shape-cell.ng-binding {
  line-height: 25px;
}
body #diamondsearch td.ds-price-cell.ng-binding {
  color: #d18c4a;
}
body #diamondsearch .page-with-filter.page-products #diamondsearch .ds-filter-color ul {
  padding: 10px 0;
  margin-bottom: 5px;
}
body #diamondsearch #diamondsearch .ds-filter-color ul li.ds-selected,
body #diamondsearch #diamondsearch .ds-filter-color ul li:active {
  background-color: #252525 !important;
}
body #diamondsearch body.page-products.page-with-filter .columns {
  padding: 0;
}
body #diamondsearch body #diamondsearch .ds-filter-shape ul li span.ds-shape-cushion-brilliant:after {
  bottom: -35px !important;
}
body #diamondsearch .ds-filter-shape ul:not(.ds-filter-fancy-color) li {
  position: relative;
  min-height: 90px;
  cursor: pointer;
  padding: 10px;
}
@media (max-width: 1024px) {
  body #diamondsearch .ds-filter-shape ul:not(.ds-filter-fancy-color) li {
    min-width: 14%;
  }
}
@media (max-width: 992px) {
  body #diamondsearch .ds-filter-shape ul:not(.ds-filter-fancy-color) li {
    min-width: 20%;
  }
  body #diamondsearch .ds-filter-shape ul:not(.ds-filter-fancy-color) li:nth-child(5):after {
    content: none;
  }
}
body #diamondsearch .ds-filter-shape ul:not(.ds-filter-fancy-color) li:after {
  content: '';
  width: 1px;
  height: 60%;
  top: 20%;
  position: absolute;
  background: #4a4a4a;
  right: 0;
}
body #diamondsearch .ds-filter-shape ul:not(.ds-filter-fancy-color) li:hover {
  background: #252525;
}
body #diamondsearch .ds-filter-shape ul:not(.ds-filter-fancy-color) li.ng-scope.ds-selected {
  background: #252525;
}
body #diamondsearch .ds-filter-shape ul:not(.ds-filter-fancy-color) li:last-child:after {
  content: none;
}
body #diamondsearch .ds-filter-shape ul:not(.ds-filter-fancy-color) li span:after {
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 12px;
  bottom: -25px;
}
body #diamondsearch .page-products.page-with-filter #diamondsearch .ds-filter-shape ul li {
  height: auto;
}
body #diamondsearch .ds-filter-color .ds-filter-label a.ds-selected {
  display: none;
}
body #diamondsearch .ds-filter-color .ds-filter-label a + span {
  display: none;
}
body .ui-slider-horizontal .ui-slider-handle {
  background: #262626;
  top: 5px;
}
body .nwg_icons_caret_left:before {
  content: none;
}
body #diamondsearch .ds-filter-certificate .ds-filter-certificate-wrapper li {
  color: #ffffff;
}
body #diamondsearch .ds-filter-certificate .ds-filter-certificate-wrapper li.active {
  background: #4ab5c8;
}
body li.funnel-step.step-active:not(:last-child):after,
body .funnel-container > li:not(:last-child).funnel-step:after {
  content: none;
}
body ul.funnel-container {
  background: transparent;
}
body ul.funnel-container > li {
  position: relative;
  background-repeat: no-repeat;
  border: 0;
  width: 33.33%;
  display: table-cell;
  vertical-align: text-top;
}
body ul.funnel-container > li .funnel-step-container:before {
  width: 120px;
  height: 120px;
  content: '' !important;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
body .diamondsearch-index-index ul.funnel-container > li.step-active:before {
  content: !important;
}
body ul.funnel-container > li.step-active > div {
  background: transparent;
  border: 0;
}
body ul.funnel-container li.ds-diamond .funnel-step-container:before {
  background: transparent url('../images/diamond_defult.png');
}
body ul.funnel-container li.ds-setting .funnel-step-container:before {
  background: transparent url('../images/setting_defult.png');
}
body ul.funnel-container li.ds-review .funnel-step-container:before {
  background: transparent url('../images/purchase_defult.png');
}
body ul.funnel-container li.ds-side-stone .funnel-step-container:before {
  background: transparent url('../images/side_stone.png');
}
body ul.funnel-container li.ds-side-stone.step-active .funnel-step-container:before {
  background: transparent url('../images/side_stone_active.png');
  background-size: contain;
}
body ul.funnel-container li.ds-side-stone-ring .funnel-step-container:before {
  background: transparent url('../images/side-stone-ring.png');
}
body ul.funnel-container li.ds-side-stone-earring .funnel-step-container:before {
  background: transparent url('../images/side-stone-earring.png');
}
body ul.funnel-container li.step-active.ds-diamond .funnel-step-container:before {
  background: transparent url('../images/diamond_icon_active.png');
  background-size: contain;
}
body ul.funnel-container li.step-active.ds-setting .funnel-step-container:before {
  background: transparent url('../images/setting_icon_active.png');
  background-size: contain;
}
body ul.funnel-container li.step-active.ds-review .funnel-step-container:before {
  background: transparent url('../images/purchase_active.png');
  background-size: contain;
}
body ul.funnel-container li.step-active .funnel-step-content a {
  color: #ffffff;
}
body ul.funnel-container li.step-active .funnel-step-content .funnel-num {
  color: #d18c4a;
}
body ul.funnel-container {
  border: 0;
  display: table;
  table-layout: fixed;
  margin-bottom: 20px;
}
body .funnel-step {
  padding-left: 0px;
  text-align: center;
}
body #diamondsearch .ds-filter-certificate .ds-filter-certificate-wrapper li.ds-selected {
  background-color: #252525;
}
body .funnel-step-content {
  color: #969696;
}
body .funnel-step-content a {
  color: #969696;
  font-style: italic;
  font-size: 20px;
  text-decoration: none;
}
.sale_section {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.sale_section .funnel_image_box {
  vertical-align: middle;
  display: inline-block;
}
.sale_section .img_1,
.sale_section .img_2 {
  display: block;
  border: 1px solid #aaaaaa;
}
.sale_section .funnel_info_box {
  vertical-align: middle;
  display: inline-block;
}
.sale_section .funnel_info_box .price_1 {
  margin-bottom: 5px;
}
.sale_section .funnel_info_box .price_1 .sale-price {
  color: #ffffff;
}
.sale_section .price_1,
.sale_section .price_2,
.sale_section .change_1,
.sale_section .change_2 {
  display: block;
}
.sale_section .viewchange {
  color: #d18c4a;
  font-family: gothicbold;
  font-size: 14px;
}
@media only screen and (max-width: 1441px) {
  .sale_section .viewchange {
    font-size: 12px;
  }
}
.sale_section .viewchange.rm_link {
  color: #4ab5c8;
}
.sale_section .img_1 {
  border: 0;
  background: transparent;
}
.sale_section .img_1 img {
  border: 1px solid #aaa;
  background: #ffffff;
}
/* body[class*=diamondsearch-index]{} */
.diamondsearch-index-setting .columns {
  background: #ebebeb;
  padding: 0px;
}
.products-grid .product-item-info {
  width: 100%;
}
body .limiter-text,
body .sorter-label {
  display: none;
}
@media (max-width: 992px) {
  .diamondsearch-index-index .diamond_finder .merge_filter .stone_container,
  .category-diamonds .diamond_finder .merge_filter .stone_container {
    border: 0;
  }
  .diamondsearch-index-index .diamond_finder .merge_filter .stone_container .diamond_list.blank.stone,
  .category-diamonds .diamond_finder .merge_filter .stone_container .diamond_list.blank.stone {
    padding-bottom: 0 !important;
    margin: 0;
  }
  .diamondsearch-index-index .diamond_finder .merge_filter .stone_container .diamond_list.blank.stone ul,
  .category-diamonds .diamond_finder .merge_filter .stone_container .diamond_list.blank.stone ul {
    margin-bottom: 15px;
  }
  .diamondsearch-index-index .diamond_finder .merge_filter .stone_container .diamond_list.blank.stone ul li,
  .category-diamonds .diamond_finder .merge_filter .stone_container .diamond_list.blank.stone ul li {
    margin-bottom: 0;
  }
}
@media (max-width: 1366px) {
  .customization-diamondwatcher-edit #diamondsearch .ds-filter-color ul li:after {
    bottom: 6px;
  }
  .customization-diamondwatcher-edit #diamondsearch .ds-filter-color ul li {
    height: 58px;
  }
}
/*===================== List page Start here ==================*/
.rating-summary + .product-item-name {
  margin-top: 0;
}
body .product-item-name {
  margin-top: 7px;
}
.trustpilot-widget {
  display: inline-block;
  width: 100%;
}
body .swatch-option-link-layered:focus > div {
  box-shadow: none;
}
.ring_attribute .product_left_options {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.ring_attribute .product_left_options .product-options-wrapper .fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ring_attribute .product_left_options .product-options-wrapper .fieldset .swatch-opt {
  width: 50%;
  order: 2;
  margin: 0;
}
.ring_attribute .product_left_options .product-options-wrapper .fieldset > .field {
  width: 50%;
  order: 1;
}
.ring_attribute .product_left_options .product-options-wrapper .fieldset > .field + .field {
  order: 3;
  width: 50%;
}
.am-shopby-swatch-label .label {
  color: #000000;
}
.sidebar-main .filter-options-content .swatch-layered .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 10px !important;
}
.sidebar-main .filter-options-content .swatch-layered .item .swatch-option {
  margin-bottom: 5px;
}
.sidebar-main .filter-options-content .swatch-layered .item .am-shopby-swatch-label {
  padding-left: 7px;
}
body #diamondsearch .ui-slider-legend p.active b {
  color: #ffffff;
}
.column .block-content.filter-content .filter_result {
  display: none;
}
.minisearch .actions {
  display: block !important;
}
.column.main .product-items {
  float: left;
  width: 100%;
  margin: 0;
}
.diamondsearch-index-setting .products-grid {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.diamondsearch-index-setting .filter_title {
  margin-bottom: 40px;
}
.diamondsearch-index-setting .products-grid .product-item {
  width: 25%;
}
.diamondsearch-index-setting .products-grid .product-item:nth-child(4n + 1) {
  clear: left;
}
@media (max-width: 1024px) {
  .diamondsearch-index-setting .products-grid .product-item {
    width: 33.33%;
  }
  .diamondsearch-index-setting .products-grid .product-item:nth-child(4n + 1) {
    clear: none;
  }
  .diamondsearch-index-setting .products-grid .product-item:nth-child(3n + 1) {
    clear: left;
  }
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  padding: 0;
  margin-top: -14px;
  margin-left: -9px;
  width: 30px;
  height: 30px;
  background: url('../images/slider_arrow.png') !important;
  background-size: contain !important;
}
@media only screen and (max-width: 1441px) {
  .amshopby-slider-container .am-slider .ui-slider-handle {
    width: 30px;
    height: 30px;
  }
}
body.page-products .columns {
  background: #ebebeb;
  padding: 0px;
}
@media only screen and (max-width: 1023px) {
  body.page-products .columns {
    padding: 15px 5px 15px 15px;
  }
}
body .sidebar-main .ui-slider-horizontal .ui-slider-handle {
  margin-top: -9px;
  margin-left: -5px;
}
@media only screen and (max-width: 1441px) {
  body .sidebar-main .ui-slider-horizontal .ui-slider-handle {
    width: 30px;
    height: 30px;
    margin-top: -9px;
  }
}
body .sidebar-main .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
  margin-left: -5px;
}
@media only screen and (max-width: 1441px) {
  body .sidebar-main .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
    margin-left: -5px;
  }
}
.show-local-curr {
  position: absolute;
  padding: 5px;
  border: 1px solid #d18c4a;
  top: -33px;
  width: 100%;
  background: #ffffff;
  color: #000000;
  font-family: 'questa-light';
}
.show-local-curr:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: " ";
  top: auto;
  border-width: 10px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
  transform: rotate(180deg);
  bottom: -10px;
  left: 144px;
  z-index: 999;
}
.catalog-product-view .toolbar .pages .pages-items li:not(.pages-item-next):not(.pages-item-previous) {
  width: 50px;
}
.price .fa {
  font-size: 2.2rem;
  cursor: pointer;
}
.product-item .price-box {
  position: relative;
  top: 7px;
}
.sidebar-main .filter .filter-options .layer_list:last-child .filter-options-content:before {
  content: none;
}
.sidebar-main .page-with-filter .am-filter-items-attr_price {
  margin-top: 20px;
}
.sidebar-main .filter-content .items {
  margin-right: 0;
}
.sidebar-main .filter-content .filter-options-content {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.sidebar-main .filter-content .filter-options-content:before {
  background: url('../images/list_divider.png');
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.sidebar-main .filter-content .filter-options {
  margin-bottom: 0;
}
.sidebar-main .filter-content .filter-options .layer_list.clarity {
  margin-left: 0;
  padding-left: 0px;
}
.sidebar-main .filter-content .filter-options .layer_list.clarity .filter-options-title {
  margin-left: 0px;
}
.sidebar-main .filter-content .filter-options .layer_list.color {
  padding-left: 0px;
}
.sidebar-main .filter-content .filter-options .layer_list.color .filter-options-title {
  margin-left: 0px;
}
.sidebar-main .block-content.filter-content .filter_result {
  order: 1;
}
.sidebar-main .block-content.filter-content .filter_result .filter-options-title {
  margin-top: 20px;
}
.sidebar-main .block-content.filter-content .filter_result .filter-options-title .items li {
  background: #ffffff;
}
.sidebar-main .block-content.filter-content .filter_result {
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}
.sidebar-main .block-content.filter-content .filter_result .items li {
  margin-left: 0;
}
.sidebar-main .filter-options {
  order: 2;
}
.category-round-hearts-arrows.page-products .columns,
.category-cushion-hearts-arrows.page-products .columns,
.category-signature-princess.page-products .columns,
.category-signature-emerald.page-products .columns,
.category-diamonds.page-products .columns {
  padding: 0;
}
body .block-content.filter-content .filter_result .items li {
  background: #ffffff;
}
@media only screen and (max-width: 992px) {
  body .block-content.filter-content .filter_result .items li {
    background: #e6e6e6;
  }
}
.block-content.filter-content .filter_result .filter-options-title {
  margin-bottom: 15px;
}
.page-products .products-grid .product-item-inner:before {
  content: none !important;
}
.catalog-product-view .fancybox-slide--iframe .fancybox-content {
  max-height: 75vh;
}
@media only screen and (max-width: 1440px) {
  .catalog-product-view .fancybox-slide--iframe .fancybox-content {
    max-height: 85vh;
  }
}
.sidebar-main .filter-options-content .item {
  margin-bottom: 15px;
}
.sidebar-main .filter-options-content .item [type="checkbox"]:not(:checked) + label:before,
.sidebar-main .filter-options-content .item [type="checkbox"]:checked + label:before {
  background: #ebebeb;
  top: -7px;
}
@media only screen and (max-width: 1024px) {
  .sidebar-main .filter-options-content .item [type="checkbox"]:not(:checked) + label:before,
  .sidebar-main .filter-options-content .item [type="checkbox"]:checked + label:before {
    top: -2px;
  }
}
.sidebar-main .filter-options-content .item [type="checkbox"]:not(:checked) + label:before,
.sidebar-main .filter-options-content .item [type="checkbox"]:checked + label:before {
  border-color: #ababab;
  top: -7px;
}
@media only screen and (max-width: 1024px) {
  .sidebar-main .filter-options-content .item [type="checkbox"]:not(:checked) + label:before,
  .sidebar-main .filter-options-content .item [type="checkbox"]:checked + label:before {
    top: -2px;
  }
}
.sidebar-main .filter-options-content .item [type="checkbox"]:checked + label:after {
  top: -7px;
}
@media only screen and (max-width: 1024px) {
  .sidebar-main .filter-options-content .item [type="checkbox"]:checked + label:after {
    top: -2px;
  }
}
.sidebar-main .filter-options-content .item label {
  color: #8a8a8a;
  padding-top: 0px;
}
.sidebar-main .filter-options-content .item .count {
  color: #363636;
}
.sidebar-main .filter-options-content .item .am_shopby_link_selected label {
  color: #363636;
}
.sidebar-main .filter-options-content .item [type="radio"]:checked + label:after,
.sidebar-main .filter-options-content .item [type="radio"]:not(:checked) + label:after {
  top: 3px;
}
.sidebar-main .filter-options-content .item [type="radio"]:checked + label:before,
.sidebar-main .filter-options-content .item [type="radio"]:not(:checked) + label:before {
  top: 2px;
}
/*===================== List page End here ==================*/
.products {
  margin: 30px 0;
  margin-top: 53px;
}
@media (max-width: 992px) {
  .products {
    margin-top: 15px;
  }
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  float: left;
  width: 50%;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 10px 0;
  word-wrap: break-word;
  margin-top: 0px;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
}
.product-item .price-box {
  margin: 0;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 0 0;
  vertical-align: middle;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: middle;
}
.products-list .product-image-container {
  float: left;
}
.products-grid.products-related .product-item .product-item-info:hover .product-item-details {
  bottom: 0;
}
.products-grid.products-related .product-item .product-item-info:hover .product-item-details .product-item-name {
  margin-top: 10px;
}
.products-grid.products-related .product-item .product-item-info .product-item-name {
  margin-top: 10px;
}
.products-grid.products-related .sortable,
.products-grid.products-upsell .sortable {
  float: right;
  margin-right: 1.5%;
}
.products-grid.products-related .sortable:first-child,
.products-grid.products-upsell .sortable:first-child {
  margin-right: 2.33%;
}
.products-grid.products-related .sortable select,
.products-grid.products-upsell .sortable select {
  background-color: transparent;
}
.related .block-actions {
  display: none;
}
body .products-grid.products-related,
body .products-grid.products-upsell {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  body .products-grid.products-related .product-item,
  body .products-grid.products-upsell .product-item {
    width: 23%;
    margin: 1%;
  }
}
@media only screen and (max-width: 768px) {
  body .products-grid.products-related .product-item,
  body .products-grid.products-upsell .product-item {
    width: 33.33%;
    margin: 2% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  body.page-products .products-grid .product-item {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 1024px) {
  body.page-products .products-grid .product-item:nth-child(3n + 4) {
    clear: left;
  }
}
.page-products.page-layout-2columns-left .column.main,
.diamondsearch-index-setting.page-layout-2columns-left .column.main {
  width: 74%;
}
@media only screen and (max-width: 812px) {
  .page-products.page-layout-2columns-left .column.main,
  .diamondsearch-index-setting.page-layout-2columns-left .column.main {
    width: 64%;
  }
}
.page-products.page-layout-2columns-left .column.main .toolbar-products.toolbar .toolbar-sorter,
.diamondsearch-index-setting.page-layout-2columns-left .column.main .toolbar-products.toolbar .toolbar-sorter {
  height: 35px;
}
.page-products.page-layout-2columns-left .column.main .toolbar-products.toolbar .toolbar-sorter select,
.diamondsearch-index-setting.page-layout-2columns-left .column.main .toolbar-products.toolbar .toolbar-sorter select {
  height: 35px !important;
  line-height: 25px !important;
  padding-right: 30px;
}
.page-products.page-layout-2columns-left .column.main .modes-mode,
.diamondsearch-index-setting.page-layout-2columns-left .column.main .modes-mode {
  padding: 5px 6px;
  border-radius: 0;
}
.page-products.page-layout-2columns-left .sidebar-main,
.diamondsearch-index-setting.page-layout-2columns-left .sidebar-main {
  width: 26%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 812px) {
  .page-products.page-layout-2columns-left .sidebar-main,
  .diamondsearch-index-setting.page-layout-2columns-left .sidebar-main {
    width: 36%;
  }
}
.page-products.page-layout-2columns-left .sidebar-main .page-title-wrapper,
.diamondsearch-index-setting.page-layout-2columns-left .sidebar-main .page-title-wrapper {
  order: 1;
}
.page-products.page-layout-2columns-left .sidebar-main .page-title-wrapper .page-title,
.diamondsearch-index-setting.page-layout-2columns-left .sidebar-main .page-title-wrapper .page-title {
  margin-top: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .page-products.page-layout-2columns-left .sidebar-main .page-title-wrapper .page-title,
  .diamondsearch-index-setting.page-layout-2columns-left .sidebar-main .page-title-wrapper .page-title {
    margin-bottom: 0;
  }
}
.page-products.page-layout-2columns-left .sidebar-main .page-title-wrapper .page-title span,
.diamondsearch-index-setting.page-layout-2columns-left .sidebar-main .page-title-wrapper .page-title span {
  color: #777777;
  font-family: 'questa-light';
}
.page-products .products-grid .product-items,
.diamondsearch-index-setting .products-grid .product-items {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .rating-summary {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .column.main .product-items {
    display: inline-block;
    margin: 0 2% 2% 2%;
  }
  .column.main .product-items .product-item {
    margin-bottom: 2.5%;
  }
}
@media only screen and (max-width: 639px) {
  .column.main .product-items {
    display: inline-block;
    margin: 0 2% 2% 2%;
  }
  .column.main .product-items .product-item {
    margin-bottom: 4%;
  }
}
.page-products .diamond_finder .merge_filter .diamond_list.cute ul {
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .page-products .diamond_finder .merge_filter .diamond_list.cute {
    margin-bottom: 15px;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .page-products .diamond_finder .merge_filter .diamond_list.cute li {
    width: 10%;
    min-width: 90px;
  }
}
@media only screen and (max-width: 812px) {
  .page-products .diamond_finder .merge_filter .filter_section {
    width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  .page-products .diamond_finder .merge_filter .stone_container .diamond_list {
    margin: 15px 0px;
  }
}
@media only screen and (max-width: 812px) {
  .page-products .diamond_finder .merge_filter .stone_container .diamond_list ul {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 812px) {
  .page-products .diamond_finder .merge_filter .stone_container .diamond_list .item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .products-grid .product-item .product-item-info {
    padding-bottom: 0;
    padding-bottom: 105px;
    position: relative;
  }
  .products-grid .product-item .product-item-info:hover {
    border-bottom: 5px solid #ffffff;
  }
  .products-grid .product-item .product-item-info:hover:before {
    content: none !important;
  }
  .products-grid .product-item .product-item-info:hover .product-item-details {
    background: rgba(0, 0, 0, 0.8);
    bottom: -5px;
  }
  .products-grid .product-item .product-item-info:hover .product-item-details:before {
    background-image: url('../images/list_dot.png');
    content: '';
    position: absolute;
    width: 5px;
    height: 1px;
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
  }
  .products-grid .product-item .product-item-info:hover .product-item-details .final_price {
    display: block;
  }
  .products-grid .product-item .product-item-info:hover .product-item-details .product.name a {
    color: #ffffff;
  }
  .products-grid .product-item .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid .product-item .product-item-info:hover .rating-summary .rating-result > span:before {
    color: #ffffff;
  }
  .products-grid .product-item .product-item-info .product-item-details {
    bottom: 0px;
    position: absolute;
    z-index: 2;
  }
}
.product-item-info .actions-secondary {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.product-item-info .actions-secondary .towishlist {
  background-image: url('../images/icon_sprite.png');
  width: 23px;
  height: 21px;
  background-repeat: no-repeat;
  float: left;
  font-size: 0;
  background-position: -3px -565px;
}
.product-item-info .actions-secondary .towishlist:before {
  content: none !important;
}
.product-item-info .actions-secondary .tocompare {
  display: none;
}
.products-list .product-item-details .price {
  color: #d18c4a;
  font-size: 3.5rem;
  display: block;
  font-weight: normal;
}
.products-list .final_price {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}
.products-list .rating-summary .label {
  display: none;
}
.products-list .product-item {
  border: 1px solid #aaaaaa;
  margin-top: 10px;
  position: relative;
  float: left;
  width: auto;
  margin-right: 5px;
}
.products-grid {
  float: left;
  width: 100%;
}
.products-grid .product-item-details .price {
  color: #d18c4a;
  font-size: 3.5rem;
  display: block;
  font-weight: normal;
  font-family: 'questa-light';
  letter-spacing: -2px;
}
.products-grid .product-item-details .final_price {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  display: none;
  font-family: 'gothicbold';
}
@media only screen and (max-width: 1024px) {
  .products-grid .product-item-details .final_price {
    display: block;
    font-size: 16px;
    color: #aaaaaa;
    margin-top: 5px;
  }
}
.products-grid .product-item-details .final_price .top_emb {
  font-size: 14px;
  position: relative;
  top: -4px;
  font-weight: normal;
  font-family: 'gothicreg';
}
@media only screen and (max-width: 1024px) {
  .products-grid .product-item-details .final_price .top_emb {
    font-size: 12px;
  }
}
.products-grid .product-item-details .rating-summary .label {
  font-size: 0;
}
.products-grid .product-item {
  overflow: hidden;
}
.products-grid .product-item .product-item-info {
  width: 92%;
  margin: 0 4%;
  background: #ffffff;
  padding-top: 0px;
  border-bottom: 5px solid #363636;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .products-grid .product-item .product-item-info {
    border-bottom: 0;
  }
}
.products-grid .product-item .product-item-info .rating-summary .rating-result:before {
  font-size: 10px;
  line-height: 10px;
  height: 10px;
  color: #939393;
  left: 2px;
}
.products-grid .product-item .product-item-info .rating-summary .rating-result > span:before {
  color: #ff5501;
  font-size: 10px;
  line-height: 10px;
  height: 10px;
  left: 2px;
}
.products-grid .product-item .product-item-photo {
  display: block;
}
.products-grid .product-item .product-item-details {
  padding: 0px 15px 0px;
  width: 100%;
}
.products-grid .product-item .product-item-inner {
  margin-left: -15px;
  margin-right: -15px;
  display: none;
  order: 5;
  width: 320px;
}
@media only screen and (max-width: 1024px) {
  .products-grid .product-item .product-item-inner {
    display: block;
  }
}
.products-grid .product-item .product-item-inner * {
  width: 100%;
}
.products-grid .product-item .product-item-inner .actions-primary {
  display: block;
}
.products-grid .product-item .product-item-inner .actions-primary .tocart,
.products-grid .product-item .product-item-inner .actions-primary .select-ring-setting {
  background: #000000 !important;
  margin-top: 0px;
  position: relative;
  padding: 7px;
  text-align: left;
  padding: 0 0 0 30px;
  border: 0 !important;
  box-shadow: none !important;
  margin-top: 2px;
  padding-bottom: 3px;
  padding-top: 4px;
  padding-bottom: 7px;
  font-style: normal;
  font-family: 'gothicreg';
  border-radius: 0;
}
.products-grid .product-item .product-item-inner .actions-primary .tocart span,
.products-grid .product-item .product-item-inner .actions-primary .select-ring-setting span {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0;
  position: relative;
  top: 1px;
  text-transform: uppercase;
  font-family: 'gothicreg';
  font-weight: normal;
  color: #ffffff;
}
.products-grid .product-item .product-item-inner .actions-primary .tocart:before,
.products-grid .product-item .product-item-inner .actions-primary .select-ring-setting:before {
  background-image: url('../images/list_left_errow.png');
  content: '';
  position: absolute;
  left: 5px;
  width: 16px;
  height: 12px;
  top: 9px;
}
.toolbar-products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: right;
  margin-bottom: 0 !important;
  padding-right: 5px;
}
.toolbar-products .toolbar-amount {
  display: none;
}
.toolbar-products .modes,
.toolbar-products .field.limiter,
.toolbar-products .sorter {
  float: left;
}
.toolbar-products .modes-mode:before {
  background-image: url('../images/icon_sprite.png');
  font-size: 0;
  width: 23px;
  height: 23px;
  background-position: -28px -25px;
}
.toolbar-products .mode-list:before {
  background-image: url('../images/icon_sprite.png');
  font-size: 0;
  width: 23px;
  height: 23px;
  background-position: -2px -25px;
}
.toolbar-products .modes-mode:last-child {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #d3d3d3;
}
.toolbar-products .modes-mode.active {
  box-shadow: none;
  border: 1px solid #acacac;
  border-radius: 0;
  background: #d3d3d3;
}
.toolbar-products .modes-mode.mode-grid {
  margin-right: 20px;
}
.toolbar-products.toolbar select {
  box-shadow: none;
  border: 0;
  background-color: transparent;
  height: 36px;
  text-transform: uppercase;
  margin: 0;
  color: #363636;
  border-radius: 0;
}
.toolbar-products.toolbar .field,
.toolbar-products.toolbar .toolbar-sorter {
  border: 1px solid #adadad;
  padding: 0;
  text-transform: uppercase;
}
.toolbar-products.toolbar .field {
  margin-right: 20px;
}
.toolbar-products.toolbar .limiter select {
  height: 33px !important;
}
.toolbar-products.toolbar .field.limiter {
  padding-left: 10px;
}
@media (max-width: 834px) and (min-width: 768px) {
  .products-grid .product-item .product-item-info:hover .product-item-details {
    bottom: -5px;
  }
}
.sale_section .funnel_info_box .price_1 .sale-price {
  font-size: 1.4rem;
}
.matchpair_parent .toolbar .pages a.page {
  color: #ffffff;
}
.matchpair_parent .toolbar .pages .action {
  background: transparent url('../images/matchpair_arrow.png');
  border: 0;
  box-shadow: none;
  width: 22px;
  height: 22px;
  position: relative;
  top: 5px;
}
.matchpair_parent .toolbar .pages .action.previous {
  background-position: -30px 0px;
}
.matchpair_parent .toolbar .pages .action.previous:before {
  content: none;
}
.matchpair_parent .toolbar .pages .action.next {
  background-position: 0px 0px;
}
.matchpair_parent .toolbar .pages .action.next:before {
  content: none;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: block;
}
.limiter .control {
  display: inline-block;
}
.products.wrapper.products-grid + .toolbar {
  align-items: center;
  justify-content: center;
  justify-items: center;
  float: none;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.aw-sidebar-product-card .aw-sidebar-product-description-container .aw-sidebar-product-options .toggle {
  color: #aaaaaa !important;
}
.aw-sidebar-product-card .aw-sidebar-product-description-container .aw-sidebar-product-options .item-options .field label {
  padding-left: 0;
}
.aw-sidebar-product-card .aw-sidebar-product-description-container .aw-sidebar-product-options .item-options .field label span {
  color: #f1a155;
}
@media only screen and (max-width: 1023px) {
  .page-wrapper .page-main .trust_pilot_container .product-item .product-item-info {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .page-wrapper .page-main .trust_pilot_container .product-item .product-item-info .product-item-photo {
    width: 100%;
    display: block;
    float: left;
  }
}
@media only screen and (max-width: 1023px) {
  .page-wrapper .page-main .trust_pilot_container .product-item .product-item-details {
    width: 100%;
  }
}
.page-wrapper .page-main .trust_pilot_container .product-item .product-item-details .price-box {
  order: inherit;
}
.page-wrapper .page-main .trust_pilot_container .product-item .product-item-details .product-item-name {
  order: inherit;
  width: 100%;
  padding-right: 0;
}
html {
  scroll-behavior: smooth;
}
div[option-label*="14K"] {
  outline: 1px solid #000 !important;
}
.swatch-option.selected[option-label*="14K"] {
  outline: 1px solid #000 !important;
}
@media only screen and (max-width: 1280px) {
  body .product-options-bottom .price-box .price-container .price,
  body .product-info-price .price-box .price-container .price {
    font-size: 40px;
  }
}
body .testimonial_popup .rating-summary .rating-result {
  width: 100px;
}
body .testimonial_popup .popup_right .next_prev {
  display: none;
}
.box-tocart .actions .unavilable,
.box-tocart .actions .unavailable {
  width: 100%;
  padding: 9px;
}
.page-main .product-item .product-item-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.page-main .product-item .product-item-details div[class*=swatch-opt-] {
  width: 50%;
  order: 4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.page-main .product-item .product-item-details .product-item-name {
  order: 3;
  width: 50%;
  padding-right: 5px;
}
.page-main .product-item .product-item-details .price-box {
  order: 1;
  width: 100%;
}
.page-main .product-item .product-item-details .rating-summary {
  width: 100%;
  order: 2;
}
body.diamondsearch-index-setting.page-with-filter .message.info > *:first-child:before {
  color: #c07600 !important;
}
body.diamondsearch-index-setting.page-with-filter .message.info {
  color: #c07600 !important;
}
.compare-save-popup header.modal-header {
  background: #ebebeb;
}
.diamond_compair_detail {
  display: inline-block;
  width: 100%;
}
body .rating-summary .rating-result {
  width: 60px;
}
body .testi_product_box .rating-summary .rating-result {
  width: auto;
  margin-left: 0px;
}
.products-upsell .product-item-name {
  margin-top: 10px;
}
.diamod_custom .category_discrip {
  display: none;
}
.diamod_custom .page-wrapper .page-main {
  background: #ebebeb;
}
body.catalog-product-view .rating-summary .rating-result {
  width: 90px;
}
.review_container {
  display: inline-block;
  width: 100%;
  overflow: auto;
  max-height: 440px;
  padding-top: 20px;
}
.engagement_container {
  background: #363636;
}
.page-with-filter .column.main {
  padding-bottom: 0;
}
a#read_more {
  color: #d18c4a;
  margin-left: 10px;
  text-decoration: none;
}
.diamondsearch-index-setting .message.info,
.diamondsearch-index-setting .message.notice,
.diamondsearch-index-setting .message.warning {
  color: #feefb3 !important;
  background: transparent !important;
  font-weight: bold;
}
.diamondsearch-index-setting .message.info a,
.diamondsearch-index-setting .message.notice a,
.diamondsearch-index-setting .message.warning a {
  color: #d18c4a;
  text-decoration: none;
}
.diamondsearch-index-setting .message.info span:before,
.diamondsearch-index-setting .message.notice span:before,
.diamondsearch-index-setting .message.warning span:before {
  color: #feefb3 !important;
}
.catalog-product-view .modal-popup.modal-popup.lab-popup-mpdal .modal-inner-wrap .modal-content .detail_right span.old-price.wire-price {
  display: block !important;
}
.catalog-product-view .modal-popup.modal-popup.lab-popup-mpdal .modal-inner-wrap .modal-content .detail_right .action.setting-button {
  margin-bottom: 15px !important;
}
.diamondpair_container .matchpair_count {
  padding-left: 20px !important;
}
.diamondpair_container #product-specification .detail_table {
  color: #aaaaaa;
}
.diamondpair_container #product-specification .detail_table > tbody > tr > td {
  padding: 6px 5px;
}
.diamondpair_container #product-specification .detail_table > tbody > tr > td a {
  color: #d18c4a;
  text-decoration: none;
}
.diamondpair_container .product-specification #policy_container .policy_tab_list .tab.current {
  background: transparent;
  color: #aaaaaa;
  border-bottom: 1px solid;
}
.diamondpair_container .product-specification #policy_container .policy_tab_list .tab {
  background: #2f2f2f;
}
.custome_tooltip {
  position: relative;
  padding-left: 22px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.custome_tooltip .custome_tooltip_icon {
  background: url('../images/icon_sprite.png');
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: -84px -568px;
  position: absolute;
  left: 0;
  top: 6px;
  cursor: pointer;
}
.custome_tooltip .custome_tooltip_icon:hover + .custome_tooltip_info {
  display: block;
}
.custome_tooltip .custome_tooltip_info {
  position: absolute;
  padding: 10px;
  background: #2f2f2f;
  left: 35px;
  top: -8px;
  width: 300px;
  border: 1px solid #363636;
  display: none;
}
@media only screen and (max-width: 1441px) {
  .custome_tooltip .custome_tooltip_info {
    width: 180px;
  }
}
@media only screen and (max-width: 1280px) {
  .custome_tooltip .custome_tooltip_info {
    width: 160px;
  }
}
.custome_tooltip .custome_tooltip_info:before {
  content: '';
  position: absolute;
  border-width: 10px;
  border-color: transparent #2f2f2f transparent transparent;
  border-style: solid;
  left: -19px;
  top: 14px;
}
.custome_tooltip .custome_tooltip_info span {
  color: #aaaaaa;
}
#product-specification .matchpair_count {
  color: #373737;
  padding: 10px 0px;
  float: left;
  font-size: 20px;
  font-family: 'questa-light';
  font-size: 3.5rem;
  padding-bottom: 10px;
}
#matched_pairs .matchpair_count,
#similar_diamonds .matchpair_count {
  color: #373737;
  float: left;
  font-family: 'questa-light';
  font-size: 3.5rem;
  padding-top: 0;
  padding-bottom: 10px;
}
.page-layout-1column .products-grid.products-related .product-item:nth-child(4n + 5),
.page-layout-1column .products-grid.products-upsell .product-item:nth-child(4n + 5) {
  clear: left;
}
@media only screen and (max-width: 768px) {
  .page-layout-1column .products-grid.products-related .product-item:nth-child(4n + 5),
  .page-layout-1column .products-grid.products-upsell .product-item:nth-child(4n + 5) {
    clear: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-layout-1column .products-grid.products-related .product-item:nth-child(3n + 4),
  .page-layout-1column .products-grid.products-upsell .product-item:nth-child(3n + 4) {
    clear: left;
  }
}
body .page-wrapper .messages .message.error {
  background: transparent;
}
.catalog-product-view .modal-popup.modal-popup.lab-popup-mpdal .modal-inner-wrap {
  overflow: hidden;
  height: 90%;
}
.catalog-product-view .modal-popup.modal-popup.lab-popup-mpdal .modal-inner-wrap .modal-content {
  overflow: hidden;
}
#product-specific li {
  position: relative;
}
#product-specific li:hover {
  background: #252525;
}
#product-specific li:hover .tooltip {
  visibility: visible;
}
#product-specific .tooltip_icon {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
}
#product-specific .tooltip {
  bottom: 100%;
  width: 190px;
  text-align: center;
  background-color: #ffffff;
  padding: 10px;
  left: 0 !important;
  color: #7d7d7d !important;
  z-index: 999;
  height: auto;
  top: auto;
  display: block !important;
  visibility: hidden;
  right: 0;
  margin: 0 auto !important;
}
#product-specific .tooltip.tooltip_active {
  display: block;
}
#product-specific .tooltip:hover {
  visibility: visible;
}
#product-specific .tooltip:before {
  content: '';
  border-width: 25px;
  border-style: solid;
  position: absolute;
  bottom: -50px;
  border-color: #ffffff transparent transparent transparent;
  left: 50%;
  margin-left: -25px;
}
#product-specific .tooltip .ng-binding {
  padding: 0px 10px;
  text-transform: none;
  height: 50px;
  overflow: hidden;
  margin-top: 10px;
  display: block;
}
#product-specific .tooltip a {
  color: #7d7d7d !important;
  text-transform: none;
  text-decoration: underline;
}
#product-specific .tooltip h3 {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 3rem;
  margin-top: 0;
}
#product-specific .tooltip .icon_diamond {
  width: 65px;
  height: 46px;
  background: url('../images/tooltip_diamond.png');
  display: inline-block;
}
.detail_right #add-setting.action.primary {
  margin-bottom: 15px !important;
}
body .modal-popup.setting_option_popup .modal-header {
  padding-bottom: 0;
}
.modal-popup.setting_option_popup .modal-inner-wrap {
  height: 590px;
  max-width: 710px;
}
.modal-popup.setting_option_popup .modal-inner-wrap .modal-content {
  height: 100%;
}
.modal-popup.setting_option_popup .modal-inner-wrap .modal-content .select_setting_popup {
  height: 100%;
}
.modal-popup.setting_option_popup .modal-inner-wrap .modal-content .select_setting_popup iframe {
  height: 100% !important;
  border: 0;
  width: 100%;
}
.modal-popup.setting_option_popup .modal-inner-wrap .modal-content .select_setting_popup iframe .action.primary.setting-button {
  margin-bottom: 15px;
}
.product-cufflink-builder .product-info-main .detail_right .towishlist {
  margin-bottom: 10px;
  margin-top: 10px;
}
.matchpair_parent .matched_pairs_currency {
  float: right;
}
.matchpair_parent .matchpair_count {
  color: #373737;
  padding: 10px 0px;
  float: left;
  font-size: 20px;
  font-family: 'questa-light';
  font-size: 3.5rem;
  padding-bottom: 10px;
}
#custon_review {
  max-width: 767px;
  background: #363636;
  box-shadow: none;
  left: 50%;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 50%;
  margin: 0 auto;
  z-index: 9999;
  transform: translate(-50%, -50%);
  border-top: 0;
  margin: 0;
}
#custon_review .closebtn {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background-image: url('../images/icon_sprite.png') !important;
  background-position: -494px -1px !important;
}
#custon_review .closebtn:before {
  content: none !important;
}
#custon_review .review-form {
  max-width: 100%;
}
#custon_review.toggle_detail + .modals-overlay1 {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.55);
}
.add-to-cart-for-btn {
  padding: 5px;
  position: relative;
  font-style: italic;
  font-family: 'questa-light';
  color: #ffffff;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 25px;
  background: #000 !important;
  border: 1px solid #fff !important;
  cursor: pointer;
}
.add-to-cart-for-btn:hover {
  background: #54e7f0 !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.add-to-cart-for-btn:hover span {
  color: #000000 !important;
}
.add-to-cart-for-btn:hover:before {
  border: 0 !important;
}
.add-to-cart-for-btn:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 18px;
  height: 18px;
  background-position: -80px -57px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 2px;
  border: 0 !important;
}
.product-810-ring-builder .MagicToolboxMainContainer,
.product-cufflink-builder .MagicToolboxMainContainer,
.product-810-ring-builder .MagicToolboxMainContainer,
.product-cufflink-builder .MagicToolboxMainContainer {
  width: calc(88% - 80px);
  padding-left: 10px;
  display: inline-block;
  max-width: calc(88% - 80px);
  padding-right: 10px;
  float: left;
}
@media only screen and (max-width: 1280px) {
  .product-810-ring-builder .MagicToolboxMainContainer,
  .product-cufflink-builder .MagicToolboxMainContainer,
  .product-810-ring-builder .MagicToolboxMainContainer,
  .product-cufflink-builder .MagicToolboxMainContainer {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-810-ring-builder .MagicToolboxMainContainer,
  .product-cufflink-builder .MagicToolboxMainContainer,
  .product-810-ring-builder .MagicToolboxMainContainer,
  .product-cufflink-builder .MagicToolboxMainContainer {
    width: 100%;
    max-width: 100%;
  }
}
.sidebar-main .filter-content .items.am-filter-items-attr_price {
  width: 94%;
}
.diamondsearch-index-setting .toolbar-products {
  padding-right: 12px;
}
.actions-toolbar .primary .action.submit {
  padding: 8px 20px;
}
.customer-account-login .action.primary,
.customer-account-forgotpassword .action.primary {
  padding: 8px 20px;
}
.customer-account-login .fieldset .newsletter label,
.customer-account-forgotpassword .fieldset .newsletter label {
  /*padding-top: 8px;*/
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item {
  color: #000000;
}
html body .page-wrapper > .breadcrumbs {
  margin-top: 5px;
}
.product-specification .order-products-toolbar {
  margin-bottom: 10px;
}
.product-specification .order-products-toolbar .pages {
  margin-bottom: 0;
  margin-top: 25px;
}
.product-specification .order-products-toolbar ul li {
  border: 0;
}
.product-specification .order-products-toolbar .limiter {
  display: none;
}
.categorypath-custom-design .cat_short_dicription .button_custom {
  display: none;
}
.categorypath-custom-design .category_discrip p {
  line-height: 23px;
  margin-bottom: 0;
}
.categorypath-custom-design .category_discrip h3 {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .categorypath-custom-design .category_discrip h3 {
    margin-bottom: 5px;
  }
}
.product_left_options .fieldset .field {
  float: left;
  width: 50%;
}
.product_left_options .fieldset .field label span {
  color: #d18c4a;
  text-transform: uppercase;
  font-weight: normal;
}
.engraving .custom-engraving strong {
  margin-right: 10px;
}
.engraving .custom-engraving #engraving-open {
  color: #aaaaaa;
  font-family: 'gothicbold';
}
body.catalog-product-view .modal-popup.engraving-popup .modal-header {
  padding: 0;
}
body.catalog-product-view .modal-popup.engraving-popup .modal-inner-wrap {
  height: auto;
  max-width: 378px;
  padding: 30px 0;
  padding-bottom: 20px;
}
body.catalog-product-view .modal-popup.engraving-popup .modal-inner-wrap .modal-content {
  padding: 0px 15px;
}
body.catalog-product-view .modal-popup.engraving-popup .engrave_title {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  font-size: 2.2rem;
  color: #aaaaaa;
}
body.catalog-product-view .modal-popup.engraving-popup .engrave_left_block {
  width: 52%;
  padding: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
body.catalog-product-view .modal-popup.engraving-popup .engrave_left_block select,
body.catalog-product-view .modal-popup.engraving-popup .engrave_left_block textarea {
  width: 100% !important;
}
body.catalog-product-view .modal-popup.engraving-popup .engrave_left_block textarea {
  margin-top: 10px;
}
body.catalog-product-view .modal-popup.engraving-popup .engrave_right_block {
  width: 160px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}
body.catalog-product-view .modal-popup.engraving-popup .engrave_right_block .engrvmns_plt {
  width: 100%;
  height: 87px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat !important;
}
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom {
  width: 100%;
  display: inline-block;
}
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom .en-setting-popup-value {
  text-align: center;
  display: block;
  margin: 5px 0;
}
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom button {
  width: 48%;
  float: left;
  font-weight: normal;
}
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom #add_engraving {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  margin-right: 4%;
  text-transform: capitalize;
  font-weight: normal;
  padding: 8px 20px;
}
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom #add_engraving span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom #add_engraving:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom #remove_engraving {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-transform: capitalize;
  font-weight: normal;
  padding: 8px 20px;
}
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom #remove_engraving:focus,
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom #remove_engraving:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom #remove_engraving:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom #remove_engraving.disabled,
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom #remove_engraving[disabled],
fieldset[disabled] body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom #remove_engraving {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom #remove_engraving span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom #remove_engraving:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
body.catalog-product-view .modal-popup.engraving-popup .engraving_bottom #remove_engraving:focus {
  box-shadow: none;
}
body.catalog-product-view .modal-popup.engraving-popup .engrave_heighilight {
  font-family: 'gothicbold';
  color: #ffffff;
}
table.dataTable thead .sorting.sorting_disabled {
  width: 98px !important;
}
@media only screen and (max-width: 1366px) {
  table.dataTable thead .sorting.sorting_disabled {
    width: 145px !important;
  }
}
@media only screen and (max-width: 1220px) {
  table.dataTable thead .sorting.sorting_disabled {
    width: 210px !important;
  }
}
#bv_datatable-related th:nth-child(10) {
  width: 130px !important;
}
@media only screen and (max-width: 1220px) {
  #bv_datatable-related th:nth-child(10) {
    width: 200px !important;
  }
}
.customer-address-form [type="checkbox"]:not(:checked) + label,
.customer-address-form [type="checkbox"]:checked + label {
  padding-top: 3px;
}
.customer-address-form [type="checkbox"]:not(:checked) + label span,
.customer-address-form [type="checkbox"]:checked + label span {
  padding-left: 0 !important;
}
body .modal-popup .modal-inner-wrap {
  box-shadow: none;
}
.account .block {
  margin-bottom: 10px;
}
.customer-address-index .primary .action {
  padding: 8px 20px;
}
.compare-popup-image .modal-inner-wrap {
  top: 50% !important;
  margin-top: -200px !important;
  background: #fff !important;
  max-width: 360px !important;
}
.compare-popup-image .modal-inner-wrap .modal-content {
  padding-bottom: 25px !important;
}
.trust_pilot_container {
  width: 100%;
}
.modal-footer .action-dismiss {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  padding: 8px 20px;
}
.modal-footer .action-dismiss:focus,
.modal-footer .action-dismiss:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.modal-footer .action-dismiss:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.modal-footer .action-dismiss.disabled,
.modal-footer .action-dismiss[disabled],
fieldset[disabled] .modal-footer .action-dismiss {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-footer .action-dismiss span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.modal-footer .action-dismiss:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.modal-footer .action-dismiss:focus {
  box-shadow: none;
}
.modal-footer .action-accept {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  padding: 8px 20px;
}
.modal-footer .action-accept span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.modal-footer .action-accept:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.sendfriend-product-send {
  background: transparent !important;
}
#element-id {
  display: inline-block;
  width: 100%;
  padding: 5px 20px;
}
#element-id h2 {
  color: #d18c4a;
}
#element-id ul {
  padding: 0;
  display: inline-block;
  width: 100%;
}
#element-id ul li {
  float: left;
  margin-right: 3%;
  width: 33.33%;
}
@media only screen and (max-width: 992px) {
  #element-id ul li {
    width: 38%;
  }
}
#element-id ul li #new_category {
  color: #ffffff;
  background: #000000;
}
#element-id ul li strong {
  display: block;
  margin-bottom: 5px;
  color: #000000;
}
#element-id ul li .orangetext {
  color: #d18c4a;
}
#element-id ul li .submit input {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  padding: 5px 20px;
  box-shadow: none !important;
  font-family: 'questa-italic';
  border: 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
}
#element-id ul li .submit input span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
#element-id ul li .submit input:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
#element-id ul li:last-child {
  width: auto;
  margin-right: 3%;
}
#result {
  display: inline-block;
  width: 100%;
  padding: 5px 20px;
}
#result .flip-info {
  float: left;
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 2.5%;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  #result .flip-info {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 1.5%;
  }
}
@media only screen and (max-width: 992px) {
  #result .flip-info {
    width: 32%;
  }
}
#result .flip-info:nth-child(4n + 1) {
  clear: left;
}
@media only screen and (max-width: 992px) {
  #result .flip-info:nth-child(4n + 1) {
    clear: none;
  }
}
@media only screen and (max-width: 992px) {
  #result .flip-info:nth-child(3n + 1) {
    clear: left;
  }
}
#result .flip-info:nth-child(4n + 4) {
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  #result .flip-info:nth-child(4n + 4) {
    margin-right: 1.3%;
  }
}
@media only screen and (max-width: 992px) {
  #result .flip-info:nth-child(3n + 3) {
    margin-right: 0;
  }
}
#result .flip-info .pl-product {
  border: 1px solid #707070;
}
#result .flip-info .pl-product-info {
  padding: 15px 10px;
  display: inline-block;
  width: 100%;
}
#result .flip-info .pl-product-info a,
#result .flip-info .pl-product-info .flip-price {
  color: #aaaaaa;
  font-family: 'gothicbold';
  text-decoration: none;
}
#result .flip-info .pl-product-info a:hover,
#result .flip-info .pl-product-info .flip-price:hover {
  color: #000000;
}
#result .flip-info img {
  width: 100%;
}
.diamond-type-radio {
  display: inline-block;
  width: 100%;
  margin: 10px 0 20px 0;
}
.diamond-type-radio [type="radio"]:checked + label,
.diamond-type-radio [type="radio"]:not(:checked) + label {
  padding-right: 15px;
  color: #aaaaaa;
}
.filter_title {
  font-size: 1.4rem;
  color: #2f2f2f;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.column .catalog-topnav .filter_title {
  display: none;
}
.diamond_finder .merge_filter .merge_container .diamond_list.ds-filter-intensity {
  border-right: 0;
  padding-bottom: 0 !important;
}
.diamond_finder .merge_filter .merge_container .diamond_list.ds-filter-intensity select {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
.customization-diamondwatcher-edit #diamondsearch .ds-filter-color ul.ds-filter-fancy-color li {
  min-width: 7.10%;
}
.customization-diamondwatcher-edit #diamondsearch .ds-filter-shape ul li {
  min-width: 10%;
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.alert_popup .modal-inner-wrap {
  -webkit-animation: showSweetAlert .3s;
  animation: showSweetAlert .3s;
  will-change: transform;
}
.diamondsearch-index-index .modal-popup .modal-inner-wrap {
  background: #ffffff;
}
.modal-popup.alert_popup,
.modal-popup.diamond-save {
  color: #000000;
}
.modal-popup.alert_popup .modal-inner-wrap,
.modal-popup.diamond-save .modal-inner-wrap {
  max-width: 550px !important;
  background: #ffffff !important;
  padding: 0px 30px 30px;
  text-align: center;
  height: auto !important;
}
.modal-popup.alert_popup .modal-inner-wrap h1,
.modal-popup.diamond-save .modal-inner-wrap h1 {
  font-size: 3rem;
  color: #aaaaaa;
}
.modal-popup.alert_popup .modal-inner-wrap #diamond-watcher-auth a,
.modal-popup.diamond-save .modal-inner-wrap #diamond-watcher-auth a,
.modal-popup.alert_popup .modal-inner-wrap #compare-save-modal a,
.modal-popup.diamond-save .modal-inner-wrap #compare-save-modal a {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-decoration: none;
}
.modal-popup.alert_popup .modal-inner-wrap #diamond-watcher-auth a:focus,
.modal-popup.diamond-save .modal-inner-wrap #diamond-watcher-auth a:focus,
.modal-popup.alert_popup .modal-inner-wrap #compare-save-modal a:focus,
.modal-popup.diamond-save .modal-inner-wrap #compare-save-modal a:focus,
.modal-popup.alert_popup .modal-inner-wrap #diamond-watcher-auth a:active,
.modal-popup.diamond-save .modal-inner-wrap #diamond-watcher-auth a:active,
.modal-popup.alert_popup .modal-inner-wrap #compare-save-modal a:active,
.modal-popup.diamond-save .modal-inner-wrap #compare-save-modal a:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.modal-popup.alert_popup .modal-inner-wrap #diamond-watcher-auth a:hover,
.modal-popup.diamond-save .modal-inner-wrap #diamond-watcher-auth a:hover,
.modal-popup.alert_popup .modal-inner-wrap #compare-save-modal a:hover,
.modal-popup.diamond-save .modal-inner-wrap #compare-save-modal a:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.modal-popup.alert_popup .modal-inner-wrap #diamond-watcher-auth a.disabled,
.modal-popup.diamond-save .modal-inner-wrap #diamond-watcher-auth a.disabled,
.modal-popup.alert_popup .modal-inner-wrap #compare-save-modal a.disabled,
.modal-popup.diamond-save .modal-inner-wrap #compare-save-modal a.disabled,
.modal-popup.alert_popup .modal-inner-wrap #diamond-watcher-auth a[disabled],
.modal-popup.diamond-save .modal-inner-wrap #diamond-watcher-auth a[disabled],
.modal-popup.alert_popup .modal-inner-wrap #compare-save-modal a[disabled],
.modal-popup.diamond-save .modal-inner-wrap #compare-save-modal a[disabled],
fieldset[disabled] .modal-popup.alert_popup .modal-inner-wrap #diamond-watcher-auth a,
fieldset[disabled] .modal-popup.diamond-save .modal-inner-wrap #diamond-watcher-auth a,
fieldset[disabled] .modal-popup.alert_popup .modal-inner-wrap #compare-save-modal a,
fieldset[disabled] .modal-popup.diamond-save .modal-inner-wrap #compare-save-modal a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-popup.alert_popup .modal-inner-wrap #diamond-watcher-auth a span,
.modal-popup.diamond-save .modal-inner-wrap #diamond-watcher-auth a span,
.modal-popup.alert_popup .modal-inner-wrap #compare-save-modal a span,
.modal-popup.diamond-save .modal-inner-wrap #compare-save-modal a span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.modal-popup.alert_popup .modal-inner-wrap #diamond-watcher-auth a:hover,
.modal-popup.diamond-save .modal-inner-wrap #diamond-watcher-auth a:hover,
.modal-popup.alert_popup .modal-inner-wrap #compare-save-modal a:hover,
.modal-popup.diamond-save .modal-inner-wrap #compare-save-modal a:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.modal-popup.alert_popup .modal-inner-wrap #diamond-watcher-auth a:focus,
.modal-popup.diamond-save .modal-inner-wrap #diamond-watcher-auth a:focus,
.modal-popup.alert_popup .modal-inner-wrap #compare-save-modal a:focus,
.modal-popup.diamond-save .modal-inner-wrap #compare-save-modal a:focus {
  box-shadow: none;
}
.modal-popup.alert_popup .modal-inner-wrap .popup_login,
.modal-popup.diamond-save .modal-inner-wrap .popup_login {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-decoration: none;
}
.modal-popup.alert_popup .modal-inner-wrap .popup_login:focus,
.modal-popup.diamond-save .modal-inner-wrap .popup_login:focus,
.modal-popup.alert_popup .modal-inner-wrap .popup_login:active,
.modal-popup.diamond-save .modal-inner-wrap .popup_login:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.modal-popup.alert_popup .modal-inner-wrap .popup_login:hover,
.modal-popup.diamond-save .modal-inner-wrap .popup_login:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.modal-popup.alert_popup .modal-inner-wrap .popup_login.disabled,
.modal-popup.diamond-save .modal-inner-wrap .popup_login.disabled,
.modal-popup.alert_popup .modal-inner-wrap .popup_login[disabled],
.modal-popup.diamond-save .modal-inner-wrap .popup_login[disabled],
fieldset[disabled] .modal-popup.alert_popup .modal-inner-wrap .popup_login,
fieldset[disabled] .modal-popup.diamond-save .modal-inner-wrap .popup_login {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-popup.alert_popup .modal-inner-wrap .popup_login span,
.modal-popup.diamond-save .modal-inner-wrap .popup_login span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.modal-popup.alert_popup .modal-inner-wrap .popup_login:hover,
.modal-popup.diamond-save .modal-inner-wrap .popup_login:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.modal-popup.alert_popup .modal-inner-wrap .popup_login:focus,
.modal-popup.diamond-save .modal-inner-wrap .popup_login:focus {
  box-shadow: none;
}
.modal-popup.alert_popup .modal-content,
.modal-popup.diamond-save .modal-content {
  background: #ffffff !important;
}
body.page-products.page-with-filter.category-gifts-diff .columns {
  padding: 30px;
}
.products-grid .product-item .product-item-photo {
  text-align: center;
  padding-top: 30px;
}
.product-image-container {
  margin: 0 auto;
}
.custom-measurment {
  display: inline-block;
  width: 100%;
}
.custom-measurment .left_attribute {
  float: left;
  width: 50%;
}
.custom-measurment .right_attribute {
  float: left;
  width: 50%;
  text-align: right;
}
.custom-measurment .left_attribute span,
.custom-measurment .right_attribute span {
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: block;
}
/*===================== Diamond Setting Start here ==================*/
.three_step_last .three_step_last_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  align-items: flex-start;
  padding: 30px;
  border-top: 10px solid #2f2f2f;
  border-bottom: 10px solid #2f2f2f;
}
.three_step_last .three_step_last_content:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.three_step_last .three_step_last_content .product_left_info {
  width: 30%;
  float: left;
  padding-right: 40px;
}
.three_step_last .three_step_last_content .product_left_info img {
  width: 100%;
}
.three_step_last .three_step_last_content .product_left_info .pro_image {
  margin-bottom: 20px;
}
.three_step_last .three_step_last_content .product_left_info .tocart {
  margin: 0 auto;
  display: inherit;
  width: 200px;
  text-align: center;
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
}
.three_step_last .three_step_last_content .product_left_info .tocart span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.three_step_last .three_step_last_content .product_left_info .tocart:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.three_step_last .three_step_last_content .product_right_info {
  width: 70%;
  float: left;
}
.three_step_last .three_step_last_content .product_detail_left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c7c7c7;
}
.three_step_last .three_step_last_content .product_detail_left:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.three_step_last .three_step_last_content .product_detail_left:last-child {
  border-bottom: 0;
}
.three_step_last .three_step_last_content .product_detail_left .product_left_atribute {
  width: 70%;
}
.three_step_last .three_step_last_content .product_detail_left .product_left_atribute .your_setting {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
}
.three_step_last .three_step_last_content .product_detail_left .product_left_atribute .attribute_name {
  display: block;
  color: #d18c4a;
  margin: 5px 0;
  position: relative;
  padding-left: 25px;
}
.three_step_last .three_step_last_content .product_detail_left .product_left_atribute .attribute_name:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 17px;
  height: 12px;
  position: absolute;
  left: 0px;
  background-position: -2px -61px;
  top: 4px;
}
.three_step_last .three_step_last_content .product_detail_left .product_left_atribute .product-item-link {
  font-family: 'questa-regular';
  font-size: 2.4rem;
  color: #ffffff;
  text-transform: capitalize;
}
.three_step_last .three_step_last_content .product_detail_left .product_left_atribute ul {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.three_step_last .three_step_last_content .product_detail_left .product_left_atribute ul li {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.three_step_last .three_step_last_content .product_detail_left .product_left_atribute ul li span {
  display: table-cell;
}
.three_step_last .three_step_last_content .product_detail_left .product_left_atribute ul li span.label_left {
  width: 110px;
  color: #aaaaaa;
}
.three_step_last .three_step_last_content .product_detail_left .product_left_atribute ul li span.label_price {
  font-family: 'gothicbold';
  font-size: 1.6rem;
}
.three_step_last .three_step_last_content .product_detail_left .product_right_link {
  width: 30%;
  padding-left: 30px;
}
.three_step_last .three_step_last_content .product_detail_left .product_right_link .actions {
  margin-bottom: 15px;
  text-align: center;
  float: right;
}
.three_step_last .three_step_last_content .product_detail_left .product_right_link .actions a {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  border-radius: 0;
  width: 150px;
}
.three_step_last .three_step_last_content .product_detail_left .product_right_link .actions a span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.three_step_last .three_step_last_content .product_detail_left .product_right_link .actions a:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.three_step_last .three_step_last_content .product_detail_left .product_right_link .actions a.reove {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  font-weight: normal;
  text-transform: capitalize;
}
.three_step_last .three_step_last_content .product_detail_left .product_right_link .actions a.reove:focus,
.three_step_last .three_step_last_content .product_detail_left .product_right_link .actions a.reove:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.three_step_last .three_step_last_content .product_detail_left .product_right_link .actions a.reove:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.three_step_last .three_step_last_content .product_detail_left .product_right_link .actions a.reove.disabled,
.three_step_last .three_step_last_content .product_detail_left .product_right_link .actions a.reove[disabled],
fieldset[disabled] .three_step_last .three_step_last_content .product_detail_left .product_right_link .actions a.reove {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.three_step_last .three_step_last_content .product_detail_left .product_right_link .actions a.reove span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.three_step_last .three_step_last_content .product_detail_left .product_right_link .actions a.reove:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.three_step_last .three_step_last_content .product_detail_left .product_right_link .actions a.reove:focus {
  box-shadow: none;
}
.three_step_last .wire_total {
  width: 100%;
  display: inline-block;
  padding: 20px 30px;
  border-bottom: 10px solid #2f2f2f;
}
.three_step_last .wire_total .product_left_atribute {
  float: right;
}
.three_step_last .wire_total .product_left_atribute ul {
  margin-bottom: 0;
}
.three_step_last .wire_total .product_left_atribute ul li:last-child {
  margin-bottom: 0;
}
.three_step_last .wire_total .product_left_atribute .label_left {
  width: 110px;
  color: #aaaaaa;
  display: inline-block;
  font-size: 1.6rem;
}
.three_step_last .wire_total .product_left_atribute .label_price {
  font-family: 'gothicbold';
  font-size: 1.8rem;
}
.three_step_last .three_step_bottom {
  width: 100%;
  display: inline-block;
  padding: 20px 30px;
}
.three_step_last .three_step_bottom .button_align {
  float: right;
}
.three_step_last .three_step_bottom .button_align .actions {
  display: inline-block;
  vertical-align: middle;
}
.three_step_last .three_step_bottom .button_align .actions .to_wishlist {
  margin-right: 25px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
}
.three_step_last .three_step_bottom .button_align .actions .to_wishlist:hover {
  color: #d18c4a;
}
.three_step_last .three_step_bottom .button_align .actions .to_cart {
  border-radius: 0;
}
.page-product-bundle .column.main {
  padding-bottom: 0;
}
/*===================== Diamond Setting page Start here ==================*/
/*===================== Diamond Comparison page Start here ==================*/
.diamond_list select {
  background-color: #000000;
  color: #ffffff;
}
.catalog-product-view .block.upsell .chld-blk,
.catalog-product-view .related .chld-blk {
  display: inline-block;
  width: 100%;
  float: none;
}
.catalog-product-view .block.upsell .chld-blk a.bv-select-btn,
.catalog-product-view .related .chld-blk a.bv-select-btn,
.catalog-product-view .block.upsell .chld-blk a.bv-view-btn,
.catalog-product-view .related .chld-blk a.bv-view-btn {
  border-radius: 0;
  margin: 0 10px;
}
.catalog-product-view .box-tocart .action.tocart {
  padding: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  body.page-products .columns,
  body.diamondsearch-index-setting .columns {
    z-index: 2;
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  body .modal-popup .modal-inner-wrap {
    width: 95%;
  }
}
.mob_filter {
  display: none;
}
.filter_collapse {
  margin-top: 20px;
}
.diamond_comparison {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  padding: 25px;
}
.diamond_comparison:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.diamond_comparison .diamond_pair_comparison_left {
  width: 60%;
  padding-right: 25px;
}
@media only screen and (max-width: 812px) {
  .diamond_comparison .diamond_pair_comparison_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.diamond_comparison .diamond_pair_comparison_left ul {
  padding: 0;
}
.diamond_comparison .diamond_pair_comparison_left ul li {
  width: 46%;
  margin-left: 8%;
  float: left;
  text-align: center;
}
.diamond_comparison .diamond_pair_comparison_left ul li:nth-child(odd) {
  margin-left: 0;
}
.diamond_comparison .diamond_pair_comparison_left ul li .prodcut-image {
  padding: 15px;
  background: #2f2f2f;
  margin-bottom: 20px;
  position: relative;
}
.diamond_comparison .diamond_pair_comparison_right {
  width: 40%;
}
@media only screen and (max-width: 812px) {
  .diamond_comparison .diamond_pair_comparison_right {
    width: 100%;
  }
}
.diamond_comparison .diamond_pair_comparison_right .page-title {
  margin-bottom: 0;
  padding-top: 0;
}
.diamond_comparison .title,
.diamond_comparison .sku {
  color: #d18c4a;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-right: 1px;
  display: inline-block;
}
.diamond_comparison .title.cant_label,
.diamond_comparison .sku.cant_label {
  margin-bottom: 15px;
}
.diamond_comparison .value {
  display: inline-block;
  color: #aaaaaa;
  font-size: 1.5rem;
  font-family: 'gothicbold';
  margin-right: 5px;
}
.diamond_comparison .product_view_link {
  margin-top: 5px;
  color: #ffffff;
  font-size: 1.6rem;
  font-family: 'gothicbold';
  text-decoration: none;
  display: inline-block;
}
.diamond_comparison .product_view_link:hover {
  color: #d18c4a;
}
.diamond_comparison .diamond_price_info {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 410px;
  margin-bottom: 5px;
}
.diamond_comparison .diamond_price_info span {
  display: table-cell;
}
.diamond_comparison .diamond_price_info span.title {
  width: 160px;
}
.diamond_comparison .diamond_price_info span.value {
  font-size: 2rem;
}
.diamond_comparison .select_diamond_pair .compare_section {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 410px;
  margin-bottom: 5px;
}
.diamond_comparison .select_diamond_pair .compare_section a {
  position: relative;
  padding-left: 25px;
  color: #aaaaaa;
}
.diamond_comparison .select_diamond_pair .compare_section a:before {
  content: '';
  background: url('../images/icon_sprite.png');
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: -113px -568px;
  position: absolute;
  left: 0;
  top: 1px;
}
.diamond_comparison .select_diamond_pair .compare_section .title,
.diamond_comparison .select_diamond_pair .compare_section .showcompare {
  display: table-cell;
}
.diamond_comparison .select_diamond_pair .compare_section .title {
  width: 160px;
}
.diamond_comparison .select_diamond_pair .compare_section .showcompare {
  color: #aaaaaa;
  font-size: 1.5rem;
  font-family: 'gothicbold';
  text-decoration: none;
}
.diamond_comparison .select_diamond_pair .compare_section .ds-plus-new {
  top: -10px;
}
.diamond_comparison .select_diamonds .actions-toolbar {
  margin: 20px 0;
}
.diamond_comparison .select_diamonds .actions-toolbar .select_button {
  width: 48%;
  margin-left: 4%;
  float: left;
  min-width: 175px;
}
.diamond_comparison .select_diamonds .actions-toolbar .select_button:nth-child(odd) {
  margin-left: 0;
}
.diamond_comparison .select_diamonds .actions-toolbar .select_button .action {
  display: block;
  border-radius: 0;
  width: 100%;
  font-weight: normal;
  font-family: 'questa-italic';
  padding: 6px;
  text-transform: capitalize;
}
.diamond_comparison .select_diamonds .actions-toolbar .select_button .action.ask_an_exp {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.diamond_comparison .select_diamonds .actions-toolbar .select_button .action.ask_an_exp span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.diamond_comparison .select_diamonds .actions-toolbar .select_button .action.ask_an_exp:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.diamond_comparison .select_diamonds .actions-toolbar .select_button .action.ask_an_exp strong {
  font-weight: normal;
  text-transform: initial;
}
.diamond_comparison .diamond_chat_section a {
  position: relative;
  width: 48%;
  margin-left: 4%;
  float: left;
  color: #aaaaaa;
  text-decoration: none;
  padding-left: 26px;
}
.diamond_comparison .diamond_chat_section a:nth-child(odd) {
  margin-left: 0;
}
.diamond_comparison .diamond_chat_section .live-chat:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background-position: 0px 2px;
}
.diamond_comparison .diamond_chat_section .ask-a-friend:before {
  content: "\f0c0";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.diamondpaircomparison-diamondpair-index .closebtn {
  display: none;
}
.diamondpaircomparison-diamondpair-index .columns .column.main {
  padding-bottom: 0;
}
.diamondpaircomparison-diamondpair-index .custome_subscribe {
  border-top: 10px solid #2f2f2f;
}
.diamondpair_container {
  float: left;
  width: 100%;
  border-top: 10px solid #2f2f2f;
  padding: 30px;
}
.diamondpair_container #product-specification table:not(.dataTable) {
  width: 50%;
}
.diamondpair_container #product-specification table:not(.dataTable) td label {
  color: #d18c4a;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-right: 1px;
  display: inline-block;
}
.diamondpair_container #product-specification {
  margin-top: 15px;
}
.diamondpair_container .product-specification {
  border: 0;
  padding: 0px;
}
.diamondpair_container .select_diamonds {
  margin-top: 20px;
}
.diamondpair_tab {
  padding: 0;
  margin-bottom: 0;
}
.diamondpair_tab li {
  display: inline-block;
  margin-right: 15px;
  outline: none;
  color: #fff;
  background: #585656;
  text-align: center;
  width: auto;
  cursor: pointer;
  border: 0;
  vertical-align: middle;
}
.diamondpair_tab li a {
  padding: 10px 40px;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}
.diamondpair_tab li.current {
  background: #2f2f2f;
}
/*===================== Diamond Comparison Start here ==================*/
/*===================== Detail page Start here ==================*/
#filter-result {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .lab_container {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.ds-results-table-wrapper {
  max-height: 500px;
  overflow-x: hidden;
  width: 100%;
  overflow-y: scroll;
}
@media only screen and (max-width: 1024px) {
  .ds-results-table-wrapper {
    overflow-x: scroll;
  }
}
body #diamondsearch .ds-filter-color ul li.ds-selected,
body #diamondsearch .ds-filter-color ul li:active {
  background-color: transparent !important;
}
.ds-search .ds-filter-shape.ds-filter-color {
  margin-bottom: 30px;
}
#diamondsearch .ds-filter-color ul.ds-filter-fancy-color {
  padding: 0 1px;
}
.diamondsearch-index-index .page-wrapper .page-main #filter-result {
  margin-bottom: 5px;
}
.diamondsearch-index-index #diamondsearch .ng-scope h1,
.page-products #diamondsearch .ng-scope h1,
.diamondsearch-index-index #diamondsearch .ng-scope h1 + span,
.page-products #diamondsearch .ng-scope h1 + span {
  float: left;
  padding: 0;
  color: #d18c4a;
  font-family: 'questa-italic';
  font-size: 2rem;
  font-weight: normal;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.diamondsearch-index-index #diamondsearch .ng-scope h1 + span a,
.page-products #diamondsearch .ng-scope h1 + span a {
  color: #d18c4a;
  font-family: 'questa-italic';
  font-size: 1.8rem;
  font-weight: normal;
}
body.page-products .ds-search .ds-filter-price.ds-col.diamond_list {
  border: 0;
}
body div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a,
body div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer a {
  margin: 0px 5px 10px 0px;
}
body div.MagicToolboxSelectorsContainer a {
  width: 80px;
}
.MagicToolboxSelectorsContainer {
  text-align: left;
}
.product-specification #policy_container .tab_info_link {
  padding: 0;
  list-style: outside disc;
  color: #d18c4a;
  padding-left: 20px;
}
.product-specification #policy_container .tab_info_link li {
  width: 100%;
  color: #aaaaaa;
  float: left;
  padding-bottom: 5px;
  border: 0;
}
.product-specification #policy_container .tab_info_link li.current {
  font-family: 'gothicbold';
  color: #d18c4a;
}
.product-specification #policy_container .tab_info {
  display: none;
}
.product-specification #policy_container .tab_info.current {
  display: block;
}
.product-specification #policy_container #tab-2 p,
.product-specification #policy_container #tab-3 p {
  font-family: 'gothicbold';
  color: #d18c4a;
  padding-left: 20px;
}
.product-specification #policy_container #tab-4 p {
  color: #aaaaaa;
}
.product-specification #policy_container #tab-3 .tab_info_link {
  list-style: none;
}
.product-specification #policy_container #tab-3 .tab_info_link li {
  position: relative;
  padding-left: 25px;
}
.product-specification #policy_container #tab-3 .tab_info_link li:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 17px;
  height: 12px;
  position: absolute;
  left: 0px;
  background-position: -2px -61px;
  top: 2px;
}
.product-specification #policy_container .policy_tab_list .tab {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 30px;
  outline: none;
  color: #fff;
  background: #585656;
  text-align: center;
  width: auto;
  cursor: pointer;
  border: 0;
}
.product-specification #policy_container .policy_tab_list .tab span {
  padding: 0;
}
.product-specification #policy_container .policy_tab_list .tab.current {
  background: #2f2f2f;
}
body.page-products #diamondsearch .ui-slider-horizontal {
  height: 10px;
  background: #262626;
  position: relative;
}
body.page-products #diamondsearch .ui-slider-horizontal:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  background: #363636;
  width: 100%;
  left: 0;
  right: 0;
}
body.page-products.page-with-filter .columns,
body.page-products.designer-index-collection .columns {
  padding: 0;
}
body.diamondsearch-index-setting.page-layout-2columns-left .sidebar-main,
body.page-products.page-layout-2columns-left .sidebar-main {
  padding: 30px 2% 30px 30px;
}
@media only screen and (max-width: 1200px) {
  body.diamondsearch-index-setting.page-layout-2columns-left .sidebar-main,
  body.page-products.page-layout-2columns-left .sidebar-main {
    padding: 20px 1% 10px 10px;
  }
}
body.diamondsearch-index-setting.page-layout-2columns-left .column.main,
body.page-products.page-layout-2columns-left .column.main {
  padding: 30px 30px 30px 0px;
}
@media only screen and (max-width: 992px) {
  body.diamondsearch-index-setting.page-layout-2columns-left .column.main,
  body.page-products.page-layout-2columns-left .column.main {
    padding: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  body.diamondsearch-index-setting.page-layout-2columns-left .column.main,
  body.page-products.page-layout-2columns-left .column.main {
    padding: 20px 0px 20px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  body.diamondsearch-index-setting.page-layout-2columns-left .column.main,
  body.page-products.page-layout-2columns-left .column.main {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .diamond_finder .merge_filter.advance-option .merge_container .diamond_list:nth-child(2) {
    border-right: 0;
  }
}
body .sidebar-main .carat .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}
@media only screen and (max-width: 992px) {
  body .sidebar-main .carat .ui-slider-horizontal .ui-slider-handle {
    top: -8px;
  }
}
.diamondsearch-index-index.page-layout-1column .diamond_finder .merge_filter .merge_container,
.page-products.catalog-category-view .diamond_finder .merge_filter .merge_container {
  width: 75%;
}
@media only screen and (max-width: 1280px) {
  .diamondsearch-index-index.page-layout-1column .diamond_finder .merge_filter .merge_container,
  .page-products.catalog-category-view .diamond_finder .merge_filter .merge_container {
    width: 75%;
  }
}
@media only screen and (max-width: 1220px) {
  .diamondsearch-index-index.page-layout-1column .diamond_finder .merge_filter .merge_container,
  .page-products.catalog-category-view .diamond_finder .merge_filter .merge_container {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .diamondsearch-index-index.page-layout-1column .diamond_finder .merge_filter .merge_container,
  .page-products.catalog-category-view .diamond_finder .merge_filter .merge_container {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .diamondsearch-index-index.page-layout-1column .diamond_finder .merge_filter .merge_container,
  .page-products.catalog-category-view .diamond_finder .merge_filter .merge_container {
    width: 63%;
  }
}
@media only screen and (max-width: 1220px) {
  .diamondsearch-index-index.page-layout-1column #diamondsearch .ds-filter-shape,
  .page-products.catalog-category-view #diamondsearch .ds-filter-shape {
    padding: 0;
  }
}
.modal-popup .modal-inner-wrap {
  background: #363636;
}
.dataTables_processing,
#ds-results-overlay {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  /*  &:before{
        content:'';
        position: absolute;
        width: 150px;
        height: 150px;
        top: 50%;
        background:url('@{baseDir}images/BGDPreloader.gif');
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        right: 0;
        left: 0;
        margin: 0 auto;
    }*/
}
body table.dataTable thead th {
  border: 0;
}
body table.dataTable.no-footer {
  border: 0;
}
body table.dataTable thead th,
body table.dataTable thead td {
  padding: 7px 10px;
  font-weight: normal;
}
body .dataTables_wrapper .dataTables_info {
  display: none;
}
.block.upsell,
.related {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.block.upsell #bv_datatable-upsell,
.related #bv_datatable-upsell,
.block.upsell #bv_datatable-related,
.related #bv_datatable-related {
  width: 100% !important;
}
.block.upsell .chld-blk,
.related .chld-blk {
  background: #363636;
  float: left;
  padding: 25px;
}
.block.upsell #block-upsell-heading,
.related #block-upsell-heading,
.block.upsell #block-related-heading,
.related #block-related-heading {
  color: #373737;
  padding: 15px 25px;
  float: left;
  font-size: 20px;
  margin: 0;
  font-weight: normal;
  font-family: 'questa-light' !important;
  font-size: 35px;
  text-transform: capitalize;
}
.block.related {
  order: 3;
}
.block.upsell {
  order: 4;
}
.dataTables_wrapper {
  position: relative;
}
.detail_left {
  width: 50%;
  float: left;
  position: relative;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.detail_right {
  width: 50%;
  float: left;
}
.admin__data-grid-outer-wrap {
  background: #252525;
  border-left: 10px solid #2f2f2f;
  width: 25%;
  padding: 10px 10px 10px 30px;
}
.admin__data-grid-outer-wrap .block-title strong {
  color: #aaaaaa;
  font-size: 2rem;
  text-transform: capitalize;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: 'questa-light';
  display: block;
  font-weight: normal;
}
.admin__data-grid-outer-wrap .products-list .product-item {
  border: 0;
}
.admin__data-grid-outer-wrap .products-list .product-item-details {
  border-bottom: 1px solid #515151;
}
.admin__data-grid-outer-wrap .products-list .product-item:last-child .product-item-details {
  border-bottom: 0;
}
.admin__data-grid-outer-wrap .product-item-details .product-item-name a {
  color: #ababab;
  font-size: 1.6rem;
}
.admin__data-grid-outer-wrap .price-box .price-container .price {
  font-size: 2.5rem;
  font-family: 'questa-light';
  color: #ababab;
}
.admin__data-grid-outer-wrap .block-viewed-products-grid {
  padding-bottom: 30px;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  position: relative;
  border-bottom: 1px solid #4a4a4a;
}
.admin__data-grid-outer-wrap .block-viewed-products-grid:before {
  content: '';
  background: url('../images/icon_sprite.png');
  width: 32px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  background-position: -91px -98px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.product-info-main .page-title span {
  font-family: 'questa-regular';
  font-size: 3rem;
  color: #ffffff;
  text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
  .product-info-main .page-title span {
    font-size: 2rem;
  }
}
.towishlist span {
  font-weight: normal;
}
.catalog-product-view .minicart-wrapper {
  z-index: 9999;
}
.catalog-product-view.page-layout-1column .column.main {
  width: 100%;
  -webkit-flex-basis: initial;
  flex-basis: inherit;
  padding: 0px 15px 0px 15px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .column.main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.catalog-product-view.page-layout-1column .column.main:before {
  content: '';
  position: absolute;
  left: -100%;
  width: 100%;
  background: #363636;
  z-index: 2;
  height: 100%;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .column.main .product-info-main {
    order: 2;
    width: 70%;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 812px) {
  .catalog-product-view.page-layout-1column .column.main .product-info-main {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .column.main .product-info-main {
    width: 100%;
  }
}
.catalog-product-view.page-layout-1column .column.main .product.media {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .column.main .product.media {
    order: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  .catalog-product-view.page-layout-1column .column.main .product.media {
    width: 100%;
  }
}
.catalog-product-view.page-layout-1column .detail_right {
  flex: none;
  background: #252525;
  padding: 30px 25px 25px 25px;
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .detail_right {
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .catalog-product-view.page-layout-1column .detail_right {
    width: 100%;
  }
}
.catalog-product-view.page-layout-1column .detail_right:before {
  content: '';
  position: absolute;
  left: 100%;
  width: 100%;
  background: #252525;
  z-index: 1;
  height: 100%;
  top: 0;
}
.catalog-product-view.page-layout-1column .column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.catalog-product-view .product-add-form form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
body .page.messages,
body .messages {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}
body .page.messages .message.error,
body .messages .message.error {
  background: #2f2f2f;
  color: #feefb3 !important;
  font-weight: bold;
}
body .page.messages .message.error a,
body .messages .message.error a {
  color: #d18c4a;
  text-decoration: none;
}
body .page.messages .message.error > *:first-child:before,
body .messages .message.error > *:first-child:before {
  color: #feefb3 !important;
}
body .message.info,
body .message.notice,
body .message.warning {
  color: #feefb3 !important;
  background: transparent !important;
  font-weight: bold;
}
body .message.info a,
body .message.notice a,
body .message.warning a {
  color: #d18c4a;
  text-decoration: none;
}
body .message.info span:before,
body .message.notice span:before,
body .message.warning span:before {
  color: #feefb3 !important;
}
body .message.info > *:first-child:before {
  color: #feefb3 !important;
}
body #confirmBox .error {
  color: #feefb3 !important;
  font-weight: bold;
  background: transparent;
  margin-top: 0px;
}
body .compare-popup .message.info,
body.page-products .message.info,
body body .message.info,
body .compare-popup .message.notice,
body.page-products .message.notice,
body body .message.notice,
body .compare-popup .message-notice.notice,
body.page-products .message-notice.notice,
body body .message-notice.notice {
  color: #a86d10 !important;
}
body .compare-popup .message.info div:before,
body.page-products .message.info div:before,
body body .message.info div:before,
body .compare-popup .message.notice div:before,
body.page-products .message.notice div:before,
body body .message.notice div:before,
body .compare-popup .message-notice.notice div:before,
body.page-products .message-notice.notice div:before,
body body .message-notice.notice div:before {
  color: #feefb3 !important;
}
body .compare-popup .message.info > *:first-child:before,
body.page-products .message.info > *:first-child:before,
body body .message.info > *:first-child:before {
  color: #a86d10 !important;
}
body .message.success {
  background: #2f2f2f;
  color: #cadf46 !important;
}
body .message.success a {
  color: #d18c4a;
  text-decoration: none;
}
body .message.success > *:first-child:before {
  color: #cadf46 !important;
}
.attribute_list {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.attribute_list li {
  width: 33.33%;
  padding-right: 10px;
}
.attribute_list li:nth-child(3n + 3) {
  padding-right: 0;
}
.attribute_label {
  color: #d18c4a;
  text-transform: uppercase;
  display: block;
  font-size: 1.5rem;
}
.attribute_label.cant_label {
  margin-bottom: 15px;
}
.attribute_value {
  display: block;
  text-transform: inherit;
  color: #aaaaaa;
  word-break: break-word;
  text-align: justify;
}
.attribute_value a {
  color: #ffffff;
  text-decoration: underline;
}
.note_label {
  display: inline-block;
  width: 100%;
  font-family: 'gothicit';
  font-size: 1.5rem;
  color: #aaaaaa;
  padding-top: 20px;
  padding-bottom: 20px;
}
body .img_1,
body .img_2 {
  height: 47px;
}
.compare-product {
  position: absolute;
  top: 0px;
  right: 2px;
  font-size: 0;
  height: 58px;
  width: 58px;
}
@media only screen and (max-width: 1024px) {
  .compare-product {
    top: 0px;
  }
}
.compare-product a {
  background: url('../images/icon_sprite.png');
  content: '';
  height: 58px;
  width: 58px;
  background-position: -241px -140px;
  display: inline-block;
}
.custom-collection-type {
  position: absolute;
  top: 25px;
  padding-left: 25px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #aaaaaa;
}
.custom-collection-type:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 20px;
  height: 14px;
  position: absolute;
  left: 0px;
  background-position: -2px -61px;
  top: 2px;
}
.custom-collection-type.heart-orange:before {
  background-position: -168px -573px;
}
.custom-collection-type.heart-green:before {
  background-position: -145px -573px;
}
.custom-collection-type.heart-blue:before {
  background-position: -260px -573px;
}
.custom-collection-type.heart-white:before {
  background-position: -329px -573px;
}
.custom-collection-type.heart-black:before {
  background-position: -353px -573px;
}
.custom-collection-type.heart-black {
  padding-left: 20px;
}
.custom-collection-type.heart-orange-small:before {
  background-position: -215px -573px;
  height: 17px;
}
.custom-collection-type.heart-grey:before {
  background-position: -189px -573px;
}
.lab_section {
  display: inline-block;
  width: 100%;
}
.lab_section .lab-reports {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  color: #aaaaaa;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
  /*border-bottom:1px solid #4a4a4a;*/
  /*&:before{
            content:'';
            background: url('@{baseDir}images/icon_sprite.png');
            width: 32px;
            height: 2px;
            position: absolute;
            bottom: -1px;
            background-position: -91px -98px;
            left: 0;
            right: 0;
            margin: 0 auto;

        }*/
}
.lab_section .lab-reports li {
  display: inline-block;
}
.lab_section .lab-reports li a {
  color: #aaaaaa;
  text-decoration: none;
}
.product_info_button {
  display: inline-block;
  width: 100%;
  list-style: disc;
  padding: 0;
  list-style: inside;
  color: #aaaaaa;
  padding-top: 25px;
  margin: 0;
  position: relative;
}
.product_info_button:before {
  content: '';
  background: url('../images/icon_sprite.png');
  width: 32px;
  height: 2px;
  position: absolute;
  top: -2px;
  background-position: -91px -98px;
  left: 95px;
  margin: 0 auto;
  z-index: 9;
}
@media (max-width: 1200px) and (min-width: 1190px) {
  .product_info_button:before {
    left: 75px;
  }
}
@media (width: 1024px) {
  .product_info_button:before {
    left: 156px;
  }
}
@media (max-width: 992px) {
  .product_info_button:before {
    left: 135px;
  }
}
@media (max-width: 834px) {
  .product_info_button:before {
    left: 116px;
  }
}
@media (max-width: 768px) {
  .product_info_button:before {
    left: 100px;
  }
}
.product_info_button:after {
  border-top: 1px solid #4a4a4a;
  width: 70%;
  content: '';
  height: 1px;
  position: absolute;
  top: -1px;
}
.product_info_button li a {
  color: #aaaaaa;
  text-transform: capitalize;
  font-size: 1.5rem;
  text-decoration: underline;
}
.detail_right .product-info-price .price-box .special-price .price-container .price {
  font-size: 5rem;
  color: #ababab;
  font-family: 'questa-italic';
  position: relative;
}
.detail_right .product-info-price .price-box .special-price .price-container .price:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #ababab;
  position: absolute;
  transform: rotate(-5deg);
  bottom: 20px;
}
.detail_right .product-info-price .price-box .old-price .price-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.detail_right .product-info-price .price-box .old-price .price-container .price-label {
  order: 2;
}
.detail_right .product-info-price .price-box .old-price .price-container .price-wrapper {
  order: 1;
}
.detail_right .product-info-price .price-box .old-price .price-container .price-wrapper .price {
  font-family: 'questa-regular';
  color: #ffffff;
  font-size: 2rem;
}
.detail_right .product-info-price .price-box .old-price .price-container .price-label {
  color: #aaaaaa;
  font-size: 2rem;
  font-family: 'questa-italic';
  text-transform: capitalize;
  margin: 0;
  padding-left: 10px;
  line-height: 35px;
}
.detail_right .product-info-price {
  margin-bottom: 70px;
}
.button_secondary {
  width: 100%;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 0 15px;
}
.button_secondary a {
  display: block;
  padding: 6px;
  border: 1px solid #ffffff;
  text-align: center;
  color: #fdfdfd;
  text-decoration: none;
  font-size: 1.5rem;
  position: relative;
}
.button_secondary a:hover {
  background: #54e7f0;
  color: #000000;
}
.button_secondary.ring_button a {
  background: #54e7f0;
  color: #000000;
  font-family: 'questa-italic';
}
.button_secondary.ring_button a:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 50px;
  height: 17px;
  background-position: -20px -57px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 2px;
}
.button_secondary.matching_button a {
  border-color: #555555;
}
.button_secondary.matching_button a:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 24px;
  height: 12px;
  background-position: -111px -62px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 2px;
}
.button_secondary.matching_button a:hover {
  border: 1px solid #fff;
}
.product-info-main .detail_right .ask_anexprt {
  margin-bottom: 43px;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
  margin-top: 8px;
}
.product-info-main .detail_right .ask_anexprt .ask_exprtt {
  padding-left: 0;
}
.product-info-main .detail_right .ask_anexprt .ask_exprtt li {
  margin-bottom: 0;
}
.product-info-main .detail_right .ask_anexprt .ask_exprtt li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #d18c4a;
  border: 1px solid #d18c4a;
  color: #ffffff;
  padding: 6px;
  font-size: 1.6rem;
}
.product-info-main .detail_right .ask_anexprt .ask_exprtt li a:hover {
  background: #000000;
  border-color: #000000;
}
.product-info-main .detail_right .towishlist {
  display: block;
  padding: 6px !important;
  border: 1px solid #555555 !important;
  text-align: center;
  color: #fdfdfd;
  text-decoration: none;
  font-size: 1.5rem !important;
  margin-bottom: 8px;
  position: relative;
  line-height: 21px !important;
  border-radius: 0;
  background: transparent;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 8px;
}
.product-info-main .detail_right .towishlist:hover {
  background: #54e7f0;
  color: #000000;
  border: 1px solid #fff !important;
}
.product-info-main .detail_right .towishlist:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 17px;
  height: 15px;
  background-position: -145px -61px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 2px;
}
.product-info-main .detail_right .box-tocart .action.tocart {
  padding: 5px;
  position: relative;
  font-style: italic;
  font-family: 'questa-light';
}
.product-info-main .detail_right .box-tocart .action.tocart:hover {
  background: #54e7f0 !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.product-info-main .detail_right .box-tocart .action.tocart:hover span {
  color: #000000 !important;
}
.product-info-main .detail_right .box-tocart .action.tocart:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 18px;
  height: 18px;
  background-position: -80px -57px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 2px;
}
.product-info-main .detail_right .cant_list {
  padding: 0;
  margin-bottom: 0;
  list-style: disc;
  color: #d18c4a;
  list-style: inside;
}
.product-info-main .detail_right .cant_list li a {
  color: #aaaaaa;
  text-transform: capitalize;
  font-size: 1.5rem;
  text-decoration: underline;
}
.product-info-main .detail_right .sidebar_link {
  padding-top: 35px;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
  position: relative;
  border-top: 1px solid #4a4a4a;
}
.product-info-main .detail_right .sidebar_link:before {
  content: '';
  background: url('../images/icon_sprite.png');
  width: 32px;
  height: 2px;
  position: absolute;
  top: -2px;
  background-position: -91px -98px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.heart_links {
  background: url('../images/authenticity.png');
  width: 129px;
  height: 129px;
  display: inline-block;
  position: absolute;
  right: 20px;
  margin-top: -90px;
  background-size: contain;
}
@media (max-width: 1200px) {
  .heart_links {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.ds-results-table-wrapper-compare {
  float: left;
  width: 100%;
}
.affrime {
  width: 51px;
  height: 24px;
  position: absolute;
  background: url('../images/icon_sprite.png');
  background-position: -174px -50px;
  display: inline-block;
  margin-top: 0px;
  left: 45px;
}
.catalog-product-view .fancybox-content {
  width: 100% !important;
}
.catalog-product-view .fancybox-content .navigation {
  display: none;
}
body .fancybox-inner .navigation {
  display: none;
}
#add-setting.setting-button a {
  background: #54e7f0;
  color: #000000;
}
#add-setting.setting-button a:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 50px;
  height: 17px;
  background-position: -20px -57px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 2px;
}
#product-sendtofriend-form {
  padding: 15px 30px;
}
@media only screen and (max-width: 1024px) {
  #product-sendtofriend-form {
    padding: 0;
  }
}
#product-sendtofriend-form .fieldset {
  margin-bottom: 15px !important;
}
#product-sendtofriend-form .fieldset:last-child {
  margin-bottom: 0 !important;
}
#product-sendtofriend-form .fieldset.sender .field {
  margin-left: 0;
  margin-right: 4% !important;
}
#product-sendtofriend-form .fieldset.sender .field:nth-child(even) {
  margin-right: 0 !important;
}
#product-sendtofriend-form .fieldset .legend {
  margin: 0;
  padding-bottom: 4px;
}
#product-sendtofriend-form .fieldset .field {
  width: 48%;
  float: left;
  margin-bottom: 10px !important;
  margin-top: 15px;
}
#product-sendtofriend-form .fieldset .field:nth-child(odd) {
  margin-right: 0%;
}
#product-sendtofriend-form .fieldset .field .control {
  width: 100% !important;
}
#product-sendtofriend-form .fieldset .field label {
  margin-bottom: 2px;
}
#product-sendtofriend-form .fieldset .field input[type="text"] {
  height: 35px;
}
#product-sendtofriend-form .fieldset .field.captcha {
  width: 100%;
}
#product-sendtofriend-form .fieldset .field.captcha > .control {
  width: 50%;
}
#product-sendtofriend-form .fieldset .field.captcha > .control input {
  width: 46%;
}
#product-sendtofriend-form .fieldset .field.captcha > .control .field {
  margin-top: 0;
}
#product-sendtofriend-form .fieldset.recipients {
  position: relative;
}
#product-sendtofriend-form .fieldset.recipients .field {
  margin-right: 4%;
  margin-left: 0;
}
#product-sendtofriend-form .fieldset.recipients .field:nth-child(odd) {
  margin-right: 0;
}
#product-sendtofriend-form .fieldset.recipients .actions-toolbar {
  width: 100%;
  float: left;
  text-align: right;
}
#product-sendtofriend-form .fieldset.recipients .actions-toolbar #add-recipient-button {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  position: relative;
  top: 10px;
  margin: 0;
  text-transform: capitalize;
  padding: 8px 20px;
}
#product-sendtofriend-form .fieldset.recipients .actions-toolbar #add-recipient-button span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
#product-sendtofriend-form .fieldset.recipients .actions-toolbar #add-recipient-button:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
#product-sendtofriend-form .fieldset.recipients .actions-toolbar #add-recipient-button span {
  text-transform: capitalize;
}
#product-sendtofriend-form .fieldset.recipients .actions-toolbar .secondary {
  float: right;
}
#product-sendtofriend-form .fieldset .additional {
  margin-top: 25px;
}
#product-sendtofriend-form .fieldset .additional .fieldset .field {
  margin-bottom: 0;
  margin-top: 0;
}
#product-sendtofriend-form .fieldset .additional .action.remove {
  margin-left: 0;
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  text-transform: capitalize;
  position: relative;
  left: 0;
}
#product-sendtofriend-form .fieldset .additional .action.remove span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
#product-sendtofriend-form .fieldset .additional .action.remove:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
#product-sendtofriend-form .fieldset .additional .action.remove span {
  text-transform: capitalize;
}
#product-sendtofriend-form .fieldset .legend span {
  color: #d18c4a;
  font-size: 2rem;
  font-family: 'gothicbold';
}
.modal-popup.compare-popup .modal-content {
  height: auto !important;
}
.compare-popup-image header.modal-header,
.compare-popup header.modal-header {
  border-bottom: 0;
}
.compare-popup-image header.modal-header .modal-title,
.compare-popup header.modal-header .modal-title {
  padding-bottom: 0;
  border: 0;
  color: #666;
}
.modal-popup.compare-popup .modal-inner-wrap {
  height: 85% !important;
  overflow-x: auto;
}
.catalog-product-view .modal-popup.lower-price-popup .modal-inner-wrap,
.catalog-product-view .modal-popup.lower-price-popup .modal-content {
  height: auto;
}
.catalog-product-view #popup-modal {
  height: 100%;
}
.catalog-product-view .modal-popup.modal-popup.compare-popup .modal-inner-wrap {
  background: #ebebeb;
  height: auto !important;
}
body .modal-popup.compare-popup .modal-inner-wrap .modal-content {
  height: 100% !important;
  border-radius: 0;
  background: #ebebeb;
}
#filter-result + .ng-scope {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.sendfriend-product-send .page-wrapper {
  height: auto !important;
  min-height: auto;
}
iframe .page-wrapper .navigation {
  display: none;
}
#popup-modal {
  border: 0;
  width: 100%;
}
.funnel_info_box .price_2 {
  color: #ffffff;
  font-size: 14px;
}
@media only screen and (max-width: 1441px) {
  .funnel_info_box .price_2 {
    font-size: 12px;
  }
}
body .modal-popup.compare-popup .modal-inner-wrap {
  max-width: 86% !important;
  width: 86% !important;
  background: #ebebeb;
}
body .modal-popup.compare-popup .modal-inner-wrap .modal-content {
  background: #ebebeb;
}
.gallery_popup .modal-inner-wrap .fieldset .field {
  float: left;
  width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 10px;
}
.gallery_popup .modal-inner-wrap .fieldset .field:nth-child(5n) {
  margin-right: 0;
  width: 98%;
}
.gallery_popup .modal-inner-wrap .fieldset .field:nth-child(7n) {
  width: 98%;
}
.gallery_popup .modal-inner-wrap .fieldset .field:nth-child(9n) {
  width: 100%;
}
.gallery_popup .modal-inner-wrap .fieldset .field label {
  margin-bottom: 3px;
}
.gallery_popup .modal-inner-wrap .fieldset .field input[type="text"] {
  height: 35px;
}
.gallery_popup .modal-inner-wrap .fieldset .field textarea {
  height: 50px;
}
.gallery_popup .modal-inner-wrap .fieldset .field .control .field {
  width: 100%;
  margin: 0;
}
.gallery_popup .modal-inner-wrap .fieldset .field .control .field input {
  width: 210px;
}
.gallery_popup .lowerprice-form-actions {
  width: 100%;
  float: left;
  margin-left: 1%;
}
.gallery_popup .lowerprice-form-actions .actions-primary {
  float: right;
}
.catalog-product-view .modal-popup.modal-popup.compare-popup-image .modal-inner-wrap {
  height: auto;
}
.catalog-product-view .modal-popup.modal-popup.compare-popup-image .modal-content {
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  body.catalog-product-view .modal-popup.modal-popup .modal-inner-wrap {
    height: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  body.catalog-product-view .lower-price-popup.modal-popup .modal-inner-wrap {
    height: auto;
  }
}
.catalog-product-view .lower-price-popup fieldset.fieldset.first,
.diamondpaircomparison-diamondpair-index .lower-price-popup fieldset.fieldset.first,
.catalog-product-view .modal-popup fieldset.fieldset.first,
.diamondpaircomparison-diamondpair-index .modal-popup fieldset.fieldset.first {
  display: none !important;
}
.catalog-product-view .lower-price-popup.modal-popup .modal-inner-wrap,
.diamondpaircomparison-diamondpair-index .lower-price-popup.modal-popup .modal-inner-wrap,
.catalog-product-view .modal-popup.modal-popup .modal-inner-wrap,
.diamondpaircomparison-diamondpair-index .modal-popup.modal-popup .modal-inner-wrap {
  max-width: 1024px;
  background: #363636;
  box-shadow: none;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view .lower-price-popup.modal-popup .modal-inner-wrap,
  .diamondpaircomparison-diamondpair-index .lower-price-popup.modal-popup .modal-inner-wrap,
  .catalog-product-view .modal-popup.modal-popup .modal-inner-wrap,
  .diamondpaircomparison-diamondpair-index .modal-popup.modal-popup .modal-inner-wrap {
    height: auto;
  }
}
.catalog-product-view .lower-price-popup.modal-popup .modal-content,
.diamondpaircomparison-diamondpair-index .lower-price-popup.modal-popup .modal-content,
.catalog-product-view .modal-popup.modal-popup .modal-content,
.diamondpaircomparison-diamondpair-index .modal-popup.modal-popup .modal-content {
  background: #363636;
}
.catalog-product-view .lower-price-popup.modal-popup .modal-header,
.diamondpaircomparison-diamondpair-index .lower-price-popup.modal-popup .modal-header,
.catalog-product-view .modal-popup.modal-popup .modal-header,
.diamondpaircomparison-diamondpair-index .modal-popup.modal-popup .modal-header {
  border: 0;
}
.catalog-product-view .lower-price-popup .fieldset .field,
.diamondpaircomparison-diamondpair-index .lower-price-popup .fieldset .field,
.catalog-product-view .modal-popup .fieldset .field,
.diamondpaircomparison-diamondpair-index .modal-popup .fieldset .field {
  float: left;
  width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 10px;
}
.catalog-product-view .lower-price-popup .fieldset .field:nth-child(5n),
.diamondpaircomparison-diamondpair-index .lower-price-popup .fieldset .field:nth-child(5n),
.catalog-product-view .modal-popup .fieldset .field:nth-child(5n),
.diamondpaircomparison-diamondpair-index .modal-popup .fieldset .field:nth-child(5n) {
  margin-right: 0;
  width: 98%;
}
.catalog-product-view .lower-price-popup .fieldset .field:nth-child(7n),
.diamondpaircomparison-diamondpair-index .lower-price-popup .fieldset .field:nth-child(7n),
.catalog-product-view .modal-popup .fieldset .field:nth-child(7n),
.diamondpaircomparison-diamondpair-index .modal-popup .fieldset .field:nth-child(7n) {
  width: 98%;
}
.catalog-product-view .lower-price-popup .fieldset .field:nth-child(9n),
.diamondpaircomparison-diamondpair-index .lower-price-popup .fieldset .field:nth-child(9n),
.catalog-product-view .modal-popup .fieldset .field:nth-child(9n),
.diamondpaircomparison-diamondpair-index .modal-popup .fieldset .field:nth-child(9n) {
  width: 100%;
}
.catalog-product-view .lower-price-popup .fieldset .field label,
.diamondpaircomparison-diamondpair-index .lower-price-popup .fieldset .field label,
.catalog-product-view .modal-popup .fieldset .field label,
.diamondpaircomparison-diamondpair-index .modal-popup .fieldset .field label {
  margin-bottom: 3px;
}
.catalog-product-view .lower-price-popup .fieldset .field input[type="text"],
.diamondpaircomparison-diamondpair-index .lower-price-popup .fieldset .field input[type="text"],
.catalog-product-view .modal-popup .fieldset .field input[type="text"],
.diamondpaircomparison-diamondpair-index .modal-popup .fieldset .field input[type="text"] {
  height: 35px;
}
.catalog-product-view .lower-price-popup .fieldset .field textarea,
.diamondpaircomparison-diamondpair-index .lower-price-popup .fieldset .field textarea,
.catalog-product-view .modal-popup .fieldset .field textarea,
.diamondpaircomparison-diamondpair-index .modal-popup .fieldset .field textarea {
  height: 50px;
}
.catalog-product-view .lower-price-popup .fieldset .field .control .field,
.diamondpaircomparison-diamondpair-index .lower-price-popup .fieldset .field .control .field,
.catalog-product-view .modal-popup .fieldset .field .control .field,
.diamondpaircomparison-diamondpair-index .modal-popup .fieldset .field .control .field {
  width: 100%;
  margin: 0;
}
.catalog-product-view .lower-price-popup .fieldset .field .control .field input,
.diamondpaircomparison-diamondpair-index .lower-price-popup .fieldset .field .control .field input,
.catalog-product-view .modal-popup .fieldset .field .control .field input,
.diamondpaircomparison-diamondpair-index .modal-popup .fieldset .field .control .field input {
  width: 210px;
}
.catalog-product-view .modal-footer {
  display: none;
}
.catalog-product-view .modals-overlay {
  background: rgba(255, 255, 255, 0.7);
}
.catalog-product-view .lowerprice-form-actions {
  width: 100%;
  float: left;
  margin-left: 1%;
}
.catalog-product-view form#lowerprice-form fieldset.fieldset p.bold {
  color: #aaaaaa;
  font-size: 16px;
}
.catalog-product-view .email-text {
  width: 100%;
  margin-top: 5px;
  color: #aaaaaa;
}
.catalog-product-view .modal-custom .action-close:before,
.catalog-product-view .modal-popup .action-close:before,
.catalog-product-view .modal-slide .action-close:before {
  color: #ffffff;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .product.media {
  width: 50%;
  order: 1;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .custome_subscribe {
  margin-top: 0;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .product-details {
  width: 80%;
  padding-left: 20px;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .bundle-summary .subtitle {
  color: #d18c4a;
  text-transform: uppercase;
  display: block;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .box-tocart .action.tocart {
  padding: 10px 40px;
  position: relative;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .box-tocart .action.tocart:hover {
  background: #54e7f0 !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .box-tocart .action.tocart:hover span {
  color: #000000 !important;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .box-tocart .action.tocart:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 18px;
  height: 18px;
  background-position: -80px -57px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 2px;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .box-tocart {
  float: left;
  width: 100%;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .bundle-options-wrapper {
  display: none;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .column.main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .product-info-main {
  display: none;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .bundle-options-container {
  width: 50%;
  order: 2;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .bundle-options-container {
  background: #252525;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .bundle-options-container .block-bundle-summary {
  width: 100%;
  background: #252525;
  margin-top: 10px;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right .column.main {
  padding: 0;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right #funnel {
  position: relative;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right #funnel:before {
  content: '';
  position: absolute;
  left: -100%;
  width: 100%;
  background: #363636;
  z-index: 2;
  height: 100%;
  top: 0;
}
.catalog-product-view.page-product-bundle-change.page-layout-2columns-right #funnel:after {
  content: '';
  position: absolute;
  right: -100%;
  width: 100%;
  background: #363636;
  z-index: 2;
  height: 100%;
  top: 0;
}
.catalog-product-view.page-product-bundle-change #bundleSummary .title strong {
  font-family: 'questa-regular';
  font-size: 3rem;
  color: #ffffff;
  text-transform: capitalize;
}
.catalog-product-view.page-product-bundle-change #bundleSummary .bundle-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}
.catalog-product-view.page-product-bundle-change #bundleSummary .bundle-info .product-details .name {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.catalog-product-view.page-product-bundle-change #bundleSummary .bundle-info .product-details .stock {
  float: right;
  font-weight: 700;
  text-transform: uppercase;
}
.catalog-product-view.page-product-bundle-change #bundleSummary .bundle-info .product-details .price-box {
  float: left;
}
.catalog-product-view.page-product-bundle-change #bundleSummary .bundle-info .product-details .price-box .price {
  font-size: 3rem;
  line-height: 30px;
}
.catalog-product-view .modal-popup.confirm .modal-footer {
  display: block;
  text-align: left;
  border: 0;
}
.catalog-product-view .modal-popup.modal-popup.confirm .modal-content {
  height: auto !important;
}
.catalog-product-view .modal-popup.modal-popup.confirm .modal-inner-wrap {
  height: auto;
}
.product-specification {
  width: 100%;
  order: 3;
  border-top: 10px solid #2f2f2f;
  padding: 30px;
  position: relative;
  display: none;
  padding-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .product-specification {
    padding: 20px 15px;
  }
}
.product-specification.toggle_detail {
  display: block;
}
.product-specification h3 {
  font-family: 'questa-light';
  color: #c8c8c8;
  font-size: 3.5rem;
  text-transform: capitalize;
  margin-top: 0;
  padding-bottom: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .product-specification h3 {
    font-size: 2.5rem;
  }
}
.product-specification ul {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.product-specification ul li {
  width: 16.6666%;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-right: 1px solid #555555;
}
@media only screen and (max-width: 812px) {
  .product-specification ul li {
    width: 20%;
  }
}
.product-specification ul li > span {
  padding-left: 25px;
  padding-right: 10px;
}
.product-specification ul li:nth-child(6n +6) {
  border-right: 0;
}
@media only screen and (max-width: 812px) {
  .product-specification ul li:nth-child(6n +6) {
    border-right: 1px solid #555555;
  }
}
@media only screen and (max-width: 812px) {
  .product-specification ul li:nth-child(5n + 5) {
    border-right: 0;
  }
}
@media only screen and (max-width: 812px) {
  .product-specification ul li:nth-child(6n +1) > span {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 812px) {
  .product-specification ul li:nth-child(5n + 1) > span {
    padding-left: 0;
  }
}
.product-specification .closebtn {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .product-specification .closebtn {
    top: 20px;
    right: 20px;
  }
}
.product-specification .closebtn:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 2.5rem;
  color: #aaaaaa;
  top: 0px;
  position: absolute;
  font-weight: normal;
}
.work_banch_wrap:hover .workbench {
  visibility: visible;
  opacity: 1;
  top: 33px;
}
.workbench {
  background-color: #363636;
  border: 1px solid #515151;
  box-shadow: 0 0 2px #515151;
  padding: 10px;
  width: 300px;
  float: left;
  position: absolute;
  top: 70px;
  text-align: center;
  z-index: 999;
  left: -100px;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.workbench:before {
  content: '';
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #363636 transparent;
  top: -20px;
  z-index: 99;
}
.workbench:after {
  content: '';
  position: absolute;
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent #515151 transparent;
  top: -23px;
  margin: 0 auto;
  right: 128px;
}
.workbench p {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 20px;
  padding: 10px;
}
.workbench a {
  color: #d18c4a;
  font-size: 1.3rem;
}
.workbench a span {
  display: block;
}
.workbench .workbanch_title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 20px;
  display: block;
}
.workbench .work_signature {
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #d18c4a;
  padding-left: 25px !important;
  position: relative;
}
.workbench .work_signature:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 17px;
  height: 12px;
  position: absolute;
  left: 0px;
  background-position: -2px -61px;
  top: 6px;
}
.workbench .work_title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  display: block;
  font-family: 'gothicbold';
  text-transform: capitalize;
}
.workbench .work_align {
  width: 100%;
  display: inline-block;
}
.workbench .work_align .work_sub_label {
  font-size: 1.4rem;
  color: #aaaaaa;
}
.workbench .work_align .work_label_info {
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'gothicbold';
  padding-right: 15px;
}
.workbench .workbench-data {
  text-align: left;
  padding-top: 5px;
}
.workbench .workbench-data span {
  padding: 3px 0;
}
.workbench .work_diamond {
  display: inline-block;
  width: 78%;
}
.workbench .word_link {
  display: inline-block;
  width: 20%;
}
.workbench .word_link .viewchange {
  display: block;
  line-height: 13px;
  text-decoration: underline;
}
.workbench .word_link .viewchange:hover {
  color: #ffffff;
}
.ring_attribute {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  padding-bottom: 13px;
  word-break: break-all;
}
.ring_attribute li {
  margin-bottom: 18px;
  float: left;
  width: 100%;
}
.ring_attribute li.ring-size,
.ring_attribute li.metal-type {
  width: 50%;
}
.ring_attribute li.ring-size .attribute_label,
.ring_attribute li.metal-type .attribute_label {
  padding-bottom: 4px;
}
.ring_attribute li.ring-size div,
.ring_attribute li.metal-type div {
  width: 80%;
}
.ring_attribute li.ring-size .custom-metal-type,
.ring_attribute li.metal-type .custom-metal-type {
  float: right;
}
.catalog-product-view select {
  background: #262626 url('../images/seclect_icon.png') no-repeat 95% 45%;
  color: #727272;
  border-radius: 0;
  border: 1px solid #474747;
}
.catalog-product-view select {
  background: transparent url('../images/select_arrow_main.png') no-repeat 95% 55% !important;
  color: #727272;
  border-radius: 0;
  border: 1px solid #474747;
}
.catalog-product-view .lower-price-popup select {
  background: #ffffff url('../images/select_arrow_main.png') no-repeat 95% 55% !important;
}
.catalog-product-view .lower-price-popup select:focus {
  color: #000000 !important;
}
.catalog-product-view .lower-price-popup select option {
  color: #000000;
}
.engraving input {
  background: #262626;
  color: #727272;
  border-radius: 0;
  border: 1px solid #474747;
  margin-top: 4px;
}
.configurable .label span {
  color: #d18c4a;
  text-transform: uppercase;
  font-weight: normal;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #1d1d1d url('../images/select_arrow_main.png');
  background-repeat: no-repeat;
  background-position: 100% center;
  color: #ffffff;
}
/*===================== Detail page End here ==================*/
/*======== Responsive Filter =========*/
@media only screen and (max-width: 992px) {
  .head_index {
    z-index: 1;
  }
  .filter-options .filter-options-item.active .filter-options-title {
    padding-left: 10px;
  }
  .filter-options .filter-options-item.active .filter-options-title:before {
    content: '' !important;
    width: 17px;
    height: 3px;
    position: absolute;
    right: 15px;
    top: 50%;
    background-image: url('../images/mobile_minus.png');
    margin-top: 0px;
    background-size: cover;
  }
  .filter-options-title {
    color: #d18c4a;
    text-transform: capitalize;
    font-size: 1.8rem;
    margin-bottom: 5px;
    font-weight: normal;
    border: 1px solid #747474;
    padding: 10px;
    position: relative;
    width: 100% !important;
  }
  .filter-options-item .filter-options-title:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 50%;
    background-image: url('../images/mobile_plus.png');
    margin-top: -7px;
  }
  .filter-options-item.active .filter-options-title:before {
    content: '' !important;
    width: 17px;
    height: 3px;
    position: absolute;
    right: 15px;
    top: 50%;
    background-image: url('../images/mobile_minus.png');
    margin-top: 0px;
    background-size: cover;
  }
  .modes-mode {
    background: #ffffff;
  }
  .sidebar .closebtn {
    display: block;
    padding: 10px;
    background: 0 0;
    border-radius: 0 0 0 16px;
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 0px;
    width: 40px;
    height: 40px;
    order: 2;
  }
  .sidebar .closebtn:before {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 14px;
    content: '\f00d';
    font-family: 'FontAwesome';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    background: #d18c4a;
    padding: 10px 12px;
    top: 0;
    right: 0;
    border-radius: 0 0 0 10px;
  }
  .page-products .sidebar-main .mob_filter,
  .diamondsearch-index-setting .sidebar-main .mob_filter {
    display: block;
    position: fixed;
    z-index: 9969;
    bottom: 10px;
    background: #d18c4a;
    padding: 10px;
    border-radius: 10px;
    width: 41px;
    height: 41px;
    left: 10px;
  }
  .page-products .sidebar-main .mob_filter .filter_icon,
  .diamondsearch-index-setting .sidebar-main .mob_filter .filter_icon {
    color: #ffffff;
    position: relative;
    float: left;
    height: 30px;
    font-size: 0px !important;
  }
  .page-products .sidebar-main .mob_filter .filter_icon:before,
  .diamondsearch-index-setting .sidebar-main .mob_filter .filter_icon:before {
    top: 0px;
    position: absolute;
    content: '';
    left: 0px;
    width: 22px;
    height: 26px;
    background-image: url('../images/mobile-filter-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .page-products .sidebar-main .mob_filter .mob_filter,
  .diamondsearch-index-setting .sidebar-main .mob_filter .mob_filter {
    display: block;
  }
  .page-products .sidebar-main .layer_nav,
  .diamondsearch-index-setting .sidebar-main .layer_nav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: #ffffff;
    overflow-x: hidden;
    transition: 0.2s;
    z-index: 999999;
    padding: 10px;
    visibility: hidden;
    transform: translateX(100%);
    transition: all ease-in-out 0.5s;
    height: 100%;
  }
  .page-products .sidebar-main .layer_nav.left_collapse,
  .diamondsearch-index-setting .sidebar-main .layer_nav.left_collapse {
    transform: translateX(0%);
  }
  .page-products .sidebar-main .layer_nav .filter-options,
  .diamondsearch-index-setting .sidebar-main .layer_nav .filter-options {
    margin-left: 0%;
    background: #ffffff;
    display: block;
    width: 100%;
    list-style: none;
    padding: 0px;
  }
  .page-header,
  .navigation {
    position: relative;
  }
  .page-header.head_index,
  .navigation.head_index {
    z-index: 1;
  }
  .amscroll-navbar {
    display: none;
  }
  .page-products .columns .sidebar-main {
    width: 0px;
  }
  .page-products .columns .column.main {
    width: 100%;
  }
  .page-products .main .closebtn {
    display: none;
  }
}
.compare_list {
  float: left;
  width: 33.33%;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.compare_list li {
  float: left;
  width: 25%;
}
.compare_list li.product.info {
  width: 100%;
}
.page-products .modals-wrapper {
  /*  height: 100%;
        left: 0;
        outline: none;
        position: fixed;
        -webkit-tap-highlight-color: transparent;
        top: 0;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        transform: translateZ(0);
        width: 100%;
        z-index: 99999;
        color: #000; */
}
#tblCompare_wrapper + a,
.compare_table + a,
.compare_btn_group .compare-details {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 9;
  text-decoration: none;
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  cursor: pointer;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#tblCompare_wrapper + a span,
.compare_table + a span,
.compare_btn_group .compare-details span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
#tblCompare_wrapper + a:hover,
.compare_table + a:hover,
.compare_btn_group .compare-details:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
#tblCompare_wrapper + a:empty,
.compare_table + a:empty,
.compare_btn_group .compare-details:empty {
  padding: 0;
  border: 0;
}
.video-cmp-btn {
  background: #4ab5c8 !important;
  border: 1px solid #4ab5c8 !important;
  border-radius: 0px;
  text-transform: uppercase;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  float: right;
  margin-right: 15px;
  padding: 5px 20px;
  margin: 10px 15px;
  text-decoration: none !important;
}
.video-cmp-btn span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.video-cmp-btn:hover {
  background: #000000 !important;
  border: 1px solid #4ab5c8 !important;
}
.video-cmp-btn:hover {
  color: #ffffff;
}
.video-cmp-btn:empty {
  padding: 0;
  border: 0;
}
#currency_change,
.diamondpair_container #btnClick,
.diamondpair_container #compare_details {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 9;
  text-decoration: none;
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  cursor: pointer;
  padding: 8px 10px;
}
#currency_change span,
.diamondpair_container #btnClick span,
.diamondpair_container #compare_details span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
#currency_change:hover,
.diamondpair_container #btnClick:hover,
.diamondpair_container #compare_details:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
#save_compare {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 9;
  text-decoration: none;
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  cursor: pointer;
  padding: 8px 10px;
}
#save_compare span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
#save_compare:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.diamondpair_container #save_compare,
.diamondpair_container #btnClick,
.diamondpair_container #compare_details {
  margin-bottom: 15px;
}
.action.print.hidden-print {
  position: absolute;
  left: 30px;
  top: 6px;
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  padding: 5px 6px;
  text-decoration: none;
  font-size: 0;
}
.action.print.hidden-print span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.action.print.hidden-print:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.action.print.hidden-print span {
  letter-spacing: 0;
  font-size: 1.2rem;
}
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  color: #ffffff !important;
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 1.5rem;
  color: #545454;
  top: 0px;
  position: absolute;
  font-weight: normal;
}
.fancybox-container {
  background: rgba(255, 255, 255, 0.7);
}
.fancybox-container .fancybox-bg {
  background: rgba(255, 255, 255, 0.7);
}
.fancybox-inner {
  max-width: 1024px;
  margin: 0 auto;
}
.fancybox-inner .page-wrapper {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  max-width: 1024px;
  max-width: auto;
  margin: 0 auto;
  padding: 20px;
  height: auto;
  min-height: auto;
}
.fancybox-inner .fancybox-stage:before {
  position: fixed;
  z-index: 115;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  overflow-y: auto;
  transition: opacity 400ms ease-in 0s;
  content: '';
}
.fancybox-inner .column.main {
  padding-bottom: 0 !important;
}
.fancybox-inner .table-wrapper.comparison {
  margin: 0;
}
.fancybox-inner .fancybox-toolbar {
  /*       visibility: visible !important;
        opacity: 1 !important; */
}
.fancybox-inner .fancybox-toolbar {
  position: absolute;
  right: 0;
  top: 30px;
}
.fancybox-inner .fancybox-toolbar button:hover {
  background: #d18c4a;
}
.table-comparison .product-item-actions .secondary-addto-links {
  top: -20px;
}
.comparison .table > tbody + tbody {
  border: 0;
}
.comparison .table > tbody + tbody .attribute .value a {
  color: #000000;
  text-decoration: underline;
}
.table-comparison .compare_list .price-box {
  margin: 0;
}
.delimiter {
  font-size: 0;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.lab_container {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
}
.lab_container .diamond_list {
  padding-bottom: 20px !important;
  position: relative;
}
.lab_container .collection_container {
  border-right: 1px solid #4a4a4a;
}
.diamond_finder .merge_filter .lab_container .merge_container {
  width: 79%;
}
.diamond_finder .merge_filter .lab_container .merge_container .diamond_title {
  margin-bottom: 40px;
}
.diamond_finder .merge_filter .lab_container .toggle-btn {
  position: absolute;
  top: 1px;
  right: 30px;
}
.thumbnails li .thumbnail p {
  color: #aaaaaa;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
}
.thumbnails li .thumbnail.selected p {
  color: #ffffff;
}
.dimond_list_box {
  float: left;
  width: 65%;
}
@media only screen and (max-width: 1440px) {
  .dimond_list_box {
    width: 60%;
  }
}
.dimond_list_box .diamond_list {
  margin-bottom: 0 !important;
}
.diamond_list_box_right {
  float: left;
  width: 35%;
}
@media only screen and (max-width: 1440px) {
  .diamond_list_box_right {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .diamond_list_box_right {
    width: 100%;
  }
}
ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
/* line 15, source/sass/image-picker.scss */
ul.thumbnails.image_picker_selector ul {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
/* line 25, source/sass/image-picker.scss */
ul.thumbnails.image_picker_selector li.group_title {
  float: none;
}
/* line 30, source/sass/image-picker.scss */
ul.thumbnails.image_picker_selector li {
  margin: 0px 12px 12px 0px;
  float: left;
}
/* line 35, source/sass/image-picker.scss */
ul.thumbnails.image_picker_selector li .thumbnail {
  padding: 6px;
  border: 1px solid #DDD;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* line 42, source/sass/image-picker.scss */
ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
}
/* line 48, source/sass/image-picker.scss */
ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background: #08C;
}
.label {
  color: white;
}
.highlight {
  color: red;
}
.actual-price {
  font-weight: 700;
}
.product.name a {
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  color: #010101;
  text-transform: uppercase;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 0 !important;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  right: 0;
  top: 0;
}
.sidebar-main .filter .filter-options .layer_list {
  width: 100% !important;
  border: 0;
  padding: 0;
  margin: 0;
  padding-bottom: 10px !important;
  padding-top: 0 !important;
}
.sidebar-main .filter .filter-options .layer_list input {
  width: 60px;
  background: #ebebeb;
  color: #000000;
}
.sidebar-main .filter .filter-options .range {
  margin-top: 25px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  display: inline-block;
  width: 100%;
}
.product-info-main .product-info-price .wire-price {
  font-family: 'questa-regular';
  color: #ffffff;
  font-size: 2rem;
  display: inline-block;
  width: 100%;
  position: relative;
  top: -10px;
}
.product-info-main .product-info-price .wire-price span {
  color: #aaaaaa;
  font-size: 2rem;
  font-family: 'questa-italic';
  text-transform: capitalize;
  margin: 0;
  padding-left: 0px;
  line-height: 35px;
  position: relative;
  top: -4px;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  padding-bottom: 10px;
  padding-left: 0;
  text-align: right;
  vertical-align: top;
  width: 100%;
  float: left;
  padding-top: 5px;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
  float: right;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
  float: left;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
  display: block;
  text-align: left;
  color: #d18c4a;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
  color: #aaaaaa;
  font-size: 1.5rem;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
body .box-tocart {
  padding: 0 15px;
  margin: 8px 0 8px 0;
  display: inline-block;
  width: 100%;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
body .compare-popup.modal-custom .action-close:before,
body .compare-popup.modal-popup .action-close:before,
body .compare-popup.modal-slide .action-close:before {
  color: #aaaaaa;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
  text-align: left;
  border-right: 0;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th {
  color: #000000;
  padding-left: 10px;
  font-weight: normal;
}
.table-wrapper.comparison .table-comparison > tbody > tr td > div {
  padding-left: 20px;
}
.table-wrapper.comparison .table-comparison > tbody > tr td > div.price-box {
  padding-left: 0;
}
.table-wrapper.comparison .table-comparison > tbody > tr td > div.product-item-actions {
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.table-wrapper.comparison .table-comparison > tbody > tr td .product-item-name a {
  color: #000000;
}
.table-comparison {
  table-layout: auto;
  width: auto;
}
.table-comparison .price-box .price-container .price {
  font-size: 1.4rem;
  color: #000000;
  font-family: 'gothicbold';
}
.table-comparison .cell {
  padding: 3px;
}
.table-comparison .cell.label {
  border-right: 0;
  padding: 3px;
  width: 130px;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
  color: #000000;
  text-align: right;
  padding-right: 20px;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 0;
  position: relative;
}
.table-comparison .cell.product.info {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  vertical-align: middle;
  max-width: 260px;
}
.table-comparison .cell.product.info .price-box .price-container .price {
  font-size: 1.6rem;
}
.table-comparison .cell.attribute {
  font-size: 1.4rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: left;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
}
.table-comparison .cell .attribute.value .image-popup {
  position: relative;
  padding-left: 20px;
  text-decoration: underline;
  color: #000000;
}
.table-comparison .cell .attribute.value .image-popup:before {
  background: url('../images/right_arrow.png');
  width: 15px;
  height: 14px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  display: inline-block;
  top: 4px;
  content: '';
  left: 0;
  background-size: contain;
}
.table-comparison td:last-child {
  border-right: 0;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
  padding: 9px 20px 9px 40px;
  position: relative;
}
.table-comparison .action.tocart:before {
  content: '';
  position: absolute;
  background: url('../images/cart_arrow_white.png');
  width: 18px;
  height: 15px;
  top: 10px;
  left: 10px;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 0px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.ds-results-table-wrapper td.tocompare,
#tblCompare td.tocompare {
  position: relative;
}
.swatch-attribute {
  display: block;
}
#read_more_review {
  display: inline-block;
  padding-left: 10px;
  text-decoration: none;
  color: #d18c4a;
}
.product_review {
  padding: 10px 30px 30px;
  width: 100%;
  float: left;
  border-top: 10px solid #2f2f2f;
}
.trustpilot-widget {
  border-top: 10px solid #2f2f2f;
  border-bottom: 10px solid #2f2f2f;
  padding: 20px;
}
.review_title {
  font-family: 'questa-light' !important;
  font-size: 35px;
  color: #c8c8c8;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.review_content {
  max-width: 1010px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .review_content {
    max-width: 768px;
  }
}
@media (max-width: 992px) {
  .review_content {
    max-width: 650px;
  }
}
.r_left {
  float: left;
  width: 40%;
  text-align: right;
  padding-right: 40px;
}
.r_title {
  font-family: 'questa-italic';
  font-size: 35px;
  color: #b0b0b0;
  line-height: 1;
  font-style: italic;
  word-break: break-all;
}
.r_item {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
.r_item:before {
  content: '';
  position: absolute;
  height: 1px;
  background: #555555;
  width: 85%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.r_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.r_item:last-child:before {
  content: none;
}
.r_right {
  float: left;
  width: 60%;
  text-align: left;
}
.r_content {
  display: inline-block;
  position: relative;
  min-width: 40%;
}
.r_content:before {
  padding: 0;
  position: absolute;
  left: -40px;
  top: -20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon_sprite.png);
  background-position: -295px -1px;
  content: '';
}
.r_content:after {
  padding: 0;
  position: absolute;
  right: -40px;
  top: -20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon_sprite.png);
  background-position: -361px -1px;
  content: '';
}
.r_middle {
  max-width: 645px;
  text-align: center;
  font-family: 'questa-italic';
  font-size: 2.4rem;
  color: #bdbdbd;
}
.r_right p {
  color: #b0b0b0;
  font-size: 15px;
}
.r_right a {
  color: #f1a155;
  text-decoration: underline;
}
.product_review .rating-summary {
  margin-top: 10px;
}
.product_review .r_name {
  margin-top: 15px;
}
.product_review .rating-summary .rating-result:before {
  color: #616161;
}
.product_review .rating-summary .rating-result > span:before {
  color: #f1a155;
}
.r_name {
  color: #f1a155;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  #diamondsearch .ds-filter-color ul.ds-filter-fancy-color {
    display: inline-block;
  }
  body #diamondsearch .ds-filter-color .ds-filter-fancy-color li {
    width: 61px !important;
    min-width: 61px;
    background-size: auto !important;
    height: 58px;
  }
  body #diamondsearch .ds-filter-color .ds-filter-fancy-color li:after {
    bottom: 6px;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-yellow {
    background-position: 15px 0;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-pink {
    background-position: -37px 0;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-blue {
    background-position: -89px 0;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-green {
    background-position: -140px 0;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-orange {
    background-position: -191px 0;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-brown {
    background-position: -242px 0;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-black {
    background-position: -295px 0;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-gray {
    background-position: -346px 0;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-red {
    background-position: -397px 0;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-purple {
    background-position: -448px 0;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-violet {
    background-position: -499px 0;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-champagne {
    background-position: -550px 0;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-cognac {
    background-position: -600px 0;
  }
  #diamondsearch .ds-filter-color .ds-filter-fancy-color .ds-color-chameleon {
    background-position: -651px 0;
  }
}
@media only screen and (max-width: 1280px) {
  body #diamondsearch .ds-filter-color .ds-filter-fancy-color li {
    width: 55px !important;
    min-width: 55px;
    background-size: auto !important;
    height: 58px;
  }
  body #diamondsearch .ds-filter-color .ds-filter-fancy-color li:after {
    bottom: 6px;
  }
}
@media (max-width: 1024px) {
  #diamondsearch #diamondsearch-view .ds-filter-color.ds-filter-shape {
    margin-bottom: 20px;
  }
}
@media (width: 768px) {
  .block-viewed-products-grid .products-list .product-item-photo {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .block-viewed-products-grid .products-list .product-item-details {
    display: inline-block;
  }
}
.diamond-save button#compare_save_button {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  margin-top: 15px;
  float: right;
  font-weight: normal;
}
.diamond-save button#compare_save_button:focus,
.diamond-save button#compare_save_button:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.diamond-save button#compare_save_button:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.diamond-save button#compare_save_button.disabled,
.diamond-save button#compare_save_button[disabled],
fieldset[disabled] .diamond-save button#compare_save_button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.diamond-save button#compare_save_button span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.diamond-save button#compare_save_button:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.diamond-save button#compare_save_button:focus {
  box-shadow: none;
}
body .cart-right .contact_icon.cart_icon {
  padding-left: 35px;
}
body .cart-right .contact_icon.cart_icon:before {
  background: url('../images/checkout_sprite.png');
  background-position: -1px -41px;
  width: 35px;
  height: 39px;
}
body .cart-right .contact_icon.cart_icon .cart_label {
  color: #d18c4a;
  font-family: 'gothicbold';
  font-size: 1.8rem;
}
.mobile_tab .tel_link .cont_link {
  position: relative;
  padding-left: 35px;
  font-family: 'gothicbold';
  font-size: 1.8rem;
  color: #d18c4a;
}
.mobile_tab .tel_link .cont_link:before {
  content: '';
  background: url('../images/checkout_sprite.png');
  background-position: -1px -41px;
  width: 35px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 3px;
}
.mobile_tab .tel_link .contact_link {
  padding-left: 0;
  padding-top: 5px;
}
.onestep-shipping-method .loading-mask,
.payment-methods .loading-mask {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .col {
  padding-top: 20px;
}
#diamondsearch-view .chld-blk .chld-action .bv-view-btn {
  font-weight: normal;
  text-transform: capitalize;
}
.amcart-confirm-buttons button.am-btn-left {
  font-weight: normal;
}
.checkout-cart-index .column.main,
.customer-account-logoutsuccess .column.main {
  position: relative;
}
.checkout-cart-index .column.main .cart-empty,
.customer-account-logoutsuccess .column.main .cart-empty,
.checkout-cart-index .column.main .logout-container,
.customer-account-logoutsuccess .column.main .logout-container {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  height: 100%;
  border-bottom: 10px solid #2f2f2f;
}
.checkout-cart-index .column.main .cart-empty p,
.customer-account-logoutsuccess .column.main .cart-empty p,
.checkout-cart-index .column.main .logout-container p,
.customer-account-logoutsuccess .column.main .logout-container p {
  position: relative;
  top: 38%;
  color: #aaaaaa;
  font-size: 1.8rem;
  font-family: 'gothicbold';
}
.checkout-cart-index .column.main .cart-empty p a,
.customer-account-logoutsuccess .column.main .cart-empty p a,
.checkout-cart-index .column.main .logout-container p a,
.customer-account-logoutsuccess .column.main .logout-container p a {
  font-family: 'gothiccb';
  color: #d18c4a;
}
.onestepcheckout-index-index [type=radio]:checked + label:before,
.onestepcheckout-index-index [type=radio]:not(:checked) + label:before,
.onestepcheckout-index-index [type=radio]:checked + label:after,
.onestepcheckout-index-index [type=radio]:not(:checked) + label:after {
  background-position: -368.5px -518px;
}
.etabs-mini-tab {
  padding: 15px;
  color: #aaa;
  border: 1px #aaa dotted;
}
.etabs-mini-tab strong {
  color: #d18c4a;
  font-family: 'gothiccb';
  font-weight: normal;
}
.etabs-mini-tab a {
  font-family: 'gothicit';
  color: #ffffff;
  text-decoration: none;
}
body.customer-account-logoutsuccess .columns .column.main {
  position: relative;
}
body.customer-account-logoutsuccess .columns .column.main .logout-container {
  border-bottom: 0;
}
body.customer-account-logoutsuccess .columns .column.main .logout-container p {
  top: 0;
}
body.customer-account-logoutsuccess .columns .column.main .logout-container .page-title {
  margin-bottom: 0;
}
body.customer-account-logoutsuccess .columns .column.main .logout-container a {
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  margin-left: 5px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title:focus,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title.disabled,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title:focus {
  box-shadow: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title strong {
  text-decoration: none !important;
}
.onestepcheckout-index-index .onestep-shipping-address {
  padding: 0;
}
.basket_info {
  display: inline-block;
  width: 100%;
}
.basket_info .basket_cart {
  padding-left: 25px;
  position: relative;
}
.basket_info .basket_cart:before {
  content: '';
  position: absolute;
  background: url('../images/basket_icon.png');
  width: 18px;
  height: 15px;
  top: 1px;
  left: 0px;
}
.basket_info .color_light {
  color: #ababab;
}
.shipping.totals .mark .label {
  color: #d18c4a;
}
.action.gift_cart.primary {
  text-transform: capitalize;
  font-weight: normal;
}
.block.crosssell.cart_product_grid {
  width: 100%;
  padding: 25px;
}
.cart_product_grid {
  display: inline-block;
  width: 100%;
  background: #ebebeb;
  padding: 25px;
  position: relative;
  margin-bottom: 0 !important;
  border-bottom: 10px solid #2f2f2f;
}
.cart_product_grid .block-title strong {
  font-family: 'questa-light' !important;
  font-size: 3.5rem !important;
  color: #2f2f2f;
  text-transform: capitalize;
}
.cart_product_grid .product-items li {
  width: 49%;
  margin-right: 2%;
  float: left;
}
.cart_product_grid .product-items li:last-child {
  margin-right: 0;
}
.cart_product_grid .product-items li .product-item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.cart_product_grid .product-items li .product-item-info .product-item-photo {
  width: 25%;
}
.cart_product_grid .product-items li .product-item-info .product-item-photo .product-image-photo {
  width: 100%;
}
.cart_product_grid .product-items li .product-item-info .product-item-details {
  width: 75%;
  padding-left: 25px;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .product-item-link {
  font-family: 'questa-regular';
  font-size: 3rem;
  color: #2f2f2f;
}
@media only screen and (max-width: 1441px) {
  .cart_product_grid .product-items li .product-item-info .product-item-details .product-item-link {
    font-size: 2.4rem;
  }
}
.cart_product_grid .product-items li .product-item-info .product-item-details .price-box .price-container .price {
  color: #2f2f2f;
  font-weight: normal;
  font-size: 1.2rem;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .cart_atributes {
  display: block;
  margin-top: 5px;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .cart_atributes span {
  color: #2f2f2f;
  font-size: 1.2rem;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .cart_atributes .new_atribute {
  display: block;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .cart_view_link a {
  color: #2f2f2f;
  text-decoration: underline;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .cart_view_link a span {
  color: #2f2f2f;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .cart_view_link a:hover {
  color: #d18c4a;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .cart_view_link a:hover span {
  color: #d18c4a;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .product-item-actions {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .product-item-actions .action.tocart {
  white-space: nowrap;
  position: relative;
  width: 260px;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .product-item-actions .action.tocart span {
  position: relative;
  padding-left: 40px;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .product-item-actions .action.tocart span:before {
  content: '';
  position: absolute;
  background: url('../images/cart_arrow_white.png');
  width: 18px;
  height: 15px;
  top: 3px;
  left: 10px;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .product-item-name {
  margin-bottom: 15px;
}
.cart_product_grid .product-items li .product-item-info .product-item-details .cart_collection {
  color: #2f2f2f;
}
.payment_info_detail .action.primary {
  border-color: #555555 !important;
}
.payment_info_detail .action.primary span {
  color: #fdfdfd;
}
.minicart-wrapper {
  z-index: 99;
}
.cart_collection {
  padding-left: 25px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #aaaaaa;
  position: relative;
}
.cart_collection:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 17px;
  height: 12px;
  position: absolute;
  left: 0px;
  background-position: -2px -61px;
  top: 2px;
}
.payment_info_detail {
  float: right;
  width: 323px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .payment_info_detail {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
.payment_info_detail .line_bar {
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #4a4a4a;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .payment_info_detail .line_bar {
    width: 100%;
  }
}
.payment_info_detail .line_bar:before {
  content: '';
  background: url('../images/icon_sprite.png');
  width: 32px;
  height: 2px;
  position: absolute;
  top: -1px;
  background-position: -91px -98px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.payment_info_detail button span.other_method {
  font-size: 1.5rem;
}
.checkout-methods-items .payment_method_list {
  width: 100%;
  text-align: right;
  float: left;
}
.checkout-methods-items .payment_method_list button + span {
  display: block;
  margin-top: 10px;
  text-align: center;
  padding: 0px 30px;
  color: #aaaaaa;
}
body .continue_shopping {
  margin-right: 20px;
  color: #aaaaaa;
  text-decoration: none;
  font-size: 1.5rem;
  position: relative;
  padding-left: 30px;
}
body .continue_shopping:hover {
  color: #d18c4a;
}
body .continue_shopping:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  background: url('../images/icon_sprite.png');
  background-position: -37px -466px;
}
#shopping-cart-table .cart_attribute {
  padding-left: 0;
  display: inline-block;
  width: 100%;
  margin-top: 25px !important;
  padding-top: 0 !important;
}
#shopping-cart-table .cart_attribute li {
  color: #aaaaaa;
  margin-bottom: 0;
}
#shopping-cart-table .cart_attribute li span {
  color: #d18c4a;
  font-size: 1.5rem;
}
#shopping-cart-table thead th:not(.item) {
  width: 120px;
}
#shopping-cart-table .item-info td:not(.item) {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  body .cart-summary {
    width: 100%;
    position: inherit;
    padding-top: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  body .cart-container .form-cart {
    width: 100%;
  }
}
#discount-coupon-form {
  width: 80%;
}
.checkout-cart-index .towishlist.action-towishlist {
  display: none;
}
.multicheckout {
  display: inline-block;
  font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
}
.page-layout-1column.checkout-cart-index .column.main {
  padding-bottom: 0;
}
.payment_icon {
  background: url('../images/icon_sprite.png');
  background-repeat: no-repeat;
  width: 215px;
  background-position: -3px -150px;
  display: inline-block;
  height: 24px;
  margin-top: 0px;
  margin-right: 50px;
  float: right;
}
@media (max-width: 992px) {
  .payment_icon {
    margin-right: 0;
    float: none;
  }
}
.payment_icon a {
  display: block;
}
.checkout-cart-index .page-title-wrapper {
  position: relative;
}
.checkout-cart-index .page-title-wrapper:before {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #252525;
}
@media only screen and (max-width: 992px) {
  .checkout-cart-index .page-title-wrapper:before {
    content: none;
  }
}
.checkout-cart-index .page-title-wrapper .page-title {
  padding-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.checkout-cart-index .page-title-wrapper .page-title span {
  font-family: 'questa-regular';
  font-size: 3.5rem;
  color: #ababab;
}
.checkout-cart-index #shopping-cart-table .price-including-tax .price,
.checkout-cart-index #shopping-cart-table .price-excluding-tax .price {
  color: #ababab;
  font-weight: normal;
}
.checkout-cart-index .page-main input[type="text"],
.checkout-cart-index .page-main input[type="number"] {
  background: #262626 !important;
  border-color: #484848;
  color: #ffffff;
  height: 36px;
  text-transform: capitalize;
}
.checkout-cart-index .action-towishlist {
  display: none;
}
.checkout-cart-index .action-delete {
  font-size: 0;
  background: url('../images/icon_sprite.png');
  background-repeat: no-repeat;
  width: 22px;
  background-position: -34px -121px;
  height: 22px;
  float: none;
  display: inline-block;
  margin-left: 20px;
}
.checkout-cart-index .table > tbody + tbody {
  border: 0;
}
.checkout-cart-index .checkout-methods-items {
  background: #252525;
  width: 75%;
  padding: 30px 28px 28px 28px;
  float: left;
}
@media (max-width: 992px) {
  .checkout-cart-index .checkout-methods-items {
    width: 100%;
    text-align: center;
  }
}
.checkout-cart-index .checkout-methods-items .item {
  width: 100%;
  text-align: right;
  float: left;
}
@media (max-width: 992px) {
  .checkout-cart-index .checkout-methods-items .item {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .checkout-cart-index .checkout-methods-items .item .continue_shopping {
    margin-left: -204px;
  }
}
.checkout-cart-index .checkout-methods-items .checkout {
  padding: 15px 62px;
  background: transparent !important;
}
.checkout-cart-index .checkout-methods-items .checkout span {
  color: #ffffff;
  letter-spacing: 0;
  font-size: 1.8rem;
  position: relative;
  padding-left: 20px;
}
.checkout-cart-index .checkout-methods-items .checkout span:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  background: url('../images/icon_sprite.png');
  background-position: -135px -121px;
}
.page-title {
  padding-top: 25px;
  padding-bottom: 20px;
}
.page-title span {
  font-family: 'questa-regular';
  font-size: 3.5rem;
  color: #ababab;
}
.custome_checkout {
  float: left;
  width: 75%;
  padding: 0 28px 28px 28px;
  background: #363636;
}
@media only screen and (max-width: 992px) {
  .custome_checkout {
    width: 100%;
  }
}
.custome_checkout .discount_code {
  position: relative;
  float: left;
  width: 100%;
}
.custome_checkout .discount_code .fieldset {
  width: 88%;
}
.custome_checkout .discount_code .actions-toolbar {
  position: absolute;
  right: 0;
  top: 1px;
}
@media (max-width: 1024px) {
  .custome_checkout .discount_code .actions-toolbar {
    right: -9px;
  }
}
.custome_checkout .discount_code .label span {
  font-weight: normal;
  color: #d18c4a;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.custome_checkout .checkout-discount {
  float: left;
  width: 50%;
}
.custome_checkout .checkout-discount #amgiftcard-form {
  position: relative;
}
.custome_checkout .checkout-discount #amgiftcard-form .add_gift_cart {
  position: absolute;
  right: 0;
  top: 1px;
}
@media (max-width: 1024px) {
  .custome_checkout .checkout-discount #amgiftcard-form .add_gift_cart {
    right: -9px;
  }
}
.custome_checkout .checkout-discount #amgiftcard-form .control {
  width: 62%;
}
.custome_checkout .checkout-discount .amgiftcard-apply-code .title {
  display: none;
}
.custome_checkout .checkout-discount .amgiftcard-apply-code .content {
  display: block !important;
}
.custome_checkout .checkout-discount .amgiftcard-apply-code .label {
  font-weight: normal;
  color: #d18c4a;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.custome_checkout .cart-totals {
  float: left;
  width: 50%;
}
.custome_checkout .cart-totals .totals {
  width: auto;
}
.custome_checkout .cart-totals .totals th,
.custome_checkout .cart-totals .totals td {
  padding: 0px 30px;
  border: 0;
  vertical-align: middle;
}
.custome_checkout .cart-totals .totals th {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #d18c4a;
}
.custome_checkout .cart-totals .totals td {
  font-size: 2rem;
  font-family: 'questa-regular';
  color: #ababab;
}
.custome_checkout .cart-totals .totals.sub th,
.custome_checkout .cart-totals .totals.sub td {
  padding: 20px 30px;
  border: 0;
  background: #252525;
  line-height: 20px;
}
.custome_checkout .cart-totals .totals.sub td {
  color: #ffffff;
}
.custome_checkout .cart-totals .table-wrapper {
  float: right;
}
.cart-right .cart_wishlist {
  margin-bottom: 25px;
}
.cart-right a {
  text-decoration: none;
}
.cart-right .cart_label {
  color: #ababab;
  font-size: 1.5rem;
}
.cart-right .cart_icon {
  padding-left: 30px;
}
.cart-right ul {
  padding: 0;
  margin: 0;
}
.cart-right .cart_icon {
  position: relative;
}
.cart-right .cart_icon:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  background: url('../images/icon_sprite.png');
}
.cart-right .wishlist_icon.cart_icon:before {
  background-position: -4px -121px;
}
.cart-right .chat_icon.cart_icon:before {
  background-position: 0 2px;
}
.cart-right .contact_icon.cart_icon:before {
  background-position: -266px -91px;
}
.cart-right .tel_icon.cart_icon:before {
  background-position: -232px -92px;
}
.cart-right .cart_sub_title {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cart-right .cart_sub_title {
    margin-bottom: 15px;
  }
}
.cart-right .cart_sub_title .cart_sub_label {
  color: #d18c4a;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.cart-right .help_info {
  display: block;
  margin-bottom: 40px;
}
.cart-right .cart_link {
  color: #d18c4a;
  list-style: outside disc;
  margin-bottom: 40px;
  padding-left: 23px;
}
.cart-right .cart_link li a {
  color: #ababab;
  font-size: 1.5rem;
}
.cart-right .guarde_icon {
  width: 100px;
  height: 43px;
  background: url('../images/trust.png');
  margin-bottom: 25px;
  clear: both;
  background-repeat: no-repeat;
}
.cart-right .heartarrow_icon {
  width: 129px;
  height: 129px;
  background: url('../images/footer_logo.png');
  margin-bottom: 25px;
  clear: both;
  background-size: contain;
}
.checkout-cart-index .columns .action.primary {
  padding: 8px 20px;
  font-weight: normal;
}
.checkout-cart-index .columns .checkout-methods-items .action.checkout {
  padding: 15px 70px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-wrapper .page-main {
  background: #252525;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 28px;
  padding-right: 28px;
  background: #363636;
}
.checkout-cart-index .block.shipping {
  display: none;
}
.checkout-cart-index .payment_info_detail .action.primary {
  background: #252525 !important;
  width: 100%;
}
.cart-summary {
  background: #363636;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-summary .action.multicheckout {
  color: #aaaaaa;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-right: 1px solid #404040;
  padding-bottom: 15px;
  padding-top: 0px;
}
@media (max-width: 1024px) {
  .cart.table-wrapper .cart thead tr th.col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.cart.table-wrapper .cart thead tr th.col.remove {
  text-align: center;
}
.cart.table-wrapper .cart thead tr th.col:last-child {
  border-right: 0;
}
.cart.table-wrapper .cart thead tr th.col span {
  color: #d18c4a;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.5rem;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
  border-right: 1px solid #404040;
}
.cart.table-wrapper .cart tbody td:last-child {
  border-right: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 0;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #aaaaaa;
  font-size: 1.8rem;
  font-weight: normal;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 40px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0;
}
.cart.table-wrapper .product-item-name a {
  color: #ffffff;
  font-family: 'questa-regular';
  font-size: 2.4rem;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .cart.table-wrapper .product-item-name a {
    font-size: 1.8rem;
  }
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: left;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.minicart-wrapper .product-item-details .toggle {
  color: #d18c4a;
  font-family: 'gothicbold';
}
.minicart-wrapper .product-item-details .content dl dt,
.minicart-wrapper .product-item-details .content dl dd {
  color: #000000;
  margin: 0;
  padding: 5px 10px 5px 0;
}
.minicart-wrapper .product-item-details .content dl dt {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.minicart-wrapper .product-item-details .content dl dd {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
/* ================== minicart & cart css =============== */
body .minicart-wrapper .block-minicart {
  border: 1px solid #d18c4a;
  top: 40px;
}
body .minicart-wrapper .block-minicart .subtitle.empty {
  color: #d18c4a;
}
body .minicart-wrapper .block-minicart:before {
  border-color: transparent transparent #d18c4a transparent;
  right: 0px;
}
body .minicart-wrapper .block-minicart:after {
  right: -1px;
  border-color: transparent transparent #d18c4a transparent;
}
body .minicart-items .product-item-name a {
  color: #010101;
}
/* ================== minicart & cart css end here =============== */
.minicart-wrapper .bolt-checkout-button div[data-tid="bolt-checkout-button"] {
  margin-top: 0 !important;
}
.minicart-wrapper .bolt-checkout-button {
  width: 100% !important;
}
.minicart-wrapper .bolt-checkout-button div[data-tid="bolt-checkout-button"] {
  margin-top: 0 !important;
  display: block !important;
  width: 100% !important;
  font-weight: normal;
  padding: 10px !important;
  height: auto !important;
  background: #000000 !important;
}
.minicart-wrapper .bolt-checkout-button div[data-tid="bolt-checkout-button"] div:before {
  content: none;
}
.minicart-wrapper .bolt-checkout-button div[data-tid="bolt-checkout-button"]:hover {
  background: #d18c4a !important;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
  color: #d18c4a;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 0 10px;
  text-align: right;
}
.block-minicart .subtotal .label {
  color: #aaaaaa;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
  color: #d18c4a;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
  font-weight: normal;
  padding: 7px;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -34px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ffffff;
  color: #000000;
  height: 11px;
  line-height: 10px;
  border-radius: 0px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 10px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: 0px;
  right: -28px;
  padding-bottom: 4px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
  max-height: 45vh !important;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  float: none;
  color: #aaaaaa;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  content: none !important;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: middle;
  margin-top: -2px;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.payment-method-content .action.primary {
  background: transparent !important;
  border: 0 !important;
  margin-top: 15px !important;
  text-transform: capitalize;
  font-size: 1.4rem;
  color: #d18c4a;
  padding: 0;
}
.payment-method-content .action.primary:hover {
  background: transparent !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar .action.checkout span {
  font-size: 2rem;
}
.checkout_sidebar_bottom {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.checkout_sidebar_bottom .trust_guarde {
  background: url('../images/checkout_sprite.png');
  width: 94px !important;
  height: 42px;
  display: inline-block;
  text-align: center;
  background-position: -120px -42px;
  text-decoration: none;
  font-size: 0;
}
.checkout_sidebar_bottom .checkout_help {
  position: relative;
  display: inline-block;
  padding-top: 40px;
  width: 100%;
}
.checkout_sidebar_bottom .checkout_help:before {
  width: 188px;
  content: '';
  position: absolute;
  background: url('../images/checkout_divider.png');
  height: 1px;
  top: 20px;
  left: 0px;
  right: 0;
  margin: 0 auto;
}
.checkout_sidebar_bottom .checkout_help .checkout_left {
  float: left;
  width: 55% !important;
}
.checkout_sidebar_bottom .checkout_help .checkout_left h4 {
  margin: 0 0 40px 0;
}
.checkout_sidebar_bottom .checkout_help .checkout_left ul {
  padding: 0;
}
.checkout_sidebar_bottom .checkout_help .checkout_left ul li {
  margin: 15px 0;
}
.checkout_sidebar_bottom .checkout_help .checkout_left ul li a {
  text-decoration: none;
  font-family: 'gothicbold';
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 39px;
}
.checkout_sidebar_bottom .checkout_help .checkout_left ul li .checkout_icon {
  width: 39px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.checkout_sidebar_bottom .checkout_help .checkout_left ul li .checkout_icon:before {
  background: url('../images/checkout_sprite.png');
  content: '';
  position: absolute;
  width: 35px;
  height: 39px;
  background-position: -188px -1px;
}
.checkout_sidebar_bottom .checkout_help .checkout_left ul li .checkout_icon.cont_icon:before {
  background-position: 0px -32px;
}
.checkout_sidebar_bottom .checkout_help .checkout_left ul li .checkout_icon.tell_icon:before {
  background-position: -46px -35px;
}
.checkout_sidebar_bottom .checkout_help .checkout_right {
  width: 45% !important;
  float: left;
}
.checkout_sidebar_bottom .checkout_help .checkout_right h4 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.checkout_sidebar_bottom .checkout_help .checkout_right ul {
  padding-left: 0;
}
.checkout_sidebar_bottom .checkout_help .checkout_right ul li {
  margin-bottom: 15px;
}
.checkout_sidebar_bottom .checkout_help .checkout_right ul li a {
  font-family: 'gothicreg';
  text-decoration: none;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 10px;
}
@media (max-width: 1200px) {
  .checkout_sidebar_bottom .checkout_help .checkout_right ul li a {
    font-size: 1.4rem;
  }
}
.checkout_sidebar_bottom .checkout_help h4 {
  font-family: 'gothicbold';
  font-size: 1.8rem;
  font-weight: normal;
  color: #d18c4a;
  margin: 0;
}
.checkout_sidebar_bottom .checkout_help * {
  text-align: left !important;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.onestepcheckout-index-index .field-tooltip .field-tooltip-content {
  left: 48px;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.contect_container {
  display: inline-block;
  width: 100%;
}
.contect_container .contect_left_section {
  width: 65%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .contect_container .contect_left_section {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .contect_container .contect_left_section {
    width: 100%;
  }
}
.contect_container .contect_right_section {
  width: 34%;
  float: left;
  padding-left: 2%;
  padding-right: 1%;
}
@media only screen and (max-width: 1024px) {
  .contect_container .contect_right_section {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .contect_container .contect_right_section {
    width: 100%;
  }
}
.contect_container .contect_right_section .page-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.contect_container .contect_right_section .page-title span {
  color: #ffffff;
}
.contact-index-index .page-wrapper .page-main {
  background: #2f2f2f;
}
.contact-index-index .contact {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.contact-index-index .contact .field:not(.note) {
  width: 100%;
  float: left;
  margin-right: 0%;
  margin-bottom: 10px;
}
.contact-index-index .contact .field:not(.note).captcha {
  clear: left;
  width: 100%;
}
.contact-index-index .contact .field:not(.note).captcha .field {
  float: none;
  width: 100%;
}
.contact-index-index .contact .note {
  width: 100%;
  text-align: left;
  font-size: 16px;
  position: relative;
  margin: 15px 0px 4px;
  padding-bottom: 10px;
  color: #aaaaaa;
}
.contact-index-index .contact .field input {
  background: #212121;
  border-color: #444444;
  height: 35px;
  color: #787878;
  width: 100%;
  line-height: 35px;
  padding-left: 10px;
}
.contact-index-index .contact .field select {
  color: #787878;
  border-color: #444444;
  height: 35px;
  background: #212121 url('../images/select_arrow_with_line.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.contact-index-index .contact .field textarea {
  color: #787878;
  background: #212121;
  border-color: #444444;
}
.contact-index-index .contact .field label {
  color: #d18c4a;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}
.contact-index-index .contact .field.file input {
  line-height: 20px;
  padding-left: 10px;
  padding-top: 7px;
}
.contact-index-index .contact .field.file label,
.contact-index-index .contact .field.captcha label {
  display: block;
  margin: 0 0 8px;
}
.contact-index-index .contact .merge_fields .field {
  width: 49%;
  float: left;
  margin-left: 2%;
}
.contact-index-index .contact .merge_fields .field:nth-child(odd) {
  margin-left: 0;
}
.contact-index-index .contact .merge_fields {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.contact-index-index .contact .fieldset {
  margin-bottom: 0;
}
.contact-index-index .contact .actions-toolbar .primary {
  width: 100%;
}
.contact-index-index .contact .actions-toolbar .primary .action {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  display: block;
  padding: 8px 20px;
}
.contact-index-index .contact .actions-toolbar .primary .action:focus,
.contact-index-index .contact .actions-toolbar .primary .action:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.contact-index-index .contact .actions-toolbar .primary .action:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.contact-index-index .contact .actions-toolbar .primary .action.disabled,
.contact-index-index .contact .actions-toolbar .primary .action[disabled],
fieldset[disabled] .contact-index-index .contact .actions-toolbar .primary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.contact-index-index .contact .actions-toolbar .primary .action span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.contact-index-index .contact .actions-toolbar .primary .action:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.contact-index-index .contact .actions-toolbar .primary .action:focus {
  box-shadow: none;
}
.contact-index-index .actions-toolbar {
  text-align: center;
}
.contact-index-index .actions-toolbar .primary {
  float: none;
}
.contact-index-index .actions-toolbar .primary .primary {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
}
.contact-index-index .actions-toolbar .primary .primary span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.contact-index-index .actions-toolbar .primary .primary:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.contact-index-index .page-main .page-title-wrapper {
  text-align: center;
}
.contact-index-index .page-main .page-title-wrapper .page-title {
  margin-bottom: 0;
  display: block;
  text-align: center;
  padding-bottom: 0;
}
.contact-index-index .columns .column.main {
  padding-bottom: 0;
}
.contact-index-index .custome_subscribe {
  border-top: 10px solid #2f2f2f;
}
body .ui-datepicker {
  width: 320px;
}
.sales-guest-form .page-wrapper .page-main {
  padding: 15px;
}
.sales-guest-form .page-wrapper .page-main .page-title-wrapper {
  text-align: center;
}
.sales-guest-view .page-wrapper .page-main {
  padding: 15px;
}
.sales-guest-view .page-wrapper .page-main .page-title-wrapper .page-title {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.sales-guest-view .page-wrapper .page-main .table-order-items thead tr th {
  color: #ffffff;
}
.form-orders-search {
  width: 768px;
  margin: 0 auto;
}
.form-orders-search .fieldset .field {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}
.form-orders-search .fieldset .field input[type="text"],
.form-orders-search .fieldset .field input[type="password"],
.form-orders-search .fieldset .field input[type="url"],
.form-orders-search .fieldset .field input[type="tel"],
.form-orders-search .fieldset .field input[type="search"],
.form-orders-search .fieldset .field input[type="number"],
.form-orders-search .fieldset .field input[type="datetime"],
.form-orders-search .fieldset .field input[type="email"],
.form-orders-search .fieldset .field select {
  background-color: #262626;
  border: 1px solid #474747;
  color: #ffffff;
}
.newsletter [type="checkbox"]:not(:checked) + label,
.newsletter [type="checkbox"]:checked + label {
  padding-top: 8px;
}
.customer-account-login .control.customer-dob {
  position: relative;
}
.customer-account-login .control.customer-dob button {
  position: absolute;
  right: 10px;
  top: 15px;
}
.form-create-account .field.date ._has-datepicker,
.form-create-account .field-dob ._has-datepicke {
  width: 100%;
}
.success_order_info {
  padding: 25px;
  padding-bottom: 40px;
}
.success_order_info .order_pro_info {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 5px solid #2f2f2f;
}
.success_order_info .order_pro_info h2 {
  margin-bottom: 0;
}
.success_order_info .order_pro_info h2 strong {
  font-family: 'gothicbold';
}
.success_order_info .order_pro_info p .left {
  margin-right: 100px;
  float: left;
  font-family: 'gothicbold';
  color: #d18c4a;
}
.success_order_info .order_pro_info p .right {
  float: right;
}
.success_order_info .order_pro_info p .right .primary {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  text-transform: capitalize;
  font-weight: normal;
  margin-left: 100px;
}
.success_order_info .order_pro_info p .right .primary span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.success_order_info .order_pro_info p .right .primary:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.success_order_info .order_pro_info p .right span a {
  position: relative;
  color: #d18c4a;
  font-size: 1.6rem;
}
.success_order_info .order_pro_info p .right span a:before {
  content: "\f02f";
  position: absolute;
  left: -22px;
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #d18c4a;
  top: 1px;
}
.success_order_info .important_info,
.success_order_info .insure_info {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 0px;
  border-bottom: 5px solid #2f2f2f;
}
.success_order_info .important_info .left_info,
.success_order_info .insure_info .left_info {
  float: left;
  width: 70%;
}
.success_order_info .important_info .left_info h3,
.success_order_info .insure_info .left_info h3 {
  font-family: 'gothicbold';
  color: #d18c4a;
  font-size: 1.8rem;
}
.success_order_info .important_info .right_info,
.success_order_info .insure_info .right_info {
  float: left;
  width: 30%;
  padding-left: 40px;
  margin-top: 40px;
}
.success_order_info .important_info .right_info .jewelers_mutual_logo,
.success_order_info .insure_info .right_info .jewelers_mutual_logo {
  margin-bottom: 30px;
}
.success_order_info .insure_info .right_info {
  text-align: center;
}
.success_order_info .insure_info .right_info .primary {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  text-transform: capitalize;
  font-weight: normal;
}
.success_order_info .insure_info .right_info .primary span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.success_order_info .insure_info .right_info .primary:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.success_order_info .insure_info .txt_ita {
  font-family: 'questa-italic';
}
.success_order_info .order_summery {
  float: left;
  width: 100%;
}
.success_order_info .order_summery .order_item_summery {
  float: left;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 5px solid #2f2f2f;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.success_order_info .order_summery .order_item_summery .left {
  float: left;
  width: 70%;
  border-right: 10px solid #2f2f2f;
}
.success_order_info .order_summery .order_item_summery .left .section_header {
  border-bottom: 2px solid #2f2f2f;
  padding-top: 20px;
  font-size: 16px;
}
.success_order_info .order_summery .order_item_summery .left table {
  padding: 15px;
}
.success_order_info .order_summery .order_item_summery .left table tr th {
  font-family: 'gothicbold';
  color: #d18c4a;
  font-size: 1.8rem;
  border-bottom: 1px solid #2f2f2f;
}
.success_order_info .order_summery .order_item_summery .left table tr td {
  background: #2f2f2f;
}
.success_order_info .order_summery .order_item_summery .left table tr td:last-child {
  border-right: 1px solid #363636;
}
.success_order_info .order_summery .order_item_summery .left table .data-item {
  border-bottom: 30px solid #363636;
}
.success_order_info .order_summery .order_item_summery .right {
  float: left;
  width: 30%;
}
.success_order_info .order_summery .order_item_summery .right .section_header {
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 15px;
  font-size: 16px;
}
.success_order_info .order_summery .order_item_summery .right .section_header + span {
  padding-left: 40px;
  display: inline-block;
  padding-bottom: 20px;
}
.success_order_info .order_summery .order_item_summery .right table {
  padding-top: 20px;
  border-top: 2px solid #2f2f2f;
}
.success_order_info .order_summery .order_item_summery .right table th {
  padding-left: 40px;
}
.success_order_info .order_summery .order_item_summery .right table tr:first-child th,
.success_order_info .order_summery .order_item_summery .right table tr:first-child td {
  padding-top: 15px;
}
.success_order_info .order_summery .order_item_summery .right table tr:last-child {
  border-top: 2px solid #2f2f2f;
}
.success_order_info .order_summery .order_item_summery .right table tr:last-child th,
.success_order_info .order_summery .order_item_summery .right table tr:last-child td {
  font-size: 2rem;
}
.success_order_info .order_summery .order_item_summery .right table tr th {
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.success_order_info .order_summery .order_item_summery .right table tr th strong {
  font-weight: normal;
}
.success_order_info .order_summery .order_item_summery .right table tr td {
  font-weight: bold;
  padding: 5px;
}
.success_order_info .payment_shipping_summery {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.success_order_info .payment_shipping_summery .payment_summery {
  float: left;
  width: 70%;
  border-right: 10px solid #2f2f2f;
}
.success_order_info .payment_shipping_summery .payment_summery > h3 {
  font-family: 'gothicbold';
  color: #ffffff;
  font-size: 1.6rem;
}
.success_order_info .payment_shipping_summery .payment_summery .left,
.success_order_info .payment_shipping_summery .payment_summery .right {
  float: left;
  width: 50%;
}
.success_order_info .payment_shipping_summery .payment_summery .left h3,
.success_order_info .payment_shipping_summery .payment_summery .right h3 {
  font-family: 'gothicbold';
  color: #d18c4a;
  font-size: 1.6rem;
}
.success_order_info .payment_shipping_summery .shipping_summery {
  float: left;
  width: 30%;
  padding-left: 40px;
}
.success_order_info .payment_shipping_summery .shipping_summery > h3 {
  font-family: 'gothicbold';
  color: #ffffff;
  font-size: 1.6rem;
}
.success_order_info address {
  margin-bottom: 15px;
}
.success_order_info address a {
  color: #ffffff;
}
body .message.success {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .cart-summary .cart_left {
    width: 50%;
    float: left;
    text-align: left;
  }
}
@media only screen and (max-width: 992px) {
  .cart-summary .cart_left .cart_link li {
    width: 100%;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
}
#preloader #status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('../images/BGDPreloader.gif');
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  background-size: contain;
}
.customization-index-sidesetting .column.main {
  padding-bottom: 0;
}
.matchpair_parent {
  display: inline-block;
  width: 100%;
}
.matchpair_parent > div {
  color: #d18c4a;
  font-size: 2rem;
  font-weight: normal;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
body .message.error {
  margin-bottom: 0;
}
.sales-order-view .block {
  margin-bottom: 0;
}
/*.customer-account-login {
    [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after{
        top: -5px;
    }
    [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before{
        top: -5px;
    }
}*/
.cads .add-comment {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.cads .add-comment textarea {
  margin-bottom: 15px;
}
.cads .add-comment label {
  color: #aaaaaa !important;
  margin-right: 20px;
}
.cads .add-comment input[type="button"] {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  display: block;
  margin-top: 20px;
}
.cads .add-comment input[type="button"] span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.cads .add-comment input[type="button"]:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.cads .table-order-items tbody tr {
  background: #ebebeb;
}
.cads .table-order-items tbody tr:nth-child(odd) {
  background: #f1f1f1;
}
.cads .table-order-items tbody tr td {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .account-nav-title {
    display: inline-block;
    clip: inherit !important;
    position: absolute !important;
    z-index: 1;
    right: 30px;
    width: 25px !important;
    height: 19px !important;
    background-image: url('../images/hambug_icon.png');
    top: 30px;
    transition: all ease-in-out 0.5s;
    background-size: contain;
  }
  .account .title.account-nav-title.active:before {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.7);
    transition: all ease-in-out 0.5s;
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .account .page-main {
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .account-nav-content {
    position: fixed;
    height: 100%;
    z-index: 9999;
    width: 50%;
    background: red;
    top: 0;
    overflow: auto;
    right: 0;
    transform: translateX(100%);
    background-color: #252525;
    padding: 15px;
    transition: all ease-in-out 0.1s;
  }
  .account-nav-content.active {
    transform: translateX(0%);
  }
}
body .modal-popup.modal-popup .modal-content {
  box-shadow: none;
  border: 0;
}
body .toolbar.wishlist-toolbar .limiter {
  display: none;
}
.account .page-wrapper .page-main .box {
  /*  @media @ipade_landscape_below{
                    width: 100% !important;
                    margin-right: 0 !important;
                } */
}
.Gemstones .right_menu_section .left_menu:last-child {
  margin-top: 32px;
}
.Engagement .engagement_menu .subchildmenu {
  display: inline-block;
  width: 100%;
  color: #aaaaaa;
  list-style: disc inside;
  padding: 0;
}
.Wedding .submenu .subchildmenu {
  display: inline-block;
  width: 100%;
}
.Wedding .submenu .subchildmenu > .parent {
  width: 20%;
}
.Jewelry .left_menu .sub_menu:last-child {
  margin-top: 0px;
  display: inline-block;
  width: 100%;
}
.navigation .Education .edu_left.education_menu .left_menu:last-child {
  margin-top: -90px;
}
.sw-megamenu.navigation .Jewelry .subchildmenu.mega-columns.columns6 > li:nth-child(odd) {
  clear: left;
}
.sw-megamenu.navigation .subchildmenu li .subchildmenu li a:hover {
  color: #ffffff !important;
}
.block-title strong {
  font-weight: normal !important;
  font-family: 'gothicbold' !important;
}
.wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
  clear: left;
}
.sales-order-view .table-wrapper tfoot td {
  color: #000000;
}
.toolbar.wishlist-toolbar {
  float: left;
  width: 100%;
}
.cad-index-view table tbody tr td {
  vertical-align: middle;
}
.cad-index-view table tbody tr td ul {
  margin: 0;
  padding: 0;
}
.cad-index-view table tbody tr td ul li {
  margin: 0;
}
.cad-index-view .table-wrapper {
  margin-bottom: 0;
}
.cad-index-view .table-wrapper table tr th:first-child {
  width: 300px;
}
.cad-index-view .table-wrapper table tr th:last-child {
  width: auto;
}
.cad-index-view .cad-details {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.cad-index-view .cad-details .cad-comments {
  display: inline-block;
  width: 100%;
}
.cad-index-view .cad-details .cad-comments h4 {
  font-family: 'gothicbold';
  font-weight: normal;
  font-size: 1.6rem;
  margin: 10px 0;
}
.cad-index-view .cad-details .cad-comments ul {
  padding-left: 0;
}
.cad-index-view .cad-details .cad-images h4 {
  font-family: 'gothicbold';
  font-weight: normal;
  font-size: 1.6rem;
}
.cad-index-view .cad-details .cad-images ul {
  padding-left: 0;
}
.cad-index-view .cad-details .cad-images ul li {
  width: 17.6%;
  float: left;
  margin-right: 3%;
}
.o_field_widget {
  color: #d18c4a;
  text-decoration: none;
  font-weight: bold;
}
.wishlist-index-index.account .products-grid .product-item .product-item-inner .actions-primary .tocart:before {
  top: 12px;
}
@media only screen and (max-width: 1366px) {
  .wishlist-index-index.account .custome_subscribe {
    margin-top: 30px;
  }
}
.wishlist-index-index.account .fieldset .field:not(.choice) .control {
  display: inline-block;
  float: none;
  width: auto;
}
.wishlist-index-index .actions-toolbar .primary .action {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  padding: 8px 20px;
}
.wishlist-index-index .actions-toolbar .primary .action:focus,
.wishlist-index-index .actions-toolbar .primary .action:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.wishlist-index-index .actions-toolbar .primary .action:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.wishlist-index-index .actions-toolbar .primary .action.disabled,
.wishlist-index-index .actions-toolbar .primary .action[disabled],
fieldset[disabled] .wishlist-index-index .actions-toolbar .primary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.wishlist-index-index .actions-toolbar .primary .action span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.wishlist-index-index .actions-toolbar .primary .action:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.wishlist-index-index .actions-toolbar .primary .action:focus {
  box-shadow: none;
}
.wishlist-index-index .products-grid .product-item .product-item-inner {
  margin: 0;
}
.wishlist-index-index .products-grid .product-item .product-item-info {
  padding-bottom: 0;
  padding: 0px 15px 0px;
  border: 0;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-photo {
  margin: 0px -15px;
}
.wishlist-index-index .products-grid .product-item .product-item-name > a {
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  color: #010101;
}
.wishlist-index-index .products-grid .product-item .price-box .price-container .price {
  color: #d18c4a;
  font-size: 3.5rem;
  display: block;
  font-weight: normal;
  font-family: 'questa-light';
}
.wishlist-index-index .products-grid .product-item .product-item-inner {
  display: block;
}
.wishlist-index-index .products-grid .box-tocart {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.wishlist-index-index .products-grid .box-tocart .fieldset {
  padding-right: 0;
  margin: 0;
}
.wishlist-index-index .products-grid .product-item-actions {
  width: auto;
  margin: 0 -30px !important;
}
.wishlist-index-index a.btn-remove.action.delete {
  float: right;
  width: auto;
}
.wishlist-index-index a.action.edit {
  float: left;
  width: auto;
}
.wishlist-index-index .products-grid.wishlist .product-item .fieldset .field.qty .label {
  display: inline-block !important;
  color: #000000;
}
.wishlist-index-index .products-grid.wishlist .product-item .fieldset .field.qty input {
  background-color: #ffffff;
}
.wishlist-index-index .products-grid .product-item .product-item-info:hover {
  border: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .actions-primary {
  margin-bottom: -5px;
}
.page-layout-2columns-right.account.sales-order-history .columns {
  display: block;
}
.page-layout-2columns-right.account.customer-account-index .column.main {
  display: flex !important;
}
.customer-account-login .account .fieldset,
.customer-account-create .account .fieldset {
  width: 100%;
}
.customer-account-login .account .legend span,
.customer-account-create .account .legend span {
  color: #d18c4a;
  font-size: 16px;
}
#password-strength-meter-container {
  display: none;
}
.account .columns input[type="text"],
.account .columns input[type="password"],
.account .columns input[type="url"],
.account .columns input[type="tel"],
.account .columns input[type="search"],
.account .columns input[type="number"],
.account .columns input[type="datetime"],
.account .columns input[type="email"],
.account .columns select {
  background-color: #262626;
  color: #727272;
  border-radius: 0;
  border: 1px solid #474747;
  margin-top: 4px;
}
.account .field.password-info {
  float: left;
  width: 100%;
  color: #ffff;
}
.account .field.password-info p {
  font-family: 'gothicbold';
  font-size: 1.6rem;
}
.account .field.password-info p a {
  color: #d18c4a;
  display: block;
}
.account .legend {
  margin: 0px 0px 20px 0px !important;
}
.account .legend span {
  font-family: 'gothicbold';
  font-size: 1.8rem;
  color: #ffffff;
  text-transform: uppercase;
}
.account .fieldset {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  /*  @media @ipade_landscape_below{
            width: 100%;
        } */
}
.account .fieldset:nth-child(odd) {
  padding-right: 20px;
  /*  @media @ipade_landscape_below{
                padding-right: 0;
            } */
}
@media only screen and (max-width: 639px) {
  .account .fieldset {
    width: 100%;
    margin-bottom: 20px;
  }
  .account .fieldset:nth-child(odd) {
    padding-right: 0px;
  }
}
.account .actions-toolbar {
  float: left;
  width: 100%;
  margin: 0px !important;
}
.account .fieldset .field:not(.choice) {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.account .fieldset .field:not(.choice) label {
  display: block !important;
  text-align: left;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .account .fieldset .field:not(.choice) label {
    margin-bottom: 0px;
  }
}
.account .fieldset .field:not(.choice) .control {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.account .fieldset .choice {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  position: relative;
}
.account .fieldset .choice:before {
  content: normal !important;
}
.account .fieldset .choice label span {
  padding-left: 10px;
}
.account #maincontent {
  margin-top: 15px;
}
.box-title span {
  font-family: 'gothicbold';
  font-size: 1.8rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: 16px !important;
  font-family: 'gothicreg' !important;
}
.block-title {
  margin-bottom: 15px;
}
.block-title strong {
  font-family: 'gothicbold';
  font-size: 1.8rem;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.order-title {
  margin-bottom: 15px;
}
.order-title strong {
  font-family: 'gothicbold';
  font-size: 1.8rem;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin: 0px !important;
}
.box {
  padding: 15px;
  width: 48%;
  float: left;
  border: 1px solid #c7c7c7;
  min-height: 200px;
  word-break: break-word;
}
.box:nth-child(odd) {
  margin-right: 2%;
}
@media only screen and (max-width: 540px) {
  .box {
    width: 100%;
    min-height: auto;
  }
  .box:nth-child(odd) {
    margin-right: 0%;
  }
}
.box address {
  color: #aaaaaa;
}
.box address a {
  color: #d18c4a;
}
.box .box-actions .action span {
  font-family: 'gothicbold';
  text-transform: uppercase;
  color: #d18c4a;
  font-size: 14px;
  text-decoration: none;
}
.box .box-actions .action span:hover {
  color: #aaaaaa;
}
.message.info {
  float: left;
  width: 100%;
}
.amstorecredit-index-index h3 {
  font-family: 'gothicbold';
  font-size: 1.8rem;
  font-weight: normal;
}
.delimiter-custom {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
  color: #d18c4a;
  font-size: 1.5rem;
  text-transform: uppercase;
}
li.nav.item + .delimiter-custom {
  margin-top: 30px;
}
.amgiftcard-form {
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.amgiftcard-form .buttons-set.form-buttons.btn-only {
  position: absolute;
  left: 48%;
  top: 63px;
}
.account .columns,
.account .column.main {
  display: block !important;
}
.account .column.main {
  padding-top: 10px !important;
}
@media only screen and (max-width: 1200px) {
  .account .price-including-tax,
  .account .price-excluding-tax {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1200px) {
  .account .sales-order-view .order-title,
  .account .sales-order-print .order-title {
    margin-left: -5px;
  }
}
.form-edit-account {
  float: left;
  width: 100%;
}
.sales-order-view .order-items.table-wrapper .col.subtotal {
  width: auto !important;
}
.sales-order-view .order-items.table-wrapper .col.name {
  width: 180px !important;
  text-align: left;
}
.sales-order-view .order-items.table-wrapper .col.name dl.item-options {
  margin-bottom: 0;
}
.sales-order-view .order-items.table-wrapper .col.name dl.item-options dd {
  margin-bottom: 5px;
}
body .order-details-items .table-order-items tbody + tbody {
  border: 0;
}
.sales-order-view .block-content,
.sales-guest-view .block-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.sales-order-view .table-wrapper tfoot tr th,
.sales-order-print .table-wrapper tfoot tr th,
.sales-guest-view .table-wrapper tfoot tr th {
  text-align: right !important;
  padding: 5px;
}
.sales-order-view .table-wrapper tfoot tr td,
.sales-order-print .table-wrapper tfoot tr td,
.sales-guest-view .table-wrapper tfoot tr td {
  padding: 5px;
}
.sales-order-view .price-excluding-tax .price,
.sales-order-print .price-excluding-tax .price,
.sales-guest-view .price-excluding-tax .price {
  font-weight: normal;
}
.sales-order-view .page-title-wrapper,
.sales-order-print .page-title-wrapper,
.sales-guest-view .page-title-wrapper {
  float: left;
  width: 100%;
}
.sales-order-view .page-title-wrapper .actions-toolbar,
.sales-order-print .page-title-wrapper .actions-toolbar,
.sales-guest-view .page-title-wrapper .actions-toolbar {
  width: 75%;
  margin-bottom: 20px !important;
  padding: 0px 15px;
  /*  @media @ipade_landscape_below{
            width: 69%;
        } */
}
@media only screen and (max-width: 1024px) {
  .sales-order-view .page-title-wrapper .actions-toolbar,
  .sales-order-print .page-title-wrapper .actions-toolbar,
  .sales-guest-view .page-title-wrapper .actions-toolbar {
    width: 100%;
  }
}
.sales-order-view .page-title-wrapper .actions-toolbar .order,
.sales-order-print .page-title-wrapper .actions-toolbar .order,
.sales-guest-view .page-title-wrapper .actions-toolbar .order {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-decoration: none;
  padding: 6px 20px;
}
.sales-order-view .page-title-wrapper .actions-toolbar .order:focus,
.sales-order-print .page-title-wrapper .actions-toolbar .order:focus,
.sales-guest-view .page-title-wrapper .actions-toolbar .order:focus,
.sales-order-view .page-title-wrapper .actions-toolbar .order:active,
.sales-order-print .page-title-wrapper .actions-toolbar .order:active,
.sales-guest-view .page-title-wrapper .actions-toolbar .order:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.sales-order-view .page-title-wrapper .actions-toolbar .order:hover,
.sales-order-print .page-title-wrapper .actions-toolbar .order:hover,
.sales-guest-view .page-title-wrapper .actions-toolbar .order:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.sales-order-view .page-title-wrapper .actions-toolbar .order.disabled,
.sales-order-print .page-title-wrapper .actions-toolbar .order.disabled,
.sales-guest-view .page-title-wrapper .actions-toolbar .order.disabled,
.sales-order-view .page-title-wrapper .actions-toolbar .order[disabled],
.sales-order-print .page-title-wrapper .actions-toolbar .order[disabled],
.sales-guest-view .page-title-wrapper .actions-toolbar .order[disabled],
fieldset[disabled] .sales-order-view .page-title-wrapper .actions-toolbar .order,
fieldset[disabled] .sales-order-print .page-title-wrapper .actions-toolbar .order,
fieldset[disabled] .sales-guest-view .page-title-wrapper .actions-toolbar .order {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.sales-order-view .page-title-wrapper .actions-toolbar .order span,
.sales-order-print .page-title-wrapper .actions-toolbar .order span,
.sales-guest-view .page-title-wrapper .actions-toolbar .order span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.sales-order-view .page-title-wrapper .actions-toolbar .order:hover,
.sales-order-print .page-title-wrapper .actions-toolbar .order:hover,
.sales-guest-view .page-title-wrapper .actions-toolbar .order:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.sales-order-view .page-title-wrapper .actions-toolbar .order:focus,
.sales-order-print .page-title-wrapper .actions-toolbar .order:focus,
.sales-guest-view .page-title-wrapper .actions-toolbar .order:focus {
  box-shadow: none;
}
.sales-order-view .page-title-wrapper .actions-toolbar .print,
.sales-order-print .page-title-wrapper .actions-toolbar .print,
.sales-guest-view .page-title-wrapper .actions-toolbar .print {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  text-decoration: none;
  padding: 6px 20px;
}
.sales-order-view .page-title-wrapper .actions-toolbar .print span,
.sales-order-print .page-title-wrapper .actions-toolbar .print span,
.sales-guest-view .page-title-wrapper .actions-toolbar .print span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.sales-order-view .page-title-wrapper .actions-toolbar .print:hover,
.sales-order-print .page-title-wrapper .actions-toolbar .print:hover,
.sales-guest-view .page-title-wrapper .actions-toolbar .print:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.sales-order-view ul.items.order-links,
.sales-order-print ul.items.order-links,
.sales-guest-view ul.items.order-links {
  display: none;
}
.sales-order-view .page-title,
.sales-order-print .page-title,
.sales-guest-view .page-title {
  width: 75%;
}
.sales-order-view .return-status,
.sales-order-print .return-status,
.sales-guest-view .return-status,
.sales-order-view .order-status,
.sales-order-print .order-status,
.sales-guest-view .order-status {
  width: 35%;
  color: #d18c4a;
  font-family: 'gothicbold';
  padding-left: 15px;
  font-size: 16px;
}
.sales-order-view .order-date,
.sales-order-print .order-date,
.sales-guest-view .order-date {
  width: 39%;
  display: inline-block;
  text-align: right;
  font-family: 'gothicbold';
  padding-right: 10px;
  font-size: 16px;
  /*  @media @ipade_landscape_below{
        width: 32%;
    } */
}
@media only screen and (max-width: 1024px) {
  .sales-order-view .order-date,
  .sales-order-print .order-date,
  .sales-guest-view .order-date {
    width: 63%;
  }
}
.sales-order-view .order-title,
.sales-order-print .order-title,
.sales-guest-view .order-title {
  margin-left: 0px;
}
.sales-order-view .order-title strong,
.sales-order-print .order-title strong,
.sales-guest-view .order-title strong {
  font-weight: normal;
}
.sales-order-print table thead tr th.name {
  width: 340px;
}
.sales-order-print .page-title-wrapper .order-status {
  width: 50%;
  float: left;
}
.sales-order-print .page-title-wrapper .order-date {
  width: 50%;
  float: left;
}
.sales-order-print .columns .order-title {
  padding-left: 15px;
  margin-left: 0;
}
.sales-order-print .page-title {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-left: 15px;
}
.sales-order-print.account .block-title {
  padding: 0px 15px;
}
.sales-order-print.account .block-content {
  padding: 0px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.sales-order-print.account .column.main .block:not(.widget) .block-content .box {
  float: left !important;
  width: 23%;
  clear: none !important;
  margin-right: 2.6% !important;
}
@media only screen and (max-width: 1220px) {
  .sales-order-print.account .column.main .block:not(.widget) .block-content .box {
    width: 49% !important;
    margin-right: 0 !important;
  }
  .sales-order-print.account .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    margin-right: 1% !important;
    clear: left !important;
  }
}
.sales-order-print.account .column.main .block:not(.widget) .block-content .box:last-child {
  margin-right: 0% !important;
}
.sales-order-view .table-order-items,
.sales-order-print .table-order-items,
.sales-guest-view .table-order-items {
  table-layout: fixed;
}
@media only screen and (max-width: 1200px) {
  .sales-order-view .table-order-items,
  .sales-order-print .table-order-items,
  .sales-guest-view .table-order-items {
    table-layout: inherit;
  }
}
@media (max-width: 1024px) {
  .sales-order-view .table-order-items,
  .sales-order-print .table-order-items,
  .sales-guest-view .table-order-items {
    min-width: 980px;
  }
}
.sales-order-view .column.main table tbody:nth-child(odd),
.sales-order-print .column.main table tbody:nth-child(odd),
.sales-guest-view .column.main table tbody:nth-child(odd) {
  background: #ebebeb;
}
.sales-order-view .column.main table tbody:nth-child(odd) td,
.sales-order-print .column.main table tbody:nth-child(odd) td,
.sales-guest-view .column.main table tbody:nth-child(odd) td {
  color: #ffffff !important;
}
.sales-order-view .column.main tbody tr td,
.sales-order-print .column.main tbody tr td,
.sales-guest-view .column.main tbody tr td {
  color: #000000 !important;
  vertical-align: middle;
  word-break: break-word;
}
.sales-order-view .column.main tbody tr td.actions a,
.sales-order-print .column.main tbody tr td.actions a,
.sales-guest-view .column.main tbody tr td.actions a {
  color: #ffffff !important;
}
.sales-order-view .column.main tbody tr:nth-child(odd),
.sales-order-print .column.main tbody tr:nth-child(odd),
.sales-guest-view .column.main tbody tr:nth-child(odd) {
  background: #f1f1f1;
}
.sales-order-view .column.main tbody tr:nth-child(odd) td,
.sales-order-print .column.main tbody tr:nth-child(odd) td,
.sales-guest-view .column.main tbody tr:nth-child(odd) td {
  color: #000000 !important;
  font-size: 1.4rem;
}
.col.images {
  width: 100px !important;
}
.col.duedate {
  width: 88px !important;
}
.sales-order-view .price-excluding-tax .price,
.sales-order-print .price-excluding-tax .price {
  font-size: 1.4rem;
}
.sales-order-view .column.main table tbody:nth-child(odd) tr td,
.sales-order-print .column.main table tbody:nth-child(odd) tr td,
.sales-order-print .column.main table tbody:nth-child(odd) tr td .price,
.sales-order-view .column.main table tbody:nth-child(odd) tr td .price {
  color: #000000 !important;
  font-weight: normal;
  font-size: 1.4rem;
}
table tbody tr td.col.images a {
  color: #d18c4a;
  font-weight: 600;
  cursor: pointer;
}
.sales-order-print .column.main table tbody tr td .price {
  font-weight: normal;
}
.sales-order-print tfoot tr th {
  text-align: right;
}
.sales-order-print .table-order-items tfoot tr td {
  text-align: left;
  color: #000000;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0;
}
body.sales-order-view .table-wrapper td {
  padding: 9px 6px;
}
body .order-details-items {
  border: 0;
}
.table-additional-addresses-items thead th {
  text-align: center;
}
.table-additional-addresses-items tbody tr {
  background: #f1f1f1;
}
.table-additional-addresses-items tbody tr td {
  color: #000000;
  text-align: center;
}
.block-addresses-list .block-content .toolbar {
  display: none;
}
.account thead tr {
  background: #000000;
}
.account thead tr th {
  color: #d18c4a;
  font-size: 1.2rem;
  border-right: 0;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px 5px;
}
@media only screen and (max-width: 1280px) {
  .account thead tr th {
    font-size: 1.3rem;
  }
}
.account tfoot tr th {
  color: #000000;
}
body.amstorecredit-index-index .table-wrapper th:last-child {
  width: 400px;
}
@media only screen and (max-width: 1023px) {
  .page-title span {
    font-size: 2.5rem;
  }
}
.sales-order-history .column.main .toolbar,
.sales-order-view .column.main .toolbar,
.cad-index-index .column.main .toolbar,
.amstorecredit-index-index .column.main .toolbar,
.sales-order-view .column.main .toolbar,
.customization-index-mypaireddiamondlist .column.main .toolbar,
.customization-index-mydiamondlist .column.main .toolbar,
.customsales-order-history .column.main .toolbar,
.sales-guest-view .column.main .toolbar {
  margin: 15px 0px;
  clear: both;
  display: inline-block;
  width: 100%;
}
.sales-order-history .column.main .toolbar select,
.sales-order-view .column.main .toolbar select,
.cad-index-index .column.main .toolbar select,
.amstorecredit-index-index .column.main .toolbar select,
.sales-order-view .column.main .toolbar select,
.customization-index-mypaireddiamondlist .column.main .toolbar select,
.customization-index-mydiamondlist .column.main .toolbar select,
.customsales-order-history .column.main .toolbar select,
.sales-guest-view .column.main .toolbar select {
  background-color: #000000;
  box-shadow: none;
  border-radius: 0;
  height: 35px !important;
}
.sales-order-history .message.info,
.sales-order-view .message.info,
.cad-index-index .message.info,
.amstorecredit-index-index .message.info,
.sales-order-view .message.info,
.customization-index-mypaireddiamondlist .message.info,
.customization-index-mydiamondlist .message.info,
.customsales-order-history .message.info,
.sales-guest-view .message.info {
  margin-top: 10px !important;
}
.sales-order-history .orders-history,
.sales-order-view .orders-history,
.cad-index-index .orders-history,
.amstorecredit-index-index .orders-history,
.sales-order-view .orders-history,
.customization-index-mypaireddiamondlist .orders-history,
.customization-index-mydiamondlist .orders-history,
.customsales-order-history .orders-history,
.sales-guest-view .orders-history {
  width: 100%;
}
.sales-order-history .table-wrapper th:last-child,
.sales-order-view .table-wrapper th:last-child,
.cad-index-index .table-wrapper th:last-child,
.amstorecredit-index-index .table-wrapper th:last-child,
.sales-order-view .table-wrapper th:last-child,
.customization-index-mypaireddiamondlist .table-wrapper th:last-child,
.customization-index-mydiamondlist .table-wrapper th:last-child,
.customsales-order-history .table-wrapper th:last-child,
.sales-guest-view .table-wrapper th:last-child {
  width: 200px;
}
.sales-order-history .history,
.sales-order-view .history,
.cad-index-index .history,
.amstorecredit-index-index .history,
.sales-order-view .history,
.customization-index-mypaireddiamondlist .history,
.customization-index-mydiamondlist .history,
.customsales-order-history .history,
.sales-guest-view .history,
.sales-order-history .order-items,
.sales-order-view .order-items,
.cad-index-index .order-items,
.amstorecredit-index-index .order-items,
.sales-order-view .order-items,
.customization-index-mypaireddiamondlist .order-items,
.customization-index-mydiamondlist .order-items,
.customsales-order-history .order-items,
.sales-guest-view .order-items {
  float: left;
  width: 100%;
  padding: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
  table-layout: fixed;
}
@media only screen and (max-width: 1200px) {
  .sales-order-history .history,
  .sales-order-view .history,
  .cad-index-index .history,
  .amstorecredit-index-index .history,
  .sales-order-view .history,
  .customization-index-mypaireddiamondlist .history,
  .customization-index-mydiamondlist .history,
  .customsales-order-history .history,
  .sales-guest-view .history,
  .sales-order-history .order-items,
  .sales-order-view .order-items,
  .cad-index-index .order-items,
  .amstorecredit-index-index .order-items,
  .sales-order-view .order-items,
  .customization-index-mypaireddiamondlist .order-items,
  .customization-index-mydiamondlist .order-items,
  .customsales-order-history .order-items,
  .sales-guest-view .order-items {
    table-layout: inherit;
  }
}
.sales-order-history .table-wrapper,
.sales-order-view .table-wrapper,
.cad-index-index .table-wrapper,
.amstorecredit-index-index .table-wrapper,
.sales-order-view .table-wrapper,
.customization-index-mypaireddiamondlist .table-wrapper,
.customization-index-mydiamondlist .table-wrapper,
.customsales-order-history .table-wrapper,
.sales-guest-view .table-wrapper {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .sales-order-history .table-wrapper,
  .sales-order-view .table-wrapper,
  .cad-index-index .table-wrapper,
  .amstorecredit-index-index .table-wrapper,
  .sales-order-view .table-wrapper,
  .customization-index-mypaireddiamondlist .table-wrapper,
  .customization-index-mydiamondlist .table-wrapper,
  .customsales-order-history .table-wrapper,
  .sales-guest-view .table-wrapper {
    overflow: auto;
  }
}
@media (max-width: 1024px) {
  .sales-order-history .table-wrapper table,
  .sales-order-view .table-wrapper table,
  .cad-index-index .table-wrapper table,
  .amstorecredit-index-index .table-wrapper table,
  .sales-order-view .table-wrapper table,
  .customization-index-mypaireddiamondlist .table-wrapper table,
  .customization-index-mydiamondlist .table-wrapper table,
  .customsales-order-history .table-wrapper table,
  .sales-guest-view .table-wrapper table {
    min-width: 981px;
  }
}
.sales-order-history .table-wrapper td,
.sales-order-view .table-wrapper td,
.cad-index-index .table-wrapper td,
.amstorecredit-index-index .table-wrapper td,
.sales-order-view .table-wrapper td,
.customization-index-mypaireddiamondlist .table-wrapper td,
.customization-index-mydiamondlist .table-wrapper td,
.customsales-order-history .table-wrapper td,
.sales-guest-view .table-wrapper td,
.sales-order-history .table-wrapper th,
.sales-order-view .table-wrapper th,
.cad-index-index .table-wrapper th,
.amstorecredit-index-index .table-wrapper th,
.sales-order-view .table-wrapper th,
.customization-index-mypaireddiamondlist .table-wrapper th,
.customization-index-mydiamondlist .table-wrapper th,
.customsales-order-history .table-wrapper th,
.sales-guest-view .table-wrapper th {
  border: 0;
  text-align: center;
  vertical-align: middle;
}
.sales-order-history .table-wrapper thead tr,
.sales-order-view .table-wrapper thead tr,
.cad-index-index .table-wrapper thead tr,
.amstorecredit-index-index .table-wrapper thead tr,
.sales-order-view .table-wrapper thead tr,
.customization-index-mypaireddiamondlist .table-wrapper thead tr,
.customization-index-mydiamondlist .table-wrapper thead tr,
.customsales-order-history .table-wrapper thead tr,
.sales-guest-view .table-wrapper thead tr {
  background: #000000;
}
.sales-order-history .table-wrapper th,
.sales-order-view .table-wrapper th,
.cad-index-index .table-wrapper th,
.amstorecredit-index-index .table-wrapper th,
.sales-order-view .table-wrapper th,
.customization-index-mypaireddiamondlist .table-wrapper th,
.customization-index-mydiamondlist .table-wrapper th,
.customsales-order-history .table-wrapper th,
.sales-guest-view .table-wrapper th {
  font-size: 1.2rem;
  border-right: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.sales-order-history .table-wrapper th:first-child,
.sales-order-view .table-wrapper th:first-child,
.cad-index-index .table-wrapper th:first-child,
.amstorecredit-index-index .table-wrapper th:first-child,
.sales-order-view .table-wrapper th:first-child,
.customization-index-mypaireddiamondlist .table-wrapper th:first-child,
.customization-index-mydiamondlist .table-wrapper th:first-child,
.customsales-order-history .table-wrapper th:first-child,
.sales-guest-view .table-wrapper th:first-child {
  text-align: center;
  width: 120px;
}
.sales-order-history .table-wrapper th:last-child,
.sales-order-view .table-wrapper th:last-child,
.cad-index-index .table-wrapper th:last-child,
.amstorecredit-index-index .table-wrapper th:last-child,
.sales-order-view .table-wrapper th:last-child,
.customization-index-mypaireddiamondlist .table-wrapper th:last-child,
.customization-index-mydiamondlist .table-wrapper th:last-child,
.customsales-order-history .table-wrapper th:last-child,
.sales-guest-view .table-wrapper th:last-child {
  border-right: 0;
}
.sales-order-history .table-wrapper td,
.sales-order-view .table-wrapper td,
.cad-index-index .table-wrapper td,
.amstorecredit-index-index .table-wrapper td,
.sales-order-view .table-wrapper td,
.customization-index-mypaireddiamondlist .table-wrapper td,
.customization-index-mydiamondlist .table-wrapper td,
.customsales-order-history .table-wrapper td,
.sales-guest-view .table-wrapper td {
  font-size: 1.4rem;
  border-right: 0;
  color: #000000;
  padding: 5px 10px;
  word-break: break-word;
}
.sales-order-history .table-wrapper td.actions a,
.sales-order-view .table-wrapper td.actions a,
.cad-index-index .table-wrapper td.actions a,
.amstorecredit-index-index .table-wrapper td.actions a,
.sales-order-view .table-wrapper td.actions a,
.customization-index-mypaireddiamondlist .table-wrapper td.actions a,
.customization-index-mydiamondlist .table-wrapper td.actions a,
.customsales-order-history .table-wrapper td.actions a,
.sales-guest-view .table-wrapper td.actions a {
  padding: 10px 7px;
  color: #ffffff;
  background: #000000;
  font-style: italic;
  line-height: 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1023px) {
  .sales-order-history .table-wrapper td.actions a,
  .sales-order-view .table-wrapper td.actions a,
  .cad-index-index .table-wrapper td.actions a,
  .amstorecredit-index-index .table-wrapper td.actions a,
  .sales-order-view .table-wrapper td.actions a,
  .customization-index-mypaireddiamondlist .table-wrapper td.actions a,
  .customization-index-mydiamondlist .table-wrapper td.actions a,
  .customsales-order-history .table-wrapper td.actions a,
  .sales-guest-view .table-wrapper td.actions a {
    margin-bottom: 5px;
  }
}
.sales-order-history .table-wrapper td.actions a:hover,
.sales-order-view .table-wrapper td.actions a:hover,
.cad-index-index .table-wrapper td.actions a:hover,
.amstorecredit-index-index .table-wrapper td.actions a:hover,
.sales-order-view .table-wrapper td.actions a:hover,
.customization-index-mypaireddiamondlist .table-wrapper td.actions a:hover,
.customization-index-mydiamondlist .table-wrapper td.actions a:hover,
.customsales-order-history .table-wrapper td.actions a:hover,
.sales-guest-view .table-wrapper td.actions a:hover {
  background: #4ab5c8;
}
.sales-order-history .table-wrapper tbody tr,
.sales-order-view .table-wrapper tbody tr,
.cad-index-index .table-wrapper tbody tr,
.amstorecredit-index-index .table-wrapper tbody tr,
.sales-order-view .table-wrapper tbody tr,
.customization-index-mypaireddiamondlist .table-wrapper tbody tr,
.customization-index-mydiamondlist .table-wrapper tbody tr,
.customsales-order-history .table-wrapper tbody tr,
.sales-guest-view .table-wrapper tbody tr {
  background: #f1f1f1;
  /* &:hover{
                    background:#4ab5c8;
                    td{
                        color: @color-white !important;
                        &.actions{
                            a{
                                color: @color-white !important;       
                            }
                        }
                    }
                } */
}
.sales-order-history .table-wrapper tbody tr:nth-child(odd),
.sales-order-view .table-wrapper tbody tr:nth-child(odd),
.cad-index-index .table-wrapper tbody tr:nth-child(odd),
.amstorecredit-index-index .table-wrapper tbody tr:nth-child(odd),
.sales-order-view .table-wrapper tbody tr:nth-child(odd),
.customization-index-mypaireddiamondlist .table-wrapper tbody tr:nth-child(odd),
.customization-index-mydiamondlist .table-wrapper tbody tr:nth-child(odd),
.customsales-order-history .table-wrapper tbody tr:nth-child(odd),
.sales-guest-view .table-wrapper tbody tr:nth-child(odd) {
  background: #ebebeb;
}
.sales-order-history .table-wrapper tbody tr:nth-child(odd) td,
.sales-order-view .table-wrapper tbody tr:nth-child(odd) td,
.cad-index-index .table-wrapper tbody tr:nth-child(odd) td,
.amstorecredit-index-index .table-wrapper tbody tr:nth-child(odd) td,
.sales-order-view .table-wrapper tbody tr:nth-child(odd) td,
.customization-index-mypaireddiamondlist .table-wrapper tbody tr:nth-child(odd) td,
.customization-index-mydiamondlist .table-wrapper tbody tr:nth-child(odd) td,
.customsales-order-history .table-wrapper tbody tr:nth-child(odd) td,
.sales-guest-view .table-wrapper tbody tr:nth-child(odd) td {
  color: #000000 !important;
}
@media only screen and (max-width: 1023px) {
  .sales-order-history .table-wrapper td,
  .sales-order-view .table-wrapper td,
  .cad-index-index .table-wrapper td,
  .amstorecredit-index-index .table-wrapper td,
  .sales-order-view .table-wrapper td {
    font-size: 1.4rem;
  }
}
.form-edit-account .action.primary {
  padding: 8px 20px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:not(.am-filter-price):focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #535050 !important;
}
.contactus-page input[type="text"],
.contactus-page input[type="password"],
.contactus-page input[type="url"],
.contactus-page input[type="tel"],
.contactus-page input[type="search"],
.contactus-page input[type="number"],
.contactus-page input[type="datetime"],
.contactus-page input[type="email"],
.contactus-page textarea,
.contactus-page select {
  background-color: #262626;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #474747;
  margin-top: 4px;
}
.customer-account-login .form-create-account input[type="text"],
.customer-account-create .form-create-account input[type="text"],
.customer-account-login .form-login input[type="text"],
.customer-account-create .form-login input[type="text"],
.customer-account-login .form-create-account input[type="password"],
.customer-account-create .form-create-account input[type="password"],
.customer-account-login .form-login input[type="password"],
.customer-account-create .form-login input[type="password"],
.customer-account-login .form-create-account input[type="url"],
.customer-account-create .form-create-account input[type="url"],
.customer-account-login .form-login input[type="url"],
.customer-account-create .form-login input[type="url"],
.customer-account-login .form-create-account input[type="tel"],
.customer-account-create .form-create-account input[type="tel"],
.customer-account-login .form-login input[type="tel"],
.customer-account-create .form-login input[type="tel"],
.customer-account-login .form-create-account input[type="search"],
.customer-account-create .form-create-account input[type="search"],
.customer-account-login .form-login input[type="search"],
.customer-account-create .form-login input[type="search"],
.customer-account-login .form-create-account input[type="number"],
.customer-account-create .form-create-account input[type="number"],
.customer-account-login .form-login input[type="number"],
.customer-account-create .form-login input[type="number"],
.customer-account-login .form-create-account input[type="datetime"],
.customer-account-create .form-create-account input[type="datetime"],
.customer-account-login .form-login input[type="datetime"],
.customer-account-create .form-login input[type="datetime"],
.customer-account-login .form-create-account input[type="email"],
.customer-account-create .form-create-account input[type="email"],
.customer-account-login .form-login input[type="email"],
.customer-account-create .form-login input[type="email"],
.customer-account-login .form-create-account textarea,
.customer-account-create .form-create-account textarea,
.customer-account-login .form-login textarea,
.customer-account-create .form-login textarea,
.customer-account-login .form-create-account select,
.customer-account-create .form-create-account select,
.customer-account-login .form-login select,
.customer-account-create .form-login select {
  background-color: #262626;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #474747;
  margin-top: 4px;
}
.customer-account-login.page-layout-1column .column.main {
  width: 70% !important;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .customer-account-login.page-layout-1column .column.main {
    width: 100% !important;
  }
}
.add-watcher-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}
.add-watcher-cnt .add-watcher-left {
  width: 70%;
}
.add-watcher-cnt .add-watcher-right {
  width: 30%;
  text-align: right;
}
.add-watcher-cnt .add-watcher-right .tocart {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
}
.add-watcher-cnt .add-watcher-right .tocart span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.add-watcher-cnt .add-watcher-right .tocart:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
@media (max-width: 1024px) {
  .add-watcher-cnt .add-watcher-right .tocart {
    padding: 5px 10px;
  }
}
.page-layout-2columns-right.account.customization-diamondwatcher-listwatcher .column.main {
  display: inline-block;
  padding-top: 10px;
}
.customization-diamondwatcher-edit.diamondsearch-index-index .diamond_finder .merge_filter .merge_container .filter_section {
  width: 100%;
}
.customization-diamondwatcher-edit .dimond_list_box {
  display: none;
}
.customization-diamondwatcher-edit .diamond_list_box_right {
  width: 100%;
  float: left;
}
.customization-diamondwatcher-edit .diamond_list_box_right .video_photo {
  text-align: left;
}
.customization-diamondwatcher-edit .diamond_list_box_right .video_photo .must_info {
  margin-left: 0;
  padding: 0 15px;
  margin-top: 10px;
}
.customization-diamondwatcher-edit .diamond_list_box_right .video_photo .must_info .label {
  width: 100%;
  padding-left: 0;
  color: #d18c4a;
  text-transform: capitalize;
  font-size: 1.8rem;
  margin-bottom: 8px;
  font-weight: normal;
  margin-top: 0;
  font-family: 'gothicreg';
  text-align: left;
}
.customization-diamondwatcher-edit .diamond_list_box_right .video_photo .must_info input {
  width: 150px !important;
  border-color: #474747 !important;
  background: #363636 !important;
  color: #f8f8f8 !important;
  border-radius: 0;
  text-align: center;
  height: 34px !important;
  font-size: 14px !important;
  text-align: left;
}
.customization-diamondwatcher-edit .ui-datepicker {
  color: #000000;
}
.customization-diamondwatcher-listwatcher .orders-history {
  /*margin: 0px -30px;*/
  background: #ebebeb;
  box-sizing: border-box;
}
.customization-diamondwatcher-listwatcher table {
  word-break: break-word;
}
@media (max-width: 1024px) {
  .customization-diamondwatcher-listwatcher table {
    min-width: 981px;
  }
}
.customization-diamondwatcher-listwatcher .watcher_button a {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  padding: 3px 10px;
}
.customization-diamondwatcher-listwatcher .watcher_button a:focus,
.customization-diamondwatcher-listwatcher .watcher_button a:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.customization-diamondwatcher-listwatcher .watcher_button a:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.customization-diamondwatcher-listwatcher .watcher_button a.disabled,
.customization-diamondwatcher-listwatcher .watcher_button a[disabled],
fieldset[disabled] .customization-diamondwatcher-listwatcher .watcher_button a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.customization-diamondwatcher-listwatcher .watcher_button a span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.customization-diamondwatcher-listwatcher .watcher_button a:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.customization-diamondwatcher-listwatcher .watcher_button a:focus {
  box-shadow: none;
}
.customization-diamondwatcher-listwatcher .watcher_button a:hover {
  text-decoration: none;
}
.customization-diamondwatcher-listwatcher .watcher_button a span {
  font-size: 1.4rem;
}
.customization-diamondwatcher-listwatcher th {
  color: #000;
  font-size: 1.5rem;
  border-right: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 0;
}
@media only screen and (max-width: 1441px) {
  .customization-diamondwatcher-listwatcher th {
    font-size: 1.4rem;
  }
}
.customization-diamondwatcher-listwatcher td {
  font-size: 1.4rem;
  border-right: 0;
  color: #3e3d3e;
  padding: 10px 10px;
  border: 0 !important;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 1441px) {
  .customization-diamondwatcher-listwatcher td {
    font-size: 1.4rem;
  }
}
.customization-diamondwatcher-listwatcher td:nth-child(2) {
  color: #000000;
  text-align: left !important;
  font-weight: bold;
}
.customization-diamondwatcher-listwatcher td:last-child {
  width: 120px;
  padding: 10px 0;
}
.customization-diamondwatcher-listwatcher tbody tr {
  /*&:hover{
                    background:#4ab5c8;
                    td{
                        color: @color-white !important;
                        .product-item-link, .price, .tocompare, .wire{
                            color: @color-white !important;
                        }
                        .right_label{
                            background: url('@{baseDir}images/right_arrow_white.png') !important;
                            &.no{
                                background: transparent !important; 
                            }
                        }
                        &.watcher_button{
                            a{
                                color: @color-white;
                            }
                        }
                    }
                }*/
}
.login-container .form-login .login .field:not(.note) {
  float: left;
  width: 100%;
}
.login-container .form-login .login .field:not(.note):nth-child(odd) {
  margin-right: 0;
}
.login-container .form-login .fieldset > .field > .control {
  width: 100%;
}
.login-container .actions-toolbar {
  float: left;
  width: 100%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit #region_id {
  display: none;
}
.form-address-edit .actions-toolbar .action.primary {
  padding: 6px 17px;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 3px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.nav.items {
  color: #d18c4a;
  list-style: inside disc;
  margin-bottom: 40px;
}
.account-nav .item {
  color: #d18c4a;
  list-style: inside disc;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  color: #ababab;
  font-size: 1.5rem;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  display: none;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-family: 'questa-regular';
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
ul#insert {
  padding-left: 0;
  list-style: none;
  white-space: nowrap;
  overflow: auto;
}
ul#insert li {
  margin-right: 16px;
  display: inline-block !important;
}
#conformation_update {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin-bottom: 20px;
}
#conformation_update #conformation_code {
  width: calc(100% - 82px);
}
#conformation_update #update_button {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-decoration: none;
  padding: 6px 10px;
  font-weight: normal;
  text-transform: capitalize;
  height: 38px;
  position: relative;
  margin-top: -4px;
}
#conformation_update #update_button:focus,
#conformation_update #update_button:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#conformation_update #update_button:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#conformation_update #update_button.disabled,
#conformation_update #update_button[disabled],
fieldset[disabled] #conformation_update #update_button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#conformation_update #update_button span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
#conformation_update #update_button:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
#conformation_update #update_button:focus {
  box-shadow: none;
}
@media (max-width: 1024px) {
  .compare_table.table {
    min-width: 981px;
  }
}
.dataTables_length,
.dataTables_paginate {
  display: none;
}
body .matched_pairs_info .matched_pairs_table .c_details a,
body .diamond_pair_compare .matched_pairs_table .c_details a,
body #matched_pairs .matched_pairs_table .c_details a,
body .matched_pairs_info .diamond_pair_compare_list .c_details a,
body .diamond_pair_compare .diamond_pair_compare_list .c_details a,
body #matched_pairs .diamond_pair_compare_list .c_details a {
  font-size: 16px;
  background: transparent;
  width: auto;
  position: relative;
  top: auto;
  height: auto;
  color: #d18c4a;
  text-decoration: none;
}
body .matched_pairs_info .matched_pairs_table .c_details a:hover,
body .diamond_pair_compare .matched_pairs_table .c_details a:hover,
body #matched_pairs .matched_pairs_table .c_details a:hover,
body .matched_pairs_info .diamond_pair_compare_list .c_details a:hover,
body .diamond_pair_compare .diamond_pair_compare_list .c_details a:hover,
body #matched_pairs .diamond_pair_compare_list .c_details a:hover {
  color: #000000;
}
body #matched_pairs .c_details a,
body #similar_diamonds .c_details a {
  font-size: 16px;
  background: transparent;
  width: auto;
  position: relative;
  top: auto;
  height: auto;
  color: #d18c4a;
  text-decoration: none;
}
body #matched_pairs .c_details a:hover,
body #similar_diamonds .c_details a:hover {
  color: #000000;
}
.filter_container + .filter-result {
  margin-bottom: 10px;
}
table.dataTable td:nth-child(3),
#tblCompare td:nth-child(3) {
  color: #000000;
  text-align: left !important;
  font-weight: bold;
}
table.dataTable thead th:nth-child(3),
#tblCompare thead th:nth-child(3) {
  text-align: left;
}
table.dataTable thead th {
  text-align: center;
  color: #000000;
  font-size: 1.5rem;
  border-right: 0;
  font-weight: normal;
  text-transform: uppercase;
  border: 0;
}
.matchpair_parent .limiter {
  display: none;
}
.match_pair_popup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.select_diamonds .select_button .buy_now_pair {
  font-weight: normal;
  padding: 6px 20px;
}
body .modal-popup.compare-save-popup .match_pair_order {
  display: inline-block;
}
body .modal-popup.compare-save-popup .match_pair_order .pair_select_diamonds {
  width: 380px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1120px) {
  body .modal-popup.compare-save-popup .match_pair_order .pair_select_diamonds {
    width: 90%;
  }
}
body .modal-popup.compare-save-popup .match_pair_order .pair_select_diamonds .action.primary {
  width: 100%;
  font-weight: normal;
  text-transform: capitalize;
}
body .modal-popup.compare-save-popup .modal-inner-wrap {
  max-width: 86% !important;
  width: 86% !important;
  background: #ebebeb;
}
body .modal-popup.compare-save-popup .modal-inner-wrap .modal-content {
  background: #ebebeb;
}
body .modal-popup.compare-save-popup .modal-inner-wrap .modal-header h1 {
  color: #000000;
}
body .modal-popup.compare-save-popup .modal-inner-wrap ul li {
  color: #000000;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
body .modal-popup.compare-save-popup .modal-inner-wrap ul li.wire_reg_price {
  height: 46px;
}
body .modal-popup.compare-save-popup .modal-inner-wrap ul li.type {
  height: 42px;
}
body .modal-popup.compare-save-popup .modal-inner-wrap .match_pair_list {
  padding-right: 20px;
  width: 18%;
  padding-left: 0;
  min-width: 198px;
  display: inline-block;
  margin-bottom: 0;
}
body .modal-popup.compare-save-popup .modal-inner-wrap .match_pair_list li.addto_button {
  margin-top: 30px;
}
body .modal-popup.compare-save-popup .modal-inner-wrap .match_pair_list li.wire_price_normal span {
  font-family: 'gothicbold';
}
body .modal-popup.compare-save-popup .modal-inner-wrap .match_pair_list li.addto_button .tocart {
  display: block;
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 5px;
}
body .modal-popup.compare-save-popup .modal-inner-wrap .match_pair_list li.addto_button span {
  position: relative;
  top: -2px;
}
body .modal-popup.compare-save-popup .modal-inner-wrap .match_pair_list li.addto_button span:before {
  background: url('../images/cart_arrow_white.png') no-repeat;
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 5px;
}
body .modal-popup.compare-save-popup .modal-inner-wrap .match_pair_list li.view_button .view a {
  display: block;
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 5px;
  color: #000000;
  border: 1px solid #555555;
  text-decoration: none;
  text-align: center;
}
body .modal-popup.compare-save-popup .modal-inner-wrap .match_pair_list li.view_button .view a:hover {
  color: #d18c4a;
}
body .modal-popup.compare-save-popup .modal-inner-wrap .match_pair_nav {
  padding: 0;
  padding-right: 30px;
}
body .modal-popup.compare-save-popup .modal-inner-wrap .match_pair_nav li {
  text-transform: uppercase;
}
body .main_filter_section {
  margin-left: 0px;
  float: left;
  width: 100%;
  position: relative;
  padding: 0px 20px;
  margin-right: 0;
  margin-bottom: 10px;
}
body .main_filter_section h3 {
  margin-top: 0;
  margin-bottom: 0;
}
body .main_filter_section .main_hide_filter,
body .main_filter_section .main_expand_filter {
  position: absolute;
  right: 20px;
  text-align: right;
  top: 0px;
  width: auto;
  cursor: pointer;
}
body .main_filter_section .pl-filter-title-left {
  display: inline-block;
  cursor: pointer;
}
body .main_filter_section span.pl-sprite {
  display: inline-block;
  margin-left: 1px;
  width: 25px;
  height: 25px;
  background: url('../images/icon_sprite.png');
  border-radius: 50%;
  vertical-align: middle;
}
body .main_filter_section span.pl-sprite.filter-hide {
  background-position: -309px -54px;
}
body .main_filter_section span.pl-sprite.filter-expand {
  background-position: -331px -54px;
}
body .matchpair_collection_filter #diamondsearch .ds-filter-shape ul li {
  max-width: initial;
}
body .matchpair_collection_filter #diamondsearch .ds-filter-shape ul li.disable_list {
  opacity: 0.5;
  pointer-events: none;
}
body .matchpair_collection_filter ul {
  margin-bottom: 0;
}
body .matchpair_collection_filter .custom_check > span {
  position: relative;
}
.cms-home [type="checkbox"]:not(:checked) + label:before,
#diamondsearch-view [type="checkbox"]:not(:checked) + label:before,
.cms-home [type="checkbox"]:checked + label:before,
#diamondsearch-view [type="checkbox"]:checked + label:before,
.cms-home [type="checkbox"]:not(:checked) + label:after,
#diamondsearch-view [type="checkbox"]:not(:checked) + label:after,
.cms-home [type="checkbox"]:checked + label:after,
#diamondsearch-view [type="checkbox"]:checked + label:after {
  top: -5px;
}
@media only screen and (max-width: 1441px) {
  .cms-home [type="checkbox"]:not(:checked) + label:before,
  #diamondsearch-view [type="checkbox"]:not(:checked) + label:before,
  .cms-home [type="checkbox"]:checked + label:before,
  #diamondsearch-view [type="checkbox"]:checked + label:before,
  .cms-home [type="checkbox"]:not(:checked) + label:after,
  #diamondsearch-view [type="checkbox"]:not(:checked) + label:after,
  .cms-home [type="checkbox"]:checked + label:after,
  #diamondsearch-view [type="checkbox"]:checked + label:after {
    top: 0;
  }
}
.cms-home .diamond_finder .merge_filter .diamond_list.stone ul li a label,
#diamondsearch-view .diamond_finder .merge_filter .diamond_list.stone ul li a label,
.cms-home .diamond_finder .merge_filter .diamond_list.stone ul li span,
#diamondsearch-view .diamond_finder .merge_filter .diamond_list.stone ul li span {
  color: #aaaaaa;
}
.cms-home .diamond_finder .merge_filter .diamond_list.stone ul li.active a label,
#diamondsearch-view .diamond_finder .merge_filter .diamond_list.stone ul li.active a label,
.cms-home .diamond_finder .merge_filter .diamond_list.stone ul li.active span,
#diamondsearch-view .diamond_finder .merge_filter .diamond_list.stone ul li.active span {
  color: #ffffff;
}
#diamondsearch-view .ds-results-table-wrapper [type="checkbox"]:not(:checked) + label:before,
#diamondsearch-view .ds-results-table-wrapper [type="checkbox"]:checked + label:before,
#diamondsearch-view .ds-results-table-wrapper [type="checkbox"]:not(:checked) + label:after,
#diamondsearch-view .ds-results-table-wrapper [type="checkbox"]:checked + label:after {
  top: -19px;
}
@media only screen and (max-width: 1441px) {
  #diamondsearch-view .ds-results-table-wrapper [type="checkbox"]:not(:checked) + label:before,
  #diamondsearch-view .ds-results-table-wrapper [type="checkbox"]:checked + label:before,
  #diamondsearch-view .ds-results-table-wrapper [type="checkbox"]:not(:checked) + label:after,
  #diamondsearch-view .ds-results-table-wrapper [type="checkbox"]:checked + label:after {
    top: -17px;
  }
}
.diamond_finder .merge_filter .diamond_list.stone ul li label {
  color: #aaaaaa;
}
.diamond_finder .merge_filter .diamond_list.stone ul li.active label {
  color: #ffffff;
}
#diamondsearch-view .diamond_finder .merge_filter .merge_container .diamond_list.ds-filter-clarity,
#diamondsearch-view .diamond_finder .merge_filter .merge_container .diamond_list.ds-filter-color {
  padding-bottom: 20px !important;
}
#diamondsearch-view .diamond_list_box_right {
  margin-top: 40px;
}
#diamondsearch-view .diamond_list_box_right .video_photo .must_info label {
  color: #aaaaaa;
  text-align: left;
  font-size: 12px;
  padding-left: 33px;
}
.customization-diamondwatcher-edit #diamondsearch-view .diamond_list_box_right {
  margin-top: 10px;
}
.customization-diamondwatcher-edit #diamondsearch-view .diamond_list_box_right .video_photo {
  float: left;
  width: auto;
  padding-left: 15px;
}
.customization-diamondwatcher-edit #diamondsearch-view .diamond_list_box_right .video_photo .must_info label {
  color: #d18c4a;
  text-transform: capitalize;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: normal;
  margin-top: 0;
  font-family: 'gothicreg';
  padding-left: 0;
}
.customization-diamondwatcher-edit #diamondsearch-view .diamond_list_box_right .search_button {
  width: auto;
  margin-top: 20px;
}
.customization-diamondwatcher-edit .diamond_finder .merge_filter .merge_container .diamond_list {
  padding: 0px 30px;
}
.advance-option {
  margin-top: 30px;
}
body .matchpair_collection_filter {
  border-bottom: 10px solid #2f2f2f;
  float: left;
  width: 100%;
}
.sub_filter_section {
  margin-top: 0px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
.sub_filter_section h3 {
  margin: 0;
}
.sub_filter_section .sub_filter-left {
  margin-top: 0;
}
.sub_filter_section .sub_expand_advance,
.sub_filter_section .sub_hide_advance {
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  width: auto;
  cursor: pointer;
}
.sub_filter_section span.pl-sprite {
  display: inline-block;
  margin-left: 1px;
  width: 25px;
  height: 25px;
  background: url('../images/icon_sprite.png');
  border-radius: 50%;
  vertical-align: middle;
}
.sub_filter_section span.pl-sprite.filter-hide {
  background-position: -309px -54px;
}
.sub_filter_section span.pl-sprite.filter-expand {
  background-position: -331px -54px;
}
body #save_compare {
  font-weight: normal;
}
.matchpair_collection_filter .diamond_finder .merge_filter.advance-option .merge_container {
  border-left: 1px solid #4a4a4a;
}
.matchpair_collection_filter .diamond_finder .merge_filter.advance-option .merge_container .diamond_list.clarity {
  border-right: 0;
}
.matchpair_collection_filter .diamond_finder .merge_filter.advance-option .merge_container .diamond_list.lcg,
.matchpair_collection_filter .diamond_finder .merge_filter.advance-option .merge_container .diamond_list.depth_percentage,
.matchpair_collection_filter .diamond_finder .merge_filter.advance-option .merge_container .diamond_list.ds-filter-polish {
  border-right: 1px solid #4a4a4a;
}
@media only screen and (max-width: 1366px) {
  .matchpair_collection_filter .diamond_finder .merge_filter.advance-option .merge_container .diamond_list.ds-filter-polish,
  .matchpair_collection_filter .diamond_finder .merge_filter.advance-option .merge_container .diamond_list.lcg {
    border-right: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .matchpair_collection_filter .diamond_finder .merge_filter.advance-option .merge_container .diamond_list.clarity {
    border-right: 1px solid #4a4a4a;
  }
}
.matchpair_collection_filter .diamond_finder .merge_filter.advance-option .collection_container {
  border-right: 0;
}
.sub_filter-left,
.main_filter_section {
  float: right;
  padding-right: 0;
  margin-right: 40px;
  margin-top: 25px;
  margin-bottom: 0px;
}
.sub_filter-left h3,
.main_filter_section h3 {
  color: #ababab !important;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-weight: normal;
}
.sub_filter-left h3 span:before,
.main_filter_section h3 span:before {
  background: url('../images/icon_sprite.png');
  background-position: -205px -2px;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 8px;
  margin-top: 0px;
  content: '';
  position: absolute;
  left: 0;
}
.diamondpaircomparison-index-matchpairedall .page-title-wrapper {
  padding-top: 15px;
}
.main_expand_filter,
.main_hide_filter {
  float: right;
  width: 100%;
  color: #d18c4a;
  margin-bottom: 15px;
  text-align: left;
  padding-left: 20px;
}
.diamondpaircomparison-index-matchpairedall .page-title {
  margin-bottom: 0 !important;
  padding: 0px 20px;
}
.diamondpaircomparison-index-matchpairedall .page-title span {
  float: left;
  width: 100%;
  color: #aaaaaa;
  font-size: 3.5rem;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'questa-light';
}
.diamond_pair_compare_list .Main.Title {
  font-family: 'questa-light';
  color: #2f2f2f;
  font-weight: normal;
  padding: 10px 0px;
  font-size: 2.6rem;
  margin-left: 25px;
}
.diamond_pair_compare_list #change_currency,
.diamond_pair_compare_list #compare_details {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  float: right;
  padding: 9px 20px;
  font-weight: normal;
  margin: 5px 25px;
}
.diamond_pair_compare_list #change_currency span,
.diamond_pair_compare_list #compare_details span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.diamond_pair_compare_list #change_currency:hover,
.diamond_pair_compare_list #compare_details:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.diamond_pair_compare_list .remove_icon a {
  padding: 10px;
  color: #ffffff;
  background: #000000;
  font-family: 'questa-italic';
  line-height: 15px;
  display: inline-block;
  text-decoration: none;
}
.diamond_pair_compare_list .remove_icon a:hover {
  background: #4ab5c8;
}
.no_record {
  color: #d18c4a;
  font-family: 'gothicbold';
  font-size: 2rem;
  font-weight: normal;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
body .matchpair_collection_filter .diamond_finder .diamond_list.lab .diamond_title {
  margin-bottom: 20px !important;
}
.close_filter {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  margin: 10px 0;
  font-weight: normal;
}
.close_filter:focus,
.close_filter:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.close_filter:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.close_filter.disabled,
.close_filter[disabled],
fieldset[disabled] .close_filter {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.close_filter span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.close_filter:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.close_filter:focus {
  box-shadow: none;
}
.sub_expand_advance,
.sub_hide_advance {
  float: right;
  width: 100%;
  color: #d18c4a;
  margin-bottom: 15px;
  text-align: right;
  padding-right: 20px;
}
.matchpair_parent .pager {
  float: left;
  width: 100%;
  margin-top: 10px;
}
body .matched_pairs_info,
body .diamond_pair_compare_list {
  padding: 0px 25px;
}
body .matched_pairs_info table tr td,
body .diamond_pair_compare_list table tr td {
  line-height: 40px;
}
@media only screen and (max-width: 1441px) {
  body .matched_pairs_info table tr td,
  body .diamond_pair_compare_list table tr td {
    line-height: 28px;
  }
}
body .matched_pairs_info table tr td .chld-blk,
body .diamond_pair_compare_list table tr td .chld-blk {
  line-height: normal;
}
body .matched_pairs_info #btnClick,
body .diamond_pair_compare_list #btnClick {
  margin-right: 25px !important;
}
body .matched_pairs_info .c_compare a,
body .diamond_pair_compare_list .c_compare a,
body .matched_pairs_info .c_view_links a,
body .diamond_pair_compare_list .c_view_links a,
body .matched_pairs_info .c_details a,
body .diamond_pair_compare_list .c_details a {
  top: 4px;
}
@media only screen and (max-width: 1441px) {
  body .matched_pairs_info .c_compare a,
  body .diamond_pair_compare_list .c_compare a,
  body .matched_pairs_info .c_view_links a,
  body .diamond_pair_compare_list .c_view_links a,
  body .matched_pairs_info .c_details a,
  body .diamond_pair_compare_list .c_details a {
    top: 0;
  }
}
body .diamond_pair_compare_list .diamond_pair_compare_list {
  padding: 0 !important;
}
body #matched_pairs table tbody tr:first-child:hover,
body .diamond_pair_compare_list table tbody tr:first-child:hover {
  background: transparent;
}
body #matched_pairs.product-specification {
  padding: 10px 25px;
  color: #000000;
}
body #matched_pairs.product-specification .closebtn {
  top: 0px;
  right: 4px;
}
body #matched_pairs.product-specification .closebtn:before {
  font-size: 20px;
}
#similar_diamonds table .chld-blk .chld-blk_inner {
  width: 100%;
}
#similar_diamonds table .chld-blk .chld-blk_inner .child-details {
  width: 50%;
  float: left;
}
#matched_pairs,
.diamond_pair_compare_list,
#similar_diamonds {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding: 0px 25px;
  padding-bottom: 0px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  #matched_pairs,
  .diamond_pair_compare_list,
  #similar_diamonds {
    padding: 0 15px;
  }
}
#matched_pairs table tr td,
.diamond_pair_compare_list table tr td,
#similar_diamonds table tr td {
  border-bottom: 1px solid #d3d3d3;
}
#matched_pairs table tr:last-child td,
.diamond_pair_compare_list table tr:last-child td,
#similar_diamonds table tr:last-child td {
  border: 0;
}
#matched_pairs table th,
.diamond_pair_compare_list table th,
#similar_diamonds table th {
  text-align: center;
  color: #000000;
  font-size: 1.5rem;
  border-right: 0;
  font-weight: normal;
  text-transform: uppercase;
  border: 0;
}
#matched_pairs table th.type_head,
.diamond_pair_compare_list table th.type_head,
#similar_diamonds table th.type_head {
  text-align: left;
}
#matched_pairs table td,
.diamond_pair_compare_list table td,
#similar_diamonds table td {
  font-size: 1.6rem;
  border-right: 0;
  color: #3e3d3e;
  vertical-align: middle;
  text-align: center;
}
#matched_pairs table td span,
.diamond_pair_compare_list table td span,
#similar_diamonds table td span {
  display: block;
  padding: 7px 0;
}
#matched_pairs table td.type,
.diamond_pair_compare_list table td.type,
#similar_diamonds table td.type {
  color: #000000;
  text-align: left !important;
  font-weight: bold;
}
#matched_pairs .chld-blk .chld-blk_inner,
.diamond_pair_compare_list .chld-blk .chld-blk_inner,
#similar_diamonds .chld-blk .chld-blk_inner {
  width: 50%;
}
#matched_pairs .chld-blk .chld-blk_inner .child-details,
.diamond_pair_compare_list .chld-blk .chld-blk_inner .child-details,
#similar_diamonds .chld-blk .chld-blk_inner .child-details {
  width: 100%;
  display: inline-block;
}
#matched_pairs .dtl-val a,
.diamond_pair_compare_list .dtl-val a,
#similar_diamonds .dtl-val a {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-decoration: none;
  text-transform: capitalize;
  font-weight: normal !important;
}
#matched_pairs .dtl-val a:focus,
.diamond_pair_compare_list .dtl-val a:focus,
#similar_diamonds .dtl-val a:focus,
#matched_pairs .dtl-val a:active,
.diamond_pair_compare_list .dtl-val a:active,
#similar_diamonds .dtl-val a:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#matched_pairs .dtl-val a:hover,
.diamond_pair_compare_list .dtl-val a:hover,
#similar_diamonds .dtl-val a:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#matched_pairs .dtl-val a.disabled,
.diamond_pair_compare_list .dtl-val a.disabled,
#similar_diamonds .dtl-val a.disabled,
#matched_pairs .dtl-val a[disabled],
.diamond_pair_compare_list .dtl-val a[disabled],
#similar_diamonds .dtl-val a[disabled],
fieldset[disabled] #matched_pairs .dtl-val a,
fieldset[disabled] .diamond_pair_compare_list .dtl-val a,
fieldset[disabled] #similar_diamonds .dtl-val a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#matched_pairs .dtl-val a span,
.diamond_pair_compare_list .dtl-val a span,
#similar_diamonds .dtl-val a span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
#matched_pairs .dtl-val a:hover,
.diamond_pair_compare_list .dtl-val a:hover,
#similar_diamonds .dtl-val a:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
#matched_pairs .dtl-val a:focus,
.diamond_pair_compare_list .dtl-val a:focus,
#similar_diamonds .dtl-val a:focus {
  box-shadow: none;
}
#matched_pairs .chld-footer a,
.diamond_pair_compare_list .chld-footer a,
#similar_diamonds .chld-footer a {
  display: inline-block;
  margin: 0px 15px 15px 0px;
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: middle;
  font-weight: normal;
}
#matched_pairs .chld-footer a span,
.diamond_pair_compare_list .chld-footer a span,
#similar_diamonds .chld-footer a span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
#matched_pairs .chld-footer a:hover,
.diamond_pair_compare_list .chld-footer a:hover,
#similar_diamonds .chld-footer a:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
#matched_pairs .chld-footer a + a,
.diamond_pair_compare_list .chld-footer a + a,
#similar_diamonds .chld-footer a + a {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-decoration: none;
  text-transform: capitalize;
  font-weight: normal;
}
#matched_pairs .chld-footer a + a:focus,
.diamond_pair_compare_list .chld-footer a + a:focus,
#similar_diamonds .chld-footer a + a:focus,
#matched_pairs .chld-footer a + a:active,
.diamond_pair_compare_list .chld-footer a + a:active,
#similar_diamonds .chld-footer a + a:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#matched_pairs .chld-footer a + a:hover,
.diamond_pair_compare_list .chld-footer a + a:hover,
#similar_diamonds .chld-footer a + a:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#matched_pairs .chld-footer a + a.disabled,
.diamond_pair_compare_list .chld-footer a + a.disabled,
#similar_diamonds .chld-footer a + a.disabled,
#matched_pairs .chld-footer a + a[disabled],
.diamond_pair_compare_list .chld-footer a + a[disabled],
#similar_diamonds .chld-footer a + a[disabled],
fieldset[disabled] #matched_pairs .chld-footer a + a,
fieldset[disabled] .diamond_pair_compare_list .chld-footer a + a,
fieldset[disabled] #similar_diamonds .chld-footer a + a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#matched_pairs .chld-footer a + a span,
.diamond_pair_compare_list .chld-footer a + a span,
#similar_diamonds .chld-footer a + a span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
#matched_pairs .chld-footer a + a:hover,
.diamond_pair_compare_list .chld-footer a + a:hover,
#similar_diamonds .chld-footer a + a:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
#matched_pairs .chld-footer a + a:focus,
.diamond_pair_compare_list .chld-footer a + a:focus,
#similar_diamonds .chld-footer a + a:focus {
  box-shadow: none;
}
#matched_pairs .paired_price,
.diamond_pair_compare_list .paired_price,
#similar_diamonds .paired_price,
#matched_pairs .match_paired_price,
.diamond_pair_compare_list .match_paired_price,
#similar_diamonds .match_paired_price {
  color: #d18c4a;
}
#matched_pairs #btnClick,
.diamond_pair_compare_list #btnClick,
#similar_diamonds #btnClick {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  float: right;
  padding: 9px 20px;
  font-weight: normal;
  margin: 15px 0;
}
#matched_pairs #btnClick span,
.diamond_pair_compare_list #btnClick span,
#similar_diamonds #btnClick span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
#matched_pairs #btnClick:hover,
.diamond_pair_compare_list #btnClick:hover,
#similar_diamonds #btnClick:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.c_details a,
.c_compare a {
  background: url('../images/c_plus.png');
  width: 23px;
  height: 21px;
  position: relative;
  background-repeat: no-repeat;
  display: inline-block;
  top: -6px;
  cursor: pointer;
  font-size: 0;
}
.c_view_links a {
  background: url('../images/quick_icon.png');
  width: 23px;
  height: 21px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  display: inline-block;
  top: -6px;
  cursor: pointer;
}
#tblCompare td a {
  color: #000000;
  text-decoration: none;
}
body .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border: 0;
}
.filter_container + #filter-result {
  margin-bottom: 10px;
}
.limiter .label {
  color: #363636;
}
#tblDiamond th {
  text-align: center;
}
.body table.dataTable tbody tr.shown ~ tr td {
  background: red;
}
#tblDiamond tbody tr:hover td .chld-blk .price {
  color: #d18c4a !important;
}
.ds-search .ds-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.ds-search .ds-col {
  float: left;
  width: 33.33%;
  padding: 0px 24px;
  padding-bottom: 25px;
  border-right: 1px solid #4a4a4a;
}
.ds-search .ds-col.ds-filter-certificate,
.ds-search .ds-col.ds-filter-polish,
.ds-search .ds-col.ds-filter-color {
  border-right: 0;
}
.ds-search .ds-filter-shape {
  width: 100%;
  margin-bottom: 15px;
}
.diamondsearch-index-index .page-title-wrapper {
  display: none;
}
body .matchpair_collection_filter #diamondsearch .ui-slider-legend {
  margin-bottom: 0;
  padding-top: 0;
  width: 100%;
}
body .matchpair_collection_filter #diamondsearch .ui-slider-legend .light {
  color: #6d6d6d;
}
body .matchpair_collection_filter #diamondsearch .ui-slider-inputs {
  margin-top: 0;
}
body .matchpair_collection_filter #diamondsearch .ui-slider-horizontal {
  height: 5px;
  margin-left: 16px;
  margin-right: 16px;
  width: auto;
  margin-bottom: 15px;
}
body .matchpair_collection_filter .diamond_finder .merge_filter ul li {
  margin-bottom: 0;
}
/*.matchpair_collection_filter .collection_type ul li, 
.matchpair_collection_filter  ul.ds-filter-certificate-wrapper li,*/
/*.customization-diamondwatcher-edit .ds-show-filter .collection_container ul li{
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 7px;
    cursor: pointer;
    color:@color_txt;
    margin-bottom: 15px !important;
    position: relative;
    padding-left: 45px;
    @media @cdesktop{
        padding-left: 35px;
    }
      &:before{
         content: '';
          position: @pos_abs;
          left: 0; top: 2px;
          width: 32px; height: 32px;
          border: 1px solid #aaaaaa;
          background: #252525;
          box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
          @media @cdesktop{
            width: 22px;
            height: 22px;
          }
    }
    &.ds-selected{
        &:before{
              background: url('@{baseDir}images/check_arrow.png');
              border:1px solid  #ffffff;
              background-size: contain;
        }
    }
    @media @laptop_sxs{
        width: auto; 
        margin-right: 2%;   
    }
    &:hover{
        color: @color-white;
    }
    &.ds-selected{
        color: @color-white;
    }
 }*/
body #diamondsearch .ds-filter-shape ul:not(.ds-filter-fancy-color) li:first-child {
  padding: 10px 0;
}
body #diamondsearch .ds-filter-shape ul li {
  min-width: auto;
}
body #diamondsearch .ds-search {
  overflow: visible;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper,
.merge_filter .stone_container .ds-filter-certificate-wrapper,
.merge_filter .ds-filter-collection .collection_type,
.merge_filter .stone_container .collection_type {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1120px) {
  .merge_filter .ds-filter-collection .ds-filter-certificate-wrapper,
  .merge_filter .stone_container .ds-filter-certificate-wrapper,
  .merge_filter .ds-filter-collection .collection_type,
  .merge_filter .stone_container .collection_type {
    justify-content: left;
  }
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li,
.merge_filter .stone_container .ds-filter-certificate-wrapper li,
.merge_filter .ds-filter-collection .collection_type li,
.merge_filter .stone_container .collection_type li {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 7px;
  cursor: pointer;
  color: #aaaaaa;
  margin-bottom: 7px !important;
  position: relative;
  padding-left: 45px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 23px;
}
@media only screen and (max-width: 1441px) {
  .merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li,
  .merge_filter .stone_container .ds-filter-certificate-wrapper li,
  .merge_filter .ds-filter-collection .collection_type li,
  .merge_filter .stone_container .collection_type li {
    line-height: 14px;
    padding-left: 35px;
    margin-bottom: 5px !important;
  }
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:before,
.merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:before,
.merge_filter .ds-filter-collection .collection_type li .custom_check:before,
.merge_filter .stone_container .collection_type li .custom_check:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: 1px solid #aaaaaa;
  background: #252525;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1441px) {
  .merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li .custom_check:before,
  .merge_filter .stone_container .ds-filter-certificate-wrapper li .custom_check:before,
  .merge_filter .ds-filter-collection .collection_type li .custom_check:before,
  .merge_filter .stone_container .collection_type li .custom_check:before {
    width: 26px;
    height: 26px;
    top: 9px;
  }
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.diamond_check,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.diamond_check,
.merge_filter .ds-filter-collection .collection_type li.diamond_check,
.merge_filter .stone_container .collection_type li.diamond_check,
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.ds-selected,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.ds-selected,
.merge_filter .ds-filter-collection .collection_type li.ds-selected,
.merge_filter .stone_container .collection_type li.ds-selected {
  background: #252525;
  color: #ffffff;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.diamond_check .custom_check .cat_title,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.diamond_check .custom_check .cat_title,
.merge_filter .ds-filter-collection .collection_type li.diamond_check .custom_check .cat_title,
.merge_filter .stone_container .collection_type li.diamond_check .custom_check .cat_title,
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.ds-selected .custom_check .cat_title,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.ds-selected .custom_check .cat_title,
.merge_filter .ds-filter-collection .collection_type li.ds-selected .custom_check .cat_title,
.merge_filter .stone_container .collection_type li.ds-selected .custom_check .cat_title {
  color: #ffffff;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.diamond_check .custom_check label,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.diamond_check .custom_check label,
.merge_filter .ds-filter-collection .collection_type li.diamond_check .custom_check label,
.merge_filter .stone_container .collection_type li.diamond_check .custom_check label,
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.ds-selected .custom_check label,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.ds-selected .custom_check label,
.merge_filter .ds-filter-collection .collection_type li.ds-selected .custom_check label,
.merge_filter .stone_container .collection_type li.ds-selected .custom_check label {
  color: #ffffff;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.ds-selected .custom_check:before,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.ds-selected .custom_check:before,
.merge_filter .ds-filter-collection .collection_type li.ds-selected .custom_check:before,
.merge_filter .stone_container .collection_type li.ds-selected .custom_check:before,
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.diamond_check .custom_check:before,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.diamond_check .custom_check:before,
.merge_filter .ds-filter-collection .collection_type li.diamond_check .custom_check:before,
.merge_filter .stone_container .collection_type li.diamond_check .custom_check:before {
  background: url('../images/check_arrow.png');
  border: 1px solid  #ffffff;
  background-size: contain;
}
@media only screen and (max-width: 1120px) {
  .merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li,
  .merge_filter .stone_container .ds-filter-certificate-wrapper li,
  .merge_filter .ds-filter-collection .collection_type li,
  .merge_filter .stone_container .collection_type li {
    width: auto;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1024px) {
  .merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li,
  .merge_filter .stone_container .ds-filter-certificate-wrapper li,
  .merge_filter .ds-filter-collection .collection_type li,
  .merge_filter .stone_container .collection_type li {
    width: 100%;
  }
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li:hover,
.merge_filter .stone_container .ds-filter-certificate-wrapper li:hover,
.merge_filter .ds-filter-collection .collection_type li:hover,
.merge_filter .stone_container .collection_type li:hover {
  color: #ffffff;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.ds-selected,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.ds-selected,
.merge_filter .ds-filter-collection .collection_type li.ds-selected,
.merge_filter .stone_container .collection_type li.ds-selected {
  color: #ffffff;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.black_by_brian .cat_title,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.black_by_brian .cat_title,
.merge_filter .ds-filter-collection .collection_type li.black_by_brian .cat_title,
.merge_filter .stone_container .collection_type li.black_by_brian .cat_title {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  text-indent: -39px;
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-family: 'gothicreg' !important;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.black_by_brian .cat_title:before,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.black_by_brian .cat_title:before,
.merge_filter .ds-filter-collection .collection_type li.black_by_brian .cat_title:before,
.merge_filter .stone_container .collection_type li.black_by_brian .cat_title:before {
  background: url('../images/black_collection.png');
  position: absolute;
  top: 4px;
  width: 110px;
  height: 23px;
  background-size: contain;
  content: '';
  background-repeat: no-repeat;
  left: 0;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.black_by_brian .attribute_title,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.black_by_brian .attribute_title,
.merge_filter .ds-filter-collection .collection_type li.black_by_brian .attribute_title,
.merge_filter .stone_container .collection_type li.black_by_brian .attribute_title {
  font-size: 0;
  width: 130px;
  display: inline-block;
  top: -10px;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.black_by_brian .attribute_title .tooltip_icon,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.black_by_brian .attribute_title .tooltip_icon,
.merge_filter .ds-filter-collection .collection_type li.black_by_brian .attribute_title .tooltip_icon,
.merge_filter .stone_container .collection_type li.black_by_brian .attribute_title .tooltip_icon {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 91;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.black_by_brian .cat_title,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.black_by_brian .cat_title,
.merge_filter .ds-filter-collection .collection_type li.black_by_brian .cat_title,
.merge_filter .stone_container .collection_type li.black_by_brian .cat_title {
  margin-top: -18px !important;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.black_by_brian .custom_check:not(.ha) .tooltip,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.black_by_brian .custom_check:not(.ha) .tooltip,
.merge_filter .ds-filter-collection .collection_type li.black_by_brian .custom_check:not(.ha) .tooltip,
.merge_filter .stone_container .collection_type li.black_by_brian .custom_check:not(.ha) .tooltip {
  left: 33px !important;
  bottom: 40px;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.advance_selection .cat_title,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.advance_selection .cat_title,
.merge_filter .ds-filter-collection .collection_type li.advance_selection .cat_title,
.merge_filter .stone_container .collection_type li.advance_selection .cat_title,
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.virtual_selection .cat_title,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.virtual_selection .cat_title,
.merge_filter .ds-filter-collection .collection_type li.virtual_selection .cat_title,
.merge_filter .stone_container .collection_type li.virtual_selection .cat_title {
  font-size: 1.4rem !important;
  text-transform: uppercase !important;
  font-family: 'gothicreg' !important;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.advance_selection .custom_check span,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.advance_selection .custom_check span,
.merge_filter .ds-filter-collection .collection_type li.advance_selection .custom_check span,
.merge_filter .stone_container .collection_type li.advance_selection .custom_check span,
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.virtual_selection .custom_check span,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.virtual_selection .custom_check span,
.merge_filter .ds-filter-collection .collection_type li.virtual_selection .custom_check span,
.merge_filter .stone_container .collection_type li.virtual_selection .custom_check span {
  color: #8a8a8a;
  font-size: 1.2rem !important;
  text-transform: capitalize;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.black_by_gavin .custom_check .black_gavin_logo,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.black_by_gavin .custom_check .black_gavin_logo,
.merge_filter .ds-filter-collection .collection_type li.black_by_gavin .custom_check .black_gavin_logo,
.merge_filter .stone_container .collection_type li.black_by_gavin .custom_check .black_gavin_logo {
  font-size: 0;
  position: relative;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.black_by_gavin .custom_check .black_gavin_logo:before,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.black_by_gavin .custom_check .black_gavin_logo:before,
.merge_filter .ds-filter-collection .collection_type li.black_by_gavin .custom_check .black_gavin_logo:before,
.merge_filter .stone_container .collection_type li.black_by_gavin .custom_check .black_gavin_logo:before {
  background: url('../images/black_collection.png');
  position: relative;
  top: 4px;
  width: 110px;
  height: 23px;
  background-size: contain;
  content: '';
  background-repeat: no-repeat;
  left: 0;
  display: inline-block;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.black_by_gavin .custom_check .black_gavin_logo .tooltip_icon,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.black_by_gavin .custom_check .black_gavin_logo .tooltip_icon,
.merge_filter .ds-filter-collection .collection_type li.black_by_gavin .custom_check .black_gavin_logo .tooltip_icon,
.merge_filter .stone_container .collection_type li.black_by_gavin .custom_check .black_gavin_logo .tooltip_icon {
  right: -5px;
  top: 0;
  margin-top: -30px;
  position: relative;
}
.merge_filter .ds-filter-collection .ds-filter-certificate-wrapper li.black_by_gavin .custom_check .cat_title,
.merge_filter .stone_container .ds-filter-certificate-wrapper li.black_by_gavin .custom_check .cat_title,
.merge_filter .ds-filter-collection .collection_type li.black_by_gavin .custom_check .cat_title,
.merge_filter .stone_container .collection_type li.black_by_gavin .custom_check .cat_title {
  font-size: 1.2rem !important;
  text-transform: uppercase !important;
  font-family: 'gothicreg' !important;
}
.cms-home .page-wrapper #diamondsearch .ui-slider-horizontal .ui-slider-range {
  float: left;
  width: 100%;
}
select option[disabled] {
  color: #ddd;
}
table.dataTable.display#tblCompare tr td,
#tblCompare tr td {
  font-size: 1.6rem;
  border-right: 0;
  color: #3e3d3e;
  padding: 8px 10px;
  text-align: center;
  border: 0;
}
table.dataTable.display#tblCompare tr td .price,
#tblCompare tr td .price {
  color: #d18c4a;
}
table.dataTable.display#tblCompare tbody tr:hover,
#tblCompare tbody tr:hover {
  background: #4ab5c8;
}
table.dataTable.display#tblCompare tbody tr:hover td,
#tblCompare tbody tr:hover td {
  color: #ffffff;
}
table.dataTable.display#tblCompare tbody tr:hover td a,
#tblCompare tbody tr:hover td a {
  color: #ffffff;
}
table.dataTable.display#tblCompare tbody tr:hover td .price,
#tblCompare tbody tr:hover td .price {
  color: #ffffff;
}
#diamondsearch-view .chld-blk .chld-action .bv-view-btn {
  padding: 8px 20px;
}
.chld-blk {
  margin-left: -10px;
  margin-right: -10px;
  background: #363636;
}
.chld-blk .chld-blk_inner {
  float: left;
  width: 100%;
  background: #363636;
  padding: 25px;
}
.chld-blk .chil_title {
  color: #aaaaaa;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
}
.chld-blk .child-dtl-blk > .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.chld-blk .chld-action {
  width: 100%;
  float: left;
}
.chld-blk .chld-action .bv-view-btn {
  padding: 5px 20px;
  margin-right: 15px;
  border-radius: 0;
}
.chld-blk .chld-pro-dtl {
  width: 50%;
}
.chld-blk .chld-pro-dtl .pro-dtl-blk {
  text-align: left;
}
.chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-lbl {
  color: #aaaaaa;
  width: 40%;
  float: left;
}
.chld-blk .chld-pro-dtl .pro-dtl-blk .dtl-val {
  color: #ffffff;
  width: 60%;
  float: left;
}
.chld-blk .child-basic-details {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.chld-blk .child-basic-details .child-dtl-blk {
  display: inline-block;
  margin-right: 15px;
}
.chld-blk .child-basic-details .child-dtl-blk .dtl-lbl {
  display: inline-block;
  font-size: 14px;
  vertical-align: bottom;
  margin-right: 5px;
  color: #ffffff;
}
.chld-blk .child-basic-details .child-dtl-blk .dtl-lbl .price {
  color: #d18c4a;
}
.chld-blk .child-basic-details .child-dtl-blk .dtl-val {
  display: inline-block;
  font-weight: bold;
  color: #d18c4a;
}
.chld-blk .child-basic-details .child-dtl-blk .dtl-val .price {
  font-weight: bold;
  color: #d18c4a;
  font-size: 18px !important;
}
.chld-blk .child-details {
  width: 50%;
}
@media only screen and (max-width: 1366px) {
  .chld-blk .child-details {
    width: 60%;
  }
}
.chld-blk .child-details .chld-pro-img {
  width: 30%;
  float: left;
  padding-right: 10px;
}
.chld-blk .child-details .chld-pro-dtl {
  width: 70%;
  float: left;
  padding-left: 10px;
}
.chld-blk .child-details .chld-pro-dtl .dtl-blk {
  float: left;
  width: 100%;
}
.chld-blk .child-details .chld-pro-dtl .pro-dtl-blk {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}
.filter-options {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.filter-options .collection {
  align-self: stretch;
  width: 25%;
}
.filter-options .filter-options-item.active .filter-options-title {
  border-color: #ebebeb;
  width: 100%;
  padding-left: 0;
}
.filter-options .filter-options-item.active .filter-options-title:before {
  content: none;
}
@media only screen and (max-width: 992px) {
  .filter-options .filter-options-item.active .filter-options-title:before {
    content: '';
    width: 17px;
    height: 3px;
    position: absolute;
    right: 15px;
    top: 50%;
    background-image: url('../images/mobile_minus.png');
    margin-top: 0px;
    background-size: cover;
  }
}
@media only screen and (max-width: 992px) {
  .filter-options .filter-options-item.active .filter-options-title {
    padding-left: 10px;
  }
}
.filter-options .filter-options-title {
  color: #d18c4a;
  text-transform: capitalize;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 5px 10px;
  border: 1px solid #aaaaaa;
  cursor: pointer;
  position: relative;
  width: 215px;
}
@media only screen and (max-width: 992px) {
  .filter-options .filter-options-title {
    width: 100%;
  }
}
.filter-options .filter-options-title:before {
  background: url('../images/plus_arrow.png');
  content: '';
  position: absolute;
  width: 18px;
  right: 10px;
  top: 50%;
  height: 19px;
  margin-top: -9px;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options > .shape {
  width: 75%;
  margin-left: auto;
}
.filter-options > .shape .shape a {
  display: inline-block;
  margin-bottom: 20px !important;
  padding: 5px 25px !important;
  border-right: 1px solid #4a4a4a;
}
.filter-options > .shape .shape a:last-child {
  border-right: 0;
}
.filter-options .layer_list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 992px) {
  .filter-options .layer_list {
    display: inline-block;
  }
}
.filter-options .layer_list input {
  width: 98px;
  border-color: #474747;
  background: #363636;
  color: #f8f8f8;
  border-radius: 0;
  text-align: center;
  height: 34px;
}
.filter-options .layer_list .-to {
  float: right;
}
.filter-options .layer_list .am-filter-go {
  display: none;
}
.filter-options .layer_list .range {
  position: relative;
}
.filter-options .layer_list .range .delimiter {
  font-size: 0;
}
.filter-options .layer_list .range .delimiter:before {
  background: url('../images/search_filter_arrow.png');
  content: '';
  position: absolute;
  width: 40%;
  left: 0;
  right: 0;
  top: 50%;
  height: 10px;
  margin: -5px auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options .layer_list .am-show-more {
  border: 1px solid #4a4a4a;
  background: transparent;
  border-radius: 0;
  color: #f8f8f8;
}
.filter-options .layer_list .am-show-more:hover {
  background: #ffffff;
  color: #000000;
}
.filter-options > .cut {
  margin-left: 25%;
  width: 15%;
  box-sizing: border-box;
  padding: 0px 15px;
  padding-top: 0px !important;
}
.filter-options > .color {
  width: 30%;
  box-sizing: border-box;
  padding: 0px 15px;
  border-left: 1px solid #4a4a4a;
}
.filter-options > .price {
  width: 30%;
  box-sizing: border-box;
  padding: 0px 15px;
  border-left: 1px solid #4a4a4a;
  padding-top: 0px !important;
}
.filter-options > .carat {
  width: 30%;
  box-sizing: border-box;
  padding: 0px 15px;
  border-left: 1px solid #4a4a4a;
  padding-top: 0px !important;
  margin-left: auto;
}
.filter-options > .clarity {
  width: 30%;
  box-sizing: border-box;
  padding: 0px 25px;
  margin-left: 40%;
  border-left: 1px solid #4a4a4a;
}
.filter-options .am-swatch-options {
  display: inline-block !important;
}
.filter-options .am-swatch-options .swatch-option {
  display: block;
  width: 40px;
  max-width: 40px;
  margin: 0 auto;
  float: none;
  margin-bottom: 20px;
  height: 40px;
}
.filter-options .am-swatch-options .am-shopby-swatch-label {
  width: 100%;
  max-width: 100%;
  color: #aaaaaa;
  text-transform: uppercase;
}
.filter-options .filter-options-content .items a {
  color: #aaaaaa;
}
.filter-options .filter-options-content .items a.am_shopby_link_selected {
  color: #f8f8f8;
}
.filter-options .clarity .filter-options-content .items a {
  color: #ffffff;
}
.page-with-filter .items.am-filter-items-attr_price,
.page-with-filter .items.am-filter-items-attr_carat {
  min-width: 100%;
  width: 100%;
  margin: 0;
  margin-top: 0px;
}
.page-with-filter .items.am-filter-items-attr_price .amshopby_currency_rate,
.page-with-filter .items.am-filter-items-attr_carat .amshopby_currency_rate {
  width: 90%;
}
.page-products .page-main {
  background: #363636;
  padding: 0;
}
.page-products .block.filter {
  padding-right: 30px;
  order: 2;
  width: 100%;
}
.page-products .page-wrapper {
  background: #2f2f2f;
}
.page-products #amasty-shopby-product-list {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding: 0px;
  box-sizing: border-box;
}
.page-products .page-title-wrapper .page-title {
  color: #d7d7d7;
  font-size: 3.5rem;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
  padding-left: 30px;
}
.block-content.filter-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-content.filter-content {
    width: 100%;
    display: block;
  }
}
.block-content.filter-content .filter_result {
  order: 2;
  margin-left: 25%;
  width: 75%;
}
.block-content.filter-content .filter_result .items li {
  background: #e6e6e6;
  padding: 4px 10px !important;
  display: inline-block;
  padding-right: 0 !important;
  margin-left: 10px;
}
.block-content.filter-content .filter_result .items li:first-child {
  margin-left: 0;
}
.block-content.filter-content .filter_result .am-swatch-options .am-shopby-swatch-label {
  max-width: 100%;
}
.block-content.filter-content .filter_result .am-swatch-options .swatch-option {
  display: none;
}
.block-content.filter-content .filter_result .am-swatch-link {
  padding: 0 !important;
}
.breadcrumbs .items > li a,
.breadcrumbs .items > li strong {
  color: #ebebeb;
  font-size: 1.5rem;
}
.filter .filter-content .filter-current {
  width: 100%;
}
.filter-options-title {
  color: #d18c4a;
  text-transform: capitalize;
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
}
body .breadcrumbs .item:not(:last-child):after {
  content: '/';
  font-size: 20px;
  color: #ebebeb;
}
body .page-wrapper > .breadcrumbs {
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 0;
}
@media only screen and (max-width: 1441px) {
  body .page-wrapper > .breadcrumbs {
    padding-left: 15px;
  }
}
strong.block-subtitle.filter-subtitle {
  display: none;
}
body .ui-slider-horizontal {
  height: 5px;
  position: relative;
  background: #262626;
}
body .ui-slider-horizontal .ui-slider-handle {
  padding: 0;
  top: -5px;
  margin-left: 0px;
  width: 30px;
  height: 30px;
  background-image: url('../images/icon_sprite.png') !important;
  background-position: -501px -515px;
  background-color: transparent !important;
}
@media only screen and (max-width: 1441px) {
  body .ui-slider-horizontal .ui-slider-handle {
    width: 30px;
    height: 30px;
  }
}
body .ui-slider-range {
  height: 5px;
  position: relative;
}
body .ui-slider-range:before {
  content: '';
  position: absolute;
  top: 0px;
  height: 5px;
  background: #4ab5c8;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}
.page-wrapper #diamondsearch .ui-slider-horizontal .ui-slider-range {
  height: 5px;
}
.page-wrapper #diamondsearch .ui-slider-horizontal .ui-slider-handle {
  top: -13px;
  margin-left: -15px;
}
@media only screen and (max-width: 1441px) {
  .page-wrapper #diamondsearch .ui-slider-horizontal .ui-slider-handle {
    top: -13px;
  }
}
.page-wrapper #diamondsearch .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
  margin-left: -15px;
}
@media only screen and (max-width: 1441px) {
  .page-wrapper #diamondsearch .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
    margin-left: -15px;
  }
}
.page-wrapper #diamondsearch h1 {
  margin-bottom: 15px;
  font-size: 2.5rem;
  color: #aaaaaa;
  padding-left: 25px;
}
.am-filter-items-attr_diamond_color .item,
.am-filter-items-attr_clarity .item {
  display: none;
}
.am-filter-items-attr_diamond_color .optest-attr_diamond_color label,
.am-filter-items-attr_clarity .optest-attr_diamond_color label,
.am-filter-items-attr_diamond_color .optest-attr_clarity label,
.am-filter-items-attr_clarity .optest-attr_clarity label {
  display: none !important;
}
/* .am-filter-items-attr_diamond_color{
    li{
        display: none;
    }
} */
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 30px;
  padding-top: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1441px) {
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    line-height: 20px;
    padding-left: 34px;
  }
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #aaaaaa;
  background: #252525;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1441px) {
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    width: 20px;
    height: 20px;
  }
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 13px;
  line-height: 30px;
  color: #ffffff;
  transition: all .2s;
  height: 100%;
  width: 30px;
  border-radius: 0px;
  text-align: center;
  right: 0;
  height: 30px;
}
@media only screen and (max-width: 1441px) {
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.review-control-vote [type="radio"]:checked + label:after,
.review-control-vote [type="radio"]:not(:checked) + label:after {
  content: none;
}
.review-control-vote {
  /* label{
        &.rating-1{
            &:before{
                content: '\e605';
            }
        }
        &.rating-2{
            &:before{
                content: '\e605' '\e605';
            }
        }
        &.rating-3{
            &:before{
                content: '\e605' '\e605' '\e605';
            }
        }
        &.rating-4{
            &:before{
              content: '\e605' '\e605' '\e605' '\e605' ;
            }
        } 
        &.rating-5{
            &:before{
                content: '\e605' '\e605' '\e605' '\e605' '\e605';
            }
        }
    }*/
}
.review-control-vote [type="radio"]:checked + label,
.review-control-vote [type="radio"]:not(:checked) + label {
  position: absolute;
  padding-left: 0;
  cursor: pointer;
  line-height: normal;
  display: block;
  color: #666;
}
.review-control-vote [type="radio"]:checked + label:before,
.review-control-vote [type="radio"]:not(:checked) + label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  content: '\e605';
  width: auto;
}
.review-control-vote [type="radio"]:checked + label.rating-1:before,
.review-control-vote [type="radio"]:not(:checked) + label.rating-1:before {
  content: '\e605';
}
.review-control-vote [type="radio"]:checked + label.rating-2:before,
.review-control-vote [type="radio"]:not(:checked) + label.rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote [type="radio"]:checked + label.rating-3:before,
.review-control-vote [type="radio"]:not(:checked) + label.rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote [type="radio"]:checked + label.rating-4:before,
.review-control-vote [type="radio"]:not(:checked) + label.rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote [type="radio"]:checked + label.rating-5:before,
.review-control-vote [type="radio"]:not(:checked) + label.rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  /* opacity: 0;
  transform: scale(0); */
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  background: url('../images/check_arrow.png');
  border: 1px solid  #ffffff;
  background-size: contain;
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* hover style just for information */
label:hover:before {
  border: 1px solid #4ab5c8 !important;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  line-height: 34px;
  display: inline-block;
  color: #666;
}
@media only screen and (max-width: 1441px) {
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    padding-left: 35px;
    line-height: 24px;
  }
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #8c8c8c;
  border-radius: 100%;
  background: transparent;
}
@media only screen and (max-width: 1441px) {
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    width: 22px;
    height: 22px;
  }
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 32px;
  height: 32px;
  background: #4ab5c8;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
}
@media only screen and (max-width: 1441px) {
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
    width: 22px;
    height: 22px;
    background-position: -368.5px -518px !important;
  }
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-image: url('../images/icon_sprite.png');
  background-position: -364px -513px;
}
[type="radio"]:checked + label:before {
  border-color: #4ab5c8;
}
.must_info {
  /* checked mark aspect */
  /* checked mark aspect changes */
}
.must_info [type="checkbox"]:not(:checked) + label:before,
.must_info [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px !important;
  width: 22px;
  height: 22px;
  border: 1px solid #aaaaaa;
  background: #252525;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1441px) {
  .must_info [type="checkbox"]:not(:checked) + label:before,
  .must_info [type="checkbox"]:checked + label:before {
    width: 22px;
    height: 22px;
  }
}
.must_info [type="checkbox"]:not(:checked) + label:after,
.must_info [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 2px !important;
  left: 0px;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  transition: all .2s;
  height: 100%;
  width: 22px;
  border-radius: 0px;
  text-align: center;
  right: 0;
  height: 22px;
}
@media only screen and (max-width: 1441px) {
  .must_info [type="checkbox"]:not(:checked) + label:after,
  .must_info [type="checkbox"]:checked + label:after {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}
.must_info [type="checkbox"]:not(:checked) + label:after {
  /* opacity: 0;
  transform: scale(0); */
}
.must_info [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  background: url('../images/check_arrow.png');
  border: 1px solid  #ffffff;
  background-size: contain;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
  content: none;
}
.block.newsletter input {
  padding-left: 15px;
  border-color: #aaaaaa;
  background: #212121;
  color: #656565;
  height: 35px;
  border-right: 2px solid #aaaaaa;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
  font-size: 0;
  background: transparent;
  padding: 6.5px 9px;
  border: 0;
  box-shadow: none !important;
  width: 40px;
  border: 0px !important;
  background: #0b0b0b !important;
  padding: 0;
  height: 35px;
}
.block.newsletter .action.subscribe span {
  font-size: 0;
}
.block.newsletter .action.subscribe:before {
  width: 25px;
  height: 25px;
  line-height: 25px;
  content: '';
  background: url('../images/icon_sprite.png');
  background-position: -110px -27px;
  display: inline-block;
  margin-left: 3px;
  margin-top: 5px;
}
.product_left_options {
  display: inline-block;
  width: 100%;
}
.product_left_options .swatch-opt .swatch-attribute-selected-option {
  color: #aaaaaa;
  padding-left: 10px;
}
.swatch-attribute-label {
  font-weight: normal;
  position: relative;
  color: #d18c4a;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.5rem;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
}
.swatch-attribute-options {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  text-align: center;
  margin-bottom: 10px;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  blackground: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 0;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 90px;
  min-width: 13px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  width: 13px !important;
  height: 15px !important;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 22px;
  margin-right: 7px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
}
.swatch-option.disabled {
  cursor: default;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
  width: 70px;
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  max-width: 140px;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  max-width: 140px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  position: static;
  text-decoration: none !important;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.contactus-page #contact-form {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.wishlist-wireprice {
  font-size: 18px;
  float: right;
  margin-top: 24px;
}
.table-comparison .action.tocart.bv-view-btn {
  padding-left: 20px;
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 5px 20px;
  box-shadow: none !important;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'questa-italic';
  text-transform: capitalize;
  font-weight: normal;
  margin-top: 5px;
}
.table-comparison .action.tocart.bv-view-btn span {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.table-comparison .action.tocart.bv-view-btn:hover {
  background: #000000 !important;
  border: 1px solid #d18c4a !important;
}
.table-comparison .action.tocart.bv-view-btn:before {
  content: none;
}
.table-comparison .action.tocart.bv-view-btn:hover {
  border-color: #000 !important;
}
body div.mage-error[generated] {
  color: #d18c4a;
}
.galary_icon {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 30px;
}
.galary_icon a {
  position: relative;
}
.galary_icon a:before {
  background: url('../images/icon_sprite.png');
  background-position: -60px -27px;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: -20px;
  top: 9px;
}
#ltkmodal-contentarea .clear {
  display: none;
}
.custome_design_menu span.box_image {
  width: 200px;
  left: 40%;
}
@media only screen and (max-width: 1024px) {
  .custome_design_menu span.box_image {
    left: 0;
  }
}
.matchpair_collection_filter .diamond_finder .advance_filter {
  padding-bottom: 20px;
}
.navigation .right_menu_section.edu_main_menu_right {
  flex-wrap: wrap;
}
.navigation .right_menu_section .edu_left_menu {
  float: left;
  width: 100%;
}
.navigation .right_menu_section .edu_left_menu .right_menu {
  background: transparent;
  margin-right: 0;
  width: 50%;
  float: left;
}
.navigation .right_menu_section .edu_left_menu .left_menu {
  width: 50%;
}
.navigation .right_menu_section .edu_left_menu .right_menu {
  width: 50%;
  margin-left: 0;
}
.navigation .right_menu_section .edu_left_menu .right_menu .sub_menu > .subchildmenu > li > a {
  color: #aaaaaa !important;
  font-family: 'questa-regular';
  font-size: 2.6rem !important;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 30px !important;
  width: 100%;
  margin-bottom: 10px;
}
.sw-megamenu.navigation li.level0.fullwidth .submenu .education_right_menu li a {
  line-height: 21px !important;
}
.category-custom-design .breadcrumbs {
  display: none;
}
.store_logo {
  float: left;
  padding: 0;
  width: 330px;
}
@media only screen and (max-width: 992px) {
  .store_logo {
    width: 240px;
  }
}
.store_logo ul {
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  height: 46px;
}
.store_logo .store_link {
  margin: 0;
  width: 50%;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 12px -15px 20px -3px #090909;
  border-radius: 0px 15px 0px 0px;
  text-align: center;
  padding: 7px;
  height: 100%;
  float: none;
  display: table-cell;
}
.store_logo .store_link.current {
  background: transparent;
}
.store_logo .store_link.brian_logo:not(.current) {
  box-shadow: none;
  border-radius: 0;
}
.links.header ~ .links.header {
  width: calc(100% - 330px);
  text-align: right;
  background: #1d1d1d;
  padding: 12px 10px 10px 10px;
}
@media only screen and (max-width: 992px) {
  .links.header ~ .links.header {
    width: calc(100% - 240px);
  }
}
.page-header .header.panel .header.links:first-child {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body .header.panel > .header.links > li {
    margin: 0 0 0 6px;
  }
}
#tblCompare td:not([data-bind]):not([data-th="View"]) a {
  font-size: 0;
}
#tblCompare td:not([data-bind]):not([data-th="View"]) a:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 2rem;
  color: #aaaaaa;
  font-weight: normal;
}
#tblCompare tr:hover td a:before {
  color: #ffffff;
}
#tblCompare tr td:last-child a {
  padding: 10px;
  color: #ffffff;
  background: #000000;
  font-family: 'questa-italic';
  line-height: 15px;
  display: inline-block;
}
#tblCompare tr td:last-child a:hover {
  background: #4ab5c8;
}
.navigation .mega-columns {
  display: none;
}
.category-diamonds .navigation {
  z-index: 3;
}
body .breadcrumbs .item:not(:last-child):after {
  margin: 0 3px;
}
::placeholder {
  color: #aaaaaa !important;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaaaaa !important;
}
.work_banch_wrap .workbench .workbench-data .action.view {
  white-space: nowrap;
  padding: 5px 20px 5px 40px;
  position: relative;
  float: right;
  border-radius: 0;
}
.work_banch_wrap .workbench .workbench-data .action.view:before {
  content: '';
  position: absolute;
  background: url('../images/cart_arrow_white.png');
  width: 18px;
  height: 15px;
  top: 13px;
  left: 10px;
}
body .minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
  font-size: 1.1rem;
}
.workbanch {
  color: #d18c4a !important;
  text-decoration: none !important;
}
.workbanch:hover {
  color: #ffffff;
}
.page-products .trust_pilot_container {
  border-top: 10px solid #2f2f2f;
}
.artisan {
  margin-bottom: 0;
  margin-top: 5px;
  padding: 0px 35px;
  padding-top: 20px;
  font-size: 16px;
}
body .page.messages {
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  body .page.messages,
  body .column.main {
    margin: 0;
  }
}
.amgiftcard-preview button {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  display: block;
  width: 100%;
  text-transform: capitalize;
  color: #ffffff !important;
}
.amgiftcard-preview button:focus,
.amgiftcard-preview button:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.amgiftcard-preview button:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.amgiftcard-preview button.disabled,
.amgiftcard-preview button[disabled],
fieldset[disabled] .amgiftcard-preview button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.amgiftcard-preview button span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.amgiftcard-preview button:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.amgiftcard-preview button:focus {
  box-shadow: none;
}
.navigation .level0 .submenu li.level1 > a span .cat-label {
  right: -37px;
  top: 3px !important;
  font-size: 14px !important;
}
.diamond_finder .merge_filter .diamond_list.stone ul li {
  position: relative;
}
.trust_pilot .view_all {
  float: right;
  text-align: right;
  margin-top: 10px;
}
body .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
  right: -38px;
  top: 0;
  color: #54e7f0 !important;
  background: transparent !important;
  font-family: 'gothicbold';
}
body .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
  content: none;
}
@media only screen and (max-width: 1441px) {
  body .navigation .menu-left-block .wedding_menu .wedding_right .left_menu > .subchildmenu > li > a,
  body .navigation .right_menu_section .edu_left_menu .right_menu .sub_menu > .subchildmenu > li > a {
    font-size: 2rem !important;
    line-height: 22px !important;
  }
}
body .matchpair_collection_filter .diamond_list {
  display: block !important;
}
body .matchpair_collection_filter .diamond_list .range_slider {
  margin-top: 25px !important;
}
body .matchpair_collection_filter .diamond_finder .merge_filter .lab_container .merge_container {
  width: 81%;
}
.product-gift-card .product-info-main .product-add-form {
  padding-top: 0;
}
.product-gift-card .product-info-price {
  border-color: #4a4a4a;
}
.product-gift-card .product-info-price .price-box .price-container .price {
  font-size: 30px;
  line-height: 30px;
}
/*  Megamenu */
.sw-megamenu.navigation li .subchildmenu li.parent > a > span {
  font-family: 'questa-regular';
}
.sw-megamenu.navigation .menu-right-block .subchildmenu .subchildmenu li a {
  font-family: 'gothicreg';
  font-size: 14px;
  white-space: nowrap;
}
.menu-left-block .right_left_menu_section .sub_menu {
  position: relative;
  padding-bottom: 10px;
}
.menu-left-block .right_left_menu_section .sub_menu:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 85%;
  background: #aaaaaa;
  left: 15px;
}
.menu-left-block .right_left_menu_section .sub_menu:last-child:before {
  content: none;
}
.subchildmenu li > a span {
  color: #aaaaaa !important;
  font-family: 'gothicreg';
  font-size: 1.8rem !important;
  text-transform: capitalize;
  font-weight: normal;
}
.subchildmenu .subchildmenu {
  color: #aaaaaa;
  list-style: none;
  margin-bottom: 10px;
}
.subchildmenu .subchildmenu > li {
  position: relative;
  padding-left: 10px;
}
.subchildmenu .subchildmenu > li:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #aaaaaa;
  margin-top: -8px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .subchildmenu .subchildmenu > li:before {
    top: 16px;
  }
}
.subchildmenu .subchildmenu > li a {
  color: #aaaaaa !important;
  font-size: 1.5rem;
  font-family: 'gothicreg';
  margin-bottom: 11px;
}
@media (max-width: 992px) {
  .subchildmenu .subchildmenu > li a {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.2 !important;
  }
}
.subchildmenu .subchildmenu > li a span {
  font-size: 1.4rem !important;
}
.subchildmenu .subchildmenu > li a span b {
  font-family: 'questa-bold';
}
.navigation .level0 .submenu li.level1 a {
  color: #aaaaaa !important;
  font-family: 'questa-regular';
  font-size: 1.4rem;
}
@media only screen and (max-width: 1441px) {
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px 25px !important;
  }
}
body .navigation .level0 .submenu li.level1 li a:hover span,
body .subchildmenu li > a:hover span {
  color: #ffffff;
}
.navigation .level0.parent .submenu .container {
  display: inline-block;
  width: 100%;
}
.menu_ring {
  margin-bottom: 30px;
}
.eduicon {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
}
.eduicon .eduicon1 {
  display: block;
  text-indent: -999999px;
  width: 100%;
  display: inline-block;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.eduicon.diamond .eduicon1 {
  background: url('../images/diamond_icon.png');
}
.eduicon.rings .eduicon1 {
  background: url('../images/setting_icon.png');
}
.eduicon.brian .eduicon1 {
  background: url('../images/brian.png');
}
.submenu span.new {
  display: inline-block !important;
  color: #d18c4a !important;
  font-family: 'questa-regular' !important;
}
.navigation .sub_menu .subchildmenu a:hover span.new,
.subchildmenu .subchildmenu a:hover span.new,
.navigation .sub_menu .subchildmenu span.new:hover {
  color: #d18c4a !important;
}
.navigation .menu-left-block.col-md-10 {
  float: left;
  width: 75%;
}
.navigation .menu-right-block.col-md-2 {
  float: left;
  width: 25%;
  padding-right: 20px !important;
}
.navigation .education_menu .left_menu {
  width: 33.33%;
  float: left;
}
.navigation .education_menu .left_menu.Full_width {
  width: 100%;
  margin: 25px 0;
}
@media (max-width: 992px) {
  .navigation .education_menu .left_menu.Full_width {
    margin: 10px 0;
  }
}
.navigation .education_menu .left_menu .sub_menu {
  float: left;
}
.navigation .education_menu .left_menu .sub_menu h3 {
  text-align: left;
  color: #d18c4a !important;
  font-family: 'gothicreg';
  font-size: 2rem !important;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
  float: left;
  width: 100%;
  margin: 25px 0px 36px 0;
}
@media only screen and (max-width: 1441px) {
  .navigation .education_menu .left_menu .sub_menu h3 {
    margin: 15px 0px 15px 0;
  }
}
@media (max-width: 992px) {
  .navigation .education_menu .left_menu .sub_menu h3 {
    margin: 0 0 7px 0;
    font-size: 1.4rem !important;
  }
}
.navigation .education_menu .left_menu .sub_menu h3 a {
  color: #d18c4a;
  text-decoration: none;
}
.navigation .education_menu.edu_right .filde {
  float: left;
  width: 100%;
  margin: 20px 0;
  position: relative;
}
.navigation .education_menu.edu_right .filde:before {
  content: "\f002";
  position: absolute;
  right: 10px;
  color: #000000;
  top: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  cursor: pointer;
}
.navigation .education_menu.edu_right .left_menu {
  width: 100%;
}
.navigation .education_menu.edu_right ul {
  display: inline-block;
  width: 100%;
}
.navigation .education_menu.edu_right ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  color: #aaaaaa;
}
.navigation .education_menu.edu_right ul li .latest_blog .left_blog_section {
  float: left;
  width: 30%;
}
.navigation .education_menu.edu_right ul li .latest_blog .left_blog_section span {
  text-indent: -99999999px;
  background: url('../images/blog.jpg');
  width: 80px;
  display: inline-block;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}
.navigation .education_menu.edu_right ul li .latest_blog .right_blog_section {
  float: left;
  width: 70%;
}
.gift_card_menu .gift_card_box {
  float: left;
  width: 65%;
  padding: 10px;
  background: #4ab5c8;
}
.gift_card_menu .gift_card_box .gift_box_image {
  background: url('../images/gift-card.png');
  width: 100%;
  display: inline-block;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
}
.jewelry_menu .subchildmenu1 {
  float: left;
  width: 50%;
}
.jewelry_menu .gift_card_box {
  float: left;
  width: 50%;
  padding: 20px;
  background: #4ab5c8;
}
.jewelry_menu .gift_card_box .gift_box_image {
  background: url('../images/gift-card.png');
  width: 100%;
  display: inline-block;
  height: 124px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1366px) {
  .jewelry_menu .gift_card_box .gift_box_image {
    height: 95px;
  }
}
/* .sw-megamenu.navigation li.level0 a, .navigation .left_menu .sub_menu > .subchildmenu > li > a span{
    display: block;
    color: #aaaaaa !important;
    font-family: 'questa-regular';
    font-size: 1.8rem !important;
    text-transform: capitalize;
    font-weight: normal;
 }*/
.sw-megamenu.navigation li.level0 a b {
  font-weight: normal;
  font-family: 'gothicbold';
}
.navigation .sub_menu .subchildmenu > li a span {
  font-family: 'questa-regular';
}
.sw-megamenu.navigation li.level0 .menu-left-block.col-md-12 {
  width: 100%;
  float: left;
}
.navigation .gift_card_menu1 .right_left_menu_section {
  float: left;
  width: 70%;
}
@media (max-width: 992px) {
  .navigation .gift_card_menu1 .right_left_menu_section {
    width: 100%;
  }
}
.navigation .gift_card_menu1 .right_left_menu_section .left_menu {
  float: left;
  width: 33.33%;
}
.navigation .gift_card_menu1 .gift_card_menu {
  float: left;
  width: 30%;
  margin-top: 83px;
}
@media only screen and (max-width: 1441px) {
  .navigation .gift_card_menu1 .gift_card_menu {
    margin-top: 33px;
  }
}
@media (max-width: 992px) {
  .navigation .gift_card_menu1 .gift_card_menu {
    width: 100%;
    margin-top: 5px;
  }
}
.navigation .gift_card_menu1 .gift_card_menu .left_menu {
  float: left;
  width: 60%;
}
.navigation .gift_card_menu1 .gift_card_menu .left_menu:last-child {
  width: 40%;
}
.navigation .menu-left-block .wedding_menu {
  width: 100%;
  float: left;
}
.navigation .menu-left-block .wedding_menu .right_left_menu_section {
  width: 100%;
  float: left;
}
.navigation .menu-left-block .wedding_menu .right_left_menu_section .left_menu {
  float: left;
  width: 25%;
}
@media (max-width: 992px) {
  .navigation .menu-left-block .wedding_menu .right_left_menu_section .left_menu {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .navigation .menu-left-block .wedding_menu .right_left_menu_section .left_menu:nth-child(3n + 1) {
    clear: left;
  }
}
.navigation .menu-left-block .wedding_menu .wedding_right {
  display: block;
  float: left;
  width: 25%;
  margin-top: -53px;
}
@media only screen and (max-width: 1441px) {
  .navigation .menu-left-block .wedding_menu .wedding_right {
    margin-top: -33px;
  }
}
@media (max-width: 992px) {
  .navigation .menu-left-block .wedding_menu .wedding_right {
    width: 50%;
  }
}
.navigation .menu-left-block .wedding_menu .wedding_right .left_menu {
  width: 100%;
}
.navigation .menu-left-block .wedding_menu .wedding_right .left_menu > .subchildmenu > li > a {
  color: #aaaaaa !important;
  font-family: 'questa-regular';
  font-size: 2.6rem !important;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 30px !important;
  margin-bottom: 10px;
}
.navigation .col-md-9 + .columns12 {
  display: none;
}
span.box_image {
  float: right;
  width: 150px;
  position: absolute;
  left: 50%;
  z-index: 9;
  top: 50px;
}
@media only screen and (max-width: 1441px) {
  span.box_image {
    margin-right: -5px;
  }
}
@media only screen and (max-width: 1024px) {
  span.box_image {
    left: 0;
    position: relative;
    top: 0;
    float: left;
    width: 160px;
  }
}
.designers_menu .subchildmenu .subchildmenu {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.navigation .menu-left-block .wedding_menu.designers_menu .right_left_menu_section .left_menu {
  width: 33.33%;
  clear: none;
}
.sw-megamenu.navigation li.level0.fullwidth.hover .submenu a,
.sw-megamenu.navigation li.level0.staticwidth.hover .submenu a {
  padding: 4px 5px;
}
@media only screen and (max-width: 1441px) {
  .sw-megamenu.navigation li.level0.fullwidth.hover .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth.hover .submenu a {
    padding: 2px 5px;
  }
}
.navigation .left_menu .sub_menu > .subchildmenu > li > a {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1441px) {
  .navigation .left_menu .sub_menu > .subchildmenu > li > a {
    padding-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .navigation .left_menu .sub_menu > .subchildmenu > li > a {
    margin-bottom: 5px;
  }
}
.navigation .sub_menu {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .navigation .sub_menu {
    margin-bottom: 5px;
  }
}
.navigation .sub_menu .subchildmenu > li a span {
  display: block;
}
.navigation .right_menu_section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.navigation .right_left_menu_section h3,
.navigation .menu-right-block h3 {
  text-align: left;
  color: #d18c4a !important;
  font-family: 'gothicreg';
  font-size: 2rem !important;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
  float: left;
  width: 100%;
  margin: 15px 0px 15px 0;
  padding-left: 10px;
}
@media only screen and (max-width: 1441px) {
  .navigation .right_left_menu_section h3,
  .navigation .menu-right-block h3 {
    margin: 5px 0;
  }
}
@media (max-width: 992px) {
  .navigation .right_left_menu_section h3,
  .navigation .menu-right-block h3 {
    font-size: 1.4rem !important;
  }
}
.navigation .right_left_menu_section h3 a,
.navigation .menu-right-block h3 a {
  color: #d18c4a !important;
}
.navigation .right_menu_section .left_menu,
.navigation .right_left_menu_section .left_menu {
  width: 50%;
  float: left;
}
.navigation .right_menu_section .left_menu.right_menu1,
.navigation .right_left_menu_section .left_menu.right_menu1 {
  padding-left: 15px;
}
.navigation .right_menu_section .left_menu .sub_menu h3,
.navigation .right_left_menu_section .left_menu .sub_menu h3 {
  text-align: left;
  color: #d18c4a !important;
  font-family: 'gothicreg';
  font-size: 2rem !important;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
  float: left;
  width: 100%;
  margin: 15px 0px 15px 0;
  padding-left: 10px;
}
@media only screen and (max-width: 1441px) {
  .navigation .right_menu_section .left_menu .sub_menu h3,
  .navigation .right_left_menu_section .left_menu .sub_menu h3 {
    margin: 5px 0;
  }
}
.navigation .right_menu_section .right_menu,
.navigation .right_left_menu_section .right_menu {
  width: 46%;
  margin-left: 4%;
  background: #4ab5c8;
}
.navigation .right_menu_section .right_menu .sub_menu,
.navigation .right_left_menu_section .right_menu .sub_menu {
  display: inline-block;
  width: 100%;
}
.navigation .right_menu_section .right_menu .sub_menu h3,
.navigation .right_left_menu_section .right_menu .sub_menu h3 {
  text-align: left;
  color: #d18c4a !important;
  font-family: 'gothicreg';
  font-size: 1.8rem !important;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
  padding-bottom: 10px;
  background: #363636;
  margin: 0;
  padding: 15px 0px 26px 0;
}
@media only screen and (max-width: 1441px) {
  .navigation .right_menu_section .right_menu .sub_menu h3,
  .navigation .right_left_menu_section .right_menu .sub_menu h3 {
    padding: 5px 0;
  }
}
.navigation .engagement_menu .video_top {
  margin-top: 150px;
}
.navigation .level0 .subchildmenu .submenu a {
  display: inline-block;
}
.navigation .menu_video {
  display: inline-block;
  width: 100%;
}
.navigation .menu_video li {
  float: left;
  margin-left: 4% !important;
  width: 48% !important;
  margin-bottom: 4% !important;
}
.navigation .menu_video li a {
  padding: 0 !important;
}
.navigation .menu_video li:nth-child(odd) {
  margin-left: 0 !important;
}
.navigation .menu_video li:last-child {
  width: 100% !important;
  margin: 15px 0px !important;
  text-align: center;
}
.navigation .menu_video li:last-child span {
  text-decoration: underline;
  font-size: 1.6rem;
}
.navigation .menu_video li:last-child a {
  text-decoration: underline;
  font-size: 1.6rem;
  color: #aaaaaa !important;
}
.navigation .menu_video span {
  color: #aaaaaa;
}
.navigation .menu_video .video_info .video_icon {
  right: 0px;
  border: 0 !important;
  bottom: auto;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.navigation .menu_video .video_info {
  position: relative;
  color: #aaaaaa;
}
.navigation .menu_video .video_info a {
  color: #aaaaaa !important;
}
.navigation .left_menu .sub_menu > .subchildmenu > li > a {
  color: #aaaaaa !important;
  font-family: 'questa-regular';
  font-size: 2.6rem !important;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 30px !important;
  width: 100%;
}
.navigation .left_menu .sub_menu > .subchildmenu > li > a span {
  font-size: 2.6rem !important;
}
@media only screen and (max-width: 1441px) {
  .navigation .left_menu .sub_menu > .subchildmenu > li > a {
    font-size: 2rem !important;
  }
  .navigation .left_menu .sub_menu > .subchildmenu > li > a span {
    font-size: 2rem !important;
  }
}
.navigation .right_menu_bg {
  padding-top: 5px;
  display: inline-block;
}
.navigation .right_menu_bg h4 {
  font-size: 32px;
  color: #000000;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 20px;
  padding: 0px 15px;
  margin-top: 75px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1441px) {
  .navigation .right_menu_bg h4 {
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 22px;
    margin-top: 10px;
  }
}
.navigation .right_menu_bg .menu_image_box {
  display: block;
  margin-bottom: 30px;
  text-decoration: underline;
}
.navigation .right_menu_bg .pick_link {
  margin-bottom: 20px;
}
.navigation .right_menu_bg .pick_link a {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  padding: 8px 15px !important;
  color: #ffffff !important;
  text-transform: capitalize;
  font-weight: normal;
}
.navigation .right_menu_bg .pick_link a:focus,
.navigation .right_menu_bg .pick_link a:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.navigation .right_menu_bg .pick_link a:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.navigation .right_menu_bg .pick_link a.disabled,
.navigation .right_menu_bg .pick_link a[disabled],
fieldset[disabled] .navigation .right_menu_bg .pick_link a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.navigation .right_menu_bg .pick_link a span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.navigation .right_menu_bg .pick_link a:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.navigation .right_menu_bg .pick_link a:focus {
  box-shadow: none;
}
.navigation .right_menu_bg .right_menu_link {
  color: #000000 !important;
  font-size: 1.5rem;
  text-decoration: underline;
}
.navigation .subchildmenu.col-md-9.mega-columns.columns9 {
  float: left;
  width: 65%;
}
@media only screen and (max-width: 992px) {
  .navigation .subchildmenu.col-md-9.mega-columns.columns9 {
    width: 100%;
  }
}
.navigation .subchildmenu.col-md-9.mega-columns.columns9 > li {
  width: 33.33%;
}
.navigation .menu-right-block.col-md-3 {
  float: left;
  width: 35%;
}
@media only screen and (max-width: 992px) {
  .navigation .menu-right-block.col-md-3 {
    width: 100%;
  }
}
.sw-megamenu.navigation .right_menu_bg .right_menu_link {
  text-decoration: underline !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 1;
    /*   -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)*/
  }
  100% {
    opacity: 1;
    /*   -webkit-transform: none;
        transform: none*/
  }
}
.black_brain {
  position: absolute;
  top: -61px;
  left: 24px;
}
.black_brain .black_logo {
  background: url('../images/black_by_gavin.png');
  width: 185px;
  height: 25px;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .black_brain .black_logo {
    background-size: contain;
    width: 165px;
  }
}
body .header.content {
  position: relative;
}
.footer_logo .black_brain {
  display: none;
}
#back-to-top {
  position: fixed;
  bottom: 100px;
  right: 25px;
  width: 48px;
  height: 48px;
  text-align: center;
  transition: all ease-in-out 0.3s;
  display: none;
  z-index: 9999;
}
#back-to-top span {
  background: url('../images/top_scroll.png');
  width: 48px;
  height: 48px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
#back-to-top:hover {
  background: #d1d1d1;
}
.cms-home .block-static-block.widget {
  margin-bottom: 0;
}
.cms-home .diamond_finder .merge_filter .merge_container {
  width: 100%;
}
@media (max-width: 992px) {
  .cms-home .diamond_finder .merge_filter .merge_container {
    border-left: 0;
  }
}
.cms-home .diamond_finder .merge_filter .stone_container {
  border: 0;
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .cms-home .diamond_finder .merge_filter .stone_container {
    padding-left: 0;
  }
}
.signature_container {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.signature_container img {
  float: left;
  width: 100%;
}
.ds-results-table-wrapper {
  float: left;
  width: 100%;
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  .ds-results-table-wrapper {
    overflow-x: scroll;
  }
}
.dataTables_scroll {
  overflow-y: auto;
  float: left;
  width: 100%;
}
.dataTables_scroll .dataTables_scrollHead {
  overflow: initial !important;
}
.dataTables_scroll .dataTables_scrollBody {
  overflow: initial !important;
}
.nicescroll-cursors {
  width: 5px !important;
  background: #d18c4a !important;
  border-color: #d18c4a !important;
}
.nicescroll-rails {
  opacity: 1 !important;
  z-index: 99 !important;
}
.nicescroll-rails-hr {
  display: none !important;
}
body .block-cart-failed .action.update:before,
body .cart-container .form-cart .action.update:before {
  font-size: 16px;
}
body .block-cart-failed .action.continue:before,
body .cart-container .form-cart .action.continue:before {
  color: #ffffff;
}
.diamond_finder .merge_filter .merge_container .dimond_list_box .diamond_list {
  width: 100%;
}
.continue,
.clear,
.checkout-cart-index .update,
.viewcart {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-decoration: none !important;
}
.continue:focus,
.clear:focus,
.checkout-cart-index .update:focus,
.viewcart:focus,
.continue:active,
.clear:active,
.checkout-cart-index .update:active,
.viewcart:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.continue:hover,
.clear:hover,
.checkout-cart-index .update:hover,
.viewcart:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.continue.disabled,
.clear.disabled,
.checkout-cart-index .update.disabled,
.viewcart.disabled,
.continue[disabled],
.clear[disabled],
.checkout-cart-index .update[disabled],
.viewcart[disabled],
fieldset[disabled] .continue,
fieldset[disabled] .clear,
fieldset[disabled] .checkout-cart-index .update,
fieldset[disabled] .viewcart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.continue span,
.clear span,
.checkout-cart-index .update span,
.viewcart span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.continue:hover,
.clear:hover,
.checkout-cart-index .update:hover,
.viewcart:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.continue:focus,
.clear:focus,
.checkout-cart-index .update:focus,
.viewcart:focus {
  box-shadow: none;
}
.diamond_finder .merge_filter .lab_container .merge_container .diamond_list {
  width: 33.33%;
}
@media only screen and (max-width: 1366px) {
  .diamond_finder .merge_filter .lab_container .merge_container .diamond_list {
    width: 50%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.diamond_finder .merge_filter .lab_container .merge_container .diamond_list.ds-filter-cut {
  border-right: 0;
}
.diamond_finder .merge_filter .lab_container .merge_container .diamond_list:last-child {
  border: 0;
}
.catalog-product-view .product.data.items .label {
  color: #000000;
}
.product.data.items > .item.content {
  color: #000000;
}
.price-box .price-container .price {
  color: #d18c4a;
}
.product-info-main .product-info-stock-sku {
  color: #ffffff;
}
.checkout-cart-index .cart.table-wrapper .cart tbody td {
  vertical-align: middle;
}
body .header.content {
  max-width: 100%;
  padding: 5px 15px 0px 25px;
}
#mp_product_list {
  color: #d18c4a;
  font-size: 2rem;
  padding-left: 12px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1024px) {
  #mp_product_list {
    padding-left: 10px;
  }
}
body .panel .header.links li {
  position: relative;
  padding-left: 25px;
}
body .panel .header.links li:before {
  background: url('../images/icon_sprite.png');
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}
body .panel .header.links li:first-child:before {
  background-position: 0px 2px ;
}
body .panel .header.links li.user_account:before {
  background: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  color: #aaaaaa;
  top: 3px;
  left: 0px;
}
body .panel .header.links li.authorization-link:before {
  background-position: -40px 2px;
}
body .panel .header.links li.authorization-link + li:before {
  background-position: -62px 2px;
}
body .panel .header.links li:last-child {
  padding-left: 7px;
  background: transparent;
  margin: 0;
  padding-right: 10px;
}
body .panel .header.links li:last-child:before {
  content: none;
}
body .panel .minicart-wrapper .action.showcart:before {
  font-size: 0 !important;
  background: url('../images/icon_sprite.png');
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 14px;
  background-position: -90px 0px;
}
body .navigation .level0.parent > .level-top {
  padding-right: 6px;
}
@media only screen and (max-width: 1280px) {
  body .navigation .level0 > .level-top {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 1024px) {
  body .navigation .level0 > .level-top {
    line-height: 20px;
  }
}
.diamondsearch-index-index .ds-search .ds-filter-price {
  border-right: 0;
}
.diamondsearch-index-index .diamond_finder .merge_filter .merge_container .diamond_list {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .diamondsearch-index-index .diamond_finder .merge_filter .merge_container .diamond_list {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .diamondsearch-index-index .diamond_finder .advance-option .merge_container .diamond_list:nth-child(odd) {
    border-right: 1px solid #4a4a4a;
  }
}
.top-container .widget.block.block-static-block > p {
  display: none;
}
.customization-diamondwatcher-edit.diamondsearch-index-index .diamond_finder .merge_filter .merge_container {
  width: 75%;
}
@media (max-width: 1024px) {
  .customization-diamondwatcher-edit.diamondsearch-index-index .diamond_finder .merge_filter .merge_container {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .customization-diamondwatcher-edit.diamondsearch-index-index .diamond_finder .merge_filter .merge_container {
    width: 63%;
  }
}
.customization-diamondwatcher-edit #diamondsearch #diamondsearch-view .ds-filter-shape {
  padding: 0 30px;
}
.diamondsearch-index-index .page-wrapper .diamond_finder .ds-filter-collection {
  width: 25%;
  padding-right: 20px;
}
@media only screen and (max-width: 1280px) {
  .diamondsearch-index-index .page-wrapper .diamond_finder .ds-filter-collection {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .diamondsearch-index-index .page-wrapper .diamond_finder .ds-filter-collection {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .diamondsearch-index-index .page-wrapper .diamond_finder .ds-filter-collection {
    width: 37%;
  }
}
.diamondfilter-index-index .diamond_finder,
.catalog-category-view .diamond_finder,
.diamondsearch-index-index .diamond_finder,
.matchpair_collection_filter .diamond_finder {
  width: 100%;
}
.diamondfilter-index-index .diamond_finder ul.thumbnails.image_picker_selector li .thumbnail,
.catalog-category-view .diamond_finder ul.thumbnails.image_picker_selector li .thumbnail,
.diamondsearch-index-index .diamond_finder ul.thumbnails.image_picker_selector li .thumbnail,
.matchpair_collection_filter .diamond_finder ul.thumbnails.image_picker_selector li .thumbnail {
  border: 0;
  cursor: pointer;
}
.diamondfilter-index-index .diamond_finder .merge_filter .diamond_list.cute,
.catalog-category-view .diamond_finder .merge_filter .diamond_list.cute,
.diamondsearch-index-index .diamond_finder .merge_filter .diamond_list.cute,
.matchpair_collection_filter .diamond_finder .merge_filter .diamond_list.cute {
  padding-bottom: 40px;
}
.diamondfilter-index-index .diamond_finder .merge_filter .diamond_list.cute li,
.catalog-category-view .diamond_finder .merge_filter .diamond_list.cute li,
.diamondsearch-index-index .diamond_finder .merge_filter .diamond_list.cute li,
.matchpair_collection_filter .diamond_finder .merge_filter .diamond_list.cute li {
  margin: 0;
}
.diamondfilter-index-index .diamond_finder .merge_filter .merge_container,
.catalog-category-view .diamond_finder .merge_filter .merge_container,
.diamondsearch-index-index .diamond_finder .merge_filter .merge_container,
.matchpair_collection_filter .diamond_finder .merge_filter .merge_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.diamondfilter-index-index .diamond_finder .merge_filter .merge_container .diamond_list.stone,
.catalog-category-view .diamond_finder .merge_filter .merge_container .diamond_list.stone,
.diamondsearch-index-index .diamond_finder .merge_filter .merge_container .diamond_list.stone,
.matchpair_collection_filter .diamond_finder .merge_filter .merge_container .diamond_list.stone {
  width: 100%;
}
.diamondfilter-index-index .diamond_finder .merge_filter .merge_container .filter_section,
.catalog-category-view .diamond_finder .merge_filter .merge_container .filter_section,
.diamondsearch-index-index .diamond_finder .merge_filter .merge_container .filter_section,
.matchpair_collection_filter .diamond_finder .merge_filter .merge_container .filter_section {
  width: 79%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .diamondfilter-index-index .diamond_finder .merge_filter .merge_container .filter_section,
  .catalog-category-view .diamond_finder .merge_filter .merge_container .filter_section,
  .diamondsearch-index-index .diamond_finder .merge_filter .merge_container .filter_section,
  .matchpair_collection_filter .diamond_finder .merge_filter .merge_container .filter_section {
    width: 100%;
  }
}
.diamondfilter-index-index .diamond_finder .collection_container,
.catalog-category-view .diamond_finder .collection_container,
.diamondsearch-index-index .diamond_finder .collection_container,
.matchpair_collection_filter .diamond_finder .collection_container {
  width: 19%;
  float: left;
}
.diamondfilter-index-index .range_field:before,
.catalog-category-view .range_field:before,
.diamondsearch-index-index .range_field:before,
.matchpair_collection_filter .range_field:before {
  background: url('../images/search_filter_arrow.png');
  content: '';
  position: absolute;
  width: 90px;
  left: 0;
  right: 0;
  top: 50%;
  height: 10px;
  margin: -5px auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.diamondfilter-index-index ul.thumbnails.image_picker_selector li .thumbnail.selected,
.catalog-category-view ul.thumbnails.image_picker_selector li .thumbnail.selected,
.diamondsearch-index-index ul.thumbnails.image_picker_selector li .thumbnail.selected,
.matchpair_collection_filter ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background-color: #252525;
}
.diamondfilter-index-index .search_button,
.catalog-category-view .search_button,
.diamondsearch-index-index .search_button,
.matchpair_collection_filter .search_button {
  margin-top: 10px;
}
.diamondfilter-index-index .diamond_list.clarity,
.catalog-category-view .diamond_list.clarity,
.diamondsearch-index-index .diamond_list.clarity,
.matchpair_collection_filter .diamond_list.clarity,
.diamondfilter-index-index .diamond_list.color,
.catalog-category-view .diamond_list.color,
.diamondsearch-index-index .diamond_list.color,
.matchpair_collection_filter .diamond_list.color,
.diamondfilter-index-index .diamond_list.lab_cut_grade,
.catalog-category-view .diamond_list.lab_cut_grade,
.diamondsearch-index-index .diamond_list.lab_cut_grade,
.matchpair_collection_filter .diamond_list.lab_cut_grade,
.diamondfilter-index-index .diamond_list.fluorescence,
.catalog-category-view .diamond_list.fluorescence,
.diamondsearch-index-index .diamond_list.fluorescence,
.matchpair_collection_filter .diamond_list.fluorescence,
.diamondfilter-index-index .diamond_list.polish,
.catalog-category-view .diamond_list.polish,
.diamondsearch-index-index .diamond_list.polish,
.matchpair_collection_filter .diamond_list.polish {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.diamondfilter-index-index .diamond_list.clarity .range_slider,
.catalog-category-view .diamond_list.clarity .range_slider,
.diamondsearch-index-index .diamond_list.clarity .range_slider,
.matchpair_collection_filter .diamond_list.clarity .range_slider,
.diamondfilter-index-index .diamond_list.color .range_slider,
.catalog-category-view .diamond_list.color .range_slider,
.diamondsearch-index-index .diamond_list.color .range_slider,
.matchpair_collection_filter .diamond_list.color .range_slider,
.diamondfilter-index-index .diamond_list.lab_cut_grade .range_slider,
.catalog-category-view .diamond_list.lab_cut_grade .range_slider,
.diamondsearch-index-index .diamond_list.lab_cut_grade .range_slider,
.matchpair_collection_filter .diamond_list.lab_cut_grade .range_slider,
.diamondfilter-index-index .diamond_list.fluorescence .range_slider,
.catalog-category-view .diamond_list.fluorescence .range_slider,
.diamondsearch-index-index .diamond_list.fluorescence .range_slider,
.matchpair_collection_filter .diamond_list.fluorescence .range_slider,
.diamondfilter-index-index .diamond_list.polish .range_slider,
.catalog-category-view .diamond_list.polish .range_slider,
.diamondsearch-index-index .diamond_list.polish .range_slider,
.matchpair_collection_filter .diamond_list.polish .range_slider {
  width: 100%;
  order: 2;
  margin-top: 25px;
}
.diamondfilter-index-index .diamond_list.clarity .range_slider li span,
.catalog-category-view .diamond_list.clarity .range_slider li span,
.diamondsearch-index-index .diamond_list.clarity .range_slider li span,
.matchpair_collection_filter .diamond_list.clarity .range_slider li span,
.diamondfilter-index-index .diamond_list.color .range_slider li span,
.catalog-category-view .diamond_list.color .range_slider li span,
.diamondsearch-index-index .diamond_list.color .range_slider li span,
.matchpair_collection_filter .diamond_list.color .range_slider li span,
.diamondfilter-index-index .diamond_list.lab_cut_grade .range_slider li span,
.catalog-category-view .diamond_list.lab_cut_grade .range_slider li span,
.diamondsearch-index-index .diamond_list.lab_cut_grade .range_slider li span,
.matchpair_collection_filter .diamond_list.lab_cut_grade .range_slider li span,
.diamondfilter-index-index .diamond_list.fluorescence .range_slider li span,
.catalog-category-view .diamond_list.fluorescence .range_slider li span,
.diamondsearch-index-index .diamond_list.fluorescence .range_slider li span,
.matchpair_collection_filter .diamond_list.fluorescence .range_slider li span,
.diamondfilter-index-index .diamond_list.polish .range_slider li span,
.catalog-category-view .diamond_list.polish .range_slider li span,
.diamondsearch-index-index .diamond_list.polish .range_slider li span,
.matchpair_collection_filter .diamond_list.polish .range_slider li span {
  color: #6d6d6d;
}
.diamondfilter-index-index .diamond_list.clarity .range_slider li span.highlight,
.catalog-category-view .diamond_list.clarity .range_slider li span.highlight,
.diamondsearch-index-index .diamond_list.clarity .range_slider li span.highlight,
.matchpair_collection_filter .diamond_list.clarity .range_slider li span.highlight,
.diamondfilter-index-index .diamond_list.color .range_slider li span.highlight,
.catalog-category-view .diamond_list.color .range_slider li span.highlight,
.diamondsearch-index-index .diamond_list.color .range_slider li span.highlight,
.matchpair_collection_filter .diamond_list.color .range_slider li span.highlight,
.diamondfilter-index-index .diamond_list.lab_cut_grade .range_slider li span.highlight,
.catalog-category-view .diamond_list.lab_cut_grade .range_slider li span.highlight,
.diamondsearch-index-index .diamond_list.lab_cut_grade .range_slider li span.highlight,
.matchpair_collection_filter .diamond_list.lab_cut_grade .range_slider li span.highlight,
.diamondfilter-index-index .diamond_list.fluorescence .range_slider li span.highlight,
.catalog-category-view .diamond_list.fluorescence .range_slider li span.highlight,
.diamondsearch-index-index .diamond_list.fluorescence .range_slider li span.highlight,
.matchpair_collection_filter .diamond_list.fluorescence .range_slider li span.highlight,
.diamondfilter-index-index .diamond_list.polish .range_slider li span.highlight,
.catalog-category-view .diamond_list.polish .range_slider li span.highlight,
.diamondsearch-index-index .diamond_list.polish .range_slider li span.highlight,
.matchpair_collection_filter .diamond_list.polish .range_slider li span.highlight {
  color: #ffffff;
}
.diamondfilter-index-index .diamond_list.clarity .ui-slider-horizontal,
.catalog-category-view .diamond_list.clarity .ui-slider-horizontal,
.diamondsearch-index-index .diamond_list.clarity .ui-slider-horizontal,
.matchpair_collection_filter .diamond_list.clarity .ui-slider-horizontal,
.diamondfilter-index-index .diamond_list.color .ui-slider-horizontal,
.catalog-category-view .diamond_list.color .ui-slider-horizontal,
.diamondsearch-index-index .diamond_list.color .ui-slider-horizontal,
.matchpair_collection_filter .diamond_list.color .ui-slider-horizontal,
.diamondfilter-index-index .diamond_list.lab_cut_grade .ui-slider-horizontal,
.catalog-category-view .diamond_list.lab_cut_grade .ui-slider-horizontal,
.diamondsearch-index-index .diamond_list.lab_cut_grade .ui-slider-horizontal,
.matchpair_collection_filter .diamond_list.lab_cut_grade .ui-slider-horizontal,
.diamondfilter-index-index .diamond_list.fluorescence .ui-slider-horizontal,
.catalog-category-view .diamond_list.fluorescence .ui-slider-horizontal,
.diamondsearch-index-index .diamond_list.fluorescence .ui-slider-horizontal,
.matchpair_collection_filter .diamond_list.fluorescence .ui-slider-horizontal,
.diamondfilter-index-index .diamond_list.polish .ui-slider-horizontal,
.catalog-category-view .diamond_list.polish .ui-slider-horizontal,
.diamondsearch-index-index .diamond_list.polish .ui-slider-horizontal,
.matchpair_collection_filter .diamond_list.polish .ui-slider-horizontal {
  width: 100%;
  order: 1;
}
.cms-page-view .category_discrip {
  margin-top: 0;
}
.category_discrip {
  position: relative;
  margin-top: -77px;
}
@media only screen and (max-width: 1441px) {
  .category_discrip {
    margin-top: -57px;
  }
}
@media (max-width: 1024px) {
  .category_discrip {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 812px) {
  .category_discrip {
    margin-top: -30px;
  }
}
.category_discrip .category-image {
  margin-bottom: 0;
}
.category_discrip .category-description {
  position: absolute;
  bottom: 50px;
  margin: 0 auto;
  max-width: 1440px;
  left: 0;
  width: 100%;
  padding-left: 15px;
  right: 20px;
}
@media only screen and (max-width: 1366px) {
  .category_discrip .category-description {
    bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .category_discrip .category-description {
    bottom: 15px !important;
  }
}
.category_discrip h3 {
  font-size: 80px;
  color: #ebebeb;
  margin-bottom: 15px;
  line-height: 67px;
  width: 80%;
  font-weight: normal;
  font-family: 'questa-light';
  letter-spacing: -2px;
}
@media only screen and (max-width: 1366px) {
  .category_discrip h3 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    width: 30%;
    letter-spacing: -1px;
  }
}
@media (max-width: 1024px) {
  .category_discrip h3 {
    font-size: 28px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .category_discrip h3 {
    width: 100%;
  }
  .category_discrip h3 br {
    display: none;
  }
}
.category_discrip p {
  color: #d18c4a;
  font-size: 20px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .category_discrip p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .category_discrip p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.category_discrip .button_custom {
  float: left;
  padding: 4px 50px;
}
.filter_collapse {
  float: right;
  margin-bottom: 15px;
  padding-right: 0;
  margin-right: 20px;
}
.filter_collapse a {
  color: #ababab;
  text-decoration: none;
}
.filter_collapse a .filter_icon {
  background: url('../images/icon_sprite.png');
  background-position: -205px -2px;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 8px;
  margin-top: -2px;
}
.video_photo {
  width: 100%;
  text-align: right;
  margin-left: auto;
  margin-bottom: 15px;
}
.video_photo label {
  text-align: center;
  width: 130px;
  float: left;
  text-transform: uppercase;
  padding-top: 0 !important;
  line-height: normal !important;
}
.video_photo label span {
  padding-left: 30px;
  display: block;
}
.video_photo .must_info {
  margin-left: 30px;
  display: inline-block;
  position: relative;
}
.video_photo .must_info .label {
  padding-left: 15px;
}
.cms-home .diamond_finder .merge_filter .diamond_list .range_field input {
  pointer-events: none;
}
.page-wrapper {
  background: #2f2f2f;
}
.page-wrapper .page-main {
  background: #363636;
  padding: 0;
}
.page-wrapper .page-main #filter-result,
.page-wrapper .page-main #custom-compare {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
}
.page-wrapper .page-main #filter-result > span,
.page-wrapper .page-main #custom-compare > span,
.page-wrapper .page-main #filter-result .dataTables_info,
.page-wrapper .page-main #custom-compare .dataTables_info {
  color: #373737;
  padding: 15px 25px;
  float: left;
  font-size: 20px;
  font-family: 'questa-light';
  font-size: 3.5rem;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .page-wrapper .page-main #filter-result > span,
  .page-wrapper .page-main #custom-compare > span,
  .page-wrapper .page-main #filter-result .dataTables_info,
  .page-wrapper .page-main #custom-compare .dataTables_info {
    font-size: 2.4rem;
    padding: 15px 15px;
  }
}
@media (max-width: 1024px) {
  .page-wrapper .page-main #filter-result .ds-results-table-wrapper-compare,
  .page-wrapper .page-main #custom-compare .ds-results-table-wrapper-compare {
    overflow: auto;
  }
}
.page-wrapper .page-main #filter-result {
  margin-bottom: 10px;
}
/*@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}*/
body .page-wrapper .diamond_finder#diamondsearch .diamond_main_title h1 {
  padding-left: 0;
  font-size: 3.5rem;
}
@media only screen and (max-width: 1366px) {
  body .page-wrapper .diamond_finder#diamondsearch .diamond_main_title h1 {
    font-size: 2.6rem;
  }
}
body {
  background-color: #ffffff;
}
.cms-home .diamond_finder .merge_filter .merge_container .diamond_list.clarity,
.cms-home .diamond_finder .merge_filter .merge_container .diamond_list.color {
  margin-bottom: 0;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.cms-home .page-wrapper {
  overflow: hidden;
}
.contentarea.skip {
  display: none;
}
.page-wrapper {
  background: #2f2f2f;
}
#all_gems_data {
  float: left;
  width: 100%;
}
.own_title {
  display: inline-block;
  padding: 0px 10px;
  width: 100%;
}
.own_title .diamond_title {
  float: left;
  width: 100%;
  color: #aaaaaa;
  font-size: 3.5rem;
  text-transform: capitalize;
  padding-top: 15px;
  padding-bottom: 10px;
  margin: 0;
  font-weight: normal;
  font-family: 'questa-light';
}
@media only screen and (max-width: 1366px) {
  .own_title .diamond_title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 667px) {
  .own_title .diamond_title {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .own_title .diamond_title {
    font-size: 2.6rem;
  }
}
.filter_container {
  background: #363636;
  width: 100%;
  float: left;
}
.cms-home .filter_container {
  border-top: 10px solid #2f2f2f;
  border-bottom: 10px solid #2f2f2f;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.cms-home .filter_container #diamondsearch.diamond_finder {
  border-right: 10px solid #2f2f2f;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1441px) {
  .cms-home .filter_container #diamondsearch.diamond_finder {
    padding-bottom: 0;
  }
}
.own_block {
  padding: 10px 20px;
}
.own_block p {
  float: left;
  width: 100%;
  margin-top: 0px;
  color: #d7d7d7;
  padding: 0px 10px;
  font-size: 1.6rem;
}
.own_block p span {
  color: #d18c4a;
}
.own_block .own_order {
  width: 100%;
  margin-top: 15px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.own_block .own_order li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  .own_block .own_order li {
    padding: 5px;
    width: 100%;
  }
  .own_block .own_order li:nth-child(3n + 3) ~ li {
    display: none;
  }
}
@media only screen and (max-width: 667px) {
  .own_block .own_order li {
    width: 50%;
  }
  .own_block .own_order li:nth-child(3n + 3) ~ li {
    display: block;
  }
}
.own_block .own_order li:hover {
  background: #202020;
}
.own_block .own_order li:hover .product_link {
  border-color: #ffffff;
}
.own_block .own_order li:hover .product_link .diamond_name {
  color: #ffffff;
}
.product_link {
  padding: 5px 4px;
  border: 1px solid #898989;
  text-transform: uppercase;
  text-decoration: none !important;
  float: left;
  width: 100%;
  word-break: break-all;
}
@media only screen and (max-width: 1280px) {
  .product_link {
    padding: 3px 4px;
  }
}
.product_link .diamond_name {
  color: #f8f8f8;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1280px) {
  .product_link .diamond_name {
    font-size: 1rem;
  }
}
.search_button {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 20px;
  padding-right: 0;
  margin-bottom: 10px;
}
.search_button a {
  font-family: 'questa-italic';
  font-size: 2rem;
  text-transform: capitalize;
  color: #fdfdfd;
  padding: 4px 40px;
  border: 1px solid #fdfdfd;
  background: #000000;
  text-decoration: none;
  cursor: pointer;
}
.search_button a:hover {
  background: #d18c4a;
  border-color: #d18c4a;
}
.diamond_finder {
  background: #363636;
  width: 74.2%;
  float: left;
  padding: 10px 20px;
  padding-right: 0;
}
@media only screen and (max-width: 667px) {
  .diamond_finder {
    width: 100%;
  }
}
.diamond_finder .diamond_main_title {
  float: left;
  width: 100%;
  color: #aaaaaa;
  font-size: 3.5rem;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'questa-light';
}
.diamond_finder .diamond_main_title h1 {
  color: #aaaaaa;
  font-size: 3.5rem;
  text-transform: capitalize;
  font-family: 'questa-light';
  padding-left: 0;
  line-height: 40px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1366px) {
  .diamond_finder .diamond_main_title h1 {
    font-size: 2.6rem;
  }
}
.diamond_finder .merge_filter {
  /*    display: -webkit-box;      
          display: -moz-box;        
          display: -ms-flexbox;      
          display: -webkit-flex;     
          display: flex;
          flex-wrap: wrap;*/
  display: inline-block;
  width: 100%;
}
.diamond_finder .merge_filter .search_button {
  padding-right: 30px;
}
.diamond_finder .merge_filter .merge_container .diamond_list.cute {
  width: 100%;
}
.diamond_finder .merge_filter ul {
  padding-left: 0;
}
.diamond_finder .merge_filter ul li {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1441px) {
  .diamond_finder .merge_filter ul li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .diamond_finder .merge_filter ul li {
    margin-bottom: 5px;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.diamond_finder .merge_filter ul.ds-filter-certificate-wrapper li {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .diamond_finder .merge_filter ul.ds-filter-certificate-wrapper li {
    display: block;
    width: 100%;
  }
}
.diamond_finder .merge_filter ul.ds-filter-certificate-wrapper li label {
  color: #aaaaaa;
  font-size: 1.2rem;
}
.diamond_finder .merge_filter .diamond_list.cute {
  width: 100%;
  padding-right: 20px;
}
.diamond_finder .merge_filter .diamond_list.cute ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .diamond_finder .merge_filter .diamond_list.cute ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .diamond_finder .merge_filter .diamond_list.cute ul {
    flex-wrap: wrap;
  }
}
.diamond_finder .merge_filter .diamond_list.cute li {
  width: 10%;
  text-align: center;
  padding: 0px;
  position: relative;
  cursor: pointer;
  max-width: inherit !important;
}
@media only screen and (max-width: 1024px) {
  .diamond_finder .merge_filter .diamond_list.cute li {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .diamond_finder .merge_filter .diamond_list.cute li {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  .diamond_finder .merge_filter .diamond_list.cute li:nth-child(5n + 5):after {
    content: none !important;
  }
}
.diamond_finder .merge_filter .diamond_list.cute li:after {
  content: '';
  width: 1px;
  height: 60%;
  top: 20%;
  position: absolute;
  background: #4a4a4a;
  right: 0;
}
.diamond_finder .merge_filter .diamond_list.cute li:last-child {
  border-right: 0;
}
.diamond_finder .merge_filter .diamond_list.cute li:last-child:after {
  content: none;
}
.diamond_finder .merge_filter .diamond_list.cute li:hover {
  background: #252525;
}
.diamond_finder .merge_filter .diamond_list.cute li:hover a .diamond_name {
  color: #ffffff;
}
.diamond_finder .merge_filter .diamond_list.cute li.selected {
  background: #252525;
}
.diamond_finder .merge_filter .diamond_list.cute li.selected a .diamond_name {
  color: #ffffff;
}
.diamond_finder .merge_filter .diamond_list.cute li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.diamond_finder .merge_filter .diamond_list.cute li a .diamond_name {
  margin-top: 10px;
  width: 100%;
  display: block;
  color: #aaaaaa;
}
.diamond_finder .merge_filter .diamond_list.stone {
  margin-top: 0px;
}
.diamond_finder .merge_filter .diamond_list.stone ul li {
  margin-bottom: 20px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 992px) {
  .diamond_finder .merge_filter .diamond_list.stone ul li {
    margin-left: 5px;
    display: inline-block;
  }
}
.diamond_finder .merge_filter .diamond_list.stone ul li a {
  color: #f8f8f8;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
}
.diamond_finder .merge_filter .diamond_list .range_slider {
  position: relative;
  margin-bottom: 15px;
}
.diamond_finder .merge_filter .diamond_list .range_slider .range_stripe {
  height: 5px;
  background: #4ab5c8;
}
.diamond_finder .merge_filter .diamond_list .range_slider .range_handel {
  padding: 0;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -17px;
}
.diamond_finder .merge_filter .diamond_list .range_slider .range_handel.left_handle {
  background: url('../images/slider_arrow.png');
  left: -11px;
}
.diamond_finder .merge_filter .diamond_list .range_slider .range_handel.right_handle {
  background: url('../images/slider_arrow.png');
  right: -11px;
}
.diamond_finder .merge_filter .diamond_list .range_field {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.diamond_finder .merge_filter .diamond_list .range_field input {
  width: 98px;
  border-color: #474747;
  background: #363636;
  color: #f8f8f8;
  border-radius: 0;
  text-align: center;
  height: 34px;
}
@media only screen and (max-width: 1440px) {
  .diamond_finder .merge_filter .diamond_list .range_field input {
    width: 80px;
  }
}
.diamond_finder .merge_filter .diamond_list .range_field input.to_label {
  float: right;
}
.diamond_finder .merge_filter .diamond_list .range_field .range {
  position: relative;
}
.diamond_finder .merge_filter .diamond_list .range_field .range .delimiter {
  font-size: 0;
}
.diamond_finder .merge_filter .diamond_list .range_field .range .delimiter:before {
  background: url('../images/search_filter_arrow.png');
  content: '';
  position: absolute;
  width: 40%;
  left: 0;
  right: 0;
  top: 50%;
  height: 10px;
  margin: -5px auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.diamond_finder .merge_filter .diamond_list .range_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.diamond_finder .merge_filter .diamond_list .range_item li {
  display: inline-block;
  margin-bottom: 20px;
}
.diamond_finder .merge_filter .diamond_list .range_item li a {
  color: #f8f8f8;
  text-decoration: none;
  text-transform: uppercase;
}
.diamond_finder .merge_filter .diamond_list .range_item li.light a {
  color: #838383;
  pointer-events: none;
}
.diamond_finder .merge_filter .merge_container .diamond_list {
  width: 50%;
  float: left;
  padding: 0  30px;
  box-sizing: border-box;
  margin-bottom: 0px;
  padding-bottom: 50px !important;
}
@media only screen and (max-width: 1441px) {
  .diamond_finder .merge_filter .merge_container .diamond_list {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 1024px) {
  .diamond_finder .merge_filter .merge_container .diamond_list {
    width: 100%;
    border-right: 0;
  }
}
.diamond_finder .merge_filter .merge_container .diamond_list.clarity,
.diamond_finder .merge_filter .merge_container .diamond_list.color {
  padding-bottom: 0px !important;
}
.diamond_finder .merge_filter .merge_container .diamond_list.size,
.diamond_finder .merge_filter .merge_container .diamond_list.clarity,
.diamond_finder .merge_filter .merge_container .diamond_list.table,
.diamond_finder .merge_filter .merge_container .diamond_list.Depth,
.diamond_finder .merge_filter .merge_container .diamond_list.lab_cut_grade {
  border-right: 1px solid #4a4a4a;
}
@media only screen and (max-width: 667px) {
  .diamond_finder .merge_filter .merge_container .diamond_list.size,
  .diamond_finder .merge_filter .merge_container .diamond_list.clarity,
  .diamond_finder .merge_filter .merge_container .diamond_list.table,
  .diamond_finder .merge_filter .merge_container .diamond_list.Depth,
  .diamond_finder .merge_filter .merge_container .diamond_list.lab_cut_grade {
    border: 0;
  }
}
@media (max-width: 1024px) {
  .diamond_finder .merge_filter .merge_container .diamond_list.size,
  .diamond_finder .merge_filter .merge_container .diamond_list.clarity,
  .diamond_finder .merge_filter .merge_container .diamond_list.table,
  .diamond_finder .merge_filter .merge_container .diamond_list.Depth,
  .diamond_finder .merge_filter .merge_container .diamond_list.lab_cut_grade {
    border-right: 0;
  }
}
.diamond_finder .merge_filter .merge_container .diamond_list.ds-filter-carat .range_slider {
  display: none;
}
@media (max-width: 992px) {
  .diamond_finder .merge_filter .merge_container .diamond_list {
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 667px) {
  .diamond_finder .merge_filter .merge_container .diamond_list {
    width: 100%;
    margin-bottom: 15px;
  }
}
.diamond_finder .merge_filter .stone_container {
  width: 21%;
  float: left;
  border-right: 1px solid #4a4a4a;
}
@media (max-width: 992px) {
  .diamond_finder .merge_filter .stone_container {
    width: 100%;
    border-right: 0;
  }
}
.diamond_finder .merge_filter .merge_container {
  width: 79%;
  float: left;
}
@media (max-width: 992px) {
  .diamond_finder .merge_filter .merge_container {
    width: 100%;
  }
}
.diamond_finder .diamond_title {
  color: #d18c4a;
  text-transform: capitalize;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: normal;
  margin-top: 0;
  font-family: 'gothicreg';
}
@media only screen and (max-width: 1366px) {
  .diamond_finder .diamond_title {
    font-size: 1.6rem;
  }
}
.own_block {
  width: 25.8%;
  float: left;
}
@media only screen and (max-width: 667px) {
  .own_block {
    width: 100%;
    border: 0;
    border-top: 10px solid #2f2f2f;
  }
}
.cms-home .top-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  margin-top: -77px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1441px) {
  .cms-home .top-container {
    margin-top: -57px;
  }
}
@media only screen and (max-width: 1024px) {
  .cms-home .top-container {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 812px) {
  .cms-home .top-container {
    margin-top: -30px;
  }
}
@media (max-width: 1024px) {
  .cms-home .top-container {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 812px) {
  body .navigation .level0 .submenu {
    top: 57px;
  }
}
@media only screen and (max-width: 1024px) {
  body .sw-megamenu.navigation li.ui-menu-item.level0 > a:after {
    top: 14px;
  }
}
.top-container .banner_slider .content {
  position: absolute;
  top: 53%;
  max-width: 1440px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -160px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .top-container .banner_slider .content {
    top: 60%;
  }
}
.top-container .banner_slider .content h4 {
  color: #d7d7d7;
  font-size: 11.7rem;
  margin: 0;
  font-family: 'questa-italic';
  font-weight: normal !important;
}
@media only screen and (max-width: 1441px) {
  .top-container .banner_slider .content h4 {
    font-size: 9rem;
  }
}
@media only screen and (max-width: 1024px) {
  .top-container .banner_slider .content h4 {
    font-size: 4.5rem;
  }
}
.top-container .banner_slider .content p span {
  color: #d7d7d7;
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) {
  .top-container .banner_slider .content p span {
    font-size: 3rem;
  }
}
.top-container .banner_slider .content p span.off1 {
  font-size: 3rem;
  position: relative;
  top: -20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .top-container .banner_slider .content p span.off1 {
    font-size: 2.5rem;
  }
}
.top-container .banner_slider .content .banner_dic {
  display: inline-block;
  margin-top: 5px;
}
.top-container .banner_slider .content .banner_dic span {
  color: #d7d7d7;
  font-size: 6.7rem;
}
@media only screen and (max-width: 1441px) {
  .top-container .banner_slider .content .banner_dic span {
    font-size: 5rem;
  }
}
.top-container .banner_slider .content .banner_dic span.off1 {
  font-size: 3rem;
  position: relative;
  top: -35px;
  left: -15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1441px) {
  .top-container .banner_slider .content .banner_dic span.off1 {
    font-size: 3rem;
    top: -20px;
    left: 0;
  }
}
.top-container .banner_slider .content .banner_txt {
  color: #d18c4a;
  font-size: 2rem;
}
@media only screen and (max-width: 1441px) {
  .top-container .banner_slider .content .banner_txt {
    font-size: 1.8rem;
  }
}
.top-container .banner_slider .content .coupon_code {
  color: #f8f8f8;
  font-size: 1.7rem;
  margin-top: 15px;
  text-transform: uppercase;
}
.top-container .banner_slider .content .slider_button {
  margin-top: 20px;
  float: left;
}
.top-container .banner_slider .content .slider_button .learn {
  padding: 4px 30px;
  border: 1px solid #ffffff;
  text-transform: capitalize;
  font-size: 2rem;
  font-family: 'questa-italic';
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-style: italic;
  background: #000000;
}
.top-container .banner_slider .content .slider_button .learn:hover {
  background: #d18c4a;
  border-color: #d18c4a;
}
.top-container .banner_slider .owl-dots {
  bottom: 40px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.top-container .banner_slider .owl-dots .owl-dot {
  background: url('../images/icon_sprite.png');
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: -110px 4px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 5px;
  box-shadow: none;
}
.top-container .banner_slider .owl-dots .owl-dot.active {
  background-color: #4ab5c8;
}
.top-container .banner_slider .owl-dots .owl-dot:hover {
  background-color: #d18c4a;
}
.top-container .banner_slider .owl-dots .owl-dot button:before {
  content: none;
}
.top-container .banner_slider .owl-dots .owl-dot:nth-child(2) {
  background-position: -139px 5px;
}
.top-container .banner_slider .owl-dots .owl-dot:nth-child(3) {
  background-position: -170px 6px;
}
.top-container .banner_slider .owl-dots .owl-dot button {
  box-shadow: none;
}
.top-container .banner_slider .owl-dots .owl-dot span {
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  border-radius: 0;
}
.custom_block {
  width: 100%;
  float: left;
  text-align: right;
  margin-top: -6px;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .custom_block {
    margin-bottom: 15px;
  }
}
.custom_block ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .custom_block ul {
    margin-bottom: 5px;
  }
}
.custom_block ul li {
  display: inline-block;
  margin: 0px 5px;
}
.custom_block ul li:nth-child(5) {
  text-transform: uppercase;
  font-size: 12px;
}
.custom_block ul li a {
  color: #aaaaaa;
  font-size: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .custom_block ul li a {
    font-size: 1.2rem;
  }
}
.custom_block ul li.sale_link a {
  text-transform: uppercase;
}
.minicart-wrapper {
  position: absolute;
  right: 42px;
  top: 0;
}
.ham_icon {
  display: none !important;
}
.ham_icon a {
  float: left;
  width: 15px;
  height: 13px;
  background-image: url('../images/hambug_icon.png');
  position: relative;
  top: 3px;
}
.popular_section {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.most_popular_container {
  background: #ebebeb;
  width: 74.2%;
  float: left;
  padding: 20px 0 47px 0px;
}
@media only screen and (max-width: 667px) {
  .most_popular_container {
    display: none;
  }
}
.most_popular_container .title_main,
.most_popular_container .popular_tab {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .most_popular_container .title_main,
  .most_popular_container .popular_tab {
    padding-left: 20px;
  }
}
.most_popular_container .popular_tab {
  padding-left: 50px;
}
@media only screen and (max-width: 1024px) {
  .most_popular_container .popular_tab {
    padding-left: 20px;
  }
}
.most_popular_container .popular_tab ul li label {
  font-size: 1.2rem;
}
.most_popular_container .title_main {
  color: #363636;
}
.most_popular_container .product_grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  padding-top: 27px;
  padding-left: 12px;
  padding-right: 12px;
}
.most_popular_container .product_grid li {
  width: 22%;
  float: left;
  margin: 0 1.5%;
  margin-bottom: 3%;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 5px solid #363636;
}
@media only screen and (max-width: 1024px) {
  .most_popular_container .product_grid li {
    width: 30.33%;
  }
}
@media only screen and (max-width: 812px) {
  .most_popular_container .product_grid li {
    width: 47%;
  }
}
.most_popular_container .product_grid li:hover {
  border-bottom-color: #000000;
}
.most_popular_container .product_grid li .product_list {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0;
  padding-bottom: 130px;
}
.most_popular_container .product_grid li .product_list img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.most_popular_container .product_grid li .wishlist_icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.most_popular_container .product_grid li .wishlist_icon a {
  background-image: url('../images/icon_sprite.png');
  width: 23px;
  height: 21px;
  background-repeat: no-repeat;
  float: left;
  font-size: 0;
  background-position: -3px -565px;
}
.most_popular_container .product_grid li .product_list_info {
  padding: 0px 15px 11px;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.most_popular_container .product_grid li .product_list_info .price {
  color: #d18c4a;
  font-size: 3.5rem;
  display: block;
  font-family: 'questa-light';
}
.most_popular_container .product_grid li .product_list_info .rating_summery {
  float: left;
  width: 100%;
}
.most_popular_container .product_grid li .product_list_info .rating_summery .rating_star {
  background-image: url('../images/icon_sprite.png');
  background-position: -426px -524px;
  width: 54px;
  height: 10px;
  float: left;
}
.most_popular_container .product_grid li .product_list_info .product_name {
  text-decoration: none;
  display: inline-block;
}
.most_popular_container .product_grid li .product_list_info .product_name span {
  display: block;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.most_popular_container .product_grid li .product_list_info .product_name span.name_bold {
  color: #000000;
  max-height: 47px;
  overflow: hidden;
}
.most_popular_container .product_grid li .product_list_info .product_name span.name_light {
  color: #cccccc;
  font-size: 1.2rem;
}
.most_popular_container .product_grid li .product_list_info .final_price {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  display: none;
  font-family: 'gothicbold';
  white-space: nowrap;
}
.most_popular_container .product_grid li .product_list_info .final_price .top_emb {
  font-size: 1.2rem;
  position: relative;
  top: -4px;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: normal;
}
.most_popular_container .product_grid li .product_list_info .product_bottom_sprite {
  display: none;
  color: #fff;
  font-size: 12px;
  background: #000000;
  margin-top: 0px;
  position: relative;
  top: 13px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 7px;
  text-align: left;
  padding-left: 30px;
  line-height: 19px;
}
@media (max-width: 1440px) {
  .most_popular_container .product_grid li .product_list_info .product_bottom_sprite {
    font-size: 1rem;
  }
}
.most_popular_container .product_grid li .product_list_info .product_bottom_sprite:before {
  background-image: url('../images/list_left_errow.png');
  content: '';
  position: absolute;
  left: 5px;
  width: 16px;
  height: 12px;
  top: 10px;
}
.most_popular_container .product_grid li .product_list_info .product_bottom_sprite button {
  border-radius: 3px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 11px;
  font-weight: normal;
  margin-top: -3px;
  box-shadow: none;
}
.most_popular_container .product_grid li:hover .product_list_info {
  background: rgba(0, 0, 0, 0.9);
  bottom: -5px;
}
.most_popular_container .product_grid li:hover .product_list_info .final_price {
  display: block;
}
.most_popular_container .product_grid li:hover .product_list_info .product_bottom_sprite {
  display: block;
}
.most_popular_container .product_grid li:hover .product_list_info .product_name span {
  color: #ffffff !important;
}
.most_popular_container .product_grid li:hover .product_list_info .product_name span.name_bold {
  max-height: inherit;
  overflow: inherit;
  font-size: 1.2rem;
}
.most_popular_container .product_grid li:hover .product_list_info .rating_summery .rating_star {
  background-image: url('../images/icon_sprite.png');
  background-position: -426px -541px;
}
.popular_tab ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.popular_tab ul li {
  display: inline-block;
  padding-left: 10px;
  margin: 0;
}
.popular_tab ul li label {
  color: #2f2f2f;
  text-transform: uppercase;
}
.blog_news .title_main {
  text-transform: capitalize;
}
.title_main {
  color: #aaaaaa;
  font-size: 3.5rem;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: 'questa-light';
}
@media only screen and (max-width: 1440px) {
  .title_main {
    font-size: 2.6rem;
  }
}
.meet_title .title_main {
  padding-left: 10px;
}
.blog_news {
  width: 25.8%;
  float: left;
  padding: 35px 0px;
  background: #252525;
  padding-top: 20px;
  border-left: 10px solid #2f2f2f;
}
@media only screen and (max-width: 667px) {
  .blog_news {
    width: 100%;
  }
}
.blog_news .block_title {
  display: none;
}
.blog_news .title_main {
  padding-left: 15px;
  padding-top: 0;
}
@media only screen and (max-width: 667px) {
  .blog_news .title_main {
    padding-left: 0;
    text-align: center;
  }
}
.blog_news .blog_section {
  padding: 10px 25px 10px 16px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .blog_news .blog_section {
    padding: 10px;
  }
}
.blog_news .blog_section li {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.blog_news .blog_section li .blog_image {
  width: 35%;
  float: left;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .blog_news .blog_section li .blog_image {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 5px;
  }
}
.blog_news .blog_section li .blog_right {
  float: right;
  width: 65%;
  border-bottom: 1px solid #515151;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .blog_news .blog_section li .blog_right {
    width: 100%;
  }
}
.blog_news .blog_section li .blog_right h4 {
  margin-top: 0;
  color: #d18c4a;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 2rem;
  font-family: 'gothicreg';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.blog_news .blog_section li .blog_right p {
  color: #ffffff;
  height: 55px;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog_news .blog_section li .blog_right .blog_date {
  color: #aaaaaa;
  display: block;
  margin-bottom: 15px;
  font-family: 'questa-italic';
  font-size: 1.8rem;
  font-style: normal;
}
.blog_news .blog_section li .blog_right .blog_more_icon {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ffff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  background: #000000;
  position: absolute;
  right: -5px;
  bottom: 10px;
}
.blog_news .blog_section li .blog_right .blog_more_icon:before {
  content: '';
  content: "\f061";
  font-size: 1.4rem;
  color: #ffffff;
}
.view_all {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.button_custom {
  font-family: 'questa-italic';
  font-size: 2rem;
  text-transform: capitalize;
  color: #fdfdfd !important;
  padding: 3px 30px;
  border: 1px solid #fdfdfd;
  background: #000000;
  text-decoration: none !important;
}
@media (max-width: 992px) {
  .button_custom {
    padding: 4px 5px;
    font-size: 1.4rem;
  }
}
.button_custom:hover {
  background: #d18c4a;
  border-color: #d18c4a;
}
.custome_subscribe {
  background: #ebebeb;
  padding: 70px 50px 120px 50px;
  margin-bottom: 0;
  border-bottom: 10px solid #2f2f2f;
  border-top: 10px solid #2f2f2f;
}
@media only screen and (max-width: 1441px) {
  .custome_subscribe {
    padding: 50px 50px 80px;
  }
}
@media only screen and (max-width: 667px) {
  .custome_subscribe {
    padding: 50px 20px 40px 20px;
  }
}
.custome_subscribe .subscribe_product {
  width: 190px;
  margin: 0 auto;
}
@media only screen and (max-width: 1441px) {
  .custome_subscribe .subscribe_product {
    width: 150px;
  }
}
.custome_subscribe .subscribe_recive p a {
  color: #4ab5c8;
  text-decoration: none;
}
.custome_subscribe .subscribe_container {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.custome_subscribe .subscribe_container p {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1441px) {
  .custome_subscribe .subscribe_container p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 667px) {
  .custome_subscribe .subscribe_container p {
    font-size: 1.6rem;
  }
  .custome_subscribe .subscribe_container p br {
    display: none;
  }
}
.custome_subscribe .subscribe {
  position: relative;
}
.custome_subscribe .subscribe span {
  font-size: 2rem;
}
.custome_subscribe .subscribe .newsletter {
  width: 73%;
  text-align: left;
}
@media only screen and (max-width: 667px) {
  .custome_subscribe .subscribe .newsletter {
    width: 100%;
    margin-top: 25px;
  }
}
.custome_subscribe .subscribe .newsletter input {
  height: 50px;
  background: #ebebeb;
}
@media only screen and (max-width: 667px) {
  .custome_subscribe .subscribe .newsletter input {
    background: #ebebeb;
    text-align: center;
  }
}
.custome_subscribe .subscribe .actions {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 667px) {
  .custome_subscribe .subscribe .actions {
    position: relative;
    padding-top: 25px;
    width: 100%;
  }
}
.custome_subscribe .subscribe .actions .subscribe {
  padding: 15.7px 40px;
  font-family: 'questa-italic';
  border-radius: 0;
  color: #ffffff;
  background: #000000;
  font-size: 2rem;
  box-shadow: none;
  border-color: #ffffff;
  font-style: italic;
}
@media only screen and (max-width: 667px) {
  .custome_subscribe .subscribe .actions .subscribe {
    display: block;
    width: 100%;
  }
}
.custome_subscribe .subscribe .actions .subscribe:hover {
  background: #d18c4a;
}
.meet_product_image {
  text-align: center;
}
.seo_content_cover {
  background: #363636;
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px;
  border-top: 10px solid #2f2f2f;
  border-bottom: 10px solid #2f2f2f;
  padding-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .seo_content_cover {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .seo_content_cover {
    padding: 15px;
  }
}
.seo_content_cover p {
  color: #aaaaaa;
  margin-bottom: 30px;
  line-height: 22px;
}
@media only screen and (max-width: 1024px) {
  .seo_content_cover p {
    margin-bottom: 10px;
  }
}
.seo_content_cover p:last-child {
  margin-bottom: 0;
}
.seo_content_cover .title_main {
  color: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .seo_content_cover .title_main {
    text-align: center;
  }
}
.seo_content_cover ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .seo_content_cover ul {
    flex-wrap: wrap;
  }
}
.seo_content_cover ul li {
  padding: 30px;
  position: relative;
  width: 33.33%;
  float: left;
  border-right: 1px solid #575757;
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  .seo_content_cover ul li {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border-right: 0;
  }
}
.seo_content_cover ul li:first-child {
  padding-left: 0;
}
.seo_content_cover ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
.trustpilot {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .review-deck {
    float: left;
    width: 100%;
    padding-bottom: 60px;
    background: #111111;
    position: relative;
  }
  .review-deck:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    background: url('../images/icon_sprite.png');
    background-position: -4px -220px;
    z-index: 999;
    top: 20px;
  }
}
.trust_pilot h3 {
  display: none;
}
.trust_pilot .trust_pilot_title {
  width: 140px;
  height: 71px;
  display: inline-block;
  background: url('../images/trustpilot_title.png');
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 0;
}
@media only screen and (max-width: 480px) {
  .trust_pilot .trust_pilot_title {
    z-index: 99;
    top: auto;
    bottom: 50px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.trust_pilot .container .row {
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2% !important;
}
@media only screen and (max-width: 1024px) {
  .trust_pilot .container .row {
    width: 49%;
  }
  .trust_pilot .container .row:nth-child(2n + 2) {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 480px) {
  .trust_pilot .container .row {
    width: 100%;
    display: none;
  }
  .trust_pilot .container .row:first-child {
    display: block;
  }
  .trust_pilot .container .row:first-child .review-background {
    background: #111111 !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 5300px) {
  .trust_pilot .container .row:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.trust_pilot .container .row:nth-child(3n + 3) .review-background + .review-title:before {
  background-position: -90px -184px;
}
.trust_pilot .container .row:nth-child(3n + 3) .review-background + .review-title:after {
  background-position: -135px -184px;
}
.trust_pilot .container .review-background,
.trust_pilot .container .review-img {
  height: 326px;
  overflow: hidden;
}
@media only screen and (max-width: 812px) {
  .trust_pilot .container .review-background,
  .trust_pilot .container .review-img {
    height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .trust_pilot .container .review-background,
  .trust_pilot .container .review-img {
    height: 320px;
  }
}
.trust_pilot .container .review-background img,
.trust_pilot .container .review-img img {
  object-fit: contain;
  width: 100%;
}
.trust_pilot .container .review-background + .review-title {
  position: relative;
  font-style: italic;
}
.trust_pilot .container .review-background + .review-title:before,
.trust_pilot .container .review-background + .review-title:after {
  font-family: 'FontAwesome';
  font-size: 0;
  color: #f1f1f1;
  top: -35px;
  position: absolute;
  font-weight: normal;
  width: 26px;
  height: 26px;
  background: url('../images/icon_sprite.png');
}
.trust_pilot .container .review-background + .review-title:before {
  content: "\f10d";
  background-position: -4px -184px;
  left: 0;
}
.trust_pilot .container .review-background + .review-title:after {
  content: "\f10e";
  background-position: -48px -184px;
  right: 0;
}
.trust_pilot .container .review {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.trust_pilot .container .review .review-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
  margin-top: -10px;
  font-family: questa-light;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 26px;
  width: 250px;
}
@media only screen and (max-width: 667px) {
  .trust_pilot .container .review .review-title {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .trust_pilot .container .review .review-title {
    width: 280px;
  }
}
.trust_pilot .container .review .user-name {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  padding: 0px 10px;
  color: #efece7;
  font-size: 1.6rem;
}
@media only screen and (max-width: 480px) {
  .trust_pilot .container .review .user-name {
    bottom: 90px;
  }
}
.trust_pilot .container .review .review-img + .review-title {
  background: rgba(0, 0, 0, 0.8);
  bottom: 15px;
  top: auto;
  width: 100%;
  left: 0;
  transform: inherit;
  padding: 10px;
  font-size: 1.4rem;
}
.trust_pilot .container .review .review-img + .review-title + .user-name {
  display: none;
}
.trust_pilot_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #363636;
}
.trust_pilot_container .trust_pilot {
  width: 75%;
  padding: 10px 30px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .trust_pilot_container .trust_pilot {
    padding: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .trust_pilot_container .trust_pilot {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .trust_pilot_container .trust_pilot {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .trust_pilot_container .trust_pilot .trust_title {
    display: none;
  }
}
.trust_pilot_container .meet_designer_container {
  width: 25%;
  background: #111111;
  border-left: 10px solid #2f2f2f;
}
@media only screen and (max-width: 667px) {
  .trust_pilot_container .meet_designer_container {
    display: none;
  }
}
.trust_pilot_container .meet_designer_container .owl-dots {
  padding-bottom: 10px;
}
.trust_pilot_container .meet_designer_container .owl-theme .owl-dots .owl-dot {
  box-shadow: none;
}
.trust_pilot_container .meet_designer_container .owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 4px;
}
.trust_pilot_container .meet_designer_container .owl-theme .owl-dots .owl-dot.active span {
  background-color: #d18c4a;
}
.trust_pilot_container .meet_designer_container .designer_info {
  padding: 30px;
  float: left;
  width: 100%;
  color: #cdcdcd;
}
@media only screen and (max-width: 1024px) {
  .trust_pilot_container .meet_designer_container .designer_info {
    padding: 10px;
  }
}
.trust_pilot_container .meet_designer_container .designer_info ul {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 35px;
}
.trust_pilot_container .meet_designer_container .designer_info ul li {
  width: 46.5%;
  margin-bottom: 20px;
  background: #252525;
  padding: 15px;
}
@media only screen and (max-width: 1024px) {
  .trust_pilot_container .meet_designer_container .designer_info ul li {
    padding: 5px;
  }
}
@media only screen and (max-width: 812px) {
  .trust_pilot_container .meet_designer_container .designer_info ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .trust_pilot_container .meet_designer_container .designer_info ul li:nth-child(3n + 3) ~ li {
    display: none;
  }
}
.trust_pilot_container .meet_designer_container .designer_info ul li:nth-child(odd) {
  margin-right: 7%;
}
@media only screen and (max-width: 812px) {
  .trust_pilot_container .meet_designer_container .designer_info ul li:nth-child(odd) {
    margin-right: 0%;
  }
}
.trust_pilot_container .meet_designer_container .designer_info ul li .rating_summery {
  float: left;
  width: 100%;
}
.trust_pilot_container .meet_designer_container .designer_info ul li .rating_summery .rating_star {
  background-image: url('../images/rating.png');
  width: 54px;
  height: 10px;
  background-repeat: no-repeat;
  float: left;
}
.trust_pilot_container .meet_designer_container .designer_info ul li .product_title {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.trust_pilot_container .meet_designer_container .designer_info ul li .product_title a {
  color: #cdcdcd;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inherit;
}
.trust_pilot_container .meet_designer_container .designer_info .meet_title {
  padding: 0px 20px;
}
/* Footer content gos here */
.footer_block {
  float: left;
  width: 17.2%;
}
@media (max-width: 992px) {
  .footer_block {
    width: 33.33%;
  }
}
.footer_block.education_block {
  width: 12%;
}
@media (max-width: 992px) {
  .footer_block.education_block {
    width: 33.33%;
  }
}
.footer_block.diamond_block {
  width: 17.5%;
}
@media (max-width: 992px) {
  .footer_block.diamond_block {
    width: 33.33%;
  }
}
@media only screen and (max-width: 992px) {
  .footer_block {
    width: 33.33%;
  }
}
.footer_block.full_width {
  width: 100%;
  margin-top: 20px;
}
.footer_block.full_width h2 {
  margin-top: 5px;
}
.footer_block.home_block .footer_logo {
  margin-top: 45px;
}
@media (max-width: 992px) {
  .footer_block.home_block .footer_logo {
    text-align: left;
    padding-left: 15px;
    margin-top: 18px;
  }
}
.footer_block.home_block .footer_logo .logo img {
  margin-left: -20px;
  width: 212px;
}
.footer_block h2 {
  color: #d2d2d2;
  margin-top: 10px;
  font-size: 2.2rem;
  letter-spacing: 1px;
}
.footer_block ul li {
  margin-bottom: 0px !important;
}
.footer_block ul li a {
  color: #d2d2d2;
  text-transform: capitalize;
  font-size: 1.2rem;
}
.footer_block .social_conatiner {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
.footer_block .social_conatiner ul {
  width: 100%;
  float: left;
  padding: 0px !important;
}
.footer_block .social_conatiner ul li {
  display: inline-block;
  margin: 0px 5px;
}
@media (max-width: 1440px) {
  .footer_block .social_conatiner ul li {
    margin: 0px 3px;
  }
}
.footer_block .social_conatiner ul li a {
  text-decoration: none;
  font-size: 0;
}
.footer_block .social_conatiner ul li a:hover {
  color: #ffffff;
}
.footer_block .social_conatiner ul li a:before {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .footer_block .social_conatiner ul li a:before {
    font-size: 2rem;
  }
}
.footer_block .social_conatiner ul li span {
  font-size: 0;
}
.footer_block .news_text {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
}
.footer_block .news_text span {
  color: #d2d2d2;
  display: block;
  font-style: italic;
}
.footer_payment {
  float: left;
  width: 100%;
  margin-top: 0px;
  position: relative;
  background: #ffffff;
}
.footer_payment > img {
  width: 100%;
  float: left;
}
.footer_payment ul {
  padding: 0px !important;
  margin: 0 auto;
  text-align: center;
}
.footer_payment ul li {
  width: 10%;
  display: inline-block;
}
.footer_logo {
  float: left;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
.footer_logo .logo {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.newsletter {
  margin-bottom: 10px !important;
}
.newsletter .footer_logo {
  margin-top: 7px;
}
.newsletter .footer_logo img {
  width: 115px;
  margin-left: -12px;
}
.newsletter .social_conatiner ul {
  text-align: center;
}
.block.newsletter.footer_block {
  width: 18.9%;
}
@media only screen and (max-width: 992px) {
  .block.newsletter.footer_block {
    width: 33.33%;
    clear: none;
  }
}
.copyright_cutom {
  width: 100%;
  float: left;
  background-image: url('../images/footer_stripe.jpg');
  padding: 20px 0px 10px 0;
}
@media only screen and (max-width: 1441px) {
  .copyright_cutom {
    padding: 0;
  }
}
.copyright_cutom .copyright {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  text-align: left;
}
@media all and (min-width: 1440px) {
  .copyright_cutom .copyright {
    width: 12%;
  }
}
@media only screen and (max-width: 1441px) {
  .copyright_cutom .copyright {
    padding-left: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .copyright_cutom .copyright {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .copyright_cutom .copyright {
    padding: 0px 10px;
  }
}
.copyright_cutom .footer_links {
  vertical-align: middle;
  padding-left: 0px;
  text-align: center;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  text-align: left;
  display: inline-block;
}
@media only screen and (max-width: 1280px) {
  .copyright_cutom .footer_links {
    width: 100%;
    text-align: center;
  }
}
.copyright_cutom .footer_links ul {
  padding: 0;
  float: left;
  width: 100%;
  margin: 0;
}
.copyright_cutom .footer_links ul li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 4px;
}
.copyright_cutom .footer_links ul li:before {
  height: 80%;
  content: '';
  position: absolute;
  right: -1px;
  background: #d7d7d7;
  width: 1px;
  top: 20%;
}
@media only screen and (max-width: 767px) {
  .copyright_cutom .footer_links ul li:before {
    color: #a7a7a7;
  }
}
.copyright_cutom .footer_links ul li:first-child {
  padding-left: 0;
}
.copyright_cutom .footer_links ul li:last-child:before {
  content: none;
}
.copyright_cutom .footer_links ul li a {
  color: #d7d7d7;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .copyright_cutom .footer_links ul li a {
    color: #a7a7a7;
  }
}
.copyright_cutom .footer_links .footer_bottom {
  float: left;
  width: 100%;
}
.copyright_cutom .footer_links .footer_bottom p,
.copyright_cutom .footer_links .footer_bottom a {
  color: #d7d7d7;
  font-size: 1.2rem;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .copyright_cutom .footer_links .footer_bottom p,
  .copyright_cutom .footer_links .footer_bottom a {
    color: #a7a7a7;
  }
}
/* .page-footer{
        .footer{
            &.content{
                max-width: @layout__max-width-full;
            }
        } 
    } */
.contact_link {
  padding-left: 30px;
}
.contact_link a {
  color: #aaaaaa;
  font-size: 1.5rem;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .contact_link a {
    font-size: 1.4rem;
  }
}
body .minicart-wrapper .action.showcart:before {
  color: #ffffff;
  font-size: 2.3rem !important;
  line-height: 23px !important;
}
body .minicart-wrapper .action.showcart:hover:before {
  color: #ffffff;
}
body .minicart-wrapper .action.showcart.active:before {
  color: #ffffff;
}
body .block-search .control {
  padding-bottom: 5px;
}
body .block-search {
  width: 365px;
}
@media only screen and (max-width: 1024px) {
  body .block-search {
    width: 335px;
  }
}
@media only screen and (max-width: 992px) {
  body .block-search {
    width: 245px;
  }
}
.tel_link {
  float: left;
}
.tel_link a:not(.cont_link) {
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .tel_link a:not(.cont_link) {
    font-size: 1.4rem;
  }
}
.tel_link a:not(.cont_link) span {
  padding: 0 7px;
}
.tel_link a:not(.cont_link) .fa {
  font-size: 0;
}
.tel_link a:not(.cont_link) .fa:before {
  font-size: 2.3rem;
  color: #54e7f0;
  top: 3px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .tel_link a:not(.cont_link) .fa:before {
    font-size: 2rem;
    top: 2px;
  }
}
.block-search input {
  border-color: #a9a9a9;
  background: #212121;
  color: #aaaaaa;
  height: 35px;
}
.page-wrapper .block-search button.action.search {
  background: #0b0b0b;
  width: 35px;
  height: 35px;
  border-radius: 0;
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
  right: 0;
  border-left: 1px solid #a9a9a9;
  box-sizing: border-box;
}
.page-wrapper .block-search button.action.search:before {
  font-size: 0;
  background: url('../images/icon_sprite.png');
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 3px;
  top: 5px;
  background-position: -548px 1px;
}
.page-wrapper .block-search .nested {
  display: none;
}
.page-header {
  background-image: url('../images/banner_stripe.jpg');
  float: left;
  width: 100%;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.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 > a {
  color: #006bb4;
  text-decoration: none;
  color: #aaaaaa !important;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.header.content .logo {
  float: left;
  margin: 0 0 10px 0;
  max-width: 50%;
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 10%);
  z-index: 5;
}
@media (max-width: 768px) {
  .header.content .logo {
    max-width: 30%;
  }
}
.header.content .logo img {
  display: block;
}
.page-print .header.content .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background: transparent;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.ring_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ring_wrapper .ring_aside {
  width: 33.33%;
  float: left;
}
.ring_wrapper .ring_box {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ring_wrapper .ring_box .ring_image {
  float: left;
  width: 47%;
  padding-left: 9%;
}
@media only screen and (max-width: 1440px) {
  .ring_wrapper .ring_box .ring_image {
    padding-left: 7%;
    padding-right: 2%;
  }
}
.ring_wrapper .ring_box .ring_info {
  float: left;
  padding-right: 7%;
  width: 53%;
}
@media only screen and (max-width: 1440px) {
  .ring_wrapper .ring_box .ring_info {
    padding-right: 5%;
  }
}
.ring_wrapper .ring_box .ring_info h3 {
  font-size: 3rem;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 15px;
  overflow: hidden;
  height: 70px;
  font-weight: normal;
  font-family: 'questa-light';
}
.ring_wrapper .ring_box .ring_info p {
  color: #ababab;
  font-size: 1.4rem;
  height: 120px;
  overflow: hidden;
}
.ring_wrapper .ring_box .ring_info .rings_button {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.ring_wrapper .ring_box .rings_button .button_custom {
  padding: 5px 10px;
  font-size: 1.6rem;
  display: inline-block;
}
@media only screen and (max-width: 1440px) {
  .ring_wrapper .ring_box .rings_button .button_custom {
    font-size: 14px;
    padding: 5px 15px;
  }
}
@media (max-width: 1024px) {
  .ring_wrapper .ring_box .rings_button .button_custom {
    padding: 5px 8px;
    min-width: 170px;
    margin-left: -5px;
    text-align: center;
  }
}
@media (max-width: 1024px) and (max-width: 991px) {
  .ring_wrapper .ring_box .rings_button .button_custom {
    margin-left: -52px;
  }
}
.ring_wrapper .ring_aside:nth-child(2) .ring_box {
  border-left: 1px solid #4e4e4e;
  border-right: 1px solid #4e4e4e;
}
.engagement_container .slick-dots {
  bottom: auto;
  top: -60px;
  right: 0;
  margin: 0 auto;
  left: 0;
  width: 200px;
  background: #111214;
  padding: 5px;
  padding-top: 20px;
}
.engagement_container .slick-dots li {
  background: url('../images/icon_sprite.png');
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: -110px 4px;
  border-radius: 50%;
}
.engagement_container .slick-dots li.slick-active {
  background-color: #4ab5c8;
}
.engagement_container .slick-dots li:hover {
  background-color: #d18c4a;
}
.engagement_container .slick-dots li button:before {
  content: none;
}
.engagement_container .slick-dots li:nth-child(2) {
  background-position: -139px 5px;
}
.engagement_container .slick-dots li:nth-child(3) {
  background-position: -170px 6px;
}
.engagement_container .slick-dots li button {
  box-shadow: none;
}
.engagement_container .rings_list {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .engagement_container .rings_list {
    padding-top: 50px;
  }
}
.engagement_container .sub_title h2 {
  text-transform: capitalize;
  font-size: 3.5rem;
  color: #ababab;
  padding-left: 20px;
  margin-top: 10px;
}
.engagement_container .want_setting_container {
  background: #171717;
  padding: 65px 40px 25px 40px;
  float: left;
  width: 100%;
}
.engagement_container .want_setting_container .want_image {
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
}
.engagement_container .want_setting_container .want_title {
  display: inline-block;
  vertical-align: top;
}
.engagement_container .want_setting_container .want_title h3 {
  margin-top: 5px;
  color: #ffffff;
  font-size: 3rem;
  font-family: 'questa-light';
  font-weight: normal;
}
.engagement_container .want_setting_container .want_box {
  float: left;
  width: 27.33%;
}
@media (max-width: 1024px) {
  .engagement_container .want_setting_container .want_box {
    width: 25.33%;
  }
}
.engagement_container .want_setting_container .want_box.button_sec {
  width: 18%;
  padding-left: 33px;
}
@media (max-width: 1024px) {
  .engagement_container .want_setting_container .want_box.button_sec {
    padding-left: 15px;
    width: 20%;
  }
}
.engagement_container .want_setting_container .want_box.button_sec .button_custom {
  display: inline-block;
  padding: 4px 20px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .engagement_container .want_setting_container .want_box.button_sec .button_custom {
    font-size: 14px;
    padding: 4px 15px;
  }
}
.engagement_container .want_setting_container .want_box p {
  color: #ababab;
}
.engagement_container .want_setting_container .want_box.text_box {
  padding-left: 20px;
}
body.cms-engagement-rings .page-wrapper > .breadcrumbs {
  margin-bottom: 0;
  margin-top: 0;
  background: #363636;
  padding-top: 15px;
  padding-bottom: 5px;
}
.footer_block_device,
.mobile_view {
  display: none;
}
body.cms-home #diamondsearch .ui-slider-horizontal {
  height: 5px;
  margin-right: 16px;
  margin-left: 16px;
}
body.cms-home .diamond_finder .merge_filter .diamond_list .range_item {
  float: left;
  margin-top: 5px;
}
#diamondsearch .ds-filter-shape ul li span {
  position: relative;
  display: inline-block;
  height: 45px;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url(../images/diamonds.png);
  background-repeat: no-repeat;
  background-color: #5441a2;
}
#diamondsearch .ds-filter-shape ul li span:after {
  content: attr(data-label);
  text-transform: capitalize;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -10px;
  line-height: 1;
  font-size: 12px;
  color: #ffffff;
  z-index: 2;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#diamondsearch .ds-filter-shape ul li span:before {
  background: inherit;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../images/diamonds.png);
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  margin: 0 auto;
  width: 45px;
}
#diamondsearch .ds-filter-shape ul li.ds-selected span:after,
#diamondsearch .ds-filter-shape ul li:active span:after {
  color: #fff;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Round:before {
  background-position: -6px -8px;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Trapezoid:before {
  background-position: -1095px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Half-moon:before {
  background-position: -2460px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Octagonal:before {
  background-position: -2095px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Shield:before {
  background-position: -1730px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Kite:before {
  background-position: -2275px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Square:before {
  background-position: -1457px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Rose:before {
  background-position: -1820px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Triangular:before {
  background-position: -1005px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Tapered-baguette:before {
  background-position: -1185px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Old-miner:before {
  background-position: -2006px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Flanders:before {
  background-position: -2550px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Bullets:before {
  background-position: -2915px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Briolette:before {
  background-position: -3005px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Pentagonal:before {
  background-position: -1912px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Hexagonal:before {
  background-position: -2367px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Calf:before {
  background-position: -2823px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Star:before {
  background-position: -1367px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Tapered-bullet:before {
  background-position: -1276px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Lozenge:before {
  background-position: -2185px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Sq-emerald:before {
  background-position: -820px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Trilliant:before {
  background-position: -3185px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-European-cut:before {
  background-position: -2640px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Other:before {
  background-position: -910px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Square-radiant:before {
  background-position: -1549px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Baguette:before {
  background-position: -3095px 0;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Princess:before {
  background-position: -74px -10px;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Emerald:before {
  background-position: -141px -10px;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Radiant:before {
  background-position: -264px -11px;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Cushion:before {
  background-position: -578px -9px;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Pear:before {
  background-position: -329px -11px;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Marquise:before {
  background-position: -442px -11px;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Oval:before {
  background-position: -385px -11px;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Asscher:before {
  background-position: -200px -9px;
}
.matchpair_collection_filter #diamondsearch .ds-filter-shape ul li span.ds-shape-Heart:before {
  background-position: -508px -12px;
}
body #diamondsearch .matchpair_collection_filter .ui-slider-horizontal {
  height: 5px;
}
#diamondsearch .ds-filter-shape .ds-shape-round .matchpair_collection_filter .ds-filter-shape .ds-shape-round {
  background-position: -910px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-trapezoid {
  background-position: -1095px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-old-miner {
  background-position: -2006px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-flanders {
  background-position: -2550px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-bullets {
  background-position: -2915px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-briolette {
  background-position: -3005px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-pentagonal {
  background-position: -1912px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-hexagonal {
  background-position: -2367px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-calf {
  background-position: -2823px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-star {
  background-position: -1367px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-tapered-bullet {
  background-position: -1276px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-lozenge {
  background-position: -2185px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-half-moon {
  background-position: -2460px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-octagonal {
  background-position: -2095px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-shield {
  background-position: -1730px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-kite {
  background-position: -2275px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-square {
  background-position: -1457px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-rose {
  background-position: -1820px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-triangular {
  background-position: -1005px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-tapered-baguette {
  background-position: -1185px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-sq-emerald {
  background-position: -820px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-trilliant {
  background-position: -3185px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-european-cut {
  background-position: -2640px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-other {
  background-position: -910px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-square-radiant {
  background-position: -1549px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-baguette {
  background-position: -3095px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-princess {
  background-position: -92px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-emerald {
  background-position: -2px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-radiant {
  background-position: -546px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-cushion {
  background-position: -636px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-pear {
  background-position: -182px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-marquise {
  background-position: -366px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-oval {
  background-position: -275px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-asscher {
  background-position: -821px -84px;
}
#diamondsearch .ds-filter-shape .ds-shape-heart {
  background-position: -456px -84px;
}
/* overlays */
#diamondsearch .ds-filter-shape .ds-shape-Brian-Gavin-Signature:before {
  background-position: -508px -12px;
}
#diamondsearch .ds-filter-shape .ds-shape-round:before {
  background-position: -6px -8px;
}
#diamondsearch .ds-filter-shape .ds-shape-trapezoid:before {
  background-position: -1095px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-half-moon:before {
  background-position: -2460px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-octagonal:before {
  background-position: -2095px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-shield:before {
  background-position: -1730px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-kite:before {
  background-position: -2275px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-square:before {
  background-position: -1457px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-rose:before {
  background-position: -1820px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-triangular:before {
  background-position: -1005px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-tapered-baguette:before {
  background-position: -1185px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-old-miner:before {
  background-position: -2006px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-flanders:before {
  background-position: -2550px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-bullets:before {
  background-position: -2915px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-briolette:before {
  background-position: -3005px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-pentagonal:before {
  background-position: -1912px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-hexagonal:before {
  background-position: -2367px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-calf:before {
  background-position: -2823px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-star:before {
  background-position: -1367px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-tapered-bullet:before {
  background-position: -1276px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-lozenge:before {
  background-position: -2185px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-sq-emerald:before {
  background-position: -820px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-trilliant:before {
  background-position: -3185px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-european-cut:before {
  background-position: -2640px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-other:before {
  background-position: -910px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-square-radiant:before {
  background-position: -1549px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-baguette:before {
  background-position: -3095px 0;
}
#diamondsearch .ds-filter-shape .ds-shape-princess:before {
  background-position: -74px -10px;
}
#diamondsearch .ds-filter-shape .ds-shape-emerald:before {
  background-position: -141px -10px;
}
#diamondsearch .ds-filter-shape .ds-shape-radiant:before {
  background-position: -264px -11px;
}
#diamondsearch .ds-filter-shape .ds-shape-cushion:before {
  background-position: -578px -9px;
}
#diamondsearch .ds-filter-shape .ds-shape-pear:before {
  background-position: -329px -11px;
}
#diamondsearch .ds-filter-shape .ds-shape-marquise:before {
  background-position: -442px -11px;
}
#diamondsearch .ds-filter-shape .ds-shape-oval:before {
  background-position: -385px -11px;
}
#diamondsearch .ds-filter-shape .ds-shape-asscher:before {
  background-position: -200px -9px;
}
#diamondsearch .ds-filter-shape .ds-shape-heart:before {
  background-position: -508px -12px;
}
#diamondsearch .ds-filter-shape ul li span {
  background: transparent !important;
}
.ds-footer .ds-pagination li a {
  color: #000000 !important;
}
body #diamondsearch .ds-filter-shape .ds-shape-cushion-brilliant:before {
  background-position: -142px -13px;
}
body.cms-home #diamondsearch .ds-filter-shape ul:not(.ds-filter-fancy-color) li {
  min-height: auto;
  padding: 20px;
  padding-bottom: 40px;
}
body.cms-home #diamondsearch .ds-filter-shape ul li[data-shape*="brilliant"] span:after {
  bottom: -35px;
}
.cushion span:after {
  bottom: -35px !important;
}
@media only screen and (max-width: 420px) {
  .page-wrapper .header .logo {
    left: 44%;
  }
}
.filter_result li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.filter_result li .clear_item {
  background: #e6e6e6;
  padding: 5px 30px 5px 15px;
  position: relative;
  font-weight: 700;
  color: #000000;
}
.filter_result li .clear_item .remove_icon {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
}
.filter_result li .clear_item .remove_icon:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 1.5rem;
  color: #545454;
  top: 0px;
  position: absolute;
  font-weight: normal;
}
body #ds-results-overlay {
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}
body #diamondsearch .ds-loading:after,
body #diamondsearch .ds-loading:before {
  background-image: url('../images/BGDPreloader.gif');
  background-color: transparent !important;
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
  z-index: 999;
}
body #diamondsearch.ds-loading:after,
body #diamondsearch.ds-loading:before {
  content: none;
}
.loading-mask {
  background: rgba(0, 0, 0, 0.9) !important;
}
.loading-mask .loader > img {
  width: 140px;
}
#amprogress {
  background: rgba(0, 0, 0, 0.9) !important;
}
.form-login .loading-mask {
  display: none;
}
body .panel .header.links li.work_banch_wrap {
  padding-left: 20px;
  margin-left: 14px;
}
body .panel .header.links li.work_banch_wrap:before {
  background-image: url('../images/icon_sprite.png');
  background-position: -52px -565px;
  width: 14px;
  height: 14px;
  margin-top: 3px;
}
.subchildmenu .subchildmenu li a span:hover {
  color: #ffffff !important;
}
.sw-megamenu.navigation li > a > span,
.subchildmenu .subchildmenu li a span,
.sw-megamenu.navigation li.level0 a,
.navigation .left_menu .sub_menu > .subchildmenu > li > a {
  text-decoration: none !important;
}
.char0 {
  transform: rotate(0deg);
}
.char1 {
  transform: rotate(4deg);
}
.char2 {
  transform: rotate(8deg);
}
.char3 {
  transform: rotate(12deg);
}
.char4 {
  transform: rotate(16deg);
}
.char5 {
  transform: rotate(20deg);
}
.char6 {
  transform: rotate(24deg);
}
.char7 {
  transform: rotate(28deg);
}
.char8 {
  transform: rotate(32deg);
}
.char9 {
  transform: rotate(36deg);
}
.char10 {
  transform: rotate(40deg);
}
.char11 {
  transform: rotate(44deg);
}
.char12 {
  transform: rotate(48deg);
}
.char13 {
  transform: rotate(52deg);
}
.char14 {
  transform: rotate(56deg);
}
.char15 {
  transform: rotate(60deg);
}
.char16 {
  transform: rotate(64deg);
}
.char17 {
  transform: rotate(68deg);
}
.char18 {
  transform: rotate(72deg);
}
.char19 {
  transform: rotate(76deg);
}
.char20 {
  transform: rotate(80deg);
}
.badge span {
  font-size: 14px;
  height: 126px;
  position: absolute;
  width: 3px;
  left: -38px;
  top: 0;
  transform-origin: bottom center;
}
h2#charToEngrave {
  position: relative;
  border-radius: 50%;
  transform: rotate(-39.5deg);
  margin-left: 11px;
  top: -37px;
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 1px;
  font-family: 'Courier New';
}
div#custom-compare a[data-bind="i18n:'Save',click: openSavePOpoup"] {
  border: 1px solid #d18c4a;
  background-color: #d18c4a;
  color: #fff;
  font-family: 'questa-italic';
  font-size: 1.6rem;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
div#custom-compare a[data-bind="i18n:'Save',click: openSavePOpoup"]:hover,
div#custom-compare a[data-bind="i18n:'Save',click: openSavePOpoup"]:focus {
  background-color: #000;
  text-decoration: none;
}
div#custom-compare a[data-bind="i18n:'Save',click: openSavePOpoup"]:empty {
  padding: 0;
  border: 0;
}
#matched_pairs .chld-footer {
  display: inline-block;
  width: 100%;
}
#matched_pairs .chld-footer form {
  display: inline-block;
  margin: 0px 15px 15px 0px;
  vertical-align: middle;
}
#matched_pairs .chld-footer form .submit input {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: middle;
  font-weight: normal;
}
#matched_pairs .chld-footer form .submit input:focus,
#matched_pairs .chld-footer form .submit input:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#matched_pairs .chld-footer form .submit input:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#matched_pairs .chld-footer form .submit input.disabled,
#matched_pairs .chld-footer form .submit input[disabled],
fieldset[disabled] #matched_pairs .chld-footer form .submit input {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#matched_pairs .chld-footer form .submit input span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
#matched_pairs .chld-footer form .submit input:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
#matched_pairs .chld-footer form .submit input:focus {
  box-shadow: none;
}
.diamondpaircomparison-index-matchpairedall #matched_pairs table td span,
.diamondpaircomparison-index-matchpairedall .diamond_pair_compare_list table td span {
  padding: 0;
}
.diamondpaircomparison-index-matchpairedall #matched_pairs .chld-footer a + a {
  font-weight: normal;
}
.diamondpaircomparison-index-matchpairedall .diamond_pair_compare_list .Main.Title {
  margin-left: 0;
}
#tblDiamond td.ds-price-cell.price,
.ds-results-table-wrapper td.ds-price-cell.price {
  color: #d18c4a;
}
#tblDiamond td.ds-wire-price-cell.price,
.ds-results-table-wrapper td.ds-wire-price-cell.price {
  color: #4ab5c8;
}
.header ul.compare.wrapper {
  display: none;
}
body .modal-popup.work_popup .modal-header {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.modal-popup.work_popup.alert_popup .modal-inner-wrap {
  padding: 0;
}
.modal-popup.work_popup.alert_popup .modal-inner-wrap #workbench-builder {
  margin-top: 0;
}
.modal-popup.work_popup.alert_popup .modal-inner-wrap h2 {
  margin-top: 0;
}
.modal-popup.work_popup.alert_popup .modal-inner-wrap ul {
  padding-left: 0;
}
.modal-popup.work_popup.alert_popup .modal-inner-wrap ul li {
  display: inline-block;
  margin-right: 15px;
  width: 100%;
}
.modal-popup.work_popup.alert_popup .modal-inner-wrap ul li:last-child {
  margin-right: 0;
}
.modal-popup.work_popup.alert_popup .modal-inner-wrap ul li a {
  display: inline-block;
  background-color: #d18c4a;
  border: 1px solid #d18c4a;
  padding: 5px 10px;
  color: #fff;
  width: 250px;
}
.modal-popup.work_popup.alert_popup .modal-inner-wrap ul li a:hover,
.modal-popup.work_popup.alert_popup .modal-inner-wrap ul li a:focus {
  background-color: #000;
  text-decoration: none;
}
@media (max-width: 992px) {
  .Education .level0.submenu .menu-left-block {
    width: 100%;
  }
  .navigation .Education .level0.submenu .menu-right-block {
    width: 100%;
    padding-right: 5px !important;
  }
}
@media (max-width: 1024px) {
  .cms_banner.affrim_banner .category-image.web_cms_banner img {
    min-height: 228px;
  }
  .cms_banner .category_discrip h3 {
    margin-bottom: 40px;
  }
}
.account .block.block-search,
.account .block.block-content {
  margin-bottom: 0;
}
#matched_pairs .matched_pairs_currency #btnClick {
  margin-right: 0 !important;
}
.diamond_pair_compare_currency #change_currency {
  margin-right: 0;
}
.diamond_pair_compare_details #save_compare {
  margin-left: 0;
}
.diamond_pair_compare_details #compare_details {
  margin-right: 0;
  margin-top: 10px;
}
.matched_pairs_table {
  width: 100%;
  display: inline-block;
}
@media (max-width: 1024px) {
  .matched_pairs_table {
    overflow: auto;
  }
}
.diamond_pair_compare_table {
  width: 100%;
  display: inline-block;
}
@media (max-width: 1024px) {
  .diamond_pair_compare_table {
    overflow: auto;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .table-wrapper {
    overflow: auto;
  }
}
.cms-home li.ng-scope.shape .ds-shape-marquise:after {
  width: 60px;
  left: -5px !important;
}
@media (max-width: 1200px) {
  .cms-home li.ng-scope.shape .ds-shape-marquise:after {
    left: -9px !important;
  }
}
@media (max-width: 1100px) {
  .cms-home li.ng-scope.shape .ds-shape-marquise:after {
    left: -13px !important;
  }
}
@media (max-width: 1024px) {
  .cms-home li.ng-scope.shape .ds-shape-marquise:after {
    left: 18px !important;
  }
}
@media (max-width: 768px) {
  .cms-home li.ng-scope.shape .ds-shape-marquise:after {
    left: 0 !important;
  }
}
form.list_page_select_diamond {
  display: inline-block;
}
@media (max-width: 992px) {
  .footer_block.diamond_jewelry {
    clear: left;
  }
}
@media (max-width: 992px) {
  .cms-home .diamond_finder .merge_filter .merge_container .diamond_list {
    margin-bottom: 0;
  }
}
@media (width: 834px) {
  body .sw-megamenu.navigation li.ui-menu-item.level0 > a:after {
    right: -13px !important;
  }
}
.header.panel > .header.links > li.wishlist a .counter.qty:empty {
  display: none !important;
}
.wishlist-toolbar {
  display: none;
}
.wishlist-index-index .products-grid .product-item .product-item-inner {
  width: 100%;
}
.wishlist-index-index .products-grid .product-item .product-item-photo {
  padding-top: 0;
}
.wishlist-index-index form#wishlist-view-form ~ .wishlist-toolbar {
  display: block;
}
.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%;
  /*    @media @ipade_below{
                width:50%;
            } */
  /*   @media @ipade_below{
                 &:nth-child(2n + 1) {
                    clear: left;
                 }
            } */
}
@media only screen and (max-width: 1220px) {
  .wishlist-index-index .products-grid .product-item {
    width: 33.33%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
  margin-left: 0;
}
@media only screen and (max-width: 1220px) {
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    clear: none;
  }
}
.wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
  /*  @media @ipade_below{
                    clear:none;
                 } */
}
@media only screen and (max-width: 1220px) {
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 1280px) {
  .wishlist-index-index .column.main {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 812px) {
  .wishlist-index-index .actions-toolbar .primary .action {
    padding: 6px 5px;
  }
}
@media only screen and (max-width: 812px) {
  .page-layout-2columns-right.account .page-title-wrapper .page-title {
    padding-left: 20px;
  }
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
@media only screen and (max-width: 1441px) {
  body .sw-megamenu.navigation li.level0 a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body .page-wrapper .navigation .level0 .submenu {
    top: 57px;
  }
}
@media (max-width: 1024px) {
  body .page-wrapper .navigation .level0 .submenu {
    top: 30px;
  }
}
body .page-wrapper .navigation {
  padding: 0;
}
body .page-wrapper .navigation.navigation_hover {
  z-index: 1;
}
.sw-megamenu.navigation li.level0 a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block !important;
  padding-right: 6px;
}
body .navigation .level0 .submenu {
  background: #363636;
  border: 0;
  border-radius: 0 !important;
  top: 77px;
}
@media only screen and (max-width: 1024px) {
  body .navigation .level0 .submenu {
    top: 30px;
  }
}
.sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(3) {
  clear: left;
}
.sw-megamenu.navigation li.level0 .col-md-6 {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .sw-megamenu.navigation li.level0 .col-md-6 {
    width: 100%;
  }
}
.sw-megamenu.navigation li.level0 .col-md-6 .custome_menu div[class*='menu_tree'] {
  float: left;
  width: 50%;
}
body .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a,
.sw-megamenu.navigation li.level0 .col-md-6 .custome_menu div[class*='menu_tree'] td strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  font-weight: bold;
}
body .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a:hover {
  text-decoration: none;
}
.sw-megamenu.navigation li.level0 .col-md-6 .custome_menu div[class*='menu_tree'] h3 {
  color: #f0a055;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: left;
  margin-top: 15px;
}
.sw-megamenu.navigation li.level0 .col-md-6 .custome_menu div[class*='menu_tree'] td {
  text-align: left;
}
.sw-megamenu.navigation li.level0 .col-md-6 .custome_menu div[class*='menu_tree'] td a {
  display: block;
  text-decoration: none !important;
}
.sw-megamenu.navigation li.level0 .col-md-6 .custome_menu .menu_tree-2 {
  position: relative;
}
.sw-megamenu.navigation li.level0 .col-md-6 .custome_menu .menu_tree-2:before {
  position: absolute;
  content: '';
  height: 96%;
  width: 1px;
  background: #ffffff;
  top: 10px;
  right: 40px;
}
.sw-megamenu.navigation li.level0 .col-md-6 .custome_menu .menu_tree-2:after {
  position: absolute;
  content: '';
  height: 96%;
  width: 1px;
  background: #ffffff;
  top: 10px;
  left: -40px;
}
body .sw-megamenu.navigation li.level0.staticwidth .submenu a {
  color: #ffffff;
  font-size: 14px;
}
.icone_nav {
  position: relative;
  padding-left: 25px;
}
.icone_nav:before {
  background-image: url('../images/icon_sprite.png');
  content: '';
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 17px;
}
.icone_nav.gallery_icon:before {
  background-position: -59px -28px;
  left: 0;
}
.icone_nav.video_icon:before {
  background-position: -82px -28px;
  left: 0;
}
@media only screen and (max-width: 1441px) {
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: 1120px !important;
    left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .sw-megamenu.navigation li.level0.fullwidth.hover:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth.hover:hover > .submenu {
    padding: 25px !important;
    padding-right: 25px !important;
  }
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gothicreg';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
  font-family: 'questa-italic';
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event span {
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'questa-italic';
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #d18c4a !important;
  border: 1px solid #d18c4a !important;
}
.block-event .slider-panel .slider .item .action.event:focus {
  box-shadow: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    /*     -webkit-transition: all ease-in-out .4s;
            transition: all ease-in-out .4s; */
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    /*         -webkit-transition:all ease-in-out .4s;
                transition:all ease-in-out .4s; */
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .blog__post-view .blog__post-featured-image {
    padding: 0 0 2rem 0;
    width: 100%;
    max-width: 100%;
  }
  .blog__post-item .blog__post-excerpt > img {
    padding: 0 0 2rem 0;
    max-width: 100%;
    width: 100%;
  }
  .blog .page-main {
    position: relative;
    padding-top: 41px;
  }
  .blog__post-catalog-related-posts ol li .post-image {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0 0 1rem 0;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left {
    margin-top: 10px;
    padding: 0;
    background: none;
    color: #a4a4a4;
    box-shadow: none;
  }
  .filter-content .filter-current .am-show-more {
    display: none !important;
  }
  .filter-content .active .am-show-more {
    display: block !important;
    margin-bottom: 10px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*='block-compare'] {
    display: none;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  body .page-wrapper .sw-megamenu.navigation li.ui-menu-item.level0 > a:after {
    top: 0;
    background: #d18c4a;
    height: 100%;
    width: 35px;
    line-height: 40px;
    right: 0;
  }
  .signature_container {
    display: none;
  }
  .mobile_view {
    padding: 50px 0px 0 15px;
    background: #ffffff;
    display: block;
  }
  .mobile_view img {
    width: 100%;
    display: inherit;
  }
  body .page-wrapper .navigation {
    background: #4ab5c8;
  }
  .nav-sections .header.links {
    background: #4ab5c8;
  }
  body .page-wrapper .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    margin: 0;
    width: auto !important;
  }
  .page-wrapper .sw-megamenu.navigation li.level0 .col-md-6 {
    width: 100%;
    margin-top: 10px;
  }
  .page-wrapper .navigation .submenu:not(:first-child) ul {
    padding-left: 0;
  }
  .page-wrapper .navigation table > tbody > tr > td {
    padding: 5px 10px;
  }
  .page-wrapper .sw-megamenu.navigation li.level0 .col-md-6 .custome_menu div[class*='menu_tree'] {
    width: 100%;
  }
  .page-wrapper .sw-megamenu.navigation li.level0 .col-md-6 .custome_menu div[class*='menu_tree'] h3 {
    margin-top: 0;
    padding-left: 15px;
    margin-bottom: 0;
  }
  .page-wrapper .sw-megamenu.navigation li.level0 .col-md-6 .custome_menu .menu_tree-2:before {
    content: none;
  }
  .page-wrapper .sw-megamenu.navigation li.level0 a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .page-wrapper .sw-megamenu.navigation li.level0 .col-md-6 .custome_menu div[class*='menu_tree'] td {
    height: auto !important;
  }
  body .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0 .col-md-6 .custome_menu div[class*='menu_tree'] td strong {
    font-size: 16px;
  }
  .copyright_cutom .copyright {
    color: #a2a2a2;
    width: 100%;
    text-align: center;
  }
  .copyright_cutom .footer_links {
    width: 100%;
    text-align: center;
    padding: 0px 10px;
    margin-top: 30px;
  }
  .copyright_cutom .footer_bottom {
    margin: 35px 0px;
    padding: 0px 10px;
  }
  .page-footer .footer_block_device {
    display: block;
  }
  .page-footer .footer_block:not(.newsletter),
  .page-footer .footer_payment {
    display: none;
  }
  .page-footer .device_brand_icon {
    width: 100%;
    float: left;
  }
  .page-footer .device_brand_icon img {
    width: 100%;
    display: block;
  }
  .page-footer .device_footer_logo .logo img {
    margin: 0 auto;
  }
  .page-footer .footer.content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border: 0;
  }
  .page-footer .footer.content .footer_block_device {
    order: 2;
    width: 100%;
    margin-top: 25px;
  }
  .page-footer .footer.content .footer_block_device > ul {
    width: 100%;
    float: left;
    margin-bottom: 45px;
  }
  .page-footer .footer.content .footer_block_device ul li a {
    text-decoration: none;
  }
  .page-footer .footer.content .footer_block_device ul li a .footer_nav_title {
    color: #aaaaaa;
    font-size: 2rem;
    font-family: 'questa-light';
    font-weight: normal;
  }
  .page-footer .footer.content .footer_block_device ul ul {
    padding-left: 20px;
    list-style: inside disc;
    color: #f0a054;
  }
  .page-footer .footer.content .footer_block_device ul ul li a {
    color: #878787;
    text-decoration: none;
  }
  .page-footer .footer.content .block.newsletter.footer_block {
    order: 1;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .page-footer .footer.content .block.newsletter.footer_block .social_conatiner {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .page-footer .footer.content .block.newsletter.footer_block .social_conatiner ul li {
    margin: 0px 11px;
  }
  .page-footer .footer.content .block.newsletter.footer_block .footer_logo {
    width: 100%;
    order: 1;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .page-footer .footer.content .block.newsletter.footer_block .news_text {
    order: 3;
    width: 100%;
    text-align: center;
  }
  .page-footer .footer.content .block.newsletter.footer_block .content {
    order: 4;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .page-footer .footer.content .block.newsletter.footer_block .content input {
    height: 50px;
  }
  .page-footer .footer.content .block.newsletter.footer_block .content .actions {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
  }
  .page-footer .footer.content .block.newsletter.footer_block .content .actions .action.subscribe {
    font-size: 14px;
    width: 100%;
    display: block;
    border: 1px solid #ffffff !important;
    padding: 16px;
  }
  .page-footer .footer.content .block.newsletter.footer_block .content .actions .action.subscribe:before {
    content: none;
  }
  .page-footer .footer.content .block.newsletter.footer_block .content .actions .action.subscribe span {
    font-size: 16px;
  }
  .header .logo {
    position: absolute;
    left: 50%;
    top: 27px;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 180px;
    height: 30px;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    text-align: left;
  }
  .block-search .label + .control input {
    position: static !important;
    margin: 0;
  }
  body .navigation {
    z-index: 4;
  }
  body .navigation .level0 > .level-top {
    color: #ffffff;
    font-size: 1.8rem;
  }
  body .page.messages {
    z-index: 3;
  }
  .page-wrapper .sw-megamenu.navigation li.level0 .col-md-6 .custome_menu div[class*='menu_tree'] table td > strong {
    padding-left: 15px;
  }
  .block-search {
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 99;
    padding: 0 10px;
    margin: 0 !important;
  }
  .block-search .label {
    position: absolute;
    right: 15px;
    cursor: pointer;
    z-index: 99;
    top: 2px;
  }
  .block-search .label:before {
    font-size: 2.5rem;
    color: #ffffff;
  }
  .block-search .control {
    border: 0;
  }
  .block-search label:hover:before {
    border: 0 !important;
  }
  .custom_block {
    display: none;
  }
  .nav-sections-items .nav-sections-item-content {
    margin-top: 0;
  }
  .nav-sections-items .nav-sections-item-title {
    display: none;
  }
  .nav-sections-items .nav-sections-item-content {
    padding: 0;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    padding: 5px 20px !important;
  }
  body .navigation .level0 .submenu ul li a {
    font-size: 14px !important;
    border-bottom: 1px solid #dddddd;
  }
  .nav-sections .header.links li > a {
    color: #ffffff;
    font-family: 'questa-light';
    font-weight: normal;
    text-transform: uppercase;
  }
  span.pri-nav-sub-links {
    display: block;
    border-bottom: 1px solid #dddddd;
    padding-left: 5px;
  }
  .minicart-wrapper {
    right: 80px;
    top: 10px;
  }
  .tel_link {
    position: absolute;
    top: 13px;
  }
  .tel_link a {
    font-size: 0;
  }
  .tel_link a span {
    font-size: 0;
  }
  .tel_link a .fa:before {
    font-size: 30px;
  }
  .page-header {
    height: 100px;
    position: relative;
    margin: 0;
  }
  .header.content {
    height: 100px;
  }
  .cms-home .page-wrapper .top-container {
    margin-top: 0;
  }
  header.page-header + .navigation {
    display: none;
  }
  .page-main .columns {
    width: 100%;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .cms-page-view .page-main {
    padding-top: 41px;
    position: relative;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  body .navigation a {
    padding-bottom: 0;
  }
  body .navigation .level0 .submenu ul li a {
    font-size: 12px !important;
    text-transform: capitalize !important;
  }
  .sw-megamenu.navigation.side-megamenu {
    display: block;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
    margin-bottom: 10px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: block;
    margin-top: 15px;
    width: 100%;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .onestepcheckout-index-index {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto;
  }
  .onestepcheckout-index-index .page-title-wrapper {
    max-width: 100%;
  }
  .onestepcheckout-index-index .page-main {
    padding: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container {
    max-width: 100%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .field-tooltip._active .field-tooltip-content {
    max-width: 200px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
    padding: 10px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.customerbalance .actions-toolbar {
    max-width: 50%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.rewardpoints .actions-toolbar {
    max-width: 55%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .actions-toolbar {
    max-width: 80%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .email .form,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .authentication {
    margin: 0 15px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .authentication {
    margin-top: 40px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .email {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .aw-onestep-groups {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2 .mark {
    background-color: #d18c4a;
    width: 12px;
    height: 12px;
    justify-content: center;
    margin-right: 9px;
    margin-left: 5px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2 .mark:after {
    content: "";
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .shipping-address-item {
    width: 100% !important;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method-content {
    width: calc(100% - 55px);
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .onestep-billing-address .action-toolbar,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .onestep-shipping-address .action-toolbar {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .onestep-billing-address .action-toolbar .action,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .onestep-shipping-address .action-toolbar .action {
    width: calc(100% - 10px);
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method._active .fields.group-2 .field .label,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method._active.payment-method-braintree .hosted-date-wrap .hosted-control .label {
    display: none;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method._active .fields.group-2 .field .label.short,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method._active.payment-method-braintree .hosted-date-wrap .hosted-control .label.short {
    display: flex;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    padding: 0 0 13px;
    width: 400px;
    max-width: initial;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    position: relative;
    margin: 0 auto;
    padding: 40px 0 13px;
    width: 400px;
    max-width: initial;
  }
  .amcart-minipage-wrap .ampage-top-info {
    margin-top: 15px;
  }
  .amcart-product-notice {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 7px 7px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 0;
  }
  .product-item-actions .secondary-addto-links {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .product-item-actions .secondary-addto-links a {
    background-image: url(../images/wishlist_icon.png);
    width: 23px;
    height: 21px;
    background-repeat: no-repeat;
    float: left;
    font-size: 0;
  }
  .product-item-actions .secondary-addto-links a:before {
    content: none !important;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%)/3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 812px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 1440px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
