@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

:root {
    --theme-color: #fe7c00;
}
.hide {
    display: none !important;
}
.banner-description {
    width: 100% !important;
    padding: 0 150px !important;
}

.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff !important;
}

.alert .alert-link {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.alert-success {
    background-color: #2b982b;
}

.alert-info {
    background-color: #00b0e4;
}

.alert-warning {
    background-color: #ff9600 !important;
}

.alert-danger {
    background-color: #fb483a !important;
}

.alert-dismissible .close {
    color: #fff;
    opacity: 1;
    border: none;
    text-shadow: none;
}

.swal-wide {
    font-size: 12px !important;
}

.select-box > select {
    width: 100% !important;
    max-width: 100% !important;
}

/* .category-ul-list > li:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f067";
  padding-right: 5px;
}

.category-ul-list > li:hover:before,
.category-ul-list > li:active:before,
.category-ul-list > li:focus:before {
  float: right !important;
  content: "\f068";
}

.category-ul-list > li:hover,
.category-ul-list > li:active,
.category-ul-list > li:focus {
  text-decoration: none;
} */

.category-ul-list a:hover + .sub-category-ul-list,
.category-ul-list a:focus + .sub-category-ul-list,
.sub-category-ul-list:hover {
    display: block;
}

/* .category-ul-list {
  list-style: none;
}

.category-ul-list a {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.category-ul-list a:hover,
.category-ul-list a:focus {
  outline: 0;
}

.sub-category-ul-list {
  display: none;
  position: absolute;
  padding: 10px;
}

.category-ul-list a:focus+.sub-category-ul-list,
.sub-category-ul-list:hover {
  display: block;
} */

.fix-bottom.product-sticky-content.sticky-content {
    padding: 0 10px;
}

.product-variant-box {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 5px;
}

.product-variant-box-item {
    text-align: center;
    border: 1px solid #000;
    padding: 15px;
    cursor: pointer;
    box-shadow: 1px 1px 5px #000;
}

.product-variant-box-item.active {
    background-color: #fe7c00 !important;
    color: #000;
    font-weight: bold;
}

.filter-div ul {
    margin: 0px;
    padding: 0px;
}

.filter-call {
    display: inline-block;
    padding: 3px;
}

.sidebar-filter-list {
    max-height: 150px;
    overflow-y: auto;
}

.card {
    border: 1px solid #000;
    box-shadow: 0 3px 15px #000;
    border-style: none;
    background-color: #fff;
}

ul.sidebar-filter-list > li {
    padding-left: 10px !important;
}

.up-arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 2px;
    margin-top: 10px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down-arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 2px;
    margin-top: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.card-body.no-select li {
    list-style: none;
}

.float-end {
    float: right;
}

.float-start {
    float: left;
}

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

.theme-color {
    color: var(--theme-color) !important;
}

.fa-close {
    border: 1px solid var(--theme-color) !important;
    padding: 2px;
}

input[type="range"],
.sidebar-filter-list,
.sidebar-filter-list li,
.sidebar-filter-list li label {
    cursor: pointer;
}

.no-select {
    user-select: none !important;
}

.fit{
    object-fit: fill !important;
}
.category-media img {
    object-fit: fill !important;
    height: 190px;
    width: 190px;
}

.banner.banner-fixed img,
.shop-default-banner img {
    object-fit: fill !important;
    height: 400px;
    width: 100%;
}
.m-product > a > img {
    object-fit: fill !important;
    height: 300px !important;
    width: 100% !important;
}

.category-ul-list li.active {
    color: var(--theme-color);
}

.hover-review {
    position: relative;
    font-size: 14px;
    cursor: pointer;
}
.hover-review .card {
    /* display: none; */
    position: absolute;
    top: 35px;
    z-index: 1;
}
.hover-review-home .card {
    top: auto;
    bottom: 35px;
}
/* .hover-review:hover .card{
    display: block;
} */

.mrange {
    -webkit-appearance: inner-spin-button !important;
}

.demo-review {
    display: inline-block !important;
}

/* The Modal (background) */
.mymodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 111; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.mymodal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.mymodalclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.mymodalclose:hover,
.mymodalclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.p-0 {
    padding: 0 !important;
}
.m-0 {
    margin: 0 !important;
}

.pos-rel {
    position: relative !important;
}
.pos-abs {
    position: absolute !important;
}
.shop-default-banner {
    padding: 0;
}

.banner-content.pos-abs {
    left: 7rem !important;
}

@media (max-width: 767px) {
    .banner.banner-fixed img,
    .shop-default-banner img {
        height: 130px;
    }

    .m-product > a > img {
        height: 170px !important;
    }
}

.review-card.card .card-body {
    min-width: 300px;
}

.footer-area-bottom {
    background: #0f1823;
    padding: 20px;
}
@media only screen and (max-width: 767px) {
    .footer-area-bottom {
        text-align: center;
        padding: 17px 0;
    }
}
.footer-area-bottom p {
    color: #ffffff;
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
    .footer-area-bottom p {
        margin-bottom: 10px;
    }
}

.pulse img:hover {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.main {
    min-height: 55vh;
}

.white-space-normal {
    white-space: normal;
}

@media (max-width: 767px) {
    .header-middle .header-left .logo {
        text-align: right;
        justify-content: center;
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

.text-danger {
    color: red;
}
.mobile-show {
    display: none;
}
@media only screen and (max-width: 768px) {
    .mobile-show {
        display: block;
    }
}
