/*
Theme Name:Hi Online
Theme URI: #
Author: Scorpio Technologies
Author URI: #
Description: Scorpio Technologies wp theme
Version: 1.0
*/

body{
    overflow-x:hidden;
}
.contact__info--social__icon{
  width: 2.5rem;
    height: 2.5rem;
}
img{
  max-width: 100%;
  height: auto;
}
.sticky li.header__account--items.header__account2--items span.header__account--btn__text {
    display: none;
}
.bg__secondary, .product__items--action__btn:hover, .items__count, .primary__btn, .swiper__nav--btn, .newsletter__subscribe--button, .banner__bideo--play__icon {
    background: #0095cb;
}
.contact__info--social__icon{
  color: #0095cb;
}
.items__count {
    background: #0095cb;
}
a:hover, .header__account--btn:hover, .new__product--items:hover .new__product--content__title a, .newsletter__subscribe--button:hover, .contact__info--content__desc a:hover, .banner__items--thumbnail:hover .banner__items--content__link, .banner__items--content__arrow--icon {
    color: #0095cb;
}
.banner__items--content__arrow--icon{
	color:#606060;
}
.shipping__style3--icon {
    color: #0095cb;
}
.product__items--action__btn:hover{
  border-color: #0095cb;
}
.section__heading--maintitle::before{
  background: url(http://demo.scorpiotechnologies.net/hionline/wp-content/uploads/2022/07/heading-shape-blue.png);
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li .minicart__thumb img {
    float: none;
    margin-left: inherit;
    width: auto;
    height: auto;
    box-shadow: none;
}
.woocommerce .minicart__text--footer.d-flex.align-items-center a.remove {
    text-align: center;
    line-height: 1;
    color: inherit !important;
    border: 0;
    padding: 0;
    background: 0 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
    opacity: .7;
}
a.button.wc-forward {
    font-size: 1.4rem;
    font-weight: var(--body-line-height);
    line-height: 3.5rem;
    display: inline-block;
    height: 3.5rem;
    padding: 0 2.3rem;
    letter-spacing: .2px;
    border-radius: 0.3rem;
    background: #0095cb;
    color: #ffffff;
    border: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 4.5rem;
    height: 4.5rem;
    margin-right: 14px;
}
a.button.checkout.wc-forward{
  margin-right: 0;
}
h2.trail-browse {
    display: none;
}
ul.trail-items.bread-crumb, nav.woocommerce-breadcrumb {
    display: flex!important;
    justify-content: center!important;
    margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a{
  color:#ffffff;
}
li.trail-item {
    position: relative;
    margin-right: 20px;
    padding-right: 22px;
    font-size: 16px;
    line-height: 24px;
    color:#ffffff;
}
li.trail-item:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 20px;
    background: #0095cb;
    right: 0;
    top: 4px;
    border-radius: 5px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
li.trail-item.trail-end {
    margin-right: 0;
    padding-right: 0;
}
li.trail-item.trail-end:before {
    content: "";
    background: transparent;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
span.woocommerce-input-wrapper input {
    width: 100%;
    border: 1px solid #e4e4e4;
    height: 4.5rem;
    padding: 0 1.5rem;
}
span.woocommerce-input-wrapper .selection {
    width: 100%;
}
.predictive__search--box__inner {
    max-width: 698px;
    margin: 0 auto;
}
.new__product--thumbnail {
    box-shadow: 1px 0 72px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
}
.new__product--items {
    text-align: center;
}