@font-face {
    font-family: "Futura Bk BT Book";
    src: url("../fonts/futura_bk_bt_book.eot"); /* IE9*/
    src: url("../fonts/futura_bk_bt_book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/futura_bk_bt_book.woff2") format("woff2"), /* chrome、firefox */ url("../fonts/futura_bk_bt_book.woff") format("woff"), /* chrome、firefox */ url("../fonts/futura_bk_bt_book.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/futura_bk_bt_book.svg#Futura Bk BT Book") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: "QRT";
    src: url("../fonts/qrt1.woff2") format("woff2"),
    url("../fonts/qrt1.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "QRT";
    src: url("../fonts/qrt2.woff2") format("woff2"),
    url("../fonts/qrt2.woff") format("woff");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'QRT';
    src: url("../fonts/qrt3.woff2") format("woff2"),
    url("../fonts/qrt3.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Johnson Light";
    src: url("../fonts/light.eot");
    src: url("../fonts/light.eot?#iefix") format("embedded-opentype"), url("../fonts/light.woff2") format("woff2"), url("../fonts/light.woff") format("woff"), url("../fonts/light.ttf") format("truetype"), url("../fonts/light.svg#Johnston ITC Std") format("svg");
}

@font-face {
    font-family: "Johnson Medium";
    src: url("../fonts/medium.eot");
    src: url("../fonts/medium.eot?#iefix") format("embedded-opentype"), url("../fonts/medium.woff2") format("woff2"), url("../fonts/medium.woff") format("woff"), url("../fonts/medium.ttf") format("truetype"), url("../fonts/medium.svg#Johnston ITC Std") format("svg");
}

@font-face {
    font-family: "Johnson Bold";
    src: url("../fonts/bold.eot");
    src: url("../fonts/bold.eot?#iefix") format("embedded-opentype"), url("../fonts/bold.woff2") format("woff2"), url("../fonts/bold.woff") format("woff"), url("../fonts/bold.ttf") format("truetype"), url("../fonts/bold.svg#Johnston ITC Std") format("svg");
}

.border-color-black {
    border-color: #000 !important;
}

.border-black {
    border: 1px solid #000 !important;
}

.border-bottom {
    border-bottom: 1px solid #DBDBDB !important;
}

.border-bottom-black {
    border-bottom: 1px solid #000 !important;
}

h3{
    letter-spacing: 6px;
}

button, .button {
    border: 0;
    outline: none;
    margin-top: 7px;
    border-radius: 3px;
}

button.login-btn {
    background-color: #3d7068;
    color: #ffffff;
    font-size: 1em;
    font-family: 'Johnson Medium', Arial, Verdana, sans-serif;
    text-align: center;
    letter-spacing: 2px;
    max-width: 159px;
    padding: 10px 15px;
    height: 40px;
    text-transform: uppercase;
}

button.footer-submit-btn {
    background-color: #fff;
    color: #000;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 0;
    text-align: center;
    margin: 0;
    width: 100%;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.footer-email-field, .form-control.footer-email-field {
    border-bottom-left-radius: 25px !important;
    border-top-left-radius: 25px !important;
    padding-left: 20px;
    font-size: 0.95em;
    font-weight: 300;
}

.button{
    display: inline-block;
}

.black-btn,
.grey-dark-btn,
.green-btn,
.border-btn {
    width: 100%;
    padding: 0 10px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    font-weight: normal !important;
    line-height: 3em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.black-btn {
    background-color: #000000;
    color: #ffffff !important;
}

.grey-dark-btn {
    background-color: #222222;
    color:#fff !important;
}

.grey-dark-btn:hover {
    background-color: #373737;
    color:#fff !important;
}

.grey-dark-btn:active {
    background-color: #535353;
    color:#fff !important;
}

.green-btn {
    background-color: #3d7068;
    color: #ffffff !important;
}

.border-btn {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
}

button:hover, .button:hover {
    cursor: pointer;
}

.text-green{
    color: #3d7068 !important;
}

.text-white{
    color: #fff !important;
}

.w-f-150 {
    width: 150px;
}

.w-f-200 {
    width: 200px;
}

.w-f-250 {
    width: 250px;
}

.w-f-300 {
    width: 300px;
}

.bg-black {
    background-color: #000000 !important;
}

.robot-slab {
    font-family: 'Roboto Slab', serif !important;
}

/*default aligns*/
div.ias-trigger {
    display: block;
    clear: both;
    width: 100%;
    padding-bottom: 20px;
}

div.ias-trigger-next {
    margin-top: 20px;
    background-color: #000000;
    color: #ffffff;
    font-size: 1em;
    font-family: 'Johnson Medium', Arial, Verdana, sans-serif;
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
    padding: 10px 40px;
    height: 40px;
    text-transform: uppercase;
}

.qrt {
    font-family: 'QRT', Arial, Verdana, sans-serif !important;
}

.left-align {
    text-align: left !important;
}

.center-align {
    text-align: center !important;
}

.right-align {
    text-align: right !important;
}

.cl {
    clear: both;
}

.font-large{
    font-size: 3em;
}

.font-big{
    font-size: 2em;
}

.font-08{
    font-size: .8em;
}

.font-09{
    font-size: .9em;
}

.link, .link:hover{
    text-decoration: underline;
    cursor: pointer;
}

.no-margin-padding {
    margin: 0 !important;
    padding: 0 !important;
}

.mediumLogo {
    margin-top: 7px;
}

.modal-content {
    border-radius: 0 !important;
    font-family: 'Roboto Slab', serif;
}

.nav-link {
    padding: 0.5rem 0.7rem;
}

.nav-tabs .nav-link {
    border-radius: 0 !important;
}

.form-control {
    border-radius: 0 !important;
}

.btn {
    border-radius: 4px !important;
    font-size: 0.9em;

}

.select2-search-wide{
    width:150%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #535353 !important;
    color: white;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.select2-container--bootstrap .select2-selection--single {
    height: 40px !important;
    padding: 12px 24px 6px 12px !important;
    border-color: #000 !important;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] .select2-result-repository__title,
.select2-container--bootstrap .select2-results__option[aria-disabled=true] .select2-result-repository__description,
.select2-container--bootstrap .select2-results__option[aria-disabled=true] .select2-result-repository__statistics,
.select2-container--bootstrap .select2-results__option[aria-disabled=true] .select2-result-repository__watchers {
    color: #fff !important;
}

.select2-results__option {
    padding: 0 6px !important;
    border-bottom: 1px solid #ddd;
    font-family: 'Roboto Slab', serif;
}

.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #000 !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: 'Roboto Slab', serif;
    border-color: #444444 !important;
    border-radius: 0 !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 3px;
}

.select2-container--bootstrap .select2-results__group {
    display: block;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 600;
}

.select2-container--bootstrap .select2-selection {
    border-radius: 0 !important;
    font-family: 'Roboto Slab', serif;
}

.modal-open .select2-dropdown {
    z-index: 10060;
}

.modal-open .select2-close-mask {
    z-index: 10055;
}

.modal-open .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: auto !important;
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 400px !important;
}

.select2-result-repository {
    padding-top: 4px;
    padding-bottom: 3px;
}

.select2-result-repository__avatar {
    float: left;
    width: 30px;
    margin-right: 10px;
}

.select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.select2-result-repository__meta {
    margin-left: 10px;
}

.select2-result-repository__meta_wide {
    margin-left: 70px;
}

.select2-result-repository__title {
    color: black;
    font-weight: 400;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 0;
    font-size: 0.9em;
    padding-top: 4px;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers {
    margin-right: 1em;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
    display: inline-block;
    color: #aaa;
    font-size: 11px;
}

.select2-result-repository__description {
    font-size: 13px;
    color: #777;
    margin-top: 0;
}

.select2-results__option--highlighted .select2-result-repository__title {
    color: white;
}

.select2-results__option--highlighted .select2-result-repository__forks,
.select2-results__option--highlighted .select2-result-repository__stargazers,
.select2-results__option--highlighted .select2-result-repository__description,
.select2-results__option--highlighted .select2-result-repository__watchers {
    color: #c1d7e9;
}

.select2-selection__choice {
    background-color: #eee !important;
    border: 1px solid #eee !important;
}

.select2-selection__choice .select2-selection__choice__remove {
    font-weight: normal !important;
}

a,
a:hover,
a:visited,
a:active {
    color: #000;
    text-decoration: none;
}

.divider {
    border-bottom: 1px solid rgba(74, 74, 74, 0.5);
}

span#like-btn {
    font-family: 'Roboto Slab', serif;
    font-size: 0.7em;
    line-height: 1.2em;
    letter-spacing: 1px;
    float: right;
    width: 40px;
    text-align: center;
}

span#like-btn > #txt {
    font-size: 1em;
    font-weight: 100;
    text-align: center;
    padding-top: 3px;
}

.red-fill {
    fill: red !important;
}
.red-color {
    color: red !important;
}

.image-box .product_status_rented,
.image-box .product_status_sold {
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*opacity: 0.2;*/
    /*-moz-opacity: 20%;*/
    /*-webkit-opacity: 20%;*/
    /*z-index: 2;*/
    /*background-color: #000;*/
}

.product_status_sold, .product_status_rent {
    position: absolute;
    font-size: 0.8em;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 70;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    font-weight: bold;
    text-shadow: 0 0 2px #000;
}

.product_status_sold p, .product_status_rent p {
    background: rgba(34, 34, 34, 0.5);
    border-radius: 4px;
    width: 60%;
    padding: 10px;
    text-align: center;
    letter-spacing: 0.15em;
}

.on_sale_status_percent {
    position: absolute;
    font-size: 0.8em;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    display: inline-block;
    z-index: 70;
    font-weight: normal;
    text-shadow: 0 0 2px #000;
}

.on_sale_status_percent p {
    background: rgba(34, 34, 34, 0.8);
    border-radius: 0px;
    width: 100%;
    padding: 2px;
    text-align: center;
    letter-spacing: 0.15em;
}

.last_one_label {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 70;
    width: 20px;
    height: 60px;
    background: url(../images/icons/last-one-tag.png) no-repeat center center;
    background-size: cover;
}

#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}

#preloader #status {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    text-align: center;
}

.tp_product_div {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.tp_product_div .tp_product_img.tp_product_singleitem {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}

.tp_product_div .tp_product_img {
    background: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.tp_product_div .tp_product_img img {
    max-width: 100%;
}

html{
    overflow: scroll; -webkit-overflow-scrolling: touch;
}

html,
body {
    margin: 0;
    padding: 0;
    position: relative;
}

body {
    opacity: 1;
    transition: 1s opacity;
}

.main-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*text-align: center;*/
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.375s;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.main-nav.is-open {
    opacity: 0.92;
    z-index: 100;
    visibility: visible;
}

.main-nav::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: #000000;
    /*transform-origin: 0 0;*/
    /*transform: skew(-14deg) translateX(-120%);*/
    transition: all 0.275s 0.1s;
}

.main-nav.is-open::before {
    /*transform: skew(-14deg) translateX(0);*/
}

.open-main-nav.is-open svg path {
    fill: #ffffff;
}

.main-nav ul {
    display: inline-flex;
    flex-direction: column;
    height: 93%;
    align-items: start;
    justify-content: start;
}

.main-nav li {
    display: block;
    margin: 0;
    /*text-align: center;*/
}

.main-nav li.nav-item .dropdown-toggle{
    background-color: transparent;
}

.main-nav li.nav-item .dropdown-menu{
    background-color: transparent;
    border:none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #000 !important;
}

.dropdown-toggle::after, .dropup .dropdown-toggle::after {
    vertical-align: .255em;
    content: "";
}

.profile-dropdown .dropdown-menu {
    background-color: #F7F7F7;
    padding: 15px 30px !important;
    top:41px;
    border:none !important;
}

.profile-dropdown > .dropdown-menu a{
    color:#333333 !important;
    margin-bottom: 10px;
}

.profile-dropdown a:hover{
    text-decoration: underline !important;
}

.profile-dropdown > a.dropdown-toggle::after{
    display: none;
}

.dropdown .dropdown-menu{
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0.05em;
    font-size: 1em;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-selected .dropdown-link {
    background: #535353 !important;
}

.main-nav a {
    opacity: 0;
    transform: translateY(-10px);
    font-family: 'Johnson Medium', Arial, Verdana, sans-serif;
}

.main-nav.is-open a {
    opacity: 1;
    /*transform: translateY(0);*/
}

.main-nav ul,
.main-nav li {
    list-style: none;
    padding: 0;
}

.main-nav a {
    display: block;
    padding: 3px 0;
    color: #ffffff;
    font-size: 1em;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}

.open-main-nav {
    position: absolute;
    top: 0;
    padding-top: 10px;
    left: 10px;
    z-index: 1000;
    background: none;
    border: 0;
    cursor: pointer;
}

.open-main-nav:focus {
    outline: none;
}

.burger {
    position: relative;
    display: block;
    margin: 0 auto;
    transition: all 0.275s;
}

.burger:after,
.burger:before {
    content: '';
    display: block;
    height: 100%;
    transition: all 0.275s;
}

.burger:after {
    /*transform: translateY(-12px) translateX(-2px) skew(-20deg);*/
}

.burger:before {
    /*transform: translateY(-16px) skew(-10deg);*/
}

.is-open .burger:after {
    /*transform: translateY(-12px) translateX(10px) skew(-20deg);*/
    opacity: 0;
}

.burger-text {
    display: block;
    font-size: 0.675rem;
    letter-spacing: 0.05em;
    margin-top: 0.5em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #5A3B5D;
}

.filter_container_mobile {
	display: none;
}

.device {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 9px 0;
    z-index: 100;
    display: none;
    top: 0;
}

.device .mobile-logo {
    margin: 8px auto 0 auto;
    text-align: center;
}

.device .mobile-logo img {
    max-width: 200px;
    max-height: 33px;
}

.mobile-search {
    position: absolute;
    top: 18px;
    right: 18px;
    text-align: right;
}

.mobile-search .search{
    position: relative;
    top:2px;
}

.notice {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    padding: 20px;
    background: #F2F2F2;
    color: #5A3B5D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    z-index: 100;
    text-align: center;
}

.notice strong {
    font-weight: 700;
}

.notice a {
    padding: 2px 3px;
    background: #FEDC2A;
    text-decoration: none;
}

.top-nav ul.nav .dropdown-toggle{
    box-shadow: none !important;
}

.top-nav ul.nav .dropdown-menu{
    margin: 0 !important;
    border-radius: 0 !important;
    left: -50px !important;
    background-clip: border-box;
}

.top-nav-info-container {
    position: relative;
    width: 100%;
    background-color: #000;
    color: #fff;
    line-height: 1em;
}
.top-nav-info-container .top-title {
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0.2em;
    font-size: 0.55em;
}

.top-nav-container {
    position: relative;
    width: 100%;
    background-color: #f4f4f4;
}

.top-nav-container .top-nav a, .header-menu a {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    color: #000;
    font-size: 0.8em;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding-bottom: 5px;
}

.top-nav-container .top-nav a {
    padding: 10px 20px;
}

.header .header-menu {
    text-align: center;
}

.header .header-menu a {
    padding: 10px 12px;
}

.top-nav-container .top-nav a.border-right {
    border-right: 1px solid #979797;
}

.top-nav-container .top-nav a.border-left {
    border-left: 1px solid #979797;
}

.top-nav-container .top-nav a:hover, .header-menu a:hover {
    text-decoration: underline;
}

.header {
    position: relative;
    padding-top: 25px;
    width: 100%;
    font-family: 'Roboto Slab', serif;
    font-size: 0.9em;
    color: #333;
}

.header.product-header {
    border-bottom: 1px solid rgba(74, 74, 74, 0.5);
    padding-bottom: 19px;
}

.header .header-icons {
    padding-top: 8px;
    position: relative;
}

.header .header-icons a {
    text-decoration: none;
}

.header .header-icons #search-input-div{
    width: 100%;
    min-width: 250px;
    position: absolute;
}

.header .header-icons .shopping-cart-badge{
    position: absolute;
    right:0;
    top: 0;
    font-weight: bold;
    font-size: 0.7em;
}

.header .logo a {
    text-decoration: none;
}

.header .logo a img {
    display: block;
}

.header .logo a .smalllogo {
    display: none;
}

.header .logo a .mediumLogo {
    display: none;
}

.header .header-search {
    width: 100%;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0.05em;
}

.header .header-search .search-input-block {
    position: relative;
    text-align: left;
}

.header .header-search .search-input-block .icon {
    position: absolute;
    left: 13px;
    top: 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #666666;
    width: 100%;
}

.header .header-search .search-input-block .icon svg {
    width: 18px;
    height: 18px;
}

.header .header-search .search-input-block input {
    height: 40px;
    border: 1px solid #000000;
    outline: none;
    padding-left: 38px;
    font-family: 'Johnson Medium', Arial, Verdana, sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    width: 100%;
}

.header .header-search .search-input-block input.search:placeholder {
    color: #4a4a4a;
    opacity: 0.5;
}

.header .header-search.homepage-search form .search-input-block .login-btn {
    margin-top: 0 !important;
}

.hero {
    position: relative;
    padding-top: 153px;
}

.hero h1 {
    font-size: 3.5em;
    font-family: 'Johnson Bold', Arial, Verdana, sans-serif;
    color: #000000;
    letter-spacing: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 28px;
}

.hero p {
    font-size: 24px;
    line-height: 1.25;
    font-family: 'Johnson Light', Arial, Verdana, sans-serif;
    color: #000000;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    margin-bottom: 48px;
}

.hero a {
    text-decoration: none;
    font-family: 'Johnson Bold', Arial, Verdana, sans-serif;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.content-page{
    font-family: 'Roboto Slab', serif;
    font-size: 0.9em;
}

.content-page .title{
    font-size: 2.75em;
    line-height: 1.2em;
    font-family: 'Crimson Text', serif;
    letter-spacing: 3px;
}

.content-page .title.large{
    font-size: 5em;
}

.content-page .sub-title, .content-page .sub-title-small{
    font-family: "Futura Bk BT Book";
}
.content-page .sub-title{
    font-size: 1.5em;
    letter-spacing: 3px;
}

.content-page .sub-title-small{
    font-size: 1.3em;
    letter-spacing: 1px;
}

.content-page.my-events{
    font-size: 1em;
}

.content-page.my-events .event{
    line-height: 2em;
}

.content-page.my-events .event img {
    max-height: 500px;
}

.content-page.my-events .form-control.email{
    height: 40px!important;
}

.previous-my-events-carousel .slick-slide a > img {
    max-height: 305px !important;
    width: 100% !important;
}

.my-events .slick-next, .my-events .slick-prev, .previous-my-events-carousel .slick-next, .previous-my-events-carousel .slick-prev {
    position: absolute;
    display: block;
    height: 50px !important;
    width: 10px !important;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    /*margin-top: -68px;*/
    padding: 0;
    border: none;
    outline: none;
    z-index: 999;
}

.my-events .slick-prev, .previous-my-events-carousel .slick-prev {
    left: -25px !important;
    background: url(../images/icons/arrow-left.svg) no-repeat 0 0 !important;
    background-size: contain !important;
    background-color: #fff !important;
}
.my-events .slick-prev:before, .previous-my-events-carousel .slick-prev:before{
    content: "" !important;
}
.my-events .slick-next:before, .previous-my-events-carousel .slick-next:before{
    content: "" !important;
}
.my-events .slick-next, .previous-my-events-carousel .slick-next {
    right: -25px !important;
    background: url(../images/icons/arrow-right.svg) no-repeat 0 0 !important;;
    background-size: contain !important;
    background-color: #fff !important;
}

.my-events .event-subscribe::-webkit-input-placeholder {
    text-align: center;
}
.my-events .event-subscribe:-moz-placeholder {
    text-align: center;
}
.my-events .event-subscribe::-moz-placeholder {
    text-align: center;
}
.my-events .event-subscribe:-ms-input-placeholder {
    text-align: center;
}

.center-aligned-input::-webkit-input-placeholder {
    text-align: center;
}
.center-aligned-input:-moz-placeholder {
    text-align: center;
}
.center-aligned-input::-moz-placeholder {
    text-align: center;
}
.center-aligned-input:-ms-input-placeholder {
    text-align: center;
}

.headline-discover, .featured-products, .buy-and-borrow, .want-in, .read-on, .get-the-app {
    font-family: 'Roboto Slab', serif;
}

.headline-discover p {
    margin: 0;
    padding: 0;
    font-family: 'Crimson Text', serif;
}

.headline-discover p.headline-sub {
    font-size: 2.2em;
    line-height: 1em;
}

.headline-discover p.headline-pre {
    font-size: 1.3em;
}

.headline-discover p.headline {
    font-size: 4em;
    font-family: 'Crimson Text', serif;
    line-height: 1em;
}

.featured-brand p.headline {
    font-size: 3.5em;
    font-family: 'Crimson Text', serif;
}

.featured-brand-products-carousel img {
    max-height: 300px !important;
}

.membership-start {
    background-color: #3d7068;
    color: #fff;
}
.membership-start .title {
    font-family: 'Crimson Text', serif;
    font-size: 1.5em;
}

.featured-products {

}

.featured-products .title, .buy-and-borrow .title, .read-on .title {
    font-family: 'Crimson Text', serif;
}

.featured-products .title, .buy-and-borrow .title, .want-in .title, .read-on .title {
    font-size: 3em;
}

.buy-and-borrow .bab-content {
    width: 90%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    padding: 10px;
}

.buy-and-borrow .bab-content .title {
    font-size: 2em;
    line-height: 1em;
    font-family: 'Crimson Text', serif;
}

.ski-chic, .hero-home {
    font-family: 'Crimson Text', serif;
}
.ski-chic .content-container, .hero-home .content-container {
    position: relative;
}
.ski-chic .image, .hero-home .image {
    position: relative;
    left: 0;
    top: 0;
}
.ski-chic .text, .hero-home .text {
    z-index: 100;
    position: absolute;
    color: #000;
    font-size: 4em;
    font-weight: normal;
    top: 40%;
    text-align: center;
    width: 45%;
    line-height: 1em;
    /*background-color: rgba(255,255,255,0.5);*/
    padding: 20px;
    margin: auto;
}

.hero-home .hero-caption {
    height: max-content;
    top: 0;
    right: 0;
    bottom: 0;
    /*left: 0;*/
}

.ski-chic .text span, .hero-home .text span {
    font-size: 0.6em !important;
    line-height: 0.7em;
}

.ski-chic .text span, .hero-home .text span {
    font-family: 'Crimson Text', serif;
}

.want-in {
    background-color: #eff0f2;
}

.want-in .circle .title {
    font-family: 'Crimson Text', serif;
}

.want-in .title {
    font-family: 'Crimson Text', serif;
}

.want-in p {
    margin: 0;
    padding: 0;
}

.want-in .block {
    text-align: center;
    vertical-align: middle;
}

.want-in .circle {
    background: #fff;
    border-radius: 200px;
    color: #000;
    height: 300px;
    width: 300px;
    display: table;
    margin: 20px auto;
}

.want-in .circle p {
    vertical-align: middle;
    display: block;
}

.want-in .circle p.icon img {
    max-width: 40px;
    max-height: 40px;
}

.read-on {

}

.read-on .bab-content {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -10px;
    background-color: #fff;
    padding: 10px;
}

.read-on .bab-content .title {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0;
}

.get-the-app {
    background-color: #fff;
    color: #222222;
}

.get-the-app .subtitle {
    font-family: 'Johnson Bold', Arial, Verdana, sans-serif;
    font-size: 1.5em;
}

.get-the-app .title {
    font-family: 'Roboto Slab', serif;
    font-size: 2.5em;
}

.light-grey-small-title{
    font-family: 'Roboto Slab', serif;
    font-size: 0.8em;
    color: #888888;
    letter-spacing: 0.15em;
}

.homepage-product-container {
    margin-top: 134px;
    width: 100%;
    position: relative;
    font-family: 'Crimson Text', serif;
}

.homepage-product-box {
    margin-bottom: 36px;
    width: 100%;
    min-height: 320px;
    position: relative;
}

.homepage-product-box .image-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

.homepage-product-box .image-box img {
    display: block;
    width: 100%;
}

.homepage-product-box .product-info {
    padding: 0 10px 50px 10px;
    text-decoration: none;
    display: block;
}

.homepage-product-box .product-info h2 {
    color: #000;
    font-size: 0.9em;
    line-height: 1.07;
    letter-spacing: 0.15em;
    margin: 15px 0 15px 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.homepage-product-box .product-info h3 {
    color: #000;
    font-size: 0.9em;
    line-height: 1em;
    letter-spacing: 0.04em;
    margin: 2px 0 0 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    height: 1.99em;
    overflow: hidden;
    text-align: center;
    font-style: normal;
}

.homepage-product-box .product-info a {
    text-decoration: none;
    display: block;
}

.homepage-product-box .product-info .product-price {
    position: relative;
    left: 0;
    color: #4a4a4a;
    font-size: 0.9em;
    line-height: 0.9em;
    margin: 10px 0 0 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
}

.homepage-product-box .product-info .product-price .price{
    margin: 0;
    padding: 0;
}

.homepage-product-box .product-info .product-price .separator{
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.homepage-product-box .product-info .product-price .rrp{
    color:#a4a4a4 !important;
    text-decoration: line-through !important;
    font-family: 'Roboto Slab', serif;
}

.homepage-product-box .product-info .product-price span.status:empty{
    display: none;
}

.homepage-product-box .product-info .product-price span.status{
    font-size: 0.8em;
    color:#fff;
    background-color: #000;
    padding: 2px 5px;
}

.homepage-listitem .homepage-product-box .product-info{
    font-size: 0.8em !important;
}

.footer {
    position: relative;
    width: 100%;
    background-color: #F7F7F7;
}

.footer .footer-block {
    margin-top: 60px;
    padding: 60px 0 50px 0;
}

.footer .footer-block .footer-content {
    padding-top: 31px;
    font-family: 'Roboto Slab', serif;
}

.footer .footer-block .footer-content h5 {
    font-size: 12px;
    color: #222222;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.footer .footer-block .footer-content a {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.footer .footer-block .footer-content a:hover {
    text-decoration: underline;
}

.footer .footer-block .footer-content form input {
    border: 1px solid #000000;
    height: 39px;
    outline: none;
    padding-left: 12px;
    letter-spacing: 2px;
    font-size: 11px;
    width: 100%;
    float: left;
}

.footer .footer-block .footer-content form input.search {
    width: 100%;
}

.footer .footer-block .footer-content form input.search:placeholder {
    color: #4a4a4a;
    opacity: 0.5;
}

.footer .footer-block .footer-content .social-block {
    margin-top: 13px;
}

.footer .footer-block .footer-content .social-block a {
    float: left;
    margin-right: 15px;
}

.footer .footer-block .footer-content .subscribe-note{
    font-size: 0.8em;
    color:#828282;
    text-align: justify;
}

.product-page {
    position: relative;
    width: 100%;
    padding-top: 56px;
}

.product-page .product-image {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.product-page .product-image img {
    width: 100%;
}

.product-page .product-small-image {
    height: 100px;
}

.product-page .product-small-image div {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 8px;
}

.product-page .product-small-image div img {
    display: block;
    width: 100%;
}

.product-page .product-small-image div.active {
    border: 2px solid #000000;
}

.product-page .product-content {
    font-family: 'Roboto Slab', serif;
}

.product-page .product-content h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 2.2em;
    line-height: 1.17;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 8px;
    position: relative;
    display: block;
}

.product-page .product-content h2 a {
    text-decoration: none;
}

.product-page .product-content h2 a span.like {
    position: absolute;
    right: 0;
    top: 0;
}

.product-page .product-content h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}

.product-page .product-content p {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: normal;
    color: #222222;
    font-size: 14px;
}

.product-page .product-content .product-button-container {
    margin-top: 16px;
}

.product-page .product-content .shipping-info {
    position: relative;
    margin-top: 16px;
    text-transform: uppercase;
    font-family: 'Johnson Light', Arial, Verdana, sans-serif;
    color: #4a4a4a;
    font-size: 12px;
    opacity: 0.5;
    font-style: italic;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(74, 74, 74, 0.5);
}

.product-page .product-content .shipping-info span {
    position: relative;
    margin-right: 9px;
    top: 2px;
}

.product-page .product-content .seller-container {
    padding-top: 14px;
    padding-bottom: 16px;
    position: relative;
}

.product-page .product-content .seller-container h4 {
    font-size: 14px;
    font-family: 'Johnson Medium', Arial, Verdana, sans-serif;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 9px;
    display: block;
}

.product-page .product-content .seller-container .seller-img {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 13px;
    float: left;
}

.product-page .product-content .seller-container .seller-img img {
    display: block;
    width: 100%;
}

.product-page .product-content .seller-container .seller-info {
    position: relative;
    top: 11px;
}

.product-page .product-content .seller-container .seller-info-managed {
    position: relative;
    top: 3px;
}

.product-page .product-content .seller-container .seller-info .seller-name, .product-page .product-content .seller-container .seller-info-managed .seller-name {
    font-size: 18px;
    font-family: 'Johnson Bold', Arial, Verdana, sans-serif;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: normal;
    color: #000000;
}

.product-page .product-content .seller-container .seller-info .seller-mail, .product-page .product-content .seller-container .seller-info-managed .seller-mail {
    opacity: 0.5;
    font-family: 'Johnson Light', Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #000000;
}

.product-page .product-content .seller-container .seller-info-managed .seller-managed{
    font-size: 14px;
    font-family: 'Johnson Bold', Arial, Verdana, sans-serif;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: normal;
    color: #000000;
}

.product-page .product-content .seller-container .seller-button-container .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.product-page .product-content .dropdown-container .cd-faq .cd-faq-items ul.cd-faq-group {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.product-page .product-content .dropdown-container .cd-faq .cd-faq-items ul.cd-faq-group li {
    position: relative;
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid rgba(74, 74, 74, 0.5);
}

.product-page .product-content .dropdown-container .cd-faq .cd-faq-items ul.cd-faq-group li:first-child {
    border-top: 1px solid rgba(74, 74, 74, 0.5);
}

.product-page .product-content .dropdown-container .cd-faq .cd-faq-items ul.cd-faq-group li a.cd-faq-trigger {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Johnson Medium', Arial, Verdana, sans-serif;
    line-height: 1.29;
    letter-spacing: 2px;
    color: #000000;
    text-decoration: none;
}

.product-page .product-content .dropdown-container .cd-faq .cd-faq-items ul.cd-faq-group li a.cd-faq-trigger span {
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 22px;
    font-family: 'Johnson Light', Arial, Verdana, sans-serif;
    font-weight: 300;
    color: #000000;
}

.product-page .product-content .dropdown-container .cd-faq .cd-faq-items ul.cd-faq-group li .cd-faq-content {
    display: none;
}

.product-page .product-content .dropdown-container .cd-faq .cd-faq-items ul.cd-faq-group li .cd-faq-content p {
    font-family: 'Johnson Light', Arial, Verdana, sans-serif;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: normal;
    color: #4a4a4a;
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
}

.product-page .product-content .action-box {
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
}

.product-page .product-content .variations select{
    select:-ms-expand;
    select:-moz-focusring;
    border: 1px solid #BDBDBD;
    padding: 7px 10px;
    min-width: 160px;
}

.product-page .rental-period input {
    display: none;
}
.product-page .rental-period label {
    display: inline-block;
    padding: 5px 10px 5px 0;
    cursor: pointer;
}
.product-page .rental-period label span {
    position: relative;
    line-height: 22px;
}
.product-page .rental-period label span:before,
.product-page .rental-period label span:after {
    content: '';
    box-sizing: content-box;
}
.product-page .rental-period label span:before {
    border: 1px solid #222021;
    width: 20px;
    height: 19px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.product-page .rental-period label span:after {
    background: #222021;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    left: 4px;
    transition: 300ms;
    opacity: 0;
}

.product-page .rental-period label input:checked+span:after {
    opacity: 1;
}

.product-page .nav-tabs {
    border-bottom: 1px solid #000 !important;
}

.product-page .nav-tabs .nav-link {
    border: none !important;
}

.product-page .nav-tabs .nav-link.active {
    border-bottom: 3px solid #000 !important;
}

.product-page .circles-list ul {
    list-style-type: none;
    margin-left: 1.25em;
    padding-left: 2.5em;
    counter-reset: li-counter;
    border-left: 1px solid #3d7068 ;
    position: relative; }

.product-page .circles-list ul > li {
    position: relative;
    margin-bottom: 1.5em;
    clear: both; }

.product-page .circles-list ul > li:before {
    position: absolute;
    top: 0.2em;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1em;
    left: -3em;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    z-index: 9;
    color: #3d7068;
    border: 2px solid #3d7068;
    border-radius: 0;
    content: '';
    background-color: #3d7068;
}

.product-page .product-details h3{
    letter-spacing: 1px;
}

.product-page .price{
    letter-spacing: 0.15em !important;
}

.product-page .rrp{
    color:#aaa;
}
.product-page .designerLogo{
    max-width: 100%;
}
.product-page .owl-carousel{
    touch-action: manipulation;
    min-height: 330px !important;
}
.product-page .product-content .title h2{
    display: inline-block;
}
.product-page .zoom {
    display:inline-block;
    position: relative;
}
.product-page .slick-next, .product-page .slick-prev, .featured-brand-products-carousel .slick-next, .featured-brand-products-carousel .slick-prev {
    position: absolute;
    display: block;
    height: 50px !important;
    width: 10px !important;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    /*margin-top: -68px;*/
    padding: 0;
    border: none;
    outline: none;
    z-index: 999;
}
.featured-brand-products-carousel .slick-next, .featured-brand-products-carousel .slick-prev {
    top: 30% !important;
}

.product-page .slick-prev, .featured-brand-products-carousel .slick-prev {
    left: -13px !important;
    background: url(../images/icons/arrow-left.svg) no-repeat 0 0 !important;
    background-size: contain !important;;
    background-color: #fff !important;;
}
.product-page .slick-prev:before, .featured-brand-products-carousel .slick-prev:before{
    content: "" !important;
}
.product-page .slick-next:before, .featured-brand-products-carousel .slick-next:before{
    content: "" !important;
}
.product-page .slick-next, .featured-brand-products-carousel .slick-next {
    right: -13px !important;
    background: url(../images/icons/arrow-right.svg) no-repeat 0 0 !important;;
    background-size: contain !important;;
    background-color: #fff !important;;
}
.product-page .fb_iframe_widget span{
    height: 24px !important;
}

.product-page div.variations div.color, .product-page div.variations div.size{
    display: inline-block;
}

.profile-page,
.receipts-page,
.manage-products-page,
.privacy-page,
.general-page{
    position: relative;
    width: 100%;
    padding-top: 10px;
    font-family: 'Johnson Light', Arial, Verdana, sans-serif;
}

.profile-page,
.receipts-page,
.manage-products-page,
.privacy-page{
    padding-top: 56px;
}

.product-also-like h5 {
    font-family: 'Johnson Bold', Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 3px;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 10px;
}

.profile-container {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.profile-container .profile-img {
    max-width: 130px;
    max-height: 130px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
}

.profile-container .profile-img img {
    width: 100%;
    display: block;
}

.profile-container .profile-info {

}

.profile-container .profile-info .profile-name {
    font-size: 24px;
    font-family: 'Johnson Bold', Arial, Verdana, sans-serif;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 5px;
    text-transform: uppercase;
    overflow-wrap: break-word;
}

.profile-container .profile-info .profile-mail {
    opacity: 0.6;
    font-family: 'Johnson Light', Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.profile-container .profile-button-container {
    margin-top: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(74, 74, 74, 0.5);
}

.profile-page-content {
    margin-top: 27px;
}

.profile-data-container {
    margin-top: 10px;
}

.profile-data-container .number {
    font-size: 14px;
    font-family: 'Johnson Bold', Arial, Verdana, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    margin-bottom: 2px;
}

.profile-data-container .number-desc {
    font-size: 10px;
    font-family: 'Johnson Medium', Arial, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    color: #000000;
    opacity: 0.5;
    text-transform: uppercase;
}

.profile-data-container.data-tablet {
    display: none;
}

.deliveryContainer hr {
    margin:1em 0 !important;
}
.deliveryContainer .tp_product_div {
    margin-bottom: 0 !important;
}

#cartItemsTable{

}

@media screen and (max-width: 1199px) {
    .biglogo {
        display: block !important;
    }

    .mediumLogo {
        display: none !important;
    }

    .smalllogo {
        display: none !important;
    }

    .tp_product_div .tp_product_img.tp_product_singleitem {
        position: relative;
        display: inline-block;
        margin: 0;
        min-width: 100%;
        min-height: 100%;
    }

    .header .header-menu a {
        padding: 10px 5px;
    }


}

@media screen and (max-width: 990px) {
    .ski-chic .text, .hero-home .text {
        top:55%;
        font-size: 3em;
        line-height: 0.8em;
    }
    /*.biglogo {*/
    /*display: none !important;*/
    /*}*/
    /*.mediumLogo {*/
    /*display: block !important;*/
    /*}*/
    /*.smalllogo {*/
    /*display: none !important;*/
    /*}*/
    .top-nav-container .top-nav a {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 770px) {
    /*.biglogo {*/
    /*display: none !important;*/
    /*}*/
    /*.mediumLogo {*/
    /*display: block !important;*/
    /*}*/
    /*.smalllogo {*/
    /*display: none !important;*/
    /*}*/
    .top-nav-container {
        display: block;
    }

    .top-nav-container .top-nav a {
        padding: 10px 10px;
    }

    .top-nav-info-container .top-title {
        line-height: 10px;
    }

    .membership-start p{
        font-size: 0.8em;
    }

    .device {
        display: none;
    }

	.filter_container_mobile{display:none;}
	.filter_container {display: block;}

    .product-small-image {
        display: none;
    }

    .product-page {
        padding-top: 10px;
    }

    .profile-page {
        padding-top: 10px;
    }

    .receipts-page {
        padding-top: 10px;
    }

    .manage-products-page {
        padding-top: 10px;
    }

    .data-tablet {
        display: none;
    }

    .tp_product_div .tp_product_img.tp_product_singleitem {
        position: relative;
        display: inline-block;
        margin: 0;
        min-width: 100%;
        min-height: 100%;
    }
    #cartItemsTable, #membershipSubscriptionTable{
        font-size: 0.7em;
    }
    #cartItemsTable td, #cartItemsTable  th {
        padding: .5rem;
    }
    #cartItemsTable .form-control{
        padding:0 !important;
        font-size: 1em !important;
    }
    #cartItemsTable th.actionColumn{
        width: 22% !important;
    }
    .product_status_sold, .product_status_rent {
        font-size: 0.8em;
    }

    span#like-btn {
        display: block !important;
        margin: 5px auto 15px auto !important;
        float: none !important;
    }
}

@media only screen and (max-width: 600px) {
    .biglogo {
        display: none !important;
    }

    .mediumLogo {
        display: none !important;
    }

    .top-nav-container {
        display: none;
    }

    .header {
        display: none;
    }

    .device {
        display: block;
    }

    .filter_container_mobile{display:block;}
    .filter_container {display: none;}

    .header-search {
        display: none;
    }

    .hero {
        padding-top: 35px;
        border-top: 1px solid rgba(74, 74, 74, 0.5);
    }

    .hero h1 {
        font-size: 22px;
    }

    .hero p {
        font-size: 14px;
    }

    .homepage-product-container {
        margin-top: 30px;
    }

    .homepage-product-box {
        min-height: 260px;
    }

    .footer-content {
        border-bottom: 1px solid rgba(74, 74, 74, 0.5);
    }

    .product-page {
        padding-top: 0;
    }

    .profile-page {
        padding-top: 0;
    }

    .profile-container{
        margin-top: 20px;
    }

    .receipts-page {
        padding-top: 0;
    }

    .manage-products-page {
        padding-top: 0;
    }

    .data-desktop {
        display: none;
    }

    .data-tablet {
        display: block !important;
        border-bottom: 1px solid rgba(74, 74, 74, 0.5);
        padding-bottom: 10px;
    }

    .tp_product_div .tp_product_img.tp_product_singleitem {
        position: relative;
        display: inline-block;
        margin: 0;
        min-width: 100%;
        min-height: 100%;
    }

    .get-the-app .title {
        font-family: 'Roboto Slab', serif;
        font-size: 1.5em;
    }

    .homepage-product-box .product-info .product-price{
        font-size: 0.7em;
    }

    .product-page .product-content .product-details .title h2,  .product-page .product-content .product-details .title h3{
        text-align: center !important;
        display: block !important;
    }
    .product-page .product-content .product-details .title h2{
        font-size: 1.7em !important;
    }

    .featured-products .title, .buy-and-borrow .title, .want-in .title, .read-on .title {
        font-size: 2em;
    }

    .press-reel .title{

    }

    .text-sm-center {
        text-align: center !important;
    }

    .product_status_sold p, .product_status_rent p{
        width: 80%;
    }

    .headline-discover p.headline {
        font-size: 2.5em;
    }

    .headline-discover p.headline-sub {
        font-size: 1em;
        line-height: 1em;
    }

    .content-page .title {
        font-size: 1.75em;
    }

    .featured-brand p.headline {
        font-size: 2em;
    }
}

@media (min-width: 768px) {
    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
        margin-right: 0;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 50px;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .8;
    transition: opacity .15s ease;
    height: 15%;
    border: 1px solid #000;
    top: 42.5%;
    background-color: rgba(255, 255, 255, 0.8);
}

.carousel-inner .carousel-item .homepage-product-box {
    min-height: 290px !important;
}

.carousel-inner .carousel-item .homepage-product-box .product-info {
    padding-bottom: 0 !important;
}

/*CENTERING BOOSTRAP MODAL*/
/*.modal-dialog {*/
/*height: 100vh;*/
/*display: flex;*/
/*align-items: center;*/
/*}*/

.btn-primary {
    color: #fff;
    background-color: #222222 !important;
    border-color: #222222 !important;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}

a.registerModalToggle, a.loginModalToggle, a.guestCheckoutModalToggle {
    cursor: pointer !important;
}

.bootbox .modal {
    z-index: 10000000001 !important;
}
#registerModal, #loginModal {
    z-index: 10000000000 !important;
}

#registerModal #resultDiv ul, #registerModal #regResultDiv ul,
#guestCheckoutModal #guestRegResultDiv ul, #guestCheckoutModal #guestRegResultDiv ul{
    margin-bottom: 0 !important;
}

#registerModal #regResultDiv,
#guestCheckoutModal #guestRegResultDiv {
    font-size: 0.9em;
}

#registerModal .register-error-list,
#guestCheckoutModal .register-error-list {
    list-style: square;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #3d7068 !important;
    background-color: #3d7068 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: grey;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: grey;
    border-color: grey;
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0,0,0,.15);
    border-left: none !important;
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

select.dobday{
    width:25% !important;
}
select.dobmonth{
    width:40% !important;
}
select.dobyear{
    width:35% !important;
}
.form-control:focus{
    border-color:grey !important;
    box-shadow:none !important;
}
.select-css {
    display: block;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow:none;
    color: #222;
    outline: none;
}
.select-css option {
    font-weight:normal;
}
select:focus{
    box-shadow:none !important;
    border-color: #4F5155;
}

/*Mobile Safari fix*/
.row:before, .row:after {display: none !important;}


#registrationForm fieldset, #guestCheckoutForm fieldset {
    background: white;
    border: 0 none;
    border-radius: 0;
    /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
    /*padding: 20px 30px;*/
    box-sizing: border-box;
    /*width: 80%;*/
    /*margin: 0 10%;*/

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#registrationForm fieldset:not(:first-of-type), #guestCheckoutForm fieldset:not(:first-of-type) {
    display: none;
}

/*buttons*/
#registrationForm .action-button, #guestCheckoutForm .action-button {
    width: 100px;
    background: #3d7068;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#registrationForm .action-button:hover, #registrationForm .action-button:focus,
#guestCheckoutForm .action-button:hover, #guestCheckoutForm .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #3d7068;
}

#registrationForm .action-button-previous, #guestCheckoutForm .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#registrationForm .action-button-previous:hover, #registrationForm .action-button-previous:focus {

}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    background-color: #535353;
    padding: 10px;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
    text-align: center;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #000;
    color: white;
}

.icon-arrow-right{
    background: url(../images/icons/arrow-right.png) no-repeat center center;
    /* background-size: cover; */
    display: block;
    height: 20px;
    width: 40px;
}

.no-border {
    border: none !important;
}


.search-page .dropdown-menu-wrapper{
    background: transparent;
}
.search-page div.dropdown a.dropdown-toggle::after{
    display: none;
}

.search-page .dropdown-menu-container{
    /*width: auto !important;*/
}

.search-page .dropdown-below .dropdown-menu-wrapper {
    right:10px;
}

.search-page button.selectedOption {
    background-color: #d2d2d2;
}

.search-page .filterOption, .search-page .custom-control-label, .search-page .filterSubOption {
    cursor: pointer;
}

.search-page .brandOptions, .search-page .categoryOptions{
    font-size: 0.9em;
}

.search-page .subOptions{
    display: none;
}

.search-page .search_dropdown_container{
    border-bottom:1px solid #dee2e6;
    margin:5px 0;
    padding: 2px;
}

.search-page .search_dropdown_container > .options {
    border-left: 1px dashed #ccc;
    margin: 2px 0 5px 15px;
    max-height: 400px;
    overflow-y: auto;
    display: none;
    padding: 0 0 0 10px;
}

.search-page .search_dropdown_container .form-control:focus {
    background-color: #fff;
    border-color: #3d7068;
    outline: 0;
    box-shadow: none !important;
}

.search-page .search_dropdown_container .sizeOptions button.filter-option {
    height: 30px !important;
    line-height: 2em !important;
    padding: 0 8px !important;
}

.search-page div.options .border-btn {
    width: auto !important;
    margin-right: 5px;
}
.search-page .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    z-index: 9999 !important;
}

.search-page .selectedSearchOptions button {
    margin-right: 10px;
}

.search-page .searchslider_minprice, .search-page .searchslider_maxprice {
    background-color: transparent !important;
    border: none !important;
}

.search-page div.dropdown .dropdown-toggle{
    background-color: #fff;
    color:#000 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 0.9em;
}

.search-page .search-sort-order .dropdown > a {
    width: 100% !important;
}
.search-page .search-filter-button, .search-page .search-sort-order .dropdown {
    width:150px !important;
    background-color: #fff !important;
    border-radius: 4px !important;
    border: 1px solid #BDBDBD !important;
    line-height: 1em !important;
    font-size: 1em !important;
    padding: 2px !important;
    text-align: left !important;
}

.search-page .dropdown-toggle .dropdown-icon {
    margin-left: 50px !important;
}

.search-page .countdown .block {
    line-height: 0.8rem;
    display: inline-block;
    vertical-align: top;
    width: 60px;
}

.search-page .countdown .block span{
    font-size: 0.6rem;
    font-weight: bold;
    margin: 0 10px;
}

.hero-home .countdown .block {
    line-height: 0.8rem;
    display: inline-block;
    vertical-align: top;
    width: 60px;
}

.hero-home .countdown .block span{
    font-size: 0.8rem !important;
    font-weight: bold;
    margin: 0 10px;
}

.nav-tabs {
    display:none;
}

@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }

    .card {
        border: none;
    }

    .card .card-header {
        display:none;
    }

    .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .tab-content .tab-pane {
        display: block !important;
        opacity: 1;
    }
}


#productAccordion .card:first-child{
    border-top-width: 0;
}

#productAccordion .card {
    border: none !important;
    border-width: 0 !important;
    /*border-top-width:0;*/
}
#productAccordion .card hr.card-border {
    width: 100%;
    margin: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-left: 20px !important;
}
#productAccordion .card-footer, #productAccordion .card-header {
    padding: 0;
    background-color: transparent;
}

#productAccordion .card-header{
    padding: 10px 0;
    border-bottom: 1px solid #DBDBDB !important;
}

#productAccordion .card-header h5 a {
    letter-spacing: 2px;
    font-size: 0.8em;
    padding-left: 5px;
}

#productAccordion .card-header h5 span.icon {
    float:right;
    top:5px;
    position: relative;
    font-size: 1.8em;
    margin: 0;
    padding: 0;
    line-height: 0.5em;
}
#productAccordion .card-body{
    /*padding-top:0;*/
    /*padding-left: 30px;*/
}
#productAccordion .card-body a.button{
    width: auto !important;
    height: 25px;
    line-height: 2em;
}

.small {
    font-size: 0.8em !important;
}

.onfido-sdk-ui-Modal-inner {
    /*border: none !important;*/
    border-radius: 0 !important;
}

.onfido-sdk-ui-Complete-wrapper {
    margin-top: 1em !important;
}

.faqPagerActive{
    text-decoration: underline;
    font-weight: bold;
}
.faqQuestion{
    cursor: pointer;
}
.faqQuestion p{
    margin: 0.5rem 0;
}
.faqQuestion p:first-child{
    /*margin-top: 0;*/
}
.question-answer{
    /*border-bottom: 1px solid #000;*/
}
.faqQuestionRow{
    border-bottom: 1px solid #000;
}

.payment-option-logo {
    max-width: 90%;
}

.payment-option-logo.paypal {
    max-height: 40px;
}

.payment-option-logo.googlepay, .payment-option-logo.applepay {
    max-height: 40px;
    margin-left: 10px;
}

/* PhotoSwipe */
.pswp {
    z-index: 15000000000 !important;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.pswp__top-bar, .pswp__caption {
    background-color: rgba(0, 0, 0, 1) !important;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    height: 28px !important;
}

.pswp__bg {
    background: #fff !important;
}

.pswp__top-bar {
    height: 28px !important;
}

.pswp__counter {
    height: 28px !important;
    line-height: 28px !important;
    color: #fff !important;
    opacity: 1 !important;
}

.pswp__button {
    opacity: 1 !important;
}

.pswp__button--zoom {
    background-position: -88px -8px !important;
}

.pswp__button--fs {
    background-position: 0px -8px !important;
}

/*.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {*/
    /*background: url(default-skin.png) 0 -8px no-repeat !important;*/
/*}*/

.pswp__button--close {
    background-position: 0 -52px !important;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px -8px !important;
}

.pswp__caption {
    min-height: 28px !important;
}

.pswp__caption__center {
    padding: 5px !important;
    text-align: center !important;
}

.pswp__img--placeholder--blank {
    background: #fff !important;
}

.zoomImg, .img-responsive {
    transition: opacity .5s !important;
    cursor: zoom-in;
}