.btn-callback {
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
    border-radius: 0px;
}
.btn-callback:hover{
	background:transparent;
	text-decoration:underline;
}
.product-images {
    overflow-x: hidden;
}

.product-images img {
    max-width: 100%;
    object-fit: cover;
}
#zoomple_previewholder{
	left:0;
	top:0;
	z-index:99;
	position:absolute;
	display:none;
	width:300px;
	height:300px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat: no-repeat;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
#zoomple_previewholder .image_wrap{
	left:0;
	top:0;
	z-index:99;
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	background:#fff;
	box-shadow:0 0 20px 4px #000;
}
#zoomple_previewholder.rounded .image_wrap{
	border:0 solid #454C50;	
	border-radius:50%;
	background-clip: padding-box;
}
#zoomple_previewholder .overlay{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-clip: padding-box;
	z-index:1; 
}
#zoomple_previewholder.rounded  .overlay{
	border-radius:50%;
	box-shadow:inset 0 0 20px 7px #fff;
}
#zoomple_previewholder .cursor{
	width:20px;
	height:20px;
	margin-left:-10px;
	margin-top:-10px;
	position:absolute;
	left:50%;
	top:50%;
	z-index:101;
	background: url(../images/cursor.png) 0 0 no-repeat;
}
#zoomple_previewholder.zp-visible{
	display:block;
}
#zoomple_previewholder img{
	display:block; 
	position:absolute;
	left:0;
	top:0;
}
#zoomple_previewholder .caption-wrap{ 
	position:absolute;
	top:100%;
	left:0;
	z-index:101;
	width:100%;
	margin:0;
	padding:0;   
	font:11px Verdana,sans-serif; 
	color:#090808; 
	border-radius:0 0 7px 7px;
} 
#zoomple_previewholder .caption-wrap .caption{ 
	padding:5px 10px;   
	font:11px Verdana,sans-serif; 
	border-radius:0 0 7px 7px;
	background: #fff;
} 
#zoomple_image_overlay{
	background:red;
	position:absolute;
	z-index:100; 
	filter: alpha(opacity=1);
	opacity: 0.01;
}
#zoomple_image_overlay.preview{
	background:rgb(0,0,0);
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#zoomple_image_overlay .eyelet{
	background:rgba(0,0,0,0.2);
	position:absolute;
	left:0;
	top:0;
}
.marquee{
    filter: alpha(opacity=100);
}

.container>.alert,.breadcrumb+.alert {
    position: fixed;
    z-index: 10004;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
    -moz-animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
    -ms-animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
    -o-animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
    animation: alert-anim 1s cubic-bezier(1,-.01,0,.99)
}

.container>.alert .alert,.breadcrumb+.alert .alert {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%
}

.container>.alert .alert.fadeOut,.breadcrumb+.alert .alert.fadeOut {
    top: -100%
}

@-ms-keyframes alert-anim {
    0% {
        top: -100%
    }

    60% {
        top: 0
    }

    100% {
        top: 0
    }
}

@-o-keyframes alert-anim {
    0% {
        top: -100%
    }

    60% {
        top: 0
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes alert-anim {
    0% {
        top: -100%
    }

    60% {
        top: 0
    }

    100% {
        top: 0
    }
}

@-moz-keyframes alert-anim {
    0% {
        top: -100%
    }

    60% {
        top: 0
    }

    100% {
        top: 0
    }
}

@keyframes alert-anim {
    0% {
        top: -100%
    }

    60% {
        top: 0
    }

    100% {
        top: 0
    }
}

@-ms-keyframes alert-anim2 {
    0% {
        top: -100%
    }

    60% {
        top: 100%
    }

    100% {
        top: 100%
    }
}

@-o-keyframes alert-anim2 {
    0% {
        top: -100%
    }

    60% {
        top: 100%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes alert-anim2 {
    0% {
        top: -100%
    }

    60% {
        top: 100%
    }

    100% {
        top: 100%
    }
}

@-moz-keyframes alert-anim2 {
    0% {
        top: -100%
    }

    60% {
        top: 100%
    }

    100% {
        top: 100%
    }
}

@keyframes alert-anim2 {
    0% {
        top: -100%
    }

    60% {
        top: 100%
    }

    100% {
        top: 100%
    }
}

@-ms-keyframes alert-icon-anim {
    0% {
        font-size: 0
    }

    60% {
        font-size: 0
    }
}

@-o-keyframes alert-icon-anim {
    0% {
        font-size: 0
    }

    60% {
        font-size: 0
    }
}

@-webkit-keyframes alert-icon-anim {
    0% {
        font-size: 0
    }

    60% {
        font-size: 0
    }
}

@-moz-keyframes alert-icon-anim {
    0% {
        font-size: 0
    }

    60% {
        font-size: 0
    }
}

@keyframes alert-icon-anim {
    0% {
        font-size: 0
    }

    60% {
        font-size: 0
    }
}

.product_page-right .alert {
    margin-top: 20px
}

.alert {
    position: relative;
    padding: 18px 40px 18px 75px;
    z-index: 30;
    color: #000;
    border-radius: 0;
    min-height: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-weight: 700;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    -moz-transition: 1s all cubic-bezier(1,-.01,0,.99);
    -o-transition: 1s all cubic-bezier(1,-.01,0,.99);
    -webkit-transition: 1s all cubic-bezier(1,-.01,0,.99);
    transition: 1s all cubic-bezier(1,-.01,0,.99)
}

.alert i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 60px;
    font-size: 40px;
    -webkit-animation: alert-icon-anim 1s;
    -moz-animation: alert-icon-anim 1s;
    -ms-animation: alert-icon-anim 1s;
    -o-animation: alert-icon-anim 1s;
    animation: alert-icon-anim 1s;
    text-shadow: 1px 1px 5px rgba(0,0,0,.15)
}

.alert i:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 0
}

.alert a:hover {
    text-decoration: underline
}

.alert button.close {
    position: absolute;
    top: 50%;
    line-height: 1;
    right: 15px;
    color: #fff;
    opacity: .7;
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.alert button.close:hover,.alert button.close:focus {
    opacity: 1;
    color: #fff
}

.alert.fadeOut {
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%)
}

.alert.fadeOut .alert {
    top: 100%
}

@media(max-width: 479px) {
    .alert {
        padding-right:30px
    }

    .alert button.close {
        right: 5px
    }
}

.alert-success {
    background-color: #FBDFD4
}

.alert-success i {
    background: #E95E2A
}

.alert-success a,.alert-success a:visited,.alert-success a:focus,.alert-success a:hover {
    color: #E95E2A
}

.alert-danger {
    background-color: #f44336
}

.alert-danger i {
    background: #d32f2f
}

.alert-danger a,.alert-danger a:visited,.alert-danger a:focus,.alert-danger a:hover {
    color: #ffcdd2
}

.alert-info {
    background-color: #03a9f4
}

.alert-info i {
    background: #0288d1
}

.alert-info a,.alert-info a:visited,.alert-info a:focus,.alert-info a:hover {
    color: #b3e5fc
}

.alert-warning {
    background-color: #ff5722
}

.alert-warning i {
    background: #e64a19
}

.alert-warning a,.alert-warning a:visited,.alert-warning a:focus,.alert-warning a:hover {
    color: #ffccbc
}

fieldset {
    padding-left: 15px;
    padding-right: 15px;
}

.form-group.form-row {
    align-items: center;
}

.form-group.form-row label {
    text-align: right;
    padding-right: 15px;
    margin-bottom: 0px;
}
label.radio-inline {
    padding-left: 30px;
    position: relative;
}
.radio input,
.radio-inline input {
    display: block!important;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0,-50%);
}

.radio label {
    padding-left: 40px;
    margin-bottom: 0px;
    cursor:pointer;
}

.radio {
    position: relative;
}
.btn.btn-default {
    border: 1px solid #ababab;
    box-shadow: none;
}
input.form-control:focus {
    box-shadow: none;
    color: #1ea9bd;
    border: 1px solid #1ea9bd;
}

input.form-control {
    color: black;
}
span.input-group-btn>button {
    height: 40px;
    display: block;
    line-height: 40px;
    padding-top: 0px!important;
}
.input-group.date {
    padding-right: 10px;
    padding-left: 15px;
}
ul.pagination > li > a, ul.pagination > li > span {
    width: initial;
}
div#search-mob {
    display: flex;
    /* margin-top: 20px; */
    /* margin-left: 15px; */
    /* margin-right: 15px; */
}

div#search-mob .btn {
    background: #ff1e2b;
    color: white;
    padding-left:15px;
    padding-right:15px;
    width: 50px;
    text-align:center;
}
input#header-mob-search {
    background: white;
    width: calc(100% - 50px);
}