.langs_area {
    position: absolute;
    right: 55px;
    top: 150px;
    color: white;
    z-index: 100;
}
#cssmenu > ul > li > a {
    font-size: 18px !important;
}
.btn.details {
    float: right !important;
}
.text-right {
    text-align: left;
}
.animated_button .icon_bg {
    background: #ef6c00;
    width: 0px;
    height: 35px;
    position: absolute;
    left: 0px !important;
    top: 0px;
    transition: all 0.3s linear;
}
.animated_button .icon {
    color: white;
    position: absolute;
    top: 0px;
    width: 35px;
    text-align: center;
    right:  0 !important;
    opacity: 0;
    transition: all .6s linear;
    /* animation-delay: 0.5s; */
}

.fa-chevron-left{
	font-family: FontAwesome;
  	 content: "\f054";
 }
 .animated_button {
    width: 143px;
    height: 35px;
    padding: 0px;
    background: #2b2a2a;
    border-radius: 0px;
    line-height: 35px;
    position: relative;
    box-sizing: initial;
    float: left;
    text-align: center;
}
.animated_button .icon_bg {
    background: #ef6c00;
    width: 0px;
    height: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 0.3s linear

}
.animated_button .icon {
    color: white;
    position: absolute;
    top: 0px;
    width: 35px;
    text-align: center;
    left: 0;
    opacity: 0;
    transition: all .6s linear;
    /*animation-delay: 0.5s*/
}
.animated_button .content {
    position: absolute;
    top:0px;
    width: 143px;
    right: 0px;
    z-index: 2;
    transition: all 0.3s linear;
    color: white;
}

.animated_button:hover .icon_bg {
    width: 143px;
    box-shadow: 0px 0px 0px 1px #ef6c00;
}
.animated_button:hover .content {
    color: white;
    right: 15px;
}
.animated_button:hover .icon {
    opacity: 1
}
.animated_button:focus .icon_bg {
    background: #ef6c00
}
.animated_button:focus {
    border: 1px solid #ef6c00
}
/*third button (largen than usual):;*/


.animated_button_large {
    width: 200px;
}
.animated_button_large .content {
    width: 200px;
}

.animated_button_large:hover .icon_bg {
    width: 200px;
}

/*white animated button:*/
.animated_button_transparent {
    width: 143px;
    height: 35px;
    padding: 0px;
    background: transparent;
    border: 1px solid white;
    line-height: 35px;
    border-radius: 18px;
    position: relative;
    box-sizing: initial;
    float: right;
}
.animated_button_transparent .icon_bg {
    background: white;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 18px;
    transition: all 0.3s linear

}
.animated_button_transparent .icon {
    color: black;
    position: absolute;
    top: 0px;
    width: 35px;
    text-align: center;
    right: 0;
}
.animated_button_transparent .content {
    position: absolute;
    top:0px;
    left: 10px;
    z-index: 2;
    transition: all 0.3s linear;
    color: white;
}

.animated_button_transparent:hover .icon_bg {
    width: 143px;
}
.animated_button_transparent:hover .content {
    color: black;
    left: 15px;
}
.animated_button_transparent:focus .icon_bg {
    background: #bf2669
}
.animated_button_transparent:focus {
    border: 1px solid #bf2669
}
.required-mark{
	float:right;
	color: #EC6824;
	margin-left:5px;
}
.owl-buttons {
    position: absolute;
    top: -70px;
    right: 0px !important;
}
.product_box{
	float:right;
}