/** Shopify CDN: Minification failed

Line 10:0 Unexpected "{"
Line 10:1 Expected identifier but found "%"
Line 14:0 Unexpected "{"
Line 14:1 Expected identifier but found "%"
Line 751:9 Expected ":"

**/
{%- comment -%}
/* --------------------------------------------------------------------------------------------------------------------
	PRODUCT PAGE CSS
-------------------------------------------------------------------------------------------------------------------- */
{%- endcomment -%}

/* ======================= Font files ========================*/

@font-face { 
    src: url('https://cdn.shopify.com/s/files/1/0582/2755/6543/files/Palatino.woff2?v=1625985565') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0582/2755/6543/files/Palatino.woff?v=1625985565') format('woff');
  font-family: 'Palatino';  
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: 'Palatino';
    src: url('https://cdn.shopify.com/s/files/1/0582/2755/6543/files/PalatinoETW01-Italic.woff2?v=1626261219') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0582/2755/6543/files/PalatinoETW01-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Garden Grown US C Caps';
    src: url('https://cdn.shopify.com/s/files/1/0582/2755/6543/files/GardenGrownUS-CCaps.woff2') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0582/2755/6543/files/GardenGrownUS-CCaps.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 
.swiper-wrapper.disabled {
    transform: translate(0)!important;
    pointer-events: auto !important;
    opacity: 1 !important;
}  
.swiper-pagination.disabled {
    display: none;
}
.engagement-hero-slider.hide_btn .swiper-button-disabled {
    display: none;
}
/* ======================= Font files ========================*/
#sidebar-cart .CartItem_Info {
    padding-bottom: 20px;
}

#sidebar-cart .CartItem__Actions .CartItem__Remove {
    padding-top: 20px;
}
/* .error-message {
    opacity: 0;
} */
/* .template-login .Drawer_Title_heading.Drawer__Container {
    display: none !important;
} */
.Footer__LocalizationItem.customCurrency {
    display: flex;
    align-items: center;
}
.footer_signup:hover {
    background: #B47D14 !important;
}
span.country {
    color: #000;
  	font-size: 16px;
  	font-weight: 600;
}
.customCurrency .SelectButton {
    margin-left: 10px;
    width: max-content;
    padding-bottom: 0;
    font-size: 16px;
  	color:#ccc;
    text-transform: capitalize;
  	font-family: Avenir;
  	letter-spacing: 1px;
}
.Popover--small .Popover__Value {
    text-transform: capitalize;
    font-size: 14px;
    text-align: left;
}
.Product_status {
    color: #b47d14;
    padding-left: 5px;
}
.Footer__LocalizationItem.customCurrency {
    width: 100%;
    margin-top: 10px;
}
.Footer__Aside .Footer__Localization {
    opacity: 0;
    pointer-events: none;
}
.product-single__variants {
    display: none;
}

select.product-single__variants {
    border: 1px solid #ccc;
    padding: 8px;
}
.hide_edit {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
  cursor:pointer;
}
.outstock {
    display: none;
}
.ProductForm_Label::before {content: ":";display: inline;}
.ProductForm_Label {
    padding-left: 5px;
    color: #b47d14;
}
/* span.other-countries {
    display: none;
} */
/* .other-countries,.support-countries {
    display:none;
} */
.relatedproduct {
    display:none;
}

.relatedproduct.slick-initialized.slick-slider {
    display:block;
}

.swym-wishlist i {
    color: #b47d14;
    padding: 0 10px;
  	font-size: 18px;
}
.swym-wishlist i::after {
    font-size: 100% !important;
}
.swym-button.swym-add-to-wishlist-view-product {
    font-size: 30px !important;
}
.swym-btn-container .swym-button.swym-added:after{
	opacity: 1 !important;
}
.swym-ui-component .swym-simple-wishlist-modal .swym-modal-content .swym-wishlist-container-title-bar {
    background: #b47d15;
}
.coll_btn a:hover {
    color: #b47d14;
    border: 1px solid #b47d14;
}
/********************************************************* Product Page ************************************************/
small.vat {
    display: none;
}

.color_swatch {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.color_swatch.arrow_rotate svg path {
    fill: #000;
}

.Product_status {
    opacity: 0;
}

.option_name_size 
 .size_swatch {
    margin-bottom: 30px;
}

.option_name_size {
    padding-left: 0px;
    padding-right: 0px;
}

.quantity_main_box {
    padding: 10px 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.custom_wrapper{
 max-width: 1330px;
      width: 100%;
  margin: 0 auto;
}
.template-product nav.breadcrumbs
{
  margin:27px 0;
}
.temp_high-end .button_touch {
    display: none;
}
/* .template-product .breadcrumbs .Container {
    max-width: 1380px;
    width: 100%;
    padding: 0 50px;
} */
.wishlist_icons img
{
  	width:40px;
}
.wishlist_icons {
    margin-bottom: 15px;
}
/* =============== trigger image=============== */
.productImages {
    display: none;
}
/* =============== trigger image=============== */
.slick-slide img {
  margin: 0 auto;
}
.control-c {
  height: unset !important;
  width: unset !important;
}
.slick-next {
  right: -50px;
}
.gallery_images .gallery-img.slick-slide.slick-current.slick-active img
{
  border: 1px solid #B47D14;
}
.gallery_images .slick-slide img 
{
  padding: 5px;
}
.gallery_images {
  margin-top: 20px;
}
.gallery_images .slick-list.draggable {
    max-width: 90%;
}
.Product__Info {
    max-width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
}

.Product__Wrapper {
    padding: 0;
}
.product_sub_heading {
  font-size: 22px;
    margin-bottom: 0;
    font-family: Palatino;
    font-style: italic;
    font-weight: 400;
}
.subtitle_wrap {
    display: flex;
    justify-content: space-between;
  	flex-wrap: wrap;
}
.option_name_gemstone .toggle_size .HorizontalList__Item:first-child label {
    margin-left: 0px;
}
button.swym-button.disabled, button.swym-button:disabled {
    opacity: 1 !important;
}

.swym-btn-container .swym-button.swym-added+.swym-fave-count {
    display: none;
}
.Product__container .swym-added.swym-add-to-wishlist, .Product__container .swym-added.swym-add-to-wishlist:after, .Product__container .swym-added.swym-add-to-wishlist + .swym-fave-count {
    color: #b47d14 !important;
}
span.swym-fave-count.disabled.swym-added,.span.swym-fave-count {
    display: none !important;
}
.Cubic.Zirconia, .moissanite {
    border: 2px solid #d9d7d7;
}


/********************************************************* Product Page ************************************************/


 
/********************************************************* Quantity CSS - Start ************************************************/
.quantity_main_box span {
       margin-bottom: 0;
    font-weight: normal;
}
.quantity_main_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid;
  margin-bottom: 10px;
  padding: 0 5px;
}
.quantity_main_box .QuantitySelector
{
  border:none;
}
.quantity_main_box .QuantitySelector--large .QuantitySelector__Button {
  padding: 10px 0px;
}
.quantity_main_box .QuantitySelector svg
{
  color: #B47D14;
  vertical-align: 1px;
}
 .ProductForm__QuantitySelector .QuantitySelector.QuantitySelector--large span:first-child {
    display: none;
} 
/********************************************************* Quantity CSS - End ************************************************/

/********************************************************* Share Block CSS - Start ************************************************/

.product_share_block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
img.share_img {
    display: block;
    width: 25px;
    height: 25px;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}

.ProductMeta__ShareList {
    display: flex;
  justify-content:center;
}
.ProductMeta__Description
{
  margin:0px;
  padding-top:20px;
  border:none;
}
.product_share_block .share_msg span {
    padding-left: 5px;
}
.ProductMeta__ShareButtons span {
    padding-left: 5px;
}
.ProductMeta__ShareButtons .ProductMeta__ShareTitle
{
  font-size:16px;
}
.ProductMeta__ShareList.Text--subdued {
    position: absolute;
    top: -60px;
    right: 5px;
    min-width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 5px;
    background: #fff;
}
.ProductMeta__ShareButtons {
    position: relative;
      cursor: pointer;
}
img.share_img {
    display: block;
    width: 50px;
    height: 40px;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}
.ProductMeta__ShareItem {
    margin: 0 0px !important;
}

.ProductMeta__ShareList.Text--subdued {
    opacity: 0;
  	visibility: hidden;
}
.ProductMeta__ShareButtons:hover .ProductMeta__ShareList.Text--subdued
{
  opacity:1;
  visibility: visible;
}

.ProductMeta__ShareItem svg {
    transition: unset !important;
}

span#dots {
    display: none;
}
/* *************************************  Swatch of chain template*************************************************** */
.color_Yellow {
    background-image: unset !important;
}
.Yellow_exist {
    background-color: #dfc55f !important;
}
.toggle_size.option_name_chain {
    display: block;
}

.option_name_chain .HorizontalList__Item label {
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px;
    font-size: 0px;
    margin: 0 4px;
}

.option_name_chain .HorizontalList__Item {
    width: unset !important;
}

.option_name_chain svg {
    display: none;
}

.option_name_chain .SizeSwatch.is-active::after, .option_name_chain  .SizeSwatch__Radio:checked+.SizeSwatch{
	border: 1px solid #979797;
    color: #fff;
    content: "";
    background: url(https://cdn.shopify.com/s/files/1/0582/2755/6543/files/chain_select.png?v=1626164115) no-repeat;
    background-size: 55%;
    background-position: center;

}
.option_name_chain .SizeSwatch {
    border: 1px solid #979797;
}
.Product__InfoWrapper {
    position: unset;
}
.btn-touch a {
    text-align: center;
    padding: 14px 28px;
    line-height: normal;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    border: 1px solid #B47D14;
    color: #B47D14;
  cursor: pointer;
}

.button_touch svg {
    width: 20px;
    height: 20px;
}
/* *************************************  Swatch of chain template*************************************************** */


/********************************************************* Share Block CSS - End ************************************************/
button.ProductForm__AddToCart {
   border: 1px solid #b47c15;
    color: #b47c15;
}
button.ProductForm__AddToCart:hover {
    background: #B47D14;
    border: 1px solid #B47D14;
    color: #fff;
}
button.ProductForm__AddToCart span {
    padding-left: 10px;
  	padding-top: 3px;
    display: flex;
    align-items: center;
  	font-size: 15px;
}
button.ProductForm__AddToCart span svg {
    padding-right: 10px;
}
button.ProductForm__AddToCart:hover svg path {
    stroke: white;
}
 .ProductForm__AddToCart svg:nth-child(2) {
    width: 20px;
    height: 18px;
    display: none;
}
.ProductForm__AddToCart svg{
	width: 20px !important;
    height: 20px!important;
}
/* .ProductForm__AddToCart:hover svg:nth-child(1) {
	display: none;
} */
/* .ProductForm__AddToCart:hover svg:nth-child(2) {
	display: block;
} */
/* button.ProductForm__AddToCart svg {
    fill: #b47c15;
} */
.ProductForm__SelectedValue {
    color: #b47b16;
}
.ColorSwatch.is-active::after, .ColorSwatch__Radio:checked+.ColorSwatch::after {
/*     border: 1px solid #b47d14!important; */
    border: unset !important;
    content: "";
    background: url(https://cdn.shopify.com/s/files/1/0582/2755/6543/files/Stroke_1.png?v=1625987617) no-repeat;
    background-size: 55%;
    background-position: center;
}
.ColorSwatch , .ColorSwatch.is-active::after, .ColorSwatch__Radio:checked+.ColorSwatch::after
{
  border-radius:50%;
}
.ProductMeta__Price.Price.Text--subdued.u-h4 {
    font-size: 25px;
}
.ProductMeta__Title.Heading {
    margin-bottom: 0;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 58px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000000;
}
.Product__InfoWrapper .Product__Info {
    width: 100%;
}

.Book_btn {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #000;
    padding: 14px 28px;
    border: 1px solid #000;
    display: block;
    margin-top: 10px;
}
.Book_appointment a:hover {
    border: 1px solid #b47d14;
    color: #b47d14;
    background: #fff;
}
/* .temp_high-end .Book_btn{
	border: 1px solid #b47d14;
  	color: #b47d14;
} */
.Product__Info {
    position: unset;
}
.readless {
    text-decoration: none !important;
}
.shopify-payment-button {
    display: none !important;
}
.ProductMeta__Price {
    text-transform: uppercase;
}
.Heading1 {
    font-style: normal;
    color: #b47d14;
    transition: color .2s ease-in-out;
    letter-spacing: .2em;
}
.vat {
    color: #000;
    font-size: 12px;
}
.template-product .ProductItem__Wrapper:hover .ProductItem__ImageWrapper {
    border: 1px solid #b47d14;
}

.SizeSwatchList .HorizontalList__Item {
    width: 50%;
    margin: 0;
}
.SizeSwatchList .HorizontalList__Item .SizeSwatch {
    width: 100%;
}
.SizeSwatch.is-active::after, .SizeSwatch__Radio:checked+.SizeSwatch {
    background: #B47D14;
    border: 1px solid #B47D14;
    color: #fff;
}
.SizeSwatch {
    border: 1px solid #b47c15;
    color: #b47c15;
}
.temp_Multiple_Size_Template .SizeSwatchList .HorizontalList__Item label {
    border-bottom: 0 !important;
}
.temp_Multiple_Size_Template .SizeSwatchList .HorizontalList__Item:nth-child(even) label {
    border-left: 0 !important;
}
.temp_Multiple_Size_Template .SizeSwatchList .HorizontalList__Item:nth-last-child(2) {
    border-bottom: 1px solid #b47d14;
}
.temp_Multiple_Size_Template .SizeSwatchList .HorizontalList__Item:last-child {
    border-bottom: 1px solid #b47d14;
}
.color_swatch {
    margin: 0;
}

.toggle_size {
    display: none;
}
.option_name_color .ProductForm__Label {
    display: flex;
}
.option_name_color .ProductForm__Label .ProductForm__SelectedValue {
    padding-left: 5px;
}
.option_name_color .ProductForm__Label {
    display: flex;
}
.ProductForm__Option {
    border-top: 1px solid #000000;
/*     border-bottom: 1px solid #000000; */
    padding: 15px 5px;
  	margin-bottom:0px;
}
.temp_metalChain .ProductForm__Option {
    border-bottom: none;
}
.temp_gemstone .ProductForm__Option {
   border-bottom: none;
}
.temp_metalChain .toggle_size.option_name_chain {
    padding-bottom: 5px;
}
.temp_gemstone .toggle_size {
    padding-bottom: 5px;
}
.ColorSwatch:hover::after {
    border: none;
}
.option_name_size .ProductForm__Label {
    margin-bottom: 0px;
}
.option_name_size {
/*     border-top: unset; */
    border-bottom: unset;
}
.SizeSwatchList {
    margin-left: 0px;
    margin-right: 0px;
}
.size_swatch  {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.size_swatch svg {
    transform: rotate(1deg);
    transition: 0.5s;
}
.arrow_rotate svg {
    transform: rotate(180deg);
    transition: 0.5s;
}
.selected_size {
    margin-right: auto;
    padding-left: 5px;
    font-size: 15px;
    color: #b47c15;
    padding-top: 2px;
}
.temp_high-end .ProductMeta__PriceList.Heading {
    display: none;
}

.temp_high-end .product_share_block {
    padding-top: 25px;
}
.option_name_gemstone 
 .toggle_size {
    display: block;
}
.toggle_size {
    margin: 20px 0;
}
.option_name_gemstone .toggle_size .HorizontalList__Item {
    width: unset;
}

.option_name_gemstone .toggle_size .HorizontalList__Item label {
    height: 36px;
    width: 36px;
    border-radius: 60%;
    font-size: 0px;
    margin: 0 5px;
}
.option_name_gemstone .SizeSwatch.is-active::after, .option_name_gemstone .SizeSwatch__Radio:checked+.SizeSwatch {
    background: #B47D14;
    border: 1px solid #979797;
    color: #fff;
    content: "";
    background: url(https://cdn.shopify.com/s/files/1/0582/2755/6543/files/gemstone.png?v=1626246558) no-repeat;
    background-size: 55%;
    background-position: center;
}
.icon-wishlist {
    position: absolute;
    top: 5px;
    left: 5px;
  z-index: 1;
}
.icon-wishlist svg {
    width: 30px;
    height: 30px;
}

/********************************************************* Shipping Block CSS - Start ************************************************/

.images_store {
    display: flex;
  	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  	padding:20px 0;
  	border-top:1px solid #000;
  	border-bottom:1px solid #000;
}
.images_store .image-text-block {
    display: flex;
    align-items: center;
  	margin 10px 0;
}
.images_store .image-text-block svg{
	display: block;
}
.image-text-block span:nth-child(2) {
    margin-left: 15px;
}
/********************************************************* Shipping Block CSS - End ************************************************/


/********************************************************* Product description tabs *********************************************************  */
.delivery_table td, th {
    padding: 5px 8px;
    text-align: left;
}
    .desc_container {
      width: 100%;
    }
    .tab-link path {
      fill: #B47D14 !important;
    }
    li.tab-link.current path {
      fill: #000 !important;
    }
    .current svg {
      transform: rotate(180deg);
    }
	
    ul.tabs{
/*       margin: 0px auto; */
      list-style: none;
/*       max-width: 1330px; */
    }
	.tabs li:first-child {
    padding-left: 0;
}
    ul.tabs li{
      background: none;
      color: #222;
      display: inline-block;
      padding: 10px 15px;
      cursor: pointer;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 27px;
    }
    .close_tab {
      margin-left: 20px;
    }
    .tab_container {
      width: 100%;
      background: #ededed;
    }
    .tab-content{
      display: none;
      background: #ededed;
/*       max-width: 1330px; */
      width: 100%;
/*       padding: 50px 10px; */
      padding: 50px 10px 50px 0;
      margin: 0 auto;
    }

    .tab-content.current{
      display: inherit;
    }
    .close_tab svg {
      transition: 0.5s;
    }
	.delivery_table td:nth-child(even), .delivery_table th:nth-child(even),.details_table td:nth-child(even), .details_table th:nth-child(even) {
    text-align: right;
}
    .delivery_row {
      width: 100%;
    }

    .delivery_table {
      text-align: right;
    }

    .delivery_table table {
      margin-left: auto;
      width: 70%;
    }

    .delivery_table td, .details_table td,.details_table th {
      padding: 5px 8px;
      text-align: left;
    }

    .delivery_heading h2,
    .tab-heading,
    .wrapping_main .tab-heading,
    .enquire_main .tab-heading{
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 1px;
        color: #000000;
        padding-bottom: 20px;
    }

    .del_left_content {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 32px;
    }

    .delivery_list ul {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 32px;
        list-style: none;
    }

    .delivery_table td,.details_table td {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 32px;
      	vertical-align: top;
    }

    .delivery_table th,.details_table th {
        font-style: normal;
      	font-weight: 400;
        font-size: 18px;
        line-height: 32px;
    }
	.delivery_table th {
      	font-weight: 700;
    }

    .details_table td:nth-child(even) {
/*       padding: 0; */
      text-align: right;
    }

    .details_table table {
      margin-left: auto;
      width: 70%;
    }
	.details_table th:nth-child(2) {
    	text-align: right;
      	padding-right: 0;
	}
    .details_heading h2 {
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 1px;
        color: #000000;
        padding-bottom: 20px;
        margin-bottom:0;
    }
    .collection_heading h2,
    .collection_heading .heading{
      font-style: normal;
      font-weight: normal;
      font-size: 40px;
      line-height: 50px;
      letter-spacing: 1px;
      padding-bottom: 20px;
    }

    .collection_tab {
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 32px;
    }
    .collection_tab p{
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 32px;
    }
	.coll_btn {
    	display: inline-block;
	}

    .coll_btn a {
      font-size: 22px;
      line-height: 22px;
      padding: 20px 40px;
      border: 1px solid #000;
      display: inline-block;
    }
    .collection_Grid .slick-prev {
        left: -60px;
    }

    .coll_tab_slider {
        max-width: 1140px;
    }
.custom_paging {
    width: 100%;
    text-align: right;
}

.custom_paging li {
    list-style: none;
    display: none;
}

.custom_paging .slick-active {
    display: block;
   font-family: Palatino;
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
}

.review_Grid .slick-prev {
    left: -50px;
}

.review_Grid .slick-next {
    right: -50px;
}

.review_tab_slider {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
}
.review_heading h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.wrapping_main p, .wrapping_main strong,.enquire_main p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
}
.wrapping_main p {
    margin-bottom: 30px;
}
.wrapping_main p.tab-heading {
    margin-bottom: 0px;
}
.wrapping_main strong {
    font-weight: 500;
  	display: inline-block;
  	margin-bottom: 6px;
}
/**** slider collection ***/
.wrapping_main .Grid__Cell {
    max-width: 1100px;
    width: 100%;
}
.template-product #tab-7 {
    padding: 0;
}
.template-product .Grid__collection {
    padding: 50px 10px 50px 0;
    height: 800px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.template-product .collection_Grid .custom_paging {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}
.template-product .collection_heading h2,
.template-product .collection_heading .heading,
.template-product .coll_tab_slider1 p {
    max-width: 800px;
    margin-right: auto;
}
.wrapping_main a {
    color: #B47D14;
}
.template-product .metafields_collection .coll_btn {
    margin-top: 20px;
}
/********************************************************* Product description tabs *********************************************************  */

/********************************************************** You may also like and recently viewed ********************************************************* */
/* .template-product .ProductItem__LabelList {
    position: relative;
} */
/* .ProductItem__LabelList .ProductItem__Label{
	border: none;
  	font-weight: 400;
  	font-size: 22px;
} */
/* .ProductItem__LabelList {
    left: -1px;
    bottom: -1px;
} */
.template-product .ProductItem__Info {
    margin-top: 0px;
}
.metal_available {
   font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: #979797;
    display: block;
}
/* .ProductItem__Title a {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
}  */

/* .ProductItem__PriceList span {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
} */
.shopify-section--bordered > .Section--spacingNormal
{
	padding: 70px 0;
}
.template-product .SectionHeader:not(:only-child)
{
	margin-bottom: 0px;
    padding-bottom: 24px;
}
.template-product .SectionHeader.SectionHeader--center
{
  border-bottom: none;
}
.template-product .SectionHeader__Heading.Heading {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 68px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

div#shopify-section-recently-viewed-products section {
    padding-top: 10px;
  	padding-bottom:150px;
}
.quantity_main_box .QuantitySelector__CurrentQuantity {
    pointer-events: none;
}
div#shopify-section-recently-viewed-products section header {
    border-bottom: 0px solid #000000;
    padding-bottom: 24px;
    margin-bottom: 0px;
}
div#shopify-section-recently-viewed-products {
    border-top: unset;
}
.ProductRecommendations .ProductList--carousel {
    margin-left: 0px;
    margin-right: 0px;
}
.ProductRecommendations .ProductList--carousel::-webkit-scrollbar {
    display: none;
}
.ProductRecommendations .ProductList--carousel,
#shopify-section-recently-viewed-products .ProductListWrapper .ProductList--carousel{
	scrollbar-width: none;
}
#shopify-section-recently-viewed-products .ProductListWrapper .ProductList--carousel::-webkit-scrollbar {
    display: none;
}
#shopify-section-product-recommendations {
    border: none;
}
#shopify-section-recently-viewed-products .RoundButton, #shopify-section-recently-viewed-products .flickity-prev-next-button {
    background: #fff;
    overflow: visible;
    box-shadow: none;
  	height: auto;
  	width: 60px;
}
#shopify-section-recently-viewed-products .flickity-prev-next-button svg {
    width: auto;
    height: 70px;
    stroke-width: 0;
    stroke: #fff;
    padding: 0;
    fill: #969696;
}
#shopify-section-recently-viewed-products .RoundButton[data-animate-left]:hover svg, 
#shopify-section-recently-viewed-products .flickity-prev-next-button.previous:hover svg, 
#shopify-section-recently-viewed-products [data-animate-left].flickity-prev-next-button:hover svg{
	animation: unset;
}
#shopify-section-recently-viewed-products .RoundButton[data-animate-right]:hover svg, 
#shopify-section-recently-viewed-products .flickity-prev-next-button.next:hover svg, 
#shopify-section-recently-viewed-products [data-animate-right].flickity-prev-next-button:hover svg {
	animation: unset;
}
.shopify-section--bordered+.shopify-section--bordered {
    border: none;
}
button#myBtn {
    color: #b47c15;
}
#more {display: none;}


.ProductRecommendations .ProductItem__Title,
#shopify-section-recently-viewed-products .ProductItem__Title{
    margin-top: 10px;
}

.hidden-phone .close_tab {
    margin-left: 40px;
}
.tabs.Container {
	margin-bottom: 10px;
}
.Gemstone + .metal_exist {
    display: none;
}
.template-product .only_product_page {
    display: block;
}
/* .only_product_page {
    display: none;
} */
.hide_div .ProductList {
    margin: 0 !important;
}
.category-filter a {
    text-transform: capitalize;
}
/* ******************************************* You may also like and recently viewed ********************************************* */


/* ******************************************* overlay popup products*************************************** */
.disabled_loading svg {
    display: none;
}

.disabled_loading {
    background-image: url('https://cdn.shopify.com/s/files/1/0582/2755/6543/files/loading.gif?v=1629111096');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff !important;
}
span.error-message {
    text-align: center;
    display: none !important;
    font-size: 12px;
    color: red;
    text-transform: uppercase;
    padding: 10px;
}
span.variant_qty {
    display: none;
}
.popup-close svg {
    width: 40px;
    height: 40px;
    stroke-width: 2.2px;
}
.empty_array {
    text-align: center;
}

.empty_array p {
  font-size: 14px;
    text-align: center;
    color: red;
}
.after_added {
    text-align: center;
}

.after_added h3 {
    font-family: Palatino;
    font-size: 30px;
    line-height: 40px;
/* or 175% */
    text-align: center;
    color: #000000;
}

.button_group {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 30px auto 50px auto;
    /* border-bottom: 1px solid #000000; */
}

.btn_popup {
    display: inline-block;
    min-width: 48%;
    border: 1px solid #B47D14;
    padding: 14px 28px;
    line-height: normal;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    color:#B47D14;
}

.btn_popup:hover {
    background: #B47D14;
    color: #fff;
}
/*#btn_popup {
    background: #b47d14;
    border: 1px solid #b47d14;
    color: #fff;
}

#btn_popup:hover {
    background: #fff;
    color:#B47D14;
}*/
.complete_look {
    border-top: 1px solid #000000;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}
.additional_buy {
    display:none;
    position: fixed;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    background: #FFFFFF;
    transform: translate(-50%,-50%);
    padding: 40px;
    z-index: 9;

}
.additional_buy .relatedproduct .slick-arrow {
    height: 50px !important;
}
.additional_buy .price_item {
    display: block;
    font-weight: 600;
  	margin-bottom: 20px;
}
.additional_buy .title_item {
    display: block;
    margin: 10px 0 0 0;
  	min-height: 50px;
}
 .image_contain {
    position: relative;
}
 .item_details img{
	border: 1px solid transparent;
}    
.item_details img:hover{
	border-color: #b47d14;
}
.complete_look h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.complete_look span {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0 20px 0px;
    text-align: center;
    color: #000;
    display: block;
}
.price_item {
    display: block;
}
.related_button button {
    max-width: 400px;
    margin: 30px auto;
}

.overlay_popup {
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
  display:none;
}
.checkbox_selection input[type = checkbox]{
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 9px;
  display: inline-block;
  position: relative;    
}

.checkbox_selection  input[type = checkbox]:checked {
  background-color: #B47D14;
  border: 1px solid #B47D14;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
  color: #99a1a7;
}
.checkbox_selection {
    text-align: center;
}
.popup-close {
    text-align: right;
}

.image_contain:hover .ProductItem__LabelList span {
    background: #b47d14;
    color: #fff;
}
.popup-close img {
    width: 30px;
    height: 30px;
    cursor: pointer;
  	
}
.additional_buy .popup-close img {
	position: absolute;
    top: 2%;
    right: 2%;
}
.Drawer__Content .CartItem .CartItem__Info + .CartItem__Actions.Heading.Text--subdued {
    display: none;
}
.temp_overlay .Cart__Head.hidden-phone {
    display: none;
}
.Drawer__Close {
    top: unset !important;
}

.Drawer__Title.Heading.u-h4 {
        font-size: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 400 !important;
}

/* .Cart.Drawer__Content {
    align-items: flex-start !important;
} */

.Cart__Empty.Heading.u-h5 {
    top: 30px;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    padding-left: 20px;
    color: #000;
    text-transform: unset;
}



/* ******************************************* overlay popup products*************************************** */



#sidebar-cart {
    width: 700px;
}
 .cross_img {
    max-width: 30px;
}
.cart_price {
    position: absolute;
    top: 0;
    right: 0;
}
.CartItem__ImageWrapper {
    width: 200px;
}
.close_icon {
    max-width: 16px;
}
.CartItem__Remove::before {
    background: unset;
}
.CartItem__Remove {
    font-weight: 600;
}
.cart_tag_line p {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.cart_tag_line {
    padding-left: 30px;
    padding-right: 30px;
}

.cart_tag_line a {
    color: #b47d14;
} 



/* ==================================== search products ========================= */
.Header__Icon .Icon--search,.Icon--search-desktop{
    fill: transparent !important;
}
.Search__Inner .ArticleItem__Title a {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000;
    display: inline-block;
    margin: 0px 0 15px 0;
}

.Search__Inner .ArticleItem__Title {
    line-height: normal;
    margin-bottom: 0px;
    text-align: center;
}

.Search__Inner .ArticleItem__Excerpt {
    font-size: 14px;
    line-height: normal;
    text-align: center;
}

.Search__Inner .ArticleItem__Content {
    margin: 0;
    text-align: center;
}

.PageLayout__Section--secondary {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%!important;
    margin-left: 0px !important;
}

.Search__Form .Icon--search-desktop {
    fill: transparent;
}

input[type=search]::placeholder {
    font-size: 21px;
    line-height: 20px;
    color: #000000;
}

.Search__Close {
    color: #b47d14;
}

.Segment__Content.no_product.Grid {
    margin: 0;
}
.Search__Form .Icon--search-desktop {
    fill: transparent;
}
.Search__SearchBar ul {
    display: flex;
}

.tab_search{
    display: flex;
    margin: 30px 0;
    border-bottom: 1px solid #000;
}

.tab_search li {
    flex: 1;
    text-align: center;
    list-style: none;
  text-transform:uppercase;
}

.Search {
    width: 50%;
    right: 0;
}
.hide_by_default {
    display: none;
}
.Search__SearchBar+ul li {
    border-bottom: 2px solid #ccc;
}

li.active_header {
    border-bottom: 3px solid #B47D14 !important;
}
.Search__SearchBar+ul li {
    border-bottom: 2px solid #ccc;
}

li.active_header {
    border-bottom: 3px solid #B47D14 !important;
}

.Search__SearchBar + ul li {
    font-size: 16px;
    line-height: 30px;
/* identical to box height */
    color: #000000;
    text-transform: uppercase;
}
.search_tips p {
    color: #000000;
    margin-bottom: 0px;
    font-size: 16px;
}
.our_best {
    border-top: 1px solid #000;
    margin: 20px 0;
    padding: 20px 0;
    font-size: 35px;
    line-height: 68px;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #000000;
}

.no_data {
    padding: 28px 0px;
}
#Search .Search__Close svg {
    stroke-width: 1.3px !important;
    width: 30px !important;
    height: 30px !important;
}
.popular p {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
   font-weight: 500 !important;
}
.right_keyword a {
    font-weight: 600;
    cursor: pointer;
}
.Search__Results {
    margin-top: 0;
}
.popular {
    padding-top: 40px;
}
.article_align {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article_align::before {
    background: unset;
}

.article_align svg {
    height: 15px;
    width: 15px;
}
/* ==================================== search products ========================= */

/**** account page ****/
.flex-div {
    display: block;
}
.scroll_hide {
    overflow-Y: hidden;
}


/* ========================================= GEOLOCATION APP============================================== */
.locale-selectors__container {
    display: none;
}
.recommendation-modal__content .recommendation-modal__benefits ul li:nth-child(2) {
/*     text-transform: lowercase; */
    padding-left: 5px;
}
.recommendation-modal__container .recommendation-modal__message {
    font-size: 50px !important;
    line-height: 68px !important;
    text-align: center !important;
    letter-spacing: 5px !important;
    text-transform: uppercase;
}

.recommendation-modal__content .recommendation-modal__benefits ul li {
    display: flex;
    list-style: none;
    font-size: 22px !important;
    margin-bottom: 0px !important;
}
.recommendation-modal__close-button svg {
    height: 30px !important;
    width: 30px !important;
    fill: #b47d14;
}
.recommendation-modal__form {
    max-width: 500px;
}

.recommendation-modal__message--align-start {
    width: 100%;
}

.recommendation-modal__container .recommendation-modal__button--minimal {
    font-size: 23px !important;
}
.recommendation-modal__container .recommendation-modal__close-button svg path {
    fill: #b47d14;
}

.recommendation-modal__container .recommendation-modal__benefits ul {
    padding-left: 0px !important;
    display: flex;
    justify-content: center;
    font-size: 22px !important;
    padding-bottom: 0px !important;
}

.recommendation-modal__container .recommendation-modal__button {
    border-color: #b47d14!important;
    color: #fff !important;
    background: #b47d14!important;
    border: 1px solid !important;
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 12px !important;
    font-size: 22px !important;
    line-height: 40px !important;
    text-align: center !important;
    margin: 0 auto !important;
    height: 100% !important;
    text-transform: uppercase;
}

.recommendation-modal__form {
    text-align: center;
}

.recommendation-modal__button--minimal {
    margin-top: 20px;
    display: block;
    color: #b47d14!important;
    font-size: 22px !important;
    line-height: 40px !important;
    text-decoration-line: unset !important;
}

.recommendation-modal__flag {
    display: none;
}
.recommendation-modal__container {
    box-shadow: 0px 0px 1px rgb(0 0 0 / 30%), 0px 4px 4px 1px rgb(0 0 0 / 10%);
    max-width: 75em !important;
}
.recommendation-modal__message .recommendation-modal__message--bold {
    font-weight: 400 !important;
}
/********** send hint popup ****/
.globo-formbuilder[data-id="60437"] .globo-form-app {
    max-width: 100% !important;
    box-shadow: none;
    padding: 0;
}

.globo-formbuilder[data-id="60437"] .globo-form-app label {
    font-size: 22px;
    text-align: left;
    line-height: 40px;
    color: #000;
  	margin: 0;
}

.globo-formbuilder[data-id="60437"] .globo-form-app input {
    border: 1px solid #979797;
    padding: 15px 15px;
    background: #fff;
    box-shadow: unset;
    border-radius: 0;
    height: auto;
}
.globo-formbuilder[data-id="60437"] .globo-form-app input:focus {
    box-shadow: none;
}
.globo-formbuilder[data-id="60437"] .globo-form-app textarea {
    border: 1px solid #979797;
    padding: 15px 15px;
    background: #fff;
    box-shadow: unset;
    border-radius: 0;
    height: 200px;
    resize: none;
}

.globo-formbuilder[data-id="60437"] .globo-form-app .footer button {
    max-width: 500px;
    background: #fff !important;
    width: 100%;
    color: #b47d14 !important;
    padding: 18px;
    font-size: 18px;
    border-color: #b47d14 !important;
    line-height: normal;
    border-radius: 0;
}
.globo-formbuilder[data-id="60437"] .globo-form-app .footer button.action.loading .spinner{
	background: #b47d14 !important;
}
.globo-formbuilder[data-id="60437"] .globo-form-app .footer button:hover {
    box-shadow: none;
    background: #b47d14 !important;
    color: #ffffff !important;
  	filter: unset;
}
.globo-form-app .globo-form-control .help-block.error {
    color: #ff0000;
    text-align: left;
}
.globo-form-app .globo-form-control.has-error input{
	border-color: #ff0000;
}
#send-hint .popup-wrapper{
	overflow-y: scroll;
    height: 90vh;
}
/*  =========================================================================================*/


/********************************************************** Media Queries **********************************************************/
/* 
@media screen and (min-width:1680px)
{
  .Product,ul.tabs,.tab-content,.custom_wrapper, .template-product .breadcrumbs .Container
  {
    max-width:1580px;
  }
  .template-product .breadcrumbs .Container
  {
    padding:0 20px;
  }
}  */


/* ======================================================================================================================================== */
 @media only screen and (min-device-width: 1024px) and (max-device-width: 1299px) {
/*    .images_store {justify-content: space-evenly;} */
/*    .desc_container .tabs, .desc_container .tab_container {
     padding: 0 10px;
   } */
   .details_heading h2, .delivery_heading h2,.collection_heading h2,.collection_heading .heading,.tab-heading,.wrapping_main .tab-heading,.enquire_main .tab-heading{
     font-size: 40px;
     line-height: 40px;
   }

   .del_left_content ,.collection_tab {
     font-size: 18px;
     line-height: 28px;
   }
   .wrapping_main p, .wrapping_main strong,.enquire_main p,.collection_tab p  {
      font-size: 18px;
      line-height: 28px;
	}

   .coll_btn a {
     font-size: 18px;
     line-height: 18px;
   }
   .delivery_table td, .details_table td {
     font-size: 18px;
     line-height: 26px;
   }

   .delivery_table th, .details_table th {
     font-size: 18px;
     line-height: 26px;
   }
   
.review_Grid {
    padding-right: 50px;
}

.review_Grid .slick-next {
    right: 0;
}
   .Product__InfoWrapper .Product__Info {
    margin-left: 0px;
}
   ul.tabs li {
    padding: 10px 10px;
}
    }


@media screen and (min-width:1140px)
{
.custom_hide {
    display: none;
} 
}
@media screen and (max-width:1680px){
.ProductRecommendations .ProductList--carousel {
    overflow: auto;
}
.Product__Wrapper {
    max-width: 100%;
} 
.details_table table,
.delivery_table table {
    width: 80%;
}
.after_added h3 {
    margin-bottom: 0;
}

.button_group {
    margin: 20px auto;
}

.additional_buy {
    padding: 30px;
      height: 90vh;
    overflow-y: scroll;
}

.complete_look {
    padding-top: 10px;
}

.complete_look h3 {
    letter-spacing: 3px;
    font-size: 24px;
    line-height: 30px;
}

.after_added h3 {
    font-size: 26px;
    line-height: 32px;
}

.complete_look span {
    font-size: 14px;
    margin: 5px 0;
}

.additional_buy .title_item {
    margin-top: 5px;
    font-size: 14px;
}

.additional_buy .price_item {
    margin-bottom: 5px;
}

.related_button button {
    margin: 10px auto;
}  
}
@media screen and (max-width:1141px)
{
  .hide_custom {
    display: none;
  }
  .accordion_head {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 15px 0px 10px 0px;
    font-size: 15px;
    font-style: normal;
    line-height: 16px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
  }
/*   .accordion_container .accordion_head:first-child {
    border: unset;
  } */
/*   .accordion_container .accordion_body:last-child{
  	border-bottom: 1px solid #ccc;
  } */
  .accordion_body {
    padding: 20px 0;
  }
  .accordion_body .Grid__Cell {
    width: 100%;
}
.delivery_table table, .details_table table {
    width: 100%;
}
.delivery_table td, .details_table td, .delivery_table th, .details_table th {
    padding-left: 0;
    padding-right: 0;
}  
   .close_tab svg {
      display: block;
    }
.rotate_svg svg {
    transform: rotate(180deg);
}

.accordion_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding: 15px 0px 10px 0px;
    font-size: 15px;
    font-style: normal;
    line-height: 15px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
  }

  .accordion_head svg {
    transition: .5s all;
    display: block;
    width: 13px;
    height: 13px;
 }

  .accordion_container {
    padding: 15px 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
    margin-top: 70px;
  }
  .rotate_svg path {
    fill: #000 !important;
  } 
/* .accordion_container .accordion_head:nth-child(13) {
    border-bottom: 1px solid #ccc !important;
}   */
/*   .accordion_container {
    padding: 0 15px;
  } */
.collection_Grid .slick-arrow,
.review_Grid .slick-arrow{
    height: 50px;
}
.details_table {
    padding-top: 15px;
} 
.template-product .Grid__collection {
    height: auto;
}
.template-product .collection_Grid .custom_paging {
    bottom: 1%;
}
.globo-formbuilder[data-id="60437"] .globo-form-app label {
    font-size: 18px;
}
  .globo-formbuilder[data-id="60437"] .globo-form-app .footer button{
  	font-size: 16px;
  }  
}
/* ======================================================================================================================================== */
@media screen and (max-width:1024px)
{
.Product__InfoWrapper .Product__Info {
    margin: 0;
}
.gallery_images .slick-next {
    right: 0;
}
.item_detail_area {
    padding-right: 10px;
}
.additional_buy {
    width: 80%;
} 
   .relatedproduct .slick-next, .relatedproduct .slick-prev {
    height: 35px !important;
}

}


@media screen and (max-width:850px) {
#sidebar-cart {
    width: 100%;
}
}
/* ======================================================================================================================================== */
@media screen and (max-width:768px)
{
  .zoomContainer {
    display: none;
}
.images_store_image svg {
    width: 40px;
    height: 40px;
}
.image-text-block span:nth-child(2) {
    font-size: 13px;
}

.images_store {
    justify-content: space-around;
}
.images_store .image-text-block:last-child {
    margin-bottom: 0;
} 
.Product__InfoWrapper .Product__Info {
    max-width: 100%;
    position: unset;
}
/*  .Product__container .Grid__Cell {
    padding-left: 0px;
} */
.Product__Info 
 .Container {
    padding: 0px;
}
.Product {
    margin-bottom: 0px;
/*     padding: 0 15px; */
}
.template-product .SectionHeader__Heading.Heading {
    font-size: 25px;
    line-height: 25px;
}
div#shopify-section-product-recommendations .Section {
    margin-top: 20px !important;
}

div#shopify-section-recently-viewed-products section {
    padding-bottom: 0px;
} 
 .gallery_images .slick-next {
    right: 0;
    height: 50px !important;
}
  .template-product .ProductMeta__Title.Heading {
    font-size: 22px;
    line-height: 25px;
    text-align: left;
    padding-top: 15px;
}

.template-product .ProductMeta__PriceList {
    text-align: left;
}
  

  .collection_heading h2,.collection_heading .heading {
    font-size: 25px;
    line-height: 25px;
  }
/*   .template-product .breadcrumbs .Container {
    padding-left: 20px;
  } */


  .accordion_body {
    padding: 20px 0;
}
  .details_heading h2,.delivery_heading h2,.review_heading h2,.tab-heading,.wrapping_main .tab-heading,.enquire_main .tab-heading{
    font-size: 25px;
    line-height: 25px;
}

.del_left_content,.delivery_list ul {
    font-size: 16px;
    line-height: 20px;
}
 
.wrapping_main p, .wrapping_main strong,.enquire_main p,.collection_tab p  {
    font-size: 16px;
    line-height: 20px;
}
.wrapping_main p {
    margin-bottom: 15px;
} 
.wrapping_main p.tab-heading {
    margin-bottom: 0;
} 
.accordion_body .contact-form .Form_FloatingLabel {
    font-size: 16px;
    line-height: 20px;
}
.delivery_table th, .details_table th {
    font-size: 16px;
    line-height: normal;
}
.delivery_list li {
    line-height: 25px;
}
  .delivery_table td, .details_table td, .details_table th {
    padding-left: 0px;
}
.delivery_table td, .details_table td {
    font-size: 16px;
    line-height: normal;
}

.details_table table,.delivery_table table {
    margin-left: unset;
    margin-top: 20px;
}
  .collection_tab,.review_tab {
    font-size: 16px;
    line-height: 25px;
}

  .collection_Grid .slick-next {
    height: 50px !important;
    right: 0;
  }

  .coll_btn a {
    font-size: 14px;
    line-height: 14px;
    padding: 14px;
  }

  .collection_heading h2, .collection_heading .heading {
    margin-bottom: 10px;
  }
  .template-product .metafields_collection .collection_heading h2, .template-product .metafields_collection .collection_heading .heading{
  	margin-bottom: 0;
  }
  .review_Grid .slick-next {
    height: 50px !important;
    right: 0;
  }
  .additional_buy {
    width: 97%;
}
}

@media screen and (max-width:767px){
  .Product__container .Grid__Cell {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
.Product__InfoWrapper .Product__Info {
  	padding-left: 0;
}  
/*     .additional_buy {
    width: 100%;
} */
  .relatedproduct .slick-arrow {
    height: 30px !important;
}
  .images_store .image-text-block {
    width: 100%;
    margin-bottom: 10px;
}  
  .complete_look h3 {
    font-size: 16px;
    line-height: 16px;
}

.complete_look span {
    font-size: 15px;
    line-height: 15px; 
} 
  .popup-close {
    position: relative;
    top: -10px;
    right: -10px;
}
.popup-close img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.accordion_body .Container {
    padding: 0 35px;
}
.custom_paging .slick-active {
    font-size: 16px;
    line-height: 24px;
}
#Search {
    width: 100%;
}
/*** overlay popup **/
.additional_buy .title_item {
    min-height: auto;
}

.after_added h3 {
    font-size: 16px;
    line-height: 20px;
}

.button_group {
    margin: 8px 0;
    display: flex;
    gap: 6px;
}

.btn_popup {
    padding: 8px 3px;
    font-size: 12px;
    width: 50%;
}

.additional_buy {
    padding: 20px;
}

.additional_buy .relatedproduct .slick-arrow {
    height: 30px !important;
}

.complete_look h3 {
    font-size: 14px;
}

.complete_look span {
    font-size: 12px;
}
.related_button button {
    margin: 5px 0 0 0;
    padding: 8px 3px;
    font-size: 12px;
}
  
.additional_buy .relatedproduct .slick-prev {
    left: 0;
  z-index:9999;
}

.additional_buy .relatedproduct .slick-next {
    right: 0;
}

.additional_buy .item_details {
    padding: 0 20px;
    margin: 0 auto;
}
.additional_buy .item_details .featured_img_inside img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.additional_buy .featured_img_inside {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}  
.dateofbirth {
    height: 45px;
} 
  .Drawer__Content .Drawer__Footer {
    transform: translateY(-115px)!important;
    background: #fff;
}
}

@media screen and (max-width:640px) {
.accordion_container {
    padding: 0;
    margin: 50px 0;
}
.additional_buy {
    padding: 15px;
}  
  .metal_available {
    font-size: 14px;
}
}


@media screen and (max-width:600px)
{
/*   .temp_ .Product__container {
    display: flex;
}
.temp_high-end .Product__container {
    display: flex;
}
.temp_ .accordion_head {
    display: inline;
}
  .temp_high-end .accordion_head {
    display: inline;
} */
/*   ==================================================   Story page                 ==================================== */
  
.temp_Story_One_Template .ImageHero.ImageHero--large {
    flex-direction: column;
}

.temp_Story_One_Template .ImageHero.ImageHero--large .Grid__Cell {
    width: 100%;
}
  
 .temp_Story_One_Template .title_collection {
    line-height: normal;
}

.temp_Story_One_Template .sort-by-select select , .temp_Story_Two_Template .sort-by-select select {
    margin-top: 0px;
}

/* .temp_Story_One_Template .filter-list .category-filter a,.temp_Story_Two_Template .filter-list .category-filter a {
    padding-left: 0px;
} */

.temp_Story_One_Template .ImageHero_Wrapper p {
    font-size: 20px;
    line-height: 30px;
}

.temp_story .ImageHero__Block {
    max-width: 100%;
} 
  

#collection_Story_Two_Template .slick-prev {
    left: 0;
}



  /*   ==================================================   Story page                 ==================================== */
}

@media screen and (max-width: 480px){

.Footer__LocalizationItem.customCurrency {
    display: block;
}

.u-visually-hiddn {
    display: block;
    text-align: left;
    width: 100%;
}
.customCurrency .SelectButton {
    margin-left: 0;
    font-size: 14px;
}
  .newsletter-content h2 {
    font-size: 25px;
    line-height: 25px;
}

.online-order {
    font-size: 20px;
    line-height: 20px;
}


.content_sub, .contentSub {
    font-size: 18px;
    line-height: 24px;
}

.newsletterContent {
    padding: 10px;
    height: 385px !important;
    width: 90%;
}


.newsletterContent .close_div svg {
    width: 30px;
}

.Form-Item {
    flex-direction: column;
}
   .recommendation-modal__container .recommendation-modal__message {
    font-size: 25px !important;
    line-height: 25px !important;
}

.recommendation-modal__container .recommendation-modal__benefits ul {
    display: block;
    text-align: center;
}

.recommendation-modal__content .recommendation-modal__benefits ul li {
    display: inline;
}
  .cart-logo svg {
    max-width: 100%;
  }
}
/* =================================== only for product page ========================= */
@media screen and (max-width: 400px){
  form#product_form_6876442689727 .SizeSwatchList .HorizontalList__Item {
    width: 100%;
}
  .recommendation-modal__container .recommendation-modal__message {
    font-size: 25px !important;
    line-height: 25px !important;
}

.recommendation-modal__container .recommendation-modal__benefits ul {
    display: block;
    text-align: center;
}

.recommendation-modal__content .recommendation-modal__benefits ul li {
    display: inline;
}

}
@media screen and (max-width: 325px){
.delivery_table td, .details_table td {
    font-size: 13px;
    line-height: normal;
}
  .details_table td:nth-child(even) {
    padding: 5px 0px;
}
}

div#tab-7 .custom_paging {
    display: none;
}
.star-rating,.reviews {opacity: 0;}
.cart-logo svg path {
    fill: #000;
}
/* =================================== only for product page ========================= */
/********************************************************** Media Queries **********************************************************/
.hide_these_popup{
display:none;
}
.gallery-img {
    padding: 3px;
}
.para_varint svg {
    cursor: pointer;
}
.swym-button.swym-add-to-wishlist-view-product:not(.swym-loaded) {
    display: unset !important;
}


.temp_journal svg {
    transform: unset;
} 