@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800&display=swap');
body {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: #111;
    overflow-x: hidden
}
a {
    color: #142c3c;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

a:active,a:focus,a:hover {
    text-decoration: none;
    outline: 0;
    color: #111
}
h1,h2,h3,h4,h5,h6 {
    line-height: 1.6em;
    font-weight: 700;
    text-transform: uppercase
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}
strong {
    font-weight: 900
}
@media (max-width: 991px){
    .container{
        width: 100%
    }
}
@media (min-width: 1200px) and (max-width: 1349px){
    .container{
        width: 1170px;
    }
}
@media (min-width: 1350px){
    .container{
        width: 1320px;
    }
}
/* Header  */
.stchead {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 15px 0;
    background-color: rgba(0,0,0,0.6);
}
.fixed {
  /*   height: 100vh;
    align-items: center;
    min-height: 100vh;
    justify-content: end;
    display: flex; */
    position: fixed;
    /* position: fixed !important;
    top: 0;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    padding:8px 0 !important; */
    /* background-color: rgba(0,0,0,0.6); */
    /* background-color: #000; */
    background-color: transparent;
}
.btn-primary{
    background-color: #142c3c;
    border-color: #142c3c;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    line-height: 27px;
    box-shadow: 0 0 6px #00000029;
}
.btn-primary:hover{
    background-color: #000000;
    color: #fff !important;
    border-color: #F5F5F5;
}
.topbar {
    margin: 0;
    line-height: 38px;
}
.topbar li {
    margin-left: 20px;
    margin-right: 0;

}
.wpmydrop{
    margin-top: 0 !important;
} 
.topbar li a {
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}
.topbar li a:hover {
    color: #fff;
}
.rtl-animate {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.rtl-animate img{
    border-radius: 10px;
}
.mainbgtext {
    position: absolute;
    top: 34%;
    bottom: 0;
    left: 50px;
    right: auto;
    text-align: center;
    align-items: center;
}
.wbtext{
    width: 70%;
}
.wbtext a{
    background: #000;
    padding: 10px 40px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 2px 8px 2px rgb(0 0 0 / 6%);
    text-transform: capitalize;
}
.shopify-version{
    margin-top: 25px;
}
.wbtext a:hover{
    background: #fff;
    color: #000;
}
.mainbgtext h2 {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    line-height: 50px;
    margin: 0 0 20px 0;
}
.mainbgtext p {
    color: #6f6f6f;
    font-size: 20px;
    margin-bottom: 45px;
}
/* header Over */
/* Top banner */
.dragdrop img{
	max-width: 100%;
    box-shadow: 0 0 5px #0003;
    border-radius: 10px;
}
.dragdrop{
	padding: 70px 0;
	margin-top: 60px;
    background: #f5f5f5;
}
.wballimg p{
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.mainimglogo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.mainimglogo h2{
    color: #fff;
    font-size: 20px;
    margin: 20px 0 0 0;
    text-transform: capitalize;
}
.wbmainslide{
    overflow: hidden;
}
.wbmainimg{
    width: 100%;
    height: inherit;
    background: url("../images/banner-img/mainimg.jpg") no-repeat center;
    background-size: cover;
    animation: slideShow 14s linear infinite 0s;
}
.wbmainimg .wbimg1{
    transition: 0.8s ease-out;
}
.wbmainimg .wbimg2 {
    transition: 1.0s ease-out;
}
.wbmainimg .wbimg3 {
    transition: 1.2s ease-out;
}
.wbmainimg .wbimg4 {
    transition: 1.4s ease-out;
}
.wbmainimg .wbimg5 {
    transition: 1.6s ease-out;
}
.wbmainimg .wbimg6 {
    transition: 1.8s ease-out;
}
.wbmainimg .wbimg6 img{
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
}
.wbmainimg .wbimg7 {
    transition: 2s ease-out;
}
.wbmainimg .wbimg7 img{
    position: absolute;
    margin-top: -25%;
}

/* Product */
.wbclrcust{
	margin-top: 70px
}
.wbmainimg img{
    border-radius: 6px;
}
.wbinfodemo {
    margin-top: 0px;
}
.heading{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 42px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center
}
.heading span, .themefeature h1{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #000000;
    /* color: #269f10 */
}
/* .aos-init{
    margin-bottom: 20px;
} */
.masonry-items  {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.wballimg{
	margin-top: 50px;
}
.wballimg figure {
    transition: all .3s ease;
}
.wballimg1{
    margin-bottom: 50px;
}
.wballimg2{
    float: none;
    display: inline-block;
}
.wbimgbg {
    display: inline-block;
    height: 500px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
.wbimgbg .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    height: 500px;
    left: 0;
    position: absolute;
    width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(68, 68, 68, 0.3);
    box-shadow: none;
    background-size: cover;
    border-radius: 15px;
    border: 1px solid #ededed;
}
.wbimgbg .image-shop-scroll {
    transition: all 8s ease-out 0s;
}
.wbimgbg:hover .image-shop-scroll {
    background-position: center 100% !important;
}
.wbhighimg img {
    border-radius: 15px;
}

.wbinfodemo h2 {
    font-size: 18px;
    color: #444;
    margin-bottom: 10px;
}
.wbinfodemo .list-option {
    margin-bottom: 25px;
    padding-left: 10px;
}
.wbinfodemo .list-option li {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
    color: #666;
    list-style-type: none;
    padding-left: 0px;
}
.wbinfodemo .demo-item-btn {
    display: inline-block;
    height: 38px;
    line-height: 36px;
    border: 2px solid #142c3c;
    background-color: #142c3c;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;    
    transition: .2s;
    -webkit-transition: .2s;
    color: #fff;
    margin: 0 0 0 10px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    box-shadow: 0 0 6px #00000029;
}
.wbinfodemo .demo-item-btn i{
    font-weight: 600;
    margin-left: 5px;
}
.wbinfodemo .demo-item-btn:hover {
    background: #000000;
    color: #fff;
    border: 2px solid #000000;
}

/* Model */
.wbinnerdesign .modal-header {
    padding: 0;
    border-bottom: none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1
}
.wbinnerdesign .modal-body h3{
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 2px;
}
.wbinnerdesign .modal-body h3 b{
    color: #ff0000
}
.wbinnerdesign .modal-body p{
    color: #777;
    margin-bottom: 15px;
    font-size: 14px;
}
.wbinnerdesign .modal-body button, .wbinnerdesign .modal-body a{
    background: #000;
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 25px;
    border: none;
    transition: 0.3s ease
    }
    .wbinnerdesign .modal-body button:hover, .wbinnerdesign .modal-body a:hover{
    background: #000;
    color: #fff;
    }
.wbinnerdesign .modal-content{
    padding: 15px;
    border-radius: 15px;
}
/* .modal-open .wbinnerdesign.modal.in {
    display: flex !important;
    align-items: center;
} */

/* new feature */
.wbnewf{
	text-align: center;
	margin-bottom: 30px;
}
.wbnewf h2{
    margin-top: 15px;
    margin-bottom: 6px;
    text-transform: capitalize;
    font-size: 20px;
}
.wbnewf p{
    color: #777;
	margin: 0;
	min-height: 80px;
}
/* Lookbook */
.wblookbook .heading{
	margin-bottom: 0;
}
.wblookbook p{
	max-width: 400px;
	margin: 0 auto 10px auto;
}
.wblookbook{
	margin-top: 50px;
}
@media (min-width: 768px){
    .wbinnerdesign .modal-dialog{
        width: 500px;
		margin: 150px auto;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .wbinnerdesign .modal-dialog{
		margin: 80px auto;
    }
}
@media (max-width: 767px){
    .wbinnerdesign .modal-dialog{
		margin: 50px 15px;
    }
}
/* LTR TO RTl */
.lyout-p, .keyfeatures-container, .ajaxlive, .buyer-bg {
    margin-top: 70px;
    margin-bottom: 70px;
}

/* language settings */
.launguage-block{
    background: #f5f5f5;
    padding: 25px 0;
}
.trans-text{
    text-align: center;
    font-size: 28px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 25px;
    line-height: 40px;
}
.trans-flag{
    display: flex;
    align-items: center;
    width: auto;
    float: none;
    padding: 9px 0px;
    background: #000;
    border-radius: 5px;
    margin: 0 15px 0 0;
    border: 1px solid #000;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease;
    box-shadow: 0 0 6px #00000029;
    margin-bottom: 4px;
}
.trans-flag:hover{
    background: #fff;
    border-color: #fff;
    color: #000;
}
.trans-flag img, .trans-name{
    display: inline-block;
}
.laun-flags{
    display: flex;
    justify-content: space-between;
}
.laun-flags .owl-wrapper-outer{
    border: none;
    background: none;
    box-shadow: none;
}
.launguage-block .owl-carousel{
    background: none;
}
.trans-name{
    margin: 0 0 0 10px;
}

/* mobile layout css */

.main-innerpage .innerpage {
    float: none;
    display: inline-block;
    vertical-align: top;
/*     padding: 15px;
    border: 3px solid #e7e7e7; */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    margin-bottom: 15px;
}
.main-innerpage .owl-wrapper-outer{
    border: none;
    background: none;
    box-shadow: none;
}
.main-innerpage .owl-carousel{
    background: none;
}
.main-innerpage .section-heading, .main-innerpage p{
    text-align: center;
    margin-top: 0;
}
.main-innerpage .page1{
    text-align: center;
}
.qrcodes{
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 26px;
    right: 4px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #0005;
}
.main-innerpage .innerpage-content .page1 span{
    display: block;
    margin-bottom: 10px;
}
.innerpage-content{
    margin-top: 30px;
}
/* tab content section css */
.tabcontent .section-heading{
    text-align: center;
}
.tab-content .owl-wrapper-outer{
    border: none;
    box-shadow: none;
    background: none;
}
.tab-content .owl-carousel{
    background: none;
}
.tabcontent .nav-tabs{
    display: block;
    border-bottom: none;
    text-align: center;
}
.tabcontent .nav-tabs .nav-item{
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.tabcontent .nav-tabs .nav-item.active>.nav-link, .tabcontent .nav-tabs .nav-link:hover{
    background: #000;
    border-radius: 10px;
    color: #fff !important;
    border: none;
}
.tab-content{
    margin-top: 20px;
}
.section-space{
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 15%);
    padding: 10px;
    margin: 10px 0;
}

.tabcontent .nav-tabs .nav-item .nav-link{
    border-radius: 10px;
    color: #000;
    border: none;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px rgba(0, 0 ,0 , 0.1);
    -ms-box-shadow: 0 0 5px rgba(0, 0 ,0 , 0.1);
    -o-box-shadow: 0 0 5px rgba(0, 0 ,0 , 0.1);
}

/* installation steps */
.offer-cnt{
    display: inline-block;
}
.offer-banner1 .offer-cnt::after {
    content: "\e5cc";
    font-family: 'Material Icons';
    position: absolute;
    left: auto;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.offer-banner1 .offer-cnt:last-child::after{
    display: none;
}
.offer-banner1 .offer-cnt {
    font: 400 16px/20px 'Rubik', sans-serif;
    float: none;
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    position: relative;
    padding: 0 30px 0 0;
    margin: 0 10px 0 0;
}
.offer-banner-content {
    float: none;
    display: inline-flex;
    vertical-align: top;
    overflow: hidden;
    width: auto;
}
.offer-banner1 .offer-subtitle {
    font: 400 16px/20px 'Rubik', sans-serif;
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #FFF;
    position: absolute;
    padding: 0 30px 0 25px;
    z-index: 2;
    background: #000;
}
.offer-banner1 .offer-subtitle::before {
    content: "\ea50";
    font-family: 'Material Icons';
    position: absolute;
    left: auto;
    right: 5px;
    top: 0;
    bottom: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
}
.offer-banner1 .offer-subtitle::after {
    content: "\f1df";
    font-family: 'Material Icons';
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 50%;
}
.offer-banner1 .offer-content {
    float: left;
    width: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
}
.offer-banner, .offer-banner1 {
    float: left;
    width: 100%;
    background: #000;
}
/* top features css */
.predef {
    text-align: center;
    padding: 25px 0;
    background-color: #ddd;
    border-bottom: 1px solid #eee;
}
.predef li:last-child {
    margin-top: 15px;
    font-weight: 600;
    color: #666;
}
.password-protect{
    margin-top: 70px;
}

/* theme feature carousel */
#themefeature {
    padding-top: 0;
    padding-bottom: 60px;
}
.themefeature h1{
    font-size: 42px;
    color: #142c3c;
    text-transform: capitalize;
}
.owl-wrapper-outer {
    box-shadow: none;
    border: none;
    background-color: transparent;
}
.owl-carousel {
    background-color: transparent;
    margin: 0;
}
.flreal {
    transition: 0.3s ease;
    margin: 6px;
    border-radius: 10px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
}
#themefeature .flreal {
    background-color: #fff;
}
.flreal img {
    border-radius: 10px;
}
.flreal:hover {
    box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 20%);
}
.freal-sp {
    padding: 5px;
}
.flreal h5 {
    text-transform: none;
    margin: 5px 0 0 0;
    font-size: 16px;
}
/* product hover style */
.theme-layout {
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    padding: 80px 0;
}
@media (min-width: 992px){
#theme-collection-hover .product-hover-inner {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
}
#theme-collection-hover .theme-collection .heading {
    text-align: left;
    margin: 0;
}
#theme-collection-hover .product-hover-inner .section-heading {
    font-size: 33px;
    line-height: 44px;
}

#theme-collection-hover .theme-collection .heading p {
    line-height: 26px;
    color: #666;
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
}
#theme-collection-hover .page-collection .layout-image {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    margin: 0;
    padding: 10px 0;
}
#theme-collection-hover .page-collection .layout-image .page img{
    border-radius: 10px;
}
#theme-collection-hover .page-collection .layout-image .page img:hover{
    border-radius: 10px;
    box-shadow: 0 2px 8px 2px rgb(0 0 0 / 6%);
}
/* Key Feature */
#key_features h5{
    color: #777;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize
}
#key_features [class^=col-]{
    width: 20%
}
#key_features .ficon {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 26px 1px rgba(0,0,0,0.03);
}
#key_features .f_icon{
    margin-bottom: 25px
}
/* Footer */
#main-footer {
    padding: 45px 0;
    text-align: center;
    background-color: #f5f5f5;
    margin-top: 60px;
}
.footer-title {
    text-align: center;
    font-weight: 500;
    color: #000;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05em;
    margin: 2rem 0;
    font-size: 24px;
    text-transform: none;
}
.bottom-footer {
    font-size: 15px;
    color: #fff;
    padding: 20px 0;
    background: #000;
}
/* Copy Text */
.copy-text .form-control {
    height: 48px;
    font-size: 20px;
    width: 50%;
    margin: 0 auto;
} 
@media (max-width: 767px){
    .copy-text .form-control{
        width: 100%
    }
}
/* Other */
.copy-text,.wbhighimg{
    margin-bottom: 70px;
    margin-top: 70px;
}
#key_features{
    margin-top: 40px;
    margin-bottom: 60px;
}
@media (min-width: 1200px) and (max-width: 1349px){
    .wbwraphead{
        margin-top: 15px;
    }
    .wbhightimg3{
        margin-top: 90px;
    }
	.wbnewf p{
		font-size: 13px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
    .mainimglogo{
        top: 45%
    }
	.wbnewf h2{
		font-size: 16px;
	}
    .wbnewf p{
        font-size: 12px;
    }
    .wbhightimg4sub{
        position: unset;
        margin-top: -250px;
    }
    .wbwraphead p{
        display: none
    }
    #key_features h5{
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .wbmainimg{
        height: 300px;
        display: flex;
        align-items: center;
    }
    #key_features h5{
        height: 45px;
    }
    .wbhightimg4 {
        display: none;
    }
}
@media (max-width: 991px){
    .trans-text{
        font-size: 18px;
    }
    .themefeature h1 {
        font-size: 22px;
    }
    #theme-collection-hover .product-hover-inner .section-heading{
        font-size: 22px;
    }
    .main-innerpage .section-heading{
        font-size: 22px;
    }
    .tabcontent .section-heading h2{
        font-size: 22px;
    }
    #theme-collection-hover .theme-collection .heading {
        text-align: center;
        margin: 0;
    }
    #theme-collection-hover .product-hover-inner .collection-detail, #theme-collection-hover .product-hover-inner .product-image {
        width: 100%;
    }
    .heading{
        margin-bottom: 20px;
        font-size: 22px;
    }
    .mainimglogo{
        margin: 0 auto;
        text-align: center;
        transform: none;
        position: unset;
    }
    .copy-text .form-control{
        width: 100%
    }
    .wbhighimg h2{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .wbhighimg p{
        font-size: 13px;
    }
    .wbwraphead p{
        display: none
    }
    .wbtext{
        width: 100%;
    }
    .mainbgtext{
        position: unset;
        padding: 25px 0px;
    }
    .mainbgtext h2{
        font-size: 26px;
        margin: 0;
    }
    .mainbgtext p{
        font-size: 16px;
        margin-bottom: 25px;
    }
    .offer-banner1 .offer-content{
        text-align: center;
    }
    .offer-banner1 .offer-subtitle{
        position: unset;
    }
	
}
@media (max-width: 767px){
    .wbinfodemo .list-option{
        margin-bottom: 15px;
    }
    .wbinfodemo .list-option li{
        font-size: 13px;
        letter-spacing: 0
    }
	.dragdrop{
		margin-top: 30px;
		padding: 30px 0
	}
    .copy-text, .wbhighimg{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #key_features{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .wbmainimg{
        height: 250px;
        display: flex;
        align-items: center;
    }
    .wbhightimg4sub{
        position: unset;
    }
    .wbwraphead{
        margin-top: 7px;
    }
    #key_features [class^="col-"]{
        width: 50%
    }
    #key_features h5{
        font-size: 13px;
        letter-spacing: 0
    }
    .footer-title{
        font-size: 16px;
    }
    #main-footer{
        padding: 30px 0
    }
}
@media(max-width:575px){
    .tabcontent .nav-tabs .nav-item{
        margin: 0 10px;
    }
}
@media(max-width:425px){
    .tabcontent .nav-tabs .nav-item .nav-link{
        padding: 10px;
        font-size: 14px;
    }
    .tabcontent .nav-tabs .nav-item {
        margin: 0 5px;
    }
}
@media (min-width: 600px) and (max-width: 767px){
    .wballimg1{
        width: 50%
    }
    .wballimg1:nth-child(3){
        clear: left;
    }
}
.wb-image-block{
    position: relative;
    overflow: hidden;
}
.wb-image-block .second-img{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    /* transform: translate(40%,40%) scale(.2); */
    transition: all 0.6s ease 0s;
    max-width: 100%;
    opacity: 0;
}
.thumbnail-container:hover .second-img{
    opacity: 1;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    /* transform: translate(0%,0%); */
}
.mb-50{
    margin-bottom: 50px !important;
}
.owl-controls .owl-page.active span{
    background-color: #000;
}
.owl-controls .owl-page span{
 background-color: #fff;   
}
.innerpage img{
    max-width: 100%;
    overflow: hidden;
    padding: 20px;
    padding-top: 0;
}

.table{
    box-shadow: 0 0 10px rgb(0 0 0 / 23%);
}
.table>tbody>tr>td, .table>tbody>tr>th{
 color: #7F7F8A;
 font-size: 18px;
 padding: 15px 0;   
}
.table-bordered>thead>tr>th{
    background-color: #eee;
    color: #141416;
    text-align: center;
    padding: 15px 10px !important;
    font-size: 18px;
}
.table .text-success{
    font-weight: 600;
	color:green !important;
}
.text-success {
    color: #3c763d !important;
}
.tabel-footer{
    background: #000;
    font-weight: 600 !important;
    color: #fff !important;
}
.tabel-footer td{
    color: #fff !important;   
}
.text-decoration-line{
    text-decoration: line-through;
}
.bg-color-swatch{
    background-color: #f6f7fb;
    box-shadow: 0 0 5px #0003;
    border-radius: 10px;
    padding: 0 15px 20px 15px;
}
.bg-color-swatch img{
    box-shadow: none;
    border-radius: 0px;   
}
.double-section{
    display: flex;
    justify-content: start;
    align-items: center;
}
.footer-star a img{
    filter: brightness(0);
}