﻿.panel-group .panel {
    /* padding: 16px 20px; */
    margin-bottom: 10px;
    border: 0;
    box-shadow: 0 4px 30px #edf0f5;
    border-radius: 15px !important;
    background: #fff;
}

.sortingordr .category-page__sort-label {
    /* margin-left: 40px; */
    font-weight: 900;
    white-space: nowrap;
    letter-spacing: -1px;
}

.breadcrumb {
    flex-wrap: wrap;
    margin: 0 0 20px !important;
    padding: 0 !important;
}

.breadcrumb {
    display: flex;
    padding: 10px 15px 5px !important;
    background-color: transparent;
    list-style: none;
}

.breadcrumb li a {
    color: #3a4254 !important;
}

.breadcrumb>li:first-child svg {
    margin-bottom: -1px;
}

.breadcrumb>li:first-child .divider {
    margin-top: 2px;
}

.breadcrumb>.divider {
    float: left;
    margin: 0px 9px 0;
}

.breadcrumb>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #8a929c;
    white-space: nowrap;
    font-weight: 900;
}

.panel-group .panel .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #f2f2f2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel-group .panel .panel-heading a,
.panel-group .panel .panel-heading a:hover,
.panel-group .panel .panel-heading a:active,
.panel-group .panel .panel-heading a:visited {
    display: block;
    color: #535353;
    text-decoration: none;
    position: relative;
}

.panel-group .panel .panel-heading .more-less {
    position: absolute;
    left: 0px;
    top: 25%;
}

.panel-group .panel>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}

.panel-group .panel .onoff [type="checkbox"]:not(:checked),
.panel-group .panel .onoff [type="checkbox"]:checked {
    position: absolute;
    right: -9999px;
}

.panel-group .panel .onoff [type="checkbox"]:not(:checked)+label,
.panel-group .panel .onoff [type="checkbox"]:checked+label {
    position: relative;
    padding-right: 55px;
    cursor: pointer;
    font-weight: normal;
}

.panel-group .panel .onoff [type="checkbox"]:not(:checked)+label:before,
.panel-group .panel .onoff [type="checkbox"]:checked+label:before,
.panel-group .panel .onoff [type="checkbox"]:not(:checked)+label:after,
.panel-group .panel .onoff [type="checkbox"]:checked+label:after {
    content: "";
    position: absolute;
}

.panel-group .panel .onoff [type="checkbox"]:not(:checked)+label:before,
.panel-group .panel .onoff [type="checkbox"]:checked+label:before {
    right: 0;
    top: 0;
    width: 40px;
    height: 20px;
    background: #e7e7e7;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.panel-group .panel .onoff [type="checkbox"]:not(:checked)+label:after,
.panel-group .panel .onoff [type="checkbox"]:checked+label:after {
    width: 20px;
    height: 20px;
    transition: all 0.2s;
    border-radius: 0 6px 6px 0px;
    background: #bdbdbd;
    top: 0;
    right: 0;
}

.panel-group .panel .onoff [type="checkbox"]:checked+label:before {
    background: #e7e7e7;
}

.panel-group .panel .onoff [type="checkbox"]:checked+label:after {
    background: #39d2b4;
    top: 0;
    right: 20px;
    border-radius: 6px 0px 0px 6px;
}

.panel-group .panel .onoff [type="checkbox"]:focus+label:before {
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

ul.fancytree-container {
    border: none;
}

ul.fancytree-container .fancytree-icon,
ul.fancytree-container .fancytree-custom-icon {
    display: none;
}

ul.fancytree-container .spinner:before {
    margin-right: -10px !important;
    margin-left: 0px !important;
}

.sorttight {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    /* padding: 10px 25px; */
    /* margin-bottom: 20px; */
    background-color: #eef1f4;
    border-radius: 15px;
}

.sorttight ul {
    list-style: none;
}

#productlistholder {
    position: relative;
}

#productlistholder .row>div {
    margin-bottom: 15px;
}

.grid-list-options .list-inline {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.grid-list-options .list-inline li {
    /* padding:0 10px; */
}

.grid-list-options .list-inline li a {
    color: #555;
    transition: all 0.5s ease-in-out;
    margin: 0;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    color: #0e1935;
    display: inline-block;
}

.grid-list-options .list-inline li a.btn-primary,
.grid-list-options .list-inline li a:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(13, 60, 95, 0.1);
    font-weight: 700;
}

.grid-list-options .list-inline li img {
    width: 15px;
}

.grid-list-options .nav-tabs {
    border: 0px;
    margin: 0px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.grid-list-options .nav-tabs>li>a,
.grid-list-options .nav-tabs>li>a:hover,
.grid-list-options .nav-tabs>li>a:focus {
    color: #555 !important;
    cursor: pointer;
    background-color: unset !important;
    border: unset !important;
    border-bottom-color: unset !important;
}

.grid-list-options .nav-tabs>li.active>a,
.grid-list-options .nav-tabs>li.active>a:hover,
.grid-list-options .nav-tabs>li.active>a,
.grid-list-options .nav-tabs>li.active>a:hover,
.grid-list-options .nav-tabs>li.active>a:focus {
    color: #535353;
    cursor: default;
    background-color: unset !important;
    border: unset !important;
    border-bottom-color: unset !important;
}

.grid-list-options .product-grid-order {
    color: #dedede;
    margin-left: 5px;
    vertical-align: middle;
}

.grid-list-options .product-grid-style {
    padding: 2px 6px 0px 6px;
    text-align: center;
    font-size: 18px;
    height: 30px;
}

.grid-list-options .product-grid-style i {
    margin: 0px;
}

.product-grid-item {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.product-grid-item a,
.product-grid-item a:hover,
.product-grid-item a:visited,
.product-grid-item a:active {
    text-decoration: none;
}

.product-grid-item .grid-label {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
}


/* .product-grid-item .grid-img{height:345px;background-color:#f6f6f9;} */

.product-grid-item .grid-img img {
    max-height: 345px !important;
}

.product-grid-item .addtocompare {
    cursor: pointer;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: -100px;
    color: #444;
    padding: 0;
    overflow: hidden;
    transition: 0.5s ease;
    font-size: 11px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    padding: 2px 5px 2px 25px;
    background-image: url(images/checkbox.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.product-grid-item .addtocompare.active {
    background-position: -112px 5px;
}

.product-grid-item:hover .addtocompare {
    right: 0;
}

.product-grid-item .grid-info {
    padding: 5px;
}

.product-grid-item .grid-info .cost {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.product-grid-item .grid-info .linktoview .title {
    font-size: 15px;
    text-align: center;
    color: #444;
    line-height: 45px;
}

.product-grid-item .grid-info .grid-options {
    margin: 15px 0px 0px 0px;
    text-align: center;
}

.product-grid-item .grid-info .grid-options a {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
    top: 12px;
    left: 15px;
    position: absolute;
}

.product-grid-item .grid-info .grid-options a.add-to-cart {
    width: 60px;
}

.product-grid-item .grid-info .grid-options a.active>.glyphicon-heart {
    color: red;
    font-size: x-large;
}

#grid-list .product-grid-item .grid-info .cost {
    text-align: right;
}

#grid-list .product-grid-item .grid-info .linktoview .title {
    text-align: right;
}

#grid-list .product-grid-item .grid-info .grid-options {
    text-align: right;
}

.grid-extanded-info {
    position: absolute;
    top: -5px;
    left: 0;
    color: #b7b7b7;
    font-size: 12px;
    font-size: 0.857rem;
    line-height: 21px;
}

#priceranges input[type="number"]::-webkit-inner-spin-button,
#priceranges input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#priceranges input[type="number"] {
    -moz-appearance: textfield;
}

#frompriceshow,
#topriceshow {
    width: 80%;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    background-color: #f8f8f8;
    display: inline-block;
    overflow: hidden;
    border: none;
    margin: 6px 0;
    text-align: center;
    color: #3c3c3c;
    font-size: 11px !important;
    line-height: 1.571;
    letter-spacing: 0.3px;
}

#technicalfilters .panel:first-child {
    margin-top: 5px;
}

#technicalfilters .checkbox label,
#technicalfilters .radio label {
    padding-right: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
}

#technicalfilters .checkbox label:hover,
#technicalfilters .radio label:hover {
    background-color: #f9f9f9;
}

#technicalfilters .form-group .list-items {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

#technicalfilters .form-group .seach-list {
    margin-bottom: 15px;
}

#technicalfilters .form-group .seach-list input[type="text"] {
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZTBlMGUwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNOTEuOSw5MS45Yy0zLjUsMy41LTkuMiwzLjUtMTIuNywwTDYyLjcsNzUuNEM1Ni45LDc5LDUwLjEsODEsNDIuNyw4MUMyMS42LDgxLDQuNSw2My45LDQuNSw0Mi43ICBTMjEuNiw0LjUsNDIuNyw0LjVTODEsMjEuNiw4MSw0Mi43YzAsNy4zLTIuMSwxNC4xLTUuNiwyMGwxNi41LDE2LjVDOTUuNCw4Mi43LDk1LjQsODguNCw5MS45LDkxLjl6IE00Mi43LDE1LjcgIGMtMTQuOSwwLTI3LDEyLjEtMjcsMjdzMTIuMSwyNywyNywyN3MyNy0xMi4xLDI3LTI3UzU3LjcsMTUuNyw0Mi43LDE1Ljd6Ij48L3BhdGg+PC9zdmc+");
}

#technicalfilters .form-group .list-items .customlist-items .customlist-item {
    padding-right: 0px !important;
    display: block;
    position: relative;
    cursor: pointer;
}

#technicalfilters .form-group .list-items .customlist-items .customlist-item input {
    display: none;
}

#technicalfilters .form-group .list-items .customlist-items .customlist-item .customlist-color {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 2px;
    position: relative;
    background-position: center;
    background-repeat: repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

#technicalfilters .form-group .list-items .customlist-items .customlist-item .customlist-color i {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#technicalfilters .form-group .list-items .customlist-items .customlist-item .customlist-thumbnail {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 2px;
}

#technicalfilters .form-group .list-items .customlist-items .customlist-item input:checked+.customlist-checked::before {
    content: "\2611";
    color: #39d2b4;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -5px;
    font-style: normal;
}

.seach-list {
    margin-bottom: 15px;
}

.list-items {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

#clearfilters {
    display: inline-block;
    background: #f00;
    padding: 2px 10px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
}

.notify {
    position: fixed;
    min-width: 350px;
    max-width: 450px;
    background-color: #fff;
    font-size: 14px;
    color: #494949;
    border-radius: 4px;
    border: 1px solid #dedede;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0 2px 4px;
    z-index: 999;
}

.notify .notify-icon {
    float: right;
    position: absolute;
    width: 50px;
    height: 100%;
    text-align: center;
    overflow: hidden;
    padding: 5px;
}

.notify .notify-icon .notify-icon-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.notify .notify-icon .notify-icon-inner img {
    max-width: 18px;
    max-height: 18px;
}

.notify .notify-text {
    float: right;
    padding: 10px 15px 10px 10px;
    margin-right: 50px;
}

.notify .notify-text h3 {
    display: block;
    padding: 0;
    margin: 3px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.notify .notify-text p {
    margin: 5px 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
}

.notify .notify-close-btn {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: -10px;
    top: -10px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExOEMxNDkyODc0N0NBMUEwNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3N0ZBOTUxNzNERkIxMUUyQUZGMEFDRjY0RjNFODlDOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3N0ZBOTUxNjNERkIxMUUyQUZGMEFDRjY0RjNFODlDOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY3N0YxMTc0MDcyMDY4MTE4MDgzRkQyMTE2MTM0QUNBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3N0YxMTc0MDcyMDY4MTE4QzE0OTI4NzQ3Q0ExQTA0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5Ke+4QAAAMlJREFUeNqkk90KwyAMha0dvp/ghfthsFcb67YLYe83EBdZlCxL3KCFU0nM+WqjTqUUs+bZ1Nd2d6jDDDqDHqCk1AeQBx1B+Xa9vAFovmNBwFwSzAvIoWKFWJxciNGxmJtp3FeQMDkziCEfcCTObYUUEPE3JAg3xwawZKJBMsm5kZkDNIhqlgC0+J/cFyAIDTOD3fkABKXbeQSxP8xRaWyHNIAfdFvbHU8BJ9JdqdscktDTD9ITtCcnTLpMDRLwMlWPmdZe55cAAwD+1kOdnSr5eQAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 10px, 10px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.notify .notify-close-btn:hover {
    background-color: #f3f3f3;
}

.notify .notify-close-btn:active {
    background-color: #ddd;
}

.notify.dark-theme {
    background: rgba(44, 46, 47, 0.9);
    color: #fafafa;
    border-color: #333;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
}

.notify.dark-theme .notify-icon {
    border-color: rgba(44, 46, 47, 1);
}

.notify.dark-theme .notify-close-btn {
    background: url(data:image/png;base64,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) no-repeat center;
    background-size: 10px, 10px;
    background-color: rgba(44, 46, 47, 0.9);
    border: 1px solid #333;
}

.notify.dark-theme .notify-close-btn:hover {
    background-color: #313131;
}

.notify.dark-theme .notify-close-btn:active {
    background-color: #222;
}

.notify.success {
    background: #bcf5bc;
    color: #006400;
    border-color: #7cdd77;
}

.notify.success .notify-icon,
.notify.success .notify-close-btn {
    border-color: #7cdd77;
}

.notify.error {
    background: #f77975;
    color: #fff;
    border-color: #cd4945;
}

.notify.error .notify-icon,
.notify.error .notify-close-btn {
    border-color: #cd4945;
}

.notify.info {
    background: #78c5e7;
    color: #fff;
    border-color: #3badd6;
}

.notify.info .notify-icon,
.notify.info .notify-close-btn {
    border-color: #3badd6;
}

.notify.warning {
    background: #ffeaa8;
    color: #826200;
    border-color: #ffc237;
}

.notify.warning .notify-icon,
.notify.warning .notify-close-btn {
    border-color: #ffc237;
}

.notify.size-small {
    min-width: 250px;
    max-width: 350px;
    font-size: 12px;
}

.notify.size-small .notify-text h3 {
    font-size: 14px;
}

.notify.size-small .notify-text p {
    font-size: 12px;
}

.notify.notify-top-left {
    top: 20px;
    right: 20px;
}

.notify.notify-top-right {
    top: 20px;
    left: 20px;
}

.notify.notify-top-center {
    top: 20px;
    right: 50%;
    margin-right: -196px;
}

.notify.notify-bottom-left {
    bottom: 20px;
    right: 20px;
}

.notify.notify-bottom-right {
    bottom: 20px;
    left: 20px;
}

.notify.notify-bottom-center {
    bottom: 20px;
    right: 50%;
    margin-right: -196px;
}

.notify.notify-top-full {
    max-width: none;
    top: -1px;
    bottom: auto;
    left: 50px;
    right: 50px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.notify.notify-top-full .notify-close-btn,
.notify.notify-top-center .notify-close-btn {
    top: auto;
    bottom: -10px;
}

.notify.notify-bottom-full {
    max-width: none;
    bottom: -1px;
    left: 50px;
    right: 50px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.notify.notify-center-center {
    top: 50%;
    right: 50%;
    margin-right: -196px;
    margin-top: -26px;
}

.notify.notify-without-title .notify-text h3 {
    margin: 5px 0;
}

.notify.notify-without-title .notify-text p {
    margin-bottom: 5px;
}

.notify.notify-without-icon .notify-text {
    margin-right: 0;
}

.notify-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.05);
    z-index: 998;
}

.notify-overlay.light {
    background: rgba(255, 255, 255, 0.3);
}

#pageSize {
    border: 1px solid #ddd;
    color: #535353;
}

#productlistfrm {
    position: relative;
    min-height: 200px;
}

#productlistspr {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.product-spinner {
    width: 146px;
    height: 146px;
    line-height: 146px;
    margin: 49px auto;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    z-index: 0;
    text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase;
}

.product-spinner:before,
.product-spinner:after {
    opacity: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 97px;
    border: 5px solid #ebebeb;
    box-shadow: 0 0 49px #ebebeb inset 0 0 49px #ebebeb;
    -o-box-shadow: 0 0 49px #ebebeb inset 0 0 49px #ebebeb;
    -ms-box-shadow: 0 0 49px #ebebeb inset 0 0 49px #ebebeb;
    -webkit-box-shadow: 0 0 49px #ebebeb inset 0 0 49px #ebebeb;
    -moz-box-shadow: 0 0 49px #ebebeb inset 0 0 49px #ebebeb;
}

.product-spinner:after {
    z-index: 1;
    animation: product-list-spinner 2.3s infinite 1.15s;
    -o-animation: product-list-spinner 2.3s infinite 1.15s;
    -ms-animation: product-list-spinner 2.3s infinite 1.15s;
    -webkit-animation: product-list-spinner 2.3s infinite 1.15s;
    -moz-animation: product-list-spinner 2.3s infinite 1.15s;
}

.product-spinner:before {
    z-index: 2;
    animation: product-list-spinner 2.3s infinite;
    -o-animation: product-list-spinner 2.3s infinite;
    -ms-animation: product-list-spinner 2.3s infinite;
    -webkit-animation: product-list-spinner 2.3s infinite;
    -moz-animation: product-list-spinner 2.3s infinite;
}

@keyframes product-list-spinner {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes product-list-spinner {
    0% {
        -o-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes product-list-spinner {
    0% {
        -ms-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes product-list-spinner {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes product-list-spinner {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@media only screen and (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}


/* -----------new------- */

.c-price__discount-oval {
    background-color: #fb3449;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    padding: 4px 6px 1px;
    letter-spacing: 0;
    margin-bottom: 3px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    margin: 0 10px;
    min-width: 43px;
    height: 23px;
}

.addtowish>.glyphicon-heart {
    color: #ff000047;
}

@media only screen and (max-width: 450px) {
    .g-list-pic {
        padding-left: 0px;
        padding-right: 0px;
    }
    .g-list-info {
        padding-right: 0px;
        padding-left: 0px;
    }
    .c-price__discount-oval {
        margin: 0;
    }
    .product-grid-item .grid-info .cost {
        font-size: 16px;
    }
}

.favoriteBtn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 8;
}

.grid-options .favoriteBtn {
    left: 10px;
    right: auto;
}

.favoriteBtn input[type="checkbox"] {
    display: none;
}

.favoriteBtn svg {
    cursor: pointer;
    height: 30px;
    overflow: visible;
    width: 30px;
}

.favoriteBtn input[type="checkbox"]+span {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: transparent;
    display: block;
    font-size: 0;
    outline: 0;
    stroke: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.favoriteBtn input[type="checkbox"]+span:hover {
    background: #fff;
}

.favoriteBtn input[type="checkbox"]+span .svg-heart {
    -webkit-animation: animateHeartOut 0.3s linear forwards;
    -moz-animation: animateHeartOut 0.3s linear forwards;
    animation: animateHeartOut 0.3s linear forwards;
    fill-opacity: 0;
    stroke: rgba(0, 0, 0, 0.5);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.favoriteBtn input[type="checkbox"]+span .svg-heart-circle {
    color: transparent;
    stroke: transparent;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.favoriteBtn input[type="checkbox"]+span .svg-heart-dots-01,
.favoriteBtn input[type="checkbox"]+span .svg-heart-dots-02 {
    color: transparent;
    stroke: transparent;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.favoriteBtn input[type="checkbox"]:checked+span {
    color: #b0c908;
}

.favoriteBtn input[type="checkbox"]:checked+span .svg-heart {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    fill-opacity: 1;
    stroke: #b0c908;
    -webkit-animation: animateHeart 0.3s linear forwards 0.25s;
    -moz-animation: animateHeart 0.3s linear forwards 0.25s;
    animation: animateHeart 0.3s linear forwards 0.25s;
}

.favoriteBtn input[type="checkbox"]:checked+span .svg-heart-circle {
    -webkit-animation: animateHeartCircle 0.3s linear forwards;
    -moz-animation: animateHeartCircle 0.3s linear forwards;
    animation: animateHeartCircle 0.3s linear forwards;
}

.favoriteBtn input[type="checkbox"]:checked+span .svg-heart-dots-01 {
    -webkit-animation: 0.35s animateHeartDots 0.3s linear;
    -moz-animation: 0.35s animateHeartDots 0.3s linear;
    animation: 0.35s animateHeartDots 0.3s linear;
    color: #b0c908;
    opacity: 0;
}

.favoriteBtn input[type="checkbox"]:checked+span .svg-heart-dots-02 {
    -webkit-animation: 0.3s animateHeartDots 0.4s linear;
    -moz-animation: 0.3s animateHeartDots 0.4s linear;
    animation: 0.3s animateHeartDots 0.4s linear;
    color: #b0c908;
    opacity: 0;
}

@-webkit-keyframes animateHeart {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
    40% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes animateHeart {
    0% {
        -moz-transform: scale(0.2);
        transform: scale(0.2);
    }
    40% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animateHeart {
    0% {
        -webkit-transform: scale(0.2);
        -moz-transform: scale(0.2);
        transform: scale(0.2);
    }
    40% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes animateHeartOut {
    0% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes animateHeartOut {
    0% {
        -moz-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animateHeartOut {
    0% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes animateHeartCircle {
    40% {
        -webkit-transform: scale(6);
        transform: scale(6);
        opacity: 1;
        color: #b0c908;
    }
    55% {
        -webkit-transform: scale(7);
        transform: scale(7);
        opacity: 1;
        color: #d7d24c;
    }
    65% {
        -webkit-transform: scale(8);
        transform: scale(8);
        opacity: 1;
        color: #f5e456;
    }
    75% {
        -webkit-transform: scale(9);
        transform: scale(9);
        opacity: 1;
        color: transparent;
        stroke: #f5e456;
        stroke-width: 0.5;
    }
    85% {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 1;
        color: transparent;
        stroke: #f5e456;
        stroke-width: 0.2;
    }
    95% {
        -webkit-transform: scale(11);
        transform: scale(11);
        opacity: 1;
        color: transparent;
        stroke: #f5e456;
        stroke-width: 0.1;
    }
    100% {
        -webkit-transform: scale(12);
        transform: scale(12);
        opacity: 1;
        color: transparent;
        stroke: #f5e456;
        stroke-width: 0;
    }
}

@-moz-keyframes animateHeartCircle {
    40% {
        -moz-transform: scale(6);
        transform: scale(6);
        opacity: 1;
        color: #b0c908;
    }
    55% {
        -moz-transform: scale(7);
        transform: scale(7);
        opacity: 1;
        color: #d7d24c;
    }
    65% {
        -moz-transform: scale(8);
        transform: scale(8);
        opacity: 1;
        color: #f5e456;
    }
    75% {
        -moz-transform: scale(9);
        transform: scale(9);
        opacity: 1;
        color: transparent;
        stroke: #f5e456;
        stroke-width: 0.5;
    }
    85% {
        -moz-transform: scale(10);
        transform: scale(10);
        opacity: 1;
        color: transparent;
        stroke: #f5e456;
        stroke-width: 0.2;
    }
    95% {
        -moz-transform: scale(11);
        transform: scale(11);
        opacity: 1;
        color: transparent;
        stroke: #f5e456;
        stroke-width: 0.1;
    }
    100% {
        -moz-transform: scale(12);
        transform: scale(12);
        opacity: 1;
        color: transparent;
        stroke: #f5e456;
        stroke-width: 0;
    }
}

@keyframes animateHeartCircle {
    40% {
        -webkit-transform: scale(6);
        -moz-transform: scale(6);
        transform: scale(6);
        opacity: 1;
        color: #b0c908;
    }
    55% {
        -webkit-transform: scale(7);
        -moz-transform: scale(7);
        transform: scale(7);
        opacity: 1;
        color: #d7d24c;
    }
    65% {
        -webkit-transform: scale(8);
        -moz-transform: scale(8);
        transform: scale(8);
        opacity: 1;
        color: #f5e456;
    }
    75% {
        -webkit-transform: scale(9);
        -moz-transform: scale(9);
        transform: scale(9);
        opacity: 1;
        color: transparent;
        stroke: #f5e456;
        stroke-width: 0.5;
    }
    85% {
        -webkit-transform: scale(10);
        -moz-transform: scale(10);
        transform: scale(10);
        opacity: 1;
        color: transparent;
        stroke: #f5e456;
        stroke-width: 0.2;
    }
    95% {
        -webkit-transform: scale(11);
        -moz-transform: scale(11);
        transform: scale(11);
        opacity: 1;
        color: transparent;
        stroke: #f5e456;
        stroke-width: 0.1;
    }
    100% {
        -webkit-transform: scale(12);
        -moz-transform: scale(12);
        transform: scale(12);
        opacity: 1;
        color: transparent;
        stroke: #f5e456;
        stroke-width: 0;
    }
}

@-webkit-keyframes animateHeartDots {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    75% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

@-moz-keyframes animateHeartDots {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    75% {
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes animateHeartDots {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    75% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

@media only screen and (max-width: 1080px) {
    .main_nav li:not(.vb-mobile-link) .main_nav__item:not(.nolayer):after {
        background: url(images/header/arrow.png) no-repeat center center;
        content: "";
        display: block;
        height: 9px;
        width: 15px;
        position: absolute;
        right: 20px;
        top: -webkit-calc(50% - 5px);
        top: -moz-calc(50% - 5px);
        top: calc(50% - 5px);
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
        pointer-events: none;
    }
    .main_nav li:not(.vb-mobile-link) .main_nav__item:not(.nolayer).vb-layer--open:after {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
}

.price,
.price-value {
    display: inline-block;
    color: #333;
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotating {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
    25% {
        -webkit-transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
        transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
    }
    50% {
        -webkit-transform: translate3d(0, -20px, 0) scale3d(1.5, 0.7, 1);
        transform: translate3d(0, -20px, 0) scale3d(1.5, 0.7, 1);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
        transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@-moz-keyframes jump {
    0% {
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
    25% {
        -moz-transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
        transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
    }
    50% {
        -moz-transform: translate3d(0, -20px, 0) scale3d(1.5, 0.7, 1);
        transform: translate3d(0, -20px, 0) scale3d(1.5, 0.7, 1);
    }
    75% {
        -moz-transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
        transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
    }
    100% {
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
    25% {
        -webkit-transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
        -moz-transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
        transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
    }
    50% {
        -webkit-transform: translate3d(0, -20px, 0) scale3d(1.5, 0.7, 1);
        -moz-transform: translate3d(0, -20px, 0) scale3d(1.5, 0.7, 1);
        transform: translate3d(0, -20px, 0) scale3d(1.5, 0.7, 1);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
        -moz-transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
        transform: translate3d(0, -10px, 0) scale3d(0.7, 1.5, 1);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

.rating {
    padding: 0 15px;
    padding: 15px;
}

[id="masqueUpdateProgress"] {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10000 !important;
    width: auto !important;
    height: auto !important;
    background: url(images/loading.gif) no-repeat center center rgba(0, 0, 0, 0.8);
}

.resultslist-title {
    display: block;
    margin: 20px 0;
    padding: 0 10px;
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
}

@media only screen and (min-width: 769px) {
    .resultslist-title {
        padding: 0;
        font-size: 20px;
    }
}

.resultslist .products {
    /* font-size: 0; */
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    /* display: -moz-box; */
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -webkit-box-orient: horizontal; */
    /* -webkit-box-direction: normal; */
    /* -webkit-flex-flow: row wrap; */
    /*  -moz-box-orient: horizontal; */
    /* -moz-box-direction: normal; */
    /* -ms-flex-flow: row wrap; */
    /* flex-flow: row wrap; */
}

.resultslist .products .product {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* font-size: 0; */
    overflow: hidden;
    position: relative;
    vertical-align: top;
    min-height: inherit;
    padding: 0;
    border-radius: 10px;
}

.resultslist .products .product.display-normal .title a {
    white-space: normal;
}

.shegeftangiz {
    background-color: #ffcc29 !important;
}

.shegeftangiz-discount {
    background-color: #ed2b73;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
    padding: 4px 4px 1px;
    letter-spacing: 0;
    margin: 8px 0px 8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.143rem;
    line-height: 1.375;
    width: 45px;
    height: 45px;
}

.shegeftangiz-MinPayable {
    width: 100%;
    color: #008dd0;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.shegeftangiz-MinUnitPrice {
    display: block;
    letter-spacing: 0.5px;
    color: #acacac;
    text-decoration: line-through;
}

.shegeftangiz-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    justify-content: space-around;
}

.resultslist .products .product.media img {
    width: 100%;
}

.resultslist .products .product .product-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    background: #fff;
}

.resultslist .products .product [class^="picto"] {
    position: absolute;
    top: 5px;
    z-index: 1;
    max-width: -webkit-calc(100% - 10px);
    max-width: -moz-calc(100% - 10px);
    max-width: calc(100% - 10px);
    pointer-events: none;
}

.resultslist .products .product [class^="picto"] img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 480px) {
    .resultslist .products .product [class^="picto"] img[alt="Basics"],
    .resultslist .products .product [class^="picto"] img[alt="basics"],
    .resultslist .products .product [class^="picto"] img[alt="picto-basics"] {
        width: 75%;
        text-align: right;
        margin: 0 !important;
        float: right;
    }
}

.resultslist .products .product [class^="picto"] img[alt="Basics"],
.resultslist .products .product [class^="picto"] img[alt="basics"],
.resultslist .products .product [class^="picto"] img[alt="picto-basics"] {
    width: 80px;
}

.resultslist .products .product .picto-newOnlineCollection,
.resultslist .products .product .picto1,
.resultslist .products .product .picto5 {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
}

.resultslist .products .product .picto-newOnlineCollection:before,
.resultslist .products .product .picto1:before,
.resultslist .products .product .picto5:before {
    content: "";
    display: block;
    padding-bottom: 131.94748%;
}

.resultslist .products .product .picto-newOnlineCollection>span,
.resultslist .products .product .picto1>span,
.resultslist .products .product .picto5>span {
    display: block;
    padding: 0 5px;
    margin-top: -5px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.resultslist .products .product .picto5 {
    top: -13px;
    z-index: 2;
}

.resultslist .products .product .picto5 img {
    max-width: initial;
    height: 16px;
}

.resultslist .products .product .picto-newOnlineCollection,
.resultslist .products .product .picto1 {
    z-index: 2;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.resultslist .products .product .picto-newOnlineCollection img,
.resultslist .products .product .picto1 img {
    max-width: 145px;
}

.resultslist .products .product .picto2 {
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.resultslist .products .product .picto3,
.resultslist .products .product .picto4 {
    position: absolute;
    left: 5px;
    top: 5px;
}

.resultslist .products .product .picture {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    position: relative;
    width: 100%;
}

.resultslist .products .product .picture img {
    height: auto;
    width: 100%;
}

.resultslist .products .product .picture a,
.resultslist .products .product .picture span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.resultslist .products .product .picture>span>a.picture-container {
    display: inline;
}

.resultslist .products .product .picture>span>a.picture-container>span {
    display: inline;
}

.resultslist .products .product .picture .image-list-selector {
    display: none;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 1080px) {
    .resultslist .products .product .picture .image-list-selector {
        display: block;
    }
    .resultslist .products .product .picture .image-list-selector li {
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 8px;
        display: inline-block;
        height: 8px;
        margin-right: 6px;
        overflow: hidden;
        -webkit-transition: background 0.1s linear;
        -moz-transition: background 0.1s linear;
        transition: background 0.1s linear;
        width: 8px;
    }
    .resultslist .products .product .picture .image-list-selector li.selected {
        background-color: #afca0b;
    }
}

.resultslist .products .product .picture .image-list-selector--hidden {
    display: none;
}

.resultslist .products .product .title {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #333;
    font-size: 12px;
    line-height: 1.3;
    padding: 10px 7px;
    font-weight: 500;
    text-align: right;
    text-decoration: none;
    position: initial;
    flex-direction: column;
    margin: 10px 0;
    color: #0e1935;
    text-align: right;
    font-size: 15px;
    font-weight: normal;
    height: 45px;
    line-height: 24px;
    overflow: hidden;
    letter-spacing: -0.5px;
}

@media only screen and (min-width: 769px) {
    .resultslist .products .product .title {
        /* font-size: 16px; */
        padding: 10px 18px;
    }
}

.resultslist .products .product .title a {
    color: #333;
    display: block;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .resultslist .products .product .title a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.resultslist .products .product .title a:before {
    /* content: ''; */
    display: block;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (min-width: 769px) {
    .resultslist .products .product .title a:before {
        height: 100%;
    }
}

.resultslist .products .product .pricecontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: flex-end;
    margin: 13px auto 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    min-height: 38px;
    /* -webkit-box-pack: center; */
    /* -webkit-justify-content: center; */
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 0 17px;
    min-height: 60px;
}

.resultslist .products .product .pricecontainer .price,
.resultslist .products .product .pricecontainer>span:not([class]) {
    font-size: 24px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
    font-weight: 700;
    margin-left: 5px;
}

.resultslist .products .product .pricecontainer .price span,
.resultslist .products .product .pricecontainer>span:not([class]) span {
    font-size: 14px;
    font-weight: 700;
}

.resultslist .products .product .pricecontainer .picto3 {
    position: relative;
    left: auto;
    top: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-left: 1px solid #333;
    margin-left: 3px;
    padding-left: 3px;
    margin-right: 3px;
}

.resultslist .products .product .pricecontainer .picto3 img {
    max-width: initial;
    height: 24px;
    width: auto;
}

.resultslist .products .product[data-productid]:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border: 3px solid rgba(255, 255, 255, 0);
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 3;
    border-radius: 10px;
}

@media only screen and (min-width: 768px) {
    .resultslist .products .product[data-productid]:hover {
        box-shadow: 0 0 30px #d2d2d2;
    }
}

.resultslist .products .product.last_item {
    text-align: left;
    overflow: hidden;
    border: none;
    padding: 40px 28px;
    background: #ddd;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #999;
    -webkit-box-ordinal-group: 1001;
    -webkit-order: 1000;
    -moz-box-ordinal-group: 1001;
    -ms-flex-order: 1000;
    order: 1000;
}

.resultslist .products .product.last_item ul {
    padding: 1px 0 1px 10px;
    border-left: 2px solid #fff;
    margin-top: 20px;
}

.resultslist .products .product.last_item ul a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    margin: 10px 0;
}

.resultslist .products.standard .product {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .resultslist .products.standard .product.display-normal,
    .resultslist .products.standard .product:not(.display-normal):nth-child(2n+1) {
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    .resultslist .products.standard .product:not(.display-normal):nth-child(2n+2) {
        -webkit-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        transition: opacity 1s ease;
    }
}

@media only screen and (min-width: 769px) {
    .resultslist .products.standard .product.display-normal:nth-child(3n+1),
    .resultslist .products.standard .product:not(.display-normal):nth-child(4n+1) {
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }
    .resultslist .products.standard .product.display-normal:nth-child(3n+2),
    .resultslist .products.standard .product:not(.display-normal):nth-child(4n+2) {
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
    .resultslist .products.standard .product.display-normal:nth-child(3n+3),
    .resultslist .products.standard .product:not(.display-normal):nth-child(4n+3) {
        -webkit-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        transition: opacity 1s ease;
    }
    .resultslist .products.standard .product:not(.display-normal):nth-child(4n+4) {
        -webkit-transition: opacity 1.5s ease;
        -moz-transition: opacity 1.5s ease;
        transition: opacity 1.5s ease;
    }
}

.resultslist .memo_dispo_rollover_coloris {
    background: rgba(232, 232, 232, 0.8);
    bottom: 0;
    height: auto;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.memo_dispo_rollover_coloris_liste_tailles {
    margin-right: 0 !important;
}

.resultslist .memo_dispo_rollover_coloris .memo_dispo_rollover_coloris_footer,
.resultslist .memo_dispo_rollover_coloris .memo_dispo_rollover_coloris_header {
    display: none;
}

.resultslist .memo_dispo_rollover_coloris .memo_dispo_rollover_coloris_body {
    position: relative;
    padding: 20px 10px 30px;
}

.resultslist .memo_dispo_rollover_coloris .memo_dispo_rollover_coloris_body .memo_dispo_rollover_coloris_tailles {
    margin-top: 5px;
    margin-right: 0;
}

.resultslist .memo_dispo_rollover_coloris .memo_dispo_rollover_coloris_body .memo_dispo_rollover_coloris_tailles li {
    display: inline-block;
    margin: 0 1px 3px;
    position: relative;
    overflow: hidden;
}

.resultslist .memo_dispo_rollover_coloris .memo_dispo_rollover_coloris_body .memo_dispo_rollover_coloris_tailles li a {
    background: rgba(255, 255, 255, 0.5);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 3px 2px;
    text-decoration: none;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    width: 100%;
}

.resultslist .memo_dispo_rollover_coloris .memo_dispo_rollover_coloris_body .memo_dispo_rollover_coloris_tailles li a span {
    color: #333;
    display: block;
    font-size: 12px;
    padding: 0 2px;
    text-align: center;
}

.resultslist .memo_dispo_rollover_coloris .memo_dispo_rollover_coloris_body .memo_dispo_rollover_coloris_tailles li a:hover {
    background: #fff;
}

.resultslist .memo_dispo_rollover_coloris .memo_dispo_rollover_coloris_body .memo_dispo_rollover_coloris_tailles li span {
    color: #333;
    display: block;
    font-size: 12px;
    padding: 0 2px;
    text-align: center;
}

.resultslist .memo_dispo_rollover_coloris .memo_dispo_rollover_coloris_body .memo_dispo_rollover_coloris_tailles li.memo_dispo_rollover_coloris_dispo3:before {
    background-color: #333;
    height: 2px;
    width: 200%;
    content: "";
    display: block;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    position: absolute;
    left: 50%;
    bottom: 50%;
    pointer: none;
    display: none;
}

.resultslist .memo_dispo_rollover_coloris .memo_dispo_rollover_coloris_body .memo_dispo_rollover_coloris_tailles li.memo_dispo_rollover_coloris_dispo3 {
    display: none;
}

@media only screen and (min-width: 769px) {
    .resultslist .products .product {
        /* width: -webkit-calc(25% - 15px); */
        width: -moz-calc(25% - 15px);
        /* width: calc(25% - 15px); */
        /* margin-right: 20px; */
        /* margin-bottom: 20px; */
    }
    .resultslist .products .product:nth-child(4n+4) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 769px) {
    .resultslist .products .product.display-normal {
        /* width: -webkit-calc(33.33% - 15px); */
        width: -moz-calc(33.33% - 15px);
        /* width: calc(33.33% - 15px); */
        /* margin-right: 22px; */
        /* margin-bottom: 22px; */
    }
    .resultslist .products .product.display-normal:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .resultslist .products .product {
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px);
        margin-bottom: 20px;
        margin-left: 2.5px;
        margin-right: 2.5px;
    }
}

@media only screen and (max-width: 768px) {
    .resultslist .products .product.display-normal {
        width: -webkit-calc(100% - 4px);
        width: -moz-calc(100% - 4px);
        width: calc(100% - 4px);
        margin: 0 2px 20px;
    }
    .resultslist .products .product.display-normal .title {
        height: auto;
        font-size: 14px;
        padding: 10px 28px;
    }
}

.c-color span {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 10px;
    border-radius: 50%;
    border: 1px solid #7c7a7c59;
}

.c-color {
    display: flex;
    justify-content: space-around;
    margin-top: 12px;
    z-index: 100;
}

.c-category-desc {
    background-color: #fff;
    -webkit-box-shadow: 0 -6px 12px 0 hsla(0, 0%, 70.6%, 0.11);
    box-shadow: 0 -6px 12px 0 hsla(0, 0%, 70.6%, 0.11);
    border: 1px solid #dbdbdb;
    color: #787878;
    line-height: 22px;
    margin: 56px 0 23px;
    padding: 30px 50px;
}

.c-category-desc .info-box-image img {
    width: 260px;
}

.crumina-double-image {
    text-align: center;
    position: relative;
}

.crumina-double-image img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 30px 0 100px 0 rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    z-index: 2;
    transition: all 0.5s ease-in-out;
}

.crumina-double-image img:first-child {
    position: relative;
    z-index: 2;
    transition-delay: 0.25s;
    transform: translateZ(0) translate(0%, 0%) rotateY(40deg) rotateX(0deg);
}

.crumina-double-image img:last-child {
    box-shadow: none;
    position: absolute;
    bottom: 0;
    max-height: 100%;
    z-index: 1;
    transition-delay: 0.25s;
    transform: translateZ(0) translate(0%, 0%) rotateY(0deg) rotateX(0deg);
}

.crumina-double-image:hover img:first-child {
    transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(-20deg) rotateX(1deg);
}

.crumina-double-image:hover img:last-child {
    transform: perspective(50em) translateZ(0) translate(-20%, 0%) rotateY(0deg) rotateX(-2deg);
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.c-category-desc img {
    max-width: 100%;
}

.c-expandable-text--shadowed {
    padding-bottom: 40px;
}

.c-expandable-text {
    position: relative;
    overflow: hidden;
}

.c-expandable-text.collapsed .c-expandable-text__text {
    max-height: 250px;
}

.c-category-desc__text,
.c-category-desc div,
.c-category-desc p,
.c-category-desc span {
    font-size: 1rem;
    line-height: 2.57;
    letter-spacing: -0.5px;
}

.c-category-desc h1,
.c-category-desc h2,
.c-category-desc h3 {
    font-size: 1rem !important;
    font-weight: 700;
}

.c-expandable-text__text {
    overflow: hidden;
    max-height: unset;
    display: block;
}

.c-expandable-text.collapsed .c-expandable-text__expand-btn--shadowed {
    background-image: -webkit-gradient( linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(#fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), #fff);
}

.c-expandable-text__expand-btn {
    bottom: 0;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-expandable-text.collapsed .c-expandable-text__expand-btn:before {
    content: attr(data-collapsed);
}

.c-expandable-text__expand-btn--shadowed:before {
    font-size: 14.5px;
    font-size: 1.036rem;
    line-height: 1.517;
    font-weight: 700;
    color: #727272;
}

.c-expandable-text__expand-btn:before {
    content: attr(data-expanded);
    color: #727272;
    font-size: 11px;
    font-size: 0.786rem;
    line-height: 2.27;
    cursor: pointer;
}

.c-expandable-text.collapsed .c-expandable-text__expand-btn--shadowed:after {
    -webkit-transform: rotate(0.25turn);
    transform: rotate(0.25turn);
}

.c-expandable-text__expand-btn--shadowed:after {
    content: "«";
    margin-right: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.c-expandable-text__expand-btn--shadowed {
    position: absolute;
    bottom: 0;
    width: calc(100% - 80px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 30px;
}

span.price.unavailable {
    color: #ababab;
    font-size: 17px !important;
    line-height: 1.222;
    font-weight: 400 !important;
}

.showfilichiadvancesearch {
    border-radius: 4px;
    background-color: #e0e0e0;
    color: #424242;
    font-size: 12px;
    margin-right: 12px;
    line-height: 1.833;
    padding: 5px 11px;
    margin-left: 5px;
    padding-left: 35px;
}

.grid-info .shegeftangiz-flex {
    justify-content: flex-start;
}

.grid-info .c-color {
    justify-content: flex-end;
}

.panel-body #filterprice {
    background: #ed2b73 !important;
    border-color: #ed2b73 !important;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
}

.tab-pane.fade {
    display: none;
}

.tab-pane.fade.active {
    display: block;
}

.resultslist {
    margin: 60px 0;
}

input.form-control {
    line-height: 40px;
    position: relative;
    padding: 0 10px 0 1px;
    width: 100%;
    border: 0;
    transition: all 0.6s ease 0.1s;
    color: #292929;
    border-radius: 5px;
    outline: none;
}

.checkbox {
    margin-right: 0;
    padding-left: 16px;
}

.checkbox label input {
    margin-left: 5px;
}

.sorttight {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .grid-list-options .nav-tabs,
    #grid-table {
        display: none;
    }
    #grid-list {
        display: block;
    }
    .product-grid-item .grid-img img {
        max-width: 100%;
    }
    .grid-list-options .list-inline {
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 20px;
    }
    div#advancedsearchholder {
        margin: 10px 0;
    }
    .sorttight {
        display: block;
    }
}

.crumina-module.crumina-info-box.info-box--classic {
    display: flex;
    flex-direction: row-reverse;
}

.crumina-module.crumina-info-box.info-box--classic .info-box-content {
    text-align: justify;
}

a.btn.btn-market.btn--with-shadow img {
    width: 150px;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: flex;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    cursor: text;
    max-width: fit-content !important;
    width: fit-content;
    flex-wrap: wrap;
}

.bootstrap-tagsinput input {
    display: none;
}

.bootstrap-tagsinput .tag {
    white-space: nowrap;
    color: #000;
}

.store-filters {
    position: sticky !important;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
    top: 90px;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
}

.page__row--align-start {
    align-items: start !important;
    display: flex;
    justify-content: space-between;
}

.hidden {
    display: none;
}

.page--list-page .category-page__page-info {
    margin-top: 5px;
}

.category-page__title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.category-page__products-count {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #000;
    font-size: 13px;
}

.category-page__top-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    margin-bottom: 20px;
    background-color: #eef1f4;
    border-radius: 15px;
}

.search-products {
    position: relative;
    width: 300px;
    max-width: 100%;
    padding: 7px 10px 3px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 30px #edf0f5;
}

.search-products .input-group {
    display: flex;
    align-items: center;
}

span.c-price__value {
    width: 100%;
    color: #008dd0;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.omnitureproductlink.product-image-link {
    white-space: nowrap !important;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.favoriteBtn .title {
    width: 90%;
}

.fancytree-container.fancytree-rtl .fancytree-exp-n span.fancytree-expander,
.fancytree-container.fancytree-rtl .fancytree-exp-nl span.fancytree-expander {
    display: none !important;
}

ul.fancytree-container {
    font-size: 8pt !important;
}