
/*@import url("constant.php");*/

:root{
--theme-red: #dd202a;
--theme-border: #a5a5a5;
--theme-white: #fff;
--theme-black: #000;
--theme-body-color: #f8f8f8;
--theme-footer-color: #8b8b8b;
--red-color: #dd202a;
--active-green: #a3c50f;
}

@font-face {
    font-family: futura-bold;
    src: url('../fonts/Futura-ICG.ttf') format("truetype");
}
@font-face {
    font-family: futura-icg;
    src: url('../fonts/Futura-ICG.ttf') format("truetype");
}
@font-face {
    font-family: futura-light;
    src: url('../fonts/futura-light.ttf') format("truetype");
}
@font-face {
    font-family: scala-bold;
    src: url('../fonts/Scala-Bold.otf') format("truetype");
}
@font-face {
    font-family: grotesk;
    src: url('../fonts/FontsFree-Net-Akzidenz-grotesk-bold.ttf') format("truetype");
}

*{
    font-family: montserrat, sans-serif;
}
body{
    background-color: var(--theme-body-color);
}
.whole-header-wrapper {
    background-color: var(--theme-white);
    position: sticky;
    top: 0;
    z-index: 999999;
}

.text-danger a {
    color: #dc3545;
}
.grey-color{
    color: var(--theme-footer-color);
}
.green-color{
    background-color: var(--active-green) !Important;
}

.font-bold{
    font-family: futura-bold;
    font-weight: bold;
}
.scala-bold{
    font-family: scala-bold;
}
.star-color{
    color: #ffb100;
}


.red-color{
    color: var(--red-color);
}
.bold{
    font-weight: bold;
}
.header-wrap .row {
    padding: 18px 0;
    align-items: center;
}

.notifications-messgae {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: 190px;
    background-color: black;
    margin-left: -95px;
    color: white;
    padding: 20px;
    text-align: center;
}
.categories {
    border: 1px solid var(--theme-border);
    padding: 10px 20px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 220px;
    cursor: pointer;
}
.categories i {
    font-size: 26px;
    color: var(--theme-border);
}
.categories h3 {
    font-size: 18px;
    margin: 0;
    line-height: normal;
    font-weight: bold;
}
.member-info {
    display: flex;
    align-items: center;
}
.member-name h5 {
    font-size: 18px;
    margin-bottom: 3px;
}
.header-quick-link a {
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 3px;
    color: var(--theme-red);
    font-weight: bold;
}
.header-quick-link a:last-child {
    margin-bottom: 0;
}
.header-search-bar-wrapper {
    background-color: var(--theme-red);
}

.header-search-row {
    background-color: var(--theme-white);
    border-radius: 6px;
    margin-left: 0;
    margin-right: 0;
}
.header-search {
    padding: 12px;
}
.header-search-row input, .header-search-row select {
    width: 100%;
    /* padding: 10px; */
    height: 50px;
    border: none;
    font-size: 17px;
    outline: none;
    background-color: transparent;
}
.header-search-input, .header-elastic-search {
    position: relative;
}
.header-search-input:before, .header-elastic-search:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: var(--theme-border);
    right: 0;
}
.checkout-page-wrapper {
    background-color: var(--theme-body-color);

}
.checkout-page-wrapper .page-container{
    padding-bottom: 60px;
    padding-top: 60px;
}
.heading {
    margin-bottom: 25px;
}
.account-options-wrapper {
    margin-top: 15px;
}
.account-options-wrapper > div input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.account-options-wrapper .account-holder-dt{
    flex-flow: column;
    background-color: white;
    text-align: center;
    padding: 20px;
    height: 200px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}
.account-options-wrapper img {
    max-width: 55px;
    display: block;
    height: 55px;
    object-fit: contain;
}
.account-options-wrapper label {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 20px;
}
.account-options-wrapper > div input:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--theme-red);
    border-radius: 10px;
}
.form-heading {
    margin-bottom: 20px;
    margin-top: 50px;
}

/* .summary-img-wrapper{
    max-width: 200px;
    width: 200px;
} */
.summary-img {
    background-color: var(--theme-white);
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
}
.summary-img img {
    width: 100%;
    object-fit: contain;
    height: 100px;
    min-width: 110px;
}
.cart-summary-row {
    align-items: center;
    margin-bottom: 30px;
    font-size: 18px;
    display: grid;
    grid-template-columns: 180px auto;
    grid-gap: 25px;
}
.cart-summary-info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}
.summary-heading .product-title {
    /*white-space: nowrap;*/
    max-width: 320px;
    overflow: hidden;
    font-size: 18px;
    text-overflow: ellipsis;
    margin: 0;
    display: inline-block;
    text-decoration: none;
}
.product-quantity {
    display: flex;
    align-items: center;
}
.product-quantity input {
    max-width: 75px;
    margin-left: 10px;
    border: none;
    padding: 5px 10px;
}

.sub-total-table {
    max-width: 600px;
    margin: auto;
    margin-top: 80px;
    padding-bottom: 40px;
}
.total-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.total-amount span {
    font-size: 18px;
}
.top-total-wrap {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--theme-border);
    margin-bottom: 15px;
}
.grand-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.policy-section-row {
    align-items: center;
}
.checked-policy input {
    float: left;
    position: absolute;
    top: 5px;
    left: 0;
}
.checked-policy label {
    padding-left: 24px;
}
.checked-policy {
    position: relative;
}
.policy-section-wrap {
    margin-top: 40px;
}
.purchase-btn .btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 20px;
    background-color: var(--theme-red);
    border-radius: 5px;
    font-size: 23px;
    color: var(--theme-white);
    font-weight: 500;
    text-decoration: none;
}
.footer-wrapper {
    background-color: var(--theme-red);
    padding: 40px;
    position: relative;
    z-index: 9999;
}
.footer-row {
    color: var(--theme-white);
    font-size: 17px;
}
.footer-location-txt > span {
    display: block;
}
.footer-quick-link a {
    color: var(--theme-white);
    text-align: center;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}
.footer-quick-link span a {
    display: inline-block;
    text-decoration: underline;
}
.member-img {
    width: 250px;
}
.member-img img {
    width: 100%;
}
.header-quick-links {
    display: flex;
    justify-content: space-between;
}
.header-quick-links i {
    margin-right: 8px;
    color: var(--theme-footer-color);
    position: relative;
}
.header-quick-links .heder-mini-text {
    font-size: 22px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-family: 'futura-light';
}
.grand-total h4 {
    margin-bottom: 0;
    font-size: 28px;
}
.search-ico {
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-ico button {
    background-color: transparent;
    border: none;
    outline: none;
}
.search-ico button i {
    font-size: 25px;
    color: var(--theme-border);
}
.footer-location-txt {
    text-align: center;
    font-size: 16px;
}
.footer-country-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 55px;
}
.contact-detail {
    text-align: center;
}
.footer-crruncy {
    text-align: center;
    margin-top: 57px;
}
.contact-detail .bold {
    font-size: 20px;
    letter-spacing: 1px;
    color: inherit;
    margin-bottom: 0;
}
.footer-location-txt > span.bold {
    font-size: 20px;
}
.footer-location {
    display: flex;
    align-items: center;
}
.footer-location-ico {
    font-size: 22px;
}
.ft-social-media img {
    width: 100%;
}
.social-md-links a {
    margin-bottom: 20px;
    display: inline-block;
}
.footer-quick-link span {
    display: block;
    text-align: center;
}
.follow-screen {
    margin-top: 20px;
    text-align: center;
}
.follow-screen h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}
.media-icons {
    margin-top: 15px;
}
.media-icons a {
    color: var(--theme-white);
    margin: 0 6px;
}


.header-left-pannel {
    position: fixed;
    left: -320px;
    top: 0;
    bottom: 0;
    background-color: var(--theme-red);
    min-width: 300px;
    z-index: 99;
    overflow: auto;
    box-shadow: 0px 0px 16px #00000080;
    transition: .7s ease-in-out;
}
.header-list-wrap {
    padding: 0;
}
.hader-list-item a {
    padding: 10px 20px;
    display: inline-block;
    border-bottom: 1px solid #e1e1e13d;
    width: 100%;
    color: var(--theme-white);
    font-size: 18px;
    text-decoration: none;
}
li.close-ico {
    text-align: right;
    padding: 10px 20px;
    color: var(--theme-white);
}
li.close-ico i {
    cursor: pointer;
}

.header-left-pannel.active{
    left: 0px;
}
.header-list-wrap li{
    list-style-type: none;
}
.country-name img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 10px;
    object-fit: fill;
    vertical-align: middle;
}








/*--------home page----------*/
.top-home-banner {
    align-items: center;
}
.top-home-banner img {
    width: 100%;
    height: 313px;
    object-fit: cover;
    object-position: left;
}
.homepage-top-images a {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'futura-bold';
}
.homepage-top-images a img {
    max-height: 250px;
    height: 100%;
}
.homepage-wrapper .product-img {
    width: 100%;
    display: block;
    height: 270px;
    background-size: cover;
    background-position: right;
    border-radius: 0px;
    margin-bottom: 10px;
    background-color: var(--theme-white);
}
.homepage-wrapper .product-title {
    font-family: 'futura-bold';
    font-size: 18px;
}
.top-home-banner > div {
    margin-bottom: 0px;
    padding: 5px;
}

.home-page-section {
    margin-bottom: 90px;
}
.homepage-heading {
    margin-bottom: 20px;
}
.slider-product-img {
    width: 100%;
    display: block;
    height: 200px;
    background-size: contain;
    background-color: var(--theme-white);
    background-position: center;
    border-radius: 0px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}
.sider-product-price {
    font-size: 30px;
    color: #231f20;
    /* margin-top: 8px; */
}
.slider-content {
    text-align: center;
}
.slider-content > a {
    font-size: 17px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    text-decoration: none;
}
.slider-product-title {
    white-space: nowrap;
}
.owl-dots {
    display: none;
}
.owl-slider-wrap .owl-nav {
    position: absolute;
    top: -56px;
    right: 0;
}
.owl-slider-wrap .owl-nav button span {
    font-size: 50px;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-slider-wrap .owl-nav button {
    width: 32px;
    height: 32px;
    background: var(--theme-white) !important;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    margin: 0 5px;
    overflow: hidden;
    outline: none;
}
.applinces-right-img img {
width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
.applinces-right-img {
    justify-content: center;
}
.applinces-product > div{
    margin-top: 30px;
}
.applinces-product > div:first-child{
    margin-top: 0px;
}
.applinces-product > div:nth-child(2){
    margin-top: 0px;
}
.card {
    height: 100%;
    background-color: transparent;
    border: none;
}
.category-page-wrapper .card {
    background-color: white;
    padding: 15px;
}
.top-home-banner.home-page-section {
    margin: 0 -5px;
    margin-bottom: 50px;
    margin-top: 15px;
}

.brand-logo-wrap {
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 30px;
}
.brand-logo-wrap img {
    width: 110px;
    object-fit: contain;
    height: auto;
}
.brand-logo-wrap > li {
    display: flex;
    align-items: center;
}

.top-rating-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: wrap;
    max-width: 800px;
    margin: auto;
    color: white;
}
.top-rating-wrap > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-rating-wrap > div img {
    display: inline-block;
}
.left-rating h3 {
    font-weight: bold;
}
.top-rating-wrap > div h4 {
    MARGIN: 0;
    margin-right: 15px;
}




/*--------category-page----------------*/
.heading i{
    vertical-align: middle;
    margin-left: 10px;
}
.filter-txt {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #dfdfdf;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    min-width: 250px;
    margin-right: 15px;
}
.filter-txt > h4 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
}
.filter-main {
    margin-top: 30px;
    overflow:hidden;
}
.fuilter-lists-wrapper {
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
    font-size: 18px;
    max-height: 200px;
    overflow: auto;
}
.filter-main > h4 {
    font-size: 18px;
}
.filter-main > h4 i {
    margin-right: 5px;
    min-width:15px;
}
.fuilter-lists-wrapper li input {
        margin-right: 7px;
    position: absolute;
    left: 0;
    top: 6px;
}
.fuilter-lists-wrapper li {
    position: relative;
    padding-left: 20px;
}
.accountingidstyle{
    font-size: 11px;
    color: #9b9a9a;
    font-weight: bold;
}

.category-right-content-wrapper .slider-product-img{
    height: 250px;
    overflow: hidden;
    position: relative;
}
.category-right-content .slider-content {
    margin-bottom: 25px;
}
.sorted-category .slider-product-title {
    white-space: normal;
    font-size: 17px;
}
.sorted-category .slider-content {
    margin-bottom: 30px;
}
.coupan-code {
    font-size: 12px;
    color: #4d4d4d;
    margin: 2px 0 5px;
    font-weight: normal;
}
.product-price {
    margin-bottom: 3px;
}
.orignal-price {
    text-decoration: line-through;
    font-size: 14px;
    margin-bottom: 10px;
}


.product-brand-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-image img {
    width: 100%;
    max-width: 80px;
    height: 40px;
    object-fit: contain;
}
.add-cart {
    background-color: var(--theme-red);
    color: var(--theme-white);
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none !Important;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.add-cart:hover{
    color: var(--theme-white);
}
.add-cart i {
    margin-right: 4px;
}
.category-page-wrapper .home-page-section {
    margin-top: 90px;
}
.ribbon {
    position: absolute;
    right: -28px;
    top: 13px;
    background-color: var(--theme-red);
    color: var(--theme-white);
    padding: 2px 22px;
    font-size: 13px;
    transform: rotate(45deg);
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.category-type {
    border: 1px solid var(--theme-footer-color);
    display: inline-block;
    padding: 9px 20px;
    border-radius: 5px;
}
.sort-by-txt {
    font-weight: bold;
    color: var(--theme-footer-color);
}
.category-type select {
    border: none;
    background-color: transparent;
    outline: none !important;
    font-weight:bold;
}
.select-category {
    text-align: right;
}
.filer--btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

/*-----------------scroll bar ---------------*/
/* Works on Firefox */
.fuilter-lists-wrapper {
    scrollbar-width: thin;
    scrollbar-color: var(--theme-footer-color) var(--theme-white);
}

/* Works on Chrome, Edge, and Safari */
.fuilter-lists-wrapper::-webkit-scrollbar {
    width: 8px;
}

.fuilter-lists-wrapper::-webkit-scrollbar-track {
    background: var(--theme-white);
}

.fuilter-lists-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--theme-footer-color);
    border-radius: 20px;
    border: 1px solid var(--theme-white);
}
.pagination-wrapper {
    text-align: center;
    margin-top: 40px;
}



.pagination {
    display: inline-block;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination a.active {
    background-color: var(--theme-red);
    color: var(--theme-white);
}
.pagination a:hover:not(.active) {background-color: #ddd;}


/*-----------------toggle-btn----*/
.header-toggle-wrapper .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-bottom: 0;
}
.header-toggle-wrapper .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.header-toggle-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.header-toggle-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 2px;
    bottom: 2px;
    background-color: var(--theme-white);
    -webkit-transition: .4s;
    transition: .4s;
}
input.toggle-input:checked + .slider {
    background-color: var(--theme-red);
}

input.toggle-input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input.toggle-input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}
/* Rounded sliders */
.header-toggle-wrapper .slider.round {
    border-radius: 34px;
}
.header-toggle-wrapper .slider.round:before {
    border-radius: 50%;
}
.header-toggle-wrapper {
    text-align: right;
    padding: 0 15px;
}
/*---------------------------------*/

/*----------------product-page-slider-----*/
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    outline: none !important;
}
#sync1.owl-theme .owl-prev {
    left: 10px;
}
#sync1.owl-theme .owl-next {
    right: 10px;
}
div#sync2 .owl-stage {
    margin: auto;
    margin-top: 15px;
}
.singleProductSlides .current .item {
    border: 1px solid #707070;
}
.top-product-heaidng.heading{
    margin-bottom: 10px;
}
.title-bar-code {
    font-weight: 400;
    font-size: 17px;
}
.top-product-heaidng h3 {
    font-weight: bold;
    /* text-align: center; */
}
div#sync1 .item{
    background-color: var(--theme-white);
}


.save-offer {
    border: 1px solid var(--theme-red);
    padding: 3px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--theme-red);
}
.discount-price {
    text-align: center;
}
.discount-price span {
    font-size: 42px;
    letter-spacing: 1px;
}
.real-price {
    text-align: center;
    margin-top: -4px;
}
.real-price span {
    display: block;
    font-weight: bold;
    color: var(--theme-footer-color);
}
.brand-img-wrap img {
    max-width: 200px;
    margin: auto;
}
.brand-img-wrap {
    text-align: center;
}
.real-price .bold {
    font-size: 20px;
    text-decoration: line-through;
}
.product-price-info {
    align-items: center;
    padding-top: 15px;
}
.pakages-wrap li input {
    margin-right: 5px;
    float: left;
    position: absolute;
}



.detail_care {
    overflow: hidden;
}
.detail_care .delivery_wrap > div {
    flex-flow: wrap;
}

.detail_care > a {
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
}
.detail_care>div>.card {
    background-color: transparent;
    border: 0
}
.detail_care>a {
    position: relative;
    z-index: 1;
    border-width: 0px 0 1px 0 !important;
    border: 1px solid var(--theme-footer-color);
    padding: 6px 15px;
}
.detail_care .collapse {
    border-bottom: 1px solid var(--theme-footer-color);
}
.detail_care:last-child .collapse {
    border-bottom: none;
}
.detail_care>a:before,
.detail_care>a:after {
    position: absolute;
    content: " ";
    background: var(--theme-black);
    width: 16px;
    right: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border-radius: 12px;
    transition: all 0.3s ease-in-out
}
.detail_care>a:after {
    transform: translateY(-50%) rotate(90deg);
}
.detail_care>a:not(.collapsed):before {
    right: -100%;
}
.detail_care>a:not(.collapsed):after {
    transform: translateY(-50%) rotate(0deg);
}
.short-decription ul {
    margin-bottom: 0;
}
.product-desc {
    margin-bottom: 30px;
}
.product-desc h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}
.product-desc p {
    font-size: 18px;
}
.desc-read-morw {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.desc-read-morw i {
    font-size: 17px;
    margin-left: 7px;
}


.product-quntity-wrap .add-cart {
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
}
.product-quntity-wrap .row {
    align-items: center;
}
/*-----------------product-page-style-end-----*/
.sub-cat {
    margin-right: 15px;
}
.sub-cat a{
color: var(--theme-footer-color);
}

.filter-selections-wrap .dropdown-menu {
    position: relative !important;
    width: 100%;
    transform: none !important;
    border: none !important;
    background-color: transparent;
    margin-bottom: 20px !important;
    z-index:1;
    margin-top: 5px !important;
}
.filter-selections-wrap .dropdown-toggle {
    white-space: unset;
}
.filter-selections-wrap .dropdown-toggle i:before{
    content: "\f0da";
}
.filter-selections-wrap .dropdown-toggle.show i:before {
    content: "\f0d7";
}
.filter-selections-wrap .dropdown-toggle::after{
    display: none;
}
.quantity {
    display: flex;
    align-items: center;
    border: 1px solid var(--theme-footer-color);
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
}
.quantity .quantity__minus, .quantity .quantity__plus {
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
    max-width:30px;
}
.quantity input {
    text-align: center;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.quantity .quantity__minus{
    border-radius: 0;
    text-align: center;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
}
.quantity .quantity__plus{
    border-radius: 0;
    text-align: center;
}
div#singleproductcarousel .owl-nav {
    display: none;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--theme-red);
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--theme-red);
    border-color: var(--theme-red);
}



.catgory-list-wrap {
    background-color: white;
    width: 250px;
    font-size: 17px;
    position: relative;
    box-shadow: rgb(0 0 0 / 5%) 2px -2px 6px 0px;
    height: calc(100vh - 200px);
    overflow: auto;
}
.categories-dropdown-wrap {
    padding-top: 28px;
    position: absolute;
    z-index: 999;


}
.categories-dropdown-wrap.open-sub-menu {
    width: 475px;
}
.catgory-list-wrap li a {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0.75rem 1.25rem;
}
.catgory-list-wrap > li:hover {
    background-color: rgba(10, 79, 56, 0.05);
}
.catgory-list-wrap > li:hover {
    background-color: rgba(10, 79, 56, 0.05);
}
.catgory-list-wrap > li {
    padding: 0;
    border-left: 0;
    border-right: 0;
}
@media(min-width:768px){
   .header-category:hover .categories-dropdown-wrap{
    display: block !important;
}
}

.sub-catgory-list-wrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: white;
    width: 222px;
    box-shadow: rgb(0 0 0 / 5%) 2px -2px 6px 0px;
    transition: .5s ease-in-out;
    z-index: -1;
    opacity: 0;
    display:none;
}
.catgory-list-wrap > li:hover > .level-one{
    left: 248px;
    opacity: 1;
    display:block;
}
.level-one > li:hover  .level-two{
    left: 218px;
    opacity: 1;
    z-index: -2;
}
.sub-catgory-list-wrap .list-group-item {
    padding: 0;
    border-left: 0;
    border-right: 0;
}
.about-content .row {
    margin-bottom: 20px;
}
.about-content .row span {
    display: block;
}
.about-content .bold {
    margin-bottom: 5px;
}
.login-page-form {
    max-width: 500px;
    margin: auto;
    background-color: white;
    padding: 60px;
}
.signup-page-form{
    max-width: 800px;
    margin: auto;
    background-color: white;
    padding: 60px;
}
.signup-page-form .form-group{
    align-items: center;
}
.login-page-form label, .login-page-form .forgot-pswd {
    font-size: 17px;
}
.login-page-form input.form-control {
    border: 1px solid #8b8b8b;
    height: calc(1.5em + 0.75rem + 3px);
    font-size: 17px;
}
.login-page-form input.btn {
    width: 100%;
    border-radius: 5px;
}
.signup-page-form input.btn{
    width: auto;
}
@media (max-width:1200px){
    .applinces-right-img.aplice-img img{
        object-fit: contain;
    }
}





.user-links-dropdown {
    position: absolute;
    z-index: 10000;
    min-width: 200px;
    right: 0;
    border-radius: 8px;
    display: none;
    padding-top: 20px;
}
.header-user-links {
    padding: 0;
    list-style-type: none;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    margin-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
}
.header-login {
    position: relative;
}
.header-user-links li {
    text-align: left;
}
.header-user-links li a {
    display: block;
    width: 100%;
    padding: 7px 15px;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
.header-user-links li a:hover {
    background-color: var(--theme-red);
    color: white;
}
.header-login:hover .user-links-dropdown {
    display: block;
}



/*=============Cart popup=======================*/
.cart-popup-wrapper {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: 100vw;
    max-width: 380px;
    border: 1px solid var(--theme-red);
    background-color: var(
        --white);
    text-align: left;
    z-index: 9999;
    box-sizing: border-box;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    outline: 0;
    overflow: hidden;
}
.cart-popup-wrapper .mage-dropdown-dialog {
    padding: 15px;
    max-height: 500px;
    overflow: auto;
}
.cart-popup-wrapper .actions .checkout {
    width: 100%;
    margin-top: 10px;
    border: 2px solid var(--theme-red);
    color: var(--white);
    background-color: var(--theme-red);
    display:inline-block;
    padding:5px;
    text-align:center;
    font-size: 18px;
    letter-spacing: 1px;
}
.cart-popup-wrapper .block-content .subtitle {
    display: block;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--light);
    position:relative;
}
.cart-cloese-pop {
    position: absolute;
    right: 10px;
    color: black;
        cursor: pointer;
}
.cart-cloese-pop i{
    color: black;
}
.minicart-items-wrapper .minicart-items {
    padding: 0;
    list-style-type: none;
}
.cart-popup-wrapper .product-item {
    padding: 10px 0;
    border-bottom: 1px solid var(--light);
}
.cart-popup-wrapper .product-item .product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cart-popup-wrapper .product-item .product .product-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-popup-wrapper .product-item .product .product-item-details {
    margin-left: 15px;
}
.cart-popup-wrapper .product-image-wrapper img {
    height: auto;
    object-fit: cover;
}
.cart-popup-wrapper .product-item-image .product-item-photo {
    margin-left: 10px;
}
.cart-popup-wrapper .product-item-image .action.delete {
    font-size: 20px;
}
.cart-popup-wrapper .minicart-subtotal .subtotal {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.quantity-cart {
    font-size: 11px;
    position: absolute;
    background-color: var(--theme-red);
    min-width: 20px;
    height: 20px;
    border-radius: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -13px;
    padding: 0 5px;
}
.product-item-name {
    font-size: 15px;
}
.header-quick-links a{
    text-decoration: none;
}

/*=============Cart Popup End=====================*/

/*================timer -------------------*/
.timer-clock-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.aplice-img {
    position: relative;
    justify-content: center;
}
div.time-cont{
    color: #ffffff;
    text-align: center;
    padding: 20px;
    font-size: 40px;
    background-color: var(--theme-red);
    font-weight: bold;
    margin: 10px;
}
div.time-cont span {
    display: block;
    font-size: 30px;
    font-weight: normal;
}
/*-----------------------------------------*/
/*======================size style=========*/
.input-radio-label__list label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--theme-red);
    border: 1px solid;
    padding: 5px 10px;
    text-transform: capitalize;
}
.input-radio-label__list label input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.input-radio-label__list label input:checked ~ span:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-red);
    z-index: -1;
}
.input-radio-label__list label input:checked ~ span {
    color: white;
}
/*=========================================*/

div#sync2 .owl-item {
    opacity: 0.7;
    cursor: pointer;
}
div#sync2 .owl-item.current{
    opacity: 1;
}
.product-page-dt{
    background-color: transparent;
    border: none;
}
.filters-btn .btn{
    min-width: auto;
    padding: 0.28rem 1.5rem;
    font-size: 16px;
}
.close-group-item{
    display: none;
}
.badges {
    position: absolute;
    margin: 15px;
    z-index: 3;
}
.badge {
    font-size: 17px;
    /* font-weight: normal; */
    padding: 0.45em 0.7em;
}
.cart_update {
    float: right;
}
.coupon_form {
    display: flex;
}
.coupon_field {
    height: unset;
}
.voucher_form {
    display: flex;
}
.form_section {
    display: flex;
    justify-content: center;
}
.comments_inner_section {
    width: 100%;
}
.del_icon {
    color: red;
    cursor: pointer;
}
.notify_field {
    display: flex;
}

.header-vat-text {
    display: block;
    font-size: 13px;
    text-align: center;
    color: var(--theme-red);
    font-weight: bold;
    margin-bottom: 4px;
}
.banner_heading_section {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top:10px;
    padding-bottom:10px;
}
.banner_heading {
    text-align:center;
    color:white;
    font-weight:600;
    margin:0px;
}
@media only screen and (max-width: 400px) {
    .banner_heading {
    font-weight:400;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    }
    div.time-cont {
        padding: 10px;
    }
 }
 .card_field {
    background-color: white;
    border-radius: 5px;
 }
 .card_label {
    padding: 5px !important;
 }
 .payment_tabel {
    background-color: #f8f8f8 !important;
 }
 .payment_tabel .row {
    margin-top: 40px !important;
 }
 .payment_tabel form {
    max-width: 100% !important;
 }
 .payment_heading {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    width: 100%;
    padding-bottom: 20px !important;
    padding-left: 8px !important;
 }
 .stripe-form row {
    justify-content: space-between;
 }
 /*.example.example2 label {*/
 /*   position: relative !important;*/
 /*   bottom: 35px !important;*/
 /*   color: black !important;*/
 /*}*/

 .ah_Card_Field .focused ~ label, .ah_Card_Field .invalid ~ label, .ah_Card_Field .StripeElement--complete ~ label {
    top: -8px;
}

 .cardholder_field label {
    bottom: 0px !important;
 }
 .cardholder_field input {
    margin-top: -30px !important;
    background: white !important;
    padding-left: 10px !important;
 }
 .input_field {
    padding: 10px !important;
 }
 .product_image {
    background-size: 100% 100% !important;
 }
 .table_wrapper thead tr th {
    padding: 10px;
 }
 .for_icons {
     display:flex;
     justify-content:center;
     align-items:center;
     margin-top:20px;
 }
 .for_icons img {
     width: 100%;
     max-width: 25px;
 }
 .cost_item {
    min-width: 125px;
 }

/*-------stripe.css-----------*/
main.main-stript-wrap > .container-lg .example {
    padding: 0px;
}
main.main-stript-wrap > .container-lg{
    padding:0;
}
.main-stript-wrap .card_field{
    width: 100% !important;
}
@media (min-width:500px){
    .main-stript-wrap .card-payment-row{
        flex-wrap:unset;
        margin-left: -5px !Important;
        margin-right: -5px !Important;
    }
}
@media (max-width:500px){
    .main-stript-wrap .card_field {
        margin-bottom: 50px !important;
    }
    .card-payment-row .card_field:last-child{
        margin-bottom: 10px !important;
    }
}
@media (max-width:767px){
    .comments_inner_section .w-50 {
        width: 100% !important;
    }
}
/*----------------------------*/
.product-alert-icons {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--theme-red);
    margin: 0 5px;
}
.top-ended-banner-wrapper .time-cont{
    padding: 10px;
    font-size: 28px;
}
.top-ended-banner-wrapper .time-cont span {
    font-size: 22px;
}
.top-banner-wrap{
    max-width: 700px;
    margin: auto;
}
.modal_section {
    z-index: 99999;
}
.dialog_modal {
    margin-top: 8rem;
}
.modal_header, .modal_footer {
    border: none;
}
.action_btn {
    border: none;
    background: transparent;
}
.modal_footer {
    justify-content: center;
}

.for_rating {
    display: flex;
    justify-content: center;
}
.for_message {
    width: 100%;
    margin: auto;
}
.for_message textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
}
.for_button {
    text-align: center;
    margin-top: 10px;

}
.for_button button {
    padding: 0.6rem 1.8rem;
    color: #fff;
    border: none;
    background-color: var(--theme-red);
}


.rating-stars ul {
  list-style-type:none;
  padding:0;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
}
.rating-stars ul > li.star > i.fa {
  font-size:1.5em;
  color:#ccc;
}
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}



.rating_section {
    display: flex;
    justify-content: space-between;
}
.customer_name {
    font-weight: 600;
    color: var(--theme-red);
}
.review_heading {
    font-weight: 600;
    margin-bottom: 20px;
}
.customer_reviews {
    border-bottom: 1px solid var(--theme-red);
    margin-bottom: 20px;
}
.customer_reviews:last-child {
    border-bottom: none;
}
.reviews_text {
    font-size: 1.2rem;
}



.select2-container {
    width:100% !important;
}
.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 10px) !important;
    padding-top:10px;
    padding-bottom: 10px;
}
.select2-selection {
    border:none !important;
}
.select2-selection__arrow {
    top:9px !important;
}





/*------------skip tool page style--------------*/

.tolol-img-wrap img {
    width: 100%;
  }
  .tolol-img-wrap {
    padding: 30px;
    border: 1px solid #a5a5a5;
    border-radius: 8px;
  }

  .form-control.contact-textarea{
      min-height: 200px;
  }
  @media (max-width:500px){
    .tolol-img-wrap{
        padding: 10px;
    }
  }
  /*---------------------------------------------*/
  .Zebra_DatePicker{
    background: var(--theme-red) !important;
  }
  .Zebra_DatePicker .dp_body .dp_hover {
    color: #fff;
    background: var(--theme-red) !Important;
}
.Zebra_DatePicker td, .Zebra_DatePicker th{
    padding: 8px !Important;
    font-size: 16px;
}
.Zebra_DatePicker .dp_actions .dp_hover {
    background-color: #ffffff !important;
    color: var(--theme-red);
}
.Zebra_DatePicker .dp_body td{
    background: #ffffff !important;
}
.Zebra_DatePicker .dp_body td, .Zebra_DatePicker .dp_body th {
    border: 1px solid var(--theme-red) !important;
}
.Zebra_DatePicker .dp_icon.dp_hover{
    background-color: transparent !Important;
}
.Zebra_DatePicker .dp_timepicker .dp_disabled{
    border: none !important;
}
.Zebra_DatePicker .dp_body .dp_hover.dp_time_control {
    background-color: #dedede !important;
    color: #666 !important;
}
.Zebra_DatePicker .dp_body .dp_selected{
    background-color: var(--theme-red) !important;
}
.Zebra_DatePicker .dp_icon.dp_view_toggler {
    background-position: center -86px !important;
}
.Zebra_DatePicker .dp_icon.dp_view_toggler.dp_calendar {
    background-position: center -54px !important;
}
.Zebra_DatePicker .dp_icon.dp_confirm {
    background-position: center -118px !important;
}


.billing-active-control label{
    margin-bottom:0px;
}
.billing-active-control input{
    vertical-align: middle;
    margin-top: -3px;
}


.product-quntity-wrap .add-cart img {
    max-width: 24px;
    margin-right: 8px;
}
.cart-ico{
    width: 17px;
    margin-right: 4px;
    vertical-align: text-bottom;
}


.quantity .quantity__plus span {
    font-size: 35px;
    position: relative;
    top: -10px;
    right: 5px;
}
.quantity .quantity__minus span{
    font-size: 35px;
    position: relative;
    top: -13px;
    left: 5px;
}

.category-left-filter {
    display: none;
}
.category-left-filter.active {
    display: block;
}

.elastic-suggest-search-wrap {
    max-height: 400px;
    overflow: auto;
    position: absolute;
    border: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-radius: 5px;
    margin-top: -8px;
    box-shadow: 0px 7px 7px #88888863;
    display: none;
}
.elastic-suggestion-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.elastic-suggestion-list li a {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #a5a5a5;
    text-decoration: none;
}
.elastic-suggestion-list li:last-child a {
    border-bottom: none;


}
/*-------------404 page -------------------*/


.page-404-link a {
    text-align: center;
    display: block;
    background-color: var(--theme-red);
    padding: 7px;
    font-size: 22px;
    color: white;
    font-weight: bold;
}
.right-404-content {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.--404-heading {
    font-size: 13rem;
    font-weight: bold;
    margin-bottom: 0;
}
.right-404-content h5 {
    font-size: 28px;
}
.page-404-link {
    margin: 30px auto 20px;
    max-width: 490px;
}
.page-404-link p {
    margin: 13px 0;
}
.left-404-image {
    display: inline-block;
    max-width: 285px;
    margin-left: -75px;
}
.left-404-image img {
    width: 100%;
    margin-left: 75px;
    margin-top: 70px;
}
.page-404-wrapper {
    text-align: center;
}
.right-404-content > p {
    font-size: 13px;
}
/*--------------------------------*/


.only-mobile-product {
    display: none;



}





.pakages-wrap {
    text-align: left;
    max-width: 400px;
    margin: auto;
}
.pakages-wrap > li {
    overflow: hidden;
}
.pakages-wrap > li label {
    margin-left: 23px;
    float: left;
    margin-top: -5px;
}



.link__button {
    margin-left:25px;
    margin-bottom: 10px
}
.invitation_title {
    margin-left:25px;
    margin-top:10px;
    margin-bottom:10px;
}
.invitation_input {
    width: 65%;
    margin-left: 10px;
    padding-top:5px;
    padding-bottom:5px;
    margin-right:5px;
}
.field_section {
    display:flex;
    padding-bottom:10px
}
.delivery-btn-wrap .btn {
    min-width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: capitalize;
}


.color-varient-box {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 2px;
    position: relative;
}
.color-varient-wrap {
    margin-top: 20px;
}
.color-varient-box.active:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border: 1px solid black;
}
.color-varient .form-control {
    background-color: #e8e8e8;
    height: calc(1.5em + 0.75rem + 0px);
    font-size: 16px;
    min-width: 122px;
    margin-left: -5px;
}
.color-varient .form-group {
    margin-bottom: 5px;
}
.trending-section-wrap.home-page-section {
    margin-bottom: 50px;
}
.trustpilot-image-wrap {
    margin-bottom: 70px;
    background-color: #161631;
    padding: 5px;
}
.coupon-product-img img{
    width: 100%;
    max-width: 65px;
}
#cart-model-body .cart-row {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    padding-bottom: 8px;
}
.coupon-product-img {
    background-color: #f4f4f4;
    padding: 5px;
    text-align: center;
}
.filter-selections-wrap .dropdown-toggle i {
    position: absolute;
    left: 0;
}
.filter-selections-wrap .dropdown-toggle {
    padding-left: 20px;
    font-weight: 600;
}
.job-application-wrapper textarea{
    min-height: 200px;
}
.job-application-wrapper .form-control{
font-size: 15px;
}
.skip-img{
    max-width:95%;
}
.skip-logo{
    max-width:80%;
}
.skip-img{
    margin-right: 0;
    margin-left: auto;
}
ul.skip-bag-list {
    padding-left: 20px;
    list-style-type: auto;
    margin-top: 20px;
}
ul.skip-bag-list li{
    margin-bottom:10px;
}


/*-------------Skip tool------------------*/
/*-------------Skip tool------------------*/
.skip-row-wrap{
    margin-top:25px;
}
.card.skip-bags- {
    background-color: white;
    /* padding-top: 30px; */
    border:2px solid white;
}
.skip-bag-img {
    padding: 15px;
}
.card.skip-bags-.skip-selected{
    border:2px solid var(--theme-red);
}
.card.skip-bags- .card-footer {
    background-color: white;
    border: none;
    padding-top: 0;
}
.card.skip-bags- .card-body {
    padding: 0;
}
.skip-selected .skip-bag-img .d-none{
    display:block !important;
}
.skip-selected .skip-bag-img .default-skip-img{
    display:none !important;
}
.skip-checkbox {padding: 10px 10px;}
.skipContent h3 {
    font-size: 18px;
    font-weight: bold;
    color: var(--theme-red);
}
.skipContent h4 {
    font-size: 15px;
}
.skipContent h3 span {
    color: #8c8c8c;
    font-weight: normal;
    font-size: 15px;
}
.radio-custom {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
}
.radio-custom-label {
    position: relative;
}
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: white;
    font-weight: 900;
    font-size: 11px;
    background-color: var(--theme-red);
}
.radio-custom:focus + .radio-custom-label {
    outline: none; /* focus style */
}
.skip--wrap{
    margin-bottom:20px;
}
.skip-row-wrap > div {
    padding-left: 8px;
    padding-right: 8px;
}
.skip-row-wrap {
    margin-right: -8px;
    margin-left: -8px;
}
.card.skip-bags-:hover {
    border: 2px solid var(--theme-red);
}
.alert-custom-dark{
    background-color:#8c8c8c;
    color:white;
}



.catgory-list-wrap::-webkit-scrollbar, .sub-menu-catgory-list-wrap::-webkit-scrollbar, .grand-sub-menu-catgory-list-wrap::-webkit-scrollbar{
  width: 5px;
}
.catgory-list-wrap::-webkit-scrollbar-track, .sub-menu-catgory-list-wrap::-webkit-scrollbar-track, .grand-sub-menu-catgory-list-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.catgory-list-wrap::-webkit-scrollbar-thumb, .sub-menu-catgory-list-wrap::-webkit-scrollbar-thumb, .grand-sub-menu-catgory-list-wrap::-webkit-scrollbar-thumb {
  background: #888;
}
.catgory-list-wrap::-webkit-scrollbar-thumb:hover, .sub-menu-catgory-list-wrap::-webkit-scrollbar-thumb:hover, .grand-sub-menu-catgory-list-wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-width:500px){
  .buy-free-offer-txt span{
    padding: 7px 10px !important;
    font-size: 12px;
}
}
@media (max-width:500px){
    .elastic-suggestion-list {
    max-height: calc(100vh - 330px);
    overflow: auto;
}
}

.price-code-wrap {
    font-size: 13px;
    color: grey;
    margin: 7px 0;
}
.sub-menu-catgory-list-wrap {
    position: absolute;
    left: 250px;
    top: 28px;
    width: 250px;
    height: calc(100vh - 200px);
    overflow: auto;
    border-radius: 0;
}

.ah-primary-red-border {
    border-color: #dd202a;
    color: #dd202a;
}

#innerCatMobileMenu, ul#innerGrandCatMobileMenu {
    display: none;
}


.productCheckoutQty .qty {
    display: inline-flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    margin-bottom: 0;
    /*padding: 10px 15px;*/
}
.productCheckoutQty label {margin-bottom: 0;margin-right: 10px;}
.productCheckoutQty input {
    width: 60px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    border: 1px solid #dd202a;
}
.productCheckoutQty button {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 22px;
    background-color: #dd202a;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkoutProductImgWrap {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
}
.checkoutProductImg {
    width: 150px;
    margin-right: 20px;
}
.checkoutProductImg img {
    width: 100%;
}
.checkoutSummaryheading {
    font-weight: bold;
    margin-bottom: 8px;
}
.checkoutProductPrice {
    font-size: 14px;
}
.mobile-checkout-item {
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
}
.productCheckoutQty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.mobile-checkout-item:last-child {margin-bottom: 0;}
.prduct-avail-btn-wrap {
    padding: 0px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prduct-avail-btn-wrap {
    padding: 0px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prduct-avail-btn-wrap .btn {
    width: 100%;
    margin: 5px;
    min-width: auto;
    outline: none !important;
    box-shadow: none !important;
}
.avail-text {
    padding: 0 15px;
    font-size: 17px;
    font-weight: bold;
}
.delivery-btn-wrap .btn {
    cursor: default !important;
}

ul#grandsubCatListHeader {
    position: absolute;
    left: 500px;
    top: 28px;
    width: 250px;
    height: calc(100vh - 200px);
    overflow: auto;
    border-radius: 0;
}
.sub-menu-catgory-list-wrap li a {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0.75rem 1.25rem;
}
.sub-menu-catgory-list-wrap li {
    padding: 0;
}



.energyLabelWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
}
.energyLabelWrap img {
    width: 100%;
}

.detailEnergyLabel {
    width: 70px;
    margin-right: 20px;
}
.detailEnergyLabel img {
    width: 100%;
}
.rightFilterCount {
    background-color: #dd202a;
    padding: 1px 10px;
    color: white;
    font-size: 18px;
    border-radius: 3px;
}
.FromTxt {
    font-size: 20px;
    font-weight: bold;
}
.aDayTxt {
    font-size: 1.4rem !important;
    letter-spacing: unset !important;
    font-weight: bold;
}
.vatPriceTb th, .vatPriceTb td {
    border: 1px solid white;
}
.vatPriceTb th {
    text-align: right;
    background-color: #dd202a;
    padding: 6px 25px 6px 10px;
    font-size: 15px;
    color: white;
}
.vatPriceTb td {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 25px 6px 10px;
}
.vatPriceTb th:first-child, .vatPriceTb td:first-child {
    text-align: left;
    padding: 6px 10px 6px 25px;
}
.FormBtnWrap .btn {
    font-size: 22px;
    font-weight: bold;
}
.ahEnquiryFormWrap {
    background-color: #fff2f3;
    padding: 25px;
    border-radius: 10px;
}
.ahEnquiryFormWrap h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ahEnquiryFormWrap label, .ahEnquiryFormWrap input {
    font-size: 14px;
}
.enquieryDateWrap .Zebra_DatePicker {
    background: white !important;
}


@media (max-width: 991px){
    .ahFiltersWraps, .ahDesktopFilter{
        display: none;
    }
    .ahMobileFilter{
        display: block !Important;
        margin-bottom: 5px;
    }
    .mobileMenu{
        display:block !Important;
    }
    .mobileMenu {
        position: fixed;
        top: 0;
        left: -350px;
        z-index: 99999999;
        background-color: white;
        bottom: 0;
        width: 300px;
        box-shadow: 0px 6px 12px #8b8b8b;
        transition: .5s ease-in-out;
    }
    .mobileMenu.openMenu {
        left: 0;
    }
    .filter-selections-wrap .mobileMenu .dropdown-toggle{
        font-weight: bold;
    }
    .mobileMenu .filters-btn {
        padding: 0 20px;
    }
    .mobileMenu .filter-main {
        margin: 0 20px;
    }
    .mobileMenu .mobileFilterHeading {
        font-size: 25px;
        font-weight: bold;
        margin: 15px 17px 0;
    }
    .mobileCloseIco {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 20px;
    }
    .ahdesktopFilterBtn{
        display:none !important;
    }
    .ahSortForm {
        flex-flow: unset;
        grid-gap: 10px;
    }
    .ahSortForm .category-type {
        padding: 9px 13px;
    }
    .ahSortForm .select-category {
        margin-bottom:  0 !important;
    }
}
@media (max-width:767px){
    ul#subCatListHeader{
        display: none !important;
    }

    #innerCatMobileMenu {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        top: unset;
    }
    ul#innerGrandCatMobileMenu {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        top: unset;
    }
    #innerCatMobileMenu a {
        padding: 0;
        font-size: 16px;
    }
    #innerCatMobileMenu > .list-group-item > a {
        padding: 5px 0px 5px 35px;
        background-color: #f2f6f5;
    }
    #innerCatMobileMenu > .list-group-item > a > i {
        min-width: 23px;
        min-height: 23px;
        font-size: 14px;
    }
    ul#innerGrandCatMobileMenu .list-group-item a {
        padding: 4px 0px 4px 45px;
        font-size: 15px;
    }
    .catgory-list-wrap > li:hover {
        background-color: white;
    }
    .catgory-list-wrap li a i {
        transition: .5s 0s ease-in-out;
        min-width: 40px;
        min-height: 40px;
        background-color: #dd202a;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        margin-left: 10px;
        position: absolute;
        left: auto;
        right: 5px;
    }
    .catgory-list-wrap > li > a {
        padding-right: 45px;
    }
    .openHeaderMenuIcon:before {
        transform: rotate(90deg);
    }
    #innerCatMobileMenu.openHeaderMenu, ul#innerGrandCatMobileMenu.openHeaderMenu {
        display: block !important;
    }
    .desktopCheckoutLayout{
        display: none !important;
    }
    .mobile-checkout-product-wrapper{
        display: block !important;
    }
}
@media (max-width: 400px){
    .productCheckoutQty .qty{
        justify-content: center;
        margin-right:10px;
    }
    .productCheckoutQty label{
        flex: 1 0 100%;
        text-align: center;
        margin: 0;
    }

}
@media (max-width: 300px){
    .subtotalSectionWrap span {
        display: block;
        text-align: center;
    }
}
