.product-box{
    border: 1px solid #00000040;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: center;
}
.product-box h3{
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}
.product-box h4{
    font-size: 12px;
    text-align: center;
    margin-top: 0px;
    line-height: 0px;
}
.product-box a{
    display: inline-block;
    padding: 1px 10px;
    background-color: #333333;
    border-radius: 5px;
    margin-top: 10px;
    color: white;
    font-size: 12px;
}
.astroid-container{
    margin-top: -15px;
}
.astroid-nav.justify-content-left a span{
    font-size: 15px;
    font-weight: bold;
}
.astroid-contact-info span{
    color: white;
    display: block;
    padding-top:  5px
}
.hikashop_cart_module{
    color: white !important;
    padding-top: 10px;
    line-height: 15px;
}
#banner-section-1531477580442 .no-gutters .py-7{
    background-color: #616161 !important;
}
.mb-15{
    margin-bottom: 15px;
}
.descripp{
  background-color: #f2f2f273;
  padding: 10px;
  font-size: 13px;
  margin-bottom : 15px;
}
.dsdsd{
  font-size: 13px;
}
.dsdsd select{
  height: 30px;
  border-radius: 10px;
}
.variations{
  width: 100%;
}
.variations tr{
  width: 50% !important;
  float: left;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #f2f2f273;
}
.variations label{
  width: 50px;
}
.quantity{
  background-color: #f2f2f273;
  padding: 10px;
}
.quantity input{
  height: 30px;
  width: 40px;
  border-radius: 40px;
  text-align: center;
}
.quantity button{
  border: 0px;
  height: 30px;
  background-color: #9ac339;
  color: white;
  border-radius: 40px;
  cursor: pointer;
  padding: 3px 15px;
}
.OrdHisTop {background: #545353;float:left;margin-top:15px;width:98%;margin-left:10px;}
.OrdHisTop ul { margin:0px; padding:0px;}
.OrdHisTop li {display:inline-block;font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;color:#fff;border-right: 1px solid #545353;padding:5px 0px;width:17%;text-align:center;list-style:none;}
.OrdHisTop li:first-child { width:25px;}
.OrdHisTop li:last-child { border:none; width:145px;}

.EmptyCart { margin:20px 0px; text-align:center; font-size:14px; font-weight:bold;}
.EmptyCart a { color:#F00;} .EmptyCart a:hover { text-decoration:none;}
.BasketCon {padding:10px 0px;border: solid #545353;float:left;width:98%;margin-left:10px;border-width:0px 1px 1px;margin-bottom:15px;}
.BasketImg {width:115px;float:left;border-right: 1px solid #545353;}
.BasketDetails { float:left; width:47%; padding:0 3px; display:block}
.BasketDetails p {border-bottom: 1px solid #545353;padding-bottom:3px;margin-bottom:8px;font-size:11px;font-weight:bold;font-family:Arial, Helvetica, sans-serif;color:#424242;}
.BasketQty { width:17%; float:left; padding:0 3px; margin-top:15px;}
.BasketCon .txt_id { background:#f1f1f1; border:1px solid #D8312B; text-align:center; margin-bottom:8px; width:50px;}
.BasketRate { width:13%; float:left; text-align:center; font-size:14px;}
.BasketTotal { width:13%; float:left; text-align:center; padding:0 3px;}
.BasketTotal p { font-size:14px; margin-bottom:10px;}
.BasketTotal a { color:#F00;} .BasketTotal a:hover { text-decoration:none}
.TotalCon { float:right; margin-top:15px; font-family:Arial, Helvetica, sans-serif; margin-right:10px;}
.TotalQA { background:#f1f1f1; border:1px solid #D8312B; padding:5px;}
.TotalQA label { font-weight:bold; color:#000; float:left; margin-right:10px;}
.TotalQA span { float:right; font-size:14px; font-weight:bold; color:#900}
.TotalCon p { margin-top:8px; margin-bottom:15px; }
.TotalCon p a { background:#1f1f1f; color:#fff; font-weight:bold; padding:7px;}
.TotalCon p a:hover { text-decoration:none;}
.UpdateBtn {background: #f75c6d;padding:3px 12px;font-size:11px;font-family:Arial, Helvetica, sans-serif;color:#fff;font-weight:bold;border:none;cursor:pointer;}
.UpdateBtn:hover { background:#000; color:#fff;}
.QuoteForm { margin:15px;}
.SubmitText { font-size:18px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#060; padding-top:30px; text-decoration:underline; min-height:250px;}
/* Style inputs with type="text", select elements and textareas */
.form_ctr{
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    height: 42px;
}
.form_ctrr{
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    height: 100px;
}
.btnet{
    background-color: #333333;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
}

/* When moving the mouse over the submit button, add a darker green color */
.btnet:hover {
    background-color: #666666;
}
.rtytry{
  border: 1px solid #00000038;
}
.Pagination{
  text-align: center;
  display: block;
  width: 100%;
}
.Pagination a{
  display: inline-block;
  background: #101010;
  width: 25px;
  height: 25px;
  text-align: center;
  color: white;
}
.Pagination a.paging_act{
  background: #9ac339; 
}







.sdfsfsd{
    height: 200px;
}
.cthrtrtrtr .sdfsfsd{
    height: 0px;
    display: none;
}

