/*new product page creation */
.shop {
    margin-top: 0px !important;
}

.shop .quantity {
    width: 150px !important;
    position: absolute;
    float: none;
    height: auto;
    width: auto;
    bottom: -13px;
   /* top: 5px;*/
    right: 0;
    left: 0;
    margin: 0px auto;
    /*display: none;*/
}

.products-listing .round {
    margin: 0px auto;
}

/*.shop .quantity .minus {
  background-color: #38baf1;
  color: #FFFFFF;
  border-radius: 50%;
}*/
.shop .quantity .qty.product-count {
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 10%;
    width: 80px;
    border-color: #FE0707;
    height: 30px;
    text-align: -webkit-center;
    float: none;
    padding: 0;
    outline: none;
}

.shop .quantity .minus.product-minus {
    background-color: #FE0707;
    color: #FFFFFF;
    border-radius: 10%;
    width: 30px;
    border-color: #38baf1;
    border: none;
    height: 30px;
    text-align: -webkit-center;
    line-height: 0;
    font-weight: 400;
    font-size: 30px;
    padding: 0 0 6px;
}

.shop .quantity .plus.product-plus {
    background-color: #FE0707;
    color: #FFFFFF;
    border-radius: 10%;
    width: 30px;
    border-color: #38baf1;
    border: none;
    height: 30px;
    text-align: -webkit-center;
    line-height: 0;
    font-weight: 400;
    font-size: 30px;
}

.category-nav {
    width: auto;
    height: auto;
    overflow: hidden;
}

.sub_title.sub_title-1 {
    height: auto;
}

.category-nav .category-items {
    width: auto;
    height: auto;
    padding: 0;
}

.category-nav .category-item {
    display: -webkit-box !important;
    cursor: pointer;
    height: 30px;
    margin: 0;
    padding: 10px 20px 0 10px;
    position: relative;
    text-align: center;
}

.category-nav .category-item .category-label {
    font-size: 15px;
    color: #767e8c;
    font-weight: 600;
}

.category-nav .category-item .category-label:hover {
    color: #FE0707;
}

.cart-section {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 300px;
    z-index: 999;
    border-left: 1px solid #c0c0c0;
    background-color: rgba(255, 255, 255, 1);
    /* background-color: rgba(248, 248, 245, 1);*/
}

.cart-section .header {
    border-bottom: 1px solid #f0f0f0;
    color: #413746;
    height: 87px;
    text-align: center;
    width: 300px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #EDEDED;
}

.cart-section .cart-scroller {
    overflow-x: hidden;
}

table.product-items {
    table-layout: fixed;
}

table.product-items tr.product {
    background-color: white;
    color: #413746;
    height: 57px;
    transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

table.product-items td, table.product-items th {
    border-bottom: 1px solid #e9e9e9;
    font-size: 12px;
}

.cart-section table.product-items td.product-quantity,
.cart-section table.product-items th.product-quantity {
    width: 40px;
}

.cart-section table.product-items td {
    vertical-align: middle;
    border-bottom: 1px solid #e9e9e9;
    padding: 0;
}

.cart-section table.product-items td.product-image,
.cart-section table.product-items th.product-image {
    width: 40px;
}

.cart-section table.product-items td.product-price,
.cart-section table.product-items th.product-price {
    width: 65px;
}

.cart-section table.product-items td.product-meta,
.cart-section table.product-items th.product-meta {
    width: 35px;
}

table.product-items tr.product .product-quantity {
    position: relative;
}

table.product-items tr.product .product-quantity div {
    height: 57px;
    line-height: 57px;
    position: relative;
    text-align: center;
}

table.product-items tr.product .product-quantity input {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 18px;
    line-height: 16px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 24px;
}

table.product-items tr.product .product-quantity .quantity-up {
    top: 4px;
}

table.product-items tr.product .product-quantity .quantity-down {
    bottom: 2px;
}

table.product-items tr.product .product-quantity .quantity-up,
table.product-items tr.product .product-quantity .quantity-down {
    color: #c0c0c0;
    display: block;
    font-size: 9px;
    height: 18px;
    left: 0;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
}

table.product-items .image-placeholder {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 35px;
    width: 35px;
    background-size: contain;
}

table.product-items tr.product .product-infom {
    padding-left: 5px;
    vertical-align: middle;
}

table.product-items td.product-infom,
table.product-items th.product-infom {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.product-items tr.product .product-infom a {
    color: #413746;
    font-size: 12px;
    font-weight: 500;
}

table.product-items tr.product .product-infom .name-extra {
    font-weight: 400;
}

table.product-items tr.product .product-price {
    font-weight: 400;
    text-align: center;
}

.cart-section .cart-summary {
   
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.cart-section .cart-summary .cart-price {
    background-color: white;
    /*height: 140px;*/
}

.cart-section .cart-summary .cart-buttons {
    background-color: white;
    height: 70px;
    position: relative;
}

.cart-section .cart-summary .cart-price .title {
    font-size: 18px;
    left: 25px;
    /*position: absolute;*/
    /*  top: 25px;*/
}

.cart-section .cart-summary .cart-buttons .checkout {
    height: 50px;
    left: 15px;
    line-height: 25px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.cart-section .cart-summary .cart-buttons .btn-cart {
    background: #FE0707;
    color: #fff;
    font-weight: 600;
    padding: 13px;
    transition: 0.5s;
}

.cart-section .cart-summary .cart-buttons .btn-cart:hover {
    background: transparent;
    border: 1px solid #FE0707;
    color: #FE0707;
    font-weight: 600;
    padding: 13px;
}

.cart-section .cart-summary .cart-price .title {
    font-size: 18px;
    /*left: 15px;*/
    /*position: absolute;*/
    /*top: 22px;*/
    font-weight: 600;
}

.cart-section .cart-summary .cart-price .price {
    font-size: 18px;
    font-weight: 400;
    /*left: 110px;*/
    /*position: absolute;*/
    /*top: 22px;*/
    font-weight: 600;
}

.cart-section .cart-summary .cart-price .delivery {
    color: #777;
    font-size: 10px;
    /*left: 123px;*/
    /*position: absolute;*/
    /*top: 88px;*/
    /*font-weight: 600;*/
}

.cart-section .cart-summary .cart-price .product-postnummer {
    color: #000;
    font-size: 13px;
    /*left: 15px;*/
    /*position: absolute;*/
    /*top: 5px;*/
    font-weight: 600;
}

.cart-section .cart-summary .cart-price .postnummer {
    color: #000;
    font-size: 13px;
    /*left: 110px;*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*font-weight: 600;*/
}

.cart-section .cart-summary .cart-price .postnummer-endre {
    color: #17b1e5;
    /*font-size: 7px; */
    font-size: 13px;
    right: 10px;
    position: absolute;
    /*top: 9px;*/
    top: 4px;
    /*font-weight: 600;*/
}

.cart-section .cart-summary .cart-price .postnummer-endre a{
    color: #FE0707;
}

.cart-section .cart-summary .cart-price .product-henting {
    color: #000;
    font-size: 13px;
    /*left: 15px;*/
    /*position: absolute;*/
    /*top: 25px;*/
    font-weight: 600;
}

.cart-section .cart-summary .cart-price .henting {
    color: #000;
    font-size: 13px;
    /*left: 110px;*/
    /*position: absolute;*/
    /*top: 25px;*/
    /*font-weight: 600;*/
}

.cart-section .cart-summary .cart-price .henting-endre {
    color: #17b1e5;
    /*font-size: 7px;*/
    font-size: 13px;
    /*left: 263px;*/
    /*left: 270px;*/
    /*position: absolute;*/
    /*top: 29px;*/
    top: 25px;
    /*font-weight: bold;*/
    /*font-weight: 600;*/
}

.cart-section .cart-summary .cart-price .product-levering {
    color: #000;
    font-size: 13px;
    /*left: 15px;*/
    /*position: absolute;*/
    /*top: 45px;*/
    font-weight: 600;
}

.cart-section .cart-summary .cart-price .levering {
    color: #000;
    font-size: 13px;
    /*left: 110px;*/
    /*position: absolute;*/
    /*top: 45px;*/
    /*font-weight: 600;*/
}

.cart-section .cart-summary .cart-price .levering-endre {
    color: #17b1e5;
    /*font-size: 7px;*/
    font-size: 12px;
    /*left: 263px; */
    /*left: 270px;*/
    /*position: absolute;*/
    /*top: 49px;*/
    top: 47px;
    /*font-weight: bold;*/
    /*font-weight: 600;*/
}

.cart-section .cart-summary .cart-price .product-frankt {
    color: #777;
    font-size: 13px;
    left: 15px;
    /*position: absolute;*/
    /*top: 65px;*/
    /*font-weight: 600;*/
}

.cart-section .cart-summary .cart-price .frankt {
    color: #777;
    font-size: 13px;
    /*left: 110px;*/
    /*position: absolute;*/
    /*top: 65px;*/
    /*font-weight: 600;*/
}

@media (max-width: 1208px) {
    .cart-section {
        /*display: none;*/
    }

    body.cart-open .main.product-container .container {
        padding-right: 15px;
    }

    body.cart-open .container {
        padding-right: 0px;
    }

}

@media (max-width: 375px) {
    #header .header-logo {
        width: 230px !important;
    }

    #header .header-logo img {
        width: 70%;
    }
}

@media (max-width: 992px) {
    #header .header-btn-collapse-nav {
        margin: 12px 2px 8px 15px;
    }
}

@media (max-width: 1024px) {
    .sub_title.sub_title-1 {
        height: auto !important;
    }

    .category-nav {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .form-inline .form-control {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .category-nav .category-item {
        float: left;
    }
}

/*new product page creation */

/*Loading thing */
.sk-double-bounce {
    width: 40px;
    height: 40px;
    /*  position: relative;
      margin: 40px auto;*/
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    left: 0px;
    /*bottom: 0px;*/
    display: none;
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #0099e6;
    /*opacity: 0.6;*/
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.product-search-section {
    text-align: left;
    margin-left: 10px;
}

.cart-price h3 {
    bottom: 58px;
    margin: 0;
    z-index: 1;
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    /*left: 15px;*/
    /*position: absolute;*/
    color: #777777;
    padding: 0 15px;
}

.cleaning-type-trigger {
    color: #0099e6;
    font-size: 12px;
    margin-left: 10px;
}

.shop .summary .price ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
}