﻿.no-margin {
    margin: 0px;
}

a.btn.btn-link {
    color: #fff
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    display: inline-block
}

.panel-group .panel {
    border-color        : #dedede;
    border-radius       : 0px;
    /*-webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);*/
}

.panel-group .panel .panel-heading {
    color              : #000;
    background-color   : #fff;
    border-color       : #f2f2f2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius      : 0px;
}

.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          : #000;
    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 .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 .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
}

.bootstrap-tagsinput {
    border    : none !important;
    box-shadow: none !important;
    padding   : 0 !important
}

.bootstrap-tagsinput input[type="text"] {
    display: none;
}

.bootstrap-tagsinput .label-filter {
    border       : 1px solid #bdbdbd;
    border-radius: 4px;
    color        : #5a5a5a !important;
    position     : relative;
    display      : inline-block
}

#quickshow {
    left   : 10%;
    right  : 10%;
    width  : 80%;
    height : 80%;
    padding: 0 !important;
    margin : 0 !important;
}

#quickshow .modal-dialog {
    padding: 0 !important;
    margin : 0 !important;
}

#quickshow .modal-content {
    width     : 100%;
    height    : 100%;
    padding   : 0 !important;
    margin    : 0 !important;
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 0;
    bottom    : 0;
    border    : 0px !important;
    box-shadow: none !important
}

#quickshow .modal-body {
    max-height: inherit;
}

.vertical-alignment-helper {
    display: table;
    height : 100%;
    width  : 100%;
}

.vertical-align-center {
    display       : table-cell;
    vertical-align: middle;
}

.modal-content {
    width : inherit;
    height: inherit;
    margin: 0 auto;
}

#productlistholder {
    border-top : 1px solid #dedede;
    padding-top: 25px;
    position   : relative
}

#productlistholder .row>div {
    margin-bottom: 15px
}

.grid-list-options .list-inline {
    margin-bottom: 5px
}

.grid-list-options .list-inline li {
    padding : 0px;
    position: relative;
}

.grid-list-options .nav-tabs {
    border : 0px;
    margin : 0px;
    padding: 0;
    display: inline-block;
}

.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;
    cursor             : pointer;
    background-color   : #fff;
    border             : 1px solid #ddd;
    border-bottom-color: #ddd;
}

.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   : #dedede;
    border             : 1px solid #ddd;
    border-bottom-color: #ddd;
}

.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 {
    /* background-color:#f6f6f9; */
    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: 170px
}

.product-grid-item .grid-img img {
    max-height: 220px !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;
    background-color              : #fff;
    transition                    : .5s ease;
    font-size                     : 11px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft    : 5px;
    border-top-left-radius        : 5px;
    box-shadow                    : 0px 0px 0px 1px rgba(0, 0, 0, .1);
    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: 15px
}

.product-grid-item .grid-info .cost {
    text-align : center;
    font-size  : 18px;
    font-weight: 700;
}

.product-grid-item .grid-info .linktoview .title {
    font-size : 16px;
    text-align: center;
    color     : #444
}

.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           : 28px;
    /* height       :24px; */
    background      : #c60021;
    text-align      : center;
    border-radius   : 3px;
    color           : #fff;
    line-height     : 24px;
    /* margin-bottom: 15px; */
}

.product-grid-item .grid-info .grid-options a.add-to-cart {
    width    : 60px;
    font-size: 1.2rem;
}

.product-grid-item .grid-info .grid-options a.active {
    background: #000
}

#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  : .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  : .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,
#technicalfilters .form-group .list-items .customlist-items .customlist-item input:checked+label+.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;
    float                : right;
    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, .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, .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;
    }
}

/* start custom css */

div#bootfrm {
    border : 1px solid #fff;
    padding: 1rem;
}

.product-grid-item {
    border: 1px solid #fff;
}

.product-grid-item .grid-info .linktoview .title {
    color: #fff;
}

h3.cost.text-primary {
    color: #fff;
}

a.btn.btn-xs {
    position  : relative;
    transition: 0.2s;

}

a.btn.btn-xs.sort-type.btn-primary {
    border          : none;
    background-color: unset;
    color           : #edcc68;
    position        : relative;
    transition      : 0.2s;
}

a.btn.btn-xs.sort-type.btn-primary:before {
    content      : "";
    position     : absolute;
    width        : 90%;
    height       : 100%;
    bottom       : -5px;
    border-bottom: 2px solid #edcc68;
}


a.btn.btn-xs:after {
    content      : "";
    position     : absolute;
    width        : 0;
    height       : 100%;
    bottom       : -5px;
    left         : 0;
    border-bottom: 2px solid #edcc68;
    display      : none;
    transition   : 0.2s all;
}

a.btn.btn-xs:hover {
    color     : #edcc68;
    transition: 0.2s all;
}

a.btn.btn-xs:hover:after {
    display   : block;
    transition: .2s all;
    width     : 100%;
}

.grid-options {
    display        : flex;
    align-items    : center;
    justify-content: space-evenly;
}

.grid-options>a {
    background-color: #fff !important;
    color           : #000 !important;
    width           : 6rem !important;
    padding         : 0.4rem 0;
}

/* start custom css */