:root {
    --radius-md: 0.1rem;
    --tropical-pink: #FF6666;
    --green: #09494B;
}

.text-accent {
    color: var(--tropical-pink);
}

body {
    font-family: 'Raleway', sans-serif;
}

.navbar-dark .navbar-toggler {
    color: #000;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1630px;
    }
}

.blur {
    filter: blur(24px);
}

.sticky-menu {
    background: #fff;
    /*box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 0 4px 0 rgba(0,0,0,.075);
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}


.form-control:focus {
    border-color: #828282;
    box-shadow: none;
}

.form-control {
    border-radius: var(--radius-md) !important;

}

.my-account-wrapper .form-control {
    height: calc(2.25rem + 10px);
}

.account-form .btn {
    padding: 0.6rem 0.9rem;
}


/*mega-menu*/ /*mega-menu*//*mega-menu*//*mega-menu*//*mega-menu*//*mega-menu*/

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    /*    margin-bottom:1rem;*/
}

.navbar {
    padding: 0 !important
}

.navbar .dropdown-menu:not(.dropdown-menu-right) {
    border: none;
    /*background-color:#0060c8!important;*/
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding: .5rem .5rem;
        margin: 0 .25rem;
    }

    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
    }

    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        /*  height of nav-item  */
        top: 45px;

        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;

    }


    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }

    .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        background-color: #fff;
    }

}

/*** NAVBAR START **/
header .navbar-wrapper {
    border-bottom: 1px solid #f2f2f2;
}

#category-wrapper, #category-wrapper > div {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.6s;
}


#category-wrapper.active, #category-wrapper > div.active {
    max-height: 600px;
    /*min-height: 200px;*/
    /*overflow: hidden;*/
    opacity: 1;
}

#category-wrapper {
    transition: all 0.3s;
}

.navbar-main > .nav-item {
    position: relative;
}

.navbar-main > .nav-item:after {
    width: 0;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    display: block;
    transition: all 0.3s;
    bottom: 0rem;
    bottom: -0.65rem;

    background: #fff;
    opacity: 0;

}

.navbar-main > .nav-item:hover:after, .navbar-main > .nav-item.current:after {
    opacity: 1;
    background: #000;
    width: 50%;
}

.navbar-main .nav-item {
    /*padding: 0.5rem 0.75rem; !** adds margin to the padding, for hovering stuff **!*/
    margin: 0;
    padding: 0.5rem 1.8rem;
}

/*** NAVBAR END **/


.client-account {
    color: #0d323f;
}

.client-account > div {
    visibility: hidden;
    opacity: 0;
    right: 0;
    position: absolute;
    transition: all 0.3s;
    /*    z-index: -1;*/
}

@media screen and (max-width: 768px) {
    .client-account > div {
        left: 0;
    }
}

.client-account:hover > div, .client-account-hover.active {
    visibility: visible;
    background: #fff;
    pointer-events: all;
    opacity: 1;
    margin-top: 0px;
    z-index: 2;

}

.client-account-hover {
    padding: 0;

    min-width: 230px;
    margin-top: -24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    pointer-events: none;
    padding-top: 0;
}

.client-account-hover span {
    font-size: 20px;
    line-height: 40px;
}

.client-account-hover span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 19%;
    width: 40px;
    height: 40px;
    border: 1px solid #0d323f;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
}

.client-account-hover a {
    color: inherit !important;
    font-size: 0.9rem;
}

.client-account-hover ul {
    border-top: #ccc;
}


/*end-megamenu---*//*end-megamenu---*//*end-megamenu---*//*end-megamenu---*//*end-megamenu---*/


.rev-slider-wrapper-or-not, container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}


a:hover, .product-box-wrapp:hover a, .inspiration-box:hover a {
    color: inherit;
    color: var(--green);
    text-decoration: underline;
}

.logo-custom {
    width: 10rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #000
}


.theme-color-dark {
    color: #0D323F !important
}

.theme-color-light {
    color: #259AA3 !important
}

.dropdown-toggle::after {
    display: none;
}


.tp-caption.maincaption, .maincaption {
    font-family: inherit !important;
    z-index: 6 !important;
    white-space: nowrap !important;
    font-weight: bold !important;
    color: #fff !important;
    border-color: rgba(0, 0, 0, 1.00) !important;
    text-transform: uppercase !important;
}

.tp-caption.subcaption, .subcaption {
    font-family: inherit !important
}

.photo-menu {
    height: 300px;
    width: 100%;
    object-fit: contain;
}

.dropdown-menu:not(.dropdown-menu-right) {
    background: none !important;
}

.menu-custom {
    background: #fff;
    /*margin-top: 1rem;*/
}


.menu-custom .box-shadow:before {
    /*    background: #fff;
        position: absolute;
        content: '';
        z-index: 1;
        height: 10px;
        top: -5px;
        left: -10px;
        right: -10px;*/
}

.menu-custom .category-image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.navbar .dropdown-menu:not(.dropdown-menu-right) {
    border: none;
    /*    max-height: 200px;*/
    max-height: 400px;
    overflow: auto;
}

/*.flex-column .nav-item .nav-link {color:#4a4a4a;}*/

.dropdown-menu .flex-column .nav-item .nav-link.active {
    color: var(--green) !important
}


.menu-category {
    font-weight: 500;
    font-size: 14px;
}

.menu-subcategory .nav-item .nav-link {
    /*font-weight:500;*/
    /*    font-size: 13px;*/
}


.slide-link a {
    color: #fff !important;
    text-decoration: none;
}

.nav-item {
    position: relative
}

.navbar-nav > .nav-item > .nav-link {
    position: relative;
    /*     display: inline-block;*/
    font-weight: 600;

}

/*.navbar-nav > .nav-item  > .nav-link:after
{
    width: 0;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    display: block;
    transition: all 0.3s;
    background: #fff;
    opacity: 0;
    bottom: -0.5rem;
}


*/

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #585757
}


.border-radius {
    border-radius: 0.2rem;
}

.rounded-image {
    border-radius: 0.2rem;
}

.anim {
    transition: all 0.3s;
}

.footer-list a {
    color: #fff !important;
    /*text-transform: uppercase;*/
    font-size: 1rem;
}

.footer-list a:hover {
    text-decoration: none;
    opacity: 0.5;
}

.partners-img {
    max-width: 100%;
    object-fit: cover;
}


.footer-separator {
    background: #14404b;
}

.copyright a {
    color: inherit;
    opacity: 0.7;
}

.copyright a:hover {
    text-decoration: none;
    opacity: 1;
}


.no-scroll {
    overflow: hidden;
}

#search {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    /*padding-left: 50%;*/
    background: #08484a;
    left: 0;
    color: #fff;
    /*font-size: 44px;*/
}

#search > .container {
    padding-top: 15%;
}

#search .close-x {
    /*mix-blend-mode: screen;*/
    width: 35px;
    position: absolute;
    right: 8rem;
    top: 8rem;
    cursor: pointer;
}

.search-logo {
    width: 200px;
}

.search-form {
    width: 50%;
    margin: 0 auto;
}

.search-form .input-group {
    overflow: hidden;
}


.search-form .form-control {
    border: none !important;

}

.search-form .form-control:focus {
    box-shadow: none !important
}

.search-form #basic-addon1 {
    color: #084849
}

.search-form .input-group-text {
    background: #fff;
    border: none;
}

.search-form .input-group-text, .search-form input {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.search-form i {
    font-size: 1.5rem;
    line-height: 3rem;
}

.add-to-cart-hover:focus, .add-to-cart:focus {
    box-shadow: 0 0 0 0.2rem #09494B;
}

header {
    background: #fff;
}

header:not(.alternate) .logo-alternate {
    display: none;
}

/*header.alternate {*/
/*    box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.1);*/
/*}*/


.header-icons a {
    font-size: 1.3rem;
}

.header-icons span {
    vertical-align: middle;
}

header.alternate .header-icons a {
    color: #fff;
}

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

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


.btn-primary:hover {
    background: #2c2c2c !important;
    color: #fff !important;
    border-color: #242424 !important;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-tabs {
    text-align: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f105" !important;
}


.logo-wrapper {
    background: #fff;
    width: 150px;
    border: 1px solid #ececec;
    border-radius: 10px;
}

.logo-wrapper img {
    width: 100%;
}

/*.footer-socials .fab {*/
/*    font-size: 1rem;*/
/*    color: var(--green);*/
/*}*/

.footer-socials li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #333;
    border-radius: 50%;
}
.footer-socials li a:hover {
    text-decoration: none;
}
.footer-socials i {
    font-size: 1.1rem;
    color: #333;
}

.footer-logo {
    width: 170px;
}

.footer-wrapper {
    font-size: 0.9rem;
    color: #6b6b6b;
    background: #f7f7f7;
}

/*.footer-wrapper  a {color:#8c8c8c !important;}*/

.footer-wrapper a:hover {
    opacity: 0.7
}

.footer-wrapper h4 {
    color: #000;
}


.see-more {
    cursor: pointer;
    color: #000;
    font-size: 0.8rem;
}

.see-more:hover .fa-angle-right, .slider-link:hover .fa-angle-right {
    transform: translateX(50%);
    transition: all 0.3s;
}

.brands-wrapper .brand-img {
    overflow: hidden;
}

.brands-wrapper img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: var(--radius-md);
}

.brand-img-lg {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: var(--radius-md);
}

.brands-wrapper img:hover {
    transform: scale(1.05);
}

.slider-rectangle {
    background: rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    width: 600px;
    height: 600px;
}

.slider-brand {
    text-transform: uppercase;
    z-index: 6;
    white-space: nowrap;
    font-size: 5rem;
    line-height: 120px;
    color: #fff;
}

.brands-row > div {
    padding: 1.1rem !important;
}

.newsletter-wrapper {
    background: url(../images/newsletter-bg2.jpg);
    background-size: cover;
    color: #fff;
    position: relative;
}

.newsletter-box {
    max-width: 600px;
}

.newsletter-box__title {
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 3rem;
    font-weight: 100;
    font-size: 1.6rem;
    font-family: 'Playfair Display', serif;
}

.newsletter-box__subtitle {
    font-size: 2.4rem;
    font-weight: 700;
}

.newsletter-box__form .form-control {
    padding: 1.5rem 2rem;
}

.newsletter-box__form button {
    padding: 0.7rem 2.5rem;
}


.newsletter-box__form .form-control::placeholder {
    color: #ccc;
}

.title {
    font-family: 'Playfair Display', serif;
}

.product-box-wrapp {
    margin-bottom: 3rem;
}

.product-box {
    position: relative;
}

.product-box__img {
    border: 1px solid #e8e8e8;
}

.product-box__img img {
    /*    height:400px;*/
    object-fit: cover;
    width: 100%;
    border-radius: var(--radius-md);
    transition: all .3s ease-in-out;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2.5rem;
    filter: drop-shadow(-2mm 2mm 2mm rgba(190, 200, 215, 0.60));
}

.box-specs {
    position: absolute;
    width: 100%;
    bottom: 5%;
    padding: 0 1.5rem;
}


.box-specs__logo {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.box-specs__action {
    /*    background:#fff;*/
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 1.5rem;
    padding: 0.60rem;
    /*    font-size: 1.2rem;*/
    font-size: 1.5rem;

}

.box-specs__action.icon-heart {
    /*    color:#FF6666;*/
    /*right: 5.5rem;*/
}

.box-specs__action:hover {
    transform: translateY(-6px);
}

.product-box__title {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    /*    text-align: center;*/
}

.box-shadow {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.product-box__price {
    /*    text-align: center;*/
    /*font-size: 1.1rem;*/
    line-height: 1.1rem;
    /*    color: var(--tropical-pink);*/
    padding-bottom: 0;
}

.product-box__price del {
    font-size: 0.8rem;
    /** text-muted **/
    color: #6c757d;
    font-weight: initial;
    /*    font-size:0.9rem;*/
    padding-left: 0.5rem;
}

.product-box__img {
    overflow: hidden;
    /*    background: #f7f7f7;*/
    height: 400px;
    background: #f2f2f2;
}

.product-box:hover .product-box__img img {
    transform: translateY(-50%) scale(1.05);
}

.product .icon-heart {
    cursor: pointer;
}

.sale-box {
    position: relative
}

.sale-box__img {
    height: 800px;
    width: 100%;
    object-fit: cover;
    border-radius: var(--radius-md);
}

.sale-box__specs {
    position: absolute;
    bottom: 10%;
    padding: 0 3rem;
    color: #fff;
    max-width: 700px;
}

.sale-box__specs__brand {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-decoration: underline;
}

.sale-box__specs__description {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 8px;
}

.sale-box__specs__more {
    /*width: 180px;*/
    /*font-size: 0.9rem;*/
    padding: 15px 64px;
}

.btn-white {
    background: #fff;
    color: #000;
    border: 1px solid transparent;
}

.btn-white:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: 1px solid #fff;
}

.inspiration-wrapper {
    background: #f7f7f7;
}

.inspiration-box {
    position: relative;
}

.inspiration-box__img {
    overflow: hidden;
}

.inspiration-box__img img {
    /*height: 370px;*/
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: var(--radius-md);
    transition: all .3s ease-in-out;
}


.inspiration-box:hover .inspiration-box__img img {
    transform: scale(1.05)
}

.inspiration-box__name {
    display: block;
    /*text-decoration: underline;*/
    /*font-size:1.2rem;*/
    font-size: 1rem;
    font-weight: 600;
    /*text-align: center;*/
    padding: 1rem 0 3rem 0;
}


.btn-green {
    background: var(--green);
    color: #fff;
    border: 1px solid transparent;
}

.bg-green {
    background: var(--green);
}

.bg-black {
    background: #000;
}

.bg-transparent-partial {
    background: #ffffff26;
}

.see-more {
    white-space: nowrap;
    font-size: 13px;
    line-height: 40px;
    letter-spacing: 3px;
}

.slider-link-wrapp {
    z-index: 999;
}

.slider-link {
    white-space: nowrap;
    line-height: 40px;
    color: #fff !important;
    font-size: 15px !important;
}


/*-----------------------------*/

.item-collapsed:not(.item-collapse-none) i {
    transform: rotate(180deg) translateY(-1px);
}

.anim, .hovarable-img img, .hovarable-img img:hover, .loader.anim, .ui-photos .item-delete-lg {
    transition: all .3s ease-in-out;
}

.sidebar-block {
    font-size: 1rem;
}

/*.subcategory {font-size:0.9rem}*/

.tooltip.in, .tooltip.show {
    opacity: 0.9;
}


.slider.slider-horizontal {
    margin-bottom: 1.5rem !important;
    /*    max-width:250px !important;*/
    max-width: 100% !important;
    width: calc(100%);
    /*width: 100% !important;*/
}

.slider-selection {
    background: #000 !important;
}

.slider-handle {
    border: 5px solid #000 !important;
    background: #ffffff !important;
}

.slider.slider-horizontal .slider-track {
    height: 5px !important;
    top: 60% !important;
}

.max-slider-handle {
    margin-left: -20px !important;
}


.filter-list {
    max-height: 200px;
    overflow-y: auto;
}

.filter-list::-webkit-scrollbar {
    width: 6px;
}

.filter-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

.filter-list::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    background: #cccccc;
}

.filter-list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-color {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border: 1px solid #ccc;
    transition: all 0.3s;
    position: relative;
}

.item-color:hover {
    /*    transform: scale(1.2);*/
}

.active .item-color {
    border: 4px solid #ccc;
}


.item-color.black {
    background: #000;
}

.item-color.gray {
    background: #808080;
}

.item-color.red {
    background: #ff0000;
}

.item-color.yellow {
    background: #fc0;
}

.item-color.brown {
    background: #663300;
}

.item-color.orange {
    background: #f93;
}

.item-color.white {
    background: #fff;
}

.custom-control-label::before {
    background: #fff;
    width: 21px;
    height: 21px;
    top: 2px;
    border: 1px solid #ccc;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::after {
    width: 1.3rem;
    height: 1.3rem;
    top: 0.1rem;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}


.list-inline-item {
    position: relative
}

#show-more-categories, #show-more-products, .show-more-categories {
    position: absolute;
    z-index: 100;
    background: #fff;
    border: 1px solid #f3f3f3;
    color: #000;
    cursor: pointer;
    font-size: 0.9rem;
}

#show-more-categories li:hover, #show-more-products li:hover, .show-more-categories li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.breadcrumb-item a {
    color: #0d323f;
}

.breadcrumb {
    background-color: transparent !important;
}

.breadcrumb-item.active {
    font-weight: bold;
    color: #000;
}

.sidebar-title {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.custom-control-label {
    padding-top: 2px
}

.slider-selection {
    background: #ccc !important;
    box-shadow: none;
}

.slider-handle {
    border: 5px solid #09494B !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #09494B;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #09494B;
}


ul > ul > li {
    padding-left: 1rem;
}

.bg-gray {
    background: #f5f5f5
}

.sidebar-list a:hover {
    text-decoration: none;
}

.category-list-sidebar > li {
    background: #f1f1f1;
    padding: 0.5rem 0.5rem;
}

.sidebar {
    background: #f8f8f8;
    border-radius: var(--radius-md);
}

.bordered {
    /*    border:1px solid #f3f3f3;*/
    border: 1px solid #efefef;
}

.sidebar-title {
    font-weight: 600;
}


.catalog-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.details-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ambient-page-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin: 0
}


.product-description {
    background: #f8f8f8;

}

.product-description__price {
    /*    color:var(--tropical-pink);*/
    font-size: 1.6rem;
}

.product-description__price span {
    font-size: 1rem;
}

.product-description__review .fa-star {
    color: #ffcc00;
    font-size: 1.3rem;
}

.product-description__logo__img img {
    width: 76px;
    height: 76px;
}

.product-description__review li {
    margin: 0 !important;
}

.product-description__quantity {
    width: 1%;
}

.product-description__quantity .cart-quantity {
    height: 38px;
    line-height: 39px;
}

.product-description__quantity input {
    min-width: 32px;
}

.like-table {
    display: table
}

.like-table-row {
    display: table-row;
}

.like-table-row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.product-description__colors > ul {
    z-index: 1;
    position: relative;
}

.product-description__colors .color {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /*    z-index: 1;*/
}

.product-description__colors .color.active:after {
    box-shadow: 0px 0px 0px 2px #ccc;
    transition: all 0.3s;

}

.product-description__colors .color.red {
    background-color: #ff0000;
}

.product-description__colors .color.black {
    background: #000;
}

.product-description__colors .color.white {
    background: #fff;
}

.product-description__colors .color.orange {
    background: #ff9800;
}


.product-description__colors .color:after {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    background-color: white;
    border-radius: 50%;
    z-index: -1;
}

.product-description__stoc {
    color: #7fb349;
    font-weight: 700;
}

.product-description__socials .fab {
    color: #ccc;
    font-size: 1.5rem;
}

.product-description__colors li {
    vertical-align: middle;
}

.tabs-wrapper .nav-pills .nav-link.active {
    color: initial;
    background: transparent;
    text-decoration: underline;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.tabs-wrapper .nav-pills .nav-link {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: none
}

.ambient__img {
    position: relative
}

.ambient__img--big {
    border-radius: var(--radius-md);
    width: 100%;
    position: relative;
    z-index: -1;
}


.ambient-box__img img {
    height: 250px;
    width: 100%;
    object-fit: contain;
    border-radius: var(--radius-md);
    border: 1px solid #f3f3f3;
    background: #f7f7f7;
}

.ambient-box__price {
    font-weight: 600;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: var(--tropical-pink);
}

.ambient-box__price {
    font-size: 0.8rem;
}

.ambient-box__price del {
    color: #6c757d !important;
}

.ambient__price span {
    font-weight: initial;
    font-size: 0.9rem;
    padding-left: 0.5rem;
}

.ambient-box-wrapp {
    margin-bottom: 3rem;
}

.ambient-box {
    position: relative;
}

.ambient-box__title {
    font-size: 0.9rem;
}

.ambient-box__price {
    font-size: 0.8rem;
}


.ambient-box .box-specs__action {
    font-size: 1rem;
    padding: 0.4rem;
}

.ambient-box .box-specs__action.icon-heart {
    /*right: 3rem;*/
}

.ambient-box .box-specs__action {
    right: 0.8rem;
}

.ambient-overflow {
    height: 745px;
    overflow-y: auto;
}


.ambient-overflow::-webkit-scrollbar {
    width: 6px;
}

.ambient-overflow::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

.ambient-overflow::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    background: var(--green);
}

.similar-ambient > div:first-child {
    margin-bottom: 2rem;
}


.similar-ambient__img {
    height: 250px;
    object-fit: cover;
    border-radius: var(--radius-md)
}


.opacity-half {
    opacity: 0.5;
    filter: blur(4px);
}

.tooltip-brand .tooltip-inner {
    background: var(--green);
}

.tooltip-brand .arrow:before {
    border-top-color: var(--green);
    /*        rgba(9, 73, 75, 0.9) !important;*/
}

@keyframes circleScale {
    from {
        transform: scale(0);
        border-radius: 50%;
    }
    to {
        transform: scale(1);
        border-radius: 50%;
    }
}

.tag-ambient {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    line-height: 50px;
    text-align: center;
    box-sizing: content-box;
    background: var(--green);
    /*        border: 2px solid rgba(255, 255, 255, 0.5);*/
    color: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
    opacity: 0.4;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 1.1rem;
    animation: circleScale 0.5s ease-in-out 0s;
    animation-fill-mode: forwards;
}

.tag-ambient:hover {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
    opacity: 1;
}

/*product gallery*/


/*gallery*/

#product-main-photo {
    /*    padding:0 30px;*/
    margin-bottom: 20px !important;
}

#product-main-photo .share {
    display: block;
    position: absolute;
    left: 30px;
    top: 0px;
    width: 100px;
}


#swipebox-overlay {
    background: #fff;
}

#product-photos {
    /*    padding:0 30px;*/
    padding: 0;
}

#product-photos .owl-stage-outer {
    text-align: center;
}

#product-photos .owl-stage {
    /*display:inline-block;*/
}

#product-photos li a {
    padding-bottom: 100%;
    display: block;
    /*border:1px solid #eee;*/
}

#product-photos li a:hover {
    border-color: #9b96c8;
}

#product-photos li a img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
}


.owl-carousel {
    position: relative;
    list-style-type: none;
}

.owl-carousel .owl-nav div {
    display: block;
    height: 60px;
    width: 30px;
    border: 1px solid #ccc;
    color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 52px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    transition: all 0.7s ease-in-out;
}

.owl-carousel .owl-nav div.disabled {
    opacity: 0;
}

#mainPhotos.owl-carousel .owl-nav div {
    height: 100%;
    width: 10%;
    color: #fff;
    /*background:rgba(0,0,0,0.3);*/
    transition: all 0.1s ease-in-out;
}

#mainPhotos.owl-carousel .owl-nav div.owl-prev {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}

#mainPhotos.owl-carousel .owl-nav div.owl-next {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}

#product-photos.owl-carousel .owl-nav div {
    height: 100%;
    width: 5%;
    border: none;
}

#product-photos.owl-carousel .owl-nav div.owl-prev {
    /*margin-left:-45px;*/
    left: 25px;
    color: #fff;
    /*background-image: linear-gradient(to right, red , blue);*/
}

#product-photos.owl-carousel .owl-nav div.owl-next {
    right: 25px;
    color: #fff;
    /*background-image: linear-gradient(to left, red , blue);*/
    /*margin-right:-45px;*/
}


.owl-carousel .owl-nav div.owl-prev {
    /*margin-left:-45px;*/
    left: 0;
}

.owl-carousel .owl-nav div.owl-next {
    right: 0;
    /*margin-right:-45px;*/
}


#mainPhotos.owl-carousel .owl-nav div.owl-prev {
    /*left:-30px;*/
    margin-left: 0;
    /*background:#fff;*/
    /*border-radius:3px;*/
    border: none;
}

#mainPhotos.owl-carousel .owl-nav div.owl-next {
    /*right:-30px;*/
    margin-right: 0;
    /*background:#fff;*/
    /*border-radius:3px;*/
    border: none;
}

#mainPhotos.owl-carousel .owl-item a {
    display: block;
    padding-top: 87%;
    position: relative;
    /*margin-top: -100px;*/
}

#mainPhotos.owl-carousel .owl-item a img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
    object-position: top;
}

@media (max-width: 900px) {

    .owl-carousel.no-nav-on-mobile .owl-nav {
        display: none;
    }

    .owl-carousel .owl-nav div.owl-prev {
        margin-left: 0;
        left: 0;
    }

    .owl-carousel .owl-nav div.owl-next {
        right: 0;
        margin-right: 0;
    }
}

#product-details {
    /*    font-size:0.8rem;*/
}

.product-details__name {
    font-size: 1.5rem;
    font-weight: 600;
}


.owl-nav-oh-yeamen {
    opacity: 0;
}

.owl-carousel:hover .owl-nav-oh-yeamen {
    opacity: 1;
}

.owl-item {
    transition: transform 0.3s;
    /*    padding: 1px;*/
    /*    border: 1px solid transparent*/
}

.owl-item.current {
    outline: 1px solid #000;
    outline-offset: 6px;
    /*    border-color:  #000;*/
    /* z-index: 22; */
    /*    padding: 10px;*/
    /*    overflow: hidden;*/
    transition: all 0.3s;
    transform: scale(0.85);

}

.owl-item.current a {
    position: relative;

}

#product-photos .owl-stage-outer {
    margin-right: -12px;
    padding-left: 8px;
}

#product-photos .owl-item {
    margin-right: 19px !important;
    margin-top: 8px;
    margin-bottom: 8px;
}


/*end product-gallery*/


.product-description__cart .btn {
    border-radius: var(--radius-md);
}


.order-summary__body {
    font-size: 0.9rem;
}

.product-characteristics__body {
    font-size: 0.8rem;
}

.product-characteristics__body > .row:last-child {
    border: none !important;
}


.cart-badge:not(:empty) {
    background: var(--tropical-pink);
    position: absolute;
    top: 2px;
    right: -10px;
    font-size: 0.7rem;
    width: 1rem;
    height: 1rem;
    line-height: 0.9rem;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}


.cart-wrapper {
    height: 100vh;
    background: #fff;
    border: 1px solid #ccc;
    max-width: 400px;
    width: 100%;
    /*width:100%;*/
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1022;
    opacity: 0;
    transform: translateX(48px);
    pointer-events: none;
}


.cart-wrapper__opened {
    transform: translateX(0);
    pointer-events: all;
    opacity: 1;
}

.cart-overlay {

}

.cart-wrapper__opened + .overlay, .container__opened + .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1020;
}


.cart-header {
    font-size: 1.4rem;
    /*border-bottom: 1px solid #f2f2f2;*/
    background: #f2f2f2;
}

.cart-wrapper .cart-badge {
    top: 0;
    right: 7px;
}

.cart-body__item__img {
    /*border: 1px solid #f3f3f3;*/
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.cart-body__item__price {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tropical-pink);
}

.cart-body__item {
    border-bottom: 1px solid #f2f2f2;
    /*margin-bottom:1rem;*/
}

/*.cart-body__item i {*/
/*    position: absolute;*/
/*    top: 0.5em;*/
/*    left:0.5em;*/
/*}*/

.cart-body__item .col-auto {
    background: #f2f2f2;
    /*border: 1px solid #e8e8e8;*/
}

/*.cart-body__item:last-of-type {*/
/*    margin:0;*/
/*    border: none;*/
/*}*/
.cart-body {
    /*max-height: 400px;*/
    height: 100%;
    overflow: auto;
}

.cart-quantity {

    display: flex;
    align-items: center;
    text-align: center;
    height: 32px;
    margin-top: auto;
    background-color: rgb(242, 242, 242);
    overflow: hidden;
    flex: 0 0 85px;
    border-radius: 4px;
}

.cart-quantity .quantity-input {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
}

.cart-quantity .quantity-input input {
    border: none;
    appearance: none;
    background: none;
    text-align: center;
    height: 100%;
    width: 100%;
}

.cart-quantity .minus, .cart-quantity .plus {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    user-select: none;
    height: 100%;
    width: 33.33%;
    max-width: 42px;
    flex-shrink: 0;
    background: #f2f2f2;
}

.cart-quantity-wrapper {
    display: flex;
    margin-top: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cart-footer {
    background: #f2f2f2
}

.cart-footer__item__price {
    font-size: 1.3rem;
    font-weight: 600;
}


.account-menu {
    background: #f8f8f8;
    font-size: 0.9rem;
}

.help-box {
    font-size: 3rem;
}

.chat-wrapper {
    background: #f8f8f8;
}


.chat-box-wrapper {
    background: #fff;
}
@media (min-width: 1200px) {
    .chat-box-wrapper{
        height: 300px;
    }
}

.chat-icon {
    font-size: 1.5rem;
}

.icon-message {
    font-size: 2rem
}

.product-help-wrapper a {
    font-size: 1.3rem;
    text-decoration: underline;
}

.account-wrapper {
    background: url(../images/cont.jpg);
    height: 100vh;
}

.account-box, .account-box .form-control {
    font-size: 0.8rem;
}

.underline {
    text-decoration: underline !important
}


@media only screen and (max-width: 1024px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 0.8rem;
    }

    .navbar .nav-item {
        padding: 0;
    }

    .product-box__img img {
        height: 250px !important;
    }

    .box-specs {
        padding: 0 1rem;
    }

    .box-specs__logo {
        width: 50px;
        height: 50px;
    }

    .box-specs__action.icon-heart {
        /*right: 3rem;*/
    }

    .box-specs__action {
        /*	background: #fff;*/
        border-radius: 50%;
        display: block;
        position: absolute;
        bottom: 0;
        right: 1rem;
        padding: 0.40rem;
        font-size: 1rem;
    }

    .sale-box__img {
        height: 500px;
    }

    .sale-box__specs__description {
        font-size: 2rem
    }

    .slider-rectangle {
        width: 400px;
        height: 400px;
    }

}

@media only screen and (max-width: 768px) {
    .sale-box__img {
        height: 400px;
    }

    .sale-box__specs__description {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .brands-wrapper img {
        height: 150px;
    }

    .search-form {
        width: 100%;
    }

    .logo-custom {
        width: 8rem;
    }

    /*.breadcrumb {*/
    /*    display: none;*/
    /*}*/
}

.navbar-toggler {
    outline: none !important
}

.strong {
    font-weight: 600;
}

.subcategory li:last-child {
    padding-bottom: 1rem;
}


.review-rating {
    /*    #259AA3*/
    color: #ffcc00;
    display: inline-block;
}

.review-rating i {
    font-size: 16px;
    /*    //vertical-align: middle;*/
    width: .9em;
    text-align: left;
    margin-right: 0.3rem;
}

.review-rating .fa-star-o:before {
    color: #ccc;
    content: "\f005";
}

.review-rating .fa-star-half {
    position: relative;
}

.review-rating .fa-star-half:before {
    z-index: 1;
    position: relative;
}

.review-rating .fa-star-half:after {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f005";
    color: #ccc;
}

.review-rating-lg i {
    font-size: 1.3rem;
}

.owl-carousel-siblings {
    margin: 0;
    padding: 0;
}

.owl-carousel-siblings .owl-nav div {
    border: none;
    color: #333;
    font-size: 40px;
    /*line-height: 60px;*/
}

.owl-carousel-siblings .owl-nav .owl-prev {
    left: -2rem !important;
}

.owl-carousel-siblings .owl-nav .owl-next {
    right: -2rem !important;
}

.product-sibling {
    background: #fff;
    border: 1px solid #efefef;
}

.product-sibling img {
    height: 150px;
    object-fit: contain;
    /*        background: #fff;*/
}

.product-sibling h3 {
    /*font-size: 1rem;*/
    font-size: 0.9rem;
    font-weight: normal;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.product-sibling p {
    font-size: 0.7rem;
    height: 1.9rem;
    overflow: hidden;
}

.product-sibling small {
    /*font-weight: bold;*/
    font-size: 1rem;
}

.page-item.active .page-link {
    color: #0d323f;
    background-color: #fff;
    border-color: #0d323f;
}

.page-link:hover {
    color: #fff;
    background-color: #0d323f;
    border-color: #0d323f;
}

.action {
    cursor: pointer;
}

.alert-dizzy {
    color: #fff;
    background: var(--tropical-pink);
    border: 1px solid var(--tropical-pink);
}

.prevent-scroll {
    overflow: hidden;
}

#checkout-form label:not(.form-check-label):not(.custom-control-label) {
    display: block;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2px;
    padding-top: 0.5rem;
}

#checkout-form label:not(.form-check-label):not(.custom-control-label) > input,
#checkout-form label:not(.form-check-label):not(.custom-control-label) > select,
#checkout-form label:not(.form-check-label):not(.custom-control-label) > textarea {
    margin-top: 0.5rem;
}


#checkout-form label:not(.form-check-label) > span.required:before {
    content: '*';
    vertical-align: bottom;
    font-size: 2rem;
    line-height: 0.4rem;
    margin-left: 0.1rem;
}

.fixed-top {
    position: fixed !important;
}

.fixed-top + div {
    /*padding-top: 4.5rem;*/
    padding-top: 4.1rem;
}

.close-x {
    width: 24px;
    vertical-align: text-top;
}

.modal-body {
    min-height: 50vh;
}

.sticky-footer {
    display: none;
    position: fixed;
    /*background: rgba(255, 255, 255, .95);*/
    background: rgba(0, 0, 0, .95);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 15px 0;
    font-size: 17px;
    backdrop-filter: blur(10px);
    /* padding-right: 240px; */
    /*z-index: 1000000;*/
    /*box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);*/
}
@media (max-width: 700px) {
    .sticky-footer {
        font-size: 0.9rem;
    }
}
@media (min-width: 1000px) {
    .sticky-footer {
        padding: 12px;
        /*background: rgba(0, 0, 0, .9);*/
        /*color: #fff;*/
    }
}

.sticky-footer a:not(.btn) {
    text-decoration: underline;
    /*color: #fff;*/
}

/** @sergiu **/
.box-specs, .box-specs > * {
    z-index: 2;
}

.box-specs:before {
    background: #fff;
    content: '';
    bottom: -22%;
    left: 1px;
    right: 1px;
    height: 107%;
    z-index: -1;
    position: absolute;
}

.product-box__img {
    height: 320px;
}

/** @sergiu-round2-quickpatches-mobile-responsive **/
.pagination {
    overflow: auto;
}

@media screen and (max-width: 768px) {
    #search .close-x {
        right: 2rem;
        top: 2rem;
    }

    .carousel-caption p.h3 {
        font-size: 1.2rem;
    }

    .carousel-caption .display-3 {
        font-size: 2.5rem;
    }

    h1 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    .product-description__price {
        font-size: 1.2rem;
    }

    .product-description__colors .color {
        width: 26px;
        height: 26px;
    }

    .fa-2x {
        font-size: 1.3rem;
    }

    #mainPhotos.owl-carousel .owl-item a {
        margin-top: 0;
    }

    .breadcrumb {
        font-size: 0.8rem;
    }

    .sale-box__specs {
        padding: 0 1.5rem;
    }

    .sale-box__specs__description {
        font-size: 1.3rem;
    }

    .breadcrumb {
        overflow: hidden;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }

    nav[aria-label="breadcrumb"] {
        position: relative;
    }

    nav[aria-label="breadcrumb"]:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.5));
    }

    .breadcrumb-item {
        display: inline-block;;
    }

    .breadcrumb-item:last-of-type {
        margin-right: 20px;
    }
}

.side-menu {
    height: 100vh;
    background: #fff;
    border: 1px solid #ccc;
    max-width: 310px;
    max-width: 300px;
    width: 100%;
    /*width:100%;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1022;
    opacity: 0;
    transform: translateX(-172px);
    pointer-events: none;
    overflow-y: auto;
}

.container__opened {
    transform: translateX(0);
    pointer-events: all;
    opacity: 1;
}

.side-menu li a, .side-menu li i {
    display: block;
    padding: 1rem 2rem;
}

.side-menu li ul li a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.img-payment {
    height: 18px;
}

.card button:not(.collapsed) i {
    transform: rotate(-45deg);
}

.card-flat {
    border: none;
    background: none;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.card-flat .card-header, .card-flat .card-header button {
    background: none;
    border: none;

    /*padding-left: 0;*/
    /*padding-right: 0;*/
    white-space: normal;
}

.card-flat .card-header button {
    padding-left: 0;
    padding-right: 0;
}

.card-flat .card-header i {
    padding-left: 0.25rem;
}

.card-flat .card-body {
    padding-top: 0;

    /*padding-left: 0;*/
    /*padding-right: 0;*/
}

/*.card-flat:last-of-type {*/
/*    border-bottom: none !important;*/
/*}*/
.cover {
    min-height: 40vh;
    background: rebeccapurple;
    background-size: cover;
}
.cover h1 {
    color: #fff;
    font-size: 4rem;
    text-shadow: 1px 1px 4px #0003;
}



@media (max-width: 700px) {
    .card-flat .card-header {
        line-height: 1.8;
    }

    .card-flat .card-body, .card-flat .card-header {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cover h1 {
        font-size: 2.5rem;
    }
}