*, ::after, ::before {
    -moz-box-sizing: border-box;
}
#cookie-bar:hover {
    z-index: 2147483640!important;
    
}
.placeholder::-webkit-input-placeholder {
    color: #495057!important;
}
body {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: var(--body-color)
}

img {
    max-width: 100%;
    height: auto;
}

.darken-overlay:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.rtl {
    unicode-bidi: bidi-override;
    direction: rtl;
}
input, button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
}

.product-brief h3.regular-price {
    text-decoration: line-through;
    font-size: 12px;
}

.brands--category {
    font-weight: bold;
}

.brands--sub-categories {
    margin-left: 10px;
}

.widget-brand ul.subcategory-group {
    border: none;
}

.widget-brand ul li span {
  color: #414141;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  text-transform: uppercase;
}

.widget-brand ul li span:hover {
  color: #f6416c;
}

button.shop-now {
    height: 45px;
    margin-top: 0;
}

.shop-select {
    width: 100%;
}

.subcategory-group {
    display: none;
}

.subcategory-group.subcategory-group-active {
    display: block;
}

.category-main {
    margin-top: 10px;
}

.cart-product-details {
    display: flex;
    justify-content: space-around;
}

.cart-quantity-changer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-quantity-changer input {
    text-align: center;
    width: 40px;
}

.panel{
  margin-bottom: 10px;
}
.panel-heading {
  color: #333;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 15px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-body{
  border: 1px solid #ddd;
  padding: 15px;
}

.page-banner-menu {
  padding: 145px 0 125px;
}
.page-banner-title {
  position: relative;
  color: #fff;
  font-size: 48px;
  line-height: 36px;
  margin-bottom: 10px;
}

.single-support {
  border: 1px solid #999;
  padding: 25px 20px;
  text-align: center;
}
.single-support i {
  color: #333;
  /*font-size: 60px;*/
}
.single-support h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-support p {
  margin-bottom: 0;
}
.single-support:hover h3 a, .single-support:hover i {
  color: #F6416C;
}

/*nice select*/
.nice-select.form-control {
    z-index: 999;
}

.nice-select .list {
    max-height: 500px;
    overflow: auto;
    width: 100%;
}

/* New nav */

@media (max-width: 768px) {
    .mobile_icon {
        margin-right: 0.3rem;
    }
}
@media (max-width: 991px) {
    .mobile_icon {
        display: flex !important;
        justify-content: flex-end;
    }
    .menu > .nav-item {
        border-top: 1px solid #f5f5f5;
        padding: 10px 0px!important;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .search_cart {
        visibility: hidden!important;
    }
}
.nav-link {
    padding: 5px 10px;
}
.nav-link:hover {
    cursor: pointer;
}

.navbar {
    border-radius: 0px;
    padding: 0px;
    background-color: #fff;
}
.header_area_one .navbar-brand {
    padding: 0 !important;
    max-height: 80px;
    margin-left: 1.5rem;
}
.menu > .nav-item {
    margin-right: 6px;
    padding: 36px 0px;
    position: relative;
    transition: all 0.2s linear;
}
.menu > .nav-item > .nav-link {
    color: rgba(0,0,0,0.95);
    line-height: 1.55556;
    padding: 0px;
    position: relative;
    text-transform: uppercase;
    font-size: .8rem;
}
.search_cart {
    align-items: center;
}
.search_cart .nav-item.search {
    position: static;
}
.menu > .nav-item {
    padding: 34px 0;
}
.menu_one .search_cart .nav-item {
    padding-top: 26px;
    padding-bottom: 26px;
}
.menu > .nav-item:last-child {
    margin-right: 0;
}
.search_boxs {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.3s linear;
    background: #fff;
}
.open .search_boxs {
    opacity: 1;
    visibility: visible;
}
.search_boxs .search_box_inner {
    max-width: 1170px;
    width: 100%;
    position: relative;
    background: #fff;
    padding-left: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.6s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.open .search_boxs .search_box_inner {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.9s;
}
.search_boxs .search_box_inner .input-group {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s linear;
}
.search_boxs .search_box_inner .close_icon {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 24px;
    color: #333333;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s linear;
}
.open .search_boxs .search_box_inner .input-group, .open .search_boxs .search_box_inner .close_icon {
    opacity: 1;
    transition: all 0.9s linear;
    visibility: visible;
}
.search_boxs .search_box_inner .input-group .form_control {
    border: 0px;
    font-size: 22px;
    color: #333333;
    font-family: futura-book;
    padding: 0px;
}
.dropdown-menu {
    font-size: 0.8rem!important;
}
/*========= hamburger menu css ========*/
.navbar-toggler {
    padding: 0px;
    margin-left: 30px;
}
.navbar-toggler:focus {
    outline: none;
}
.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
}
.menu_toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}
.menu_toggle .hamburger span {
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #333;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
    transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
    transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
    transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    display: block;
}
.menu_toggle .hamburger-cross span {
    display: block;
    background: #333;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span {
    width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
    transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
    transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
    transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    transition-delay: 0.2s;
}
.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.hiw-icon {
    font-size: 30px;
    margin: 0 auto;
    height: 160px;
    width: 160px;
    padding: 15px 0;
    line-height: 30px;
    background-color: var(--main)!important;
}
a {
    color: inherit;
}
a:hover {
    /*color: inherit!important;*/
    text-decoration: none !important;
}
.menu-item a:hover, .nav-item a:hover, .list-unstyled a:hover {
    text-decoration: none;
    color: var(--main)!important;
    cursor: pointer!important;
    background-color: transparent !important;
}

.btn-secondary:hover {
    color:white !important;
}

button:focus,
.btn:focus,
.btn-light:focus,
.btn-dark:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.bg-light {
    background-color: var(--grey-light)!important;
}

.bg-dark {
    background-color: var(--grey-dark)!important;
}

.bg-green {
    background-color: var(--cta-green)!important;
}

.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media screen and (max-width: 767px) {
    .py-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

a {
    text-decoration: inherit;
    color: var(--main);
}

.alert {
    position: fixed;
    bottom: .6rem;
    max-width: 70%;
    margin: auto 1rem;
    border-radius: 0;
    opacity: .8;
    z-index: 20;
    animation: appear 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.small,
small {
    font-size: 85%;
    font-weight: 300;
}

.smaller {
    font-size: 70%;
    font-weight: 300;
}

.big {
    font-size: 115%;
}

.shadow {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08) !important;
    -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08) !important;
}

.logo img {
    max-width: 120px;
}

.nav-link {
    cursor: pointer;
}

.nav-link {
    padding: 15px 5px;
    transition: 0.2s;
}
.dropdown-item.active, .dropdown-item:active {
    color: black;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: black;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}

/* --- Background --- */

html {
    scroll-behavior: smooth;
}

.bg-main {
    background-color: var(--main);
}

.bg-main-light {
    background-color: var(--main-light);
}

.bg-main-dark {
    background-color: var(--main-dark);
}

/* --- Text --- */

.text-main {
    color: var(--main);
}


.text-main-light {
    color: var(--main-light);
}

.text-main-dark {
    color: var(--main-dark);
}

/* --- Nav --- */

.navbar {
    font-weight: 400;
    width: 100%;
}

.navbar-toggler {
    border: none;
}


.navbar-collapse form input {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: .8rem;
    font-weight: 300;
    max-width: 60%;
}

.navbar-collapse form button {
    font-size: .8rem;
}

.navbar .nav-item.active {
    font-weight: 600;
}

.navbar i {
    font-size: 20px;
    color: black;
}
.navbar a {
    color: black;
    font-weight: 500;
    font-size: 20px;
}

.nav-item.sub a,
.nav-item.sub-sub a {
    display: inline-flex;
    padding: 0.2rem 0;
}
.nav-item.sub a::before {
    border-top: 3px solid var(--main);
    width: .2rem;
    margin-top: .55rem;
    content: "";
    margin-right: .5rem;
}

.nav-item.sub-sub a::before {
    border-top: 1px solid var(--main-light);
    width: 1.2rem;
    margin-top: .6rem;
    content: "";
    margin-right: .5rem;
}

@media screen and (min-width:992px) {
    nav .sub-menu {
        position: absolute;
        width: 100%;
        background-color: white;
        padding: 2rem 10vw;
        column-count: 3;
        left: 0;
        top: 62px;
    }

    .nav-item.sub a::before {
        border-top: none;
        width: 0;
        content: none;
        margin-right: 0;
    }

    .nav-item.sub a {
        border-bottom: 2px solid var(--main);
        width: 100%;
        font-size: 1.2rem;
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: .4rem;
    }

}

@media screen and (max-width: 991px) {
    .navbar {
        color: var(--body-color) !important;
        z-index: 100;
    }

    .navbar-collapse form input {
        margin-left: auto;
    }

    .navbar-collapse form button {
        margin-right: auto;
        font-size: .8rem
    }

    nav #shop {
        column-count: 3;
    }
}

@media screen and (max-width: 575px) {
    .navbar-collapse form button {
        margin-left: auto;
    }

    .navbar #shop {
        display: none !important;
    }
}

@media screen and (min-width: 576px) {
    .navbar #shop-m {
        display: none !important;
    }
}


.nav-colored {
    background-color: #fff !important;
    transition: background-color 200ms linear;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08) !important;
    -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08) !important;
}

.nav-transparent {
    background: transparent!important;
}

.nav-link {
    padding: 5px 10px;
}

/*--Header--*/
.header-carousel {
    margin-top: 8%;
}

@media screen and (max-width: 768px) {
    .header-carousel {
        margin-top: -3%;
    }
}

/* --- Breadcrumbs --- */
.breadcrumbs {
    font-size: 85%;
    color: #6c757d;
}

.breadcrumbs a::after {
    content: " / ";
}

.breadcrumbs a:last-of-type {
    color: var(--body-color);
    font-weight: 400;
    pointer-events: none;
}

.breadcrumbs a:last-of-type::after {
    content: "";
}

/* --- Animation --- */

.anim-appear {
    animation: appear 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.anim-zoom-smooth {
    animation: zoom-smooth 2s ease-in-out infinite alternate;
    -webkit-animation: zoom-smooth 2s ease-in-out infinite alternate;
}

@keyframes zoom-smooth {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    90% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

/* --- Header main-page --- */

header.main-page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(100vh - 85px);
}

header.main-page div {
    color: white;
}

header.main-page .btn-main {
    border-color: transparent;
    background-color: white;
}
.carousel_img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
    opacity: 0.8;
}

.responsiveTitle {
    z-index: 1000;
}

@media screen and (max-width: 769px) {


    header.main-page {}

    header.main-page div {}
    header.main-page div p {}


}

@media screen and (max-width:426px) {

    .responsiveTitleContainer {
        margin-left: 10%;
        padding-right: 0;
    }
}

/* --- How it works --- */

.hiw svg {
    width: 50%;
    margin: 0 auto;
}

header.prime-page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(50vh - 85px);
}

header.prime-page div {
    color: white;
    background-color: rgba(0,0,0,0.3);
}

/* --- Product slider --- */

.deal-item .overlay-item {
    pointer-events: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s;
}

.deal-item:hover .overlay-item {
    opacity: .6;
}

.deal-item .overlay-text {
    pointer-events: none;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 43%;
    left: 19%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: opacity 0.3s;
    font-weight: bold;
    font-size: 1.2rem;
}

.deal-item:hover .overlay-text {
    opacity: 1;
}


.serviceBox {
    padding: 10%;
    height: 100%;
}

.serviceBox h2 {
    padding: 15px 0;
}

.serviceBox a {
    font-size: 3rem;
    color: var(--main);
}

@media screen and (max-width:426px) {
    .centerText {
        text-align: center;
    }

}
.figure {
    text-align: center;
    height: 180px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

div.figure img {
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
div.figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.btnVariant {
    background: linear-gradient(to right, var(--main-dark) 50%, var(--main) 50%) left;
    background-size: 200%;
    transition: .2s ease-out;
    color: white!important;
}

.btn-circle.btn-primary {
    background-color: #ffffff;
    border: 3px solid var(--main);
    border-radius: 100px;
    color: #1e1e1e;
    width: 60px;
    height: 60px;
    transition: all .2s ease-in-out;
}
.btn-circle.btn-primary:hover {
    width: 130px;
}

.btn-circle.btn-primary:hover > div {
    margin-left: 15%;
}

.btn-circle.btn-primary div {
    height: 100%;
}

.btn-circle.btn-primary div i {}
.btn-circle.btn-primary:hover div > i {
    display: none;
}
.btn-circle.btn-primary div p {
    padding-top: 15%;
    position: absolute;
    width: 100%;
    margin-right: 20%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease-in;
}

.btn-circle.btn-primary:hover > div > p {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 992px) {
    .deal-item:last-of-type {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .deal-item:nth-last-of-type(2) {
        display: none;
    }
}


/* shop-Sidebar */
.widget {
    margin-bottom: 30px;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget.widget-categories h5 {
    border: medium none;
    height: 33px;
    line-height: 33px;
    margin: 13px 0;
    text-transform: uppercase;
}
.widget-categories ul li {
    border: 1px solid #dedede;
    border-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    height: 52px;
    line-height: 51px;
    text-transform: uppercase;
}
.widget-categories ul li:last-child {
    border-bottom: 1px solid #dedede;
}
.widget-categories ul li a {
    color: #666;
    display: block;
    padding: 0 20px;
}
.widget-categories ul li a:hover {
    background: #dedede none repeat scroll 0 0;
    color: #f6416c;
}
.widget-categories ul li:hover a {}
.sidebar-title {
    border: 1px solid #dedede;
    color: #333;
    display: block;
    height: 52px;
    line-height: 51px;
    margin: 0;
    padding: 0 20px;
    text-transform: uppercase;
}
.widget-color ul {
    border: 1px solid #dedede;
    border-top: 0;
    line-height: 1;
    padding: 20px;
}
.widget-color ul li {
    display: inline-block;
}
.widget-color ul li a {
    display: block;
    height: 20px;
    margin-right: 20px;
    width: 25px;
}
.widget-color ul li:last-child a {
    margin-right: 0;
}
.widget-color ul li:hover a {}
.widget-color ul li a.color-1 {
    background: #005B7F;
}
.widget-color ul li a.color-2 {
    background: #EC008C;
}
.widget-color ul li a.color-3 {
    background: #333333;
}
.widget-color ul li a.color-4 {
    background: #00FF00;
}
.widget-color ul li a.color-5 {
    background: #F68E56;
}
.widget-brand ul {
    border: 1px solid #dedede;
    border-top: 0;
    padding: 20px;
}
.widget-brand ul li {
    margin-bottom: 7px;
}
.widget-brand ul li:last-child {
    margin-bottom: 0px;
}
.widget-brand ul li a {
    color: #414141;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    text-transform: uppercase;
}
.widget-brand ul li a:hover {
    color: #f6416c;
}
.shop-list .col-lg-12 {
    margin-bottom: 30px;
}

.product-brief h3.regular-price {
    text-decoration: line-through;
    font-size: 12px;
}

.brands--category {
    font-weight: bold;
}

.brands--sub-categories {
    margin-left: 10px;
}

.widget-brand ul.subcategory-group {
    border: none;
}

.widget-brand ul li span {
    color: #414141;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
}

.widget-brand ul li span:hover {
    color: #f6416c;
}

button.shop-now {
    height: 45px;
    margin-top: 0;
}

.shop-select {
    width: 100%;
}

.subcategory-group {
    display: none;
}
.subcategory-group.subcategory-group-active {
    display: block;
}

.subcategory-group-button {
    border:0;
    background: 0;
}


/* --- Product page --- */

.product-view .carousel-indicators {
    position: relative;
    justify-content: left;
    opacity: .7;
    transition: opacity 0.2s;
}

.product-view .carousel-indicators {
    position: relative;
    justify-content: left;
    margin-right: 5%;
    margin-left: 5%;
}

.product-view .carousel-indicators div {
    opacity: .6;
    transition: opacity 0.2s;
    max-width: 70px;
}
.product-view .carousel-indicators div:hover {
    border: 1px solid grey;
}
.product-view .carousel-indicators div.active {
    opacity: 1;
}


.product-view .price .discount {
    background-color: var(--main-dark);
    color: white;
    font-weight: 400;
    font-size: 1.2rem;
    padding: .2rem .8rem;
}

.product-view .star-ratings-sprite {
    background-repeat: repeat-x;
    font-size: 0;
    height: 18px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 90px;
}

.product-view .star-ratings-sprite-rating {
    background-repeat: repeat-x;
    background-position: 0 100%;
    float: left;
    height: 18px;
    display: block;
}

/* select product */

.product-view #product-selection {
    position: relative;
}

.product-view #product-selection .row {
    margin: 0;
}

.product-view #product-selection #chevron.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-view #product-selection #color-option {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    background: white;
    border: 0.5px solid rgb(221, 221, 221);
    margin-top: 5px;
    padding: 0.5rem 1px;
}

.product-view #product-selection .color-option {
    padding: 0 1.2rem 0 0.5rem;
    background-color: white;
    cursor: pointer;
}

.product-view #product-selection .color-option:hover {
    filter: brightness(.96);
}

.product-view #product-selection #color-selected {
    border: 0.5px solid #ddd;
    position: relative;
    padding-bottom: 1px;
    cursor: pointer;
}

/* --- Account page --- */
.indicator-account {
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: 500;
    padding: 0 1.5rem;
    cursor: pointer;
}

.indicator-account.active {
    background-color: var(--main-dark);
    color: white;
}

/* --- Cart page --- */

.cart-product-thumb .discount-tag {
    background-color: var(--main);
    color: white;
    font-size: 13px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 3%;
    right: 3%;
    padding: 10px 0;
    text-align: center;
}

.item-in-cart {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.item-in-cart:last-of-type {
    border-bottom: none;
}

/* --- How it works --- */
.box-plan {
    transition: transform .2s;
    border: .5px solid var(--main-light);
    background-color: white;
    box-shadow: 5px 3px 0px 2px #cececf;
}
.box-plan:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 1rem calc(50px + 1rem) 1rem 5%;
    background-color: #7f8596cc;
    z-index: 9999;
}


footer i {
    color: white;
}
footer a {
    color: var(--grey-dark);
}

/*-- deal item --*/
.deal-item:hover {
    box-shadow: 0px 0px 16px -2px rgb(0 0 0 / 72%);
}
.deal-item {
    padding-bottom: 1.25rem;
    border: 0;
    transition: all .15s ease-in-out;
}
.deal-item:hover {
    border-color: #fff !important;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
    z-index: 10;
}
.deal-item .hidden-container {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -1.25rem;
    transition: all .15s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.deal-item:hover .hidden-container {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
}

/*--btn custom--*/
.btn-custom {
    border-radius: 8px;
    border: none;
    background-color: #f4f4f4;
    font-size: 14px;
    padding: 2%;
    color: black;
}

.btn-customVariant {
    border: none;
    background-color: var(--main-dark);
    font-size: 14px;
    padding: 2%;
    background-position: top;
}

.btn-custom-variant {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 500;
    color: #111;
}
.btn-custom-variant:hover {
    color: #111;
    text-decoration: none;
}

.btn-custom-variant::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    transform-origin: left center;
    transition: all .2s ease-in-out;
    transition-property: transform;
}
.btn-custom-variant:hover::before {
    transform-origin: right center;
    transform: scaleX(0);
}
/*-- responsiveTitleContainer --*/

@media screen and (max-width: 320px) {
    .responsiveTitleContainer h1 {
        font-size: 25px;
    }

    .responsiveTitleContainer p {
        font-size: 12px;
    }
}
/*--categoryBtn --*/

.category-btn {
    border: 1px solid black;
    background: white;
    background: linear-gradient(to right, var(--main-light) 50%, var(--main-dark) 50%) left;
    background-size: 200%;
}


/*--header title--*/

.responsiveTitleContainer p {
    color: var(--grey-light);
}

.responsiveTitleContainer h1 {
    color: var(--grey-light)!important;
}

/*--category img --*/

.category-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    opacity: 0.8;
}

.tooltiped {
    position: relative;
    display: inline-block;
}

.tooltiped .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 9999;
    top: -5px;
    right: 105%;
}

.tooltiped:hover .tooltiptext {
    visibility: visible;
}
.recommended-plan {
    border: 5px solid var(--main);
    border-radius: 15px;
}


.member-span {
    font-size: 10px;
    font-weight: 700;
    color: var(--main);
}
.member-span i {
    font-size: 12px;
}

.search-input {
    background-color: transparent;
    border-bottom: 1px solid white;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

/*.form-control::placeholder {*/
    /* Chrome, Firefox, Opera, Safari 10.1+ */
/*    color: white;*/
/*    opacity: 1;*/
    /* Firefox */
/*}*/

/*.form-control:-ms-input-placeholder {*/
    /* Internet Explorer 10-11 */
/*    color: white;*/
/*}*/

/*.form-control::-ms-input-placeholder {*/
    /* Microsoft Edge */
/*    color: white;*/
/*}*/

.figureVariant {
    text-align: center;
    height: 250px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.figureVariant img {
    border-radius: 50%;
}

.shop-text {
    height: 8rem;
    margin-top: -2rem;
}

.hover-main:hover {
    color: var(--main);
}
@media screen and (max-width: 425px) {
    .item-info {
        display: flex;
        flex-direction: column;
    }
}

/*-- Big screen Query --*/

@media screen and (min-width: 1920px) {
    .carousel_img {
        height: 50vh;
    }
    .figure {
        height: 380px;
    }
    .figureVariant {
        height: 480px;
    }
}

.modal-body .btn-link {
    border: none;
    color: var(--main);
}
.modal-body .btn-link:hover {
    color: var(--main-dark) !important;
}

.card-collapse-parent:hover {
    transform: translateY(-64px);
}
.card-collapse-parent:hover .collapse {
    display: block;
}
.register-btn {
    background: silver;
    border: 1px solid #ababab;
}
.collapsible {
    cursor: pointer;
    padding: 18px;
    border-bottom: 1px solid #dedede;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
}


.collapsible:after {
    content: '\002B';
    color: #232927;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.activo:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.credit-card {
    display: inline-block;
    width: 38px;
    height: 25px;
    margin-right: 5px;
    background-size: contain;
}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1;
}
.label-value {
    width: 10px;
    right: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main);
    position: absolute;
    display: flex;
}
.card-actions {
    left: 0;
}
.x-btn {
    position: relative!important;
    top: 0!important;
    right: 0!important;
    margin: 3% 0!important;
}
.card-img-overlay {
    top: 22rem!important;
}
/*.card-img{
     filter: brightness(0.6)!important;
}*/

.btn-hover-slide {
    border-color: white;
    background-color: white;
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.btn-hover-slide:hover {
    background-position: 0;
    color: #e8e8e8!important;
    border-color: var(--main-light);
    outline: 0;
    background-color: var(--main-dark);
}
.overlay-text> p {
    background-color: white!important;
    border: 1px solid;
    padding: 0.7rem;
    width: 60%;
    border-radius: 8px;
}

.nice-select{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
