@font-face {
    font-family: 'Garamond';
    src: url('../fonts/Garamond.eot');
    src: url('../fonts/Garamond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Garamond.woff2') format('woff2'),
        url('../fonts/Garamond.woff') format('woff'),
        url('../fonts/Garamond.ttf') format('truetype'),
        url('../fonts/Garamond.svg#Garamond') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garamond';
    src: url('../fonts/Garamond-medium.eot');
    src: url('../fonts/Garamond-medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Garamond-medium.woff2') format('woff2'),
        url('../fonts/Garamond-medium.woff') format('woff'),
        url('../fonts/Garamond-medium.ttf') format('truetype'),
        url('../fonts/Garamond-medium.svg#Garamond') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Garamond';
    src: url('../fonts/Garamond-Bold.eot');
    src: url('../fonts/Garamond-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Garamond-Bold.woff2') format('woff2'),
        url('../fonts/Garamond-Bold.woff') format('woff'),
        url('../fonts/Garamond-Bold.ttf') format('truetype'),
        url('../fonts/Garamond-Bold.svg#Garamond-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeGaramondPro';
    src: url('../fonts/AGaramondPro-Regular.eot');
    src: url('../fonts/AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AGaramondPro-Regular.woff2') format('woff2'),
        url('../fonts/AGaramondPro-Regular.woff') format('woff'),
        url('../fonts/AGaramondPro-Regular.ttf') format('truetype'),
        url('../fonts/AGaramondPro-Regular.svg#AGaramondPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeGaramondProBold';
    src: url('../fonts/AGaramondPro-Bold.eot');
    src: url('../fonts/AGaramondPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AGaramondPro-Bold.woff2') format('woff2'),
        url('../fonts/AGaramondPro-Bold.woff') format('woff'),
        url('../fonts/AGaramondPro-Bold.ttf') format('truetype'),
        url('../fonts/AGaramondPro-Bold.svg#AGaramondPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "yesterday";
    src: url("../fonts/yesterday.eot");
    src: url("../fonts/yesterday.eot?#iefix") format("embedded-opentype"),
        url("../fonts/yesterday.otf") format("opentype"),
        url("../fonts/yesterday.svg") format("svg"),
        url("../fonts/yesterday.ttf") format("truetype"),
        url("../fonts/yesterday.woff") format("woff"),
        url("../fonts/yesterday.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

* {
    outline: none !important;
    list-style: none;
    box-sizing: border-box;
}

html body {
    font-family: 'AdobeGaramondPro', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.form_wrap form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.form_wrap form input:-webkit-autofill {
    appearance: none !important;
    background-image: none !important;
}

.wpcf7-form .dtx_email input[name="dtx_email"] {
    display: none !important;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

*::-moz-selection {
    color: #fff;
    background: #c0ae9d;
}

*::-webkit-selection {
    color: #fff;
    background: #c0ae9d;
}

body *::-webkit-input-placeholder {
    color: #595959;
    opacity: 1;
}

body *:-moz-placeholder {
    color: #595959;
    opacity: 1;
}

body *::-moz-placeholder {
    color: #595959;
    opacity: 1;
}

body *:-ms-input-placeholder {
    color: #595959;
    opacity: 1;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    box-sizing: border-box;
}

body a {
    font-family: 'AdobeGaramondPro', sans-serif;
    outline: none;
    color: #555;
    line-height: normal;
}

body a:hover {
    color: #c0ae9d;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'AdobeGaramondPro', sans-serif;
    line-height: 120%;
    color: #333;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

body p {
    color: #2F2F2F;
    font-family: 'AdobeGaramondPro', sans-serif;
    font-size: 17px;
    line-height: 144%;
    margin: 0 0 10px;
    padding: 0;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

html.no-scroll {
    overflow: hidden;
}

html.no-scroll body {
    overflow: hidden;
    height: 100%;
}

input:-internal-autofill-selected,
input:-webkit-autofill {
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
}

html body input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
html body select,
html body#neve_body textarea {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0;
    color: #595959;
    font-size: 20px;
    height: 58px;
    padding: 0 25px;
    width: 100%;
    display: block;
    margin: 0;
    font-family: 'Adobe Garamond Pro';
    outline: none !important;
    box-shadow: none !important;
    text-transform: none;
}

html body input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]).input-error,
html body .woocommerce-invalid-required-field input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
html body input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]).has-error,
html body input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]).input--error,
html body input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]).wpcf7-not-valid,
html body input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]).error,
html body select.input-error,
html body#neve_body textarea.input-error,
html body select.wpcf7-not-valid,
html body#neve_body textarea.wpcf7-not-valid {
    border-color: #ff0000;
}

.error-msg,
.woocommerce form.checkout_coupon .coupon-error-notice {
    color: #ff0000;
    text-transform: none;
}

.woocommerce form.checkout_coupon .coupon-error-notice {
    margin-top: 0;
    font-size: 16px;
}

body select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background-image: none;
    cursor: pointer;
    padding-right: 40px !important;
    text-transform: capitalize;
}

form select::-ms-expand {
    display: none;
}

html body#neve_body textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
}

.single-product main#content div.product>div:not(:first-child),
body .container,
.elementor-container {
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.woocommerce-cart .woocommerce,
body.woocommerce-account .nv-content-wrap,
.woocommerce-checkout main#content {
    padding-top: 89px;
    padding-bottom: 60px;
}

.section-gapping {
    padding-top: 240px;
    padding-bottom: 60px;
}

.cart-section.section-gapping {
    padding: 0;
}

/**********************************/
header.header {
    background: rgba(47, 47, 47, 0.80);
    padding: 20px 0 13px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 99;
    transition: all 0.5s ease 0s;
}

header.header.sticky {
    background: rgba(47, 47, 47, 0.95);
}

.main-logo .elementor-widget-site-logo {
    max-width: 240px !important;
    transition: all 0.5s ease 0s;
    margin: 0 auto;
}

header.header.sticky .main-logo .elementor-widget-site-logo {
    max-width: 200px !important;
}

header.header .hfe-nav-menu__layout-horizontal {
    width: auto !important;
}

.header-bottom .e-con-inner>.elementor-element:first-child,
.header-bottom .e-con-inner>.elementor-element:last-child {
    width: 300px;
    flex: none;
}

.address-wrap,
.header .account-wrap ul.hfe-nav-menu li .hfe-menu-item {
    line-height: 120%;
    letter-spacing: -0.40px;
    font-size: 18px;
    position: relative;
    font-family: 'Garamond';
}

.address-wrap::before,
.header .account-wrap ul.hfe-nav-menu li .hfe-menu-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    background-image: url(../images/sprite.png);
    background-color: transparent !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 40px;
    width: 27px;
    margin: 0 auto;
    opacity: 1 !important;
}

.header .account-wrap ul.hfe-nav-menu li:nth-child(1) .hfe-menu-item::before {
    background-position: 0px -62px;
    width: 33px;
    height: 33px;
}

.header .account-wrap ul.hfe-nav-menu li:nth-child(2) .hfe-menu-item::before {
    background-position: 0px -121px;
    width: 33px;
    height: 34px;
}

.header .account-wrap ul.hfe-nav-menu li:nth-child(3) .hfe-menu-item::before {
    background-position: 0px -180px;
    width: 43px;
    height: 38px;
}

.address-wrap a {
    display: table;
    margin: 0 auto;
}

.account-wrap .hfe-nav-menu ul.hfe-nav-menu {
    flex-wrap: nowrap;
}

.account-wrap .hfe-nav-menu ul.hfe-nav-menu::before,
.account-wrap .hfe-nav-menu ul.hfe-nav-menu::after {
    display: none;
}

header.header .hfe-nav-menu ul.hfe-nav-menu a {
    font-family: 'Garamond';
}

header.header .hfe-nav-menu ul.hfe-nav-menu a .sub-arrow .fa {
    display: none;
}

header.header .hfe-nav-menu ul.hfe-nav-menu a .sub-arrow {
    position: relative;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

header.header .hfe-nav-menu ul.hfe-nav-menu a .sub-arrow::before {
    position: absolute;
    content: "";
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    width: 0;
    height: 0;
}

header.header .hfe-nav-menu ul.hfe-nav-menu a:hover .sub-arrow::before,
header.header .hfe-nav-menu ul.hfe-nav-menu .current-menu-parent a .sub-arrow::before {
    border-top-color: #C0AE9D;
}

.account-wrap .hfe-nav-menu ul.hfe-nav-menu a.hfe-menu-item {
    text-align: center;
    justify-content: center;
}

.menu-item .cart-count {
    position: absolute;
    background-color: #fff;
    border-radius: 50px;
    padding: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -50px;
    left: calc(50% + 15px);
    font-size: 14px;
    line-height: 1;
    transform: translateX(-50%);
}

header.header .hfe-nav-menu ul.hfe-nav-menu ul.sub-menu {
    padding: 0 15px;
}

header.header .hfe-nav-menu ul.hfe-nav-menu ul.sub-menu::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 20px;
    background: transparent;
    left: 14px;
    right: 0px;
    top: -10px;
    bottom: 0;
    border-top: 0;
    border-style: solid;
    border-width: 0 12px 10px;
    border-color: #fff transparent;
}

header.header .hfe-nav-menu ul.hfe-nav-menu ul.sub-menu::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 20px;
    border-top: 0;
    border-bottom: 9px solid rgba(47, 47, 47, 0.95);
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    top: -9px;
    right: auto;
    left: 14px;
    background: transparent !important;
}

.main-header .search-box {
    width: 100%;
    margin: 13px auto 0;
    display: none;
    position: absolute;
    top: 100%;
    padding: 0 15px 15px;
    background: rgba(47, 47, 47, 0.80);
    transition: all 0.5s ease 0s;
}

header.header.sticky .main-header .search-box {
    background: rgba(47, 47, 47, 0.95);
}

.main-header .search-box .elementor-widget-container {
    max-width: 665px;
    margin: 0 auto;
    width: 100%;
}

.hfe-search-icon-toggle {
    position: relative;
}

.main-header .search-box input.hfe-search-form__input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    padding: 0 45px 0 15px !important;
    color: #595959;
    width: 100% !important;
    position: relative;
}

.main-header .search-box .hfe-search-button-wrapper .hfe-search-icon-toggle .fa-search {
    width: 58px !important;
    height: 58px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 0;
    position: absolute;
    top: 0;
    font-size: 34px;
}

.main-header .search-box .hfe-search-button-wrapper .hfe-search-icon-toggle .fa-search::before {
    font-size: inherit !important;
}

.newsletter-main-form .input-group {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 18px;
}

.newsletter-main-form .submit {
    position: relative;
    text-align: right;
    display: block;
}

.newsletter-main-form .submit input[type="submit"] {
    float: none;
    background: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    color: #595959;
    padding: 0 25px;
    line-height: 58px;
    height: 58px;
    cursor: pointer;
    min-width: 260px;
    transition: all 0.5s ease 0s;
    border-radius: 0;
    font-family: 'Adobe Garamond Pro';
    font-weight: normal;
}

.newsletter-main-form .submit input[type="submit"]:hover {
    background: #c0ae9d;
    color: #fff;
}

.newsletter-main-form .submit .wpcf7-spinner {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.copy-right ul {
    padding: 0;
    line-height: normal;
}

.copy-right ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border-right: 2px solid #fff;
    line-height: 120%;
    font-size: 19px;
}

.copy-right ul li:last-child {
    border: none;
    padding-right: 0px;
}

#scroll-to-top {
    height: 50px;
    width: 50px;
    background: #c0ae9d;
    position: fixed;
    z-index: 9;
    top: auto;
    right: 30px;
    left: auto;
    bottom: 60px;
    border-radius: 100%;
    font-family: fontawesome;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
}

#scroll-to-top:hover {
    background: #705e4d;
    cursor: pointer;
}

.section-title .elementor-heading-title {
    position: relative;
    line-height: 220% !important;
}

.section-title.two-title .elementor-heading-title span {
    font-family: 'yesterday', sans-serif;
    font-size: 138px;
    position: absolute;
    left: 0;
    right: -311px;
    margin: 0 auto;
    top: 29px;
    bottom: auto;
    letter-spacing: -4px;
}

.about-our-jewellery-section .section-title.two-title .elementor-heading-title span {
    right: -423px;
    top: 31px;
}

.tab-section .e-n-tabs-heading {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tab-section .e-n-tabs-heading button.e-n-tab-title {
    border: 3px solid #000;
    margin: 0 !important;
    padding: 2px;
    background-color: transparent !important;
    box-shadow: none;
}

.tab-section .e-n-tabs-heading button.e-n-tab-title .e-n-tab-title-text {
    color: #000;
    line-height: 120%;
    text-align: center;
    padding: 23px 20px;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'AdobeGaramondPro', sans-serif;
    font-weight: normal;
    height: 100%;
    transition: all 0.5s ease 0s;
}

/* .tab-section .e-n-tabs-heading button.e-n-tab-title:hover .e-n-tab-title-text,
.tab-section .e-n-tabs-heading button.e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    background: #595959;
    color: #fff;
} */
#neve_body .main-banner .flex-control-nav li a {
    height: 32px;
    width: 32px;
    background: #646265 !important;
    border: 5px solid #646265 !important;
    padding: 5px;
    margin: 0;
    border-radius: 50px;
    position: relative;
    box-shadow: 0 0 1px 1px #bdb6b2 !important;
}

#neve_body .main-banner .flex-control-nav li:not(:last-child) a {
    margin-right: 28px;
}

#neve_body .main-banner .flex-control-nav li a:hover,
#neve_body .main-banner .flex-control-nav li a.flex-active {
    background: #fff !important;
}

#neve_body .main-banner .metaslider .flexslider .slides .caption-wrap {
    top: 55%;
    bottom: auto;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    opacity: 1;
}

#neve_body .main-banner .metaslider .flexslider .slides .caption-wrap .caption {
    background: rgba(255, 255, 255, 0.80);
    text-align: center;
    display: inline-block;
    padding: 29px 77px 24px;
    font-size: 30px;
    line-height: 120%;
    color: #515353;
    font-family: 'Garamond', sans-serif;
    font-weight: normal;
}

.main-banner .flex-direction-nav {
    display: none;
}

#neve_body .main-banner .metaslider .flex-control-nav {
    bottom: 30px;
    margin: 0;
}

.main-banner ul.slides li img {
    object-fit: cover;
}

.wpcu-product__content {
    position: relative;
    overflow: hidden;
}

.wpcu-product__content .wpcu-product__img {
    margin: 0;
    height: 265px;
}

.wpcu-product__content .wpcu-product__img a {
    width: 100%;
    height: 100%;
    display: block;
}

.wpcu-product__content .wpcu-product__img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wpcu-product__img .yith-add-to-wishlist-button-block {
    margin: 0;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
}

.wpcu-product__img .yith-add-to-wishlist-button-block a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcu-product__img .yith-add-to-wishlist-button-block svg {
    color: #fff !important;
}

.wpcu-product__img .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button--added svg {
    fill: red !important;
    color: red !important;
}

.wpcu-product__img .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.wpcu-product__content .wpcu-product__details {
    top: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: #595959;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.wpcu-product__content:hover .wpcu-product__details {
    top: 0;
    opacity: 1;
}

.wpcu-product__content .wpcu-product__details .wpcu-product__title {
    padding: 0;
    margin-bottom: 15px !important;
}

.wpcu-product__content .wpcu-product__details .wpcu-product__title a {
    padding: 0;
    text-align: center;
    font-size: 24px;
    line-height: 86% !important;
    color: #fff !important;
}

.wpcu-product__content .wpcu-product__details .wpcu-product__price {
    padding: 0;
    margin-bottom: 40px;
}

.wpcu-product__content .wpcu-product__details .wpcu-product__price .amount {
    font-size: 30px;
    color: #fff !important;
    font-family: 'AdobeGaramondPro', sans-serif;
}

.wpcu-product__details .wpcu-overlay-content-bottom .add_to_cart_button {
    display: inline-flex !important;
    font-size: 14px;
    line-height: 37px !important;
    border: 1px solid #ffffff !important;
    padding: 0 30px !important;
    color: #ffffff !important;
    background-color: transparent !important;
    border-radius: 0;
    font-family: 'AdobeGaramondPro', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.wpcu-product__details .wpcu-overlay-content-bottom .add_to_cart_button:hover {
    color: #c0ae9d !important;
    border-color: #c0ae9d !important;
}

body .wpcu-carousel-nav__btn:hover {
    border-color: #c0ae9d !important;
    background: #c0ae9d !important;
}

body.search,
html body.error404,
.single-product main#content,
body#neve_body.woocommerce-checkout {
    padding-top: 174px;
}

#neve_body .wpcf7-not-valid-tip {
    color: #ff0000;
}

#neve_body .wpcf7 form .wpcf7-response-output {
    background-color: #fff;
    border: 1px solid #ff0000;
    color: #ff0000;
    text-align: center;
    padding: 5px;
    margin: 15px 0 0;
    line-height: normal;
    font-weight: 500;
}

#neve_body .wpcf7 form.sent .wpcf7-response-output {
    color: green;
    border-color: green;
}

.who-we-are-section p {
    font-family: 'Garamond', sans-serif;
    font-size: 20px;
    color: #393939;
    text-align: center;
}

.who-we-are-section .quotes {
    text-align: center;
    font-size: 24px;
    color: #393939;
    line-height: 130%;
    font-family: 'Garamond', sans-serif;
    max-width: 645px;
    margin: 7px auto 36px;
    display: block;
}

.who-we-are-section .quotes span {
    display: block;
    text-align: right;
    line-height: 120%;
}

.content-left>div:not(:last-child) {
    color: #fff;
}

.aboutus-tabs-section p,
.content-left p,
.content-right p,
.aboutus-tabs-section a {
    font-family: 'Garamond', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 120%;
}

.content-left p,
.content-right p {
    margin-bottom: 20px;
}

.content-left>div:not(:last-child) {
    margin: 0 0 40px 0;
}

.office-no .no1,
.office-email a,
.address-text a {
    font-family: 'Garamond', sans-serif;
    font-size: 23px;
    color: #fff;
    line-height: 120%;
}

.office-no .no1 a {
    color: #fff;
    padding: 0 6px;
}

.office-no .no1 a:hover,
.office-email a:hover,
.address-text a:hover {
    color: #c0ae9d;
}

.address-text .store-name,
.address-text>p {
    margin: 0 0 24px 0 !important;
}

.address-text .appointment {
    font-size: 19px !important;
}

.address-text p {
    font-size: 21px !important;
}

.container.shop-container {
    max-width: 100%;
    padding: 0;
}

.container.shop-container .row {
    margin: 0;
    display: block;
}

.address-map .map-wrap iframe {
    height: 370px;
    width: 100%;
}

.address-text {
    margin-top: auto;
    text-align: right;
}

.custom-select form {
    position: relative;
}

.custom-select form select.orderby {
    background-image: url("../images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: 95% 11px;
    background-size: 24px auto;
    border: 2px solid #000;
    font-size: 16px;
    color: #000;
    padding: 0 65px 0 15px !important;
    min-width: 260px;
    height: 45px;
    line-height: 41px;
}

.custom-select form::before {
    content: "";
    position: absolute;
    top: 0;
    right: 51px;
    width: 2px;
    height: 45px;
    border-left: 2px solid #000;
    background-size: 25px auto;
    pointer-events: none;
}

.grid ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin: 0;
}

.woocommerce ul.products li.product .button.add_to_cart_button {
    display: none;
}

.grid ul.products::after,
.grid ul.products::before {
    display: none;
}

.related ul.products li.product,
.grid ul.products .product-image {
    position: relative;
    overflow: hidden;
    max-height: 268px;
    background-color: #ddd;
}

.grid ul.products .product-image a {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.related ul.products li.product img {
    margin: 0;
}

.related ul.products li.product .woocommerce-loop-product__title,
.related ul.products li.product .price {
    display: none;
}

.grid ul.products .product-image a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.related ul.products li.product::before,
.grid ul.products .product-image::before {
    position: absolute;
    content: "";
    height: auto;
    width: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(25, 25, 25, 0.50);
    z-index: 9;
    transform: scaleY(0);
    transition: 0.5s all;
    transform-origin: bottom;
}

.related ul.products li.product:hover::before,
.grid ul.products .product-item:hover .product-image::before {
    transform: scaleY(1);
}

.related ul.products li.product .button.see-details-btn,
.grid ul.products .product-item .detail-btn {
    position: absolute;
    bottom: 0%;
    text-align: center;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9;
    transition: 0.5s all;
    transform: translateY(100%);
}

.related ul.products li.product:hover .button.see-details-btn,
.grid ul.products .product-item:hover .detail-btn {
    transform: translateY(50%);
    bottom: 50%;
}

.related ul.products li.product .button.see-details-btn,
.grid ul.products .product-item .detail-btn a {
    font-size: 30px;
    color: #fff;
    border: 3px solid;
    padding: 22px 15px;
    font-family: 'Garamond', sans-serif;
    width: auto;
    height: auto;
    max-width: max-content;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 0;
}

.related ul.products li.product .button.see-details-btn:hover,
.grid ul.products .product-item .detail-btn a:hover {
    color: #c0ae9d;
}

.nv-card-content-wrapper .yith-add-to-wishlist-button-block {
    display: none;
}

.grid ul.products .wishlist {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 0;
    height: 35px;
    width: 30px;
    line-height: 35px;
    z-index: 9;
}

.grid ul.products .wishlist:hover {
    opacity: 0.5;
}

.grid ul.products .wishlist a {
    display: block;
}

.grid ul.products .product-image a>span {
    display: none;
}

.grid ul.products .product-image a svg {
    fill: #FFF;
    color: #FFF;
}

.grid ul.products .product-image a.yith-wcwl-add-to-wishlist-button--added svg {
    fill: red;
    color: red;
}

.grid ul.products .product-detail {
    padding: 15px 10px;
}

.grid ul.products .pro-price,
.grid ul.products .pro-title a,
.grid ul.products .pro-carti {
    font-size: 20px;
    color: #000;
    line-height: normal;
}

.grid ul.products .pro-carti {
    text-transform: uppercase;
}

.grid ul.products .pro-title a:hover {
    color: #999;
}

.grid ul.products .pro-code {
    font-size: 20px;
    color: #404040;
}

.single-product main#content .nv-shop {
    margin: 0;
    padding: 0;
}

.single-product main#content .border-title {
    border: 1px solid #000;
    border-left: 0;
    border-right: 0;
    box-shadow: 0px 0px 2px 2px #b2b2b2;
    z-index: 9;
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.single-product main#content .border-title h2 {
    line-height: 222%;
    font-size: 30px;
    padding: 14px 0;
    font-weight: normal;
}

.single-product .nv-single-product-top {
    padding: 87px 0 60px;
    flex-direction: row;
    gap: 40px;
}

.single-product .nv-bc-count-wrap {
    display: none;
}

.single-product main#content .summary.entry-summary {
    text-align: right;
    color: #323232;
    font-family: 'Garamond', sans-serif;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.single-product main#content .summary.entry-summary .product_title {
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.20px;
    margin: 0 0 30px;
    color: #323232;
    font-weight: 400;
}

.single-product main#content .summary.entry-summary .product-info,
.single-product main#content .summary.entry-summary .product-info p,
.single-product main#content .summary.entry-summary .woocommerce-product-details__short-description p {
    font-size: 21px;
    line-height: 120%;
    margin: 0 0 25px;
    font-family: 'Garamond', sans-serif;
}

.single-product main#content .summary.entry-summary .woocommerce-product-details__short-description,
.single-product main#content .summary.entry-summary .product-certi-info {
    padding: 28px 0;
    border: 3px solid #323232;
    border-left: 0;
    border-right: 0;
    margin: 0 0 80px;
}

.single-product main#content .summary.entry-summary .woocommerce-product-details__short-description p {
    margin-bottom: 0 !important;
}

.single-product main#content .summary.entry-summary .product_meta {
    display: none;
}

.single-product main#content .summary.entry-summary .price {
    font-size: 34px;
    line-height: 120%;
    letter-spacing: 0.20px;
    margin: 0 0 50px;
}

.single-product main#content .summary.entry-summary form.cart {
    border: none;
    padding: 0;
    justify-content: end;
    width: 100%;
}

.woocommerce div.product form.cart div.quantity,
.single-product main#content .summary.entry-summary .product-certi-info p {
    margin: 0;
}

.product-detail-wrap .right-content .button-wrap {
    max-width: 350px;
    float: right;
    width: 330px;
}

.single-product main#content .product-accordion {
    max-width: 100% !important;
    padding: 60px 0 !important;
    background: #585959;
    display: table;
}

.product-accordion .accordion-item {
    border-top: 1px solid #b5b6b6;
}

.product-accordion .accordion-item:last-child {
    border-bottom: 1px solid #b5b6b6;
}

.product-accordion .accordion-item button {
    background-color: #585959;
    cursor: pointer;
    padding: 33px 15px;
    width: 100%;
    text-align: left;
    transition: 0.5s all;
    font-weight: normal;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Garamond', sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 120%;
    float: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.accordion-icon svg {
    stroke-width: 4px;
}

.accordion-content .container,
.product-accordion .elementor-shortcode .container {
    padding: 0;
}

.contactus-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.product-accordion .contactus-row .content-left {
    width: 42.2%;
}

.product-certi-info {
    display: none;
}

.product-accordion .contactus-row .content-right {
    width: 55.2%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

main#content div.product-accordion .accordion-item p {
    color: #fff;
    font-size: 20px;
}

main#content div.product-accordion .accordion-item a:hover {
    color: #c0ae9d;
}

main#content div.product-accordion .accordion-item .desc-item p {
    font-size: 19px;
    color: #fff;
}

section.related.products.category-product.product-detail-lastsec {
    padding-bottom: 60px;
    padding-top: 60px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-look {
    padding: 0;
    position: relative;
    height: 950px;
    overflow: hidden;
}

.section-look .banner-img-wrap,
.section-look .banner-img-wrap * {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-look .look-content-wrap {
    background: rgba(255, 255, 255, 0.80);
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 40px 77px 40px;
    font-size: 35.67px;
    line-height: 120%;
    color: #515353;
    font-weight: normal;
    font-family: 'Garamond', sans-serif;
}

.section-look .section-look-content {
    position: absolute;
    top: auto;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 47%;
}

.section-look .look-content-wrap .look-title {
    font-size: 24px;
    font-weight: normal;
    padding: 0 0 15px 0;
    margin: 0 0 18px 0;
    border-bottom: 2px solid #090909;
    font-family: 'Garamond', sans-serif;
    color: #000;
}

.section-look .look-content-wrap p {
    text-align: center;
    font-size: 22px;
    line-height: 120%;
    color: #000;
    font-family: 'Garamond', sans-serif;
}

.woocommerce .related ul.products li.product {
    margin: 0;
    width: auto;
}

.woocommerce .related ul.products li.product .button.see-details-btn {
    background: transparent;
}

.aboutus-tabs-section .e-n-accordion .e-n-accordion-item::before {
    content: "";
    position: absolute;
    left: -250%;
    right: -250%;
    margin: auto;
    bottom: 0;
    background-color: #b5b6b6;
    height: 1px;
    width: auto;
}

.aboutus-tabs-section .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    box-shadow: none !important;
}

.accordion-item .accordion-content {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    padding-bottom: 55px;
}

.accordion-content .product-desc-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.accordion-content .product-desc-grid .desc-item h4 {
    color: #fff;
    font-size: 19px;
    margin: 0 0 22px 0;
    font-weight: normal;
}

.single-product main#content .summary.entry-summary .yith-add-to-wishlist-button-block {
    display: none;
}

.single-product main#content .summary.entry-summary form.cart .cart-wishlist-wrapper .yith-add-to-wishlist-button-block {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}

.single-product main#content .summary.entry-summary form.cart .cart-wishlist-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 330px;
}

.woocommerce div.product form.cart .button,
.single-product main#content .summary.entry-summary .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
    float: none;
    font-family: 'Garamond', sans-serif;
    font-size: 23px;
    line-height: 60px !important;
    text-align: center;
    border: 4px solid #323232;
    color: #323232;
    margin: 0;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    border-radius: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.woocommerce div.product form.cart .button:hover,
.single-product main#content .summary.entry-summary .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover {
    background: #c0ae9d;
    color: #fff;
}

.single-product main#content .summary.entry-summary .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button svg {
    display: none;
}

.single-product main#content .product .nv-single-product-top .woocommerce-product-gallery {
    margin-bottom: 0;
    flex: none;
    width: 50%;
}

.product_meta .sku_wrapper {
    display: none;
}

.nv-card-content-wrapper .yith-wcwl-add-to-wishlist-button {
    padding: 0;
    left: auto;
    bottom: 0;
    top: auto;
    right: 0;
}

.nv-card-content-wrapper .yith-wcwl-add-to-wishlist-button svg {
    color: #fff !important;
}

.nv-card-content-wrapper .yith-wcwl-add-to-wishlist-button:hover svg {
    color: #c0ae9d !important;
}

.container.single-page-container {
    max-width: 100%;
    padding: 0;
}

.container.single-page-container .row {
    margin: 0;
}

.container.single-page-container .row .col {
    padding: 0;
    margin: 0;
}

body.woocommerce-account .container.single-page-container {
    padding: 0 15px;
}

#neve_body.woocommerce-cart .main-banner .metaslider .flexslider .slides .caption-wrap {
    max-width: 920px;
}

.container.single-page-container .nv-single-page-wrap .nv-page-title-wrap {
    display: none;
}

body .metaslider .flexslider {
    margin: 0;
}

#neve_body.woocommerce-cart .main-banner .metaslider .flexslider .slides .caption-wrap .caption h4 {
    font-size: 30px;
    font-weight: normal;
    color: #515353;
    line-height: 120%;
    margin: 0 0 18px 0;
    text-shadow: 0 0;
}

#neve_body.woocommerce-cart .main-banner .metaslider .flexslider .slides .caption-wrap .caption {
    text-align: center;
    font-size: 18px;
    color: #515353;
    line-height: 120%;
    text-shadow: 0 0;
}

.cart-section .content-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.content-wrap .left-content {
    flex: none;
    width: 100%;
    max-width: 700px;
}

.content-wrap .right-content {
    flex: 1 1 0;
}

.cart-section .right-content .cart-wrap {
    padding: 35px 20px 0;
    border: 2px solid #000000;
    color: #000;
}

.cart-section .right-content .title-wrap {
    margin: -6px 0 35px 0;
    display: inline-block;
    width: 100%;
}

.cart-section .right-content .title-wrap h2 {
    font-family: 'Garamond', sans-serif;
    font-size: 28px;
    color: #000;
    font-weight: normal;
    border-bottom: 3px solid #000;
    float: left;
    line-height: 110%;
    margin: 0;
}

.cart-section .right-content .title-wrap .cart-total-item {
    float: right;
    padding-top: 9px;
    font-size: 17px;
    line-height: 120%;
}

.cart-product-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cart-product-list-wrap .cart-div-wrap {
    display: flex;
    flex-wrap: nowrap;
    min-height: 136px;
    position: relative;
}

.cart-section .right-content .cart-div-wrap .cart-product-img-wrap {
    height: 136px;
    width: 136px;
    position: relative;
    margin-right: 3%;
    background: #efefef;
}

.cart-section .right-content .cart-product-content-wrap {
    font-size: 0;
    width: 50%;
    padding-bottom: 45px;
}

.cart-section .right-content .cart-product-price {
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-section .cart-div-wrap .cart-product-img-wrap img,
.order-detail-wrap .order-detail-list .product-img-wrap img {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.cart-section .cart-wrap a,
.cart-section .cart-wrap p {
    color: #000;
    font-family: 'Garamond', sans-serif;
}

.cart-section .cart-product-content-wrap .cart-product-title,
.cart-section .product-content-wrap .product-title,
.cart-section .tabs-content .product-content-wrap .saved-on,
.cart-section .tabs-content .product-content-wrap .price {
    font-size: 18px;
    line-height: 120%;
    display: block;
    color: #000;
}

.cart-section .cart-product-content-wrap .cart-product-title:hover,
.cart-section .product-content-wrap .product-title:hover {
    color: #c0ae9d;
}

.cart-section .cart-product-content-wrap .category-style {
    font-size: 16px;
    letter-spacing: 0.40px;
    line-height: 120%;
    text-transform: uppercase;
}

.cart-section .cart-product-content-wrap .btn-wrap,
.cart-section .product-content-wrap .btn-wrap {
    position: absolute;
    top: auto;
    bottom: 0;
    display: flex;
    gap: 7px;
}

.cart-section .cart-product-content-wrap .btn-wrap a,
.cart-section .product-content-wrap .btn-wrap a,
.saved-item-details .move-to-cart-btn,
.cart-section .cart-product-content-wrap .btn-wrap .save-for-later-btn {
    font-size: 16px;
    line-height: 34px;
    padding: 0 5px;
    color: #000;
    font-weight: normal;
    font-family: 'Garamond', sans-serif;
    border: 2px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
}

.cart-section .cart-product-content-wrap .btn-wrap a:hover,
.cart-section .product-content-wrap .btn-wrap a:hover,
.saved-item-details .move-to-cart-btn:hover,
.cart-section .cart-product-content-wrap .btn-wrap .save-for-later-btn:hover {
    background: #c0ae9d;
    color: #fff;
}

.cart-section .right-content .cart-product-price .price,
.saved-item-details .save-price {
    color: #000;
    font-size: 30px;
    font-family: 'Garamond', sans-serif;
    letter-spacing: 0.10px;
    line-height: 120%;
}

.woocommerce-notices-wrapper:empty {
    display: none;
}

.woocommerce-notices-wrapper {
    margin: 20px 0 0;
}

body .woocommerce .woocommerce-message,
body.woocommerce-page .woocommerce-message,
body .woocommerce .woocommerce-info,
body.woocommerce-page .woocommerce-info {
    border-radius: 0;
    background: transparent;
    border: 1px solid #ddd;
    color: #000;
    margin-bottom: 10px;
    box-shadow: none;
    padding: 10px;
}

body .woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-error {
    border-radius: 0;
    background: #fff;
    border: 1px solid #ff0000;
    color: #ff0000;
    padding: 10px;
}

body .woocommerce .woocommerce-message::before,
body.woocommerce-page .woocommerce-message::before,
body .woocommerce .woocommerce-info::before,
body.woocommerce-page .woocommerce-info::before,
body .woocommerce .woocommerce-error::before,
body.woocommerce-page .woocommerce-error::before {
    display: none;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
    background-color: #c0ae9d;
    border-color: #000;
}

.return-to-shop,
.saved-items h2 {
    text-align: center;
}

.woocommerce .return-to-shop .button {
    border: 2px solid #000;
    border-radius: 0;
    background-color: transparent;
    color: #000;
    font-family: 'Garamond', sans-serif;
    font-size: 16px;
    line-height: 45px;
    padding: 0 15px;
}

.woocommerce .return-to-shop .button:hover {
    background-color: #c0ae9d;
    border-color: #000;
    color: #fff;
}

.cart-section>.container {
    padding: 0;
}

.cart-section .right-content .cart-viewmore-btn {
    padding: 0;
    margin: 10px 0 0 0;
}

.cart-section #cart-viewmore-btn,
.cart-section .tab3-viewmore-btn a {
    display: block;
    text-align: center;
    font-size: 0;
    position: relative;
}

.cart-section #cart-viewmore-btn::before,
.cart-section .tab3-viewmore-btn a::before {
    position: absolute;
    content: "";
    height: 50px;
    width: 125px;
    background: url("../images/sprite-arrow.png") no-repeat;
    background-position: 0 -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
    bottom: auto;
    transition: 0.5s all;
}

.cart-section #cart-viewmore-btn.reverse-arrow::before,
.cart-section .reverse-arrow .tab3-viewmore-btn a::before,
.cart-section .right-content .cart-viewmore-btn.reverse-arrow a::before {
    transform: rotate(180deg);
}

.cart-section .right-content .order-summary-wrap {
    margin: 75px -20px 0;
    background: #585959;
    padding: 20px 25px 30px;
    color: #fff;
}

.cart-section .right-content .order-summary-wrap .order-title {
    font-size: 22px;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #fff;
    margin: 0 0 24px 0;
}

.cart-section .right-content .order-summary-wrap .cart-sub-total-wrap {
    margin-bottom: 30px;
}

.cart-section .right-content .cart-sub-total-wrap .sub-total-li {
    margin-bottom: 13px;
}

.cart-sub-total-wrap .total-ul {
    margin: 0;
    padding: 0;
}

.order-summary-wrap .cart-gst,
.cart-sub-total-wrap .total-ul li,
.cart-section .order-summary-wrap .cart-main-total {
    display: flex;
    justify-content: space-between;
}

.cart-section .right-content .order-summary-wrap .cart-sub-total-wrap li span {
    font-size: 18px;
    line-height: 120%;
}

.cart-section .right-content .order-summary-wrap b {
    font-weight: normal;
}

.cart-section .order-summary-wrap .cart-main-total {
    margin: 0 0 15px;
}

.cart-section .order-summary-wrap .cart-main-total span {
    font-size: 26px;
    line-height: 120%;
}

.cart-section .order-summary-wrap .checkout-btn-wrap {
    margin: 40px 0 10px;
}

.cart-section .order-summary-wrap .checkout-btn-wrap a {
    display: block;
    text-align: center;
    line-height: 50px;
    background: #fff;
    font-size: 23px;
}

.cart-section .order-summary-wrap .checkout-btn-wrap a:hover {
    background: #c0ae9d;
    color: #fff;
}

.left-content .account-tabs .tabs-nav {
    padding: 0;
    font-size: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -10px;
}

.left-content .account-tabs .tabs-nav li {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    font-size: 20px;
    color: #C5C3C3;
    font-family: 'Garamond', sans-serif;
    text-align: center;
    line-height: 120%;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}

.left-content .account-tabs .tabs-nav li:hover,
.left-content .account-tabs .tabs-nav li.active {
    color: #000;
}

.left-content .account-tabs .tabs-nav li strong {
    font-weight: normal;
    position: relative;
    display: block;
    line-height: 150%;
}

.left-content .account-tabs .tabs-nav li strong::before {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background: #c6c4c3;
    transition: 0.5s all;
}

.left-content .account-tabs .tabs-nav li:hover strong::before,
.left-content .account-tabs .tabs-nav li.active strong::before {
    background: #000;
}

.left-content .account-tabs .tabs-nav li span {
    font-size: 17px;
    display: block;
    margin: 10px 0 0;
}

.tabs-content p {
    font-size: 20px;
}

.cart-section .account-tabs .left-product-list {
    margin: 35px auto 35px;
    max-width: 80%;
    display: block;
    border: 3px solid #000;
    padding: 25px 15px;
}

#recommended .left-product-list {
    margin-left: auto;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 80px;
}

#orders .left-product-list {
    max-width: 100%;
    border: 0;
    padding: 0;
}

.left-product-list .left-product-main-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cart-section .account-tabs .left-product-list .product-div-wrap {
    display: flex;
    flex-wrap: nowrap;
    font-family: 'Garamond', sans-serif;
    color: #000;
    position: relative;
    gap: 15px;
}

.cart-section .account-tabs .product-div-wrap .product-img-wrap {
    height: 132px;
    width: 132px;
    position: relative;
}

.cart-section .account-tabs .left-product-list .product-div-wrap .product-content-wrap {
    flex: 1 1 0;
    min-height: 132px;
    padding-bottom: 45px;
}

.wishlist-title-container {
    display: none;
}

.grid ul.products.tab3-products {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 15px;
}

.grid ul.products.tab3-products .product-item {
    margin: 0;
}

.cart-section .tab-wrapper .product-content-wrap .product-title>span {
    color: #323232;
    letter-spacing: -0.10px;
    transition: 0.5s all;
}

#orders .accordion-tab-title {
    background: #fff;
    border-top: 4px solid #000;
    padding: 25px 0;
    font-family: 'Garamond', sans-serif;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
}

#orders .accordion-tab-title .order-title {
    width: 38%;
    padding-right: 25px;
}

#orders .accordion-tab-title .middle-content {
    width: 32%;
    padding-right: 25px;
}

#orders .accordion-tab-title .order-detail {
    position: relative;
    padding-right: 40px;
    width: 32%;
}

#orders .accordion-tab-title.ui-state-active .view-order-title {
    display: none;
    transition: 0.5s all;
}

#orders .accordion-tab-title.ui-state-active .hide-order-title {
    display: block;
}

#orders .accordion-tab-title .order-detail::before,
#orders .accordion-tab-title .order-detail::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 15px;
    left: auto;
    bottom: 0;
    width: 13px;
    height: 3px;
    background-color: #000;
}

#orders .accordion-tab-title .order-detail::after {
    width: 3px;
    height: 13px;
    right: 20px;
}

#orders .accordion-tab-title.active-tab .order-detail::after {
    opacity: 0;
}

#orders .accordion-tab-title .middle-content p,
#orders .accordion-tab-title .order-detail p {
    font-size: 21px;
    line-height: 100%;
    margin: 0;
}

#orders p,
#orders span,
#orders b,
#orders h2,
#orders a {
    font-family: 'Garamond', sans-serif;
    color: #000;
}

#orders .accordion-tab-title .order-title .order-name {
    font-size: 30px;
    line-height: 120%;
    display: block;
}

#orders .accordion-tab-title .order-title .order-time {
    font-size: 16px;
    line-height: 120%;
}

#orders .panel-content {
    margin-left: 30px;
    padding: 8px 0 55px;
}

body.woocommerce-account {
    padding-top: 173px;
}

#orders .panel-content .update-track-wrap .title {
    font-size: 23px;
    line-height: 117%;
    margin-bottom: 20px;
}

#orders .update-track-wrap .order-list .content-inside {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 25px;
}

#orders .update-track-wrap .order-list .content-inside .date {
    width: 31%;
    padding-right: 20px;
}

#orders .update-track-wrap .order-list .content-inside>div p {
    font-size: 16px;
    line-height: 140%;
}

#orders .update-track-wrap .order-list .content-inside .update-middle {
    width: 22%;
    padding-right: 20px;
}

#orders .update-track-wrap .order-list .content-inside .order-description {
    width: 47%;
}

#orders #accordion .panel-content .view a {
    color: #000;
    border-bottom: 1px solid #000;
    line-height: 130%;
    margin-left: 5px;
}

#orders .order-detail-wrap h2 {
    font-size: 25px;
    font-weight: normal;
    line-height: 100%;
}

#orders .order-detail-wrap .order-detail-list {
    border: 1px solid #d8d8d8;
    padding: 25px 30px 25px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

#orders .order-detail-wrap .order-detail-list .product-img-wrap {
    height: 110px;
    width: 120px;
    position: relative;
    min-width: 120px;
}

#orders .order-detail-wrap .order-detail-list .detail-title {
    width: 65%;
}

#orders .order-detail-wrap .order-detail-list .cart-product-title,
#orders .order-detail-wrap .order-detail-list .product-price .final-price,
#orders .order-detail-wrap .order-detail-list .product-price .final-text {
    font-size: 18px;
    line-height: 100%;
}

#orders .order-detail-wrap .order-detail-list .cart-product-title:hover {
    color: #c0ae9d;
}

#orders .order-detail-wrap .order-detail-list .product-style {
    font-size: 16px;
    line-height: 120%;
    display: block;
}

#orders .order-detail-wrap .order-detail-list .product-price {
    width: auto;
    min-width: 300px;
}

#orders .order-detail-wrap .order-detail-list .product-price .price-list,
#orders .order-detail-wrap .order-detail-list .product-price .price-list li {
    margin: 0;
    padding: 0;
}

#orders .order-detail-wrap .order-detail-list .product-price .final-price {
    float: right;
    width: auto;
    text-align: right;
    min-width: 150px;
}

#orders .order-detail-wrap .order-detail-list .product-price .final-price b {
    font-weight: normal;
}

#orders .order-detail-wrap .order-detail-list .product-price .total-price {
    margin-top: 20px;
}

#orders .total-cost-wrap .cost-ul {
    margin: 0 0 15px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 0;
}

#orders .total-cost-wrap .cost-ul .cost-title {
    padding: 0;
    margin: 0;
}

#orders .total-cost-wrap .cost-ul li h2 {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 120%;
}

#orders .total-cost-wrap .cost-ul .cost-price {
    margin: 0;
}

#orders .total-cost-wrap .cost-ul li p {
    font-style: italic;
}

.delivery-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

#orders .delivery-wrap h2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 117%;
    font-weight: normal;
}

#orders .delivery-wrap p {
    font-size: 17px;
    line-height: 140%;
}

#orders #accordion .panel-content p {
    color: #000;
    margin-bottom: 0;
}

#orders .delivery-wrap .address {
    font-size: 17px;
    line-height: 140%;
    color: #000;
}

#orders .delivery-wrap .address a:hover {
    color: #c0ae9d;
}

body#neve_body .woocommerce .woocommerce-info a,
body#neve_body .woocommerce button.button,
body#neve_body .woocommerce-message a,
body#neve_body .woocommerce a.button,
.addresses .woocommerce-Address .edit {
    border: none;
    border-radius: 0;
    background-color: #595959;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Garamond';
    width: 100%;
}

body#neve_body .woocommerce .woocommerce-info a:hover,
body#neve_body .woocommerce-message a:hover,
body#neve_body .woocommerce button.button:hover,
body#neve_body .woocommerce a.button:hover,
.addresses .woocommerce-Address .edit:hover {
    background-color: #c0ae9d;
    color: #000;
}

body#neve_body .woocommerce .woocommerce-info a,
body#neve_body .woocommerce-message a,
body#neve_body .woocommerce a.button,
.addresses .woocommerce-Address .edit {
    width: auto;
    display: inline-flex;
    padding: 0 20px;
    line-height: normal;
    min-height: 50px;
    align-items: center;
    justify-content: center;
}

.login-container {
    text-align: center;
    margin-bottom: 15px;
}

body h2.my-heading,
.login-container .login-title {
    text-align: center;
    font-size: 44px;
    line-height: 180%;
    text-transform: uppercase;
    font-weight: 400;
}

.woocommerce form .form-row label {
    text-transform: uppercase;
    color: #000 !important;
}

.woocommerce form .form-row label .required {
    color: #ff0000;
}

body#neve_body .select2 .selection .select2-selection {
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 20px;
    padding-left: 25px;
}

body#neve_body .woocommerce-invalid-required-field .select2 .selection .select2-selection {
    border-color: #ff0000;
}

#add_payment_method .checkout .checkout-inline-error-message,
body.woocommerce-cart .checkout .checkout-inline-error-message,
body.woocommerce-checkout .checkout .checkout-inline-error-message {
    color: #ff0000;
    font-size: 16px;
    margin-bottom: 0;
}

body#neve_body .select2 .selection .select2-selection .select2-selection__rendered {
    color: #595959 !important;
    line-height: 36px;
    font-family: 'Adobe Garamond Pro';
}

body#neve_body .select2-container input.select2-search__field {
    height: 40px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #595959;
}

.woocommerce-page .select2-container.select2-container--open,
.woocommerce-page .select2-container [data-selected=true] {
    box-shadow: none !important;
}

body .select2-dropdown {
    border-color: #ddd;
}

body#neve_body input[type="checkbox"],
body#neve_body input[type="radio"] {
    opacity: 0;
    margin: 0 !important;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

body#neve_body input[type="checkbox"]+span,
body#neve_body input[type="radio"]+label {
    font-size: 20px;
    color: #000;
    position: relative;
    padding-left: 10px;
    text-transform: capitalize;
}

body#neve_body input[type="checkbox"]+span::before,
body#neve_body input[type="radio"]+label::before {
    content: "";
    position: absolute;
    left: -40px;
    background-color: #D9D9D9;
    border-radius: 4px;
    width: 35px;
    height: 35px;
}

body#neve_body input[type="checkbox"]+span::after {
    content: "";
    position: absolute;
    left: -35px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    width: 25px;
    height: 11px;
    rotate: -45deg;
    margin-top: 8px;
    opacity: 0;
    top: -2px;
}

body#neve_body .rememberme-wrap input[type="checkbox"]+span::after {
    top: -5px;
}

body#neve_body input[type="radio"]+label::after {
    content: "";
    position: absolute;
    background-color: #D9D9D9;
    border-radius: 50%;
    left: -32px;
    width: 19px;
    height: 19px;
    margin: 8px 0 0 0;
    opacity: 0;
}

body#neve_body input[type="checkbox"]:checked+span::after,
body#neve_body input[type="radio"]:checked+label::after {
    opacity: 1;
}

body#neve_body input[type="radio"]+label::before {
    border-radius: 50px;
    background-color: #fff;
    border: 3px solid #D9D9D9;
}

body.woocommerce-checkout table.shop_table td,
body.woocommerce-checkout table.shop_table tfoot td,
body.woocommerce-checkout table.shop_table tfoot th,
body.woocommerce-checkout table.shop_table .order-total th,
body.woocommerce-checkout table.shop_table .order-total bdi {
    font-size: 18px;
}

#payment ul.wc_payment_methods,
#payment .place-order {
    padding: 0 !important;
}

#payment .place-order {
    margin: 0;
}

#payment .place-order .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px;
}

#payment .place-order .woocommerce-terms-and-conditions-wrapper a {
    color: #c0ae9d;
    text-decoration: underline;
}

#payment .place-order .woocommerce-terms-and-conditions-wrapper a:hover {
    color: #000;
    text-decoration: none;
}

body.woocommerce-checkout #payment div.payment_box {
    margin-top: 10px;
}

#neve-checkout-coupon {
    margin-bottom: 30px;
}

#neve-checkout-coupon .woocommerce-info {
    margin: 0;
    padding: 10px;
}

#neve-checkout-coupon .woocommerce-info::before {
    display: none;
}

body .woocommerce form.checkout_coupon {
    margin-top: -1px;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    border-color: #ddd;
    border-top-color: #fff;
    padding: 10px;
    margin-bottom: 0;
    padding-top: 0;
}

body .woocommerce form.checkout_coupon .form-row-last {
    margin-bottom: 0;
}

body .woocommerce form .form-row {
    padding: 0;
}

body .woocommerce #payment #place_order,
body.woocommerce-page #payment #place_order {
    margin-bottom: 0 !important;
}

.woocommerce-lost-password.lost-pass-page .woocommerce {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    padding: 65px 60px;
    border: 2px solid #000;
}

.woocommerce-lost-password.lost-pass-page .woocommerce .woocommerce-message {
    border-color: green;
    color: green;
}

form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register,
form.woocommerce-ResetPassword.lost_reset_password {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    padding: 65px 60px;
    border: 2px solid #000;
    border-radius: 0;
}

form.woocommerce-form.woocommerce-form-register.register {
    max-width: 1300px;
}

form.woocommerce-form.woocommerce-form-login.login label,
form.woocommerce-form.woocommerce-form-register.register label,
form.woocommerce-ResetPassword.lost_reset_password {
    font-size: 22px;
    font-family: "Adobe Garamond Pro";
    text-transform: uppercase;
    font-weight: 400;
}

form.woocommerce-form.woocommerce-form-login.login button.show-password-input,
form.woocommerce-form.woocommerce-form-register.register button.show-password-input,
form.woocommerce-ResetPassword.lost_reset_password button.show-password-input {
    position: absolute;
    right: 25px;
    top: 28px;
    opacity: 0.8;
}

.woocommerce-account .woocommerce form .show-password-input::before,
.woocommerce-account .woocommerce-page form .show-password-input::before {
    height: 28px;
    width: 28px;
}

#neve_body .woocommerce .woocommerce-form-login .woocommerce-button {
    margin: 30px 0 25px;
    /* font-size: 26px; */
    width: 100%;
}

body.woocommerce-account .woocommerce-form-login p.lost_password {
    float: right;
    font-size: 22px;
}

body.woocommerce-account .woocommerce-form .woocommerce-form-row {
    padding: 0;
    margin-bottom: 10px;
}

.woocommerce-form-register {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.woocommerce-form-register .form-row {
    width: calc(50% - 10px);
}

.woocommerce-form-register .woocommerce-privacy-policy-text,
.woocommerce-form-register .label-checkbox,
.woocommerce-form-register .login-register-btn {
    width: 100%;
}

.woocommerce-form-register .login-register-btn button {
    width: 100%;
}

.woocommerce-account p.label-checkbox label,
.rememberme-wrap label {
    display: flex !important;
    align-items: center;
    gap: 20px;
}

.rememberme-wrap label {
    float: inline-start;
}

.woocommerce-account input#reg_terms_conditions,
.woocommerce-account input#rememberme {
    height: 35px;
    width: 35px;
}

.right.after-reg {
    width: 100%;
}

.form-row.register-page,
.register-redirect {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 !important;
    font-size: 18px;
    text-transform: capitalize;
}

.woocommerce-privacy-policy-text p a,
.form-row.register-page a,
.register-redirect a {
    text-decoration: underline;
}

.woocommerce-privacy-policy-text p a:hover,
.form-row.register-page a:hover,
.register-redirect a:hover {
    text-decoration: none;
}

.custom-error.error-msg,
.error-msg.last-btn-error {
    border: 1px solid #ff0000;
    text-align: center;
    padding: 5px;
    line-height: normal;
    margin-top: 5px;
    width: 100%;
}

input#username,
input#reg_username,
input#reg_billing_last_name,
input#reg_billing_first_name,
input#user_login,
input#reg_email {
    position: relative;
    background-image: url('../images/form-icon-sprite.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) -150px;
    padding-right: 70px;
}

input#reg_email {
    background-position: calc(100% - 20px) -66px;
}

.rememberme-wrap label.woocommerce-form__label,
.woocommerce-account .woocommerce-form-register .label-checkbox label {
    display: block !important;
}

body.woocommerce .product .woocommerce-product-gallery.images .flex-control-thumbs {
    margin: 5px 0 0;
}

body.reset-pass-page .woocommerce form .form-row,
.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first,
body.woocommerce .product .woocommerce-product-gallery.images .flex-control-thumbs li {
    width: 100%;
}

body.reset-pass-page .woocommerce form .form-row>.show-password-input {
    display: none;
}

.save-for-later-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.save-for-later-items .saved-item {
    border: 1px solid #d8d8d8;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.saved-item .saved-item-img {
    width: 156px;
}

.save-for-later-items .saved-item .saved-item-details {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
}

.woocommerce-thankyou-order-received {
    border: 1px solid;
    color: green;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
}

.woocommerce-order-received ul.order_details {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.woocommerce-order-received ul.order_details::before,
.woocommerce-order-received ul.order_details::after {
    display: none;
}

.woocommerce-order-received ul.order_details li {
    padding: 0 15px 0 0;
    margin: 0;
}

.woocommerce-checkout .addresses .woocommerce-column.col-2,
.woocommerce-order .woocommerce-customer-details {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.addresses .woocommerce-Address {
    border: 1px solid #ddd;
    padding: 15px;
}

.addresses .woocommerce-Address header {
    margin-bottom: 15px;
}

.addresses .woocommerce-Address header h2 {
    font-size: 22px;
}

.woocommerce table.shop_table td {
    font-size: 18px;
}

.addresses .woocommerce-Address address {
    margin-bottom: 15px;
}

body#neve_body.woocommerce-account .woocommerce nav ul {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
}

body.search .search .nv-page-title h1,
.search-no-results .search .no-results {
    text-align: center;
}

body.search .search .nv-page-title h1 {
    margin-bottom: 15px;
}

body#neve_body.woocommerce-account .woocommerce nav ul li.is-active,
body#neve_body.woocommerce-account .woocommerce nav ul li:hover {
    border-color: #000;
}

body#neve_body.woocommerce-account .woocommerce nav ul li:not(:last-child) a {
    border-bottom: 1px solid #ddd;
}

body#neve_body.woocommerce-account .woocommerce nav ul li a {
    color: #000;
    font-size: 18px;
}

body#neve_body.woocommerce-account .woocommerce nav ul li.is-active a,
body#neve_body.woocommerce-account .woocommerce nav ul li:hover a {
    color: #000;
    background-color: #c0ae9d;
}

.addresses .woocommerce-Address .edit,
body#neve_body .woocommerce-MyAccount-orders tr.order td .button {
    min-height: 40px;
    font-size: 16px;
}

.woocommerce-page table.woocommerce-orders-table {
    border-left: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0;
}

.woocommerce-page table.woocommerce-orders-table th,
.woocommerce-page table.woocommerce-orders-table td {
    border-right: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}

.woocommerce-page table.woocommerce-orders-table thead {
    background-color: #c0ae9d;
}

.account-wrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first,
.account-wrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last {
    width: 48%;
}

.edit-account fieldset {
    padding: 0;
    border: none;
}

.edit-account fieldset legend {
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
}

.woocommerce-customer-details .addresses address {
    border: 1px solid #ddd;
    border-radius: 0;
    min-height: 240px;
    padding: 15px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details {
    margin: 0;
}

body .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 1;
}

.woocommerce-privacy-policy-text p {
    font-family: 'Garamond';
}

body .woocommerce-password-strength.strong-password {
    background-color: #caf5ca;
    border-color: #caf5ca;
}

.account-wrapper .woocommerce-notices-wrapper {
    margin-top: 0;
}

.woocommerce-checkout .checkout_coupon p:first-child {
    flex-direction: column;
}

.g-recaptcha {
    margin: 0 auto;
}

.g-recaptcha iframe {
    border: 1px solid transparent;
    border-radius: 3px;
}

.g-recaptcha .recaptcha-error {
    color: #ff0000;
    margin: 0 !important;
}

.g-recaptcha.recaptcha-error-field iframe {
    border-color: #ff0000;
}

.search-error-msg {
    font-size: 20px !important;
    text-align: left;
}

.error-msg {
    display: block;
    width: 100%;
}

.recaptcha-error-border>div {
    border: 1px solid red;
    height: fit-content;
    overflow: hidden;
}

body.woocommerce-cart {
    padding-top: 173px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 1;
}

body .pswp .pswp__bg {
    background: rgba(0, 0, 0, 0.88);
}

.header-address-phone-wrap {
    text-align: center;
}

.address-wrap a {
    color: #fff;
}

main#content .e-n-accordion summary.e-n-accordion-item-title {
    box-shadow: none;
}

main#content .e-n-accordion summary.e-n-accordion-item-title .e-n-accordion-item-title-text {
    font-family: AdobeGaramondPro, sans-serif;
    font-Weight: 500;
    font-Size: 22px;
    line-Height: 26px
}

main#content .e-n-accordion p {
    font-size: 20px;
    line-height: 110%;
}

.aboutus-tabs-section {
    overflow: hidden;
}

main#content .contactus-row .office-email button {
    background-color: #c0ae9d;
    font-size: 25px;
    font-family: 'AdobeGaramondPro';
    font-weight: 400;
    line-height: 120%;
    padding: 15px 37px;
    border-radius: 0;
    color: #FFF;
}

main#content .contactus-row .office-email button:hover {
    background-color: #1F2324;
    color: #FFF;
}

#orders a:hover {
    color: #C0AE9D;
}

body .woocommerce .blockUI.blockOverlay {
    z-index: 11 !important;
}

.product-accordion .content-left .office-email {
    /* border: 1px solid #fff; */
    width: fit-content;
    padding: 15px 20px;
    background: #fff;
    cursor: pointer;
}

.product-accordion .content-left .office-email a {
    color: #595959;
    font-size: 20px;
}

.product-accordion .content-left .office-email:hover {
    background: #c0ae9d;
}

.product-accordion .content-left .office-email:hover a {
    color: #fff !important;
}

body .woocommerce form .form-row .country_to_state--single {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #595959;
    font-size: 20px;
    height: 58px;
    padding: 0 25px;
    width: 100%;
    margin: 0;
    font-weight: normal;
}

.privacy-policy-page details.e-n-accordion-item::before {
    content: "";
    bottom: 0;
    left: -250%;
    right: -250%;
    height: 1px;
    background-color: #595959;
    position: absolute;
    opacity: 0.5;
}

.main-banner ul.slides li img {
    height: 770px;
}

.main-banner .banner-image {
    height: 770px !important;
}

.footer-bottom-menu .hfe-nav-menu__layout-horizontal {
    width: auto !important;
}

.footer-bottom-menu ul li a.hfe-menu-item {
    border-left: 2px solid #fff;
}

body .woocommerce form .form-row select {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0;
    color: #595959;
    font-size: 20px;
    height: 58px;
}

/* .woocommerce form .form-row .select2 {
    display: none;
} */

.single-product .nv-single-product-top .woocommerce-product-gallery__wrapper {
    min-height: 500px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .nv-single-product-top .woocommerce-product-gallery__wrapper img{
    width: auto;
}

/*
    font-family: 'Garamond',sans-serif;
    font-family: 'Garamond-medium',sans-serif;
    font-family: 'AdobeGaramondPro',sans-serif;
    font-family: 'AdobeGaramondProBold',sans-serif;
    font-family: 'yesterday',sans-serif;
*/