:root {
    --primary-color: #000000;
    --primary-hover-color: #eea234;
    --secondary-color: #ffffff;
    --secondary-light-color: #7d7d7d;
    --background-color: #f5dfbe;
    --border-color: #d9d9d9;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cart-btn:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-light:hover,
.btn-outline-primary:hover,
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.focus,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus {
    outline: none;
    background: var(--primary-color);
    color: var(--secondary-color);
    box-shadow: none;
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: unset;
}

:focus-visible {
    outline: unset;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
}

.common-home header {
    margin: 0;
}

.form-control:focus {
    box-shadow: none;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-toggle::after {
    display: none;
}

a {
    text-decoration: none;
    color: var(--primary-color);
}

a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: var(--primary-hover-color);
}

.mt-50 {
    margin-top: 50px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-45 {
    margin-top: 45px;
}

.fa-angle-down {
    font-size: 14px;
}

h2 {
    font-size: 22px;
}

h4 {
    font-size: 15px;
}

a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: var(--primary-hover-color);
}

.list-unstyled a {
    text-decoration: none;
}

/* Loader */
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-image: url(assets/images/ajax_loader.gif);
    background-position: 50% 50%;
    background-color: var(--secondary-color);
    background-repeat: no-repeat;
    opacity: .9;
}

/* back to top */
.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    -moz-box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    -ms-box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    -o-box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    animation: 1s ease 0s infinite normal none running top-to-bottom;
}

@-webkit-keyframes top-to-bottom {

    0% {
        margin-top: 0;
    }

    50% {
        margin-bottom: -20px;
    }

    100% {
        margin-top: 0;
    }
}

.scrollToTop i {
    font-size: 21px;
    display: block;
    line-height: 52px;
}

.scrollToTop:hover,
.scrollToTop:focus {
    opacity: 0.7;
    color: var(--primary-color);
}

/* header top */
#top {
    background-color: var(--primary-hover-color);
    padding: 0;
    margin: 0;
    border: none;
    min-height: auto;
}

#form-currency a:hover {
    color: var(--primary-color);
}

.top-left {
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-info {
    display: flex;
    align-items: center;
}

#top a {
    font-size: 14px;
    text-decoration: none;
}

.contact-info a {
    display: flex;
    align-items: center;
    color: var(--secondary-color);

}

.contact-info a:hover {
    color: var(--primary-color);
    transition: 1s;
}

.contact-info a i {
    margin: 0 10px 0 0;
    font-size: 20px;
}

.top-right {
    display: flex;
    justify-content: flex-end;
}

.top-right>div+div {
    margin: 0 0 0 25px;
}

#top .dropdown-toggle {
    display: flex;
    align-items: center;
}

#top .btn-link {
    font-weight: 400;
    color: var(--secondary-color);
    text-shadow: none;
    text-decoration: none;
    text-transform: capitalize;
    background: transparent;
}

.top-right .dropdown-toggle {
    line-height: 20px;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    border: none;
    padding: 15px 0;
}

.top-right span.drop-text:after {
    content: ":";
    padding: 0 5px;
}

.top-right .dropdown-toggle i {
    font-size: 16px;
    vertical-align: middle;
    padding: 2px 0 0 10px;
}

.top-right .dropdown-menu.currency-dropdown {
    inset: 100% auto auto 0px !important;
    transform: unset !important;
    right: 0 !important;
    left: auto !important;
}

.dropdown-menu {
    margin: 0;
    border: none;
    border-top: 2px solid var(--primary-hover-color);
    border-radius: 0;
    padding: 8px 0;
    width: 200px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.top-right .dropdown-menu.currency-dropdown a {
    font-weight: 500;
    padding: 5px 15px;
}

#top .dropdown-toggle::after {
    display: none;
}

.search-btn-outer i:hover,
#header_ac>a i:hover,
#cart>button i:hover {
    color: var(--primary-color);
    transition: 1s;
}

.currency-dropdown a:hover {
    color: var(--primary-hover-color) !important;
}

/* header menu */

header {
    position: relative;
    padding: 4px 0;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

header.header-fixed {
    position: fixed;
    background: var(--secondary-color);
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fadeInDown 1s ease-out forwards;
    -moz-animation: fadeInDown 1s ease-out forwards;
    -o-animation: fadeInDown 1s ease-out forwards;
    animation: fadeInDown 1s ease-out forwards;
    z-index: 9;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 12px;
    padding-bottom: 12px;
}

.search-content {
    position: relative;
}

.search-btn-outer {
    padding: 15px 0;
}

.search-btn-outer i,
#header_ac>a i,
#cart>button i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: var(--primary-hover-color);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.header-search {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.header-search #themabilitySearch,
.header-search>div {
    display: flex;
    flex-wrap: inherit;
    border-radius: 0;
    border: none;
}

#themabilitySearch .input-lg,
.header-search .input-lg {
    padding: 5px 15px;
    border: none;
    box-shadow: none;
    background: var(--secondary-color);
    height: 40px;
    border-radius: 0;
    color: var(--primary-color);
    width: 210px;
}

#themabilitySearch .btn-lg,
.header-search .btn-lg {
    padding: 13px 20px;
    margin: 0;
    font-size: 14px;
    box-shadow: none;
    line-height: 20px;
    border-radius: 0;
    border: none;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}

#themabilitySearch .btn-lg i,
.header-search .btn-lg i {
    display: block;
}

#themabilitySearch .btn-lg:hover,
.header-search .btn-lg:hover {
    background: var(--primary-color);
}

.header-right #header-cart,
.header-right>*+* {
    margin: 0 0 0 15px;
}

#header_ac>a,
#cart>.btn {
    cursor: pointer;
    display: flex;
    text-decoration: none;
    padding: 15px 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.search-btn-outer.active i:before {
    content: "\e903";
}

#cart-total span:first-child,
.header-right .dropdown-text span:first-child {
    padding-bottom: 5px;
}

#cart-total span:first-child,
.header-right .dropdown-text span {
    display: block;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    text-align: left;
}

#cart-total,
.header-right .dropdown-text span.dropdown-text-inner {
    font-weight: 400;
    font-size: 14px;
}

#header_ac .dropdown-menu.account-link-toggle {
    right: 0 !important;
    left: auto !important;
}

#top #form-currency .currency-select,
#top #form-language .language-select,
#header_ac .account-link-toggle a {
    text-align: left;
    padding: 5px 15px;
    border: none;
    line-height: 20px;
    color: var(--primary-color);
    background: transparent;
    font-weight: 500;
    font-size: 14px;
}

#cart>.btn {
    color: var(--primary-color);
    background: transparent;
    border: none;
    box-shadow: none;
    text-shadow: none;
    text-align: left;
}

#cart-total {
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 50%;
    padding: 0 3px;
    line-height: 15px;
    position: absolute;
    right: 0px;
    top: 7px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
}

#cart-total span:first-child,
.header-right .dropdown-text span:first-child {
    padding-bottom: 5px;
}

#cart-total span:first-child,
.header-right .dropdown-text span {
    display: block;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    text-align: left;
}

#header_ac .account-link-toggle a:hover,
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: var(--primary-hover-color);
    outline: none;
}

/* megamenu */
.rating .fa-stack,
#review .fa-stack {
    font-size: 6px;
    width: 2em;
}

.rating .fa-star,
#review .fa-star {
    font-size: 12px;
    color: var(--primary-hover-color);
}

/* home banner slider */
.home-demo.home-banner.container-fluid .large-12.columns {
    padding: 0px;
}

.home-banner {
    position: sticky;
}

.owl-carousel-banner .owl-nav .owl-prev,
.owl-carousel-banner .owl-nav .owl-next {
    display: block;
    position: absolute;
    top: calc(50% - 25px);
}

.owl-carousel-banner .owl-nav .owl-prev {
    left: 30px;
}

.owl-carousel-banner .owl-nav .owl-next {
    right: 30px;
}

.owl-carousel-banner .owl-nav .fa-angle-left,
.owl-carousel-banner .owl-nav .fa-angle-right {
    font-size: 26px;
    background: #d9860e;
    color: var(--secondary-color);
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
}

.owl-carousel-banner .owl-nav .fa-angle-left:hover,
.owl-carousel-banner .owl-nav .fa-angle-right:hover {
    background: var(--primary-color);
    transition: 1s;
}

/* category slider */
.page-title {
    position: relative;
    text-align: center;
}

span.page-title-left,
span.page-title-right,
.page-title h3 {
    display: inline-block;
}

.page-title-left,
.page-title-right {
    content: "";
    background-image: url(assets/images/title-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
    background-size: contain;
    display: block;
    margin-top: 0px;
}

.page-title h3 {
    font-size: 32px;
    margin: 0 0 30px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    font-family: Quantico;
    color: var(--primary-hover-color);
}

.category-featured .box-content::before {
    background: #ffebd7;
    content: "";
    height: 350px;
    width: 100%;
    position: absolute;
}

.category-thumb {
    padding: 11px 0 0;
    transition: 0.5s;
    margin-top: 30px;
    position: relative;
}

.category-thumb .image img {
    transition: 0.5s;
    border-radius: 10px;
}

.category-thumb .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 20px);
    padding: 10px;
    opacity: 0;
    transition: 1s;
}

.category-thumb h4.cat-title {
    margin-bottom: 25px;
}

.category-thumb h4.cat-title a {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 400;
    text-transform: capitalize;
}

.featured-category-btn {
    color: var(--secondary-color);
    padding: 10px 25px;
    border: 2px solid var(--primary-hover-color);
    border-radius: 10px;
}

.category-thumb .caption .btn-default {
    border: 2px solid var(--secondary-color);
}

.category-thumb:hover .image img {
    filter: brightness(0.4) invert(0);
}

.category-thumb:hover .caption {
    opacity: 1;
    bottom: 0;
}

.owl-carousel-cat .owl-nav .owl-prev,
.owl-carousel-cat .owl-nav .owl-next {
    display: block;
    position: absolute;
    top: calc(50% - 0px);
}

.owl-carousel-cat .owl-nav .owl-prev {
    left: -20px;
}

.owl-carousel-cat .owl-nav .owl-next {
    right: -20px;
}

.owl-carousel-cat .owl-nav .fa-angle-left,
.owl-carousel-cat .owl-nav .fa-angle-right {
    font-size: 26px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 10px;
}

.owl-carousel-cat .owl-nav .fa-angle-left:hover,
.owl-carousel-cat .owl-nav .fa-angle-right:hover {
    background: var(--primary-color);
    transition: 1s;
}

.product-items.owl-carousel.owl-theme .owl-nav .owl-prev,
.product-items.owl-carousel.owl-theme .owl-nav .owl-next {
    display: block;
    position: absolute;
    top: calc(50% - 25px);
}

.product-items.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -20px;
}

.product-items.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -20px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;

}

.product-items.owl-carousel.owl-theme .owl-nav .fa-angle-left,
.product-items.owl-carousel.owl-theme .owl-nav .fa-angle-right {
    font-size: 26px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 10px;
}

.product-items.owl-carousel.owl-theme .owl-nav .fa-angle-left:hover,
.product-items.owl-carousel.owl-theme .owl-nav .fa-angle-right:hover {
    background: var(--primary-color);
    transition: 1s;
}

.product-card .image {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0;

    border-radius: 10px;
}

.themability-tabs ul {
    border: none;
    margin-bottom: 30px;
    padding: 0;
    justify-content: center;
}

.themability-tabs ul li {
    float: unset;
    display: inline-block;
    outline: none;
    margin: 0;
}

.themability-tabs ul li a:hover,
.themability-tabs ul li a:focus,
.themability-tabs ul li a.active {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}

.themability-tabs ul li a {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    border: none;
    text-transform: uppercase;
    background: var(--background-color);
}

.product-card {
    margin-bottom: 25px;
}

.product-card h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.5s;
}

.product-card .content {
    text-align: left;
}

.product-card .price {
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}

.product-card .price-new {
    margin-right: 3px;
}

.price-new {
    font-weight: 500;
}

.product-card .description,
.product-card .price-tax {
    display: none;
}

.price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-card .rating {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 0;
}

.rating .fa-star,
#review .fa-star {
    font-size: 12px;
    color: var(--primary-hover-color);
}

.product-card .description {
    padding: 15px;
}

.btn-click.active {
    z-index: 2;
    background: var(--primary-hover-color) !important;
    color: var(--secondary-color) !important;
}

.single-column .card-img-top {
    position: relative;
    border-radius: 10px;
}

.single-column .button-group {
    position: absolute;
    bottom: -50px;
    opacity: 0;
    text-align: center;
    width: 100%;
    right: 50%;
    background: transparent;
    transform: translateX(50%);
    transition: all 500ms ease 0s;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
}

.single-column .button-group button {
    font-size: 18px;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    background: var(--background-color);
    box-shadow: 0 2px 7px rgb(0 0 0 / 16%);
    border: none;
    border-radius: 5px;
    vertical-align: top;
    transition: all 500ms ease 0s;
}

.single-column .button-group button i {
    display: block;
}

.single-column a img:hover {
    opacity: 0.8;
}

.single-column .button-group button:hover {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}

.bestseller.product-items.owl-carousel {
    margin-bottom: 30px;
}

/* .Top_Product */

/* service */
.service {
    text-align: center;
    background-color: white;
    border: 3px dashed var(--secondary-color);
    border-radius: 10px;
    transition: 0.5s;
    padding: 10px;
}

.service .service-icon {
    height: 100px;
    width: 100px;
    color: var(--primary-hover-color);
    text-align: center;
    font-size: 66px;
    margin: auto auto 15px;
    opacity: 0.4;
}

.service .service-icon i {
    display: block;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    line-height: 100px;
}

.service-content h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.service-content span {
    margin-top: 8px;
    display: block;
}

.service:hover {
    border: 3px dashed var(--primary-hover-color);
}

.service:hover .service-icon i {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.service:hover .service-icon {
    opacity: 1;
}

/* discount banner */
.html1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.html1 .banner-outer {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.html1 .banner-outer>div {
    position: relative;
    overflow: hidden;
}

.inner1:before {
    content: ' ';
    position: absolute;
    background-color: rgb(0 0 0 / 40%);
    height: 100%;
    width: 100%;
}

.html1 .inner2 {
    position: absolute;
    left: 50px;
    bottom: 50px;
    color: var(--secondary-color);
}

.html1 .banner1 .banner-title {
    font-size: 32px;
    color: var(--border-color);
    font-weight: 600;
}

.html1 .banner1 .banner-desc {
    font-size: 16px;
    margin-top: 15px;
    line-height: 24px;
    font-weight: 300;
    width: 278px;
    display: inline-block;
}

.html1 .inner2 .sale-banner {
    padding: 30px;
    border: 6px dashed;
    border-radius: 50%;
    display: inline-block;
    float: right;
    margin-left: 25px;
}

.html1 .banner1 .sale-discount {
    font-size: 56px;
    text-transform: uppercase;
    color: var(--border-color);
    padding: 7px 0;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    top: 20px;
}

.html1 .inner2 .sale-discount1 {
    font-size: 50px;
    margin-top: 40px;
    text-align: right;
}

.html1 .banner-outer>div {
    position: relative;
    overflow: hidden;
}

.html1 .inner3 {
    position: absolute;
    right: 8%;
    top: 50px;
    color: var(--secondary-color);
}

.html1 .inner3 .sale-banner1 {
    padding: 12px;
    max-width: 200px;
    text-align: center;
    width: 101px;
    background-color: #704B7D;
    height: 101px;
    border: 3px solid var(--secondary-color);
    border-radius: 50%;
}

.html1 .banner2 .sale-discount3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
}

.html1 .banner2 .sale-discount4 {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    font-size: 35px;
}

.html1 .banner2 .sale-discount5 {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}

.html1 .banner2 .banner-desc {
    font-size: 16px;
    line-height: 40px;
    margin-top: 15px;
}

.html1 .banner2 .banner-title1 {
    right: 0;
    font-family: 'Chonburi';
    font-size: 34px;
    color: var(--border-color);
    font-weight: 600;
}

.html1 .banner2 .banner-title2 {
    right: 0;
    font-family: 'Chonburi';
    font-size: 34px;
    color: var(--border-color);
    font-weight: 600;
    margin-top: 20px;
}

.html1 .inner4 {
    position: absolute;
    left: 50px;
    top: 30px;
    color: var(--secondary-color);
}

.html1 .banner3 .banner-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    margin-top: 125px;
    color: var(--border-color);
}

.html1 .banner3 .banner-desc {
    font-size: 18px;
    margin-top: 15px;
}

.html1 .inner4 .sale-banner2 {
    border-radius: 50%;
    padding: 25px;
    max-width: 200px;
    position: absolute;
    left: 15px;
    top: 10px;
    width: 150px;
    background: #91A3B7;
    border: 2px solid #FFFFFF;
    height: 101px;
}

.html1 .banner3 .sale-discount {
    font-weight: 700;
    display: flex;
    font-size: 35px;
    margin-bottom: 10px;
}

.sale-discount-desc {
    font-weight: 700;
    display: inline-block;
    font-size: 13px;
}

.html1 .banner3 .sale-discount2 {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}

/* testimonial */
.testimonial-section {
    background: var(--secondary-color) url(assets/images/testimonial/testimonial-bg.png) center center;
    background-size: cover;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 15px;
}

.testimonial-slider {
    max-width: 750px;
}

.themability-testimonial {
    position: relative;
    text-align: center;
    background-attachment: fixed;
    color: var(--secondary-color);
}

.themability-testimonial .row {
    margin-left: 0;
    margin-right: 0;
}

.testimonial-section .slideTestimonial {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.row-items {
    margin-right: auto;
    position: relative;
}

.tetimonial-image-content {
    background-color: #ffffff59;
    border-radius: 10px;
    padding: 10px 30px 100px 30px;
    margin: 145px 0;
}

.themability-testimonial-text {
    line-height: 24px;
    font-size: 14px;
    position: relative;
    margin: 15px auto auto auto;
    letter-spacing: 1px;
    max-width: 72%;
}

.themability-testimonial-text p {
    margin: 0 0 20px 0;
}

.themability-testimonial-content {
    margin-top: 25px;
}

.themability-testimonial-author {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

.themability-testimonial-customer {
    margin: 14px 0 7px;
    font-size: 16px;
    color: var(--primary-hover-color);
}

.themability-testimonial-images {
    position: absolute;
    left: 0;
    right: 0;
}

.slideTestimonial .row-items .themability-testimonial-images img {
    width: auto;
    margin: auto;
    border: 8px solid #2B313D;
}

.owl-carousel-testimonial .owl-nav .owl-prev,
.owl-carousel-testimonial .owl-nav .owl-next {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
}

.owl-carousel-testimonial .owl-nav .owl-prev {
    left: 0px;
}

.owl-carousel-testimonial .owl-nav .owl-next {
    right: 0px;
}

.owl-carousel-testimonial .owl-nav .fa-angle-left,
.owl-carousel-testimonial .owl-nav .fa-angle-right {
    font-size: 26px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 10px;
}

.owl-carousel-testimonial .owl-nav .fa-angle-left:hover,
.owl-carousel-testimonial .owl-nav .fa-angle-right:hover {
    background: var(--primary-color);
    transition: 1s;
}

/* news letter */
.news-inner {
    background: var(--secondary-color) url(assets/images/newsletter/news_letter.png) no-repeat center center;
    background-size: cover;
    background-position: center;
    padding: 150px 30px;
    border-radius: 10px;
}

.news-desc {
    margin: auto;
    max-width: 1000px;
}

.page-title-left,
.page-title-right {
    content: "";
    background-image: url(assets/images/title-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
    background-size: contain;
    display: block;
    margin-top: 0px;
}

.news .news-description {
    font-size: 18px;
    color: var(--primary-color);
    text-align: center;
    max-width: 800px;
    line-height: 24px;
}

.newsletter_form {
    width: 100%;
    margin-top: 20px;
}

.news .subscribe-form {
    display: flex;
    background: var(--secondary-color);
    border-radius: 0;
}

.news .subscribe-btn {
    border-radius: 0;
    padding: 8px 30px;
    font-size: 18px;
}

.btn-default,
.btn-primary {
    color: var(--secondary-color);
    text-shadow: none;
    background-color: var(--primary-hover-color);
    background-image: none;
    background-repeat: unset;
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#themability_newsletter_usr_email {
    border: none;
    background: transparent;
    height: 50px;
    padding: 10px 20px;
}

.form-select,
.form-control {
    font-size: 14px;
    height: 40px;
    border-radius: 30px;
    padding: 5px 15px;
    border: 1px solid var(--border-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.owl-carousel-blog .owl-nav .owl-prev,
.owl-carousel-blog .owl-nav .owl-next {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
}

.owl-carousel-blog .owl-nav .owl-prev {
    left: -18px;
}

.owl-carousel-blog .owl-nav .owl-next {
    right: -18px;
}

.owl-carousel-blog .owl-nav .fa-angle-left,
.owl-carousel-blog .owl-nav .fa-angle-right {
    font-size: 26px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 10px;
}

.owl-carousel-blog .owl-nav .fa-angle-left:hover,
.owl-carousel-blog .owl-nav .fa-angle-right:hover {
    background: var(--primary-color);
    transition: 1s;
}

.product-block-inner {
    position: relative;
    padding-bottom: 1px;
}

.blog-left {
    position: relative;
    overflow: hidden;
    background: var(--background-color);
    border-radius: 50px 50px 0 0;
}

.blog-image {
    position: relative;
    overflow: hidden;
    border-radius: 50% 50% 0 0;
}

.blog-image .post_hover {
    position: absolute;
    text-align: center;
    left: 10px;
    margin: 0;
    right: 10px;
    bottom: -40px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.post_hover .icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 10px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    font-size: 14px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-align: center;
    margin: 0 3px;
}

.blog-right {
    position: relative;
    background: var(--background-color);
    padding: 30px;
    border-radius: 0 0 50px 50px;
}

.date-time {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary-hover-color);
    color: var(--background-color);
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    padding: 10px 5px;
    width: 60px;
    font-weight: 500;
}

.write-comment-count i,
.date-time i {
    margin: 0 5px 0 0;
    color: var(--primary-hover-color);
    font-size: 16px;
    vertical-align: middle;
}

.blog-details {
    text-align: center;
}

.blog_title {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 0 0;
    text-transform: capitalize;
}

.blog-desc {
    margin: 12px 0 0 0;
    line-height: 26px;
    font-size: 16px;
}

.read-more {
    border-radius: 10px;
    margin: 15px 0 0 0;
    display: inline-block;
    position: relative;
}

.read-more .btn-info {
    padding: 0;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    padding: 10px 30px 10px 30px;
}

.btn-info {
    font-weight: 400;
    padding: 10px 25px;
    color: var(--secondary-color);
    text-shadow: none;
    background-color: var(--primary-hover-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.btn {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    text-transform: capitalize;
    outline: none;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.post_hover .icon:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.product-block-inner:hover .post_hover {
    bottom: 10px;
    right: 10px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.read-more .btn-info:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
    transition: 0.5s;
}

.write-comment-count span {
    font-weight: 500;
}

.product-block {
    margin-bottom: 30px;
}

/* manufecture */
.owl-carousel-manufacturer .owl-item img {
    display: block;
    width: auto !important;
    margin: auto;
}

.owl-carousel-manufacturer .owl-nav .owl-prev,
.owl-carousel-manufacturer .owl-nav .owl-next {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
}

.owl-carousel-manufacturer .owl-nav .owl-prev {
    left: -19px;
}

.owl-carousel-manufacturer .owl-nav .owl-next {
    right: -19px;
}

.owl-carousel-manufacturer .owl-nav .fa-angle-left,
.owl-carousel-manufacturer .owl-nav .fa-angle-right {
    font-size: 26px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 10px;
}

.owl-carousel-manufacturer .owl-nav .fa-angle-left:hover,
.owl-carousel-manufacturer .owl-nav .fa-angle-right:hover {
    background: var(--primary-color);
    transition: 1s;
}

/* cart */
#cart .dropdown-menu {
    min-width: unset;
    width: 300px;
    z-index: 1001;
    padding: 0;
    background: #fff;
    transform: unset !important;
    inset: 100% 0 auto auto !important;
}

#cart .dropdown-menu .cart-content-product {
    max-height: 261px;
    min-width: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

#cart .dropdown-menu li {
    min-width: unset;
    padding: 0px 20px;
}

#header-cart .dropdown-menu li {
    min-width: 427px;
    padding: 0 10px;
}

#header-cart .dropdown-menu {
    z-index: 1001;
    min-width: 100%;
}

#cart .dropdown-menu table {
    margin-bottom: 5px;
    border: none;
    background: transparent;
}

#cart .dropdown-menu>li.cart-content-product .table>tbody>tr {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    display: block;
    background: transparent;
}

#header-cart .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

#cart .dropdown-menu tbody tr {
    border: none;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: transparent;
}

.table {
    --bs-table-striped-bg: white;
}

#cart .dropdown-menu table td.product-cart-thumb {
    padding: 0;
    width: 72px;
}

#cart .dropdown-menu table td {
    background: none;
    border: none;
    padding: 5px 4px;
    font-weight: 500;
    font-size: 14px;
}

#cart .img-thumbnail {
    padding: 0;
    border-radius: 5px;
    border: none;
}

#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 20px;
}

#cart .dropdown-menu .product-item-name,
#cart .product-cart-info .product-cart-qty {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
}

.product-cart-info {
    margin-top: 5px;
}

#cart .product-cart-info .product-cart-price,
.product-cart-total {
    color: var(--primary-hover-color);
    font-weight: 600;
}

#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

#cart .dropdown-menu .btn-danger {
    background: transparent;
    color: var(--primary-color);
    border-radius: 0;
    line-height: 20px;
    font-size: 16px;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#cart .dropdown-menu li+li {
    border-top: 1px solid var(--border-color);
    padding: 10px 0 0px 0;
    margin: 0px 20px;
}

#cart .dropdown-menu li {
    min-width: unset;
    padding: 0px 20px;
}

#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small,
td.cart-total-title {
    font-weight: 600;
}

#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: var(--primary-hover-color);
    font-weight: 600;
}

#cart .dropdown-menu .product-cart-button a {
    font-size: 14px;
    padding: 10px 20px;
}

#cart .dropdown-menu li p {
    margin: 0;
}

.product-cart-button {
    padding: 0px 0px 10px 0px;
}

#header-cart .dropdown-menu li p {
    margin: 10px 0;
}

#cart .dropdown-menu>li.cart-content-product .table>tbody>tr:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}

/* shop page */
.breadcrumb-main {
    text-align: center;
    padding: 100px 0;
    margin-bottom: 50px;
    background: url(assets/images/banners/breadcrumb_img.png);
    background-size: cover !important;
    background-position: bottom;
}

.breadcrumb-main .page-title {
    position: relative;
    font-size: 34px;
    text-transform: capitalize;
    color: var(--secondary-color);
    text-shadow: none;
    margin-bottom: 10px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    justify-content: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb>li.breadcrumb-item {
    text-shadow: 0 1px 0 #FFF;
    padding: 0;
    position: relative;
    white-space: unset;
}

.breadcrumb>li {
    position: relative;
    white-space: nowrap;
    line-height: 19px;
}

.breadcrumb a {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--secondary-color);
    text-shadow: none;
    vertical-align: middle;
    line-height: initial;
}

.breadcrumb>li.breadcrumb-item>a {
    padding-top: 10px;
    display: block;
    text-decoration: none;
}

.breadcrumb>li.breadcrumb-item+li.breadcrumb-item {
    padding: 0 0 0 13px;
}

.breadcrumb>li:last-child a,
.breadcrumb>li:hover a {
    color: var(--secondary-color);
}

.breadcrumb>li:hover a {
    color: var(--primary-color);
    transition: 1s;
}

.breadcrumb li+li a::before {
    content: "\f101";
    font-family: 'FontAwesome';
    padding: 0 15px 0 0;
    color: var(--secondary-color);
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
}

#column-left>div,
#column-right>div {
    margin: 0 0 30px;
    border: none;
    box-shadow: none;
    padding: 0;
    background: var(--background-color);
    border-radius: 10px;
}

#column-left h3,
#column-right h3,
.single-blog .block-title legend {
    display: block;
    margin: 0;
    padding: 15px 20px;
    font-size: 18px;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    line-height: 20px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    border: none;
    border-radius: 10px;
}

.category-content #select-category,
.filter_box,
#column-left .block_box,
#column-right .block_box,
.account-content .list-unstyled,
.sidebar .list-unstyled {
    padding: 20px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.category-content ul>li:first-child>a.main-item,
.account-content.list-group ul>li:first-child a,
.sidebar li:first-child a {
    padding-top: 0;
}

.category-content .list-group-item {
    padding: 8px 20px 8px 0;
}

.category-content .list-group-item,
.sidebar li a,
.account-content.list-group a {
    border: none;
    border-radius: 0;
    margin: 0;
    background: transparent;
    padding: 8px 0;
    text-transform: capitalize;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.category-content .has-more-category .toggled {
    position: absolute;
    right: 0;
}

.child-categories {
    display: none;
    padding: 0;
}

.category-content .child-categories .list-group-item {
    padding: 5px 0;
    font-weight: 400;
}

ul.list-unstyled.child-categories.group {
    padding: 0px 15px 0px 15px !important;
}

.main-item.active .toggled>.fa-plus:before,
.toggle-menu.active>.fa-plus:before {
    content: "\f068";
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
button.list-group-item:hover {
    color: var(--primary-hover-color);
    text-decoration: none;
    background-color: transparent;
}

.filter_box .list-group a {
    font-size: 16px;
    color: var(--primary-color);
    margin: 0 0 12px 0;
    font-weight: 500;
}

.filter_box .list-group a,
.filter_box .list-group-item {
    border: none;
    padding: 0;
    text-transform: capitalize;
    text-shadow: none;
    background: transparent;
}

.filter_box .list-group .form-check .form-check-input {
    border-color: #d3d3d3;
}

.form-check-input+label,
.form-check .form-check-input {
    cursor: pointer;
}

.form-check .form-check-input {
    margin-top: 0.25rem;
    border: 1px solid var(--primary-color);
}

.filter_box .list-group-item label {
    outline: none;
    font-size: 14px;
}

.form-check-input+label {
    margin-top: 0.2em;
}

label {
    font-size: 14px;
    font-weight: 500;
}

.filter_box .list-group-items+.list-group-items {
    margin: 20px 0 0;
}

#filter .panel-footer {
    text-align: left;
    padding: 0;
    background: transparent;
    margin-top: 10px;
}

#column-left .card-header,
#column-right .card-header,
#column-left .card-footer,
#column-right .card-footer {
    border: none;
    padding: 0;
    border-radius: 0;
}

.form-check-input:checked[type="checkbox"] {
    background-color: var(--primary-hover-color);
    border-color: var(--primary-hover-color) !important;
}

.form-check-input:focus {
    border-color: var(--border-color);
    box-shadow: 0 0 0 0.25rem rgb(108 0 0 / 20%);
}

#column-left>div .container,
#column-right>div .container {
    width: auto;
    padding: 0;
}

#column-left .col,
#column-right .col {
    width: 100%;
}

#column-left .product-layout .product-thumb,
#column-right .product-layout .product-thumb {
    border: none;
    overflow: hidden;
    margin: 0;
}

#column-left .col+.col .product-thumb,
#column-right .col+.col .product-thumb {
    margin: 20px 0 0 0;
    border-radius: 0;
}

#column-left .product-thumb>.image,
#column-right .product-thumb>.image {
    width: 32%;
    float: left;
    border: 1px solid var(--primary-hover-color);
    border-radius: 0px;
    box-shadow: none;
}

.product-thumb .image {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0;
    border-radius: 10px;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#column-left .product-thumb>.product-description,
#column-right .product-thumb>.product-description {
    width: 68%;
    float: left;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    text-align: left;
    margin: 0;
    border: none;
    padding: 0 0 0 10px;
}

#column-left .product-thumb h4,
#column-right .product-thumb h4 {
    margin: 0;
    font-size: 14px;
}

.product-thumb h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.5s;
}

#column-left .product-thumb .price,
#column-right .product-thumb .price {
    margin: 8px 0 0 0;
    font-size: 14px;
    display: block;
}

.product-thumb .price {
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}

.product-thumb .price-new {
    margin-right: 3px;
}

.product-thumb .description,
.product-thumb .price-tax {
    display: none;
}

#column-left .product-thumb .rating,
#column-right .product-thumb .rating {
    float: unset;
    display: block;
    margin: 7px 0 0 0;
}

.product-thumb .rating {
    padding: 0;
}

.category-img img {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0 0 10px;
    width: 100%;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.category-desc p {
    margin: 0 0 20px;
    line-height: 26px;
}

.category-refine {
    margin-bottom: 20px;
}

.category-refine>h3 {
    margin: 0 0 13px;
    font-size: 20px;
    font-weight: 600;
}

.category-refine ul {
    padding: 0;
    margin: 0;
}

.category-refine ul li {
    margin: 0 5px 10px 0;
    list-style: none;
    display: inline-block;
}

.category-refine ul li a {
    background: var(--background-color);
    color: var(--primary-color);
    padding: 10px 25px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    border-radius: 10px;
    transition: 0.5s;
}

.category-refine ul li a:hover {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}

.category-info {
    background: var(--primary-hover-color);
    margin-bottom: 30px;
    padding: 10px 15px;
    border-radius: 10px;
}

#button-list.btn-default,
#button-grid.btn-default {
    border: none;
    padding: 0;
    box-shadow: none;
    font-size: 22px;
    width: 30px;
    height: 30px;
    color: var(--secondary-color);
}

#button-list.btn-default:hover,
#button-grid.btn-default:hover,
#button-grid.btn-default.active,
#button-list.btn-default.active {
    color: var(--primary-color);
    background: transparent;
}


#button-list.btn-default i,
#button-grid.btn-default i {
    display: block;
}

#button-list.btn-default {
    margin: 0 0 0 15px;
}

.category-info .category-compare {
    float: unset;
    padding: 0 5px;
}

.category-compare #compare-total {
    font-size: 14px;
    border: none;
    padding: 5px 0;
    font-weight: 300;
    line-height: 20px;
    color: var(--secondary-color);
    text-decoration: none;
    background: transparent;
    text-transform: capitalize;
}

.category-compare #compare-total:hover {
    color: var(--primary-color);
}

.category-sorting {
    text-align: right;
    float: right;
}

.category-sorting .sort-cat {
    margin: 0 10px 0 0;
}

.category-sorting>div {
    display: inline-block;
    vertical-align: middle;
}

.category-sorting>div>* {
    width: auto;
    float: left;
    position: relative;
}

.category-sorting .input-group-addon {
    border: none;
    background: transparent;
    margin: 0;
    padding: 7px 5px;
    width: auto;
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 1;
}

.input-group-text {
    border-radius: 0;
}

.select-cat-limit .form-control,
.select-cat-sort .form-control {
    height: 30px;
    padding: 3px 35px 3px 10px;
    border: none;
    background: var(--secondary-color);
}

.select-cat-sort::after,
.select-cat-limit::after {
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 6px;
    pointer-events: none;
}

.product-list .product-card {
    align-items: center;
}

.product-list .product-card .image .button-group {
    display: none;
}

.product-list .product-card .caption {
    text-align: left;
    border: none;
    margin: 0;
    padding: 0 0 0px 30px;
}

.product-list .product-card h4 {
    margin: 0;
    font-size: 16px;
}

.product-list .product-card .price {
    margin: 20px 0 0 0;
    display: inline-block;
    font-size: 16px;
}

.product-list .product-card .rating {
    margin: 0px 0 0 70px;
    display: inline-block;
    float: unset;
}

.product-list .product-card .description {
    display: block;
    margin: 15px 0 0 0;
    line-height: 28px;
    padding: 0;
    font-size: 16px;
}

.product-list .image {
    width: 270px;
}

.product-list .product-card .button-group.pro_list_btn {
    display: block !important;
    position: unset !important;
    transform: unset;
    opacity: 1;
    border: none;
    margin-top: 20px;
    text-align: left;
}

.pagination-main {
    background: var(--background-color);
    padding: 5px 15px;
    border-radius: 10px;
}

.pagination-main .pagination_result {
    padding: 10px 15px;
    font-weight: 500;
}

.pagination-main .pagination {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.pagination-main .pagination>li {
    display: inline-block;
}

.pagination-main .pagination>li:first-child>a,
.pagination-main .pagination>li:first-child>span,
.pagination-main .pagination>li:last-child>a,
.pagination-main .pagination>li:last-child>span {
    border-radius: 50%;
}

.pagination-main .pagination>li.active>span,
.pagination-main .pagination>li.active>a,
.pagination-main .pagination>li.active>a:focus,
.pagination-main .pagination>li.active>span:focus,
.pagination-main .pagination>li.active>span:hover,
.pagination-main .pagination>li>a:focus,
.pagination-main .pagination>li>a:hover,
.pagination-main .pagination>li>span:focus,
.pagination-main .pagination>li>span:hover {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}

.pagination-main .pagination>li>a,
.pagination-main .pagination>li>span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    padding: 0;
    font-weight: 400;
    margin: 0 0 0 8px !important;
    border-radius: 50%;
    background: var(--primary-color);
    border: none;
    color: var(--secondary-color);
    outline: none;
    box-shadow: none;
}

.category-content ul>li:last-child>.child-categories li:last-child>a,
.category-content ul>li:last-child>a.main-item,
.account-content.list-group ul>li:last-child a,
.sidebar li:last-child a {
    padding-bottom: 0;
}

/* product page */
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 10px;
}

.pro-image {
    margin-bottom: 20px;
    text-align: center;
}

.pro-image .thumbnail {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
}

.product-left .img-thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
}

#additional-carousel {
    max-width: 580px;
    margin: auto auto 20px;
    padding: 0 50px;
}

.image-additional a {
    padding: 0;
    display: block;
}

.additional .owl-nav .owl-prev,
.additional .owl-nav .owl-next {
    display: block;
    position: absolute;
    top: calc(50% - 10px);
}

.additional .owl-nav .owl-prev {
    left: 25px;
}

.additional .owl-nav .owl-next {
    right: 35px;
}

.additional .owl-nav .fa-angle-left,
.additional .owl-nav .fa-angle-right {
    font-size: 20px;
    color: var(--primary-hover-color);
    text-align: center;
    height: 0px;
    width: 0px;
    border-radius: 10px;
}

.additional .owl-nav .fa-angle-left:hover,
.additional .owl-nav .fa-angle-right:hover {
    transition: 1s;
    color: var(--primary-color);
}

.product-right {
    line-height: 24px;
}

.product-right h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.rating {
    padding-bottom: 0;
}

.product-rating {
    display: inline-block;
    margin: 0 15px 0 0;
}

.rating .review {
    text-transform: capitalize;
    position: relative;
}

.rating .write-review {
    border-left: 1px solid var(--border-color);
    padding: 0 0 0 15px;
    margin: 0 0 0 13px;
}

.rating .write-review i {
    padding: 0 5px 0 0;
}

.product-right ul {
    padding: 0;
}

.product-right .disc {
    margin-right: 5px;
    line-height: 30px;
    min-width: 125px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.product-right .disc1 {
    font-size: 14px;
    color: var(--secondary-light-color);
}

.pro_price {
    font-size: 20px;
    margin: 0 5px 0 0;
    font-weight: 500;
}

.pro_oldprice {
    color: var(--secondary-light-color);
    font-size: 14px;
    display: inline-block;
}

.price-old {
    text-decoration: line-through;
}

.proquantity-detail,
.pro-cart {
    display: inline-block;
    vertical-align: middle;
}

.proquantity-detail {
    margin: 0 20px 0 0;
}

.product-right .form-label.quantity-label {
    margin: 0 8px 0 0;
}

.product-right .form-label {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
}

.product-btn-quantity {
    background: var(--background-color);
    display: inline-flex;
    border-radius: 10px;
}

.product-btn-quantity button {
    height: 30px;
    width: 30px;
    margin: 5px;
    background: #faa732;
    border-radius: 5px;
}

.product-btn-quantity #input-quantity {
    border: none;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    height: 40px;
}

.product-btn-quantity>* {
    display: inline-block;
    width: auto;
    border: none;
    background: transparent;
}

.proquantity-detail,
.pro-cart {
    display: inline-block;
    vertical-align: middle;
}

#quick-cart i,
#button-cart i {
    margin: 0 8px 0 0;
    font-size: 16px;
}

.product-btn-quantity button:hover,
.product-btn-quantity button:focus {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}

.pro-cart button {
    padding: 10px 25px;
}

.product-right .pro-buttons button.btn {
    background: transparent;
    padding: 0 20px 5px 0;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 14px;
}

.product-right .pro-buttons button i {
    font-size: 14px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--primary-hover-color);
    display: inline-block;
    text-align: center;
    padding: 0;
    text-shadow: none;
    border-radius: 5px;
    transition: 0.5s;
}

.product-right .pro-buttons button.btn span {
    vertical-align: middle;
    transition: 0.5s;
}

.product-right .pro-buttons button:hover span {
    color: var(--primary-hover-color);
}

.product-right .pro-buttons button:hover i {
    color: var(--secondary-color);
    background: var(--primary-color);
}

.propage-tab .nav-tabs {
    display: block;
    text-align: center;
    border: none;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 0 10px;
    background: var(--primary-hover-color);
}

.propage-tab .nav-tabs li {
    float: unset;
    display: inline-block;
    margin: 0;
    position: relative;
}

.propage-tab .nav-tabs li a.active,
.propage-tab .nav-tabs li:hover a {
    color: var(--secondary-color);
    border: none;
    border-radius: 10px;
    background: var(--primary-color);
}

.propage-tab .nav-tabs li+li {
    margin: 0 0 0 20px;
}

.propage-tab .nav-tabs li a.nav-link {
    border: none;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
    padding: 10px 25px;
    border-radius: 10px;
    background: var(--secondary-color);
    color: var(--primary-color);
}

#tab-description {
    color: var(--secondary-light-color);
}

.write-review-form {
    background: var(--background-color);
    padding: 30px;
}

#form-review .review-title {
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
}

.propage-tab .nav-tabs li a.active,
.propage-tab .nav-tabs li:hover a {
    color: var(--secondary-color);
    border: none;
    border-radius: 10px;
    background: var(--primary-color);
}

div.required .col-form-label:before,
div.required .form-label:before {
    content: "* ";
    color: #F00;
    font-weight: bold;
}

.form-select:focus,
.form-control:focus {
    border-color: var(--primary-hover-color);
}

textarea.form-control {
    height: 150px;
}

#form-review .form-check-input[type="radio"] {
    margin-top: 0.2em !important;
    vertical-align: baseline;
}

.write-review-form .form-check-input[type="radio"] {
    background-image: url(assets/images/star_off.svg);
    border: unset;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
}

.write-review-form .form-check-input:checked[type="radio"] {
    background-image: url(assets/images/star_on.svg);
}

.write-review-form .form-check-input:focus {
    border-color: unset;
    box-shadow: unset;
}

#button-review {
    padding: 10px 25px;
}

.pro_page .product-items.owl-carousel.owl-theme .owl-nav .owl-prev,
.pro_page .product-items.owl-carousel.owl-theme .owl-nav .owl-next {
    display: block;
    position: absolute;
    top: calc(50% - 65px);
}

.pro_page .product-items.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -23px;
}

.pro_page .product-items.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -23px;
}

/* about page */
.information-information .title,
#information-contact .contact-title {
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0 0 10px;
    line-height: initial;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.information-information .description {
    color: var(--secondary-light-color);
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 26px;
}

/* contact page */
#information-contact .card {
    margin-bottom: 20px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.contact-left .card-body {
    padding: 20px;
}

.contact-left .card-body>div {
    text-align: center;
}

.contact-left .card-body>div>i {
    height: 30px;
    width: 30px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    line-height: 30px;
    border-radius: 5px;
    margin: 0 0 10px;
}

.contact-left .store-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 7px;
}

.contact-left address.store-detail {
    margin-bottom: 10px;
}

.contact-left .card-body>div+div {
    border-top: 1px solid var(--border-color);
    margin-top: 15px;
    padding-top: 15px;
}

.store-address .btn {
    padding: 10px 25px;
}

.submitted {
    display: none;
    color: #5C9D22;
    margin-bottom: 15px;
    text-align: center;
}

/* site map */
#information-sitemap #content li::marker {
    color: var(--primary-hover-color);
    font-size: 16px;
}

#information-sitemap #content>.row a {
    padding: 5px 0;
    display: inline-block;
    text-transform: capitalize;
}

/* register */
legend {
    font-size: 18px;
    padding: 7px 0px;
    font-weight: 500;
    margin-bottom: 20px;
    border-color: var(--border-color);
    border-bottom: 2px solid #e5e5e5;
}

.form-check-input:checked {
    background-color: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
}

#form-register .btn {
    padding: 10px 25px;
}

.col-form-label {
    padding-top: 0;
    font-size: 14px;
}

/* brand page */
p.manufacturer-tags strong {
    font-weight: 600;
}

.manufacturer-tags a {
    padding: 0px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    line-height: 30px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}

.manufacturer-list {
    border: 2px solid var(--border-color);
    margin-bottom: 20px;
    padding: 5px;
}

.manufacturer-heading {
    background: var(--background-color);
    font-size: 15px;
    padding: 5px 8px;
}

.manufacturer-heading h2 {
    margin: 0;
    font-size: 18px;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-tags a:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

/* blog details */
.blog-image {
    position: relative;
    overflow: hidden;
    border-radius: 50% 50% 0 0;
}

.single-blog .article-blog img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px 100px 0 0;
}

.article-blog .blog-description {
    padding: 25px;
    position: relative;
    background: var(--background-color);
    margin: -50px 50px 0 50px;
    border-radius: 10px;
}

.article-blog .date-time-single {
    font-size: 16px;
    font-weight: 500;
}

.article-blog .date-time-single i {
    color: var(--primary-hover-color);
    font-size: 22px;
    padding-right: 5px;
}

.article-blog .blog_title {
    margin: 20px 0 0 0;
    font-size: 20px;
}

.article-blog .blog-desc {
    font-size: 16px;
    margin: 15px 0 0 0;
    color: var(--primary-color);
}

.comment-list,
.comment-form {
    margin-top: 30px;
    background: var(--background-color);
    border-radius: 10px;
}

.single-blog .block-title legend,
.single-blog .block-title h3 {
    font-size: 16px !important;
}

#column-left h3,
#column-right h3,
.single-blog .block-title legend,
.single-blog .block-title h3 {
    display: block;
    margin: 0;
    padding: 15px 20px;
    font-size: 18px;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    line-height: 20px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    border: none;
    border-radius: 10px;
}

.comment-list .view-comment,
.comment-form #add-comment {
    padding: 20px;
}

.view-comment .view-comment-inner {
    padding: 15px;
    display: flex;
    background: var(--secondary-color);
}

.user_icon,
.comment_info {
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.user_icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    background: var(--primary-hover-color);
    margin: 0 15px 0 0;
    color: var(--secondary-color);
}

.comment_info .name {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
}

.comment_info .date {
    font-weight: 500;
    padding-bottom: 5px;
}

.comment_info .comment-text {
    color: var(--secondary-light-color);
}

.no-login a {
    color: var(--secondary-light-color);
}

.no-login a:hover {
    color: var(--primary-hover-color);
}

#content #form-login #input-password {
    margin-bottom: 8px;
}

/* checkout */
.btn-disabled {
    color: var(--secondary-color) !important;
    background: #6d6d6d !important;
}

/* product comparision */
#product-compare .btn-block {
    width: auto;
    display: inline-block;
    margin: 5px 0;
    padding: 10px 25px;
}

#form-login a {
    color: var(--primary-hover-color);
}
#form-login a:hover {
    color: var(--primary-color);
}
/* footer */
footer {
    border: none;
    padding-top: 50px;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}

.footer-top .col-lg-3 {
    width: 20%;
}

footer h2 {
    font-size: 22px;
    font-weight: bold;
    color: var(--secondary-color);
    text-transform: capitalize;
    margin: 0 0 10px 0;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: inline-block;
}

footer a {
    color: var(--secondary-color);
    padding: 10px 0;
    font-size: 16px;
    display: inline-block;
}

footer .position-footer-left ul li>div {
    display: flex;
    padding: 10px 0;
    font-size: 16px;
}

.contact_title {
    color: var(--secondary-color);
    padding: 0 20px 0 0;
}

.contact_title i {
    font-size: 20px;
}

footer .contact_site a {
    padding: 0;
}

footer a:hover,
footer a:focus {
    color: var(--primary-color);
}

.payment-method a,
.social-media a {
    margin: 10px 5px 0 0;
}

.payment-method a,
.social-media a {
    padding: 0;
    background: var(--secondary-color);
    color: var(--primary-hover-color);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
}

.payment-method a i,
.social-media a i {
    line-height: 40px;
    font-size: 20px;
}

footer .position-footer-right+.position-footer-right {
    margin-top: 25px;
}

p.copyright {
    padding: 30px 0;
    text-align: center;
    border-top: 2px solid var(--secondary-color);
    margin: 20px 0 0 0;
    font-size: 16px;
}

footer p.copyright a {
    padding: 0;
}

footer .position-footer-right span.toggle-open {
    display: none;
}

.toggled.active .fa-chevron-down:before {
    content: "\f077";
}

.payment-method a:hover,
.social-media a:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
    transition: 0.5s;
}

/* shopping cart */
.table-responsive {
    width: 100%;
    margin-bottom: 30px;
    overflow-y: hidden;
    border: 1px solid #ddd;
}

.cart_table {
    font-weight: 600;
}

.table-responsive table {
    margin-bottom: 0;
}

.table,
thead,
tbody,
tfoot,
tr,
td,
th,
.table> :not(:last-child)> :last-child>* {
    border-color: #ddd;
}

.table-bordered {
    background: transparent;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    vertical-align: inherit;
}

.cart_quantity {
    flex-wrap: initial;
}

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 14px;
}

.btn-danger {
    font-weight: 400;
    padding: 10px 25px;
    color: var(--secondary-color);
    text-shadow: none;
    background-color: #da4f49;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#checkout-total td,
#checkout-total td strong {
    font-weight: 600;
}

input:focus,
select:focus,
textarea:focus,
div:focus,
img:focus,
.form-control:focus,
.form-select:focus,
i:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--primary-hover-color);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

/* media queries */
@media (min-width: 1551px) {
    .container {
        max-width: 1470px;
    }
}

@media (min-width: 1200px) {

    #list-profile .owl-nav,
    #list-messages .owl-nav {
        display: none;
        top: calc(50% - 85px);
    }

    #column-left,
    #column-right {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .navbar-header .navbar-toggle {
        display: none;
    }

    .product-card:hover .button-group {
        opacity: 1;
        bottom: 20px;
    }
}

@media (min-width: 960px) {
    .product-list .product-card .button-group {
        position: absolute;
        bottom: 0px;
        width: 100%;
        border-left: 1px solid #ddd;
    }

    .product-list .product-card .image {
        flex-direction: column;
        margin-bottom: 0px;
    }
}


@media (min-width: 768px) {
    .product-list .product-card {
        display: flex;
        flex-direction: row;
    }

    .product-list .product-card .image {
        float: left;
    }

    .product-list .product-card .content {
        flex-direction: column;
        flex: 75%;
        position: relative;
    }

    .col-form-label {
        text-align: right;
    }
}

@media (max-width: 1550px) {
    .testimonial-slider {
        max-width: 670px;
    }
}

@media (max-width: 1440px) {

    .service-content h4 {
        font-size: 16px;
    }

    .service-content span {
        font-size: 14px;
        margin-top: 5px;
    }

    .html1 .inner2 {
        right: 20px;
        bottom: 20px;
        left: 48px;
    }

    .html1 .banner1 .banner-title {
        font-size: 30px;
    }

    .html1 .banner2 .banner-desc {
        font-size: 20px;
    }

    .news .news-description {
        font-size: 14px;
        max-width: 610px;
    }

    .news-inner {
        padding: 100px 0;
    }

    .blog-right {
        padding: 20px;
    }

    .product-card .caption {
        text-align: center;
    }

    .product-card .rating {
        display: block;
    }
}

@media (max-width: 1399px) {
    .html1 .banner1 .banner-desc {
        width: 250px;
    }

    .testimonial-slider {
        max-width: 580px;
    }

}

@media (max-width: 1199px) {

    #list-profile .product-items.owl-carousel.owl-theme .owl-nav .owl-prev,
    #list-profile .product-items.owl-carousel.owl-theme .owl-nav .owl-next,
    #list-messages .product-items.owl-carousel.owl-theme .owl-nav .owl-prev,
    #list-messages .product-items.owl-carousel.owl-theme .owl-nav .owl-next {
        top: calc(50% - 75px);
    }

    .testimonial-slider {
        max-width: 500px;
    }

    footer .position-footer-left ul li>div,
    footer a {
        padding: 7px 0;
    }

    .contact_title {
        padding: 0 7px 0 0;
    }

    .contact_title i {
        font-size: 14px;
    }

    footer .contact_site a {
        font-size: 14px;
    }

    .payment-method a,
    .social-media a {
        height: 35px;
        width: 35px;
        margin: 7px 2px 0 0;
    }

    .payment-method a i,
    .social-media a i {
        line-height: 35px;
        font-size: 16px;
    }

    #list-profile .owl-nav,
    #list-messages .owl-nav {
        top: calc(50% - 74px);
    }

    .html1 .banner1 .banner-desc {
        font-size: 12px;
        line-height: 20px;
    }

    .html1 .inner2 .sale-banner {
        width: 100px;
        height: 100px;
        padding: 20px;
        float: unset;
    }

    .html1 .banner1 .sale-discount {
        font-size: 27px;
        top: -15px;
    }

    .html1 .inner2 .sale-discount1 {
        font-size: 15px;
        margin-top: -18px;
    }

    .html1 .inner3 {
        right: 2%;
        top: 9px;
    }

    .html1 .banner2 .banner-desc {
        font-size: 16px;
        margin-top: 10px;
    }

    .html1 .banner2 .banner-title1 {
        font-size: 27px;
    }

    .html1 .inner4 {
        left: 15px;
    }

    .news-inner {
        padding: 55px 0;
    }

    .product-list .product-card .description {
        margin: 10px 0 0 0;
    }

    .product-list .product-card .price {
        margin: 13px 0 0 0;
    }

    #column-left h3,
    #column-right h3 {
        padding: 10px 15px;
        font-size: 16px;
    }

    .category-content #select-category,
    .filter_box,
    #column-left .block_box,
    #column-right .block_box,
    .account-content .list-unstyled,
    .sidebar .list-unstyled {
        padding: 15px;
    }

    .category-content .list-group-item {
        padding: 7px 20px 7px 0;
    }

    .product-list .product-card .button-group.pro_list_btn {
        margin-top: 10px;
    }

    .proquantity-detail,
    .pro-cart {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {

    .owl-carousel-banner .owl-nav .fa-angle-left,
    .owl-carousel-banner .owl-nav .fa-angle-right {
        font-size: 18px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .owl-carousel-banner .owl-nav .owl-prev,
    .owl-carousel-banner .owl-nav .owl-next {
        top: calc(50% - 13px);
    }

    .owl-carousel-banner .owl-nav .owl-prev {
        left: 18px;
    }

    .owl-carousel-banner .owl-nav .owl-next {
        right: 18px;
    }
}

@media (max-width: 575px) {

    .top-left,
    .top-right {
        width: auto;
    }

    #top .row {
        justify-content: space-between;
    }

    .owl-carousel-banner .owl-nav .fa-angle-left,
    .owl-carousel-banner .owl-nav .fa-angle-right {
        font-size: 8px;
        height: 17px;
        width: 17px;
        line-height: 18px;
    }

    .owl-carousel-banner .owl-nav .owl-prev {
        left: 8px;
    }

    .owl-carousel-banner .owl-nav .owl-next {
        right: 8px;
    }

    .owl-carousel-banner .owl-nav .owl-prev,
    .owl-carousel-banner .owl-nav .owl-next {
        top: calc(50% - 10px);
    }

    .product-items.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: -14px;
    }

    .product-items.owl-carousel.owl-theme .owl-nav .owl-next {
        right: -14px;
    }

    .owl-carousel-blog .owl-nav .owl-prev {
        left: -10px;
    }

    .owl-carousel-blog .owl-nav .owl-next {
        right: -10px;
    }

    .owl-carousel-manufacturer .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-carousel-manufacturer .owl-nav .owl-next {
        right: 10px;
    }
}

@media (max-width: 767px) {

    .pagination-main .pagination>li>a,
    .pagination-main .pagination>li>span {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }

    .single-blog .block-title h3 {
        margin: 0 0 0px 0 !important;
    }

    .testimonial-slider {
        max-width: 750px;
    }

    .header-inner .header-left,
    .header-inner .header-right {
        width: auto;
    }

    .header-left {
        text-align: center;
    }

    .owl-nav {
        right: 14px;
        left: 14px;
        top: calc(50% - 9px);
    }

    .html1 .banner-outer {
        width: 100%;
    }

    .html1 .banner-outer {
        padding-left: 0;
        padding-right: 0;
    }

    .banner2 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .html1 .inner3 {
        top: 10px;
    }

    .html1 .banner2 .banner-title1 {
        font-size: 31px;
    }

    .html1 .banner2 .banner-title2 {
        font-size: 31px;
        margin-top: 14px;
    }

    .html1 .banner3 .banner-title {
        font-size: 21px;
        margin-top: 111px;
    }

    .html1 .banner3 .banner-desc {
        font-size: 17px;
        margin-top: 12px;
    }

    .html1 .inner4 .sale-banner2 {
        width: 133px;
        height: 92px;
        padding: 20px;
    }

    .html1 .banner3 .sale-discount {
        font-size: 27px;
    }

    .html1 .inner2 {
        width: 95%;
    }

    .html1 .banner1 .banner-title {
        font-size: 35px;
    }

    .html1 .banner1 .banner-desc {
        font-size: 14px;
        width: 345px;
    }

    .html1 .inner2 {
        width: 95%;
    }

    .tetimonial-image-content {
        margin: 45px 0;
    }

    .themability-testimonial-text {
        max-width: 100%;
    }

    .product-list .product-card .image img {
        width: 270px;
    }

    .product-list .product-card {
        align-items: unset;
    }

    .product-list .image {
        width: auto;
    }

    .product-list .product-card .image {
        margin: 0;
        text-align: center;
        background: #f1ece6;
    }

    .product-list .product-card .caption {
        padding: 15px 0 0 0;
    }

    .category-info {
        text-align: center;
    }

    .category-info .row {
        justify-content: center;
    }

    .category-info .category-list-grid,
    .category-info .category-compare {
        width: fit-content;
        float: unset;
        display: inline-block;
    }

    .category-sorting {
        text-align: center;
        padding: 7px 10px 0;
    }

    .pagination-main {
        padding: 10px 15px;
    }

    .pagination-main .pagination_result {
        padding: 0;
        line-height: 25px;
    }

    .pagination-main>div>div {
        text-align: center;
    }

    .pagination-main .pagination {
        margin: 7px 0 0 0;
    }

    .pagination-main>div>div {
        text-align: center;
    }

    .propage-tab .nav-tabs li a.nav-link {
        padding: 5px 20px;
        font-size: 14px;
    }

    #column-left,
    #column-right {
        margin-top: 20px !important;
    }

    .article-blog .blog_title {
        margin: 15px 0 0 0;
        font-size: 18px;
    }

    .article-blog .blog-desc {
        margin: 10px 0 0 0;
    }

    .single-blog .block-title legend {
        margin: 0 0 10px 0 !important;
    }

    .comment-list .view-comment,
    .comment-form #add-comment {
        padding: 10px;
    }

    .view-comment .view-comment-inner {
        padding: 10px;
    }

    .user_icon i {
        margin: 0 10px 0 0;
    }

}

@media (max-width: 345px) {
    .html1 .banner1 .banner-title {
        line-height: 25px;
    }
}

@media (max-width: 468px) {
    .html1 .banner1 .banner-desc {
        font-size: 14px;
        width: 170px;
    }
}

@media (max-width: 462px) {

    .html1 .inner3 {
        top: 6px;
    }

    .html1 .banner2 .banner-desc {
        margin-top: -8px;
    }

    .html1 .banner2 .banner-title1 {
        font-size: 22px;
        margin-top: -6px;
    }

    .html1 .banner2 .banner-title2 {
        font-size: 24px;
        margin-top: 3px;
    }

    .html1 .inner4 {
        top: 16px;
    }

    .html1 .banner3 .banner-title {
        margin-top: 60%;
        font-size: 16px;
    }

    .html1 .banner3 .banner-desc {
        font-size: 13px;
        margin-top: 5px;
    }

    .html1 .banner3 .banner-title {
        margin-top: 73%;
        font-size: 16px;
    }

    .html1 .inner4 .sale-banner2 {
        left: 0;
        top: 1px;
    }
}

@media (max-width: 400px) {

    #checkout-cart .float-start .btn,
    #checkout-cart .float-end .btn {
        padding: 10px 10px !important;
    }
}

@media (max-width: 321px) {

    #list-profile .owl-nav,
    #list-messages .owl-nav {
        top: calc(50% - 82px);
    }
}

@media (max-width: 525px) {
    .html1 .banner1 .banner-title {
        font-size: 30px;
    }

}

@media (max-width: 991px) {
    .product-card h4 {
        font-size: 14px;
    }

    #cart .dropdown-menu li {
        padding: 0px 10px;
    }

    .loader {
        background-size: 250px;
    }

    .header-right #header-cart,
    .header-right>*+* {
        margin: 0 0 0 10px;
    }

    header.header-fixed {
        z-index: 99;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .mt-20 {
        margin-top: 10px;
    }

    .mt-45 {
        margin-top: 30px;
    }

    .header-inner {
        justify-content: space-between;
        align-items: center;
    }

    .search-btn-outer i,
    #header_ac>a i,
    #cart>button i {
        height: 35px;
        width: 35px;
        line-height: 35px;
        background: var(--primary-hover-color);
        color: var(--secondary-color);
        font-size: 18px;
        border-radius: 5px;
    }

    .footer-top .col-lg-2,
    .footer-top .col-lg-3 {
        width: 100%;
        float: unset;
    }

    footer h2 {
        display: block;
        font-size: 16px;
        margin: 0 0 4px 0;
    }

    footer .toggled .toggle-open {
        right: 0;
    }

    .toggled .toggle-open {
        position: absolute;
        right: 15px;
    }

    footer .position-footer-left ul li>div,
    footer a {
        padding: 5px 0;
    }

    footer .col-lg-3:after {
        content: "";
        height: 1px;
        width: 100%;
        background: var(--border-color);
        display: block;
        margin: 12px 0;
    }

    footer .col-lg-3:last-child {
        display: flex;
        justify-content: space-between;
    }

    .follow-link,
    .payment-link {
        display: inline-block;
    }

    footer .position-footer-right+.position-footer-right {
        margin-top: 0;
    }

    footer .col-lg-3:last-child::after {
        display: none;
    }

    p.copyright {
        margin: 12px 0 0 0;
        padding: 12px 0;
        font-size: 14px;
    }

    footer {
        padding-top: 20px;
    }

    ul.themability_megamenu li .sub-menu .content .static-menu a.main-menu {
        font-size: 15px !important;
    }

    .page-title h3 {
        font-size: 22px;
        margin: 0 0 15px;
    }

    .owl-carousel-cat .owl-nav .fa-angle-left,
    .owl-carousel-cat .owl-nav .fa-angle-right,
    .owl-carousel-blog .owl-nav .fa-angle-left,
    .owl-carousel-blog .owl-nav .fa-angle-right,
    .owl-carousel-manufacturer .owl-nav .fa-angle-left,
    .owl-carousel-manufacturer .owl-nav .fa-angle-right,
    .owl-carousel-testimonial .owl-nav .fa-angle-left,
    .owl-carousel-testimonial .owl-nav .fa-angle-right {
        height: 30px;
        width: 30px;
    }

    .owl-carousel-testimonial .owl-nav {
        left: 7px;
        right: 7px;
    }

    .owl-carousel-cat .owl-nav .fa-angle-left,
    .owl-carousel-cat .owl-nav .fa-angle-right,
    .owl-carousel-testimonial .owl-nav .fa-angle-left,
    .owl-carousel-testimonial .owl-nav .fa-angle-right,
    .owl-carousel-blog .owl-nav .fa-angle-left,
    .owl-carousel-blog .owl-nav .fa-angle-right,
    .owl-carousel-manufacturer .owl-nav .fa-angle-left,
    .owl-carousel-manufacturer .owl-nav .fa-angle-right {
        font-size: 18px;
        line-height: 30px;
    }

    .owl-carousel-manufacturer .owl-nav .owl-prev,
    .owl-carousel-manufacturer .owl-nav .owl-next {
        top: calc(50% - 15px);
    }

    .owl-carousel-testimonial .owl-nav .owl-prev {
        left: 5px;
    }

    .owl-carousel-testimonial .owl-nav .owl-next {
        right: 5px;
    }

    .owl-carousel-cat .owl-nav .owl-next {
        right: -15px;
    }

    .owl-carousel-cat .owl-nav .owl-prev {
        left: -15px;
    }

    .pro_page .product-items.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: -16px;
    }

    .pro_page .product-items.owl-carousel.owl-theme .owl-nav .owl-next {
        right: -16px;
    }

    .themability-tabs ul {
        margin-bottom: 15px;
    }

    .themability-tabs ul li a {
        padding: 5px 15px;
        font-size: 14px;
        margin: 0 5px;
    }

    .product-btn a {
        width: 105px;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 15px;
    }

    .single-column .button-group {
        opacity: 1;
        text-align: center;
        transform: unset;
        display: block;
        bottom: 10px;
        right: 0;
        left: 0;
    }

    .single-column .button-group button {
        font-size: 14px;
        margin: 0;
        width: 30px;
        height: 30px;
    }

    .product-items.owl-carousel.owl-theme .owl-nav .fa-angle-left,
    .product-items.owl-carousel.owl-theme .owl-nav .fa-angle-right {
        font-size: 18px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    #list-profile .owl-nav,
    #list-messages .owl-nav {
        top: calc(50% - 64px);
        right: -18px;
        left: -18px;
    }

    .service-box .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .service-box .service-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .service .service-icon {
        height: 60px;
        width: 60px;
        font-size: 50px;
    }

    .service .service-icon i {
        line-height: 60px;
    }

    .service-content h4 {
        font-size: 14px;
    }

    .html1 .inner2 .sale-banner {
        float: unset;
        margin-left: 0px;
    }

    .html1 .inner2 {
        left: 22px;
    }

    .html1 .banner1 .sale-discount {
        font-size: 28px;
        padding: 3px 0;
        top: 0px;
    }

    .html1 .inner2 .sale-discount1 {
        font-size: 21px;
        margin-top: 0;
    }

    .html1 .inner2 .sale-banner {
        padding: 12px;
        float: unset;
        margin-left: 0px;
    }

    .html1 .inner3 .sale-banner1 {
        width: 80px;
        height: 80px;
        padding: 4px;
    }

    .html1 .banner2 .sale-discount3 {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .html1 .banner2 .sale-discount4 {
        font-size: 23px;
    }

    .html1 .inner4 .sale-banner2 {
        left: 0;
        top: 0;
    }

    .themability-testimonial .container {
        padding-left: 0;
        padding-right: 0;
    }

    .blog-image .post_hover,
    .product-block-inner:hover .post_hover {
        opacity: 1;
        bottom: 10px;
    }

    .product-block {
        margin-bottom: 20px;
    }

    .post_hover .icon {
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin: 0;
    }

    .owl-carousel-manufacturer .owl-nav {
        top: calc(50% - 15px);
        right: 5px;
        left: 5px;
    }

    .themability-testimonial-text {
        max-width: 100%;
    }

    .themability-testimonial-author {
        font-size: 18px;
    }

    .themability-testimonial-customer {
        font-size: 16px;
    }

    #content,
    #column-left,
    #column-right {
        width: 100%;
    }

    #column-left,
    #column-right {
        margin-top: 30px;
    }

    #column-left .banner_outer,
    #column-right .banner_outer {
        display: none;
    }

    .card.filter.shop_page_card {
        display: none;
    }

    #column-left .product-thumb>.image,
    #column-right .product-thumb>.image {
        width: 80px;
    }

    #column-left>div:first-child,
    #column-right>div:first-child {
        margin: 0;
    }

    #column-left>div:last-child,
    #column-right>div:last-child,
    #column-left>div,
    #column-right>div {
        margin: 20px 0 0 0;
    }

    .toggled .toggle-open {
        position: absolute;
        right: 15px;
    }

    .category-info {
        padding: 10px;
        margin-bottom: 20px;
    }

    .category-refine {
        margin-bottom: 15px;
    }

    .breadcrumb-main {
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .breadcrumb-main .page-title {
        font-size: 22px;
        margin-bottom: 0;
    }

    .breadcrumb>li a i {
        font-size: 16px;
    }

    .category-refine {
        margin-bottom: 15px;
    }

    .product-right .pro-buttons button i {
        width: 40px;
        margin: 0;
        height: 40px;
        line-height: 40px;
    }

    .product-right .pro-buttons button.btn {
        padding: 0 7px 5px 0;
    }

    #quick-cart,
    #button-cart {
        padding: 10px 20px;
    }

    .pro-cart {
        float: left;
        margin: 0 7px 5px 0;
    }

    .proquantity-detail {
        margin: 0 0 15px 0;
        display: block;
    }

    .propage-tab .nav-tabs {
        margin-bottom: 20px;
    }

    .write-review-form {
        padding: 20px;
    }

    .form-select,
    .form-control {
        padding: 5px 20px;
        height: 40px;
    }

    .breadcrumb a {
        font-size: 16px;
    }

    #content,
    #column-left,
    #column-right {
        width: 100%;
    }

    .article-blog .blog-description {
        margin: -30px 20px 0 20px;
        padding: 20px;
    }
}

@media (min-width: 541px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 600px) and (min-width: 426px) {
    .service-box .service-item {
        width: 50%;
    }

}

@media (max-width: 992px) and (min-width: 768px) {
    .html1 .col-sm-6.banner-outer:first-child {
        padding-left: 0;
        padding-right: 10px;
    }

    .html1 .col-sm-6.banner-outer:nth-child(2) {
        padding-right: 0;
    }

    .html1 .banner-outer {
        padding-left: 5px;
        padding-right: 5px;
    }

    .html1 .inner2 {
        width: 340px;
        left: 22px;
    }

    .html1 .banner1 .banner-title {
        font-size: 23px;
    }

    .html1 .banner1 .banner-desc {
        font-size: 12px;
        width: 215px;
    }

    .html1 .inner2 .sale-banner {
        padding: 12px;
        float: unset;
        margin-left: 0px;
    }

    .html1 .banner1 .sale-discount {
        font-size: 28px;
        padding: 3px 0;
        top: 0px;
    }

    .html1 .inner2 .sale-discount1 {
        font-size: 21px;
        margin-top: 0;
    }

    .html1 .inner3 .sale-banner1 {
        width: 80px;
        height: 80px;
        padding: 4px;
    }

    .html1 .banner2 .banner-desc {
        font-size: 12px;
        margin-top: 0px;
    }

    .html1 .banner2 .banner-title1 {
        font-size: 25px;
    }

    .html1 .banner2 .banner-title2 {
        font-size: 25px;
        margin-top: 6px;
    }

    .html1 .banner3 .banner-title {
        font-size: 15px;
        margin-top: 86px;
    }

    .html1 .banner3 .banner-desc {
        font-size: 14px;
        margin-top: 5px;
    }

    .html1 .inner4 .sale-banner2 {
        padding: 10px;
        left: 0;
        top: 0;
        width: 110px;
        height: 75px;
    }

    .html1 .banner3 .sale-discount {
        font-size: 22px;
    }

    .html1 .banner2 .sale-discount4 {
        font-size: 23px;
    }

    .html1 .banner2 .sale-discount3 {
        font-size: 11px;
        margin-bottom: 5px;
    }

}

@media (max-width: 991px) and (min-width: 768px),
(max-width: 425px) {
    .service {
        display: flex;
        align-items: center;
        text-align: left;
    }

    .service .service-icon {
        margin: 0 10px 0 0;
    }
}

@media (max-width: 320px) {
    #product-list .single-column .button-group button {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 375px) {

    .page-title-left,
    .page-title-right {
        height: 35px;
        width: 35px;
    }

    .product-rating {
        display: block;
        margin: 0 0 10px 0;
    }

    .owl-carousel-banner .owl-nav .fa-angle-left,
    .owl-carousel-banner .owl-nav .fa-angle-right {
        font-size: 8px;
        height: 14px;
        width: 14px;
        line-height: 14px;
    }
}

@media (max-width: 425px) {

    .owl-carousel-cat .owl-nav .owl-next {
        right: -10px;
    }

    .owl-carousel-cat .owl-nav .owl-prev {
        left: -10px;
    }

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        line-height: 13px;
    }

    .service-box .service-item {
        width: 100%;
    }

    .service-item:nth-child(2),
    .service-item:nth-child(3),
    .service-item:nth-child(4) {
        margin-top: 10px;
    }

    .pro_page .owl-nav .owl-prev,
    .pro_page .owl-nav .owl-next {
        line-height: 11px !important;
    }

    .submitted {
        margin-bottom: 5px;
    }

    .pro_page .product-items.owl-carousel.owl-theme .owl-nav .owl-prev,
    .pro_page .product-items.owl-carousel.owl-theme .owl-nav .owl-next {
        top: calc(50% - 86px);
    }
}

@media (max-width: 480px) {
    .themability-tabs ul li a {
        margin: 0 2px;
    }

    #top .btn-link .drop-text {
        display: none;
    }

    .header-inner .header-left {
        padding-right: 0;
    }

    #logo img {
        max-width: 128px;
    }

    .search-btn-outer i,
    #header_ac>a i,
    #cart>button i {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .header-right #header-cart,
    .header-right>*+* {
        margin: 0 0 0 7px;
    }

    .header-search {
        right: -35px;
    }

    footer .col-lg-3:last-child {
        display: block;
    }

    footer .position-footer-right+.position-footer-right {
        margin-top: 15px;
    }

    .product-btn a {
        margin: 0 3px;
        width: 90px;
        padding: 5px 7px;
    }

    .news .subscribe-btn {
        font-size: 14px;
        padding: 8px 15px;
    }

    .category-sorting .sort-cat {
        margin: 0 0 7px 0;
    }

    .category-sorting>div {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .propage-tab .nav-tabs li a.nav-link {
        font-size: 12px;
        padding: 5px 10px;
    }

    .propage-tab .nav-tabs li+li {
        margin: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-inner {
        padding-bottom: 5px;
    }

    .themability_megamenu-style-dev {
        border-top: 1px dashed var(--primary-hover-color);
    }
}

@media (max-width: 1440px) and (min-width: 992px) {

    .product-right .pro-buttons button.btn,
    .pro-buttons {
        display: block;
    }
}