@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url('https://cdn-uicons.flaticon.com/2.3.0/uicons-regular-straight/css/uicons-regular-straight.css');
.gallery-grid {
    border-radius: 10px !important;
}
.gallery-grid{
    width: 100% !important;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
html{
    overflow-x: hidden;
    /* width:100%;
    height:100%; */
}
body{
    overflow-x: hidden;
    /* width:100%;
    height:100%; */
} 
.card-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.xzoom-container img{
width:100%;
}

/* img {
width: 100%;
display: block;
} */
.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;
}

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}

/* 
.product-content {
    padding: 2rem 1rem;
} */

.product-title {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

/* .product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
} */

.product-link {
    text-decoration: none;
    font-weight: 400;
    /* font-size: 0.8rem; */
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #000;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
    border-radius: 6px;
}

.product-link:hover {
    opacity: 0.9;
}

.product-rating {
    color: #ffc107;
    padding-left: 30px;
}

.product-rating span {
    font-weight: 600;
    color: #252525;
}

.product-price {
    /* margin: 1rem 0; */
    font-size: 1rem;
    font-weight: 700;
}

.product-price span {
    font-weight: 400;
    font-size: 18px;
    margin: 0 6px;
}

.last-price span {
    color: #f64749;
    text-decoration: line-through;
}

.new-price span {
    color: #256eff;
}

.product-detail h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

.product-detail p {
    font-size: 15px;
/* padding: 0.3rem; */
opacity: 0.8;
color: #000;
line-height: 30px;
}
.product_sort_info i{
font-size: 15px;
}
.product_sort_info .fa{
font-size: 15px;
}
.product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

ol,
ul {
    list-style: none;
}

.mr-5 {
    margin-right: 5px !important;
}

.mb-10 {
    margin-bottom: 11px !important;
}

/* .product-detail ul li {
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
} */

.product-detail ul li span {
    font-weight: 400;
    font-weight: 500;
    font-size: 13px;
}

.purchase-info {
    margin: 1.5rem 0;
}

.purchase-info input,
.purchase-info .btn {
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.purchase-info input {
    width: 60px;
}

.purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.purchase-info .btn:first-of-type {
    background: #256eff;
}

.purchase-info .btn:last-of-type {
    background: #f64749;
}

.purchase-info .btn:hover {
    opacity: 0.9;
}

.social-links {
    display: flex;
    align-items: center;
    margin: 14px 0;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    /* font-size: 0.8rem; */
    transition: all 0.5s ease;
}

.social-links a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}

ol,
ul {
    padding-left: 0rem;
}

.rating-data {
    display: flex;
}

.product-price-cover {
    border-top: 1px solid #e2e9e1;
    border-bottom: 1px solid #e2e9e1;
    /* padding: 15px 0; */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

.detail-info .product-price-cover .product-price {
    line-height: 1;
}

.detail-info .product-price ins {
    font-size: 30px;
    text-decoration: none;
    font-weight: 600;
}

.text-brand {
    color: #088178 !important;
}

.product-price ins {
    font-size: 24px !important;
    text-decoration: none !important;
    font-weight: 600;
}

.detail-info .product-price ins span.old-price {
    text-decoration: line-through;
    color: #888;
    margin-left: 10px;
    font-size: 16px !important;
    font-weight: 500;
}

.product-price .text-brand {
    font-weight: 600;
    font-size: 26px;
    padding: 0 10px;
    font-family: sans-serif;
}

.old-price del {
    font-family: sans-serif;
}

.detail-extralink .detail-qty {
    margin: 0 6px 0px 0;
    background: #fff;
}

.detail-extralink>div {
    display: inline-block;
    vertical-align: top;
}

.detail-qty {
    max-width: 80px;
    padding: 6px 20px;
    position: relative;
    width: 100%;
    border-radius: 4px;
}

.border {
    border: 1px solid #e2e9e1 !important;
}

.detail-qty>a.qty-down {
    bottom: 0;
}

.detail-qty>a {
    font-size: 12px;
    position: absolute;
    right: 8px;
    color: #707070;
}

.detail-extralink>div {
    display: inline-block;
    vertical-align: top;
}

.button.button-add-to-cart {
    padding: 8px 40px;
    font-size: 15px;
    font-weight: 500;
    /* padding: 12px 40px; */
    color: #ffffff;
    border: none;
    background-color: #088178;
    border: 1px solid #046963;
    border-radius: 5px;
}

.product-extra-link2 a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #333;
    border-radius: 4px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 40px;
    margin: 0 3px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.detail-extralink {
    margin: 10px 0;
}

.card-products {
    border: none;
}

@media screen and (min-width: 992px) {

    /* .card-products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        border: none;
        box-shadow: none;
    } */

    .card-wrapper {
        /* height: 100vh; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* .product-content {
        padding-top: 0;
    } */
}

.new-products {
    width: 940px;
    margin: 50px auto 0;
    background-color: aliceblue;
    padding: 15px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.description {
    margin-right: 20px;
    /* margin-left: 20px; */
}

.description h1 {
    margin: 20px 0px 10px 0;
    font-weight: 600;
    font-size: 22px;
}

.description p {
    font-size: 16px;
    line-height: 26px;
}

.description span {
    margin-top: 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 30px;
    color: black;
}

.description button {
    font-size: 18px;
    padding: 15px 50px;
    margin-top: 40px;
    cursor: pointer;
    border: 0;
    outline: none;
    color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 12);
}

.description .btn {
    background-color: #ff9f00;
}

.description .cart {
    background-color: #ff6f00;
}

.xzoom-thumbs a {
    text-decoration: none;
}

.xzoom-thumbs img {
    display: inline-block;
    height: 114px;
    width: 114px;
    margin-top: 8px;
    padding: 0px 0px;
    margin-left: 0;
    margin-right: 0;

}


.xzoom-preview {
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 20px 2 rgba(0, 0, 0, 12);

}

img.xzoom-gallery.active {
    border: 1px solid #4aaad2;
    box-shadow: 0 0 3px 0 #4aaad2;
}

@media screen and (max-width:600px) {
    .xzoom-thumbs img {
        display: inline-block;
        height: 92px;
        width: 92px;
        padding: 4px 4px;
    }
}
@media screen and (max-width:420px) {
    .xzoom-thumbs img {
        display: inline-block;
        height: 90px;
        width: 90px;
        padding: 4px 4px;
    }
}
/* ************************** restali Products ************** */

html{
overflow-x: hidden;
width:100%;
height:100%;
}
body{
overflow-x: hidden;
width:100%;
height:100%;
}     
.gallery-main{
        margin-right: 0px !important;
margin-left: 0px !important;
}

.padding-0 {
padding:10px;
}
.CartAdded {
    border-radius: 2px;
    background-color: #1c8507;
    font-size: 10px;
    height: 25px;
    text-align: center;
    border: none;
    color: #fff;
    line-height: 23px;
    width: 70px;
}
.modal-content{
width: 100%;
background: #fff !important;
border-radius: 10px !important;
padding: 0px 0px 22px 0px !important;
transition: all 0.3s ease !important;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;   
}
.modal-title {
display: none !important;
}
.product-name{
font-size:18px;
line-height: 30px;
}
.product-tab .tab-nav {
margin-bottom: 10px;
}
.close {
font-size:30px;
opacity: .7;
}
.btn-primary{
font-size: 16px;
font-weight: 500;
padding: 10px 24px;
color: #ffffff;
border: none !important;
background-color:#082c4c !important;
border-radius: 50px;
border: 1px solid #082c4c !important;
}
.tab-pane p{
line-height: 30px;
font-size: 14px;
text-align: justify;
}
.product.product-details .product-rating {
margin-right: 15px;
margin-bottom:6px;
}
.product-rating {

/* padding: 10px 14px !important; */
}
.product.product-details .product-name {
margin-top: 0px;
}
.tab-nav img{
width:28px;
}
.tab-nav{
background-color: #ffffff;
box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
padding: 6px 20px;
text-align: center;
border-radius: 30px;
margin-bottom: 17px;
transition: all ease 0.5s;
width: max-content;
margin-inline: auto;
}
.product-tab .tab-nav li.active a{
color: #fff !important;
text-decoration: none;  
}
.product-tab .tab-nav li a {
display: block;
padding:8px 0px !important;
font-weight: 500 !important;
color: #4b4b4b !important;
}
.product-tab .tab-nav li.active {
background-color:#082c4c !important;
border-radius: 50px !important;
padding: 2px 30px !important;
}
.product-content{
/* margin-left: 12px; */
}
.tab-nav i{
font-size: 18px;
margin-right: 10px;
padding-top: 0px;
top: 2px !important;
position: relative; 
}
.product-body strong span{
margin-left: 10px;
}
.modal-content {
padding: 0px 0px 22px 0px !important;
}
.tab-content{
padding-top: 10px;
}
.btn-primary:hover {
color: #000;
background-color: #ffffff !important;
border-color: #082c4c !important;
border: 1px solid #082c4c !important;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
color: #082c4c !important;
}
.product-body p span{
padding-left: 20px;
}
.product-body p strong{
width:90px !important;
display: inline-flex;
padding: 4px 0;
}
.btn-primary :hover {
color:#082c4c !important;
background-color: #a01a1b00 !important;
border-color: #a01a1b00 !important;
}
.carousel-control {
opacity: 10;
font-size: 30px !important;
font-weight: bold !important;
font-size: 28px !important;
}
#quote-carousel .carousel-control.left{
left: 0px !important; 
}
#quote-carousel .carousel-control.right {
right: 0px !important;
}
.fa-phone{
transform: rotate(88deg) !important; 
}
.gallery-grid {
/* height: 22.5em !important; */
/* width:100%; */
}
.bg-color{
display:none;
}
.history-adya-weaves {
display:none;
}
.gallery-grid {
/* position: relative;
margin: 8px;
line-height:0; */
position: relative;
margin: 8px;
line-height: 0;
height: 100%;
max-height: 62%;
display: flow-root;
}
.rsidebar {
display:none;
}
.gallery {
padding: 0em 0;
background: #fff;
}
.gallery-main{
margin:0px 0;
}
.View-Details{
position: absolute !important;
top:50% !important; 
display:none !important;

}
.gallery-grid:hover .View-Details{ 
display: block !important;
transform: translateY(0);
opacity: 1 !important;
visibility: visible !important;
z-index: 9 !important;
border-radius: 0px !important;
background-color: #e32e6a !important;
left: 0 !important;
right: 0 !important;
z-index: 2 !important;
transition: all 200ms ease-out;
line-height: 1.6 !important;
border: none !important;
color: #fff !important;
font-weight: 400 !important;
}
.cart-btns{
border-top-left-radius: 3rem !important;
background: rgb(250 236 240) !important;
color: #e32e6a !important;
font-size: 1.6rem !important;
/* transition: all .4s; */
border: none !important;
font-weight: 500 !important;
right: -69px !important;
/* border-radius: 0; */
border-top-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
/* height: 200px !important; */
padding: 10px 24px !important;
float: right !important;
}
.product-rating{
font-family: "uicons-regular-straight" !important;
font-size: 14px;
letter-spacing: 4px;
content: '\f225' '\f225' '\f225' '\f225' '\f225';
color: #ffb300; 
float: left;
padding: 0px 14px
}
@media screen and (max-width: 600px) {
.tab-nav {
width: fit-content;
margin-inline: auto;
}
#quote-carousel .carousel-control.left {
left: -18px !important;
}
#quote-carousel .carousel-control.right {
right: -10px !important;
}
.new-grid, .gallery-grid {
/* width: 44.0% !important; */
/* height: 200px !important; */
}
.gallery-text h6 {
min-height:44px;
text-align: left !important;
}
.gallery-text h6 a {
font-size: 12px;

color: #000;
padding: 0;

margin: 0px 8px !important;
position: absolute !important;
}
.gallery-grid {
margin: 0 !important;
padding: 0;
margin: 10px 6px;
}
.product-rating {
padding: 0px 10px 10px !important;
}
}
.gallery-grid {
width: 100% !important;
}
.gallery-text ul {
    margin-top: 0;
    margin-bottom:0px;
}
@media screen and (max-width:767px) and (min-width:601px)  {
.gallery-grid {
/* height: 15em !important; */
/* width: 45% !important; */
}
}

.gallery-grid:hover .gallery-text {

    margin-top: 0em !important;
}
.gallery-grid a img {
    margin: 0 auto;
    width: 100%;
    height: 180px;
    margin-bottom: 14px;
    border-radius: 20px 20px 0px 0px;
    padding: 10px;
}
.gallery-text h6{
    min-height:24px;
}
.gallery{
    padding:0 !important;
    margin:0 !important;
}
.Related-products{
    margin: auto;
    display: flex;
    display: table;
    font-size: 30px;
    font-weight: 600;
}
.ptb-40 {
    padding: 50px 0;
}
.bg_color{
    background-color: #f7f7fb !important;
}
.gallery{
    background-color: #f7f7fb !important;
}
.Related-products .border-bottom{
    border-bottom: 4px solid #e32e6a !important;
    width: 100px;
    margin: auto;
    border-radius: 50px;
}
/* *************************************** login page ***************************** */
.input-sm {
    height: 50px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 50px;
    background-color: #fff !important;
    font-size: 14px;
    outline: none;
    color: #000000;
    /* border-radius: 3px; */
    font-weight: 500;
    border: 1px solid #c4b0b0;
    background: #fff;
    box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, .9) !important;
}

.loaded.fxt-template-animation {
    opacity: 1;
}

::placeholder {
    color: #000000ad !important;
}

.fxt-template-animation {
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout19 .fxt-bg-img {
    min-height: 100vh;
    background-repeat: no-repeat;
    /* background-position: center center;*/
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 15px;
    position: relative;
    z-index: 1;
}

.fxt-template-layout19 .fxt-bg-img:before {
    content: "";
    background: rgb(33 9 90 / 55%);
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.fxt-template-layout19 .fxt-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 700px;
    width: 100%;
    text-align: center;
}

.fxt-template-layout19 .fxt-header .fxt-logo {
    display: block;
    margin-bottom: 12px;
    max-width: 40vw;
}

.fxt-template-layout19 .fxt-header .fxt-logo img {
    border-radius: 4px;
}

.fxt-template-layout19 .fxt-header h1 {
    position: relative;
    font-size: 55px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    display: inline-block;

}

.fxt-template-layout19 .fxt-header p {
    color: #fff;
    line-height: 28px;
    /* opacity: 0.8; */
    font-size: 16px;
    font-weight: 300;
}

.fxt-template-layout19 .fxt-bg-color {
    /* background-image:url(images/login-bg2.png) !important; */
    /*    background-color: #fff7f7;*/
    background-color: #ecf2fa;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 30px;
}

.fxt-template-layout19 .fxt-content {
    max-width: 330px;
    width: 100%;
}

.fxt-template-layout19 .fxt-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 40px;
}

.fxt-template-layout19 .fxt-form h2 {
    font-size: 40px;
    margin: auto;
    text-align: center;
    font-weight: 600;
    margin-bottom: 24px;
    font-family: none;
}

.fxt-template-layout19 .fxt-form .form-group {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
}

.fxt-template-layout19 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fxt-template-layout19 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #2670d4;
    padding: 10px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout19 .fxt-btn-ghost {
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    background-color: transparent;
    padding: 10px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.forgot-pwd {
    display: flex;
    justify-content: space-around;
}

.forgot-password {
    text-decoration: underline;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
}

.fxt-template-layout19 .fxt-header h1 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    padding-left: 2px;
}

.fxt-form img {
    margin: auto;
    display: block;
    border-radius: 10px;
    padding: 8px 0;
}

.register {
    color: rgb(227 46 106) !important;
    font-weight: 500;

    padding: 0 !important;
}

.form-group .btn-primary {
    background-color: #082c4c;
    padding: 10px 26px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: capitalize;
}

.form-group.forgot-pwd-btn {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

@media screen and (max-width:767px) {
    .column-reverse {
/*        flex-direction: column-reverse;*/
        flex-direction: column;
        display: flex;
    }

    .fxt-template-layout19 .fxt-bg-color {
        min-height: 100%;
        padding: 45px 30px;
    }

    .fxt-template-layout19 .fxt-bg-img {
        min-height: 100%;
        padding: 14% 10%;
    }

    .fxt-template-layout19 .fxt-form h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .fxt-template-layout19 .fxt-header h1 {
        font-size: 30px;
    }

    .fxt-template-layout19 .fxt-header p {
        color: #fff;
        line-height: 24px;
        font-size: 13px;
    }
    .fxt-template-layout19 .fxt-form {
margin-bottom: 0px;
}
}