/*
 * Business Hours
*/
.shapebg_image--1 {
    background-image: url(https://wpsind.com/wp-content/plugins/ht-business-hour-widget/assets/css/img/others/business-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.htbs-hours-business-horurs-1 .business-hrs-inner {
    padding: 70px 65px;
    margin-top: -15px;
}

.htbs-hours-business-horurs-1 .htbs-hours-single-hrs {
    margin-top: 15px;
}

.htbs-hours-business-horurs-1 .htbs-hours-single-hrs span.time {
    float: right;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
}

.htbs-hours-business-horurs-1 .htbs-hours-single-hrs span.day {
    color: #3b3b3b;
    font-weight: 800;
    font-size: 30px;
    font-family: 'Dosis', sans-serif;
}

.htbs-hours-business-horurs-1 .htbs-hours-single-hrs.closed-day span.time {
    color: #fa2d2d;
}

.htbs-hours-business-horurs-1 .htbs-hours-single-hrs.closed-day span.day {
    color: #fa2d2d;
}

/* Business Hours style two */
.htbs-hours-business-horurs-2 .business-hrs-inner .htbs-hours-single-hrs {
    padding: 16px 0;
    border-top: 1px solid #f4f4f4;
    position: relative;
}

.htbs-hours-business-horurs-2 .business-hrs-inner .htbs-hours-single-hrs:first-child {
    border-top: 1px solid transparent;
}

.htbs-hours-business-horurs-2 .business-hrs-inner .htbs-hours-single-hrs::before {
  border: 1px dashed #fff;
  content: "";
  height: 42px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 2px;
}

.htbs-hours-business-horurs-2 .business-hrs-inner .htbs-hours-single-hrs span.day {
    color: #fafafa;
    font-weight: 400;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    padding-left: 40px;
}

.htbs-hours-business-horurs-2 .business-hrs-inner .htbs-hours-single-hrs span.time {
    float: right;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    padding-right: 40px;
}

.htbs-hours-business-horurs-2 .business-hrs-inner .htbs-hours-single-hrs:nth-child(odd) {
    background: #ff6f5e;
}

.htbs-hours-business-horurs-2 .business-hrs-inner .htbs-hours-single-hrs:nth-child(even) {
    background: #fe5743;
}

/* Business Hours style three */
.htbs-hours-business-horurs-3 .business-hrs-inner {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.htbs-hours-business-horurs-3 .business-hrs-inner .htbs-hours-single-hrs {
    padding: 10px 22px;
    margin: 4px 0;
}

.htbs-hours-business-horurs-3 .business-hrs-inner .htbs-hours-single-hrs span {
    font-family: 'Lobster Two', cursive;
}

.htbs-hours-business-horurs-3 .business-hrs-inner .htbs-hours-single-hrs span.day {
    color: #565656;
    font-weight: 400;
    font-size: 20px;
}

.htbs-hours-business-horurs-3 .business-hrs-inner .htbs-hours-single-hrs span.time {
    float: right;
    font-weight: 400;
    color: #565656;
    font-size: 16px;
}

.htbs-hours-business-horurs-3 .business-hrs-inner .htbs-hours-single-hrs.closed-day {
    background: #0056ff;
}

.htbs-hours-business-horurs-3 .business-hrs-inner .htbs-hours-single-hrs.closed-day span.time {
    color: #ffffff;
}

.htbs-hours-business-horurs-3 .business-hrs-inner .htbs-hours-single-hrs.closed-day span.day {
    color: #ffffff;
}

/* Business Hours style Four */
.htbs-hours-business-horurs-4 .business-hrs-inner {
    padding: 30px 50px;
    background-image: url(https://wpsind.com/wp-content/plugins/ht-business-hour-widget/assets/img/bg/bg-image-40.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.htbs-hours-business-horurs-4 .business-hrs-inner .htbs-hours-single-hrs {
    padding: 17px 0;
    position: relative;
}

.htbs-hours-business-horurs-4 .business-hrs-inner .htbs-hours-single-hrs:last-child {
    border: none !important;
}

.htbs-hours-business-horurs-4 .business-hrs-inner .htbs-hours-single-hrs span {
    font-family: "Montserrat", sans-serif;
}

.htbs-hours-business-horurs-4 .business-hrs-inner .htbs-hours-single-hrs span.day {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.htbs-hours-business-horurs-4 .business-hrs-inner .htbs-hours-single-hrs span.time {
    float: right;
    font-weight: 300;
    color: #ffffff;
    font-size: 14px;
}

/* Business Hours style Five */
.htbs-hours-business-horurs-5 .business-hrs-inner {
    padding: 30px 50px;
    position: relative;
    z-index: 2;
}

.htbs-hours-business-horurs-5 .business-hrs-inner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    right: 0;
    background-image: linear-gradient(#d80d5f, #2f46dc);
    background-image: -webkit-gradient(#d80d5f, #2f46dc);
    background-image: -webkit-linear-gradient(#d80d5f, #2f46dc);
    background-image: -moz-linear-gradient(#d80d5f, #2f46dc);
    background-image: -ms-linear-gradient(#d80d5f, #2f46dc);
    background-image: -o-linear-gradient(#d80d5f, #2f46dc);
    z-index: -1;
}

.htbs-hours-business-horurs-5 .business-hrs-inner .htbs-hours-single-hrs {
    padding: 17px 0;
    position: relative;
}

.htbs-hours-business-horurs-5 .business-hrs-inner .htbs-hours-single-hrs::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 45%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border:1px dotted #ffffff;
}

.htbs-hours-business-horurs-5 .business-hrs-inner .htbs-hours-single-hrs span {
    font-family: "Montserrat", sans-serif;
}

.htbs-hours-business-horurs-5 .business-hrs-inner .htbs-hours-single-hrs span.day {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.htbs-hours-business-horurs-5 .business-hrs-inner .htbs-hours-single-hrs span.time {
    float: right;
    font-weight: 300;
    color: #ffffff;
    font-size: 14px;
}