@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('../iconfont/css/all.css');


* {
    font-family: "Sen", sans-serif;
    padding: 0;
    box-sizing: border-box;

}

.page-wrapper>.breadcrumbs,
.page,
body .header.content,
body .footer.content,
body .page-main {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

body.cms-home .page-main {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

body .header.content {
    padding: 11px 15px;
}

.header.content .logo {
    margin: 0;
}

.sec_p100 {
    padding: 40px 0;
}

.secHdr {
    margin: 0 0 20px 0;
    text-align: center;
}

.secH2 {
    color: #C7AD8B;
    font-size: 16px;
    text-transform: uppercase;
}

.abtText1 {
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 30px;
    margin: 0 0 50px 0;
}

.abtText1 p {
    font-size: 18px;
    margin: 0 0 20px 0;
}

.abtBox {
    display: flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 50px 0;
}

.abtGray {
    background: #F4F4F4;
    width: calc((100% - 56px) / 3);
    padding: 25px 25px;
    box-sizing: border-box;
}

.abtIcon {
    font-size: 60px;
}

.abth1 {
    margin: 15px 0 18px;
    font-size: 30px;
    font-family: "Sen", sans-serif;
}

.abtP {
    font-size: 18px;
    line-height: 30px;
}

.tbTxt {
    min-height: 600px;
    background: rgba(0, 0, 0, 0.40);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tbTxt3 {
    text-align: center;
    color: #fff;
}

.txtH2 {
    font-size: 12px;
}

.txtH3 {
    font-size: 40px;
    font-family: "Sen", sans-serif;
}

a.btntb {
    background: #fff;
    margin: 60px 0 0 00;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    text-decoration: unset;
    font-size: 14px;
    color: #000;
    width: 160px;
    padding: 15px 0;
    text-transform: uppercase;
}

a.btntb:hover {
    background: rgba(255, 255, 255, 0.85);
}

.f_category_list {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
}

.cat_item {
    text-align: center;
    padding: 0 12px;
    box-sizing: border-box;
}

.cat_name h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 20px 0 0;
}

.cat_img {
    line-height: 0;
    border: 1px solid #f5f5f5;
    overflow: hidden;
}

.cat_name {
    display: block;
    text-align: center;
}

.block.related .owl-carousel .owl-stage-outer,
.newArvl .owl-carousel .owl-stage-outer {
    padding: 10px 0;
}

.homPrdct {
    transition: all ease-in-out 0.3s;
    width: 100%;
}

.newArvl .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.newArvl .owl-carousel .owl-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.newArvl .collection-product-block .item {
    width: 25%;
    padding: 0 25px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.newArvl .collection-product-block {
    display: flex;
    flex-wrap: wrap;
}

.newArvl .item {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 25px;
}

.newArvl .pimg img {
    height: 350px;
    width: auto;
    display: inline-block;
}

.pimg {
    display: block;
    position: relative;
}

.pcatgname {
    font-size: 14px;
    margin: 10px 0;
}

.pname {
    font-size: 16px;
    margin: 15px 0 5px 0;
}

.pname a {
    color: #000;
}

.pPrice {
    font-weight: bold;

}

.pPrice .price-box.price-final_price .price-container .price {
    font-size: 16px;
}

.pPrice span.price-label {
    display: none;
}

.pPrice .price-box.price-final_price {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.pPrice span.special-price {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.pPrice .old-price .price-container .price {
    font-size: 12px;
}

.custom_head {
    background: #f5f5f5;
    color: #000;
    padding: 12px 0;
}

.custom_head .page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.custom_head .chBox1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.custom_head .chBox1 aside {
    display: flex;
    align-items: center;
}

.chBox1 aside:first-child {
    margin-right: 20px;
}

.custom_head .chBox1 aside i {
    color: #000;
    margin: 0px 8px 0 0;
    font-weight: 300 !important;
    font-size: 16px;
}

.chBox1 aside span {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.custom_head .chBox2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.custom_head .chBox2 .btn-outline {
    padding: 7px 18px;
}

.chBox2 .btn-outline span i {
    font-weight: 300 !important;
    margin-left: 3px;
}

.nav-sections,
.nav-sections .navigation {
    background: transparent;
}

body .columns .column.main {
    padding: 0;
}

footer.page-footer {
    background: #000;
    margin: 40px 0 0;
    padding-bottom: 0;
}

.custom_footer {
    width: 100%;
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    color: #fff;
}

.block.newsletter {
    width: 25%;
}

.footer.content {
    padding-top: 0 !important;
}

.ftrClm {
    width: 25%;
    box-sizing: border-box;
}

.ftrH1 {
    font-family: "Forum", serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 25px 0;
}

.ftrTxt {
    font-size: 16px;
}

.ftrMenu a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

body .footer.content .ftrMenu ul li {
    margin: 00 0 15px 0;
}

.ftrClm1 {
    padding: 0 100px 0 0;
}

.ftrAdrs {
    margin: 0 0 20px 0;
}

.ftrPhon {
    margin: 0 0 20px 0;
}

small.copyright {
    background: #000;
    font-size: 15px;
    color: #7e7e7e;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 14px 0;
}

.cpTxtLine {
    display: none !important;
    border-top: 1px solid rgb(255 255 255 / 10%);
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 58px;
}

.cpText {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
}

.cpLinks a {
    color: #fff;
    opacity: 0.5;
}

.cpLinks span {
    color: #fff;
    opacity: 0.5;
    padding: 0 10px;
    font-size: 14px;
}

.ftrMenu a:hover,
.cpLinks a:hover {
    opacity: 0.9;
    text-decoration: unset;
}

.custom_footer button.action.subscribe.primary {
    color: #000;
    background: #fff;
    border-radius: 0;
    border: 00;
    font-size: 16px;
    padding: 12px 15px;
    text-transform: uppercase;
    line-height: 1.28;
    letter-spacing: .3px;
}

.custom_footer button.action.subscribe.primary i {
    display: none;
}

.custom_footer .form.subscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
}

div#newsletter-error {
    position: absolute;
    top: 100%;
    left: 0;
}

.custom_footer .field.newsletter {
    flex: 1;
}

.custom_footer input[type="email"] {
    border: 1px solid #fff;
    padding: 16px 20px;
    height: 45px;
    background: rgba(0, 0, 0, .1);
    color: #fff;
}

._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none !important;
}

.socLinks {
    display: flex;
    margin: 25px 0 0 0;
}

.socLinks a {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 41px;
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 0 15px 0 0;
}

.socLinks a:hover {
    opacity: 1;
}

.ftrTxt>div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.ftrTxt i {
    line-height: 24px;
    font-weight: 300;
}

.ftrTxt span {
    padding: 0 0 0 10px;
}

body .header.content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: unset;
}

.page-header .logo {
    order: 1;
}

.page-header .sections.nav-sections {
    flex: 1;
    order: 2;
    margin: 0;
    padding: 0 30px;
}

.page-header .searchIcon {
    order: 3;
}

.page-header .sign-in-home {
    order: 4;
}

.page-header .minicart-wrapper {
    order: 5;
    margin: 0;
}

body .page-header .amsearch-wrapper-block {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f3f3f3;
    padding: 20px;
    display: none;
}

.sign-in-home span {
    font-size: 0;
}

a:hover,
.alink:hover {
    text-decoration: none !important;
}

.nav-sections .navigation ul li.level0>a.level-top {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    padding: 10px 5px;
    transition: all ease .7s;
}

.nav-sections .navigation ul li.level0.parent>a.level-top {
    padding: 0 12px 0 0;
}

body .navigation .level0.parent>.level-top>.ui-menu-icon:after {
    font-size: 9px;
}

.nav-sections .navigation ul li.level0>a.level-top:hover {
    font-weight: 700;
}

.nav-sections .navigation ul li.level0.active>a.level-top {
    font-weight: 700;
    border: 0;
}

header.page-header {
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #eee;
}

.cms-home header.page-header {
    border-bottom: 0px solid #eee;
}

.nav-sections .navigation .level0 {
    margin: 0 10px 0 0 !important;
}

.searchIcon,
.sign-in-home i {
    font-size: 20px;
    color: #000000;
}

.searchIcon {
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.section-items.nav-sections-items {
    margin: 0 auto;
    text-align: center;
}

.sign-in-home a {
    display: block;
    width: 20px;
    text-align: center;
    padding: 3px 0;
}

.navigation .level0 .submenu .ui-menu-item {
    text-align: left;
}

.sign-in-home {
    margin: 0 20px;
}

.sign-in-home.logout {
    margin-left: 0;
}

.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:before {
    color: #000000;
    content: "\f290";
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    font-weight: 300;
}

.amsearch-form-block {
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100% !important;
    box-sizing: border-box;
}

.srchBox {
    width: 100%;
}

.amsearch-input-wrapper .amsearch-input {
    border: 0;
    border-bottom: 1px solid #ccc;
    background: transparent;
    font-size: 16px;
}

.amsearch-input-wrapper .amsearch-input:focus {
    border: 0;
    border-bottom: 1px solid #a9a9a9;
}

.amsearch-overlay-block {
    background: rgba(0, 0, 0, 0);
    z-index: 01;
}

.banner .owl-carousel .owl-nav button.owl-prev,
.banner .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.banner .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.banner .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav .owl-next {
    right: 0;
}

body.cms-home .newArvl .owl-carousel button.disabled {
    opacity: 0;
}

.banner .owl-carousel .owl-nav button.owl-prev span,
.banner .owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    width: 0;
    height: 0;
    font-size: 0;
}

.banner .owl-carousel .owl-nav button.owl-prev:after,
.banner .owl-carousel .owl-nav button.owl-next:after,
.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .owl-next:after {
    color: #000;
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    font-weight: 500;
}

.banner .owl-carousel .owl-nav button.owl-prev:after,
.owl-carousel .owl-nav .owl-prev:after {
    content: "\f053";
}

.banner .owl-carousel .owl-nav button.owl-next:after,
.owl-carousel .owl-nav .owl-next:after {
    content: "\f054";
}

.banner .owl-carousel .owl-nav {
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.banner:hover .owl-carousel .owl-nav {
    opacity: 1;
}

.breadcrumbs .items {
    padding: 15px 0;
    color: #000;
    font-size: 14px;
}

.breadcrumbs a,
.breadcrumbs a:visited {
    color: rgb(0 0 0 / 80%);
}

.breadcrumbs strong {
    font-weight: 700;
}

.edbFilter {
    border-top: 0;
    border-bottom: 1px solid #cccccc;
    background: #F4F4F4;
    margin-bottom: 10px;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.filter.block.edbFiltercontent {
    margin-bottom: 20px;
}

.page-layout-1column .edbFiltercontent .filter-content {
    margin-top: 0px;
}

.filter-title.edbFiltertitle {
    display: inline-block;
    font-size: 20px;
    font-family: "Sen", sans-serif;
    padding: 0 20px 0 20px;
    min-width: 200px;
    box-sizing: border-box;
}

.edbFilteroptions-item {
    padding-bottom: 0;
    width: 25%;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
}

.edbFilteroptions-title {
    font-size: 14px;
    font-weight: bold;
    color: #292929;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    cursor: pointer;
}

.edbFilteroptions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.edbFilteroptions-content,
.edbFilteroptions-item:first-child {
    display: none;
}


.edbFilteroptions-content {
    position: absolute;
    background: #f4f4f4;
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    top: calc(100% + 11px);
    z-index: 20;
}

.filter-content .edbFilteroptions-content li.item {
    margin: 0;
}

.edbFilteroptions-content a {
    padding: 10px 0;
    display: block;
    position: relative;
    color: #000000;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    font-size: 14px;
}

.edbFilteroptions-content a.amshopby-link-selected,
.edbFilteroptions-content a:hover {
    color: #C7AD8B;
}

.edbFilteroptions-content li+li {
    border-top: 1px solid #ccc;
}

.edbFilteroptions-content a:before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    font-size: 12px;
    font-weight: 600;
    padding: 0px 2px;
    width: 18px;
    display: inline-block;
    text-align: center;
    background: #f4f4f4;
    margin: 0 5px 0 0;
    box-sizing: border-box;
    color: #f4f4f4;
    border-radius: 2px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 18px;
}

.edbFilteroptions-content a.amshopby-link-selected:before {
    background: #c7ad8b;
    color: #ffffff;
    border-color: #c7ad8b;
}

.page-layout-1column.page-with-filter .columns .column.main {
    padding: 0;
}

.pageCatTitle {
    font-family: "Sen", sans-serif;
    margin: 20px 0 40px 0;
    text-align: center;
    font-size: 40px;
}

.toolbar-products .modes,
.toolbar-products .sorter-action {
    display: none;
}

.toolbar select,
.toolbar select:focus {
    background-color: transparent;
    box-shadow: unset;
    border-radius: 0;
    margin: 0 0 0 5px;
    border: 0;
    padding: 0;
    min-width: 135px;
    font-weight: 600;
    font-family: "Sen", sans-serif;
}

label.sorter-label {
    text-transform: uppercase;
}

.toolbar.toolbar-products {
    font-size: 14px;
}

label.sorter-label:after {
    content: ":";
}

ol.items.newproduct-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

li.item.new-product-item {
    width: 25%;
    margin: 0;
    padding: 2px;
    box-sizing: border-box;
}

.new-product-item-info {
    padding: 20px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
    border: solid 1px #fff;
}

.category-description {
    text-align: center;
    margin: 50px 0 100px;
    font-size: 16px;
    line-height: 26px;
}

.owl-carousel .owl-dots.disabled {
    display: none !important;
}

.moreBtnbx {
    position: absolute;
    background: #fff;
    text-align: center;
    bottom: auto;
    background-color: transparent;
    box-shadow: none;
    transition: 0.5s;
    opacity: 0;
    width: 100%;
    bottom: -90px;
    height: auto;
    padding: 12px 0;
    z-index: 0;
}

.block.related a.moreBtn,
.newArvl a.moreBtn {
    color: #000;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

li.item.new-product-item:hover .moreBtnbx,
.block.related .homPrdct:hover .moreBtnbx,
.homPrdct:hover .moreBtnbx {
    bottom: 0px;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    top: auto;
    height: auto;
    width: 100%;
    background: #f5f5f5;
    z-index: 1;
    opacity: 0.95;
}

.filteredBy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0px 0;
}

.page-layout-1column .filteredBy .filter-current .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 0 0 10px;
    background: #f4f4f4;
}

.page-layout-1column .filteredBy .filter-current .item a {
    order: 3;
    position: relative;
    left: auto;
    margin: 0 10px 0 10px;
}

.page-layout-1column .filteredBy .filter-current .item span {
    order: 1;
}

.page-layout-1column .filteredBy .filter-current .item div {
    order: 2;
}

.page-layout-1column .filteredBy .filter-current .items {
    display: flex;
    width: 100%;
    padding: 0;
}

a.edbFilterclear {
    font-size: 12px;
    color: #ccc;
}

a.edbFilterclear:hover {
    color: #000;
}

aside.detailsView {
    border-bottom: 1px solid #e5e5e5;
}

.detailsTitle {
    cursor: pointer;
    border-top: 1px solid #e5e5e5;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    padding: 15px 0 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
}

.product.media .fotorama__wrap--slide .fotorama__stage__frame {
    border: none !important;
}

.product.media .fotorama__wrap--slide .fotorama__stage__frame img {
    border: 1px solid #e5e5e5 !important;
}

.product.media .fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
    margin-top: 10px;
}

.product.media .fotorama__thumb-border {
    border-color: #000 !important;
}

.catalog-product-view .page-main.page-main-details {
    display: none;
}

.dtLSet {
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 15px;
    color: #000;
    line-height: 1.3;
}

.dtlHdr {
    font-weight: 600;
    width: 30%;
}

.dtlTxt {
    color: #000;
    flex: 1;
}

.dtlTxt2 {
    padding: 0 0 25px 0;
    font-size: 14px;
    color: rgb(0 0 0 / 75%);
    line-height: 22px;
}

.detailsBody {
    display: none;
}

.detailsBody.bodyOpen {
    display: block;
}

.detailsTitle:after {
    position: absolute;
    content: "\2b";
    width: 12px;
    height: 12px;
    right: 2px;
    top: 50%;
    transform: translate(0px, -50%);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
}

.detailsTitle.titleActive:after {
    content: "\f068";
}

.checkout-cart-index .columns {
    padding: 45px 0 100px 0;
}

.checkout-cart-index .cart-summary {
    margin-bottom: 0;
    background: #F4F4F4;
    width: 500px;
}

.checkout-cart-index .cart-container .form-cart {
    width: auto;
    flex: 1;
}

.checkout-cart-index .cart-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.checkout-cart-index .cart-summary strong.summary.title,
.checkout-cart-index a.action.multicheckout,
.checkout-cart-index .cart-summary .block.shipping,
.checkout-cart-index .cart-discount {
    display: none;
}

.checkout-cart-index .action.primary {
    background: #000;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.checkout-cart-index .cart-totals {
    border: 0;
    padding: 30px 0 0 0;
}

.checkout-cart-index .cart-totals {
    border: 0;
    padding: 30px 0 0 0;
}

.checkout-cart-index .cart-totals tbody .amount {
    padding: 12px 0 12px 14px;
}

.checkout-cart-index .cart-totals tbody .mark {
    padding: 12px 0;
}

.checkout-cart-index .cart-totals .grand .mark,
.checkout-cart-index .cart-totals .grand .amount {
    border-top: 1px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.carTitle {
    font-size: 40px;
    margin: 0 0 15px 0;
    font-family: "Sen", sans-serif;
}

.cartDtl1 {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #F4F4F4;
}

.cartClse button {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    padding: 0;
    border: 0;
    background: transparent;
}

.cartClse button:hover {
    text-decoration: underline;
}

.carTi {
    text-transform: uppercase;
}

.cart.main.actions button.action.update {
    background: #c7ad8b;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: normal;
    transition: all ease-in-out 0.3s;
}

.cart.main.actions button.action.update:hover {
    opacity: 0.9;
}

.cart.table-wrapper .cart>aside.cart.item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 30px 0;
    border-bottom: 1px solid #F4F4F4;
}

section.item-actions {
    flex: 1;
}

.cartPline3 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.cartPtags {
    font-size: 12px;
    margin: 0 0 5px 000;
}

.cartPname {
    margin: 0 0 30px 0;
}

span.cpName a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

span.cpName a:hover {
    color: #c7ad8b;
}

.cpSubTotal .price-excluding-tax .price {
    font-size: 16px;
}

aside.cpBx2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.cart .action-towishlist,
.cpActions a.action.action-edit {
    display: none;
}

.cpSubTotal {
    font-size: 0;
    line-height: 0;
}

span.price-excluding-tax {
    font-size: 0;
}

.cpActions {
    margin: 0 0 0 20px;
}

.cpActions a.action.action-delete {
    color: #000;
}

.cpActions a.action.action-delete:hover {
    color: #c7ad8b;
}

.cpPrice span.price {
    font-size: 14px;
}

.cpPrice {
    margin: 0 0 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

aside.cpBx1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.cpPrice>i {
    margin: 0 8px 0 0;
}

.cpQtySet {
    border: 1px solid #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 110px;
}

.cpqty {
    width: 35px;
    height: 30px;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cpQtySet input[type="number"] {
    flex: 1;
    height: 30px;
    text-align: center;
    border: 0;
    line-height: 30px;
    padding: 0 4px;
}

.cpQtySet input[type="number"]:focus {
    box-shadow: unset;
}

.cartNote {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.cartNote a {
    color: #000;
    text-decoration: underline;
}

.cartNote a:hover {
    color: #c7ad8b;
}

.toolbar-products .pages {
    display: block;
    margin: 40px 0 0 0;
}

.pages .action.next,
.pages .action.previous,
.pages .action,
.pages .item .page {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000;
    border: 0;
    box-shadow: unset;
    background: transparent;
    margin: 0;
}

.pages .action:hover,
.pages .item a.page:hover {
    background: #f0f0f0;
    color: #000;
}

.pages .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pages .item {
    margin: 0 4px;
}

.pages .item strong.page {
    background: #000;
    color: #fff;
    font-weight: normal;
}

.pages a.page:visited,
.pages .action.next:before,
.pages .action.next:visited:before,
.pages .action.previous:before,
.pages .action.previous:visited:before {
    color: #000;
}

.pd-qty-control .cpQtySet {
    width: 165px;
}

.pd-qty-control .cpqty.minusItm,
.pd-qty-control .cpqty.plusItm {
    height: 58px;
    width: 54px;
    font-size: 16px;
}

.pd-qty-control .cpQtySet input[type="number"] {
    height: 58px;
    font-size: 18px;
}

.box-tocart .fieldset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.box-tocart .fieldset .field.qty {
    margin: 0;
}

.box-tocart .fieldset .actions {
    flex: 1;
    padding: 0 0 0 30px;
}

.block-minicart .block-content>.actions>.primary .action.primary,
.box-tocart .action.primary.tocart {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 19px 10px;
    background: #010101;
    border: 0;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.box-tocart .action.primary.tocart i {
    margin: 0 15px 0 0;
}

.block-minicart .block-content>.actions>.primary .action.primary:hover,
.box-tocart .action.primary.tocart:hover {
    opacity: 0.9;
}

.download_img_asset {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.download_img_asset span {
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.download_img_asset a {
    color: #000;
    text-decoration: unset;
}

.download_img_asset a:hover,
.nav-toggle:before {
    color: #000;
}

.page-layout-product-full-width .block.related {
    margin: 0 auto;
}

.page-with-filter .toolbar-amount,
.toolbar-sorter.sorter {
    position: relative;
    width: auto;
}

.toolbar.toolbar-products:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.toolbar.toolbar-products:before,
.toolbar.toolbar-products:after {
    display: none;
}

.cms-our-catalog .breadcrumbs {
    display: none;
}

.octBx1 {
    text-align: center;
    max-width: 1160px;
    margin: 0 auto 50px;
}

.octBx3 {
    padding: 50px;
    background: #F4F4F4;
    width: calc(50% - 15px);
    box-sizing: border-box;
    text-align: center;
}

.octBx2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.octIcon i {
    font-size: 60px;
    color: #000;
}

.ocTxt1 {
    margin: 25px auto 18px;
    font-size: 30px;
    font-family: "Sen", sans-serif;
}

.ocTxt2 {
    font-size: 18px;
}

.octLink {
    margin: 50px 0 0 0;
}

.octLink a {
    padding: 15px 40px;
    display: inline-block;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.minicart-wrapper .action.showcart .counter.qty {
    background-color: #000;
}

.contact-index-index .fieldset>.legend span,
.customer-account-create .fieldset>.legend span,
.login-container .block .block-title {
    font-family: "Sen", sans-serif;
    font-size: 32px;
}

.contact-index-index .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-create .page-main,
.customer-account-login .page-main {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-index-index .actions-toolbar .primary .action.primary,
.customer-account-forgotpassword .actions-toolbar .primary .action,
.checkout-payment-method .payment-methods .actions-toolbar .primary,
.customer-account-create .actions-toolbar>.primary .action.primary,
.customer-account-login .actions-toolbar>.primary .action.primary {
    background: #000;
    border: 0;
    border-radius: 0;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}

.contact-index-index .actions-toolbar .primary .action.primary:hover,
.customer-account-forgotpassword .actions-toolbar .primary .action:hover,
.checkout-payment-method .payment-methods .actions-toolbar .primary:hover,
.customer-account-create .actions-toolbar>.primary .action.primary:hover,
.customer-account-login .actions-toolbar>.primary .action.primary:hover {
    opacity: 0.8;
}

.checkout-payment-method .payment-option-title .action-toggle,
.customer-account-login a.action.remind {
    color: #c7ad8b;
}

.customer-account-create fieldset {
    margin: 0;
}

.customer-account-create fieldset.fieldset.create.info {
    position: relative;
    margin: 0;
    opacity: 1;
    padding: 0 0 30px 0;
    font-style: normal;
}

.customer-account-create fieldset.fieldset.create.account {
    padding: 0 0 30px 0;
}

body.checkout-index-index .header.content {
    justify-content: center;
}

.customer-account-forgotpassword .block-title {
    border-bottom: 1px solid #e8e8e8;
    font-size: 32px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-family: "Sen", sans-serif;
}

.customer-account-forgotpassword .block-title strong {
    font-weight: 500;
}

.edbFilter input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.pageCatTitle+.pageCatTitle {
    display: none;
}

.minicart-wrapper .block-minicart {
    padding: 25px 20px 1px;
}

.block-minicart .block-content>.actions>.primary {
    margin: 0 0px 15px;
}

.minicart-items .product-item-name a {
    color: #000;
    font-family: "Sen", sans-serif;
    font-size: 18px;
}

.minicart-items .action.edit:before,
.minicart-items .action.delete:before,
a.action.viewcart {
    color: #c7ad8b;
}

.wholesale_price {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #c7ad8b;
    margin: 0px 0 10px;
}

.wholesale_login {
    margin: 0px 0 15px;
}

.wholesale_login a {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

.banner button.owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #b3b3b3;
    display: block;
}

.banner .owl-dots {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: auto;
    opacity: 1;
}

.banner button.owl-dot {
    display: block;
    margin: 0 3px;
}

.banner button.owl-dot.active span {
    background: rgb(51, 51, 51);
}

.special-price .loggedWholesale {
    display: none;
}

.edbFilteroptions-content .items {
    height: auto;
    max-height: unset !important;
}

.owl-carousel .owl-item img.mobilebanner {
    display: none;
}

.mobFiltr {
    padding: 14px 18px;
    background: #F4F4F4;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.mobFiltr .fa-minus {
    display: none;
}

.mobFiltr.mobfIcon .fa-minus {
    display: inline-block;
}

.mobFiltr.mobfIcon .fa-plus {
    display: none;
}

aside.ftrMobH .ftrH1 {
    margin: 0;
}

aside.ftrMobH {
    margin: 0 0 15px 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    line-height: normal;
}

aside.ftrMobH .fa-minus {
    display: none;
}

.page-products .toolbar .limiter {
    display: block;
}

.tlbr_set1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.field.limiter {
    margin: 0 0 0 20px;
}

select.limiter-options,
select.limiter-options:focus {
    border: 1px solid #ccc;
    padding: 5px;
    min-width: 60px;
}

.pimg a.product-item-photo {
    display: block;
}

.homPrdct .pimg img.hidden-image,
.pimg a.hidden-image.product-item-photo {
    display: none;
}

.pimg a span,
.pimg a img {
    position: relative;
    overflow: unset;
    height: auto;
    padding: 0 !important;
    width: auto !important;
    display: inline-block;
    vertical-align: middle;
}

.item:hover .homPrdct .pimg img,
li.item.new-product-item:hover .pimg a.product-item-photo {
    display: none;
}

.item:hover .homPrdct .pimg img.hidden-image,
li.item.new-product-item:hover .pimg a.hidden-image.product-item-photo {
    display: inline-block;
}

@media screen and (max-width:1030px) {
    /* 1024 px */

    .chBox1 span:first-child {
        border-left: 0px solid rgba(255, 255, 255, 0);
    }

    .chBox2 aside {
        margin: 0 0 0 20px;
    }

    .page-header .sections.nav-sections {
        padding: 0 10px;
    }

    .navigation ul {
        padding: 0;
    }

    .nav-sections .navigation .level0 {
        margin: 0 12px 0 0;
    }

    .sign-in-home {
        margin: 0 16px;
    }

    .nav-sections .navigation ul li.level0>a.level-top {
        font-size: 12px;
    }

    .logo img {
        width: 140px;
    }

    .abtGray {
        padding: 25px 10px;
    }

    .abth1 {
        margin: 22px 0 8px;
    }

    .abtGray {
        padding: 30px 10px;
    }

    .abtP {
        font-size: 16px;
        line-height: 24px;
    }

    .abth1 {
        margin: 12px 0 8px;
        font-size: 28px;
    }

    .ftrClm1 {
        padding: 0 20px 0 0;
    }

    .abtGray {
        width: calc((100% - 40px) / 3);
    }

    .homPrdct {
        padding: 10px;
    }

    .checkout-cart-index .cart-summary {
        width: 350px;
    }


}


@media screen and (max-width:979px) {
    /* 800 px */

    .newArvl .owl-carousel {
        padding: 0 10px;
        box-sizing: border-box;
    }

    body.cms-home .newArvl .owl-carousel .owl-nav button.owl-prev,
    body.cms-home .newArvl .owl-carousel .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
    }

    .abtText1 p {
        font-size: 16px;
        margin: 0 0 10px 0;
        line-height: 24px;
    }

    .secHdr {
        margin: 0 0 20px 0;
    }

    .sech1 {
        font-size: 34px;
    }

    .abtIcon {
        font-size: 40px;
    }

    .abtGray {
        padding: 20px 10px;
    }

    .abtBox {
        margin: 0 0 20px 0;
        flex-wrap: wrap;
    }

    .abtGray {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .page-footer {
        margin-top: 20px !important;
    }

    .custom_footer {
        flex-wrap: wrap;
    }

    .ftrClm1 {
        padding: 0 0px 0 0;
    }

    .ftrClm {
        width: 100%;
    }

    .ftrClm+.ftrClm {
        margin: 15px 0 0 0;
    }

    .socLinks {
        margin: 30px 0 0 0;
        font-size: 26px;
    }

    .newsletter {
        max-width: 360px;
        margin: 0;
    }

    .chBox1 {
        display: none;
    }

    .page-header {
        border-bottom: 0px solid #cccccc;
        margin-bottom: 0;
    }

    span.nav-toggle {
        order: 1;
        position: unset;
        left: auto;
        width: 58px;
        text-align: left;
        padding: 8px 0;
        margin: 0 0 0 0px;
    }

    .page-header .sections.nav-sections {
        padding: 0;
    }

    .header.content .logo {
        max-width: 100%;
        flex: 1;
        order: 3;
    }

    .logo img {
        margin: 0 auto;
    }

    .minicart-wrapper .action.showcart {
        width: 30px;
        text-align: center;
    }

    .page-header .sections.nav-sections {
        background: #fff;
    }

    .amsearch-wrapper-block {
        margin: 0;
    }

    section.feature_cat.sec_p100 {
        padding: 60px 0 30px;
    }

    .chBox2 {
        width: 100%;
        justify-content: space-between;
    }

    .chBox2 aside {
        margin: 0 0 0 0px;
    }

    li.item.new-product-item {
        width: 50%;
    }

    .edbFilter {
        padding: 0 0 10px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .page-products .columns {
        padding-top: 0px;
    }

    .pageCatTitle {
        margin: 25px 0;
        font-size: 30px;
    }

    .edbFiltertitle {
        padding: 0 0 10px 0px;
        width: 100%;
        background: #fff;
        margin: 0 0 10px 0;
    }

    .edbFilteroptions-item {
        border-left: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.25);
    }

    .edbFilteroptions-item:last-child {
        border-right: 0;
    }

    .edbFilteroptions-content {
        padding: 0 10px;
    }

    .edbFilteroptions-content a {
        font-size: 12px;
    }

    .octBx3 {
        padding: 50px 10px;
    }

    .checkout-cart-index .cart-container {
        padding: 0 20px;
        flex-direction: column;
    }

    .checkout-cart-index .cart-summary {
        width: 100%;
        padding: 20px;
        margin: 0 0 20px 0;
    }

    .checkout-cart-index .cart-totals {
        padding: 0;
    }

    .cart.table-wrapper .product-item-photo {
        position: relative;
        max-width: unset;
        left: auto;
        top: auto;
        padding: 0 20px 0 0;
    }

    .cart.table-wrapper .towishlist {
        display: none;
    }

    .cart.table-wrapper .cart>aside.cart.item {
        flex-direction: column;
        padding: 15px 0;
    }

    .cart.table-wrapper .product-item-photo {
        padding: 0;
    }

    .owl-carousel .owl-item img.desktopbanner {
        display: none;
    }

    .breadcrumbs,
    .owl-carousel .owl-item img.mobilebanner {
        display: block;
    }

    .download_img_asset {
        padding: 28px 0;
    }

    .nav-sections .navigation .level0 {
        margin: 0;
    }

    .nav-sections .navigation ul li.level0>a.level-top {
        line-height: unset;
        padding: 14px 15px;
    }

    .nav-sections-item-content {
        padding: 0;
        margin-top: 0;
    }

    .section-item-title a {
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
    }

    .nav-sections-item-title {
        border-bottom: 0;
    }

    .nav-sections .navigation ul li.level0.active>a.level-top:after {
        opacity: 0;
    }

    .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
    .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0;
    }

    .ftrDeskH,
    .ftrMobC {
        display: none;
    }

    aside.ftrMobH {
        display: flex;
    }

    .ftrMobH.setOn .fa-plus {
        display: none;
    }

    .ftrMobH.setOn .fa-minus {
        display: block;
    }

    .section-item-title {
        display: none;
    }

}

@media screen and (max-width:767px) {
    /* 640 px */

    .custom_footer,
    .sec_p100 {
        padding: 40px 0;
    }

    .cat_item {
        margin: 0 0 20px 0;
    }

    section.feature_cat.sec_p100 {
        padding: 40px 0 20px;
    }

    .edbFilteroptions,
    .octBx2 {
        flex-direction: column;
    }

    .edbFilteroptions-item {
        width: 100%;
        border: 0;
    }

    .edbFilteroptions-content {
        position: relative;
        top: auto;
    }

    .edbFilteroptions-item+.edbFilteroptions-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    }

    .edbFilteroptions-title {
        padding: 10px;
    }

    .edbFiltertitle {
        margin: 0;
    }

    .category-description {
        margin: 40px 0;
    }

    .octBx3 {
        width: 100%;
    }

    .octBx3+.octBx3 {
        margin: 20px 0 0 0;
    }

    .edbFilter {
        display: none;
        border: 0;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.25);
    }

    .mobFiltr {
        display: flex;
    }

    .filter-title.edbFiltertitle {
        display: none;
    }

    .newsletter {
        margin: 0 auto;
        max-width: 100%;
    }

    .socLinks {
        text-align: center;
    }

}

@media screen and (max-width:639px) {

    /* 480 px */
    .txtH3 {
        font-size: 30px;
    }

    .cpTxtLine {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 15px 0;
    }

    .cpLinks {
        margin: 10px 0 0 0;
    }

    .abtText1 {
        margin: 0 0 30px 0;
    }

    .new-product-item-info {
        padding: 10px;
    }

    .box-tocart .fieldset {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .pd-qty-control .cpQtySet {
        width: 100%;
        box-sizing: border-box;
    }

    .box-tocart .fieldset .actions {
        padding: 30px 0 0 0px;
    }


    .dtlHdr {
        width: 45%;
    }

    .pname {
        font-size: 14px;
    }

    .field.limiter {
        margin: 0;
    }
}

@media screen and (max-width:479px) {

    /* 360 px */
    body.cms-home .newArvl .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    body.cms-home .newArvl .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }

    body.cms-home .newArvl .owl-carousel .owl-nav button.owl-prev,
    body.cms-home .newArvl .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
    }

    body.cms-home .newArvl .owl-carousel .owl-nav button.owl-prev:after,
    body.cms-home .newArvl .owl-carousel .owl-nav button.owl-next:after {
        font-size: 16px;
    }

    .cat_item {
        width: 100%;
    }

    .f_category_list,
    .cartPline3 {
        flex-direction: column;
    }

    span.nav-toggle {
        width: 48px;
    }

    .sign-in-home {
        margin: 0 12px;
    }

    .logo img {
        width: 100px;
    }

    body .page-header .amsearch-wrapper-block {
        padding: 20px 0;
    }

    aside.cpBx1 {
        margin: 0 0 15px 0;
    }

    .new-product-item-info {
        padding: 5px;
    }

    select.limiter-options,
    select.limiter-options:focus {
        min-width: 50px;
        margin: 0 2px;
    }

    .toolbar select,
    .toolbar select:focus {
        margin: 0 0 0 5px;
        padding: 0 10px 0 10px;
        width: 60px;
        min-width: 60px;
    }

    label.sorter-label {
        text-transform: capitalize;
    }
}

/* Css By HiddenTechies Team */
.cms-index-index .page-title-wrapper {
    display: none;
}

.catalog-category-view .page-title-wrapper {
    margin-top: 40px;
}

ul.prices-tier.items,
div#additional,
div#reviews {
    display: none;
}

.plyr__video-wrapper {
    background-color: #fff !important;
}

.box-tocart {
    display: none !important;
}

.action.primary.inq-btn {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 19px 10px;
    background: #010101;
    border: 0;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

/* ============================================
   PRODUCT IMAGE HOVER EFFECT STYLES
   ============================================ */

/* Product image container styling */
.pro-img {
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.pro-img img {
    padding: 0 15px;
}

.pro-img .product-image-container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.pro-img .product-image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

/* Default image styling */
.pro-img .defaultImg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
}

/* Hover image styling */
.pro-img .hoverImg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    visibility: hidden;
    object-fit: cover;
}

/* Hover effect - show hover image, hide default */
.pro-img:hover .defaultImg {
    opacity: 0;
}

.pro-img:hover .hoverImg {
    opacity: 1;
    visibility: visible;
}

/* Ensure proper image sizing */
.pro-img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.cat_img>img {
    transition: all .2s ease-in-out;
}

.cat_img>img:hover {
    transform: scale(1.1);
}

/* ============================================
   PRODUCT INQUIRY MODAL STYLES
   ============================================ */

/* Modal overlay and container */
.modals-overlay {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.modal-popup,
.product-inquiry-modal-popup {
    max-width: 500px !important;
    width: 90% !important;
    margin: 0 auto !important;
    border-radius: 8px !important;
}

/* Modal header */
.modal-header {
    background: #f8f9fa !important;
    border-bottom: none !important;
    padding: 20px 25px !important;
    border-radius: 8px 8px 0 0 !important;
}

.modal-header .modal-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 !important;
}

.product-inquiry-modal-popup .modal-header .modal-title {
    border-bottom: none;
    padding-bottom: 0px !important;
}

/* Modal close button */
.modal-header .action-close {
    background: none !important;
    border: none !important;
    font-size: 20px !important;
    color: #666 !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.modal-header .action-close:hover {
    background: #e9ecef !important;
    color: #333 !important;
}

/* Modal content */
.modal-content {
    padding: 25px !important;
    background: #fff !important;
    border-radius: 0 0 8px 8px !important;
}

.modal-inner-content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #555 !important;
    margin: 0 0 20px 0 !important;
    text-align: center !important;
}

/* Modal footer */
.modal-footer {
    background: #f8f9fa !important;
    border-top: 1px solid #e9ecef !important;
    padding: 15px 25px !important;
    border-radius: 0 0 8px 8px !important;
    text-align: right !important;
}

.modal-footer .action-close {
    background: #6c757d !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.modal-footer .action-close:hover {
    background: #5a6268 !important;
    transform: translateY(-1px) !important;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {

    .modal-popup,
    .product-inquiry-modal-popup {
        max-width: 95% !important;
        margin: 20px auto !important;
    }

    .modal-header {
        padding: 15px 20px !important;
    }

    .modal-header .modal-title {
        font-size: 20px !important;
    }

    .modal-content {
        padding: 20px !important;
    }

    .modal-inner-content p {
        font-size: 14px !important;
    }

    .modal-footer {
        padding: 12px 20px !important;
    }
}

/*Services Block*/

.services-block {
    display: block;
    padding: 40px 0;
}

.services-block .services-main-inner {
    display: flex;
    flex-wrap: wrap;
}

.services-block .services-main-inner .service-item {
    display: block;
    width: 25%;
    text-align: center;
}

.services-block .services-main-inner .service-item .services-inner {
    padding: 0 15px;
}

.services-block .services-main-inner .service-item .services-inner .icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.services-block .services-main-inner .service-item .services-inner .service-text h3 {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.services-block .services-main-inner .service-item .services-inner .service-text p {
    font-size: 15px;
    color: #878787;
    line-height: 1.5;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

/*connect-us-section*/
.connect-section {
    display: block;
    padding: 40px 0;
}

.connect-section .connect-inner {
    display: flex;
    align-items: center;
    background: #f5f5f5;
}

.connect-section .connect-inner .connect-text,
.connect-section .connect-inner .connect-image {
    width: 50%;
}

.connect-section .connect-inner .connect-image img {
    width: 100%;
    display: block;
}

.connect-section .connect-inner .connect-text {
    padding: 0 50px;
}

.connect-section .connect-inner .connect-text h2 {
    font-family: "Forum", serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    color: #000;
}

.connect-section .connect-inner .connect-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin: 14px 0 30px;
}

.connect-section .connect-inner .connect-text .connect-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.btn-outline {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border: 1px solid #000;
    background: transparent;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.btn-outline:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.connect-section .connect-inner .connect-text .connect-buttons .btn-outline span {
    display: flex;
    align-items: center;
}

.connect-section .connect-inner .connect-text .connect-buttons .btn-outline span i {
    font-weight: 300;
    margin-left: 6px;
    font-size: 18px;
}


/*engagement-design section*/

.design-ring-section {
    background-color: #f5f5f5;
    padding: 70px 0;
    text-align: center;
    margin: 40px 0;
}

.design-ring-section .steps-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.design-ring-section .steps-wrapper .step-item {
    display: block;
    width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
}

.design-ring-section .steps-wrapper .step-item .image-wrapper {
    position: relative;
    margin: 0 auto 20px;
}

.design-ring-section .steps-wrapper .step-item .image-wrapper .step-number {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border-radius: 50%;
    font-weight: 500;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 28%;
}

.design-ring-section .steps-wrapper .step-item h3 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 20px 0 10px 0;
    font-family: "Forum", serif;
}

.design-ring-section .steps-wrapper .step-item p {
    font-size: 15px;
    color: #878787;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 85%;
}

.design-ring-section .btn-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-top: 40px;
}


/*static-block*/
.static-block {
    display: block;
    padding: 40px 0;
}

.static-block .block-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.static-block .block-wrapper .block-item {
    width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
}

.static-block .block-wrapper .block-item .block-image {
    display: block;
}

.static-block .block-wrapper .block-item .block-image img {
    width: 100%;
}

.static-block .block-wrapper .block-item .block-content {
    display: block;
    text-align: left;
    margin-top: 18px;
}

.static-block .block-wrapper .block-item .block-content h3 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    margin: 0 0 6px;
    font-family: "Forum", serif;
    line-height: 1.3;
}

.static-block .block-wrapper .block-item .block-content p {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}


/*diamon-collection*/
.diamonds-collection {
    display: block;
    background-color: #F5F5F5;
    padding: 70px 0;
    text-align: center;
    margin: 40px 0;
}

.diamonds-collection .diamond-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.diamonds-collection .diamond-grid .diamond-item {
    display: block;
    width: 10%;
    padding: 0 15px;
    box-sizing: border-box;
}

.diamonds-collection .diamond-grid .diamond-item .diamond-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.diamonds-collection .diamond-grid .diamond-item p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    color: #000;
}

.diamonds-collection .diamond-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

/*testimonial-section*/
.testimonial-section {
    display: block;
    background: #f5f5f5;
    padding: 70px 0;
    margin: 40px 0;
}

.testimonial-section .testimonial-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.testimonial-section .testimonial-inner .image-block {
    width: 40%;
    padding: 0 35px 0 15px;
    box-sizing: border-box;
}

.testimonial-section .testimonial-inner .image-block img {
    width: 100%;
}

.testimonial-section .testimonial-inner .text-block {
    width: 60%;
    padding: 0 15px;
    box-sizing: border-box;
}

.testimonial-section .testimonial-inner .text-block .testimonial-slider {
    display: block;
    background: #fff;
    padding: 40px 35px;
}

.testimonial-section .testimonial-inner .text-block .testimonial-slider .testimonial-item {
    display: block;
}

.testimonial-section .testimonial-inner .text-block .testimonial-slider .testimonial-item .testimonial-inner {
    display: flex;
    justify-content: center;
}

.testimonial-section .testimonial-inner .text-block .testimonial-slider .testimonial-item .testimonial-inner .customer-details {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.testimonial-section .testimonial-inner .text-block .testimonial-slider .testimonial-item .testimonial-inner .customer-details .image {
    display: block;
    margin-right: 12px;
}

.testimonial-section .testimonial-inner .text-block .testimonial-slider .testimonial-item .testimonial-inner .customer-details .text strong {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.testimonial-section .testimonial-inner .text-block .testimonial-slider .testimonial-item .testimonial-inner .customer-details .text p {
    font-size: 14px;
    color: #878787;
}

.testimonial-section .testimonial-inner .text-block .testimonial-slider .testimonial-item .testimonial-inner .customer-review p {
    font-size: 17px;
    color: #000;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
}

/*instagram-block*/
.instagram-section {
    display: block;
    margin: 40px 0;
}

.instagram-section .instagram-inner {
    display: block;
}


.instagram-section .instagram-inner .instagram-grid {
    display: flex;
    flex-wrap: wrap;
}

.instagram-section .instagram-inner .instagram-grid .instagram-item {
    display: block;
    width: 20%;
    padding: 0 15px;
    box-sizing: border-box;
}

.instagram-section .instagram-inner .instagram-grid .instagram-item a {
    display: block;
    transition: all ease .6s;
    position: relative;
}

.instagram-section .instagram-inner .instagram-grid .instagram-item a:hover::after,
.instagram-section .instagram-inner .instagram-grid .instagram-item a:hover::before {
    opacity: 1;
}

.instagram-section .instagram-inner .instagram-grid .instagram-item a::after {
    content: "";
    transition: opacity .3s ease;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
}

.instagram-section .instagram-inner .instagram-grid .instagram-item a::before {
    content: "\f16d";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    opacity: 0;
}

.instagram-section .instagram-inner .instagram-grid .instagram-item img {
    display: block;
    width: 100%;
}

/*common css*/
.section-title,
.sech1,
.widget .block-title strong,
.page-title-wrapper .page-title {
    display: block !important;
    font-size: 48px;
    color: #000;
    margin: 0 0 40px;
    font-weight: 400;
    text-align: center;
    font-family: "Forum", serif;
}

.page-main .block {
    margin-bottom: 0 !important;
}

/*main-banner*/
.banner .tbTxt3 {
    text-align: left;
}

.banner .tbTxt3 .txtH2 {
    font-size: 65px;
    font-family: "Forum", serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    line-height: normal;
}

.banner .tbTxt3 .txtH3 {
    font-size: 19px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

.banner .tbTxt3 .btntb {
    margin-top: 35px;
    background: transparent;
    border: 1px solid #000;
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
}

.banner .tbTxt3 .btntb:hover {
    background-color: #000;
    color: #fff;
}

.owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 15px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.owl-dot.active {
    background: #333;
}


/*Home Page Product block*/
.block.widget .product-item-info .product-image-container {
    width: 350px;
    height: auto;
    aspect-ratio: 350 / 350;
}

@media (min-width: 640px) {

    .products-grid .product-item-info:hover,
    .products-grid .product-item-info.active {
        box-shadow: unset;
        border: none;
        margin: 0;
        padding: 0;
    }

    .block.widget .products-grid .product-item .product-item-inner,
    .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
    .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
        box-shadow: unset;
        margin: 0;
        border: none;
    }

    .products-grid .product-item-info:hover .product-item-inner,
    .products-grid .product-item-info.active .product-item-inner {
        display: none !important;
    }
}


/*Product-Page*/
.fotorama__stage__frame .fotorama__img {
    height: 100% !important;
}

.product-info-main .page-title-wrapper .page-title {
    color: #000;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
}

.product-info-main .product-info-price {
    color: #000;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px !important;
}

.product-info-main .product-info-price .price-box .price-container .price {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    margin-bottom: 7px;
}

.product-info-main .stock.available span,
.product-info-main .stock.unavailable span {
    font-size: 14px;
    color: #000;
    background: #e9e9e9;
    text-align: center;
    padding: 3px 7px;
}

.product-info-main .product.attribute.sku {
    color: #000;
    font-weight: 400;
}

.product-info-main .wholesale_login .action.submit.primary {
    background: #fff;
    color: #000;
    font-family: "Sen", sans-serif;
    border: 1px solid #000;
    font-weight: 500;
    border-radius: 0;
}

.product-info-main .product-info-stock-sku {
    padding-bottom: 15px !important;
}

.product-info-main .product-add-form {
    padding-top: 0 !important;
}

.product-add-form .product-inquiry-container .action.primary.inq-btn {
    padding: 14px 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Sen", sans-serif;
}

.product-info-main .product-info-price .price-box {
    padding-bottom: 0 !important;
}

@media (min-width: 768px) {
    .fotorama__stage__frame .fotorama__img {
        top: 49.9% !important;
    }
}

/*Collection Page*/
.page-layout-1column .filter.block {
    border-top: none !important;
}

.filter.block .filter-options-item {
    padding-bottom: 0;
}

.page-layout-1column .filter-options-title {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}

.page-layout-1column .filter-options-content {
    width: 230px !important;
}

.filter-options-content .item a:hover,
.filter-options-content .item a:hover .count,
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected+.am-shopby-swatch-label,
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected+.am-shopby-swatch-label .count {
    color: #000 !important;
}

.catalog-category-view .breadcrumbs {
    display: none;
}

.page-layout-1column .filter-content {
    padding: 15px 0 !important;
    border-bottom: 1px solid #eee;
    margin: 0 !important;
}

.filter.active .filter-options,
.filter-options {
    line-height: 1.1;
}

.page-layout-1column .filter.block {
    margin-bottom: 30px !important;
}

.page-layout-1column .toolbar.toolbar-products .toolbar-amount {
    background: #f5f5f5;
    padding: 10px 12px;
    color: #000;
    font-weight: 600;
}

.page-layout-1column .toolbar.toolbar-products .toolbar-sorter {
    background: #f5f5f5;
    padding: 3px 12px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.page-layout-1column .toolbar.toolbar-products .toolbar-sorter .sorter-label {
    text-transform: capitalize !important;
}

.page-layout-1column .column.main .products-grid .product-items {
    margin: 0 -15px;
}

.page-layout-1column .products-grid .product-item {
    padding: 0 15px;
}

.page-layout-1column .products-grid .product-item .product-item-info {
    width: 80%;
}

.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-item-name {
    font-size: 16px;
    margin: 15px 0 5px 0;
    color: #000;
    line-height: 1.5;
}

.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .price-wrapper .price {
    font-size: 16px;
}

.pro-img .product-image-container a.bss-quickview {
    position: absolute;
    background: #fff;
    text-align: center;
    bottom: auto;
    background-color: transparent;
    box-shadow: none;
    transition: 0.5s;
    opacity: 0;
    width: 100%;
    bottom: -90px;
    height: auto;
    padding: 12px 0;
    z-index: 0;
}

.pro-img .product-image-container a.bss-quickview span {
    color: #000;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

.product-item .product-item-info:hover .bss-quickview {
    bottom: 0px;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    top: auto;
    height: auto;
    width: 100%;
    background: #f5f5f5;
    z-index: 1;
    opacity: 0.95;
}

/*contact-us page*/
.contact-index-index .form.contact {
    border: 1px solid #f5f5f5;
    padding: 30px 35px;
    margin: 0 auto;
}

.contact-index-index .form.contact .fieldset>.legend {
    text-align: center;
    border: none;
    margin: 0;
}

.contact-index-index .form.contact .fieldset .field.note {
    text-align: center;
}

/*About us page*/
.about-section {
    display: block;
    margin-bottom: 40px;
    position: relative;
}

.about-section .about-section-image {
    display: block;
    position: relative;
}

.about-section .about-section-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -999;
    background: #f5f5f5;
}

.about-section .about-text {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 850px;
}

.about-section .about-text h2 {
    display: block;
    font-size: 32px;
    font-weight: 600;
    font-family: "Forum", serif;
    margin: 0 0 10px 0;
    line-height: normal;
}

.about-section .about-text p {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

/*about-grid-section*/
.about-grid-section {
    display: block;
    padding: 40px 0;
}

.about-grid-section .about-grid-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
    padding: 15px 0;
}

.about-grid-section .about-grid-inner .about-grid-image,
.about-grid-section .about-grid-inner .about-grid-content {
    width: 50%;
    padding: 0 15px;
}

.about-grid-section .about-grid-inner .about-grid-content h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: "Forum", serif;
    margin: 0 0 10px 0;
    line-height: normal;
}

.about-grid-section .about-grid-inner .about-grid-content p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 90%;
}
.product-info-main .wholesale_login .action.submit.primary:hover {
	background: #010101;
	color: #fff;
}
.product-add-form .product-inquiry-container .action.primary.inq-btn {
	border: 1px solid #010101;
}
.product-add-form .product-inquiry-container .action.primary.inq-btn:hover {
	background: #fff;
	color: #010101;
}
/* Home Page Responsive */

@media(max-width: 1400px) {

    .page-wrapper>.breadcrumbs,
    .page,
    body .header.content,
    body .footer.content {
        padding: 0 20px !important;
    }

    .nav-sections .navigation .level0 {
        margin: 0 5px 0 0 !important;
    }
}

@media(max-width: 1399px) {
    .logo img {
        width: 100px;
    }

    .sign-in-home {
        margin: 0 10px;
    }

    .nav-sections .navigation ul li.level0>a.level-top {
        font-size: 14px;
    }

    .navigation ul {
        padding: 0 !important;
    }

    .page-header .sections.nav-sections {
        padding: 0 10px;
    }

    .newArvl .pimg img {
        height: 280px;
    }
}

@media(max-width: 1199px) {
    .header.content .logo {
        margin-right: auto;
    }

    body .header.content {
        padding: 15px 20px !important;
    }

    .page-header .sections.nav-sections {
        width: 100%;
        order: 5;
        flex: auto;
        padding: 0 !important;
        height: 45px;
    }

    .page-header .sections.nav-sections .section-items {
        text-align: left;
    }

    .banner .tbTxt3 .txtH2 {
        font-size: 55px;
    }

    .newArvl .collection-product-block .item {
        width: 33.33%;
    }

    .static-block .block-wrapper .block-item .block-content h3 {
        font-size: 24px;
    }

    .design-ring-section .steps-wrapper .step-item .image-wrapper .step-number {
        left: 12%;
    }

    .design-ring-section .steps-wrapper .step-item h3 {
        font-size: 20px;
    }

    .design-ring-section .steps-wrapper .step-item p,
    .testimonial-section .testimonial-inner .text-block .testimonial-slider .testimonial-item .testimonial-inner .customer-review p,
    .services-block .services-main-inner .service-item .services-inner .service-text p {
        max-width: 95%;
    }

    .custom_footer .form.subscribe {
        flex-direction: column;
    }

    .custom_footer .field.newsletter,
    .custom_footer .form.subscribe .actions {
        width: 100%;
    }

    .custom_footer .form.subscribe .actions .subscribe.primary {
        width: 100%;
        margin-top: 7px;
    }

    .connect-section .connect-inner .connect-text {
        padding: 30px 20px;
    }

    .connect-section .connect-inner .connect-text .connect-buttons {
        gap: 10px;
    }

    .connect-section .connect-inner .connect-text p {
        margin: 14px 0 20px;
    }
}

@media(max-width: 991px) {

    .section-title,
    .sech1,
    .widget .block-title strong,
    .page-title-wrapper .page-title {
        font-size: 40px;
        margin: 0 0 30px;
    }

    .newArvl .pimg img {
        height: 200px;
    }

    .diamonds-collection .diamond-grid .diamond-item {
        width: 20%;
        margin-bottom: 10px;
    }

    .diamonds-collection .diamond-buttons,
    .design-ring-section .btn-wrapper {
        margin-top: 20px;
    }

    .diamonds-collection,
    .design-ring-section {
        padding: 40px 0;
    }

    .static-block .block-wrapper .block-item .block-content h3 {
        font-size: 18px;
    }

    .testimonial-section .testimonial-inner .image-block {
        padding: 0 15px;
    }

    .services-block .services-main-inner .service-item .services-inner .service-text h3 {
        font-size: 15px;
    }

    .tbTxt {
        min-height: 430px;
    }

    aside.ftrMobH .ftrH1 {
        font-size: 22px;
    }

    .page-header .sections.nav-sections {
        width: 100%;
        height: 100%;
    }

    .homPrdct {
        padding: 0 !important;
    }
}


@media(max-width: 767px) {
    .nav-open .page-wrapper {
        left: 0 !important;
    }

    .sections.nav-sections {
        height: 100% !important;
        position: fixed !important;
        top: 0 !important;
        left: -100% !important;
        z-index: 999 !important;
        background: #fff !important;
        transition: left 0.3s ease !important;
        overflow-y: auto !important;
        width: 320px !important;
        max-width: 85% !important;
    }

    .nav-open .nav-sections {
        left: 0 !important;
    }

    .nav-sections .navigation ul li.level0.parent>a.level-top {
        padding: 14px 15px;
    }

    .navigation .parent .level-top::after {
        top: 50% !important;
        transform: translate(0, -50%);
    }

    .newArvl .collection-product-block .item {
        padding: 0 12px;
    }

    .design-ring-section .steps-wrapper .step-item .image-wrapper .step-number {
        left: 0;
    }

    .design-ring-section .steps-wrapper .step-item p,
    .testimonial-section .testimonial-inner .text-block .testimonial-slider .testimonial-item .testimonial-inner .customer-review p,
    .services-block .services-main-inner .service-item .services-inner .service-text p {
        max-width: 100%;
    }

    .newArvl .pimg img {
        height: 240px;
    }

    .section-title,
    .sech1,
    .widget .block-title strong,
    .page-title-wrapper .page-title,
    .connect-section .connect-inner .connect-text h2 {
        font-size: 32px;
    }
}

@media(max-width:639px) {
    .custom_head .page {
        flex-direction: column;
    }

    .custom_head .chBox1,
    .custom_head .chBox2 {
        justify-content: center;
    }

    .custom_head .chBox1 {
        margin-bottom: 7px;
    }

    .tbTxt {
        min-height: 300px;
    }

    .banner .tbTxt3 .txtH2 {
        font-size: 35px;
    }

    .banner .tbTxt3 .txtH3 {
        font-size: 16px;
        max-width: 70%;
    }

    .banner .tbTxt3 .btntb {
        margin-top: 15px;
        font-size: 15px;
        padding: 10px 0;
        width: 130px;
    }

    .sec_p100,
    .static-block,
    .services-block,
    .connect-section {
        padding: 25px 0;
    }

    .diamonds-collection,
    .design-ring-section,
    .testimonial-section,
    .instagram-section {
        margin: 25px 0;
    }

    .newArvl .collection-product-block .item {
        width: 50%;
    }

    .diamonds-collection .diamond-grid .diamond-item p {
        font-size: 13px;
    }

    .static-block .block-wrapper .block-item .block-content h3 {
        font-size: 16px;
    }

    .static-block .block-wrapper .block-item .block-content p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .static-block .block-wrapper .block-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 25px;
    }

    .static-block .block-wrapper {
        justify-content: start;
    }

    .static-block .block-wrapper .block-item:last-child {
        margin-bottom: 0;
    }

    .design-ring-section .steps-wrapper .step-item .image-wrapper .step-number {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 24px;
    }

    .design-ring-section .steps-wrapper .step-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .design-ring-section .steps-wrapper .step-item .image-wrapper .step-number {
        left: 120px;
    }

    .newArvl .pimg img {
        height: 200px;
    }

    .testimonial-section {
        padding: 40px 0;
    }

    .testimonial-section .testimonial-inner,
    .design-ring-section .steps-wrapper,
    .connect-section .connect-inner {
        flex-direction: column;
    }

    .testimonial-section .testimonial-inner .image-block,
    .testimonial-section .testimonial-inner .text-block,
    .connect-section .connect-inner .connect-text,
    .connect-section .connect-inner .connect-image {
        width: 100%;
    }

    .services-block .services-main-inner .service-item {
        width: 50%;
        margin-bottom: 15px;
    }

    .instagram-section .instagram-inner .instagram-grid .instagram-item {
        width: 33.33%;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    aside.ftrMobH .ftrH1 {
        font-size: 20px;
    }

    .custom_footer {
        padding: 25px 0 10px 0;
    }

    .testimonial-section .testimonial-inner .section-title {
        margin: 15px 0;
    }
}

@media(max-width:479px) {
    .newArvl.collection-product .pimg img {
        height: 170px;
    }

    .newArvl .pimg img {
        height: 235px;
    }

    .diamonds-collection .diamond-grid .diamond-item {
        width: 25%;
        margin-bottom: 12px;
        padding: 0 8px;
    }

    .static-block .block-wrapper .block-item {
        width: 100%;
    }

    .static-block .block-wrapper .block-item .block-content h3 {
        font-size: 18px;
    }

    .section-title,
    .sech1,
    .widget .block-title strong,
    .page-title-wrapper .page-title,
    .connect-section .connect-inner .connect-text h2 {
        font-size: 28px;
    }

    .testimonial-section .testimonial-inner .text-block .testimonial-slider .testimonial-item .testimonial-inner .customer-review p {
        font-size: 15px;
    }

    .testimonial-section .testimonial-inner .text-block .testimonial-slider {
        padding: 30px 20px;
    }

    .design-ring-section .steps-wrapper .step-item .image-wrapper .step-number {
        left: 40px;
    }

    .chBox1 aside:first-child {
        margin-right: 15px;
    }

    .chBox1 aside span {
        font-size: 14px;
    }

    .moreBtnbx {
        padding: 7px 0;
    }

    .block.related a.moreBtn,
    .newArvl a.moreBtn {
        font-size: 13px;
    }
}

/*Collection Page*/
@media(max-width: 767px) {
    .page-layout-1column .filter.block .filter-title strong {
        background: #e5e5e5;
        border: none;
        padding: 10px 12px;
        font-size: 16px;
    }

    .catalog-category-view .page-title-wrapper {
        margin-top: 30px;
    }

    .page-layout-1column .filter-content {
        padding: 30px 0 !important;
    }

    .filter.active .filter-subtitle {
        background: #fff;
    }

    .filter .block-subtitle {
        border-bottom: none;
    }

    .filter-options-title {
        padding: 10px 40px 10px 10px;
    }

    .filter-options-content .item {
        margin: 0 !important;
    }

    .filter.active .filter-title strong {
        right: 0;
        top: 0;
        padding: 11px 15px !important;
        line-height: normal;
        font-size: 0 !important;
    }

    .pro-img .product-image-container a.bss-quickview {
        padding: 7px 0;
    }

    .pro-img .product-image-container a.bss-quickview span {
        font-size: 13px;
    }

    .product-item-details .product-item-inner {
        display: none;
    }

    .page-layout-1column .column.main .products-grid .product-items {
        margin: 0;
    }

    .page-layout-1column .products-grid .product-item .product-item-info {
        width: 100%;
    }

    .navigation .submenu>li>a {
        font-size: 14px;
    }

    .page-layout-1column .toolbar.toolbar-products .toolbar-amount {
        display: none;
    }

    .page-layout-1column .products-grid .product-item {
        margin-bottom: 15px;
    }
}

@media(max-width: 479px) {
    .toolbar.toolbar-products {
        font-size: 13px;
    }

    .page-layout-1column .toolbar.toolbar-products .toolbar-sorter {
        font-size: 14px;
        padding: 3px 10px;
    }
}

/**product page*/
@media(max-width: 1199px) {
    .product-info-main .page-title-wrapper h1 {
        font-size: 17px !important;
    }

    .dtlHdr {
        width: 40%;
    }

    .product.media .fotorama__wrap--slide .fotorama__stage__frame img {
        border: none !important;
    }

    .product.media .fotorama__wrap--slide .fotorama__stage__frame {
        border: 1px solid #e1e1e1 !important;
    }
}

@media(max-width: 991px) {
    .product-info-main .product-info-stock-sku {
        padding-left: 5%;
    }
}

@media(max-width: 767px) {
    .breadcrumbs .items {
        font-size: 13px;
    }

    .fotorama__active .fotorama__dot {
        background-color: #000;
        border-color: #000;
    }

    .product-info-main .page-title-wrapper h1 {
        font-size: 16px !important;
        margin: 0 0 20px;
    }

    .detailsTitle {
        font-size: 16px;
    }

    .contact-index-index .form.contact {
        padding: 20px 15px;
    }
}

/*About page*/
@media(max-width: 1199px) {
    .about-section .about-section-image {
        padding: 20px 0;
    }
}

@media(max-width: 991px) {
    .about-section .about-section-image {
        padding: 40px 0;
    }
}

@media(max-width: 767px) {
    .about-section .about-section-image {
        padding: 60px 0;
    }

    .about-grid-section .about-grid-inner .about-grid-image,
    .about-grid-section .about-grid-inner .about-grid-content {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-grid-section .about-grid-inner:last-child .about-grid-content {
        order: 1;
    }

    .about-grid-section .about-grid-inner:last-child .about-grid-image {
        order: 0;
    }

    .about-grid-section {
        padding: 20px 0 0;
    }

    .about-grid-section .about-grid-inner .about-grid-content p {
        font-size: 15px;
        max-width: 100%;
    }

    .about-grid-section .about-grid-inner .about-grid-content h2 {
        font-size: 28px;
    }
}

@media(max-width: 639px) {
    .about-section .about-section-image {
        padding: 110px 0;
    }
}
@media(max-width: 479px) {
    .about-section .about-section-image {
        padding: 160px 0;
    }
}