

* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  font-size: var(--black-color); 
}

/*///*/


/*////*/

.product-list-mainblock{
    width: 100%;
    padding: 20px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
}

.header-block{
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
}
.header-block .titel {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
    font-family: 'Manrope', sans-serif;
    color: #060606;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    text-transform: none;
}

.product-list-mainblock .prduct-slider-block{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
}
.product-list-mainblock .product-item{
    width: 100%;
    padding: 0 30px 30px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
    position: relative;
}
.product-list-mainblock .product-item .product-image{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.product-list-mainblock .product-item .product-image a{
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}
.product-list-mainblock .product-item .product-image img {
    width: 100% !important;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center center;
    -moz-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    -webkit-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
}
.product-list-mainblock .product-item:hover .product-image img {
    transform: scale(1.1);
}


.product-list-mainblock .goldsmith-wishlist-btn{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.product-list-mainblock .goldsmith-product-hint {
    background-color: rgba(51,51,51,.9);
    font-size: 12px;
    line-height: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: auto;
    right: 50px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    padding: 8px 9px 8px 9px;
    color: var(--goldsmith-light);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 7px 15px rgba(0,0,0,.3);
    -webkit-transition: opacity .3s linear,right .3s linear;
    transition: opacity .3s linear,right .3s linear;
}
.product-list-mainblock .goldsmith-svg-icon {
    max-width: 24px;
    max-height: 24px;
    cursor: pointer;
    fill: #060606;
}

.product-list-mainblock .product-content{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    clear: both;
}
.product-list-mainblock .product-name{
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0;
    clear: both;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Manrope', sans-serif;
    color: #060606;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;

}
.product-list-mainblock .product-name a{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}
.product-list-mainblock .product-price{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: left;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
}
.product-list-mainblock .product-price span {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
}


.product-list-mainblock .product-stock{
    width: 100%;
    padding: 5px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: left;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    font-family: 'Jost', sans-serif;
}
.product-list-mainblock .product-stock span {
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 1;
}

div#s2id_cat_id {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}

.modal-content .slick-slide{
    width: 450px !important;
    max-width: 100% !important;
}

.modal-content .slick-slide img{
    width: 450px !important;
    height: auto;
    max-width: 100% !important;
}


/*///*/

.goldsmith-woocommerce-pagination {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.goldsmith-woocommerce-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    margin-bottom: -10px;
    padding: 0;
}
.goldsmith-woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin-bottom: 10px;
    border: 0;
}
.goldsmith-woocommerce-pagination ul li a, .goldsmith-woocommerce-pagination ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 3px;
    padding: 0;
    border: 0;
    color: #111111;
    background-color: #f8f9fa;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 4px;
}

.goldsmith-woocommerce-pagination ul li a:focus, .goldsmith-woocommerce-pagination ul li a:hover, .goldsmith-woocommerce-pagination ul li span.current {
    color: #ffffff;
    background-color: #060606;
}

/*///sidebar-inner///*/

.sidebar-inner{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}
.sidebar-inner .product-filter-box{
    width: 100%;
    padding: 0 0 15px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}
.sidebar-inner .accordion-heading{
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    clear: both;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Manrope', sans-serif;
    color: #060606;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}
.sidebar-inner .accordion-heading a{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

.accordion-inner{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}
.accordion-inner ul{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    list-style: none;
}
.accordion-inner ul li{
    width: 100%;
    padding: 3px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    list-style: none;
}
.accordion-inner ul li a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #060606;
    outline: medium none;
}


/*////2024.09.02////*/

.product-list-mainblock{
    position: revert;
    padding-top: 70px;
}
.custom_sticky_mainblockheader{
    width: 100%;
    padding: 5px 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.custom_sticky_header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}
.product-list-mainblock .product-item .check_img {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    cursor: pointer;
}

.check-all{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
}
.check-all input{
    margin: 0 10px 0 0;
}
.check-all label{
    padding: 0 !important;
    margin: 0 !important;
}

.filter-buttonblock{
 display: flex;
 justify-content: flex-end;
 align-items: center;
}

.modal-dialog{
    margin-top: 80px;
}

.custom_web_try_on {
    bottom: 30px;
    right: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    color: #012f49;
    text-transform: uppercase;
}
.custom_web_try_on span {
    border: none;
    outline: none;
    box-shadow: none;
    color: #012f49;
    text-transform: uppercase;
}

.product-list-mainblock button {
    background-color: #012f49 !important;
    border-color: #012f49 !important;
    color: #ffffff !important;
    text-transform: none;
    padding: 4px 10px;
    margin: 2px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat !important;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}


.try_on_button {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    color: #012f49;
    text-transform: uppercase;
    background-image: url(tray-it-now.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 25px;
    font-size: 14px;
}

/*//////*/

.portlet > .portlet-body{
    max-height: 350px !important;
    overflow: auto !important;
}