span.accordion__items--button {
    cursor: pointer;
}
span.selection {
    display: block;
}
span.select2-selection--single {
    height: 4.5rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 20px;
}
.select2-container--open .select2-dropdown--below {
    top: -2.8rem !important;
}

div.product-variant-box {
    cursor: pointer;
}

.js-cookie-consent {
    position: fixed;
    bottom: 0;
    background-color: slategrey;
    width: 100%;
    z-index: 999;
}
.btn-credit{
    height: 7rem;
    margin-left: 10px;
    margin-right: 10px;
}
.btn-credit-mobile{
    display: none;
}
.product-page-fa {
    color: blue;
    margin-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .footer__widget--double-width {
        width: 65%;
    }
}


@media only screen and (min-width: 968px) {
    .call-btn{
        display:none
    }
}
/*.call-button{*/
/*    display: none;*/
/*}*/
@media only screen and (max-width: 968px) {
    .section--padding {
        padding-top: 0;
        padding-bottom: 6rem;
    }
    .breadcrumb__content {
        overflow-x: scroll;
    }
    .breadcrumb__content--menu__items {
        white-space: nowrap;
    }
    ul.breadcrumb__content--menu {
        display: inline-flex !important;
    }
    .text {
        display: none;
    }
    .btn-credit{
        height: auto;
    }
    .quickview__cart--btn{
        padding: 0 12px; !important;
    }
    .call-btn{
        margin-left: 2.0rem;
    }
    .call-button{
        display: inline-block;
    }
}

.call-button .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1rem;
    bottom: 8rem;
    background: #01b639;
    width: 5rem;
    height: 5rem;
    padding: 1.7rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none; }
.call-button .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2.2rem; }
.call-button .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(1, 182, 57, 1), 0 0 0 0 rgba(1, 182, 57, 1), 0 0 0 5px rgba(1, 182, 57, 1), 0 0 0 10px rgba(1, 182, 57, 1);
        box-shadow: 0 4px 10px rgba(1, 182, 57, 1), 0 0 0 0 rgba(1, 182, 57, 1), 0 0 0 5px rgba(1, 182, 57, 1), 0 0 0 10px rgba(1, 182, 57, 1); }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(1, 182, 57, 1), 0 0 0 5px rgba(1, 182, 57, 1), 0 0 0 10px rgba(1, 182, 57, 1), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(1, 182, 57, 1), 0 0 0 5px rgba(1, 182, 57, 1), 0 0 0 10px rgba(1, 182, 57, 1), 0 0 0 20px rgba(236, 139, 0, 0); } }

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(1, 182, 57, 1), 0 0 0 0 rgba(1, 182, 57, 1), 0 0 0 5px rgba(1, 182, 57, 1), 0 0 0 10px rgba(1, 182, 57, 1);
        box-shadow: 0 4px 10px rgba(1, 182, 57, 1), 0 0 0 0 rgba(1, 182, 57, 1), 0 0 0 5px rgba(1, 182, 57, 1), 0 0 0 10px rgba(1, 182, 57, 1); }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(1, 182, 57, 1), 0 0 0 5px rgba(1, 182, 57, 1), 0 0 0 10px rgba(1, 182, 57, 1), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(1, 182, 57, 1), 0 0 0 5px rgba(1, 182, 57, 1), 0 0 0 10px rgba(1, 182, 57, 1), 0 0 0 20px rgba(236, 139, 0, 0); }
}

@media only screen and (max-width: 479px) {
    .sidebar__widget {
        display:none;
    }
}

.product__details--tab2__list {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-right: 5rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    padding-bottom: 0.4rem;
}

.product__details--tab2__list::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--secondary-color);
    left: 50%;
    right: 50%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    bottom: 0;
}

.product__details--tab2__list.active {
    color: var(--secondary-color);
}

.product__details--tab2__list.active::before {
    width: 100%;
    left: 0;
    right: 0;
}

.product__details--tab2__list:hover {
    color: var(--secondary-color);
}

.product__details--tab2__list:hover::before {
    width: 100%;
    left: 0;
    right: 0;
}

.product__details--tab2__list:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .product__details--tab2__list {
        font-size: 1.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .product__details--tab2__list {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .product__details--tab2__list {
        margin: 0 1rem 1.3rem;
    }
}


.fs-16 {
    font-size: 12px;
}
