@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700italic,500,700,300,400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);

:root {
    --primary-color: #FE980F;
    --primary-color-hover: #D67D0B;
    --color-red: #ea1c2d;
    --color-red-hover: #ec5353;
    --color-top-menu-color: #31383e;
    --color-top-menu-color-active: #3c444a;
}

.container-fluid {
    --bs-gutter-x: 4.5rem;
}

body,
html {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    background: #FFF;
    position: relative;
    font-weight: 400;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

a,
a:hover {
    text-decoration: none;
}

#header {
    display: contents;
}

#content {
    flex-grow: 1;
}

a#scroll-up {
    bottom: 0px;
    right: 10px;
    padding: 5px 10px;
    background: #FE980F;
    color: #FFF;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

a#scroll-up i {
    font-size: 30px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.header-top {
    background: hsl(60, 19%, 93%);
    height: 30px;
}

.header-contact {
    height: 30px;
}

.header-contact a {
    font-size: 12px;
    color: #696763;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
}

.header-contact a:hover,
.header-contact a:focus,
.header-contact a:active {
    background: #e1e1dd;
    color: #FE980F;
    text-decoration: none;
}

.header-contact a i {
    font-size: 16px;
}

.social-icons {
    height: 30px;
    display: flex;
    justify-content: flex-end;
}

.social-icons a {
    color: #696763;
    text-decoration: none;
    height: 100%;
    display: inline-flex;
    font-size: 16px;
    align-items: center;
}

.social-icons a i {
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 100%;
}

.social-icons a:hover i {
    color: #fff;
}

.social-icons .fa-facebook:hover {
    background: #0083C9;
}

.social-icons .fa-twitter:hover,
.social-icons .fa-x-twitter:hover {
    background: #5BBCEC;
}

.social-icons .fa-instagram:hover {
    background: #69453e;
}

.social-icons .fa-pinterest:hover {
    background: #bd081c;
}

.sticky-menu {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: #fff;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 1);
    transition: all 0.3s ease;
}

.sticky-menu.is-sticky {
    margin-bottom: 20px;
}

.sticky-menu.is-sticky #cart-small-preview,
.sticky-menu.is-sticky #login-small-preview {
    top: 35px;
}

.sticky-menu .logo {
    margin-right: 15px;
    height: 45px;
    transition: all 0.3s ease;
}

.sticky-menu .row>div {
    white-space: nowrap;
}

.sticky-menu.is-sticky .logo {
    height: 35px;
}

.sticky-menu .logo,
.sticky-menu .options {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.sticky-menu .dropdown-toggle {
    border-radius: 0;
    color: #B4B1AB;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #FFF;
}

.sticky-menu .dropdown-toggle:hover {
    background: #FE980F;
    color: #fff;
    border-color: #FE980F;
}

.sticky-menu .dropdown.orange .dropdown-menu {
    border-radius: 0;
    border: 1px solid #ccc;
}

.sticky-menu .dropdown {
    margin-right: 10px;
}

.sticky-menu .dropdown.orange .dropdown-menu a:hover {
    background: #FE980F;
    color: #fff;
    border-color: #FE980F;
}

.sticky-menu .dropdown-toggle:active,
.sticky-menu .dropdown-toggle:active {
    background: none repeat scroll 0 0 #FE980F;
    box-shadow: inherit;
    outline: 0 none;
}

.shop-menu {
    text-align: right;
    height: 45px;
    white-space: nowrap;
    background: #fff;
}

.sticky-menu.is-sticky .shop-menu {
    height: 35px;
}

.shop-menu>.cart-wrapper>a,
.shop-menu>.login-wrapper>a {
    color: #696763 !important;
}

.shop-menu>.cart-wrapper:hover>a,
.shop-menu>.cart-wrapper>a:hover,
.shop-menu>.login-wrapper:hover>a,
.shop-menu>.login-wrapper>a:hover {
    color: #fe980f !important;
}

.shop-menu>a,
.shop-menu>.cart-wrapper,
.shop-menu>.login-wrapper {
    background: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    vertical-align: top;
}

.shop-menu>a:hover,
.shop-menu>.cart-wrapper:hover,
.shop-menu>.login-wrapper:hover {
    color: #fe980f;
    background: #f5f5f5;
}

.shop-menu>a.active {
    color: #fe980f;
}

.main-box {
    background: hsl(60, 19%, 93%);
}

.main-box .col-md-12 {
    display: flex;
    align-items: center;
}

.main-menu {
    height: 45px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.sticky-menu.is-sticky .main-menu {
    height: 35px;
}

.main-menu a {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    color: #696763;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-menu a:hover,
.main-menu a.active {
    background: #e1e1dd;
    color: #fe980f;
}

.main-search {
    flex-grow: 1;
    display: flex;
    align-items: center;
    height: 45px;
    transition: all 0.3s ease;
}

.sticky-menu.is-sticky .main-search {
    height: 35px;
}

.main-search form {
    width: 100%;
    margin: 0;
}

.main-search .input-group {
    width: 100%;
}

.main-search input {
    height: 35px;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

.sticky-menu.is-sticky .main-search input {
    height: 25px;
}

.main-search .btn {
    height: 35px;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.main-search .btn:focus,
.main-search .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.sticky-menu.is-sticky .main-search .btn {
    height: 25px;
}

/*===========================*/


/*  Dropdown menu*/

.navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
}


.nav.navbar-nav>li:hover>ul.sub-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    -moz-animation: fadeInUp 400ms;
    -ms-animation: fadeInUp 400ms;
    -o-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

ul.sub-menu {
    position: absolute;
    top: 30px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    list-style: none;
    padding: 0;
    margin: 0;
    width: 220px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
}

.dropdown ul.sub-menu li .active {
    color: #FDB45E;
    padding-left: 0;
}


.navbar-nav li ul.sub-menu li {
    padding: 10px 20px 0;
}

.navbar-nav li ul.sub-menu li:last-child {
    padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a {
    color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover {
    color: #FDB45E;
}

.fa-angle-down {
    padding-left: 5px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*************************
*******Footer CSS******
**************************/

.preview_product_data {
    color: #696763;
}

#footer {
    background: #F0F0E9;
    margin-top: 50px;
}

#footer-top {
    font-family: 'Roboto', sans-serif;
    color: #B3B3AD;
}

#footer-top .addition-footer-block>div {
    border-bottom: 1px solid #E0E0DA;
}

.video-gallery {
    margin-top: 57px;
    position: inherit;
}

.video-gallery a img {
    height: 100%;
    width: 100%;
}

.iframe-img {
    position: relative;
    display: block;
    height: 61px;
    margin-bottom: 10px;
    border: 2px solid #CCCCC6;
    border-radius: 3px;
}

.overlay-icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 61px;
    background: #FE980F;
    border-radius: 3px;
    color: #FFF;
    font-size: 20px;
    line-height: 0;
    display: block;
    opacity: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.overlay-icon i {
    position: relative;
    top: 50%;
    margin-top: -20px;
}

.video-gallery a:hover .overlay-icon {
    opacity: 1;
}

.video-gallery p {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

.video-gallery h2 {
    color: #8c8c88;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
}


.address {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.address img {
    width: 100%;
}

.address p {
    color: #666663;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50px;
}

.footer-widget {
    margin-bottom: 68px;
}

.single-widget h2 {
    color: #666663;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.single-widget h2 i {
    margin-right: 15px;
}

.single-widget ul li a {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
}

.single-widget ul li a i {
    margin-right: 18px;
}

.single-widget ul li a:hover,
.single-widget ul li a.active {
    background: none;
    color: #FE980F;
}

#subscribe-form {
    white-space: nowrap;
}

#subscribe-form input {
    border: 1px solid #DDDDDD;
    color: #CCCCC6;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 0;
    outline: medium none;
    padding: 7px;
}

#subscribe-form button {
    font-size: 20px;
    height: 37px;
    line-height: 1;
    padding: 0 15px;
    margin-left: -5px;
    border-radius: 0;
    vertical-align: top;
}

#subscribe-form p {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 25px;
}

.footer-bottom {
    background: #D6D6D0;
    padding-top: 10px;
}

.footer-bottom p {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-left: 15px;
    margin-bottom: 6px;
}

.footer-bottom p span a {
    color: #FE980F;
    font-style: italic;
    text-decoration: underline;
}


/*************************
******* Home ******
**************************/

.carousel-indicators li,
.carousel-indicators button {
    background-color: #C4C4BE !important;
    border: none !important;
    opacity: 0.5;
}

.carousel-indicators li.active,
.carousel-indicators button.active {
    background-color: #FE980F !important;
    opacity: 1;
}

.pricing {
    position: absolute;
    right: 40%;
    top: 52%;
}

.girl {
    margin-left: 0;
}

.item h1 {
    color: #B4B1AB;
    font-family: abel;
    font-size: 48px;
    margin-top: 115px;
}

.item h1 span {
    color: #FE980F;
}

.item h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 10px;
}

.item p {
    color: #363432;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.get {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 23px;
}


.item button:hover {
    background: #FE980F;
}

.control-carousel {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: #C2C2C1;
}

.control-carousel:hover {
    color: #FE980F;
}

.right {
    right: 0;
}

.category-products {
    border: 1px solid #F7F7F0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
}

.left-sidebar h2,
.brands_products h2 {
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.category-products .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0 none;
}

.category-products .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.panel-body ul {
    padding-left: 20px;
}


.panel-body ul li a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.brands-name {
    border: 1px solid #F7F7F0;
    padding-bottom: 20px;
    padding-top: 15px;
}


.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover {
    background-color: #fff;
    color: #696763;
}

.shipping {
    background-color: #F2F2F2;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}


.price-range {
    margin-top: 30px;
}

.well {
    background-color: #FFFFFF;
    border: 1px solid #F7F7F0;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 35px;
}


.tooltip-inner {
    background-color: #FE980F;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #FE980F;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}


.padding-right {
    padding-right: 0;
}

.features_items {
    overflow: hidden;
}


h2.title {
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

h2.title .title-line {
    width: 100%;
    height: 20px;
    border-bottom: 2px solid #dcdcd5;
    text-align: center;
}

h2.title .title-text {
    height: 40px;
    line-height: 36px;
    background-color: #FFF;
    padding: 0 10px;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.product-image-wrapper {
    border: 1px solid #dcdcd5;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}


.product-image-wrapper .caption {
    text-align: center;
}

.single-products {
    position: relative;
    padding-bottom: 5px;
}

.new,
.sale {
    position: absolute;
    top: 0;
    right: 0;
}

.productinfo h2 {
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.product-overlay h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}


.productinfo p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #696763;
}

.productinfo img {
    width: 100%;
}

.productinfo {
    position: relative;
}

.product-image-wrapper {
    border: 1px solid #F7F7F0;
    margin-bottom: 30px;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product-list {
    padding-right: 15px;
    width: 100%;
    padding-left: 0;
}

.product-list.popular {
    max-height: 740px;
    overflow: hidden;
}

.product-list.popular-single {
    max-height: 370px;
    overflow: hidden;
}

.product-card-auto {
    width: 25%;
    float: left;
    padding-left: 15px;
}

@media (max-width: 481px) {
    .product-card-auto {
        width: 50%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .product-card-auto {
        width: 33.33333333%;
    }

    .category-view-container .product-card-auto {
        width: 33.33333333%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .category-view-container .product-card-auto {
        width: 50%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .product-card-auto {
        width: 25%;
    }

    .category-view-container .product-card-auto {
        width: 33.33333333%;
    }
}

@media (min-width: 991px) and (max-width: 1280px) {
    .product-card-auto {
        width: 20%;
    }

    .category-view-container .product-card-auto {
        width: 25%;
    }
}

@media (min-width: 1280px) {
    .product-card-auto {
        width: 16.666666666666667%;
    }

    .category-view-container .product-card-auto {
        width: 20%;
    }
}

@media (min-width: 1500px) {
    .category-view-container .product-card-auto {
        width: 16.666666666666667%;
    }
}

.product-card-auto .product-card-box {
    position: relative;
    height: 345px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    border: solid 1px #a8a8a8;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 0 !important;
    transition: border-color .2s ease;
    margin-bottom: 25px;
}

.product-card-auto .item-link {
    text-decoration: none !important;
}

.product-card-auto .product-card-box:hover,
.product-card-auto .product-card-box:active {
    border: solid 1px #797979;
}

.product-card-auto .product-card-box:hover .product-card-details .product-card-price:not(.options) {
    display: none;
}

.product-card-auto .product-card-box:hover .product-card-details .product-card-price.options {
    display: block !important;
}

.product-card-auto .product-card-box:hover .product-card-details .dropdown-option-select {
    text-align: center;
}

.product-card-auto .product-card-box:hover .product-card-details .dropdown-option-select select {
    width: auto !important;
    font-size: 11px;
}

.product-card-auto .product-card-box .product-card-thumb {
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 260px;
    position: relative;
    transition: height .3s ease;
}

@media (max-width: 767px) {
    .product-card-auto .product-card-box {
        height: 270px;
    }

    .product-list.popular {
        max-height: 590px !important;
    }

    .product-card-auto .product-card-box .product-card-thumb {
        height: 186px;
    }
}

.product-card-auto .product-card-box .product-card-thumb .product-card-thumb-image {
    width: 100%;
    min-height: 100%;
    background-size: cover !important;
    background-position: center;
    transition: opacity .5s;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-card-auto .product-card-box .product-card-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 0 0;
    box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.15);
    transition: bottom .3s;
}

.product-card-auto .product-card-box:hover .product-card-details {
    bottom: 0;
    box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.35);
}

.product-card-auto .product-card-box .product-card-description-floating {
    overflow: hidden;
    height: 0;
}

.product-card-auto .product-card-box:hover .product-card-description-floating,
.product-card-auto .product-card-box:active .product-card-description-floating {
    height: auto;
}

.product-card-auto .product-card-box .product-card-title {
    font-size: 16px;
    color: var(--color-top-menu-color);
    font-weight: 600;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card-auto .product-card-box .product-card-sub-title {
    font-size: 12px;
    color: var(--color-top-menu-color);
    padding: 0 10px;
    text-align: center;
}

.product-card-auto .product-card-box .product-card-price {
    font-size: 20px;
    color: var(--color-top-menu-color);
    font-weight: 600;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card-discount {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.product-card-discount .product-card-discount-text {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    padding: 2px 10px;
    background: var(--color-red);
}

.add-to-basket {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: white;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.add-to-basket.green {
    background-color: var(--primary-color);
}

.add-to-basket.green:hover {
    background-color: var(--primary-color-hover);
}

.add-to-basket.gray {
    background-color: #696763;
}

.product-card-user-action {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 5px 0;
}

.user-action {
    color: #696763;
    font-size: 12px;
    text-decoration: none !important;
}

.user-action:hover,
.user-action:focus,
.user-action:active,
.user-action:visited {
    color: #696763;
    text-decoration: none !important;
}

.user-action:hover,
.user-action.active {
    color: var(--primary-color);
}

.wish-product.active,
.wish-product:hover {
    color: var(--color-red);
}

.product-card-variant-select {
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.user-action:hover,
.user-action.active {
    color: var(--primary-color);
}

.wish-product.active {
    color: var(--color-red);
}


.add-to-cart {
    position: relative;
    z-index: 20;
}

.choose {
    border-top: 1px solid #e8e8e1;
    position: relative;
    z-index: 20;
}

.choose ul li a {
    color: #B3AFA8;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

.choose ul li a i {
    margin-right: 5px;
}

.choose ul li a:hover,
.choose ul li a:active,
.choose ul li a:focus {
    background: none;
    color: #FE980F;
    text-decoration: none;
}

.category-tab {
    overflow: hidden;
}

.category-tab ul {
    background: #40403E !important;
    border-bottom: 1px solid #FE980F !important;
    list-style: none outside none;
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.category-tab ul li a {
    border: 0 none !important;
    color: #B3AFA8;
    display: block !important;
    font-size: 14px !important;
    padding: 10px 8px 10px 8px !important;
    text-transform: uppercase;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.category-tab ul li a:hover,
.category-tab ul li a.active {
    background: var(--primary-color-hover) !important;
    color: #fff !important;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: var(--primary-color-hover);
    border: 0px;
    color: #FFFFFF;
    cursor: default;
    margin-right: 0;
    margin-left: 0;
}

.nav-tabs li.active a {
    background-color: var(--primary-color) !important;
}

.nav-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 0;
}

.recommended_items {
    overflow: hidden;
}

#recommended-item-carousel .carousel-item {
    max-height: 370px;
    overflow: hidden;
}

#recommended-item-carousel .carousel-item .row:first-child {
    padding-left: 11px !important;
}

#recommended-item-carousel .carousel-item .product-card-auto {
    padding-left: 0 !important;
}

#recommended-item-carousel .recommended-item-control {
    position: absolute;
    top: 41%;
    background: none repeat scroll 0 0 #FE980F;
    color: #FFFFFF;
    font-size: 20px;
    padding: 15px;
    z-index: 15;
    width: auto;
    height: 50px;
}

.recommended-item-control:hover {
    background: #ccccc6;
    color: #FFFFFF;
}

#recommended-item-carousel .carousel-indicators {
    z-index: 15;
}

.our_partners {
    overflow: hidden;
}

.our_partners ul {
    background: #F7F7F0;
    margin-bottom: 50px;
}

.our_partners ul li a:hover {
    background: none;
}

/*************************
*******Shop CSS******
**************************/
#advertisement {
    padding-bottom: 45px;
}

#advertisement img {
    width: 100%;
}

.pagination {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
    background-color: #FE980F;
    border-color: #FE980F;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

.pagination li a,
.pagination li span {
    background-color: #f0f0e9;
    border: 0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color: #000;
}

.pagination li a:hover {
    background: #FE980F;
    color: #fff;
}

/*************************
*******Product Details CSS******
**************************/

.product-details {
    overflow: hidden;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 10px;
}

#similar-product {
    margin-top: 40px;
}

#reviews {
    padding-left: 25px;
    padding-right: 25px;
}

.product-details .configurations {
    padding: 20px;
    border: 1px solid #F7F7F0;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.75);

}

.product-details .configurations:hover {
    -webkit-box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.85);

}

.view-product {
    position: relative;
}

.view-product img {
    border: 1px solid #F7F7F0;
    width: 100%;
    object-fit: contain;
}

.view-product h3 {
    background: #FE980F;
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 20px;
    position: absolute;
    right: 0;
}

#similar-product .carousel-inner .item {
    padding-left: 0px;
}

#similar-product .carousel-inner .item img {
    display: inline-block;
    margin-left: 15px;
}

.item-control {
    position: absolute;
    top: 35%;
}

.item-control i {
    background: #FE980F;
    color: #FFFFFF;
    font-size: 20px;
    padding: 5px 10px;
}

.item-control i:hover {
    background: #ccccc6;
}

.product-information {
    border: 1px solid #dcdcd5;
    overflow: hidden;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    position: relative;
}

.newarrival {
    position: absolute;
    top: 0;
    left: 0
}

.product-information h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-top: 0;
}

.product-information p {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.product-information span {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 18px;
}

.product-information span span:not(.clean) {
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-right: 20px;
    margin-top: 0px;
}

.product-information span input {
    border: 1px solid #DEDEDC;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 33px;
    outline: medium none;
    text-align: center;
    width: 50px;
}

.product-information span label {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-right: 5px;
}

.share {
    margin-top: 15px;
}


.cart {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
}


.shop-details-tab {
    border: 1px solid #dcdcd5;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.shop-details-tab .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

#reviews ul {
    background: #FFFFFF !important;
    border: 0 none;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}

#reviews ul li {
    display: inline-block;
    width: 100%;
}

#reviews ul li a {
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-right: 15px;
}

#reviews ul li a i {
    color: #FE980F;
    padding-right: 8px;
}

#reviews ul li a:hover {
    background: #fff;
    color: #FE980F;
}

#reviews p {
    color: #363432;
}

#reviews form span {
    display: block;
}

#reviews form span input {
    background: #F0F0E9;
    border: 0 none;
    color: #A6A6A1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    outline: medium none;
    padding: 8px;
    width: 48%;
}

#reviews form span input:last-child {
    margin-left: 3%;
}

#reviews textarea {
    background: #F0F0E9;
    border: 1px solid #e3e3dc;
    color: #A6A6A1;
    height: 195px;
    margin-bottom: 25px;
    margin-top: 0;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: none;
    width: 99.5%;
}

#reviews button {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/*************************
*******404 CSS******
**************************/

.logo-404 {
    margin-top: 60px;
}

.content-404 h1 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 41px;
    font-weight: 300;
}

.content-404 img {
    margin: 0 auto;
}

.content-404 p {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.content-404 h2 {
    margin-top: 50px;
}

.content-404 h2 a {
    background: #FE980F;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300;
    padding: 8px 40px;
}


/*************************
*******login page CSS******
**************************/

#form {
    display: block;
    margin-bottom: 185px;
    margin-top: 185px;
    overflow: hidden;
}

.login-form h2,
.signup-form h2 {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.login-form form input,
.signup-form form input {
    background: #F0F0E9;
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
    border: solid 1px #F0F0E9;
}

.signup-form form input:focus,
.login-form form input:focus,
.login-form form input:hover,
.signup-form form input:hover {
    border: solid 1px #FE980F;
}

.login-form form span {
    line-height: 25px;
}

.login-form form span input {
    width: 15px;
    float: left;
    height: 15px;
    margin-right: 5px;
}

.login-form form button {
    margin-top: 23px;
}

.login-form form button,
.signup-form form button {
    background: #FE980F;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: 'Roboto', sans-serif;
    padding: 6px 25px;
}

.login-form label input {
    border: medium none;
    display: inline-block;
    height: 0;
    margin-bottom: 0;
    outline: medium none;
    padding-left: 0;
}

.or {
    background: #FE980F;
    border-radius: 40px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 15px auto;
    text-align: center;
    width: 50px;
    flex-shrink: 0;
}

/* OR column layout */
.or-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Vertical dividers (desktop only) */
.vertical-divider {
    width: 1px;
    border-right: 1px solid #E6E4DF;
    margin: 0 auto;
}

.vertical-divider--top {
    height: 60px;
    margin-top: 55px;
}

.vertical-divider--bottom {
    flex: 1;
    min-height: 80px;
}

/* Cart login helpers (extracted from inline styles) */
.cart-authenticated-greeting {
    padding: 60px 20px;
}

.cart-login-form {
    padding-top: 20px;
}

.form-label-no-margin {
    margin-bottom: 0;
}

.cart-submit-btn {
    padding-left: 0;
    padding-right: 0;
    float: none;
}

/* Checkbox margin top utility */
.checkbox-mt {
    margin-top: 5px;
}

/* Social auth label */
.auth-via-label {
    text-transform: uppercase;
}

.auth-via-mt {
    margin-top: 10px;
}

/*************************
*******Cart CSS******
**************************/

#do_action {
    margin-bottom: 10px;
}

.breadcrumbs {
    position: relative;
}

.breadcrumbs .breadcrumb {
    background: transparent;
    margin-bottom: 5px;
    padding-left: 0;
    padding-top: 0;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
}

.breadcrumbs .breadcrumb li {
    float: none !important;
    white-space: nowrap;
    flex-shrink: 0;
}

.breadcrumbs .breadcrumb li:last-child {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs .breadcrumb li a {
    background: #FE980F;
    color: #FFFFFF;
    padding: 3px 7px;
    position: relative;
}

.breadcrumbs .breadcrumb li a:after {
    content: "";
    height: auto;
    width: auto;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #FE980F;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -13px;
}

.breadcrumbs .breadcrumb>li+li:before {
    content: " ";
}

#cart_items .cart_info {
    border: 1px solid #E6E4DF;
    margin-bottom: 50px
}

#cart_items .cart_info .cart_menu,
#cart_items .cart_info .cart_menu td {
    background: #FE980F !important;
    color: #fff !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

#cart_items .cart_info .table.table-condensed thead tr {
    height: 51px;
}


#cart_items .cart_info .table.table-condensed tr {
    border-bottom: 1px solid #F7F7F0;
}

#cart_items .cart_info .table.table-condensed tr:last-child {
    border-bottom: 0
}

.cart_info table tr td {
    border-top: 0 none;
    vertical-align: middle;
    display: table-cell;
    border-bottom: 0;
}

.cart_info table tr td>* {
    display: flex;
    align-items: center;
    height: 100%;
}

.cart_info table tr td.cart_quantity {
    display: table-cell;
}

.cart_info table tr td.cart_quantity>div {
    display: flex;
    align-items: center;
}


#cart_items .cart_info .image {
    padding-left: 30px;
}

#cart_items .cart_info .cart_description {
    white-space: inherit !important;
    min-width: 150px;
}

#cart_items .cart_info .cart_description h4 {
    margin-bottom: 0;
}

#cart_items .cart_info .cart_description h4 a {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: normal;

}

#cart_items .cart_info .cart_description h4 a:hover {
    color: #6b6967;
}

#cart_items .cart_info .cart_description p {
    color: #696763;
    margin-bottom: 0;
}

#cart_items .cart_info .cart_price p {
    color: #696763;
    font-size: 18px;
    margin-bottom: 0;
}

#cart_items .cart_info .cart_total_price {
    color: #FE980F;
    font-size: 24px;
    margin-bottom: 0;
}

#cart_items .cart_info .total-price {
    font-size: 18px;
    color: #292b2c;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#cart_items .cart_info .total-price .total-price-value {
    color: #333;
    font-weight: bold;
}

#cart_items .cart_info .total-price .total-price-discount {
    font-weight: bold;
}

#cart_items .cart_info .total-price .total-price-vat {
    color: #888;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

.cart_product {
    display: block;
}

.cart_quantity_button {
    display: flex;
    align-items: center;
}

.cart_quantity_button a {
    text-decoration: none;
    background: #F0F0E9;
    color: #696763;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 35px;
    width: 35px;
}

.cart_quantity_button a:hover {
    background: #dbdbd4;
}

.cart_quantity_input {
    color: #696763;
    font-size: 16px;
    height: 35px;
    text-align: center;
    font-family: 'Roboto', sans-serif;

}

.cart_delete {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_info table tr .cart_delete a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F0E9;
    color: #FFFFFF;
    font-size: 18px;
    height: 32px !important;
    width: 32px !important;
    border-radius: 0;
}

.cart_info table tr .cart_delete a:hover {
    background: #FE980F
}

.bg h2.title {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}

.heading h3 {
    color: #363432;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.heading p {
    color: #434343;
    font-size: 16px;
    font-weight: 300;
}

#do_action .total_area {
    padding-bottom: 18px !important;
}

#do_action .total_area,
#do_action .chose_area {
    border: 0;
    color: #696763;
}

.total_area ul li {
    background: #E6E4DF;
    color: #696763;
    margin-top: 10px;
    padding: 7px 20px;
}


.user_option label {
    color: #696763;
    font-weight: normal;
    margin-left: 10px;
}

.user_info {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
}

.user_info label {
    color: #696763;
    display: block;
    font-size: 15px;
    font-weight: normal;

}

.user_info .single_field {
    width: 31%
}

.user_info .single_field.zip-field input {
    background: transparent;
    border: 1px solid#F0F0E9
}

.user_info>li {
    float: left;
    margin-right: 10px
}

.user_info input,
select,
textarea {
    background: #F0F0E9;
    border: 0;
    color: #696763;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    resize: none
}

.user_info select:focus {
    border: 0
}


.chose_area .update {
    margin-left: 40px;
}

.update,
.check_out {
    background: #FE980F;
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 18px;
    border: none;
    padding: 5px 15px;
}

.update {
    margin-left: 40px;
}

.check_out {
    margin-left: 20px
}

/*************************
*******checkout CSS******
**************************/

.step-one {
    margin-bottom: -10px
}

.register-req,
.step-one .heading {
    background: none repeat scroll 0 0 #F0F0E9;
    color: #363432;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px 25px;
    font-family: 'Roboto', sans-serif;
}

.checkout-options {
    padding-left: 20px
}


.checkout-options h3 {
    color: #363432;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.checkout-options p {
    color: #434343;
    font-weight: 300;
    margin-bottom: 25px;
}

.checkout-options .nav li {
    float: left;
    margin-right: 45px;
    color: #696763;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.checkout-options .nav label {
    font-weight: normal;
}

.checkout-options .nav li a {
    color: #FE980F;
    font-size: 18px;
    font-weight: normal;
    padding: 0
}

.checkout-options .nav li a:hover {
    background: inherit;
}

.checkout-options .nav i {
    margin-right: 10px;
    border-radius: 50%;
    padding: 5px;
    background: #FE980F;
    color: #fff;
    font-size: 14px;
    padding: 2px 3px;
}


.register-req {
    font-size: 14px;
    font-weight: 300;
    padding: 15px 20px;
    margin-top: 35px;

}

.register-req p {
    margin-bottom: 0
}

.shopper-info p,
.bill-to p,
.order-message p {
    color: #696763;
    font-size: 20px;
    font-weight: 300
}

.shopper-info .btn-primary {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    margin-right: 15px;
    margin-top: 20px;
}

.form-two,
.form-one {
    float: left;
    width: 47%
}

.shopper-info>form>input,
.form-two>form>select,
.form-two>form>input,
.form-one>form>input {
    background: #F0F0E9;
    border: 0 none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 300
}

.form-two>form>select {
    padding: 10px 5px
}

.form-two {
    margin-left: 5%
}

.order-message textarea {
    font-size: 12px;
    height: 335px;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.order-message label {
    font-weight: 300;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
    font-size: 14px
}


.review-payment h2 {
    color: #696763;
    font-size: 20px;
    font-weight: 300;
    margin-top: 45px;
    margin-bottom: 20px
}

.payment-options {
    margin-bottom: 125px;
    margin-top: -25px
}

.payment-options span label {
    color: #696763;
    font-size: 14px;
    font-weight: 300;
    margin-right: 30px;
}

#cart_items .cart_info .table.table-condensed.total-result {
    margin-bottom: 10px;
    margin-top: 35px;
    color: #696763
}

#cart_items .cart_info .table.table-condensed.total-result tr {
    border-bottom: 0
}

#cart_items .cart_info .table.table-condensed.total-result span {
    color: #FE980F;
    font-weight: 700;
    font-size: 16px
}

#cart_items .cart_info .table.table-condensed.total-result .shipping-cost {
    border-bottom: 1px solid #F7F7F0;
}

/*************************
*******Blog CSS******
**************************/

.blog-post-area,
.page-box {
    background: #F8F8F4;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.blog-post-area .single-blog-post h3 {
    color: #696763;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 17px;
}

.blog-post-area .single-blog-post a img {
    border: 1px solid #F7F7F0;
    width: 100%;
    margin-bottom: 30px
}

.blog-post-area .single-blog-post p {
    color: #363432
}

.blog-post-area .post-meta {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}

.blog-post-area .post-meta ul {
    padding: 0;
    display: inline;
}

.blog-post-area .post-meta ul li {
    background: #F0F0E9;
    float: left;
    margin-right: 10px;
    padding: 0 5px;
    font-size: 11px;
    color: #393b3b;
    position: relative;
}

.blog-post-area .post-meta ul li i {
    background: #FE980F;
    color: #FFFFFF;
    margin-left: -4px;
    margin-right: 7px;
    padding: 4px 7px;
}

.sinlge-post-meta li i:after,
.blog-post-area .post-meta ul li i:after {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    border-color: transparent transparent transparent #FE980F;
    border-width: 4px;
    border-style: solid;
    top: 6px;
    left: 24px
}

.blog-post-area .post-meta ul span {
    float: right;
    color: #FE980F
}

.post-meta span {
    float: right;
}

.post-meta span i {
    color: #FE980F
}

.blog-post-area .single-blog-post .btn-primary {
    background: #FE980F;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
}

.btn-primary:hover {
    background: #FDB45E !important;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-secondary,
.btn-default {
    background: #F0F0E9;
    border: medium none;
    border-radius: 0;
    color: #696763;
}

.btn-default:hover,
.btn-secondary:hover {
    background: #d1d1ca;
}

.pagination-area {
    margin-bottom: 45px;
    margin-top: 45px
}

.pagination-area .pagination li a {
    background: #F0F0E9;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    margin-right: 5px;
    padding: 4px 12px;
}

.pagination-area .pagination li a:hover,
.pagination-area .pagination li .active,
.pagination li.active a {
    background: #FE980F;
    color: #fff
}

/*************************
*******Blog Single CSS******
**************************/

.pager-area {
    overflow: hidden;
}

.pager-area .pager li a {
    background: #F0F0E9;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-size: 12px;
    font-weight: 700;
    padding: 4px;
    text-transform: uppercase;
    width: 57px;
}

.pager-area .pager li a:hover {
    background: #FE980F;
    color: #fff
}

.rating-area {
    border: 1px solid #F7F7F0;
    direction: block;
    overflow: hidden;
}

.rating-area ul li {
    float: left;
    padding: 5px;
    font-size: 12px
}

.rating-area .ratings {
    float: left;
    padding-left: 0;
    margin-bottom: 0
}

.rating-area .ratings li i {
    color: #CCCCCC
}

.rating-area .rate-this {
    color: #363432;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.rating-area .ratings .color,
.rating-area .color {
    color: #FE980F
}

.rating-area .tag {
    float: right;
    margin-bottom: 0;
    margin-right: 10px;
}

.rating-area .tag li {
    padding: 5px 2px;
}

.rating-area .tag li span {
    color: #363432;
}

.commnets .media-object {
    margin-right: 15px;
    width: 100%;
}

.commnets {
    border: 1px solid #F7F7F0;
    padding: 18px 18px 18px 0;
    margin-bottom: 50px
}

.commnets .pull-left {
    margin-right: 22px
}

.commnets p,
.response-area p,
.replay-box p {
    font-size: 12px
}

.media-heading {
    color: #363432;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px
}

.blog-socials {
    margin-bottom: -9px;
    margin-top: 14px;
}

.blog-socials ul {
    padding-left: 0;
    overflow: hidden;
    float: left;
}

.blog-socials .btn.btn-primary {
    margin-top: 0;
}

.blog-socials ul li {

    float: left;
    height: 17px;
    margin-right: 5px;
    text-align: center;
    width: 17px;
}

.blog-socials ul li a {
    color: #393B3B;
    display: block;
    font-size: 10px;
    padding: 1px;
    background: #F0F0E9;
}

.blog-socials ul li a:hover {
    color: #fff;
    background: #FE980F
}

.media-list .btn-primary,
.commnets .btn-primary {
    background: #FC9A11;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    padding: 1px 7px;
    text-transform: uppercase;
}

.response-area h2 {
    color: #363432;
    font-size: 20px;
    font-weight: 700;
}

.response-area .media {
    border: 1px solid #dcdcd5;
    padding: 18px 18px 18px 0;
    margin-bottom: 27px
}

.response-area .media img {
    height: 102px;
    width: 100%;
}

.response-area .media .pull-left {
    margin-right: 25px
}

.response-area .second-media {
    margin-left: 5%;
    width: 95%;
}

.sinlge-post-meta {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 15px
}

.sinlge-post-meta li {
    background: #F0F0E9;
    color: #363432;
    float: left;
    font-size: 10px;
    font-weight: 700;
    margin-right: 10px;
    padding: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

.sinlge-post-meta li i {
    background: #FE980F;
    color: #FFFFFF;
    margin-right: 10px;
    padding: 8px 10px;
}

.sinlge-post-meta li i:after {
    top: 7px;
    border-width: 6px;
    left: 27px;
}


.replay-box {
    margin-bottom: 30px;
    margin-top: 20px;
}

.replay-box h2 {
    font-weight: 700;
    font-size: 20px;
    color: #363432;
    margin-top: 0;
    margin-bottom: 45px
}

.replay-box label {
    background: #FE980F;
    color: #FFFFFF;
    margin-bottom: 7px;
    margin-top: 10px;
    padding: 3px 15px;
    float: left;
    font-weight: 400;
}

.replay-box span {
    color: #FE980F;
    float: right;
    font-weight: 700;
    margin-top: 21px;
}

.replay-box form input[type="text"] {
    background: #F0F0E9;
    border: 1px solid #e3e3dc;
    color: #ADB2B2;
    font-size: 12px;
    padding: 8px;
    width: 100%;
}

.replay-box form input[type="text"]:hover,
.replay-box form input[type="text"]:focus,
.replay-box textarea:hover,
.replay-box textarea:focus {
    border: 1px solid #FE980F !important;
}

.replay-box textarea {
    padding: 10px;
    border: 1px solid #e3e3dc;
}

.replay-box label {
    position: relative;
}

.replay-box label:after {
    margin-bottom: 0;
}

.replay-box label:after {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 8px;
    border-color: #FE980F transparent transparent transparent;
    top: 27px;
    left: 5px
}

.btn.btn-primary,
.btn.btn-success {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
}

/*************************
******* Contact CSS ********
**************************/

.contact-map {
    width: 100%;
    height: 385px;
}

.contact-info .heading,
.contact-form .heading {
    text-transform: capitalize;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

#contact-page .form-control::-moz-placeholder {
    color: #8D8D8D;
}

#contact-page .form-control {
    background-color: #F0F0E9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    color: #696763;
    height: 46px;
    padding: 6px 12px;
    width: 100%;
    font-size: 16px;
    box-shadow: inherit;
}

#contact-page #message {
    height: 160px;
    resize: none;
    padding: 12px;
}

#main-contact-form .btn-primary {
    margin-bottom: 15px;
    margin-top: 20px;
}

#contact-page .form-control:focus,
#contact-page .form-control:hover {
    box-shadow: inherit;
    border-color: #FDB45E;
}

#contact-page .contact-info {
    padding: 0 20px;
}

#contact-page .contact-info address {
    margin-bottom: 40px;
    margin-top: -5px;
}

#contact-page .contact-info p {
    margin-bottom: 0;
    color: #696763;
    font-size: 16px;
    line-height: 25px;
}

.social-networks {
    overflow: hidden;
    text-align: center;
}

.social-networks ul {
    margin-top: -5px;
    padding: 0;
    display: inline-block;
}

.social-networks ul li {
    float: left;
    text-decoration: none;
    list-style: none;
    margin-right: 20px;
}

.social-networks ul li:last-child {
    margin-right: 0;
}

.social-networks ul li a {
    color: #999;
    font-size: 25px;
}

.contact-info .social-networks ul li a i {
    background: none;
}

.contact-info .social-networks ul li a:hover {
    color: #FE980F;
}

.product-gallery-title {
    margin-top: 20px;
}

#product-image-gallery {
    margin-top: 0;
}

#product-image-gallery a {
    border: 1px solid #F7F7F0;
}

#product-image-gallery a.zoomGalleryActive {
    border: 1px solid #484845 !important;
}

#details div ul,
#details div ul li {
    background: transparent !important;
    border-bottom: 0 !important;
}

.errorSummary {
    width: 100%;
    background: #f2dede;
    padding: 10px;
    margin: 10px 0;
    color: #A9443E;
}

.errorSummary p {
    font-weight: bold;
    margin-bottom: 0px;
}

.errorSummary ul {
    padding-left: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.items>span.empty {
    font-size: 18px;
    text-align: center;
    margin: 15px auto 45px;
    display: block;
}

.title-faq {
    font-size: 20px !important;
    color: #696763;
}

.title-faq:focus {
    color: #696763;
}

.form-default-inputs p,
.bill-to p,
.order-message p {
    color: #696763;
    font-size: 20px;
    font-weight: 300
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-default-inputs .btn-primary {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    margin-right: 15px;
    margin-top: 20px;
}

.form-default-inputs .form-group {
    margin-bottom: 5px;
}

.chart-submit-order {
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    background: #FE980F;
    border-radius: 0;
    border: 0;
}

.chart-submit-order:hover,
.chart-submit-order:focus {
    background: #FDB45E;
}

.form-default-inputs input.form-control,
.form-default-inputs select.form-control,
.form-default-inputs textarea.form-control {
    border-radius: 0;
    background: #F0F0E9;
    border: 0 none;
    padding: 10px;
    width: 100%;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #696763;
    display: block;
    height: 35px;
    outline: medium none;
}

.form-default-inputs select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
    min-height: 35px;
    padding: 6px 30px 6px 10px;
    /* Adjusted padding-right from 25px to 30px */
    line-height: normal;
}

.form-default-inputs input[type="button"],
.form-default-inputs input[type="submit"] {
    background: #FE980F;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: 'Roboto', sans-serif;
    padding: 6px 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.form-default-inputs input[type="button"]:hover,
.form-default-inputs input[type="submit"]:hover {
    background: #FDB45E;
}

.form-default-inputs input.form-control:focus,
.form-default-inputs select.form-control:focus,
.form-default-inputs textarea.form-control:focus {
    outline: .2em solid #FDB45E !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.errorMessage {
    color: red;
    font-size: 11px;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-b-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-t-b-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-10 {
    margin-top: 10px;
}

.p-t-b-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.p-t-b-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-t-b-6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.p-t-b-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-t-b-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-l-r-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-l-r-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-3 {
    padding: 3px !important;
}

.m-r-5 {
    margin-right: 5px;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-5 {
    margin-left: 5px;
}

.default-input {
    width: 70px;
}

.form-control {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 35px;
}

.nav.nav-tabs {
    height: auto;
}

.basket-item {
    border-bottom: solid 1px #a8a8a8;
}

.filter {
    font-size: 16px;
}

.custom-control-input:active~.custom-control-indicator {
    background-color: #FE980F;
}

.custom-control-input:checked~.custom-control-indicator {
    background-color: #FE980F;
}

.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #FE980F;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.hidden-sm-xs {
    display: none;
}

@media screen and (min-width: 768px) {
    .hidden-sm-xs {
        display: block;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    z-index: 500;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FE980F;
    -webkit-animation: sk-foldCubeAngle 2s infinite linear both;
    animation: sk-foldCubeAngle 2s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

#cart-small-preview,
#login-small-preview {
    display: none;
    position: absolute;
    background: #FFF;
    left: 15px;
    top: 45px;
    padding: 25px;
    min-height: 150px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% - 30px);
    border-radius: 15px;
    -webkit-box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.75);
}

#login-small-preview {
    width: 350px;
    right: 15px;
    left: auto;
}

@media (max-width: 767px) {
    #cart-small-preview {
        padding: 15px;
        overflow-x: hidden;
    }

    #cart-small-preview .table-responsive {
        overflow-x: hidden;
    }

    #cart-small-preview table td:not(.hidden-sm-down),
    #cart-small-preview table th:not(.hidden-sm-down) {
        min-width: 0 !important;
        width: auto !important;
        display: table-cell !important;
        white-space: normal !important;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    #cart-small-preview .cart_product img {
        max-width: 50px;
        height: auto;
    }
}

.sticky-menu:not(.is-sticky) #cart-small-preview,
.sticky-menu:not(.is-sticky) #login-small-preview {
    max-height: calc(100vh - 100px);
}

.cart-wrapper:not(.no-preview):hover #cart-small-preview,
.cart-wrapper:not(.no-preview):focus-within #cart-small-preview,
.cart-wrapper:not(.no-preview).is-open #cart-small-preview,
.login-wrapper:not(.no-preview):hover #login-small-preview,
.login-wrapper:not(.no-preview):focus-within #login-small-preview,
.login-wrapper:not(.no-preview).is-focused #login-small-preview,
.login-wrapper:not(.no-preview).is-open #login-small-preview {
    display: block;
    background: #FFF;
    z-index: 1110;
}

#shop-search-preview {
    display: none;
    position: absolute;
    padding: 25px;
    min-height: 150px;
    -webkit-box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0 15px -5px rgba(0, 0, 0, 0.75);
}

.cart_preview_parent,
.cart_preview_parent tr td {
    color: #FE980F !important;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #E6E4DF;
}

.caption .btn {
    white-space: normal;
}

@media (max-width: 1199px) {
    .table-responsive {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

.carousel-control-prev,
.carousel-control-next {
    cursor: pointer;
    color: #C4C4BE;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
    cursor: pointer;
    color: #FE980F;
}

/*.usa:active, .usa.active {*/
/*background: none repeat scroll 0 0 #FE980F;*/
/*box-shadow: inherit;*/
/*outline: 0 none;*/
/*}*/

.faq .card,
.faq .card .card-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */

div.star-rating,
div.star-rating a {
    background: url(../images/stars.png) no-repeat 0 0px;
    background-size: 15px auto;
}

div.star-rating {
    width: 15px;
    height: 15px;
}

div.star-rating a {
    display: block;
    width: 15px;
    height: 15px;
    background-position: 0 0px;
    border: 0;
}

div.star-rating-on a {
    background-position: 0 -15px !important
}

div.star-rating-hover a {
    background-position: 0 -30px
}

/* Read Only CSS */
div.star-rating-readonly a {
    cursor: default !important
}

/* Partial Star CSS */
div.star-rating {
    background: transparent !important;
    overflow: hidden !important
}

/* END jQuery.Rating Plugin CSS */

.cookie-message {
    bottom: 0 !important;
}

@media(max-width:768px) {
    .btn-sm-block {
        display: block;
        width: 100%
    }
}

@media(min-width:768px) {

    /*sm */
    .btn-sm-block {
        display: block;
        width: 100%
    }
}

@media(min-width:992px) {
    /*md*/

}

@media(max-width:990px) {

    /*md*/
    #navbarTogglerMainMenu {
        padding-top: 30px;
    }
}

@media(min-width:1200px) {
    /* lg */

}

.paymentMethodsIcons {
    font-size: 30px;
}

/*************************
*******Social Auth******
**************************/
.auth-via a {
    font-size: 35px;
    color: #696763;
    padding: 0 15px;
}

.auth-via a.facebook:hover {
    color: #2C80D3 !important;
}

.auth-via a.google:hover {
    color: red !important;
}

.auth-via a.twitter:hover,
.auth-via a.x-twitter:hover {
    color: #00acee !important;
}

/*************************
*******Cart Checkbox Styling******
**************************/
.cart_checkbox .custom-control-indicator {
    width: 32px !important;
    height: 32px !important;
    background-color: #F0F0E9 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 5px 7px !important;
}

.cart_checkbox .custom-control-input:checked~.custom-control-indicator {
    background-color: #FE980F !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E") !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.cart_checkbox .custom-control-input:hover~.custom-control-indicator {
    background-color: #FE980F !important;
}


/* Auth form inputs (login/register/remind) inside the customer step */
.login-form input,
.login-form select,
.login-form textarea,
.signup-form input,
.signup-form select,
.signup-form textarea,
.remind-form input,
.remind-form select,
.remind-form textarea {
    border-radius: 0;
    background: #F0F0E9;
    border: 0 none;
    padding: 8px 12px;
    width: 100%;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #696763;
    display: block;
    height: 35px;
    outline: medium none;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.login-form input:focus,
.login-form select:focus,
.login-form textarea:focus,
.signup-form input:focus,
.signup-form select:focus,
.signup-form textarea:focus,
.remind-form input:focus,
.remind-form select:focus,
.remind-form textarea:focus {
    outline: .2em solid #FDB45E !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.login-form input[type="checkbox"]:focus,
.signup-form input[type="checkbox"]:focus,
.remind-form input[type="checkbox"]:focus,
.login-form input[type="radio"]:focus,
.signup-form input[type="radio"]:focus,
.remind-form input[type="radio"]:focus {
    outline: none !important;
}

.login-form input[type="checkbox"],
.signup-form input[type="checkbox"],
.remind-form input[type="checkbox"],
.login-form input[type="radio"],
.signup-form input[type="radio"],
.remind-form input[type="radio"] {
    height: auto;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
}

.cart_checkbox .custom-control {
    min-height: 32px;
}

/*************************
*******Placeholder Styling******
**************************/
::placeholder {
    color: #ababab !important;
    opacity: 0.6 !important;
}

.form-control::placeholder {
    color: #ababab !important;
    opacity: 0.6 !important;
}

/* Fix for intl-tel-input width */
.iti {
    width: 100%;
    display: block;
}

.iti .form-control {
    width: 100% !important;
}


.more-compare {
    cursor: pointer;
}

.compare-block-product {
    margin: 0 auto;
    float: none;
    width: 230px;
}

.compare-product-card {
    position: relative;
    padding-bottom: 180px;
}

.compare-form-box {
    position: absolute;
    bottom: 0;
}

.compare-product,
.wish-product {
    color: var(--color-top-menu-color);
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

.wish-product span,
.compare-product span {
    font-size: 12px;
}

.wish-product:focus,
.compare-product:focus {
    color: var(--color-top-menu-color);
    text-decoration: none;
}

.compare-product.active,
.compare-product:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.wish-product.active,
.wish-product:hover,
.wish-product:active {
    color: var(--color-red);
    text-decoration: none;
}

.compare-table .compare-row:hover {
    background: rgba(37, 95, 186, 0.08);
}

.compare-table .colhead>.attr {
    width: 20%;
    min-width: 175px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.compare-table .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.compare-table .compare-row .attr {
    border-left: 0;
    text-align: right;
    padding-right: 20px;
}

.compare-table .colhead td {
    border-top: 0 !important;
}

.compare-table .colhead td,
.compare-table .compare-row td {
    border: solid 1px #c1c0c0;
}

.compare-table .no-border-first {
    border-left: 0;
    border-top: 0;
}

/* Categories Menu Styles from ecomm02 */
.product-categories-menu {
    padding-left: 0;
    margin-bottom: 0;
    height: auto;
    min-height: 320px;
    background: #FFF;
}

.categories-menu.absolute .child-menu-container {
    border: solid 1px #d2d2d2;
    box-shadow: 2px 2px 15px -13px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 2px 2px 15px -13px rgba(0, 0, 0, 1);
    -moz-box-shadow: 2px 2px 15px -13px rgba(0, 0, 0, 1);
    height: auto;
    min-height: 340px;
}

.product-categories-menu li>a {
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #696763;
    /* Adapted color */
    padding-left: 10px;
}

.product-categories-menu li.parent-menu-item>a {
    padding-right: 45px;
}

.product-categories-menu ol,
ul {
    list-style: none;
}

.product-categories-menu li:active>a,
.product-categories-menu li:hover>a {
    width: 100%;
    display: block;
    text-decoration: none;
}

.product-categories-menu li {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #e3e3e3;
    background: #FFF;
}

.product-categories-menu li:hover,
.product-categories-menu li:active {
    border-right: 0;
}

.product-categories-menu li:hover>a {
    color: #FE980F;
    /* Adapted color */
    background: #f0f0e9;
    /* Adapted background */
}

.product-categories-menu li:hover .menu-parent-arrow {
    display: block;
}

.product-categories-menu li:last-child {
    border-bottom: 0;
}

.links-block .sub-parent-links {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    /* Better for wrapped text */
    padding-bottom: 5px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.links-block .sub-parent-links-sub {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    /* Better for wrapped text */
    padding-left: 5px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.links-block .sub-parent-links:hover,
.links-block .sub-parent-links-sub:hover {
    color: #FE980F;
}

.parent-menu-item>div.child-menu-container {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    height: auto;
    min-height: 320px;
    background-color: #f6f6f6;
    z-index: 1001;
    /* Width = remaining container width after the left ~25% menu column.
       Container is ~1170px max, left col is ~280px, so we take the rest. */
    width: calc(100% * 3);
    /* User manually changed this from 2.7 previously, so I'm reverting it */
    max-width: 840px;
    padding: 15px;
    box-shadow: 2px 2px 15px -13px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 2px 2px 15px -13px rgba(0, 0, 0, 1);
    -moz-box-shadow: 2px 2px 15px -13px rgba(0, 0, 0, 1);
    /* 3-column flex grid for .links-block items */
    display: none;
    flex-wrap: wrap;
    align-content: flex-start;
}

.parent-menu-item:active>div.child-menu-container,
.parent-menu-item:hover>div.child-menu-container {
    display: flex;
}

/* 3-column grid inside child panel (col-4 equivalent) */
.parent-menu-item>div.child-menu-container>div.links-block {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-right: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.categories-menu.absolute .product-categories-menu {
    box-shadow: 2px 2px 15px -7px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 2px 2px 15px -7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 2px 2px 15px -7px rgba(0, 0, 0, 1);
}

/* Helper class for hidden */
.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .main-search input {
        display: none;
    }

    .main-search .input-group {
        width: auto;
    }

    .contact-text {
        display: none;
    }

    .lang-label {
        display: none;
    }

    .sticky-menu .logo {
        margin-right: 5px;
    }
}

@media (max-width: 480px) {

    .shop-menu>a,
    .shop-menu>.cart-wrapper,
    .shop-menu>.login-wrapper {
        padding: 0 5px;
    }
}

.sticky-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

/* ===== Step 3: Summary & Payment ===== */

.step3-wrapper {
    margin-bottom: 0;
}

.step3-section {
    margin-bottom: 30px;
}

.step3-heading {
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.step3-payment-label {
    font-size: 16px;
}

.step3-payment-desc {
    padding-left: 17px;
    font-size: 14px;
    margin-top: 5px;
    color: #696763;
}

/* Order Summary rows */
.step3-summary {
    font-size: 15px;
    line-height: 2;
}

.step3-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step3-summary-label {
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
}

.step3-summary-value {
    color: #333;
    font-weight: 500;
}

.step3-summary-discount .orderDiscount {
    color: #e74c3c;
}

.step3-summary-discount {
    color: #e74c3c;
}

.step3-summary-total {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #E6E4DF;
    font-size: 17px;
    font-weight: 700;
}

.step3-summary-total .step3-summary-label,
.step3-summary-total .step3-summary-value {
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

.step3-vat-note {
    font-size: 13px;
    color: #afafaf;
    margin-top: -6px;
    text-align: right;
}

/* ToS */
.step3-tos-label {
    font-size: 15px;
}

/* Submit button */
.step3-submit-btn {
    width: 100%;
    font-size: 18px;
    padding: 12px;
    float: none;
}

/* ===== btn-default: darken grey on hover ===== */
.btn-default:hover,
.btn-default:focus {
    background: #c8c8c8 !important;
    border-color: #b0b0b0 !important;
    color: #333 !important;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease;
}

.btn-default:active {
    background: #b0b0b0 !important;
    border-color: #999 !important;
    color: #333 !important;
}

/* ===== btn-primary / btn-success: subtle orange on hover ===== */
.btn-primary:hover,
.btn-primary:focus,
.btn-success:hover,
.btn-success:focus {
    background: rgba(254, 152, 15, 0.9) !important;
    border-color: rgba(254, 152, 15, 0.9) !important;
    color: #fff !important;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease;
}

.btn-primary:active,
.btn-success:active {
    background: rgba(254, 152, 15, 0.8) !important;
    border-color: rgba(254, 152, 15, 0.8) !important;
    color: #fff !important;
}

/* ===== Delivery free-from hint ===== */
.delivery-free-from {
    display: block;
    font-size: 12px;
    color: #adadad;
    margin-top: 2px;
}

/* Free shipping label in step 3 summary */
.step3-shipping-free {
    text-transform: uppercase;
    color: #e74c3c;
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* ===== Header Login Hover Panel ===== */

/* Strip the large h2 heading inside the panel */
#login-small-preview .login-form h2 {
    font-size: 15px;
    margin-bottom: 12px;
}

/* Inputs inside the panel */
#login-small-preview .login-form input[type="text"] {
    border-radius: 0;
    background: #F0F0E9;
    border: 0 none;
    height: 36px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

#login-small-preview .login-form input[type="text"]:focus {
    outline: 0.2em solid #FDB45E !important;
    box-shadow: none;
}

.login-preview-inner {
    color: #292b2c;
}

/* Social auth row */
.login-preview-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px 14px 0;
}

.login-preview-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #f0f0ea;
    color: #555;
    font-size: 13px;
    transition: background 0.18s, color 0.18s;
    white-space: nowrap;
}

.login-preview-social-btn:hover {
    background: #FE980F;
    color: #fff;
}

/* Divider */
.login-preview-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px 0;
    font-size: 11px;
    color: #adadad;
    text-transform: uppercase;
}

.login-preview-divider::before,
.login-preview-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e6e4df;
}

/* ===== Categories dropdown panel (triggered by SHOP click) ===== */
/* Zero-height wrapper so the panel overlays without pushing content down */
.ecomm01-categories-wrap {
    position: relative;
    height: 0;
    overflow: visible;
    z-index: 1000;
}

/* Left column inside container — aligns panel with content grid */
.ecomm01-categories-col {
    position: relative;
    width: 25%;
    padding: 0;
    /* Prevent child-menu-container from escaping the container */
    overflow: visible;
}

/* The dropdown panel (left column, ~25% container width) */
.ecomm01-categories-wrap .categories-menu.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #FFF;
    box-shadow: 2px 6px 20px -8px rgba(0, 0, 0, 0.45);
    font-size: 14px;
    /* overflow must be visible so child-menu-container (left:100%) isn't clipped */
    overflow: visible;
}

/*
 * Category panel: always position:fixed so it stays below the header
 * on both desktop and mobile, even when the header goes sticky.
 * left / width / top / max-height are all injected by positionCategoryPanel().
 */
#categories-menu-panel {
    position: fixed !important;
    z-index: 1050;
    overflow: visible;
    /* desktop needs visible for the hover flyout */
    box-shadow: 2px 6px 20px -8px rgba(0, 0, 0, 0.45);
    background: #FFF;
    font-size: 14px;
}

@media (max-width: 740px) {
    #categories-menu-panel {
        /* Enable scrolling on the panel if content exceeds max-height */
        overflow-y: auto !important;
        /* Ensure it can shrink to fit content */
        display: flex;
        flex-direction: column;
    }

    .product-categories-menu {
        min-height: 0 !important;
        flex: 1 1 auto;
    }
}

#categories-menu-panel>ul.product-categories-menu {
    overflow-y: auto;
    max-height: inherit;
}


/* ===== Mobile: ≤740px — slide-over submenu ===== */
@media (max-width: 740px) {
    .ecomm01-categories-col {
        width: 100%;
    }

    /* No hover flyout on small screens */
    .parent-menu-item>div.child-menu-container {
        display: none !important;
    }

    /* Mobile: clip the sliding subview, add heavier shadow */
    #categories-menu-panel {
        overflow: hidden;
        box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.28);
        /* Use grid to stack main menu and subview so both contribute to height */
        display: grid;
        grid-template-areas: "overlay";
        height: auto;
    }

    /* Remove the forced 320px floor — let content drive height, scroll if needed */
    #categories-menu-panel>ul.product-categories-menu {
        grid-area: overlay;
        position: relative;
        z-index: 1;
        min-height: 0;
        height: auto;
        max-height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ——— Caret on parent items: visible on ALL screen sizes ——— */
.cat-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #aaa;
    font-style: normal;
    line-height: 40px;
    cursor: pointer;
    pointer-events: all;
    /* always clickable — JS guards desktop via innerWidth */
    flex-shrink: 0;
}

.cat-caret:hover {
    color: #FE980F;
}

/* ——— Slide-over subview ——— */
.cat-mobile-subview {
    /* Hidden (off-screen) by default — only rendered on mobile by JS */
    grid-area: overlay;
    position: relative;
    /* top/left/right adjusted for grid stacking */
    margin-left: 20px;
    /* height will stretch to panel content */
    height: auto;
    max-height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    z-index: 10;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: -3px 0 12px -4px rgba(0, 0, 0, 0.18);
}

.cat-mobile-subview.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* ——— Back button ——— */
.cat-back-btn {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 600;
    color: #FE980F;
    cursor: pointer;
    border-bottom: 2px solid #e3e3e3;
    background: #fafaf7;
    gap: 6px;
    user-select: none;
}

.cat-back-btn:hover,
.cat-back-btn:active {
    background: #f0f0e9;
}

/* ——— Subview content items ——— */
.cat-mobile-subview .links-block {
    width: 100%;
    max-width: 100%;
    flex: none;
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 10px;
}

.cat-mobile-subview .sub-parent-links {
    display: block;
    color: #333;
    font-weight: 600;
    padding: 4px 0;
}

.cat-mobile-subview .sub-parent-links-sub {
    display: block;
    color: #696763;
    padding: 2px 0 2px 10px;
    font-size: 13px;
}

/* ——— Typeahead Autocomplete ——— */
.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 3px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 3px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 3px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

@media (max-width: 461px) {
    .hidden-xxs-down {
        display: none !important;
    }
}

/* ——— Global growl notification opacity override ——— */
#growls,
.growl {
    opacity: 0.95 !important;
}

.growl.growl-medium {
    width: 300px !important;
}

/* Make top-center large growls wider and dynamic so text doesn't arbitrarily break */
#growls.tc {
    width: auto !important;
    max-width: none !important;
    left: 20px !important;
    right: 20px !important;
    transform: none !important;
    top: 100px !important;
    transition: top 0.3s ease;
}

body.has-sticky-header #growls.tc {
    top: 50px !important;
}

.growl.growl-large {
    width: auto !important;
    min-width: 400px;
    max-width: 100%;
}

.growl.growl-large .growl-message {
    white-space: break-spaces;
}

/* Make links inside growl notifications clearly visible */
.growl-message a {
    color: #FE980F;
    text-decoration: none;
    font-weight: bold;
}

.growl-message a:hover {
    color: #e38d13;
    text-decoration: none;
}

/* FILTERS */
.list-view .summary {
    text-align: center !important;
}

.category-view-container {
    display: flex;
}

.category-view-container #product-category-list {
    position: relative;
    flex: 1;
    margin-right: -15px;
}

.category-view-container #filters {
    max-width: 215px;
    min-width: 215px;
    position: relative;
}

.category-filters>.row {
    margin-right: 5px;
}

#filters {
    width: 215px;
}

#sorter {
    width: auto;
    display: inline-block;
}

/* OVERLAY LOADER */
#product-category {
    position: relative;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
    top: 0;
    left: 0;
}

.product-list .overlay {
    left: 15px;
    width: calc(100% - 30px);
}

@media (max-width: 767px) {
    .product-list .overlay {
        left: 0;
        width: calc(100% - 15px);
    }
}

.overlay-loader {
    position: sticky;
    top: 30%;
    padding: 30px;
}

.sk-folding-cube {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.filter-sidebar {
    z-index: 5;
    width: 215px;
    background: hsl(60, 19%, 93%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .2s ease;
}

.filter-sidebar .action-block {
    padding: 0 10px;
}

.filter-slider-box {
    display: block;
    height: 10px;
    margin-bottom: 10px;
    padding: 0 8px;
}

.filter_header {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.filter_header.no-underline {
    border-bottom: 0;
}

.filter-sidebar-title {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #373a3c;
    cursor: pointer;
}

.filter-sidebar-title:hover {
    color: #000000;
}

.active-filters-box .active-filter-boxes {
    margin: 2px;
    padding: 2px 8px;
    line-height: 15px;
    font-size: 13px;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
}

.active-filters-box .active-filter-boxes.clear {
    background: var(--color-red);
}

.active-filters-box .active-filter-boxes.clear:hover {
    background: var(--color-red-hover);
}

.active-filters-box .active-filter-boxes:hover {
    background: var(--primary-color-hover);
}

.active-filters-box .active-filter-boxes label,
.active-filters-box .active-filter-boxes input {
    margin: 0;
    cursor: pointer;
}

.active-filters-box .active-filter-boxes input {
    margin-top: -2px;
    vertical-align: middle;
}

.active-filters-box .active-filter-boxes .cancel_filter {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
}

.filter-sidebar-title .action-button {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
}

ul.filter_links {
    padding: 0;
}

.list-view-full.product-list {
    padding-right: 15px;
}

.filter-hr {
    margin-top: 15px;
    margin-left: -15px;
    width: 215px;
    height: 15px;
    background: #f2f2f2;
}

@media (max-width: 575px) {
    .category-view-container {
        display: block;
    }

    .category-view-container #filters {
        max-width: unset;
        width: 100%;
    }

    #filters {
        width: 100%;
    }

    .filter-sidebar {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
        z-index: auto;
        height: 40px;
        overflow: hidden;
        transition: all .2s ease;
    }

    .filter-sidebar:hover {
        box-shadow: 2px 2px 15px -13px rgba(0, 0, 0, 1);
        -webkit-box-shadow: 2px 2px 15px -13px rgba(0, 0, 0, 1);
        -moz-box-shadow: 2px 2px 15px -13px rgba(0, 0, 0, 1);
    }

    .filter-sidebar.open {
        height: auto;
    }

    .filter-hr {
        width: calc(100% + 30px);
    }
}

@media (min-width: 1600px) {
    .container-fluid {
        width: 1600px;
    }
}

/* Mobile Adaptations */
@media (max-width: 767px) {

    .container-fluid {
        --bs-gutter-x: 1.5rem;
    }

    .category-tab ul,
    .shop-details-tab ul.nav-tabs,
    .breadcrumbs .breadcrumb.nav {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        padding-bottom: 5px;
    }

    .category-tab ul::-webkit-scrollbar,
    .shop-details-tab ul.nav-tabs::-webkit-scrollbar,
    .breadcrumbs .breadcrumb.nav::-webkit-scrollbar {
        height: 4px;
    }

    .category-tab ul::-webkit-scrollbar-thumb,
    .shop-details-tab ul.nav-tabs::-webkit-scrollbar-thumb,
    .breadcrumbs .breadcrumb.nav::-webkit-scrollbar-thumb {
        background-color: #dcdcd5;
        border-radius: 4px;
    }

    .product-list.popular,
    .product-list.popular-single,
    .product-list.populat-single,
    .category-tab-content,
    .related-products,
    .related-products .item,
    #recommended-item-carousel .carousel-item {
        max-height: none !important;
        overflow-y: visible !important;
    }

    /* Main Box Search & Menu */
    .main-box .col-md-12 {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
    }

    .main-menu a {
        padding: 0 6px !important;
    }

    .main-box .main-search {
        flex: 1;
        min-width: 50px;
        margin-left: 5px;
    }

    .main-box .main-search form {
        width: 100%;
        display: flex !important;
        flex-wrap: nowrap;
    }

    .main-box .main-search .search-form {
        display: flex !important;
        width: 100%;
        flex-wrap: nowrap;
    }

    .main-box .main-search input.form-control {
        display: block !important;
        flex: 1;
        min-width: 0;
        width: 100% !important;
    }

    /* Mobile Menu Toggle Icons */
    .mobile-menu-toggle[aria-expanded="true"] .icon-bars {
        display: none !important;
    }

    .mobile-menu-toggle[aria-expanded="true"] .icon-close {
        display: inline-block !important;
    }

    .mobile-menu-toggle[aria-expanded="false"] .icon-bars {
        display: inline-block !important;
    }

    .mobile-menu-toggle[aria-expanded="false"] .icon-close {
        display: none !important;
    }

    /* Mobile Menu Links */
    .shop-mobile-link {
        display: block;
        margin: 5px 15px;
        padding: 10px 20px;
        color: #333;
        background-color: transparent;
        text-decoration: none;
        transition: all 0.2s ease;
        border-radius: 50px;
    }

    .shop-mobile-link:last-child {
        margin-bottom: 10px;
    }

    .shop-mobile-link:hover,
    .shop-mobile-link:active,
    .shop-mobile-link.active {
        background-color: #fe980f;
        color: #fff !important;
        text-decoration: none;
    }

    .shop-mobile-link i {
        width: 25px;
        text-align: center;
        margin-right: 10px;
        color: rgba(105, 103, 99, 0.7);
        transition: color 0.2s;
    }

    .shop-mobile-link:hover i,
    .shop-mobile-link:active i,
    .shop-mobile-link.active i {
        color: #fff;
    }

    /* Cart Horizontal Scroll */
    .cart_info {
        overflow-x: auto;
        display: block;
        -webkit-overflow-scrolling: touch;
    }

    .cart_info table {
        min-width: 600px;
    }

    /* Footer Centering */
    .footer-widget .single-widget {
        text-align: center !important;
    }

    .footer-widget .single-widget ul,
    .footer-widget .single-widget ul li {
        text-align: center !important;
    }

    .footer-bottom p {
        text-align: center !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* OR column: switch to horizontal layout on mobile */
    .or-col {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        /* Override Bootstrap col-sm-* so the flex lines have room to stretch */
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin: 20px 0;
        padding: 0 15px;
    }

    /* On mobile, vertical dividers become horizontal lines that flex on each side */
    .vertical-divider {
        flex: 1;
        width: auto;
        height: 1px;
        border-right: none;
        border-bottom: 1px solid #E6E4DF;
        margin: 0;
    }

    /* Reset top/bottom specific sizing */
    .vertical-divider--top,
    .vertical-divider--bottom {
        height: 1px;
        min-height: unset;
        margin-top: 0;
    }

    h2.or {
        margin: 0 15px;
        flex-shrink: 0;
    }
}

/* === Header fixes for 768–880px ===
   At this range Bootstrap shows md layout (no hamburger) but space is tight:
   - main-menu must not wrap or bleed into sticky-flex zone
   - main-search must grow to fill all remaining space
*/
@media (max-width: 880px) {

    /* Keep the main-box row as a single non-wrapping flex line */
    .main-box .col-md-12 {
        flex-wrap: nowrap;
        align-items: center;
        min-width: 0;
    }

    /* main-menu: don't shrink, clip overflow so it never wraps to a new row */
    .main-menu {
        flex-shrink: 0;
        overflow: hidden;
        max-width: 50%;
    }

    /* main-search: always fill all remaining space */
    .main-search {
        flex: 1 1 0;
        min-width: 0;
    }

    .main-search form {
        width: 100%;
    }

    .main-search .input-group {
        flex-wrap: nowrap;
    }

    .main-search input.form-control {
        min-width: 0;
        flex: 1;
    }
}

.product-specification-row {
    border-bottom: 1px solid #dcdcd5;
    transition: background-color 0.2s;
}

.product-specification-row:hover {
    background-color: #f8f9fa;
}
