@media (max-width: 991px) {
    #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
        right: 20px;
        width: 100%;
        justify-content: flex-end;
    }
}

.main img,
.main input[type="image"] {
    max-width: 100%;
    height: auto;
    cursor: default;
}
.main input[type="image"]:focus {
    outline: none;
}

/* font */
.date {
    font-size: 12px;
}
.heading {
    color: #666666;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0;
}
.product-thumb-info h4 {
    color: #666666;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
}
.name {
    font-weight: 300;
    font-size: 16px;
}
.summary {
    font-weight: 300;
    font-size: 16px;
    margin-top: 10px;
}
/* ---- */

.dark-image-bg,
.dark-image-bg h1 {
    position: relative;
    color: #fff;
}
.dark-image-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}
.form-control {
    background-color: #ebebeb;
}
/* Image Container */
.thumb-image-container {
    display: flex !important;
}
.thumb-image-wrapper {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    line-height: 0;
}
.thumb-image-wrapper.ratio-4-3 {
    padding-bottom: 71%;
}
.thumb-image-wrapper.ratio-16-9 {
    padding-bottom: 52%;
}
.thumb-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.thumb-image img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}

/* layout */
.row-item-5 .product {
    width: 20%;
    margin-bottom: 30px;
}
.table td, .table th {
    border: 1px solid #dee2e6;
}
@media (max-width: 768px) {
    .row-item-5 .product {
        width: 50%;
    }
}
@media (max-width: 576px) {
    .row-item-5 .product {
        width: 100%;
    }
    .m-text-center {
        text-align: center;
    }
}

.m-carousel-show .owl-prev > span,
.m-carousel-show .owl-next > span {
    display: none;
}

/* toggle */
.toggle-border {
    border: 1px solid #ddd;
}
.toggle.toggle-minimal .toggle > label {
    border-bottom: none;
}
.toggle-content ul.nav-list li:first-child {
    border-top: 1px solid #ddd;
}

/* Breadcrumb */
.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb-container {
    background-color: #f3f3f3;
    padding-top: 25px;
    padding-bottom: 25px;
}
.breadcrumb {
    background: transparent;
    padding: .75rem 0;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
    text-shadow: none;
}
.breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.breadcrumb a {
    font-size: 14px;
}
.breadcrumb a:hover {
    text-decoration: none;
    opacity: 0.6;
}
@media (max-width: 576px) {
    .breadcrumb-container {
        background-color: #f3f3f3;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
}

/* Ppagination */
.page__pagination {
    margin-top: 40px;
    margin-bottom: 60px;
}
.page__pagination .pagination {
    justify-content: center;
    padding-left: 0;
}
    .pagination .page-item {
        margin-right: 8px;
        list-style: none !important;
    }
    .pagination .page-item.disabled .page-link {
        background-color: #000;
        border-color: #fff;
    }
    .pagination .page-item:last-child {
        margin-right: 0;
    }
    .pagination .page-link {
        display: inline-block;
        padding: 4px 11px;
        background-color: #FF9300;
        border: 1px solid transparent;
        color: #fff;
        font-size: 15px;
        line-height: 21px;
        border-radius: .25rem;
    }
    .pagination .page-link.active {
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
    }
    .pagination .page-quick-link {
        padding: 4px;
    }


/* Page Header */
.page-header {
    margin-bottom: 0;
}
.heading-line .line {
    display: inline-block;
    width: 48px;
    height: 5px;
}
.heading-line .line-1 {
    background-color: #D0D0D0;
}
.heading-line .line-2 {
    background-color: #000;
}
.uppercase {
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .heading-line {
        text-align: center;
    }
}

/* Tabs */
.nav-tabs li .nav-link {
    border-radius: 0;
}

/* Shop Cart */
.shop .featured-box,
.shop .featured-box .box-content {
    border-radius: 0;
}

/* News */
.post-brief {
    padding: 15px;
}

/* slideshow */
.slider-container {
    position: relative;
    background: transparent;
    height: auto;
}
.slider-container .slideshow-customize-tools {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tns-outer {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.tns-item {
    padding: 5px;
}
.slideshow .thumb-image-container {
    display: inline-block !important;
}
.slideshow img {
    width: 100%;
}
.slideshow-customize-tools {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.slideshow-customize-thumbnails {
    display: -webkit-flex;
    display: flex;
    padding-left: 0;
}
    .slideshow-customize-thumbnails > div {
        width: 20%;
        cursor: pointer;
        padding: 10px;
    }

.slideshow-customize-controls {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}
    .slideshow-customize-controls > li[data-controls] {
        cursor: pointer;
        padding: 10px;
    }
    .slideshow-customize-controls:focus,
    .slideshow-customize-controls > li[data-controls]:focus {
        outline: none;
    }

@media (max-width: 576px) {
    .slider > .slideshow-customize-tools {
        display: none;
    }
    .tns-outer {
        width: 80%;
    }
    .slideshow-customize-tools {
        width: 100%;
    }
}

/* footer */
.footer-content {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 1px solid #707070;
}
.footer-links {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-links a {
    display: inline-block;
    padding: 5px 0;
    width: 20%;
}
.footer-logo img {
    width: 170px;
    max-width: 100%;
}
@media (max-width: 576px) {
    .footer-content {
        margin-top: 40px;
    }
    .footer-logo img {
        width: 140px;
    }
    .footer-links {
        width: 90%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer-links a {
        width: 25%;
        padding: 5px;
    }
}
/* Powered By */
#footer .footer-copyright span {
    font-size: 12px !important;
}
.powered-by {
    position: absolute;
    right: 66px;
    bottom: 0;
    font-size: 12px;
    
}
.powered-by a {
    font-size: 13px !important;
}
@media(max-width: 768px) {
    section.section {
        padding: 0;
    }
}

@media(max-width: 576px) {
	.powered-by {
        position: relative;
        right: 0;
        bottom: 15px;
        display: block;
        text-align: center;
    }
    #footer .footer-copyright span {
        margin: 4px 0;
        display: inline-block;
    }
}
