#header,
.sidebar .aside-holder {
    z-index: 99
}

.listreset {
    margin: 0;
    padding: 0;
    list-style: none
}

#header {
    background: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.logo,
.nav-area {
    text-align: left
}

#header .container {
    padding-top: 20px;
    padding-bottom: 24px
}

.logo {
    width: 85px;
    margin: 0 auto
}

.logo a {
    text-decoration: none;
    display: block;
    overflow: hidden
}

.logo i {
    font-size: 49px;
    line-height: 50px;
    float: left;
    color: #25d6a2;
    margin: 0 5px 0 0
}

.logo .logo-title {
    display: block;
    margin: 6px 0 0;
    width: 85px
}

.logo .slogan {
    font-size: 12px;
    line-height: 14px;
    color: #6b6b6b;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-family: Gilroy-bold
}

.search-form {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 2px solid #b1b1b1;
    padding: 0 36px 0 0;
    overflow: hidden;
    width: 40px;
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.search-form.active {
    border-color: #3b3b3b
}

.search-form input[type=search] {
    border: none;
    padding: 8px;
    text-overflow: ellipsis;
    float: right;
    width: 100%;
    outline: 0
}

.search-form input[type=search]:focus::-moz-placeholder {
    color: transparent;
    opacity: 1
}

.search-form input[type=search]:focus:-ms-input-placeholder {
    color: transparent
}

.search-form input[type=search]:focus::-webkit-input-placeholder {
    color: transparent
}

.search-form input[type=search]:focus ::-webkit-input-placeholder {
    color: transparent
}

.search-form input[type=search]:focus :-moz-placeholder {
    color: transparent
}

.search-form input[type=search]:focus ::-moz-placeholder {
    color: transparent
}

.search-form .form-opener {
    border: none;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 11px;
    text-decoration: none;
    color: #3b3b3b
}

.search-form .form-opener:focus {
    outline: 0
}

.nav-area {
    position: absolute;
    top: 23px;
    left: 20px;
    z-index: 9999;
    color: #fff
}

.nav-area #nav {
    padding: 0;
    list-style: none;
    margin: 0 0 20px
}

.nav-area #nav .navigationItem {
    border-bottom: 1px solid #4f4f4f
}

.nav-area #nav .navigationItem.active a {
    opacity: .8
}

.nav-area #nav a {
    text-decoration: none;
    padding: 15px 25px;
    display: block;
    color: #fff
}

.nav-area #nav a:hover {
    opacity: .8
}

.nav-area #nav a.c-icon i {
    height: 30px;
    width: 30px;
    color: #fff;
    background: #3b3b3b;
    border-radius: 100%;
    padding: 5px;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 10px
}

.nav-area .notifications .icon {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.nav-area .logo-holder {
    margin: 0 0 30px 25px;
    width: 129px
}

.nav-area .logo-holder img {
    display: block;
    width: 100%
}

.nav-area .nav-opener {
    display: none
}

.nav-area .nav-opener:focus {
    outline: 0
}

.nav-active {
    overflow: hidden
}

.nav-active .nav-area .list-holder {
    left: 0
}

.nav-active .nav-area .nav-opener span {
    opacity: 0
}

.nav-active .nav-area .nav-opener:after,
.nav-active .nav-area .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px
}

.nav-active .nav-area .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

body {
    min-width: 320px
}

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 121px 0 0
}

.btn {
    border: 2px solid #3b3b3b;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 8px 41px
}

.btn.active,
.btn:active {
    box-shadow: none
}

.btn.btn-default {
    color: #3b3b3b
}

.btn.btn-default.active,
.btn.btn-default:active,
.btn.btn-default:hover {
    color: #fff;
    background: #3b3b3b;
    border-color: #3b3b3b
}

.btn.btn-default:focus {
    border-color: #3b3b3b;
    background: #fff;
    color: #3b3b3b;
    outline: 0
}

.breadcrumb {
    padding: 24px 0 20px;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px
}

.breadcrumb li+li:before {
    content: "\e806";
    font-family: fontello;
    color: #25d6a2;
    font-weight: 400;
    font-size: 16px;
    padding: 0 16px
}

.breadcrumb a {
    color: #3b3b3b;
    opacity: .5;
    text-decoration: none
}

.breadcrumb a:hover {
    opacity: 1
}

.heading {
    display: block;
    text-align: center;
    margin: 0 0 20px;
    letter-spacing: 1px;
    overflow: hidden
}

.heading span {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    position: relative
}

.heading span:after,
.heading span:before {
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    background: #e3e3e3;
    width: 9999px
}

.heading span:before {
    right: 100%
}

.heading span:after {
    left: 100%
}

.form {
    width: 260px;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 18px
}

.form input[type=text],
.form input[type=email],
.form input[type=tel] {
    width: 100%;
    background: 0 0;
    border: solid;
    border-width: 0 0 2px;
    border-color: rgba(59, 59, 59, .3);
    margin: 0 0 20px;
    outline: 0;
    padding: 3px 9px 3px 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 0;
    color: #3b3b3b
}

.form button,
.social-icons a {
    -webkit-transition: all .25s ease-in-out
}

.form input[type=text]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=tel]::-moz-placeholder {
    color: #3b3b3b;
    opacity: 1
}

.form input[type=text]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder {
    color: #3b3b3b
}

.form input[type=text]::-webkit-input-placeholder,
.form input[type=email]::-webkit-input-placeholder,
.form input[type=tel]::-webkit-input-placeholder {
    color: #3b3b3b
}

.form input[type=text] ::-webkit-input-placeholder,
.form input[type=email] ::-webkit-input-placeholder,
.form input[type=tel] ::-webkit-input-placeholder {
    color: #3b3b3b
}

.form input[type=text] :-moz-placeholder,
.form input[type=email] :-moz-placeholder,
.form input[type=tel] :-moz-placeholder {
    color: #3b3b3b
}

.form input[type=text] ::-moz-placeholder,
.form input[type=email] ::-moz-placeholder,
.form input[type=tel] ::-moz-placeholder {
    color: #3b3b3b
}

.form input[type=text]:focus,
.form input[type=text]:hover,
.form input[type=email]:focus,
.form input[type=email]:hover,
.form input[type=tel]:focus,
.form input[type=tel]:hover {
    border-color: #3b3b3b
}

.form input[type=text]:focus::-moz-placeholder,
.form input[type=email]:focus::-moz-placeholder,
.form input[type=tel]:focus::-moz-placeholder {
    color: transparent;
    opacity: 1
}

.form input[type=text]:focus:-ms-input-placeholder,
.form input[type=email]:focus:-ms-input-placeholder,
.form input[type=tel]:focus:-ms-input-placeholder {
    color: transparent
}

.form input[type=text]:focus::-webkit-input-placeholder,
.form input[type=email]:focus::-webkit-input-placeholder,
.form input[type=tel]:focus::-webkit-input-placeholder {
    color: transparent
}

.form input[type=text]:focus ::-webkit-input-placeholder,
.form input[type=email]:focus ::-webkit-input-placeholder,
.form input[type=tel]:focus ::-webkit-input-placeholder {
    color: transparent
}

.form input[type=text]:focus :-moz-placeholder,
.form input[type=email]:focus :-moz-placeholder,
.form input[type=tel]:focus :-moz-placeholder {
    color: transparent
}

.form input[type=text]:focus ::-moz-placeholder,
.form input[type=email]:focus ::-moz-placeholder,
.form input[type=tel]:focus ::-moz-placeholder {
    color: transparent
}

.form .btn.btn-default:focus {
    background: 0 0;
    border-color: #3b3b3b;
    color: #3b3b3b
}

.form button {
    background: 0 0;
    border: 2px solid #3b3b3b;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 35px;
    transition: all .25s ease-in-out;
    border-radius: 3px;
    outline: 0
}

.dolap-indir-block,
.form button:hover {
    background: #3b3b3b;
    color: #fff
}

img.discounted-arrow {
    height: 21px
}

.dolap-indir-block {
    padding: 16px 0 0;
    text-align: center;
    position: relative
}

.dolap-indir-block .container {
    letter-spacing: -.32em
}

.dolap-indir-block.alert {
    border: none;
    border-radius: 0;
    margin: 0
}

.dolap-indir-block .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px
}

.dolap-indir-block .img-text-holder {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 50%;
    letter-spacing: 0;
    padding: 0 28px 0 0;
    text-align: left
}

.dolap-indir-block .img-text-holder .img-holder {
    float: left;
    margin: 0 28px 0 0
}

.dolap-indir-block .img-text-holder .img-holder img {
    display: block
}

.dolap-indir-block .img-text-holder .text-block {
    overflow: hidden;
    padding: 0 20px 0 40px
}

.dolap-indir-block .img-text-holder .title {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 10px
}

.dolap-indir-block .form {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    letter-spacing: 0
}

.links-list .links-opener,
.links-list .links-ul>li>a {
    display: block;
    font-weight: 700;
    -webkit-transition: .25s ease-in-out background;
    outline: 0;
    text-transform: uppercase
}

.dolap-indir-block .form input[type=text],
.dolap-indir-block .form input[type=email],
.dolap-indir-block .form input[type=tel] {
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
    width: 200px
}

.dolap-indir-block .form input[type=text]::-moz-placeholder,
.dolap-indir-block .form input[type=email]::-moz-placeholder,
.dolap-indir-block .form input[type=tel]::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.dolap-indir-block .form input[type=text]:-ms-input-placeholder,
.dolap-indir-block .form input[type=email]:-ms-input-placeholder,
.dolap-indir-block .form input[type=tel]:-ms-input-placeholder {
    color: #fff
}

.dolap-indir-block .form input[type=text]::-webkit-input-placeholder,
.dolap-indir-block .form input[type=email]::-webkit-input-placeholder,
.dolap-indir-block .form input[type=tel]::-webkit-input-placeholder {
    color: #fff
}

.dolap-indir-block .form input[type=text] ::-webkit-input-placeholder,
.dolap-indir-block .form input[type=email] ::-webkit-input-placeholder,
.dolap-indir-block .form input[type=tel] ::-webkit-input-placeholder {
    color: #fff
}

.dolap-indir-block .form input[type=text] :-moz-placeholder,
.dolap-indir-block .form input[type=email] :-moz-placeholder,
.dolap-indir-block .form input[type=tel] :-moz-placeholder {
    color: #fff
}

.dolap-indir-block .form input[type=text] ::-moz-placeholder,
.dolap-indir-block .form input[type=email] ::-moz-placeholder,
.dolap-indir-block .form input[type=tel] ::-moz-placeholder {
    color: #fff
}

.dolap-indir-block .form input[type=text]:focus,
.dolap-indir-block .form input[type=text]:hover,
.dolap-indir-block .form input[type=email]:focus,
.dolap-indir-block .form input[type=email]:hover,
.dolap-indir-block .form input[type=tel]:focus,
.dolap-indir-block .form input[type=tel]:hover {
    border-color: #fff
}

.dolap-indir-block .form input[type=text]:focus::-moz-placeholder,
.dolap-indir-block .form input[type=email]:focus::-moz-placeholder,
.dolap-indir-block .form input[type=tel]:focus::-moz-placeholder {
    color: transparent;
    opacity: 1
}

.dolap-indir-block .form input[type=text]:focus:-ms-input-placeholder,
.dolap-indir-block .form input[type=email]:focus:-ms-input-placeholder,
.dolap-indir-block .form input[type=tel]:focus:-ms-input-placeholder {
    color: transparent
}

.dolap-indir-block .form input[type=text]:focus::-webkit-input-placeholder,
.dolap-indir-block .form input[type=email]:focus::-webkit-input-placeholder,
.dolap-indir-block .form input[type=tel]:focus::-webkit-input-placeholder {
    color: transparent
}

.dolap-indir-block .form input[type=text]:focus ::-webkit-input-placeholder,
.dolap-indir-block .form input[type=email]:focus ::-webkit-input-placeholder,
.dolap-indir-block .form input[type=tel]:focus ::-webkit-input-placeholder {
    color: transparent
}

.dolap-indir-block .form input[type=text]:focus :-moz-placeholder,
.dolap-indir-block .form input[type=email]:focus :-moz-placeholder,
.dolap-indir-block .form input[type=tel]:focus :-moz-placeholder {
    color: transparent
}

.dolap-indir-block .form input[type=text]:focus ::-moz-placeholder,
.dolap-indir-block .form input[type=email]:focus ::-moz-placeholder,
.dolap-indir-block .form input[type=tel]:focus ::-moz-placeholder {
    color: transparent
}

.dolap-indir-block .form .btn {
    border: 2px solid #fff;
    color: #fff;
    padding: 9px 15px
}

.dolap-indir-block .form .btn:hover {
    border-color: #fff;
    background: #fff;
    color: #3b3b3b
}

.dolap-indir-block .form .btn:focus {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.clickableItem {
    cursor: pointer
}

.links-list {
    position: relative;
    z-index: 999
}

.links-list .collapse,
.links-list .collapsing {
    position: absolute;
    left: 0;
    right: 0
}

.links-list .links-opener {
    background: #3b3b3b;
    width: 100%;
    border: none;
    color: #fff;
    padding: 10px;
    transition: .25s ease-in-out background
}

.links-list .links-opener:hover {
    background: #292929
}

.links-list .links-opener i {
    margin: 0 0 0 5px
}

.links-list .links-ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.links-list .links-ul>li {
    text-align: left
}

.links-list .links-ul>li.category-header-93:hover>a {
    background: #7c5cc5
}

.links-list .links-ul>li.category-header-93>a {
    background: #9176ce
}

.links-list .links-ul>li.category-header-93>a:hover {
    background: #7c5cc5
}

.links-list .links-ul>li.category-header-73:hover>a {
    background: #44cba3
}

.links-list .links-ul>li.category-header-73>a {
    background: #60d3b1
}

.links-list .links-ul>li.category-header-73>a:hover {
    background: #44cba3
}

.links-list .links-ul>li.category-header-63:hover>a {
    background: #e73e61
}

.links-list .links-ul>li.category-header-63>a {
    background: #eb5e7b
}

.links-list .links-ul>li.category-header-63>a:hover {
    background: #e73e61
}

.links-list .links-ul>li.category-header-84:hover>a {
    background: #eec251
}

.links-list .links-ul>li.category-header-84>a {
    background: #f1cd71
}

.links-list .links-ul>li.category-header-84>a:hover {
    background: #eec251
}

.links-list .links-ul>li>a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    transition: .25s ease-in-out background
}

.links-list .inner-links {
    background: #fff;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    padding: 20px 0 0
}

.links-list .inner-links a:hover,
.links-list .inner-links li.active a {
    background: #f6f6f6
}

.links-list .inner-links li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    font-size: 14px;
    line-height: 20px
}

.links-list .inner-links a {
    text-decoration: none;
    color: #3b3b3b;
    display: block;
    text-align: center;
    padding: 15px 5px;
    -webkit-transition: .25s ease-in-out background;
    transition: .25s ease-in-out background
}

.links-list .inner-links .icon-holder {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 30px
}

.links-list .inner-links .icon-holder.small-icon {
    font-size: 20px;
    line-height: 30px
}

.notificationHolder {
    display: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
    z-index: 1000;
    width: 410px;
    height: 530px;
    border-radius: 2px;
    margin: 10px 200px 0 0;
    border: 1px solid #dcdcdc;
    position: fixed;
    top: 52px;
    right: 0;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2)
}

.notificationHolder a {
    color: #3b3b3b
}

.notificationHolder a:hover {
    opacity: .8;
    text-decoration: none
}

.notificationHolder .notificationLoading {
    display: none;
    margin: auto
}

.notificationHolder .notificationItems .btn-close {
    font-size: 25px;
    cursor: pointer
}

.notificationHolder .notificationItems .notificationsHeader {
    color: #60d3b1;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    text-align: center
}

.notificationHolder .notificationItems .notificationTabs {
    position: relative;
    height: 550px;
    clear: both;
    margin: 10px 0;
    overflow-y: auto
}

.notificationHolder .notificationItems .notificationTabs .notificationTab {
    float: left
}

.notificationHolder .notificationItems .notificationTabs .notificationTab label {
    background: #eee;
    border: 1px solid #ccc;
    margin-left: -1px;
    display: inline;
    color: #6b6b6b;
    position: relative;
    left: 1px;
    top: 4px
}

.notificationHolder .notificationItems .notificationTabs .notificationTab [type=radio] {
    display: none
}

.notificationHolder .notificationItems .notificationTabs .notificationTab .content {
    position: absolute;
    top: 28px;
    left: 0;
    background: #f6f6f6;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 460px
}

.notificationHolder .notificationItems .notificationTabs .notificationTab .content .noNotificationFoundText {
    margin-left: 40%
}

.notificationHolder .notificationItems .notificationTabs .notificationTab .content ul {
    padding-left: 5px;
    padding-right: 5px;
    height: 460px;
    overflow-y: auto
}

.notificationHolder .notificationItems .notificationTabs .notificationTab .content .notificationItem {
    list-style: none;
    padding: 0;
    box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, .2)
}

.notificationHolder .notificationItems .notificationTabs .notificationTab .content .notificationItem .follow-member-btn {
    color: #25d6a2;
    padding-top: 18px;
    font-size: 25px
}

.notificationHolder .notificationItems .notificationTabs .notificationTab .content .notificationItem .img-holder {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 15px 14px 0 0;
    overflow: hidden;
    position: relative;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.notificationHolder .notificationItems .notificationTabs .notificationTab .content .notificationItem .person-img:before {
    position: absolute;
    background: url(../images/img-24.png);
    content: "";
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 100%;
    z-index: 2;
    top: 0
}

.notificationHolder .notificationItems .notificationTabs .notificationTab .content .notificationItem .person-img img {
    display: block;
    width: 100%;
    height: 100%
}

.notificationHolder .notificationItems .notificationTabs .notificationTab .content .notificationItem .row {
    margin: 10px 2px;
    height: 70px;
    font-size: 12px !important;
    background-color: #fff;
    border-radius: 3px
}

.notificationHolder .notificationItems .notificationTabs .notificationTab .content .notificationItem .row .notificationItemImage {
    padding-left: 5px
}

.notificationHolder .notificationItems .notificationTabs .notificationTab .content .notificationItem .row .notificationItemText {
    display: table;
    padding: 0;
    height: 70px
}

.notificationHolder .notificationItems .notificationTabs .notificationTab .content .notificationItem .row .notificationItemText a,
.notificationHolder .notificationItems .notificationTabs .notificationTab .content .notificationItem .row .notificationItemText div {
    display: table-cell;
    vertical-align: middle
}

.four-cols .col-holder.full-width .detail-footer .disc-price,
.four-cols .col-holder.full-width .detail-head,
.visual h1 span {
    display: block
}

.notificationHolder .notificationItems .notificationTabs [type=radio]:checked~label {
    background: #fff;
    color: #60d3b1;
    border-bottom: 1px solid #fff;
    z-index: 2
}

.notificationHolder .notificationItems .notificationTabs [type=radio]:checked~label~.content {
    z-index: 5
}

.visual {
    background: url(../images/img-1-small.html) 100% 0 no-repeat;
    background-size: cover;
    color: #fff;
    margin: 0 -5px 10px;
    padding: 98px 30px 110px;
    position: relative
}

.visual h1 {
    margin: 0 0 6px;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px
}

.visual h1 span {
    font-weight: 700;
    font-size: 67px;
    line-height: 70px;
    margin: 2px 0 0
}

.visual p {
    margin: 0 0 23px
}

.visual .btn-holder .btn.btn-default,
.visual .btn.btn-default {
    border: 2px solid #fff;
    background: 0 0;
    color: #fff;
    text-transform: uppercase
}

.visual .btn.btn-default:active,
.visual .btn.btn-default:hover .visual .btn.btn-default.active {
    background: #fff;
    color: #3b3b3b
}

.visual .btn.btn-default:focus {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.visual .form {
    font-size: 14px
}

.visual .form input[type=text],
.visual .form input[type=email],
.visual .form input[type=tel] {
    border-color: rgba(255, 255, 255, .3);
    color: #fff
}

.visual .form input[type=text]::-moz-placeholder,
.visual .form input[type=email]::-moz-placeholder,
.visual .form input[type=tel]::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.visual .form input[type=text]:-ms-input-placeholder,
.visual .form input[type=email]:-ms-input-placeholder,
.visual .form input[type=tel]:-ms-input-placeholder {
    color: #fff
}

.visual .form input[type=text]::-webkit-input-placeholder,
.visual .form input[type=email]::-webkit-input-placeholder,
.visual .form input[type=tel]::-webkit-input-placeholder {
    color: #fff
}

.visual .form input[type=text] ::-webkit-input-placeholder,
.visual .form input[type=email] ::-webkit-input-placeholder,
.visual .form input[type=tel] ::-webkit-input-placeholder {
    color: #fff
}

.visual .form input[type=text] :-moz-placeholder,
.visual .form input[type=email] :-moz-placeholder,
.visual .form input[type=tel] :-moz-placeholder {
    color: #fff
}

.visual .form input[type=text] ::-moz-placeholder,
.visual .form input[type=email] ::-moz-placeholder,
.visual .form input[type=tel] ::-moz-placeholder {
    color: #fff
}

.visual .form input[type=text]:focus,
.visual .form input[type=text]:hover,
.visual .form input[type=email]:focus,
.visual .form input[type=email]:hover,
.visual .form input[type=tel]:focus,
.visual .form input[type=tel]:hover {
    border-color: #fff
}

.visual .form input[type=text]:focus::-moz-placeholder,
.visual .form input[type=email]:focus::-moz-placeholder,
.visual .form input[type=tel]:focus::-moz-placeholder {
    color: transparent;
    opacity: 1
}

.visual .form input[type=text]:focus:-ms-input-placeholder,
.visual .form input[type=email]:focus:-ms-input-placeholder,
.visual .form input[type=tel]:focus:-ms-input-placeholder {
    color: transparent
}

.visual .form input[type=text]:focus::-webkit-input-placeholder,
.visual .form input[type=email]:focus::-webkit-input-placeholder,
.visual .form input[type=tel]:focus::-webkit-input-placeholder {
    color: transparent
}

.visual .form input[type=text]:focus ::-webkit-input-placeholder,
.visual .form input[type=email]:focus ::-webkit-input-placeholder,
.visual .form input[type=tel]:focus ::-webkit-input-placeholder {
    color: transparent
}

.visual .form input[type=text]:focus :-moz-placeholder,
.visual .form input[type=email]:focus :-moz-placeholder,
.visual .form input[type=tel]:focus :-moz-placeholder {
    color: transparent
}

.visual .form input[type=text]:focus ::-moz-placeholder,
.visual .form input[type=email]:focus ::-moz-placeholder,
.visual .form input[type=tel]:focus ::-moz-placeholder {
    color: transparent
}

.visual .form button {
    border: 2px solid #fff
}

.visual .form button:hover {
    background: #fff;
    color: #3b3b3b
}

.visual .btns-holder {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.visual .btns-holder .btn-next,
.visual .btns-holder .btn-prev {
    display: inline-block;
    vertical-align: top;
    color: #3b3b3b;
    background: #fff;
    padding: 4px 5px;
    font-size: 11px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.visual .btns-holder .btn-next:hover,
.visual .btns-holder .btn-prev:hover {
    background: #d9d9d9
}

.meet-block {
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 20px 0;
    overflow: hidden;
    margin: 0 0 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
}

.meet-block:before {
    position: absolute;
    content: "";
    background: url(../images/img-2.html) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 50%;
    height: 108px;
    width: 300px;
    z-index: -1;
    margin: 0 0 0 -150px
}

.download-block,
.four-cols .col-holder {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
}

.meet-block h2 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700
}

.ui-autocomplete {
    max-height: 300px;
    text-align: left;
    overflow: scroll
}

.ui-autocomplete .ui-menu-item {
    padding: 15px 1em 3px .4em
}

.two-cols {
    margin-bottom: 10px
}

.two-cols .meet-block {
    margin: 0
}

.download-block {
    text-align: center;
    padding: 20px 10px
}

.download-block h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px
}

.download-block .form {
    margin: 0 auto
}

.download-block .form input[type=text],
.download-block .form input[type=email],
.download-block .form input[type=tel] {
    width: 160px
}

.download-block .form button:hover {
    color: #fff
}

.four-cols .col-holder {
    margin: 0 0 10px
}

.four-cols .col-holder.full-width .detail-footer {
    padding: 23px 8px 31px;
    position: relative
}

.four-cols .col-holder.full-width .detail-footer .title-price-block {
    overflow: hidden;
    margin: 0 0 20px
}

.four-cols .col-holder.full-width .detail-footer .title-price-block img.originality-image {
    margin-bottom: 3px;
    height: 20px
}

.four-cols .col-holder.full-width .detail-footer .title-info-block {
    float: left;
    width: 50%
}

.four-cols .col-holder.full-width .detail-footer .price-detail {
    float: right;
    width: 50%;
    text-align: right;
    position: relative
}

.four-cols .col-holder.full-width .detail-footer .price {
    position: absolute;
    top: 18px;
    right: 0
}

.four-cols .col-holder.full-width .detail-footer .discounted {
    color: #eb5e7b
}

.four-cols .col-holder.full-width .detail-footer .like-comment-list {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 5px
}

.four-cols .col-holder.full-width .detail-footer .like-comment-list .text {
    display: inline-block;
    vertical-align: middle
}

.four-cols .col-holder .detail-head {
    overflow: hidden;
    padding: 14px 10px
}

.four-cols .col-holder .detail-head .img-title-block {
    float: left
}

.four-cols .col-holder .detail-head .img-title-block a {
    display: block;
    text-decoration: none
}

.four-cols .col-holder .detail-head .img-title-block a:hover .title {
    color: #000
}

.four-cols .col-holder .detail-head .user-icon {
    float: right;
    text-decoration: none;
    color: #25d6a2;
    font-size: 27px;
    line-height: 34px;
    margin: 3px 0 0;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.four-cols .col-holder .detail-head .user-icon:hover {
    color: #3b3b3b
}

.four-cols .col-holder .detail-head .person-img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    overflow: hidden;
    position: relative;
    width: 42px;
    height: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.four-cols .col-holder .detail-head .person-img:before {
    position: absolute;
    background: url(../../../../../cdn.dolap.com/web/images/img-24.png);
    content: "";
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 100%;
    z-index: 2;
    top: 0
}

.four-cols .col-holder .detail-head .person-img img {
    display: block
}

.four-cols .col-holder .detail-head .title-stars-block {
    display: inline-block;
    vertical-align: middle
}

.four-cols .col-holder .detail-head .title-stars-block .stars-list {
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0
}

.four-cols .col-holder .detail-head .title-stars-block .stars-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px;
    font-size: 14px;
    line-height: 16px;
    color: #fee4a0
}

.four-cols .col-holder .detail-head .title-stars-block span {
    color: #93959a;
    display: inline-block;
    vertical-align: middle
}

.four-cols .col-holder .detail-head .title {
    display: inline-block;
    vertical-align: top;
    color: #93959a;
    text-decoration: none
}

.four-cols .col-holder .detail-head .title:hover {
    color: #000
}

.four-cols .col-holder .img-block {
    overflow: hidden;
    position: relative;
    min-width: 170px;
    min-height: 170px
}

.four-cols .col-holder .img-block img {
    display: block;
    width: 100%;
    height: auto;
    float: left
}

.four-cols .col-holder .img-block .bgstretch {
    float: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.four-cols .col-holder .label-block {
    position: absolute;
    top: 20px;
    right: 0;
    background: url(../images/img-23.html) no-repeat;
    background-size: 100% 100%;
    width: 74px;
    height: 39px;
    text-align: center;
    padding: 8px 2px 0 15px
}

.four-cols .col-holder .label-block span {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    display: block
}

.four-cols .col-holder .satildi-block {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: rgba(255, 88, 88, .5);
    text-align: center;
    padding: 5px
}

.four-cols .col-holder .satildi-block span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    display: block
}

.four-cols .col-holder .discounted-block {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: url(../../../../../external.html?link=https://cdn.dolap.com/web/images/indirim_kulak.svg) no-repeat;
    text-align: left;
    padding: 5px
}

.four-cols .col-holder .discounted-block span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    display: block
}

.four-cols .col-holder .detail-footer {
    padding: 10px 10px 31px
}

.four-cols .col-holder .detail-footer .title-price-block {
    margin: 0 0 3px
}

.four-cols .col-holder .detail-footer .title-price-block img.originality-image {
    margin-bottom: 3px;
    height: 20px
}

.four-cols .col-holder .detail-footer .title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.four-cols .col-holder .detail-footer .detail {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.four-cols .col-holder .detail-footer .price-detail {
    text-transform: uppercase
}

.four-cols .col-holder .detail-footer .disc-price {
    display: inline-block;
    vertical-align: middle;
    text-decoration: line-through;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.four-cols .col-holder .detail-footer .price {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.four-cols .col-holder .detail-footer .discounted {
    color: #eb5e7b
}

.four-cols .col-holder .detail-footer .like-comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px
}

.four-cols .col-holder .detail-footer .like-comment-list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    line-height: 20px
}

.four-cols .col-holder .detail-footer .like-comment-list li+li {
    position: relative;
    padding: 0 0 0 15px
}

.four-cols .col-holder .detail-footer .like-comment-list li+li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    height: 15px;
    width: 2px;
    background: #ebebeb
}

.four-cols .col-holder .detail-footer .like-comment-list li.like i {
    color: #f26e89
}

.four-cols .col-holder .detail-footer .like-comment-list li.comment i {
    color: #4d2f91
}

.four-cols .col-holder .detail-footer .like-comment-list a {
    text-decoration: none;
    color: #3b3b3b
}

.four-cols .col-holder .detail-footer .like-comment-list a:hover {
    opacity: .8
}

.four-cols .col-holder .detail-footer .like-comment-list i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0
}

.four-cols .col-holder .detail-footer .like-comment-list .numbers {
    display: inline-block;
    vertical-align: middle
}

.four-cols .col-holder .detail-footer .like-comment-list .text {
    display: none
}

.filter-active .sidebar .aside-holder:after {
    visibility: visible;
    left: 108px
}

.filter-active .sidebar .aside-holder .btns-block {
    left: 0;
    box-shadow: 0 6px 11px 5px rgba(0, 0, 0, .32)
}

.sidebar-content-block {
    padding: 10px 0
}

.sidebar-content-block .btns-holder {
    padding: 0;
    list-style: none;
    letter-spacing: -.32em;
    margin: 0 -5px 9px
}

.sidebar-content-block .btns-holder li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 5px;
    letter-spacing: 0
}

.sidebar-content-block .btns-holder a {
    display: block;
    background: #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #3b3b3b
}

.sidebar-content-block .btns-holder i {
    color: #25d6a2;
    margin: 0 5px 0 0
}

.sidebar-content-block .btns-holder .jcf-select {
    width: 100%;
    border: none;
    border-radius: 0;
    background: #fff;
    height: auto;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    color: #3b3b3b;
    min-width: inherit
}

.sidebar-content-block .btns-holder .jcf-select .jcf-select-text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: inherit
}

.sidebar-content-block .btns-holder .jcf-select .jcf-select-text:before {
    position: absolute;
    content: "\e894";
    font-family: fontello;
    top: 0;
    left: -20px;
    color: #25d6a2;
    font-size: 12px;
    font-weight: 400
}

.sidebar-content-block .btns-holder .jcf-select .jcf-select-opener {
    display: none
}

.sidebar .aside-holder .close-filter-holder {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    padding: 8px 10px;
    text-align: right;
    background: #3b3b3b;
    -webkit-transition: left .25s linear;
    transition: left .25s linear
}

.sidebar .aside-holder .close-filter-holder a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 24px
}

.sidebar .jcf-scrollable {
    width: 100% !important
}

.sidebar .slide-block ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar .slide-block ul li {
    padding: 0 0 30px
}

.sidebar .slide-block ul li.active>a:before {
    display: block
}

.sidebar .slide-block ul i {
    display: none
}

.sidebar .slide-block ul a {
    text-decoration: none;
    color: #3b3b3b;
    font-weight: 700;
    display: block;
    padding: 0 0 0 15px;
    position: relative
}

.sidebar .slide-block ul a:before {
    position: absolute;
    content: "\e80a";
    font-family: fontello;
    top: 3px;
    left: 0;
    color: #25d6a2;
    font-size: 10px;
    display: none
}

.container-holder,
.img-info-block,
.sidebar .input-holder,
.sidebar .seo-2-block .btn-opener {
    position: relative
}

.sidebar .slide-block ul .color {
    float: right;
    height: 18px;
    width: 18px;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid rgba(59, 59, 59, .2)
}

.sidebar .slide-block ul .color img {
    display: block;
    width: 100%
}

.sidebar .slide-block ul .name {
    overflow: hidden;
    display: block
}

.sidebar .title {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    display: block;
    margin: 0 0 13px;
    color: #3b3b3b
}

.sidebar .filter-block {
    text-align: center
}

.sidebar .filter-block .btn-clear {
    text-decoration: none;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    color: #3b3b3b;
    font-weight: 700
}

.sidebar .filter-block ul {
    margin: 0;
    list-style: none;
    padding: 10px 10px 0;
    border-top: 1px solid #ebebeb;
    text-align: left
}

.sidebar .filter-block ul li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #b1b1b1;
    margin: 0 6px 10px 0;
    border-radius: 2px
}

.sidebar .filter-block ul a {
    display: inline-block;
    vertical-align: top;
    padding: 4px 5px 4px 9px;
    text-decoration: none;
    color: #3b3b3b
}

.sidebar .filter-block ul a.btn-close {
    padding: 5px 5px 4px 0
}

.sidebar .input-holder label {
    position: absolute;
    left: 1px;
    top: 4px
}

.sidebar .input-holder input[type=text] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #c4c4c4;
    padding: 5px 5px 5px 20px;
    background: 0 0;
    outline: 0;
    border-radius: 0
}

.sidebar .btns-block {
    margin: 0;
    list-style: none;
    letter-spacing: -.32em;
    position: fixed;
    left: -100%;
    bottom: 0;
    width: 100%;
    -webkit-transition: left .25s linear;
    transition: left .25s linear;
    background: #fff;
    padding: 10px 0;
    z-index: 9999
}

.sidebar .btns-block li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 5px;
    letter-spacing: 0
}

.sidebar .btns-block a {
    display: block
}

.sidebar .btns-block a.apply {
    border-color: #25d6a2;
    color: #fff;
    background: #25d6a2
}

.sidebar .seo-1-block {
    padding: 19px 25px;
    line-height: 17px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
}

.sidebar .seo-1-block h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px;
    font-weight: 700
}

.sidebar .seo-1-block strong {
    font-weight: 500
}

.sidebar .seo-2-block {
    background: #f6f6f6;
    padding: 20px 0 0
}

.pagination.other,
.sidebar .seo-2-block .panel-block {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
}

.sidebar .seo-2-block .panel-block {
    padding: 15px 17px 20px;
    margin: 0 0 30px
}

.sidebar .seo-2-block h2,
.sidebar .seo-2-block h3,
.sidebar .seo-2-block h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 10px
}

.sidebar .seo-2-block .dots-holder.active .btn-opener:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sidebar .seo-2-block .slide-holder {
    padding: 0 0 10px
}

.sidebar .seo-2-block .btn-opener {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
    width: 15px;
    margin: 0 auto
}

.sidebar .seo-2-block .btn-opener:after {
    position: absolute;
    content: "\e802";
    font-family: fontello;
    bottom: 0;
    lef: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 12px;
    color: #3b3b3b
}

.sidebar .seo-2-block .btn-opener:focus {
    outline: 0
}

.sidebar .seo-2-block strong {
    font-weight: 500
}

.pagination.other {
    border-radius: 0;
    text-align: center;
    display: block;
    padding: 16px 10px
}

.pagination.other li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px
}

.pagination.other li.active a {
    background: 0 0;
    color: #25d6a2
}

.pagination.other li.disabled a {
    opacity: .2
}

.pagination.other li.disabled a:hover {
    color: #3b3b3b
}

.pagination.other li.prev {
    float: left
}

.pagination.other li.next {
    float: right
}

.pagination.other li.next a,
.pagination.other li.prev a {
    font-size: 11px;
    line-height: 14px
}

.pagination.other a {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 700;
    color: #3b3b3b;
    background: 0 0
}

.pagination.other a:hover {
    background: 0 0;
    color: #25d6a2
}

.title-select-block {
    overflow: hidden;
    margin: 0 0 20px
}

.title-select-block .title-block {
    padding: 6px 0 10px
}

.title-select-block .title {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px 0 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px
}

.title-select-block .subtitle {
    display: inline-block;
    vertical-align: bottom;
    color: #93959a;
    font-size: 16px
}

.title-select-block .select-block {
    text-align: center
}

.title-select-block .select-block select {
    display: inline-block;
    vertical-align: top
}

.title-select-block .select-block .pagination.other {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 6px;
    background: 0 0;
    border: 1px solid #ababab;
    border-radius: 2px;
    padding: 4px 6px
}

.title-select-block .select-block .pagination.other li {
    padding: 0 6px
}

.title-select-block .select-block .pagination.other .next a,
.title-select-block .select-block .pagination.other .prev a {
    font-size: 11px
}

.category-landing img {
    border-radius: 8px;
    width: 100%
}

.home-banner img {
    width: 100%
}

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
    width: 100% !important;
    float: left !important
}

.main-profile-block {
    padding: 13px 0 0
}

.main-profile-block .nav-tabs {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    background: #fff;
    letter-spacing: -.32em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.main-profile-block .nav-tabs li {
    float: none;
    margin: 0;
    letter-spacing: 0;
    width: 33.33%
}

.main-profile-block .nav-tabs li+li {
    border-left: 1px solid #ebebeb
}

.main-profile-block .nav-tabs a {
    color: #3b3b3b;
    text-decoration: none;
    border: none;
    border-bottom: 2px solid #fff;
    display: block;
    margin: 0;
    padding: 14px 10px;
    text-align: center;
    font-weight: 700;
    height: 100%
}

.main-profile-block .nav-tabs a.focus,
.main-profile-block .nav-tabs a:focus {
    background-color: #fff
}

.main-profile-block .nav-tabs a.active,
.main-profile-block .nav-tabs a.hover,
.main-profile-block .nav-tabs a:hover {
    color: #25d6a2;
    border-bottom: 2px solid #25d6a2;
    background: 0 0;
    border-left: none;
    border-right: none;
    border-top: none;
    outline: 0
}

.main-profile-block .stars-block {
    margin: 0 0 10px
}

.main-profile-block .stars-block .likes-info {
    display: inline-block;
    vertical-align: middle;
    opacity: .5
}

.main-profile-block .stars-list {
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0
}

.main-profile-block .stars-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px;
    font-size: 18px;
    line-height: 20px;
    color: #fee4a0
}

.img-info-block {
    padding: 0 0 0 110px;
    margin: 0 0 -43px;
    z-index: 3
}

.img-info-block h1 {
    margin: 0 0 1px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700
}

.follow-text-block .followers-list,
.follow-text-block .text-block,
.img-info-block .time {
    font-size: 16px;
    line-height: 20px
}

.img-info-block h1 a {
    text-decoration: none;
    color: #3b3b3b
}

.img-info-block h1 a:hover {
    color: #000
}

.img-info-block .time {
    display: block;
    opacity: .5;
    margin: 3px 0 18px
}

.img-info-block .btn {
    border-color: #25d6a2;
    color: #25d6a2;
    background: 0 0;
    padding: 8px 10px;
    width: 110px
}

.img-info-block .title-block {
    overflow: hidden
}

.img-info-block .person-img {
    margin: 10px 7px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px
}

.img-info-block .person-img:before {
    position: absolute;
    left: 11px;
    top: 11px;
    bottom: 11px;
    right: 11px;
    content: "";
    z-index: 1;
    border: 3px solid #fff;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.img-info-block .person-img svg {
    vertical-align: top
}

.img-info-block .person-img img {
    display: block;
    width: 100%
}

.productCount {
    padding: 10px 10px 20px
}

.productCount span {
    display: inline;
    color: #93959a;
    font-size: 20px;
    margin-left: 40%
}

.follow-text-block {
    background: #fff;
    padding: 65px 5px 8px;
    text-align: left
}

.follow-text-block .follow-block {
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px;
    margin: 0 0 10px
}

.follow-text-block .followers-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.follow-text-block .followers-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0
}

.follow-text-block .followers-list a {
    text-decoration: none;
    color: #3b3b3b
}

.follow-text-block .followers-list strong {
    font-size: 22px;
    line-height: 25px;
    display: block
}

.product-detail-block {
    margin-bottom: 10px
}

.product-detail-block .slideshow {
    position: relative;
    margin: 0 -5px 9px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04);
    z-index: 1
}

.product-detail-block .slideshow .slideset-holder {
    height: 420px;
    overflow: hidden
}

.product-detail-block .slideshow .slideset {
    position: relative
}

.product-detail-block .slideshow .slideset .bgstretch {
    width: 100%;
    height: 570px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    cursor: move
}

.product-detail-block .slideshow .like-btn {
    position: absolute;
    bottom: 19px;
    right: 10px;
    z-index: 3;
    background: #fff;
    height: 58px;
    width: 58px;
    border-radius: 100%;
    color: #f26e89;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding: 14px 0
}

.product-detail-block .slideshow .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.product-detail-block .slideshow .slide.active {
    z-index: 2
}

.product-detail-block .slideshow .img-holder img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none
}

.product-detail-block .slideshow .share-block {
    background: #fff;
    padding: 13px 20px
}

.product-detail-block .slideshow .share-block .share-list {
    color: #3b3b3b;
    text-transform: uppercase
}

.product-detail-block .slideshow .share-block .share-list .title {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    letter-spacing: 1px
}

.product-detail-block .slideshow .share-block .share-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 22px
}

.product-detail-block .slideshow .share-block .share-list ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px
}

.product-detail-block .slideshow .share-block .share-list ul a {
    text-decoration: none;
    color: #3b3b3b
}

.product-detail-block .slideshow .share-block .share-list ul a:hover {
    opacity: .8
}

.product-detail-block .slideshow .share-block .next-prev-btns {
    float: right
}

.product-detail-block .slideshow .share-block .next-prev-btns a {
    text-decoration: none;
    color: #3b3b3b;
    margin: 0 4px
}

.product-detail-block .slideshow .share-block .next-prev-btns a:hover {
    opacity: .8
}

.product-detail-block .slideshow .cargo-block {
    position: absolute;
    bottom: 19px;
    left: 0;
    z-index: 9
}

.product-detail-block .slideshow .cargo-block .title {
    display: block;
    color: #fff;
    font-weight: 700;
    padding: 7px 20px 0 0;
    overflow: hidden;
    margin: 0;
    letter-spacing: 1px
}

.product-detail-block .slideshow .cargo-block .cargo-holder {
    background: #fec942;
    overflow: hidden;
    padding: 8px 10px;
    border-radius: 0 30px 30px 0;
    text-align: left
}

.product-detail-block .slideshow .cargo-block .cargo-holder .subtitle {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
    font-size: 13px;
    line-height: 12px
}

.product-detail-block .slideshow .cargo-block .cargo-holder .icon-holder {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    padding: 8px 0 0 3px;
    text-align: center;
    position: relative
}

.product-detail-block .slideshow .cargo-block .cargo-holder .icon-holder:after {
    position: absolute;
    content: "\e80a";
    top: 11px;
    left: 11px;
    font-family: fontello;
    font-size: 8px;
    line-height: 10px
}

.product-detail-block .paging {
    position: relative
}

.product-detail-block .paging .mask {
    position: relative;
    overflow: hidden
}

.product-detail-block .paging .mask .p-slideset {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100% !important;
    white-space: nowrap;
    letter-spacing: -.32em
}

.product-detail-block .paging .mask .p-slide {
    display: inline-block;
    vertical-align: top;
    width: calc(12.5% - 10px) !important;
    margin: 0 5px;
    white-space: normal;
    letter-spacing: 0
}

.product-detail-block .paging .mask img {
    display: block;
    width: 100%
}

.product-detail-block .detail-block .title-block {
    text-align: center;
    margin: 0 0 10px;
    background: #fff;
    padding: 18px;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
}

.product-detail-block .detail-block .title-block h1 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 5px;
    font-weight: 400
}

.product-detail-block .detail-block .title-block .subtitle {
    display: block;
    color: #949494
}

.product-detail-block .detail-block .title-block .likes-block a {
    color: #3b3b3b;
    text-decoration: none
}

.product-detail-block .detail-block .title-block .likes-block a:hover i {
    color: #3b3b3b
}

.product-detail-block .detail-block .title-block .likes-block i {
    display: block;
    color: #f26e89;
    font-size: 22px;
    margin: 0 0 5px
}

.product-detail-block .detail-block .originality-block {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    height: 50px;
    background: -webkit-linear-gradient(left, #25d6a2, #4d2f91);
    background: linear-gradient(to right, #25d6a2, #4d2f91);
    margin: 0 0 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
}

.product-detail-block .detail-block .originality-block .originality-image-container {
    padding: 10px
}

.product-detail-block .detail-block .originality-block .originality-image-container img {
    height: 30px;
    margin-bottom: 4px
}

.product-detail-block .detail-block .price-block {
    background: #fff;
    padding: 10px;
    overflow: hidden;
    margin: 0 0 10px;
    letter-spacing: -.32em
}

.product-detail-block .detail-block .price-block.sold .price-detail .disc-price,
.product-detail-block .detail-block .price-block.sold .price-detail .price {
    color: rgba(52, 54, 60, .5);
    pointer-events: none
}

.product-detail-block .detail-block .price-block.sold .sold-title {
    float: right;
    font-size: 49px;
    line-height: 50px;
    color: rgba(239, 74, 108, .3);
    font-weight: 700;
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
    text-transform: uppercase;
    margin: 5px -10px 0 0;
    letter-spacing: -2px
}

.product-detail-block .detail-block .price-block .price-detail {
    text-transform: uppercase;
    padding: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    letter-spacing: 0
}

.product-detail-block .detail-block .price-block .price-detail .disc-price {
    display: block;
    text-decoration: line-through;
    font-size: 18px;
    line-height: 20px
}

.product-detail-block .detail-block .price-block .price-detail .price {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px
}

.product-detail-block .detail-block .price-block .price-detail .discounted {
    color: #eb5e7b
}

.product-detail-block .detail-block .price-block .btns-holder {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 60%;
    letter-spacing: 0
}

.product-detail-block .detail-block .price-block .btns-holder .btn {
    width: 75px;
    padding: 5px;
    white-space: inherit;
    line-height: 16px;
    font-weight: 500
}

.product-detail-block .detail-block .price-block .btns-holder .btn.satin {
    background: #25d6a2;
    border-color: #25d6a2;
    color: #fff
}

.product-detail-block .detail-block .price-block .btns-holder .btn.satin:hover {
    background: #21c092;
    border-color: #21c092
}

.product-detail-block .detail-block .price-block .btns-holder .btn.bid:hover,
.product-detail-block .detail-block .price-block .btns-holder .btn.biddingButton:hover {
    background: #25d6a2;
    color: #fff
}

.product-detail-block .detail-block .price-block .btns-holder .btn.bid {
    border-color: #25d6a2;
    color: #25d6a2
}

.product-detail-block .detail-block .price-block .btns-holder .btn.biddingButton {
    padding: 20px 25px
}

.product-detail-block .detail-block .advantages-block {
    background: #fff;
    margin: 0 0 10px;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
}

.product-detail-block .detail-block .advantages-block .title {
    display: block;
    margin: 0 0 14px;
    font-weight: 500
}

.product-detail-block .detail-block .advantages-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: -.32em
}

.product-detail-block .detail-block .advantages-block ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    letter-spacing: 0;
    padding: 0 3px
}

.product-detail-block .detail-block .advantages-block ul span {
    display: block
}

.product-detail-block .detail-block .advantages-block ul .icon-holder {
    height: 44px;
    width: 44px;
    margin: 0 auto 7px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0
}

.product-detail-block .detail-block .advantages-block ul .icon-holder.icon-1 {
    background: #4d2f91
}

.product-detail-block .detail-block .advantages-block ul .icon-holder.icon-2 {
    background: #fec942;
    font-size: 20px
}

.product-detail-block .detail-block .advantages-block ul .icon-holder.icon-3 {
    background: #ef4a6c;
    font-size: 20px
}

.product-detail-block .detail-block .profile-block {
    background: #fff;
    margin: 0 0 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
}

.product-detail-block .detail-block .profile-block .detail-head {
    overflow: hidden;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #ebebeb
}

.product-detail-block .detail-block .profile-block .detail-head .img-title-block {
    float: left
}

.product-detail-block .detail-block .profile-block .detail-head .user-icon {
    float: right;
    text-decoration: none;
    color: #25d6a2;
    font-size: 27px;
    line-height: 34px;
    margin: 3px 0 0;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.product-detail-block .detail-block .profile-block .detail-head .user-icon:hover {
    color: #3b3b3b
}

.product-detail-block .detail-block .profile-block .detail-head .person-img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    overflow: hidden;
    position: relative;
    width: 42px;
    height: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.product-detail-block .detail-block .profile-block .detail-head .person-img:before {
    position: absolute;
    background: url(../../../../../cdn.dolap.com/web/images/img-24.png);
    content: "";
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 100%;
    z-index: 2;
    top: 0
}

.product-detail-block .detail-block .profile-block .detail-head .person-img img {
    display: block;
    width: 100%;
    height: 100%
}

.product-detail-block .detail-block .profile-block .detail-head .title-stars-block {
    display: inline-block;
    vertical-align: middle
}

.product-detail-block .detail-block .profile-block .detail-head .title-stars-block .stars-list {
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0
}

.product-detail-block .detail-block .profile-block .detail-head .title-stars-block .stars-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 16px;
    color: #fee4a0;
    margin: 0
}

.product-detail-block .detail-block .profile-block .detail-head .title-stars-block span {
    color: #93959a;
    display: inline-block;
    vertical-align: middle
}

.product-detail-block .detail-block .profile-block .detail-head .title {
    display: inline-block;
    vertical-align: top;
    color: #93959a;
    text-decoration: none
}

.product-detail-block .detail-block .profile-block .detail-head .title:hover {
    color: #000
}

.product-detail-block .detail-block .profile-block .remarks-block {
    padding: 10px 10px 15px;
    opacity: .8;
    font-size: 16px;
    line-height: 20px
}

.product-detail-block .detail-block .profile-block .remarks-block .color-holder {
    display: block;
    position: relative
}

.product-detail-block .detail-block .profile-block .remarks-block .color-holder .img-holder {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    border: 1px solid rgba(59, 59, 59, .2)
}

.product-detail-block .detail-block .profile-block .remarks-block .color-holder .img-holder img {
    display: block;
    width: 100%
}

.product-detail-block .detail-block .profile-block .remarks-block .color-holder span {
    display: inline-block;
    vertical-align: middle;
    color: #34363c
}

.product-detail-block .detail-block .features-block {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px
}

.product-detail-block .detail-block .features-block .feat-holder {
    background: #fff;
    margin: 0 0 10px;
    padding: 16px 10px 6px 47px;
    position: relative;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
}

.product-detail-block .detail-block .features-block .feat-holder .icon-right-open {
    float: right
}

.product-detail-block .detail-block .features-block .feat-holder .title {
    display: block;
    font-weight: 500;
    margin: 0 0 4px
}

.product-detail-block .detail-block .features-block .feat-holder i {
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -12px 0 0;
    font-size: 16px;
    line-height: 26px
}

.product-detail-block .detail-block .features-block .feat-holder i.large-icon {
    font-size: 26px;
    line-height: 30px
}

.product-detail-block .detail-block .features-block .bottom-borderless {
    border-bottom: none
}

.product-detail-block .detail-block .likes-block-holder {
    background: #fff;
    padding: 16px 10px;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
}

.product-detail-block .detail-block .likes-block-holder a {
    text-decoration: none;
    color: #3b3b3b;
    position: relative;
    padding: 0 20px 0 30px;
    display: block
}

.product-detail-block .detail-block .likes-block-holder a:before {
    position: absolute;
    content: "\e893";
    top: 1px;
    left: 0
}

.product-detail-block .detail-block .likes-block-holder a:after {
    position: absolute;
    content: "\e806";
    top: 0;
    right: 0
}

#productBidContainerPopup {
    background: 0 0;
    overflow: scroll;
    padding: 0;
    width: 350px;
    height: 480px
}

.modal {
    z-index: 9010
}

.productBidContainer {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e6e6e6;
    z-index: 900;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #dcdcdc;
    text-align: start;
    text-decoration: none;
    letter-spacing: 0
}

.productBidContainer .productBidBrandPriceInfo {
    height: 80px;
    background-size: cover;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-position: center;
    text-shadow: 2px 4px 3px #000
}

.productBidContainer .productBidBrandPriceInfo div {
    margin-top: 25px
}

.productBidContainer .productBidBrandPriceInfo div a {
    font-size: 25px
}

.productBidContainer .productBidBrandPriceInfo .productBidClosePopup {
    color: #fff
}

.productBidContainer .productCampaignInfo {
    background-color: #fff;
    padding: 0;
    height: 50px;
    border: 2px solid #000;
    border-radius: 3px
}

.productBidContainer .productCampaignInfo .productCampaignInfoPrice {
    padding: 0 0 0 5px;
    height: 100%;
    background-color: #eb5e7b;
    color: #fff
}

.productBidContainer .productCampaignInfo .productCampaignInfoPrice span {
    font-size: 20px
}

.productBidContainer .productCampaignInfo .productCampaignInfoPrice p {
    font-size: 12px
}

.productBidContainer .productCampaignInfo .productCampaignInfoInfo {
    padding: 0 0 0 5px;
    height: 100%;
    background-color: #fff;
    color: #000
}

.productBidContainer .productCampaignInfo .productCampaignInfoTriangle {
    padding: 0;
    background-color: #fff;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-left: 15px solid #eb5e7b;
    border-bottom: 23px solid transparent
}

.productBidContainer a {
    color: #3b3b3b
}

.productBidContainer .productBidClosePopup {
    cursor: pointer
}

.productBidContainer .howItWorks {
    background-color: #fff;
    height: 30px;
    display: table;
    cursor: pointer;
    border-bottom: 1px #b1b1b1 solid
}

.productBidContainer .howItWorks a {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle
}

.productBidContainer .productBidding {
    height: 80%;
    padding: 0
}

.productBidContainer .productBidding .bidActions {
    position: absolute;
    bottom: 0;
    height: 40px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    display: table
}

.productBidContainer .productBidding .bidActions .buttons .sendBidButton {
    margin: 10px 0 15px 10px;
    padding: 10px;
    float: right;
    background-color: #25d6a2;
    color: #fff;
    border-color: #25d6a2
}

.productBidContainer .productBidding .bidActions .productBidAmount {
    width: 100%;
    margin: 15px
}

.productBidContainer .productBidding .respondActions {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-color: #fff;
    display: table
}

.productBidContainer .productBidding .respondActions div {
    padding: 10px
}

.productBidContainer .productBidding .respondActions .bidRespondAction a.approveButton,
.productBidContainer .productBidding .respondActions .bidRespondAction a.rejectButton {
    font-size: 16px;
    width: 100%;
    height: 100%
}

.productBidContainer .productBidding .respondActions .bidRespondAction a.approveButton {
    background-color: #25d6a2;
    color: #fff
}

.productBidContainer .productBidding .respondActions .bidRespondAction a.rejectButton {
    color: #3b3b3b;
    border-color: #3b3b3b
}

.productBidContainer .productBidding .respondActions .bidRespondAction a.rejectButton:hover {
    color: #3b3b3b;
    background-color: #fff;
    text-decoration: none
}

.productBidContainer .productBidding .row {
    padding: 0;
    margin: 0
}

.productBidContainer .productBidding .row .buyButtonAction {
    background-color: #fff;
    padding: 0;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .1)
}

.productBidContainer .productBidding .row .buyButtonAction a.btn.satin.buyButton {
    margin: 5px 5%;
    background: #25d6a2;
    border-color: #25d6a2;
    color: #fff;
    width: 90%;
    padding: 7px
}

.productBidContainer .productBidding .remainingHourText {
    background-color: #fee4a0;
    color: #3b3b3b;
    width: 90%;
    margin: 5%;
    font-size: 12px;
    padding: 2%;
    border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1)
}

.productBidContainer .productBidding .productBidItemsHolder {
    overflow-y: auto;
    height: 80%;
    padding-right: 15px
}

.productBidContainer .productBidding .productBidItemsHolder .productBidItems {
    list-style: none;
    padding: 0
}

.productBidContainer .productBidding .productBidItemsHolder .productBidItems .row {
    padding: 0;
    margin: 0
}

.productBidContainer .productBidding .productBidItemsHolder .productBidItems .productBidItem {
    font-size: 12px
}

.productBidContainer .productBidding .productBidItemsHolder .productBidItems .productBidItem .productBidItemTextDate {
    margin-top: 25px
}

.productBidContainer .productBidding .productBidItemsHolder .productBidItems .productBidItem .productBidItemTextDate .productBidItemText {
    background-color: #ababab;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 20px;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1)
}

.productBidContainer .productBidding .productBidItemsHolder .productBidItems .productBidItem .productBidItemTextDate .productBidItemDate {
    font-size: 10px
}

.productBidContainer .productBidding .productBidItemsHolder .productBidItems .productBidItem .productBidItemMember .img-holder {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 15px 14px 0 0;
    overflow: hidden;
    position: relative;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.productBidContainer .productBidding .productBidItemsHolder .productBidItems .productBidItem .productBidItemMember .person-img:before {
    position: absolute;
    background: url(../../../../../cdn.dolap.com/web/images/img-25.png);
    content: "";
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 100%;
    z-index: 2;
    top: 0
}

.productBidContainer .productBidding .productBidItemsHolder .productBidItems .productBidItem .productBidItemMember .person-img img {
    display: block;
    width: 100%;
    height: 100%
}

.productBidContainer .productBidding .remainingBids {
    background-color: #000;
    color: #e3e3e3;
    height: 20px;
    display: table;
    padding: 0;
    bottom: 60px;
    position: absolute;
    z-index: 5
}

#installmentPopup,
#showPrelimiaryFormPopup {
    overflow: scroll;
    padding: 0;
    height: 500px;
    background: 0 0
}

.productBidContainer .productBidding .remainingBids span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px
}

.productBidContainer .productBidding .remainingBids a {
    color: #fff
}

#installmentPopup {
    width: 500px
}

#showPrelimiaryFormPopup {
    width: 600px;
    font-size: 10px;
    line-height: normal;
    text-align: left
}

#addCouponPopup {
    background: 0 0;
    padding: 20px 10px 10px 20px;
    width: 100%
}

#addCouponPopup .row {
    padding-bottom: 5px
}

#addCouponPopup .row .addCouponPopupHeader {
    border-bottom: 1px #b1b1b1 solid
}

#addCouponPopup .addCouponPopupHeader {
    border-bottom: 1px #b1b1b1 solid;
    padding: 10px;
    margin: 0;
    text-align: center;
    width: 100%
}

#addCouponPopup input {
    width: 100%;
    margin: 20px 0
}

#addCouponPopup button {
    margin-bottom: 10px;
    width: 90%;
    background-color: #25d6a2;
    border-color: #25d6a2;
    color: #fff
}

#addCouponPopup button:hover {
    background: #1dab81;
    border-color: #1dab81
}

.orderForm {
    margin: 25px
}

.orderForm .jcf-select {
    border: 1px solid #e6e6e6
}

.orderForm .row {
    margin: 0
}

.orderForm .approvedBidArea {
    text-align: center;
    padding: 20px;
    height: 80px;
    margin: 0;
    background-size: contain;
    background-position: center
}

.orderForm .productDetail {
    background-size: cover;
    background-position: center;
    height: 50px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 2px 4px 3px #000
}

.orderForm .orderComponent {
    min-height: 50px;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 95%;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04);
    border-radius: 5px
}

.orderForm .orderComponent .installmentSelection,
.orderForm .orderComponent .orderAddressSelection {
    margin-left: 15px;
    margin-right: 15px
}

.orderForm .orderComponent .installmentSelection .jcf-select,
.orderForm .orderComponent .orderAddressSelection .jcf-select {
    width: 100%;
    margin-top: 15px
}

.orderForm .orderComponent .walletInfoDetail {
    font-size: 14px;
    margin-left: 15px;
    color: #949494
}

.orderForm .orderComponent .walletRadioButton {
    margin: 10px
}

.orderForm .orderComponent .savedCreditCardSelection {
    margin-top: 10px;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px #e6e6e6 solid
}

.orderForm .orderComponent .savedCreditCardSelection li {
    margin-bottom: 10px
}

.orderForm .orderComponent .savedCreditCardSelection label {
    margin-left: 10px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px
}

.orderForm .orderComponent .creditCardPayment {
    margin-left: 10px
}

.orderForm .orderComponent .creditCardPayment .form-control {
    margin-bottom: 10px
}

.orderForm .orderComponent .creditCardPayment .jcf-select {
    min-width: 80px;
    max-width: 80px
}

.orderForm .orderComponent .creditCardPayment .col-xs-12 {
    padding: 5px 15px 5px 5px
}

.orderForm .orderComponent .creditCardPayment input[type=checkbox] {
    margin-right: 10px
}

.orderForm .orderComponent .creditCardPaymentToggler {
    display: block;
    text-decoration: none;
    color: #3b3b3b
}

.orderForm .orderComponent .creditCardPaymentToggler:hover {
    border-color: #34363c
}

.orderForm .orderComponent .satin-al {
    margin: 10px;
    background-color: #25d6a2;
    border-color: #25d6a2;
    color: #fff
}

.orderForm .orderComponent .satin-al:hover {
    background: #1dab81;
    border-color: #1dab81
}

.orderForm .showPrelimiaryFormPopupButton {
    color: #4f4f4f
}

.orderForm .orderAddressSelection {
    margin-left: 15px;
    margin-right: 15px
}

.orderForm .orderComponentHeader {
    margin-bottom: 10px;
    font-weight: 700
}

.orderForm .couponSelection .addCouponPopupButton {
    margin-left: 15px;
    color: #000
}

.orderForm .couponSelection ul {
    padding: 0;
    list-style-type: none
}

.orderForm .couponSelection ul label {
    margin-bottom: 0;
    margin-top: 5px
}

.orderForm .couponSelection ul .couponDetailText {
    font-size: 12px;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 10px
}

.orderForm .orderNewAddressCityAndDistrict,
.orderForm .orderNewAddressInfo {
    padding: 0
}

.orderForm .orderNewAddressCityAndDistrict .form-control,
.orderForm .orderNewAddressCityAndDistrict .jcf-select,
.orderForm .orderNewAddressInfo .form-control,
.orderForm .orderNewAddressInfo .jcf-select {
    margin-top: 10px;
    width: 100%;
    min-width: 50px
}

.orderForm .orderNewAddressAction a {
    width: 100%;
    background-color: #25d6a2;
    border-color: #25d6a2;
    color: #fff
}

.orderDetailForm .orderDetailComponent .orderDetailInfo,
.orderForm .paymentItems .basketInfoTitle {
    color: #949494
}

.orderForm .orderNewAddressAction a:hover {
    background: #1dab81;
    border-color: #1dab81
}

.orderForm .paymentItems {
    margin-top: 15px;
    padding-left: 0;
    list-style-type: none
}

.orderForm .paymentItems .row div {
    padding-left: 0
}

.orderForm .paymentItems .basketInfoText {
    font-weight: 700
}

#threeDPayment {
    padding: 0;
    background: 0 0;
    width: 500px;
    height: 400px
}

#threeDPayment #threeDPaymentFrame {
    width: 100%;
    height: 100%
}

.orderDetailForm .orderDetailComponent {
    min-height: 50px;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 95%;
    background-color: #fff;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
    border: 1px solid #c4c4c4;
    border-radius: 5px
}

.comments-block,
.comments-holder,
.most-search-block {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
}

.orderDetailForm .orderDetailComponent .orderDetailComponentHeader {
    margin-bottom: 10px;
    font-weight: 700
}

.orderDetailForm .orderDetailComponent .img-holder {
    height: 80px;
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden
}

.orderDetailForm .orderDetailFormColumn {
    margin-top: 10px
}

.orderDetailForm .orderSuccessDetail {
    text-align: center
}

.orderDetailForm .orderSuccessDetail div {
    margin: 0 0 10px
}

.orderDetailForm .orderSuccessDetail img {
    margin-top: 40px
}

.most-search-block {
    background: #fff;
    padding: 20px 10px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px;
    overflow: auto;
    max-height: 250px
}

.most-search-block .title {
    display: block;
    margin: 0 0 20px
}

.most-search-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: -.32em
}

.most-search-block ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 10px 0;
    letter-spacing: 0
}

.most-search-block ul li.active a {
    border-color: #34363c
}

.most-search-block ul a {
    display: block;
    text-decoration: none;
    color: #3b3b3b;
    border: 1px solid #d6d7d8;
    padding: 5px 10px;
    border-radius: 2px
}

.most-search-block ul a:hover {
    border-color: #34363c
}

.img-text-block {
    overflow: hidden;
    margin: 0 -5px 25px;
    position: relative
}

.img-text-block .img-frame,
.img-text-block .img-holder {
    float: right;
    position: relative;
    width: 100%;
    min-width: 620px
}

.img-text-block .img-frame img,
.img-text-block .img-holder img {
    display: block;
    width: 100%
}

.img-text-block .caption-holder {
    white-space: nowrap;
    letter-spacing: -.32em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: left;
    padding: 0 5px;
    color: #fff
}

.img-text-block .caption-holder:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%
}

.img-text-block .caption-holder>* {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    letter-spacing: 0
}

.img-text-block .caption-holder .caption-frame {
    padding: 0 11px
}

.img-text-block h1 {
    margin: 0;
    font-size: 42px;
    line-height: 45px;
    font-weight: 300
}

.img-text-block h1 span {
    display: block;
    font-weight: 700
}

.how_does_it_work ul {
    max-width: 100%;
    list-style: none
}

.how_does_it_work .nav-item a {
    margin-right: 5%;
    margin-left: 5%
}

.how_does_it_work .content {
    text-align: center;
    background-color: rgba(0, 0, 0, .05)
}

.how_does_it_work .selectedTab {
    font-size: 14px;
    font-weight: 700;
    color: #25d6a2;
    margin-bottom: 10px
}

.how_does_it_work .unselectedTab {
    font-size: 14px;
    border-bottom: none;
    color: #000;
    margin-bottom: 10px
}

.markalar-block .text-block {
    margin: 0 13px 29px;
    line-height: 17px
}

.markalar-block .text-block strong {
    font-weight: 500
}

.markalar-block .abc-list-holder {
    position: relative;
    z-index: 70;
    margin: 0 -5px 28px
}

.markalar-block .abc-list {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: -.32em
}

.markalar-block .abc-list.fixed-panel {
    position: fixed
}

.markalar-block .abc-list li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    padding: 0 5px 10px
}

.markalar-block .abc-list li.active {
    color: #60d3b1
}

.markalar-block .abc-list a {
    display: block;
    border: 1px solid #ababab;
    font-weight: 700;
    text-decoration: none;
    color: #3b3b3b;
    text-transform: uppercase;
    padding: 4px;
    width: 30px;
    height: 30px;
    text-align: center
}

.markalar-block .abc-list a:hover {
    color: #60d3b1
}

.markalar-block .form-search {
    border: 1px solid #b1b1b1;
    padding: 0 36px 0 0;
    overflow: hidden;
    position: relative;
    width: 230px;
    margin: 0 auto 13px
}

.markalar-block .form-search.focused,
.markalar-block .form-search:hover {
    border-color: #3b3b3b
}

.markalar-block .form-search input[type=search] {
    border: none;
    padding: 8px;
    text-overflow: ellipsis;
    float: right;
    width: 100%;
    outline: 0;
    background: 0 0
}

.markalar-block .form-search input[type=search]:focus::-moz-placeholder {
    color: transparent;
    opacity: 1
}

.markalar-block .form-search input[type=search]:focus:-ms-input-placeholder {
    color: transparent
}

.markalar-block .form-search input[type=search]:focus::-webkit-input-placeholder {
    color: transparent
}

.markalar-block .form-search input[type=search]:focus ::-webkit-input-placeholder {
    color: transparent
}

.markalar-block .form-search input[type=search]:focus :-moz-placeholder {
    color: transparent
}

.markalar-block .form-search input[type=search]:focus ::-moz-placeholder {
    color: transparent
}

.markalar-block .form-search button {
    border: none;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 11px;
    text-decoration: none;
    color: #3b3b3b
}

.markalar-block .form-search button:focus {
    outline: 0
}

.markalar-block .list-blocks {
    padding: 0 5px;
    margin: 0 0 30px
}

.markalar-block .list-blocks .block-holder {
    margin: 0 0 5px;
    overflow: hidden
}

.markalar-block .list-blocks .title {
    display: block;
    font-size: 50px;
    line-height: 75px;
    font-weight: 300;
    color: #60d3b1;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 20px
}

.markalar-block .list-blocks ul {
    margin: 0;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0 10px 0 0
}

.markalar-block .list-blocks ul li {
    padding: 0 0 10px
}

.markalar-block .list-blocks ul a {
    text-decoration: none;
    color: #3b3b3b
}

.markalar-block .list-blocks ul a:hover {
    color: #60d3b1
}

.comments-holder {
    background: #fff;
    padding: 20px 10px 10px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px
}

.comments-holder .title {
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    display: block
}

.comments-holder .comment {
    overflow: hidden;
    margin: 0 0 20px
}

.comments-holder .comment:last-child {
    margin: 0
}

.comments-holder .img-holder {
    float: left;
    margin: 0 20px 10px 0;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden
}

.comments-holder .img-holder img {
    display: block
}

.comments-holder time {
    display: inline-block;
    vertical-align: bottom;
    color: rgba(52, 54, 60, .3)
}

.comments-holder .title-head {
    overflow: hidden;
    padding: 17px 0 35px
}

.comments-holder .stars-list {
    padding: 0;
    list-style: none;
    margin: 0 2px 0 0
}

.comments-holder .stars-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px 0 0;
    font-size: 17px;
    line-height: 19px;
    color: #fee4a0
}

.comments-block {
    background: #fff;
    padding: 15px 10px;
    margin: 0 0 20px
}

.comments-block h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 14px;
    font-weight: 400
}

.comments-block .comments-list {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 0 0 20px
}

.comments-block .comments-list .img-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 0;
    overflow: hidden;
    position: relative;
    width: 42px;
    height: 42px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.comments-block .comments-list .img-holder:before {
    position: absolute;
    background: url(../../../../../cdn.dolap.com/web/images/img-24.png);
    content: "";
    left: 0;
    right: 0;
    background-size: 100% 100%;
    height: 100%;
    z-index: 2;
    top: 0
}

.comments-block .comments-list .img-holder img {
    display: block;
    width: 100%;
    height: 100%
}

.comments-block .comments-list .comment-detail {
    overflow: hidden
}

.comments-block .comments-list .comment-head .name {
    text-decoration: none;
    color: #3b3b3b;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

.comments-block .comments-list .comment-head .time {
    opacity: .5
}

.comments-block .comments-list .comment-head .reply {
    text-decoration: none;
    color: #25d6a2;
    margin: 0 0 0 5px;
    font-size: 16px;
    line-height: 20px
}

.comments-block .comments-list .comment-holder {
    font-size: 16px;
    line-height: 20px;
    opacity: .8
}

.comments-block .comments-list .comment-holder p {
    margin: 0
}

.comments-block .comments-list .replies-list {
    list-style: none;
    margin: 0 0 0 57px;
    border-left: 4px solid #ebebeb;
    padding: 0 0 0 10px
}

.comments-block .btn-holder {
    text-align: center
}

.comments-block .btn-holder .btn {
    font-weight: 400
}

.infoPageIcon {
    max-width: 50px;
    max-height: 50px;
    margin-top: 30px;
    margin-bottom: 10px
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
    text-align: center
}

.customSlider {
    text-align: right
}

.customSlider .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px
}

.customSlider .switch input {
    display: none
}

.customSlider .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.customSlider .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.customSlider input:checked+.slider {
    background-color: #25d6a2
}

.customSlider input:focus+.slider {
    box-shadow: 0 0 1px #25d6a2
}

.customSlider input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.customSlider .slider.round {
    border-radius: 34px
}

.customSlider .slider.round:before {
    border-radius: 50%
}

.popup {
    width: 280px;
    text-align: center;
    padding: 79px 30px 25px;
    position: relative;
    background: url(../../../../../cdn.dolap.com/web/images/img-8-small.png) 50% 50% no-repeat #fff;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px
}

.popup .btn.btn-default,
.popup .form {
    background: #3b3b3b;
    color: #fff
}

.popup .popup-title,
.popup h2 {
    font-size: 20px;
    line-height: 24px
}

.popup .btn {
    text-transform: uppercase
}

.popup h2 {
    margin: 0 0 4px
}

.popup p {
    margin: 0 0 21px
}

.popup .popup-title {
    margin: 0 0 4px
}

.popup .google-apple-btns {
    margin-bottom: 40px
}

.popup .google-apple-btns li {
    width: 144px
}

.popup .form {
    padding: 26px 20px 44px;
    margin: 0 -40px -25px
}

.popup .form p {
    margin: 0 0 28px
}

.popup .form input[type=text],
.popup .form input[type=email],
.popup .form input[type=tel] {
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
    font-size: 14px
}

.popup .form input[type=text]::-moz-placeholder,
.popup .form input[type=email]::-moz-placeholder,
.popup .form input[type=tel]::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.popup .form input[type=text]:-ms-input-placeholder,
.popup .form input[type=email]:-ms-input-placeholder,
.popup .form input[type=tel]:-ms-input-placeholder {
    color: #fff
}

.popup .form input[type=text]::-webkit-input-placeholder,
.popup .form input[type=email]::-webkit-input-placeholder,
.popup .form input[type=tel]::-webkit-input-placeholder {
    color: #fff
}

.popup .form input[type=text] ::-webkit-input-placeholder,
.popup .form input[type=email] ::-webkit-input-placeholder,
.popup .form input[type=tel] ::-webkit-input-placeholder {
    color: #fff
}

.popup .form input[type=text] :-moz-placeholder,
.popup .form input[type=email] :-moz-placeholder,
.popup .form input[type=tel] :-moz-placeholder {
    color: #fff
}

.popup .form input[type=text] ::-moz-placeholder,
.popup .form input[type=email] ::-moz-placeholder,
.popup .form input[type=tel] ::-moz-placeholder {
    color: #fff
}

.popup .form input[type=text]:focus,
.popup .form input[type=text]:hover,
.popup .form input[type=email]:focus,
.popup .form input[type=email]:hover,
.popup .form input[type=tel]:focus,
.popup .form input[type=tel]:hover {
    border-color: #fff
}

.popup .form input[type=text]:focus::-moz-placeholder,
.popup .form input[type=email]:focus::-moz-placeholder,
.popup .form input[type=tel]:focus::-moz-placeholder {
    color: transparent;
    opacity: 1
}

.popup .form input[type=text]:focus:-ms-input-placeholder,
.popup .form input[type=email]:focus:-ms-input-placeholder,
.popup .form input[type=tel]:focus:-ms-input-placeholder {
    color: transparent
}

.popup .form input[type=text]:focus::-webkit-input-placeholder,
.popup .form input[type=email]:focus::-webkit-input-placeholder,
.popup .form input[type=tel]:focus::-webkit-input-placeholder {
    color: transparent
}

.popup .form input[type=text]:focus ::-webkit-input-placeholder,
.popup .form input[type=email]:focus ::-webkit-input-placeholder,
.popup .form input[type=tel]:focus ::-webkit-input-placeholder {
    color: transparent
}

.popup .form input[type=text]:focus :-moz-placeholder,
.popup .form input[type=email]:focus :-moz-placeholder,
.popup .form input[type=tel]:focus :-moz-placeholder {
    color: transparent
}

.popup .form input[type=text]:focus ::-moz-placeholder,
.popup .form input[type=email]:focus ::-moz-placeholder,
.popup .form input[type=tel]:focus ::-moz-placeholder {
    color: transparent
}

.popup .form button {
    border: 2px solid #fff;
    font-size: 14px
}

.popup .form button:hover {
    background: #fff;
    color: #3b3b3b;
    border-color: #fff
}

.popup .form button:focus {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.lightbox h2 {
    margin: 0 0 10px
}

.lightbox p {
    margin: 0 0 30px
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    top: 0;
    left: 0;
    z-index: 8020
}

.fancy-wrap-stick-bottom {
    position: fixed !important;
    top: auto !important;
    bottom: 0;
    height: 220px !important
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin,
.fancybox-title {
    position: relative
}

.fancybox-skin {
    color: #444;
    text-shadow: none;
    background: #fff
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../../../../../www.nccor.org/images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    cursor: pointer;
    z-index: 8040;
    position: absolute
}

#fancybox-loading div {
    width: 44px;
    height: 44px
}

.fancybox-close {
    top: -8px;
    right: 1px;
    color: #666;
    text-decoration: none;
    font-size: 30px;
    line-height: 34px;
    margin: 5px
}

.fancybox-close:hover {
    text-decoration: none
}

.fancybox-close:after {
    content: "\e800";
    font-family: fontello
}

.fancybox-nav {
    top: 0;
    width: 35%;
    height: 100%;
    text-decoration: none;
    background: 0 0;
    -webkit-tap-highlight-color: transparent;
    visibility: visible
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: visible
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-title,
.fancybox-tmp,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock,
.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-color: rgba(100, 100, 100, .9)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

.slide-holder,
.slide-holder .slide {
    width: 100%;
    overflow: hidden
}

.btn-opener {
    color: #25d6a2
}

.btn-opener:focus,
.btn-opener:hover {
    color: #25d6a2;
    text-decoration: none
}

.installment-table {
    display: table;
    width: 100%;
    background: #fff;
    margin: 0;
    box-sizing: border-box
}

.installment-caption {
    text-align: center;
    display: block;
    width: 100%;
    background: #10bf8b;
    height: 150px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.installment-header-row {
    background: #8b8b8b;
    color: #fff
}

.installment-row {
    display: table-row
}

.installment-cell {
    display: table-cell;
    padding: 6px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: lighter
}

.installment-primary {
    text-align: left;
    height: auto;
    width: auto;
    max-height: 50px
}

.installment-row input[type=checkbox],
.installment-row input[type=radio] {
    display: none
}

.ui-menu .ui-menu-item {
    padding: 3px 1em 3px 18px
}

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #ababab;
    background: 0 0;
    min-width: 160px;
    height: 30px;
    border-radius: 2px
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin: 2px 35px 0 8px
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0
}

.jcf-list,
.jcf-list .jcf-list-content {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.jcf-select .jcf-select-opener:after {
    position: absolute;
    content: "\e808";
    font-family: fontello;
    top: 5px;
    right: 8px
}

body>.jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #ababab
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px
}

.jcf-list {
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px
}

.jcf-list .jcf-list-content {
    overflow: auto
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.jcf-list .jcf-optgroup-caption,
.jcf-list .jcf-option {
    padding: 5px 9px;
    cursor: default;
    display: block;
    white-space: nowrap
}

.jcf-list ul li {
    overflow: hidden;
    display: block
}

.jcf-list .jcf-overflow {
    overflow: auto
}

.jcf-list .jcf-option {
    overflow: hidden;
    color: #3b3b3b;
    height: 1%
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important
}

.jcf-list-box .jcf-selected,
.jcf-select-drop .jcf-hover {
    background: #e6e6e6;
    color: #000
}

.jcf-list .jcf-optgroup-caption {
    font-weight: 700;
    color: #000
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px
}

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #ebebeb;
    width: 5px;
    bottom: 0;
    right: -8px;
    top: 0;
    border-radius: 10px;
    overflow: hidden
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #3b3b3b;
    height: 1px;
    width: 5px;
    overflow: hidden;
    border-radius: 10px
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3
}

.ui-widget-content {
    position: absolute;
    z-index: 9999
}

.clipImage-background,
.clipImage-image {
    clip-path: url(../../../../../external.html?link=https://ilan-dolap.com/public/assets/web/profile-page.html#clipImageMob);
    -webkit-clip-path: polygon(50px 0, 100px 50px, 50px 100px, 0 50px)
}

.login-register-row {
    margin-top: 30px;
    margin-bottom: 30px
}

.login-register-form-container .strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    color: #999
}

.login-register-form-container .strike>span {
    position: relative;
    display: inline-block
}

.login-register-form-container .strike>span:after,
.login-register-form-container .strike>span:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #999
}

.login-register-form-container .strike>span:before {
    right: 100%;
    margin-right: 15px
}

.login-register-form-container .strike>span:after {
    left: 100%;
    margin-left: 15px
}

.login-register-form-container .btn {
    width: 100%
}

.login-register-form-container .btn.facebook-login {
    width: 100%;
    background: #3b5998;
    border-color: #3b5998;
    color: #fff;
    margin-top: 10px
}

.login-register-form-container .row-box {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
    padding: 10px 60px;
    text-align: center
}

.login-register-form-container .grayed-text {
    color: #999
}

.login-register-form-container .grayed-text a {
    color: #999;
    font-weight: 700
}

.login-register-form-container .submit-button {
    width: 100%;
    background: #25d6a2;
    border-color: #25d6a2;
    color: #fff
}

.comments-block .comments-list a.reply-comment {
    color: #25d6a2;
    text-decoration: none
}

.comments-block .comments-list a.delete-comment {
    color: #3b3b3b;
    text-decoration: none
}

.comments-block .comment-form-container form input[name=commentBody] {
    height: 41px
}

.billboard-banner h2 {
    font-weight: 900;
    font-size: 37px;
    line-height: 32px
}

.billboard-banner ul {
    padding: 0;
    list-style: none;
    margin: 110px -4px 15px 20px;
    font-size: 0;
    line-height: 0;
    text-align: center
}

.billboard-banner ul li {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    padding: 0 4px 10px
}

.billboard-banner ul img {
    display: block;
    width: 100%
}

.billboard-banner p {
    margin: 0;
    color: #ddd;
    font-weight: lighter
}

.billboard-banner .sms-form {
    border: 3px solid #d6d7d8;
    border-radius: 10px;
    width: fit-content;
    margin: 5px 0
}

.billboard-banner .sms-form input {
    font-size: 22px;
    margin: 8px;
    width: 200px;
    border-bottom: none
}

.billboard-banner .sms-form img {
    margin: 5px
}

.billboard-banner .sms-form .btn {
    font-size: 22px;
    background-color: #fff;
    color: #4d2f91
}

.billboard-banner .sms-form .btn:focus,
.billboard-banner .sms-form .btn:hover {
    background-color: #f6f6f6;
    color: #4d2f91
}

#footer .copyright-text a,
.social-icons a {
    color: #3b3b3b;
    text-decoration: none
}

#footer {
    background: url(../images/bg-footer-small.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 22px 0 80px
}

#footer .copyright-text {
    display: block;
    opacity: .5
}

.google-apple-btns {
    padding: 0;
    list-style: none;
    margin: 0 -4px 19px;
    font-size: 0;
    line-height: 0
}

.google-apple-btns li {
    display: inline-block;
    vertical-align: top;
    width: 153px;
    padding: 0 4px 10px
}

.google-apple-btns img {
    display: block;
    width: 100%
}

.social-icons {
    padding: 0;
    list-style: none;
    margin: 0 0 20px
}

.social-icons li {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 5px
}

.social-icons a {
    display: block;
    border: 2px solid #3b3b3b;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    padding: 7px 0 0;
    transition: all .25s ease-in-out
}

.social-icons a:hover {
    background: #3b3b3b;
    color: #60d3b1
}

.title-form-block {
    padding: 38px 0 30px;
    margin: 0 0 36px;
    position: relative
}

.title-form-block:after,
.title-form-block:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #fff;
    opacity: .3;
    width: 9999px;
    left: -4500px
}

.title-form-block:before {
    top: 0
}

.title-form-block:after {
    bottom: 0
}

.title-form-block .title {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 16px;
    display: block
}

.title-form-block .form .btn.btn-default.active,
.title-form-block .form .btn.btn-default:active,
.title-form-block .form .btn.btn-default:hover {
    color: #60d3b1
}

.title-form-block .form .btn.btn-default:focus {
    color: #3b3b3b;
    border-color: #3b3b3b;
    background: 0 0
}

.footer-nav-block {
    padding: 0 10px 0 35px
}

.footer-nav-block .footer-nav {
    text-align: left;
    overflow: hidden;
    margin: 0 0 20px
}

.footer-nav-block .footer-nav .nav-title {
    color: #fff;
    display: block;
    margin: 0 0 10px
}

.footer-nav-block .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 50%
}

.footer-nav-block .footer-nav ul:only-child {
    width: 100%
}

.footer-nav-block .footer-nav li {
    padding: 0 0 10px;
    width: 150px
}

.footer-nav-block .footer-nav a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: .25s ease-in-out color;
    transition: .25s ease-in-out color
}

.footer-nav-block .footer-nav a:hover {
    color: #3b3b3b
}

@font-face {
    font-family: fontello;
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/fontello.eot?37573635);
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/fontello.eot?37573635#iefix) format("embedded-opentype"), url(https://cdn.dolap.com/web/fonts/fontello.woff2?37573635) format("woff2"), url(https://cdn.dolap.com/web/fonts/fontello.woff?37573635) format("woff"), url(https://cdn.dolap.com/web/fonts/fontello.ttf?37573635) format("truetype"), url(https://cdn.dolap.com/web/fonts/fontello.svg?37573635#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-cancel:before {
    content: "\e800"
}

.icon-search:before {
    content: "\e801"
}

.icon-right:before {
    content: "\e802"
}

.icon-left:before {
    content: "\e803"
}

.icon-dot-3:before {
    content: "\e804"
}

.icon-left-open:before {
    content: "\e805"
}

.icon-right-open:before {
    content: "\e806"
}

.icon-up-open:before {
    content: "\e807"
}

.icon-down-open:before {
    content: "\e808"
}

.icon-clock:before {
    content: "\e809"
}

.icon-ok:before {
    content: "\e80a"
}

.icon-star:before {
    content: "\e80b"
}

.icon-star-empty:before {
    content: "\e80c"
}

.icon-follow:before {
    content: "\e83c"
}

.icon-following:before {
    content: "\e83d"
}

.icon-chat:before {
    content: "\e885"
}

.icon-like-disabled:before {
    content: "\e886"
}

.icon-comment:before {
    content: "\e887"
}

.icon-icon-i1:before {
    content: "\e888"
}

.icon-icon-i2:before {
    content: "\e889"
}

.icon-icon-i3:before {
    content: "\e88a"
}

.icon-icon-i4:before {
    content: "\e88b"
}

.icon-icon-i5:before {
    content: "\e88c"
}

.icon-icon-i6:before {
    content: "\e88d"
}

.icon-icon-i8:before {
    content: "\e88e"
}

.icon-icon-i9:before {
    content: "\e88f"
}

.icon-icon-i7:before {
    content: "\e890"
}

.icon-user:before {
    content: "\e891"
}

.icon-icon-i34:before {
    content: "\e892"
}

.icon-like:before {
    content: "\e893"
}

.icon-icon-i36:before {
    content: "\e894"
}

.icon-icon-i37:before {
    content: "\e895"
}

.icon-icon-i10:before {
    content: "\e896"
}

.icon-icon-i11:before {
    content: "\e897"
}

.icon-icon-i12:before {
    content: "\e898"
}

.icon-icon-i13:before {
    content: "\e899"
}

.icon-icon-i14:before {
    content: "\e89a"
}

.icon-icon-i15:before {
    content: "\e89b"
}

.icon-icon-i16:before {
    content: "\e89c"
}

.icon-icon-i17:before {
    content: "\e89d"
}

.icon-icon-i18:before {
    content: "\e89e"
}

.icon-icon-i19:before {
    content: "\e89f"
}

.icon-icon-i20:before {
    content: "\e8a0"
}

.icon-icon-i21:before {
    content: "\e8a1"
}

.icon-icon-i23:before {
    content: "\e8a2"
}

.icon-icon-i24:before {
    content: "\e8a3"
}

.icon-icon-i25:before {
    content: "\e8a4"
}

.icon-icon-i26:before {
    content: "\e8a5"
}

.icon-icon-i27:before {
    content: "\e8a6"
}

.icon-icon-i28:before {
    content: "\e8a7"
}

.icon-icon-i29:before {
    content: "\e8a8"
}

.icon-icon-i30:before {
    content: "\e8a9"
}

.icon-icon-i31:before {
    content: "\e8aa"
}

.icon-icon-i22:before {
    content: "\e8ab"
}

.icon-icon-i32:before {
    content: "\e8ac"
}

.icon-icon-i33:before {
    content: "\e8ad"
}

.icon-logo:before {
    content: "\e8ae"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-gplus:before {
    content: "\f0d5"
}

.icon-star-half-alt:before {
    content: "\f123"
}

.icon-instagram:before {
    content: "\f16d"
}

@font-face {
    font-family: Roboto;
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-Regular-webfont.eot);
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Regular-webfont.woff) format("woff"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Regular-webfont.ttf) format("truetype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Regular-webfont.svg#RobotoRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-Italic-webfont.eot);
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-Italic-webfont.eot?#iefix) format("embedded-opentype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Italic-webfont.woff) format("woff"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Italic-webfont.ttf) format("truetype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Italic-webfont.svg#RobotoItalic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Roboto;
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-Bold-webfont.eot);
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-Bold-webfont.eot?#iefix) format("embedded-opentype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Bold-webfont.woff) format("woff"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Bold-webfont.ttf) format("truetype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Bold-webfont.svg#RobotoBold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-BoldItalic-webfont.eot);
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-BoldItalic-webfont.eot?#iefix) format("embedded-opentype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-BoldItalic-webfont.woff) format("woff"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-BoldItalic-webfont.ttf) format("truetype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic) format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Roboto;
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-Thin-webfont.eot);
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-Thin-webfont.eot?#iefix) format("embedded-opentype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Thin-webfont.woff) format("woff"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Thin-webfont.ttf) format("truetype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Thin-webfont.svg#RobotoThin) format("svg");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-ThinItalic-webfont.eot);
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-ThinItalic-webfont.eot?#iefix) format("embedded-opentype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-ThinItalic-webfont.woff) format("woff"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-ThinItalic-webfont.ttf) format("truetype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-ThinItalic-webfont.svg#RobotoThinItalic) format("svg");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: Roboto;
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-Light-webfont.eot);
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-Light-webfont.eot?#iefix) format("embedded-opentype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Light-webfont.woff) format("woff"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Light-webfont.ttf) format("truetype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Light-webfont.svg#RobotoLight) format("svg");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-LightItalic-webfont.eot);
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-LightItalic-webfont.eot?#iefix) format("embedded-opentype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-LightItalic-webfont.woff) format("woff"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-LightItalic-webfont.ttf) format("truetype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-LightItalic-webfont.svg#RobotoLightItalic) format("svg");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Roboto;
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-Medium-webfont.eot);
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-Medium-webfont.eot?#iefix) format("embedded-opentype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Medium-webfont.woff) format("woff"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Medium-webfont.ttf) format("truetype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-Medium-webfont.svg#RobotoMedium) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-MediumItalic-webfont.eot);
    src: url(../../../../../external.html?link=https://cdn.dolap.com/web/fonts/roboto/Roboto-MediumItalic-webfont.eot?#iefix) format("embedded-opentype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-MediumItalic-webfont.woff) format("woff"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-MediumItalic-webfont.ttf) format("truetype"), url(https://cdn.dolap.com/web/fonts/roboto/Roboto-MediumItalic-webfont.svg#RobotoMediumItalic) format("svg");
    font-weight: 300;
    font-style: italic
}

@media only screen and (width:320px) {
    .notificationHolder .notificationItems .notificationTabs .notificationTab label {
        padding: 4px 30px
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

    .clipImage-background,
    .clipImage-background2,
    .clipImage-image,
    .clipImage-image2 {
        -webkit-clip-path: url(#clipImageMob);
        clip-path: url(#clipImageMob)
    }
}

@media only screen and (min-width:320px) {

    .notificationHolder .notificationItems .notificationTabs .notificationTab .content .notificationItem .img-holder,
    .productBidContainer .productBidding .productBidItemsHolder .productBidItems .productBidItem .productBidItemMember .img-holder {
        width: 42px;
        height: 42px
    }

    .product-detail-block .detail-block .price-block .btns-holder .btn.buy-button-desktop {
        display: none !important
    }

    .product-detail-block .detail-block .price-block .btns-holder .btn.buy-button-phone {
        display: inline-block !important
    }

    .redirectToDownloadApp {
        background: 0 0;
        width: 100%;
        padding: 0;
        margin: 0
    }

    .redirectToDownloadApp .redirect-popup-desktop {
        display: block
    }

    .redirectToDownloadApp .redirect-image-desktop {
        height: auto
    }

    .redirectToDownloadApp .redirect-image-desktop img {
        left: 0;
        bottom: 0;
        cursor: pointer;
        height: inherit;
        max-width: 100%;
        max-height: 100%
    }
}

@media only screen and (min-width:321px) {
    .notificationHolder .notificationItems .notificationTabs .notificationTab label {
        padding: 4px 104px
    }
}

@media only screen and (min-width:768px) {

    .logo,
    .logo .text-img,
    .search-form input[type=search] {
        float: left
    }

    #header .container {
        padding-top: 20px;
        padding-bottom: 17px
    }

    #header.home-page .container {
        padding-bottom: 15px
    }

    #header.home-page .logo {
        width: 210px
    }

    #header.home-page .logo .text-img {
        width: 140px;
        margin: 0
    }

    .logo {
        width: 132px;
        margin: 0 20px 0 0
    }

    .logo .text-img {
        width: 85px;
        margin: 9px 0 0
    }

    .logo .text-img img {
        display: block;
        width: 80px;
        margin: 0 0 5px
    }

    .search-form {
        position: relative;
        overflow: hidden;
        width: 250px;
        margin: 4px auto 0;
        right: auto;
        top: auto
    }

    .search-form.focused,
    .search-form:hover {
        border-color: #3b3b3b
    }

    .search-form .form-opener {
        pointer-events: none
    }

    .nav-area {
        position: static;
        float: right;
        padding: 12px 0 0
    }

    .nav-area #nav {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .nav-area #nav .navigationItem {
        border: none;
        display: inline-block;
        padding: 0 0 0 10px
    }

    .nav-area #nav a {
        color: #3b3b3b;
        padding: 0
    }

    .form {
        width: auto
    }

    .form input[type=text],
    .form input[type=email],
    .form input[type=tel] {
        display: inline-block;
        vertical-align: bottom;
        width: 260px;
        margin: 0 20px 0 0
    }

    .form button {
        display: inline-block;
        vertical-align: bottom
    }

    .links-list .links-ul>li>a {
        padding: 10px
    }

    .notificationHolder .notificationItems .notificationTabs .notificationTab label {
        padding: 4px 81px
    }

    .visual {
        background: url(../../../../../cdn.dolap.com/web/images/img-1v6.jpg) 100% 0 no-repeat;
        background-size: cover;
        margin: 0 0 10px
    }

    .meet-block {
        padding: 28px 0 27px
    }

    .meet-block:before {
        width: 500px;
        height: 185px;
        margin: 0 0 0 -250px
    }

    .meet-block h2 {
        margin: 0 0 15px
    }

    .four-cols .col-holder.full-width .detail-footer .price {
        top: 16px
    }

    .four-cols .col-holder .detail-footer .disc-price {
        min-height: 20px;
        display: block
    }

    .four-cols .col-holder .detail-head {
        display: block
    }

    .four-cols .col-holder .detail-footer {
        padding: 23px 8px 31px;
        position: relative
    }

    .four-cols .col-holder .detail-footer .title-price-block {
        overflow: hidden;
        margin: 0 0 20px
    }

    .four-cols .col-holder .detail-footer .title-price-block img.originality-image {
        margin-bottom: 3px;
        height: 20px
    }

    .four-cols .col-holder .detail-footer .title-info-block {
        float: left;
        width: 50%
    }

    .four-cols .col-holder .detail-footer .price-detail {
        float: right;
        width: 50%;
        text-align: right;
        position: relative
    }

    .four-cols .col-holder .detail-footer .price {
        position: absolute;
        top: 16px;
        right: 0
    }

    .four-cols .col-holder .detail-footer .like-comment-list {
        text-align: center
    }

    .four-cols .col-holder .detail-footer .like-comment-list .text {
        display: inline-block;
        vertical-align: middle
    }

    .sidebar {
        background: #fff
    }

    .sidebar .aside-holder {
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
    }

    .sidebar .block-holder {
        padding: 14px 17px 10px;
        border-top: 1px solid #ebebeb
    }

    .sidebar .categories-block .slide-block>ul .side-drop li.active>a:before {
        display: block
    }

    .sidebar .slide-block .side-drop {
        padding: 10px 0 0 18px
    }

    .sidebar .slide-block .side-drop ul {
        padding: 10px 0 0 12px
    }

    .sidebar .slide-block .side-drop a {
        font-weight: 400
    }

    .sidebar .slide-block .side-drop li.active>a:before {
        display: none
    }

    .sidebar .slide-block ul li {
        padding: 0 0 10px
    }

    .sidebar .filter-block .btn-clear {
        margin: 14px 10px
    }

    .sidebar .seo-1-block {
        padding: 9px 16px
    }

    .sidebar .seo-2-block {
        padding: 30px 0 0
    }

    .title-select-block .title-block {
        float: left;
        padding: 6px 0 0
    }

    .title-select-block .select-block {
        float: right;
        text-align: left
    }

    .category-landing .billboard categories,
    .home-banner .billboard categories {
        margin: 20px 0 0
    }

    .main-profile-block {
        padding: 13px 0 30px
    }

    .main-profile-block .nav-tabs a {
        padding: 14px 40px
    }

    .img-info-block {
        margin: 0;
        padding: 15px 0 0 200px
    }

    .img-info-block h1 {
        display: inline-block;
        vertical-align: middle;
        margin: -6px 10px 0 0
    }

    .img-info-block .time {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0
    }

    .img-info-block .btn {
        vertical-align: middle
    }

    .img-info-block .title-block {
        margin: 0 0 25px
    }

    .img-info-block .person-img {
        width: 160px;
        left: 30px;
        margin: 0 7px 0 0
    }

    .img-info-block .person-img:before {
        left: 20px;
        top: 20px;
        bottom: 20px;
        right: 20px
    }

    .follow-text-block {
        letter-spacing: -.32em;
        padding: 25px 0 8px;
        position: relative;
        text-align: center
    }

    .follow-text-block .follow-block {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
        letter-spacing: 0;
        text-align: left;
        padding: 0 0 0 200px;
        border: none
    }

    .follow-text-block .text-block {
        letter-spacing: 0;
        display: inline-block;
        vertical-align: middle;
        width: 40%;
        padding: 0 0 0 10px
    }

    .follow-text-block .text-block:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        width: 1px;
        background: #ebebeb;
        margin: 0 0 0 -150px
    }

    .follow-text-block .followers-list strong {
        display: inline-block;
        vertical-align: bottom
    }

    .product-detail-block {
        overflow: hidden;
        margin-bottom: 20px
    }

    .product-detail-block .slideshow {
        margin: 0 0 20px;
        padding: 0 0 10px
    }

    .product-detail-block .slideshow .slideset-holder {
        position: relative;
        height: 365px;
        margin-bottom: 10px
    }

    .product-detail-block .slideshow .share-block {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        background: rgba(255, 255, 255, .7);
        overflow: hidden
    }

    .product-detail-block .slideshow .share-block .share-list {
        float: left
    }

    .product-detail-block .slideshow .cargo-block {
        text-align: center;
        right: 0;
        background: rgba(255, 88, 88, .5);
        bottom: 70px
    }

    .product-detail-block .slideshow .cargo-block .cargo-holder {
        float: left;
        margin: -10px 0
    }

    .product-detail-block .paging .mask .p-slide.active a:after {
        opacity: 1;
        visibility: visible
    }

    .product-detail-block .paging .mask a {
        position: relative;
        display: block
    }

    .product-detail-block .paging .mask a:after {
        position: absolute;
        content: "";
        border: 4px solid #25d6a2;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        visibility: hidden
    }

    .product-detail-block .detail-block {
        background: #fff;
        height: 100%;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
    }

    .product-detail-block .detail-block .title-block {
        font-size: 0;
        line-height: 0;
        padding: 0 10px;
        position: relative;
        border-bottom: 1px solid #ebebeb;
        box-shadow: none;
        margin: 0
    }

    .product-detail-block .detail-block .title-block .title-holder {
        display: inline-block;
        vertical-align: middle;
        width: 75%;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        padding: 15px 5px 15px 0
    }

    .product-detail-block .detail-block .title-block .likes-block {
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        font-size: 16px;
        line-height: 22px;
        position: relative
    }

    .comments-holder .stars-list,
    .comments-holder .title,
    .product-detail-block .detail-block .price-block .price-detail .disc-price,
    .product-detail-block .detail-block .price-block .price-detail .price {
        vertical-align: bottom;
        display: inline-block
    }

    .product-detail-block .detail-block .title-block .likes-block:before {
        position: absolute;
        content: "";
        top: -1000px;
        bottom: -1000px;
        width: 1px;
        background: #ebebeb;
        left: 0
    }

    .product-detail-block .detail-block .originality-block {
        box-shadow: none;
        margin: 0
    }

    .product-detail-block .detail-block .price-block {
        border-bottom: 1px solid #ebebeb;
        padding: 30px 10px
    }

    .product-detail-block .detail-block .price-block.sold .sold-title {
        margin: -4px -10px -25px 0
    }

    .product-detail-block .detail-block .price-block .price-detail {
        width: 42%;
        padding: 0
    }

    .product-detail-block .detail-block .price-block .price-detail .disc-price {
        line-height: 23px
    }

    .popup .popup-title,
    .popup h2 {
        font-size: 25px;
        line-height: 30px;
        font-weight: 700
    }

    .product-detail-block .detail-block .price-block .btns-holder {
        width: 58%
    }

    .product-detail-block .detail-block .price-block .btns-holder .btn {
        border-color: #25d6a2;
        color: #25d6a2;
        width: auto;
        white-space: nowrap;
        padding: 10px 5px
    }

    .product-detail-block .detail-block .price-block .btns-holder .btn:hover {
        color: #fff;
        background: #25d6a2
    }

    .product-detail-block .detail-block .advantages-block {
        box-shadow: none;
        border-bottom: 1px solid #ebebeb;
        padding: 25px 15px
    }

    .product-detail-block .detail-block .profile-block {
        border-bottom: 1px solid #ebebeb;
        box-shadow: none
    }

    .product-detail-block .detail-block .profile-block .detail-head {
        border: none
    }

    .product-detail-block .detail-block .profile-block .remarks-block {
        padding: 10px
    }

    .product-detail-block .detail-block .features-block .feat-holder {
        padding: 10px 10px 10px 80px;
        border-bottom: 1px solid #ebebeb;
        box-shadow: none
    }

    .product-detail-block .detail-block .features-block .feat-holder:last-child {
        border: none
    }

    .product-detail-block .detail-block .features-block .feat-holder .icon-right-open {
        margin-top: 15%
    }

    .product-detail-block .detail-block .features-block .feat-holder i {
        left: 25px
    }

    .orderForm .productDetail {
        height: 100px
    }

    .img-text-block {
        margin: 0 0 20px
    }

    .markalar-block .text-block {
        max-width: 770px;
        margin: 0 auto 30px
    }

    .markalar-block .abc-list-holder {
        margin: 0 0 30px
    }

    .markalar-block .abc-list {
        background: #fff;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04);
        text-align: center;
        padding: 10px 5px
    }

    .markalar-block .abc-list li {
        padding: 0 7px
    }

    .markalar-block .abc-list a {
        height: auto;
        width: auto;
        padding: 0;
        border: none
    }

    .markalar-block .form-search {
        width: 400px;
        margin: 0 auto 20px
    }

    .markalar-block .form-search input[type=search] {
        float: left
    }

    .markalar-block .list-blocks ul {
        width: 25%
    }

    .comments-holder .title {
        margin: 0 10px 0 0
    }

    .comments-holder .detail {
        overflow: hidden
    }

    .comments-holder .title-head {
        padding: 0;
        margin: 0 0 10px
    }

    .comments-holder .stars-list {
        margin: 0 10px 0 0
    }

    .comments-holder p {
        overflow: hidden
    }

    .popup .text-holder {
        width: 290px;
        margin: 0 auto
    }

    .popup p {
        margin: 0 0 53px
    }

    .jcf-scrollable {
        height: 190px !important
    }

    .clipImage,
    .clipImage-background,
    .clipImage-image {
        width: 160px;
        height: 160px
    }

    .clipImage-background,
    .clipImage-image {
        clip-path: url(../../../../../external.html?link=https://ilan-dolap.com/public/assets/web/profile-page.html#clipImage);
        -webkit-clip-path: polygon(80px 0, 160px 80px, 80px 160px, 0 80px)
    }

    .billboard-banner .sms-form input {
        margin: 8px;
        width: 200px
    }

    #footer {
        padding: 50px 0;
        background: url(../images/bg-footer.jpg) no-repeat;
        background-size: cover
    }

    .footer-nav-block {
        padding: 0;
        letter-spacing: -.32em
    }

    .footer-nav-block .footer-nav {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        letter-spacing: 0;
        padding: 0 10px
    }

    .footer-nav-block .footer-nav:last-child {
        width: 20%
    }
}

@media all and (min-width:768px) and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

    .clipImage-background,
    .clipImage-background2,
    .clipImage-image,
    .clipImage-image2 {
        -webkit-clip-path: url(#clipImage);
        clip-path: url(#clipImage)
    }
}

@media only screen and (min-width:992px) {

    .four-cols .col-holder .detail-head,
    .product-detail-block .detail-block .profile-block .detail-head {
        padding: 14px 5px
    }
}

@media only screen and (min-width:1024px) {
    #header.home-page .logo {
        width: 210px;
        margin: -4px 143px 0 0
    }

    #header.home-page .logo .text-img {
        width: 150px
    }

    .logo {
        width: 162px;
        margin: -4px 143px 0 0
    }

    .logo i {
        font-size: 64px;
        line-height: 66px
    }

    .logo .text-img,
    .logo .text-img img {
        width: 140px;
        margin: 0
    }

    .search-form input[type=search] {
        padding: 12px;
        font-size: 16px;
        height: 47px
    }

    .search-form .form-opener {
        padding: 14px 24px
    }

    .nav-area {
        padding: 7px 0 0
    }

    .nav-area #nav .navigationItem {
        padding: 0 0 0 29px
    }

    .nav-area #nav a.c-icon i {
        height: 46px;
        width: 46px;
        font-size: 21px;
        padding: 6px
    }

    #wrapper {
        padding: 140px 0 0
    }

    .btn {
        padding: 8px 21px
    }

    .heading {
        margin: 0 0 29px
    }

    .form button {
        padding: 8px 31px
    }

    .dolap-indir-block .img-text-holder {
        width: 60%
    }

    .dolap-indir-block .form {
        width: 40%
    }

    .links-list {
        box-shadow: 0 4px 10px 3px rgba(0, 0, 0, .07)
    }

    .links-list .slide {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
        display: none !important
    }

    .links-list .collapse,
    .links-list .collapsing {
        display: block !important;
        position: static
    }

    .links-list .links-opener {
        display: none !important
    }

    .links-list .links-ul {
        font-size: 0;
        line-height: 0
    }

    .links-list .links-ul>li {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        font-size: 14px;
        line-height: 20px;
        position: relative
    }

    .links-list .links-ul>li.active .slide {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
        height: auto !important
    }

    .links-list .links-ul>li:hover .slide {
        display: block !important
    }

    .links-list .inner-links {
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04)
    }

    .visual {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 30px;
        padding-left: 70px
    }

    .visual h1,
    .visual h1 span {
        font-size: 100px;
        line-height: 100px
    }

    .visual p {
        margin: 0 0 43px
    }

    .visual .btns-holder .btn-next,
    .visual .btns-holder .btn-prev {
        padding: 5px 9px
    }

    .products-banner {
        padding: 180px 300px
    }

    .meet-block,
    .two-cols .meet-block {
        padding: 52px 0 44px
    }

    .products-banner h2 {
        text-align: left !important
    }

    .aboutUs-banner {
        background: url(../../../../../cdn.dolap.com/web/images/img-1.jpg) 100% 0 no-repeat !important;
        background-size: cover !important
    }

    .meet-block {
        margin: 0 0 30px
    }

    .two-cols {
        margin-bottom: 30px
    }

    .two-cols .meet-block h2 {
        margin: 0 0 14px
    }

    .two-cols .meet-block .btn {
        padding: 8px 21px
    }

    .download-block {
        font-size: 16px;
        line-height: 20px;
        padding: 32px 20px 34px
    }

    .download-block h2 {
        margin: 0 0 3px
    }

    .download-block p {
        margin: 0 0 23px
    }

    .download-block .form input[type=text],
    .download-block .form input[type=email],
    .download-block .form input[type=tel] {
        width: 257px;
        margin: 0 10px 0 0
    }

    .download-block .form button {
        padding: 8px 31px
    }

    .four-cols .col-holder {
        margin: 0 0 30px
    }

    .four-cols .col-holder .detail-head .user-icon {
        font-size: 22px;
        line-height: 26px;
        margin: 9px 0 0
    }

    .sidebar-content-block {
        padding: 0;
        margin-bottom: 50px
    }

    .main-profile-block {
        padding: 2px 0 30px
    }

    .main-profile-block .stars-block {
        margin: 0 0 17px
    }

    .img-info-block {
        padding: 21px 0 0 243px
    }

    .img-info-block h1 {
        font-size: 40px;
        line-height: 47px;
        margin: -10px 10px 0 0
    }

    .img-info-block .btn {
        margin: 1px 0 0
    }

    .img-info-block .title-block {
        margin: 0 0 19px
    }

    .img-info-block .person-img {
        left: 53px
    }

    .follow-text-block {
        padding: 17px 0 13px;
        text-align: left
    }

    .follow-text-block .follow-block {
        padding: 0 0 0 243px;
        width: 45%
    }

    .follow-text-block .text-block {
        width: 55%;
        text-align: center;
        padding: 0 50px
    }

    .follow-text-block .text-block:before {
        margin: 0 0 0 -235px
    }

    .product-detail-block {
        margin-bottom: 30px
    }

    .product-detail-block .slideshow {
        margin: 0 0 29px
    }

    .product-detail-block .slideshow .slideset-holder {
        height: 455px
    }

    .product-detail-block .slideshow .cargo-block .title {
        padding: 5px 120px 0 0
    }

    .product-detail-block .slideshow .cargo-block .cargo-holder {
        margin: -15px 0 -10px
    }

    .product-detail-block .detail-block .title-block {
        padding: 0 0 0 20px
    }

    .product-detail-block .detail-block .title-block h1 {
        font-size: 28px;
        line-height: 30px
    }

    .product-detail-block .detail-block .title-block .subtitle {
        font-size: 22px;
        line-height: 30px
    }

    .product-detail-block .detail-block .title-block .title-holder {
        padding: 24px 5px 17px 0;
        width: 83%
    }

    .product-detail-block .detail-block .title-block .likes-block {
        width: 17%
    }

    .product-detail-block .detail-block .title-block .likes-block i {
        font-size: 29px;
        margin: 0 0 10px
    }

    .product-detail-block .detail-block .originality-block {
        box-shadow: none;
        margin: 0
    }

    .product-detail-block .detail-block .price-block {
        padding: 30px 19px
    }

    .product-detail-block .detail-block .price-block .price-detail {
        width: 45%
    }

    .product-detail-block .detail-block .price-block .btns-holder {
        width: 50%
    }

    .product-detail-block .detail-block .price-block .btns-holder .btn.buy-button-desktop {
        display: inline-block !important
    }

    .product-detail-block .detail-block .price-block .btns-holder .btn.buy-button-phone {
        display: none !important
    }

    .product-detail-block .detail-block .profile-block .detail-head .user-icon {
        font-size: 27px;
        line-height: 34px;
        margin: 27px 0 0
    }

    .product-detail-block .detail-block .profile-block .detail-head .person-img {
        width: 84px;
        height: 84px;
        margin: 0 17px 0 0
    }

    .product-detail-block .detail-block .profile-block .detail-head .title-stars-block .stars-list li {
        font-size: 20px;
        line-height: 22px
    }

    .product-detail-block .detail-block .profile-block .detail-head .title {
        font-size: 22px;
        line-height: 25px
    }

    .product-detail-block .detail-block .profile-block .remarks-block {
        padding: 9px 70px 20px 21px
    }

    .product-detail-block .detail-block .features-block .feat-holder {
        padding: 20px 10px 8px 80px
    }

    .product-detail-block .detail-block .features-block .feat-holder .icon-right-open {
        margin-top: 5%
    }

    .product-detail-block .detail-block .features-block .feat-holder .title {
        font-size: 22px;
        line-height: 26px;
        font-weight: 400
    }

    .product-detail-block .detail-block .features-block .feat-holder i {
        font-size: 20px
    }

    .img-text-block {
        margin: 0 0 53px
    }

    .img-text-block .caption-holder .caption-frame {
        padding: 0 51px
    }

    .img-text-block h1 {
        font-size: 100px;
        line-height: 95px
    }

    .markalar-block .text-block {
        margin: 0 auto 46px
    }

    .markalar-block .abc-list-holder {
        margin: 0 0 40px
    }

    .markalar-block .abc-list {
        padding: 15px 5px
    }

    .markalar-block .abc-list li {
        padding: 0 10px
    }

    .markalar-block .form-search {
        margin: 0 auto 4px
    }

    .markalar-block .form-search input[type=search] {
        padding: 12px;
        font-size: 16px;
        height: 47px
    }

    .markalar-block .form-search button {
        padding: 14px 15px
    }

    .markalar-block .list-blocks .block-holder {
        margin: 0 0 13px
    }

    .markalar-block .list-blocks ul {
        width: 20%
    }

    .comments-block {
        padding: 15px 19px 25px;
        margin: 0 0 31px
    }

    .comments-block h2 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 18px
    }

    .comments-block .comments-list {
        margin: 0 0 16px
    }

    .comments-block .comments-list .replies-list {
        padding: 0 0 0 14px;
        margin: 10px 0 0 58px
    }

    .comments-block .comments-list .replies-list li {
        padding: 0 0 10px
    }

    .comments-block .btn-holder .btn {
        padding: 8px 17px
    }

    .billboard-banner ul li {
        width: 140px;
        margin-right: 12px
    }

    .billboard-banner p {
        margin: 0
    }

    .redirectToDownloadApp {
        background: 0 0;
        width: 500px;
        height: 360px;
        padding: 0;
        margin-top: 0
    }

    .redirectToDownloadApp .redirect-popup-desktop {
        display: block
    }

    .redirectToDownloadApp .redirectToDownloadAppContainer .redirect-image-desktop {
        height: 360px
    }

    .redirectToDownloadApp .redirectToDownloadAppContainer .redirect-image-desktop img {
        cursor: pointer;
        height: inherit
    }

    #footer {
        padding: 40px 0 18px
    }

    .google-apple-btns li {
        width: 189px
    }

    .social-icons {
        margin: 0 0 8px
    }

    .title-form-block {
        padding: 19px 0 16px;
        margin: 0 0 19px
    }

    .title-form-block .title {
        font-size: 40px;
        line-height: 46px;
        margin: 0 20px 16px 0;
        display: inline-block;
        vertical-align: top
    }

    .title-form-block .form {
        display: inline-block;
        vertical-align: top;
        margin: 0
    }

    .footer-nav-block {
        max-width: 810px;
        margin: 0 auto 14px
    }
}

@media only screen and (min-width:1200px) {
    .search-form {
        width: 444px
    }

    .dolap-indir-block .img-text-holder {
        padding: 0 46px 0 26px
    }

    .four-cols .col-holder .detail-head {
        padding: 14px 19px 14px 10px
    }

    .four-cols .col-holder .detail-head .user-icon {
        font-size: 27px;
        line-height: 34px;
        margin: 3px 0 0
    }

    .main-profile-block .stars-list li {
        font-size: 31px;
        line-height: 31px
    }

    .follow-text-block .text-block:before {
        margin: 0 0 0 -315px
    }

    .product-detail-block .slideshow .slideset-holder {
        height: 570px
    }

    .product-detail-block .detail-block .price-block.sold .sold-title {
        font-size: 92px;
        line-height: 95px;
        -webkit-transform: rotate(-14deg);
        -ms-transform: rotate(-14deg);
        transform: rotate(-14deg);
        margin: -10px -35px -25px 0
    }

    .product-detail-block .detail-block .price-block .price-detail {
        padding: 0 10px 0 0;
        width: 40%
    }

    .product-detail-block .detail-block .price-block .price-detail .disc-price {
        font-size: 30px;
        line-height: 30px
    }

    .product-detail-block .detail-block .price-block .price-detail .price {
        font-size: 40px;
        line-height: 40px
    }

    .product-detail-block .detail-block .price-block .btns-holder {
        width: 60%
    }

    .product-detail-block .detail-block .price-block .btns-holder .btn.satin {
        font-size: 18px;
        width: 140px;
        padding: 20px 5px;
        margin: 0 0 0 6px
    }

    .product-detail-block .detail-block .price-block .btns-holder .btn.bid {
        font-size: 18px;
        width: 140px;
        padding: 20px 15px;
        margin: 0 0 0 6px
    }

    .product-detail-block .detail-block .price-block .btns-holder .btn.bidButton {
        font-size: 18px;
        width: 140px;
        padding: 20px 5px;
        margin: 0 0 0 6px
    }

    .product-detail-block .detail-block .profile-block .detail-head {
        padding: 11px 19px 0 22px
    }

    .markalar-block .abc-list li {
        padding: 0 14px
    }

    .markalar-block .list-blocks ul {
        width: 16.666%
    }

    .title-form-block .title {
        margin: 0 20px 0 0
    }
}

@media only screen and (max-width:1024px) {
    .markalar-block .abc-list {
        position: static !important
    }
}

@media only screen and (max-width:1023px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .container {
        padding-left: 5px;
        padding-right: 5px
    }

    .row {
        margin-left: -5px;
        margin-right: -5px
    }
}

@media only screen and (max-width:800px) {
    body {
        padding: 0
    }

    .installment-table {
        display: block;
        margin: 10px 0 0
    }

    .installmentPrice {
        margin-left: 70px
    }

    .installment-caption {
        top: 0;
        text-align: center;
        z-index: 5;
        border-bottom: 2px solid #999
    }

    .installment-row {
        position: relative;
        display: block;
        border-bottom: 1px solid #ccc
    }

    .installment-header-row {
        display: none
    }

    .installment-cell {
        display: block;
        border: none;
        position: relative;
        height: 55px;
        line-height: 20px;
        text-align: left
    }

    .installment-primary:after {
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: 18px;
        z-index: 2;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ccc
    }

    .installment-cell:nth-of-type(n+2) {
        display: none
    }

    .installment-row input[type=checkbox],
    .installment-row input[type=radio] {
        display: block;
        position: absolute;
        z-index: 1;
        width: 99%;
        height: 100%;
        opacity: 0
    }

    .installment-row input[type=checkbox]:checked,
    .installment-row input[type=radio]:checked {
        z-index: -1
    }

    input[type=checkbox]:checked~.installment-cell,
    input[type=radio]:checked~.installment-cell {
        display: block;
        border-bottom: 1px solid #eee
    }

    input[type=checkbox]:checked~.installment-cell:nth-of-type(n+2),
    input[type=radio]:checked~.installment-cell:nth-of-type(n+2) {
        background: #faf9f9
    }

    input[type=checkbox]:checked~.installment-cell:nth-of-type(n+2):before,
    input[type=radio]:checked~.installment-cell:nth-of-type(n+2):before {
        content: attr(data-label);
        display: inline-block;
        width: 60px;
        background: #999;
        border-radius: 10px;
        height: 20px;
        margin-right: 10px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #fff
    }

    input[type=checkbox]:checked~.installment-primary,
    input[type=radio]:checked~.installment-primary {
        border-bottom: 2px solid #999
    }

    input[type=checkbox]:checked~.installment-primary:after,
    input[type=radio]:checked~.installment-primary:after {
        position: absolute;
        right: 18px;
        top: 22px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #ccc;
        z-index: 2
    }
}

@media only screen and (max-width:767px) {
    .search-form.active {
        width: calc(100% - 78px)
    }

    .nav-area .nav-opener {
        display: block;
        width: 20px;
        height: 26px;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        z-index: 222
    }

    .nav-area .nav-opener span,
    .nav-area .nav-opener:after,
    .nav-area .nav-opener:before {
        background: #3b3b3b;
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        height: 3px;
        -webkit-transition: all .25s linear;
        transition: all .25s linear
    }

    .nav-area .nav-opener:hover span,
    .nav-area .nav-opener:hover:after,
    .nav-area .nav-opener:hover:before {
        background: #3b3b3b
    }

    .nav-area .nav-opener:after,
    .nav-area .nav-opener:before {
        content: "";
        top: 8px
    }

    .nav-area .nav-opener:after {
        top: 22px
    }

    .nav-area .list-holder {
        background: #3b3b3b;
        position: fixed;
        left: -300px;
        top: 82px;
        width: 270px;
        bottom: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 1;
        overflow: auto
    }

    .links-list .links-ul {
        height: calc(100vh - 121px);
        overflow: auto
    }

    .links-list .links-ul.p-detail {
        height: calc(100vh - 187px)
    }

    .notificationHolder {
        width: 100%;
        height: 100%;
        z-index: 1000;
        top: 0;
        left: 0;
        margin: 0;
        position: fixed
    }

    .notificationHolder .notificationItems .notificationTabs .notificationTab .content,
    .notificationHolder .notificationItems .notificationTabs .notificationTab .content ul {
        height: 100%
    }

    .meet-block .btn-default,
    .two-cols {
        display: none
    }

    .four-cols .col-holder {
        position: relative
    }

    .four-cols .col-holder.full-width {
        height: auto !important
    }

    .four-cols .col-holder .detail-head {
        display: none
    }

    .four-cols .col-holder .img-block {
        min-width: 150px;
        min-height: 150px
    }

    .filter-active .sidebar .aside-holder,
    .filter-active .sidebar .aside-holder .close-filter-holder {
        left: 0
    }

    .filter-active .sidebar .aside-holder .block-holder.slide-active .slide-block {
        opacity: 1;
        visibility: visible
    }

    .filter-active .sidebar .aside-holder .block-holder.slide-active .title {
        background: #25d6a2;
        color: #fff
    }

    .filter-active .sidebar .aside-holder .block-holder.slide-active .title span:before {
        display: block
    }

    .sidebar .aside-frame {
        height: calc(100vh - 99px);
        overflow-y: auto;
        width: 100%
    }

    .sidebar .aside-holder {
        background: #3b3b3b;
        position: fixed;
        width: 108px;
        top: 40px;
        left: -208px;
        bottom: 0;
        -webkit-transition: left .25s linear;
        transition: left .25s linear;
        z-index: 999;
        padding-bottom: 60px
    }

    .sidebar .aside-holder:after {
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        content: "";
        background: #fff;
        position: fixed;
        left: -100%;
        top: 40px;
        bottom: 0;
        width: 100%;
        visibility: hidden;
        z-index: -1;
        display: block;
        right: 0
    }

    .sidebar .categories-block .slide-block {
        padding: 0;
        height: calc(100vh - 110px);
        overflow: auto
    }

    .sidebar .categories-block .slide-block>ul>li {
        border-bottom: 1px solid #ebebeb;
        padding: 0
    }

    .sidebar .categories-block .slide-block>ul>li>a {
        padding: 15px
    }

    .sidebar .categories-block .slide-block>ul>li.active>a,
    .sidebar .categories-block .slide-block>ul>li>a:hover {
        color: #fff;
        background: #25d6a2
    }

    .sidebar .categories-block .slide-block>ul>li.active .side-drop {
        opacity: 1;
        visibility: visible
    }

    .sidebar .categories-block .slide-block>ul i {
        margin: 0 10px 0 0;
        font-size: 18px;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        width: 30px
    }

    .sidebar .categories-block .slide-block>ul .numbers {
        display: none
    }

    .sidebar .categories-block .slide-block>ul .side-drop {
        position: fixed !important;
        background: #fff;
        left: 158px !important;
        width: calc(100% - 108px);
        visibility: hidden;
        opacity: 0;
        top: 41px !important;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        z-index: 99;
        box-shadow: 4px -4px 16px 0 #3b3b3b;
        padding: 15px;
        display: block !important;
        height: calc(100vh - 101px);
        overflow: auto
    }

    .sidebar .categories-block .slide-block>ul .side-drop ul {
        margin: 32px 0 0 11px
    }

    .sidebar .slide-block {
        position: fixed;
        background: #fff;
        left: 108px;
        width: calc(100% - 101px);
        visibility: hidden;
        opacity: 0;
        top: 41px;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        padding: 20px;
        overflow: auto;
        bottom: 70px;
        z-index: 9999
    }

    .sidebar .slide-block .side-drop li.active>a:before {
        display: block
    }

    .sidebar .title {
        color: #fff;
        border-bottom: 1px solid #4f4f4f;
        padding: 14px 5px;
        margin: 0
    }

    .sidebar .title:hover {
        color: #fff;
        background: #25d6a2
    }

    .sidebar .title span {
        position: relative;
        padding: 0 0 0 15px
    }

    .sidebar .title span:before {
        position: absolute;
        content: "";
        top: 4px;
        left: 3px;
        height: 9px;
        width: 9px;
        background: #fff;
        border-radius: 3px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: none
    }

    .main-profile-block .nav-tabs span {
        display: block
    }

    .main-profile-block .stars-block {
        clear: both
    }

    .main-profile-block .stars-block .likes-info {
        margin: 0 -15px 0 0
    }

    .img-info-block .time {
        float: left
    }

    .img-info-block .title-block .user-icon {
        float: right;
        text-decoration: none;
        color: #25d6a2;
        font-size: 30px;
        line-height: 26px;
        margin: -8px 0 0;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out
    }

    .img-info-block .title-block .user-icon:hover {
        color: #3b3b3b
    }

    .product-detail-block .col-sm-6 {
        height: auto !important
    }

    .product-detail-block .slideshow .slideset .bgstretch {
        width: 420px;
        height: 420px
    }

    .product-detail-block .paging {
        position: absolute;
        bottom: 56px;
        left: 0;
        right: 0;
        z-index: 2
    }

    .product-detail-block .paging .mask {
        text-align: center
    }

    .product-detail-block .paging .mask .p-slide {
        width: 10px !important
    }

    .product-detail-block .paging .mask .p-slide.active a {
        opacity: 1
    }

    .product-detail-block .paging .mask img {
        display: none
    }

    .product-detail-block .paging .mask a {
        display: block;
        height: 10px;
        width: 10px;
        border-radius: 100%;
        background: #fff;
        opacity: .5
    }

    .product-detail-block .paging .mask a:hover {
        opacity: 1
    }

    .product-detail-block .detail-block .price-block {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        z-index: 99;
        box-shadow: 0 -3px 3px 1px rgba(0, 0, 0, .1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 66px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product-detail-block .detail-block .price-block .btns-holder .btn.biddingButton {
        padding: 5px 10px
    }

    .product-detail-block .detail-block .features-block .feat-holder .icon-right-open {
        margin-top: 4%
    }

    .productBidContainer {
        width: 100%;
        height: 100%;
        z-index: 900;
        margin: 0
    }

    #showPrelimiaryFormPopup {
        width: 400px
    }

    .orderForm .orderComponent .creditCardPayment .col-xs-12 {
        padding: 5px
    }

    .comments-holder p {
        width: 100%;
        clear: both
    }
}