/* SKELETON */

.skeleton {
    position: relative;
}

.skeleton::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
    background-size: 200%;
    animation: skeleton 1s infinite reverse;
}

@keyframes skeleton {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

#quick-view .skeleton::before {
    display: none;
}

/* SKELETON */

.roboto-serif-font {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.montserrat-serif-font {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.heebo-serif-font {
    font-family: "Heebo", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.a-black-20 {
    font-size: 12px;
    margin: 0px !important;
}

.a-black-20:hover {
    color: #ff9124 !important;
}

.select2-results li {
    list-style-type: none;
    display: block;
    font-size: 14px;
}

.warehousesUsedStockInfo {
    background-color: #cde9f1 !important;
}

.backorderQTY {
    background-color: #e38d8d !important;
}

.backorderQTYBox {
    background-color: #e38d8d !important;
}

.category-title {
    font-size: 14px;
}

.category-bottom-title {
    font-size: 1.2rem !important;
}

.category-description {
    font-style: normal;
    line-height: 24px;
}

.product-detail-description {
    background-color: #FFFFFF !important;
    color: #747794;
    font-size: 14px !important;
}

.product-price {
    background-color: #eff2f7;
    padding: 7px 9px !important;
    margin-bottom: 10px;
    font-size: 14px !important;
}

#product-name-modal {
    color: #ff9e1b !important;
    font-weight: lighter !important;
}

.description-modal-area {
    color: #FFFFFF;
    font-weight: lighter;
    background-color: #65b70f !important;
    padding: 1.2rem;
    margin-top: 10px;
    border-radius: 8px;
}

.input-number {
    padding-left: 10px;
    padding-right: 10px;
}

.radius-left {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.radius-right {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.cart-pay-checkout-btn {
    background-color: var(--theme-color);
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: #FFFFFF !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.iframe-video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.iframe-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-content .tab-pane table tbody tr td {
    padding: 0 !important;
}

.cartSaveForLaterItem {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.addSavedForLater {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    color: #594a4a;
    text-decoration: none;
}

.addSavedForLater:hover {
    text-decoration: underline;
    color: #ff9e1b;
}

.errorFeedback {
    position: fixed;
    right: 0;
    top: 50%;
    transform: rotate(-90deg) translate(50%, -50%);
    transform-origin: right;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

.btn-dark-primary {
    background-color: #0e367c !important;
}

.btn-torque {
    border-radius: 5px;
    background-color: #FF9E18;
    color: white;
    min-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-torque:hover {
    background-color: #253D79;
    color: #FF9E18;
}

.btn-torque-blue {
    border-radius: 5px;
    background-color: #253D79;
    color: white;
    min-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-torque-blue:hover {
    background-color: #FF9E18;
    color: #253D79;
}

.product-details .rating-details {
    min-height: 85px;
    max-height: 85px;
    overflow: hidden;
    line-height: 20px;
}

.text-torque {
    color: #FF9E18;
}

.text-torque-blue {
    color: #253D79;
}

.text-torque-yellow {
    color: #FDC208;
}

.category-dropdown .text-torque {
    margin-top: -20px;
}

.bg-torque {
    background-color: #FF9E18;
}

.bg-torque-blue {
    background-color: #253D79;
}

.bg-torque-yellow {
    background-color: #FDC208 !important;
}

.product-list-section .card.h-100:hover {
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.36);
}

.img-wrapper .front img {
    height: 180px !important;
    width: 180px !important;
}

.line-h-40px {
    line-height: 40px;
}

.line-h-50px {
    line-height: 50px;
}

.backorderQTY {
    background-color: #F1F3F1 !important;
}

.bg-torque-light-grey {
    background-color: #F1F3F1 !important;
}

.product-frame-actions {
    background-color: #D8D9DC;
    min-height: 40px;
    border: 1px solid #949192;
}

.product-frame-actions .cross {
    position: relative;
    display: inline-block;
}

.product-frame-actions .cross::before,
.product-frame-actions .cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.product-frame-actions .cross::before {
    border-bottom: 2px solid #ff0000;
    -webkit-transform: skewY(-25deg);
    transform: skewY(-25deg);
}

.category-stock.form-control {
    font-size: 10px !important;
    padding: 0;
}

.w-50px {
    width: 50px !important;
}

.mh-20px {
    min-height: 20px !important
}

.mh-22px {
    min-height: 22px !important
}

.mh-24px {
    min-height: 24px !important
}

.mh-28px {
    min-height: 28px !important
}

.mh-30px {
    min-height: 30px !important
}

.mh-31px {
    min-height: 31px !important
}

.mh-40px {
    min-height: 40px !important
}

.mh-50px {
    min-height: 50px !important
}

.mh-60px {
    min-height: 60px !important
}

.mh-95px {
    min-height: 95px !important
}

.mh-100px {
    min-height: 100px !important
}

.mh-140px {
    min-height: 140px !important
}

.mh-145px {
    min-height: 145px !important
}

.mh-150px {
    min-height: 150px !important
}

.mh-200px {
    min-height: 200px !important
}

.lh-200px {
    line-height: 200px !important
}

.product-frame-actions .input-group-prepend {
    margin-right: 3px !important;
}

.product-frame-actions .input-group-append {
    margin-left: 3px !important;
}

.product-frame-actions .qty-box .input-group>.form-control {
    /*flex: none !important;
    -ms-flex: none !important;*/
}

.w-20 {
    width: 20% !important;
}

.w-40 {
    width: 40% !important;
}

/* homepage categories hide and show */

@media (min-width: 1200px) {
    .homeCategoryButton {
        width: 15.6667%;
        margin-right: 1%;
    }
    .homeCategoryButtonCol4 {
        width: 16% !important;
    }
}

.homeCategoryButtonOneFourth {
    width: 24% !important;
    margin-right: 1% !important;
}

.homeCategoryButton {
    width: 15.6667%;
    margin-right: 1%;
}

.homeCategoryButtonCol4 {
    width: 24% !important;
}

@media (max-width: 1200px) {
    .homeCategoryButton {
        width: 15.6667%;
        margin-right: 1%;
    }
    .homeCategoryButtonCol4 {
        width: 24% !important;
    }
}

@media (max-width: 992px) {
    .homeCategoryButton {
        width: 19%;
        margin-right: 1%;
    }
}

@media (max-width: 768px) {
    .homeCategoryButton {
        width: 24%;
        margin-right: 1%;
    }
}

@media (max-width: 576px) {
    .homeCategoryButton {
        width: 49%;
        margin-right: 1%;
    }
}

.homeCategoryButtonOneFourth .homeCategoryCard {
    padding-top: 20px;
    padding-bottom: 20px;
}

.homeCategoryCard {
    min-height: 150px;
    background-color: #ffffff;
    border: 1px solid orange;
    border-radius: 5px;
    line-height: 150px;
}

.category-mega-menu .homeCategoryCard img {
    width: 200px;
    height: 200px;
}

.homeCategoryButton .onhover-div {
    border: #6188e8 1px solid;
    border-radius: 10px;
}

.homeCategoryButton .onhover-div::before {
    left: 50%;
}

.homeCategoryButton .onhover-dropdown:hover .onhover-div {
    left: -110px !important;
}

.all-categories-img {
    width: 150px !important;
    height: 150px !important;
}

.homeCategoryButton .category-text {
    color: #1e238c;
}

.homeCategoryButton .category-text:hover {
    color: #ff9e1b;
}

.homeCategoryButton .category-header {
    color: #595e73;
}

.homeCategoryButton .category-header:hover {
    color: #ff9e1b;
}

.homeCategoryModal {
    border: black 1px solid;
    padding: 20px;
    width: 300%;
    left: -100% !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.homeCategoryButton img {
    width: 100%;
    height: auto;
}

.homeCategoryButton .categoryHeaderArea,
.homeCategoryButtonCol4 .categoryHeaderArea {
    min-height: 60px !important;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    line-height: 20px;
}

.bannerContainer200 {
    height: 195px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bannerContainer200 img {
    width: 100%;
    height: 195px;
    display: block;
    position: absolute;
    object-fit: cover;
}

.bannerContainer400 {
    height: 400px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bannerContainer400 img {
    width: 100%;
    height: 400px;
    display: block;
    position: absolute;
    object-fit: cover;
}

#sidebar {
    max-width: 300px;
    min-width: 273px;
    transition: all 0.35s ease-in-out;
    z-index: 1111;
    background-color: #f5f6f5;
}

#sidebar.collapsed {
    margin-left: -264px;
}

.sidebar-nav {
    padding: 0;
}

.sidebar-header {
    color: black;
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}

a.sidebar-link {
    padding: 5px 15px;
    color: black;
    position: relative;
    display: block;
    font-size: 1rem;
}

a.sidebar-link img {
    margin-right: 5px;
    width: 35px;
    height: 35px;
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .3s ease-out;
}

.sidebar-item,
.category-menu .category-dropdown ul li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.category-menu .category-dropdown ul li {
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
}

.category-menu .category-dropdown {
    padding-left: 0px !important;
}

.sidebar-item a {
    font-size: 16px;
}

.sidebar-sub-item {
    display: block;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.sidebar-sub-item.active a,
.sidebar-item.active a {
    color: #253D79;
    font-weight: bold;
    background-color: #ffffff;
}

.sidebar-sub-item a {
    font-size: 13px;
}

.footer-bg-color {
    background-color: #253D79;
}

.footer-title h3 {
    color: #fd9e18;
    font-size: 16px;
}

.footer-content ul li {
    color: #FFFFFF;
}

.footer-content ul li a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px !important;
}

.sub-footer {
    background-color: #E4E4E4;
}

.footer-company {
    color: #616161;
    font-weight: bold;
}

.color-torque {
    color: #fd9e18;
}

.color-white {
    color: #ffffff;
}

.top-header {
    background-color: #fd9e18 !important;
    color: #ffffff;
}

.main-menu-list {
    background-color: #253D79 !important;
}

.main-menu .search-box {
    background-color: #fd9e18 !important;
}

header .main-navbar .nav-menu>li>a {
    color: #ffffff;
    font-family: "Heebo", sans-serif;
    font-style: normal;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: bold;
}

.heebo-font-400 {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.heebo-font-500 {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.heebo-font-600 {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.heebo-font-700 {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

header .top-header .border-list>li+li {
    border-left: 0;
}

.fs-18px {
    font-size: 18px;
}

.fs-17px {
    font-size: 17px;
}

.fs-16px {
    font-size: 16px;
}

.fs-15px {
    font-size: 15px;
}

.fs-14px {
    font-size: 14px;
}

.fs-13px {
    font-size: 13px;
}

.fs-12px {
    font-size: 12px;
}

.fs-11px {
    font-size: 11px;
}

.fs-10px {
    font-size: 10px;
}

.image-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.main-price .theme-color .font-default h3 {
    font-size: 14px !important;
}

#orderSheet .card-body .row .col-2 {
    display: none;
}

.cloth-review .nav-tabs .nav-link.active {
    background-color: #ff9e1b !important;
    color: #ffffff !important;
}

.cloth-review .nav-tabs .nav-link {
    color: #666666 !important;
    background-color: #eeeeee !important;
    margin-right: 10px !important;
}

#tab-cross-ref table tr td,
#tab-specification table tr td,
#tab-desc table tr td {
    text-align: left !important;
    /*font-size: 14px !important;
    min-height: 30px;
    line-height: 20px;*/
}

.cloth-review .tab-pane {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 5px;
    font-size: 14px;
}

.details-items .details-image {
    border: 1px solid #ccc;
    padding-right: 20px;
}

/*
    Slick
    */

.details-image-option .slick-prev {
    right: 70px !important;
    top: -20px !important;
    left: unset !important;
}

.details-image-option .slick-next {
    right: 25px !important;
    top: -20px !important;
    left: unset !important;
}

.details-image-option .slick-active div {
    width: unset !important;
    text-align: center;
}

.details-image .slick-prev {
    left: 10px !important;
    bottom: 0 !important;
    top: unset !important;
    background: unset !important;
}

.details-image .slick-next {
    right: 10px !important;
    bottom: 0 !important;
    top: unset !important;
    left: unset !important;
    background: unset !important;
}

.details-image .slick-prev::before,
.details-image .slick-next::before {
    color: #cccccc !important;
    font-size: 30px !important;
}

/* homepage categories hide and show */

.brand-logo img {
    width: 288px;
    height: 90px;
}

.category-menu .category-dropdown ul li.submenu .category-mega-menu {
    top: auto !important;
    height: auto !important;
    margin-top: -40px !important;
}

.category-menu .category-dropdown ul li.submenu .category-mega-menu li {
    margin-top: -20px !important;
}

.product-style-2 .product-box .product-details .rating-details {
    align-items: unset;
}

.btn-height {
    height: 45px !important;
    padding-top: unset;
    line-height: 45px !important;
}

.details-image-option .slick-list {
    padding-left: 8px !important;
}

.details-image-option .slick-list .slick-track div:first-child div {
    text-align: left !important;
}

.details-image-option .slick-list .slick-track div:last-child div {
    text-align: right !important;
    padding-right: 4px !important;
}

.allMenuItems .submenu .allCategories {
    line-height: 35px;
    height: 35px;
}

.margin-top-10px {
    margin-top: 10px;
}

.margin-top-12px {
    margin-top: 12px;
}

@media (min-width: 1200px) {
    .category-menu .category-dropdown ul li.submenu .category-mega-menu {
        min-width: 900px;
    }
}

@media (min-width: 1366px) {
    .category-menu .category-dropdown ul li.submenu .category-mega-menu {
        min-width: 1000px;
    }
}