.footer_top .contact_us ul li {
    margin-left: 20px;
}
.footer_top .contact_us ul li i {
    margin-left: -20px;
    padding-right: 5px;
}
.footer_top .header_social ul li a {
    border: solid 1px #512000;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0px 6px;
    font-size: 20px;
    color: #512000;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.footer_top .header_social ul li a:hover {
    border: solid 1px #512000;
    color: #ef8f2c;
}
.footer_top .header_social ul li i { 
    padding-right: 0;
    margin: 0 auto;
}
.footer_top .header_social ul li {
    margin-left: 0px;
}
.footer_menu ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    padding-right: 6px;
    display: inline-block;
}
.footer_top .footer_payment ul li {
    margin: 0;
}
.footer_payment ul li a img {
    width: 56px;
    height: auto;
}
img.footer-logo {
    width: 100px;
    height: auto;
}

img.cms-image {
    width: 100%;
    height: 300px;
}

span.required {
    color: red;
}

span.error-msg {
    color: red;
}

.form-control.border-red {
    border: 1px solid red;
}

#overlay {
    background: #000 url(./../../storage/image/loder.gif) no-repeat scroll center center !important;
    opacity: 0.5;
}

.loading-hold {
    bottom: 0;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.loader {
    bottom: 0;
    display: table-cell;
    font-size: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    transform: translateZ(0px);
    vertical-align: middle;
}

.header-image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

img.product-image {
    height: auto;
    width: 212px;
}

img.product-deal-image {
    height: auto;
    width: 265px;
}

img.product-slider {
    height: 100px;
    width: 100px;
}

img.main-product-slider {
    width: 300px;
    height: 300px;
}

/*article.single_product {
    border: 1px solid #6c757d;
}*/

button.bootbox-close-button.close {
    margin-left: -7px;
}

span.item_count {
    color: white !important;
    background: red !important;
}

.pull-right {
    float: right;
}
