/* Rental functionality 19-11-2019 */

.productRentTabs,
.productSaleTabs {
    display: none !important;
}

.rental-unavailable-date {
    background: #ff3232 !important;
}

.product-type-tabs {
    display: block;
    background: #fff;
    border: 1px solid #eeeeee;
    position: relative;
    text-align: center;
    padding: 10px;
    height: 100%;
}

.product-type-tabs.active {
    background: #eeeeee;
}

a.product-type-tabs::before {
    content: "";
    position: absolute;
    background: #eeeeee;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    left: 10px;
    top: 10px;
}

.product-type-tabs .sticky-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    background: var(--brand-color);
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
}

.product-type-tabs .sticky-price {
    display: block;
    margin: 40px 0 15px;
    color: #000;
    font-size: 26px;
    font-weight: 600;
}

.product-type-tabs .sticky-sub-price {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    color: #000;
}

.product-type-tabs.active:before {
    background: var(--brand-color);
}

a.product-type-tabs:after {
    display: none;
    content: "";
    position: absolute;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 10px;
    height: 7px;
    top: 15px;
    left: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a.product-type-tabs.active:after {
    display: block;
}

.hide-sell-section {
    display: none;
}

.extend-order-section {
    padding: 20px 10px;
    border: 1px solid var(--border-color);
}

.hideSaleFlds,
.hideRentFlds {
    display: none !important;
}

.product-type-tabs .products__price_old {
    font-weight: 300;
    color: #9ba5ae;
    line-height: 1;
    text-decoration: line-through;
}

.product-type-tabs .product_off {
    font-size: 0.875rem;
    font-weight: 300;
    color: var(--brand-color);
    display: inline-block;
}

.duration-fields {
    display: flex;
    justify-content: space-between;
}

.price-flds {
    display: flex;
    justify-content: space-between;
}

.form__subcontent .price-flds {
    display: block;
}

.price-flds div {
    padding: 0 5px !important;
    min-width: 125px;
}

.icn-lang .icon--img {
    max-width: 25px;
    max-height: 25px;
}

.description-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tagify {
    min-height: 36px;
}

.image-small {
    max-height: 100px;
    max-width: 100px;
}

.search-button {
    border: none;
}

.shop--collection .collection-media img,
.blog-wrapper .blog-media img {
    border-radius: 16px;
}

@media(max-width:1199px) {
    .wrapper--table {
        overflow: auto;
    }
    .wrapper--table-inner {
        min-width: 1200px;
    }
    #footer {
        padding-bottom: 50px;
    }
    .wrap-prod--sm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .prod--compare-bar .prod--sm {
        width: calc(100%/2);
        margin: 0!important;
        border: 2px solid #fff;
    }
    .is-compare-visible .back-to-top a {
        bottom: 33.3%;
    }
    .compare-toggle {
        right: 10px;
    }
}

@media screen and (max-width:1024px) {
    .hide_below_desktop {
        display: none;
    }
}

.header-notifications {
    max-width: 250px;
    position: absolute;
    right: 20px;
    top: 70px;
    z-index: 99;
} 

.dropwrap {
    min-width: 250px;
    /* z-index: 10;
    right: 0;
    top: 0; */
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.dropwrap .head {
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    background: rgb(43, 192, 229);
    background: var(--primary-color);
}

.dropwrap .body {
    width: 100%;
    max-height: 280px;
    overflow: hidden;
    overflow-y: auto;
}

.dropwrap .foot {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 6px 10px;
    text-align: center;
}

.dropwrap ul {
    margin: 0;
    list-style: none;
    padding: 15px 10px;
}
.btn-engagespot{
    min-width:32px;
    min-height:30px;
}
.btn-engagespot button:hover{
    background-color: rgba(var(--brand-color-alpha), 0.1) !important;
}


.btn-engagespot svg{
    fill: var(--dark);
    stroke: var(--dark) !important;
}
.btn-engagespot svg path{
    stroke-width:1;
}

* {
    box-sizing: border-box;
}
:root {
	--switches-bg-color: #3bc4e7;
    --switches-label-color: white ;
    --switch-bg-color: white;
    --switch-text-color: #3bc4e7;
}

.switches-container {
    width:13rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--switches-bg-color);
    line-height: 40px;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch-wrapper .switch {
    border-radius: 3rem;
    background: var(--switch-bg-color);
    height: 100%; margin:0 ;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
.switch-wrapper .switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color) ;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.cd-features-list ul.options .selected{
    font-weight: bold;
    color:var(--brand-color);
}

.link-brand-color{
    color: var(--brand-color);
    font-weight: 600;
}

.modal-body #cropperBox-js .modal-dialog-centered::before{
    height: unset !important
}
.faqTabs--flat-js li.disabled{
    pointer-events: none;
}

.nopadding{
    padding: 0 !important;
}

.fab.fa-twitter{
	font-family:sans-serif;
}
.fab.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

