/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Dec 10, 2021, 9:54:01 AM
    Author     : user
*/

.view-switcher {
    display: none !important;
}

#content-wrapper .section-title.tabs-title {
    padding-left: 0 !important;
    font-size: 19px;
    font-weight: normal;
}

.product-reference label {
    font-weight: bold;
}

.product-tabs {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
}

.expander span {
    display: none;
}

.product-additional-info, .product_header_container {
    border: 0;
}

.product_header_container {
    margin-bottom: 0;
    padding-bottom: 0;
}

.featurelabel {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    font-weight: bold;
    color: #d3d3d3;
    text-transform: uppercase;
}

.featurevalue {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #222;
}

.productvideolargeholder {
    width: 100%;
    padding-bottom: 125%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.productvideolargeholder video {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
}

.productvideo {
    width: 100%;
    margin: 20px auto;
    position: relative;
    padding-bottom: 56.25%;
}

.productvideo video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.productvideo_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#otherproductcolors {
    margin-bottom: 40px;
}

#otherproductcolors p {
    color: #333333;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
}

#otherproductcolors li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 100px;
}

#otherproductcolors li a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    border-radius: 50%;
    border: 0.5px solid #000000;
}

#otherproductcolors li a span {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    margin-top: 15px;
}

.block-section {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

#othermodelwearsdescription li a {
    color: #222;
    font-size: 15px;
}

#othermodelwearsdescription li a i {
    font-size: 80%;
    margin-right: 5px;
}

.product-combination-only-unavailable {
    display: none;
}

.product-features {
    font-size: 16px;
    margin-top: 0;
}

#footer .block-iqitcontactpage hr {
    display: none;
}

#footer .block-iqitcontactpage {
    line-height: 1.4;
}

#footer .block-iqitcontactpage h6 {
    font-weight: normal;
}

.product-prices .badge-discount {
    display: none;
}

.center-nav.text-center {
    display: none;
}

.unit-price-text {
    display: none;
}

#order-confirmation #registration-form {
    display: none;
}

#main .contact-page-info > .part {
    display: none;
}

#sizeguide, .sizeguide {
    display: flex;
    font-size: 16px;
    margin-left: -15px;
    margin-right: -15px;
}

#sizeguide table, .sizeguide table {
    width: 100%;
    margin-bottom: 30px;
}

#sizeguide tr:nth-child(even), .sizeguide tr:nth-child(even) {
    background-color: #f2f2f2;
}

#sizeguide tr.tableheading, .sizeguide tr.tableheading {
    background: #000;
    color: #FFF;
}

#sizeguide table td, .sizeguide table td {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#sizeguide_directions {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 15px;
}

#sizeguide table tr td:first-child, .sizeguide table tr td:first-child {
    text-align: left;
    max-width: 98px;
    width: 80px;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
}

#sizeguide > *, .sizeguide > * {
    padding: 0 15px;
}

#sizeguide_measurings {
    flex: 1 1 60%;
}

#sizeguide_image {
    flex: 0 0 420px;
}

#sizeguide img, .sizeguide img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    margin: 0 !important;
    padding: 0;
}

.sizeguide_directiongroup {
    margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
    #sizeguide_image {
        flex: 0 0 300px;
    }
}

@media only screen and (max-width: 768px) {
    #sizeguide, .sizeguide {
        flex-wrap: wrap;
    }

    #sizeguide_measurings {
        flex: 0 0 100%;
    }

    #sizeguide_image {
        flex: 0 0 100%;
    }
}

.shippingInfo {
    flex: 0 0 20%;
}

.hiddenimage {
    opacity: 0 !important;
}

.product-section-4 h4 {
    display: none;
}

.sizeguidelink {
    border-bottom: 1px solid #EEE;
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.sizeguidelink a {
    font-weight: bold;
    text-decoration: underline;
    color: #222 !important;
    font-size: 150%;
}

.sizeguidelink span {
    display: block;
}

#product .product-reference {
    display: none !important;
}

#product #product-availability {
    display: none;
}

.category-description.category-description-top {
    position: relative;
    margin-bottom: 40px;
}

.category-description.category-description-top.limited .categoryinnertext {
    max-height: 0; /*60px;*/
    overflow: hidden;
}

.category-description.category-description-top p {
    margin: 0 !important;
}

.category-description.category-description-top.limited .category-description-more {
    display: block;
}

.category-description.category-description-top.unlimited .category-description-less {
    display: block;
}

.category-description-more, .category-description-less {
    padding-bottom: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.77+44,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.77) 44%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.77) 44%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.77) 44%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    display: none;
    cursor: pointer;
}

.category-description-less {
    top: 100%;
    padding-top: 0;
}

.category-description.category-description-top.limited .category-description-more {
    display: block;
}

.category-description-more span, .category-description-less span {

}

.block-links ul {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#footer-container-main {
    padding-top: 0;
}

#footer-container-first {
    display: none;
}

.social-links._footer {
    display: none;
}

.product-tab-section .section-content {
    display: none;
}

.product-tab-section input:checked ~ .section-content {
    display: block;
    margin-bottom: 20px;
}

.section-title.tabs-title {
    cursor: pointer;
}

#content-wrapper .product_header_container .page-title {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: inherit;
}

.product-price {
    color: #333;
}

.page-title span.reference {
    font-size: 100%;
    display: block;
    margin-top: 5px !important;
}

label.section-title.tabs-title {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    background: #FFF;
    display: block;
    padding: 9px 6px !important;
    border-bottom: 1px solid #000 !important;
    ! i;
    !;
}

label.section-title.tabs-title:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
    /*content: "\f078";*/
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

.storeavail {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    margin: 5px 0;
    display: flex;
    align-items: stretch;
}

.storeavail:nth-child(even) strong, .storeavail:nth-child(even) span {
    background: #f6f6f6;
}

.storeavail span {
    display: flex;
    padding: 5px;
    font-size: 12px;
    align-items: center;
    flex-grow: 0;
    justify-content: center;
    min-width: 40px;
}

.storeavail strong {
    padding: 5px 10px;
    line-height: 1;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    margin-right: 5px;
    flex-grow: 1;
}

.mobile-menu__link {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mobile-menu__links-list-li a {
    display: inline-block;
    padding: 10px 0;
}

#mobile-header .m-nav-btn > i {
    font-size: 2rem;
    padding-left: 15px;
}

.mobile-menu__column-title {
    padding-bottom: 10px;
}

.product-price.discounted {
    color: #FF0000;
}

.header-top .header-btn-w .header-btn > img, #mobile-header .col-mobile-btn img {
    height: 24px;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

#mobile-header .col-mobile-btn img {
    height: 24px;
}

.referenceprice {
    font-size: 11px;
    font-weight: 400;
    display: flex;
    align-items: flex-end;
    line-height: 1.3;
    justify-content: center;
    opacity: 0.8;
}

.referencelabel {
    display: inline-block;
    margin-right: 5px;
    text-align: left;
}

#product .referenceprice {
    margin-bottom: 10px;
    justify-content: flex-start;
}

#iqitpopup .iqitpopup-newsletter-form .newsletter-input {
    background: #777 !important;
}

#iqitpopup .iqitpopup-newsletter-form {
    background: #FFF !important;
}

#wrapper, #wrapper a {
    color: #222 !important;
}

.iqitpopup-newsletter-form * {
    color: #111 !important;
}

#quantity_wanted {
    color: #000 !important;
}

.strikethroughprice {
    position: relative;
    color: #000;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.strikethroughprice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;

    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

#header .header-nav {
    border-bottom: 10px solid #fceff3;
    font-size: 14px;
    padding-bottom: 0;
}

#mobile-header {
    border: 0;
}

.mobile-menu__language-currency-dropdown {
    position: absolute;
    top: 100%;
    z-index: 100;
    background: #FFF;
}

#footer-copyrights {
    display: none;
}

.block-links ul > li a:before {
    display: none !important;
}

#footer-container-main a {
    color: #FFF;
    padding: 0 !important;
}

#footer-container-main .text-muted, #footer-container-main .text-muted a {
    color: #000 !important;
}

#footer-container-main .text-muted a {
    text-decoration: underline;
}

.custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio {
    border-color: #000;
}

.text-white, .text-white a, #wrapper .text-white, #wrapper .text-white a {
    color: #FFF !important;
}

.filterscontainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 100;
    overflow: hidden;
}

.backgroundcloser {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.filterscontainer.visible {
    display: block;
    bottom: 0;
}

.filterscontainerinner {
    position: absolute;
    right: -100%;
    width: 100%;
    max-width: 400px;
    background: #FFF;
    bottom: 0;
    top: 0;
    padding: 50px 15px 75px 15px;
    overflow: auto;
    transition: all 0.3s;
    z-index: 4;
}

.filterscontainer.visible .filterscontainerinner {
    right: 0;
}

body.unscrollable {
    overflow: hidden;
}

.filtersheader {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
}

.filtersfooter {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

#js-active-search-filters {
    display: none !important;
}

.buttoncloser {
    width: 100%;
    padding: 15px 10px;
}

.product-variants .radio-label {
    border-radius: 50%;
    border: 1px solid #000;
    line-height: calc(2em - 4px);
    font-weight: bold;
}

.product-variants .input-radio + span {
    line-height: calc(2em - 6px);
}

.product-variants .input-color:checked + span, .product-variants .input-color:hover + span, .product-variants .input-radio:checked + span, .product-variants .input-radio:hover + span {
    background: #fceff3;
    border: 1px solid #000;
}

.page-title span.reference {
    font-weight: normal;
    margin-top: 10px;
}

#iqitpopup .iqitpopup-content {
    padding: 15px;
    position: absolute;
    top: 50px;
    left: 15px;
    width: 247px;
    font-size: 19px;
    line-height: 1.4;
}

#iqitpopup .iqitpopup-newsletter-form .button-medium span {
    color: #FFF !important;
}

.iqitpopup-content h1 {
    font-size: 4.5em;
}

#wrapper .breadcrumb {
    margin-bottom: 15px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    color: #222;
    background: transparent;
    padding: 15px 0;
}

.footersocial img {
    height: 20px;
    width: auto;
}

.product-variants .form-control-label {
    font-weight: normal;
}

.btn-primary {
    background: #FFF;
    color: #000;
    border: 1px solid #000 !important;
}

#product .btn-lg {
    padding: 10px 30px;
}

.newsletter-reminder {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.othersamecategory .product-add-cart {
    display: none !important;
}

.btn-product-list:hover a {
    color: #FFF !important;
}