.sale-badge {
  position: absolute;
  top: 10px; /* Adjust the vertical position */
  right: 10px; /* Adjust the horizontal position */
  z-index: 10; /* Ensure it appears above other elements */
}

.sale-badge img {
  width: 100px; /* Adjust size as needed */
  height: auto;
}

.bacimg {
	background-color: #2b1c1c;
	//background: url(../../asset/images/home-page/pattern/metal.png) repeat;
}
.bacimg2 {
	background: url(../../asset/images/home-page/pattern/metal.png) repeat;
}
.container-fluid{
	padding-top:10px;
	border-top: 3px solid #d2d6de;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); 
}

.shopfilter{
	box-shadow: 1px 2px 4px #dddddd;
}
#topcontrol{
	background-color: rgb(255, 255, 255); 
}
.modal-content{
	    position: relative;
    padding-top: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    padding-left: 15px;
    padding-right: 15px;
        font-size: 14px;
}.pagination-template > li > a {
	padding: 15px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.prolabels-image{
	cursor: pointer;
    background: url(../images/company/sold-out-mini.png) no-repeat 0 0;
    width: 42px;
    height: 30px;
    display: table;
    position: absolute;
    z-index: 900;
}

.no-padding{
	padding: 0px !important;
}

.selectit {
    vertical-align: middle;  
    font-size:13px;
    font-weight:200;
    color:#555;
    cursor: pointer;
}

.widget_shop .sizes > .active{
    color: #ffffff !important;
    background-color: #222 !important;
}

.pagination li> .active {
    color: #fff;
    background-color: #ea1b25;
}
 
.page-title {
    margin-bottom: 0;
    padding:  0px 0 15px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
}
.entry-title-main , .ps-breadcrumbs{
    width: 50%;
}

.ps-breadcrumbs{
    float: right;
    font-size: 13px;
    text-align: right;
    line-height: 1.25;
    margin: 6px 0;
    color: #000;
}

.entry-title-main {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0;
    text-transform: uppercase;
    float: left;
}


.ps-radio{
	margin-bottom: 10px;
}
.deal-thmbimg {
	max-height: 240px !important;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
}

.img-wraping {
	height: 240px !important; /*can be anything*/
	width: auto !important; /*can be anything*/
	vertical-align: top !important; /*not required*/
	position: relative !important;
} 

#upload-image1{
	display: none;
}
#upload-image2{
	display: none;
}
#upload-image3{
	display: none;
}
.lbl-attr{
    margin: 5px 5px 10px 0;
    display: inline;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #ffffff;
    color: #444;
    box-shadow: 0px 0px 3px 0px #999;
    font-size: 12px;
    font-weight: 800;
    padding: 2px 5px 2px 5px;
    line-height: 2;
 }
.buttons-print ,  .buttons-excel {
    display: inline-block !important;
    padding: 6px 20px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid #0000002b !important;
    border-radius: 4px !important;
}

.dt-buttons{
	position: absolute !important;
    margin-top: 5px !important;
     margin-left: 15%  !important;
}

.dataTables_length{
	   
    margin-top: 8px  !important;
	
}
    
    
.buttons-print:active, .buttons-print:focus, .buttons-print:hover  {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

tr {
	cursor: pointer !important;
} 

a {
	cursor: pointer !important;
} 
#tbl1_length>label>select {
	padding: 5px !important;
	background-color: #fff !important;
}

#tbl1_filter>label>input {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

 
.form-control-login {
    -moz-appearance: none;
    border-color: #d2d6de; 
    box-shadow: none;
}
.form-control-login {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px; 
    color: #555;
    display: block; 
    line-height: 1.42857;
    padding: 10px 10px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

 @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    
    .dt-buttons {
    	display:  none !important;
    }
    
 } 
  
