.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: 48px;
    font-weight: bold;
}

* {
    outline: 0;
    -webkit-backface-visibility: hidden;
}


ul.noneStyle {
    margin: 0;
    padding: 0;
}

.dk_options .dk_option_current a{color: #ffffff !important;}

#favorites .inner {
    padding-top: 80px;
    padding-bottom: 200px;
    /* margin-bottom: 40px; */
    position: relative;
}

#favorites .form-group {
    /* margin-bottom: 15px; */
    position: relative;
    width: 50%;
}

#favorites .download_title {
    line-height: 32px;
    font-weight: 400;
}

#favorites form label {
    width: 100%;
}

input, textarea, button, select, a {
    -webkit-tap-highlight-color: rgba(0,0,0,0) ;
}

input.addToZip{vertical-align: middle;}

.download_icon {
    position: absolute;
    right: 0.5vw;
    margin-top: 6px;
    opacity: 0.4;
    z-index: 1;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

#favorites form .form-control {
    width: -moz-calc(100% - 42px);
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    height: 42px;
    border: 1px solid #dcdcdc;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    box-shadow: none;
    -webkit-appearance: none;
    transition: border 0.5s;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover{color: none;}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    nowhitespace: afterproperty;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#favorites .form-group .formNotice {
    width: 100%;
    padding-left: 0px;
    float: left;
    color: red;
    line-height: 45px;
    margin: 0;
}


.form-control {
    border-radius: 0;
}

#favorites .download_title_sed {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 80px;
}

#favorites .list ul li.motion {
    display: inline-block;
    vertical-align: top;
    width: 12%;
    margin: 0 10px;
    /* margin-bottom: 30px; */
}

#favorites .list ul li {
    position: relative;
    text-align: left;
}

#favorites .list ul li .listInner {
    display: inline;
    border: 0px solid #fff;
}

#favorites .list ul li.motion .pic {
    display: table;
    line-height: 0;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #dddddd;
/*    box-shadow: 1px 1px 8px #999999;*/
}

#favorites .list ul li a img {
    width: 100%;
}

#favorites .list ul li .text {
    display: table;
    margin: auto;
}

#favorites .list ul li.motion label span {
    font-size: 18px;
    width: 100%;
    display: table-cell;
    font-weight: normal;
}

#favorites .list ul li a img.newicon {
    position: absolute;
    top: 8%;
    left: 8%;
    width: 18%;
}

#favorites .list ul li .d_text {
    padding-left: 28px;
    margin-bottom: 5px;
    position: relative;
}

#favorites .list ul li .d_text:after {
    content: url(../styles/images/icon-3d-download.png);
    position: absolute;
    left: -3px;
    top: 2px;
}


#favorites label.inquery_br {
    margin-top: 25px;
}

a:not([href]):not([class]):hover {
    color: #ffffff;
}






#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;
}

#favorites .list ul li .listInner, .products-list ul.list li a {
    display: block;
/*    border: 5px solid #fff;*/
    margin-bottom: 30px;
}



#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;
}

a, a:hover {
/*
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
*/
}

#compare table .pic, #favorites .list ul li .pic, .related-products ul.slider li .pic, .products-list ul.list li .pic {
    position: relative;
}

#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: 20px;
    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: 20px 0px;
    font-weight: 500;
    font-size: 22px;
}



#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: 16px;
    line-height: 28px;
    font-weight: normal;
    border-bottom: 0px solid #ffb800;
}

#favorites .text a:hover {
    border-bottom: 1px solid #ffb800;
}

#favorites .list ul li .download:after {
    content: url(https://cdn.timotion.com/styles/images/icon-download.png);
    position: absolute;
    left: 0;
    top: 2px;
}

#favorites .list ul li label {
    display: table;
}

#favorites form label {
    width: 100%;
}

#favorites .list ul li label input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
}

#favorites .list ul li label span {
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    display: table-cell;
    font-weight: normal;
}

#favorites .subnav {
    min-width: 290px;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 30px 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;
    background-color: #dddddd;
    color: #555555;
    font-size: 16px !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 .selectal-btn span {
    background-image: url(../styles/images/icon-selected2.png);
}

#favorites .subnav a span, #favorites .subnav button span {
    margin: auto;
    padding-left: 30px;
    background: left center no-repeat;
}

#favorites .subnav .clear-btn span {
    background: left center no-repeat url(../styles/images/icon-select-cancel2.png);
}

#favorites .subnav .download-btn {
    width: 250px;
}

#favorites .subnav .download-btn span {
    background-image: url(../styles/images/icon-download2.png)
}
#favorites .subnav .reset-btn {
    width: 250px;
}

#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: 0.25;
    z-index: 1;
}

.noticeBox .inner {
    padding: 0px 20px 30px;
    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;
}


.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: #dddddd url(../styles/images/icon-video-closed.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: -25px;
    transition: background 0.3s;
}

.dropkick{text-align: left;}


.max-lg-size #favorites .form-group {
    width: 100%;
    margin-top: 50px;
}

.max-lg-size #favorites .list ul li.motion {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 1.5%;
    /* margin-right: 0px; */
    margin-bottom: 20px;
}


.max-md-size #favorites .list ul li {
    width: 30%;
/*    border: 5px solid #fff;*/
}

.max-md-size .dropkick{text-align: center;}

.max-sm-size .right_btn li.myBtn_inquiry {
    margin-bottom: 130px !important;
}

.max-sm-size #myBtn {
    bottom: 230px !important;
}

.max-sm-size #favorites h1.title{font-size: 35px;}

.max-sm-size #favorites .form-group{margin-top: 30px;}

.max-sm-size #favorites .inner{padding-top: 0px;}

.max-sm-size #favorites label.inquery_br{margin-top: 0px;}

.max-sm-size #favorites .list ul li.motion {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    margin: 0 10px;
    margin-bottom: 20px;
}

.max-sm-size #favorites .list ul li .download a {
    font-size: 16px;
}

.max-sm-size #favorites .list ul li label span {
    font-size: 16px;
    width: 100%;
}

.max-sm-size #favorites .subnav-inner {
    width: 100%;
}

.max-sm-size #favorites .subnav a, .max-sm-size #favorites .subnav button, .max-sm-size #favorites .subnav button {
    width: -moz-calc(30% - 10px);
    width: -webkit-calc(33% - 10px);
    width: calc(30% - 10px);
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin: 5px;
}

.max-sm-size .noticeBox .inner {
    padding: 0px 0px;
    padding-bottom: 20px !important;
    width: 90%;
    height: auto;
    margin-left: 0;
    left: 5%;
}

.max-sm-size .dk_container {
    background-color: #fff;
    line-height: 43px;
}

.max-sm-size .dk_options li {
    border-bottom: 1px solid #fff;
}

.max-xs-size #favorites .list ul li a img.newicon {
    width: 27%;
}

.max-xs-size #favorites .list ul li {
    width: 43.3%;
}

.max-xs-size #favorites form button.download-btn {
    width: 97%;
}

.max-xs-size #favorites .subnav a, .max-xs-size #favorites .subnav button {
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}