.btn {
    display: inline-block;
    padding: 6px 10px;
    margin: 0;
    border: 0;
}

.btn.btn-success {
    color: #fff;
    background-color: #52b622;
    border-radius: 5px;
    margin: 10px;
}

.btn.btn-success:hover, .btn.btn-dark:hover {
    background-color: #e42773;
}

.btn.btn-dark {
    background-color: #2e3442;
    color: #fff;
    border-radius: 5px;
}

.btn.btn-warning {
    color: black;
    background-color: #fba900;;
    border-radius: 5px;
    font-size: 12px;
    margin: 20px;
    padding: 10px;
}

.btn.btn-warning:hover {
    text-decoration: underline;
}

.alert {
    font-size: 16px !important;
}


.container-header-actions {
    float: right;

}

.bordered-list-item {
    padding: 10px 15px;
    border: 1px solid #e3dfdf;
    border-radius: 5px;
}

.alert.alert-info {
    background-color: #6d87b5;
}

.sprites-outer i.fa {
    font-size: 64px !important;
    color: #c3c1be;
}

li:hover .sprites-outer i.fa {
}

#pshowgallery-slider_for_popup {
    display: flex;
}

.left-arrow-container,
.right-arrow-container {
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background .2s ease-in;
}

.left-arrow:hover,
.right-arrow:hover {
    cursor: pointer;
    background: rgba(0,0,0,0.25);
}

.left-arrow-container .fa,
.right-arrow-container .fa {
    font: normal normal normal 32px/1 FontAwesome!important;
}

.left-arrow-container,
.left-arrow-container {
    left: 0;
}

.right-arrow-container,
.right-arrow-container {
    right: 0;
}

.pshowgallery-image-box .right-arrow-container {
    right: 12px;
}

.pshowgallery .left-arrow-container,
.pshowgallery .right-arrow-container {
    z-index: 1;
}

.left-arrow,
.right-arrow {
    display: flex;
    align-items: center;
    padding: 2rem;
    width: 100%;
    height: 10%;
    transition: background .2s ease-in;
}

.left-arrow.swiper-button-disabled,
.right-arrow.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.product_column_left img:hover {
    cursor: zoom-in;
}
