.table:not(.cart):not(.totals)>thead>tr>th,
.table:not(.cart):not(.totals)>tbody>tr>th,
.table:not(.cart):not(.totals)>tfoot>tr>th,
.table:not(.cart):not(.totals)>thead>tr>td,
.table:not(.cart):not(.totals)>tbody>tr>td,
.table:not(.cart):not(.totals)>tfoot>tr>td {
    border: 1px solid black;
}

table#my-orders-table tbody tr td {
    vertical-align: middle;
}

.item.product.product-item {
  min-height: 125px; 
   
}
.cdz-banner.col-md-24.col-sm-24.col-xs-12{
     width: 100% !important;
     }

.catalog-product-view .wk-daily-deal {
   padding-left:0px !important;
   
}

div#instant-purchase{
display: none;
}

@media screen and (min-width: 767px) {
  
button.action.submit-2.primary {
    margin-left: 30px;
}
button.action.submit-3.primary {
    margin-left: 30px;
}

.category-image .image {
   max-height: 300px;
   max-width: 400px;
}

.sales-guest-form .column.main {
display: flex;
justify-content: center;
}

.billing-address-details {
display: none;
}

.page-header .header-panel-center .logo {
max-width:400px !important;
}
.details-qty.qty {
display: none !important;
}
.block.block-brands-search {
display: none;
}
.content{
width:100% !important;
}

form#search_mini_form {
position: relative;
}

.actions button.search{
position: absolute;
top: 0px;
}


.space-lg {
margin-bottom:35px !important;
}

td.x_address-details h3 {
    background-color: darkgrey;
}

td.x_method-info h3 {
    background-color: darkgray;
}
}
.catalog-product-view .product.attribute.description{
	color: #00008B;
}
.product.info.detailed .product.items .item.title>.switch{
color: #282828 !important;

}

.best-deal-space-lg{
    margin-bottom:60px !important;
    margin-top: 32px !important;
}

.product-item-info .wk-deal-off-box{
    position: absolute;
    z-index: 10;
    top: 12px;
    left:7px
}
.product-item-info .deal-price-label{
    color: white;
    background: #4caa52;
    padding: 3px;
    font-weight: 700;
    display: inline-block;
    font-size:16px
}
.product-item-info .wk-deal-left-border{
    height: 40px;
    width: 1px;
    background: #4caa52;
    display: inline-block;
    top: -5px;
    position: absolute;
}