.icon-hover > .vc_column-inner > .wpb_wrapper > .wpb_single_image{
	transition: transform .3s ease-out;
}
.icon-hover:hover > .vc_column-inner > .wpb_wrapper > .wpb_single_image{
	transform: translate(0, -10px);
}

.icon-hover .radiantthemes-iconbox{
transition: transform .3s ease-out;
}
.icon-hover:hover .radiantthemes-iconbox{
transform: translate(0, -10px);
}

.custom-box-shadow-2{
       box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
}

.box-shadow{
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
}

.table>tbody>tr:first-child td{border-top:none!important;}
.table>tbody>tr>td{
    padding:14px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.21) !important;
    }
.spacing-table>div>.table>tbody>tr>td{
    padding:14px 14px;
    
}

.wraper_header.style-twelve .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    background-color: #084e4d !important;
}

.footer_copyright_item .text-right{
    display: none!important;
}

.header_top {
display: flex;
align-items: center!important;
}

.radiant-contact-form.rt5bdf53c10735a7c .form-row input[type=submit] {
    background-color: #ed3237!important;
    
}

.radiant-contact-form.rtf19f736641510eb .form-row input[type=submit], .radiant-contact-form.rtf19f736641510eb .form-row input[type=button], .radiant-contact-form.rtf19f736641510eb .form-row button[type=submit]{
    background-color: #ed3237!important;
    border-top: 1px solid #ed3237!important;
    border-right: 1px solid #ed3237!important;
    border-bottom: 1px solid #ed3237!important;
    border-left: 1px solid #ed3237!important;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}