#content {
    padding: 0;
    border: none;
}

.page-heading {
    padding: 30px;
}

.relative {
    position: relative;
}

.hidden {
    display: none;
}

.product-thumbnail .btn.in_comparison {
    background-color: #e1e1e1;
}

.product-thumbnail .btn.in_comparison svg {
    color: #555;
}

.sale-box {
    background: #f00;
    color: #fff;
    font: normal 14px/24px Arial;
    left: 0;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 80px;
}

.cmp-remove {
    cursor: pointer;
}

.cmp-remove svg {
    height: 14px;
    width: 14px;
}

.comparison_availability_statut,
.prices-container,
.button-container {
    margin-bottom: 15px;
}

.comparison_infos {
    padding: 0;
}

.comparison_infos h5 {
    font-size: 1.25em;
    margin: 15px 0;
    width: 100%;
}

.svgic-button-cart,
article .add_to_compare svg {
    width: 14px;
    height: 14px;
    fill: #fff;
    margin: 0
}

.in_progress {
    background: url("../svg/loader.svg") no-repeat 50% 50% !important;
    -webkit-animation: rotation 1s ease-in-out infinite;
    animation: rotation 1s ease-in-out infinite;
}

.in_progress svg {
    opacity: 0
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotation {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.comparison_feature_odd {
    background-color: #f1f1f1;
}

.pk-infomessage a {
    color: inherit;
    text-decoration: underline;
}

.pk-infomessage {
    position: fixed;
    z-index: 999;
    top: 20px;
    right: 20px;
    width: 300px;
}

.pk-close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
}

.pk-close-popup svg {
    width: 14px;
    height: 14px;
    color: #fff;
}

.pk-infomessage-item {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
}

.pk-infomessage-item>div:first-child {
    padding: 20px;
}

.pk-infomessage-item.state-error {
    background-color: #dc5300;
    color: #fff;
}

.pk-infomessage-item.state-success {
    background-color: #03a912;
    color: #fff;
}

.pk-infomessage-item.state-info {
    background-color: #4aaee8;
    color: #fff;
}

.pk-close-timer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.3);
}

#product .compare-title {
    margin-top: 60px
}

.tab-pane .module-title.compare-title {
    display: none;
}

#pattern #wrapper .tab-pane .products-carousel {
    margin: 0;
}

#product_comparison.num-6 td {
    width: 14.28%;
}

#product_comparison.num-5 td {
    width: 16.66%;
}

#product_comparison.num-4 td {
    width: 20%;
}

#product_comparison.num-3 td {
    width: 25%;
}

#product_comparison.num-2 td {
    width: 33.33%;
}

.table-bordered-no td {
    border: none;
}

.compareout {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 80px;
    padding-top: 0;
}

.compareout .comparetitle {
    font-size: 14px;
    font-weight: 500;
    color: #2f2f2f;
}

.compareout table#product_comparison tr:last-child td {
    border-bottom: 0;
}

.compareout table#product_comparison tr:first-child td {
    padding: 0;
    border: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.compareout table#product_comparison td {
    padding: 15px 0;
    vertical-align: top;
    border-bottom: 1px solid #dddddd;
}

.compareout a.product-name {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin: 0 0 10px;
}

.compareout span.regular-price {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 500;
}

.compareout .oldprice {
    text-decoration: line-through;
    font-weight: 400;
    color: #6b816d;
    margin-right: 0;
    font-size: 16px;
}

.compareout table#product_comparison tr td:first-child,
.compareout table#product_comparison tr:first-child td {
    line-height: 1;
}

.compareout table#product_comparison td span {
    padding: 0;
}

.compareout table#product_comparison td.wide-space {
    line-height: 21px;
}

.compareout table#product_comparison td.comparison_infos {
    color: #4e6750;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding-right: 15px;
    box-sizing: border-box;
    padding-left: 15px;
}

.compareout .product-price-and-shipping:before {
    content: '';
    position: Absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #dddddd;
}

.compareout .product-price-and-shipping {
    position: relative;
    padding-bottom: 20px;
}

.compareout .product-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.03);
}

.compareout .product-image {
    position: relative;
    display: block;
    margin: 20px 0;
    text-align: center;
}

.compareout .product-image img {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-bottom: 20px;
}

.compareout .listaddcart.comparesizebtn span {
    background-image: none;
}

.compareout .listaddcart.comparesizebtn {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.compareout table#product_comparison tr:last-child td.comparebuttons {
    padding-right: 15px;
    padding-left: 15px;
}

.cmp-remove {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23f42509%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_close_copy_3%22%20data-name%3D%22icon_close%20copy%203%22%20class%3D%22cls-1%22%20d%3D%22M1066.04%2C305a9%2C9%2C0%2C1%2C0%2C6.36%2C2.636A8.944%2C8.944%2C0%2C0%2C0%2C1066.04%2C305Zm4.05%2C13.049a0.821%2C0.821%2C0%2C0%2C1-1.16%2C0l-2.89-2.892-2.9%2C2.893a0.816%2C0.816%2C0%2C0%2C1-1.15-1.157l2.89-2.893-2.89-2.893a0.816%2C0.816%2C0%2C0%2C1%2C1.15-1.157l2.9%2C2.893%2C2.89-2.893a0.819%2C0.819%2C0%2C1%2C1%2C1.16%2C1.157L1067.2%2C314l2.89%2C2.893A0.816%2C0.816%2C0%2C0%2C1%2C1070.09%2C318.049Z%22%20transform%3D%22translate%28-1057.03%20-305%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 9;
}

a.smooth02.compare-form {
    position: fixed;
    right: 0;
    width: 28px;
    height: 166px;
    z-index: 99;
    top: 23%;
    white-space: nowrap;
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    background: #425e4e;
    bottom: 0;
    line-height: 28px;
    right: 0;
    padding: 20px 0;
    text-transform: uppercase;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    box-sizing: border-box;
}

.comparetextbtn {
    width: 120px;
    height: 28px;
    transform: rotate(-90deg);
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    display: block;
    background: #425e4e;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: -45px;
}

strong.total-compare-val {
    display: block;
    margin-top: 21px;
}

span.compareright {
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
}

a.smooth02.compare-form.hidden {
    display: none;
}

.lang-lv a.smooth02.compare-form {
    height: 220px;
}

.lang-lv strong.total-compare-val {
    margin-top: 28px;
}

.lang-et strong.total-compare-val {
    margin-top: 35px;
}