html, body { height: 100%; }

@font-face {
    font-family: "American Typewriter";
    src: url(/domains/writeonweb.com/assets/fonts/American-Typewriter.ttf);
}

@font-face {
    font-family: "Metropolis";
    src: url(/domains/writeonweb.com/assets/fonts/Metropolis-Light.ttf);
}

@font-face {
    font-family: "Type Keys";
    src: url(/domains/writeonweb.com/assets/fonts/Type-Keys.ttf);
}

@font-face {
    font-family: "Type Keys Filled";
    src: url(/domains/writeonweb.com/assets/fonts/Type-Keys-Filled.ttf);
}

body {
    margin: 0;
    font-family: Metropolis,"Avenir Next","Helvetica Neue",Arial,sans-serif;
    color: black;
}

.or {
    margin-left: auto;
    margin-right: auto;
}

#my-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
}

#template-background-panel {
    border-radius: 25px;
    width: 90vw;
    height: fit-content;
    margin: 30px auto 10px auto;
    padding: 20px;
    object-fit: fill;
    position: page;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: white;
    opacity: 1.0;
}

.logo {
    vertical-align: middle;
    align-content: center;
    float: left;
}

.logo h1 {
    color: #b4b1ab;
    font-family: abel, serif;
    font-size: 26px;
    margin: 0 0 -4px 0;
    display: inline-block;
    vertical-align: bottom;
}

.logo img {
    margin-right: 2px;
}

.list-show-bullets {
    list-style: circle;
}

.list-show-bullets li {
    list-style: circle;
}

#my-content {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

/* Add some content at the bottom of the video/page */
.content-top {
    position: relative;
    top: 0;
    background: rgba(0, 0, 0, 0);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    margin: auto;
}

.content-top img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content-middle h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: normal;
    line-height: 2.4rem;
    margin-top: 2rem;
    margin-bottom: 0;
}

.content-middle h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 0px;
}

.content-middle p {
    text-align: center;
}

/* Add some content at the bottom of the video/page */
.content-bottom {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

.copyright {
    margin-bottom: 0;
    margin-top: 1rem;
    text-align: center;
    font-weight: 200;
    font-size: .85rem;
}

.main-container {
    background: transparent;
}

.productinfo p {
    font-family: Metropolis, roboto, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: black;
}

.productinfo h2 {
    color: #fe980f;
    font-family: Metropolis, roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.product-description {
    margin-top: 15px;
}

.panel-body ul li a {
    font-family: Metropolis, roboto, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Metropolis, Roboto, sans-serif;
}

.footer-bottom p {
    font-family: Metropolis, Roboto, sans-serif;
}

.item h1 {
    font-size: 38px;
    margin-top: 60px;
}

.item h2 {
    font-family: Metropolis, roboto, sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 10px;
}

.item h3 {
    font-family: Metropolis, roboto, sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.product-meta-details {
    text-align: left;
}

.product-price h2 {
    font-size: 14px;
    display: inline-block;
}

h2.product-current-price {
    font-weight: bolder;
}

.product-price .product-original-price {
    text-decoration: line-through;
    font-style: italic;
    color: gray;
    font-weight: normal;
}

.product-price .product-on-sale-now-tag {
    margin-left: 5px;
    margin-right: 0;
    font-weight: bolder;
    color: red;
}

.product-price .product-is-on-sale-current-price {
    font-weight: bolder;
    color: red;
}

.add-to-cart {
    margin-bottom: 0;
}

.choose li {
    margin-right: 8px;
}

div.product-is-on-sale {

}

.panel-title .category-selected {
    color: red;
    font-size: initial;
    font-weight: bolder;
}

.panel-title .category-selected img {
    position: relative;
    float: left;
}

.panel-title .category-selected span {
    display: block;
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

.panel-title .category-selected img {
    height: 30px;
    margin-top: 0;
    margin-left: 0;
}

li.category .category-selected a {
    color: red;
    font-size: initial;
    font-weight: bolder;
}

li.category .category-selected img {
    height: 30px;
    margin-top: -13px;
    margin-left: -30px;
}

li.category span.category-selected {
    display: inline-block;
    margin-top: 0;
}

.store-badge-logo-buy-now img {
    width: 25px;
    margin-right: 5px;
}

.store-badge-logo img {
    margin-top: -2px;
    width: 33px;
}

.search_box {
    position: relative;
    float:left;
    width: 100%;
}

.search_box .search-button {
    background: #fe980f;
    position: relative;
    float:left;
    width: 35px;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.search_box .search-category-button {
    background: #fe980f;
    position: relative;
    float:left;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.search_box .search-all-button {
    background: #fe980f;
    position: relative;
    float:left;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.login-form form button, .signup-form form button {
    background: #fe980f;
    border: medium;
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: roboto, sans-serif;
    padding: 6px 25px;
}

.panel-body ul li a {
    text-transform: unset;
}

.shop-menu ul li a {
    font-family: Metropolis, Roboto, sans-serif;
}

.mainmenu ul li a {
    font-family: Metropolis, Roboto, sans-serif;
}

.view-product img {
    height: unset;
    max-width: 100%;
}

.price-range-value {
    font-weight: bolder;
    color: #fe980f;
}

#priceRangeFilter {
    text-align: left;
    padding: 0 35px 0 35px;
}

#priceRangeFilter button {
    background: #fe980f;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.search_box .search-all-button.inactive {
    background: #cccccc;
    margin-right: auto;
    margin-left: auto;
    color: black;
    text-align: center;
    padding: 5px;
}

#priceRangeFilter .inactive {
    background: #cccccc;
    margin-right: auto;
    margin-left: auto;
    color: black;
    text-align: center;
    padding: 5px;
}

#priceRangeFilter label {
    display: block;
    position: relative;
    float: left;
    width: 45px;
    margin-bottom: 0;
    margin-top: 2px;
}

#priceRangeFilter div {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    clear: right;
}

#priceRangeFilter input.price-range-value {
    position: relative;
    float: left;
    clear: right;
    width: 100px;
}

#priceRangeFilter label {
    font-weight: normal;
}

.price-range .well {
    background-color: #fff;
    border: 1px solid #f7f7f0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    min-height: 20px;
    padding: 10px 35px 10px 35px;
}

.price-range .well {
    background-color: #fff;
    border: 1px solid #f7f7f0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    min-height: 20px;
    padding: 10px 35px 10px 35px;
}

.category .third-level-category-group {
    display: block;
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.category .fourth-level-categories {
    margin-bottom: 10px;
}

.carousel-indicators {
    position: relative;
    bottom: 10px;
    left: 50%;
    margin-left: -30%;
    display: block;
    width: 60%;
    padding-left: 0;
    text-align: center;
    margin-top: 25px;
    list-style: none;
}

.footer-bottom p {
    margin-left: 0;
}

.carousel .img-responsive {
    max-width: 60%;
}


#pageLoaderPanel {
    position: fixed;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.6);
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#pageLoaderPanel svg {
    display: inline-block;
    margin: auto;
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #9542f4;
    }
    25% {
        stroke: #e87d28;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #ffffff;
    }
    100% {
        stroke: #e87d28;
    }
}

@keyframes colors {
    0% {
        stroke: #9542f4;
    }
    25% {
        stroke: #e87d28;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #ffffff;
    }
    100% {
        stroke: #e87d28;
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@media only screen and (max-width: 768px) {
    /* Mobile */
    .category-product-card {
        height: 100%;
        display: flex;
        align-items: flex-end;
    }

    .mobile-navbar {
        padding: 0;
    }

    .header-bottom {
        padding-bottom: 0;
        padding-top: 0;
    }

    .desktop-ui {
        display: none;
    }

    .mobile-ui {
        display: block;
    }

    .item {
        padding-left: 0;
    }

    .navbar-nav>li.desktop-ui {
        display: none;
    }

    .navbar-nav>li>a.desktop-ui {
        display: none;
    }

    .price-range {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .price-range h2 {
        margin-bottom: 0;
    }

    .product-image-wrapper img.product-image {
        width: unset;
        max-height: 100px;
    }

    .product-image-container {
        position: relative;
        float:left;
        width: 200px;
    }

    .product-meta-details {
        margin-left: 10px;
        position: relative;
        float: left;
        width: 400px;
    }

    .search_box input {
        position: relative;
        float: left;
        width: 100%;
        background-image: unset;
        font-family: Metropolis, Roboto, serif;
        color: black;
        font-size: 14px;
        font-weight: bolder;
        padding-left: 0;
    }

    .search_box input.all-search-input {
        width: 100%;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar-nav {
        margin: 7.5px 0;
    }

    .product-information {
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 0;
        position: relative;
    }

    .product-description {
        margin-top: 15px;
        float: left;
    }

    .product-image {
        margin-bottom: 0;
    }

    .carousel h1 {
        margin-top: 20px;
    }

    .logo {
        text-align: center;
        width: min-content;
    }

}

@media only screen and (max-width: 480px) {
    .logo {
        text-align: center;
        width: min-content;
        white-space: nowrap;
    }

    .product-information {
        padding-left: 0;
        text-align: left;
    }
}

@media only screen and (min-width: 769px) {
    /* Desktop */
    .category-product-card {
        height: 400px;
        display: flex;
        align-items: flex-end;
    }

    .desktop-ui {
        display: block;
    }

    .mobile-ui {
        display: none;
    }

    .product-image-wrapper img.product-image {
        width: unset;
        max-height: 150px;
    }

    .search_box input {
        position: relative;
        float: left;
        width: 80%;
        background-image: unset;
        font-family: Metropolis, Roboto, serif;
        color: black;
        font-size: 14px;
        font-weight: bolder;
    }

    .search_box input.all-search-input {
        width: 90%;
    }

}
