.product-setting .btn.btn-outline-dark:hover {
    background-color: #000;
    color: #fff;
}
.product-social-links .action.towishlist {
    text-decoration: underline;
}
.product-social-links .diamond-setting-content {
    display: none;
}
.diamond-prices-container {
    display: flex;
    flex-direction: column;
}
@media (max-width: 1199px) {
    #maincontent {
        margin-top: 80px;
    }
}
@media (min-width: 1200px) {
    #maincontent {
        margin-top: 180px;
    }
}
.diamond-setting-content {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
}
.product-setting {
    width: 100%;
    float: right;
    margin-bottom: 20px;
    clear: both;
}
.diamond-setting-name {
    padding: 5px 20px;
    position: relative;
    font-weight: 300;
    color: #777;
}
.diamond-ring-price,
.diamond-total-price {
    margin-top: 5px;
    color: #000;
    display: flex;
    text-align: left;
}
.diamond-prices {
    text-align: right;
}
.diamond-product-rings-detailed-wrapper {
    z-index: 9999;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(87, 87, 87, 0.4);
    top: 0;
    left: 0;
    cursor: pointer;
}
.diamond-product-rings-detailed {
    cursor: default;
    padding: 25px;
    width: 500px;
    max-width: 100%;
    background-color: #ffffff;
    z-index: 2000;
    overflow: auto;
    position: fixed;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: center;
}
.diamond-product-rings-images {
    display: flex;
}
.diamond-product-rings-images img {
    width: 33.33%;
    object-fit: cover;
}
.diamond-product-rings-images img:not(:last-child) {
    padding-right: 10px;
}
.diamond-setting-name-title {
    line-height: 35px;
}
.diamond-product-rings-detailed #product_appointment {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
}
.diamond-product-rings-content {
    max-width: 100%;
}
.diamond-product-rings-close-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.diamond-product-rings-close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.diamond-product-rings-close:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    background-color: #282828;
    right: 50%;
    top: 5%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.diamond-product-rings-close:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #282828;
    top: 50%;
    right: 5%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.catalog-product-view {
    font-weight: 300;
}
.ethical-container {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 285px;
    margin: 100px 0;
    color: #fff;
    background-color: #c0c0c0;
}
.ethical-container .row {
    margin-left: 0;
    margin-right: 0;
}
.col-sm-6 {
    width: 50%;
}
.ethical-container-left {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.origin-media {
    padding-right: 10px;
    width: 50%;
    display: table-cell;
    vertical-align: top;
}
.ethical-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.ethical-container h4 {
    display: block;
    font-size: 14px;
    margin-top: 2px;
    color: #fff;
    font-family: cormorant-garamond, sans-serif;
    font-weight: 300;
}
.ethical-container-left h4 {
    font-size: 18px;
}
.ethical-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.ethical-container-left a {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.05em;
    text-decoration: underline;
}

.ethical-container-right h3 {
    font-size: 18px;
    color: #fff;
    text-transform: none;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 0;
}
.pdp-collapse-panel {
    border-top: 1px solid #fff;
    background-color: transparent;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
    box-shadow: none;
}
.ethical-title {
    cursor: pointer;
    position: relative;
}
.pdp-collapse-body {
    font-size: 16px;
    display: none;
    padding-top: 10px;
}
.ethical-container .fa-angle-down {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 20px;
    transition: 0.5s;
}
.ethical-opened .fa-angle-down {
    transform: rotate(-180deg);
    transition: 0.5s;
}
.product-info-main .product-info-stock-sku {
    display: block;
    float: none;
    padding-left: 0;
    text-align: left;
}
.product-info-main .stock.available {
    font-weight: 300;
}
.page-title {
    font-weight: 300;
}
.product-info-price .price-box .price-container .price {
    font-weight: 300;
}
.product-social-links .diamond-image {
    display: none;
}
.product-social-links .diamond-info {
    margin-left: 0;
}
.contact-block-new {
    margin-bottom: 0;
}
.diamond-benefits {
    margin: 50px 0;
}
.diamond-benefits-section {
    text-align: center;
    padding-bottom: 30px;
    font-size: 13px;
}
.diamond-benefits-section img {
    margin: auto;
    margin-bottom: 20px;
    width: 90px;
}
.benefits-title {
    padding-bottom: 15px;
}
.product.attribute.sku {
    display: none;
}
.diamond-carousel-title{
  text-align: center;
  font: normal normal 300 31px/37px Josefin Sans;
  font-family: Josefin Sans,'Noto Sans JP', sans-serif;
  letter-spacing: 2.48px;
  color: #000000;
  margin: 50px 0;
  text-transform: uppercase;
}

.diamond-carousel-name{
  padding-top: 10px;
  text-align: center;
}
.diamond-carousel, .diamond-benefits, .product-setting .diamond-additional{
  margin: 100px 0;
}
.diamond-carousel-title, .contact-us-heading {
  margin-bottom: 30px;
}
.address-home-page{
  text-align: left;
}
@media (max-width: 991px) {
    .diamond-ring-price,
    .diamond-total-price {
        display: unset;
        text-align: center;
    }
    .diamond-prices {
        text-align: center;
    }
    .swatch-desktop{
      display: none;
    }
}
@media(min-width: 992px){
    .swatch-mobile{
      display: none;
    }
    .config_eternity .swatch-attribute-selected-option {
      display: block;
      padding: 0;
    }
}
@media (min-width: 769px) {
    .fotorama__wrap--slide .fotorama__stage__frame {
        margin-left: 20px;
    }
    .diamond-benefits {
        display: flex;
    }
    .diamond-benefits-section {
        width: 25%;
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    .diamond-product-rings:nth-child(2n) {
        padding-left: 5px;
    }
    .diamond-product-rings:nth-child(2n + 1) {
        padding-right: 5px;
    }
    .diamond-product-rings {
        width: 50%;
    }
    .diamond-product-rings-detailed {
        max-height: 80%;
    }
    .col-sm-6 {
        width: 100%;
    }
    .ethical-table {
        display: block;
        margin-bottom: 20px;
    }
    .origin-media {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .ethical-container {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .product-info-main {
        margin-top: 20px;
    }
    .product-info-main .product-info-stock-sku {
        padding-left: 10px;
    }
    .ethical-container-right h3 {
        max-width: 90%;
    }
    .diamond-carousel-title, .contact-us-heading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 25px;
        margin-left: 2rem;
        margin-right: 2rem;
    }

}
.page-layout-cms-full-width .product-info-main {
    width: 50%;
}
.page-layout-cms-full-width .product.media {
    width: 50%;
}
.page-layout-cms-full-width .columns {
    display: flex;
}
.page-product-configurable .swatch-option.image {
  width: 75px !important;
  height: 75px !important;
  background-size: cover !important;
}
