.agent-border {
    border: 1px solid #e1e1e1;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: #cdcdcd !important;
}

.owl-carousel .owl-nav button[class*="owl-"]:hover,
.owl-carousel .owl-nav button[class*="owl-"].hover {
    background-color: #2e3192 !important;
}

/*! CSS Used from: http://porto.com/css/skins/default.css */
::-moz-selection {
    color: #fff;
    background: #0088cc;
}
::selection {
    color: #fff;
    background: #0088cc;
}
a {
    color: #0088cc;
}
a:hover {
    color: #0099e6;
}
a:focus {
    color: #0099e6;
}
a:active {
    color: #0077b3;
}
html .text-color-hover-primary:hover {
    color: #0088cc !important;
}
html .text-color-dark {
    color: #212529 !important;
}
html .text-color-hover-dark:hover {
    color: #212529 !important;
}
html .text-color-light {
    color: #fff !important;
}
.pagination > a,
.pagination > a:hover,
.pagination > a:focus,
.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > a:focus {
    color: #0088cc;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination .page-item.active .page-link {
    background-color: #0088cc !important;
    border-color: #0088cc;
}
.pagination > .active > a {
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
    color: #fff;
}
.pagination > .active > a:hover {
    background-color: #00a1f2;
    border-color: #00aaff #00aaff #0088cc;
    color: #fff;
}
.pagination > .active > a:focus {
    background-color: #006ea6;
    border-color: #006699 #006699 #004466;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
.pagination > .active > a:disabled {
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
}
.pagination > .active > a:active {
    background-color: #006ea6 !important;
    background-image: none !important;
    border-color: #006699 #006699 #004466 !important;
}
.shop .products .product .quick-view {
    background: rgba(0, 136, 204, 0.7);
}
.shop .products .product:hover .quick-view:hover {
    background: #0088cc;
}
.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover {
    color: #fff;
    background: #0088cc;
}
.product .product-thumb-info .countdown-offer-wrapper {
    background: #0088cc;
}

.shop .products .product-thumb-info-image {
    background-color: #e1e1e1 !important;
}

.afm-label {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .afm-label {
        transition: none;
    }
}

.afm-label:hover {
    color: #212529;
    text-decoration: none;
}
.afm-label:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.afm-label:disabled {
    opacity: 0.65;
}
.afm-label-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.afm-label-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.afm-label-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.afm-label-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.afm-label-block {
    display: block;
    width: 100%;
}

.afm-label {
    font-size: 0.8rem;
    padding: 0.533rem 0.933rem;
    cursor: pointer;
}
html body .afm-label:focus,
html body .afm-label:active {
    box-shadow: none !important;
}
html body .afm-label-secondary {
    background-color: #a6ce39;
    border-color: #a6ce39 #a6ce39 #a6ce39;
    color: #ffffff;
    font-family: "Montserrat-Regular";
}

html[dir="rtl"] body .afm-label-secondary {
    background-color: #a6ce39;
    border-color: #a6ce39 #a6ce39 #a6ce39;
    color: #ffffff;
    font-family: "Almarai-Bold";
}
html .afm-label-secondary:hover {
    background-color: #a6ce39;
    border-color: #a6ce39 #a6ce39 #a6ce39;
    color: #ffffff;
}
html .afm-label-secondary:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
    box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}
html .afm-label-secondary:disabled {
    background-color: #a6ce39;
    border-color: #a6ce39 #a6ce39 #a6ce39;
}
html .afm-label-secondary:active {
    background-color: #a6ce39 !important;
    background-image: none !important;
    border-color: #a6ce39 #a6ce39 #a6ce39 !important;
}
