:root {
    --primary-color: #e62e04;
    --btn-back-clr: rgb(34 31 60);
    --color-white: white;
    --color-black: black;
    --color-light-gray: #edebeb;
    --text-primary-color: #e62e04;
    --text-Secondary-color: white;
    --text-dark-color: black;
    --text-light-dark-color: #4B5563;
    --text-gray-color: #666;
    --footer-color: #212129;
    --copyright-color: #17171f;
}

/* font family  */
@font-face {
    font-family: "Cerebri-Sans";
    src: url("../fonts/Cerebri-Sans-Regular.ttf");
}

@font-face {
    font-family: "Cerebri-Sans-Bold";
    src: url("../fonts/Cerebri-Sans-Bold.ttf");
}

.f-famalu-bold-Cerebri {
    font-family: "Cerebri-Sans-Bold";
}

.f-famalu-regular-Cerebri {
    font-family: "Cerebri-Sans";
}

/* -- page layout -- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* --text formting -- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    color: var(--text-primary-colorprimary-color);
    text-decoration: none;
}

a:hover {
    color: var(--text-primary-color)
}

.footer-widget {
    background-color: #212129 !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.search-input-box {
    position: relative;
    width: 100%;
}

.border-soft-light {
    border-color: var(--color-light-gray) !important;
}

.search-input-box>input {
    border-radius: 21px;
    overflow: hidden;
    height: 40px;
}

.search-input-box>svg {
    position: absolute;
    right: 20px;
    top: 10px;
}

.bg-black-10,
.hov-bg-black-10:hover {
    background-color: rgb(0 0 0 / 10%) !important;
}

.hor-swipe {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.bg-black,
.hov-bg-black:hover {
    background-color: var(--copyright-color) !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.text-soft-light {
    color: #dfdfe6 !important;
}

.gutters-10>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.btn-primary,
.btn-soft-primary:hover,
.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--color-white);
}

.aiz-category-menu .category-nav-element>a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.aiz-category-menu .sub-cat-menu {
    /* display: none; */
    position: absolute;
    width: calc(100% - 270px);
    left: calc(270px);
    /* height: calc(100% + 20px); */
    height: 460px;
    overflow: hidden;
    top: 0;
    z-index: -1;
    background-color: var(--color-white);
    overflow-y: auto;
    transition: 0.5s;
    opacity: 0;
}

#category-menu-bar-icon.show {
    transform: rotate(180deg);
}

.card-columns {
    column-count: 3 !important;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.main-section {
    margin-top: 5.9em;
}

.z-1025 {
    background-color: var(--color-white) !important;
}

.aiz-category-menu .category-nav-element:hover .sub-cat-menu {
    z-index: 9;
    opacity: 1;
}

.aiz-category-menu .category-nav-element:hover>a {
    position: relative;
    z-index: 10;
    background: #13814c26;
}

.image-slider-div {
    max-width: calc(100% - 270px) !important;
    width: 100%;
}

.img-height {
    height: 460px;
}

/* ---------------------owl-carousel------------------------ */
.carousel-wrap {
    margin: 35px auto;
    padding: 15px 5% 50px 5%;
    width: 100%;
    position: relative;
    background-color: #3d4666
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav {
    margin-top: -20px;
    position: absolute;
    top: 50%;
    /* color: #cdcbcd; */
    color: var(--color-white);
    width: 100%;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
    position: absolute;
}

.owl-nav .owl-next {
    right: -30px;
    position: absolute;
}

.view-txt {
    text-align: right;
    margin-bottom: 15px;
}

.view-txt a {
    color: var(--color-white);
}

.owl-carousel .owl-item img {
    display: block;
    width: 55%;
    border-radius: 50%;
    margin: auto;
}

.price {
    color: var(--color-white);
    text-align: center;
    margin-top: 10px;
}

.fs-md-20 {
    font-size: 20px !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.border-right {
    border-right: 1px solid var(--color-light-gray) !important;
}

.border-left {
    border-left: 1px solid var(--color-light-gray) !important;
}

.w-150px {
    width: 150px;
}

/* .hero-section {
    margin: 6em 0;
} */

.block-category {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.product-col {
    padding: 10px 0;
}

.product-name.pr-name {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.product-code-div {
    text-align: center;
}

.product-service {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 8px;
}

.srvice,
.rate {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary-color);
    margin-bottom: 5px;
}

input.quantity-input {
    width: 80px;
    border: 1px solid var(--color-light-gray);
    border-radius: 3px;
    color: gray;
    padding: 2px 8px;
}

.product-img.img-fluid {
    width: 100%;
    height: 165px;
    object-fit: cover;
    position: relative;
}

.product-miniature {
    border: 1px solid var(--color-light-gray);
    position: relative;
    /* transition: transform 0.5s; */
}

.thumbnail.container {
    padding: 20px;
    /* position: relative; */
}

.image {
    position: relative;
}

.product-description {
    /* padding: 5px 12px; */
    z-index: 8;
    position: relative;
    background-color: var(--color-white);
}

.preview {
    position: absolute;
    width: 100%;
    color: var(--color-white) !important;
    background-color: #030303bf;
    color: var(--secondary-white);
    padding: 5px 0;
    bottom: -40%;
    z-index: 0;
    transition: 0.5s;
    text-align: center;
}

.product-miniature:hover a.preview {
    bottom: 0%;
}

.prod-col {
    padding: 0;
}

.products.row {
    padding: 6px 12px;
}

/* -------------------hove-card---------------- */
.product-miniature:hover::before {
    border-top-color: var(--primary-color);
    border-right-color: var(--primary-color);
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.product-miniature:hover::before,
.product-miniature:hover::after {
    width: 100%;
    height: 100%;
}

.product-miniature::before,
.product-miniature::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    z-index: -1 !important;
    width: 0;
    height: 0;
    transition: color 0.3s;
    border: 2px solid transparent;
}

.product-miniature:hover::after {
    border-bottom-color: var(--primary-color);
    border-left-color: var(--primary-color);
    transition: height 0.3s ease-out, width 0.3s ease-out 0.3s;
}

.product-miniature::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cart-form {
    padding: 8px 14px;
}

/* ---------------------------about-us------------------------ */
.company {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.company .img {
    width: 100%;
    margin: 1rem 0rem 0rem 2rem;
}

.company-info {
    width: 100%;
    padding-left: 25px;

}

.content {
    padding: 8em 0 0 0;
}

.company-info span {
    font-size: 30px;
    font-weight: 500;
}

.company-info span .our {
    color: var(--text-dark-color);
}

.company-info p {
    font-size: 15px;
    color: var(--text-light-dark-color);
    font-weight: 300;
    line-height: 1.6;
}

.partner-heading {
    text-align: center;
    font-size: 2em;
    color: var(--text-dark-color);
    font-weight: 500;
    margin: 20px 0;
}

/* --------------------contact-uc-------------------------- */
.contact-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.contact-main-div {
    position: relative;
    z-index: 3;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-section {
    min-height: calc(100vh - 343px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/american-public-power-association-bv2pvCGMtzg-unsplash.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: -24px !important;
}

.section-header {
    margin-bottom: 50px;
    text-align: center;
}

.section-header h2 {
    color: var(--text-Secondary-color);
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 20px;
}

.section-header p {
    color: var(--text-Secondary-color);
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 300;
}

.contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-info {
    width: 50%;
}

.contact-info-item {
    display: flex;
    margin-bottom: 30px;
}

.contact-info-icon {
    height: 70px;
    width: 70px;
    background-color: var(--color-white);
    text-align: center;
    border-radius: 50%;
}

.contact-info-icon i {
    font-size: 30px;
    line-height: 70px;
}

.contact-info-content h4 {
    color: var(--text-primary-color);
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 400;
}

.contact-info-content {
    margin-left: 20px;
}

.contact-info-content p {
    color: var(--text-Secondary-color);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
}

.contact-form {
    background-color: var(--color-white);
    padding: 40px;
    width: 45%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.contact-form h2 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

.contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.main-btn {
    background-color: var(--primary-color);
    color: var(--color-white);
    font-size: 15px;
    padding: 5px 25px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    width: 150px;
}


.contact-form .input-box input,
.contact-form .input-box textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid var(--color-light-gray);
    outline: none;
    resize: none;
}

.filter-container .aiz-category-menu .sub-cat-menu {
    width: 1026px;
}

.search-bar {
    border: 1px solid var(--color-light-gray);
    border-radius: 3px;
    padding: 6px 10px 6px 10px;
    width: 215px;
}

.full-detail-product {
    padding: 0 30px;
}

.det-prod-name {
    border-bottom: 1px solid var(--color-light-gray);
    margin-bottom: 15px;
    width: 56%;
}

.full-detail-product .prod-name {
    display: inline-block;
    font-size: 30px;
    color: #000;
    line-height: normal;
    font-family: sans-serif;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.title {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    color: #333;
    margin: 0 0 15px 0;
    text-align: left;
    font-family: sans-serif;
}

.product-details ul {
    padding: 0;
    width: 56%;
}

.product-details ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--color-light-gray);
    font-size: 16px;
    color: var(--text-gray-color);
    padding: 10px 2px;
}

.product-details ul li span:first-child {
    width: 50%;
    color: var(--text-gray-color);
}

.product-details ul li span {
    display: inline-block;
    vertical-align: top;
}

.action.button {
    border: 1px solid var(--color-light-gray);
    background-color: var(--color-white);
    font-size: 12px;
    border-radius: 5px;
}

.main-detail-div input[type="text"] {
    font-size: 12px;
    border: 1px solid var(--color-light-gray);
    padding: 1px 5px;
    border-radius: 5px;
}

.product-specs-section h2 {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 23px;
    border-bottom: 1px solid var(--color-light-gray);
    padding: 0 0 8px 0;
    color: var(--text-dark-color);
    text-align: left;
    font-family: sans-serif;
}

.other-info-section {
    display: block;
    width: 100%;
    background: var(--color-white);
    padding: 45px 0px;
}

.product-description-section h2 {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    border-bottom: 1px solid var(--color-light-gray);
    padding: 0 0 8px 0;
    color: #333;
    text-align: left;
    font-family: sans-serif;
}

.description {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 300;
    margin-top: 8px;
}

.contact-text {
    font-size: 25px;
}

/* -----------------------offcanvas------------ */
.cart-canvas {
    right: 85px;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: 32.4%;
    z-index: 1100;
}

.cart-canvas .cart-icon {
    position: absolute;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}

.cart-canvas .cart-icon {
    background-color: var(--primary-color);
    padding: 20px;
    border-radius: 5px 0 0 5px;
}

.cart-canvas .shop-cart-a svg {
    color: var(--color-white);
    width: 45px;
    height: 45px;
}

.cart-canvas.show {
    right: 484px;
    /* transition: all 0.4s ease; */
    transition: all 0.3s ease-in-out;
}

.partner-comp-name {
    text-align: center;
    margin: 8px 0;
    font-size: 20px;
    font-weight: 500;
}

.comp-partner {
    padding: 15px;
}


/* --------------cart-page-------------------------------- */
.shop-cart-section {
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cart-heading .cart-head {
    margin-bottom: 15px;
}

.cart-content {
    padding: 10px 10px;
    margin-bottom: 10px;
    border: 1px solid var(--color-light-gray);
    border-radius: 10px;
}

.img-div {
    width: 200px;
}

.img-div img {
    width: 100%;
    height: auto;
}

.pd-cart {
    padding: 0 15px;
}

.content {
    display: grid;
}

h3.cont-head {
    padding-top: 15px;
}

.cart-name {
    color: #212529;
    text-decoration: none;
    font-size: 22px;
    text-transform: capitalize;
}

.content .short-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.total-piece-div {
    display: grid;
    align-items: self-end;
}

.cart-ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}

.remove-btn-div {
    padding-top: 22px;
    justify-content: space-between;
}

.total-section {
    padding: 25px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.total-heading-div {
    margin-bottom: 20px;
}

.total-head {
    text-transform: capitalize;
}

.total-amount-div {
    border-bottom: 1px solid var(--color-light-gray);
    margin-bottom: 10px;
}

.total-div,
.shipping-div,
.temporary-amount-div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.checkout-div {
    text-align: center;
    padding: 5px 0;
}

/* .add-cart.add-cart-loader {
    border: 1px solid #e62f05;
    background: var(--color-white);
    padding: 5px 35px;
    border-radius: 10px;
    color: #e62f05;
} */

.add-cart {
    background-color: var(--primary-color);
    color: var(--color-white);
    font-size: 15px;
    padding: 5px 25px;
    border-radius: 10px;
    border: none;
    text-align: center;
}

.add-cart-loader .spinner-border {
    display: none;
}

.cart-button {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 12px;
}

.product-specs-section ul li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 16px;
}

.product-specs-section ul li label {
    display: inline-block;
    width: 47%;
    color: #777;
    vertical-align: top;
    font-size: 18px;
    font-weight: 300;
}

.product-specs-section ul {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 0;
}

.cart-content .content {
    padding: 0;
}

.remove {
    border: 1px solid var(--color-light-gray);
    font-size: 14px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 5px;
}

.offcanvas-body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav-cart-list {
    padding-left: 0;
}

.nav-cart-list .cart-item-image {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.pl-0 {
    padding-left: 0 !important;
}

.checkout-btn {
    border: none;
    background: var(--primary-color);
    color: var(--color-white);
    padding: 7px 60px;
    border-radius: 10px;
    text-decoration: none;
}

.cart-item-list .add-cart {
    width: 125px;
    height: 32.5px;
}

.about-info-content .team {
    color: var(--text-dark-color)
}

.page-item.active .page-link {
    z-index: 3;
    color: var(--color-white);
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.pagination a.page-link {
    color: var(--primary-color);
}