.product-block {
    border: 2px solid #ccc!important;
}
select {
    padding: 10px !important;
    height: auto !important;
    border: 1px solid #e1e1e1 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%) !important;
    background-position: calc(100% - 14px) calc(1em + 6px), calc(100% - 10px) calc(1em + 6px) !important;
    background-size: 5px 5px, 5px 5px !important;
    background-repeat: no-repeat !important;
}
select:hover {
    cursor: pointer;
}
.btn {
    outline: none!important;
}
@media (min-width: 992px) {
    .product-view>.product-gutter {
        width: 33.33%!important;
        margin-bottom: 45px;
    }
}
.dv70 {
    width: 70%;
}
.product-gutter .product-inputs {
    display: none;
}
.cart-buttons .btn-cart, .cart-buttons .btn-enquiry {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
.product-block .product-details {
    margin: 0!important;
    align-self: flex-start!important;
    padding: 0 25px!important;
}
.product-block .product-details .price {
    margin-bottom: 12px;
}

.product-block .product-details {
    margin: 0!important;
    align-self: auto!important;
}
.product-details .cart-buttons {
    text-align: right;
}
.product-gutter .cart-buttons {
    margin: auto 0 auto auto;
}
.product-block .product-name {
    text-align: left;
    padding: 0px 25px 10px!important;
}
.product-block .product-name a {
    color: #000;
    font-size: calc(13px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
}
.category-name {
    padding-top: 2em!important;
    text-align: left;
    padding: 5px 25px;
    font-size: calc(10px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    color: #ABABAB;
    font-weight: 600;
}
.product-block .product-button>* {
    flex-direction: column;
}
.product-block .product-button {
    z-index: 5;
}
.product-block .product-details .price .price-old {
    text-decoration: line-through;
}
.product-block .product-details .price span {
    font-size: calc(13px + (20 - 15) * (100vw - 320px) / (1920 - 320))!important;
    font-weight: 700;
}
.product-block .product-details .price .price-new {
    color: #000;
}
.sticker, .special-sticker {
    left: 0;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 6px 18px!important;
    font-weight: 600;
    min-width: 80px;
    right: auto!important;
    z-index: 5!important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.product-block .overlay {
    align-items: center;
}
.product-block .overlay img {
    width: 35%!important;
    transform: none!important;
    margin-bottom: 6px;
    cursor: pointer;
}
.product-block .overlay p {
    cursor: pointer;
    color: #009231;
    font-weight: 600;
}
.product-product #product .form-group .form-control:not(.input-number),
 .product-product #product .form-group .input-group {
    width: 100%;
}
.product-block:hover .image-zoom .image-container img, 
.product-block:hover .image-zoom-hover .image-container img {
    opacity: .3;
}
.product-block:hover .image-zoom-hover .image-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
    cursor: pointer;
}
.list-group-item.item-header {
    font-size: calc(14px + (30 - 22) * (100vw - 320px) / (1920 - 320)) !important;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
#side-price .ui-slider-handle, #side-price .ui-slider-range {
    background: #12684F!important;
}
#side-price #slider-price {
    background: #000!important;
}
#side-price .ui-slider-horizontal {
    height: 3px!important;
}
#side-price .ui-slider-handle {
    width: 15px!important;
    height: 15px!important;
}
#filter-groups #side-price .ui-slider-handle {
    border: 2px #FFF solid;
}

.product-category label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.product-category .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #116950;
}
.product-category label:hover input ~ .checkmark {
    background-color: #116950;
}
.product-category label input:checked ~ .checkmark:after {
    display: block;
}
.product-category label input:checked ~ .checkmark {
    background-color: #116950;
}
.product-category label .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-category .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.product-category aside #side-manufacturer label {
    display: block;
    position: relative;
    padding-left: 2em!important;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-category .sorts .flex-wrap {
    justify-content: flex-end;
}
@media (min-width: 768px) {
    .product-category .sorts .col-md-5 {
        width: 13em;
        padding-right: 0;
    }
}
.product-category #side-categories .group .level-1 a {
    padding: 12px 2px!important;
    color: #000!important;
    padding-left: 12px!important;
}
#side-categories .group .item .toggle {
    border-left: none!important;
}
#side-categories .group .item.active,
#side-categories .group .item:hover  {
    background-color: #116950!important;
    border-radius: 8px;
}
#side-categories .side-categories-level-1 .level-1.active *, 
.product-category .side-categories-level-1 .level-1.active .toggle, 
#side-categories .side-categories-level-1:hover .level-1 *, 
.product-category .side-categories-level-1:hover .toggle, 
#side-categories .side-categories-level-1.active .level-1 *, 
.product-category .side-categories-level-1.active .toggle {
    color: #fff!important;
    background-color: #116950!important;
    border-radius: 8px;
}
#side-categories .side-categories-level-1 .level-1.active a, 
#side-categories .side-categories-level-1:hover .level-1 a, 
#side-categories .side-categories-level-1.active .level-1 a, 
.product-category #side-categories .group .sub .group:hover a, 
.product-category #side-categories .group .sub .group .active a {
    color: #fff!important;
}
#filter-groups #side-categories .group .item .caret {
    border: 0;
}
#filter-groups #side-categories .group .item .caret::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
    position: absolute;
    top: 18px;
    font-size: 10px;
}
#filter-groups #side-categories .group .item.active .caret::before {
    content: "\f068";
}
.product-category #side-categories .group .sub .group a {
    color: #000;
    background: none!important;
    padding: 10px 10px 15px 15px;
}
.product-category #side-categories .group .sub .group:not(:last-child) {
    border-bottom: 0;
}
.product-category #side-categories .sub .group {
    padding: 5px 0 5px 12px;
}
.product-product .product-image-column {
    flex-direction: row-reverse;
}
.product-image-main {
    border: 1px solid #ccc;
    margin-right: 15px;
}
.product-product .prod-category {
    font-size: calc(11px + (25 - 20) * (100vw - 320px) / (1920 - 320))!important;
    color: #838383;
    font-weight: 500;
}
.product-product .prod-name {
    font-size: calc(20px + (30 - 18) * (100vw - 320px) / (1920 - 320));
    margin: 0px 0 25px 0;
    font-weight: 700;
    color: #000;
}
.product-product .product-price,
.product-product .old-prices,
.product-product .new-prices {
    font-size: calc(20px + (30 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: #000;
}
.product-product .old-prices {
    color: #B0B0B0!important;
}
.product-product .product-price{
    color: #000!important;
}
.product-product .product-description {
    color: #000;
    line-height: 2;
}
.product-product .price-wrapper {
    margin-bottom: 2em;
}
.product-product #product .form-group>label {
    width: 15%!important;
}
.product-product .quantitygroup {
    width: 30%!important;
    margin-right: 12em;
}
#waiting_list input {
    border: 1px solid #ccc!important;
    margin-right: 1em;
}
.waiting_list_container {
    padding: 20px!important;
}
#waiting_list {
    margin-top: -5em;
}
#waiting_list_submit {
    padding: 15px 20px;
    min-width: 150px;
    border-radius: 5px;
}
.out-ofstock-cart {
    background: transparent!important;
    border: none;
}
.product-product #content #product .btn-primary {
    padding: 15px 20px;
    min-width: 150px;
    border-radius: 5px;
}
.product-product .tab-content {
    margin-bottom: 5em;
    background: #E7F0ED;
    padding: 35px;
    color: #000;
}
.product-product .nav-tabs {
    margin-bottom: 0!important;
}
.product-product .nav-tabs>li>a {
    font-size: calc(15px + (30 - 18) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    color: #8D8D8D;
    font-weight: 700;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    color: #126951;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-bottom: 5px solid #126951!important;
    border-bottom-color: transparent;
    cursor: pointer;
}
.product-category .bgcontainer {
    background: url(../../../../../image/catalog/about/bg_abt.jpg) no-repeat center;
    background-size: contain;
}
#filter-groups .panel, #filter-groups .list-group, 
#filter-groups .list-group-item {
    background: transparent!important;
}
.related-module .pointer.slick-nav.left.prev.absolute.slick-arrow {
    top: 50%;
    z-index: 1;
    left: -2em;
}
.related-module .pointer.slick-nav.right.next.absolute.slick-arrow {
    right: -2em;
    top: 50%;
}
.page_next_last , .page_prev_last {
    display: none!important;
}
@media (max-width: 1300px) { 
    .product-product .quantitygroup {
        margin-right: 9em;
    }
}
@media (max-width: 992px) { 
    .product-product .quantitygroup {
        margin-right: 3em;
    }
    .product-product .nav-tabs>li>a {
        font-size: calc(11px + (30 - 18) * (100vw - 320px) / (1920 - 320))!important;
    }
    .product-product .input-group-flex {
        margin: 5px 0px;
    }
    .product-product .form-group {
        margin-bottom: 15px;
    }
    .product-product .prod-name {
        margin: 0px 0 5px 0;
    }
}
@media (max-width: 768px) { 
    .dv70 {
        width: 85%;
    }
}
@media (max-width: 600px) { 
    .product-product .quantitygroup {
        margin-right: auto;
    }
    .product-product .price-wrapper {
        margin-bottom: 1em;
    }
    .category-name {
        padding-top: 5px!important;
        padding: 0 10px;
    }
    .product-block .product-name {
        padding: 0px 10px 0!important;
    }
    .product-block .product-details {
        padding: 0 10px!important;
    }
    .product-product #content #product .btn-primary {
        min-width: 100px;
        padding: 7px;
        font-size: 14px;
    }
    .product-category .sticker, .product-category .special-sticker {
        font-size: 12px;
        padding: 5px 10px!important;
        min-width: 60px;
    }
    .product-block .overlay img {
        width: 100%!important;
        max-width: 25px;
    }
    .product-block .overlay p {
        font-size: 12px;
    }
}
@media (max-width: 420px) { 
    .product-product .quantitygroup {
        margin-right: auto;
    }
    #waiting_list_submit {
        padding: 10px 20px;
        min-width: 100px;
    }
    .product-category .sticker, .product-category .special-sticker {
        font-size: 9px;
        padding: 5px!important;
        min-width: 55px;
    }
    .product-product .sticker, .product-product  .special-sticker {
        font-size: 10px;
        padding: 6px 10px!important;
        min-width: 60px;
    }
    .waiting_list_container {
        padding: 10px!important;
    }
    .product-block .overlay p {
        font-size: 10px;
    }
    .product-block .overlay img {
        max-width: 20px;
    }
    .btn-cart img {
        max-width: 20px;
    }
}
@media (max-width: 380px) { 
    .product-product .quantitygroup {
        margin-right: auto;
    }
    .product-product #content #product .btn-primary {
        min-width: 120px;
    }
}
@media (max-width: 370px) { 
    #waiting_list_submit {
        min-width: 100px;
        padding: 7px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    #waiting_list input {
        margin-bottom: 10px;
    }
}
@media (max-width: 360px) { 
    .product-category .sticker, .product-category .special-sticker {
        font-size: 12px;
        padding: 5px!important;
    }
    .btn-cart img {
        max-width: 25px;
    }
}
@media (max-width: 320px) { 
    .product-product #product .form-group>label {
        width: 30%!important;
    }
    .dv70 {
        width: 70%;
    }
    .product-product .quantitygroup {
        width: 70%!important;
        margin-right: 0;
    }
    .product-product #content #product .btn-primary {
        min-width: 120px;
        margin-top: 1em;
        margin-left: 70%;
    }
}