.container-medium {
    width: 1155px;
}
.header-box-search {
    margin-left: 10px;
}
.header-box-search:hover .header-search-box {
    display: block;
}
.header-box-user {
    margin-left: 17px;
    cursor: pointer;
}
.header-box-user:hover .dropdown-list {
    display: block;
}
.header-box-wishlist {
    margin-left: 17px;
}
.header-box-cart {
    margin-left: 35px;
}
.scroll-top {
    bottom: 50px;
    cursor: pointer;
    height: 44px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 44px;
    z-index: 9999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 10px;
}
.scroll-top img {
    width: 32px;
    height: 32px;
    margin: 7px;
}
.col-search-heading {
    max-width: calc(100% - 25px);
}
.col-search-close {
    padding-left: 0;
    max-width: 25px;
}
.search-bar-input {
    width: calc(100% - 45px);
}
.search_button {
    width: 45px;
    border: #68C5C0;
    cursor: pointer;
}
.search_button .input-group-text {
    background-color: #68C5C0;
    padding: 0.9rem 0.75rem;
}
.search_form {
    display: flex;
}

#breadcrumb_nav {
	background-color: transparent;
	margin-bottom: 0;
}
#breadcrumb_nav .breadcrumb-item + .breadcrumb-item::before {
	content: "-";
}
#breadcrumb_nav .breadcrumb-item a {
	text-decoration: underline;
	text-underline-position: under;
	color: #ABA7AF;
}
#breadcrumb_nav .breadcrumb-item.active {
	text-decoration: underline;
	text-underline-position: under;
	color: #1A141F;
}

/*------- product item start -------*/
.product-item {
    overflow: hidden;
}

.product-item .color-categories {
    padding: 5px 0 6px;
}

.product-item:hover .product-thumb .sec-img,
.product-list-item:hover .product-thumb .sec-img {
    opacity: 1;
    visibility: visible;
}

.product-item:hover .product-thumb .pri-img,
.product-list-item:hover .product-thumb .pri-img {
    opacity: 0;
    visibility: hidden;
}

.product-item:hover .button-group a,
.product-list-item:hover .button-group a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-item:hover .cart-hover,
.product-list-item:hover .cart-hover {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
}

.product-thumb {
    position: relative;
    z-index: 0;
}

.product-thumb img {
    width: 100%;
}

.product-thumb .sec-img {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.product-caption {
    padding-top: 0;
}

.product-caption .product-name {
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 8px;
    text-align: left;
    font-size: 14px;
}

.product-caption .product-name a {
    color: #1A141F;
    text-transform: capitalize;
    margin-bottom: 8px;
    margin-top: 5px;
}

.product-caption .product-name a:hover {
    color: #68C5C0;
}

.manufacturer-name {
    padding-bottom: 5px;
    line-height: 1;
}

.manufacturer-name a {
    font-size: 14px;
    line-height: 1;
    color: #777777;
    text-transform: capitalize;
}

.manufacturer-name a:hover {
    color: #c29958;
}

.color-categories {
    line-height: 1;
}

.color-categories li {
    display: inline-block;
    padding: 1px;
    text-align: -webkit-center;
}

.color-categories li.active .line-b4-head {
    height: 3px;
    width: 25px;
    background-color: transparent;
}

.color-categories li:hover .line-b4-head,
.color-categories li.active .line-b4-head {
    background-color: #328F94;
}

.color-categories li a {
    height: 28px;
    width: 30px;
    display: block;
}

.c-lightblue {
    background-color: #b0c4de;
}

.c-darktan {
    background-color: #aa9e78;
}

.c-grey {
    background-color: #808080;
}

.c-brown {
    background-color: #964B00;
}

.button-group {
    right: 15px;
    top: 15px;
    position: absolute;
}

.button-group a {
    /*width: 38px;*/
    /* height: 38px; */
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #1A141F;
    text-align: center;
    /* border-radius: 50%; */
    margin-bottom: 10px;
    /* background-color: #fff; */
    opacity: 1;
    visibility: visible;
}

.pe-7s-like {
    color: #1A141F !important;
    font-weight: 600 !important;
}

.button-group a span {
    display: block;
}

.button-group a:hover {
    color: #c29958;
}

.cart-hover {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product-label {
    background: #c29958;
    /* border-radius: 20px; */
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    /* left: 20px; */
    line-height: 2;
    min-width: 46px;
    padding: 0px 14px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.product-label span {
    display: block;
    /*margin-top: -1px;*/
}

.product-label.discount {
    background-color: #68C5C0;
}

.product-label:nth-child(1) {
    top: 15px;
}

.product-label:nth-child(2) {
    top: 48px;
}

.ratings {
    color: #f9bd22;
    font-size: 14px;
}

.ratings span {
    margin-right: 3px;
}

.price-box {
    font-size: 14px;
    line-height: 1;
    text-align: left;
}

.price-regular {
    color: #1A141F;
    font-weight: 500;
}

.price-old {
    color: #1A141F;
    padding-left: 5px;
    font-weight: 300;
}

.btn-cart:hover {
    color: #fff;
    background-color: #68C5C0;
}

.product-label.discount:last-child {
    padding-right: 15px;
}
.product-label.discount:first-child {
    padding-left: 10px;
    margin-left: 0;
}

.product-label.discount {
    display: inline-block;
    zoom: 1;
    margin-left: 30px;
    color: white;
    text-align: center;
}

.product-label span {
    display: block;
    /* margin-top: -1px; */
}

.product-label.discount:last-child:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    border-top: 80px solid transparent;
    border-left: 0px solid white;
    border-bottom: 80px solid transparent;
    margin: -10px 0px 0 0px;
}

.product-label.discount:first-child:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #68C5C0;
    border-bottom: 10px solid transparent;
    margin: -18px 90px 0 37px;
}

img {
    max-width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn-first {
    background-color: #328F94;
    width: 350px;
    height: 56px;
    border: 1px solid #328F94;
    border-radius: 4px;
    color: #FFFFFF;
}

.btn-first:hover {
    color: #328F94;
    border: 1px solid #328F94;
    background-color: #fff;
}

.btn-second {
    color: #328F94;
    border: 1px solid #328F94;
    background-color: #fff;
    width: 350px;
    height: 56px;
    border-radius: 4px;
}

.btn-second:hover {
    background-color: #328F94;
    border: 1px solid #328F94;
    color: #FFFFFF;
}

.btn_svg{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    transition: all 0.3s ease;
}
.btn_svg svg {
    fill: #328F94;
    transition: fill 0.3s;
}
.btn_svg:hover svg {
    fill: white;
}

.btn-cart {
    padding: 12px 25px;
    background-color: #328F94;
    color: #fff;
    border-radius: 0;
    width: 90%;
    text-transform: capitalize;
    -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
}

.btn-cart:hover {
    color: #fff;
    background-color: #68C5C0;
}

figure {
    margin: 0;
}

.product-caption .product-name {
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 8px;
    text-align: left;
    font-size: 14px;
}

.shop-product-wrap [class*=col-] {
    margin-bottom: 30px;
}

.page_title{
    color: #1A141F;
    font-size: 14px;
    font-weight: 500;
}
.page_title_24{
    color: #1A141F;
    font-size: 24px;
    font-weight: 500;
}
header{
    z-index: 1 !important;
}

.upload_your_design_mega_menu_li, .build_your_jewelry_mega_menu_li {
    width: 99%;
    background-color: #f6fecd;
    border: 1px solid #ccc;
    z-index: 9999;
    margin: 1px 0 2px 7px;
}

.design-preview-menu {
    display: flex;
    flex-wrap: wrap;
}

.design-preview-menu .col-4 {
    width: 33.33%;
    padding: 10px;
}

.menu-thumb {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.upload_your_design_mega_menu_toggle a.active,
.build_your_jewelry_mega_menu_toggle a.active {
    color: #fff;
    background: #68C5C0;
}

.zoom-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 500px; /* Adjust to match image ratio */
    background-size: cover;
    background-position: center;
    overflow: hidden;
    /*cursor: crosshair;*/
    cursor: default;
}
.zoom-lens {
    position: absolute;
    display: none;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid #ccc;
    pointer-events: none;
    z-index: 10;
}
.height-44px {
    height: 44px;
}
.w-260px {
    width: 260px !important;
}
.navbar-brand-mobile {
    display: none;
}
.bigmenu-row-sm {
    display: none;
}
.bigmenu-row-md {
    display: flex;
}
.uyd_category_anchor:hover,
.byj_category_anchor:hover {
    color: #333333 !important;
    background: rgba(104, 197, 192, 0.2) !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #328F94;
    background-color: #fff;
    border-color: #328F94;
}

select.form-control {
    background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 95%;
    background-size: 10px;
}

.accordian-box .moreDetailAccordion {
    margin: 10px 0 25px 0;
}

.btn_grey{
    background-color: rgba(141, 138, 145, 0.5);
    color: #FFFFFF;
    border: 1px solid rgba(141, 138, 145, 0.5);
}
.btn_grey:hover{
    border: 1px solid rgba(141, 138, 145, 0.5);
    background-color: transparent;
    color: rgba(141, 138, 145, 0.5);
}
.btn_minty_cyan{
    background-color: #68C5C0;
    color: #FFFFFF;
    border: 1px solid #68C5C0;
}
.btn_minty_cyan:hover{
    border: 1px solid #68C5C0;
    background-color: transparent;
    color: #68C5C0;
}
.breadcrumb.no-bg li {
    text-decoration: underline;
    text-underline-position: under;
    color: #ABA7AF;
}
.breadcrumb.no-bg li a {
    text-decoration: underline;
}
.breadcrumb.no-bg li.active {
    text-decoration: underline;
    text-underline-position: under;
    color: #1A141F;
}

@media (hover: none) and (pointer: coarse) {
    .zoom-lens {
        display: none !important;
    }

    .zoom-container {
        background-size: cover !important;
        background-position: center !important;
    }
}

@media only screen and (max-width: 578px) {
    .welcome-message p {
        font-size: 10px;
    }
    .header-contant-no {
        display: none;
    }
    .header-book-appointment {
        font-size: 12px;
        margin-top: 4px;
    }
    .header-middle-content {
        padding: 4px 0;
        min-height: 40px;
    }
    .header-lower {
        background: #68C5C0;
    }
    .header-box-user, .header-box-wishlist {
        margin-left: 10px;
    }
    .header-box-cart {
        margin-left: 30px;
    }
    .navbar-brand {
        display: none;
    }
    .navbar-brand-mobile {
        display: inline-block;
        width: 100%;
    }
    .row-mobile-nav {
        width: 100%;
        margin-right: 15px;
    }
    .col-mobile-nav-btn {
        width: 75px;
        max-width: 75px;
        padding-right: 0;
    }
    .col-mobile-nav-logo {
        width: calc(100% - 130px);
        max-width: calc(100% - 130px);
        padding: 0;
        align-content: center;
        text-align: center;
    }
    .bigmenu {
        padding: 0 22px 10px 22px;
    }
    .inner-menu li a {
        padding: 8px 3px;
    }
    .inner-menu li a i {
        top: 7px;
    }
    .bigmenu-row .col-4 {
        padding-right: 3px;
    }
    .design-preview-menu .col-4 {
        padding-right: 10px;
        padding-top: 0;
    }
    .bigmenu-row-sm {
        display: flex;
    }
    .bigmenu-row-md {
        display: none;
    }
    .li_span_line_height span {
        line-height: 34px !important;
    }
    .upload_your_design_mega_menu_ul,
    .build_your_jewelry_mega_menu_ul {
        margin: 0 0 10px 0 !important;
    }
    .upload_your_design_mega_menu_li,
    .build_your_jewelry_mega_menu_li {
        margin: 1px 0 2px 1px;
    }
    .uyd_category_anchor {
        padding-top: 3px;
    }
}