/* 
Description: Kadim Ajans
Author: Tolga Çalışkan
Author URL: https://linkedin.com/in/tolgacliskan
---

/*******************************
  Table of Contents

  1.0 General Styles
  2.0 Header Styles
  3.0 Sidebar Styles
  4.0 Mobile Toolbar Styles
  5.0 Login Styles
  6.0 Main Page Styles
  7.0 Shop Styles
  8.0 FAQ Styles
  9.0 Blog Styles
 10.0 Dashboard Styles
 11.0 Footer Styles
 12.0 Page Styles
 13.0 Cart Styles
 14.0 Address Layout Styles
 15.0 Account Styles
*******************************/


/**********************************/


/******* 1.0 General Styles *******/


/**********************************/

html {
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

.main-title {
    font-weight: 550;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
}

.main-page-wrapper {
    display: flex;
    justify-content: center;
    min-height: 315px;
    padding: 3rem 0;
}

.entry-content {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.rot-90 {
    transform: rotate(90deg);
}

.color-primary {
    color: #ef6222 !important;
}

@media (min-width: 768px) {
    .main-title {
        font-size: 1.75rem;
    }
    .entry-content {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}


/**********************************/


/******* 2.0 Header Styles *******/


/**********************************/

.main-header,
.sticky-header {
    width: 100%;
    border-color: #e9e9e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.main-header {
    max-height: 90px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125);
}

.sticky-header {
    display: none;
    height: 50px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 90px;
}

.kadim-logo {
    max-height: 60px;
    max-width: 180px;
    padding: 0.6rem;
}

.search-box-wrapper {
    display: none;
    padding: 10px 30px;
    width: 100%;
}

.search-box {
    height: 45px;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-box-icon-container {
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 45px;
    background-color: rgb(245, 245, 245, 0.5);
    outline: 0;
    border: 1px solid #ced4da;
    padding: 0.4rem;
}

.account-navigation-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row;
}

.user-login-container,
.basket-preview {
    display: none !important;
}

.mobile-menu-icon {
    display: flex !important;
    margin-right: 0.4rem;
}

.account-nav-item {
    display: flex;
}

.user-login-container {
    position: relative;
    cursor: pointer;
}

.user-login-container:hover .login-dropdown {
    display: block;
}

.account-user:hover .link-text,
.account-user:hover .icon-container svg,
.account-basket:hover .link-text,
.account-basket:hover .icon-container svg {
    color: #ef6222;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.login-dropdown {
    display: none;
    font-weight: 400;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 7%);
    border: solid 1px #e6e6e6;
    border-radius: 6px;
    position: absolute;
    z-index: 999;
    right: -62px;
    width: 196px;
    height: auto;
    top: 40px;
}

.user-not-loggedin-container,
.user-loggedin-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}

.login-button {
    box-sizing: border-box;
    color: #fff;
    background-color: #f27a1a;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    border-radius: 6px;
}

.signup-button {
    box-sizing: border-box;
    margin-top: 10px;
    color: #666;
    border: solid 1px #dedede;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    border-radius: 6px;
}

.loggedin-link {
    color: #666;
    display: flex;
    align-items: center;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0px 4px;
    text-align: left;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.loggedin-link:hover {
    color: #ef6222;
}

.link {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
}

.icon-container {
    position: relative;
    margin-right: 4px;
    height: 22px;
    width: 22px;
}

.link-text {
    font-size: 16px;
    margin-top: 2px;
}

.basket-preview {
    position: relative;
    cursor: pointer;
}

.basket-item-count-container {
    display: none;
    background-color: #f27a1a;
    color: #fff;
    font-family: oxygen, serif;
    font-size: 11px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-left: 3px;
    margin-top: 2px;
    border-radius: 50%;
    z-index: 1;
}

.basket-item-count-container.visible {
    display: block;
}

.navbar-links-wrapper {
    padding-left: 30px;
}

.navbar-column,
.navbar-items-wrapper {
    display: flex;
    align-items: center;
    height: 50px;
}

.navbar-categories-wrapper {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #ef6222;
    font-size: 15px;
    font-weight: 600;
}

.browse-categories-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    color: #fff
}

.browse-icon {
    display: flex;
    align-items: center;
}

.browse-icon svg {
    margin-right: 10px;
}

.navbar-dropdown-menu {
    position: relative;
    opacity: 0;
    visibility: hidden;
    height: auto;
    width: 100%;
    z-index: 20;
    background-color: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.navbar-categories-wrapper:hover .navbar-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-dropdown-menu li {
    list-style: none;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(129, 129, 129, .15);
}

.dropdown-list-item:hover {
    color: #ef6222;
}

.dropdown-list-item a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.navbar-menu-categories {
    list-style: none;
    margin: 0;
    display: flex;
}

.navbar-menu-item {
    margin-right: 35px;
}

.navbar-menu-item,
.call-us,
.contact-us {
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.navbar-menu-item:hover,
.contact-item:hover {
    color: #ef6222;
}

.navbar-contact-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
}

.contact-item {
    display: block;
}

.contact-item svg,
.call-us {
    display: inline-block;
}

.contact-item svg {
    margin-bottom: -2px;
}

@media (min-width: 768px) {
    .search-box-wrapper {
        display: block;
    }

    .kadim-logo {
        max-width: 270px;
        max-height: 80px;
    }

    .user-login-container,
    .basket-preview {
        display: flex !important;
    }

    .mobile-menu-icon {
        display: none !important;
    }

    .sticky-header {
        display: block;
    }

    .main-header {
        box-shadow: none;
    }
}


/**********************************/


/******* 3.0 Sidebar Styles *******/


/**********************************/

.toggle-sidebar {
    visibility: hidden;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}

.toggle-sidebar-background {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.toggle-sidebar-wrapper {
    display: block;
    margin-left: -100%;
    background-color: rgb(255, 255, 255);
    width: 85%;
    height: auto;
    z-index: 12;
    overflow: scroll;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.toggled {
    visibility: visible !important;
}

.toggled .toggle-sidebar-background {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.toggled .toggle-sidebar-wrapper {
    margin-left: 0;
}

.close-sidebar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    padding: 15px;
    font-size: 14px;
    font-weight: 550;
    color: rgba(43, 42, 42);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.close-sidebar:hover {
    color: rgba(44, 44, 44, 0.7);
}

.close-sidebar svg {
    min-width: 14px;
    min-height: 14px;
}

.sidebar-heading {
    border-bottom: 1px solid #e6e6e6;
}

.sidebar-body {
    padding: 1rem 1.2rem;
}

.sidebar-title {
    width: 100%;
    font-size: 0.9rem;
    font-weight: 550;
}

.sidebar-list-item {
    width: fit-content;
    font-size: 0.8rem;
    color: rgba(78, 77, 77, 0.7);
}

.sidebar-list-item:hover {
    color: rgb(43, 42, 42);
}

.sidebar-container {
    display: none;
}

.sidebar-categories {
    cursor: pointer;
}

.sidebar-categories ul {
    overflow: hidden;
    max-height: 0;
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sidebar-categories.active ul {
    max-height: 20rem;
}

.sidebar-categories.active svg {
    transform: rotate(180deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.main-sidebar-item {
    padding: 1rem 1.2rem;
    border: 1px solid #e6e6e6;
    border-top: 0;
}

.main-sidebar-route {
    color: rgb(43, 42, 42);
    width: fit-content;
    font-size: 0.9rem;
}

.sidebar-search-box {
    border: 0;
    font-size: 0.8rem;
    width: 60%;
    min-width: 50%;
}

.sidebar-search-submit {
    color: #ef6222;
    border: 0;
    background-color: transparent;
}

.account-sidebar-list-item {
    width: fit-content;
    font-size: 0.9rem;
    color: rgba(78, 77, 77, 0.7);
    padding: 0.6rem;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.account-sidebar-list-item:hover {
    color: rgb(43, 42, 42);
    background-color: #f1f0f0;
}

.account-sidebar-list-item:hover .svg-icon {
    color: #ef6222;
}



@media (min-width: 768px) {
    .sidebar-container {
        display: block;
    }

    .toggle-sidebar {
        display: none;
    }

    .sidebar-title {
        font-size: 1rem;
    }

    .sidebar-list-item {
        font-size: 0.9rem;
    }
}


/**********************************/


/******* 4.0 Mobile Toolbar Styles *******/


/**********************************/

.toolbar-wrapper {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    height: 55px;
    width: 100%;
    padding: 5px;
    background-color: #f9f9f9;
    z-index: 10;
}

.toolbar-item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #ef6222;
    font-weight: 550;
    font-size: 12px;
}

@media (min-width: 768px) {
    .toolbar-wrapper {
        display: none;
    }
}


/**********************************/


/******* 5.0 Login Styles *******/


/**********************************/

.lr-wrapper {
    display: flex;
    justify-content: center;
    padding: 15px;
}

.lr-main {
    margin: 2rem 0rem;
}

.lr-title {
    margin-bottom: 2rem;
}

.lr-page-title,
.lr-sub-title {
    display: block;
    text-align: center;
}

.lr-page-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.lr-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.lr-buttons {
    width: 49%;
    height: 60px;
    background-color: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.splitter {
    width: 2%;
    border-bottom: 1px solid #e6e6e6;
}

.lr-buttons a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lr-buttons span {
    font-size: 17px;
    color: #212121;
}

.lr-active {
    border-bottom: none;
    background-color: #fff;
    overflow: hidden;
}

.lr-active span {
    color: #ef6222;
}

.lr-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 35px 45px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.form-alert-text {
    color: #ce0b0b;
    font-size: 0.85rem;
}
.form-info-text {
    color: #8d8d8d;
    font-size: 0.85rem;
}

.form-element {
    margin-bottom: 1rem;
}

.form-element-text {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-control {
    background-color: rgb(245, 245, 245, 0.5);
    color: #666;
}

.radio-box {
    display: flex;
    justify-content: space-around;
}

.radio-box label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-box .form-element-text {
    margin-bottom: 0;
}

.form-check-input {
    margin-right: 8px;
}

.submit-label {
    width: 100%;
}

.submit-button {
    margin-top: 10px;
    background-color: #ef6222;
    color: #fff;
}

.submit-button:focus {
    background-color: #ef6222;
    color: #fff;
}


/**********************************/


/******* 6.0 Main Page Styles *******/


/**********************************/

.page-title {
    background-color: #f9f9f9;
    padding: 15px;
}

.logo {
    width: 150px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.logo:hover {
    transform: scale(1.05);
}

.navbar-active {
    color: #ef6222;
    opacity: 1;
}

.navbar-active:hover>.navbar-active::after {
    transform: scale(1.05);
    opacity: 0;
}

.navbar-active::after {
    content: "";
    display: block;
    margin-left: 0%;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    background-color: #ef6222;
    opacity: 1;
}

.owl-stage-outer {
    padding-bottom: 1rem !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ef6222 !important;
}

.main_carousel_swiper html,
.main_carousel_swiper body {
    position: relative;
    height: 100%;
}

.main_carousel_swiper {
    /* background: #eee; */
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.main_carousel_swiper .swiper {
    width: 1180px;
    height: 100%;
}

.main_carousel_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main_carousel_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_carousel_swiper .swiper-wrapper {
    height: 515px;
}

.main_carousel_swiper .swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet-active {
    background-color: #ef6222 !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 2.5rem !important;
    height: 4rem !important;
    top: auto !important;
    display: none !important;
}

.swiper-button-next {
    right: 15px !important;
}

.swiper-button-prev {
    left: 15px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff !important;
    background-color: #ef6222;
    border-radius: 1rem;
    width: 2.5rem !important;
    height: 4rem !important;
    font-size: 1.4rem !important;
    line-height: 0 !important;
}

.swiper-button-next::after {
    padding-left: 2px;
}

.swiper-button-prev::after {
    padding-right: 2px;
}

.categories-wrapper {
    height: 100%;
    padding: 15px 28px;
}

.category {
    border: 1px solid #fff;
    padding: 10px;
}

.category-card {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.category-card:hover .category-comment {
    bottom: 12px;
    transform: scale(1.02);
}

.category-card:hover .product-count {
    opacity: 1;
}

.category-image-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.category-image-link {
    width: 100%;
    height: 100%;
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.category-image:hover {
    transform: scale(1.08);
}

.category-comment {
    position: absolute;
    display: none;
    bottom: -30px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.category-comment-mobile {
    display: block;
}

.category-name,
.product-count {
    margin-left: 12px;
    display: flex;
}

.category-name span,
.product-count span {
    color: black;
    padding: 4px;
    background-color: #fff;
    opacity: 0.8;
    padding: 4px 10px;
}

.category-comment-mobile .category-name {
    margin: 0;
}

.category-comment-mobile .category-name span {
    color: #333333;
    padding: 0;
    font-size: 0.75rem;
    font-weight: 600;
    background-color: transparent;
    opacity: 1;
}

.product-count {
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.brands-wrapper {
    height: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.view-all {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.title-wrapper,
.view-all {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
}

.title-heading h5 {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.title-heading h5::after {
    content: "";
    display: block;
    background-color: #ef6222;
    height: 3px;
    width: 110%;
}

.title-subtitle,
.title-heading {
    display: flex;
    justify-content: center;
}

.title-subtitle {
    font-size: 1.2rem;
}

.brands-gallery {
    margin-right: -2px;
    margin-bottom: -2px;
    overflow: hidden;
}

.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: rgba(129, 129, 129, .2);
    border-width: 1px;
    padding: 10px;
}

.brand-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px 1.4rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.brand-image {
    max-height: 100%;
    max-width: 100%;
    padding: 1.2rem 0.4rem;
    object-fit: contain;
}

@media (min-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: block !important;
    }

    .category-comment {
        display: block;
    }

    .category-comment-mobile {
        display: none;
    }

    .category-image-wrap {
        height: 100%;
    }
}

/**********************************/


/******* 7.0 Shop Styles *******/


/**********************************/

.filter-wrapper {
    padding: 0 30px;
}

.filter-section {
    border: 1px solid #e6e6e6;
    padding: 1rem;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.filter-section span {
    font-size: 0.8rem;
}

.select-section {
    color: #666;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    min-width: 120px;
}

.select-section svg {
    position: absolute;
    right: 12px;
    margin-top: 2px;
}

.filter-form {
    padding: 0.3rem 0.75rem !important;
    border-radius: 4px !important;
    font-size: 0.8rem;
}


.product-wrapper {
    padding: 0px 30px;
}

.product-card-container {
    padding: 5px;
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(155, 154, 154, 0.4);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.product-card:hover .p-card-img {
    transform: scale(1.03);
}

.image-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.image-container .p-card-img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    object-fit: contain;
}

.p-card-description {
    width: 100%;
    display: block;
}

.product-code {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0.15rem;
    font-weight: bolder !important;
}

.product-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 2rem;
    max-height: 3rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11px;
    margin-bottom: 0.25rem;
    font-weight: 600;
    color: #0009;
}

.p-card-price-container {
    display: block;
    color: #ef6222;
    height: 30px;
    font-size: 14px;
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.product-stock-button {
    height: 1.4rem;
    width: 100%;
    overflow: hidden;
    border: 0;
    padding: 0;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #ef6222;
}

.go-to-details {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    color: #ef6222;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-to-details:hover {
    color: #fff;
    background: #ef6222;
}

.item-quantity-form {
    display: flex;
}

.quantity-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(245, 245, 245, 0.5);
    color: #666;
    cursor: pointer;
    border: 1px solid #ced4da;
    width: 22px;
    height: 100%;
}

.quantity-form-control {
    display: flex !important;
    text-align: center !important;
    width: 40px !important;
    height: 100%;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 0.5rem;
    font-size: inherit !important;
}

.add-to-basket-button,
.add-to-basket-button-not {
    height: 24px;
    overflow: hidden;
    border: 0;
    padding: 0;
    border-radius: 6px;
    background-color: #fff;
    min-width: 84px;
}

.add-to-bs-tx,
.add-to-bs-tx-failed {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    padding: 0rem 0.6rem;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 9px 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-justify: auto;
    cursor: pointer;
    user-select: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.add-to-bs-tx-failed {
    background-color: #ce0b0b;
    color: #fff;
    border: 0;
}

.add-to-bs-tx {
    background-color: #fff;
    color: #ef6222;
    border: 1px solid #ef6222;
}

.add-to-bs-tx:hover {
    border: solid 1px #ef6222;
    color: #fff;
    background: #ef6222;
}

.pd-card {
    width: 100%;
    height: 100%;
    padding: 1rem;
    border: solid 1px #e6e6e6;
    border-radius: 6px;
}

.pd {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.pd-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.pd-image-container {
    display: flex;
    overflow: hidden;
    border: solid 1px #e6e6e6;
    border-radius: 6px;
    min-width: 250px;
    width: 100%;
}

.pd-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pd-body {
    padding: 0rem;
    width: 100%;
}

.pd-name {
    font-size: 1.4rem;
    font-weight: 600;
}

.pd-code {
    font-size: 1rem;
}

.pd-price {
    color: #ef6222;
    font-size: 1.2rem;
    font-weight: 600;
}

.pd-title {
    font-size: 1rem;
    color: #666;
}

.pd-comment {
    font-size: 0.8rem;
}

.psd-container {
    display: block;
    border: solid 1px #e6e6e6;
    border-radius: 6px;
    padding: 1rem;
}

table th,
table td {
    font-size: 0.7rem;
}

@media (min-width: 500px) {
    .filter-section {
        justify-content: end !important;
    }

    .filter-form {
        font-size: 1rem;
    }

    .filter-section span {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .quantity-button {
        width: 35px;
    }

    .quantity-form-control {
        width: 65px !important;
    }

    .pd-card {
        padding: 2rem;
    }

    .product-card-container {
        padding: 10px;
    }

    .pd-body {
        padding: 0rem 2rem;
    }

    .pd-name {
        font-size: 1.6rem;
    }

    .pd-code {
        font-size: 1.2rem;
    }

    .pd-price {
        font-size: 1.4rem;
    }

    .pd-title {
        font-size: 1.2rem;
    }

    .pd-comment {
        font-size: 1rem;
    }

    .product-card {
        padding: 15px;
    }

    .image-container {
        height: 226px;
    }

    .product-code {
        margin-bottom: 0.25rem;
        font-size: 1.1rem;
    }

    .product-description {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        height: 3rem;
    }

    .p-card-price-container {
        font-size: 1.1rem;
        height: 3rem;
        margin-bottom: 0.25rem;
    }

    .add-to-basket-button,
    .add-to-basket-button-not {
        height: 2rem;
    }

    .add-to-bs-tx,
    .add-to-bs-tx-sc,
    .add-to-bs-tx-failed {
        font-size: 14px;
    }

    table th,
    table td {
        font-size: 1rem;
    }

    .product-stock-button {
        height: 2rem;
    }

    .go-to-details {
        font-size: 1rem;
    }
}


/**********************************/


/******* 8.0 FAQ Styles *******/


/**********************************/

.category-title {
    font-weight: 550;
    font-size: 24px;
    padding: 0px 15px;
}

.sss-content-list {
    padding: 0px 15px;
}

.sss-content {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(155, 154, 154, 0.2);
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

.content-heading,
.content-body {
    width: 100%;
    position: relative;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

.content-heading {
    font-weight: bold;
    color: rgba(57, 57, 57, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px solid rgba(155, 154, 154, 0.2);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.content-heading:hover {
    background-color: rgba(155, 154, 154, 0.2);
}

.faq-active {
    border-radius: 5px;
}

.faq-active .content-body {
    max-height: 1500px;
}

.faq-active .content-heading {
    background-color: rgba(155, 154, 154, 0.2);
    border-bottom: 1px solid rgba(155, 154, 154, 0.2);
}

.faq-active .content-icon {
    transform: rotate(180deg);
}

.content-icon {
    margin-top: 1px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.content-body {
    padding: 0px 18px;
    overflow: hidden;
    max-height: 0px;
    border-radius: 0px 0px 5px 5px;
}

.content-answer {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
}

.wpb-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    min-height: 150px;
    max-width: 1200px;
    padding: 5px 10px;
}

.wpb-wrapper p {
    text-align: justify;
}

@media (min-width: 768px) {
    .wpb-wrapper {
        min-height: 300px;
    }
}


/**********************************/


/******* 9.0 Blog Styles *******/


/**********************************/

.blog-wrapper {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}

.blog-main-title {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
}

.blog-main-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-left: 0;
    margin-top: -2px;
    background-color: #ef6222;
    opacity: 1;
}

.blog-card {
    padding: 1rem 0;
    margin-bottom: 0;
    flex-wrap: wrap !important;
    justify-content: center;
}

.blog-card-body {
    width: 100%;
}

.blog-card-img-container {
    min-width: 266px;
    max-width: 266px;
    margin-right: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.blog-card:hover .blog-title {
    color: #ef6222;
}

.blog-card-img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.blog-card-footer {
    padding: 1rem 0;
    border-top: 1px solid #e6e6e6;
    color: #999;
    flex-wrap: wrap;
}

.blog-author {
    margin-bottom: 0.8rem;
    width: 100%;
}

.blog-author-img-container {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.blog-author-img-container img {
    width: 100%;
    height: 100%;
}

.blog-title {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.blog-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    min-height: 3.2rem;
    max-height: 5.5rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    margin-bottom: 1rem;
}

.sb-item {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1rem;
    padding: 1rem 0;
}

.sb-item:hover .sb-title {
    color: #ef6222;
}

.sb-img-container {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    width: 80px;
    height: 80px;
    position: relative;
    margin-right: 1.4rem;
}

.sb-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.sb-view {
    background-color: #ef6222;
    color: #fff;
    font-weight: 600;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2px;
    right: 2px;
    padding: 2px 6px;
    z-index: 500;
    font-size: 13px;
    border-radius: 20px;
}

.sb-title {
    font-size: 1.2rem;
    font-weight: 700;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sb-author,
.sb-date {
    font-size: 0.8rem;
    color: #999;
}

.bd-title {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}

.bd-title::after {
    content: "";
    display: none;
    width: 100%;
    height: 3px;
    margin-left: 0;
    margin-top: -2px;
    background-color: #ef6222;
    opacity: 1;
}

@media (min-width: 768px) {
    .blog-card {
        flex-wrap: nowrap !important;
        margin-bottom: 1rem;
    }

    .blog-wrapper {
        padding-right: 1.5rem;
    }

    .blog-card-img-container {
        margin-right: 1.4rem;
        margin-bottom: 0rem;
    }
    
    .blog-content {
        -webkit-line-clamp: 2;
        min-height: 2rem;
        max-height: 3rem;
    }

    .blog-card-footer {
        flex-wrap: nowrap;
    }

    .blog-author {
        margin-bottom: 0;
        width: auto;
    }

    .blog-author p {
        margin-bottom: 0 !important;
    }

    .bd-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .bd-title::after {
        display: block;
    }

}


/**********************************/


/******* 10.0 Dashboard Styles *******/


/**********************************/

.dashboard-notification {
    color: #fff;
    background-color: #ef6222;
    border-radius: 8px;
    padding: 2px 5px;
    font-size: 0.6rem;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
}

.add-item-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    color: #666;
    cursor: pointer;
    border: 1px solid #8b8b8b38;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.8rem;
    height: 45px;
    border-radius: 8px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.add-item-button:hover {
    color: #fff;
    background-color: #ef6222;
    border: 1px solid #ef6222;
}

.category-dashboard {
    padding: 1.5rem 1rem;
}

.cd-heading {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: flex-end;
}

.splitter-admin {
    height: 2px;
    width: 2%;
    border-bottom: 1px solid #8b8b8b38;
}

.cd-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 23.5%;
    color: #666;
    padding: 10px 10px;
    font-size: 1rem;
    background-color: #f2f2f2;
    border: 1px solid #8b8b8b38;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 5;
    text-align: center;
}

.cd-button-count {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 2px 5px;
    color: #fff;
    background-color: #ef6222;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
}

.cd-button-title {
    font-size: 14px;
}

.cd-active {
    background-color: #ef6222;
    border: 1px solid #ef6222 !important;
    color: #fff;
    z-index: -5 !important;
}

.cd-active .cd-button-count {
    background-color: #fff;
    color: #ef6222;
}

.cd-body {
    background-color: #fff;
    width: 100%;
}

.cp-list ul {
    list-style: none;
    overflow: scroll;
    min-height: 176px;
    border: 1px solid #8b8b8b38;
    border-top: 0;
}

.cp-list ul::-webkit-scrollbar {
    display: none;
  }

.cp-first-item {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.6rem;
    border-bottom: 1px solid #8b8b8b38;
    border-left: 1px solid #ef6222;
    border-right: 1px solid #ef6222;
    background-color: #ef6222;
    min-width: 650px;
}

.cp-item {
    min-width: 650px;
    padding: 1rem 1.6rem;
    border-bottom: 1px solid #8b8b8b38;
    border-top: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cp-item:hover {
    background-color: #eeeeee;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125) !important;
}

.cp-status {
    display: flex;
    align-items: center;
    justify-content: center;
}

.label {
    border-radius: 4px;
    font-size: 75%;
    padding: 4px 7px;
    font-weight: 400;
    color: #fff !important;
}

.label-on {
    background-color: #0fc54f;
}

.label-off {
    background-color: #ce0b0b;
}

.label-wait {
    background-color: #ac9c0c;
}

.cp-img-container {
    height: 45px;
}

.cp-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cp-title {
    color: #666;
}

.cp-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cp-act-button {
    color: #666;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .cd-button-count {
        display: flex;
    }
}


/**********************************/


/******* 11.0 Footer Styles *******/


/**********************************/

.footer-10 {
    background: #212121;
    padding: 4em 0 2em 0;
    bottom: 0;
}

.footer-10 .container {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-10 .border-top,
.footer-10 .border-bottom {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.footer-10 .footer-heading {
    font-size: 20px;
    color: #fff;
}

.footer-10 p {
    color: rgba(255, 255, 255, 0.3);
}

.footer-10 .list-unstyled li a {
    color: rgba(255, 255, 255, 0.4);
}

.footer-10 .list-unstyled li a:hover {
    color: #fff;
}

.footer-10 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
}

.footer-10 .subscribe-form .form-group input {
    background: white !important;
    border: none !important;
    outline: none !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 16px;
    border-radius: 5px 0px 0px 5px;
}

.footer-10 .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.4) !important;
}

.footer-10 .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.4) !important;
}

.footer-10 .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.4) !important;
}

.footer-10 .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.4) !important;
}

.footer-10 .subscribe-form .form-group input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-10 .subscribe-form .form-group .submit {
    color: #fff !important;
    display: block;
    width: 130px;
    height: 52px;
    font-size: 16px;
    background: #ef6222 !important;
    border: none;
    border-radius: 0px 5px 5px 0px;
}

.footer-10 .subscribe-form .form-group .submit:hover,
.footer-10 .subscribe-form .form-group .submit:focus {
    text-decoration: none !important;
    outline: none !important;
}

.footer-10 .subscribe-form .subheading {
    display: inline-block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.footer-10 .ftco-footer-social li a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.copyright {
    font-size: 14px;
    width: 100%;
}

.body-style {
    background-color: bisque;
    height: 850px;
}

.sub-info {
    flex-wrap: wrap;
    justify-content: center !important;
}

.promo-logo-container {
    width: 160px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.promo-logo-container span {
    padding-top: 2px;
}

.promo-logo-container img {
    object-fit: contain;
}

.social-media-icons {
    margin-top: 1rem !important;
    justify-content: center;
}

@media (min-width: 576px) {
    .sub-info {
        flex-wrap: nowrap;
        justify-content: space-between !important;
    }

    .copyright {
        width: auto;
        text-align: start;
    }

    .promo-logo-container {
        width: 200px;
    }
    
    .social-media-icons {
        justify-content: end;
        margin-top: 0 !important;
    }
}


/**********************************/


/******* 12.0 Page Styles *******/


/**********************************/

.not-found-wrapper {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px;
    min-height: 500px;
}

.not-found-main {
    margin: 2rem auto;
}

.not-found-title {
    display: block;
    margin-bottom: 2rem;
}

.not-found-page-title,
.not-found-sub-title {
    display: block;
    text-align: center;
}

.not-found-page-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.related-categories-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.related-container {
    padding: 0.5rem;
}

.related-category-item {
    display: flex;
    border-radius: 0.5rem;
    padding: 0.5rem;
    justify-content: center;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.related-category-item:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    background-color: #ef6222;
    color: #fff;
}

.home-page-testimonials .testimonials-frame {
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.testimonials-brands-container {
    border: 1px solid #e4e4e486;
    padding: 2rem;
    margin-bottom: 6rem;
}

.testimonials-brands-wrapper {
    height: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.testimonials-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonials-item {
    padding: 0.4rem 1rem;
}

.testimonials-frame {
    display: flex;
    align-items: center;
    min-height: 230px;
    border: 1px solid #e4e4e486;
    padding: 1.2rem 1.4rem;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.testimonials-frame:hover {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25) !important;
}

.testimonials-img-container {
    padding: 0.2rem;
    margin-right: 1.2rem;
    height: 100px;
    width: 100px;
    min-width: 100px;
    overflow: hidden;
}

.testimonials-img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.testimonials-content {
    margin-bottom: 1rem;
    color: #777;
    font-size: 0.8rem;
}

.testimonials-author {
    color: #212121;
    font-weight: 700;
    font-size: 0.9rem;
}

.testimonials-firm {
    color: #777;
    font-size: 0.8rem;
}


.contact-wrapper {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    min-height: 473px;
}

.contact-form .form-control {
    font-size: 0.9rem;
    padding: 0.35rem 0.5rem;
}

.contact-submit {
    background-color: #ef6222;
    color: #fff;
    border: 0;
}

.contact-submit:focus {
    background-color: #ef6222 !important;
    color: #fff;
}



@media (min-width: 768px) {

    .testimonials-content,
    .testimonials-firm {
        font-size: 0.9rem;
    }

    .testimonials-author {
        font-size: 1rem;
    }

    .home-page-testimonials .testimonials-frame {
        justify-content: start !important;
        flex-wrap: nowrap !important;
    }
}

/**********************************/


/******* 13.0 Cart Styles *******/


/**********************************/

.rand-product-title {
    font-size: 1.2rem;
}

.notification-section {
    width: 100%;
    height: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #ef6222;
    border-bottom: 0;
    background-color: #ef6222;
}

.notification-section span {
    font-weight: 600;
    font-size: 0.8rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.cart-item-list {
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    min-height: 280px;
}

.cart-item-container {
    padding: 1rem;
    border-top: 1px solid #e6e6e6;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cart-item-container:hover {
    background-color: #fafafa;
}

.cart-item-container:hover .ci-img {
    transform: scale(1.02);
}

.ci-img-container {
    width: 100px;
    height: 100px;
    min-width: 100px;
    overflow: hidden;
    border-radius: 15px;
    margin-right: 1rem;
}

.ci-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ci-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.ci-name-section {
    display: block;
}

.ci-remove-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.ci-content-body,
.ci-content-header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.ci-category-name {
    color: #666;
}

.ci-product-name {
    font-weight: 600;
}

.ci-stock-code,
.ci-item-quantity {
    color: #666;
    display: flex;
    align-items: center;
}

.ci-action {
    display: flex;
    align-items: center;
    height: 32px;
}

.ci-quantity-section {
    display: flex;
    height: 100%;
    margin-right: 1rem;
}

.ci-price {
    color: #ef6222;
    font-weight: 700;
    margin-right: 6px;
    font-size: 1.2rem;
    min-width: 80px;
    text-align: end;
}

.payment-section {
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    padding: 1rem;
}

.payment-title {
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.4rem;
    font-weight: 600;
}

.price-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.price-details {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.5rem;
}

.price-title {
    font-size: 0.9rem;
}

.price-amount {
    font-weight: 700;
}

.total-section {
    display: flex;
    flex-wrap: wrap;
}

.total-price-amount {
    font-size: 1.2rem;
    color: #ef6222;
    font-weight: 700;
}

.checkout-button {
    width: 100%;
    height: 35px;
    background-color: #ef6222;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
}

.checkout-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
}

.mobile-purchase-section {
    display: block !important;
    border-top: 0;
}

.empty-container {
    color: #333333;
}

@media (min-width: 768px) {
    .rand-product-title {
        font-size: 1.6rem;
    }
    .mobile-purchase-section {
        display: none !important;
    }
}

/**********************************/


/******* 14.0 Address Layout Styles *******/


/**********************************/

.address-wrapper,
.account-wrapper,
.order-wrapper {
    min-height: 315px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 1rem;
}

.address-panel-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
}

.address-panel-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.add-address {
    color: #ef6222;
    cursor: pointer;
}

.address-item-list {
    min-height: 315px;
    width: 100%;
    margin: 0%;
    align-items: flex-start;
}

.address-item-container {
    padding: 0.8rem;
    cursor: pointer;
}

.address-item {
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.address-item-container:hover .address-item {
    border: 2px solid #ef6222;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125) !important;
}

.address-header {
    background-color: #f6f6f6;
    font-weight: 600;
    padding: 0.5rem 0.8rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.address-body {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
    border-bottom: 1px solid #e6e6e6;
}

.address-footer {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    padding: 0.8rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.address-spans {
    margin-bottom: 0.45rem;
}

.ap-edit-item {
    color: #ef6222;
    border: 1px solid #ef6222;
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ap-edit-item:hover {
    color: #fff;
    background-color: #ef6222;
}

.ap-remove-item {
    display: flex;
    align-items: center;
    color: #666;
}

.ap-remove-item svg {
    margin-right: 3px;
}

.address-radio-button {
    display: none;
}

.address-radio-button:checked+.address-item {
    border: 2px solid #ef6222;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125) !important;
}

.form-submit-button {
    width: 100%;
    height: 35px;
    background-color: #ef6222;
    border-radius: 8px;
    border: 0;
    color: #fff;
}

.check-terms {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    border-top: 1px solid #e6e6e6;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.check-terms input {
    margin-right: 10px;
}

/**********************************/


/******* 15.0 Account Styles *******/


/**********************************/

.user-forms {
    min-height: 315px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
}

.user-forms .form-section:nth-child(1) {
    border-right: 1px solid #e6e6e6;
}

.divider {
    border-left: 1px solid #e6e6e6;
}

.form-section {
    padding: 1.2rem;
}

.account-panel-header,
.order-panel-header {
    font-size: 1.2rem;
    color: #ef6222;
}

.account-panel-subtitle {
    font-size: 1rem;
    color: #666;
}

.form-element-label {
    font-size: 0.8rem;
}

.account-panel-body .form-control,
.account-panel-body .form-select{
    font-size: 0.9rem;
    padding: 0.35rem 0.5rem;
}

.order-item-list {
    min-height: 315px;
    width: 100%;
    margin: 0%;
    align-items: flex-start;
}

.order-item-container {
    padding: 0.8rem;
    cursor: pointer;
}

.order-item-container:hover .order-item {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125) !important;
}

.order-item {
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.order-item-header {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
}

.order-header {
    background-color: #f6f6f6;
    padding: 0.5rem 0.8rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.order-body {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
    border-bottom: 1px solid #e6e6e6;
}

.order-spans {
    margin-bottom: 0.45rem;
}

.order-detail-ci-content-header {
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
}

.order-footer {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    padding: 0.8rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.order-status {
    color: #fff;
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.order-detail-wrapper {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
}

.order-detail-item-list {
    width: 100%;
    margin: 0%;
    align-items: flex-start;
}

.order-detail-panel-header {
    padding: 1rem;
    background-color: rgba(155, 154, 154, 0.2);
}

.order-detail-panel-header .order-status {
    font-size: 0.7rem !important;
}

.order-detail-panel-footer {
    border-top: 1px solid #e6e6e6;
    padding: 1rem;
}

.order-details {
    color: #ef6222;
    border: 1px solid #ef6222;
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.order-details:hover {
    color: #fff;
    background-color: #ef6222;
}

.order-detail-address-panel {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.order-detail-price-panel{
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.od-panel-frame {
    border-radius: 8px;
    overflow: hidden;
}

.order-detail-content {
    padding: 1rem 1.2rem;
    font-size: 0.8rem;
}

.order-detail-spans {
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e6e6e6;
    color: #666;
}

.paid-price-span {
    font-size: 1rem;
    border-bottom: 0 !important;
}

@media (min-width: 768px) {
    .order-detail-address-panel {
        padding-left: 0;
        padding-right: 0.8rem;
    }
    
    .order-detail-price-panel{
        padding-left: 0.8rem;
        padding-right: 0;
    }

    .order-detail-ci-content-header {
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
    }
    
}