@import "bower_component/intl-tel-input/src/css/intlTelInput";
/* The above import directives are aggregated from content. */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-blog-icon:before {
    background-repeat: no-repeat;
    color: #999999;
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    opacity: 50%;
    position: relative;
    top: 2px;
}
.mp-blog-calendar-times:before {
    background-image: url("../../frontend/Shubh/gems/en_US/Mageplaza_Blog/media/images/calendar-times.svg");
}
.mp-blog-user:before {
    background-image: url("../../frontend/Shubh/gems/en_US/Mageplaza_Blog/media/images/user.svg");
}
.mp-blog-comments:before {
    background-image: url("../../frontend/Shubh/gems/en_US/Mageplaza_Blog/media/images/comments.svg");
}
.mp-blog-traffic:before {
    background-image: url("../../frontend/Shubh/gems/en_US/Mageplaza_Blog/media/images/eye.svg");
}
.mp-blog-thumbs-up:before {
    background-image: url("../../frontend/Shubh/gems/en_US/Mageplaza_Blog/media/images/thumbs-up.svg");
}
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 {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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 #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  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-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #8e410c;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #8e410c;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #fc7b50;
  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: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  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 #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-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*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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*="date"]: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*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
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*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
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*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
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;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
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;
}
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 #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.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-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.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.tocompare,
.product-options-bottom .action.tocompare {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.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.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  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.tocompare:hover,
.product-options-bottom .action.tocompare:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.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.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare {
  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.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus {
  text-decoration: none;
}
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .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,
.opc-block-summary .items-in-cart .product .item-options dt:after {
  content: ': ';
}
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  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%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.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,
.widget .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,
.widget .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-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  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-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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.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,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.filtered .item .action.remove > 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 .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.filtered .item .action.remove: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 {
  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;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.mgz__actions-switch-checkbox,
.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.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.product-item-actions .actions-secondary > .action span,
.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 .label,
.account-nav .title,
.filter-options-content .filter-count-label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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,
.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,
.toolbar-products:before,
.toolbar-products: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,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options: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,
.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,
.toolbar-products: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,
.opc-block-summary .items-in-cart .product .item-options: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.date .control,
.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: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  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-item-actions .actions-secondary > .action {
  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-item-actions .actions-secondary > .action > 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-item-actions .actions-secondary > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-item-actions .actions-secondary > .action:hover:before {
  color: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .action.vertex-secondary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.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,
.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,
.cart.table-wrapper .action.help.map,
.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: #8e410c;
  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,
.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,
.cart.table-wrapper .action.help.map: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: #8e410c;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove: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,
.cart.table-wrapper .action.help.map: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: #fc7b50;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove: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,
.cart.table-wrapper .action.help.map: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-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove: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,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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,
.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,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.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: #8e410c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove: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),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  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,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  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,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .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,
.product-options-wrapper .field .price-notice .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,
.product-options-wrapper .field .price-notice .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,
.product-options-wrapper .field .price-notice .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 {
  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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .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 {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.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: 'icons-blank-theme';
  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-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 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: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.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 #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.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 2px 1px rgba(0, 0, 0, 0.12);
}
.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: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.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;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.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 #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  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: 'icons-blank-theme';
  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 {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.paypal-review-discount .block > .title,
.cart-summary .block > .title {
  border-top: 1px solid #d1d1d1;
  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-summary .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.paypal-review-discount .block > .title:after,
.cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .paypal-review-discount .block > .title strong,
.column.main .cart-summary .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.paypal-review-discount .block > .content,
.cart-summary .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-summary .block.active > .title:after {
  content: '\e621';
}
.paypal-review-discount .block.active > .content,
.cart-summary .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Shubh/gems/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Shubh/gems/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Shubh/gems/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Shubh/gems/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Shubh/gems/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Shubh/gems/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Shubh/gems/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Shubh/gems/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.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: auto;
  flex-basis: auto;
  -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;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .navigation,
  body .breadcrumbs,
  body .page-header .header.panel,
  body .header.content,
  body .footer.content,
  body .page-main,
  body .page-wrapper > .widget,
  body .page-wrapper > .page-bottom,
  body .block.category.event,
  body .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.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:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #8e410c;
}
.message.info a:hover {
  color: #fc7b50;
}
.message.info a:active {
  color: #fc7b50;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #8e410c;
}
.message.error a:hover {
  color: #fc7b50;
}
.message.error a:active {
  color: #fc7b50;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #8e410c;
}
.message.warning a:hover {
  color: #fc7b50;
}
.message.warning a:active {
  color: #fc7b50;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #8e410c;
}
.message.notice a:hover {
  color: #fc7b50;
}
.message.notice a:active {
  color: #fc7b50;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #8e410c;
}
.message.success a:hover {
  color: #fc7b50;
}
.message.success a:active {
  color: #fc7b50;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  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;
}
.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.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Shubh/gems/en_US/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;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: #c2c2c2;
}
.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: #c2c2c2;
}
.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: #c2c2c2;
}
.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;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.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;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.fieldset input::placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.fieldset input:-ms-input-placeholder {
  color: #b1b1b1;
}
.fieldset input::-ms-input-placeholder {
  color: #b1b1b1;
}
.fieldset select::placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.fieldset select:-ms-input-placeholder {
  color: #b1b1b1;
}
.fieldset select::-ms-input-placeholder {
  color: #b1b1b1;
}
.fieldset textarea::placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.fieldset textarea:-ms-input-placeholder {
  color: #b1b1b1;
}
.fieldset textarea::-ms-input-placeholder {
  color: #b1b1b1;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 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;
}
.field-error,
div.mage-error[generated] {
  margin: 0;
  line-height: 22px;
  font-size: 11px !important;
  letter-spacing: 0.5px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.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;
  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: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  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: 'icons-blank-theme';
  src: url('../../frontend/Shubh/gems/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Shubh/gems/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
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,
.action-primary {
  background-image: none;
  background: #8e410c;
  border: 1px solid #8e410c;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #fc7b50;
  border: 1px solid #fc7b50;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #fc7b50;
  border: 1px solid #fc7b50;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.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 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.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: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 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: #8e410c;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #8e410c;
}
.pages a.page:hover {
  color: #fc7b50;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  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 {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.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;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  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: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.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-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;
}
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: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.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 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  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 {
  max-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(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.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: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Shubh/gems/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-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;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.product-social-links .amazon-button-container {
  margin-bottom: 30px;
  display: block;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  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;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.lazy-blur {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  transition: 0.3s filter linear;
  -o-transition: 0.3s -o-filter linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.lazy-blur.lazy-loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  image-rendering: initial;
}
.owl-carousel .owl-item img.lazy-loading {
  height: 0;
}
/*==============General Css for the module==============*/
.modals-wrapper .modal-popup.mobile_login_popup .modal-inner-wrap {
  max-width: 420px;
  border-top: 8px solid #FC7B50;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.modals-wrapper .modal-popup.mobile_login_popup .modal-header {
  border: none;
  margin: 0 0 5px;
}
.modals-wrapper .modal-popup.mobile_login_popup .modal-header button.action-close,
.modals-wrapper .modal-popup.mobile_login_popup .modal-header .cart.table-wrapper .actions-toolbar > .action.action-close,
.modals-wrapper .modal-popup.mobile_login_popup .modal-header .action-gift.action-close {
  top: -10px;
  right: -10px;
}
.modals-wrapper .modal-popup.mobile_login_popup .modal-header button.action-close:before,
.modals-wrapper .modal-popup.mobile_login_popup .modal-header .cart.table-wrapper .actions-toolbar > .action.action-close:before,
.modals-wrapper .modal-popup.mobile_login_popup .modal-header .action-gift.action-close:before {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.mobile-sendotp-popup {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.mobile-sendotp-popup .main-contai {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mobile-sendotp-popup .right-contet-part {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mobile-sendotp-popup .main-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mobile-sendotp-popup .tit-item {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 5px 0 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.mobile-sendotp-popup .tit-item span {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  padding: 0 15px;
  line-height: 33px;
  font-size: 13px;
  text-transform: capitalize;
  transition: all 0.5s ease;
  cursor: pointer;
}
.mobile-sendotp-popup .tit-item span.active {
  font-weight: 600;
  background: #ececec;
}
.mobile-sendotp-popup .tit-item span.create-account-title {
  font-weight: 600;
  background: #ececec;
  width: 200px;
  font-size: 14px;
}
.mobile-sendotp-popup .frm-container {
  float: left;
  width: 90%;
  margin: 0 5%;
}
.mobile-sendotp-popup .frm-container form {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.mobile-sendotp-popup .frm-container .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  letter-spacing: 0.5px;
}
.mobile-sendotp-popup .frm-container .field {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.mobile-sendotp-popup .frm-container .field .control {
  width: 100% !important;
  position: relative;
}
.mobile-sendotp-popup .frm-container .field .control div.mage-error {
  text-align: left;
  position: absolute;
  line-height: 15px;
  bottom: -17px;
  font-size: 10px !important;
}
.mobile-sendotp-popup .frm-container .field .control .intl-tel-input.allow-dropdown .flag-container {
  padding: 0;
  height: 38px;
}
.mobile-sendotp-popup .frm-container .field input {
  box-shadow: none;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.6px;
  font-weight: normal;
  color: #8e410c;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp button,
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .cart.table-wrapper .actions-toolbar > .action,
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .action-gift {
  display: inline-block;
  width: 70%;
  padding: 0;
  border: none;
  line-height: 30px;
  vertical-align: top;
  border-radius: 4px;
  background: #fc7b50;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp a {
  text-decoration: none;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp span.new-customer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 5px;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 28px;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp span.new-customer b {
  font-weight: 600;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp span.new-customer b:hover {
  color: #fc7b50;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .login-acc-for-accout {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: -5px 0 10px;
  text-align: right;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .login-acc-for-accout .for-accout-title {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 18px;
  cursor: pointer;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .login-acc-for-accout .for-accout-title:hover {
  color: #fc7b50;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.md-50-left {
  float: left;
  width: 60%;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.md-50-left button,
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.md-50-left .cart.table-wrapper .actions-toolbar > .action,
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.md-50-left .action-gift {
  width: 100%;
  margin: 0;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.md-50-right {
  float: right;
  width: auto;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.twice-btn button,
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.twice-btn .cart.table-wrapper .actions-toolbar > .action,
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.twice-btn .action-gift {
  width: 44%;
  margin: 0 3% 15px;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.twice-btn button.link-btn,
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.twice-btn .cart.table-wrapper .actions-toolbar > .action.link-btn,
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.twice-btn .action-gift.link-btn {
  background: none;
  color: #8e410c;
}
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.twice-btn button.link-btn:hover,
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.twice-btn .cart.table-wrapper .actions-toolbar > .action.link-btn:hover,
.mobile-sendotp-popup .frm-container .actions-toolbar-otp .primary.twice-btn .action-gift.link-btn:hover {
  color: #fc7b50;
}
.mobile-sendotp-popup .frm-container .social-login-links {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.mobile-sendotp-popup .frm-container .social-login-links .account-social-login {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.mobile-sendotp-popup .frm-container .social-login-links .block-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin: 0 0 10px;
}
.mobile-sendotp-popup .frm-container .social-login-links .block-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mobile-sendotp-popup .frm-container .social-login-links .actions-toolbar {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
}
.mobile-sendotp-popup .frm-container .social-login-links .actions-toolbar a.btn-social {
  display: inline-block;
  width: 190px;
  vertical-align: middle;
  padding: 0;
  font-size: 13px;
  border: 1px solid #8e410c;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  font-family: 'Open Sans';
  color: #8e410c;
  background: 0 0;
}
.mobile-sendotp-popup .frm-container .social-login-links .actions-toolbar a.btn-social img {
  position: static;
  border: none;
  width: auto;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 7px 0 0;
}
.mobile-sendotp-popup .frm-container .social-login-links .actions-toolbar a.btn-social span {
  position: static;
  width: auto;
  line-height: 28px;
  border: none;
  background: no-repeat;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.mobile-sendotp-popup .frm-container .social-login-links .actions-toolbar a.btn-social:hover {
  border-color: #fc7b50;
  background: #fc7b50;
  color: #fff;
}
.mobile-sendotp-popup .frm-container .social-login-links .actions-toolbar a.btn-social:hover img {
  filter: brightness(0) invert(1);
}
.mobile-sendotp-popup .frm-container .login-back {
  text-align: right;
}
.mobile-sendotp-popup .message-error {
  padding: 0;
  font-size: 12px;
  line-height: 18px;
}
.mobile-sendotp-popup .message-error .err-msg {
  padding: 10px 20px 10px 40px;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}
.mobile-sendotp-popup .message-error .err-msg:before {
  top: 50%;
}
.mobile-sendotp-popup .message-success {
  padding: 0;
  font-size: 12px;
  line-height: 18px;
}
.mobile-sendotp-popup .message-success .success-msg {
  padding: 10px 20px 10px 40px;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}
.mobile-sendotp-popup .message-success .success-msg:before {
  top: 50%;
}
.authentication-wrapper {
  display: none;
}
.check-loginlink {
  width: 100%;
  text-align: right;
  display: none;
}
.field.userverify {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 1px;
  overflow: hidden;
}
/*for the user dashboard changes for the mobile otp section*/
.otl-update-form-contain input#mobile_number {
  height: 40px;
}
.otl-update-form-contain form#otp-update-form {
  width: 400px;
  max-width: 100%;
}
.otl-update-form-contain p.err-msg {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
  color: #f00;
  font-weight: bold;
}
.otl-update-form-contain input#mobilenumber {
  height: 40px;
}
.otl-update-form-contain p.success-msg {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
  color: #006400;
  font-weight: bold;
}
.otl-update-form-contain .withresend.pop-bnt {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.otl-update-form-contain button.submit-update-otp-btn.withresend.pop-bnt,
.otl-update-form-contain .cart.table-wrapper .actions-toolbar > .action.submit-update-otp-btn.withresend.pop-bnt,
.otl-update-form-contain .action-gift.submit-update-otp-btn.withresend.pop-bnt {
  margin-right: 0;
}
.otl-update-form-contain button.pop-bnt,
.otl-update-form-contain .cart.table-wrapper .actions-toolbar > .action.pop-bnt,
.otl-update-form-contain .action-gift.pop-bnt {
  color: #fff;
  background-color: #FC7B50;
  width: 100%;
  font-size: 15px;
  padding: 12px 0;
  font-weight: bold;
  border: snow;
  box-shadow: 0px 0px 3px 1px #8f8f8f;
  margin-top: 10px;
}
/*==============General Css for the module==============*/
#otp-verification-form .control {
  width: 100%;
}
#otp-verification-form input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 38px;
  line-height: 38px;
  letter-spacing: 0.5px;
  font-size: 13px;
  border-radius: 3px;
  color: #8e410c;
  box-shadow: none;
}
/*from update phtml file*/
body.orderverify-otp-update button.pop-bnt,
body.orderverify-otp-update .cart.table-wrapper .actions-toolbar > .action.pop-bnt,
body.orderverify-otp-update .action-gift.pop-bnt {
  color: #ffffff;
  background-color: #FC7B50;
  box-shadow: none;
}
/*from registerMobile phtml file*/
.sms-otp-input,
.sms-register-btn,
.sms-register-msg p.success-msg,
.sms-register-msg p.err-msg {
  display: none;
}
.sms-register-btn,
.sms-register-msg,
.sms-otp-input {
  margin-top: 15px;
}
/*from checkout phtml file*/
.modal-popup._inner-scroll .modal-content {
  overflow-y: unset !important;
}
/*general css for the date picker calender*/
.ui-datepicker .ui-datepicker-calendar th {
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  font-size: 12px;
}
.ui-datepicker .ui-datepicker-calendar th span[title="Monday"]:after {
  content: "N";
}
.ui-datepicker .ui-datepicker-calendar th span[title="Sunday"]:after {
  content: "N";
}
.ui-datepicker .ui-datepicker-calendar th span[title="Tuesday"]:after {
  content: "E";
}
.ui-datepicker .ui-datepicker-calendar th span[title="Wednesday"]:after {
  content: "D";
}
.ui-datepicker .ui-datepicker-calendar th span[title="Thursday"]:after {
  content: "U";
}
.ui-datepicker .ui-datepicker-calendar th span[title="Friday"]:after {
  content: "I";
}
.ui-datepicker .ui-datepicker-calendar th span[title="Saturday"]:after {
  content: "T";
}
/*general css for the recommendation form page*/
body.gemrecommendation-index-index .page-main,
body.gemrecommendation-index-post .page-main,
body.rudraksha-recommendation-index-index .page-main,
body.rudraksha-recommendation-index-rpost .page-main {
  max-width: 100%;
  padding: 0;
}
body.gemrecommendation-index-index .page-wrapper .page-title-wrapper,
body.gemrecommendation-index-post .page-wrapper .page-title-wrapper,
body.rudraksha-recommendation-index-index .page-wrapper .page-title-wrapper,
body.rudraksha-recommendation-index-rpost .page-wrapper .page-title-wrapper {
  display: none;
}
.gem-recommendation-section {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.gem-recommendation-top-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 300px;
}
.gem-recommendation-top-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 300px;
  object-fit: cover;
  object-position: left;
}
.gem-recommendation-form-container {
  max-width: 1280px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 40px auto;
}
.gem-recommendation-form-sec {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 30px;
}
.gem-recommendation-form-sec .sub-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.gem-recommendation-form-sec .sub-title h2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}
.gem-recommendation-form-sec .rudraksha-min-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 30px;
  font-size: 15px;
  text-transform: none;
}
.gem-recommendation-form-sec .rudraksha-min-title h2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 15px;
  margin: 0;
  font-weight: normal;
  line-height: 24px;
}
.gem-recom-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 20px;
  text-align: center;
}
.gem-recom-title h1 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 36px;
  color: #fc7b50;
  border-bottom: 2px solid transparent;
  padding: 0 100px;
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.gem-recom-title h1:after {
  content: "";
  background: linear-gradient(90deg, #ffffff 0%, #fc7f55 28%, #fc7b50 72%, #ffffff 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  transform: translate(-50%, 0);
  overflow: hidden;
}
.gem-recom-title span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 15px;
}
.gem-recom-title h2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 15px;
  margin: 0;
  font-weight: normal;
  line-height: 24px;
}
.gem-recom-cont {
  margin: 0 auto;
  max-width: 750px;
  float: right;
  width: 58%;
}
.gem-recom-cont .ui-datepicker-trigger {
  display: none;
}
#gem-recommendation-form,
#rud-recommendation-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  padding: 32px 10px 20px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #f6f6f6;
}
#gem-recommendation-form .fieldset,
#rud-recommendation-form .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
#gem-recommendation-form .field,
#rud-recommendation-form .field {
  float: left;
  width: 46%;
  margin: 0 2% 30px;
  position: relative;
}
#gem-recommendation-form .field div.mage-error,
#rud-recommendation-form .field div.mage-error {
  position: absolute;
  line-height: 20px;
  font-size: 10px !important;
}
#gem-recommendation-form .field .label,
#rud-recommendation-form .field .label {
  width: 100%;
  text-align: left;
  padding: 0;
  line-height: 18px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #8e410c;
  margin: -6px 0 6px;
}
#gem-recommendation-form .field .label:after,
#rud-recommendation-form .field .label:after {
  content: none;
}
#gem-recommendation-form .field .label span,
#rud-recommendation-form .field .label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#gem-recommendation-form .field .control,
#rud-recommendation-form .field .control {
  width: 100%;
}
#gem-recommendation-form .field input,
#rud-recommendation-form .field input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 3px;
  border: none;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #8e410c;
}
#gem-recommendation-form .field select,
#rud-recommendation-form .field select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: none;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #8e410c;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  border-radius: 3px;
  height: 38px;
  line-height: 38px;
}
#gem-recommendation-form .field select option,
#rud-recommendation-form .field select option {
  font-size: 13px;
  line-height: 18px;
}
#gem-recommendation-form .field .col-md-6,
#rud-recommendation-form .field .col-md-6 {
  float: left;
  width: 48%;
}
#gem-recommendation-form .field .col-md-6:first-child,
#rud-recommendation-form .field .col-md-6:first-child {
  margin: 0 2% 0 0;
}
#gem-recommendation-form .field .col-md-6:last-child,
#rud-recommendation-form .field .col-md-6:last-child {
  margin: 0 0 0 2%;
}
#gem-recommendation-form .field.birth-place,
#rud-recommendation-form .field.birth-place {
  width: 96%;
}
#gem-recommendation-form .field.birth-place .field.choice,
#rud-recommendation-form .field.birth-place .field.choice {
  width: 100%;
  margin: 0px;
}
#gem-recommendation-form .field.gender .label,
#rud-recommendation-form .field.gender .label {
  opacity: 0;
}
#gem-recommendation-form .field.gender .field.choice,
#rud-recommendation-form .field.gender .field.choice {
  width: 50%;
  position: relative;
  margin: 0;
}
#gem-recommendation-form .field.gender .field.choice .label,
#rud-recommendation-form .field.gender .field.choice .label {
  padding: 0 0 0 26px;
  height: 38px;
  display: inline-block;
  width: auto;
  line-height: 38px;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
  margin: 0;
}
#gem-recommendation-form .field.gender .field.choice .label:before,
#rud-recommendation-form .field.gender .field.choice .label:before {
  border: 1px solid #8e410c;
  border-radius: 50px;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 10px;
  transition: all .25s ease 0s;
  width: 16px;
  transform: none;
  box-sizing: border-box;
}
#gem-recommendation-form .field.gender .field.choice input,
#rud-recommendation-form .field.gender .field.choice input {
  border: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  top: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  padding-inline: 0px;
  z-index: 1;
}
#gem-recommendation-form .field.gender .field.choice input:checked ~ .label:before,
#rud-recommendation-form .field.gender .field.choice input:checked ~ .label:before {
  border-color: #FC7B50;
}
#gem-recommendation-form .field.gender .field.choice input:checked ~ .label:after,
#rud-recommendation-form .field.gender .field.choice input:checked ~ .label:after {
  background: #FC7B50 none repeat scroll 0 0;
  left: 4px;
  top: 14px;
  border-radius: 100px;
  content: "";
  height: 8px;
  position: absolute;
  transition: all .25s ease 0s;
  width: 8px;
  transform: none;
}
#gem-recommendation-form .field.body-weight #body-weight,
#rud-recommendation-form .field.body-weight #body-weight {
  width: calc((100% - 38px));
}
#gem-recommendation-form .field .custom-tooltip,
#rud-recommendation-form .field .custom-tooltip {
  float: right;
  width: 30px;
  position: relative;
}
#gem-recommendation-form .field .custom-tooltip:hover .tooltiptext,
#rud-recommendation-form .field .custom-tooltip:hover .tooltiptext {
  visibility: visible;
}
#gem-recommendation-form .field .toolTipIcon,
#rud-recommendation-form .field .toolTipIcon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  float: right;
  background: transparent;
  color: #fc7b50;
  font-size: 14px;
  margin: 7px 0 0;
  cursor: pointer;
  border: 1px solid #fc7b50;
  box-sizing: border-box;
}
#gem-recommendation-form .field .tooltiptext,
#rud-recommendation-form .field .tooltiptext {
  display: inline-block;
  width: 230px;
  vertical-align: top;
  position: absolute;
  right: -15px;
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
  font-size: 10px;
  letter-spacing: 0.5px;
  top: -52px;
  box-shadow: none;
  text-align: center;
  line-height: 18px;
  border-radius: 3px;
  visibility: hidden;
  border: 1px solid #e6e6e6;
}
#gem-recommendation-form .field .tooltiptext:after,
#rud-recommendation-form .field .tooltiptext:after,
#gem-recommendation-form .field .tooltiptext:before,
#rud-recommendation-form .field .tooltiptext:before {
  top: 100%;
  left: 202px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#gem-recommendation-form .field .tooltiptext:after,
#rud-recommendation-form .field .tooltiptext:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#gem-recommendation-form .field .tooltiptext:before,
#rud-recommendation-form .field .tooltiptext:before {
  border-color: rgba(230, 230, 230, 0);
  border-top-color: #e6e6e6;
  border-width: 11px;
  margin-left: -11px;
}
#gem-recommendation-form .field.telephone-country,
#rud-recommendation-form .field.telephone-country {
  margin: 0 10px 0 0;
  width: 92px;
}
#gem-recommendation-form .field.telephone-country input,
#rud-recommendation-form .field.telephone-country input {
  text-align: center;
}
#gem-recommendation-form .field.telephone-country select,
#rud-recommendation-form .field.telephone-country select {
  text-align: center;
  padding: 0;
  width: 100% !important;
}
#gem-recommendation-form .field.telephone-number,
#rud-recommendation-form .field.telephone-number {
  margin: 0;
  width: calc((100% - 102px));
}
#gem-recommendation-form .actions-toolbar,
#rud-recommendation-form .actions-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
  text-align: center;
}
#gem-recommendation-form .actions-toolbar .primary,
#rud-recommendation-form .actions-toolbar .primary {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
  width: 50%;
}
#gem-recommendation-form .actions-toolbar button.action.submit,
#rud-recommendation-form .actions-toolbar button.action.submit,
#gem-recommendation-form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.submit,
#rud-recommendation-form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.submit,
#gem-recommendation-form .actions-toolbar .action-gift.action.submit,
#rud-recommendation-form .actions-toolbar .action-gift.action.submit {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: none;
  border-radius: 3px;
  line-height: 35px;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  background: #fc7b50;
  font-size: 16px;
}
.gem-recom-video {
  float: right;
  width: 48%;
}
.gem-recom-video .home-video {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.gem-recom-video .home-video iframe {
  display: inline-block;
  width: 100%;
  height: 400px;
  margin: 0;
  vertical-align: top;
}
.gem-reviews-sec {
  width: 40%;
  margin: 0;
  float: left;
}
.gem-reviews-sec .sub-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.gem-reviews-sec .sub-title h2 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.gem-reviews-sec .reviews-slider {
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 6px;
}
.gem-reviews-sec .reviews-slider .review-user {
  order: 2;
  width: 100%;
  margin: 10px 0 0;
}
.gem-reviews-sec .reviews-slider .review-cont-info {
  width: 100%;
  padding: 0;
}
.gem-reviews-sec .reviews-slider .reviews-desc {
  width: 90%;
  text-align: center;
  line-height: 22px;
}
.gem-reviews-sec table {
  margin: 0 5%;
  width: 90%;
  text-align: left;
  font-size: 12px;
  border-color: #c8944a;
}
.gem-reviews-sec table b {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.gem-reviews-sec table a {
  text-decoration: none !important;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.gem-reviews-sec table a.table-btn {
  color: #fc7b50;
  float: right;
  width: auto;
  padding: 0;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}
.gem-reviews-sec table tr,
.gem-reviews-sec table td {
  border-color: #c8944a;
  padding: 0px 10px;
  vertical-align: middle;
  height: 28px;
  background: #f6f6f6;
}
.gem-reviews-sec table tr h3,
.gem-reviews-sec table td h3 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
}
.gem-reviews-sec table tr img,
.gem-reviews-sec table td img {
  display: inline-block;
  width: calc((100% - 160px));
  vertical-align: middle;
  margin: 0 5px 0 0;
  max-width: 40px;
}
.gem-reviews-sec.long-table table b {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.gem-reviews-sec.long-table table tr,
.gem-reviews-sec.long-table table td {
  height: 45px;
}
.gem-reviews-sec.long-table table tr h3,
.gem-reviews-sec.long-table table td h3 {
  text-align: center;
}
.gem-node-points {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
}
.gem-node-points .rudraksha-min-title {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-align: left;
  margin: 0 0 10px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  position: relative;
  padding: 0 30px 0 0;
}
.gem-node-points .rudraksha-min-title:after {
  content: "";
  background: linear-gradient(90deg, #fc7b50 0%, #fc7b50 28%, #fc7b50 70%, #ffffff 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  transform: translate(-50%, 0);
  overflow: hidden;
}
.gem-node-points .rudraksha-min-title h2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 15px;
  margin: 0;
  font-weight: normal;
  line-height: 24px;
}
.gem-node-points ul {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  list-style: none;
  padding: 0 0 0 30px;
  box-sizing: border-box;
}
.gem-node-points li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0;
  letter-spacing: 1px;
  font-weight: 600;
  font-weight: normal;
  position: relative;
}
.gem-node-points li:before {
  content: " ";
  height: 8px;
  width: 8px;
  background: #fc7b50;
  position: absolute;
  left: -19px;
  top: 8px;
  border-radius: 50%;
}
body.gemrecommendation-index-index .gem-reviews-sec table tr,
body.gemrecommendation-index-index .gem-reviews-sec table td {
  padding: 0px 10px;
  min-width: 100px;
}
/*general css for the gemstone result page*/
.gem-recommendation-result-top-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: url(../../frontend/Shubh/gems/en_US/images/result-top-bg.jpg) repeat scroll center / cover;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
}
.gem-recommendation-result-container {
  max-width: 1280px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 20px auto 30px;
}
.gem-recommendation-result-sec {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.gem-result-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 20px;
  border-bottom: 1px solid #FC7B50;
  padding: 0 0 20px;
}
.gem-result-title .top-title-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 0 10px;
}
.gem-result-title .top-title {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
  border-bottom: 2px solid transparent;
  padding: 0 100px;
  overflow: hidden;
}
.gem-result-title .top-title:after {
  content: "";
  background: linear-gradient(90deg, #ffffff 0%, #fc7f55 28%, #fc7b50 72%, #ffffff 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  transform: translate(-50%, 0);
  overflow: hidden;
}
.gem-result-title .title-label {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-size: 24px;
  color: #fc7b50;
  font-weight: 400;
  vertical-align: middle;
  line-height: 40px;
  margin: 0 8px 0 0;
}
.gem-result-title .title-icon {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.gem-result-title .title-icon img {
  max-height: 50px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0 10px;
}
.gem-result-title .title-user {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 40px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fc7b50;
}
.gem-result-title .top-title-info {
  float: left;
  width: 40%;
  text-align: center;
}
.gem-result-title .title-info {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 30px;
  font-size: 14px;
}
.gem-result-title .title-info b {
  font-weight: 600;
}
.gem-result-title .title-sub-info {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 30px;
  font-size: 14px;
}
.gem-result-title .title-sub-info b {
  font-weight: 600;
}
.gem-recom-result {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.gem-recom-result-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.gem-recom-result-title span {
  width: 100%;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.gem-recom-user-info {
  float: left;
  width: 30%;
  text-align: left;
}
.gem-recom-user-info span {
  display: inline-block;
  width: auto;
  line-height: 30px;
  margin: 0 7px;
}
.gem-recom-user-info span.user-info-value {
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 4px 0 0;
  display: inline;
}
.gem-recom-user-info span.user-info-value span {
  margin: 0;
}
.gem-recom-user-info span.user-info-value span.user-birth-month[value="1"]:before {
  content: "jan";
}
.gem-recom-user-info span.user-info-value span.user-birth-month[value="2"]:before {
  content: "feb";
}
.gem-recom-user-info span.user-info-value span.user-birth-month[value="3"]:before {
  content: "mar";
}
.gem-recom-user-info span.user-info-value span.user-birth-month[value="4"]:before {
  content: "Apr";
}
.gem-recom-user-info span.user-info-value span.user-birth-month[value="5"]:before {
  content: "may";
}
.gem-recom-user-info span.user-info-value span.user-birth-month[value="6"]:before {
  content: "jun";
}
.gem-recom-user-info span.user-info-value span.user-birth-month[value="7"]:before {
  content: "jul";
}
.gem-recom-user-info span.user-info-value span.user-birth-month[value="8"]:before {
  content: "aug";
}
.gem-recom-user-info span.user-info-value span.user-birth-month[value="9"]:before {
  content: "sep";
}
.gem-recom-user-info span.user-info-value span.user-birth-month[value="10"]:before {
  content: "oct";
}
.gem-recom-user-info span.user-info-value span.user-birth-month[value="11"]:before {
  content: "nov";
}
.gem-recom-user-info span.user-info-value span.user-birth-month[value="12"]:before {
  content: "dec";
}
.gem-recom-edit {
  float: right;
  width: 30%;
  text-align: right;
}
.gem-recom-edit .user-info-edit {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.gem-recom-edit .user-info-edit span {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
}
.gem-recom-edit .user-info-edit a {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 30px;
  margin: 0;
  color: #FC7B50;
}
.gem-recom-edit .user-info-edit a:hover {
  border-bottom: 1px solid #FC7B50;
}
.gem-recom-edit span.user-info-value {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 0 0 5px;
  line-height: 30px;
}
.gem-recom-birth-chart {
  float: left;
  /*width: 33.333333%;*/
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
.gem-recom-birth-chart .gem-recom-result-title {
  text-align: left;
}
.user-birth-chart {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.user-birth-chart .birth-chart-info {
  display: inline-block;
  width: calc((100% - 380px));
  text-align: left;
  vertical-align: middle;
}
.user-birth-chart .birth-chart-info span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  line-height: 24px;
}
.user-birth-chart .birth-chart-pic {
  display: inline-block;
  vertical-align: middle;
  width: 370px;
  padding: 0;
  box-sizing: border-box;
}
.user-birth-chart .birth-chart-pic svg#chartSvg {
  border: 1px solid #FF8A65;
  background: #fffbbe;
}
.user-birth-chart .birth-chart-pic svg#chartSvg path {
  stroke: #FFCA28;
}
.user-birth-chart .birth-chart-pic svg#chartSvg text {
  fill: #EF7331 !important;
}
.user-birth-chart img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  max-width: 100%;
}
.gem-recom-stone {
  float: left;
  /*width: 33.333333%;*/
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
}
.gem-recom-stone-grid {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  max-width: 250px;
}
.gem-recom-stone-grid .stone-img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 10px;
}
.gem-recom-stone-grid .stone-img img {
  display: inline-block;
  width: 70%;
  border-radius: 5px;
  vertical-align: middle;
}
.gem-recom-stone-grid .stone-side-info {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.gem-recom-stone-grid .stone-name {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 5px 0;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
}
.gem-recom-stone-grid .stone-weight {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 20px;
}
.gem-recom-stone-grid .stone-weight .weight {
  font-weight: 600;
}
.gem-recom-stone-grid .stone-weight span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.gem-recom-stone-grid .stone-substitute {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 13px;
  margin: 0 0 10px;
  line-height: 20px;
}
.gem-recom-stone-grid .stone-substitute span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.gem-recom-stone-grid .stone-substitute span.sub-stone a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: 400;
  margin: 0;
  color: #8e410c;
  text-decoration: none;
}
.gem-recom-stone-grid .stone-substitute span.sub-stone a:hover {
  color: #FC7B50;
}
.gem-recom-stone-grid .stone-buy {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.gem-recom-stone-grid .stone-buy a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  background: #fc7b50;
  border-radius: 3px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.6px;
  max-width: 200px;
  text-decoration: none;
}
.stone-grid-sec {
  float: left;
  width: 50%;
  margin: 15px 0;
}
.stone-grid-top-titles {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 10px;
}
.stone-grid-top-titles span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
  padding: 0 50px;
  border-bottom: 2px solid transparent;
  overflow: hidden;
}
.stone-grid-top-titles span:after {
  content: "";
  background: linear-gradient(90deg, #ffffff 0%, #fc7f55 28%, #fc7b50 72%, #ffffff 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  transform: translate(-50%, 0);
  overflow: hidden;
}
.stone-grid-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.stone-grid-list .stone-grid-box {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}
.stone-grid-sec.rudraksh-sec .gem-recom-stone-grid .stone-name {
  min-height: 75px;
}
.rud-recom-result .gem-recom-birth-chart {
  width: 50%;
}
.rud-recom-result .gem-recom-stone {
  width: 50%;
}
body.rudraksha-recommendation-index-index #gem-recommendation-form .field,
body.rudraksha-recommendation-index-index #rud-recommendation-form .field {
  margin-bottom: 27px;
}
body.rudraksha-recommendation-index-index #gem-recommendation-form .field .label,
body.rudraksha-recommendation-index-index #rud-recommendation-form .field .label {
  line-height: 30px;
}
body.rudraksha-recommendation-index-index #gem-recommendation-form .field.birth-place .field.choice,
body.rudraksha-recommendation-index-index #rud-recommendation-form .field.birth-place .field.choice {
  margin-bottom: 0px;
}
body.rudraksha-recommendation-index-index #gem-recommendation-form .field.telephone-country,
body.rudraksha-recommendation-index-index #rud-recommendation-form .field.telephone-country {
  margin-bottom: 0;
}
body.rudraksha-recommendation-index-index #gem-recommendation-form .field.telephone-number,
body.rudraksha-recommendation-index-index #rud-recommendation-form .field.telephone-number {
  margin-bottom: 0;
}
body.rudraksha-recommendation-index-index #gem-recommendation-form .actions-toolbar,
body.rudraksha-recommendation-index-index #rud-recommendation-form .actions-toolbar {
  margin: 0 0 13px 0;
}
body.rudraksha-recommendation-index-rpost .gem-result-title .top-title-container {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .gem-result-title {
    display: flex;
    flex-wrap: wrap;
  }
  .gem-result-title .top-title-info {
    width: 100%;
    margin: 0 0 10px;
  }
  .gem-recom-user-info {
    order: 1;
    width: 50%;
  }
  .gem-recom-edit {
    order: 2;
    width: 50%;
  }
  .gem-recom-birth-chart {
    /*width: 100%;
		order: 2;*/
  }
  .gem-recom-result {
    display: flex;
    flex-wrap: wrap;
  }
  .gem-recom-stone {
    width: 50%;
    margin: 0 0 40px;
    order: 1;
  }
  .stone-grid-top-titles span {
    padding: 0 20px;
  }
  .stone-grid-sec {
    width: 50%;
  }
  .gem-recom-cont {
    width: 50%;
  }
  .gem-reviews-sec {
    width: 48%;
  }
  .gem-reviews-sec table tr img,
  .gem-reviews-sec table td img {
    width: 20px;
  }
  .gem-reviews-sec table tr img ~ a,
  .gem-reviews-sec table td img ~ a {
    width: calc((100% - 30px));
    font-size: 9px;
  }
  #gem-recommendation-form .field,
  #rud-recommendation-form .field {
    width: 94%;
    margin: 0 3% 20px;
  }
  #gem-recommendation-form .field.gender .label,
  #rud-recommendation-form .field.gender .label {
    opacity: 1;
  }
}
.customized-jewel-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0 0;
  text-align: center;
  background: #ececec;
  padding: 25px 0 40px;
}
.customized-form-top {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.customized-form-top span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 20px;
}
.custom-jwel-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customized-jewellery-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
#customized-jewellery-form .fieldset {
  margin: 0;
  letter-spacing: 0.5px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customized-jewellery-form .field {
  margin: 0 0 30px;
  float: left;
  width: 33.333333%;
  padding: 0 2%;
  box-sizing: border-box;
}
#customized-jewellery-form .field.preferred-info {
  margin: 0;
}
#customized-jewellery-form .field.preferred-metal {
  width: 100%;
  padding: 0;
}
#customized-jewellery-form .field.preferred-gemstone {
  width: 100%;
  padding: 0;
}
#customized-jewellery-form .field.countrycode {
  width: 74px;
  margin-right: 15px;
  padding: 0;
  margin-bottom: 0;
}
#customized-jewellery-form .field.countrycode select {
  text-align: center;
}
#customized-jewellery-form .field .telephone {
  width: calc((100% - 89px));
  padding: 0;
  margin: 0;
}
#customized-jewellery-form .field .note {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 0;
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.5px;
}
#customized-jewellery-form .field .note:before {
  content: none;
}
#customized-jewellery-form .field .note strong {
  font-weight: 600;
}
#customized-jewellery-form .field .control {
  width: 100%;
  position: relative;
}
#customized-jewellery-form .field input {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 13px;
  color: #8e410c;
  border-radius: 3px;
  box-shadow: none;
}
#customized-jewellery-form .field textarea {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 24px;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: .6px;
  padding: 0 10px;
  height: 106px !important;
  width: 100% !important;
}
#customized-jewellery-form .field.upload-design {
  position: relative;
}
#customized-jewellery-form .field #uploadDesign {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
#customized-jewellery-form .field .upload-box {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  height: 106px;
}
#customized-jewellery-form .field .upload-box label {
  display: flex;
  width: 100%;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-transform: uppercase;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
#customized-jewellery-form .field .upload-box label em {
  margin: 0 10px 0 0;
  display: inline-block;
  width: 40px;
  color: #FC7B50;
  font-size: 30px;
  line-height: 40px;
}
#customized-jewellery-form .field .upload-box label img {
  margin: 0 10px 0 0;
  display: inline-block;
  width: auto;
  color: #FC7B50;
  line-height: 40px;
  vertical-align: top;
  height: 40px;
}
#customized-jewellery-form .field .upload-box label span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 18px;
  max-width: calc((100% - 52px));
  text-align: left;
  box-sizing: border-box;
  padding: 0 28px 0 0;
}
#customized-jewellery-form .field #upload-design-delete {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 8px;
  top: calc((50% - 10px));
  background: none;
  color: #FC7B50;
  font-size: 14px;
  font-weight: 600;
}
#customized-jewellery-form div.mage-error {
  position: absolute;
  bottom: -15px;
  line-height: 14px;
}
#customized-jewellery-form .actions-toolbar {
  width: 100%;
  margin: 10px 0 0 !important;
  display: inline-block;
  vertical-align: top;
  padding: 0 2%;
  box-sizing: border-box;
  text-align: center;
}
#customized-jewellery-form .actions-toolbar div.primary {
  float: none;
  width: 100%;
}
#customized-jewellery-form .actions-toolbar button.action.submit,
#customized-jewellery-form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.submit,
#customized-jewellery-form .actions-toolbar .action-gift.action.submit {
  padding: 0 10px;
  border: none;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 3px;
  background: #FC7B50;
  float: none;
  display: inline-block;
  width: 40%;
  min-width: 250px;
  margin: 0;
}
#customized-jewellery-form .actions-toolbar button.action.submit:hover,
#customized-jewellery-form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.submit:hover,
#customized-jewellery-form .actions-toolbar .action-gift.action.submit:hover {
  background: #FC7B50;
  border: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.form-address-edit .actions-toolbar .vertex-update-address {
  margin-top: 10px;
}
.vertex__address-suggestion {
  margin: 5px 0;
  padding-left: 10px;
  font-weight: 500;
  border-left: 2px solid gray;
}
.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 5px 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;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  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-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-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  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: 700;
  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: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  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 #d1d1d1;
  clear: both;
  margin: 0 -10px -1px;
  padding: 0 10px;
}
.block-search input {
  font-size: 16px;
  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: 'icons-blank-theme';
  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 {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 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: 'icons-blank-theme';
  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 #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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 2px 1px rgba(0, 0, 0, 0.12);
}
.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: 'icons-blank-theme';
  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 #d1d1d1;
  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 #d1d1d1;
}
.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 5px;
  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: '\e629';
  font-family: 'icons-blank-theme';
  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 #d1d1d1;
}
.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 #d1d1d1;
}
.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: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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 #aeaeae;
  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: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.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: #8e410c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #8e410c;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #fc7b50;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #8e410c;
  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,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .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: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  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 #c9c9c9;
  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 #aeaeae;
  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: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.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 #d1d1d1;
  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;
}
.block.newsletter {
  margin-bottom: 40px;
}
.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: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.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;
}
.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-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  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-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  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 #d1d1d1;
  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(../../frontend/Shubh/gems/en_US/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(../../frontend/Shubh/gems/en_US/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%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  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: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  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-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-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  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: 28px;
  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-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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-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-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  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 #d1d1d1;
  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 #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  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 #d1d1d1;
}
.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 #d1d1d1;
  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: 'icons-blank-theme';
  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;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.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;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.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 {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.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);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Shubh/gems/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.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 {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  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;
  padding: 2px;
  position: static;
}
.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;
}
.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: #8e410c;
  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: #8e410c;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #fc7b50;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.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: #8e410c;
  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: #8e410c;
  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: #8e410c;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #fc7b50;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.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: #8e410c;
  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;
}
._am-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
._am-visually-hidden-reset {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}
._word-break {
  word-break: break-all;
  word-break: break-word;
}
._am-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  position: relative;
  box-sizing: border-box;
  margin: 2px 0 0;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #a39fa8;
  background-color: #fff;
  cursor: pointer;
}
._am-checkbox:hover {
  border-color: #026bb3;
}
._am-checkbox-arrow {
  display: none;
  margin: 0 0 2px 0;
  width: 4px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  transform: rotate(45deg);
}
._am-cross-icon {
  position: relative;
}
._am-cross-icon:before,
._am-cross-icon:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 11px;
  height: 1px;
  background: #a39fa8;
  content: '';
}
._am-cross-icon:before {
  transform: rotate(45deg);
}
._am-cross-icon:after {
  transform: rotate(-45deg);
}
._am-cross-icon:hover:before,
._am-cross-icon:focus:before,
._am-cross-icon:active:before,
._am-cross-icon:hover:after,
._am-cross-icon:focus:after,
._am-cross-icon:active:after {
  background: #504d58;
}
._am-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amprot-field {
  margin: 0 0 30px 0;
  line-height: 1;
}
.amprot-field.-checkable {
  margin: 0 0 35px;
}
.amprot-field.-checkable .amprot-label {
  margin: 0 0 20px 0;
}
.amprot-label {
  word-break: break-all;
  word-break: break-word;
  display: inline-block;
  margin: 0 0 10px 0;
  color: #333333;
  font-weight: bold;
  line-height: 1;
}
.required .amprot-label:after {
  margin: 0 0 0 5px;
  color: #c84f4f;
  content: '*';
  font-size: 1.2rem;
}
.amprot-note-block {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1;
}
.amprot-note-block > .amprot-character-counter {
  color: #c84f4f;
}
.amprot-text .price-notice {
  display: flex;
  padding: 0 0 0 5px;
  color: #504d58;
  word-break: normal;
}
.amprot-field .amprot-input-block .mage-error {
  color: #c84f4f;
  font-size: 12px;
}
.amprot-dependent-field {
  display: none;
}
.amprot-input-block .amprot-input-text,
.amprot-input-block .amprot-input-textarea {
  transition: 0.1s all ease-in;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  border: 1px solid #bebbc3;
  border-radius: 2px;
  color: #0e1025;
  vertical-align: baseline;
  line-height: 1.4;
}
.amprot-input-block .amprot-input-text::placeholder,
.amprot-input-block .amprot-input-textarea::placeholder {
  color: #bebbc3;
}
.amprot-input-block .amprot-input-text:hover,
.amprot-input-block .amprot-input-textarea:hover,
.amprot-input-block .amprot-input-text:focus,
.amprot-input-block .amprot-input-textarea:focus,
.amprot-input-block .amprot-input-text:active,
.amprot-input-block .amprot-input-textarea:active {
  border-color: #a39fa8;
}
.amprot-input-block .amprot-input-text:not([disabled]):focus,
.amprot-input-block .amprot-input-textarea:not([disabled]):focus {
  box-shadow: none;
}
.amprot-input-block .amprot-input-text:-ms-input-placeholder,
.amprot-input-block .amprot-input-textarea:-ms-input-placeholder {
  color: #bebbc3;
}
.amprot-input-block .amprot-input-textarea {
  display: block;
  padding: 10px;
  height: auto;
}
.amprot-radio-block,
.amprot-checkbox-block {
  display: flex;
  position: relative;
  margin: 0 0 15px 0;
  line-height: 1;
  cursor: pointer;
}
.amprot-radio-block > .amprot-text,
.amprot-checkbox-block > .amprot-text {
  display: flex;
  justify-content: space-between;
  word-break: break-all;
  word-break: break-word;
  flex-grow: 1;
  padding: 0 0 0 5px;
  color: #0e1025;
  font-style: normal;
}
.amprot-radio-block > .amprot-input,
.amprot-checkbox-block > .amprot-input {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.amprot-radio-block > .amprot-input:checked ~ .amprot-mark,
.amprot-checkbox-block > .amprot-input:checked ~ .amprot-mark {
  border-color: #1e79c2;
  background-color: #1e79c2;
}
.amprot-radio-block > .amprot-input:checked ~ .amprot-mark:after,
.amprot-checkbox-block > .amprot-input:checked ~ .amprot-mark:after {
  display: block;
}
.amprot-radio-block > .amprot-input:not(:checked):focus ~ .amprot-mark,
.amprot-checkbox-block > .amprot-input:not(:checked):focus ~ .amprot-mark {
  border-color: #026bb3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amprot-radio-block > .amprot-input:checked ~ .amprot-text,
.amprot-checkbox-block > .amprot-input:checked ~ .amprot-text {
  color: #0e1025;
  font-weight: bold;
}
.amprot-radio-block > .amprot-mark,
.amprot-checkbox-block > .amprot-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  position: relative;
  box-sizing: border-box;
  margin: 2px 0 0;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #a39fa8;
  background-color: #fff;
  cursor: pointer;
}
.amprot-radio-block > .amprot-mark:hover,
.amprot-checkbox-block > .amprot-mark:hover {
  border-color: #026bb3;
}
.amprot-radio-block:hover .amprot-text,
.amprot-checkbox-block:hover .amprot-text,
.amprot-radio-block:focus .amprot-text,
.amprot-checkbox-block:focus .amprot-text {
  color: #026bb3;
}
.amprot-radio-block:hover .amprot-mark,
.amprot-checkbox-block:hover .amprot-mark,
.amprot-radio-block:focus .amprot-mark,
.amprot-checkbox-block:focus .amprot-mark {
  border-color: #026bb3;
}
.amprot-checkbox-block > .amprot-mark {
  border-radius: 1px;
}
.amprot-checkbox-block > .amprot-mark:after {
  display: none;
  margin: 0 0 2px 0;
  width: 4px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  transform: rotate(45deg);
}
.amprot-radio-block > .amprot-mark {
  border-radius: 50%;
}
.amprot-radio-block > .amprot-mark:after {
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  content: '';
}
.amprot-text > .amprot-value {
  width: 100%;
}
.-checkable .mage-error {
  padding-top: 5px;
  border-top: 1px solid #f4dcdc;
}
.amprot-select-block {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
}
.amprot-select-block.-active {
  z-index: 11;
}
.amprot-select-block.-active .amprot-select-options {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.amprot-select-block.-active .amprot-placeholder {
  color: #0e1025;
}
.amprot-select-block.-active .amprot-placeholder:after {
  top: 13px;
  transform: rotate(225deg);
}
.amprot-select-block.-multiple .amprot-option {
  justify-content: flex-start;
}
.amprot-select-block.-multiple .amprot-option:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  position: relative;
  box-sizing: border-box;
  margin: 2px 0 0;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #a39fa8;
  background-color: #fff;
  cursor: pointer;
  margin: 1px 10px 0 0;
  border-radius: 1px;
  content: '';
}
.amprot-select-block.-multiple .amprot-option:before:hover {
  border-color: #026bb3;
}
.amprot-select-block.-multiple .amprot-option:after {
  display: none;
  margin: 0 0 2px 0;
  width: 4px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 13px;
}
.amprot-select-block.-multiple .amprot-option > .amprot-value {
  margin: 0 0 0 auto;
}
.amprot-select-block.-multiple .amprot-option.-selected:before {
  border-color: #1e79c2;
  background-color: #1e79c2;
}
.amprot-select-block.-multiple .amprot-option.-selected:after {
  display: block;
}
.amprot-select-block.-multiple .amprot-option:hover,
.amprot-select-block.-multiple .amprot-option.-selected {
  background-color: transparent;
  color: #0e1025;
}
.amprot-select-block.-multiple .amprot-option.-selected {
  font-weight: bold;
}
.amprot-select-block.-multiple .amprot-option:hover:before {
  border-color: #1e79c2;
}
.amprot-select-block.-multiple.-active > .amprot-placeholder {
  position: relative;
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 11px;
  height: 1px;
  background: #a39fa8;
  content: '';
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:before {
  transform: rotate(45deg);
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:after {
  transform: rotate(-45deg);
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:hover:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:focus:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:active:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:hover:after,
.amprot-select-block.-multiple.-active > .amprot-placeholder:focus:after,
.amprot-select-block.-multiple.-active > .amprot-placeholder:active:after {
  background: #504d58;
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:after {
  right: 9px;
  left: inherit;
  border: 0;
}
.amprot-select-options {
  position: absolute;
  top: calc(100% - 2px);
  right: 0;
  left: 0;
  z-index: 2;
  display: block;
  visibility: hidden;
  overflow: auto;
  margin: 0;
  padding: 0;
  max-height: 300px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #a39fa8;
  border-radius: 0 0 2px 2px;
  background: #fff;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
}
.amprot-select-options .amprot-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 10px;
  color: #0e1025;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.amprot-select-options .amprot-option:hover {
  background-color: #026bb3;
  color: #fff;
}
.amprot-select-options .amprot-option.-selected {
  background-color: #025c9a;
  color: #fff;
}
.amprot-select-options .amprot-option .amprot-title,
.amprot-select-options .amprot-option .amprot-value {
  pointer-events: none;
}
.amprot-select-options .amprot-option:not(:hover):not(.-selected) .amprot-value {
  color: #504d58;
}
.amprot-select-block > .amprot-placeholder {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 0 30px 0 10px;
  height: 30px;
  border: 1px solid #a39fa8;
  border-radius: 2px;
  background: #fff;
  color: #bebbc3;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.amprot-select-block > .amprot-placeholder > .amprot-value:before {
  padding: 0 5px;
  color: #a39fa8;
  content: '|';
}
.amprot-select-block > .amprot-placeholder:after {
  position: absolute;
  top: 8px;
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #a39fa8;
  content: '';
  transform: rotate(45deg);
}
.amprot-select-block > .amprot-placeholder.-selected {
  color: #0e1025;
}
.amprot-input-block > .amprot-select {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.amprot-close-button {
  position: relative;
  display: block;
  padding: 0;
  width: 25px;
  height: 100%;
  border: 0;
  border-radius: 0 50px 50px 0;
  background: none;
  box-shadow: none;
  color: inherit;
  line-height: 1;
}
.amprot-close-button:before,
.amprot-close-button:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 11px;
  height: 1px;
  background: #a39fa8;
  content: '';
}
.amprot-close-button:before {
  transform: rotate(45deg);
}
.amprot-close-button:after {
  transform: rotate(-45deg);
}
.amprot-close-button:hover:before,
.amprot-close-button:focus:before,
.amprot-close-button:active:before,
.amprot-close-button:hover:after,
.amprot-close-button:focus:after,
.amprot-close-button:active:after {
  background: #504d58;
}
.amprot-close-button:not(.primary) {
  box-shadow: none;
}
.amprot-close-button:hover,
.amprot-close-button:focus,
.amprot-close-button:active {
  border: 0;
  background: none;
  color: inherit;
}
.-select .amprot-input-block {
  display: flex;
  flex-direction: column;
}
.-select .amprot-input-block .mage-error[generated] {
  order: 3;
}
.required.mage-error ~ .amprot-select-block .amprot-placeholder {
  border-color: #c84f4f;
}
.amprot-tags-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.amprot-tags-block > .amprot-option {
  display: flex;
  align-items: center;
  transition: 0.1s all ease-in;
  overflow: hidden;
  margin: 10px 10px 0 0;
  padding: 0;
  border: 1px solid #1e79c2;
  border-radius: 50px;
  color: #0e1025;
}
.amprot-tags-block > .amprot-option > .amprot-title {
  padding: 10px;
}
.amprot-tags-block > .amprot-option > .amprot-value {
  padding: 10px 0;
  color: #504d58;
  font-weight: bold;
}
.amprot-tags-block > .amprot-option:hover {
  border-color: #026bb3;
}
.amprot-tags-block > .amprot-option:hover > .amprot-title {
  color: #000;
}
.amprot-swatches-block {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.amprot-swatches-block *,
.amprot-swatches-block *:before,
.amprot-swatches-block *:after {
  box-sizing: border-box;
}
.amprot-swatches-block:not(.-swatch-thumbnail) .amprot-text {
  display: none;
}
.amprot-swatch-option {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  margin: 0 15px 15px 0;
  padding: 3px 10px;
  height: 40px;
  border: 1px solid #efefef;
  border-radius: 1px;
  color: #0e1025;
  font-size: 14px;
  cursor: pointer;
}
.amprot-swatch-option .amprot-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  flex-grow: 1;
  margin: 0 25px 0 5px;
  line-height: 1.3;
}
.amprot-swatch-option .amprot-price {
  display: block;
  color: #504d58;
  line-height: 1.3;
}
.amprot-swatch-option:hover,
.amprot-swatch-option.-selected {
  border-color: #1e79c2;
}
.amprot-swatch-option:hover .amprot-price,
.amprot-swatch-option.-selected .amprot-price {
  font-weight: 600;
}
.amprot-swatch-option:hover .amprot-text,
.amprot-swatch-option.-selected .amprot-text {
  color: #0e1025;
}
.-swatch-vertical .amprot-swatch-option {
  display: block;
  padding: 0;
  height: auto;
  border: 0;
  text-align: center;
}
.-swatch-vertical .amprot-name {
  margin: 5px 0;
  color: #504d58;
}
.-swatch-vertical .amprot-price {
  color: #504d58;
  font-weight: 400;
}
.-swatch-vertical .amprot-image-block {
  margin: 0 auto;
  padding: 5px;
  width: 60px;
  height: 60px;
  border: 1px solid #efefef;
  border-radius: 1px;
}
.-swatch-vertical .amprot-swatch-option:hover .amprot-image-block,
.-swatch-vertical .amprot-swatch-option.-selected .amprot-image-block {
  border-color: #1e79c2;
}
.-swatch-vertical .amprot-swatch-option:hover .amprot-name,
.-swatch-vertical .amprot-swatch-option.-selected .amprot-name {
  color: #0e1025;
}
.-swatch-vertical .amprot-swatch-option:hover .amprot-price,
.-swatch-vertical .amprot-swatch-option.-selected .amprot-price {
  color: #0e1025;
  font-weight: 400;
}
.-swatch-thumbnail .amprot-swatch-option {
  display: block;
  padding: 5px;
  max-width: 100%;
  height: auto;
}
.-swatch-thumbnail .amprot-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  width: auto;
  height: 30px;
  line-height: 1;
}
.-swatch-thumbnail .amprot-image-placeholder {
  display: none;
}
.-swatch-thumbnail .amprot-name,
.-swatch-thumbnail .amprot-price {
  display: none;
}
.amprot-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  width: 30px;
  height: 30px;
}
.amprot-image-block .amprot-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #504d58;
  font-size: 18px;
  line-height: 1.3;
}
.amprot-image-block .amprot-image {
  min-width: 100%;
  min-height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amprot-swatch-input {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
#product-options-wrapper {
  float: left;
  width: 100%;
}
#product-options-wrapper .fieldset {
  width: 100% !important;
  float: left;
}
#product-options-wrapper .pro-opt-container {
  float: left;
  width: 100%;
  position: relative;
}
#product-options-wrapper .pro-opt-container.co_select_for_rpb .amprot-swatch-option {
  padding-bottom: 0;
}
#product-options-wrapper .pro-opt-container.co_select_for_rpb .amprot-swatch-option .amprot-image-block.zoom-block {
  display: none !important;
}
#product-options-wrapper .pro-opt-container.co_select_for_rpb .amprot-swatch-option .amprot-name {
  line-height: 30px;
}
#product-options-wrapper .pro-opt-container.co_select_for_rpb .amprot-swatch-option .amprot-price {
  margin: 0;
  float: left;
}
#product-options-wrapper .pro-opt-container.co_select_metal .amprot-field,
#product-options-wrapper .pro-opt-container.co_jewel_option_dropdown .amprot-field {
  max-width: 100%;
}
#product-options-wrapper .pro-opt-container.co_select_metal .amprot-label,
#product-options-wrapper .pro-opt-container.co_jewel_option_dropdown .amprot-label {
  width: auto;
  min-width: 240px;
  float: left;
}
#product-options-wrapper .pro-opt-container.co_select_metal .amprot-input-block,
#product-options-wrapper .pro-opt-container.co_jewel_option_dropdown .amprot-input-block {
  width: calc((100% - 240px));
  flex-wrap: wrap;
  float: left;
}
#product-options-wrapper .pro-opt-container.co_upload_your_own_ring_design .field,
#product-options-wrapper .pro-opt-container.co_upload_your_own_pendant_design .field {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
#product-options-wrapper .pro-opt-container.co_upload_your_own_ring_design label,
#product-options-wrapper .pro-opt-container.co_upload_your_own_pendant_design label {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 38px;
}
#product-options-wrapper .pro-opt-container.co_upload_your_own_ring_design .control,
#product-options-wrapper .pro-opt-container.co_upload_your_own_pendant_design .control {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 10px 0 0;
}
#product-options-wrapper .pro-opt-container.co_upload_your_own_ring_design p.note,
#product-options-wrapper .pro-opt-container.co_upload_your_own_pendant_design p.note {
  float: left;
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.7px;
  margin: 10px 0 0;
}
#product-options-wrapper .pro-opt-container.co_upload_your_own_ring_design p.note strong,
#product-options-wrapper .pro-opt-container.co_upload_your_own_pendant_design p.note strong {
  font-weight: 600;
}
#product-options-wrapper .pro-opt-container .custom-mage-error {
  margin: 0;
  line-height: 22px;
  font-size: 11px !important;
  letter-spacing: .5px;
  color: #c84f4f;
  clear: both;
}
#product-options-wrapper .amprot-field {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
#product-options-wrapper .amprot-field#nameofwearer div.mage-error {
  display: none !important;
}
#product-options-wrapper .amprot-label {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 38px;
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  color: #8e410c;
  letter-spacing: 0.6px;
}
#product-options-wrapper .amprot-label:after {
  content: none;
}
#product-options-wrapper .amprot-input-block {
  width: 100%;
  max-width: 100%;
}
#product-options-wrapper .amprot-input-block .mage-error {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  line-height: 24px;
}
#product-options-wrapper .amprot-input-block .amprot-select-block {
  float: left;
  width: 100%;
  z-index: 0;
}
#product-options-wrapper .amprot-input-block .amprot-select-block.-active {
  z-index: 1;
}
#product-options-wrapper .amprot-input-block .amprot-select-block .amprot-placeholder {
  border-radius: 3px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  letter-spacing: 0.7px;
  font-weight: 400;
  border-color: #c2c2c2;
  color: #8e410c;
  box-sizing: border-box;
  z-index: 1;
}
#product-options-wrapper .amprot-input-block .amprot-select-block .amprot-placeholder:after {
  color: #8e410c;
  border-color: #8e410c;
}
#product-options-wrapper .amprot-input-block .amprot-select-block .amprot-placeholder .amprot-value {
  margin: 0 0 0 5px;
}
#product-options-wrapper .amprot-input-block .amprot-select-block .amprot-placeholder .amprot-value:before {
  content: none;
}
#product-options-wrapper .amprot-input-block .amprot-select-block .amprot-select-options {
  z-index: 0;
}
#product-options-wrapper .amprot-input-block .amprot-select-block .amprot-option {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 20px;
  line-height: 28px;
  font-size: 11px;
  letter-spacing: 0.7px;
  font-weight: 600;
  box-sizing: border-box;
}
#product-options-wrapper .amprot-swatch-option {
  width: 16%;
  margin: 0 12% 0 0;
  display: inline-block;
  padding: 8px 2px 8px 0px;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}
#product-options-wrapper .amprot-swatch-option:nth-child(4n) {
  margin: 0;
}
#product-options-wrapper .amprot-swatch-option:nth-child(4n):hover .amprot-image-block.zoom-block {
  left: calc((-712% - 40px));
}
#product-options-wrapper .amprot-swatch-option:nth-child(4n-1):hover .amprot-image-block.zoom-block {
  left: calc((-536% - 40px));
}
#product-options-wrapper .amprot-swatch-option:nth-child(4n-2):hover .amprot-image-block.zoom-block {
  left: calc((-362% - 40px));
}
#product-options-wrapper .amprot-swatch-option:nth-child(4n-3):hover .amprot-image-block.zoom-block {
  left: calc((-185% - 40px));
}
#product-options-wrapper .amprot-swatch-option .amprot-image-block {
  display: inline-block;
  width: 86px;
  box-sizing: border-box;
  border-radius: 4px;
  height: 86px;
  border: 2px solid transparent;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
#product-options-wrapper .amprot-swatch-option .amprot-image-block.zoom-block {
  display: none;
}
#product-options-wrapper .amprot-swatch-option .amprot-name {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 600;
}
#product-options-wrapper .amprot-swatch-option .amprot-price {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin: 0 0 15px;
  line-height: 18px;
}
#product-options-wrapper .amprot-swatch-option.-selected .amprot-image-block,
#product-options-wrapper .amprot-swatch-option:hover .amprot-image-block {
  border: 2px solid #FC7B50;
  box-shadow: none;
}
#product-options-wrapper .amprot-swatch-option.-selected .amprot-name,
#product-options-wrapper .amprot-swatch-option:hover .amprot-name,
#product-options-wrapper .amprot-swatch-option.-selected .amprot-price,
#product-options-wrapper .amprot-swatch-option:hover .amprot-price {
  color: #FC7B50;
}
#product-options-wrapper .amprot-swatch-option:hover .amprot-image-block.zoom-block {
  display: inline-block;
  left: 0;
  right: auto;
  background: #fff;
  top: 0;
  border: 1px solid #FC7B50;
  transform: scale(3);
  position: absolute;
  z-index: 2;
}
#product-options-wrapper #poojaenergise .amprot-label {
  display: none;
}
#product-options-wrapper #poojaenergise .amprot-checkbox-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
#product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-mark {
  border: 2px solid #8e410c;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 9px 10px 0 0;
  float: left;
  box-shadow: none;
}
#product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-input:checked ~ .amprot-mark {
  background: none;
  border-color: #FC7B50;
}
#product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-input:checked ~ .amprot-mark:after {
  border-color: #FC7B50;
  height: 10px;
  width: 4px;
  margin: 0 0 4px 0;
}
#product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text {
  float: left;
  width: auto;
  max-width: calc((100% - 35px));
  padding: 0;
}
#product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before {
  content: "Energise & Activate for Astrological Purpose (No Extra Cost)";
  font-size: 13px;
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 38px;
  color: #8e410c;
  font-weight: 600;
  letter-spacing: 0.6px;
}
#product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-value {
  display: none;
  width: auto;
  vertical-align: top;
  line-height: 38px;
  color: #8e410c;
  font-size: 0px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
#product-options-wrapper .input-text-fields-col .amprot-label {
  float: left;
  width: auto;
  min-width: 240px;
  line-height: 32px;
}
#product-options-wrapper .input-text-fields-col .amprot-input-block {
  float: left;
  width: calc((100% - 240px));
}
#product-options-wrapper .input-text-fields-col .amprot-input-block input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  color: #8e410c;
  border-radius: 3px;
  border: 1px solid #c2c2c2;
  box-shadow: none;
  padding: 0 10px;
  font-size: 12px;
  letter-spacing: 0.7px;
  font-weight: 400;
}
#product-options-wrapper .input-text-fields-col .amprot-input-block input.mage-error {
  border-color: #c84f4f;
}
#product-options-wrapper .input-text-fields-col.required .amprot-label:after {
  content: '*';
  color: #e02b27;
  font-size: 11px;
  margin: 0px;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#product-options-wrapper #dateofbirth .legend span:after {
  content: '*';
  color: #e02b27;
  font-size: 11px;
  margin: 0px;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#product-options-wrapper .date-time-fields-col .fieldset .legend {
  float: left;
  width: auto;
  min-width: 240px;
  margin: 0;
}
#product-options-wrapper .date-time-fields-col .fieldset .legend span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 32px;
  font-weight: 600;
  font-size: 12px;
  color: #8e410c;
  letter-spacing: 0.6px;
}
#product-options-wrapper .date-time-fields-col .fieldset .control {
  float: left;
  width: calc((100% - 240px));
  clear: none;
}
#product-options-wrapper .date-time-fields-col .fieldset .control select {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 26px 0 10px;
  border: 1px solid #c2c2c2;
  box-shadow: none;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #8e410c;
  letter-spacing: 0.7px;
  border-radius: 3px;
}
#product-options-wrapper .date-time-fields-col .fieldset .control select.mage-error {
  border-color: #c84f4f;
}
#product-options-wrapper .date-time-fields-col .fieldset .control b {
  float: left;
  width: auto;
  margin: 0 10px 0 0;
  line-height: 38px;
}
.category-agate #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-black-tourmaline #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-chrysocolla #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-labradorite #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-obsidian #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-rose-quartz #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-agate-red-sulemani-hakik #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-bloodstone #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-clear-quartz-crystal #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-lapis-lazuli #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-onyx #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-rutilated-quartz #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-aventurine-quartz #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-carnelian #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-jade #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-malachite #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-prehnite #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-sunstone #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-azurite #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-chalcedony #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-jasper #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-moldavite #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-rhodochrosite #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-tiger-eye #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-amber #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-moonstone #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-turquoise #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before,
.category-morganite #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before {
  content: "Energise & Activate for Maximum Healing Benefits (No Extra Cost)";
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #product-options-wrapper .amprot-swatch-option {
    width: 22%;
    margin: 0 4% 0 0;
  }
  #product-options-wrapper .amprot-swatch-option .amprot-image-block {
    width: 76px;
    height: 76px;
  }
  #product-options-wrapper .pro-opt-container.co_select_metal .amprot-label,
  #product-options-wrapper .pro-opt-container.co_jewel_option_dropdown .amprot-label,
  #product-options-wrapper .pro-opt-container.co_name_of_wearer .amprot-label,
  #product-options-wrapper .pro-opt-container.co_place_of_birth .amprot-label {
    width: 100%;
  }
  #product-options-wrapper .pro-opt-container.co_select_metal .amprot-input-block,
  #product-options-wrapper .pro-opt-container.co_jewel_option_dropdown .amprot-input-block,
  #product-options-wrapper .pro-opt-container.co_name_of_wearer .amprot-input-block,
  #product-options-wrapper .pro-opt-container.co_place_of_birth .amprot-input-block {
    width: 100%;
  }
  #product-options-wrapper .pro-opt-container .date-time-fields-col .fieldset .control {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #product-options-wrapper .pro-opt-container .date-time-fields-col .fieldset .control select {
    margin: 0 5px 0 0;
    padding: 0 16px 0 4px;
    max-width: 33.3333%;
    text-align: center;
  }
  #product-options-wrapper .pro-opt-container .date-time-fields-col .fieldset .control b {
    margin: 0 5px 0 0;
  }
  #product-options-wrapper .pro-opt-container .date-time-fields-col .fieldset .control select[data-calendar-role="month"] {
    max-width: 40%;
  }
  #product-options-wrapper .pro-opt-container .date-time-fields-col .fieldset .control select[data-calendar-role="year"] {
    margin: 0;
    max-width: 27%;
  }
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: inline-block;
  hyphens: auto;
  margin: 10px 0 0;
  word-wrap: break-word;
  width: 100%;
}
.product-item-info {
  max-width: 100%;
  width: 100%;
}
.page-products .product-item-info {
  width: 100%;
  position: relative;
  margin: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.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,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.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,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.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;
}
.product-item .price-box {
  margin: 0;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 18px;
}
.product-item .price-box span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 18px;
  margin: 0 2px;
  letter-spacing: 0.5px;
  /*color: #FC7B50;*/
}
.product-item .price-box span.price {
  font-weight: 600;
  font-size: 13px;
}
.product-item .price-box span.old-price {
  float: left;
}
.product-item .price-box span.old-price .price {
  font-weight: 400;
  font-size: 12px;
  text-decoration: line-through;
  color: #8e410c;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
  display: none;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.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 .minimal-price-link .price-label {
  color: #8e410c;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.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 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
/*==========================From 300 to 370==========================*/
@media only screen and (min-width: 300px) and (max-width: 370px) {
  .product-item .product-item-details .price-box span {
    letter-spacing: 0px;
    margin: 0 0.5px;
  }
  .product-item .product-item-details .price-box span.price {
    font-size: 10px;
  }
  .product-item .product-item-details .price-box span.old-price .price {
    font-size: 8px;
  }
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  line-height: 40px;
  margin: 0;
  padding: 0;
  width: 50%;
  display: none;
  font-size: 13px;
  font-weight: 600;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  width: 67%;
}
.toolbar-products:before {
  content: none;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 0;
  line-height: 40px;
  width: auto;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter .sorter-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 40px;
  font-weight: 400;
  font-size: 13px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
  border: none;
  padding: 0 30px 0 10px;
  background: #f1f1f1 url('../../frontend/Shubh/gems/en_US/images/down-arrow.png') no-repeat scroll right 9px center / 12px;
  height: 40px;
  font-size: 12px;
  letter-spacing: 0.5px;
  box-shadow: none;
  -moz-appearance: none;
  color: #8e410c;
  font-weight: 400;
  position: relative;
  border-radius: 4px;
  -webkit-appearance: none;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.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:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .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: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.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] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.product-image-wrapper {
  display: inline-block;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 !important;
  width: 100%;
  vertical-align: top;
}
.product-image-wrapper img {
  vertical-align: top;
}
.product-image-photo {
  display: inline-block;
  margin: auto;
  position: static;
  width: 100%;
  vertical-align: middle;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.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 .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
  float: left;
  width: 65%;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.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: 4px 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: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}
.product-info-main .stock.available {
  color: green;
}
.product-info-main .stock.unavailable {
  color: red;
}
.product-info-main .product.attribute.sku {
  float: left;
  width: auto;
  margin: 0 3% 0 0;
  position: relative;
  padding: 0 3% 0 0;
}
.product-info-main .product.attribute.sku:after {
  content: " ";
  position: absolute;
  width: auto;
  height: 18px;
  border-right: 2px solid;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin: 0;
  font-weight: 600;
  position: relative;
  padding: 0 10px 0 0;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.product-info-main .product.attribute.sku .type:after {
  content: ":";
  margin: 0 3px 0 7px;
  position: absolute;
  top: -1px;
  right: -2px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.product-info-main .price-box span {
  float: left;
  width: auto;
  margin: 0 !important;
  line-height: 28px !important;
}
.product-info-main .price-box span.price-label {
  display: none;
}
.product-info-main .price-box span.old-price {
  margin: 0 5px 0 0 !important;
}
.product-info-main .price-box span.special-price {
  float: none;
  display: inline-block;
}
.product-info-main .price-box:after {
  content: '(All Taxes / GST included) ';
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 28px;
  font-weight: 400;
  color: #8e410c !important;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  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;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 16px;
  font-weight: 600;
  color: #f26a40;
  margin: 0 10px 0 0 !important;
}
.product-info-main .price-box span.old-price .price-wrapper .price,
.product-options-bottom .price-box span.old-price .price-wrapper .price {
  color: #8e410c;
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #8e410c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #8e410c;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #fc7b50;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.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: #8e410c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.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: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.parent-category-info {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
.pare-category-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 30px 0;
  text-align: center;
}
.pare-category-title.top-gapping {
  margin-top: 30px;
}
.pare-category-title span,
.pare-category-title h1,
.pare-category-title h2 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  position: relative;
  padding: 0 100px;
  box-sizing: border-box;
  margin: 0;
}
.pare-category-title span:after,
.pare-category-title h1:after,
.pare-category-title h2:after {
  content: "";
  background: linear-gradient(90deg, #ffffff 0%, #fc7f55 28%, #fc7b50 72%, #ffffff 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: translate(-50%, 0);
}
.pare-category-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.pare-category-content .cate-info {
  display: inline-block;
  width: 98%;
  vertical-align: top;
  margin: 20px 1%;
}
.pare-category-content .sub-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  line-height: 28px;
  margin: 12px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pare-category-content .sub-min-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 15px;
  font-weight: 600;
  margin: 15px 0 10px;
  text-transform: capitalize;
}
.pare-category-content p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
}
.pare-category-content p strong {
  font-weight: 600;
}
.pare-category-content a {
  color: #FC7B50;
}
.pare-category-content ul {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 12px;
  padding: 0 0 0 20px;
}
.pare-category-content li {
  margin: 0 0 10px;
}
.pare-category-content li strong {
  font-weight: 600;
}
.pare-category-content td strong,
.pare-category-content td b {
  font-weight: 600;
}
.pare-category-content tbody td {
  min-width: 50%;
  border-color: #c2c2c2;
}
.pare-category-content table {
  margin: 10px 0;
  border-color: #c2c2c2;
}
.sub-cate-grids {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.sub-cate-grids .cate-grid {
  float: left;
  width: 23%;
  margin: 0 1% 2%;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.sub-cate-grids .cate-grid:hover .cate-title {
  color: #FC7B50;
}
.sub-cate-grids .cate-grid:hover .cate-sub-title {
  color: #FC7B50;
}
.sub-cate-grids .cate-grid:hover .cate-pic img {
  transform: scale(1);
}
.sub-cate-grids .cate-grid.full-grid {
  width: 33%;
  max-width: 280px;
}
.sub-cate-grids .cate-grid.full-grid .cate-pic {
  overflow: hidden;
  border-radius: 3px;
  margin: 0 0 15px;
  height: 260px;
}
.sub-cate-grids .cate-grid.full-grid .cate-pic img {
  transform: scale(1);
  max-width: 100%;
  width: auto;
  height: 260px;
  object-fit: cover;
}
.sub-cate-grids .cate-grid.full-grid:hover .cate-pic img {
  transform: scale(1.1);
}
.sub-cate-grids .cate-grid.col-2 {
  width: 48%;
}
.sub-cate-grids .cate-grid.col-2 .cate-desc {
  margin: 15px 0 0;
}
.sub-cate-grids .cate-grid.col-2 .cate-desc p {
  line-height: 24px;
  color: #8e410c;
}
.sub-cate-grids .cate-grid.col-2 .cate-pic img {
  max-width: 80%;
}
.sub-cate-grids a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.sub-cate-grids .cate-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  height: 120px;
}
.sub-cate-grids .cate-pic img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  transition: all 0.5s ease;
  transform: scale(0.8);
  height: 120px;
  object-fit: contain;
  object-position: center;
}
.sub-cate-grids .cate-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
  color: #8e410c;
  transition: all 0.5s ease;
  font-size: 13px;
  line-height: 24px;
}
.sub-cate-grids .cate-sub-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #8e410c;
  transition: all 0.5s ease;
}
.sub-cate-grids .cate-sub-title h3 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 24px;
  font-weight: normal;
}
.category-top-tabbing {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.category-top-tabbing.block-below {
  margin-bottom: 20px;
}
.category-top-tabbing .tab-option-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.category-top-tabbing .tab-list-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.category-top-tabbing .tab-option-content-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.category-top-tabbing .tab-content-sec {
  display: none;
  width: 100%;
  vertical-align: top;
  margin: 15px 0;
}
.category-top-tabbing .tab-content-sec.active {
  display: inline-block;
  margin-bottom: 0;
}
.category-top-tabbing .tab-option-aliphabets,
.category-top-tabbing .tab-option-colors {
  float: left;
  width: 48%;
  background: #ececec;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  margin: 1%;
  text-align: center;
}
.category-top-tabbing .tab-list-title {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  margin: 0 0 5px;
}
.category-top-tabbing .tab-list-title span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.category-top-tabbing .tab-option {
  display: inline-flex;
  margin: 10px 9px;
  line-height: 30px;
  min-width: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.category-top-tabbing .tab-option .tab-opt-block {
  float: left;
  width: 0px;
  border-radius: 3px;
  margin: 5px 6px 0 0;
  line-height: 24px;
  padding: 10px;
  height: 0px;
}
.category-top-tabbing .tab-option.active {
  color: #fc7b50;
}
.category-top-tabbing .tab-option.disabled {
  color: #000000;
  cursor: none;
  pointer-events: none;
  opacity: 0.45;
}
.category-top-tabbing .tab-opt-label {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 11px;
}
.category-top-tabbing .tab-list-cont-alpha .tab-option {
  margin: 10px 5px;
}
.category-top-tabbing-info-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.category-top-tabbing-info-sec #cate-tabs-info {
  top: 0;
}
.category-top-tabbing-info-sec .gemstone-info-tabs {
  text-align: center;
  border-top: 3px solid #fc7b50;
  padding: 13px 0 0;
  margin: 20px 0 0;
}
.category-top-tabbing-info-sec .gemstone-tab-cont.active {
  max-height: 3000px;
}
.category-colombian-emerald #layered-filter-block .filter-origin_filter,
.category-brazilian-emerald #layered-filter-block .filter-origin_filter,
.category-zambian-emerald #layered-filter-block .filter-origin_filter,
.category-ceylon-yellow-sapphire #layered-filter-block .filter-origin_filter,
.category-bangkok-yellow-sapphire #layered-filter-block .filter-origin_filter,
.category-japanese-red-coral #layered-filter-block .filter-origin_filter,
.category-italian-red-coral #layered-filter-block .filter-origin_filter,
.category-burmese-ruby #layered-filter-block .filter-origin_filter,
.category-african-ruby #layered-filter-block .filter-origin_filter,
.category-mozambique-ruby #layered-filter-block .filter-origin_filter,
.category-ceylon-blue-sapphire #layered-filter-block .filter-origin_filter,
.category-kashmir-blue-sapphire #layered-filter-block .filter-origin_filter,
.category-south-sea-pearl #layered-filter-block .filter-origin_filter,
.category-tahitian-pearl #layered-filter-block .filter-origin_filter,
.category-keshi-pearl #layered-filter-block .filter-origin_filter,
.category-basra-pearl #layered-filter-block .filter-origin_filter,
.category-golden-sea-pearl #layered-filter-block .filter-origin_filter {
  display: none;
}
.catalogsearch-result-index .breadcrumbs {
  display: none;
}
.catalog-category-view .breadcrumbs,
.catalogsearch-result-index .breadcrumbs {
  margin: 0 !important;
  padding: 12px 20px;
  background: #f6f6f6;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.catalog-category-view .breadcrumbs .items,
.catalogsearch-result-index .breadcrumbs .items {
  margin: 0 auto;
  max-width: 1240px;
  text-align: left;
}
.catalog-category-view .page-main,
.catalogsearch-result-index .page-main {
  max-width: 100%;
  padding: 0;
}
.catalog-category-view .page-main .columns,
.catalogsearch-result-index .page-main .columns {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.catalog-category-view .page-wrapper .page-title-wrapper,
.catalogsearch-result-index .page-wrapper .page-title-wrapper {
  display: none;
}
.catalog-category-view .column.main,
.catalogsearch-result-index .column.main {
  float: left !important;
  width: 100% !important;
  padding-left: 0;
  min-height: initial;
}
.catalog-category-view .products-grid,
.catalogsearch-result-index .products-grid {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-top: 20px;
}
.catalog-category-view .category-view,
.catalogsearch-result-index .category-view {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 20px;
  position: relative;
}
.catalog-category-view .category-view #cate-tabs-info,
.catalogsearch-result-index .category-view #cate-tabs-info {
  display: none;
}
.catalog-category-view .category-image,
.catalogsearch-result-index .category-image {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 20px;
}
.catalog-category-view .category-description,
.catalogsearch-result-index .category-description {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.catalog-category-view .cate-desc-content,
.catalogsearch-result-index .cate-desc-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background: #f6f6f6;
  border-bottom: 3px solid #fc7b50;
  text-align: center;
}
.catalog-category-view .category-info,
.catalogsearch-result-index .category-info {
  display: inline-block;
  width: 100%;
  text-align: left;
  max-width: 1280px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.catalog-category-view .category-title,
.catalogsearch-result-index .category-title {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 36px;
}
.catalog-category-view .category-title b,
.catalogsearch-result-index .category-title b {
  font-weight: 400;
  margin: 0 5px;
}
.catalog-category-view .category-title.bg-title,
.catalogsearch-result-index .category-title.bg-title {
  padding: 0 0 0 55px;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: left center;
  line-height: 42px;
}
.catalog-category-view .cate-desc,
.catalogsearch-result-index .cate-desc {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  line-height: 28px;
  padding: 0 0 30px;
  box-sizing: border-box;
}
.catalog-category-view .cate-desc span,
.catalogsearch-result-index .cate-desc span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 5px;
  font-size: 13px;
  text-align: justify;
}
.catalog-category-view .cate-desc a,
.catalogsearch-result-index .cate-desc a {
  text-decoration: none;
  font-weight: 600;
  color: #8e410c;
}
.catalog-category-view .cate-desc a:hover,
.catalogsearch-result-index .cate-desc a:hover {
  color: #FC7B50;
}
.cate-stone-benefits-points {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 24px;
  padding: 0 0 25px;
  box-sizing: border-box;
  margin: -10px 0 0;
}
.cate-stone-benefits-points.top-desc-section {
  margin: 15px 0 0;
  padding: 0 0 10px;
}
.cate-stone-benefits-points.top-desc-section .cate-stone-benefits-sec {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: left;
}
.cate-stone-benefits-points.top-desc-section .cate-benef-point {
  margin: 0 5px 0 0;
  gap: 5px;
}
.cate-stone-benefits-points.top-desc-section .cate-benef-point img {
  height: 20px;
  margin: 2px 0;
}
.cate-stone-benefits-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 25px;
}
.cate-benef-point {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.cate-benef-point .cate-benef-icon {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.cate-benef-point .cate-benef-icon img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 24px;
}
.cate-benef-point .cate-benef-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.catalogsearch-result-index .page-wrapper .page-title-wrapper {
  display: inline-block;
}
.catalogsearch-result-index .page-wrapper .page-title-wrapper .page-title {
  padding: 0 20px;
  box-sizing: border-box;
}
#cate-tabs-info {
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
}
.cate-tab-details {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  border: 0px solid #ececec;
  background: #ececec;
  border-radius: 6px;
}
.gemstone-info-tabs {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 5px 0;
}
.gemstone-info-content {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
}
.gemstone-tab-title {
  display: inline-block;
  width: auto;
  padding: 0;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 25px 0 0;
  cursor: pointer;
}
.gemstone-tab-title a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  line-height: 40px;
  font-weight: 600;
  color: #8e410c;
  text-transform: capitalize;
  font-size: 13px;
  text-decoration: none;
}
.gemstone-tab-title a.active,
.gemstone-tab-title a:hover {
  color: #FC7B50;
}
.gemstone-tab-cont {
  width: 100%;
  float: left;
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease-out;
}
.gemstone-tab-cont.active {
  max-height: 4000px;
  transition: max-height 0.5s ease-in;
}
.gemstone-tab-cont p,
.gemstone-tab-cont span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 10px;
}
.gemstone-tab-cont p strong,
.gemstone-tab-cont span strong {
  font-weight: 600;
}
.gemstone-tab-cont .gems-info-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 10px;
  line-height: 30px;
  font-weight: 600;
}
.gemstone-tab-cont li {
  margin: 0 0 5px 0;
}
.gemstone-tab-cont ol,
.gemstone-tab-cont ul {
  padding: 0 0 0 15px;
  margin: 0 0 10px;
}
.gemstone-tab-cont .ques-block {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 10px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 10px;
}
.gemstone-tab-cont .ques {
  float: left;
  width: 100%;
  font-weight: 600;
  margin: 5px 0;
  padding: 0 30px 0 0;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
  line-height: 24px;
}
.gemstone-tab-cont .ques:after {
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 10px;
  font-weight: normal;
  font-size: 40px;
  cursor: pointer;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.gemstone-tab-cont .ques.active,
.gemstone-tab-cont .ques:hover {
  color: #FC7B50;
}
.gemstone-tab-cont .ques.active:after {
  content: '\e621';
}
.gemstone-tab-cont .answ {
  float: left;
  width: 100%;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}
.gemstone-tab-cont .answ.active {
  max-height: 500px;
  transition: max-height 1.25s ease-in-out;
}
.gemstone-tab-cont a {
  color: #8e410c;
  text-decoration: none;
  font-weight: 600;
}
.gemstone-tab-cont a:hover {
  color: #FC7B50;
}
.gemstone-tab-cont table {
  margin: 15px 0;
}
.gemstone-tab-cont tr {
  border: 1px solid #c2c2c2;
}
.gemstone-tab-cont tr td {
  min-width: 100px;
}
.gemstone-tab-cont tr td h3 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  margin: 0;
}
.gemstone-tab-cont tr td:first-child {
  border-right: 1px solid #c2c2c2;
  font-weight: 600;
}
.gemstone-tab-cont .gems-cont ul.gem-heading-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
}
.gemstone-tab-cont .gems-cont ul.gem-heading-info li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
}
.gemstone-tab-cont .gems-cont ul.gem-heading-info li h3 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px 0 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
}
.gems-cont {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background: #ffffff;
  padding: 10px 4% 30px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 25px solid #ececec;
  border-top-width: 0px;
}
.gems-tab-sec-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 10px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
/*=======================For the product filters and toolbar=======================*/
.catalog-category-view .filter-toolbar,
.catalogsearch-result-index .filter-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-category-view .sidebar.sidebar-main,
.catalogsearch-result-index .sidebar.sidebar-main {
  float: left;
  width: 100%;
  padding: 0;
}
.catalog-category-view .sidebar.sidebar-additional,
.catalogsearch-result-index .sidebar.sidebar-additional {
  display: none;
}
.catalog-category-view .sidebar .accordion-container,
.catalogsearch-result-index .sidebar .accordion-container {
  display: none;
}
.catalog-category-view .sidebar .block.filter,
.catalogsearch-result-index .sidebar .block.filter {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
.catalog-category-view .sidebar .filter-title,
.catalogsearch-result-index .sidebar .filter-title {
  display: none;
}
.catalog-category-view .sidebar .filter-content,
.catalogsearch-result-index .sidebar .filter-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.catalog-category-view .sidebar .filter-subtitle,
.catalogsearch-result-index .sidebar .filter-subtitle {
  display: none;
}
.catalog-category-view .sidebar .filter-options,
.catalogsearch-result-index .sidebar .filter-options {
  float: left;
  width: 100%;
  text-align: center;
}
.catalog-category-view .sidebar .filter-options-item,
.catalogsearch-result-index .sidebar .filter-options-item {
  display: inline-block;
  width: calc((20% - 25px));
  margin: 0px 10px;
  vertical-align: top;
  text-align: left;
  position: relative;
}
.catalog-category-view .sidebar .filter-options-title,
.catalogsearch-result-index .sidebar .filter-options-title {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
  background: #ffffff url(../../frontend/Shubh/gems/en_US/images/down-arrow.png) no-repeat scroll right 9px center / 12px;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #8f8f8f;
  cursor: pointer;
}
.catalog-category-view .sidebar .filter-options-title[aria-selected="true"],
.catalogsearch-result-index .sidebar .filter-options-title[aria-selected="true"] {
  border-radius: 4px 4px 0 0;
  background: #ffffff url(../../frontend/Shubh/gems/en_US/images/up-arrow.png) no-repeat scroll right 9px center / 12px;
}
.catalog-category-view .sidebar .filter-options-content,
.catalogsearch-result-index .sidebar .filter-options-content {
  float: left;
  width: 100%;
  margin: 0;
  position: absolute;
  background: #fff;
  z-index: 2;
  border-radius: 0 0 4px 4px;
  padding: 16px 10px 10px;
  box-sizing: border-box;
  left: 0;
  top: 30px;
  border: 1px solid #8f8f8f;
  border-top-width: 0px;
  display: none;
}
.catalog-category-view .sidebar .filter-options-content .items,
.catalogsearch-result-index .sidebar .filter-options-content .items {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.catalog-category-view .sidebar .filter-options-content .item,
.catalogsearch-result-index .sidebar .filter-options-content .item {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
.catalog-category-view .sidebar .filter-options-content .item input,
.catalogsearch-result-index .sidebar .filter-options-content .item input {
  top: 2px;
}
.catalog-category-view .sidebar .filter-options-content .item a,
.catalogsearch-result-index .sidebar .filter-options-content .item a {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 30px;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #8e410c;
  text-decoration: none;
}
.catalog-category-view .sidebar .filter-options-content .item a:hover,
.catalogsearch-result-index .sidebar .filter-options-content .item a:hover {
  color: #FC7B50;
}
.catalog-category-view .sidebar .filter-options-content .item a .count,
.catalogsearch-result-index .sidebar .filter-options-content .item a .count {
  display: none;
}
.catalog-category-view .sidebar .filter-options-content .item .ui-slider a,
.catalogsearch-result-index .sidebar .filter-options-content .item .ui-slider a {
  width: 16px;
  height: 16px;
  top: -3px;
  line-height: 16px;
  border-radius: 50%;
  background: #FC7B50;
  transition: none;
  -ms-touch-action: none;
  touch-action: none;
}
.catalog-category-view .sidebar .filter-options-content .item #ln_slider_text_price,
.catalogsearch-result-index .sidebar .filter-options-content .item #ln_slider_text_price {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 10px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.catalog-category-view .sidebar .block-current-filter,
.catalogsearch-result-index .sidebar .block-current-filter {
  float: left;
  width: 100%;
  text-align: center;
}
.catalog-category-view .sidebar .filter-current,
.catalogsearch-result-index .sidebar .filter-current {
  display: inline-block;
  width: auto;
  text-align: left;
  vertical-align: top;
}
.catalog-category-view .sidebar .filter-current .filter-current-subtitle,
.catalogsearch-result-index .sidebar .filter-current .filter-current-subtitle {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0 0 15px;
  display: none;
}
.catalog-category-view .sidebar .filter-current .items,
.catalogsearch-result-index .sidebar .filter-current .items {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.catalog-category-view .sidebar .filter-current .item,
.catalogsearch-result-index .sidebar .filter-current .item {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border: 1px solid;
  margin: 10px;
  padding: 3px 10px;
  box-sizing: border-box;
  border-radius: 8px;
}
.catalog-category-view .sidebar .filter-current .item .filter-label,
.catalogsearch-result-index .sidebar .filter-current .item .filter-label {
  float: left;
  width: auto;
  margin: 0 10px 0 0;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.catalog-category-view .sidebar .filter-current .item .filter-value,
.catalogsearch-result-index .sidebar .filter-current .item .filter-value {
  float: left;
  width: auto;
  font-size: 12px;
}
.catalog-category-view .sidebar .filter-current .item .action.remove,
.catalogsearch-result-index .sidebar .filter-current .item .action.remove {
  display: inline-block;
  width: 22px;
  vertical-align: middle;
  position: relative;
  margin: -2px 0 0 10px;
  background: #8e410c;
  color: #fff;
  border-radius: 50%;
  line-height: 22px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}
.catalog-category-view .sidebar .filter-current .item .action.remove span,
.catalogsearch-result-index .sidebar .filter-current .item .action.remove span {
  display: none;
}
.catalog-category-view .sidebar .filter-current .item .action.remove:after,
.catalogsearch-result-index .sidebar .filter-current .item .action.remove:after {
  content: "X";
  text-align: center;
}
.catalog-category-view .sidebar .filter-current .item .action.remove:hover,
.catalogsearch-result-index .sidebar .filter-current .item .action.remove:hover {
  background: #FC7B50;
}
.catalog-category-view .sidebar .block-actions.filter-actions,
.catalogsearch-result-index .sidebar .block-actions.filter-actions {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 10px;
}
.catalog-category-view .sidebar a.filter-clear,
.catalogsearch-result-index .sidebar a.filter-clear {
  display: inline-block;
  width: auto;
  padding: 0;
  color: #8e410c;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  line-height: 32px;
  vertical-align: top;
  font-size: 11px;
  text-decoration: none;
}
.catalog-category-view .sidebar a.filter-clear:hover,
.catalogsearch-result-index .sidebar a.filter-clear:hover {
  color: #fc7b50;
  text-decoration: none;
}
.catalog-category-view .sidebar .filter-price .filter-options-content li.item,
.catalogsearch-result-index .sidebar .filter-price .filter-options-content li.item {
  display: none;
}
.catalog-category-view .sidebar .filter-price .filter-options-content li.item:first-child,
.catalogsearch-result-index .sidebar .filter-price .filter-options-content li.item:first-child {
  display: inline-block;
}
.catalog-category-view .sidebar .filter-price .ln_slider_container,
.catalogsearch-result-index .sidebar .filter-price .ln_slider_container {
  padding: 0 10px 0 5px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.top-toolbar-opt {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #ececec;
  position: relative;
  margin: 0 0 20px;
}
.bottom-toolbar-opt {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 20px;
}
.bottom-toolbar-opt .toolbar-products {
  width: 100% !important;
}
.bottom-toolbar-opt #toolbar-amount {
  display: none;
}
.bottom-toolbar-opt .toolbar .pages {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.bottom-toolbar-opt .toolbar .pages .label {
  display: none;
}
.bottom-toolbar-opt .toolbar .pages .item {
  width: 30px;
  margin: 0 6px;
}
.bottom-toolbar-opt .toolbar .pages a {
  width: 100%;
  padding: 0;
  color: #8e410c;
  border: none;
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  border-radius: 3px;
  line-height: 24px;
}
.bottom-toolbar-opt .toolbar .pages a:before {
  color: #8e410c;
  font-size: 33px;
  width: 30px;
  margin: 0;
}
.bottom-toolbar-opt .toolbar .pages a:hover {
  color: #FC7B50;
}
.bottom-toolbar-opt .toolbar .pages a:hover:before {
  color: #FC7B50;
}
.bottom-toolbar-opt .toolbar .pages a:visited:before {
  color: #8e410c;
}
.bottom-toolbar-opt .toolbar .pages strong {
  width: 100%;
  height: 24px;
  padding: 0;
  font-weight: 600;
  color: #FC7B50;
  border-radius: 3px;
  line-height: 24px;
  font-size: 13px;
}
.bottom-toolbar-opt .sorter {
  display: none;
}
.bottom-toolbar-opt .collection-title {
  display: none;
}
.collection-title {
  float: left;
  width: auto;
  text-align: left;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 15px;
  box-sizing: border-box;
}
.collection-title h2 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 40px;
}
.collection-title.related-pro-sec-title {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
  border-radius: 5px;
  background: #ececec;
}
.collection-title.related-pro-sec-title h2 {
  font-size: 16px;
}
#layered-filter-block-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
/*=======================For the product grids=======================*/
.catalog-product-list {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.catalog-product-list .message {
  text-align: left;
}
.catalog-product-list .message .sidebar {
  display: none;
}
#layer-product-list {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  box-sizing: border-box;
}
#layer-product-list .toolbar-products {
  padding: 5px 10px;
  box-sizing: border-box;
  width: auto;
  float: right;
}
#layer-product-list .sorter-options {
  background-color: #fff;
  height: 36px;
  max-width: 136px;
  box-shadow: none;
}
#layer-product-list .bottom-toolbar-opt .toolbar-products {
  background: none;
  padding: 0;
}
.products-grid .product-items {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.products-grid .product-photo-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  min-height: 273px;
}
.products-grid .product-item-photo {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  box-sizing: border-box;
}
.products-grid .product-item-photo.hover-image-container .product-image-photo.hover_image {
  display: none;
}
.products-grid .product-item-details {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.products-grid a.product-item-link {
  font-weight: 600;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  color: #8e410c;
  text-decoration: none;
  height: 36px;
  overflow: hidden;
}
.products-grid a.product-item-link:hover {
  color: #FC7B50;
}
.products-grid .product-item-inner {
  float: left;
  width: 100%;
  margin: 0;
  height: 0;
}
.products-grid .product-item-actions {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  line-height: 37px;
  border-radius: 50%;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist:before {
  content: " ";
  width: 24px;
  display: inline-block;
  height: 24px;
  vertical-align: top;
  background: url('../../frontend/Shubh/gems/en_US/images/wishlist-icon-o.svg') no-repeat scroll center / 24px;
  margin: 8px 0 0;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist:hover:before {
  background: url('../../frontend/Shubh/gems/en_US/images/wishlist-icon-fill-o.svg') no-repeat scroll center / 24px;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist.active:before {
  background: url('../../frontend/Shubh/gems/en_US/images/wishlist-icon-fill-o.svg') no-repeat scroll center / 24px;
}
.products-grid form {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.products-grid form button.action.tocart,
.products-grid form .cart.table-wrapper .actions-toolbar > .action.action.tocart,
.products-grid form .action-gift.action.tocart {
  display: none;
  width: auto;
  vertical-align: middle;
  background: #FC7B50;
  border: none;
  opacity: 1;
  border-radius: 5px;
  padding: 0 30px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  font-size: 13px;
}
.products-grid form button.action.tocart:hover,
.products-grid form .cart.table-wrapper .actions-toolbar > .action.action.tocart:hover,
.products-grid form .action-gift.action.tocart:hover {
  background: #8e410c;
}
.pro-discount-sec {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.discount-strip {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: #FC7B50;
  padding: 2px 10px;
  color: #fff;
}
/*=======================For the related product section on listing page =======================*/
.category-cms {
  float: left;
  width: 100%;
  position: relative;
  top: 0px;
}
.related-product-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.related-product-section .related-roduct-container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}
.related-product-section .related-pro-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 0;
}
.related-product-section .related-pro-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 36px;
  font-size: 18px;
  font-weight: 600;
}
.related-product-section .related-pro-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
.related-product-section .related-pro-grid {
  float: left;
  width: 23.5%;
  margin: 0 0 2%;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.related-product-section .related-pro-grid:first-child {
  margin-left: 0;
}
.related-product-section .related-pro-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  box-sizing: border-box;
}
.related-product-section a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.related-product-section img {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.related-product-section .related-pro-name {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 5px;
}
.related-product-section .related-pro-name a {
  font-weight: 600;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 18px;
  color: #8e410c;
  text-decoration: none;
  height: 36px;
  overflow: hidden;
}
.related-product-section .related-pro-name a:hover {
  color: #fc7b50;
}
.related-product-section .related-pro-price {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.related-product-section .pro-price {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 18px;
  margin: 0 2px;
  color: #fc7b50;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}
.related-product-section .pro-price .price {
  line-height: 18px;
  font-size: 13px;
  font-weight: 600;
}
/*=======================For the video section on listing page =======================*/
.catalog-product-list .product-item .product-video-action {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-product-list .product-item .prod-list-video-icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  top: 10px;
  right: 50px;
  z-index: 1;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.catalog-product-list .product-item .prod-list-video-icon img {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 40px;
  vertical-align: middle;
}
.catalog-product-list .prod-list-video-pop-up {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 5;
}
.catalog-product-list .prod-list-video-pop-up.active {
  display: block;
}
.catalog-product-list .prod-list-video-container {
  display: inline-block;
  width: 90%;
  max-width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0px;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
}
.catalog-product-list .prod-list-video-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-product-list .prod-list-video-info video {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.catalog-product-list .prod-list-video-info .prod-list-vname {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: 600;
}
.catalog-product-list .prod-list-video-close {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: -15px;
  top: -15px;
  background: #FC7B50;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
/*=======================For the origin & sku in product grid on listing page =======================*/
.product-item .product-origin {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 20px;
  overflow: hidden;
}
.product-item .product-origin span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 20px;
  font-size: 11.5px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.product-item .product-origin span.origin-label:after {
  content: ":";
  margin: 0 5px;
}
.product-item .product-sku {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  line-height: 20px;
  height: 20px;
}
.product-item .product-sku span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 20px;
  font-size: 11px;
  letter-spacing: 0.2px;
}
/*=======================For the product certificate image in product grid on listing page =======================*/
.product-item .product-certificate-action {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.product-item .product-certificate-action .prod-list-certificate-icon {
  position: absolute;
  left: 0px;
  top: 18px;
  display: inline-block;
  width: auto;
  vertical-align: top;
  z-index: 1;
  max-width: 70px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  padding: 2px 3px;
}
.product-item .product-certificate-action img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-product-view .product-info-main {
  position: relative;
}
.catalog-product-view .product-info-main .page-title-wrapper {
  vertical-align: top;
  text-align: left;
  margin: 0;
}
.catalog-product-view .product-info-main .page-title {
  display: inline-block;
  width: calc((100% - 60px));
  vertical-align: top;
  margin: 0 0 10px !important;
  line-height: 36px;
}
.catalog-product-view .product-info-main .page-title span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 36px;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.catalog-product-view .product-info-main .product-info-price {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.catalog-product-view .product-info-main .product-add-form {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 10px 0 0;
}
.catalog-product-view .product-info-main .product-add-form .product-options-bottom {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .product-social-links {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.catalog-product-view .product-info-main .product-addto-links {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
}
.catalog-product-view .product-info-main .action.tocompare {
  display: none;
}
.catalog-product-view .product-info-main a.towishlist {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: none;
  padding: 0;
  line-height: 34px;
  width: 36px;
  border-radius: 50%;
  margin: 0 12px;
  background: none;
  color: #FC7B50;
  border: 1px solid #FC7B50;
  box-sizing: border-box;
  height: 36px;
}
.catalog-product-view .product-info-main a.towishlist span {
  display: none;
}
.catalog-product-view .product-info-main a.towishlist:after {
  content: " ";
  line-height: 36px;
  display: inline-block;
  width: 36px;
  vertical-align: bottom;
  height: 36px;
  background: url('../../frontend/Shubh/gems/en_US/images/wishlist-icon-o.svg') no-repeat scroll center / 20px;
}
.catalog-product-view .product-info-main a.towishlist:hover {
  background: #FC7B50;
  color: #fff;
  border: 1px solid #FC7B50;
}
.catalog-product-view .product-info-main a.towishlist:hover:after {
  background: url('../../frontend/Shubh/gems/en_US/images/wishlist-icon-fill-w.svg') no-repeat scroll center / 20px;
}
.catalog-product-view .product-info-main a.towishlist.active {
  background: #FC7B50;
  color: #fff;
  border: 1px solid #FC7B50;
}
.catalog-product-view .product-info-main a.towishlist.active:after {
  background: url('../../frontend/Shubh/gems/en_US/images/wishlist-icon-fill-w.svg') no-repeat scroll center / 20px;
}
.catalog-product-view .product-info-main .action.tocompare {
  display: none;
}
.catalog-product-view .product-info-main .product.pricing {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 0;
}
.catalog-product-view .fotorama__nav-wrap {
  margin-top: 15px;
  padding: 0;
}
.catalog-product-view .fotorama__nav-wrap .fotorama__nav:before,
.catalog-product-view .fotorama__nav-wrap .fotorama__nav:after {
  content: none;
}
.catalog-product-view .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__thumb-border {
  display: none;
  border-color: #FC7B50;
  border-radius: 3px;
  border-width: 1px !important;
}
.catalog-product-view .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame {
  margin: 3px 10px 0 3px;
  padding: 2px !important;
  background: #fff;
  border: 1.5px solid transparent;
  transition: all .5s ease;
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.catalog-product-view .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
  border-color: #FC7B50;
  border-width: 1.5px;
}
.catalog-product-view .fotorama__arr {
  background: none !important;
  bottom: auto;
  top: calc((50% - 40px));
  height: 80px;
  display: none !important;
}
.catalog-product-view .fotorama__arr .fotorama__arr__arr {
  height: 30px;
  width: 30px;
  background-size: 160px 243px;
  background-position: -108px -58px;
}
.catalog-product-view .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -59px -59px;
}
#product-options-wrapper .field {
  float: left;
  width: 100%;
  margin: 0 0 5px;
}
#product-options-wrapper .field .label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 38px;
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  color: #8e410c;
  letter-spacing: 0.6px;
  word-break: break-word;
}
#product-options-wrapper .field .label span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#product-options-wrapper .field .label:after {
  content: none;
}
#product-options-wrapper .field.Select.Option .label {
  display: none;
}
#product-options-wrapper .field.Select.Option .field.choice .label {
  display: inline-block;
}
#product-options-wrapper .field .options-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#product-options-wrapper .field.choice {
  width: auto;
  margin: 5px 10px 5px 0;
  position: relative;
}
#product-options-wrapper .field.choice .label {
  padding: 0 13px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 36px;
  border: 1px solid #c8944a;
  border-radius: 3px;
  color: #c8944a;
  transition: all 0.5s ease;
}
#product-options-wrapper .field.choice input.product-custom-option {
  position: absolute;
  display: inline-block;
  width: 100%;
  margin: 0;
  border: none;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  top: 0;
  left: 0;
}
#product-options-wrapper .field.choice input.product-custom-option:checked ~ label {
  background: #c8944a;
  color: #fff;
}
#product-options-wrapper .field.choice .price-notice {
  display: none;
}
#product-options-wrapper .field.Silver.Capping .label {
  float: left;
  width: auto;
  min-width: 240px;
}
#product-options-wrapper .field.Silver.Capping .control {
  float: right;
  width: calc((100% - 240px));
}
#product-options-wrapper .field.Silver.Capping select.product-custom-option {
  height: 38px;
  padding: 0 30px 0 10px;
  color: #8e410c;
  line-height: 38px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: rgba(0, 0, 0, 0) url(../../frontend/Shubh/gems/en_US/images/down-arrow.png) no-repeat scroll right 8px center / 12px;
  box-shadow: none;
}
#product-options-wrapper .field.Bracelet.Size {
  width: calc((100% - 90px));
}
#product-options-wrapper .field.Bracelet.Size .label {
  float: left;
  width: auto;
  min-width: 240px;
}
#product-options-wrapper .field.Bracelet.Size .control {
  float: right;
  width: calc((100% - 240px));
}
#product-options-wrapper .field.Bracelet.Size select.product-custom-option {
  height: 38px;
  padding: 0 30px 0 10px;
  color: #8e410c;
  line-height: 38px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: rgba(0, 0, 0, 0) url(../../frontend/Shubh/gems/en_US/images/down-arrow.png) no-repeat scroll right 8px center / 12px;
  box-shadow: none;
}
#product-options-wrapper .field.BEAD.SIZE .label {
  width: auto;
  margin: 10px 20px 0 0;
}
#product-options-wrapper .field.BEAD.SIZE .control {
  display: inline-block;
  width: auto;
}
#product-options-wrapper .field.BEAD.SIZE .control .label {
  margin: 0;
}
#product-options-wrapper .field.Select.Gemstones .field.choice .label {
  padding: 0 8px;
  line-height: 30px;
}
#product-options-wrapper .field.Rudraksha.Size {
  margin: 10px 0;
}
#product-options-wrapper .field.Rudraksha.Size .label {
  display: none;
}
#product-options-wrapper .field.Rudraksha.Size .control .label {
  display: inline-block;
}
#product_addtocart_form {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#product_addtocart_form .box-tocart {
  margin: 20px 0 15px;
  width: 100%;
}
#product_addtocart_form .box-tocart.cartbox .field.qty,
#product_addtocart_form .box-tocart.cartbox0 .field.qty {
  display: none;
}
#product_addtocart_form .box-tocart.cartbox .actions,
#product_addtocart_form .box-tocart.cartbox0 .actions {
  margin: 0;
}
#product_addtocart_form .fieldset {
  margin: 0;
  letter-spacing: 0.5px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#product_addtocart_form .field.qty {
  display: inline-block;
  margin: 0;
  width: auto;
}
#product_addtocart_form .field.qty .label {
  float: left;
  width: auto;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 20px 0 0;
  line-height: 35px;
}
#product_addtocart_form .field.qty .control {
  float: left;
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
#product_addtocart_form .field.qty .control #qty-error {
  order: 8;
}
#product_addtocart_form .field.qty input#qty {
  float: left;
  width: 50px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #8e410c;
  color: #8e410c;
  font-size: 16px;
  padding: 0 4px;
  box-shadow: none;
}
#product_addtocart_form .field.qty #qty-error {
  float: left;
  width: auto;
  margin: 0 10px;
  line-height: 16px;
  max-width: 170px;
}
#product_addtocart_form .field.qty .qty-change-btn {
  float: left;
  clear: both;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #ececec;
  margin: 1px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
#product_addtocart_form .field.qty .qty-change-btn img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 23px;
  margin: 6px 0;
}
#product_addtocart_form .actions {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 25px 0 0;
  width: 100%;
}
#product_addtocart_form #product-addtocart-button {
  float: left;
  width: 100%;
  padding: 0 30px;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 16px;
  background: #FC7B50;
  border-radius: 4px;
  color: #fff;
  border: none;
  box-sizing: border-box;
  height: 35px;
}
#product_addtocart_form #product-updatecart-button {
  float: left;
  width: auto;
  padding: 0 30px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 14px;
  background: #FC7B50;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #FC7B50;
  box-sizing: border-box;
  height: 42px;
}
.pro-att-boxes {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 50px;
}
.pro-att-boxes.show-spec .pro-att-additional,
.pro-att-boxes.show-spec0 .pro-att-additional {
  display: none;
}
.pro-att-boxes.show-spec .pro-att-boxes-top-title,
.pro-att-boxes.show-spec0 .pro-att-boxes-top-title {
  display: none;
}
.pro-att-boxes.show-spec .pro-att-boxes-top-title.category-sub-points,
.pro-att-boxes.show-spec0 .pro-att-boxes-top-title.category-sub-points {
  display: inline-block;
}
.pro-att-boxes.show-spec .pro-att-boxes-top-title.category-sub-points ~ .pro-att-right-box .pro-att-title,
.pro-att-boxes.show-spec0 .pro-att-boxes-top-title.category-sub-points ~ .pro-att-right-box .pro-att-title {
  background: none;
  margin: 0;
}
.pro-att-boxes.show-spec .pro-att-right-box,
.pro-att-boxes.show-spec0 .pro-att-right-box {
  width: 100%;
  margin: 0;
}
.pro-att-boxes.show-spec .pro-att-description,
.pro-att-boxes.show-spec0 .pro-att-description {
  width: 48%;
  margin: 0 2% 20px 0;
}
.pro-att-boxes.show-spec .pro-att-description:after,
.pro-att-boxes.show-spec0 .pro-att-description:after {
  content: none;
}
.pro-att-boxes.show-spec .pro-att-benefits,
.pro-att-boxes.show-spec0 .pro-att-benefits {
  float: right;
  width: 48%;
  margin: 0 0 20px 2%;
}
.pro-att-boxes.show-spec .pro-att-title,
.pro-att-boxes.show-spec0 .pro-att-title {
  background: #f6f6f6;
  line-height: 48px;
  margin: 0 0 15px;
}
.pro-att-boxes.show-spec .pro-att-title h2,
.pro-att-boxes.show-spec0 .pro-att-title h2 {
  line-height: 48px;
}
.pro-att-boxes-top-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #f6f6f6;
  margin: 0 0 30px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 13px 0;
}
.pro-att-boxes-top-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.pro-att-boxes-top-title.category-sub-points .cate-stone-benefits-points {
  margin: 0;
  padding: 5px 0;
  text-transform: none;
}
.pro-att-right-box {
  float: right;
  width: 48%;
  margin: 0 0 0 2%;
  display: flex;
  flex-wrap: wrap;
}
.pro-att-benefits {
  float: left;
  width: 100%;
  order: 2;
}
.pro-att-description {
  float: left;
  width: 100%;
  order: 1;
}
.pro-att-description:after {
  content: " ";
  background: linear-gradient(90deg, #f1f1f1 0%, #c8944a 28%, #c8944a 72%, #f1f1f1 100%);
  height: 1.5px;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.pro-att-additional {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}
.pro-att-additional .pro-att-title {
  background: none;
  margin: 0 0 10px;
  position: relative;
  vertical-align: top;
  line-height: 40px;
  display: none;
}
.pro-att-additional .pro-att-title span,
.pro-att-additional .pro-att-title h2 {
  font-size: 0px;
  display: inline-block;
  width: auto;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  vertical-align: top;
  line-height: 40px;
  top: 2px;
}
.pro-att-additional .pro-att-title span:after,
.pro-att-additional .pro-att-title h2:after {
  content: "Specifications";
  font-size: 16px;
}
.pro-att-additional .pro-att-info {
  padding: 15px 10px;
  margin: 0;
  border: 5px solid #f6f6f6;
  border-radius: 5px;
}
.pro-att-additional .additional-attributes-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.pro-att-additional .additional-attributes {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.pro-att-additional .table-caption {
  display: none;
}
.pro-att-additional tbody {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.pro-att-additional tr {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left;
  margin: 0 0 15px;
}
.pro-att-additional th.label {
  float: left;
  width: 100%;
  padding: 0;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pro-att-additional th.label h3 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  line-height: 24px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.pro-att-additional td.data {
  float: left;
  width: 100%;
  padding: 0;
  line-height: 24px;
}
.pro-att-additional #verify-link {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #2cb927;
  font-weight: 600;
  text-decoration: none;
  line-height: 22px;
  font-size: 14px;
}
.pro-att-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
  background: none;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 0;
}
.pro-att-title h2 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 36px;
}
.pro-att-info {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0;
}
.product-info-points {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 50px 0 0;
  padding: o;
  box-sizing: border-box;
  background: none;
  border-radius: 5px;
}
.product-info-points .home-sec-title {
  display: none;
}
.product-info-points .pro-info-point {
  float: left;
  width: 33.3333%;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.product-info-points .pro-info-icon {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 36px;
}
.product-info-points .pro-info-icon em {
  width: 50px;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  border: 2px solid;
  border-radius: 50%;
}
.product-info-points .pro-info-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0 0;
}
.product-info-points .pro-info-cont {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 12px;
}
.product-query-form {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  padding: 12px 20px;
  box-sizing: border-box;
  background: #f6f6f6;
  border-radius: 10px;
  flex-wrap: wrap;
  align-items: center;
  border-left: 10px solid #FC7B50;
}
.product-query-form .pro-query-form-left {
  float: left;
  width: 30%;
  text-align: center;
}
.product-query-form .pro-query-form-right {
  float: right;
  width: 70%;
  padding: 0 20px;
  box-sizing: border-box;
  border-left: 1px solid;
}
.product-query-form .pro-query-title {
  float: left;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
}
.product-query-form .pro-query-title span {
  text-transform: none;
  font-weight: 400;
}
.product-query-form .pro-query-title.small-title {
  font-size: 12px;
}
.product-query-form .pro-query-cont {
  float: left;
  width: 100%;
}
.product-query-form .pro-query-cont a {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 28px;
  letter-spacing: 0.7px;
  color: #8e410c;
  font-size: 14px;
  text-decoration: none;
}
.product-query-form .pro-query-cont a:hover {
  color: #FC7B50;
}
.product-query-form .pro-query-cont a em {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0 10px 0 0;
  animation: leaves 1s ease-in-out infinite alternate;
}
.product-query-form .pro-query-cont a img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 18px;
  margin: 7px 10px 0 0;
  animation: leaves 1s ease-in-out infinite alternate;
}
.product-query-form .pro-query-cont a b {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: 600;
}
.product-query-form .pro-query-form {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.product-query-form .form.contact {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.product-query-form .form.contact .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  letter-spacing: 0.6px;
}
.product-query-form .form.contact .field {
  float: left;
  width: 33.3333%;
  margin: 0 0 15px;
  padding: 0 10px;
  box-sizing: border-box;
}
.product-query-form .form.contact .field.comment {
  width: 100%;
}
.product-query-form .form.contact .field .label {
  text-align: left;
  width: 100%;
  padding: 0;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  line-height: 24px;
}
.product-query-form .form.contact .field .label:after {
  content: none;
}
.product-query-form .form.contact .field .control {
  width: 100%;
}
.product-query-form .form.contact .field select {
  background: #fff;
  border: none;
  height: 38px;
  line-height: 38px;
  padding: 0 0px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #FC7B50;
  border-radius: 3px;
}
.product-query-form .form.contact .field input {
  background: #fff;
  border: none;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #8e410c;
  border-radius: 3px;
}
.product-query-form .form.contact .field textarea {
  border: none;
  padding: 0 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  color: #8e410c;
  height: 76px !important;
  width: 100% !important;
  line-height: 38px;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 3px;
}
.product-query-form .form.contact .field.telephone-country {
  padding: 0;
  width: 74px;
  margin-right: 10px;
}
.product-query-form .form.contact .field.telephone-country input {
  text-align: center;
}
.product-query-form .form.contact .field.telephone-country select {
  text-align: center;
}
.product-query-form .form.contact .field.telephone-number {
  padding: 0;
  width: calc((100% - 84px));
}
.product-query-form .form.contact .actions-toolbar {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}
.product-query-form .form.contact .primary {
  float: none;
  width: 100%;
}
.product-query-form .form.contact button.action.submit,
.product-query-form .form.contact .cart.table-wrapper .actions-toolbar > .action.action.submit,
.product-query-form .form.contact .action-gift.action.submit {
  display: inline-block;
  width: auto;
  margin: 0;
  border: none;
  padding: 0 30px;
  height: 35px;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FC7B50;
  color: #fff;
  border-radius: 5px;
  vertical-align: top;
  min-width: 30%;
  font-size: 16px;
}
.short-info-points {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 60px;
  background: #f6f6f6;
  padding: 8px 8px 8px 30px;
  box-sizing: border-box;
  border-radius: 5px;
}
.short-info-points ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
}
.short-info-points li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 6px 0;
  font-size: 13px;
  line-height: 24px;
}
.short-info-points li i {
  color: #FC7B50;
  font-size: 18px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  vertical-align: top;
}
.short-info-points li span {
  display: inline-block;
  width: calc((100% - 34px));
  margin: 0 0 0 10px;
  vertical-align: top;
}
.product-shipping-time {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
  text-align: center;
  line-height: 20px;
}
.product-shipping-time .pro-ship-msg {
  display: inline-block;
  width: auto;
  vertical-align: top;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  margin: 5px 0;
}
.product-shipping-time .pro-ship-msg em {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 20px;
  font-size: 20px;
  margin: -1px 5px 0 0;
}
.product-shipping-time .pro-ship-msg img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 30px;
  margin: 3px 2px 0 0;
}
/*=======================For the product ratings=======================*/
.product-rating-sec {
  float: right;
  width: auto;
}
.product-rating-sec .prod-rating {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.product-rating-sec .prod-rating-value {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: 600;
  position: relative;
}
.product-rating-sec .prod-rating-value img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 16px;
  margin: 4px 5px 4px 0px;
}
/*==============for the product videos==============*/
.catalog-product-view .product.media {
  position: relative;
}
.catalog-product-view .product.media .gallery-placeholder {
  min-height: 495px;
}
.catalog-product-view .pro-video-section-container {
  float: left;
  width: 100%;
}
.catalog-product-view .pro-video-section-container .video-pop-up-icon {
  display: inline-block;
  width: auto;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 16%;
}
.catalog-product-view .pro-video-section-container .video-thumb {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.catalog-product-view .pro-video-section-container .video-thumb img {
  display: inline-block;
  width: 40px;
  vertical-align: top;
  padding: 0px;
  box-sizing: border-box;
}
.catalog-product-view .pro-video-section {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 5;
}
.catalog-product-view .pro-video-section.active {
  display: block;
}
.catalog-product-view .pro-video-container {
  display: inline-block;
  width: 90%;
  max-width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0px;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
}
.catalog-product-view .pro-video-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-product-view .pro-video-info video {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.catalog-product-view .pro-video-info .pro-vname {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: 600;
}
.catalog-product-view .pro-video-close {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: -15px;
  top: -15px;
  background: #FC7B50;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
/*==============for the product certificate custom pop-up==============*/
.catalog-product-view .pro-certi-section-container {
  float: left;
  width: 100%;
  clear: left;
  padding: 0;
}
.catalog-product-view .pro-certi-section-container .certi-pop-up-icon {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin: 18px 0px 0px;
  text-align: center;
}
.catalog-product-view .pro-certi-section-container .certi-thumb {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  padding: 0 20px;
  border-radius: 30px;
  background: #ececec;
  cursor: pointer;
}
.catalog-product-view .pro-certi-section-container .certi-thumb img {
  display: inline-block;
  width: 24px;
  vertical-align: top;
  margin: 3px 3px 3px 0;
}
.catalog-product-view .pro-certi-section-container .certi-thumb .certi-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}
.catalog-product-view .pro-certi-section {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 5;
}
.catalog-product-view .pro-certi-section.active {
  display: block;
}
.catalog-product-view .pro-certi-container {
  display: inline-block;
  width: auto;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0px;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
  height: auto;
  max-height: 90vh;
}
.catalog-product-view .pro-certi-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-product-view .pro-certi-info img {
  float: left;
  width: auto;
  max-height: calc((90vh - 8px));
}
.catalog-product-view .pro-certi-close {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: -15px;
  top: -15px;
  background: #FC7B50;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
/*==============for the product Size chart link & pop-up==============*/
.catalog-product-view .pro-sizeguide-section-container {
  float: right;
  width: auto;
  max-width: 90px;
  margin: 0 0 5px;
}
.catalog-product-view .pro-sizeguide-section-container .sizeguide-pop-up-icon {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
}
.catalog-product-view .pro-sizeguide-section-container .sizeguide-thumb {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.catalog-product-view .pro-sizeguide-section-container .sizeguide-thumb img {
  display: inline-block;
  width: 24px;
  vertical-align: top;
  margin: 3px 3px 3px 0;
}
.catalog-product-view .pro-sizeguide-section-container .sizeguide-thumb .sizeguide-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  color: #8e410c;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.catalog-product-view .pro-sizeguide-section-container .sizeguide-thumb .sizeguide-label:hover {
  color: #fc7b50;
}
.catalog-product-view .pro-sizeguide-section {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 5;
}
.catalog-product-view .pro-sizeguide-section.active {
  display: block;
}
.catalog-product-view .pro-sizeguide-container {
  display: inline-block;
  width: auto;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0px;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
  height: auto;
  max-height: 90vh;
}
.catalog-product-view .pro-sizeguide-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-product-view .pro-sizeguide-close {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: -15px;
  top: -15px;
  background: #FC7B50;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.catalog-product-view .pro-size-guide-steps-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
}
.catalog-product-view .pro-size-guide-steps-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
}
.catalog-product-view .pro-size-guide-steps-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 36px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
  position: relative;
  padding: 0 100px;
}
.catalog-product-view .pro-size-guide-steps-title span:after {
  content: "";
  background: linear-gradient(90deg, #ffffff 0%, #fc7f55 28%, #fc7b50 72%, #ffffff 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: translate(-50%, 0);
}
.catalog-product-view .pro-size-guide-steps {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-height: calc((90vh - 78px));
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}
.catalog-product-view .pro-size-guide-step {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .pro-size-guide-step:last-child {
  margin: 0;
}
.catalog-product-view .pro-size-guide-step .size-guide-step-label {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  list-style: circle;
  position: relative;
  padding: 0 2%;
  box-sizing: border-box;
  order: 2;
}
.catalog-product-view .pro-size-guide-step .size-guide-step-pic {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  text-align: center;
  margin: 0px 0;
}
.catalog-product-view .pro-size-guide-step .size-guide-step-pic img {
  display: inline-block !important;
  width: auto;
  vertical-align: top;
}
.catalog-product-view .pro-size-guide-step .size-guide-table {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 15px 0;
}
.catalog-product-view .pro-size-guide-step .size-guides td,
.catalog-product-view .pro-size-guide-step .size-guides th {
  border: 2px solid #c8944a;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.catalog-product-view .pro-size-guide-step .size-guides td br,
.catalog-product-view .pro-size-guide-step .size-guides th br {
  display: none;
}
.catalog-product-view .pro-size-guide-step .size-guides th {
  background: #f7f7f7;
  color: #8e410c;
  letter-spacing: 0.5px;
}
.catalog-product-view .pro-size-guide-step .size-guides th:first-child {
  width: 160px;
  vertical-align: middle;
}
.catalog-product-view .pro-size-guide-step.size-guide-step-2,
.catalog-product-view .pro-size-guide-step.size-guide-step-3 {
  flex-wrap: wrap;
  padding: 10px 0;
}
.catalog-product-view .pro-size-guide-step.size-guide-step-2 .size-guide-step-label,
.catalog-product-view .pro-size-guide-step.size-guide-step-3 .size-guide-step-label {
  width: 100%;
  order: 0;
  margin: 0 0 10px;
}
#product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after {
  content: "Gemstone & Metal will be used as selected.  Images below are for design reference.";
  display: inline-block;
  width: 100%;
  margin: 0;
  line-height: 16px;
  vertical-align: top;
  font-size: 11px;
  font-weight: normal;
  color: #8e410c;
  position: relative;
  top: -8px;
}
#product-options-wrapper .pro-opt-container.co_select_metal #selectmetal:after {
  content: "Gold with BIS Hallmark of Purity, Sterling 925 Silver Used";
  display: inline-block;
  width: 100%;
  margin: 0;
  line-height: 16px;
  vertical-align: top;
  font-size: 11px;
  font-weight: 400;
  color: #8e410c;
  position: relative;
  top: 2px;
  text-align: center;
  padding-left: 240px;
  box-sizing: border-box;
}
#product-options-wrapper .pro-opt-container.co_select_for_rpb .amprot-label {
  font-size: 0px;
}
#product-options-wrapper .pro-opt-container.co_select_for_rpb .amprot-label:after {
  content: 'Select Loose or Add Customised';
  color: #8e410c;
  font-size: 12px;
  float: left;
  margin: 0;
  text-transform: uppercase;
}
.category-sea-pearls #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-south-sea-pearl #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-tahitian-pearl #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-keshi-pearl #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-basra-pearl #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-golden-sea-pearl #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after {
  content: "Pearl & Metal will be used as selected.  Images below are for design reference.";
}
.category-1-to-7-mukhi-rudraksha #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-8-mukhi-rudraksha #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-9-mukhi-rudraksha #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-10-mukhi-rudraksha #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-11-mukhi-rudraksha #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-12-mukhi-rudraksha #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-13-mukhi-rudraksha #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-14-mukhi-rudraksha #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-15-mukhi-rudraksha #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-ganesha-rudraksha #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after,
.category-gauri-shankar-rudraksha #product-options-wrapper .pro-opt-container.co_jewel_design_thumb .amprot-label:after {
  content: "Rudraksha & Metal will be used as selected.  Images below are for design reference.";
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .catalog-category-view .breadcrumbs,
  .catalogsearch-result-index .breadcrumbs {
    padding: 12px 15px;
  }
  .catalog-category-view .category-view,
  .catalogsearch-result-index .category-view {
    margin: 0 0 10px;
  }
  .catalog-category-view .category-description,
  .catalogsearch-result-index .category-description {
    margin: 0 0 10px;
  }
  .catalog-category-view .category-info,
  .catalogsearch-result-index .category-info {
    padding: 0 15px;
  }
  .catalog-category-view .cate-desc,
  .catalogsearch-result-index .cate-desc {
    padding: 0 0 20px;
    text-align: justify;
    line-height: 22px;
  }
  .catalog-category-view .cate-desc span,
  .catalogsearch-result-index .cate-desc span {
    font-size: 12px;
    line-height: 22px;
  }
  .catalog-category-view .sidebar .block.filter,
  .catalogsearch-result-index .sidebar .block.filter {
    padding: 0;
  }
  .catalog-category-view .sidebar .filter-options-item,
  .catalogsearch-result-index .sidebar .filter-options-item {
    width: calc((33% - 18px));
    margin: 6px;
  }
  .catalog-category-view .sidebar .filter-options-content .item #ln_slider_text_price,
  .catalogsearch-result-index .sidebar .filter-options-content .item #ln_slider_text_price {
    letter-spacing: 0.5px;
  }
  .catalog-category-view .sidebar .filter-current,
  .catalogsearch-result-index .sidebar .filter-current {
    text-align: center;
  }
  .catalog-category-view .sidebar .filter-current .item,
  .catalogsearch-result-index .sidebar .filter-current .item {
    margin: 6px;
  }
  .catalog-category-view .sidebar .block-actions.filter-actions,
  .catalogsearch-result-index .sidebar .block-actions.filter-actions {
    margin: 6px;
  }
  .catalog-category-view .products,
  .catalogsearch-result-index .products {
    margin: 10px 0;
  }
  .cate-stone-benefits-sec {
    gap: 10px;
  }
  .cate-benef-point {
    gap: 4px;
  }
  .cate-benef-point .cate-benef-label {
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 14px;
  }
  #cate-tabs-info {
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .gemstone-info-tabs {
    text-align: center;
  }
  .gemstone-info-content {
    margin: 0;
  }
  .gems-cont {
    padding: 10px 0;
  }
  #layer-product-list {
    padding: 0 15px;
  }
  #layered-filter-block-container {
    padding: 0;
  }
  .toolbar-products {
    width: auto;
    float: right;
  }
  .parent-category-info {
    padding: 0 15px;
  }
  /*==============for the product grids==============*/
  .products-grid .product-item {
    margin-bottom: 15px;
  }
  .products-grid .product-photo-sec {
    min-height: calc((32vw - 30px));
  }
  .products-grid .product-item-photo {
    padding: 0;
  }
  .catalog-product-view .page-wrapper .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-product-view .page-wrapper .product-info-main .page-title span {
    font-size: 16px;
    line-height: 28px;
  }
  .catalog-product-view .page-wrapper .fotorama__nav-wrap .fotorama__nav__shaft {
    width: 100%;
  }
  .catalog-product-view .page-wrapper .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame {
    display: inline-block;
    height: auto;
    margin: 1px 10px 4px 1px;
    width: calc((20% - 11px)) !important;
  }
  .catalog-product-view .page-wrapper .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame .fotorama__img {
    position: static;
    transform: none;
  }
  .catalog-product-view .product.media .fotorama__stage {
    cursor: default;
    pointer-events: none;
  }
  .catalog-product-view .product.media .gallery-placeholder {
    min-height: calc((36vw + 72px));
  }
  .catalog-product-view .pro-certi-section-container .certi-thumb {
    width: 100%;
    padding: 0;
  }
  #product_addtocart_form .field.qty {
    padding: 0;
    width: 100%;
  }
  #product_addtocart_form .field.qty .label {
    margin: 0 10px 0 0;
  }
  #product_addtocart_form .field.qty .control {
    max-width: calc((100% - 50px));
  }
  #product_addtocart_form .field.qty .control #qty-error {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  .product-query-form {
    padding: 10px;
  }
  .product-query-form .pro-query-form-left {
    width: 160px;
    padding: 0 10px 0 0;
  }
  .product-query-form .pro-query-form-right {
    width: calc((100% - 170px));
    padding: 0 0 0 5px;
  }
  .product-query-form .pro-query-title {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .product-query-form .pro-query-title.small-title {
    font-size: 10px;
  }
  .product-query-form .form.contact .field {
    padding: 0 5px;
    width: 30%;
  }
  .product-query-form .form.contact .field.telephone {
    width: 40%;
  }
  #product-options-wrapper .Select.Option .field.choice {
    margin: 10px 15px 10px 0;
  }
  #product-options-wrapper .field.choice:hover .label {
    background: #fff;
    color: #c8944a;
  }
  #product-options-wrapper .pro-opt-container.co_select_metal #selectmetal:after {
    text-align: left;
    padding-left: 0;
  }
  #product-options-wrapper #poojaenergise .amprot-checkbox-block .amprot-text:before {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .catalog-product-view .page-wrapper .fotorama__nav-wrap .fotorama__nav__shaft {
    width: 100%;
  }
  .catalog-product-view .page-wrapper .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame {
    display: inline-block;
    height: auto;
    margin-bottom: 4px;
    width: calc((20% - 13px)) !important;
  }
  .catalog-product-view .page-wrapper .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame .fotorama__img {
    position: static;
    transform: none;
  }
  .catalog-product-view .page-wrapper #product-options-wrapper .amprot-swatch-option {
    width: 21.25%;
    margin: 0 5% 0 0;
  }
  .catalog-product-view .page-wrapper #product-options-wrapper .amprot-swatch-option:nth-child(4n) {
    margin: 0;
  }
  .catalog-product-view .product.media .fotorama__stage {
    cursor: default;
    pointer-events: none;
  }
  .catalog-product-view .product.media .gallery-placeholder {
    min-height: calc((36vw + 47px));
  }
  .product-query-form .pro-query-form-left {
    width: 24%;
  }
  .product-query-form .pro-query-form-right {
    width: 76%;
    padding: 0 15px;
  }
  /*==============for the product grids==============*/
  .products-grid .product-photo-sec {
    min-height: calc((23.5vw - 30px));
  }
}
/*=======================For the recently viewd products section on product page=======================*/
.admin__data-grid-outer-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.admin__data-grid-loading-mask {
  text-align: center;
  margin: 30px 0 0;
}
.block.widget.block-viewed-products-grid {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.block.widget.block-viewed-products-grid .block-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  background: #f6f6f6;
  /*order-top: 5px solid #FC7B50;*/
  border-radius: 5px;
  margin-bottom: 30px;
}
.block.widget.block-viewed-products-grid .block-title strong {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  line-height: 50px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.block.widget.block-viewed-products-grid .block-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.block.widget.block-viewed-products-grid .product-item-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.block.widget.block-viewed-products-grid .product-item-info .product-item-name a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #8e410c;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.block.widget.block-viewed-products-grid .product-item-info .product-item-description {
  display: none;
  margin: 0;
}
.block.widget.block-viewed-products-grid .product-item-info .price-box {
  vertical-align: top;
  margin: 8px 0 0;
}
.block.widget.block-viewed-products-grid .product-item-info .product-item-details {
  vertical-align: top;
}
.block.widget.block-viewed-products-grid .product-item-info .product-item-actions {
  vertical-align: top;
  margin: 0;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 11px;
  letter-spacing: 0.6px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 10px;
}
.cart.table-wrapper .item-options dt {
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 10px;
}
.cart.table-wrapper .item-options dt:after {
  margin: 0 0 0 5px;
  display: inline-block;
  font-weight: 600;
  vertical-align: top;
}
.cart.table-wrapper .item-options dd {
  margin: 0;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
  max-width: calc((100% - 100px));
  text-align: left;
  padding: 2px 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.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: right;
}
.checkout-cart-index .page-main {
  max-width: 900px;
}
.checkout-cart-index .cart-empty {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.checkout-cart-index .cart-empty a {
  display: inline-block;
  width: auto;
  padding: 0 40px;
  border-radius: 3px;
  line-height: 35px;
  color: #fff;
  background: #FC7B50;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 0;
  text-decoration: none;
}
.checkout-cart-index .column.main {
  min-height: auto;
}
#shopping-cart-table .table-caption {
  display: none;
}
#shopping-cart-table th.col {
  border: none;
  padding: 10px;
  text-align: center;
  background: #f6f6f6;
  font-weight: 600;
  text-transform: uppercase;
}
#shopping-cart-table th.col.item {
  text-align: left;
}
#shopping-cart-table tbody.item {
  border-top: none;
}
#shopping-cart-table tbody.item td.col {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
#shopping-cart-table tbody.item td.col .price {
  font-weight: 600;
  font-size: 13px;
  color: #FC7B50;
  letter-spacing: 0.6px;
}
#shopping-cart-table tbody.item td.col .field.qty {
  float: left;
  width: 100%;
}
#shopping-cart-table tbody.item td.col .control.qty {
  display: inline-block;
  width: auto;
  vertical-align: top;
  min-width: 106px;
}
#shopping-cart-table tbody.item td.col .control.qty input.qty {
  float: left;
}
#shopping-cart-table tbody.item td.col .qty .qty_control {
  float: left;
  width: auto;
}
#shopping-cart-table tbody.item td.col .qty .qty_control button,
#shopping-cart-table tbody.item td.col .qty .qty_control .cart.table-wrapper .actions-toolbar > .action,
#shopping-cart-table tbody.item td.col .qty .qty_control .action-gift {
  float: left;
  clear: both;
  width: 28px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  background: none;
  margin: 2px 0 0;
  border-radius: 5px;
  font-size: 11px;
  cursor: pointer;
  color: #8e410c;
  padding: 0;
  border: 1px solid #8e410c;
  box-shadow: none;
  transition: all 0.5s ease;
  box-sizing: border-box;
}
#shopping-cart-table tbody.item td.col .qty .qty_control button img,
#shopping-cart-table tbody.item td.col .qty .qty_control .cart.table-wrapper .actions-toolbar > .action img,
#shopping-cart-table tbody.item td.col .qty .qty_control .action-gift img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 20px;
  margin: 3px 0 0;
}
#shopping-cart-table tbody.item td.col input.qty {
  margin: 0;
  width: 40px;
  padding: 0;
  box-shadow: none;
  border-radius: 4px;
  color: #8e410c;
  border-color: #8e410c;
  border: none;
  cursor: default;
  pointer-events: none;
}
#shopping-cart-table tbody.item .product-item-details {
  vertical-align: middle;
}
#shopping-cart-table tbody.item .product-item-name {
  text-align: left;
}
#shopping-cart-table tbody.item .product-item-name a {
  text-transform: capitalize;
  font-size: 13px;
  color: #8e410c;
}
#shopping-cart-table tbody.item .product-item-name a:hover {
  color: #FC7B50;
  text-decoration: none;
}
#shopping-cart-table .item-actions td {
  text-align: right;
  padding: 0;
}
#shopping-cart-table .item-actions .actions-toolbar {
  float: right;
  width: 100%;
  margin: -15px 0 10px 0;
  max-width: calc((100% - 140px));
  position: relative;
  z-index: 1;
}
#shopping-cart-table .item-actions .actions-toolbar a.action-towishlist {
  display: none;
}
#shopping-cart-table .item-actions .actions-toolbar a.action {
  float: left;
  width: auto;
  margin: 0 20px 0 0;
  padding: 0;
  background: none;
  border: none;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #8e410c;
  position: relative;
}
#shopping-cart-table .item-actions .actions-toolbar a.action:hover {
  color: #FC7B50;
  text-decoration: none;
}
#shopping-cart-table .item-actions .actions-toolbar a.action.action-delete:before {
  content: '\e604';
  font-family: 'icons-blank-theme';
  font-size: 32px;
  display: inline-block;
  width: 28px;
  vertical-align: top;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
}
#shopping-cart-table .item-actions .actions-toolbar a.action.action-delete span {
  display: none;
}
#shopping-cart-table .item-actions .actions-toolbar a.action.action-edit {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: url('../../frontend/Shubh/gems/en_US/images/edit-icon-brown-thin.svg') no-repeat scroll center / 18px;
}
#shopping-cart-table .item-actions .actions-toolbar a.action.action-edit span {
  display: none;
}
.cart-container {
  display: flex;
  flex-wrap: wrap;
}
.cart-container form.form-cart {
  width: 100%;
  order: 1;
}
.cart-container .cart.main.actions {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0;
  position: absolute;
}
.cart-container .cart.main.actions .action {
  padding: 0;
  border: none;
  background: none;
  line-height: 36px;
  box-sizing: border-box;
  height: 40px;
  color: #8e410c;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-radius: 5px;
  font-size: 13px;
}
.cart-container .cart.main.actions .action:before {
  content: none;
}
.cart-container .cart.main.actions .action:hover {
  color: #FC7B50;
}
.cart-container .cart.main.actions .action.update {
  display: none;
}
.cart-summary .summary.title {
  display: none;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 15px;
  line-height: 48px;
  background: #f6f6f6;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  font-size: 16px;
}
.cart-summary .checkout-methods-items {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.cart-summary .checkout-methods-items button.action.primary.checkout,
.cart-summary .checkout-methods-items .cart.table-wrapper .actions-toolbar > .action.action.primary.checkout,
.cart-summary .checkout-methods-items .action-gift.action.primary.checkout {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border: none;
  padding: 0;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  background: #FC7B50;
  border-radius: 5px;
}
.cart-summary .cart-totals tr.totals-tax {
  display: none;
}
#block-shipping {
  display: none;
  width: 100%;
  vertical-align: middle;
}
#block-shipping .title {
  display: inline-block;
  width: 100%;
  padding: 0 30px 0 10px;
  border: none;
  background: #f6f6f6;
  height: 36px;
  box-sizing: border-box;
}
#block-shipping .title:after {
  line-height: 38px;
  top: 0;
  right: 0;
}
#block-shipping-heading {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0;
  line-height: 36px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
#cart-totals {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border: none;
  padding: 0;
}
#cart-totals tr th.mark {
  padding: 6px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  width: 70%;
}
#cart-totals tr th.mark .value {
  display: inline-block;
  width: auto;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  margin: 0 0 0 5px;
}
#cart-totals tr th.mark .label {
  display: inline-block;
}
#cart-totals tr td.amount {
  padding: 6px;
  line-height: 28px;
}
#cart-totals tr td.amount .price {
  font-weight: 600;
  color: #FC7B50;
  letter-spacing: 0.6px;
}
#cart-totals tr.grand.totals th.mark {
  font-size: 15px;
}
#cart-totals tr.grand.totals th.mark strong {
  font-weight: 600;
}
#cart-totals tr.grand.totals td.amount .price {
  font-size: 15px;
}
#block-discount {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 10px 0 0;
  text-align: center;
  order: -1;
}
#block-discount .title {
  display: none;
  width: 100%;
  padding: 4px 30px 4px 15px;
  border: none;
  background: #f6f6f6;
  height: auto;
  box-sizing: border-box;
  vertical-align: top;
}
#block-discount .title:after {
  line-height: 44px;
  top: 0;
  right: 2px;
}
#block-discount .content {
  display: inline-block !important;
  width: 100%;
  vertical-align: top;
}
#block-discount-heading {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0;
  line-height: 36px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
#discount-coupon-form {
  float: right;
  width: 100%;
}
#discount-coupon-form .fieldset {
  margin: 5px 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#discount-coupon-form .fieldset .field {
  float: left;
  width: calc((100% - 90px));
  margin: 0;
}
#discount-coupon-form .fieldset .field .label {
  display: none;
}
#discount-coupon-form .fieldset .field .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#discount-coupon-form .fieldset .field input {
  height: 38px;
  line-height: 38px;
  border-radius: 4px 0px 0px 4px;
  letter-spacing: 0.6px;
  font-size: 13px;
  padding: 0 10px;
  box-shadow: none;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-color: #ececec;
}
#discount-coupon-form .fieldset .actions-toolbar {
  float: left;
  width: 90px;
  margin: 0;
  text-align: center;
}
#discount-coupon-form .fieldset .actions-toolbar .primary {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#discount-coupon-form .fieldset .actions-toolbar button.action.primary,
#discount-coupon-form .fieldset .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.primary,
#discount-coupon-form .fieldset .actions-toolbar .action-gift.action.primary {
  border: none;
  border-radius: 0px 4px 4px 0px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  line-height: 38px;
  font-size: 12px;
  color: #8e410c;
  margin: 0;
  background: #f6f6f6;
}
#discount-coupon-form .fieldset .actions-toolbar button.action.primary:hover,
#discount-coupon-form .fieldset .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.primary:hover,
#discount-coupon-form .fieldset .actions-toolbar .action-gift.action.primary:hover {
  color: #FC7B50;
}
.cart-page-bottom-bar {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 40px 0 0;
  background: #f6f6f6;
  border-radius: 5px;
}
.cart-page-bottom-bar .cart-bottom-bar-sec {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.cart-page-bottom-bar .cart-bottom-col {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.cart-page-bottom-bar .cat-bottom-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 10px;
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.cart-page-bottom-bar .cart-pic {
  float: left;
  width: 16.6666%;
  position: relative;
}
.cart-page-bottom-bar .cart-pic img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  max-width: 55%;
}
.cart-page-bottom-bar .cart-pic:after {
  content: " ";
  border-right: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
}
.cart-page-bottom-bar .cart-pic:last-child:after {
  content: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-wrapper .cart-summary .summary.title {
    line-height: 36px;
  }
  .page-wrapper #shopping-cart-table th.col {
    padding: 6px;
  }
  .page-wrapper #shopping-cart-table tbody.item td.col {
    padding: 6px;
  }
  .page-wrapper #shopping-cart-table .product-item-photo {
    padding-right: 14px;
  }
  .page-wrapper #shopping-cart-table .item-options dt {
    width: 100%;
    margin: 0;
    line-height: 16px;
    text-align: left;
  }
  .page-wrapper #shopping-cart-table .item-options dd {
    width: 100%;
    margin: 0 0 4px 0;
    text-align: left;
    line-height: 16px;
    max-width: 100%;
  }
  .page-wrapper #shopping-cart-table .item-actions .actions-toolbar {
    max-width: calc((100% - 130px));
  }
  .page-wrapper #cart-totals tr th.mark {
    padding: 3px;
  }
  .page-wrapper #cart-totals tr.grand.totals th.mark {
    font-size: 14px;
  }
  .page-wrapper #cart-totals tr.grand.totals td.amount .price {
    font-size: 14px;
  }
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 0 10px;
  text-align: right;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background: #f6f6f6;
  padding: 0 15px;
  box-sizing: border-box;
}
.block-minicart .subtotal .label {
  float: left;
  width: auto;
  line-height: 42px;
  font-size: 13px;
  font-weight: 600;
}
.block-minicart .subtotal .amount {
  float: right;
  width: auto;
}
.block-minicart .subtotal .amount span {
  float: right;
  width: auto;
  line-height: 42px;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #FC7B50;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 13px;
  padding: 0;
  text-align: center;
  font-weight: 600;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin: 10px 0 0;
  text-align: center;
  float: left;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0;
  float: left;
  width: auto;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 0 30px;
  border: none;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  background: #FC7B50;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-content > .actions > .secondary {
  float: right;
  width: auto;
}
.block-minicart .block-content > .actions > .secondary a.action {
  float: left;
  width: auto;
  line-height: 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  color: #8e410c;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.block-minicart .block-content > .actions > .secondary a.action:hover {
  color: #FC7B50;
  text-decoration: none;
}
.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: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  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: #8f8f8f;
}
.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: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  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: #8f8f8f;
}
.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: 0;
  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;
  margin: 0;
  top: 64px;
  border: none;
  padding: 15px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -2px 10px 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  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;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  display: none;
}
.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: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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.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.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #FC7B50;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  margin: 0;
  min-width: 24px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: normal;
  position: absolute;
  border-radius: 50%;
  top: -6px;
  left: 24px;
}
.minicart-wrapper .action.showcart .counter.qty .counter-label {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 12px;
  font-weight: 600;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 0;
}
.minicart-items-wrapper {
  border: none;
  margin: 0;
  overflow-x: auto;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  max-height: 240px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.minicart-items .product-item {
  padding: 12px 0;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border-top: 1px solid;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  border-top: none;
}
.minicart-items .product-item > .product {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.minicart-items .product-item-pricing {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
.minicart-items .product-item-pricing .price-container {
  float: left;
  width: auto;
}
.minicart-items .product-item-pricing .price-container span {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.minicart-items .product-item-pricing .price-qty-cross {
  float: left;
  width: auto;
  margin: 0 10px;
  line-height: 24px;
  font-weight: 600;
  font-size: 12px;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
  text-align: left;
  font-size: 12px;
  line-height: 24px;
}
.minicart-items .product-item-name a {
  color: #8e410c;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 24px;
  text-decoration: none;
}
.minicart-items .product-item-name a:hover {
  color: #FC7B50;
}
.minicart-items .product-item-details {
  padding-left: 88px;
  text-align: left;
}
.minicart-items .product-item-details .price {
  font-weight: 600;
  font-size: 13px;
  color: #FC7B50;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin: 0;
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 24px;
}
.minicart-items .product-item-details .details-qty .label {
  display: none;
}
.minicart-items .product-item-details .details-qty .item-qty {
  display: inline-block;
  padding: 0;
  border: none;
  cursor: default;
  pointer-events: none;
  text-align: left;
  height: 23px;
  vertical-align: top;
  color: #8e410c;
}
.minicart-items .product.options {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
  line-height: 24px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > 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 .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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 .tooltip.toggle .details {
  display: none;
}
.minicart-items .product.options .toggle {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  vertical-align: top;
}
.minicart-items .product.options .toggle span {
  display: inline-block;
  vertical-align: top;
}
.minicart-items .product.options .toggle:after {
  line-height: 9px;
  font-size: 22px;
  top: -4px;
}
.minicart-items .product.options dt {
  font-size: 10px;
  font-weight: normal;
  margin: 0 !important;
  line-height: 24px;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  float: left;
  clear: both;
}
.minicart-items .product.options dt:after {
  content: ":";
  margin: 0 5px;
}
.minicart-items .product.options dd {
  width: auto;
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.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: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  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: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  color: #8e410c;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #FC7B50;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
#minicart-content-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#minicart-content-wrapper .block-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#minicart-content-wrapper .items-total {
  width: 100%;
  margin: 0;
  background: #f6f6f6;
}
#minicart-content-wrapper .items-total span {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 14px;
  line-height: 42px;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.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;
}
#checkout {
  display: flex;
  width: 100%;
  vertical-align: middle;
  margin: 30px 0 0;
  flex-wrap: wrap;
}
#checkout .messages {
  width: 100%;
  order: 0;
}
#checkout .opc-sidebar {
  margin: 0 auto;
  width: 66.66666667%;
  order: 0;
  float: none;
}
#checkout .opc-sidebar .opc-block-summary {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  background: no-repeat;
}
#checkout .opc-sidebar .opc-block-summary .title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  border: none;
  background: #f6f6f6;
  padding: 0;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #8e410c;
  letter-spacing: 0.8px;
}
#checkout .opc-sidebar .opc-block-summary .title strong {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  width: auto;
}
#checkout .opc-sidebar .opc-block-summary .title:after {
  line-height: 28px;
  margin: 0;
}
#checkout .opc-sidebar .opc-block-summary .minicart-items {
  margin: 0 0 15px;
}
#checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper {
  margin: 0;
  padding: 0;
}
#checkout .opc-sidebar .opc-block-summary li.product-item {
  padding: 15px 0;
  border-bottom: 1px solid #DFDFDF;
  border-top: none;
}
#checkout .opc-sidebar .opc-block-summary li.product-item:first-child {
  padding-top: 0;
}
#checkout .opc-sidebar .opc-block-summary .product-item-inner {
  padding: 0 5px 0 0;
  box-sizing: border-box;
  margin: 0;
}
#checkout .opc-sidebar .opc-block-summary .product-item-name-block {
  padding-right: 10px;
}
#checkout .opc-sidebar .opc-block-summary .product-item-name {
  font-weight: 400;
  letter-spacing: 0.5px;
  float: left;
  margin: 0 0 4px;
  line-height: 18px;
}
#checkout .opc-sidebar .opc-block-summary .details-qty {
  float: left;
}
#checkout .opc-sidebar .opc-block-summary .details-qty .label {
  display: inline-block;
  width: auto;
  font-size: 11px;
  font-weight: 600;
  vertical-align: top;
  line-height: 24px;
}
#checkout .opc-sidebar .opc-block-summary .details-qty .label:after {
  margin: 0 3px 0 8px;
}
#checkout .opc-sidebar .opc-block-summary .details-qty .value {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 24px;
  font-size: 12px;
}
#checkout .opc-sidebar .opc-block-summary .subtotal {
  vertical-align: top;
}
#checkout .opc-sidebar .opc-block-summary .subtotal span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  line-height: 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.7px;
}
#checkout .opc-sidebar .opc-block-summary .table-totals {
  margin: 0 0 20px;
}
#checkout .opc-sidebar .opc-block-summary .table-totals th.mark {
  padding: 5px 8px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
#checkout .opc-sidebar .opc-block-summary .table-totals th.mark .value {
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
  margin: 0 5px;
  color: #8e410c;
}
#checkout .opc-sidebar .opc-block-summary .table-totals th.mark .value:before {
  content: "(";
}
#checkout .opc-sidebar .opc-block-summary .table-totals th.mark .value:after {
  content: ")";
}
#checkout .opc-sidebar .opc-block-summary .table-totals th.mark .title {
  margin: 0;
  text-align: left;
  background: none;
  line-height: 20px;
  font-size: 13px;
  text-transform: none;
  vertical-align: top;
}
#checkout .opc-sidebar .opc-block-summary .table-totals td.amount {
  padding: 5px 8px;
  line-height: 20px;
  letter-spacing: 0.6px;
}
#checkout .opc-sidebar .opc-block-summary .table-totals td.amount .price {
  color: #FC7B50;
  font-weight: 600;
}
#checkout .opc-sidebar .opc-block-summary .table-totals tr.grand.totals th.mark {
  font-size: 15px;
  font-weight: 600;
}
#checkout .opc-sidebar .opc-block-summary .table-totals tr.grand.totals th.mark strong {
  font-weight: 600;
  vertical-align: top;
}
#checkout .opc-sidebar .opc-block-summary .table-totals tr.grand.totals td.amount {
  font-size: 15px;
}
#checkout .opc-sidebar .opc-block-summary .table-totals tr.totals-tax {
  display: none;
}
#checkout .opc-sidebar .opc-block-summary .product.options {
  margin: 0;
  float: left;
}
#checkout .opc-sidebar .opc-block-summary .product.options span.toggle {
  float: right;
  width: calc((100% - 70px));
  position: absolute;
  right: 0;
  top: -24px;
}
#checkout .opc-sidebar .opc-block-summary .product.options .item-options {
  margin: 0;
}
#checkout .opc-sidebar .opc-block-summary .product.options .item-options dt {
  line-height: 20px;
  margin: 0;
}
#checkout .opc-sidebar .opc-block-summary .product.options .item-options dd {
  line-height: 20px;
  margin: 0 !important;
}
#checkout .opc-sidebar .opc-block-summary .product-item-details {
  padding-left: 120px;
}
#checkout .opc-wrapper {
  float: none;
  margin: 0 auto;
  padding: 0;
  order: 1;
}
#shipping {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#checkoutSteps .step-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  border: none;
  text-align: center;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  font-size: 16px;
  background: #f6f6f6;
  color: #8e410c;
}
#checkoutSteps .step-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#checkoutSteps .step-content button.button.action,
#checkoutSteps .step-content .cart.table-wrapper .actions-toolbar > .action.button.action,
#checkoutSteps .step-content .action-gift.button.action {
  width: auto;
  padding: 0 30px;
  line-height: 35px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: #FC7B50;
  font-weight: 600;
}
#checkoutSteps .step-content .flag-container {
  max-height: 38px;
}
#checkoutSteps .checkout-shipping-method .step-title {
  display: none;
}
#checkoutSteps .checkout-shipping-method #checkout-shipping-method-load {
  display: none;
}
#checkoutSteps .checkout-shipping-method #onepage-checkout-shipping-method-additional-load {
  display: none;
}
#shipping-method-buttons-container {
  margin: 10px 0;
  text-align: center;
}
#shipping-method-buttons-container .primary {
  width: 50%;
  float: none;
}
#shipping-method-buttons-container .primary button.action,
#shipping-method-buttons-container .primary .cart.table-wrapper .actions-toolbar > .action.action,
#shipping-method-buttons-container .primary .action-gift.action {
  width: 100% !important;
}
#checkout-step-shipping form.form {
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 20px 0 0;
  border-bottom: none;
}
#checkout-step-shipping form.form-login .fieldset {
  margin: 0;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0 0 15px;
}
#checkout-step-shipping form.form-login .field {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 8px;
}
#checkout-step-shipping form.form-login .field .control {
  width: 74%;
  margin: 0 13%;
}
#checkout-step-shipping form.form-login .field .control .field-tooltip {
  right: -40px;
  display: none;
}
#checkout-step-shipping form.form-login .field .control._with-tooltip input {
  width: 100%;
}
#checkout-step-shipping form.form-login .label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 0 15px 0 0;
  line-height: 36px;
  display: none;
}
#checkout-step-shipping form.form-login .label:after {
  content: no-close-quote;
  margin: 0;
}
#checkout-step-shipping form.form-login input {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  padding: 0 10px;
  color: #8e410c;
  box-shadow: none;
  font-size: 13px;
  letter-spacing: 0.6px;
}
#checkout-step-shipping form.form-login .field-tooltip.toggle {
  line-height: 38px;
}
#checkout-step-shipping form.form-login .note {
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 24px;
}
#checkout-step-shipping form.form-login input#customer-password {
  max-width: 100%;
}
#checkout-step-shipping form.form-login .secondary {
  float: right;
  width: auto;
  margin: 0;
}
#checkout-step-shipping form.form-login button.action,
#checkout-step-shipping form.form-login .cart.table-wrapper .actions-toolbar > .action.action,
#checkout-step-shipping form.form-login .action-gift.action {
  width: auto;
  margin: 0;
  padding: 0 60px;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: none;
  background: #FC7B50;
  font-weight: 600;
  border-radius: 5px;
  font-size: 16px;
}
#checkout-step-shipping form.form-login a.action {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 35px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #8e410c;
  text-decoration: none;
}
#checkout-step-shipping form.form-login a.action:hover {
  color: #FC7B50;
}
#checkout-step-shipping form.form-login .actions-toolbar {
  margin-left: 13%;
  margin-right: 13%;
}
#checkout-step-shipping form.form-login #password-field .control .note {
  margin: 0 0 18px;
}
#checkout-step-shipping form.form-login #password-field .actions-toolbar {
  margin-top: -1px;
}
#checkout-step-shipping form.form-login #password-field .actions-toolbar .secondary {
  width: 100%;
}
#checkout-step-shipping form.form-login #password-field .actions-toolbar .secondary a.action {
  font-weight: 400;
  font-size: 12px;
  float: right;
  line-height: 18px;
}
#checkout-step-shipping form.form-login #password-field .actions-toolbar div.primary {
  float: left;
  width: 100%;
  margin-top: 16px;
  background: #ececec;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
#checkout-step-shipping form.form-login #password-field .actions-toolbar div.primary button.action,
#checkout-step-shipping form.form-login #password-field .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action.action,
#checkout-step-shipping form.form-login #password-field .actions-toolbar div.primary .action-gift.action {
  float: left;
  width: 50%;
  padding: 0;
}
#checkout-step-shipping form.form-login #password-field .actions-toolbar div.primary .continue-or {
  float: left;
  width: 20%;
  line-height: 35px;
  font-size: 16px;
}
#checkout-step-shipping form.form-login #password-field .actions-toolbar div.primary .continue-guest {
  float: right;
  width: 30%;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s ease;
}
#checkout-step-shipping form.form-login #password-field .actions-toolbar div.primary .continue-guest:hover {
  color: #FC7B50;
}
#checkout-step-shipping form.form-shipping-address {
  border: none;
}
#checkout-step-shipping form.form-shipping-address .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
#checkout-step-shipping form.form-shipping-address .field[name="shippingAddress.city"],
#checkout-step-shipping form.form-shipping-address .field[name="shippingAddress.telephone"] {
  clear: left;
}
#checkout-step-shipping form.form-shipping-address .field {
  float: left;
  width: 48%;
  margin: 0 1% 15px;
}
#checkout-step-shipping form.form-shipping-address .field.street {
  width: 98%;
}
#checkout-step-shipping form.form-shipping-address .field.street .field {
  width: 49%;
  margin: 0 1% 0 0;
}
#checkout-step-shipping form.form-shipping-address .field.street .field.additional {
  margin: 0 0 0 1%;
}
#checkout-step-shipping form.form-shipping-address .field-error {
  display: inline-block;
  margin: 0;
}
#checkout-step-shipping form.form-shipping-address .label {
  padding: 0;
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 32px;
  display: none;
}
#checkout-step-shipping form.form-shipping-address .label:after {
  content: none;
}
#checkout-step-shipping form.form-shipping-address .control {
  width: 100%;
}
#checkout-step-shipping form.form-shipping-address .control .flag-container {
  max-height: 38px;
}
#checkout-step-shipping form.form-shipping-address .control._with-tooltip .field-tooltip {
  display: none;
}
#checkout-step-shipping form.form-shipping-address input {
  width: 100%;
  float: left;
  height: 38px;
  line-height: 38px;
  color: #8e410c;
  border-radius: 3px;
  font-size: 13px;
  box-shadow: none;
  letter-spacing: 0.6px;
}
#checkout-step-shipping form.form-shipping-address select {
  border-radius: 3px;
  height: 38px;
  padding: 0 20px 0 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #8e410c;
  box-shadow: none;
  line-height: 38px;
  letter-spacing: 0.6px;
}
#checkout-step-shipping form.form-shipping-address div[name="shippingAddress.gstin"] {
  display: none;
}
#checkout-step-shipping .field.addresses {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 20px 0;
}
#checkout-step-shipping .field.addresses .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
}
#checkout-step-shipping .shipping-address-item {
  padding: 10px 30px 10px 15px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  margin: 0 2% 2% 0;
  width: 32%;
  float: left;
}
#checkout-step-shipping .shipping-address-item:before {
  content: none;
}
#checkout-step-shipping .shipping-address-item:nth-child(3n) {
  margin-right: 0;
}
#checkout-step-shipping .shipping-address-item.not-selected-item {
  border: 1px solid #8e410c;
}
#checkout-step-shipping .shipping-address-item a {
  color: #8e410c;
}
#checkout-step-shipping .shipping-address-item a:hover {
  color: #FC7B50;
  text-decoration: none;
}
#checkout-step-shipping .shipping-address-item button.action.action-select-shipping-item,
#checkout-step-shipping .shipping-address-item .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
#checkout-step-shipping .shipping-address-item .action-gift.action.action-select-shipping-item {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border: none;
  background: #FC7B50;
  border-radius: 4px;
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#checkout-step-shipping button.action.action-show-popup,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
#checkout-step-shipping .action-gift.action.action-show-popup {
  padding: 0;
  border: none;
  background: none;
  color: #8e410c;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 14px;
  margin: 0;
}
#checkout-step-shipping button.action.action-show-popup:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
#checkout-step-shipping .action-gift.action.action-show-popup:hover {
  color: #FC7B50;
}
#checkout-step-payment br {
  display: none;
}
#checkout-step-payment .payments .fieldset {
  display: flex;
  flex-wrap: wrap;
}
#checkout-step-payment .payments .fieldset#payment_form_paypal_express {
  display: none;
}
#checkout-step-payment .payments .opc-payment {
  float: left;
  width: 100%;
  vertical-align: top;
  padding: 0 0 40px;
  position: relative;
}
#checkout-step-payment .payments .opc-payment .step-title {
  margin-bottom: 10px;
}
#checkout-step-payment .payments .checkout-billing-address {
  float: left;
  width: 100%;
  order: -1;
  display: none;
}
#checkout-step-payment .payment-method {
  float: left;
  width: 100%;
  padding: 0 1%;
  box-sizing: border-box;
}
#checkout-step-payment .payment-method-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  border: none;
  float: left;
  width: 100%;
  padding: 5px 0px;
  box-sizing: border-box;
}
#checkout-step-payment .payment-method-title .label {
  display: flex;
  width: auto;
  max-width: calc((100% - 30px));
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  min-height: 40px;
}
#checkout-step-payment .payment-method-title .label span {
  display: inline-block;
  width: auto;
  line-height: 20px;
  vertical-align: top;
}
#checkout-step-payment .payment-method-title input[type="radio"] {
  margin-top: 14px;
  float: left;
}
#checkout-step-payment .payment-method-title input#paypal_express {
  margin-top: 21px;
}
#checkout-step-payment .payment-method-title label[for="paypal_express"] {
  position: relative;
  max-height: 50px;
  overflow: hidden;
  padding-top: 0;
  margin: 10px 0 0;
}
#checkout-step-payment .payment-method-title label[for="paypal_express"] span {
  display: none;
}
#checkout-step-payment .payment-method-title label[for="paypal_express"] a.action {
  display: none;
}
#checkout-step-payment .payment-method-title label[for="paypal_express"]:after {
  background: url('https://www.shubhgems.com/media/logo/paypal-logo.png') no-repeat scroll left center / auto 80%;
  content: " ";
  position: absolute;
  width: 100%;
  height: 45px;
  top: 0;
  left: 0;
}
#checkout-step-payment .payment-method-title label[for="paypal_express"] .payment-icon {
  opacity: 0;
}
#checkout-step-payment .payment-method-billing-address input,
#checkout-step-payment .checkout-billing-address input {
  top: 1px;
}
#checkout-step-payment .payment-method-billing-address label,
#checkout-step-payment .checkout-billing-address label {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
}
#checkout-step-payment .payment-method-billing-address br,
#checkout-step-payment .checkout-billing-address br {
  display: inline-block;
}
#checkout-step-payment .payment-method-billing-address .billing-address-same-as-shipping-block,
#checkout-step-payment .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 15px 0;
}
#checkout-step-payment .payment-method-billing-address .billing-address-details,
#checkout-step-payment .checkout-billing-address .billing-address-details {
  display: inline-block;
  width: 30%;
  padding: 10px;
  border: 2px solid;
  border-radius: 6px;
  margin: 1%;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.6px;
}
#checkout-step-payment .payment-method-billing-address .billing-address-details a,
#checkout-step-payment .checkout-billing-address .billing-address-details a {
  color: #8e410c;
  font-weight: 600;
}
#checkout-step-payment .payment-method-billing-address .billing-address-details a:hover,
#checkout-step-payment .checkout-billing-address .billing-address-details a:hover {
  color: #FC7B50;
  text-decoration: none;
}
#checkout-step-payment .payment-method-billing-address .billing-address-details button.action,
#checkout-step-payment .checkout-billing-address .billing-address-details button.action,
#checkout-step-payment .payment-method-billing-address .billing-address-details .cart.table-wrapper .actions-toolbar > .action.action,
#checkout-step-payment .checkout-billing-address .billing-address-details .cart.table-wrapper .actions-toolbar > .action.action,
#checkout-step-payment .payment-method-billing-address .billing-address-details .action-gift.action,
#checkout-step-payment .checkout-billing-address .billing-address-details .action-gift.action {
  float: left;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  font-weight: 600;
  font-size: 12px;
  color: #8e410c;
}
#checkout-step-payment .payment-method-billing-address .billing-address-details button.action:hover,
#checkout-step-payment .checkout-billing-address .billing-address-details button.action:hover,
#checkout-step-payment .payment-method-billing-address .billing-address-details .cart.table-wrapper .actions-toolbar > .action.action:hover,
#checkout-step-payment .checkout-billing-address .billing-address-details .cart.table-wrapper .actions-toolbar > .action.action:hover,
#checkout-step-payment .payment-method-billing-address .billing-address-details .action-gift.action:hover,
#checkout-step-payment .checkout-billing-address .billing-address-details .action-gift.action:hover {
  color: #FC7B50;
  text-decoration: none;
}
#checkout-step-payment button.action.primary.checkout,
#checkout-step-payment .cart.table-wrapper .actions-toolbar > .action.action.primary.checkout,
#checkout-step-payment .action-gift.action.primary.checkout {
  padding: 0;
  border: none;
  line-height: 35px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.7px;
  background: #FC7B50;
  width: 100%;
}
#checkout-step-payment .payment-method-content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0;
}
#checkout-step-payment .payment-method-content p br {
  display: block;
}
#checkout-step-payment .payment-method-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#checkout-step-payment .payment-method-content .ccavenuepay_frontend_logo {
  display: none;
}
#checkout-step-payment .payment-method-content .ccavenue-payment-text li {
  display: none;
}
#checkout-step-payment .payment-method-content li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
#checkout-step-payment .payment-method-content li span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: 0.8px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 25px;
}
#checkout-step-payment .payment-method-content .payment-method-note {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
#checkout-step-payment .payment-method-content .actions-toolbar {
  margin: 0 25%;
  position: absolute;
  bottom: -20px;
  left: 0;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#checkout-step-payment .payment-method-content .actions-toolbar .primary {
  width: 100%;
}
.payment-option.discount-code {
  display: none;
}
.shipping-information {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.shipping-information .ship-to {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 30px;
}
.shipping-information .ship-via {
  display: none;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 30px;
}
.opc-block-shipping-information {
  display: none;
  width: 100%;
  vertical-align: middle;
  padding: 0 !important;
  margin: 30px 0;
}
.opc-block-shipping-information .shipping-information .shipping-information-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 20px;
  padding: 0 10px;
  line-height: 48px;
  border: none;
  background: #f6f6f6;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #8e410c;
  letter-spacing: 0.6px;
  box-sizing: border-box;
}
.opc-block-shipping-information .shipping-information .shipping-information-title .action {
  display: none;
}
.opc-block-shipping-information .shipping-information .shipping-information-content {
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 12px;
}
.opc-block-shipping-information .shipping-information .shipping-information-content a {
  color: #8e410c;
  text-decoration: none;
}
.opc-block-shipping-information .shipping-information .shipping-information-content a:hover {
  color: #FC7B50;
  text-decoration: none;
}
.checkout-index-index {
  overflow-x: hidden;
  padding-top: 0;
}
.checkout-index-index .field .message.warning {
  float: left;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap {
  margin: 50px auto;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 100%;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap button.action,
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap .cart.table-wrapper .actions-toolbar > .action.action,
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap .action-gift.action {
  display: inline-block;
  float: none;
  margin: 0 10px 10px;
  padding: 0 30px;
  background: #FC7B50;
  color: #ffffff;
  line-height: 30px;
  box-sizing: border-box;
  height: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 16px;
  border: none;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap button.action:hover,
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap .cart.table-wrapper .actions-toolbar > .action.action:hover,
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap .action-gift.action:hover {
  background: #FC7B50;
  color: #ffffff;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap button.action.secondary,
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap .cart.table-wrapper .actions-toolbar > .action.action.secondary,
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap .action-gift.action.secondary {
  padding: 0;
  background: none;
  color: #8e410c;
  font-size: 14px;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap button.action.secondary:hover,
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap .cart.table-wrapper .actions-toolbar > .action.action.secondary:hover,
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap .action-gift.action.secondary:hover {
  color: #FC7B50;
}
.checkout-index-index .modals-wrapper .modal-popup.mobile-otp-verification-popup .modal-inner-wrap {
  width: 500px;
  margin-left: 0;
}
.checkout-index-index .page-header {
  border-bottom: 1px solid #8e410c;
  position: static;
  background: none;
  height: auto;
}
.checkout-index-index .top-bar-content {
  display: none;
}
.checkout-index-index .header.content {
  text-align: left;
  padding-top: 0;
  background: rgba(0, 0, 0, 0) url('../../frontend/Shubh/gems/en_US/images/safe-secure.png') no-repeat scroll right 20px center / auto 100%;
}
.checkout-index-index .header.content .logo {
  margin: 5px 0;
  display: block !important;
}
.checkout-index-index .cart-page-bottom-bar {
  margin: 30px auto 0;
  max-width: 66.66666667%;
  display: block;
}
.checkout-index-index .copyright {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 25px 0 0;
  text-align: center;
  color: #8e410c;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.checkout-index-index .copyright span {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 10px 0 0;
}
.checkout-index-index .copyright .dmca-badge {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 24px;
  cursor: default;
  pointer-events: none;
}
.checkout-index-index .copyright .dmca-badge img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 24px;
}
#co-shipping-form {
  float: left;
  width: 100%;
  max-width: 100%;
}
#opc-new-shipping-address .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 20px;
}
#opc-new-shipping-address #shipping-new-address-form {
  margin: 0;
}
#opc-new-shipping-address .field[name="shippingAddress.city"],
#opc-new-shipping-address .field[name="shippingAddress.telephone"] {
  clear: left;
}
#opc-new-shipping-address .field {
  float: left;
  width: 48%;
  margin: 0 1% 15px;
}
#opc-new-shipping-address .field .label {
  width: 100%;
  padding: 0;
  text-align: left;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  display: none;
}
#opc-new-shipping-address .field .label:after {
  content: none;
}
#opc-new-shipping-address .field .control {
  width: 100%;
}
#opc-new-shipping-address .field .control .field-error {
  display: inline-block;
  margin: 0;
}
#opc-new-shipping-address .field .control input {
  float: left;
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  font-size: 13px;
  color: #8e410c;
  letter-spacing: 0.6px;
  padding: 0 10px;
  box-shadow: none;
}
#opc-new-shipping-address .field .control .field {
  width: 100%;
  margin: 0;
}
#opc-new-shipping-address .field .control select {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  color: #8e410c;
  font-size: 13px;
  letter-spacing: 0.6px;
  padding: 0 20px 0 10px;
  box-shadow: none;
}
#opc-new-shipping-address .field .control .flag-container {
  max-height: 38px;
}
#opc-new-shipping-address .field .control._with-tooltip .field-tooltip {
  display: none;
}
#opc-new-shipping-address .field.choice {
  margin: 4px 1% 0;
}
#opc-new-shipping-address .field.choice:before {
  width: 0;
}
#opc-new-shipping-address .field.choice input[type="checkbox"] {
  top: 1px;
}
#opc-new-shipping-address .field.choice .label {
  display: inline-block;
  width: auto;
}
#opc-new-shipping-address .field.street {
  width: 98%;
}
#opc-new-shipping-address .field.street .field {
  width: 49%;
  margin: 0 1% 0 0;
}
#opc-new-shipping-address .field.street .field.additional {
  margin: 0 0 0 1%;
}
#opc-new-shipping-address .field[name="shippingAddress.gstin"] {
  display: none;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address:before {
  content: "Billing Address";
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 0.8px;
  font-size: 16px;
  font-weight: 600;
  background: #f6f6f6;
  border: none;
  color: #8e410c;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .fieldset {
  margin: 15px 0;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .fieldset .actions-toolbar {
  float: left;
  width: 100%;
  margin: 10px 0;
  max-width: 100%;
  text-align: center;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .fieldset .actions-toolbar .primary {
  float: none;
  display: inline-block;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .fieldset .actions-toolbar button.action,
.checkout-payment-method #checkout-step-payment .checkout-billing-address .fieldset .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action,
.checkout-payment-method #checkout-step-payment .checkout-billing-address .fieldset .actions-toolbar .action-gift.action {
  display: inline-block;
  width: auto;
  margin: 0 20px;
  background: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 13px;
  font-weight: 600;
  color: #8e410c;
  padding: 0;
  float: none;
  line-height: 28px;
  text-decoration: none;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .fieldset .actions-toolbar button.action:hover,
.checkout-payment-method #checkout-step-payment .checkout-billing-address .fieldset .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action:hover,
.checkout-payment-method #checkout-step-payment .checkout-billing-address .fieldset .actions-toolbar .action-gift.action:hover {
  color: #FC7B50;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .select {
  color: #8e410c;
  border-radius: 3px;
  padding: 0 20px 0 10px;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  letter-spacing: 0.6px;
  box-shadow: none;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .field.field-select-billing {
  margin: 0 1% 15px;
  width: 98%;
  max-width: 98%;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  max-width: 100%;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field[name="billingAddressccavenue.gstin"] {
  display: none;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field[name="billingAddressshared.gstin"] {
  display: none;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field[name="billingAddresscashondelivery.gstin"] {
  display: none;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field[name="billingAddresscashondelivery.city"],
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field[name="billingAddresscashondelivery.telephone"] {
  clear: left;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field {
  float: left;
  width: 48%;
  margin: 0 1% 15px !important;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field.street {
  width: 98%;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field.street .field {
  width: 49%;
  margin: 0 1% 0 0 !important;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field.street .field.additional {
  margin: 0 0 0 1% !important;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field.choice {
  margin: 0 1% 0 !important;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field.choice .label {
  width: auto;
  display: inline-block;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field.choice:before {
  width: 0;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field.choice input[type="checkbox"] {
  top: -3px;
  width: auto;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field-error {
  display: inline-block;
  margin: 0;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .label {
  padding: 0;
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 32px;
  display: none;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .label:after {
  content: none;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .control {
  width: 100%;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .control._with-tooltip input {
  width: calc((100% - 39px));
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form input {
  width: 100%;
  float: left;
  height: 38px;
  line-height: 38px;
  color: #8e410c;
  border-radius: 3px;
  font-size: 13px;
  box-shadow: none;
  letter-spacing: 0.6px;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form select {
  border-radius: 3px;
  height: 38px;
  padding: 0 20px 0 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #8e410c;
  box-shadow: none;
  line-height: 38px;
}
.checkout-payment-method #checkout-step-payment .checkout-billing-address .billing-address-form .field[name="billingAddresscheckmo.gstin"] {
  display: none;
}
/*========================For adding theanimation on buttons========================*/
#checkout-step-payment .payments .opc-payment button.primary.checkout,
#shipping-method-buttons-container button.primary,
#checkout-step-payment .payments .opc-payment .cart.table-wrapper .actions-toolbar > .action.primary.checkout,
#shipping-method-buttons-container .cart.table-wrapper .actions-toolbar > .action.primary,
#checkout-step-payment .payments .opc-payment .action-gift.primary.checkout,
#shipping-method-buttons-container .action-gift.primary {
  overflow: hidden;
  position: relative;
}
#checkout-step-payment .payments .opc-payment button.primary.checkout:after,
#shipping-method-buttons-container button.primary:after,
#checkout-step-payment .payments .opc-payment .cart.table-wrapper .actions-toolbar > .action.primary.checkout:after,
#shipping-method-buttons-container .cart.table-wrapper .actions-toolbar > .action.primary:after,
#checkout-step-payment .payments .opc-payment .action-gift.primary.checkout:after,
#shipping-method-buttons-container .action-gift.primary:after {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
  z-index: 0;
  animation: lightmoment 2s infinite;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .checkout-index-index .page-wrapper .header.content {
    padding: 10px 15px;
  }
  .checkout-index-index #menu-open {
    display: none;
  }
  .checkout-index-index .opc-wrapper {
    width: 65%;
    padding-right: 15px;
  }
  .checkout-index-index #checkout .opc-sidebar {
    /*width: 35%;*/
  }
  .checkout-index-index #checkout-step-shipping form.form-login .field .control {
    width: 86%;
    margin: 0 7%;
  }
  .checkout-index-index #checkout-step-shipping form.form-login .actions-toolbar {
    margin-left: 5%;
    margin-right: 9%;
  }
  .checkout-index-index #checkout-step-shipping .shipping-address-item {
    width: 48%;
  }
  .checkout-index-index #checkout-step-shipping .shipping-address-item:nth-child(2n) {
    margin-right: 0;
  }
  .checkout-index-index #checkout-step-shipping .shipping-address-item:nth-child(3n) {
    margin-right: 2%;
  }
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 30px;
  counter-reset: i;
  font-size: 0;
  text-align: center;
  width: 100%;
  order: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #8e410c;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #8e410c;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:after {
  color: #8e410c;
}
.opc-progress-bar-item._active:before {
  background: #fc7b50;
}
.opc-progress-bar-item._active > span:before {
  background: #fc7b50;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.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: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  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: 20px;
}
.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;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #fc7b50;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #fc7b50;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.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 .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: #8e410c;
  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: 2px;
  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: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  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: #8f8f8f;
}
.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;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  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 #d1d1d1;
  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: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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 {
  margin: 0;
}
.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 #d1d1d1;
  display: block;
  float: none;
  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: 0;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.authentication-wrapper a.action {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #8e410c;
}
.authentication-wrapper a.action:hover {
  color: #FC7B50;
  text-decoration: none;
}
.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-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 20px;
  margin: 10px;
}
.checkout-payment-method .payment-method-title .payment-icon.ccavenue {
  height: 14px;
  margin: 13px 10px;
}
.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: 600px;
}
.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: #8e410c;
  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: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  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: #8f8f8f;
}
.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 .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.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 .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.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;
}
/*general css for the container and top part*/
.cms-about-us .page-wrapper .page-title-wrapper,
.cms-tips-to-buy .page-wrapper .page-title-wrapper,
.cms-customized .page-wrapper .page-title-wrapper,
.cms-payment-options .page-wrapper .page-title-wrapper,
.cms-shipping-customs .page-wrapper .page-title-wrapper,
.cms-rudraksha-benefits .page-wrapper .page-title-wrapper,
.cms-return-policy .page-wrapper .page-title-wrapper,
.cms-contact-us .page-wrapper .page-title-wrapper,
.cms-privacy-policy .page-wrapper .page-title-wrapper,
.cms-terms-conditions .page-wrapper .page-title-wrapper,
.cms-customers-reviews .page-wrapper .page-title-wrapper,
.cms-ring-size-guide .page-wrapper .page-title-wrapper,
.cms-bracelet-size-guide .page-wrapper .page-title-wrapper,
.cms-gemstone-ring-designs .page-wrapper .page-title-wrapper,
.cms-pendant-designs .page-wrapper .page-title-wrapper,
.cms-gemstone-jewellery-designs .page-wrapper .page-title-wrapper,
.cms-gemstone-crystal-benefits .page-wrapper .page-title-wrapper,
.cms-gemstone-energisation .page-wrapper .page-title-wrapper,
.cms-find-healing-stone .page-wrapper .page-title-wrapper,
.cms-shubh-gems-video .page-wrapper .page-title-wrapper,
.cms-shubh-gems-video-2 .page-wrapper .page-title-wrapper,
.cms-shubh-gems-video-3 .page-wrapper .page-title-wrapper,
.cms-shubh-gems-video-4 .page-wrapper .page-title-wrapper,
.cms-shubh-gems-video-5 .page-wrapper .page-title-wrapper,
.cms-shubh-gems-video-6 .page-wrapper .page-title-wrapper {
  display: none;
}
.cms-about-us .page-main,
.cms-tips-to-buy .page-main,
.cms-customized .page-main,
.cms-rudraksha-benefits .page-main,
.cms-contact-us .page-main,
.cms-customers-reviews .page-main,
.cms-ring-size-guide .page-main,
.cms-bracelet-size-guide .page-main,
.cms-gemstone-ring-designs .page-main,
.cms-pendant-designs .page-main,
.cms-gemstone-jewellery-designs .page-main,
.cms-gemstone-crystal-benefits .page-main,
.cms-gemstone-energisation .page-main,
.cms-find-healing-stone .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-find-healing-stone .breadcrumbs,
.cms-shubh-gems-video .breadcrumbs,
.cms-shubh-gems-video-2 .breadcrumbs,
.cms-shubh-gems-video-3 .breadcrumbs,
.cms-shubh-gems-video-4 .breadcrumbs,
.cms-shubh-gems-video-5 .breadcrumbs,
.cms-shubh-gems-video-6 .breadcrumbs {
  display: none;
}
.succ_msg {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  text-align: left;
}
.succ_msg .message {
  margin: 0;
}
h2.not-show {
  display: none !important;
}
/*general css for the content*/
.cms-info-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-top-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 250px;
}
.cms-top-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 250px;
  object-fit: cover;
  object-position: right;
}
.cms-container {
  margin: 0 auto;
  max-width: 1280px;
  box-sizing: border-box;
  padding: 0 20px;
}
.cms-top-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
  margin: 30px 0;
}
.cms-top-title span,
.cms-top-title h1 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #FC7B50;
  margin: 0;
}
.cms-top-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  margin: 0 0 30px;
}
.cms-top-sec .cms-top-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1270px;
  text-align: left;
  margin: 0;
  padding: 0 5%;
  box-sizing: border-box;
}
.cms-top-sec .cms-top-title span,
.cms-top-sec .cms-top-title h1 {
  border: none;
  font-size: 30px;
  line-height: 48px;
  max-width: 70%;
}
.cms-info-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 5%;
}
.cms-info-cont p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  line-height: 20px;
}
.cms-info-cont .sub-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 40px;
  margin: 0;
}
.cms-info-cont .sub-title h2,
.cms-info-cont .sub-title h3 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
}
.cms-info-cont .cms-box {
  float: left;
  width: calc((33.333333% - 20px));
  margin: 10px;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #FC7B50;
  border-top-width: 5px;
  background: #fff;
  position: relative;
}
.cms-info-cont .cms-box.btn-box {
  padding-bottom: 50px;
}
.cms-info-cont .cms-box .cms-button {
  position: absolute;
  left: 0;
  padding: 0 15px;
  box-sizing: border-box;
  bottom: 15px;
}
.cms-info-cont .cms-box.email-box,
.cms-info-cont .cms-box.phone-box,
.cms-info-cont .cms-box.address-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 46px;
}
.cms-info-cont .cms-box.phone-box .box-info {
  text-align: right;
}
.cms-info-cont .cms-box.address-box .box-info span b {
  font-size: 16px;
}
.cms-info-cont .cms-box .box-icon {
  float: left;
  width: 10%;
}
.cms-info-cont .cms-box .box-icon em {
  vertical-align: top;
  line-height: 60px;
  font-size: 40px;
}
.cms-info-cont .cms-box .box-icon em:before {
  line-height: 60px;
  display: inline-block;
  vertical-align: top;
}
.cms-info-cont .cms-box .box-info {
  float: left;
  width: 90%;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.cms-info-cont .cms-box .box-info p {
  margin: 0;
}
.cms-info-cont .cms-box .box-info p a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #FC7B50;
  font-weight: 600;
}
.cms-info-cont .cms-box .box-info span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.cms-info-cont .cms-box .box-info h2 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: normal;
}
.cms-info-cont .cms-box .box-info h2 a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #FC7B50;
  font-weight: 600;
}
.cms-info-cont .cms-box.review-grid {
  width: calc((50% - 20px));
}
.cms-info-cont .cms-box .author-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
}
.cms-info-cont .cms-box ul,
.cms-info-cont .cms-box ol {
  text-align: left;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  margin: 0;
}
.cms-info-cont .cms-box ul li,
.cms-info-cont .cms-box ol li {
  margin: 0;
}
.cms-info-cont .box-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px -24px 0;
}
.cms-info-cont .box-view.stone-boxes .cms-pic {
  margin: 0 0 20px 0;
  height: 150px;
}
.cms-info-cont .box-view.stone-boxes .cms-pic img {
  height: 150px;
  object-fit: contain;
  object-position: center;
}
.cms-info-cont .box-view.rudraksha-boxes .cms-pic {
  height: 120px;
}
.cms-info-cont .box-view.rudraksha-boxes .cms-pic img {
  height: 120px;
  object-fit: contain;
  object-position: center;
}
.cms-info-cont .cms-pic {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  margin: 20px 0;
}
.cms-info-cont .cms-pic.half-pic {
  width: 48%;
}
.cms-info-cont .cms-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.cms-info-cont .cms-col {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.cms-info-cont .cms-col .cms-col-cont {
  float: left;
  width: 58%;
}
.cms-info-cont .cms-col .cms-col-pic {
  float: right;
  width: 38%;
  margin: 0 0 0 4%;
}
.cms-info-cont .cms-col .cms-col-pic img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 15px 0 0;
}
.cms-info-cont b,
.cms-info-cont strong {
  font-weight: 600;
}
.cms-info-cont ul,
.cms-info-cont ol {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 18px;
  padding: 0 0 0 30px;
}
.cms-info-cont li {
  margin: 0;
  line-height: 20px;
}
.cms-info-cont .cms-button {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-info-cont .cms-button a {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3px;
  background: #FC7B50;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  height: 35px;
  text-decoration: none;
}
.cms-info-cont .box-view-col {
  float: left;
  width: 50%;
}
.cms-info-cont .box-view-col .cms-box.review-grid {
  width: calc((100% - 20px));
}
.cms-info-cont .box-view-col .user-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 20px;
  text-align: center;
}
.cms-info-cont .box-view-col .user-pic img {
  display: inline-block;
  width: 90px;
  vertical-align: top;
  border-radius: 50%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.cms-col-pay-opt {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-col-pay-opt .cms-col-pic {
  float: left;
  width: auto;
  margin: 0 60px 0 0;
}
.cms-col-pay-opt .cms-col-pic a {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.cms-col-pay-opt .cms-col-pic a.paypal {
  margin: 16px 0 0 0;
}
.cms-col-pay-opt .cms-col-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.cms-contact-us .column.main {
  padding: 0;
}
.cms-contact-us .contact-form {
  display: flex;
  padding: 15px 20px;
  background: #f6f6f6;
  border-left: 10px solid #FC7B50;
  border-radius: 10px;
  margin: 10px -15px 40px;
  text-align: center;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
}
.cms-contact-us .contact-form .form-pic {
  float: left;
  width: 30%;
  text-align: center;
}
.cms-contact-us .contact-form .form-pic img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  max-width: 50px;
  margin: 0 0 15px;
}
.cms-contact-us .contact-form .form-pic span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.cms-contact-us .contact-form .form.contact {
  float: right;
  width: 70%;
  padding: 0 20px;
  box-sizing: border-box;
  border-left: 1px solid;
}
.cms-contact-us .contact-form .form.contact .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  letter-spacing: 0.6px;
}
.cms-contact-us .contact-form .form.contact .field {
  float: left;
  width: 33.3333%;
  margin: 0 0 15px;
  padding: 0 10px;
  box-sizing: border-box;
}
.cms-contact-us .contact-form .form.contact .field .control {
  width: 100%;
}
.cms-contact-us .contact-form .form.contact .field input {
  background: #fff;
  border: none;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #8e410c;
  border-radius: 3px;
}
.cms-contact-us .contact-form .form.contact .field.comment {
  width: 100%;
}
.cms-contact-us .contact-form .form.contact .field textarea {
  border: none;
  padding: 0 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  color: #8e410c;
  height: 76px !important;
  width: 100% !important;
  line-height: 38px;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 3px;
}
.cms-contact-us .contact-form .form.contact .field.telephone-country {
  padding: 0;
  width: 74px;
  margin-right: 10px;
}
.cms-contact-us .contact-form .form.contact .field.telephone-country input {
  text-align: center;
}
.cms-contact-us .contact-form .form.contact .field.telephone-number {
  padding: 0;
  width: calc((100% - 84px));
}
.cms-contact-us .contact-form .form.contact .actions-toolbar {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cms-contact-us .contact-form .form.contact .primary {
  float: none;
  width: 100%;
}
.cms-contact-us .contact-form .form.contact button.action.submit,
.cms-contact-us .contact-form .form.contact .cart.table-wrapper .actions-toolbar > .action.action.submit,
.cms-contact-us .contact-form .form.contact .action-gift.action.submit {
  display: inline-block;
  width: auto;
  margin: 0;
  border: none;
  padding: 0 30px;
  height: 35px;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FC7B50;
  color: #fff;
  border-radius: 5px;
  vertical-align: top;
  min-width: 30%;
  font-size: 16px;
}
.table-boxes-view {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 30px 0;
}
.table-boxes-view.center-table {
  text-align: center;
}
.table-boxes-view.center-table .table-box {
  display: inline-block;
  float: none;
  margin: 0 auto;
  width: auto;
}
.table-boxes-view.center-table .table-box td br {
  display: none;
}
.table-boxes-view .table-box {
  float: left;
  width: 48%;
  margin: 0 1%;
}
.table-boxes-view table.Guide-table {
  text-align: center;
}
.table-boxes-view table.Guide-table th {
  text-align: center;
  background: #f6f6f6;
  padding: 8px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  vertical-align: middle;
  font-size: 13px;
}
.table-boxes-view table.Guide-table th h3 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: 600;
  font-size: 13px;
  line-height: 36px;
  margin: 0;
}
.table-boxes-view table.Guide-table tr td {
  padding: 8px;
  vertical-align: middle;
  font-size: 13px;
  line-height: 20px;
}
.table-boxes-view table.Guide-table tr:nth-child(2n+1) td {
  background: #f6f6f6;
}
.table-boxes-view.full-view .table-box {
  width: 100%;
  margin: 0;
}
.cms-divide-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cms-divide-cont .cms-divide-left {
  float: left;
  width: 60%;
  margin: 0 3% 0 0;
}
.cms-divide-cont .cms-divide-right {
  float: right;
  width: 37%;
}
.cms-divide-cont .cms-divide-right .box-view {
  margin: 0;
}
.cms-divide-cont .cms-divide-right .cms-box {
  width: 100%;
  margin: 0;
}
.cms-divide-cont .cms-video-side {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}
.cms-divide-cont .cms-video-box {
  float: right;
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px;
  background: #f6f6f6;
  border-radius: 3px;
}
.cms-video {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-video iframe {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.social-review-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.social-review-sec .social-review-box {
  display: inline-block;
  width: 50%;
  text-align: center;
  margin: 40px 0 10px;
}
.social-review-sec .review-pic {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 14px;
}
.social-review-sec .review-pic img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  max-width: 180px;
}
.social-review-sec .review-cont {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.social-review-sec .review-cont span,
.social-review-sec .review-cont h2 {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 20px;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 14px;
  line-height: 24px;
}
.jwellery-design-col {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.jwellery-design-col .jwellery-design-box {
  width: 24%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 0 10px;
  display: inline-block;
}
.jwellery-design-col .jwl-design-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 200px;
}
.jwellery-design-col img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  transform: scale(0.7);
  transition: all 0.5s ease;
  transition: all .5s ease;
  height: 200px;
  object-fit: contain;
  object-position: center;
}
.jwellery-design-col img:hover {
  transform: scale(1);
}
.jwellery-design-col .jwl-design-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.jwellery-design-col .jwl-design-cont span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.video-list {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.video-list .video-col {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 2%;
}
.video-list .video-grid {
  float: left;
  width: 48%;
  margin: 0 1%;
  padding: 15px;
  box-sizing: border-box;
  background: #f6f6f6;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}
.video-list .video-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  line-height: 24px;
  min-height: 48px;
  font-weight: 400;
  order: 2;
  margin: 10px 0 0;
}
.video-list iframe {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.video-list .video-nav-links {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 20px 0;
}
.video-list .video-nav-links a {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding: 0 20px;
  line-height: 36px;
  background: #FC7B50;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 600;
  text-decoration: none;
}
/*==============================For the healing stone recommendation page==============================*/
.healing-quiz-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.healing-quiz-sec .mid-title {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 36px;
  margin: 10px 0 30px;
  padding: 0 10%;
  box-sizing: border-box;
}
.healing-quiz-sec .mid-title.hidden {
  display: none;
}
.healing-quiz-sec .quiz-level {
  display: none;
  width: 100%;
  vertical-align: top;
  margin: 20px 0;
}
.healing-quiz-sec .quiz-level.active {
  display: inline-block;
}
.healing-quiz-sec .quiz-que-block {
  display: none;
  width: 100%;
  vertical-align: top;
  padding: 20px;
  box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.healing-quiz-sec .quiz-que-block.active {
  display: inline-block;
}
.healing-quiz-sec .quiz-question {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 5px 0 20px;
}
.healing-quiz-sec .quiz-question span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 0.8px;
}
.healing-quiz-sec .quiz-ans-opt {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 25px;
}
.healing-quiz-sec .opt-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.healing-quiz-sec .ans-opt {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 10px;
  position: relative;
  cursor: pointer;
}
.healing-quiz-sec .ans-opt input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  height: 100%;
  opacity: 0;
  margin: 0;
  border: none;
  cursor: pointer;
}
.healing-quiz-sec .ans-opt input:checked + label {
  background: #fc7b50;
  color: #fff;
}
.healing-quiz-sec .ans-opt label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 15px;
  line-height: 36px;
  border: 1px solid #fc7b50;
  background: #fff;
  border-radius: 4px;
  transition: all 0.5s ease;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
.healing-quiz-sec .ans-opt:hover label {
  background: #fc7b50;
  color: #fff;
}
.healing-quiz-sec .quiz-btn-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.healing-quiz-sec .next-btn {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 5px;
}
.healing-quiz-sec .next-btn a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 600;
  color: #fc7b50;
  position: relative;
}
.healing-quiz-sec .next-btn a:after {
  content: " >>";
}
.healing-quiz-sec .next-btn a.hidden {
  display: none;
}
.healing-quiz-sec .back-btn {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 5px;
}
.healing-quiz-sec .back-btn a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 600;
  color: #fc7b50;
  position: relative;
}
.healing-quiz-sec .back-btn a:before {
  content: "<< ";
}
.healing-quiz-sec .quiz-cont-info {
  display: none;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.healing-quiz-sec .quiz-cont-info.visible {
  display: inline-block;
}
.healing-quiz-sec .quiz-result {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.healing-quiz-sec .quiz-result .healing-result-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 30px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.healing-quiz-sec .quiz-result .healing-result-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 50px;
  line-height: 36px;
  position: relative;
  padding: 0 100px;
  box-sizing: border-box;
  margin: 0;
}
.healing-quiz-sec .quiz-result .healing-result-title span:after {
  content: "";
  background: linear-gradient(90deg, #ffffff 0%, #fc7f55 28%, #fc7b50 72%, #ffffff 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: translate(-50%, 0);
}
.healing-quiz-sec .quiz-result .cms-box.btn-box {
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  margin: 10px;
  width: calc((32.333333% - 20px));
  float: none;
  display: inline-block;
}
.healing-quiz-sec .quiz-result .cms-box .sub-title {
  color: #c8944a;
}
.healing-quiz-sec .quiz-result .cms-box .cms-pic {
  margin: 10px 0;
}
.healing-quiz-sec .quiz-result .cms-box .cms-pic img {
  max-width: 180px;
}
.healing-quiz-sec .quiz-result .cms-box .cms-button {
  position: static;
  margin: 0 0 5px;
}
.healing-quiz-sec .quiz-result .cms-box .cms-button a {
  background: none;
  width: 60%;
  color: #c8944a;
  border: 1px solid #c8944a;
  transition: all 0.5s ease;
}
.healing-quiz-sec .quiz-result .cms-box .cms-button a:hover {
  background: #c8944a;
  color: #ffffff;
}
.healing-quiz-sec .healing-stone-info-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #f7f7f7;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
}
.healing-quiz-sec .healing-stone-info-box ul {
  margin: 0;
  padding: 0 0 0 9%;
  box-sizing: border-box;
}
.healing-quiz-sec .healing-stone-info-box li {
  line-height: 36px;
  letter-spacing: 0.6px;
  font-weight: 400;
  font-size: 13px;
}
/*==============================For the gemstone-energisation page==============================*/
.gem-energise-container {
  display: flex;
  align-items: center;
  gap: 5%;
}
.gem-energise-content {
  display: inline-block;
  width: 55%;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
}
.gem-energise-content p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.gem-energise-content .home-sec-fancy-title {
  margin: 0;
}
.gem-energise-content .home-sec-fancy-title span.small {
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 4px;
  margin: 5px 5%;
  display: inline-block;
  width: auto;
  max-width: 90%;
  position: relative;
}
.gem-energise-content .home-sec-fancy-title span.small:before {
  content: "||";
  position: absolute;
  left: -40px;
  letter-spacing: 0;
}
.gem-energise-content .home-sec-fancy-title span.small:after {
  content: "||";
  position: absolute;
  right: -40px;
  letter-spacing: 0;
}
.gem-energise-content .home-sec-fancy-title span.small b {
  font-weight: 400;
  letter-spacing: 2px;
}
.gem-energise-pic {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.gem-energise-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.gem-energise-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 15px 0 0;
}
.gem-energise-btn a {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  background: #fc7b50;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 36px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
/*==============================For the Gemstone Jewellery Design page==============================*/
.gemstone-jewel-design-details {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.gemstone-jewel-design-tabs {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: #c8944a;
  border: 2px solid #c8944a;
  border-radius: 5px;
}
.gjd-tab-title {
  float: left;
  width: 220px;
  font-size: 18px;
  letter-spacing: 0.8px;
  font-weight: 400;
  color: #c8944a;
  background: #fff;
  line-height: 40px;
  margin: 0 0px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.gjd-tab-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
}
.gjd-tab-title.active {
  border-radius: 3px;
  color: #fff;
  background: #c8944a;
}
.gjd-tab-title.active img {
  filter: brightness(0) invert(1);
}
.gjd-tab-title img {
  display: inline-block;
  width: auto;
  max-height: 40px;
  vertical-align: top;
  margin: 0 3px;
  filter: none;
}
#bracelet-design img {
  max-height: 30px;
  margin: 5px 3px;
}
.gemstone-jewel-design-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0;
}
.gemstone-jewel-design-content .gjd-tab-cont {
  float: left;
  width: 100%;
  box-shadow: none;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.35s ease-out;
}
.gemstone-jewel-design-content .gjd-tab-cont.active {
  max-height: 4000px;
  transition: max-height 0.5s ease-in;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-wrapper .cms-top-sec .cms-top-title {
    padding: 0 15px;
  }
  .page-wrapper .cms-info-cont {
    padding: 0 15px;
  }
  .page-wrapper .cms-info-cont .cms-box {
    padding: 10px;
  }
  .page-wrapper .cms-info-cont .cms-box .box-icon {
    width: 50px;
  }
  .page-wrapper .cms-info-cont .cms-box .box-info {
    width: calc((100% - 50px));
    word-break: break-all;
  }
  .page-wrapper .cms-info-cont .cms-box.btn-box {
    padding-bottom: 50px;
  }
  .page-wrapper .cms-info-cont ul,
  .page-wrapper .cms-info-cont ol {
    box-sizing: border-box;
  }
  .cms-contact-us .contact-form {
    padding: 12px;
  }
  .cms-contact-us .contact-form .form-pic {
    width: 130px;
    padding-right: 12px;
  }
  .cms-contact-us .contact-form .form.contact {
    width: calc((100% - 145px));
    padding: 0 7px;
  }
  .cms-contact-us .contact-form .form.contact .field {
    padding: 0 5px;
    width: 30%;
  }
  .cms-contact-us .contact-form .form.contact .field.telephone {
    width: 40%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.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-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  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: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.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 {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  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;
}
.customer-account-login .column.main {
  display: flex;
  flex-wrap: wrap;
}
.customer-account-login .column.main .account-social-login {
  order: 2;
  width: 80%;
  margin: 30px auto 0;
}
.customer-account-login .column.main .account-social-login .social-btn-actions-toolbar {
  margin: 0 10px;
}
.customer-account-login .column.main .account-social-login .block-title {
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  position: relative;
}
.customer-account-login .column.main .account-social-login .block-title:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FC7B50;
  height: 1px;
  transform: translate(0, -50%);
}
.customer-account-login .column.main .account-social-login .block-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 15px;
}
.customer-account-login .column.main .account-social-login .block-content {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.customer-account-login .column.main .account-social-login .btn-social {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 40px;
  text-align: center;
  background: none;
  border: 1px solid #8e410c;
  box-sizing: border-box;
}
.customer-account-login .column.main .account-social-login .btn-social img {
  position: static;
  border: none;
  display: inline-block;
  width: auto;
  line-height: 36px;
  height: 24px;
  margin: 6px 0 0;
  vertical-align: top;
}
.customer-account-login .column.main .account-social-login .btn-social .social-label {
  display: inline-block;
  width: auto;
  color: #8e410c;
  font-family: 'Open Sans';
  font-weight: 600;
  margin: 0 0 0 10px;
  line-height: 36px;
  vertical-align: top;
}
.customer-account-login .column.main .account-social-login .btn-social:hover {
  background: #FC7B50;
  border-color: #FC7B50;
  color: #fff;
}
.customer-account-login .column.main .account-social-login .btn-social:hover img {
  filter: brightness(0) invert(1);
}
.customer-account-login .column.main .account-social-login .btn-social:hover .social-label {
  color: #fff;
}
.customer-account-login .login-container {
  display: flex;
  width: 80%;
  margin: 0 auto 20px;
  flex-wrap: wrap;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.customer-account-login .login-container .block {
  float: left;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
}
.customer-account-login .login-container .block.block-new-customer {
  background: #ececec;
  text-align: center;
}
.customer-account-login .login-container .block.block-new-customer .actions-toolbar {
  text-align: center;
}
.customer-account-login .login-container .block.block-new-customer div.primary {
  float: none;
  width: 100%;
}
.customer-account-login .login-container .block-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  text-transform: capitalize;
}
.customer-account-login .login-container .block-title strong {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}
.customer-account-login .login-container .block-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 0;
}
.customer-account-login .login-container .fieldset {
  margin: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.customer-account-login .login-container .fieldset:after {
  content: none;
}
.customer-account-login .login-container .fieldset .field {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 15px;
}
.customer-account-login .login-container .fieldset .field .label {
  width: 100%;
  padding: 0;
  text-align: left;
  line-height: 30px;
}
.customer-account-login .login-container .fieldset .field .label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 13px;
}
.customer-account-login .login-container .fieldset .field .label:after {
  content: none;
}
.customer-account-login .login-container .fieldset .field .control {
  width: 100%;
}
.customer-account-login .login-container .fieldset .field input {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 13px;
  color: #8e410c;
  border-radius: 3px;
  box-shadow: none;
}
.customer-account-login .login-container .fieldset .field.note {
  text-align: center;
  letter-spacing: 0.6px;
}
.customer-account-login .login-container #remember-me-box {
  display: none;
}
.customer-account-login .login-container .actions-toolbar {
  width: 100%;
  margin: 10px 0 0 !important;
  display: inline-block;
  vertical-align: top;
}
.customer-account-login .login-container .actions-toolbar div.primary {
  float: left;
  width: 50%;
  margin: 0 !important;
}
.customer-account-login .login-container .actions-toolbar div.primary a.action {
  float: none;
  padding: 0 30px;
  border: none;
  color: #fff;
  background: #FC7B50;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 35px;
  font-size: 16px;
}
.customer-account-login .login-container .actions-toolbar .secondary {
  float: right !important;
  margin: 0;
  max-width: 50%;
}
.customer-account-login .login-container .actions-toolbar button,
.customer-account-login .login-container .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.customer-account-login .login-container .actions-toolbar .action-gift {
  padding: 0 10px;
  border: none;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 3px;
  background: #FC7B50;
  width: 100%;
}
.customer-account-login .login-container .actions-toolbar button:hover,
.customer-account-login .login-container .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-account-login .login-container .actions-toolbar .action-gift:hover {
  background: #FC7B50;
  border: none;
}
.customer-account-login .login-container .actions-toolbar a.action {
  margin: 0;
  line-height: 35px;
  text-decoration: none;
  color: #8e410c;
  font-weight: 600;
  letter-spacing: 0.5px;
  vertical-align: top;
}
.customer-account-login .login-container .actions-toolbar a.action:hover {
  color: #FC7B50;
  text-decoration: none;
}
.customer-account-login .login-container p {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 30px;
}
.customer-account-logoutsuccess p {
  text-align: center;
  margin: 10px 0;
}
.customer-account-logoutsuccess .column.main {
  min-height: 150px;
}
.customer-account-create .column.main {
  display: flex;
  flex-wrap: wrap;
}
.customer-account-create .column.main .account-social-login {
  order: 2;
  width: 80%;
  margin: 30px auto 0;
}
.customer-account-create .column.main .account-social-login .social-btn-actions-toolbar {
  margin: 0 10px;
}
.customer-account-create .column.main .account-social-login .block-title {
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  position: relative;
}
.customer-account-create .column.main .account-social-login .block-title:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FC7B50;
  height: 1px;
  transform: translate(0, -50%);
}
.customer-account-create .column.main .account-social-login .block-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 15px;
}
.customer-account-create .column.main .account-social-login .block-content {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.customer-account-create .column.main .account-social-login .btn-social {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 40px;
  text-align: center;
  background: none;
  border: 1px solid #8e410c;
  box-sizing: border-box;
}
.customer-account-create .column.main .account-social-login .btn-social img {
  position: static;
  border: none;
  display: inline-block;
  width: auto;
  line-height: 36px;
  height: 24px;
  margin: 6px 0 0;
  vertical-align: top;
}
.customer-account-create .column.main .account-social-login .btn-social .social-label {
  display: inline-block;
  width: auto;
  color: #8e410c;
  font-family: 'Open Sans';
  font-weight: 600;
  margin: 0 0 0 10px;
  line-height: 36px;
  vertical-align: top;
}
.customer-account-create .column.main .account-social-login .btn-social:hover {
  background: #FC7B50;
  border-color: #FC7B50;
  color: #fff;
}
.customer-account-create .column.main .account-social-login .btn-social:hover img {
  filter: brightness(0) invert(1);
}
.customer-account-create .column.main .account-social-login .btn-social:hover .social-label {
  color: #fff;
}
.customer-account-create .form-create-account {
  display: inline-block;
  width: 90% !important;
  margin: 0 auto 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  min-width: auto !important;
  padding: 20px;
  max-width: 500px;
  box-sizing: border-box;
}
.customer-account-create .form-create-account .fieldset {
  margin: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.customer-account-create .form-create-account .fieldset:after {
  content: none;
}
.customer-account-create .form-create-account .fieldset .legend {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.customer-account-create .form-create-account .fieldset .legend span {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}
.customer-account-create .form-create-account .fieldset .field {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 15px;
}
.customer-account-create .form-create-account .fieldset .field .label {
  width: 100%;
  padding: 0;
  text-align: left;
  line-height: 30px;
}
.customer-account-create .form-create-account .fieldset .field .label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 13px;
}
.customer-account-create .form-create-account .fieldset .field .label:after {
  content: none;
}
.customer-account-create .form-create-account .fieldset .field .control {
  width: 100%;
}
.customer-account-create .form-create-account .fieldset .field input {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 13px;
  color: #8e410c;
  border-radius: 3px;
  box-shadow: none;
}
.customer-account-create .form-create-account .fieldset .field.note {
  text-align: center;
  letter-spacing: 0.6px;
}
.customer-account-create .form-create-account #remember-me-box {
  display: none;
}
.customer-account-create .form-create-account .actions-toolbar {
  width: 100%;
  margin: 10px 0 0 !important;
  display: inline-block;
  vertical-align: top;
}
.customer-account-create .form-create-account .actions-toolbar div.primary {
  float: left;
  width: 50%;
  margin: 0 !important;
}
.customer-account-create .form-create-account .actions-toolbar div.primary a.action {
  float: none;
  padding: 0 30px;
  border: none;
  color: #fff;
  background: #FC7B50;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 35px;
  font-size: 16px;
}
.customer-account-create .form-create-account .actions-toolbar .secondary {
  float: right !important;
  margin: 0;
  max-width: 50%;
}
.customer-account-create .form-create-account .actions-toolbar button,
.customer-account-create .form-create-account .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.customer-account-create .form-create-account .actions-toolbar .action-gift {
  padding: 0 10px;
  border: none;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 3px;
  background: #FC7B50;
  width: 100%;
}
.customer-account-create .form-create-account .actions-toolbar button:hover,
.customer-account-create .form-create-account .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-account-create .form-create-account .actions-toolbar .action-gift:hover {
  background: #FC7B50;
  border: none;
}
.customer-account-create .form-create-account .actions-toolbar a.action {
  margin: 0;
  line-height: 35px;
  text-decoration: none;
  color: #8e410c;
  font-weight: 600;
  letter-spacing: 0.5px;
  vertical-align: top;
}
.customer-account-create .form-create-account .actions-toolbar a.action:hover {
  color: #FC7B50;
  text-decoration: none;
}
.customer-account-create .form-create-account p {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 30px;
}
.customer-account-forgotpassword .column.main {
  display: flex;
  flex-wrap: wrap;
  min-height: 240px;
}
.customer-account-forgotpassword .form.password.forget {
  display: inline-block;
  width: 90% !important;
  margin: 0 auto 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  min-width: auto !important;
  padding: 20px;
  max-width: 500px;
  box-sizing: border-box;
}
.customer-account-forgotpassword .form.password.forget .fieldset {
  margin: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 15px;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field .label {
  width: 100%;
  padding: 0;
  text-align: left;
  line-height: 30px;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field .label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 13px;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field .label:after {
  content: none;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field .control {
  width: 100%;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field input {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 13px;
  color: #8e410c;
  border-radius: 3px;
  box-shadow: none;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field.note {
  text-align: center;
  letter-spacing: 0.6px;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar {
  width: 100%;
  margin: 10px 0 0 !important;
  display: inline-block;
  vertical-align: top;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar div.primary {
  float: left;
  width: 50%;
  margin: 0 !important;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar div.primary a.action {
  float: none;
  padding: 0 30px;
  border: none;
  color: #fff;
  background: #FC7B50;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 35px;
  font-size: 16px;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary {
  float: right !important;
  margin: 0;
  max-width: 50%;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar button,
.customer-account-forgotpassword .form.password.forget .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.customer-account-forgotpassword .form.password.forget .actions-toolbar .action-gift {
  padding: 0 10px;
  border: none;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 3px;
  background: #FC7B50;
  width: 100%;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar button:hover,
.customer-account-forgotpassword .form.password.forget .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-account-forgotpassword .form.password.forget .actions-toolbar .action-gift:hover {
  background: #FC7B50;
  border: none;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar a.action {
  margin: 0;
  line-height: 35px;
  text-decoration: none;
  color: #8e410c;
  font-weight: 600;
  letter-spacing: 0.5px;
  vertical-align: top;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar a.action:hover {
  color: #FC7B50;
  text-decoration: none;
}
.customer-account-forgotpassword .form.password.forget p {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 30px;
}
.customer-account-createpassword .column.main {
  display: flex;
  flex-wrap: wrap;
  min-height: 240px;
}
.customer-account-createpassword .form.password.reset {
  display: inline-block;
  width: 90% !important;
  margin: 0 auto 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  min-width: auto !important;
  padding: 20px;
  max-width: 500px;
  box-sizing: border-box;
}
.customer-account-createpassword .form.password.reset .fieldset {
  margin: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.customer-account-createpassword .form.password.reset .fieldset .field {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 15px;
}
.customer-account-createpassword .form.password.reset .fieldset .field .label {
  width: 100%;
  padding: 0;
  text-align: left;
  line-height: 30px;
}
.customer-account-createpassword .form.password.reset .fieldset .field .label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 13px;
}
.customer-account-createpassword .form.password.reset .fieldset .field .label:after {
  content: none;
}
.customer-account-createpassword .form.password.reset .fieldset .field .control {
  width: 100%;
}
.customer-account-createpassword .form.password.reset .fieldset .field input {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 13px;
  color: #8e410c;
  border-radius: 3px;
  box-shadow: none;
}
.customer-account-createpassword .form.password.reset .fieldset .field.note {
  text-align: center;
  letter-spacing: 0.6px;
}
.customer-account-createpassword .form.password.reset .actions-toolbar {
  width: 100%;
  margin: 10px 0 0 !important;
  display: inline-block;
  vertical-align: top;
}
.customer-account-createpassword .form.password.reset .actions-toolbar div.primary {
  float: left;
  width: 50%;
  margin: 0 25% !important;
}
.customer-account-createpassword .form.password.reset .actions-toolbar button,
.customer-account-createpassword .form.password.reset .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.customer-account-createpassword .form.password.reset .actions-toolbar .action-gift {
  padding: 0 10px;
  border: none;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 3px;
  background: #FC7B50;
  width: 100%;
}
.customer-account-createpassword .form.password.reset .actions-toolbar button:hover,
.customer-account-createpassword .form.password.reset .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-account-createpassword .form.password.reset .actions-toolbar .action-gift:hover {
  background: #FC7B50;
  border: none;
}
.customer-account-createpassword .form.password.reset .actions-toolbar a.action {
  margin: 0;
  line-height: 35px;
  text-decoration: none;
  color: #8e410c;
  font-weight: 600;
  letter-spacing: 0.5px;
  vertical-align: top;
}
.customer-account-createpassword .form.password.reset .actions-toolbar a.action:hover {
  color: #FC7B50;
  text-decoration: none;
}
.customer-account-createpassword .form.password.reset p {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 30px;
}
body.account .page-wrapper .page-title-wrapper {
  margin: 30px 0 auto;
}
body.account .page-wrapper .page-title-wrapper .page-title {
  display: none;
}
body.account .sidebar .accordion-container {
  display: none;
}
body.account .sidebar .block {
  margin: 30px 0;
}
body.account .sidebar .block .content {
  padding: 10px 0;
  background: #f6f6f6;
}
body.account .sidebar .block .nav.item {
  margin: 0;
}
body.account .sidebar .block .delimiter {
  display: none;
  margin: 0;
  border: none;
}
body.account .sidebar .block strong {
  border-color: #FC7B50;
  line-height: 36px;
  padding: 0 18px 0 15px;
  color: #FC7B50;
  margin: 5px 0;
}
body.account .sidebar .block a {
  color: #8e410c;
  padding: 0 18px 0 15px;
  line-height: 36px;
  margin: 8px 0;
}
body.account .sidebar .block a:hover {
  color: #FC7B50;
}
body.account .sidebar .block a strong {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
body.account .column.main .block {
  margin-bottom: 10px;
}
body.account .column.main .block .block-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 4px 25px;
  box-sizing: border-box;
  margin: 0 0 20px !important;
  line-height: 40px;
  background: #f6f6f6;
  border-radius: 3px;
}
body.account .column.main .block .block-title strong {
  float: left;
  width: auto;
  margin: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 40px !important;
}
body.account .column.main .block .block-title a.action {
  float: right;
  width: auto;
  margin: 0 0 0 10px !important;
  font-weight: 400;
  color: #FC7B50;
  line-height: 40px;
}
body.account .column.main .block .block-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .column.main .block .box {
  width: 48%;
}
body.account .column.main .block .box .box-title {
  width: 100%;
  font-weight: 600;
  margin: 0 0 10px !important;
  vertical-align: top;
}
body.account .column.main .block .box .box-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 !important;
  line-height: 28px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
}
body.account .column.main .block .box .box-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}
body.account .column.main .block .box .box-content p {
  margin: 0 !important;
}
body.account .column.main .block .box .box-actions {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
body.account .column.main .block .box .box-actions a.action {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 30px 0 0;
  color: #FC7B50;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
}
body.account .column.main .block.block-addresses-list {
  margin: 0;
}
body.account .column.main .block.block-addresses-default .box .box-actions {
  display: none;
}
body.account .column.main table th {
  border: none;
  background: #f6f6f6;
  font-weight: 600;
  text-transform: capitalize;
  padding: 8px;
}
body.account .column.main table td {
  padding: 8px;
}
body.account .column.main table td a.action {
  color: #FC7B50;
}
body.account .column.main table tfoot th {
  background: no-repeat;
}
body.account .column.main a.action {
  color: #FC7B50;
}
body.account .column.main .toolbar .limiter-options {
  box-shadow: none;
}
body.account .column.main .toolbar .pages {
  position: static;
  display: inline-block;
  width: auto;
}
body.account .column.main .toolbar .pages .item {
  width: 30px;
  margin: 0 6px;
}
body.account .column.main .toolbar .pages strong {
  width: 100%;
  height: 30px;
  padding: 0;
  font-weight: 600;
  color: #FC7B50;
  border-radius: 3px;
  line-height: 30px;
  font-size: 13px;
}
body.account .column.main .toolbar .pages a {
  width: 100%;
  padding: 0;
  color: #8e410c;
  border: none;
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  border-radius: 3px;
  line-height: 30px;
}
body.account .column.main .toolbar .pages a:before {
  color: #8e410c;
  font-size: 33px;
  width: 30px;
  margin: 0;
}
body.account .column.main .toolbar .pages a:hover {
  color: #FC7B50;
}
body.account .column.main .toolbar .pages a:hover:before {
  color: #FC7B50;
}
body.account .column.main .toolbar .pages a:visited {
  color: #8e410c;
}
body.account .column.main .toolbar .pages a:visited:before {
  color: #8e410c;
}
body.account .column.main .actions-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 10px 0;
}
body.account .column.main .actions-toolbar .secondary {
  float: right;
  margin: 0;
  width: 50%;
  text-align: right;
}
body.account .column.main .actions-toolbar .secondary a.action {
  float: right;
  margin: 0;
  line-height: 35px;
}
body.account .column.main .actions-toolbar div.primary {
  width: 50%;
}
body.account .column.main .actions-toolbar div.primary button.action,
body.account .column.main .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action.action,
body.account .column.main .actions-toolbar div.primary .action-gift.action {
  border: none;
  margin: 0;
  padding: 0;
  width: 60%;
  line-height: 35px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  background: #FC7B50;
  border-radius: 3px;
  float: left;
}
body.account.customer-account-index #my-orders-table th {
  background: none;
  border-bottom: 1px solid #d1d1d1;
}
body.account.customer-address-index #additional-addresses-table th {
  background: none;
  border-bottom: 1px solid #d1d1d1;
}
body.account.customer-address-index #additional-addresses-table td.col.streetaddress {
  text-transform: uppercase;
  font-size: 12px;
  max-width: 170px;
}
body.account.customer-address-index #additional-addresses-table td.col.city {
  text-transform: uppercase;
  font-size: 12px;
}
body.account.sales-order-view .column.main #my-orders-table td .price {
  font-weight: 600;
  color: #FC7B50;
  font-size: 13px;
  line-height: 28px;
}
body.account.sales-order-view .column.main #my-orders-table tfoot th strong {
  font-weight: 600;
}
body.account.sales-order-view .column.main .page-title-wrapper .page-title {
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 1px solid #d1d1d1;
}
body.account.sales-order-view .column.main .order-status {
  float: left;
  margin: 0;
  width: 33.333333%;
  text-align: left;
}
body.account.sales-order-view .column.main .order-status:before {
  content: "Order Status: ";
}
body.account.sales-order-view .column.main .order-date {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 33.333333%;
}
body.account.sales-order-view .column.main .order-actions-toolbar {
  float: right;
  width: 33.333333%;
  margin: 0;
}
body.account.sales-order-view .column.main .order-actions-toolbar .action.order {
  float: right;
  margin: 0 0 0 20px;
}
body.account.sales-order-view .column.main .order-actions-toolbar .action.rss {
  display: none;
}
body.account.sales-order-view .column.main .order-links {
  display: none;
}
body.account.sales-order-view .column.main .order-details-items {
  border: none;
  margin: 0;
  padding: 0;
}
body.account.sales-order-view .column.main .order-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  margin: -8px 0 10px;
}
body.account.sales-order-view .column.main .order-title strong {
  display: none;
  width: 33.333333%;
  vertical-align: top;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  line-height: 28px;
}
body.account.sales-order-view .column.main .order-title a.action.track {
  display: inline-block;
  width: 33.333333%;
  vertical-align: top;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-view .column.main .actions-toolbar {
  margin: 0;
}
body.account.sales-order-view .column.main .actions-toolbar .secondary {
  margin: 0;
}
body.account.sales-order-view .column.main .actions-toolbar a.action {
  margin: 0;
}
body.account.sales-order-view .column.main .block-order-details-view .block-content {
  display: flex;
  flex-wrap: wrap;
}
body.account.sales-order-view .column.main .block-order-details-view .block-content .box-order-shipping-address {
  order: 1;
}
body.account.sales-order-view .column.main .block-order-details-view .block-content .box-order-shipping-method {
  order: 3;
}
body.account.sales-order-view .column.main .block-order-details-view .block-content .box-order-billing-address {
  order: 2;
}
body.account.sales-order-view .column.main .block-order-details-view .block-content .box-order-billing-method {
  order: 4;
}
body.account .form-address-edit {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
body.account .form-address-edit .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
}
body.account .form-address-edit .legend {
  width: 100%;
  margin: 0 0 20px;
  background: #f6f6f6;
  padding: 4px 25px;
  text-align: left;
  line-height: 40px;
  border-radius: 3px;
}
body.account .form-address-edit .legend span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 16px;
}
body.account .form-address-edit .field {
  float: left;
  width: 48%;
  margin: 0 1%;
}
body.account .form-address-edit .field .control {
  width: 100% !important;
  margin: 0 0 15px;
}
body.account .form-address-edit .field .control input {
  height: 38px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #8e410c;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 10px;
}
body.account .form-address-edit .field .control select {
  padding: 0 30px 0 10px;
  height: 38px;
  line-height: 38px;
  letter-spacing: 0.5px;
  font-size: 13px;
  color: #8e410c;
  border-radius: 3px;
  box-shadow: none;
}
body.account .form-address-edit .field.street {
  width: 98%;
}
body.account .form-address-edit .field.street .control .field {
  margin: 0;
  width: 49%;
}
body.account .form-address-edit .field.street .control .field.additional {
  float: right;
}
body.account .form-address-edit .field.street .control .field.additional .control {
  margin: 0;
}
body.account .form-address-edit .field.choice {
  text-align: left;
  clear: left;
  margin: 0 1% 15px;
}
body.account .form-address-edit .field.choice:before {
  padding: 0;
  width: auto;
}
body.account .form-address-edit .field.choice input[type="checkbox"] {
  top: 1px;
}
body.account .form-address-edit .field.choice.billing {
  clear: left;
}
body.account .form-address-edit .field.telephone {
  clear: left;
}
body.account .form-address-edit .field.city {
  clear: left;
}
body.account form.form-edit-account {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
body.account form.form-edit-account .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
}
body.account form.form-edit-account .fieldset.additional_info {
  display: none;
}
body.account form.form-edit-account .legend {
  width: 100%;
  margin: 0 0 20px;
  background: #f6f6f6;
  padding: 4px 25px;
  text-align: left;
  line-height: 40px;
  border-radius: 3px;
}
body.account form.form-edit-account .legend span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 16px;
}
body.account form.form-edit-account .field {
  float: left;
  width: 48%;
  margin: 0 1%;
}
body.account form.form-edit-account .field .control {
  width: 100% !important;
  margin: 0 0 15px;
}
body.account form.form-edit-account .field .control input {
  height: 38px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #8e410c;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 10px;
}
body.account form.form-edit-account .field .control select {
  padding: 0 30px 0 10px;
  height: 38px;
  line-height: 38px;
  letter-spacing: 0.5px;
  font-size: 13px;
  color: #8e410c;
  border-radius: 3px;
  box-shadow: none;
}
body.account form.form-edit-account .field.choice {
  text-align: left;
  clear: left;
  margin: 0 1% 15px;
}
body.account form.form-edit-account .field.choice:before {
  padding: 0;
  width: auto;
}
body.account form.form-edit-account .field.choice:last-child {
  display: none;
}
body.account form.form-edit-account .field.choice input[type="checkbox"] {
  top: 1px;
}
body.account form.form-edit-account .field.new.password {
  clear: left;
}
#my-orders-table .item-options {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0;
}
#my-orders-table .item-options dt {
  float: left;
  width: auto;
  clear: left;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 24px;
}
#my-orders-table .item-options dt:after {
  content: ":";
  margin: 0 7px;
}
#my-orders-table .item-options dd {
  float: left;
  width: auto;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
}
body.sales-order-print {
  padding: 0;
}
body.sales-order-print .sections.nav-sections {
  display: none;
}
body.sales-order-print .logo {
  display: inline-block !important;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .customer-account-login .login-container {
    width: 100%;
    max-width: 740px;
  }
  body.account .page-wrapper .sidebar .block a {
    padding: 0 6px 0 7px;
    margin: 0;
  }
  body.account .page-wrapper .sidebar .block a strong {
    padding: 0;
  }
  body.account .page-wrapper .sidebar .block strong {
    padding: 0 6px 0 7px;
    margin: 0;
  }
  body.account.customer-address-index .page-wrapper #additional-addresses-table td.col.streetaddress {
    font-size: 11px;
  }
  body.account.customer-address-index .page-wrapper #additional-addresses-table td,
  body.account.customer-address-index .page-wrapper #additional-addresses-table th {
    padding: 5px 4px;
    font-size: 12px;
    letter-spacing: 0px;
  }
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.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;
}
body {
  background-color: #ffffff;
  color: #8e410c;
  letter-spacing: 0.5px;
}
a,
.alink,
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  transition: all 0.5s ease;
  text-decoration: none;
}
.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-wrapper .message.info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .columns.static {
  position: static;
}
body.page-with-filter .page.messages,
body.catalog-category-view .page.messages {
  max-width: 1240px;
  margin: 0 auto;
}
body.page-with-filter .page.messages .message,
body.catalog-category-view .page.messages .message {
  margin: 0px;
}
body.page-with-filter.catalog-category-view .page.messages {
  background: #f6f6f6;
  padding: 0 calc((100% - 1240px)/2);
}
.cms-category-tabbing-section {
  margin-top: 30px;
}
form .field .telephone-country,
form .field .countrycode {
  display: none;
}
form .field .telephone-number {
  width: 100% !important;
}
form .field .telephone-number .field.telephone {
  width: 100% !important;
}
form .field .intl-tel-input input[type="tel"],
form .field .intl-tel-input input[type="text"] {
  padding-left: 84px !important;
}
form .field .intl-tel-input .selected-flag {
  background: none !important;
  text-align: left;
}
/*======================For the beating animation======================*/
@keyframes leaves {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
/*======================For the blinking animation======================*/
@keyframes blinker {
  from {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1.0;
  }
}
.blink {
  animation: blinker 1s infinite;
  position: absolute;
  right: -20px;
  top: 14px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  line-height: 12px;
  font-weight: 600;
  color: #FC7B50;
}
/*======================For the moving light animation======================*/
@keyframes lightmoment {
  0% {
    left: -75px;
  }
  100% {
    left: 120%;
  }
}
.lightmomentbtn {
  overflow: hidden;
  position: relative;
}
.lightmomentbtn:after {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
  z-index: 0;
  animation: lightmoment 2s infinite;
}
.lightmomentbtn.longlightmovement:after {
  animation: lightmoment 3s infinite;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  background: #fc7b50;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  height: 40px;
}
.header.content {
  position: relative;
  text-align: center;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
  display: none !important;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  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: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #8e410c;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #fc7b50;
}
.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: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #8e410c;
}
.message.global.demo a:hover {
  color: #fc7b50;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .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 .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
#clicktotop {
  position: fixed;
  right: 30px;
  bottom: 72px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FC7B50;
  color: #fff;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-out;
  transform: scale(0);
}
#clicktotop.active {
  transform: scale(1);
}
#clicktotop span {
  display: none;
}
#clicktotop:after {
  content: '\e621';
  font-family: 'icons-blank-theme';
  font-size: 70px;
  left: -10px;
  position: relative;
  display: inline-block;
  top: -2px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.page-wrapper .page-title-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 30px 0;
}
.page-wrapper h1.page-title {
  width: auto;
  vertical-align: middle;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 36px;
}
.page-wrapper .breadcrumbs {
  margin-top: 12px;
  margin-bottom: 12px;
  z-index: 1;
}
.page-wrapper .breadcrumbs .items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #8e410c;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.page-wrapper .breadcrumbs .item {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.page-wrapper .breadcrumbs .item a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #8e410c;
  text-decoration: none;
  font-weight: 600;
}
.page-wrapper .breadcrumbs .item a:hover {
  color: #FC7B50;
}
.page-wrapper .breadcrumbs .item:after {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  letter-spacing: 0px;
  margin: -1px -6px 0;
}
.owl-loaded {
  position: relative;
}
.owl-stage-outer {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.owl-stage {
  display: inline-block;
  vertical-align: middle;
}
.owl-nav {
  width: 100%;
  height: 0;
  float: left;
}
.owl-nav button,
.owl-nav .cart.table-wrapper .actions-toolbar > .action,
.owl-nav .action-gift {
  position: absolute;
  left: 25px;
  top: 50%;
  padding: 0;
  border: none;
  width: 40px;
  line-height: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  background: none;
  overflow: hidden;
}
.owl-nav button.owl-next,
.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-nav .action-gift.owl-next {
  left: auto;
  right: 25px;
}
.owl-nav button span,
.owl-nav .cart.table-wrapper .actions-toolbar > .action span,
.owl-nav .action-gift span {
  color: #8e410c;
  font-weight: normal;
  font-size: 60px;
  display: inline-block;
  width: 40px;
  vertical-align: top;
  line-height: 30px;
  height: 40px;
  transition: all 0.5s ease;
}
.owl-nav button span:hover,
.owl-nav .cart.table-wrapper .actions-toolbar > .action span:hover,
.owl-nav .action-gift span:hover {
  color: #FC7B50;
}
.owl-nav.disabled {
  display: none;
}
.owl-dots {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 10px 0 0;
  text-align: center;
}
.owl-dots.disabled {
  display: none;
}
.owl-dot {
  display: inline-block;
  margin: 0 5px;
  padding: 5px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #FC7B50;
  transition: all 0.5s ease;
  box-sizing: border-box;
}
.owl-dot.active {
  background: #FC7B50;
}
.owl-dot.active:hover,
.owl-dot.active:focus {
  background: #FC7B50;
}
.owl-dot:hover,
.owl-dot:focus {
  background: transparent;
  border: 1px solid #FC7B50;
}
.owl-item {
  display: inline-block;
  vertical-align: middle;
}
.top-bar-content {
  float: left;
  width: 320px;
  margin-left: calc((50% - 410px));
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.top-bar-content .top-bar-container {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.top-bar-content .top-bar-slider {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.top-bar-content .top-bar-slider .owl-stage-outer {
  text-align: center;
}
.top-bar-content .top-bar-slider .owl-item {
  width: 100% !important;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: top 0.05s ease-in-out;
  top: 0;
}
.top-bar-content .top-bar-slider .owl-item.active {
  top: -100%;
}
.top-bar-content .top-bar-slider .owl-item.cloned {
  display: none !important;
}
.top-bar-content .top-bar-slider .owl-stage {
  transform: none !important;
  width: 100% !important;
  transition: none !important;
  position: relative;
  height: 30px;
}
.top-bar-content .top-item {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.top-bar-content .top-item span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.head-call {
  float: left;
  width: auto;
}
.head-call a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  color: #ffffff;
}
.head-call a:hover {
  color: #ffffff;
}
.head-call a:hover span {
  color: #ffffff;
}
.head-call a em {
  display: inline-block;
  width: auto;
  margin: 0px 10px 0 0;
  line-height: 30px;
  font-size: 16px;
}
.head-call a b {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.head-call img {
  display: inline-block;
  width: 18px;
  vertical-align: top;
  margin: 8px 4px 0 0;
  transform: rotate(10deg);
}
.head-call span {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #8e410c;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}
#switcher-currency {
  float: left;
  width: 84px;
  margin: 3px 0 3px 15px;
  position: relative;
  padding: 0 0 0 15px;
  cursor: pointer;
}
#switcher-currency:before {
  content: " ";
  height: 16px;
  width: 3px;
  border-left: 2px solid #ffffff;
  position: absolute;
  left: -1px;
  top: 4px;
}
#switcher-currency .switcher-label {
  display: none;
}
#switcher-currency .switcher-options {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
}
#switcher-currency .switcher-options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #f6f6f6;
  border: none;
  margin-top: 4px;
  min-width: 500px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  left: -140px;
}
#switcher-currency .switcher-options ul.dropdown:after {
  bottom: 100%;
  left: 152px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(246, 246, 246, 0);
  border-bottom-color: #f6f6f6;
  border-width: 10px;
  margin-left: -10px;
}
#switcher-currency .switcher-options ul.dropdown li {
  margin: 0;
  padding: 3px 0 3px 10px;
  font-size: 12px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#switcher-currency .switcher-options ul.dropdown a {
  display: inline-block;
  padding: 0;
  width: 100%;
  vertical-align: top;
  color: #8e410c;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.1px;
  float: left;
}
#switcher-currency .switcher-options ul.dropdown a:hover {
  color: #FC7B50;
}
#switcher-currency .switcher-options ul.dropdown img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 2.5px 5px 0 0;
}
#switcher-currency .switcher-options.active ul.dropdown {
  display: block;
}
#switcher-currency .switcher-options.active #switcher-currency-trigger:after {
  content: '\e621';
}
#switcher-currency-trigger {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 24px;
  padding: 0;
  box-sizing: border-box;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  height: 24px;
  overflow: hidden;
}
#switcher-currency-trigger strong {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#switcher-currency-trigger span {
  font-weight: 600;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#switcher-currency-trigger img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 4px 0 0;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#switcher-currency-trigger:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: auto;
  height: auto;
}
.minicart-wrapper .action.showcart:before {
  content: none;
}
.minicart-wrapper .action.showcart .top-cart-icon {
  float: left;
  width: auto;
}
.minicart-wrapper .action.showcart .top-cart-icon img {
  float: left;
  width: 24px;
  margin: 3px 6px 3px 0;
}
.minicart-wrapper .action.showcart .text {
  height: auto;
  width: auto;
  float: left;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #fff;
  line-height: 30px;
  padding: 0;
  margin: 0;
  position: static;
}
.minicart-wrapper .action.showcart:hover .text,
.minicart-wrapper .action.showcart.active .text {
  color: #fff;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart.active:before {
  content: none;
}
.minicart-wrapper.fme-quote-cart-wrapper {
  float: right;
  position: relative;
  width: auto;
}
.minicart-wrapper.fme-quote-cart-wrapper .fme-quote-showcart {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
.minicart-wrapper.fme-quote-cart-wrapper .fme-quote-showcart .top-wishlist-icon {
  float: left;
  width: auto;
}
.minicart-wrapper.fme-quote-cart-wrapper .fme-quote-showcart .top-wishlist-icon img {
  float: left;
  width: 24px;
  margin: 3px 6px 3px 0;
}
.minicart-wrapper.fme-quote-cart-wrapper .fme-quote-showcart .text {
  height: auto;
  width: auto;
  float: left;
  position: static;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #fff;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.minicart-wrapper.fme-quote-cart-wrapper .fme-quote-showcart:hover .text {
  color: #ffffff;
}
.minicart-wrapper.fme-quote-cart-wrapper .fme-quote-showcart .counter.qty {
  position: absolute;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background: #ffffff !important;
  font-size: 12px;
  text-align: center;
  color: #FC7B50;
  display: inline-block;
  min-width: 18px;
  overflow: hidden;
  white-space: normal;
  left: 26px;
  top: -8px;
}
.minicart-wrapper.fme-quote-cart-wrapper .fme-quote-showcart .counter.qty .counter-number {
  display: inline-block;
  width: 24px;
  vertical-align: top;
  text-shadow: none;
  height: 24px;
  overflow: hidden;
}
.minicart-wrapper.fme-quote-cart-wrapper .fme-quote-showcart .counter.qty .counter-label {
  display: none;
}
.header.links {
  float: right;
  width: auto;
  margin: 14px 0 0 0;
  padding: 0;
  list-style: none;
}
.header .compare {
  display: none;
}
.header .welcome {
  display: none;
}
.header .wishlist {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 13px;
}
.header .wishlist a {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  font-size: 0;
  vertical-align: top;
  line-height: 20px;
  color: #8e410c;
  letter-spacing: 0.5px;
  padding: 32px 0 0 0;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
}
.header .wishlist a:before {
  content: "\f004";
  font-family: FontAwesome;
  font-size: 16px;
  color: #8e410c;
  display: inline-block;
  width: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.header .wishlist a:after {
  content: "Wishlist";
  font-size: 12px;
}
.header .wishlist a:hover {
  color: #FC7B50;
}
.header .wishlist a:hover:before {
  color: #FC7B50;
}
.top-user-links {
  float: right;
  width: auto;
  position: relative;
  cursor: pointer;
}
.top-user-links:hover .top-user-acc span,
.top-user-links.active .top-user-acc span {
  color: #ffffff;
}
.top-user-links.active .social-login-sec {
  opacity: 1;
}
.top-user-links.active .top-user-dropdown {
  height: 270px !important;
}
.top-user-links.active li a {
  opacity: 1;
}
.top-user-links .top-user-dropdown {
  display: inline-block;
  position: absolute;
  z-index: 4;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0 !important;
  overflow: hidden !important;
  transition: height 0.5s;
  padding: 0;
}
.top-user-links .top-user-acc {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.top-user-links .top-user-acc span.text {
  height: auto;
  width: auto;
  float: left;
  position: static;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #fff;
  line-height: 30px;
  padding: 0;
}
.top-user-links .top-user-acc .top-wishlist-icon {
  float: left;
  width: auto;
}
.top-user-links .top-user-acc .top-wishlist-icon img {
  float: left;
  width: 24px;
  margin: 3px 6px 3px 0;
}
.top-user-links .top-user-cont {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 10px;
  margin: 20px 0;
  list-style: none;
  min-width: 100px;
  box-sizing: border-box;
  background: #ececec;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.top-user-links .top-user-cont:after {
  bottom: calc((100% - 20px));
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(236, 236, 236, 0);
  border-bottom-color: #ececec;
  border-width: 10px;
  margin-left: -10px;
}
.top-user-links .user-opt-list {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.top-user-links li {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  line-height: 20px;
}
.top-user-links li span.label {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 20px;
  font-size: 11px;
}
.top-user-links li a {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  color: #8e410c;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  text-transform: none;
  border: 1px solid #8e410c;
  margin: 5px 0 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s;
}
.top-user-links li a:hover {
  color: #fff;
  border-color: #FC7B50;
  background: #FC7B50;
}
.top-user-links li a span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 2px;
  line-height: 30px;
}
.top-user-links li a span.fa {
  font-size: 15px;
}
.top-user-links .social-login-sec {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.5s;
}
.top-user-links .social-login-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.top-user-links .social-login-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  padding: 0 10px;
  background: #ececec;
  z-index: 1;
  position: relative;
  font-size: 12px;
  text-transform: capitalize;
}
.top-user-links .social-login-title:after {
  content: " ";
  width: 100%;
  border-bottom: 2px solid #8e410c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.top-user-links .social-login-links {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.top-user-links .social-login-links .account-social-login {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
.top-user-links .social-login-links .actions-toolbar {
  width: 80% !important;
  margin: 5px auto 15px;
  vertical-align: middle;
  display: block;
}
.top-user-links .social-login-links .btn-social {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  font-size: 13px;
  border: 1px solid #8e410c;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  font-family: 'Open Sans';
  color: #8e410c;
  background: none;
  border-radius: 5px;
}
.top-user-links .social-login-links .btn-social:hover {
  border-color: #FC7B50;
  background: #FC7B50;
  color: #fff;
}
.top-user-links .social-login-links .btn-social:hover img {
  filter: brightness(0) invert(1);
}
.top-user-links .social-login-links .btn-social span {
  position: static;
  width: auto;
  line-height: 28px;
  border: none;
  background: no-repeat;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.top-user-links .social-login-links .btn-social span:before {
  font-size: 18px;
}
.top-user-links .social-login-links .btn-social span.fa-google:before {
  content: "\f1a0";
}
.top-user-links .social-login-links .btn-social span.fa {
  font-size: 15px;
  font-weight: normal;
}
.top-user-links .social-login-links .btn-social img {
  position: static;
  border: none;
  width: auto;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 7px 0 0;
}
.top-user-links.user-logged-in li {
  margin: 2px 0;
}
.top-user-links.user-logged-in li a {
  padding: 0;
  border: none;
  margin: 0;
  font-size: 11px;
  line-height: 24px;
}
.top-user-links.user-logged-in li a span {
  line-height: 28px;
}
.top-user-links.user-logged-in li span.label {
  font-size: 12px;
  font-weight: 600;
}
.page-footer {
  display: inline-block;
  background: #f6f6f6;
  width: 100%;
}
.footer.content {
  border: none;
  margin-top: 0;
}
.footer.content .copyright {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 25px 0 0;
  text-align: center;
  color: #8e410c;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.footer.content .copyright span {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 10px 0 0;
}
.footer.content .copyright .dmca-badge {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 24px;
  cursor: default;
  pointer-events: none;
}
.footer.content .copyright .dmca-badge img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 24px;
}
.footer-links {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-bottom: 20px;
}
.footer-links .foot-col {
  float: left;
}
.footer-links .foot-col-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 10px;
}
.footer-links .foot-col-title span,
.footer-links .foot-col-title h2 {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8e410c;
  font-weight: 600;
  margin: 0;
  font-size: 13px;
}
.footer-links .foot-col-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.footer-links .foot-links {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.footer-links .foot-links li {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.footer-links .foot-links li a {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 32px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #8e410c;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.5s ease;
}
.footer-links .foot-links li a:hover {
  color: #FC7B50;
}
.footer-links .foot-cont-col {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 4px;
}
.footer-links .foot-cont-col a {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  text-decoration: none;
  color: #8e410c;
}
.footer-links .foot-cont-col a:hover {
  color: #FC7B50;
}
.footer-links .foot-cont-col.date-time .foot-icon img,
.footer-links .foot-cont-col.email .foot-icon img {
  height: 18px;
  margin: 7px 0;
}
.footer-links .foot-icon {
  display: inline-block;
  width: 24px;
  vertical-align: top;
  line-height: 32px;
  margin: 0 10px 0 0;
  text-align: center;
}
.footer-links .foot-icon img {
  float: left;
  width: auto;
  height: 20px;
  margin: 6px 0;
}
.footer-links .foot-cont {
  display: inline-block;
  max-width: calc((100% - 50px));
  width: auto;
  vertical-align: top;
  line-height: 20px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #8e410c;
  padding: 6px 0;
  transition: all .5s ease;
}
.footer-links .foot-cont span,
.footer-links .foot-cont h3 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  white-space: nowrap;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}
.footer-links .social-icons {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.footer-links .social-icons li {
  display: inline-block;
  width: 24px;
  margin: 0 10px 0 0 !important;
  text-align: center;
  vertical-align: top;
}
.footer-links .social-icons li a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-align: center;
}
.footer-links .social-icons li a img {
  width: auto;
  height: 20px;
  float: left;
  margin: 2px 0;
}
.footer-links .social-icons li a em {
  font-size: 17px;
  color: #8e410c;
  line-height: 32px;
}
.footer-links .social-icons li a:hover em {
  color: #FC7B50;
}
.footer-links .social-icons li a.youtube-link img,
.footer-links .social-icons li a.linkedin-link img {
  height: 24px;
  margin: 0;
}
.footer-links .mobile-call-btn {
  display: none;
}
.whatsapp-icon {
  display: block;
  width: auto;
  position: fixed;
  left: 30px;
  bottom: 70px;
  z-index: 1;
}
.whatsapp-icon a {
  display: inline-block;
  width: 52px;
  vertical-align: top;
  font-size: 38px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  padding: 0px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}
.foot-seo-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0;
}
.foot-seo-cont .seo-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0;
  text-align: justify;
}
.foot-seo-cont .seo-block .seo-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  line-height: 30px;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.foot-seo-cont .seo-block p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: 0 0 10px;
}
.foot-seo-cont .seo-block a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-decoration: none;
}
.foot-seo-cont .seo-lower-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
}
.foot-seo-cont .seo-lower-block.active {
  max-height: 4000px;
  transition: max-height 0.5s ease-in;
}
.foot-seo-cont #seo-read-more,
.foot-seo-cont #seo-read-less {
  display: inline;
  margin: 0 5px;
  font-weight: 600;
  color: #c8944a;
  text-decoration: none;
}
.foot-seo-cont #seo-read-more.deactive,
.foot-seo-cont #seo-read-less.deactive {
  display: none;
}
.foot-seo-cont #seo-read-more img,
.foot-seo-cont #seo-read-less img {
  width: auto;
  vertical-align: top;
  height: 18px;
  margin: 3px 0 0;
}
.foot-seo-cont .seo-read-less {
  display: inline;
  width: auto;
  vertical-align: top;
}
.foot-disclaimer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 20px 0 0px;
  border-top: 1px solid #8e410c;
}
.foot-disclaimer .disclaimer-text {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 14px;
  color: #FC7B50;
}
.modals-wrapper .modal-popup .modal-inner-wrap {
  width: 90%;
  max-width: 500px;
  padding: 15px 15px 25px;
  border-radius: 5px;
  box-sizing: border-box;
}
.modals-wrapper .modal-popup .modal-header {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  margin: 0 0 20px;
  position: relative;
  border-bottom: 1px solid #8e410c;
  padding: 0;
}
.modals-wrapper .modal-popup .modal-header h1.modal-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 36px;
}
.modals-wrapper .modal-popup .modal-header button.action-close,
.modals-wrapper .modal-popup .modal-header .cart.table-wrapper .actions-toolbar > .action.action-close,
.modals-wrapper .modal-popup .modal-header .action-gift.action-close {
  padding: 0;
  top: 0;
  right: 0;
}
.modals-wrapper .modal-popup .modal-header button.action-close:before,
.modals-wrapper .modal-popup .modal-header .cart.table-wrapper .actions-toolbar > .action.action-close:before,
.modals-wrapper .modal-popup .modal-header .action-gift.action-close:before {
  font-weight: 600;
  opacity: 1;
  color: #d06d4c;
  line-height: 36px;
  font-size: 34px;
}
.modals-wrapper .modal-popup .modal-header button.action-close:hover:before,
.modals-wrapper .modal-popup .modal-header .cart.table-wrapper .actions-toolbar > .action.action-close:hover:before,
.modals-wrapper .modal-popup .modal-header .action-gift.action-close:hover:before {
  color: #FC7B50;
}
.modals-wrapper .modal-popup .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 5px;
}
.modals-wrapper .modal-popup .modal-footer {
  text-align: center !important;
  padding: 0;
  border: none !important;
}
.modals-wrapper .modal-popup .modal-footer button,
.modals-wrapper .modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.modals-wrapper .modal-popup .modal-footer .action-gift {
  display: none;
}
.modals-wrapper .modal-popup .modal-footer button.action-secondary,
.modals-wrapper .modal-popup .modal-footer button.action-primary,
.modals-wrapper .modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-secondary,
.modals-wrapper .modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-primary,
.modals-wrapper .modal-popup .modal-footer .action-gift.action-secondary,
.modals-wrapper .modal-popup .modal-footer .action-gift.action-primary {
  display: inline-block;
  width: auto;
  margin: 16px 10px 0;
  background: no-repeat;
  color: #FC7B50;
  border: 2px solid #FC7B50;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 20px;
  line-height: 28px;
  height: 32px;
  letter-spacing: 0.6px;
}
.modals-wrapper .modal-popup .modal-footer button.action-secondary:hover,
.modals-wrapper .modal-popup .modal-footer button.action-primary:hover,
.modals-wrapper .modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-secondary:hover,
.modals-wrapper .modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-primary:hover,
.modals-wrapper .modal-popup .modal-footer .action-gift.action-secondary:hover,
.modals-wrapper .modal-popup .modal-footer .action-gift.action-primary:hover {
  background: #FC7B50;
  color: #fff;
}
.modals-wrapper .modal-popup.confirm .modal-header {
  border: none;
  margin: 0 0 8px;
}
.modals-wrapper .modal-popup.confirm .modal-header button.action-close,
.modals-wrapper .modal-popup.confirm .modal-header .cart.table-wrapper .actions-toolbar > .action.action-close,
.modals-wrapper .modal-popup.confirm .modal-header .action-gift.action-close {
  top: -15px;
  right: -15px;
}
.modals-wrapper .modal-popup.confirm .modal-content {
  text-align: center;
}
.modals-wrapper .modal-popup.mobile-otp-verification-popup .modal-inner-wrap .savequote-popup .title {
  width: auto;
  float: left;
  margin: 0 20px 0 0;
  display: none;
}
.modals-wrapper .modal-popup.mobile-otp-verification-popup .modal-inner-wrap .savequote-popup #otp-verification-form {
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.modals-wrapper .modal-popup.mobile-otp-verification-popup .modal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modals-wrapper .modal-popup.mobile-otp-verification-popup .modal-footer button,
.modals-wrapper .modal-popup.mobile-otp-verification-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.modals-wrapper .modal-popup.mobile-otp-verification-popup .modal-footer .action-gift {
  display: inline-block;
  float: none;
  margin: 0 10px 10px;
  padding: 0 20px;
  background: #fc7b50;
  color: #fff;
  line-height: 32px;
  box-sizing: border-box;
  height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 12px;
  border: none;
}
.modals-wrapper .modal-popup.mobile-otp-verification-popup .modal-footer button:last-child,
.modals-wrapper .modal-popup.mobile-otp-verification-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action:last-child,
.modals-wrapper .modal-popup.mobile-otp-verification-popup .modal-footer .action-gift:last-child {
  order: 0;
  background: #aeaeae;
}
.modals-wrapper .modal-popup.mobile-otp-verification-popup .modal-footer button:first-child,
.modals-wrapper .modal-popup.mobile-otp-verification-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action:first-child,
.modals-wrapper .modal-popup.mobile-otp-verification-popup .modal-footer .action-gift:first-child {
  order: 2;
}
#popup-mpdal {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#popup-mpdal .block-wishlist {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  overflow-y: hidden;
}
#popup-mpdal .block-wishlist .block-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#popup-mpdal .block-wishlist .block-content .empty {
  text-align: center;
}
#wishlist-sidebar {
  display: inline-block !important;
  width: 100%;
  vertical-align: middle;
}
#wishlist-sidebar .product-item {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
#wishlist-sidebar .product-item .product-item-info {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
#wishlist-sidebar .product-item .product-item-photo {
  float: left;
  width: 80px;
  margin: 0 20px 0 0;
}
#wishlist-sidebar .product-item .product-image-container {
  width: 100% !important;
}
#wishlist-sidebar .product-item .product-image-photo {
  width: 100% !important;
}
#wishlist-sidebar .product-item .product-item-details {
  float: left;
  width: calc((100% - 100px));
}
#wishlist-sidebar .product-item .product-item-name {
  margin: 0;
  line-height: 24px;
}
#wishlist-sidebar .product-item .product-item-link {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 12.5px;
  color: #8e410c;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 24px;
  min-height: auto;
  text-transform: uppercase;
  text-decoration: none;
}
#wishlist-sidebar .product-item .product-item-link:hover {
  color: #FC7B50;
}
#wishlist-sidebar .product-item div {
  float: left;
  width: auto;
  clear: none;
  line-height: 30px;
}
#wishlist-sidebar .product-item .product-item-actions {
  width: auto;
  margin: 0;
  float: right;
  display: inline-block !important;
  vertical-align: top;
}
#wishlist-sidebar .product-item .product-item-actions a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: #d06d4c;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.7px;
}
#wishlist-sidebar .product-item .product-item-actions a:hover {
  text-decoration: none;
  color: #FC7B50;
}
#wishlist-sidebar .product-item .price-box p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#wishlist-sidebar .product-item .price-box span {
  margin: 0;
  line-height: 30px;
}
#wishlist-sidebar .product-item .price-box span.price {
  margin: 0 20px 0 0;
}
#wishlist-sidebar .product-item .actions-primary {
  margin: 0 30px 0 0;
}
#wishlist-sidebar .product-item .actions-secondary {
  margin: 0 40px 0 0;
}
.cms-home .page-main {
  max-width: 100%;
  padding: 0;
}
.home-page-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.home-page-content .not-show {
  display: none;
}
.home-banner-section {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.home-banner-section.mobile-banner-section {
  display: none;
}
.home-slider {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  height: 31.25vw;
}
.home-slider .home-slide {
  display: none;
  width: 100%;
  vertical-align: middle;
}
.home-slider .home-slide img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  object-position: center;
  height: 31.25vw;
}
.home-slider .home-slide.slide-1 {
  display: inline-block;
}
.home-slider.owl-loaded .home-slide {
  display: inline-block;
}
.home-slider .owl-dots {
  float: right;
  width: 120px;
  margin: 0;
  position: absolute;
  top: 50%;
  right: -90px;
  z-index: 1;
  transform: translate(-50%, 0) rotate(90deg);
}
.home-slider .owl-dots .owl-dot {
  border: 2px solid #fff;
}
.home-slider .owl-dots .owl-dot.active,
.home-slider .owl-dots .owl-dot:hover,
.home-slider .owl-dots .owl-dot:focus {
  border: 2px solid #fc7b50;
}
.home-section {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 20px 0;
  margin: 0;
}
.home-container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
.home-sec-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 20px;
}
.home-sec-title.left-align {
  text-align: left;
}
.home-sec-title span,
.home-sec-title h2 {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: 600;
  color: #8e410c;
  margin: 0;
}
.home-sec-title h3 {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: 600;
  color: #8e410c;
  margin: 0;
}
.home-sec-fancy-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
  margin: 0 0 20px;
}
.home-sec-fancy-title span,
.home-sec-fancy-title h2 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 24px;
  font-weight: 400;
  color: #c8944a;
  line-height: 50px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.home-icons {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.home-icon-list {
  display: flex;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  flex-wrap: wrap;
}
.home-icon-block {
  float: left;
  width: 16.666666%;
  padding: 0 1%;
  box-sizing: border-box;
  text-align: center;
}
.home-icon-block .icon-pic {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0 0 10px;
}
.home-icon-block .icon-pic img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  height: 60px;
}
.home-icon-block .icon-pic i {
  font-size: 45px;
  line-height: 60px;
  vertical-align: middle;
  color: #c8944a;
}
.home-icon-block .icon-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-weight: 600;
  color: #8e410c;
  line-height: 20px;
  margin: 0;
}
.home-icon-block .icon-desc {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 1px 0 0;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #8e410c;
  line-height: 18px;
  text-transform: capitalize;
}
.home-banners {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.home-banners a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  position: relative;
}
.home-banners a:hover .banner-min-title,
.home-banners a:hover .banner-min-desc {
  color: #FC7B50;
}
.home-banners img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.home-banners img.mobile-banner {
  display: none !important;
}
.home-banners .banner-info {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f1f1f1;
  padding: 10px 15px;
  box-sizing: border-box;
}
.home-banners .banner-min-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #8e410c;
  font-weight: 600;
  transition: all 0.5s ease;
  margin: 0;
  font-size: 13px;
  line-height: 24px;
}
.home-banners .banner-min-desc {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-weight: normal;
  font-size: 13px;
  color: #8e410c;
}
.home-banners-left {
  float: left;
  width: 64%;
  margin: 0 3% 0 0;
}
.home-banners-right {
  float: right;
  width: 33%;
}
.home-top {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 47px 0;
}
.home-down {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.home-banner-col {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.home-banner-col .banner-info {
  position: static;
  padding: 15px 0 0;
}
.home-banner-col img {
  border-radius: 10px;
  height: 350px;
}
.home-banners-col-3 {
  float: left;
  width: 33.3333333%;
  padding: 0 10px;
  box-sizing: border-box;
}
.home-banners-col-3 img {
  border-radius: 10px 10px 0 0;
}
.home-banners-col-3 .banner-info {
  position: static;
  margin: 0;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
.home-sec-0 {
  padding: 0;
  margin: 0 0 20px;
}
.home-sec-2 {
  margin: 20px 0 0px;
  background: #f1f1f1;
}
.home-sec-3 {
  background: #f1f1f1;
  margin: 0;
  overflow: hidden;
  padding: 45px 0 30px;
}
.home-sec-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-sec-4 .home-banners-col-3 a {
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: #f1f1f1;
}
.home-sec-6 {
  background: #f1f1f1;
  margin: 20px 0 0;
}
.home-sec-6 .home-banners .banner-info {
  background: none;
  border-radius: 0;
}
.home-sec-6 .home-banners img {
  border-radius: 10px;
}
.home-sec-10 {
  background: #f1f1f1;
  margin: 20px 0 30px;
}
.home-sec-10 .home-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-sec-10 .social-review-sec {
  padding: 0 15%;
}
.home-sec-10 .social-review-sec .social-review-box {
  margin-top: 10px;
}
.home-sec-11 {
  margin: 20px 0 0;
}
.home-sec-12 .home-container {
  /*max-width: 100%;
			padding: 0;*/
}
.home-sec-12 .home-banners img {
  height: 25vw;
  object-fit: cover;
  object-position: center;
}
.home-sec-14 {
  padding: 10px 0;
}
.home-section.home-sec-15 .gems-tab-sec-title.hidden {
  display: none;
}
.home-section.home-sec-15 h3.ques {
  text-align: center;
  font-family: " ";
  font-weight: normal;
  font-size: 17px;
}
.home-section.home-sec-15 span.answ {
  text-align: center;
}
.home-section.home-sec-15 .answ-inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 15px 0 0;
}
.home-brands {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.home-brands .home-brand-slider {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
.home-brands .brand-item {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.home-brands .brand-item a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
}
.home-brands .brand-item img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  max-width: 88%;
  margin: 0 0 15px;
}
.home-brands .brand-item .brand-desc {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.home-brands .brand-item p {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 16px;
  font-size: 12px;
  color: #8e410c;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: normal;
}
.home-brands .brand-item p.eng-name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 36px;
}
.home-brands .brand-item p.org-name {
  font-weight: 600;
}
.home-top-gems {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.home-top-gems .home-top-stone-btn-sec {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 30px 0;
}
.home-top-gems .home-btn-box {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  clear: both;
  padding: 0 30px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #c8944a;
  border-radius: 4px;
  letter-spacing: .6px;
  text-transform: uppercase;
  text-decoration: none;
}
.home-gems-list {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.gem-item {
  float: left;
  width: 16.666666%;
  margin: 0 0 5px;
  padding: 0 10px;
  box-sizing: border-box;
}
.gem-item a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.gem-item a:hover img {
  transform: scale(1);
}
.gem-item a:hover p {
  color: #FC7B50;
}
.gem-item img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  transform: scale(0.8);
  transition: all 0.5s ease;
  height: 150px;
  object-fit: contain;
  object-position: center;
}
.gem-item .gem-desc {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.gem-item p,
.gem-item h3 {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  color: #8e410c;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s ease;
  font-size: 13px;
  line-height: 24px;
}
.gem-item p.hin-name,
.gem-item h3.hin-name {
  font-weight: 400;
}
.gem-item p.org-name,
.gem-item h3.org-name {
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
}
.home-top-stone-bar {
  display: flex;
  width: 100%;
  vertical-align: top;
  text-align: center;
  background: #c8944a;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.top-stone-cont {
  display: inline-block;
  width: auto;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px calc((20% - 190px)/2);
}
.top-stone-cont i {
  font-size: 20px;
  line-height: 30px;
  margin: 0 5px 0 0;
  font-weight: normal;
  vertical-align: top;
}
.top-stone-cont span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  letter-spacing: 0.8px;
}
.top-stone-cont img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 24px;
  margin: 3px 2px 0 0;
}
.rudraksh-collection {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.rudraksh-cont {
  float: left;
  width: 50%;
  text-align: center;
}
.rudraksh-cont p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  padding: 0 8%;
  box-sizing: border-box;
}
.rudraksh-cont p.fancy-title {
  margin: 0;
  color: #c8944a;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.rudraksh-cont .rudraksh-side-pic-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 20px 0 0;
}
.rudraksh-cont .rudraksh-side-pic {
  float: left;
  width: 50%;
}
.rudraksh-cont .rudraksh-side-cont {
  float: right;
  width: 50%;
}
.rudraksh-cont a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.rudraksh-cont a span,
.rudraksh-cont a h3 {
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #8e410c;
  font-size: 13px;
  line-height: 24px;
  margin: 0;
}
.rudraksh-cont a img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 0;
  transform: scale(1.37);
  transition: all 0.5s ease;
  transform-origin: top right;
}
.rudraksh-cont a:hover span {
  color: #fc7b50;
}
.rudraksh-cont a:hover img {
  transform: scale(1.5);
}
.rudraksh-list {
  float: right;
  width: 50%;
  text-align: center;
}
.rudraksh-item {
  float: left;
  width: 33.333333%;
  padding: 0 10px;
  box-sizing: border-box;
}
.rudraksh-item a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 5px;
}
.rudraksh-item a:hover img {
  transform: scale(0.9);
}
.rudraksh-item a:hover .rudraksh-title {
  color: #FC7B50;
}
.rudraksh-item img {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  margin: 0;
  transform: scale(0.7);
  transition: all 0.5s ease;
}
.rudraksh-item .rudraksh-info {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.rudraksh-item .rudraksh-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-transform: uppercase;
  color: #8e410c;
  font-weight: 600;
  transition: all 0.5s ease;
  margin: 0;
  font-size: 13px;
  line-height: 24px;
}
.reviews-slider {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.reviews-slider .reviews-block {
  display: flex;
  width: 100%;
  text-align: center;
  color: #8e410c;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 8%;
  box-sizing: border-box;
}
.reviews-slider .review-user {
  float: left;
  width: 200px;
  margin: 0 40px 0 0;
}
.reviews-slider .review-cont-info {
  float: right;
  width: calc((100% - 250px));
  box-sizing: border-box;
  padding: 0;
}
.reviews-slider .reviews-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin: 0 0 10px;
  font-weight: 600;
  color: #FC7B50;
  text-transform: uppercase;
}
.reviews-slider .reviews-desc {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  text-align: justify;
  line-height: 20px;
}
.reviews-slider .reviews-person {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  letter-spacing: 0.5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.reviews-slider .user-pic {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.reviews-slider .user-pic img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  max-width: 90px;
  margin: 0 0 10px;
}
.home-reviews {
  float: left;
  width: 100%;
}
.home-intro-video {
  float: right;
  width: 40%;
}
.home-intro-video .home-video {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.home-intro-video iframe {
  max-width: 100%;
  height: auto;
  min-height: 320px;
  display: inline-block;
  width: 100%;
}
.affilation-section {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.affilation-list {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.affilation-logo {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
.affilation-logo img {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}
.home-top-stone-info {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 30px;
}
.home-top-stone-info-left {
  float: left;
  width: 55%;
  text-align: left;
  padding: 0 0 0 5%;
  box-sizing: border-box;
}
.home-top-stone-info-left ul {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
  list-style: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.6px;
  box-sizing: border-box;
}
.home-top-stone-info-left li {
  float: left;
  width: 50%;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  margin: 8px 0;
  position: relative;
}
.home-top-stone-info-left li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 30px;
  text-align: left;
  height: 24px;
  line-height: 24px;
  font-family: FontAwesome;
  color: #c8944a;
}
.home-top-stone-info-left .home-top-stone-btn-sec {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.home-top-stone-info-left .home-btn-box {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  clear: both;
  padding: 0 30px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #c8944a;
  border-radius: 4px;
  letter-spacing: .6px;
  text-transform: uppercase;
}
.home-top-stone-info-right {
  float: right;
  width: 45%;
  text-align: center;
}
.home-top-stone-info-right a {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  max-width: 80%;
}
.custom-jewel-sec {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f1f1;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25);
  flex-wrap: wrap;
  margin: 30px 0 40px;
}
.custom-jewel-sec.buying-guide {
  margin: 30px 0 10px;
}
.custom-jewel-sec-left {
  float: left;
  width: 40%;
}
.custom-jewel-sec-left img {
  float: left;
  width: 100%;
}
.custom-jewel-sec-right {
  float: right;
  width: 60%;
  text-align: center;
}
.custom-jewel-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
}
.custom-jewel-cont .home-top-gems {
  margin: 15px 0 0;
}
.custom-jewel-cont .home-sec-fancy-title {
  margin: 10px 0 0;
}
.custom-jewel-cont .home-sec-fancy-title span {
  text-transform: none;
  font-size: 22px;
  line-height: 42px;
  color: #8e410c;
}
.custom-jewel-cont .home-sec-fancy-title span.small {
  font-size: 18px;
}
.custom-jewel-border {
  width: 80%;
  border-bottom: 2px solid transparent;
  position: relative;
  float: left;
  margin: 30px 10% 20px;
}
.custom-jewel-border:after {
  content: " ";
  position: absolute;
  left: 50%;
  background: linear-gradient(90deg, #f1f1f1 0%, #c8944a 28%, #c8944a 72%, #f1f1f1 100%);
  height: 1.5px;
  width: 100%;
  transform: translate(-50%, 0);
  overflow: hidden;
  bottom: 0;
}
.affliation-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.affliation-left {
  float: left;
  width: 50%;
  padding: 10px 40px;
  box-sizing: border-box;
}
.affliation-left .affliation-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.affliation-left .affliation-text span {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #8e410c;
  line-height: 36px;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-align: center;
}
.affliation-left .all-certificates {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 70px 0 0;
}
.affliation-left .all-certificates .certificate-logo {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.affliation-left .all-certificates .certificate-logo img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-width: 100%;
}
.affilation-right {
  float: right;
  width: 50%;
  padding: 0 5%;
  box-sizing: border-box;
  text-align: center;
}
.affilation-right img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  transform: rotate(5deg) scale(0.9);
  transition: all 0.5s ease;
  max-height: 350px;
}
.affilation-right img:hover {
  transform: rotate(5deg) scale(1);
}
.home-sec-16 {
  margin: 20px 0;
  background: #f1f1f1;
  padding-bottom: 30px;
}
.office-gallery-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.office-section-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0px 0 20px;
}
.office-section-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #8e410c;
  line-height: 50px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.office-section-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0;
  padding: 0 0 70px;
}
.office-gallery-pic {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  position: relative;
}
.office-gallery-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 15px;
}
.office-gallery-pic.office-pic-1 {
  z-index: 0;
}
.office-gallery-pic.office-pic-1 img {
  transform: rotate(-12deg);
  position: relative;
  top: 38px;
  right: 0px;
}
.office-gallery-pic.office-pic-2 {
  z-index: 1;
}
.office-gallery-pic.office-pic-3 {
  z-index: 0;
}
.office-gallery-pic.office-pic-3 img {
  transform: rotate(12deg);
  position: relative;
  top: 38px;
  left: 0;
}
.office-section-location {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: -30px 0 0px;
  text-align: center;
}
.office-loaction {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.office-loaction img {
  display: inline-block;
  width: 24px;
  vertical-align: top;
}
.office-loaction .office-loca-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: capitalize;
}
.store-reviews-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.store-reviews-container {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  vertical-align: top;
  text-align: left;
}
.store-reviews-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
  gap: 20px;
}
.store-review-section {
  display: flex;
  width: calc((50% - 10px));
  align-items: center;
  justify-content: center;
}
.store-review-icon {
  display: inline-block;
  width: 60px;
  vertical-align: top;
}
.store-review-icon img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 5px;
  box-sizing: border-box;
  background: #ffff;
  border-radius: 50%;
}
.store-review-info {
  display: inline-block;
  width: calc((100% - 70px));
  margin: 0 0 0 10px;
  vertical-align: top;
}
.store-review-stars {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.store-review-in-digits {
  float: left;
  width: 30px;
  margin: 0 10px 0 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.store-review-in-stars {
  float: left;
  width: auto;
  max-width: calc((100% - 40px));
}
.store-review-in-stars img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 22px;
  margin: 2px 0;
}
.store-review-counts {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 24px;
  margin: 2px 0 0;
}
.store-review-counts span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
}
#product-page-reviews .store-reviews-list {
  margin: 30px 0 0px;
  gap: 10px;
}
#product-page-reviews .store-review-section {
  width: calc((50% - 5px));
}
#product-page-reviews .store-review-icon {
  width: 40px;
}
#product-page-reviews .store-review-info {
  width: calc((100% - 45px));
  margin: 0 0 0 5px;
}
#product-page-reviews .store-review-in-digits {
  font-size: 14px;
  line-height: 20px;
  width: 24px;
  margin: 0 5px 0 0;
}
#product-page-reviews .store-review-in-stars {
  width: calc((100% - 30px));
  line-height: 20px;
}
#product-page-reviews .store-review-in-stars img {
  max-height: 16px;
}
#product-page-reviews .store-review-counts {
  margin: 0;
  line-height: 20px;
}
#product-page-reviews .store-review-counts span {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.custom-banner-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.custom-banner-sec .custom-banner-pics {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.custom-banner-sec .custom-banner-pics img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  object-fit: cover;
  object-position: center;
  height: 25vw;
}
.custom-banner-sec .custom-banner-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.custom-banner-sec .cust-bann-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0;
  font-size: 80px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4);
  line-height: 80px;
}
.custom-banner-sec .cust-bann-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 54px;
  text-transform: none;
  font-weight: 400;
  margin: 20px 0 0;
  text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.4);
}
.custom-banner-sec .cust-bann-btns {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 60px 0 0;
}
.custom-banner-sec .cust-bann-btns .cust-btn {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
}
.custom-banner-sec .cust-bann-btns .cust-btn a {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  color: #fff;
  line-height: 40px;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s ease;
  text-transform: capitalize;
  background: #8e410c;
  border-radius: 6px;
}
.custom-banner-sec .cust-bann-btns .cust-btn a span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  letter-spacing: 0.8px;
}
.home-sec-17 {
  background: linear-gradient(90deg, #f1f1f1 70%, #c8944a 30%);
  margin: 20px 0;
  padding: 5px 0;
}
.home-sec-17 .custom-jewel-sec {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  gap: 4%;
  background: none;
}
.home-sec-17 .custom-jewel-sec .custom-jewel-sec-left {
  order: 2;
  padding: 15px;
  box-sizing: border-box;
  width: 42%;
}
.home-sec-17 .custom-jewel-sec .custom-jewel-sec-left img {
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  box-sizing: border-box;
}
.home-sec-17 .custom-jewel-sec .custom-jewel-sec-right {
  order: 1;
  width: 50%;
  margin: 0 2%;
}
.home-sec-17 .custom-jewel-sec .custom-jewel-border {
  margin-top: 20px;
}
.home-sec-17 .custom-jewel-sec .home-sec-fancy-title span.small {
  font-size: 28px;
  line-height: 70px;
  letter-spacing: 8px;
  margin: 20px 5%;
  display: inline-block;
  width: auto;
  max-width: 90%;
  position: relative;
}
.home-sec-17 .custom-jewel-sec .home-sec-fancy-title span.small:before {
  content: "||";
  position: absolute;
  left: -40px;
  letter-spacing: 0;
}
.home-sec-17 .custom-jewel-sec .home-sec-fancy-title span.small:after {
  content: "||";
  position: absolute;
  right: -40px;
  letter-spacing: 0;
}
.home-sec-17 .custom-jewel-sec .home-sec-fancy-title span.small b {
  font-weight: normal;
  letter-spacing: 2px;
}
.home-sec-17 .custom-jewel-sec .home-top-gems {
  margin: 30px 0 0;
}
.home-sec-18 .home-container {
  max-width: 1380px;
}
.home-sec-18 .home-banners-col-3 {
  width: 25%;
}
.home-sec-13 .custom-jewel-cont .home-top-gems {
  margin: 50px 0 0;
}
.home-sec-5 .custom-jewel-sec {
  margin-bottom: 10px;
}
.home-sec-4-new {
  background: linear-gradient(90deg, #a38f84 30%, #ffffff 30%);
  margin: 15px 0;
  padding: 30px 0;
}
.home-pearl-section {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4%;
}
.home-pearl-section .pearl-side-banners {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  border-radius: 10px;
}
.home-pearl-section .pearl-side-banners img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 10px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}
.home-pearl-section .pearl-side-info {
  display: inline-block;
  width: 56%;
  vertical-align: top;
  text-align: center;
}
.home-pearl-section .home-sec-title {
  margin: 0;
}
.home-pearl-section .custom-jewel-border {
  margin: 10px 10%;
}
.home-pearl-section .custom-jewel-border:after {
  background: linear-gradient(90deg, #f1f1f1 0%, #a38f84 28%, #a38f84 72%, #f1f1f1 100%);
}
.home-pearl-section .home-sec-desc {
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 15%;
}
.home-pearl-section .home-sec-desc p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 15px;
}
.home-pearl-section .pearls-slider-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 40px;
  box-sizing: border-box;
}
.home-pearl-section .pearls-slider-sec .owl-prev {
  left: 0;
  box-shadow: none;
}
.home-pearl-section .pearls-slider-sec .owl-next {
  right: 0;
  box-shadow: none;
}
.home-pearl-section .pearls-slider-sec .owl-nav button span,
.home-pearl-section .pearls-slider-sec .owl-nav .cart.table-wrapper .actions-toolbar > .action span,
.home-pearl-section .pearls-slider-sec .owl-nav .action-gift span {
  font-size: 90px;
  line-height: 15px;
  font-weight: 100;
  color: #a38f84 !important;
}
.home-pearl-section .home-banners-col-3 {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 96%;
  border-radius: 5px;
  margin: 2%;
  padding: 20px;
  box-sizing: border-box;
}
.home-pearl-section .home-banners-col-3 a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.home-pearl-section .home-banners-col-3 img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 0px;
  transform: scale(0.7);
  transition: all 0.5s ease;
}
.home-pearl-section .home-banners-col-3:hover img {
  transform: scale(0.82);
}
.home-pearl-section .home-banners-col-3 .banner-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.home-pearl-section .home-banners-col-3 .banner-min-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 30px;
}
.checkout-onepage-success .page-title-wrapper {
  display: none;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 40px 0 0;
}
.checkout-onepage-success .page-title-wrapper .page-title {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0;
  line-height: 50px;
  font-weight: 600;
  font-size: 28px;
}
.checkout-onepage-success .page-title-wrapper a.print {
  display: inline-block;
  float: none !important;
  width: 100%;
  margin: 10px 0 0 !important;
  text-decoration: none;
  color: #8e410c;
  font-weight: 600;
}
.checkout-onepage-success .page-title-wrapper a.print:hover {
  text-decoration: none;
  color: #FC7B50;
}
.checkout-onepage-success .checkout-success {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 40px 0 0;
}
.checkout-onepage-success .checkout-success .top-custom-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 40px;
}
.checkout-onepage-success .checkout-success .top-custom-title span {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0;
  line-height: 50px;
  font-weight: 600;
  font-size: 28px;
}
.checkout-onepage-success .checkout-success .top-custom-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 40px 0;
  text-align: center;
}
.checkout-onepage-success .checkout-success .top-custom-pic span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-onepage-success .checkout-success .top-custom-pic span img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 170px;
  border-radius: 50%;
}
.checkout-onepage-success .checkout-success span {
  font-weight: 600;
  font-size: 14px;
}
.checkout-onepage-success .checkout-success .ord-numb {
  font-size: 17px;
  margin: 0 0 20px;
}
.checkout-onepage-success .checkout-success a {
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #8e410c;
  text-decoration: none;
}
.checkout-onepage-success .checkout-success a:hover {
  color: #FC7B50;
  text-decoration: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 20px 0 0;
}
.checkout-onepage-success .checkout-success a.action {
  width: auto;
  vertical-align: middle;
  margin: 0;
  padding: 0 50px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 35px;
  border-radius: 4px;
  background: #FC7B50;
  border: none;
  color: #fff;
  font-size: 16px;
}
.checkout-onepage-success .checkout-success a.action:hover {
  color: #fff;
}
.checkout-onepage-success #registration {
  text-align: center;
}
.checkout-onepage-success #registration .action.primary {
  margin: 10px 0 0;
  background: none;
  border: none;
  font-weight: 600;
  padding: 0;
  color: #8e410c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.checkout-onepage-success #registration .action.primary:hover {
  color: #FC7B50;
}
.checkout-onepage-success #registration p {
  display: none;
}
.shipping-tracking-popup .column.main {
  padding-left: 15px;
  padding-right: 15px;
}
.shipping-tracking-popup .table-wrapper th {
  padding: 8px 8px 8px 0;
  min-width: 130px;
  font-weight: 600;
}
.shipping-tracking-popup .table-wrapper td {
  padding: 8px;
}
.shipping-tracking-popup .table-wrapper td a {
  color: #FC7B50;
}
.shipping-tracking-popup .actions {
  text-align: center;
}
.shipping-tracking-popup .actions button.action,
.shipping-tracking-popup .actions .cart.table-wrapper .actions-toolbar > .action.action,
.shipping-tracking-popup .actions .action-gift.action {
  padding: 0 40px;
  border: none;
  background: #FC7B50;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 35px;
  border-radius: 3px;
  text-decoration: none;
}
.catalog-category-view.category-gemstones .breadcrumbs,
.catalog-category-view.category-all-gemstones .breadcrumbs,
.catalog-category-view.category-astro-gems .breadcrumbs,
.catalog-category-view.category-vedic-gems .breadcrumbs,
.catalog-category-view.category-exclusive-gemstones .breadcrumbs,
.catalog-category-view.category-other-gemstones .breadcrumbs,
.catalog-category-view.category-exclusive-gems .breadcrumbs,
.catalog-category-view.category-other-gems .breadcrumbs,
.catalog-category-view.category-healing-stones .breadcrumbs,
.catalog-category-view.category-rudraksha .breadcrumbs,
.catalog-category-view.category-pearls .breadcrumbs,
.catalog-category-view.category-jewellery .breadcrumbs,
.catalog-category-view.category-natural-crystals .breadcrumbs,
.catalog-category-view.category-beads-bracelets .breadcrumbs {
  background: none;
}
.catalog-category-view.category-gemstones .category-description .category-top-tabbing .tab-option-list,
.catalog-category-view.category-all-gemstones .category-description .category-top-tabbing .tab-option-list,
.catalog-category-view.category-astro-gems .category-description .category-top-tabbing .tab-option-list,
.catalog-category-view.category-vedic-gems .category-description .category-top-tabbing .tab-option-list,
.catalog-category-view.category-exclusive-gemstones .category-description .category-top-tabbing .tab-option-list,
.catalog-category-view.category-other-gemstones .category-description .category-top-tabbing .tab-option-list,
.catalog-category-view.category-exclusive-gems .category-description .category-top-tabbing .tab-option-list,
.catalog-category-view.category-other-gems .category-description .category-top-tabbing .tab-option-list,
.catalog-category-view.category-healing-stones .category-description .category-top-tabbing .tab-option-list,
.catalog-category-view.category-rudraksha .category-description .category-top-tabbing .tab-option-list,
.catalog-category-view.category-pearls .category-description .category-top-tabbing .tab-option-list,
.catalog-category-view.category-jewellery .category-description .category-top-tabbing .tab-option-list,
.catalog-category-view.category-natural-crystals .category-description .category-top-tabbing .tab-option-list,
.catalog-category-view.category-beads-bracelets .category-description .category-top-tabbing .tab-option-list {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  box-sizing: border-box;
}
.gem-recommendation-indp-btn-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.gem-ribs-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 10px;
}
.gem-ribs-title span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #c8944a;
  text-transform: none;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 4px;
  font-weight: 400;
}
.gem-ribs-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.gem-ribs-btn a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-decoration: none;
  background: #c8944a;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  margin: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 40px;
  border-radius: 3px;
}
.rud-recommendation-indp-btn-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.rud-ribs-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 10px;
}
.rud-ribs-title span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #c8944a;
  text-transform: none;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 4px;
  font-weight: 400;
}
.rud-ribs-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.rud-ribs-btn a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-decoration: none;
  background: #c8944a;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  margin: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 40px;
  border-radius: 3px;
}
.paypal-express-review .page-main .columns {
  width: 66.66666667%;
  margin: 0 auto;
  float: none;
}
.paypal-express-review .paypal-review .block-order-details-view {
  margin: 0 0 20px;
}
.paypal-express-review .paypal-review .block-content {
  display: flex;
  flex-wrap: wrap;
}
.paypal-express-review .paypal-review .box.box-order-shipping-method {
  display: none;
}
.paypal-express-review .paypal-review .box.box-order-shipping-address {
  width: 45%;
  margin: 0 5% 0 0;
  padding: 15px;
  box-sizing: border-box;
  background: #f6f6f6;
  border-radius: 7px;
}
.paypal-express-review .paypal-review .box.box-order-billing-address {
  float: right;
  width: 45%;
  margin: 0 0 0 5%;
  padding: 15px;
  box-sizing: border-box;
  background: #f6f6f6;
  border-radius: 7px;
}
.paypal-express-review .paypal-review .box .box-title {
  width: 100%;
  vertical-align: top;
  margin: 0 0 5px;
}
.paypal-express-review .paypal-review .box .box-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.paypal-express-review .paypal-review .box .box-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.5px;
}
.paypal-express-review .paypal-review .box .box-content img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 10px 0 0;
}
.paypal-express-review .paypal-review .box .box-actions {
  display: none;
}
.paypal-express-review .paypal-review .paypal-review-discount {
  display: none;
}
.paypal-express-review .paypal-review .paypal-review-items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.paypal-express-review .paypal-review .paypal-review-items .paypal-review-title {
  display: none;
}
.paypal-express-review #details-reload {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.paypal-express-review #details-table thead th {
  padding: 10px;
  background: #f6f6f6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  text-align: center;
}
.paypal-express-review #details-table thead th.name {
  text-align: left;
}
.paypal-express-review #details-table tbody.item {
  border-top: none;
}
.paypal-express-review #details-table tbody.item td.col {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.paypal-express-review #details-table tbody.item td.col .price {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.8px;
  color: #fc7b50;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
}
.paypal-express-review #details-table tbody.item td.col.item {
  text-align: left;
}
.paypal-express-review #details-table tbody.item td.col .product-item-details {
  vertical-align: middle;
}
.paypal-express-review #details-table .opc-block-summary {
  background: none;
}
.paypal-express-review #details-table .opc-block-summary th.mark {
  font-weight: 600;
  padding: 6px;
  line-height: 20px;
}
.paypal-express-review #details-table .opc-block-summary td.amount {
  padding: 6px;
  line-height: 24px;
}
.paypal-express-review #details-table .opc-block-summary td.amount span.price {
  font-weight: 600;
  color: #fc7b50;
  letter-spacing: 0.8px;
}
.paypal-express-review #details-table .opc-block-summary tr.grand.totals td.amount span.price {
  font-weight: 700;
  font-size: 15px;
}
.paypal-express-review #details-table .opc-block-summary tr.grand.totals th.mark strong {
  font-weight: 700;
  font-size: 15px;
}
.paypal-express-review #order-review-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.paypal-express-review #order-review-form .checkout-agreements-block {
  display: none;
}
.paypal-express-review #order-review-form #review-buttons-container {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
}
.paypal-express-review #order-review-form #review-buttons-container .primary button,
.paypal-express-review #order-review-form #review-buttons-container .primary .cart.table-wrapper .actions-toolbar > .action,
.paypal-express-review #order-review-form #review-buttons-container .primary .action-gift {
  margin: 0;
  border: none;
  width: 100%;
  padding: 0 70px;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  background: #fc7b50;
  line-height: 48px;
  border-radius: 5px;
}
.common-info-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
/*for the experience-power static block */
.gem-recom-points-list {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 20px 0;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.gem-recom-points-list .gem-recom-point-block {
  float: left;
  width: 33.3333%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 10px 0;
}
.gem-recom-points-list .gem-recom-point-icon {
  float: left;
  width: 60px;
  text-align: center;
}
.gem-recom-points-list .gem-recom-point-icon i {
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 30px;
  color: #FC7B50;
}
.gem-recom-points-list .gem-recom-point-info {
  display: inline-block;
  width: calc((100% - 60px));
  vertical-align: top;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  line-height: 40px;
}
.category-cms .gem-recom-points-list {
  margin-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-wrapper .header.content {
    padding: 5px 8px;
  }
  .page-wrapper #switcher-currency {
    margin: 3px 0 3px 10px;
    padding: 0 0 0 10px;
  }
  .page-wrapper #switcher-currency .switcher-options ul.dropdown {
    left: -100px;
    top: 28px;
  }
  .page-wrapper #switcher-currency .switcher-options ul.dropdown:after {
    left: 113px;
  }
  .page-wrapper .top-bar-content {
    display: none;
  }
  .page-wrapper .minicart-wrapper {
    margin-left: 10px;
  }
  .page-wrapper .minicart-wrapper .block-minicart {
    right: 0;
  }
  .page-wrapper .minicart-wrapper .block-minicart:before {
    right: 13px;
  }
  .page-wrapper .minicart-wrapper .block-minicart:after {
    right: 12px;
    top: -13px;
  }
  .page-wrapper .minicart-wrapper.fme-quote-cart-wrapper {
    margin: 0 0 0 10px;
  }
  .page-wrapper .top-user-links {
    margin: 0 0 0 10px;
  }
  .page-wrapper .header.content .block-search {
    margin: 0 0 0 10px;
  }
  .page-wrapper .header.content .block-search .block-content.active {
    width: 150px;
  }
  .page-wrapper .sections.nav-sections .nav-sections-item-content {
    padding: 0 8px;
  }
  .page-wrapper .sections.nav-sections .sticky-logo img {
    height: 24px;
    margin: 18px 0;
    width: 110px;
  }
  .page-wrapper .sections.nav-sections .magicmenu .nav-desktop {
    width: calc((100% - 110px));
  }
  .page-wrapper .sections.nav-sections .magicmenu .nav-desktop li.level0.nav-custom {
    display: none;
  }
  .page-wrapper .magicmenu .nav-desktop .level0 {
    margin: 0;
    padding: 0 8px;
  }
  .page-wrapper .magicmenu .nav-desktop .level0 .level-top > span {
    font-size: 12px;
    letter-spacing: 0.1px;
  }
  .page-wrapper .magicmenu .nav-desktop .level0 .nav-custom {
    padding: 0;
  }
  .page-wrapper .magicmenu .nav-desktop .level0.nav-1 .level-top-mega,
  .page-wrapper .magicmenu .nav-desktop .level0.nav-4 .level-top-mega {
    left: 0 !important;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
  }
  .page-wrapper .magicmenu .nav-desktop .level0.nav-1 .level-top-mega .children.level1 > a span {
    font-size: 11px;
    padding: 0 6px 0 0;
    min-width: 150px;
    letter-spacing: 0.1px;
  }
  .page-wrapper .magicmenu .nav-desktop .level0 .level-top-mega .children a span.stone-pic img {
    float: left;
    height: 18px;
    margin: 5px 5px 0 0;
  }
  .page-wrapper .magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
    font-size: 11px;
    letter-spacing: 0.1px;
  }
  .page-wrapper .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
    padding: 0 5px;
  }
  .page-wrapper .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul.level1.submenu li.level2 span {
    font-size: 11px;
    letter-spacing: 0.1px;
  }
  .page-wrapper .magicmenu .nav-desktop .blink {
    position: absolute;
    top: 13px;
    right: -14px;
  }
  .home-container {
    padding: 0 15px;
  }
  .top-stone-cont {
    margin: 2px 5%;
  }
  .gem-item {
    padding: 0 4px;
  }
  .home-banners .banner-min-desc {
    font-size: 12px;
  }
  .home-sec-fancy-title span {
    font-size: 22px;
    letter-spacing: 2.5px;
  }
  .home-sec-3 {
    padding: 30px 0;
  }
  .home-top-stone-info-left {
    padding: 0 0 0 2%;
  }
  .home-reviews {
    width: 100%;
  }
  .home-intro-video {
    display: none;
  }
  .rudraksh-cont p.fancy-title {
    font-size: 18px;
    letter-spacing: 2.5px;
    line-height: 38px;
  }
  .reviews-slider .review-user {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .reviews-slider .review-cont-info {
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .home-sec-17 .custom-jewel-sec {
    gap: 2%;
  }
  .home-sec-17 .custom-jewel-sec .custom-jewel-sec-left {
    display: block;
    width: 55%;
  }
  .home-sec-17 .custom-jewel-sec .custom-jewel-sec-right {
    width: 41%;
    margin: 0 1%;
  }
  .home-sec-17 .custom-jewel-sec .home-sec-fancy-title span.small {
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    letter-spacing: 4px;
    font-size: 24px;
    line-height: 48px;
  }
  .home-sec-17 .custom-jewel-sec .home-sec-fancy-title span.small:before {
    left: 12px;
  }
  .home-sec-17 .custom-jewel-sec .home-sec-fancy-title span.small:after {
    right: 12px;
  }
  .footer-links .foot-col-title span,
  .footer-links .foot-col-title h2 {
    line-height: 28px;
    font-size: 12px;
  }
  .footer-links .foot-links li a {
    line-height: 28px;
    font-size: 11px;
    letter-spacing: 0.3px;
  }
  .footer-links .foot-icon {
    line-height: 28px;
    margin: 0;
    width: 18px;
  }
  .footer-links .foot-icon em {
    line-height: 28px;
  }
  .footer-links .foot-cont {
    letter-spacing: 0;
    line-height: 18px;
    font-size: 11px;
  }
  .footer-links .foot-cont span,
  .footer-links .foot-cont h3 {
    line-height: 18px;
    font-size: 11px;
  }
  .footer-links .address,
  .footer-links .phone,
  .footer-links .store-locator {
    margin: 0 0 3px;
  }
  .footer-links .social-icons li {
    margin: 0 3px 0 0 !important;
  }
  .custom-jewel-sec-left {
    display: none;
  }
  .custom-jewel-sec-right {
    width: 100%;
  }
  .catalog-category-view.category-gemstones .category-description .category-top-tabbing .tab-option-list,
  .catalog-category-view.category-all-gemstones .category-description .category-top-tabbing .tab-option-list,
  .catalog-category-view.category-astro-gems .category-description .category-top-tabbing .tab-option-list,
  .catalog-category-view.category-vedic-gems .category-description .category-top-tabbing .tab-option-list,
  .catalog-category-view.category-exclusive-gemstones .category-description .category-top-tabbing .tab-option-list,
  .catalog-category-view.category-other-gemstones .category-description .category-top-tabbing .tab-option-list,
  .catalog-category-view.category-exclusive-gems .category-description .category-top-tabbing .tab-option-list,
  .catalog-category-view.category-other-gems .category-description .category-top-tabbing .tab-option-list,
  .catalog-category-view.category-healing-stones .category-description .category-top-tabbing .tab-option-list,
  .catalog-category-view.category-rudraksha .category-description .category-top-tabbing .tab-option-list,
  .catalog-category-view.category-pearls .category-description .category-top-tabbing .tab-option-list,
  .catalog-category-view.category-jewellery .category-description .category-top-tabbing .tab-option-list,
  .catalog-category-view.category-natural-crystals .category-description .category-top-tabbing .tab-option-list,
  .catalog-category-view.category-beads-bracelets .category-description .category-top-tabbing .tab-option-list {
    padding: 0 15px;
  }
  .catalog-category-view.category-gemstones .category-cms,
  .catalog-category-view.category-all-gemstones .category-cms,
  .catalog-category-view.category-astro-gems .category-cms,
  .catalog-category-view.category-vedic-gems .category-cms,
  .catalog-category-view.category-exclusive-gemstones .category-cms,
  .catalog-category-view.category-other-gemstones .category-cms,
  .catalog-category-view.category-exclusive-gems .category-cms,
  .catalog-category-view.category-other-gems .category-cms,
  .catalog-category-view.category-healing-stones .category-cms,
  .catalog-category-view.category-rudraksha .category-cms,
  .catalog-category-view.category-pearls .category-cms,
  .catalog-category-view.category-jewellery .category-cms,
  .catalog-category-view.category-natural-crystals .category-cms,
  .catalog-category-view.category-beads-bracelets .category-cms {
    padding: 0 15px;
  }
  /*for the experience-power static block */
  .gem-recom-points-list .gem-recom-point-block {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .page-wrapper .cms-info-cont .cms-box .box-icon {
    width: 50px;
  }
  .page-wrapper .cms-info-cont .cms-box .box-info {
    width: calc((100% - 50px));
  }
  .page-wrapper .top-bar-content {
    display: none;
  }
  .page-wrapper .magicmenu .nav-desktop .level0 {
    margin: 0;
    padding: 0 6px;
  }
  .page-wrapper .sections.nav-sections .sticky-logo img {
    height: 36px;
    margin: 12px 0;
    width: 164px;
  }
  .page-wrapper .sections.nav-sections .magicmenu .nav-desktop {
    width: calc((100% - 164px));
  }
}
/*======================From max width 1022px======================*/
@media only screen and (max-width: 1022px) {
  .blink {
    font-size: 10px;
    position: relative;
    right: -4px;
    top: 3px;
    line-height: 12px;
    float: left;
  }
}
/*==================For the Guest Wishlist==================*/
#wishlist-view-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#wishlist-view-form .products-grid.wishlist {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#wishlist-view-form .product-item {
  float: left;
  width: calc((100% - 6%)/4);
  text-align: center;
}
#wishlist-view-form .product-item:nth-child(3n+1) {
  margin-left: 2%;
}
#wishlist-view-form .product-item:nth-child(4n+1) {
  margin-left: 0;
}
#wishlist-view-form .product-item-info {
  width: 100%;
  position: relative;
  margin: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
#wishlist-view-form .product-item-info .price-box {
  vertical-align: top;
}
#wishlist-view-form .product-item-info .price-box p {
  margin: 0;
}
#wishlist-view-form .product-item-info .tooltip {
  display: none;
}
#wishlist-view-form .product-item-info .product-item-inner {
  height: auto;
  margin: 5px 0 0;
}
#wishlist-view-form .product-item-info .box-tocart {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 10px 0 0;
}
#wishlist-view-form .product-item-info .box-tocart .fieldset {
  margin: 0;
  letter-spacing: 0px;
}
#wishlist-view-form .product-item-info .product-item-actions {
  margin: 0;
}
#wishlist-view-form .product-item-info .product-item-actions a.action {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 1px;
}
#wishlist-view-form .product-item-info .product-item-actions a.action.toproduct {
  padding: 0 15px;
  background: none;
  text-decoration: none;
  border: 1px solid #fc7b50;
  box-sizing: border-box;
  color: #fc7b50;
  font-weight: 600;
  line-height: 28px;
}
#wishlist-view-form .product-item-info .product-item-actions a.action.toproduct:hover {
  background: #fc7b50;
  color: #ffff;
}
body.wishlist-index-index .page-main .actions-toolbar {
  display: none;
}
/*==================For the Login Wishlist==================*/
body.account.wishlist-index-index .toolbar.wishlist-toolbar {
  display: none;
}
body.account.wishlist-index-index .action.rss.wishlist {
  display: none;
}
body.account.wishlist-index-index #wishlist-view-form .product-item {
  margin-left: 2%;
}
body.account.wishlist-index-index #wishlist-view-form .product-item:nth-child(4n+1) {
  margin: 0;
}
body.account.wishlist-index-index #wishlist-view-form ~ .toolbar.wishlist-toolbar {
  display: block;
}
body.account.wishlist-index-index .column.main .actions-toolbar {
  display: none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpblog-post-index .page-main .page-title-wrapper,
.mpblog-post-view .page-main .page-title-wrapper,
.mpblog-category-view .page-main .page-title-wrapper,
.mpblog-topic-view .page-main .page-title-wrapper {
  margin: 0 0 30px;
}
.mpblog-post-index .page-main .page-title-wrapper .page-title,
.mpblog-post-view .page-main .page-title-wrapper .page-title,
.mpblog-category-view .page-main .page-title-wrapper .page-title,
.mpblog-topic-view .page-main .page-title-wrapper .page-title {
  width: auto;
  vertical-align: top;
  display: inline-block;
  border-bottom: 2px solid #FC7B50;
}
.mpblog-post-index .columns,
.mpblog-post-view .columns,
.mpblog-category-view .columns,
.mpblog-topic-view .columns {
  display: flex;
  flex-wrap: wrap;
}
.mpblog-post-index .sidebar.sidebar-main,
.mpblog-post-view .sidebar.sidebar-main,
.mpblog-category-view .sidebar.sidebar-main,
.mpblog-topic-view .sidebar.sidebar-main {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  order: 0;
  margin: 5px 0 30px;
}
.mpblog-post-index .sidebar.sidebar-main .mp-sidebar,
.mpblog-post-view .sidebar.sidebar-main .mp-sidebar,
.mpblog-category-view .sidebar.sidebar-main .mp-sidebar,
.mpblog-topic-view .sidebar.sidebar-main .mp-sidebar {
  width: 23%;
  margin: 0 1%;
  float: left;
  clear: none;
}
.mpblog-post-index .sidebar.sidebar-additional,
.mpblog-post-view .sidebar.sidebar-additional,
.mpblog-category-view .sidebar.sidebar-additional,
.mpblog-topic-view .sidebar.sidebar-additional {
  width: 25%;
}
.mpblog-post-index .page-main .column.main,
.mpblog-post-view .page-main .column.main,
.mpblog-category-view .page-main .column.main,
.mpblog-topic-view .page-main .column.main {
  width: 100%;
  order: 1;
}
.mpblog-post-index .limiter-options,
.mpblog-post-view .limiter-options,
.mpblog-category-view .limiter-options,
.mpblog-topic-view .limiter-options {
  box-shadow: none;
}
.mpblog-post-index .pager,
.mpblog-post-view .pager,
.mpblog-category-view .pager,
.mpblog-topic-view .pager {
  text-align: center;
}
.mpblog-post-index .pager span.toolbar-number,
.mpblog-post-view .pager span.toolbar-number,
.mpblog-category-view .pager span.toolbar-number,
.mpblog-topic-view .pager span.toolbar-number {
  display: none;
}
.mpblog-post-index .pager .pages,
.mpblog-post-view .pager .pages,
.mpblog-category-view .pager .pages,
.mpblog-topic-view .pager .pages {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.mpblog-post-index .pager .pages .label,
.mpblog-post-view .pager .pages .label,
.mpblog-category-view .pager .pages .label,
.mpblog-topic-view .pager .pages .label {
  display: none;
}
.mpblog-post-index .pager .pages .item,
.mpblog-post-view .pager .pages .item,
.mpblog-category-view .pager .pages .item,
.mpblog-topic-view .pager .pages .item {
  width: 30px;
  margin: 0 6px;
}
.mpblog-post-index .pager .pages a,
.mpblog-post-view .pager .pages a,
.mpblog-category-view .pager .pages a,
.mpblog-topic-view .pager .pages a {
  width: 100%;
  padding: 0;
  color: #8e410c;
  border: none;
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  border-radius: 3px;
  line-height: 30px;
}
.mpblog-post-index .pager .pages a:before,
.mpblog-post-view .pager .pages a:before,
.mpblog-category-view .pager .pages a:before,
.mpblog-topic-view .pager .pages a:before {
  color: #8e410c;
  font-size: 33px;
  width: 30px;
  margin: 0;
}
.mpblog-post-index .pager .pages a:hover,
.mpblog-post-view .pager .pages a:hover,
.mpblog-category-view .pager .pages a:hover,
.mpblog-topic-view .pager .pages a:hover {
  color: #FC7B50;
}
.mpblog-post-index .pager .pages a:hover:before,
.mpblog-post-view .pager .pages a:hover:before,
.mpblog-category-view .pager .pages a:hover:before,
.mpblog-topic-view .pager .pages a:hover:before {
  color: #FC7B50;
}
.mpblog-post-index .pager .pages a:visited:before,
.mpblog-post-view .pager .pages a:visited:before,
.mpblog-category-view .pager .pages a:visited:before,
.mpblog-topic-view .pager .pages a:visited:before {
  color: #8e410c;
}
.mpblog-post-index .pager .pages strong,
.mpblog-post-view .pager .pages strong,
.mpblog-category-view .pager .pages strong,
.mpblog-topic-view .pager .pages strong {
  width: 100%;
  height: 30px;
  padding: 0;
  font-weight: 600;
  color: #FC7B50;
  border-radius: 3px;
  line-height: 30px;
  font-size: 13px;
}
.mpblog-post-index .page-main .page-title-wrapper {
  margin: 30px 0;
}
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
  display: none;
}
.mp-post-info {
  color: #999999;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.5px;
  min-height: 36px;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: none;
  border-radius: 6px;
  padding: 0 !important;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.post-list-item {
  width: 33.3333%;
  padding: 0 1.5% 3%;
  margin: 0;
  float: left;
}
.post-short-description {
  max-width: 100%;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.post-short-description p {
  max-width: 100%;
  float: left;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search,
.mpblog-search .cart.table-wrapper .actions-toolbar > .action.action.search,
.mpblog-search .action-gift.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 1;
}
.mpblog-search button.action.search img,
.mpblog-search .cart.table-wrapper .actions-toolbar > .action.action.search img,
.mpblog-search .action-gift.action.search img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 24px;
}
.mpblog-search button.action.search :before,
.mpblog-search .cart.table-wrapper .actions-toolbar > .action.action.search :before,
.mpblog-search .action-gift.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span,
.mpblog-search .cart.table-wrapper .actions-toolbar > .action.action.search span,
.mpblog-search .action-gift.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
.mpblog-search #mpblog-search-box {
  height: 38px;
  line-height: 38px;
  border-radius: 0;
  font-size: 13px;
  letter-spacing: 0.5px;
  box-shadow: none;
  color: #8e410c;
  font-weight: normal;
  border-width: 0 0 1px 0;
  padding: 0 36px 0 4px;
}
.mpblog-search input::placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.mpblog-search input:-ms-input-placeholder {
  color: #b1b1b1;
}
.mpblog-search input::-ms-input-placeholder {
  color: #b1b1b1;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
  width: 50%;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: none;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  height: 185px;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  background: #f6f6f6;
}
.post-image a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.post-image img.img-responsive {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 185px;
  object-fit: contain;
  object-position: center;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.post-info-wraper h2.mp-post-title {
  margin: 0 0 10px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.post-info-wraper h2.mp-post-title a.post-link-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 24px;
  min-height: 48px;
}
.post-info-wraper .post-post_content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  margin: 0;
  line-height: 18px;
}
.post-info-wraper .mp-post-meta-info {
  text-align: center;
  margin: 5px 0 0;
}
.post-info-wraper .mp-post-meta-info a.mp-read-more {
  background: no-repeat;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  line-height: 35px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  color: #FC7B50 !important;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
}
.post-list-content .limiter {
  display: none !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
/* mageplaza end blog style */
/*====================Custom Css by Me====================*/
.mp-sidebar #tab-label-popular,
.mp-sidebar #tab-label-mostview,
.mp-sidebar #tab-label-video {
  width: 32% !important;
  padding: 0;
  text-align: center;
  float: left;
}
.mp-sidebar #tab-label-popular a.data.switch,
.mp-sidebar #tab-label-mostview a.data.switch,
.mp-sidebar #tab-label-video a.data.switch {
  padding: 0 !important;
  border: none;
  color: #8e410c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 30px;
  height: auto;
  border-radius: 0;
  font-weight: 600;
  font-size: 13px;
  background: #f6f6f6;
}
.mp-sidebar #tab-label-popular.active a.data.switch,
.mp-sidebar #tab-label-mostview.active a.data.switch,
.mp-sidebar #tab-label-video.active a.data.switch {
  background: #FC7B50;
  color: #fff;
}
.mp-sidebar #tab-label-popular {
  margin: 0 2% !important;
}
.mp-sidebar #tab-content-mostview,
.mp-sidebar #tab-content-popular,
.mp-sidebar #tab-content-video {
  padding: 0 !important;
  border: none;
  box-shadow: none;
  width: 100%;
  margin-top: 42px;
  margin-left: -100%;
  float: right;
}
.mp-sidebar #tab-content-mostview .list-post-tabs,
.mp-sidebar #tab-content-popular .list-post-tabs,
.mp-sidebar #tab-content-video .list-post-tabs {
  padding: 13px 0;
  border-bottom: 1px solid #d1d1d1;
}
.mp-sidebar #tab-content-mostview .post-right a span,
.mp-sidebar #tab-content-popular .post-right a span,
.mp-sidebar #tab-content-video .post-right a span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 0 5px;
  line-height: 16px;
}
.mp-sidebar #tab-content-mostview .post-right span.create-at,
.mp-sidebar #tab-content-popular .post-right span.create-at,
.mp-sidebar #tab-content-video .post-right span.create-at {
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #999999;
}
.mp-sidebar .product-video-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mp-sidebar.mpcss {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 25px 0;
}
.mp-sidebar.mpcss .row {
  margin: 0;
}
.mp-sidebar.mpcss .block-title {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.mp-sidebar.mpcss .block-mp-sidebar-heading {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  background: #f6f6f6;
  color: #8e410c;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.mp-sidebar.mpcss .block-content {
  padding: 10px 0;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 !important;
}
.mp-sidebar.mpcss .block-content .category-item {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
.mp-sidebar.mpcss .block-content .list-categories {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 24px;
}
.mp-sidebar #tab-content-video {
  display: block;
  margin: 0;
}
.mp-sidebar #tab-content-video .blog-video-list {
  float: left;
  width: 100%;
}
.mp-sidebar #tab-content-video .video-opt {
  float: left;
  width: 100%;
  padding: 13px 0;
  border-bottom: 1px solid #d1d1d1;
}
.mp-sidebar #tab-content-video .video-label {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 0px 0 8px;
}
.mp-sidebar #tab-content-video iframe {
  float: left;
  width: 100%;
  height: auto;
}
.mp-sidebar #tab-content-video .video-link {
  float: left;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0;
}
.mp-sidebar #tab-content-video .video-link a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0 20px;
  line-height: 38px;
  background: #f6f6f6;
  color: #8e410c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  border-radius: 3px;
  font-weight: 600;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.mp-sidebar #tab-content-video .video-link a:hover {
  background: #FC7B50;
  color: #fff;
}
.sidebar .mpblog-search {
  float: left !important;
  padding: 0 !important;
  width: 23%;
  margin: 0 1%;
}
.custom-dropdown select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-width: 0px 0px 1px 0px;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 0;
  box-shadow: none !important;
  color: #8e410c;
}
.mpblog-post-index .page-main .page-title-wrapper .page-title span:before {
  content: " ";
  margin: 0 10px 0 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url('../../frontend/Shubh/gems/en_US/images/blog-icon-b.svg') no-repeat scroll center / 20px;
}
.mpblog-post-index .mp-blog-view {
  max-width: 850px;
  margin: 0 auto;
}
/*==================Custom css for the solo post-page==================*/
.mpblog-post-view .page-main {
  max-width: 1100px;
}
.mpblog-post-view .post-view-image {
  text-align: center;
  height: 400px;
}
.mpblog-post-view .post-view-image img {
  height: 400px;
  object-fit: contain;
  object-position: center;
}
.blog-post-cont {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  text-align: justify;
}
.blog-post-cont p {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}
.blog-post-cont p b {
  font-weight: 600;
}
.blog-post-cont p a {
  color: #FC7B50;
}
.blog-post-cont p a:hover {
  text-decoration: underline !important;
}
.blog-post-cont h2 {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 24px;
}
.blog-post-cont h3,
.blog-post-cont h4 {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 20px;
}
.blog-post-cont a {
  color: #FC7B50;
}
.block-blog-related {
  display: inline-block;
  width: 100% !important;
  vertical-align: top;
  margin: 10px 0;
}
.block-blog-related h2 {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 10px 0 20px;
  background: #f6f6f6;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
}
.block-blog-related.blog-comment .default-cmt__cmt-login {
  display: none;
}
.block-blog-related.blog-comment .default-cmt__content__cmt-content {
  margin: 0;
}
.block-blog-related .related-content-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
.block-blog-related .products-grid {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.block-blog-related .default-cmt__content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.block-blog-related #comment-form-sec {
  display: flex;
  width: 100%;
  margin: 0 0 40px;
  padding: 12px 20px;
  box-sizing: border-box;
  background: #f6f6f6;
  border-radius: 10px;
  flex-wrap: wrap;
  align-items: center;
  border-left: 10px solid #fc7b50;
}
.block-blog-related #comment-form-sec .form-sec-left {
  float: left;
  width: 30%;
  text-align: center;
}
.block-blog-related #comment-form-sec .form-sec-left .form-sec-title {
  float: left;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
}
.block-blog-related #comment-form-sec .form-sec-left span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
}
.block-blog-related #comment-form-sec .form-sec-left span:before {
  content: "\201C";
  font-size: 70px;
  position: absolute;
  left: -50px;
  top: 4px;
  font-family: sans-serif;
}
.block-blog-related #comment-form-sec .form-sec-left span:after {
  content: "\201D";
  font-size: 70px;
  position: absolute;
  right: -50px;
  bottom: -28px;
  font-family: sans-serif;
}
.block-blog-related #comment-form-sec .form-sec-right {
  float: right;
  width: 70%;
  padding: 0 20px;
  box-sizing: border-box;
  border-left: 1px solid;
}
.block-blog-related #comment-form-sec form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.block-blog-related #comment-form-sec .default-cmt__content__cmt-block__cmt-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.block-blog-related #comment-form-sec input {
  background: #fff;
  border: none;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  letter-spacing: .5px;
  color: #8e410c;
  border-radius: 3px;
}
.block-blog-related #comment-form-sec textarea {
  border: none;
  padding: 0 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  color: #8e410c;
  height: 76px !important;
  width: 100% !important;
  line-height: 38px;
  font-size: 13px;
  letter-spacing: .5px;
  border-radius: 3px;
}
.block-blog-related #comment-form-sec .actions-toolbar {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}
.block-blog-related #comment-form-sec .primary {
  float: none;
  width: 100%;
}
.block-blog-related #comment-form-sec button.primary,
.block-blog-related #comment-form-sec .cart.table-wrapper .actions-toolbar > .action.primary,
.block-blog-related #comment-form-sec .action-gift.primary {
  display: inline-block;
  width: auto;
  margin: 0;
  border: none;
  padding: 0 30px;
  height: 35px;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #fc7b50;
  color: #fff;
  border-radius: 5px;
  vertical-align: top;
  min-width: 30%;
  font-size: 16px;
}
.block-blog-related #comment-form-sec input::placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.block-blog-related #comment-form-sec input:-ms-input-placeholder {
  color: #b1b1b1;
}
.block-blog-related #comment-form-sec input::-ms-input-placeholder {
  color: #b1b1b1;
}
.block-blog-related #comment-form-sec select::placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.block-blog-related #comment-form-sec select:-ms-input-placeholder {
  color: #b1b1b1;
}
.block-blog-related #comment-form-sec select::-ms-input-placeholder {
  color: #b1b1b1;
}
.block-blog-related #comment-form-sec textarea::placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.block-blog-related #comment-form-sec textarea:-ms-input-placeholder {
  color: #b1b1b1;
}
.block-blog-related #comment-form-sec textarea::-ms-input-placeholder {
  color: #b1b1b1;
}
.block-blog-related #comment-form-sec .messages {
  float: left;
  width: 100%;
}
.mp-blog-recommend-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0 50px;
}
.mp-blog-recomm-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 20px;
  border: 1px solid #FC7B50;
  border-radius: 10px;
  box-sizing: border-box;
  border-top-width: 10px;
}
.mp-blog-recomm-cont .mp-blog-rec-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  line-height: 36px;
}
.mp-blog-recomm-cont .mp-blog-rec-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  max-width: 900px;
}
.mp-blog-recomm-cont .mp-blog-rec-cont p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0;
}
.mp-blog-recomm-cont .mp-blog-rec-btns {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mp-blog-recomm-cont .mp-blog-rec-btn {
  display: inline-block;
  width: 90%;
  padding: 0;
  line-height: 35px;
  text-transform: uppercase;
  background: #c8944a;
  color: #fff;
  font-weight: 600;
  letter-spacing: .5px;
  border-radius: 3px;
  margin: 10px;
  max-width: 280px;
  font-size: 14px;
}
.interactions__btn-actions img {
  max-width: 13px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mpblog-list-container .post-list-item {
    width: 50%;
  }
  #mpblog-list-container .mp-clear {
    clear: none;
  }
  /*==================Custom css for the solo post-page==================*/
  .mpblog-post-view .post-view-image {
    background: #f6f6f6;
  }
}
.magicmenu {
  position: relative;
}
.magicmenu .nav-desktop {
  display: inline-block;
  width: calc((100% - 200px));
  vertical-align: middle;
  position: static;
  margin: 0;
  padding: 0;
}
.magicmenu .nav-desktop .level0.nav-2 .level-top-mega,
.magicmenu .nav-desktop .level0.nav-3 .level-top-mega,
.magicmenu .nav-desktop .level0.nav-5 .level-top-mega,
.magicmenu .nav-desktop .level0.nav-6 .level-top-mega,
.magicmenu .nav-desktop .level0.nav-7 .level-top-mega {
  max-width: 200px;
}
.magicmenu .nav-desktop .level0.nav-2 .level-top-mega .mage-column .children,
.magicmenu .nav-desktop .level0.nav-3 .level-top-mega .mage-column .children,
.magicmenu .nav-desktop .level0.nav-5 .level-top-mega .mage-column .children,
.magicmenu .nav-desktop .level0.nav-6 .level-top-mega .mage-column .children,
.magicmenu .nav-desktop .level0.nav-7 .level-top-mega .mage-column .children {
  width: 100%;
}
.magicmenu .nav-desktop .level0.nav-1 .level-top-mega,
.magicmenu .nav-desktop .level0.nav-4 .level-top-mega {
  left: 3.8% !important;
  width: 90%;
}
.magicmenu .nav-desktop .level0.nav-custom {
  position: relative;
}
.magicmenu .nav-desktop.menufullwidth .full-width .content-mega-horizontal {
  margin: 0 auto;
}
.magicmenu .nav-desktop .level0.over .level-top-mega {
  opacity: 1;
  top: 38px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown.over > .level0 {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 {
  border-style: solid;
  border-width: 0px;
  padding: 0px 15px;
  position: absolute;
  z-index: 99999;
  display: block;
  opacity: 0;
  top: 130%;
  visibility: hidden;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  width: 215px;
  padding: 20px 0px;
  line-height: 38px;
  text-align: left;
  background-color: #ffffff;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 li a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0.dropdown:hover > .level0 {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .dropdown .level1 a {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0.dropdown li {
  margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild {
  position: relative;
  margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  content: "\f105";
  display: block;
  line-height: 38px;
  font-size: 13px;
  position: absolute;
  right: 15px;
  text-align: right;
  font-family: 'icons-blank-theme';
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-width: 1px;
  border-style: solid;
  padding: 20px 0px;
  min-width: 200px;
  z-index: 1;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  list-style: none;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .level1 a {
  padding: 0 18px;
  display: block;
}
.magicmenu .nav-desktop .level0 {
  padding: 0px 10px;
  margin: 0px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.magicmenu .nav-desktop .level0:last-child {
  margin: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega {
  border-style: solid;
  border-width: 0px;
  padding: 8px 15px;
  position: absolute;
  z-index: 99999;
  display: block;
  opacity: 0;
  top: 130%;
  visibility: hidden;
  transition: all 100ms ease-in-out 0s;
  -moz-transition: all 100ms ease-in-out 0s;
  -webkit-transition: all 100ms ease-in-out 0s;
  -o-transition: all 100ms ease-in-out 0s;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  background-color: #f6f6f6;
  border-radius: 5px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild.over > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild {
  position: relative;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  color: #666;
  content: "\f105";
  display: block;
  line-height: 32px;
  font-size: 13px;
  position: absolute;
  right: 30px;
  text-align: right;
  font-family: 'icons-blank-theme';
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 5px 0 5px 30px;
  min-width: 200px;
  z-index: 1;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a {
  position: relative;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a span.stone-pic img {
  float: left;
  height: 21px;
  margin: 2px 8px 0 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.sale {
  color: #00bd33;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.Sale {
  color: #00bd33;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a.sub-inner-menu {
  margin-top: 5px !important;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child {
  border: 0 none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a .cat_label:before {
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a .cat_label:before {
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  border-width: 0 0 0;
  border-style: solid;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  float: left;
  line-height: 25px;
  margin: 0px;
  text-transform: capitalize;
  width: auto;
  color: #8e410c;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:hover {
  color: #FC7B50;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
  font-size: 12px;
  position: relative;
  float: left;
  width: auto;
  font-weight: 400;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span:after {
  border-width: 0 0 1px;
  border-style: solid;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 0px;
  transition: all 0.35s ease 0s;
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:hover span:after {
  width: 100%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image::before {
  display: none;
  padding: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top {
  width: 100%;
  clear: both;
  padding: 30px 0 0px;
  margin: 0px;
  overflow: hidden;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom {
  width: 100%;
  clear: both;
  padding: 30px 0 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .cat-mega {
  padding-bottom: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega {
  float: left;
  padding: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  float: left;
  text-align: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 0 5px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul {
  margin-right: 0px;
  padding: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul {
  padding: 22px 0 20px;
  position: relative;
  list-style: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul.level1.submenu {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul.level1.submenu li.level2 {
  float: left;
  width: 100%;
  margin: 0 0 5px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul.level1.submenu li.level2:last-child {
  margin: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul.level1.submenu li.level2 a {
  float: left;
  width: auto;
  line-height: 25px;
  color: #8e410c;
  text-decoration: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul.level1.submenu li.level2 a:hover {
  color: #fc7b50;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul.level1.submenu li.level2 span {
  float: left;
  width: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column li {
  margin: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-custom .children.level1 > a {
  padding: 0px;
  margin-bottom: 10px;
}
.magicmenu .nav-desktop .level0 > a:hover .short_desc {
  color: #888888;
}
.magicmenu .nav-desktop .level0 .level-top {
  padding: 0;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  outline: medium none;
  display: inline-block;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  color: #8e410c;
  vertical-align: middle;
  line-height: 58px;
  letter-spacing: 0.5px;
}
.magicmenu .nav-desktop .level0 .level-top:hover {
  color: #FC7B50;
}
.magicmenu .nav-desktop .level0 .level-top span.icon-text {
  padding: 0;
  text-decoration: none;
  outline: medium none;
  text-align: left;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label {
  right: 20px;
  top: -8px;
}
.magicmenu .nav-desktop .level0 .level-top > span {
  white-space: nowrap;
  font-size: 13px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.magicmenu .nav-desktop .level0 .level-top .short_desc {
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  text-transform: capitalize;
  color: #999;
}
.magicmenu .nav-desktop .level0 .level-top .cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0:hover .level-top-mega {
  opacity: 1;
  top: 61px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0 .cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.magicmenu .nav-desktop .level0 .cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.magicmenu .nav-desktop .level0 .cat_label.Hot {
  color: #fff;
  background-color: #ff0000;
}
.magicmenu .nav-desktop .level0 .cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.hot {
  color: #ff3d49;
  background-color: #dc1212;
}
.magicmenu .nav-desktop .level0 .cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.HOT {
  color: #ff3d49;
}
.magicmenu .nav-desktop .level0 .cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.Sale {
  color: #00bd33;
  background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.Sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.sale {
  color: #00bd33;
  background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.New:before {
  border-top-color: #009966;
}
.magicmenu .nav-desktop .level0 .cat_label.SALE {
  background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.SALE:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0.nav-1 .level-top-mega .children.level1 > a span {
  font-size: 13px;
  border-bottom: 1px solid #FC7B50;
  margin: 0 0 10px;
  padding: 0 12px 0 0;
  text-transform: uppercase;
  min-width: 200px;
}
.magicmenu .nav-desktop .level0.logo.display {
  display: none;
  border: 0;
}
.magicmenu .nav-desktop .level0.home {
  margin-left: 20px;
  position: static;
}
.magicmenu .nav-desktop .level0.home .level-top .icon {
  display: none;
}
.magicmenu .nav-desktop .level0.home .level-top .icon-home {
  font-size: 15px;
}
.magicmenu .nav-desktop .level0.home .level-top-mega {
  padding: 20px 25px 25px;
  min-width: 175px;
  text-align: left;
}
.magicmenu .nav-desktop .level0.home .level-top-mega div a span {
  font-size: 14px;
  line-height: 27px;
}
.magicmenu .nav-desktop p {
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
}
.magicmenu .nav-desktop .level0.ext .level0.dropdown {
  width: 215px;
  padding: 20px 0px;
  line-height: 38px;
  text-align: left;
}
.magicmenu .nav-desktop .level0.ext .level0.dropdown li a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level-top a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
}
.magicmenu .nav-desktop .level0.dropdown.home > .level0 {
  width: 200px;
}
.magicmenu .nav-desktop .level0.hasChild {
  /*.level-top {
					&:after {
						content: @icon-down;
						font-family: @icon-font;
						font-size: 30px;
						padding-left: 0px;
						font-weight: normal;
						display: inline-block;
						vertical-align: middle;
						line-height: 36px;
					}
				}*/
}
.magicmenu .nav-desktop .content-mega {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.magicmenu .nav-desktop .content-mega-horizontal {
  display: inline-block;
  width: 100% !important;
  vertical-align: top;
}
.magicmenu .level0 .level-top img {
  display: none;
  padding-right: 15px;
  vertical-align: middle;
}
.vmagicmenu {
  display: block !important;
  position: relative;
  padding: 0px;
  z-index: 90;
  width: 270px;
  float: left;
}
.vmagicmenu .vmagicmenu-narrow {
  position: absolute;
  margin: 0px;
  padding: 5px 0 25px;
  list-style: outside none none;
  width: 270px;
  display: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 {
  width: 215px;
  padding: 20px 0px;
  line-height: 38px;
  text-align: left;
  border-width: 0px;
  border-style: solid;
  position: absolute;
  left: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  top: 0 !important;
  min-height: 100%;
  top: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 li a span {
  font-size: 14px;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild {
  position: relative;
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before {
  content: "\f105";
  display: block;
  line-height: 38px;
  font-size: 13px;
  position: absolute;
  right: 15px;
  text-align: right;
  font-family: 'icons-blank-theme';
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-width: 1px;
  border-style: solid;
  padding: 20px 0px;
  min-width: 200px;
  z-index: 1;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  list-style: none;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul li {
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown li {
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a {
  padding: 0 18px;
  display: block;
  text-transform: uppercase;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a span {
  font-size: 14px;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.vmagicmenu .vmagicmenu-narrow > li:nth-child(n+12) {
  display: none;
}
.vmagicmenu .vmagicmenu-narrow > li.all-cat {
  display: block;
  margin-top: 15px;
  float: left;
  width: 100%;
  clear: both;
  padding: 0 18px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega {
  background-color: #ffffff;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild.over ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  color: #666;
  content: "\f105";
  display: block;
  line-height: 32px;
  font-size: 13px;
  position: absolute;
  right: 30px;
  text-align: right;
  font-family: 'icons-blank-theme';
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 5px 0 5px 30px;
  min-width: 200px;
  z-index: 1;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.vmagicmenu .nav-desktop .level0.dropdown.over > .level0 {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .nav-desktop .level0.home .level-top .icon {
  display: none;
}
.vmagicmenu .nav-desktop .level0.dropdown:hover > .level0 {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.vmagicmenu .nav-desktop .level0.dropdown > .level0 {
  background-color: #ffffff;
}
.vmagicmenu .level0.over .level-top-mega {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .level0 {
  padding: 0;
  margin: 0;
  float: left;
  line-height: 39px;
  width: 100%;
  list-style: none;
  position: static;
}
.vmagicmenu .level0 .level-top-mega {
  border-width: 0px;
  border-style: solid;
  position: absolute;
  left: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  top: 0 !important;
  min-height: 100%;
  padding: 0 15px;
}
.vmagicmenu .level0 .level-top-mega .children > a {
  border-width: 0px 0 0;
  border-style: solid;
  display: block;
  padding-top: 28px;
  padding-bottom: 8px;
  position: relative;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children > a span {
  font-size: 14px;
}
.vmagicmenu .level0 .level-top-mega .children > a span:after {
  border-width: 0 0 1px;
  border-style: solid;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 0px;
  transition: all 0.35s ease 0s;
  display: none;
}
.vmagicmenu .level0 .level-top-mega .children > a:hover span:after {
  width: 100%;
}
.vmagicmenu .level0 .level-top-mega .children a {
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: block;
}
.vmagicmenu .level0 .level-top-mega .children a span {
  font-size: 14px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 {
  font-size: 100%;
  padding: 0 0 5px;
  line-height: 30px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.vmagicmenu .level0 .level-top-mega .children .nav {
  line-height: 26px;
  border-bottom: 1px solid #ececec;
}
.vmagicmenu .level0 .level-top-mega .children .nav:last-child {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children .nav a {
  font-weight: 300;
}
.vmagicmenu .level0 .level-top-mega .children > .nav {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.hot {
  color: #ff3d49;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.Hot {
  color: #ff3d49;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.HOT {
  color: #ff3d49;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.sale {
  color: #00bd33;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.Sale {
  color: #00bd33;
}
.vmagicmenu .level0 .level-top-mega .children.level1 > a.a-image::before {
  display: none;
  padding: 0;
}
.vmagicmenu .level0 .level-top-mega .content-mega {
  margin: 0;
  padding: 0px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-top {
  width: 100%;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom {
  width: 100%;
  clear: both;
  padding: 25px 0 0px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom img {
  margin: 0 auto;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children {
  float: left;
  width: 235px;
  text-align: left;
  padding: 0 15px;
  margin: 0;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul {
  list-style: outside none none;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li {
  margin: 0;
  position: relative;
}
.vmagicmenu .level0 .level-top-mega .mage-column li {
  margin: 0;
}
.vmagicmenu .level0:hover .level0 {
  background-color: transparent;
}
.vmagicmenu .level0:hover .level-top-mega {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.vmagicmenu .level0 .level-top {
  border-bottom: 1px solid #e6e6e6;
  margin: 0px 18px;
  padding: 0px;
  font-size: 100%;
  text-decoration: none;
  display: block;
  outline: medium none;
  position: relative;
}
.vmagicmenu .level0 .level-top img {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.vmagicmenu .level0 .level-top span {
  font-size: 14px;
  vertical-align: middle;
}
.vmagicmenu .level0 .level0 .children > ul {
  margin: 0;
  padding: 20px 0 35px;
  position: relative;
}
.vmagicmenu .level0 .cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.vmagicmenu .level0 .cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.vmagicmenu .level0 .cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.vmagicmenu .level0 .cat_label.Hot {
  color: #ff3d49;
  background-color: #dc1212;
}
.vmagicmenu .level0 .cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.hot {
  color: #ff3d49;
  background-color: #dc1212;
}
.vmagicmenu .level0 .cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.HOT {
  color: #ff3d49;
}
.vmagicmenu .level0 .cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.Sale {
  color: #00bd33;
  background-color: #ff6600;
}
.vmagicmenu .level0 .cat_label.Sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.sale {
  color: #00bd33;
  background-color: #ff6600;
}
.vmagicmenu .level0 .cat_label.sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.New {
  border-top-color: #009966;
}
.vmagicmenu .level0 .cat_label.SALE {
  background-color: #ff6600;
}
.vmagicmenu .level0 .cat_label.SALE:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .block-vmagicmenu-content {
  padding: 0px;
  position: absolute;
}
.vmagicmenu .vmagicmenu-narrow.over {
  display: block;
}
.vmagicmenu .block-title {
  padding: 0 30px;
  line-height: 49px;
}
.vmagicmenu .block-title span {
  font-size: 24px;
  vertical-align: middle;
}
.vmagicmenu .block-title span.fa:before {
  content: "\e871";
  font-family: 'Linearicons-Free';
}
.vmagicmenu .block-title .vmagicmenu-subtitle {
  padding: 0 0 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.vmagicmenu .level0.last {
  border: none;
}
.vmagicmenu .level0.hasChild .level-top:after {
  content: "\f105";
  font-family: 'icons-blank-theme';
  float: right;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
}
.vmagicmenu p {
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: block;
}
.vmagicmenu .level-top a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  color: #000;
}
.vmagicmenu .banner-menu-position img {
  margin-left: -30px;
}
.sections .nav-sections-item-content > .navigation {
  display: none;
}
.nav-sections-item-content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.nav-sections-item-content .magicmenu {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  vertical-align: top;
}
.mage-column.mega-block-left {
  float: left;
}
.mage-column.mega-block-right {
  float: right;
  padding: 10px 0 0;
}
.block-left {
  float: left;
}
.block-right {
  float: left;
}
.cat-mega {
  float: left;
}
.block-bottom {
  clear: both;
}
.mage-column-custom {
  padding-top: 32px;
}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label {
  top: 0px;
}
.all-cat {
  display: block;
  margin-top: 10px;
}
.all-cat span {
  padding: 0px;
  cursor: pointer;
  display: block;
  line-height: normal;
  width: 100%;
  clear: both;
  font-size: 14px;
}
.all-cat span:after {
  content: "\f0d7";
  font-family: 'icons-blank-theme';
  padding-left: 5px;
}
.all-cat:hover span {
  color: #333;
}
.sidebar .accordion-container {
  margin-bottom: 30px;
}
.sidebar .accordion-container .all-cat {
  margin-top: 20px;
  padding: 0 18px;
}
.sidebar .accordion-container .level0 .level-top img {
  display: none;
}
.sidebar .accordion-container .meanmenu-accordion {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  padding: 0px 0px 34px;
}
.sidebar .nav-accordion {
  padding: 13px 18px 0;
}
.accor-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0;
  padding: 15px 18px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
}
ul.nav-accordion {
  line-height: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
}
ul.nav-accordion li {
  position: relative;
  margin: 0;
}
ul.nav-accordion li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  padding: 5px 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  color: #333e48;
  outline: medium none;
}
ul.nav-accordion li a span {
  font-size: 14px;
}
ul.nav-accordion li a:hover {
  color: #333;
}
ul.nav-accordion li a span.cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
ul.nav-accordion li a span.cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
ul.nav-accordion li a.level-top {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}
ul.nav-accordion li a.level-top span {
  font-size: 14px;
}
ul.nav-accordion li > ul.submenu > li > a {
  padding-left: 20px;
}
ul.nav-accordion li ul li ul li.parent > a {
  padding: 0 0 0 20px;
}
ul.nav-accordion li ul li.parent > a span:before {
  display: none;
}
ul.nav-accordion li.last {
  border-bottom: 0 none;
}
ul.nav-accordion ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}
ul.nav-accordion ul ul li:hover a:before {
  color: #333;
}
ul.nav-accordion ul ul li a:before {
  color: #cccccc;
  content: "\f105";
  display: inline-block;
  font-family: 'icons-blank-theme';
  font-size: 13px;
  padding-right: 15px;
  text-align: right;
}
ul.nav-accordion ul ul ul li a {
  margin-left: 20px;
}
ul.nav-accordion ul li {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.nav-accordion ul li a {
  outline: none;
}
ul.nav-accordion ul li.active {
  font-weight: normal;
}
ul.nav-accordion ul.submenu {
  display: none;
}
ul.nav-accordion .expand {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0 !important;
  height: 19px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 19px;
  padding: 0 !important;
}
ul.nav-accordion .expand:before {
  content: '\e621';
  color: #333;
  font-family: 'icons-blank-theme';
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 18px;
  line-height: 30px;
  font-weight: normal;
}
ul.nav-accordion .collapse {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0 !important;
  height: 19px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 19px;
  padding: 0 !important;
}
ul.nav-accordion .collapse:before {
  font-family: 'icons-blank-theme';
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 18px;
  line-height: 30px;
  font-weight: normal;
  content: '\e622';
  color: #7f7f7f;
}
ul.nav-accordion .collapse:hover:before {
  color: #333;
}
ul.nav-accordion li.level0 > a > span > .cat-label {
  position: inherit;
}
ul.nav-accordion li.level0 > a > span > .pin-bottom:before {
  position: inherit;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0;
}
ul.nav-mobile ul.submenu {
  display: none;
}
.nav-accordion > li:nth-child(n+10) {
  display: none;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 {
  list-style: none;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul {
  background-color: #fff;
  border-width: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  content: '\e608';
  font-family: 'icons-blank-theme';
  font-size: 1rem;
  padding-left: 5px;
  font-weight: normal;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul li.hasChild > a:after {
  content: '\e608';
  font-family: 'icons-blank-theme';
  font-size: 1rem;
  padding-left: 5px;
  font-weight: normal;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  list-style: none;
}
.vmagicmenu .nav-desktop .level0.dropdown > .level0 {
  list-style: none;
}
.vmagicmenu .nav-desktop .level0.dropdown .hasChild ul {
  background-color: #fff;
  border-width: 0;
}
.vmagicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  content: '\e608';
  font-family: 'icons-blank-theme';
  font-size: 1rem;
  padding-left: 5px;
  font-weight: normal;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul li.hasChild > a:after {
  content: '\e608';
  font-family: 'icons-blank-theme';
  font-size: 1rem;
  padding-left: 5px;
  font-weight: normal;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  list-style: none;
}
.level-top-mega .mage-column.cat-mega {
  margin: 0;
  list-style: outside none none;
}
.fixed {
  z-index: 999;
  width: 100%;
}
.fixed .custom-menu {
  padding-bottom: 7px;
  padding-top: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.fixed .quick-access {
  display: none;
}
.nav-sections .mean-nav {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
}
.nav-sections .mean-nav .mobi-title {
  color: #242628;
  font-size: 16px;
  line-height: 52px;
  margin: 0;
  padding: 0 0 0 50px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  top: -56px;
  z-index: 0;
  display: none;
}
.nav-sections .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.nav-sections .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.nav-sections .mean-nav ul li a span {
  font-size: 15px;
  padding: 0 14px;
}
.nav-sections .mean-nav ul li a span.icon.fa-home {
  padding-right: 0;
}
.nav-sections .mean-nav ul li a span.cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.nav-sections .mean-nav ul li a span.cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.nav-sections .mean-nav ul li a span.cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.nav-sections .mean-nav ul li a .cat_label.HOT {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li a .cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.Hot {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li a .cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.hot {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li a .cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.SALE {
  background-color: #ff6600;
}
.nav-sections .mean-nav ul li a .cat_label.SALE:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.Sale {
  background-color: #ff6600;
}
.nav-sections .mean-nav ul li a .cat_label.Sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.sale {
  background-color: #ff6600;
}
.nav-sections .mean-nav ul li a .cat_label.sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li .level-top span {
  font-size: 15px;
  padding: 0 14px;
}
.nav-sections .mean-nav ul li li a {
  font-size: 14px;
  padding: 10px 0 10px 25px;
  filter: alpha(opacity=75);
  visibility: visible;
}
.nav-sections .mean-nav ul li li li a {
  font-size: 14px;
  padding: 10px 0 10px 40px;
}
.nav-sections .mean-nav ul li li li li a {
  padding: 1em 20%;
}
.nav-sections .mean-nav ul li li li li li a {
  padding: 1em 25%;
}
.nav-sections .mean-nav ul li .expand {
  cursor: pointer;
  top: 0;
  right: 0px;
  width: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0px !important;
  text-align: center;
  position: absolute;
  z-index: 2;
  font-weight: 300;
  border: none !important;
  display: block;
  font-size: 0;
}
.nav-sections .mean-nav ul li .expand:before {
  font-family: 'icons-blank-theme';
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 18px;
  line-height: 45px;
  font-weight: normal;
  content: '\e621';
  color: #ccc;
}
.nav-sections .mean-nav ul li .collapse {
  cursor: pointer;
  top: 0;
  right: 0px;
  width: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0px !important;
  text-align: center;
  position: absolute;
  z-index: 2;
  font-weight: 300;
  border: none !important;
  display: block;
  font-size: 0;
}
.nav-sections .mean-nav ul li .collapse:before {
  font-family: 'icons-blank-theme';
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 18px;
  line-height: 45px;
  font-weight: normal;
  content: '\e622';
  color: #ccc;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.HOT {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.Hot {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.hot {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .navigation .parent .level-top:after {
  display: none !important;
}
.mean-nav ul li a span.cat_label.hot {
  color: #ff3d49;
}
.mean-nav ul li a span.cat_label.Hot {
  color: #ff3d49;
}
.mean-nav ul li a span.cat_label.HOT {
  color: #ff3d49;
}
.mean-nav ul li a span.cat_label.sale {
  color: #00bd33;
}
.mean-nav ul li a span.cat_label.Sale {
  color: #00bd33;
}
.page-wrapper {
  overflow-x: hidden;
}
.nav-open .navigation .level0 .submenu {
  position: static;
}
@media only screen and (min-width: 1023px) {
  .nav-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 1050px) {
  .magicmenu .nav-desktop .level0 {
    margin-right: 5px;
  }
}
/*Zoe Trinh*/
body .magicmenu .nav-desktop .level0 span.cat_label:after {
  width: 100%;
  height: 100%;
  line-height: 20px;
  border: 0;
  padding: 0;
  display: block;
  content: attr(rel);
  text-align: center;
  position: static;
}
body ul.nav-accordion li a span.cat_label:after {
  width: 100%;
  height: 100%;
  line-height: 20px;
  border: 0;
  padding: 0;
  display: block;
  content: attr(rel);
  text-align: center;
  position: static;
}
body .nav-sections .mean-nav li a span.cat_label:after {
  width: 100%;
  height: 100%;
  line-height: 20px;
  border: 0;
  padding: 0;
  display: block;
  content: attr(rel);
  text-align: center;
  position: static;
}
/*general css for the track order page*/
.track-order-form-sec {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
#trackorder-form {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  padding: 20px;
  max-width: 500px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
#trackorder-form .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
#trackorder-form .field {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
}
#trackorder-form .field .control {
  width: 100%;
}
#trackorder-form .field input {
  vertical-align: middle;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 3px;
  padding: 0 10px;
  box-shadow: none;
  color: #8e410c;
}
#trackorder-form .actions-toolbar {
  margin: 0;
  text-align: center;
  width: 100%;
}
#trackorder-form .actions-toolbar .primary {
  float: none;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#trackorder-form .actions-toolbar button.action.submit,
#trackorder-form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.submit,
#trackorder-form .actions-toolbar .action-gift.action.submit {
  width: 50%;
  background: #FC7B50;
  border: none;
  line-height: 35px;
  padding: 0 10px;
  margin: 0;
  border-radius: 3px;
  letter-spacing: 0.6px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
#tracking-details {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#tracking-details h3 {
  display: inline-block;
  padding: 4px 20px;
  line-height: 40px;
  margin: 0 0 20px;
  background: #f6f6f6;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}
#tracking-details p {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0;
}
#tracking-details .track-order-status {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: 600;
  color: #FC7B50;
}
#tracking-details .tracking-info-table {
  margin: 20px 0;
}
#tracking-details .tracking-info-table tr th {
  padding: 8px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 13px;
}
#tracking-details .tracking-info-table tr td {
  padding: 8px;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0.5px;
}
#tracking-details .tracking-info-table tr a.action {
  display: inline-block;
  background: #FC7B50;
  border: none;
  width: 50%;
  padding: 0 10px;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.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: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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;
}
.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: 'icons-blank-theme';
  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: #8e410c;
  border: 1px solid #8e410c;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #fc7b50;
  border: 1px solid #fc7b50;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #fc7b50;
  border: 1px solid #fc7b50;
  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:hover {
  text-decoration: none;
}
.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;
}
.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;
}
.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;
}
@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: 'icons-blank-theme';
    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 #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 10px;
    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: 'icons-blank-theme';
    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: 10px;
    padding-right: 10px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .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: 'icons-blank-theme';
    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: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    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 {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .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: 'icons-blank-theme';
    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;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .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 15px;
  }
  .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 15px;
  }
  .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: 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.5);
    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: #e8e8e8;
    border: solid #dbdbdb;
    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: #f5f5f5;
    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;
    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;
  }
  .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;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .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 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .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 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    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: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .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 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    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 {
    pointer-events: auto;
  }
  .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;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .modals-wrapper .modal-popup.mobile_login_popup {
    left: 50%;
    width: 90%;
    top: 50%;
    height: auto;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .modals-wrapper .modal-popup.mobile_login_popup .modal-inner-wrap {
    border-radius: 5px;
    background: #fff;
  }
  .modals-wrapper .modal-popup.mobile_login_popup .modal-content {
    padding: 0;
  }
  .modals-wrapper .modal-popup.mobile_login_popup .modal-header {
    border: none;
    margin: 0 0 8px;
  }
  .modals-wrapper .modal-popup.mobile_login_popup .modal-header button.action-close,
  .modals-wrapper .modal-popup.mobile_login_popup .modal-header .cart.table-wrapper .actions-toolbar > .action.action-close,
  .modals-wrapper .modal-popup.mobile_login_popup .modal-header .action-gift.action-close {
    top: -17px;
    right: -11px;
  }
  .mobile-sendotp-popup .tit-item span {
    padding: 0 8px;
    width: 110px;
    font-size: 12px;
  }
  .mobile-sendotp-popup .frm-container .field input {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 0.2px;
  }
  .mobile-sendotp-popup .message-error {
    margin: 0;
  }
  .mobile-sendotp-popup .message-success {
    margin: 0;
  }
  #otp-verification-form input {
    font-size: 16px;
  }
  .gem-recommendation-top-banner {
    height: 110px;
  }
  .gem-recommendation-top-banner img {
    height: 110px;
  }
  .gem-recommendation-form-container {
    padding: 0 15px;
    margin: 20px auto;
  }
  .gem-recom-title {
    margin: 0 0 5px;
  }
  .gem-recom-title.rudraksha {
    margin: 0;
  }
  .gem-recom-title h1 {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .gem-recom-title span {
    font-size: 13px;
  }
  .gem-recom-title h2 {
    font-size: 13px;
    line-height: 18px;
  }
  .gem-recom-cont {
    width: 100%;
  }
  .gem-reviews-sec {
    width: 100%;
    margin: 0 0 20px;
  }
  .gem-reviews-sec .reviews-slider {
    padding: 0 15px;
  }
  .gem-reviews-sec .reviews-slider .reviews-desc {
    width: 100%;
    padding: 0;
  }
  .gem-reviews-sec table {
    margin: 0 1%;
    width: 98%;
  }
  .gem-reviews-sec table td h3 {
    line-height: 18px;
  }
  .gem-reviews-sec table a {
    font-size: 10px;
  }
  .gem-reviews-sec table h3 {
    font-size: 10px;
  }
  .gem-reviews-sec.long-table table a {
    font-size: 10px;
  }
  .gem-reviews-sec.long-table table tr,
  .gem-reviews-sec.long-table table td {
    height: 28px;
  }
  .gem-reviews-sec.long-table table tr img,
  .gem-reviews-sec.long-table table td img {
    max-width: calc((100% - 190px));
    margin: 0;
    min-width: 20px;
  }
  .gem-reviews-sec.long-table table tr h3,
  .gem-reviews-sec.long-table table td h3 {
    font-size: 10px;
  }
  #gem-recommendation-form,
  #rud-recommendation-form {
    padding: 10px;
  }
  #gem-recommendation-form .field,
  #rud-recommendation-form .field {
    width: 96%;
    margin: 0 2% 20px;
  }
  #gem-recommendation-form .field .label,
  #rud-recommendation-form .field .label {
    line-height: 18px;
  }
  #gem-recommendation-form .field.gender .label,
  #rud-recommendation-form .field.gender .label {
    opacity: 1;
  }
  #gem-recommendation-form .field input,
  #rud-recommendation-form .field input,
  #gem-recommendation-form .field select,
  #rud-recommendation-form .field select {
    font-size: 16px;
  }
  .gem-recommendation-result-container {
    padding: 0 15px;
  }
  .gem-result-title {
    display: flex;
    flex-wrap: wrap;
  }
  .gem-result-title .top-title {
    padding: 0 16px 6px;
    box-sizing: border-box;
  }
  .gem-result-title .title-label {
    font-size: 20px;
    line-height: 28px;
  }
  .gem-result-title .title-user {
    font-size: 20px;
    line-height: 28px;
  }
  .gem-result-title .top-title-container {
    order: 1;
  }
  .gem-result-title .top-title-info {
    order: 2;
    width: 100%;
    margin: 0 0 12px;
  }
  .gem-result-title .title-info {
    font-size: 13px;
    line-height: 24px;
  }
  .gem-result-title .title-sub-info {
    font-size: 13px;
    line-height: 24px;
  }
  .gem-recom-user-info {
    order: 3;
    width: 100%;
    text-align: center;
  }
  .gem-recom-edit {
    order: 4;
    text-align: center;
    width: 100%;
  }
  .gem-recom-edit .user-info-edit span {
    font-size: 11px;
  }
  .gem-recom-result {
    display: flex;
    flex-wrap: wrap;
  }
  .gem-recom-birth-chart {
    width: 100%;
    padding: 0 10px;
    order: 3;
  }
  .gem-recom-birth-chart .gem-recom-result-title {
    text-align: center;
  }
  .user-birth-chart .birth-chart-info {
    width: 100%;
    text-align: center;
  }
  .user-birth-chart .birth-chart-pic {
    padding: 0;
    margin: 0 0 0 -22px;
  }
  .gem-recom-stone {
    width: 100%;
    order: 1;
    margin: 0 0 30px;
  }
  .gem-recom-stone.gem-life-stone {
    order: 2;
  }
  .stone-grid-sec {
    width: 100%;
  }
  .stone-grid-sec.other-stone-sec {
    width: 100%;
  }
  .stone-grid-top-titles {
    font-size: 15px;
  }
  .stone-grid-top-titles span {
    padding: 0 25px;
  }
  .stone-grid-list .stone-grid-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .gem-recommendation-form-sec {
    margin: 0;
  }
  .gem-recommendation-form-sec .rudraksha-min-title {
    margin: 15px 0 20px;
    font-size: 14px;
  }
  .gem-recommendation-form-sec .rudraksha-min-title h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
  }
  .gem-node-points ul {
    padding: 0 0 0 20px;
  }
  .gem-node-points li:before {
    height: 6px;
    width: 6px;
    left: -13px;
    top: 7px;
  }
  .rud-recom-result .gem-recom-birth-chart {
    width: 100%;
  }
  .rud-recom-result .gem-recom-stone {
    width: 100%;
  }
  body.rudraksha-recommendation-index-index .gem-reviews-sec {
    margin: 0 0 20px;
  }
  body.rudraksha-recommendation-index-index #gem-recommendation-form .field,
  body.rudraksha-recommendation-index-index #rud-recommendation-form .field {
    margin-bottom: 20px;
  }
  body.rudraksha-recommendation-index-index #gem-recommendation-form .field .label,
  body.rudraksha-recommendation-index-index #rud-recommendation-form .field .label {
    line-height: 18px;
  }
  body.rudraksha-recommendation-index-index #gem-recommendation-form .field.birth-place .field.choice,
  body.rudraksha-recommendation-index-index #rud-recommendation-form .field.birth-place .field.choice {
    margin-bottom: 10px;
  }
  body.rudraksha-recommendation-index-index #gem-recommendation-form .actions-toolbar,
  body.rudraksha-recommendation-index-index #rud-recommendation-form .actions-toolbar {
    margin: 0 0 10px;
  }
  .customized-jewel-form {
    padding: 10px 0 20px;
    margin: 20px 0 0;
  }
  .customized-form-top span {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 30px;
  }
  #customized-jewellery-form .field {
    width: 100%;
    padding: 0 2%;
    margin: 0 0 20px;
  }
  #customized-jewellery-form .field.preferred-metal {
    width: 100%;
  }
  #customized-jewellery-form .field.preferred-gemstone {
    width: 100%;
  }
  #customized-jewellery-form .field.comment {
    width: 100%;
  }
  #customized-jewellery-form .field input {
    font-size: 16px;
  }
  #customized-jewellery-form .field textarea {
    font-size: 16px;
  }
  #customized-jewellery-form .field .telephone {
    width: 100%;
  }
  .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 -10px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    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;
  }
  .product-item .price-box span {
    letter-spacing: .2px;
    margin: 0 1.2px;
  }
  .product-item .price-box span.price {
    font-size: 12px;
  }
  .product-item .price-box span.old-price .price {
    font-size: 10px;
  }
  .product-item-name {
    margin: 10px 0 0;
  }
  .page-products .product-item-info {
    margin: 4% 0;
  }
  .block.widget.block-viewed-products-grid {
    margin-top: 20px;
  }
  .block.widget.block-viewed-products-grid .block-title {
    margin-bottom: 15px;
  }
  .block.widget.block-viewed-products-grid .block-title strong {
    line-height: 40px;
    font-size: 14px;
  }
  .block.widget.block-viewed-products-grid .product-item-info {
    margin: 4% 0;
  }
  .block.widget.block-viewed-products-grid .product-item-info .product-item-name a {
    font-size: 12px;
    line-height: 18px;
    height: 56px;
    letter-spacing: 0.5px;
  }
  .block.widget.block-viewed-products-grid .product-item {
    margin-left: 4%;
    width: calc((100% - 4%) / 2);
  }
  .block.widget.block-viewed-products-grid .product-items .product-item:nth-child(5) {
    display: none;
  }
  .minicart-wrapper .block-minicart {
    padding: 5px;
    width: 290px;
    top: 60px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
  }
  .minicart-wrapper .block-minicart:before {
    right: 8px;
  }
  .minicart-wrapper .block-minicart:after {
    right: 7px;
  }
  #minicart-content-wrapper .items-total span {
    font-size: 13px;
    line-height: 36px;
  }
  .minicart-items .product-item {
    padding: 8px 0;
  }
  .minicart-items .product-item .product-image-container {
    max-width: 60px;
  }
  .minicart-items .product-item-details {
    padding-left: 72px;
  }
  .minicart-items .product-item-details .price {
    font-size: 12px;
  }
  .minicart-items .product-item-details .details-qty {
    line-height: 18px;
  }
  .minicart-items .product-item-details .details-qty .item-qty {
    font-size: 13px;
    height: 17px;
  }
  .minicart-items .product-item-name {
    line-height: 18px;
  }
  .minicart-items .product-item-name a {
    line-height: 18px;
  }
  .minicart-items .product-item-pricing .price-container span {
    line-height: 18px;
  }
  .minicart-items .product-item-pricing .price-qty-cross {
    line-height: 18px;
    font-size: 11px;
  }
  .minicart-items .product.options {
    line-height: 18px;
  }
  .minicart-items .product.options .toggle {
    line-height: 18px;
  }
  .minicart-items .product.options dt {
    line-height: 18px;
  }
  .minicart-items .product.options dd {
    margin: 0 0 5px;
  }
  .block-minicart .subtotal {
    margin: 0 0 5px;
    padding: 0 10px;
  }
  .block-minicart .subtotal .label {
    line-height: 36px;
  }
  .block-minicart .subtotal .amount span {
    line-height: 36px;
    font-size: 13px !important;
  }
  .block-minicart .block-content > .actions > .primary .action.primary {
    padding: 0 15px;
    line-height: 35px;
  }
  .block-minicart .block-content > .actions > .secondary a.action {
    line-height: 35px;
  }
  .opc-progress-bar {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }
  .opc-progress-bar-item {
    width: 48%;
  }
  .opc-progress-bar-item > span {
    font-size: 14px;
    line-height: 24px;
  }
  .opc-progress-bar-item > span:after {
    font-size: 1.6rem;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .authentication-wrapper a.action {
    font-size: 12px;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .customer-account-login .login-container {
    width: 90%;
  }
  .customer-account-login .login-container .block {
    width: 100%;
    padding: 10px;
  }
  .customer-account-login .login-container .block-title {
    line-height: 28px;
    font-size: 13px;
  }
  .customer-account-login .login-container .block-content {
    margin: 10px 0 5px;
  }
  .customer-account-login .login-container .fieldset .field {
    margin: 0 0 10px;
  }
  .customer-account-login .login-container .fieldset .field input {
    font-size: 16px;
  }
  .customer-account-login .login-container .actions-toolbar button,
  .customer-account-login .login-container .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
  .customer-account-login .login-container .actions-toolbar .action-gift {
    font-size: 14px;
  }
  .customer-account-login .login-container .actions-toolbar a.action {
    font-size: 11px;
    float: right;
    width: auto;
  }
  .customer-account-login .login-container .actions-toolbar div.primary a.action {
    font-size: 14px;
  }
  .customer-account-login .account-social-login {
    width: 90%;
    margin: 15px auto 0;
  }
  .customer-account-login .account-social-login .social-btn-actions-toolbar {
    margin: 5px 10px;
  }
  .customer-account-create .form-create-account {
    padding: 10px;
  }
  .customer-account-create .form-create-account .fieldset .legend {
    line-height: 28px;
    font-size: 13px;
  }
  .customer-account-create .form-create-account .fieldset .field input {
    font-size: 16px;
  }
  .customer-account-create .form-create-account .actions-toolbar div.primary {
    width: auto;
    min-width: 50%;
  }
  .customer-account-create .form-create-account .actions-toolbar .secondary {
    width: auto;
  }
  .customer-account-create .account-social-login {
    width: 90%;
    margin: 15px auto 0;
  }
  .customer-account-create .account-social-login .social-btn-actions-toolbar {
    margin: 5px 10px;
  }
  .customer-account-forgotpassword .form.password.forget {
    padding: 10px;
  }
  .customer-account-forgotpassword .form.password.forget .fieldset .field {
    margin: 0 0 10px;
  }
  .customer-account-forgotpassword .form.password.forget .fieldset .field input {
    font-size: 16px;
  }
  .customer-account-forgotpassword .form.password.forget .actions-toolbar div.primary {
    width: auto;
  }
  .customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary {
    width: auto;
  }
  .customer-account-forgotpassword .form.password.forget .actions-toolbar button,
  .customer-account-forgotpassword .form.password.forget .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
  .customer-account-forgotpassword .form.password.forget .actions-toolbar .action-gift {
    font-size: 14px;
  }
  .customer-account-createpassword .form.password.reset {
    padding: 10px;
  }
  .customer-account-createpassword .form.password.reset .fieldset .field {
    margin: 0 0 10px;
  }
  .customer-account-createpassword .form.password.reset .fieldset .field input {
    font-size: 16px;
  }
  .customer-account-createpassword .form.password.reset .actions-toolbar div.primary {
    width: 80%;
    margin: 0 10% auto !important;
  }
  .customer-account-createpassword .form.password.reset .actions-toolbar .secondary {
    width: auto;
  }
  .customer-account-createpassword .form.password.reset .actions-toolbar button,
  .customer-account-createpassword .form.password.reset .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
  .customer-account-createpassword .form.password.reset .actions-toolbar .action-gift {
    font-size: 14px;
  }
  body.account .columns .sidebar {
    order: -1;
  }
  body.account .sidebar .block {
    position: static;
    margin: 0;
  }
  body.account .sidebar .block .title {
    border: none;
    display: inline-block;
    width: 100%;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
    background: #f6f6f6;
  }
  body.account .sidebar .block .title strong {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 36px;
  }
  body.account .sidebar .block .title:after {
    right: 0;
    top: 9px;
  }
  body.account .sidebar .block .content {
    border: none;
    padding: 0;
    float: left;
    width: 100%;
  }
  body.account .sidebar .block .content strong,
  body.account .sidebar .block .content a {
    line-height: 28px;
    margin: 5px 0;
  }
  body.account .page-main {
    padding-top: 20px;
  }
  body.account .page-wrapper .page-title-wrapper {
    margin: 15px 0 auto;
  }
  body.account .column.main .block .block-title {
    padding: 0px 10px;
    margin: 0 0 15px !important;
    line-height: 36px;
  }
  body.account .column.main .block .block-title strong {
    font-size: 14px !important;
    line-height: 36px !important;
  }
  body.account .column.main .block .box {
    width: 100%;
    margin: 0 0 10px !important;
  }
  body.account .column.main .block .box .box-title span {
    line-height: 24px !important;
    font-size: 13px !important;
  }
  body.account .column.main .block .box .box-actions a.action {
    font-size: 12px;
  }
  body.account .column.main .block .box .box-content {
    line-height: 24px;
  }
  body.account .column.main table tr {
    border-bottom: 1px solid #c2c2c2;
  }
  body.account .column.main table td:before {
    font-weight: 600 !important;
    color: #8e410c !important;
  }
  body.account .column.main .actions-toolbar div.primary {
    margin: 0;
  }
  body.account .column.main .actions-toolbar div.primary button.action,
  body.account .column.main .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action.action,
  body.account .column.main .actions-toolbar div.primary .action-gift.action {
    font-size: 14px;
    width: 100%;
  }
  body.account .column.main .toolbar .pages {
    float: none;
  }
  body.account form.form-edit-account .legend {
    line-height: 36px;
    padding: 0px 10px;
    margin: 0 0 15px;
  }
  body.account form.form-edit-account .legend span {
    font-size: 14px;
  }
  body.account form.form-edit-account .field {
    width: 98%;
  }
  body.account form.form-edit-account .field .control {
    margin: 0 0 10px;
  }
  body.account form.form-edit-account .field .control input {
    font-size: 16px;
  }
  body.account form.form-edit-account .field.choice {
    margin: 0 1% 10px;
  }
  body.account.sales-order-view .column.main .order-status {
    margin: 5px 0;
    width: 100%;
  }
  body.account.sales-order-view .column.main .order-date {
    margin: 5px 0;
    width: 100%;
    text-align: left;
  }
  body.account.sales-order-view .column.main .order-actions-toolbar {
    float: left;
    width: 50%;
    margin: 5px 0 !important;
    text-align: left;
  }
  body.account.sales-order-view .column.main .order-title {
    width: 50%;
    text-align: right;
    margin: -22px 0 0;
    float: right;
  }
  body.account.sales-order-view .column.main .order-title a.action.track {
    font-size: 12px;
    font-weight: 400;
    width: auto;
    text-align: right;
  }
  body.account.sales-order-view .column.main #my-orders-table td .price {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
  }
  body.account.customer-address-index #additional-addresses-table td.col.streetaddress {
    max-width: 100%;
  }
  body.account .form-address-edit .legend {
    line-height: 36px;
    padding: 0px 10px;
    margin: 0 0 15px;
  }
  body.account .form-address-edit .field {
    width: 98%;
  }
  body.account .form-address-edit .field .control {
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: top;
  }
  body.account .form-address-edit .field .control input,
  body.account .form-address-edit .field .control select {
    font-size: 16px;
  }
  body.account .form-address-edit .field.street .control .field {
    margin: 0 0 10px;
    width: 100%;
  }
  body.account .form-address-edit .field.street .control .field.additional {
    margin: 0;
  }
  body.account .message.info {
    float: left;
    width: 98%;
    box-sizing: border-box;
    margin: 0 1% 15px;
  }
  #my-orders-table .item-options dt,
  #my-orders-table .item-options dd {
    font-size: 10px;
    line-height: 18px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  /*==================For the Guest Wishlist==================*/
  #wishlist-view-form .product-item {
    margin-left: 4% !important;
    width: calc((100% - 4%) / 2);
  }
  #wishlist-view-form .product-item:nth-child(2n+1) {
    margin-left: 0px !important;
  }
  #wishlist-view-form .product-item-info {
    margin: 4% 0;
  }
  #wishlist-view-form .product-item-info .box-tocart {
    margin: 0 5px 0 0;
  }
  #wishlist-view-form .product-item-info .product-item-actions a.action {
    color: #8e410c;
    letter-spacing: 0.2px;
    font-size: 10px;
    line-height: 28px;
  }
  #wishlist-view-form .product-item-info .product-item-actions a.action.toproduct {
    padding: 0 6px;
    line-height: 26px;
  }
  .mpblog-post-index .page-main .column.main,
  .mpblog-post-view .page-main .column.main,
  .mpblog-category-view .page-main .column.main,
  .mpblog-topic-view .page-main .column.main {
    width: 100%;
    margin: 0 0 20px;
  }
  .mpblog-post-index .sidebar,
  .mpblog-post-view .sidebar,
  .mpblog-category-view .sidebar,
  .mpblog-topic-view .sidebar {
    display: none;
  }
  .mpblog-post-index .sidebar.sidebar-main,
  .mpblog-post-view .sidebar.sidebar-main,
  .mpblog-category-view .sidebar.sidebar-main,
  .mpblog-topic-view .sidebar.sidebar-main {
    margin: 5px 0 10px;
  }
  .mpblog-post-index .sidebar.sidebar-main .mp-sidebar,
  .mpblog-post-view .sidebar.sidebar-main .mp-sidebar,
  .mpblog-category-view .sidebar.sidebar-main .mp-sidebar,
  .mpblog-topic-view .sidebar.sidebar-main .mp-sidebar,
  .mpblog-post-index .sidebar.sidebar-main .mpblog-search,
  .mpblog-post-view .sidebar.sidebar-main .mpblog-search,
  .mpblog-category-view .sidebar.sidebar-main .mpblog-search,
  .mpblog-topic-view .sidebar.sidebar-main .mpblog-search {
    width: 46%;
    margin: 0 2% 20px;
  }
  #sidebar_main {
    display: none;
    width: 100%;
    vertical-align: top;
    height: 0px;
    overflow: hidden;
  }
  .custom-dropdown select {
    font-size: 16px;
  }
  .mpblog-search #mpblog-search-box {
    font-size: 16px;
  }
  #mpblog-list-container .post-list-item {
    padding: 10px;
    margin: 0 0 10px;
  }
  #mpblog-list-container .post-list-item .post-image {
    height: 170px;
  }
  #mpblog-list-container .post-list-item .post-image img.img-responsive {
    height: 170px;
  }
  .post-info-wraper {
    padding: 10px;
  }
  .post-info-wraper h2.mp-post-title a.post-link-title {
    font-size: 13px;
    line-height: 22px;
    min-height: 44px;
  }
  .post-info-wraper .post-post_content {
    font-size: 12px;
    line-height: 18px;
  }
  .post-info-wraper .mp-post-meta-info {
    margin: 10px 0 0;
  }
  .post-info-wraper .mp-post-meta-info a.mp-read-more {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }
  .mp-post-info {
    font-size: 10px;
  }
  .mp-sidebar #tab-label-popular a.data.switch,
  .mp-sidebar #tab-label-mostview a.data.switch,
  .mp-sidebar #tab-label-video a.data.switch {
    font-size: 13px;
  }
  .mp-sidebar.mpcss .block-content {
    padding: 6px 0;
  }
  .post-item-wraper {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.25);
  }
  /*==================Custom css for the solo post-page==================*/
  .mpblog-post-view .post-view-image {
    height: 190px;
    background: #f6f6f6;
  }
  .mpblog-post-view .post-view-image img {
    height: 190px;
  }
  .blog-post-cont p {
    font-size: 12px;
    line-height: 18px;
  }
  .blog-post-cont h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .blog-post-cont h3,
  .blog-post-cont h4 {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-post-cont ul,
  .blog-post-cont ol {
    padding: 0 0 0 12px;
    margin: 0 0 15px;
  }
  .blog-post-cont a {
    color: #FC7B50;
  }
  .block-blog-related h2 {
    font-size: 14px;
  }
  .block-blog-related #comment-form-sec {
    margin: 0 0 20px;
    padding: 10px;
    border-top: 10px solid #fc7b50;
    border-left: none;
  }
  .block-blog-related #comment-form-sec .form-sec-left {
    width: 100%;
    margin: 10px 0;
  }
  .block-blog-related #comment-form-sec .form-sec-left br {
    display: none;
  }
  .block-blog-related #comment-form-sec .form-sec-right {
    width: 100%;
    padding: 21px 5px 10px;
    border-left: none;
  }
  .block-blog-related #comment-form-sec button.primary,
  .block-blog-related #comment-form-sec .cart.table-wrapper .actions-toolbar > .action.primary,
  .block-blog-related #comment-form-sec .action-gift.primary {
    border-radius: 3px;
    font-size: 14px;
  }
  .block-blog-related #comment-form-sec input,
  .block-blog-related #comment-form-sec textarea {
    font-size: 16px;
  }
  .block-blog-related #comment-form-sec textarea {
    line-height: 28px;
  }
  .mp-blog-recomm-cont {
    padding: 10px;
  }
  .mp-blog-recomm-cont .mp-blog-rec-title {
    font-size: 16px;
    letter-spacing: .5px;
  }
  #trackorder-form {
    padding: 10px;
    margin: 0 auto 20px;
  }
  #trackorder-form .field {
    margin: 0 0 10px;
  }
  #trackorder-form .field input {
    font-size: 16px;
  }
  #trackorder-form .actions-toolbar button.action.submit,
  #trackorder-form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.submit,
  #trackorder-form .actions-toolbar .action-gift.action.submit {
    font-size: 14px;
  }
  #tracking-details h3 {
    padding: 0 10px;
    line-height: 36px;
    margin: 0 0 15px;
    font-size: 14px;
  }
  #tracking-details .tracking-info-table {
    margin: 15px 0;
  }
  #tracking-details .tracking-info-table tr th {
    font-size: 11px;
    padding: 5px;
  }
  #tracking-details .tracking-info-table tr td {
    font-size: 13px;
    padding: 5px;
  }
  #tracking-details .tracking-info-table tr a.action {
    width: 100px;
    font-size: 13px;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@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 #d1d1d1;
  }
  .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(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    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 {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):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(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):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 th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .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;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .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: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    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 #d1d1d1;
    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;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 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 .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .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: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .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;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@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;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .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: #8e410c;
    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: #8e410c;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #fc7b50;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .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: #8e410c;
    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;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    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 {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 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;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
@font-face {
  font-family: 'Magento-Icons';
  src: url('../../frontend/Shubh/gems/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../../frontend/Shubh/gems/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Shubh/gems/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../../frontend/Shubh/gems/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../../frontend/Shubh/gems/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../../frontend/Shubh/gems/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}
.spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: .72s;
  -moz-animation-duration: .72s;
  -ms-animation-duration: .72s;
  animation-duration: .72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: .5em;
  position: absolute;
  width: 1em;
}
.spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.81s;
  -moz-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  animation-delay: 0.81s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
form.loading .mgz__spinner {
  display: block;
}
.mgz__spinner {
  display: none;
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 45%;
  top: 15px;
}
.mgz__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.mgz__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.mgz__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.mgz__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.mgz__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.mgz__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.mgz__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.mgz__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.mgz__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mgz__page-actions.page-main-actions {
  margin: 0 0 3rem;
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
  float: right;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
  background-color: transparent;
  text-shadow: none;
  color: #41362f;
  font-size: 1.6rem;
  letter-spacing: .025em;
  padding-bottom: .8875em;
  padding-top: .8875em;
  border-color: transparent;
  box-shadow: none;
  margin-left: 1.3rem;
  font-weight: 600;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #eb5202;
  border-color: #eb5202;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary:hover {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #fff;
  text-decoration: none;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #fff;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary:hover {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons > button.back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin-left: 1.3rem;
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    display: block;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.back {
    margin: 0;
  }
}
.mgz__page-actions.page-main-actions .page-actions:before,
.mgz__page-actions.page-main-actions .page-actions:after {
  content: '';
  display: table;
  clear: both;
}
.mgz__page-actions.page-main-actions .page-actions #back:before {
  content: '\e626';
  margin-right: .5em;
  position: relative;
  top: 1px;
  font-family: 'Magento-Icons';
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    text-align: center;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
    margin-left: 0;
  }
}
.sidebar {
  max-width: 100%;
}
/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     */
.intl-tel-input {
  position: relative;
}
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 9;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
    height: 40px;}
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../frontend/Shubh/gems/en_US/Meetanshi_Mobilelogin/images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("../../frontend/Shubh/gems/en_US/Meetanshi_Mobilelogin/images/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #fc7b50;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Shubh/gems/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Shubh/gems/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Shubh/gems/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_SocialLogin
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.white-popup {
    position: relative;
    background: #fff;
    padding: 15px;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
	box-sizing: border-box;
	border-radius: 5px;
}

#social-login-popup,
#request-popup {
    overflow: hidden;
	max-width: 400px;
}

#social-login-popup .block-container,
#request-popup .block-container {
    width: 100%;
    display: inline-block;
}

#social-login-popup .social-login-title,
#request-popup .social-login-title {
    padding: 0;
    background: none !important;
	text-align: left;
	border-bottom: 1px solid #8e410c;
}

#social-login-popup .block-container .block,
#request-popup .block-container .block {
    padding: 20px 5px 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.social-login-ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    background: #fbfaf6 url('../../frontend/Shubh/gems/en_US/Mageplaza_SocialLogin/css/images/ajax-loader.gif') no-repeat center center;
}

#social-login-popup .block-container .block .block-title,
#request-popup .block-container .block .block-title {
    padding: 0;
	margin: 0;
	border: none;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 40px;
	border-radius: 5px;
	font-size: 14px;
}

#social-login-popup .block-container .block .block-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}

#social-login-popup .fieldset,
#request-popup .fieldset {
    margin: 0px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}


#social-login-popup .block-container .block .block-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
#social-login-popup form {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#social-login-popup #social-form-password-forget {
    padding-bottom: 12px;
}
#social-login-popup form .field {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 15px;
}
#social-login-popup form .field.note {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
}
#social-login-popup form .field .control {
    width: 100%;
}
#social-login-popup form .field .label {
    padding: 0 16px 0 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 38px;
    width: 28%;
    box-sizing: border-box;
}
#social-login-popup form .field input {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0 10px;
  height: 38px;
  box-sizing: border-box;
  line-height: 38px;
  box-shadow: none;
  /*border: 1px solid #8e410c;*/
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.6px;
}


#social-login-popup form  .actions-toolbar-top {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
#social-login-popup form button {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 15px 0;
  padding: 0 30px;
  line-height: 35px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  background: #FC7B50 !important;
  border: none !important;
  font-size: 16px;
}
#social-login-popup form .actions-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
#social-login-popup form .actions-toolbar .primary {
  float: left;
  width: 100%;
}
#social-login-popup form .actions-toolbar .secondary {
  float: right;
  margin: 0;
}
#social-login-popup form .actions-toolbar a.action {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0;
  line-height: 30px;
  font-size: 12px;
  text-decoration: none;
  color: #8e410c;
}
#social-login-popup form .actions-toolbar a.action:hover {
  color: #FC7B50;
  text-decoration: none;
}
#social-login-popup form .actions-toolbar.top-action-toolbar a.action {
  margin: -18px 0 0;
}
#social-login-popup form .actions-toolbar.top-action-toolbar a.action span {
  vertical-align: top;
  display: inline-block;
  width: auto;
  line-height: 15px;
}


#social-login-popup .block-container .block .second-title {
  position: relative;
  line-height: 30px;
}
#social-login-popup .block-container .block .second-title:before {
  /*content: " ";
  position: absolute;
  border-bottom: 2px solid #FC7B50;
  left: 0;
  width: 100%;
  top: 20px;*/
}
#social-login-popup .block-container .block .second-title span {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	background: #fff;
	z-index: 1;
	position: relative;
	padding: 0 15px;
    font-weight: normal;
    line-height: 30px;
    text-transform: none;
}
#social-login-popup .block-container .block .block-content .social-btn {
  margin: 0;
  display: inline-block;
  padding: 0;
  width: 80%;
}
#social-login-popup .block-container .block .block-content .social-btn .social-label {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 5px 0 0;
  text-transform: capitalize;
  font-size: 11px;
  font-weight: 600;
}
#social-login-popup .block-container .block .block-content .social-btn.facebook-login .social-label {
  color: #3b5998;
}
#social-login-popup .block-container .block .block-content .social-btn.google-login .social-label {
  /*color: #dd4b39;*/
}


#social-login-popup .block-container .block.social-login-authentication-channel {
    padding-bottom: 5px;
	padding-top: 5px;
}
#social-login-popup .block-container .block.social-login-authentication-channel .block-content {
  text-align: center;
  margin: 10px 0 0;
}
#social-login-popup .block-container .block .block-content .social-btn a.btn {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  height: 36px;
  background: none;
  border: 1px solid #8e410c;
  text-align: center;
  color: #8e410c;
}
#social-login-popup .block-container .block .block-content .social-btn a.btn img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 24px;
  margin: 6px 0 0;
  position: static;
  border: none;
}
#social-login-popup .block-container .block .block-content .social-btn a.btn span {
  width: auto;
  height: 36px;
  line-height: 36px;
  position: static;
  border: none;
  background: none;
  margin: 0 0 0 8px;
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans';
  font-size: 15px;
}
#social-login-popup .block-container .block .block-content .social-btn a.btn:hover {
  color: #fff;
  border-color: #FC7B50;
  background: #FC7B50;
}
#social-login-popup .block-container .block .block-content .social-btn a.btn:hover img {
	filter: brightness(0) invert(1);
}


#social-login-popup #social-form-create .actions-toolbar {
  float: right;
  width: 100%;
}
#social-login-popup #social-form-create .actions-toolbar .primary {
  width: 100%;
}
#social-login-popup #social-form-create .actions-toolbar button.action {
  float: left;
  width: auto;
  border-radius: 3px;
  margin: 0;
}
#social-login-popup #social-form-create .actions-toolbar .secondary {
  float: right;
  width: auto;
  margin: 0;
  line-height: 35px;
}



#social-login-popup #social-form-password-forget .actions-toolbar {
  float: right;
  width: 100%;
}
#social-login-popup #social-form-password-forget .actions-toolbar .primary {
  width: 100%;
}
#social-login-popup #social-form-password-forget .actions-toolbar button.action {
  float: left;
  width: auto;
  border-radius: 3px;
  margin: 0;
}
#social-login-popup #social-form-password-forget .actions-toolbar .secondary {
  float: right;
  width: auto;
  margin: 0;
  line-height: 35px;
}






.actions-toolbar {
    margin-top: 7px;
}

.account-social-login .actions-toolbar.social-btn {
    width: 215px;
}

#social-login-popup .actions-toolbar > .secondary .action.back,
#request-popup .actions-toolbar > .secondary .action.back {
    display: block;
}

.social-login-title h2 {
    margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
	width: auto;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	line-height: 36px;
	vertical-align: middle;
}

/*.social-login-title h2::after {
    position: absolute;
    content: " ";
    width: 80%;
    height: auto;
    border-bottom: 2px solid #FC7B50;
    left: 50%;
    bottom: -2px;
    transform: translate(-50%, 0);
}*/

.social-login-title h2.create-account-title:after {
  border: none;
  content: none;
}

.social-login-title h2.forgot-pass-title:after {
  content: none;
  border: none;
}

/*.social-login-title .login-title {
    background-image: url(../../frontend/Shubh/gems/en_US/Mageplaza_SocialLogin/css/images/login-title.png);
}

.social-login-title .create-account-title {
    background-image: url(../../frontend/Shubh/gems/en_US/Mageplaza_SocialLogin/css/images/create-account-title.png);
}

.social-login-title .forgot-pass-title {
    background-image: url(../../frontend/Shubh/gems/en_US/Mageplaza_SocialLogin/css/images/forgot-pass-title.png);
}*/

#social-login-popup .mfp-close {
    color: #8e410c;
	opacity: 1;
	right: 5px;
	top: 8px;
	font-weight: 100;
	font-size: 34px;
}
#social-login-popup .mfp-close:hover {
	color: #FC7B50;
}
#social-login-popup .message.error > *:first-child:before {
    top: 50%;
}

#social-login-popup .message.success > *:first-child:before {
    top: 50%;
}

/* Authentication Popup */
.social-login-authentication-popup {
    width: 100%;
}

.social-login-authentication-popup .block-content {
    display: block !important;
}

.social-login-authentication-popup .block-content .actions-toolbar {
    display: inline-block;
}

.social-login-authentication-popup .block-content .actions-toolbar .btn-social {
    /*height: 20px;*/
    padding-left: 19px;
}

/*Button Style*/
.actions-toolbar button {
    border-radius: 0;
}

.social-btn button {
    height: 33px;
    border: none;
}

.social-btn button span span {
    margin-left: 25px;
    color: #ffffff;
}

.block-authentication .actions-toolbar {
    margin-bottom: unset !important;
}

.btn-authentication-pop {
    width: 175px;
}


.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
    width: 100%;
    margin: 0;
    min-width: 170px;
    text-align: left;
    border-radius: 5px;
}

.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action:hover {
    opacity: 0.9;
}

.social-btn-actions-toolbar {
    display: inline-block;
}

.register-sociallogin {
    float: left;
}

#fb-customer, #gg-customer, #tw-customer, #li-customer, #ins-customer, #ya-customer, #git-customer, #vk-customer, #fo-customer, #live-customer, #am-customer {
    float: left;
}

#group-button {
    width: 48.8%; /*margin-left: 37px;*/ /*margin-top: 0px;*/
    float: right;
    clear: none;
}

#group-button .block.social-login-authentication-channel.col-mp.mp-5 {
    margin-bottom: 2px;
}

.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-newspaper { /* start state */ /* animate in */ /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
    margin-top: 50px;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold { /* start state */ /* animate in */ /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.social-btn .btn-social {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px 6px 44px;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:focus, .btn-adn.focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
    color: #fff;
    background-color: #0f253c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:focus, .btn-dropbox.focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
    color: #fff;
    background-color: #0a568c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:focus, .btn-flickr.focus {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
    color: #fff;
    background-color: #a80057;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:focus, .btn-foursquare.focus {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
    color: #fff;
    background-color: #e30742;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    background-image: none
}

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}

.btn-disqus {
    color: #fff;
    background-color: #2E9FFF;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus .fa-disqus {
    background: url("../../frontend/Shubh/gems/en_US/Mageplaza_SocialLogin/css/images/disqus-logo.png") no-repeat;
}

.btn-disqus .fa-disqus {
    content: ""
}

.btn-mailru {
    color: #fff;
    background-color: #005FF9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:focus, .btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:hover {
    color: #fff;
    background-color: #004ecc;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active:hover, .btn-mailru.active:hover, .open > .dropdown-toggle.btn-mailru:hover, .btn-mailru:active:focus, .btn-mailru.active:focus, .open > .dropdown-toggle.btn-mailru:focus, .btn-mailru:active.focus, .btn-mailru.active.focus, .open > .dropdown-toggle.btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-mailru {
    background-image: none
}

.btn-mailru.disabled:hover, .btn-mailru[disabled]:hover, fieldset[disabled] .btn-mailru:hover, .btn-mailru.disabled:focus, .btn-mailru[disabled]:focus, fieldset[disabled] .btn-mailru:focus, .btn-mailru.disabled.focus, .btn-mailru[disabled].focus, fieldset[disabled] .btn-mailru.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-mailru .fa-mailru {
    background: url("../../frontend/Shubh/gems/en_US/Mageplaza_SocialLogin/css/images/mailru-logo.png") no-repeat;
}

.btn-mailru .fa-mailru {
    content: ""
}

.btn-steam {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:focus, .btn-steam.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active:hover, .btn-steam.active:hover, .open > .dropdown-toggle.btn-steam:hover, .btn-steam:active:focus, .btn-steam.active:focus, .open > .dropdown-toggle.btn-steam:focus, .btn-steam:active.focus, .btn-steam.active.focus, .open > .dropdown-toggle.btn-steam.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    background-image: none
}

.btn-steam.disabled:hover, .btn-steam[disabled]:hover, fieldset[disabled] .btn-steam:hover, .btn-steam.disabled:focus, .btn-steam[disabled]:focus, fieldset[disabled] .btn-steam:focus, .btn-steam.disabled.focus, .btn-steam[disabled].focus, fieldset[disabled] .btn-steam.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam .badge {
    color: #444;
    background-color: #fff
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:focus, .btn-github.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

/*.btn-google .fa-google {
    background: url("../../frontend/Shubh/gems/en_US/Mageplaza_SocialLogin/css/images/g-logo.png") no-repeat;
}

.btn-google .fa-google:before {
    content: ""
}*/

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:focus, .btn-instagram.focus {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:hover {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
    color: #fff;
    background-color: #26455d;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
    color: #fff;
    background-color: #0f4bac;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    background-image: none
}

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}

.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
    color: #fff;
    background-color: #b14c09;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    background-image: none
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff
}

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:focus, .btn-openid.focus {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
    color: #fff;
    background-color: #b86607;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    background-image: none
}

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:focus, .btn-pinterest.focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
    color: #fff;
    background-color: #801419;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:focus, .btn-reddit.focus {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:hover {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    background-image: none
}

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
    color: #fff;
    background-color: #a83800;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    background-image: none
}

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:focus, .btn-tumblr.focus {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
    color: #fff;
    background-color: #111c26;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:focus, .btn-vimeo.focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
    color: #fff;
    background-color: #0f7b9f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    background-image: none
}

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:focus, .btn-vk.focus {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
    color: #fff;
    background-color: #3a526b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
    color: #fff;
    background-color: #39074e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    background-image: none
}

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}

.btn-amazon {
    color: #fff;
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:focus, .btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:hover {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active:hover, .btn-amazon.active:hover, .open > .dropdown-toggle.btn-amazon:hover, .btn-amazon:active:focus, .btn-amazon.active:focus, .open > .dropdown-toggle.btn-amazon:focus, .btn-amazon:active.focus, .btn-amazon.active.focus, .open > .dropdown-toggle.btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    background-image: none
}

.btn-amazon.disabled:hover, .btn-amazon[disabled]:hover, fieldset[disabled] .btn-amazon:hover, .btn-amazon.disabled:focus, .btn-amazon[disabled]:focus, fieldset[disabled] .btn-amazon:focus, .btn-amazon.disabled.focus, .btn-amazon[disabled].focus, fieldset[disabled] .btn-amazon.focus {
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon .badge {
    color: #ff9900;
    background-color: #fff
}

.mfp-wrap {
    overflow: scroll;
}

.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:focus, .btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:hover {
    color: #fff;
    background-color: #30548e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active:hover, .btn-live.active:hover, .open > .dropdown-toggle.btn-live:hover, .btn-live:active:focus, .btn-live.active:focus, .open > .dropdown-toggle.btn-live:focus, .btn-live:active.focus, .btn-live.active.focus, .open > .dropdown-toggle.btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    background-image: none
}

.btn-live.disabled:hover, .btn-live[disabled]:hover, fieldset[disabled] .btn-live:hover, .btn-live.disabled:focus, .btn-live[disabled]:focus, fieldset[disabled] .btn-live:focus, .btn-live.disabled.focus, .btn-live[disabled].focus, fieldset[disabled] .btn-live.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-live .fa-live {
    background: url("../../frontend/Shubh/gems/en_US/Mageplaza_SocialLogin/css/images/live-logo.png") no-repeat center;
}

.btn-live .fa-live:before {
    content: ""
}

#bnt-social-login-authentication {
    margin: 12px 0px;
}

.actions-toolbar > .secondary:last-child {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.form-customer-login .g-recaptcha {
    margin: unset !important;
}

.request-popup{
	overflow-y: unset;
	max-width: 800px;
	left: 30%;
}
.request-popup .modal-header{
	padding: 0;
}
.request-popup .modal-header button.action-close{
	color: white;
	z-index: 100;
}
.request-popup .modal-content{
	padding: 0;
}

@media only screen and (min-width: 768px) {
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    .modal-popup.request-popup.modal-slide {
        left: 0;
        z-index: 900;
    }
}

@media only screen and (max-width: 766px) {
    .secondary {
        width: 93%;
        padding-top: 0;
        margin-top: 0;
    }
    #bnt-social-login-authentication {
        margin-bottom: 0;
    }
    .forgot-pass-title {
        width: 80%;
        font-size: 1.45em;
    }
}

.customer-account-create .account-social-login, .customer-account-login .account-social-login {
    display: block !important
}

.btn-zalo .fa-zalo {
    background: url(../../frontend/Shubh/gems/en_US/Mageplaza_SocialLogin/css/images/zalo-logo.png) no-repeat center;
}

.btn-zalo {
    color: #fff;
    background-color: #1468ff;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-zalo:focus, .btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:hover {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active:hover, .btn-zalo.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-zalo:active:focus, .btn-zalo.active:focus, .open > .dropdown-toggle.btn-zalo:focus, .btn-zalo:active.focus, .btn-zalo.active.focus, .open > .dropdown-toggle.btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    background-image: none
}

.btn-zalo.disabled:hover, .btn-zalo[disabled]:hover, fieldset[disabled] .btn-zalo:hover, .btn-zalo.disabled:focus, .btn-zalo[disabled]:focus, fieldset[disabled] .btn-zalo:focus, .btn-zalo.disabled.focus, .btn-zalo[disabled].focus, fieldset[disabled] .btn-zalo.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo .badge {
    color: #ff0084;
    background-color: #fff
}

#social-login-popup form .field.captcha .label { width: 100%; padding: 0; text-align: left; }

#social-login-popup form .field.captcha button.captcha-reload { width: auto; background: #f2f2f2 !important; border: 1px solid #cdcdcd !important; font-size: 12px; text-transform: none; padding: 0 12px;  box-sizing: border-box; line-height: 40px; margin: 0 0 10px 8px; }

.customer-account-create .form-create-account .fieldset .field.captcha button.captcha-reload { font-weight: 600; letter-spacing: 0.5px; font-size: 12px; padding: 0 12px; line-height: 40px; margin: 0 0 10px 60px; }



/*====================Custom Css for mobile====================*/

@media only screen and (max-width: 767px) {
	
#social-login-popup, #request-popup { padding: 10px; }

.social-login-title h2 { font-size: 16px; line-height: 28px; }

#social-login-popup .mfp-close { line-height: 28px; height: 28px; }

#social-login-popup .block-container .block, #request-popup .block-container .block { padding: 15px 5px 0; }

#social-login-popup form .field input { font-size: 16px; }

#social-login-popup form button { font-size: 14px; }

#social-login-popup form .actions-toolbar .secondary { width: auto; }

#social-login-popup .block-container .block .block-title, #request-popup .block-container .block .block-title { line-height: 28px; }

#social-login-popup .block-container .block .second-title:before { top: 14px; }

#social-login-popup form .field.captcha .captcha-img { display: inline-block; }

.customer-account-create .form-create-account .fieldset .field.captcha .captcha-img { display: inline-block; }

.customer-account-create .form-create-account .fieldset .field.captcha button.captcha-reload { margin-left: 5px; }

}

/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Core
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.row-mp {
    min-height: 1px;
    margin: 0 -10px;
}

.col-mp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    float: left;
    padding: 0 10px;
}

/*All*/
.mp-1 {
    width: 8.33333333333%;
}

.mp-2 {
    width: 16.6666666667%;
}

.mp-3 {
    width: 25.0%;
}

.mp-4 {
    width: 33.3333333333%;
}

.mp-5 {
    width: 41.6666666667%;
}

.mp-6 {
    width: 50.0%;
}

.mp-7 {
    width: 58.3333333333%;
}

.mp-8 {
    width: 66.6666666667%;
}

.mp-9 {
    width: 75.0%;
}

.mp-10 {
    width: 83.3333333333%;
}

.mp-11 {
    width: 91.6666666667%;
}

.mp-12 {
    margin-left: 0;
    width: 100%;
}

.a-center {
    text-align: center;
}

.mp-clear {
    clear: both
}

@media (min-width: 1200px) {
    .mp-lg-1 {
        width: 8.33333333333%;
    }

    .mp-lg-2 {
        width: 16.6666666667%;
    }

    .mp-lg-3 {
        width: 25.0%;
    }

    .mp-lg-4 {
        width: 33.3333333333%;
    }

    .mp-lg-5 {
        width: 41.6666666667%;
    }

    .mp-lg-6 {
        width: 50.0%;
    }

    .mp-lg-7 {
        width: 58.3333333333%;
    }

    .mp-lg-8 {
        width: 66.6666666667%;
    }

    .mp-lg-9 {
        width: 75.0%;
    }

    .mp-lg-10 {
        width: 83.3333333333%;
    }

    .mp-lg-11 {
        width: 91.6666666667%;
    }

    .mp-lg-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mp-md-1 {
        width: 8.33333333333%;
    }

    .mp-md-2 {
        width: 16.6666666667%;
    }

    .mp-md-3 {
        width: 25.0%;
    }

    .mp-md-4 {
        width: 33.3333333333%;
    }

    .mp-md-5 {
        width: 41.6666666667%;
    }

    .mp-md-6 {
        width: 50.0%;
    }

    .mp-md-7 {
        width: 58.3333333333%;
    }

    .mp-md-8 {
        width: 66.6666666667%;
    }

    .mp-md-9 {
        width: 75.0%;
    }

    .mp-md-10 {
        width: 83.3333333333%;
    }

    .mp-md-11 {
        width: 91.6666666667%;
    }

    .mp-md-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mp-sm-1 {
        width: 8.33333333333%;
    }

    .mp-sm-2 {
        width: 16.6666666667%;
    }

    .mp-sm-3 {
        width: 25.0%;
    }

    .mp-sm-4 {
        width: 33.3333333333%;
    }

    .mp-sm-5 {
        width: 41.6666666667%;
    }

    .mp-sm-6 {
        width: 50.0%;
    }

    .mp-sm-7 {
        width: 58.3333333333%;
    }

    .mp-sm-8 {
        width: 66.6666666667%;
    }

    .mp-sm-9 {
        width: 75.0%;
    }

    .mp-sm-10 {
        width: 83.3333333333%;
    }

    .mp-sm-11 {
        width: 91.6666666667%;
    }

    .mp-sm-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mp-xs-1 {
        width: 8.33333333333%;
    }

    .mp-xs-2 {
        width: 16.6666666667%;
    }

    .mp-xs-3 {
        width: 25.0%;
    }

    .mp-xs-4 {
        width: 33.3333333333%;
    }

    .mp-xs-5 {
        width: 41.6666666667%;
    }

    .mp-xs-6 {
        width: 50.0%;
    }

    .mp-xs-7 {
        width: 58.3333333333%;
    }

    .mp-xs-8 {
        width: 66.6666666667%;
    }

    .mp-xs-9 {
        width: 75.0%;
    }

    .mp-xs-10 {
        width: 83.3333333333%;
    }

    .mp-xs-11 {
        width: 91.6666666667%;
    }

    .mp-xs-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .col-mp {
        width: 100%;
    }
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
