@media screen and (min-width: 1024px) {
    .container.is-mystyle {
      max-width: 832px;
      width: 832px;
    }
}

@media screen and (min-width: 1216px) {
    .container.is-mystyle {
      max-width: 1024px;
      width: 1024px;
    }
}

@media screen and (min-width: 1023px) {
    .div.is-custom {
        margin-top: 8rem !important;
    }
    .div.is-custom.is-apps {
        margin-top: 4.75rem !important;
    }
}

.div.is-custom {
    margin-top: 3.25rem;
}

.div.is-custom.is-apps {
    margin-top: auto;
}

.is-loading.is-loader{
    font-size: 3rem;
    margin-top: 2rem;
    border: 0;
}

.is-primary-color{
    background: linear-gradient(to bottom,#990000 0,#c5290f 100%);
}
  
#menu-backdrop{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(10, 10, 10, 0.86);
    z-index: 2;
    display: none;
}

#menu-backdrop.is-active{
    display: block;
}

.hr-text {
    background-color: transparent;
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}

.hr-text.title{
    font-family: -webkit-body;
    font-size: 30px;
    font-style: italic;
}

.hr-text::before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

div.is-gap{
    margin-top: 1.5rem;
}

.width-100{
    width: 100%;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.is-discount del {
    color: rgba(255, 0, 0, 0.5);
    text-decoration: none;
    position: relative;
}

.is-discount del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(255, 0, 0, 0.8);
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}

.is-discount ins {
    color: green;
    text-decoration: none;
}


@media screen and (max-width: 599px) {
    .owl-next, .owl-prev {
        display: none !important;
    }
}
@media screen and (min-width: 600px) {
    .owl-next, .owl-prev {
        display: block !important;
    }
}

.owl-prev {
    width: 3.25rem;
    height: 3.25rem;
    position: absolute;
    top: 40%;
    margin-left: 0;
    border:0px solid black;
    background: rgba(204, 204, 204, 0.8) !important;
}

.owl-next {
    width: 3.25rem;
    height: 3.25rem;
    position: absolute;
    top: 40%;
    right: 0;
    border:0px solid black;
    background: rgba(204, 204, 204, 0.8) !important;
}
.owl-prev i, .owl-next i {transform : scale(2,3); color: #000000;}

.close-navbar {
  color: #fff;
  font-size: 25px;
  margin-top: -100px;
  margin-right: 5px;
  cursor: pointer;
}