.dust-scratches-bg { background: url(/assets/img/dust-scratches.webp); }

/* Split pages (category style) */
.split-hero {  }
.split-hero-body {  }
.split-hero-image {  }
.split-hero-image img { width: 100%; max-width: 100%; height: auto; border-radius: 0.80rem; }
.split-hero-content { font-size: 2.0rem; color: #fff; display: block; width: 100%; }
.split-hero-button { display: block; width: 100%; padding-top: 40px; }
.split-hero-button .btn { padding: 1.375rem 1.75rem; font-size: 2rem; }


/* team page styles */
.team-listing { min-height: 400px; padding: 15px; border: 3px solid #346192; border-radius: 12px; background: #fff; }
.team-listing .team-name { font-size: 2.0rem; font-weight: 600; padding-top: 20px; }
.team-listing .team-title { font-size: 1.5rem; }
.team-listing .team-image {  }
.team-listing .team-bio { font-size: 1.5rem; padding-top:10px; }
.team-listing.team-short { min-height: unset; }

/* Pagination */
.pagination { display: inline-block; padding-left: 0; margin: 40px 0; border-radius: 4px; margin-bottom: 80px; }
.pagination > li { display: inline; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 8px 16px; margin-left: 4px; font-size: 14px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); border-radius: 8px; }
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { z-index: 3; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7; }
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { color: #000; cursor: not-allowed; background-color: #c9e6f4; border-color: #ddd; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; }


/* Shopping cart styles */
.cart_product .cart_item .cart_item_image { background-color: unset; }
.cart_item_image img { width: 65px !important; height: auto !important; }
.head-cart-content .btn .badge { position: relative; top: -1px; left: 10px; }
.cart_product {
    border-radius: 2px;
    border: 1px solid #dee2e6;
}
.cart_product .cart_product_heading {
    padding: 10px 20px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dee2e6;
}
.cart_product .cart_product_heading h4 {
    color: #343a40;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.5rem;
    margin: 0;
}
.cart_product .cart_product_heading h4 span {
    color: rgba(52, 58, 64, 0.5);
    font-weight: 400;
    font-size: 15px;
    margin-left: 5px;
    text-transform: none;
}
.cart_product .cart_item {
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
}
.cart_product .cart_item .cart_item_image {
    width: 75px;
    height: 75px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 0.2rem;
    background-color: #edf1fc;
    text-align: center;
}
.cart_product .cart_item .cart_item_image img {
    width: 65px;
    height: auto;
}
.cart_product .cart_item .c-item-body {
    width: 90%;
}
.cart_product .cart_item .cart_item_title {
    position: relative;
}
.cart_product .cart_item .cart_item_title h4 {
    color: #343a40;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1.35rem;
    margin-bottom: 0;
}
.cart_product .cart_item .cart_item_title .cart_item_size {
    position: absolute;
    right: 0;
    top: 0;
}
.cart_product .cart_item .cart_item_title .cart_item_size span {
    display: inline-block;
    color: #343a40;
    font-size: 12px;
}
.cart_product .cart_item .cart_item_title .cart_item_size .cart_item_color {
    margin-right: 50px;
}
.cart_product .cart_item .cart_item_title .cart_item_size .cart_item_color .cart_item_color_circle {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #282828;
    margin-left: 5px;
}
.cart_product .cart_item .cart_item_price .cart_product_remove {
    margin-top: 10px;
}
.cart_product .cart_item .cart_item_price .cart_product_remove a {
    color: inherit;
	font-size: 1.4rem;
}
.cart_product .cart_item .cart_item_price .cart_product_remove a i {
    color: #dc3545;
    font-size: 80%;
    margin-right: 5px;
}
.cart_product .cart_item .cart_item_price .product-price span {
    letter-spacing: 0;
    color: #343a40;
}
.cart_product .cart_item .cart_item_price .product-price span del {
    margin-left: 6px;
    opacity: 0.5;
    font-size: 70%;
}
.cart_product .cart_item .cart_item_price .product-price span .product-discountPercentage {
    color: #28a745;
    font-weight: bold;
    font-size: 70%;
    margin-left: 5px;
}
.cart_product .cart_buy_opction .button + .button {
    margin-top: 0px;
    margin-left: 18px;
}
.cart_buy_opction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
}
.cart-summary .cart-summary-wrap {
    margin-bottom: 20px;
    padding: 35px 20px;
    background-color: #edf1fc;
    color: #343a40 !important;
}
.cart-summary .cart-summary-wrap h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 30px;
    text-decoration: underline;
    text-transform: capitalize;
}
.cart-summary .cart-summary-wrap p {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: inherit;
}
.cart-summary .cart-summary-wrap p span {
    float: right;
}
.cart-summary .cart-summary-wrap h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    padding-top: 9px;
    border-top: 1px solid #343a40;
}
.cart-summary .cart-summary-wrap h2 span {
    float: right;
    font-size: 15px;
}
@media only screen and (max-width: 512px) {
    .cart_product .cart_item {
        display: block;
    }
    .cart_product .cart_item .cart_item_title h4 {
        margin-bottom: 0;
    }
    .cart_product .cart_item .cart_item_size {
        position: relative;
        margin-bottom: 1.1rem;
    }
    .cart_product .cart_item .cart_item_price .product-price span {
        letter-spacing: 0;
    }
    .cart_product .cart_buy_opction .button + .button {
        margin-top: 18px;
    }
    .cart_product .cart_item .cart_item_title .cart_item_size {
        position: relative;
        right: 0;
        top: 5px;
    }
    .cart_product .cart_item .cart_item_price .cart_product_remove {
        top: 8px;
        position: relative;
        left: 0;
    }
    .cart_product .cart_item .cart_item_price .cart_product_remove a {
        font-size: 14px;
    }
    .cart_buy_opction {
        display: block;
    }
}
.mini_cart_item {
    margin-bottom: 15px;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
}
.mini_cart_item .left-section {
    max-width: 30%;
    margin-right: 20px;
    height: 48px;
    width: 48px;
}
.mini_cart_item .left-section a {
    height: 48px;
    width: 48px;
    position: relative;
    overflow: hidden;
    background-color: #edf1fc;
    border-radius: 5px;
    display: block;
}
.mini_cart_item .left-section a > img {
    max-height: 80%;
    max-width: 80%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
}
.mini_cart_item .right-section {
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    line-height: 20px;
}
.mini_cart_item .right-section .item-desc {
    float: left;
    width: 25%;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}


/* Clean modal styles */
.clean_modal a.btn { letter-spacing: 0px !important; font-weight: bold; font-size: 14px; text-transform: capitalize; }
.clean_modal a.btn img { margin-right: 6px; }
.clean_modal .close { position: absolute; right: 0; top: -34px; font-size: 30px; color: #ffffff; opacity: 1; }
.clean_modal .modal-content { border-radius: 0; border: unset; }
.clean_modal .modal-content .modal-body { padding: 50px 40px; }
@media (min-width: 576px) {
    .clean_modal .modal-dialog { max-width: 400px; margin: 1.75rem auto; }
    .clean_modal .modal-dialog.modal-md { max-width: 500px; margin: 1.75rem auto; }
}
@media only screen and (max-width: 991px) {
    .clean_modal .modal-body { max-height: calc(100vh - 100px); overflow-y: auto; }
    .clean_modal .modal-content .modal-body { padding: 20px 26px; }
    .clean_modal .modal-content .modal-body .form-group { margin-bottom: 15px; }
}
@media (min-width: 576px) {
    .clean_modal.clean_modal-lg .modal-dialog { max-width: 500px; margin: 1.75rem auto; }
    .clean_modal.clean_modal-lg .modal-content .modal-body { padding-bottom: 25px; }
}
