.where {
    padding: 30px 0;
}

.where a {
    color: #bbbbbb;
    font-size: 14px;
    transition: none;
}

.where a:after {
    content: "/";
    padding: 0 5px;
}

.where a:last-of-type {
    color: #333;
}


#favorites h1.title {
    margin-bottom: 30px;
    color: #333;
    font-size: 50px;
    font-weight: bold;
}

/* * {
    outline: 0;
    -webkit-backface-visibility: hidden;
} */

p {
    color: #555555;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
}

#favorites .inner {
    padding-top: 0px;
    padding-bottom: 200px;
    margin-bottom: 40px;
    position: relative;
}

#favorites form {
    margin-top: 0px;
}

#favorites .inner .list:first-of-type {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

#favorites .download_title_sed {
    font-size: 30px;
    font-weight:500;
    margin-bottom: 30px;
    margin-top: 80px;
}


#favorites .h2 {
    font-size: 30px;
    font-weight:500;
    margin-bottom: 30px;
    margin-top: 80px;
}

ul.noneStyle {
    margin: 0;
    padding: 0;
}

#favorites .list ul li {
    position: relative;
    text-align: left;
}

#favorites .list ul li, .products-list ul.list li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
/*    text-align: center;*/
   margin: 0px 10px 30px;
}

#favorites .list ul li .listInner, .products-list ul.list li a {
    display: block;
/*    border: 5px solid #fff;*/
}

input, textarea, button, select, a {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

#compare table a:hover .pic:after, #favorites .list ul li a:hover .pic:after, .related-products ul.slider li:hover .pic:after, .products-list ul.list li:hover .pic:after {
    opacity: 1;
    transition: opacity 1s ease;
}



#compare table .pic, #favorites .list ul li .pic, .related-products ul.slider li .pic, .products-list ul.list li .pic {
    position: relative;
}

#compare table .pic{width: 250px;}

#favorites .list ul li .delete {
    width: 50px;
    height: 50px;
    background: url(../styles/images/icon-delete.png) center no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
    transition: transform 0.3s;
}

#favorites .list ul li .pic {
    margin-bottom: 10px;
    width: 100%;
}

#favorites .list ul li a img {
    width: 100%;
}

#compare table .pic:after, #favorites .list ul li .pic:after, .related-products ul.slider li .pic:after, .products-list ul.list li .pic:after {
    content: '';
    width: 100px;
    height: 100px;
    background: url(../styles/images/products/products-list-icon.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 1;
}

#favorites .list ul li .title {
    text-align: center;
    margin: 30px 0px 0px;
    font-weight: 500;
    font-size: 22px;
}

#favorites .list ul li .h3 {
    text-align: center;
    /* margin: 10px 0px; */
    font-weight: 400;
    font-size: 22px;
}


#favorites .list ul li .text {
    display: table;
    margin: auto;
}

#favorites .list ul li .download {
    padding-left: 30px;
    /* margin-bottom: 5px; */
    position: relative;
    font-size: 18px;
}

#favorites .list ul li .download a {
    font-size: 16px;
}

#favorites .text a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    border-bottom: 0px solid #ffb800;
}

#favorites .list ul li .download a:hover {
    border-bottom: 1px solid #ffb800;
}

#favorites .list ul li .download:after {
    content: url(../styles/images/icon-download2.png);
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 80%;
}

#favorites .list ul li label {
    display: table;
}

#favorites form label {
    width: 100%;
}

#favorites .list ul li label input {
    width: 18px;
    height: 18px;
    margin-left: 3px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: middle;
}

#favorites .list ul li label span {
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    display: table-cell;
}

#favorites .subnav {
    min-width: 290px;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 40px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #ddd;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#favorites .subnav-inner {
    display: table;
    margin: auto;
}

#favorites .subnav a, #favorites .subnav button {
    float: left;
    margin: 5px 8px;
    height: 50px;
/*    width: 180px;*/
    width: auto;
    padding: 0px 30px;
    background-color: #dddddd;
    color: #555555;
    font-size: 18px !important;
    line-height: 50px;
    border-radius: 50px;
    font-weight: normal;
    transition: color 0.3s, background 0.3s;
}

#favorites .subnav a:hover,#favorites .subnav button:hover,#favorites .subnav button:hover {
    background-color: #ffb800;
    color: #000000;
}

#favorites .subnav button {
    background-color: #dddddd;
    border-radius: 50px;
}

#favorites form button {
    color: #111111;
    font-size: 13px;
    width: 100px;
    height: 50px;
    border: none;
    background: transparent;
    cursor: pointer;
    float: left;
    /* border-radius: 50px; */
    margin-left: 20px;
    border-radius: 0px;
}

#favorites .subnav .inquire-btn span {
    background-image: url(../styles/images/icon-pen2.png);
}

#favorites .subnav a span, #favorites .subnav button span {
    margin: auto;
    padding-left: 30px;
    background: left center no-repeat;
}

#favorites .subnav .compare-btn span {
    background-image: url(../styles/images/icon-exchange2.png);
}

#favorites .subnav .reset-btn span {
    background-image: url(../styles/images/icon-reset2.png);
}

#favorites .subnav .reset-btn {
/*    width: 250px;*/
    width: auto;
}

#favorites .subnav.actived {
    position: absolute;
}

.noticeBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.noticeBox .blackmask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25;
    z-index: 1;
}

.noticeBox .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 530px;
    height: auto;
    margin-top: -130px;
    margin-left: -265px;
    background-color: #fff;
    text-align: center;
    padding: 0 20px 30px;
}

.noticeBox .inner .icon {
    display: table;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ffb800 url(../styles/images/icon-notice.png) center no-repeat;
    margin: 60px auto 35px auto;
}

.noticeBox .inner p {
    font-size: 21px;
    margin-bottom: 10px;
}

.noticeBox .inner .closeBox {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ddd url(../styles/images/icon-video-closed.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: -25px;
    transition: background .3s;
}

#compare .inner {
    max-width: 1240px;
    width: 100%;
    margin: 80px auto;
}

#compare .inner>.title {
    margin-bottom: 50px;
}

#compare .inner h1.title {
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 50px;
}

#compare .inner .title .right {
    float: right;
}

#compare .inner .title .right a {
    display: inline-block;
    margin-left: 30px;
    line-height: 35px;
    transition: none;
}

.print i {
    background-image: url(/styles/images/icon-pdf.png) !important;
}

#compare .inner>.title:after {
    content: "";
    clear: both;
    display: block;
}

.scroll, .scrollbarX {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.print, .inquire, .favorites {
    position: relative;
    cursor: pointer;
    padding-left: 50px;
    display: table;
}

.print i, .inquire i, .favorites i {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #cbcbcb center no-repeat;
    transition: transform .3s,background .3s;
    position: absolute;
    left: 0;
    top: 0;
}

#compare table {
    min-width: 600px;
}

#compare table td.title {
    font-weight: bold;
    width: 20%;
}

#compare table, #inquiry .inner table.list {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 2px solid #fabe00;
    text-align: left;
    margin-bottom: 10px;
}

#compare table th {
    text-align: left;
    padding: 20px;
    color: #333;
    font-weight: bold;
    border-top: 2px solid #fabe00;
    border-bottom: 2px solid #fabe00;
}

#compare table td {
    width: 26%;
    padding: 20px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}


.max-lg-size #favorites .list ul li .pic {
    width: 100%;
}

.max-lg-size #favorites .list ul li .delete {
    right: 0;
    top: 0;
}

.max-lg-size #favorites .download_title_sed {
    margin-top: 80px;
}

.max-md-size #favorites .list ul li {
    width: 30%;
/*    border: 5px solid #fff;*/
}


.max-md-size #compare .inner .title .right {
    float: right;
}

.max-sm-size #favorites .inner{padding-top: 0px;}

.max-sm-size #compare table .pic {
   width: revert;
}

.max-sm-size .right_btn li.myBtn_inquiry{
    margin-bottom: 250px !important;
}

.max-sm-size #myBtn {
    bottom: 230px !important;
}

.max-sm-size #favorites h1.title{font-size: 35px;}

.max-sm-size #favorites .list ul li .download a {
    font-size: 16px;
}

.max-sm-size #favorites .subnav {
    padding: 30px 15px;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

.max-sm-size #favorites .subnav-inner {
    width: 100%;
}

.max-sm-size #compare .inner .title .right {
    float: none !important;
}

.max-sm-size #compare .inner h1.title{font-size: 35px; margin-bottom: 30px;}

.max-sm-size #compare .inner .title .right a{margin-left: 0px;}

.max-xs-size #favorites .list ul li {
    width: 43.5%;
}

.max-sm-size #favorites .subnav a {
    width: calc(100% - 18%);
}

.max-xs-size #favorites .subnav button.reset-btn {
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
}