:root {
    --primary: #2b2a29;
    --second: #e31e24;
}
body {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    background: #fff;
    color: var(--primary);
    font-family: 'Sofia Sans', sans-serif;
}
a {
    text-decoration: none;
    color: var(--second);
}
a:hover {
    color: var(--primary);
}
.middlebar {
    margin: 30px 0;
    float: left;
    width: 100%;
}
.masterhead {
    background: #fff;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
}

.branding {
    float: left;
    width: 290px;
}

.branding a img {
    width: 100%;
    height: auto;
}
.middle-links {
    float: left;
    width: calc(100% - 710px);
    margin: 0 10px;
}

.middle-links-mobile form {
    width: 100%;
    margin: 20px 0 0 0;
    position: relative;
}

.middle-links form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}
.site-search input {
    border-radius: 20px;
}
.site-search button {
    position: absolute;
    right: 7px;
    top: 4px;
    line-height: 31px;
    background: none;
    border: none;
    color: var(--second);
}

.right-links {
    float: left;
    width: 400px;
}
.navbar-holder {
    float: left;
    width: 100%;
    padding: 8px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.topbar {
    float: left;
    background: var(--primary);
    width: 100%;
    color: #fff;
    padding: 10px 0px;
}

.topbar a {
    color: #fff;
    text-decoration: none;
}
.social-link {
    margin-right: 10px;
}
.social-link:last-child {
    margin-right: 0px;
}

.navbar {
    float: left;
    width: 100%;
}
.text-right {
    text-align: right !important;
}
.category-dropdown {
    float: left;
    width: 250px;
    position: relative;
}

.category-dropdown-list {
    width: 100%;
    min-width: 200px;
    padding: 0px;
    margin-top: 6px;
    display: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 14;
    left: 0;
    right: auto;
    top: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
}
.category-dropdown-list.active {
    display: block;
}
.category-dropdown-anchor {
    background: var(--primary);
    color: #fff;
    width: 100%;
    float: left;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 0px;
    transition: 0.3s;
}
.category-dropdown:hover .category-dropdown-anchor{
    background: var(--second);
    color: #fff;
}
.navbar-wrap {
    float: right;
    width: calc(100% - 270px);
}

.navbar-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    text-align: right;
}

.navbar-menu ul li {
    display: inline;
    margin-right: 5px;
}

.navbar-menu ul li:last-child {
    margin-right: 0px;
}

.navbar-menu ul li a {
    color: #777;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 4px;
    transition: 0.3s;
    font-weight: bold;
    font-size: 17px;
    line-height: 37px;
    display: inline-block;
}

.navbar-menu ul li a:hover {
    color: var(--second);
}


footer {
    float: left;
    width: 100%;
    background: #222;
    color: #ccc;
    padding: 60px 0 0 0;
}



.category-dropdown-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}
.sub-category-navbar li,
.category-dropdown-list ul li {
    float: left;
    width: 100%;
}
.sub-category-navbar li a, .category-dropdown-list ul a {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    text-indent: 10px;
    float: left;
    width: 100%;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 13px;
}

.category-dropdown-list ul.sub-category-navbar {
    display: none;
    position: absolute;
    width: 300px;
    right: -302px;
    background: white;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    /*top: 43.4px;*/
}
.category-dropdown-list li:hover ul.sub-category-navbar {
    display: block;
}
.category-dropdown-list ul.sub-category-navbar.list-normal {
    width: 600px;
    right: -602px;
}.category-dropdown-list ul.sub-category-navbar.list-normal li {
    width: 50%
}

.sub-category-navbar li.sub-ul-heading {
    float: left;
    width: 100% !important;
    background: var(--second);
    color: #fff;
    line-height: 30px;
    text-indent: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.nav-link-user {
    float: right;
    width: 33.33%;
    transition: 0.3s;
}
.nav-linc-icon{
    float: left;
    width: 40px;
}

.nav-link-text {
    float: left;
    width: calc(100% - 40px);
    text-align: left;
    padding-left: 10px;
}

.nav-linc-icon i {
    font-size: 28px;
}
.nav-linc-icon svg {
    fill: var(--second);
    width: 30px;
    height: 30px;
}
.class_bottom_text {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary);
    font-size: 15px;
}
.class_top_text {
    color: #6c6c6b;
    font-size: 14px;
    width: 100%;
    float: left;
}
.nav-linc-icon {
    padding-top: 9px;
}
.nav-link-text {
    /*padding-left: 2px;*/
}
.nav-link-user:hover .class_top_text {
    color: var(--second);
}



.footer-copyright {
    padding: 30px 0;
    border-top: 1px solid #3c3c3c;
}

.widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}



.widget-list li, .widget-list li a {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    opacity: 0.4;
}
.widget-list li, .widget-list li a {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
.widget-list li a:hover {
    opacity: 1
}
.footer-body {
    padding-bottom: 50px;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #ffffff;
    letter-spacing: 0;
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.widget-title::before {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid var(--second);
    bottom: 0;
    width: 53px;
}


.side-cart-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 16;
    display: none;
    opacity: 0.4;
}



.side-cart {
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    width: 350px;
    height: 100%;
    padding: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
}

.side-cart.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}


.side-cart-inner {

}
.cart-top {
    border-bottom: 1px solid #ccc;
    position: relative;
}
.cart-top h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.cart-top .close-cart {
    position: absolute;
    right: 3px;
    top: -14px;
    font-size: 25px;
    cursor: pointer;
}
#cart table input[type="number"] {
    padding: 2px 4px;
    width: 70px !important;
    text-align: center;
    border: 1px solid #e6e6e6 !important;
    border-radius: 4px;
}

.cart-remove {
    color: var(--second);
    background: transparent;
    border: none;
    padding: 0;
    line-height: 1;
    margin-top: -100px;
}
.cart-summary {
    float: left;
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #eee;
}
.cart-summary-list {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.summary-total {
    font-size: 16px;
}
.summary-value {
    font-size: 16px;
    float: right;
    font-weight: bold;
}
.place-order {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.place-order {
    float: left;
    width: 100%;
    background: forestgreen;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 11px 0;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
    transition: 0.3s;
}
.place-order:hover {
    background: var(--primary);
    color: #fff;
}
.cart-clear {
    float: left;
    width: 100%;
    background: #ccc;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 11px 0;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.cart-buttons {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.cart-table tr {
    border-bottom: 1px solid #eee;
}

#cart .spinner {
    display: none;
}
#cart.loading .spinner {
    display: block;
}
.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -.125em;
    --bs-spinner-border-width: .25em;
    --bs-spinner-animation-speed: .75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}

.spinner-grow, .spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
#cart-flash {
    position: fixed;
    bottom: -50px;
    right: 50px;
    background: forestgreen;
    color: #fff;
    border-radius: 20px;
    padding: 9px 20px;
    transition: 0.3s;
}
#cart-flash.open {
    bottom: 30px;
}
.breadcrumbs {
    background: #f0f0f0;
    float: left;
    width: 100%;
    padding: 20px 0;
}
.breadcrumbs h1, .breadcrumbs h2 {
    text-transform: uppercase;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 21px;
}
.category-title a,
.product-title {
    font-size: 17px;
    color: var(--primary);
}
.product-price {
    font-weight: bold;
    color: var(--second);
}
.product-detail {
    color: #949599;
    font-size: 17px;
}

.product-data h5 {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #949599;
    margin: 5px 0;
}
.form-control.quantity {
    max-width: 70px;
}

.add-to-cart, .add-to-cart:active {
    background: var(--primary) !important;
    width: calc(100% - 70px);
    color: #fff !important;
    text-transform: uppercase;
    transition: 0.3s;
}


.add-to-cart:hover {
    background: var(--second)  !important;
    color: #fff;
}

.add-to-cart.loading {
    opacity: 0.5;
}
.page-crumbs {
    float: right;
}
.page-crumbs a {
    margin-right: 10px;
    position: relative;
}.page-crumbs a:last-child {
    margin-right: 0px;
}
.page-crumbs a::after {
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}
.page-crumbs a:last-child:after {
    display: none;
}
.single-category-box,
.single-product-box {
    border: 1px solid #eeeded;
    padding: 20px;
    overflow: hidden;
    transition: transform .3s;
    border-radius: 10px;
}
.category-image-holder img,
.product-image-holder img {
    width: 100%;
    transition: transform .2s;
}
.single-category-box:hover,
.single-product-box:hover,
.product-selected .single-product-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.single-category-box:hover .category-image-holder img,
.single-product-box:hover .product-image-holder img
.product-selected .single-product-box img {
    transform: scale(1.1);
}
.category-image-holder ,
.product-image-holder {
    overflow: hidden;
}
.site-body {
    margin: 30px 0;
    float: left;
    width: 100%;
}
.topbar-link-icon {
    fill: var(--second);
    width: 20px;
    height: 20px;
}

.ec-main-slider .ec-slide-item  {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ec-slide-item  {
    height: 70vh;
}
.ec-main-slider {
    padding: 30px 30px 0 30px;
}
.ec-slider {
    border-radius: 30px;
}

.ec-slide-content .btn {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 36px;
    letter-spacing: 0;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    border-radius: 30px;
}

.ec-slide-item {
    position: relative;
}



.ec-main-slider .ec-slider {
    border-radius: 30px;
}

.ec-main-slider .container {
    position: absolute;
    left: 0;
    right: 0;
}
.ec-main-slider * {
    direction: ltr;
}
.ec-main-slider .swiper-buttons {
    display: none;
}
.ec-main-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 25px;
}

.ec-slide-content {
    position: relative;
    z-index: 9;
}
.ec-slide-content .ec-slide-title {
    font-size: 55px;
    color: #222;
    margin-bottom: 15px;
    letter-spacing: 0.05rem;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
}
.ec-slide-content .ec-slide-title span {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 50px;
}
.ec-slide-content .ec-slide-stitle {
    font-size: 30px;
    color: var(--second);
    margin-bottom: 15px;
    letter-spacing: 10px;
    position: relative;
    text-transform: capitalize;
}
.ec-slide-content .ec-slide-desc {
    display: block;
}
.ec-slide-content p {
    margin-bottom: 15px;
    margin-right: 78px;
    font-size: 20px;
    color: #777;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
}
.ec-slide-content p b {
    font-size: 30px;
    font-weight: 700;
}
.ec-slide-content .btn {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 36px;
    letter-spacing: 0;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    border-radius: 30px;
}
.ec-slide-content .btn i {
    margin-left: 3px;
    font-size: 18px;
}
.ec-slide-content .btn:hover {
    background-color: #222;
}

footer a:hover {
    color: #dfdfdf;
}

.index-banners {
    float: left;
    width: 100%;
    margin: 40px 0;
}
.main-slider-dot .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 10px;
    opacity: 1;
    border: none;
    margin: 0 2.5px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #202020;
}
.main-slider-dot .swiper-pagination-bullet:hover {
    background-color: var(--second);
}
.main-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--second);
    width: 30px;
}

.main-slider-dot.dot-color-white .swiper-pagination-bullet:hover {
    background-color: var(--second);
}
.main-slider-dot.dot-color-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--second);
    width: 30px;
}


.slider-animation > * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.swiper-slide-active .slider-animation > * {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.swiper-slide-active .slider-animation > *:nth-child(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.swiper-slide-active .slider-animation > *:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.swiper-slide-active .slider-animation > *:nth-child(3) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.swiper-slide-active .slider-animation > *:nth-child(4) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.swiper-slide-active .slider-animation > *:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.swiper-slide-active .slider-animation > *:nth-child(6) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.section-title {
    margin-bottom: 15px;
    margin-top: -3px;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}
.section-title .ec-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
    letter-spacing: 0.4px;
    position: relative;
    display: inline;
    padding: 0;
    text-transform: capitalize;
    line-height: 1;
}

.text-upper {
    text-transform: uppercase;
}

#ec-fixedbutton {
    top: 26.8%;
    right: 5px;
    position: fixed;
    z-index: 998;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    direction: ltr;
}
#ec-fixedbutton * {
    direction: ltr;
}
#ec-fixedbutton > * {
    display: block;
    position: relative;
}
#ec-fixedbutton .ec-change-color .ec-color-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 15px 7px 12px;
    white-space: nowrap;
    background-color: #000000;
    height: 35px;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translate(calc(100% + 5px), 0);
    transform: translate(calc(100% + 5px), 0);
    -webkit-transform: translate3d(calc(100% + 5px), 0, 0);
    transform: translate3d(calc(100% + 5px), 0, 0);
}
#ec-fixedbutton .ec-change-color .ec-color-desc .ec-color-title {
    font-weight: 600;
    color: #ffffff;
    padding-right: 7px;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li:hover a {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li a.colorcode1 {
    background-color: #3474d4;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li a.colorcode2 {
    background-color: #7f77fd;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li a.colorcode3 {
    background-color: #ff764b;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li.active {
    pointer-events: none;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li.active a:before {
    content: "\f00c";
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    position: relative;
    top: 0;
    font-family: "EcIcons";
    font-style: normal;
    font-weight: 400;
}
#ec-fixedbutton .ec-change-color:hover .ec-color-desc {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
#ec-fixedbutton .ec-change-rtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    white-space: nowrap;
    height: 35px;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 40px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
#ec-fixedbutton .ec-change-rtl > * {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}
#ec-fixedbutton .ec-change-rtl .ec-rtl-btn {
    pointer-events: none;
    background-color: #222;
    padding: 0 9px 0;
}
#ec-fixedbutton .ec-change-rtl .ec-rtl-switch > * {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 7px 0;
}
#ec-fixedbutton .ec-change-rtl .ec-rtl-off {
    background-color: red;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#ec-fixedbutton .ec-change-rtl .ec-rtl-on {
    background-color: green;
    color: #ffffff;
    display: none;
}
#ec-fixedbutton .ec-change-rtl:hover {
    width: 80px;
}
#ec-fixedbutton .ec-change-rtl.active {
    width: 80px;
}
#ec-fixedbutton .ec-change-rtl.active .ec-rtl-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#ec-fixedbutton .ec-change-rtl.active .ec-rtl-off {
    display: none;
}
#ec-fixedbutton .ec-change-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    white-space: nowrap;
    height: 35px;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 40px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
#ec-fixedbutton .ec-change-mode > * {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
}
#ec-fixedbutton .ec-change-mode .ec-mode-btn {
    pointer-events: none;
    background-color: #222;
    padding: 0 7px 0;
    font-size: 10px;
}
#ec-fixedbutton .ec-change-mode .ec-mode-switch > * {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 7px 0;
}
#ec-fixedbutton .ec-change-mode .ec-mode-off {
    background-color: red;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#ec-fixedbutton .ec-change-mode .ec-mode-on {
    background-color: green;
    color: #ffffff;
    display: none;
}
#ec-fixedbutton .ec-change-mode:hover {
    width: 80px;
}
#ec-fixedbutton .ec-change-mode.active {
    width: 80px;
}
#ec-fixedbutton .ec-change-mode.active .ec-mode-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#ec-fixedbutton .ec-change-mode.active .ec-mode-off {
    display: none;
}

.ec-cc-style .cc-button {
    background-color: var(--second);
    border-radius: 30px;
}
.ec-cc-style .cc-panel .cc-header {
    background-color: var(--second);
}
.ec-cc-style .cc-footer .cc-call-button:before {
    background-color: var(--second);
}

/*-----  Select Style  -----*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
    background: transparent;
    background-image: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    color: #777777;
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}

.ec-select-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 172px;
    height: 40px;
    line-height: 2.9;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0;
}
.ec-select-inner::after {
    content: "\f107";
    position: absolute;
    font-family: "EcIcons";
    top: 0;
    right: 0;
    padding: 0 10px;
    cursor: pointer;
    pointer-events: none;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    line-height: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
}


.adminbar {
    background: orange;
    float: left;
    width: 100%;
}
.adminbar-block ul {
    display: none;
}
.adminbar-block {
    width: 20%;
    float: left;
    position: relative;
}

.adminbar-block ul {
    display: none;
    position: absolute;
    background: #ffa500;
    padding: 10px 20px;
    margin: 0;
    list-style: none;
    -webkit-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
    top: 36px;
    z-index: 99;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.adminbar-block ul li a {
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #d08906;
    padding-bottom: 2px;
    float: left;
    width: 100%;
    margin-bottom: 2px;
    font-size: 15px;
}
.adminbar-block:hover ul {
    display: block;
}

.adminbar-trigger {
    color: #000;
    text-transform: uppercase;
    line-height: 36px;
}


.subscribe-row {
    background: #f7f7f7;
    float: left;
    width: calc(100% - 60px);
    margin: 30px;
    padding: 30px 0;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
    cursor: pointer;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.subscribe-form button:hover {
    background: var(--second);
}
.subscribe-form {
    position: relative;
    margin-top: 22px;
}

.single-banner picture{
    max-width: 100%;
}

.btn.btn-primary {
    background: var(--second);
    border-color: var(--second);
}
.top-bar-customer {
    display: block;
    line-height: 1;
    font-size: 12px;
}

.mb-20 {
    margin-bottom: 20px;
}

.footer-icon {
    float: left;
    width: 100%;
}
.footer-icon-holder {
    width: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.footer-icon-text {
    float: left;
    width: calc(100% - 40px);
}
.goggle-grame {
    max-height: 100px;
}


.search-input {
    margin: 10px 0;
    border-radius: 2px;
    padding: 20px 30px;
    background: #f0f0f0;
}
.search-keys {
    margin-top: 10px;
}
.search-keys h2 {
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #000;
}
.search-keys a {
    color: #fff;
    background: var(--second);
    padding: 0px 10px;
    font-size: 14px;
}

.product-image img {
    width: 100%;
}
.product-image {
    width: 100%;
    float: left;
}

.footer-logo img {
    width: 100%;
}
.middle-links-mobile {
    float: left;
    width: 100%;
    margin: 0;
    display: none;
}
.navbar-anchor {
    color: var(--primary);
    background: #fff;
    float: right;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 30px;
    transition: 0.3s;
    border: 1px solid var(--primary);
}

.category-dropdown-list ul a i {
    float: right;
    display: none;
    margin-right: 10px;
    color: var(--second);
}

.category-dropdown-mobile {
    width: 100%;
    min-width: 200px;
    padding: 0px;
    margin-top: 6px;
    display: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 14;
    left: 0;
    right: auto;
    top: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
}

.category-dropdown-mobile ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none  !important;
    width: 100%;
}
.category-dropdown-mobile {
    position: absolute;
    top: 237px;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 0;
}
.category-dropdown-mobile ul {
    list-style: none;
}
.category-dropdown-mobile  ul li {
    float: left;
    width: 100%;
}

.category-dropdown-mobile  ul li.a {
    float: left;
    width: 100%;
}


.category-dropdown-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}
.dropdown-item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    text-indent: 10px;
    float: left;
    width: 100%;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 13px;
}
.sub-category-navbar.list-normal {
    display: none;
    padding: 0 10px;
    background: #f7f7f7;
}

.drop-text{
    width: calc(100% - 40px) !important;
    float: left;
}

.idon-doprdown {
    float: left;
    width: 40px;
    border-bottom: 1px solid #eee;
    line-height: 40px;
    text-align: center;
}
.navbar-anchor {
    display: none;
}

.cart-count-mobile {
    display: none;
    background: transparent;
    color: var(--second);
    border-radius: 100%;
    padding: 0;
    margin: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 1px;
    font-weight: bold;
}

.attributes-row {
    margin: 30px 0;
    border-radius: 2px;
    padding: 20px 30px;
    background: #f0f0f0;
}

 .attributes-row-heading {
     color: #000;
     font-size: 16px;
     border-bottom: 1px solid #000;
     margin-bottom: 10px;
}
.attribute_filter {
    border: 1px solid #bdbdbd !important;
    border-radius: 20px;
}
.sort_order_filter {
    border: 1px solid #bdbdbd !important;
    border-radius: 20px;
}

.btn-info {
    background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}
.btn-info:hover {
    background: var(--second) !important;
    color: #fff !important;
    border-color: var(--second) !important;
}

@media only screen and (min-width: 992px) {

    .add-to-cart {
        position: absolute !important;
        width: 100%;
        border-radius: 4px !important;
        transition: 0.3s;
        right: 0;
    }

    .product-container:hover .add-to-cart, .product-selected .add-to-cart  {
        width: calc(100% - 66px);
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }
}
@media only screen and (max-width: 992px) {
    .navbar-menu ul {
        display: block;
        position: absolute;
        left: 0;
        top: 243px;
        background: #fff;
        z-index: 1111;
    }
    .user-login-link {
        width: 100% !important
    }
    .navbar-menu ul li a {
        border-bottom: 1px solid #eee;
        float: left;
        width: 100%;
    }
    .navbar-menu ul li {
        float: left;
        width: 100%;
        text-align: left;
    }
    .sub-category-navbar li.sub-ul-heading {
       display: none;
    }
    .middlebar {
        margin: 30px 0 13px 0;
    }
    .category-dropdown-list ul a i,
    .navbar-anchor,
    .middle-links-mobile {
        display: block;
    }
    .widget-container {
        margin-bottom: 40px;
        float: left;
        width: 100%;
    }
    .goggle-grame {
        height: 200px;
    }
    .navbar-menu ul,
    .middle-links {
        display: none;
    }
    .branding {
        width: 200px;
    }
    .right-links {
        float: left;
        width: calc(100% - 220px);
        margin-left: 20px;
    }
    .nav-link-user {
        width: 50%;
        max-width: 125px;
    }
}


@media only screen and (max-width: 550px) {
    .nav-link-user.cart-trigger {
        width: 74px;
        padding-left: 36px;
    }
    .nav-link-user.cart-trigger .nav-link-text {
        display: none;
    }
    .cart-count-mobile {
        display: block;
    }
}

@media only screen and (max-width: 420px) {

    .category-dropdown,
    .category-dropdown-anchor {
        max-width: 130px;
    }
    .nav-link-user.user-order {
        width: 48px;
        padding-left: 6px;
    }
    .nav-link-user.cart-trigger .nav-link-text {
        display: none;
    }
    .nav-link-user.user-order .nav-link-text {
        display: none;
    }
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.admin .category-image {
    max-width: 90px;
}

.product-selected .single-product-box {
    border: 1px solid red !important;
}

.price-slider .slider{
    padding: 10px;
    border-radius: 3px;
}
.price-slider .range-slider {
    display: none;
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.price-slider .range-slider.active {
    display: block;
}
.price-slider p{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: .9rem;
    color: black;

    padding: .375rem .75rem;

    cursor: pointer;
    border: 1px solid #bdbdbd !important;
    border-radius: 20px;
    background-color: #f8fafc;
}
.price-slider .range-slider .rangeValues {
    display: block;
    padding: 0px;
    font-size: 14px;
    margin-bottom: 5px;
}
.price-slider input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 100%;
    position: absolute;
    left: 0;
}
.price-slider input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
.price-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #0273a0;
    margin-top: -6px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.price-slider input[type=range]:focus {
    outline: none;
}
.price-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
