:root{
    --body-color:#f1f1f1;
    --txt-light:#737373;
    --dark-gray:#949494;
    --border:#bababa;
    --bblack:#353535;
    --sami-dark:#373737;
}
img{
    width: 100%;
    height: auto;
}
html,body{
    height: 100%;
}
body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: var(--body-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p{
    font-size: 13.5px;
    line-height: 21px;
    font-weight: 400;
    color: var(--txt-light);
    margin: 0px;
    padding: 0px;
}
.sp-70{
    padding: 70px 0px;
}
.section-shot-head{
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--bblack);
}
.offer-banner{
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    padding: 10px 0px;
    font-weight: 500;
}
/* header */
.mainHeader{
    background-color: #ffffff;
    position: fixed;
    z-index: 5;
    left: 0px;
    right: 0px;
}
.brand-logo{
    width: 35%;
}
/* slider */
.main-slider{
    max-height: 550px;
    overflow: hidden;
    position: relative;
}
.black-overflow{
    background-color: rgba(0, 0, 0, 0.28);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 9998;
}
.slider-txt{
    position: absolute;
    left: 5%;
    top: 30%;
    width: 40%;
    z-index: 99999;
    /* background-color: rgba(250, 250, 250, 0.83); */
    padding: 20px 30px;
}
.slider-txt .heading{
    font-size: 30px;
    font-weight: 400;
    color:#ffffff;
    text-transform: uppercase;
}
.slider-txt .sub-head{
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 0px;
    color:#ffffff;
}
.slider-txt .head-link a{
    text-decoration: none;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}
.slider-txt .head-link a:hover{
    text-decoration: underline;
    color:#ffffff;
}
/* nav */
.nav-list{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}
.nav-item{
    float: left;
    position: relative;
}
.nav-link{
    text-decoration: none;
    color: #353535;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 30px 15px;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}
.nav-link:hover{
    color: #353535;
    text-decoration: underline;
}
.sub-menu{
    margin: 0px;
    padding: 0px;
    width: 250px;
    position: absolute;
    left: 0px;
    background-color: #ffffff;
    padding: 20px;
    display: none;
    z-index: 5;
    list-style-type: none;
}
.sub-menu a{
    text-decoration: none;
    color:var(--sami-dark);
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.sub-menu a:hover{
    text-decoration: none;
    color: var(--bblack);
}
.nav-item:hover .sub-menu{
    display: block;
}
/* section 1 */
.section-left{
    background-color:var(--sami-dark);
    color: #ffffff;
    padding: 80px;
    text-transform: uppercase;
    position: relative;
    margin: 0px 80px 0px 0px;
}
.border-box{
    position: absolute;
    height: 8px;
    width: 25%;
    top: 0px;
    right: 20px;
    background-color: var(--body-color);
}
.section-left .head{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}
.section-left .pera{
    font-size: 13px;
    text-transform: capitalize;
}
/* section heading */
.section-heading{
    margin: 0px 0px 35px 0px;
}
.section-heading .main-head{
    font-size: 25px;
    font-weight: 400;
    text-decoration: underline;
}
.section-heading .sub-heading{
    font-size: 12px;
    font-weight: 400;
}
/* section 2 */
.head-img{
    border: 0px solid var(--txt-light);
    margin: 0px 0px 25px 0px;
}
.head-img img{
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.service-box .head{
    font-size: 25px;
    font-weight: 400;
    margin: 0px;
    text-transform: uppercase;
}
.service-box .head-txt{
    font-size: 13px;
    font-weight: 400;
    color: var(--txt-light);
    margin: 15px 0px 15px 0px;
}
/* footer */
.main-footer{
    background-color: #ffffff;
    padding: 60px 0px;
    border-top: 1px solid var(--border);
}
.copyright{
    font-size: 11px;
    color: var(--txt-light);
    margin-top: 15px;
    text-transform: uppercase;
}
.terms-conditions ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.terms-conditions li{
    float: left;
    margin: 0px 15px 0px 0px;
}
.terms-conditions li a{
    text-decoration: none;
    color: var(--txt-light);
    font-size: 11px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.terms-conditions li a:hover{
    color: var(--bblack);
    text-decoration: underline;
}
.social-links ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}
.social-links li{
    float: left;
}
.social-links li a{
    width: 35px;
    height: 35px;
    border-radius: 100px;
    display: block;
    line-height: 35px;
    font-size: 15px;
    background-color:var(--dark-gray);
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    text-align: center;
}
.social-links li a:hover{
    background-color: var(--bblack);
}
.address{
    font-size: 11px;
    color: var(--txt-light);
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: end;
    line-height: 20px;
}
.address i{
    margin-right: 10px;
    color: var(--bblack);
}
/* arow */
.pre-next-cus .owl-prev {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff !important;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 90px;
    top: 70%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus .owl-next {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff !important;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 40px;
    top: 70%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus .owl-prev:hover,
.pre-next-cus .owl-next:hover {
    background-color: var(--bblack) !important;
    color: #ffffff !important;
}

.pre-next-cus .owl-dots {
    display: none !important;
}
/* arow */
.pre-next-cus2 .owl-prev {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff !important;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: -40px;
    top: 45%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus2 .owl-next {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff !important;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: -40px;
    top: 45%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus2 .owl-prev:hover,
.pre-next-cus2 .owl-next:hover {
    background-color: var(--bblack) !important;
    color: #ffffff !important;
}

.pre-next-cus2 .owl-dots {
    display: none !important;
}

.section-1{
    background-color: var(--sec-bg);
}
.sec-1-box{
    background-color: #FFFFFF;
    padding: 8px;
    cursor: pointer;
}
.sec-1-img{
    height: 280px;
    overflow: hidden;
}
.sec-1-img img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.sec-1-box:hover img{
    transform: scale(1.2);
}
.sec-1-body{
    padding: 10px 0px 10px 0px;
text-align: center;
}
.sec-1-body h3{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px;
}
.section-header{
    margin: 0px 0px 35px 0px;
}
.sub-head{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-three);
}
.btn-cart-sm{
    border: none;
    background-color: #4B4E56;
    color: #ffffff;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
}
.btn-cart-sm:hover{
    background-color:#69686D;
    color: #ffffff;
    text-decoration: none;
}
.btn-big-gray{
    border: none;
    background-color: #4B4E56;
    color: #ffffff;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    width: 100%;
}
.btn-big-gray:hover{
    background-color:#69686D;
    color: #ffffff;
    text-decoration: none;
}
.section-header{
    margin: 0px 0px 35px 0px;
}
.sub-head{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-three);
}
.main-head{
    font-size: 45px;
    line-height: 55px;
    margin: 10px 0px;
}
.sub-script{
    font-size: 14px;
    color: var(--light-black);
}
.hb-list{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: table;
}
.hb-item{
    float: left;
}
.hb-link{
    font-size: 25px;
    color: var(--color-five);
    margin-left: 25px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.hb-link:hover{
    color: var(--color-three);
}
.cart-count{
    font-size: 10px;
    font-weight: 500;
    background-color: var(--color-one);
    color: var(--color-five);
    height: 20px;
    width: 20px;
    border-radius: 100px;
    position: absolute;
    text-align: center;
    line-height: 20px;
    top: 0px;
    right: -10px;
}
.subscribe{
    background-color:#A3A3A3;
}
.sub-box{
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    padding: 0px 0px 0px 12%;
}
.sub-box img{
    width: 9%;
    position: absolute;
    left: 0px;
}
.subscribe-form{
    position: relative;
}
.subscribe-form input{
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    outline: none;
    width: 100%;
}
.subscribe-form button{
    position: absolute;
    background-color:#8B8B8B;
    right: 0px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 20px;
}
.testimonial-item .text{
    font-size: 15px;
    color: var(--txt-light);
}
.testimonial-item .cite a{
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: var(--black);
    margin: 10px 0px;
    display: inline-block;
}
.testimonial-item .position{
font-size: 13px;
color: var(--txt-light);
}
.footer-b{
    padding: 10px 0px 0px 0px;
}
.footer-b .txt1 h6{
font-size: 14px;
font-weight: 500;
margin: 0px;
}
.footer-b .txt1 span{
font-size: 12px;
color: var(--txt-light);
display: block;
}
.footer-b .txt2 img{
    height: 30px;
    border-radius: 100px;
}
.gem-hover-box{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.gem-hover-box img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.gem-hover-box:hover img{
   transform: scale(1.2);
}

.gem-hover-txt{
    font-size: 25px;
    font-weight: 500;
    font-family: "Playfair", serif;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 15px;
    right: 15px;
    text-align: center;
}
.gem-overlayer{
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.2);
}
.inner-header{
    background-image: url(../img/inner-back.png);
    background-size: cover;
    position: relative;
}
.over-layer{
    background-color: rgba(0, 0, 0, 0.56);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.innter-txt .head{
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
}
.innter-txt{
    text-align: center;
    padding: 130px 0px 60px 0px;
    position: relative;
    z-index: 1;
}
.breadcrumb ul{
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
    display: table;
}
.breadcrumb li{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    float: left;
}
.breadcrumb li::after{
    content: "//";
    padding: 0px 8px;
}
.breadcrumb a{
    text-decoration: none;
    color: #ffffff;
}
.breadcrumb li:last-child:after{
    content: none;
    padding: 0px 0px;
}

.product-card{
    background-color: #ffffff;
    box-shadow: 0 3.933px 11.799px #00000014;
    position: relative;
    cursor: pointer;
}
.product-body{
    padding: 10%;
    text-align: center;
}
.product-info{
    font-size: 17px;
    color: var(--color-five);
    padding: 10px 0px;
    font-weight: 600;
}
.product-info span{
    color: var(--light-black);
    text-decoration: line-through;
    font-weight: 400;
    font-size: 12px;
}
.product-info s{
    padding: 0px 5px;
    font-family: 400 !important;
    color: var(--light-black);
}
.product-name a{
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-five);
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.painter{
    font-size:13px;
    font-weight:500;
    margin:5px 0px 5px 0px;
}
.painting-size{
    font-size:12px;
    color:#8b8b8b;
    margin:0px 0px 5px 0px;
}
.product-name a:hover{
    color: var(--color-three);
    text-decoration: none;
}
.product-img{
height: 306px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.product-img-pop{
height: 185px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.product-img img{
    width: 100%;
}
.product-img .rear-img{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}
.product-card:hover .rear-img{
    opacity: 1;
    z-index: 0;
}
.btn-wishlist{
    border: none;
    background-color: var(--sami-dark);
    color: #ffffff;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.btn-sold-out{
    border: none;
    background-color: var(--sami-dark);
    color: #ffffff;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    height: 40px;
    width: 40px;
    line-height: 11px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.product-name2{
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 15px;
}
.painter2{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
.painting-size2{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}
.product-info2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-arwork h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-arwork p{
    font-size: 13px;
    margin-bottom: 15px;
}
.cart-img{
    width: 80%;
}
.checkout-left {
    border-right: 1px solid var(--border);
    background-color: #ffffff;
    padding: 50px;
    height: 100%;
}
.checkout-right {
    padding: 50px;
}
.address-box{
    border: 1px solid var(--border);
    border-radius: 15px;
  }
.address-box-header{
    border-bottom: 1px solid var(--border);
    padding: 15px;
    background-color: var(--bg-body-light);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.title-header{
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-five);
    font-weight: 600;
}
.address-box-body{
    padding: 15px;
}
.address-in-box{
    background-color: var(--body-color);
    border-radius: 10px;
    padding: 15px;
    position: relative;
    border: 2px solid #ffffff;
    transition: all 0.3s ease-in-out;
}
.address-in-box:hover{
    border: 2px solid var(--border);
}
.address-in-box h6{
    font-weight: 500;
}
.address-in-box p{
    color: var(--light-black);
}
.btn-close-sm{
    position: absolute;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    color: var(--color-five);
    background-color: var(--color-one);
    line-height: 25px;
    text-align: center;
    right: 10px;
    top: 10px;
    border: none;
    font-size:13px;
}
.selected-address{
    border: 2px solid var(--border);
}
.address-book-img img{
    height: 70px;
}
.product-img-check{
    height: 100px;
    width: 100px;
    border: 10px;
    background-color: var(--bg-body-light);
}
.product-img-final{
    background-color: var(--bg-body-light);
    border-radius: 8px;
    position:relative;
    text-align: center;
}
.product-img-final img{
    width: 90%;
}
.item-qty{
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background-color: var(--bblack);
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
}
.item-cart-text{
    font-size: 12px;
    color: var(--light-black);
}
.item-amt{
    font-size: 13px;
    font-weight: 500;
    text-align: end;
}
.terma-con-item{
    font-size:12px;
    color: var(--light-black);
    margin: 10px 0px;
}
.order-value{
    font-size:13px;
    color: var(--color-five);
    padding: 10px 0px;
    border-bottom: 1px solid var(--color-border);
    text-transform: uppercase;
    font-weight: 600;
}
.total-amount{
    padding: 10px 0px;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid var(--color-border);
}
.product-item{
    padding: 10px 0px;
    border-bottom: 1px solid var(--color-border);
}
.modal-header-in{
    border-bottom: 1px solid var(--color-border);
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 30px 0px;
}
.modal-header-in .text1{
    font-size: 25px;
    font-weight: 600;
}
.modal-header-in .text2{
    font-size: 13px;
    font-weight: 400;
    color: var(--light-black);
}
.btn-round{
    border: none;
    background-color: var(--border);
    color: var(--bblack);
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.btn-round:hover{
    background-color:var(--bblack);
    color: #ffffff;
}
.checkout-back{
    text-decoration: none;
    font-size: 14px;
    color: var(--bblack);
    display: inline-block;
    font-weight: 500;
}
.checkout-back:hover{
    text-decoration: none;
    color: var(--bblack);
}
.product-name3 a{
    text-decoration: none;
    font-size: 17px;
    color: var(--bblack);
    display: inline-block;
    font-weight: 600;
}
.product-name3 a:hover{
    text-decoration: none;
    color: var(--bblack);
}
.news-item{
    background-color: #ffffff;
    margin: 10px;
}
.news-body{
    padding: 25px;
}
.posted-by{
    color: var(--txt-light);
    font-size: 13px;
}
.news-link{
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    padding: 15px 0px;
    color: var(--black);
    transition: all 0.3s ease-in-out;
}
.news-link:hover{
    text-decoration: none;
    color: var(--red);
}
.newsrun{
    font-size: 14px;
    color: var(--txt-light);
    margin: 0px 0px 15px 0px;
}
.read-more{
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    padding: 15px 0px;
    color: var(--txt-light);
    transition: all 0.3s ease-in-out;
}
.read-more:hover{
    color: var(--txt-light);
    text-decoration: none;
}
.contact-btn{
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.contact-btn a{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 20px;
    background-color: #353535;
    color: #ffffff;
    z-index: 15;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 10px 0px 0px 0px;
}
.shop-box{
    background-color: #ffffff;
}
.img-box{
    height: 250px;
    overflow: hidden;
}
.img-box img{
    width: 100%;
}
.details-box{
    padding: 20px;
    text-align: center;
}
.details-box h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.nav-item2{
    background-color: #ffffff;
    padding: 10px 25px !important;
}
.nav-pills .nav-link2.active, .nav-pills .show>.nav-link2 {
    color: #ffffff;
    background-color: var(--bblack);
    padding: 10px 25px;
}
.nav-link2{
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
}