.action_buttons {
	
	padding: 10px 0 0px 0;
}

.enquiry_form {
	
	
}

.product-image{width: 100%}

.dot {
	height: 7px;
	
	width: 7px;
	
	margin-left: 6px;
	
	margin-right: 6px;
	
	margin-top: 3px;
	
	background-color: blue;
	
	border-radius: 50%;
	
	display: inline-block;
}
	
.spec-1 {
	
	color: #938787;
	
	font-size: 16px
}

h5 {
	
	font-weight: 400
}

.para{
	font-size: 14px
}

.display_price  {
	
	font-size: 28px;
	
	padding: 10px;
	
	text-align: center;
	
	width: 100%;
}

.thank-you-pop{
	width:100%;
 	padding:20px;
	text-align:center;
}
.thank-you-pop img{
	width:76px;
	height:auto;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}

.thank-you-pop h1{
	font-size: 42px;
    margin-bottom: 25px;
	color:#5C5C5C;
}
.thank-you-pop p{
	font-size: 20px;
    margin-bottom: 27px;
 	color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
	font-size: 25px;
    margin-bottom: 40px;
	color:#222;
	display:inline-block;
	text-align:center;
	padding:10px 20px;
	border:2px dashed #222;
	clear:both;
	font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
	color:#03A9F4;
}

.thank-you-pop a i{
	margin-right:5px;
	color:#fff;
}





.text-green-d1 {
    color: #277b5d!important;
}
.letter-spacing {
    letter-spacing: .5px!important;
}
.font-bolder, .text-600 {
    font-weight: 600!important;
}
.text-170 {
    font-size: 1.7em!important;
}

.text-purple-d1 {
    color: #6d62b5!important;
}

.text-primary-d1 {
    color: #276ab4!important;
}
.text-secondary-d1 {
    color: #5f718b!important;
}
.text-180 {
    font-size: 1.8em!important;
}
.text-150 {
    font-size: 1.5em!important;
}
.text-danger-m3 {
    color: #e05858!important;
}
.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.position-l {
    left: 0;
}
.position-b, .position-bc, .position-bl, .position-br, .position-center, .position-l, .position-lc, .position-r, .position-rc, .position-t, .position-tc, .position-tl, .position-tr {
    position: absolute!important;
    display: block;
}
.mt-n475, .my-n475 {
    margin-top: -2.5rem!important;
}
.ml-35, .mx-35 {
    margin-left: 1.25rem!important;
}

.text-dark-l1 {
    color: #56585e!important;
}
.text-90 {
    font-size: .9em!important;
}
.text-left {
    text-align: left!important;
}

.mt-25, .my-25 {
    margin-top: .75rem!important;
}

.text-110 {
    font-size: 1.1em!important;
}

.deleted-text{
text-decoration:line-through;;    
}






 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.category_box { float: left; width: 50%; }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
	.category_box { float: left; width: 33.33%; }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
	.category_box { float: left; width: 25%; }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
	.category_box { float: left; width: 12.5%; }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
	.category_box { float: left; width: 12.5%; }
} 

.wrimagecard{	

	margin-top: 40px;

    margin-bottom: 1.5rem;

    text-align: left;

    position: relative;

    background: #fff;

    box-shadow: 6px 8px 10px 0px rgba(46,61,73,0.15);

    border-radius: 4px;

    transition: all 0.3s ease;

}

.wrimagecard .fa{

	position: relative;

    font-size: 50px;

}

.wrimagecard-topimage_header{

padding: 20px;

}

a.wrimagecard:hover, .wrimagecard-topimage:hover {

    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);

}

.wrimagecard-topimage a {

    width: 100%;

    height: 100%;

    display: block;

	text-align:  center;

}

.wrimagecard-topimage_title {

    padding: 10px 14px;

    /*height: 80px;

    padding-bottom: 0.75rem;*/

    position: relative;
		
}

.wrimagecard-topimage_title h4 {
	
	font-size: 14px;
}

.wrimagecard-topimage a {

    border-bottom: none;

    text-decoration: none;

    color: #3d464d;

    transition: color 0.3s ease;

}
