/**************Gallery Styles********************/

@font-face {
    font-family: 'myfont';
    src: url('/font/Humanist-777-Font.otf');
}

#navbar {
    overflow: hidden;
}


.sticky {
    position: fixed;
    top: 110px !important;
    width: 100%;
    z-index:9999 !important;
}

    .sticky + .content {
        padding-top: 60px;
    }

@media (max-width: 991px) {
    .sticky {
        position: fixed;
        top: 0px !important;
        /* bottom: 30px !important; */
        width: 100%;
        z-index:9999 !important;
    }
}
   
     
h6 {
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding: 10px !important;
    font-size: 18px;
    color: #000;
}
.product-header {

}
input[type=text] {
    color:black !important;
}
body {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden !important;

}
table {
    display: flex;
    flex-flow: column;
    border-collapse: collapse;  
    background-color: #fff;
    width:100% !important;
    font-family: 'myfont' !important;
    font-weight: bold !important;
}
    tr:nth-child(even) {
    background-color: #ffffff !important;
}
    tr:nth-child(odd) {
    background-color: #ffffff !important;
}
td:nth-child(1) {
    width:18% !important;
    height:3% !important
}

td:nth-child(3) {
    width: 17% !important;
    height: 3% !important
}
td:nth-child(2) {
    width:25% !important;
    height: 3% !important
}

td:nth-child(4) {
    width: 16% !important;
    height: 3% !important
}
td:nth-child(5) {
    width: 14% !important;
    height: 3% !important
}
td:nth-child(6) {
    width: 17% !important;
    height: 3% !important
}

td:nth-child(7) {
    width:16% !important;
    height: 3% !important
}
td:nth-child(8) {
    width: 17% !important;
    height: 3% !important
}
td:nth-child(9) {
    width: 12% !important;
    height: 3% !important
}

th:nth-child(1) {
    width:18% !important;
}

th:nth-child(3) {
    width: 17% !important;
}
th:nth-child(2) {
    width: 25% !important;
}


th:nth-child(4) {
    width: 16% !important;
}

th:nth-child(5) {
    width: 14% !important;
}

th:nth-child(6) {
    width: 17% !important;
}

th:nth-child(7) {
    width: 16% !important;
}

th:nth-child(8) {
    width: 17% !important;
}
th:nth-child(9) {
    width: 12% !important;
}

.GroupHeaderRowStyle {
    background-color: red !important;
    padding: 6px !important ;
    font-weight: 700;
    color: white !important;
    font-size: 18px !important;
    /* font-family: 'Raleway', sans-serif !important; */
}

tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}


  
.header h6 {
    background-color: #37124a;
    color:#F8E102;
}
.header .fa-cart-shopping {
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
    color: black;
    margin-top: 5px;
}
.header .fa-cart-shopping:hover {
    color: #fff !important;

}
.main{
    margin-bottom:-17px !important;
    margin-top: -10px !important;
}
table input{
width:70px !important;
padding:5px !important;
padding: 0 5px;
text-align: center;
}
th {
    padding:6px;
    font-size: 16px;
    /* background: black !important; */
    color:#fff;
    text-align: center;
}
table,
th,
tr,
td {
    border: 2px solid black !important;
}
th {
    border-bottom: 0;
    margin-top:0px;
}
td {
    font-size: 16px;
    position: relative;
    top: 5%;
    color:#fff;
    color:black !important;
}
.table th, .table td {
    padding: 5px !important;
    vertical-align: middle;
    line-height: 1.7 !important;
}
.price {
    color: #0AF7EF;
}
.actual-price{
    color: #FF5CFF;

}
.fixed_price{
    color: #FFED00;

}

@media (max-width: 568px) {
    .productimg img {
        width: 40px !important;
        height: 30px !important;
    }

    h6 {
        font-size: 14px;
        letter-spacing: 2px;
    }
    td,
    th {
        font-size:8px;
        text-align: center !important;
    }
    table input {
        width: 33px !important;
        height:26px !important;
        padding: 0 2px;
        text-align: center;
        font-size:9px !important;
    }
    th {
        padding: 0px;
        text-align: center;
    }
    table,
    th,
    tr,
    td {
        padding: 0px 0px;
    }
   
}
/**************End Gallery Styles********************/

/*****************Wishlist POpup*****************/


/******************Form ***************************/
label{
    font-weight:550;
}
input{
    width:100% !important;
}
.formrow{
    display: flex;
    align-items: center;
    justify-content: center;
}
.amount_label label{
    width:100%;
    height:45px;
    border:1px solid #ccc;
    border-radius: 5px;
    background-color: #fff !important;
}
.order_btn .theme-btn{
    width:60% !important;
    margin-top:10px;
}
.form_header{
     text-align: center; 
     font-size: 40px;
     font-weight: 700; 
     margin-bottom:20px;
}
@media (max-width:600px){
    
    .form_header{
        text-align: center; 
        font-size: 20px;
         font-weight: 700; 
         margin-bottom:20px;
    }
}
/******************End Form ***************************/