* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'barlowregular';
}

a {
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin-bottom: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 1rem;
}

.form-control:focus {
    box-shadow: none;
}

select {
    color: #8e95a0;
    min-width: 100px;
    border: solid 1px #ced4da;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-arrow-dark.svg) #fff;
    background-size: 15px;
    background-position: 96%;
    background-repeat: no-repeat;
}

/* ============all font css========= */
@font-face {
    font-family: 'barlowbold';
    src: url('../fonts/barlow-bold-webfont.woff2') format('woff2'),
        url('../fonts/barlow-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowlight';
    src: url('../fonts/barlow-light-webfont.woff2') format('woff2'),
        url('../fonts/barlow-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowregular';
    src: url('../fonts/barlow-regular-webfont.woff2') format('woff2'),
        url('../fonts/barlow-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/************************ICONS************************/

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?tggnvy');
    src: url('../fonts/icomoon.eot?tggnvy#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?tggnvy') format('truetype'),
        url('../fonts/icomoon.woff?tggnvy') format('woff'),
        url('../fonts/icomoon.svg?tggnvy#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-products-view:before {
    content: "\e900";
}

.icon-products-view-1:before {
    content: "\e908";
}

.icon-products-view-2:before {
    content: "\e909";
}

.icon-right-arrow3:before {
    content: "\e901";
}

.icon-right-arrow31:before {
    content: "\e902";
}

.icon-cart:before {
    content: "\e906";
}

.icon-love:before {
    content: "\e903";
}

.icon-nav:before {
    content: "\e904";
}

.icon-right-arrow:before {
    content: "\e905";
}

.icon-search:before {
    content: "\e907";
}

.icon-user:before {
    content: "\e90a";
}

/*========== Global style======= */


.custom-container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.text-ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-slider .ui-slider-range {
    border: solid 1px #d31039 !important;
    background: #d31039 !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px !important;
}

.ajaxfilter-section ul li label::before {
    display: none !important;
}

.ajaxfilter-section ul li input:checked+label .specCheck {
    border: 3px solid #050a29;
}

.cubic {
    width: 400px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: left;
    color: #624042;
}

/******Global Header******/
.owl-carousel .owl-dots {
    display: none !important;
}

.global-header {
    background: #fff;
    z-index: 100;
}

.global-header .header-top {
    background: #eee;
    position: relative;
    z-index: 1;
}

.global-header .header-selectors {
    float: right;
    display: flex;
}

.global-header .admin-links {
    float: left;
}

.global-header .header-selectors [class*="selector"] {
    margin: 5px 0 5px 10px;
}

.global-header .header-selectors select {
    height: auto;
    padding: 0 5px;
    border-radius: 0;
    color: #8e95a0;
    min-width: 100px;
    border: solid 1px #ced4da;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-arrow-dark.svg) #fff;
    background-size: 15px;
    background-position: 96%;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #46282a;
}

.global-header .second-dropdown {
    max-height: 100vh;
    overflow: auto;
    padding: 0 30px;
}

.global-header .second-dropdown>.row {
    justify-content: center;
}

.global-header .header-menu .header-menu-items {
    margin-left: auto;
}

.global-header .header-menu .second-dropdown>ul>li>a {
    border-bottom: 2px solid #d31039 !important;
}

.global-header .all-manufacture {
    padding: 7px 0;
    background: #eee;
    margin: 0 -30px
}

.top-nav-container .navbar {
    padding: 0 30px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.top-nav-container .navbar ul li a.nav-link {
    color: #46282a;
    text-transform: uppercase;
    cursor: pointer;
}
.top-nav-container .navbar ul li.show> a.nav-link {
    color: #46282a;
}

.top-nav-container .navbar>ul li .nav-link {
    padding: 19px 10px;
    font-size: 17px;
    border-bottom: 4px solid #fff;
}

.top-nav-container .navbar ul li .nav-link:not(.login-button):hover,
.top-nav-container .navbar ul li.active a:not(.login-button),
.top-nav-container .navbar .dropdown-menu a:not(.login-button):hover {
    color: #d31039;
}

.main-logo img {
    max-width: 180px;
    max-height: 40px;
}

.navbar .icon-nav {
    color: #333;
    font-size: 35px;
}

.header-links ul {
    font-size: 1rem;
}

.top-nav-container .navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0;
    left: 0;
    width: 420px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    border-radius: 0;
    text-transform: capitalize;
    color: #787878;
    line-height: 18px;
    padding: 0;
    border: unset;
}

.top-nav-container .header-links .navbar-nav .dropdown-login .user-login-box {
    width: 420px;
}

.top-nav-container .navbar .dropdown-cart .dropdown-menu {
    width: 420px;
    margin: auto;
}

.top-nav-container .navbar .dropdown-menu.store-search-box,
.top-nav-container .navbar .dropdown-menu.user-login-box {
  width: auto;
  right: 0;
  left: auto;
  padding: 15px;
}

.top-nav-container .navbar .dropdown-menu.store-search-box .search-box-text {
    height: 48px;
    width: 100%;
}

.top-nav-container .navbar .dropdown-menu a:hover {
    color: #d31039;
    border-bottom: 0;
    text-decoration: none;
}

.top-nav-container .navbar .dropdown-menu ul li {
    position: relative;
    display: block;
    padding: 10px 0 0;
    margin: 15px 15px;
    width: 200px;
}

.top-nav-container .navbar .dropdown-menu .sublist.first-level .nav-item {
    margin: 0;
    width: 100%;
    text-align: left;

}

.top-nav-container .navbar .dropdown-menu ul li .fa-angle-right {
    background: #e4e6ec;
    padding: 3px 7px;
    margin-right: 5px;
}

.top-nav-container .navbar .dropdown-menu ul li:hover .fa-angle-right {
    background: #d31039;
    color: #fff;
}

.top-nav-container .navbar .user-login-box {
    width: 300px;
    padding: 15px;
}

.top-nav-container .header-links .navbar-nav .search-box-dropdown,
.top-nav-container .header-links .navbar-nav .dropdown-login {
    position: relative;
}

.top-nav-container .header-links .navbar-nav .search-box-dropdown .search-box-button {
    background: #d31039;
    border-radius: 0;
    border: 0;
    padding: 15px;
    color: #fff;
}

.top-nav-container .navbar .user-login-box:before {
    position: absolute;
    right: 5px;
    top: -12px;
    width: 0;
    height: 0;
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
}

.nav-dropdown-container a {
    line-height: 25px;
}

.top-nav-container .navbar .dropdown-menu a {
    padding: 0;
    color: #787878;
}

.login-button {
    background: transparent;
    border: 1px solid transparent;
    color: #fff;
}

ul.sublist.first-level::after {
    content: "";
    display: block;
    clear: both;
}

.top-nav-container .navbar .sublist li .nav-link {
    display: inline-block;
}

.nav-link > img {
    height: 130px;
    object-fit: cover;
}

.top-nav-container .navbar .sublist li .nav-link:hover {
  border-color: #d31039;
}

.top-nav-container .navbar ul.sublist li .nav-link:hover {
    color: #fff;
}

.icon-search,
.icon-user,
.icon-cart,
.icon-love {
    font-size: 18px;
}

.search-box,
.cart-dropdown-box {
    left: auto !important;
}

.search-box .lime.lighten-2,
.my-cart-box .lime.lighten-2 {
    background: #f05f5c;
    border-radius: 0;
    border: 0;
    padding: 15px;
    color: #fff;
}

.header-menu .navbar-nav>.dropdown>a {
    padding-top: 0;
    padding-bottom: 0;
}

.header-menu .navbar-nav>.dropdown>a::after {
    content: "\f107";
    border: unset;
    vertical-align: baseline;
}

.header-menu .nav-item a {
    color: #46282a;
    text-transform: uppercase;
    font-size: 17px;
}

.header-menu .first-lebel-nav>a {
    line-height: 0;
    vertical-align: baseline;
    text-decoration: none;
}

li.nav-item.nav-products {
    width: auto;
    position: static;
}

.search-box .form-control,
.my-cart-box .form-control {
    border-radius: 0;
}

.my-cart-box .form-control {
    padding: 26px 15px;
}

.go-to-cart-button,
.scrollup,
.estimate-shipping-button {
    background: #d31039;
    padding: 5px 15px;
    transition: all 0.3s;
    outline: 0;
    box-shadow: none !important;
}

.go-to-cart-button:hover {
    background: #46282a;
    cursor: pointer;
}

.login-nav-box {
    background: #d31039;
}

.login-nav-box-2 {
    background: #999;
}

.login-nav-box a,
.login-nav-box-2 a {
    color: #dee1e7 !important;
    font-size: 18px;
}

.login-nav-box a:hover,
.login-nav-box-2 a:hover {
    color: #dee1e7 !important;
}

.close-icon-box {
    background: #d4d6de;
    color: #fff !important;
}

.cart-quantity {
    background: #d31039;
    position: absolute;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    top: 13px;
    right: -5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: unset;
}

.nav-dropdown-container .products-nav-icon li a img {
    height: 50px;
    fill: #f00;
    transition: all 0.3s;
}

.manufacturer-container .products-nav-icon li a img {
    height: 70px;
}

.nav-dropdown-container .products-nav-icon li {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.nav-dropdown-container .products-nav-icon li a:hover,
.nav-dropdown-container .products-nav-icon li:hover {
    background: #d31039;
    color: #fff !important;
}

.manufacturer-container .products-nav-icon li a:hover,
.manufacturer-container .products-nav-icon li:hover {
    background: none;
    color: #d31039 !important;
}

.nav-dropdown-container .products-nav-icon li:hover img {
    filter: contrast(220%);
    -webkit-filter: contrast(220%);
}

.manufacturer-container .products-nav-icon li:hover img {
    filter: none;
}

.add-to-cart-wrapper .btn-quick-view {
    background: #d31039;
    padding: 8px 20px;
    transition: all 0.3s;
    outline: 0;
    box-shadow: none !important;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    border: none;
    color: #fff !important;
}

.add-to-cart-wrapper .btn-quick-view:hover {
    background: #46282a;
}

.add-to-cart-wrapper .btn-quick-view.wishlist-icon {
    border: solid 1px #ddd;
    background: #fff;
    color: #666 !important;
}

.add-to-cart-wrapper .btn-quick-view.wishlist-icon:hover {
    background: #eee;
}

/*********Boby-css********/

.category-add-text,
.featured-box-text {
    bottom: 18%;
    left: 50%;
    transform: translate(-50%, 50%);
    position: absolute;
    background: #d31039;
    font-family: 'barlowbold';
    font-size: 14px;
    width: 100%;
    color: #fff;
}

.category-add a {
    color: #fff;
    box-shadow: 8px 8px 8px #d1d3d8;
}

.category-add a:hover {
    box-shadow: none;
}

.OCarousel-category-slider .OCarousel-item {
    overflow: hidden;
}

.category-add a:hover .category-add-text {
    color: #dee1e7;
    transition: all 0.7s;
}

.OCarousel-category-slider a:hover .category-add-text {
    background: #46282a !important;
    transition: all 0.7s;
}

.OCarousel-category-slider a img,
.category-add a img,
.featured-products-box img {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.OCarousel-category-slider a:hover img,
.category-add a:hover img,
.featured-products-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.category-add a,
.featured-products-box {
    overflow: hidden;
    position: relative;
}

.featured-box-text h2 {
    font-size: 22px;
    background: rgba(255, 255, 255, 1);
    padding: 10px 15px;
    color: #333;
}

.featured-box-text {
    background: none;
    bottom: 25%;
    font-family: 'barlowregular';
}

.featured-box-text button {
    margin-bottom: 25px;
}

.featured-products-box img {
    height: 100%;
}

.category-add-text i {
    font-size: 12px;
}

/*featured-products-container*/
.featured-products-container {
    padding: 0 2rem;
}

.featured-products-container .owl-nav {
    position: relative;
}

.related-products .owl-carousel .owl-nav.disabled {
    display: inherit !important;
}

.featured-products-box {
    overflow: hidden;
    height: 100%;
    background: url(../images/featured-products-ads.jpg);
}

.products-box a {
    font-size: 17px;
    color: #080808;
    text-decoration: none;
    text-transform: capitalize;
}

.products-box .price {
    color: #d31039;
}

.products-box-icon {
    position: absolute;
    bottom: 118px;
    right: 16px;
    transform: translateX(100px);
    transition: all 0.3s;
}

.also-purchased-products-grid .products-box-icon,
.thumb-list-slider .products-box-icon,
.recently-added-products-page .products-box-icon,
.search-results .products-box-icon,
.manufacturer-page .products-box-icon,
.category-page .products-box-icon {
    bottom: 118px;
}

.product-list .products-box-icon {
    bottom: initial;
    top: 40px;
}

.products-box:hover .products-box-icon {
    transform: translateX(0);
}

.products-box-icon i {
    display: block;
    color: #ffffff;
}

.products-box-icon i a {
    background: #d31039;
    color: #fff;
    margin: 5px 0;
    display: block;
    transition: all 0.3s;
    width: 39px;
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 0;
    color: white;
    justify-content: center;
}

.products-box {
    overflow: hidden;
    position: relative;
    background: #fff;
}

.products-box .prices {
    height: 24px;
}

.products-box-icon i a:hover {
    background: #46282a;
}

.new-product-label {
    background: #d31039;
    text-align: center;
}

.discount-info-label,
.bestseller-label {
    background: #46282a !important;
}


.old-price {
    color: #999;
    text-decoration: line-through;
}

.offer-content {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10001;
}

.offer-box {
    background: #d31039;
    padding: 7px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

.new-products {
    background: #46282a;
}

.add-to-cart-button button {
    padding: 8px 15px;
    background: #d31039 !important;
    color: #fff;
}

.add-to-cart-button button:hover {
    background: #46282a !important;
    color: #fff;
}

.add-to-cart-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

/*products-box*/
.new-arrivals-container,
.ads-slider-container {
    margin-top: 80px;
}

.ads-slider-container {
    background-image: url(../images/adsslidebg.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ads-slider-container .owl-carousel button.owl-dot.active {
    background: #d31039;
    padding: 8px 8px !important;
    opacity: 1;
}

.ads-slider-container .owl-dots {
    text-align: center;
}

.ads-slider-container .owl-carousel button.owl-dot {
    padding: 5px 5px !important;
    border: 0;
    border-radius: 50px;
    background: #d31039;
    opacity: 0.4;
    margin: 35px 5px 5px 5px;
}

.ads-slider-container .owl-stage-outer {
    box-shadow: 0 0 10px #594c4c;
}

.ads-slider-container .owl-nav,
.products-gallery .owl-nav {
    position: absolute;
    bottom: 64px;
}

.offer-box-content {
    padding: 20px 0;
}


.offer-box-content h2 {
    font-size: 45px;
    color: #d31039;
    font-family: 'barlowbold';
}

/*blogs-container*/

.products-gallery h2::before,
.blogs-container h2::before,
.read-mre-box::before,
.thumb-list-slider .title h2::before {
    content: "";
    display: inline-block;
    width: 40px;
    border-bottom: solid 4px #d31039;
    margin-right: 15px;
    color: #d31039;
}

.read-mre-box::before {
    width: 25px;
    border-bottom: solid 2px #d31039;
    margin-right: 10px;
}

.products-gallery h2 span,
.blogs-container h2 span,
.read-mre-box a,
.related-products h2 span {
    vertical-align: middle;
    color: #d31039;
    font-weight: bold;
}

.products-gallery .owl-nav {
    bottom: 24px;
}

/*blogs-container*/

.bestsellers {
    background: url(../images/slider-4.jpg);

}

/*********Footer********/
.manufacturers-content .owl-carousel button.owl-dot {
    display: none;
}

.advantages-box {
    background: #f3f4f9;
    padding: 5rem !important;
}

.advantages-box .border-right {
    border-right: solid 1px #66646a !important;
}

.all-manufacture {
    padding: 8px 0;
    background: #ecf0f1;
}

.manufactures-area h3,
.footer-nav-header h5 {
    color: #a09da7;
}

.footer-nav-header {
    font-size: 18px;
}

.footer-nav a,
.footer-nav-header a,
.copyright-container a {
    color: #66646a;
    text-shadow: 0 1px 0 #000;
    font-size: 18px;
}

.copyright-container a:hover,
.footer-nav-header a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-nav-header a:hover i {
    color: #d31039;
}

.footer-nav-header ul li {
    display: inherit;
    padding: 5px 0;
}

.newsletter-content,
.newsletter-content input {
    background: none;
    border: solid 1px #424246;
    color: #424246;
    border-radius: 0;
}

.newsletter-content .input-group-text {
    background: #18171d !important;
    border: solid 1px #424246;
    border-radius: 0;
}

.newsletter-email {
    position: relative;
    width: 100%;
}

.newsletter-email input[type="email"] {
    width: 100%;
    background: transparent;
    border-color: #66646a;
}

.newsletter-email input[type="email"]:focus {
    background: rgba(255, 255, 255, 1);
}

.newsletter-email .newsletter-subscribe-button {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #66646a;
    border-color: #66646a;
    border-width: 1px;
    transition: all 0.3s;
}

.newsletter-email .newsletter-subscribe-button:hover {
    background: #66646a;
    color: #fff;
}

.copyright-container {
    background: #08080a;
}

.copyright-container i,
.social-media-icon i {
    padding: 5px 10px;
    font-size: 20px;
}

.social-media-icon {
    text-align: right;
}

.footer-container {
    background: url(../images/footer-bg.png) #17161c;
    bottom: 0;
    color: #66646a;
}

.footer-nav li a::before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 3px;
}

.theme-selector select {
    color: #8e95a0;
    min-width: 100px;
    border: solid 1px #ced4da;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-arrow-dark.svg) #fff;
    background-size: 15px;
    background-position: 96%;
    background-repeat: no-repeat;
    border-radius: 0;
}

/*********Products-list-page********/
.products-list-header h2,
.products-list-header-body ul li.active a {
    font-family: 'barlowbold';
    color: #d31039;
}

.products-list-header {
    background: url(../images/products-page-header-bg.jpg);
    background-size: cover;
    padding: 30px;
    height: 120px;
    margin-top: 68px;
}

.products-list-header ul li,
.products-list-header-body ul li,
.products-description-container ul li {
    display: inline-block;
    padding: 0 5px;
}

.products-list-header ul li a,
.products-list-header ul li,
.products-list-header-body ul li a,
.products-description-container ul li a {
    color: #9fa5b0;
    text-decoration: none;
}

.products-list-container-body,
.products-body-content {
    padding: 0 4rem;
}

.products-list-container-body,
.products-body-content {
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.products-list-header-body {
    border-bottom: 2px #d31039 solid;
    padding: 20px 0;
}

.products-list-header-body ul li strong.active,
.products-list-header-body ul li strong {
    color: #d31039;
}

.products-list-header-body select,
.products-description-container select,
.manufacturers-container select,
.checkout-box select,
.product-selectors select,
.date-of-birth select,
.attributes select {
    color: #8e95a0;
    min-width: 100px;
    border: solid 1px #ced4da;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-arrow-dark.svg) #fff;
    background-size: 15px;
    background-position: 96%;
    background-repeat: no-repeat;

}

.attributes select,
.attributes dd {
    width: 100%;
}

.attributes dd {
    margin-right: 7px;
}

.attributes dd:last-of-type {
    margin-right: 0;
}

.products-list-header-body .icon-products-view-1,
.products-list-header-body .icon-products-view {
    font-size: 28px;
    vertical-align: -6px;
    color: #bac1cc;
}

.products-list-header-body a span:hover,
.products-list-header-body a span.active,
.cart-container .fa-trash-o:hover {
    color: #d31039;
    text-decoration: none !important;
}

.products-body-content .products-box {
    transition: all .3s linear;
}

.products-body-content .products-box:hover {
    box-shadow: 0 0 15px #ddd;
}

/*categories*/

.categories-container {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

.categories-container h5 {
    font-weight: bold;
    color: #626262;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.categories-container h5 .rotate-icon {
    color: #d31039;
    border: 1px #dee1e7 solid;
    padding: 3px 8px;
}

.accordion .card-header h5 .rotate-icon {
    color: #d31039;
    border: 1px #dee1e7 solid;
    padding: 3px 8px;
}

.accordion-info-nav .card-header h5 .rotate-icon,
.accordion-service-nav .card-header h5 .rotate-icon,
.accordion-my-account .card-header h5 .rotate-icon {
    color: #66646a;
}
.accordion .card{
    border:none;
}
.accordion .card-header {
    outline: 1px solid white;
    margin-bottom: 0!important;
}

.accordion-info-nav .card-header,
.accordion-service-nav .card-header,
.accordion-my-account .card-header {
    outline: none;
}

.categories-container .card-body ul li {
    display: inherit;
    padding: 8px 0;
}

.categories-container .card-body ul li a {
    color: #75777a;
    font-size: 17px;
}

.categories-container .card-body .list>li {
    display: flex;
    align-items: center;
}

.categories-list .active .sublist {
    margin: 0 15px;
}

.sublist .active a {
    border-left: solid 2px #d31039;
    padding: 0 10px;
}

.active .sublist .active a:hover {
    border-left: solid 2px #d31039;
}


.accordion .card-header h5:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .card .card-header a:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion .card .card-header a.collapsed .rotate-icon {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
/*colour*/
.color-one {
    background: #d6cebf;
}

.color-two {
    background: #f1c7bf;
}

.color-three {
    background: #dc9c7a;
}

.color-four {
    background: #c5d4cd;
}

.color-five {
    background: #dac4ce;
}

.color-six {
    background: #b1badd;
}

.color-seven {
    background: #f1adcc;
}

.color-eight {
    background: #fab591;
}

.color-nine {
    background: #eed7a9;
}

.color-ten {
    background: #beaaa6;
}

.color-box-container ul li {
    display: inline-block !important;
    margin-right: 5px;
}

/*colour*/
.pagination-box button:hover,
.owl-nav button:hover {
    background: #d31039 !important;
    color: #fff !important;
    transition: all 0.2s;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #d31039;
    border-radius: 50%;
    cursor: e-resize;
}

.ui-widget-header {
    border: 1px solid #eff1f5;
    background: #eff1f5;
}

.ui-widget.ui-widget-content {
    border: unset !important;
}

/*********products-description*********/
.related-products .owl-nav button {
    margin-top: 0 !important;
}

.products-description .nav-tabs li a.active {
    color: #d31039;
}

.products-description .nav-tabs li a {
    color: #afadb5;
    font-weight: bold;
}

.products-description .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.products-description .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
    border-color: #dddbe4 #dddbe4 #fff;
    color: #d31039;
}

.products-description .tab-content .fade {
    text-align: justify;
    color: #626262;
}

.products-description-container h3 {
    font-weight: bold;
    font-size: 24px;
}

.products-description-container h2 span {
    font-size: 24px;
    text-decoration: line-through;
}

.products-description-container input {
    border-radius: 0;
}

.products-description-container .wishlist-icon {
    padding: .375rem .75rem;
    border: 1px #ced4da solid !important;
    background: #fff;
    color: #495057;
}

.products-description-container button {
    padding: .375rem .75rem;
}

.attributes label {
    margin-right: 5px !important;
    cursor: pointer;
}

.product-tags-list li {
    padding: 8px 15px;
    background: #eff1f5;
    margin: 5px;
}

.newsletter-subscribe-button {
    padding: 0 13px !important;
}


.overview .product-name h1 {
    font-size: 22px;
    font-weight: bold;
}

.manufacturers span.label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}


.overview .button-2,
.variant-overview .button-2 {
    padding: 8px;
}

.overview .product-name {
    margin: 0;
    border-bottom: 0;
    padding: 0 0 5px;
}

.at-icon-wrapper {
    height: 20px !important;
}

.overview .product-price {
    font-size: 30px;
}

/*********products-description*********/

.remember-text {
    color: #333;
    position: absolute;
    padding: 5px 5px;
}

.register-container,
.checkout-box .card-header {
    background: #fafbfc;
}

.register-container .page-body .search-input {
    padding-left: 24px;
    padding-right: 24px;
}

.search-results .item-grid {
    margin-left: -0.5%;
    margin-right: -0.5%;
}

.register-container h5 {
    font-weight: bold;
}

.register-container input[type="text"],
.register-container input[type="date"],
.register-container input[type="password"],
.checkout-box select,
.register-container textarea {
    border-radius: 0;
    padding: 8px 15px;
    height: auto;
    border: solid 1px #d6dade;
    font-size: 1rem;
}

.register-container input[type="text"]:focus,
.register-container input[type="date"]:focus,
.register-container input[type="password"]:focus,
.register-container textarea:focus {
    box-shadow: 0 0 10px #e4e7ee;
    border: solid 1px #b6bcc6;
}

.register-box {
    background: #efeff6;
    color: #666;
}

#Newsletter+label {
    width: auto;
}

.date-of-birth select+select {
    width: calc(33.33% - 11px);
}

div.inputs {
    position: relative;
}

.inputs .required {
    position: absolute;
    right: 15px;
    top: 10px;
}

.inputs input:focus~.required {
    display: none;
}

/***********Register**********/

.categories-container input[type="checkbox"],
.register-container input[type="radio"],
.register-container input[type="checkbox"],
.cart-container input[type="checkbox"],
.billing-addresses .ship-to-same-address input[type="checkbox"],
.shipping-method .method-list input[type="radio"],
.payment-method .method-list input[type="radio"],
.section.pickup-in-store input[type="checkbox"],
.payment-method-page input[type="checkbox"],
.custom-checkbox {
  display: none;
}


  .categories-container input[type="checkbox"] + label::before,
  .register-container input[type="radio"] + label::before,
  .register-container input[type="checkbox"] + label::before,
  .register-container input[type="checkbox"] + input + label::before,
  .cart-container input[type="checkbox"] + label::before,
  .custom-checkbox + label::before,
  .section.pickup-in-store input[type="checkbox"] + input + label::before,
  .billing-addresses .ship-to-same-address input[type="checkbox"] + label::before,
  .shipping-method .method-list input[type="radio"] + label::before,
  .payment-method .method-list input[type="radio"] + label::before,
  .section.pickup-in-store input[type="checkbox"] + label::before,
  .payment-method-page input[type="checkbox"] + label::before{
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    height: 25px;
    width: 25px;
    color: transparent;
    transition: all 0.2s;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
  }

  .categories-container input[type="checkbox"] + label::before,
  .register-container input[type="checkbox"] + label::before,
  .register-container input[type="checkbox"] + input + label::before,
  .cart-container input[type="checkbox"] + label::before,
  .custom-checkbox + label::before,
  .section.pickup-in-store input[type="checkbox"] + input + label::before,
  .billing-addresses .ship-to-same-address input[type="checkbox"] + label::before,
  .section.pickup-in-store input[type="checkbox"] + label::before,
  .payment-method-page input[type="checkbox"] + label::before {
    content: "\f00c";
  }

  .categories-container input[type="checkbox"]:checked + label::before,
  .custom-checkbox:checked + label::before,
  .section.pickup-in-store input[type="checkbox"]:checked + input + label::before
  .billing-addresses .ship-to-same-address input[type="checkbox"]:checked + label::before,
  .section.pickup-in-store input[type="checkbox"]:checked + label::before,
  .payment-method-page input[type="checkbox"]:checked + label::before{
    color: #fff;
  }

  .register-container input[type="radio"] + label::before,
  .register-container input[type="checkbox"] + label::before,
  .register-container input[type="checkbox"] + input + label::before,
  .section.pickup-in-store input[type="checkbox"] + input + label::before,
  .custom-checkbox + label::before,
  .billing-addresses .ship-to-same-address input[type="checkbox"] + label::before,
  .shipping-method .method-list input[type="radio"] + label::before,
  .payment-method .method-list input[type="radio"] + label::before,
  .categories-container input[type="checkbox"] + label::before,
  .section.pickup-in-store input[type="checkbox"] + label::before,
  .payment-method-page input[type="checkbox"] + label::before {
    border-radius: 50px;
    background: #fff;
    border: solid 1px #cbcfd7;
    margin-right: 7px;
  }

  .register-container input[type="radio"]:checked + label::before,
  .register-container input[type="checkbox"]:checked + label::before,
  .register-container input[type="checkbox"]:checked + input + label::before,
  .total-price-box input[type="checkbox"]:checked + label::before,
  .cart-container input[type="checkbox"]:checked + label::before,
  .section.pickup-in-store input[type="checkbox"]:checked + input + label::before,
  .custom-checkbox:checked + label::before,
  .billing-addresses .ship-to-same-address input[type="checkbox"]:checked + label::before,
  .shipping-method .method-list input[type="radio"]:checked + label::before,
  .payment-method .method-list input[type="radio"]:checked + label::before,
  .categories-container input[type="checkbox"]:checked + label::before,
  .section.pickup-in-store input[type="checkbox"]:checked + label::before,
  .payment-method-page input[type="checkbox"]:checked + label::before {
    color: #d31039;
  }

  .register-container input[type="checkbox"] + label::before,
  .register-container input[type="checkbox"] + input + label::before,
  .section.pickup-in-store input[type="checkbox"] + input + label::before,
  .custom-checkbox + label::before,
  .billing-addresses .ship-to-same-address input[type="checkbox"] + label::before,
  .categories-container input[type="checkbox"] + label::before,
  .section.pickup-in-store input[type="checkbox"] + label::before,
  .payment-method-page input[type="checkbox"] + label::before {
    border-radius: 0;
  }

.billing-address-page .page-title{
    text-align: center;
}

.billing-address-page .address-item {
  border: none !important;
}

/****************my-cart*************/
.manufacturers-container input[type="text"] {
  padding: 7px 70px 7px 20px;
  border: solid 1px #ced4da;
}

.total-price-box {
    background: #f2f2f8;
    font-size: 20px;
    line-height: 20px;
}

.total-price-box h2,
.blogs-box h5 {
    font-family: 'barlowbold';
}

.cart-header {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px #ced4da solid;
    border-top: 1px #ced4da solid;
    margin-bottom: 20px;
}

.cart-container .fa-trash-o {
    font-size: 25px;
    color: #babac6;
}

.my-cart-container-box {
    border-bottom: 1px #ced4da solid;
}

.checkout-page .button-1 {
    background-color: #d31039;
}

.master-column-wrapper .order-progress + .page.shopping-cart-page .products-list-header.text-center.text-uppercase {
  margin-top: 0px !important;
}

/****************my-cart*************/

/***************checkout************/
.checkout-box {
    border-bottom: none;
    padding-bottom: 0;
}

.checkout-box select {
    background-position: 98%;
}

.checkout-box .fa-cc-visa,
.checkout-box .fa-cc-amex,
.checkout-box .fa-cc-mastercard {
    font-size: 45px;
    vertical-align: bottom;
    color: #11278a;
}

.checkout-box ul li {
    padding: 0 !important;
}

.page.checkout-page.order-completed-page .order-progress {
    margin-top: -101px;
}

/*******customer-info-box**********/
.customer-info-box ul li a.active,
.addresses-edit-box li a:hover {
    color: #d31039;
}

.addresses-edit-box li a {
    color: #bbb9c5;
}

.order-item .info {
    padding: 10px 0 !important;
}

.order-list .section .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #444;
    font-family: 'barlowbold';
}

.block-account-navigation .list li a {
    text-transform: uppercase;
}


/*******customer-info-box**********/
.manufacturer-logo-name {
    position: absolute;
    bottom: 0;
    z-index: 5;
    padding: 15px;
    text-align: center;
    width: 100%;
    background: #eee;
    display: block;
    color: #444;
}

/**************blog***************/
.blogs-box ul li a {
    color: #b8b7be;
}

.blogs-box h5 a {
    color: #47474e;
}

.popular-tags-box li a {
    background: #f3f4f9;
    padding: 5px 15px 5px 15px;
    margin: 0px 5px 5px 0px;
    display: inline-block;
}

.popular-tags-box li a:hover {
    background: #eceef0;
}

.product-review-item .review-item-head {
    border-top: none;
    background: #eff1f5;
}

.product-review-item {
    margin: 0 0 20px;
    border: 1px solid #e2e6ea;
}

.product-review-item .review-content {
    padding: 20px 20px;
}

.product-review-item .review-item-head {
    padding: 10px 20px;
}

.blogpost-page .post-body img {
    width: 100%;
    height: auto;
}

/**************blog***************/
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

/*scrollup*/

.scrollup {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 20px;
    z-index: 100;
    padding: 0 !important;
}

a.scrollup i {
    color: #fff;
    font-size: 25px;
    margin-top: 7px;
}

a.scrollup {
    text-align: center;
}

.top-nav-container .navbar .header-upper .header-links .wishlist-qty {
    display: inline-block;
}
.top-nav-container .navbar .header-upper .header-links .nav-link {
    border-bottom: 4px solid #ffffff;
    padding: 19px 10px;
}

.top-nav-container .navbar .header-upper .header-links .nav-link:hover {
    border-bottom: 4px solid #d31039;
}

.top-nav-container .navbar .header-upper .login-nav-box .nav-link:hover {
    color: #fff;
}

.menu-toggle-btn {
    display: none;
}

.mini-shopping-cart .count {
    padding: 5px 0 15px;
    color: #444;
    font-size: 16px;
}

.mini-shopping-cart .count a {
    margin: 0 2px;
    font-weight: bold;
    color: #444;
}

.mini-shopping-cart .items {
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
}

.mini-shopping-cart .picture {
    float: left;
    width: 70px;
    text-align: center;
}



.mini-shopping-cart .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.mini-shopping-cart .picture+.product {
    margin: 0 0 0 80px;
}

.mini-shopping-cart .name {
    margin: 0 0 10px;
    font-size: 14px;
}

.mini-shopping-cart .name a {
    color: #4ab2f1;
}

.mini-shopping-cart .name a:hover {
    color: #248ece;
}

.mini-shopping-cart .attributes {
    margin: 5px 0;
    color: #444;
}

.mini-shopping-cart .totals {
    margin: 0 0 12px;
    font-size: 14px;
}

.mini-shopping-cart .totals strong {
    font-size: 16px;
    color: #444;
}

.mini-shopping-cart .buttons {
    margin: 0 0 5px;
}

.mini-shopping-cart input[type="button"] {
    display: inline-block;
    border: none;
    background-color: #d31039;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.mini-shopping-cart input[type="button"]:hover {
    background-color: #46282a;
}

.mini-shopping-cart {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px;
    text-align: left;
    font-size: 12px;
}

.mini-shopping-cart .item {
    overflow: hidden;
    padding: 10px 0;
}

.mini-shopping-cart a {
    color: #787878;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.mini-shopping-cart .picture a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 80px;
    width: 80px;
}

.mini-shopping-cart .close {
    background: #d4d6de;
    width: 20px;
    height: 20px;
    color: white;
    text-shadow: none;
}

.flyout-cart {
    position: absolute;
    top: 66px;
    right: 4px;
    z-index: 100;
    min-width: 400px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.20);
    background-color: #fff;
}

@media(max-width: 400px) {
  .flyout-cart {
    min-width: 320px;
  }
}

.flyout-cart::before {
  position: absolute;
  right: 5px;
  top: -12px;
  width: 0;
  height: 0;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
}

.flyout-cart.active {
    display: block;
}

.dropdown-menu-right li a img {
    width: 100%;
    border: 1px solid #eee;
}

.dropdown-menu-right ul li a span {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
}
.dropdown-menu-right ul li a span + span {
    width: 20%;
}
.dropdown-menu-right ul li ul a span {
  padding: 0;
  display: inline-block;
  text-align: left;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: normal;
}

.top-nav-container .navbar ul.sublist li .nav-link {
    color: #222;
}



/*=================== home page bottom slider=============== */
.margin-top-30 {
    margin-top: 30px;
}


/*============== blog news area================ */

.blog-news-area .blog-news-header {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #d31039;
    margin-bottom: 20px;
}

.blog-news-area .blog-news-header::before {
    content: "";
    display: inline-block;
    width: 40px;
    border-bottom: 4px solid #d31039;
    margin-right: 15px;
    color: #d31039;
}

.blog-news-area .single-blog {
    padding: 15px;
    border: 1px solid #dee2e6;
}

.blog-news-area .single-blog img,
.blog-news-area .single-news img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 14px;
}

.blog-news-area .single-news img {
    height: 210px;
}

.blog-news-area .single-blog h4 a,
.blog-news-area .single-news h4 a {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 0;
}

.blog-news-area .single-blog .date-time span,
.blog-news-area .single-news .date-time span {
    color: rgba(0, 0, 0, .5);
}

.blog-news-area .single-blog p,
.blog-news-area .single-news p {
    display: block;
    max-width: 100%;
    height: 65px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}

.blog-news-area .single-blog .blog-link,
.blog-news-area .single-news .blog-link {
    display: block;
    font-size: 16px;
    color: #d31039;
    margin-bottom: 12px;
    font-weight: bold;
}

.blog-news-area .single-blog .blog-link::before,
.blog-news-area .single-news .blog-link::before {
    content: "";
    display: inline-block;
    width: 25px;
    border-bottom: 4px solid #d31039;
    margin-right: 10px;
}

.blog-news-area .single-blog .blog-news-social,
.blog-news-area .single-news .blog-news-social {
    display: flex;
    align-items: center;
}
.blog-news-area .single-blog .blog-news-social li,
.blog-news-area .single-news .blog-news-social li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.blog-news-area .single-blog ul li a,
.blog-news-area .single-news ul li a {
    color: #b8b7be;
    transition: all 0.3s;
}

.blog-news-area .single-blog ul li a:hover,
.blog-news-area .single-news ul li a:hover {
    color: #d31039;
}


.ajaxfilter-section {
    border: unset !important;
    margin: 0 !important;
}

/* Category slider */

.category-slider .owl-nav {
    position: absolute;
    left: 16px;
}

.block-blog-archive .card-header {
    background: none;
}

/*product details */

.product-details-page .picture-gallery {
    width: 100%;
    float: none;
}

.product-details-page .product-essential .picture .offer-content {
    left: 16px;
    top: 0;
    z-index: 10000;
}

.product-details-page .title h2 {
    font-size: 22px !important;
    text-align: left;
}

.product-details-page .giftcard input,
.product-details-page .giftcard textarea {
    width: 100%;
}

.not-found-page {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center !important;
}

/*********************color css*********************/
  .cart-quantity,
  .category-add-text,
  .featured-box-text,
  .theme-custom .nivo-controlNav a.active,
  .products-box-icon i a,
  .go-to-cart-button,
  .scrollup,
  .estimate-shipping-button,
  .ads-slider-container .owl-carousel button.owl-dot.active,
  .manufacturers-content .owl-carousel button.owl-dot.active,
  .go-to-cart-button,
  .scrollup,
  .estimate-shipping-button,
  .ads-slider-container .owl-carousel button.owl-dot,
  .manufacturers-content .owl-carousel button.owl-dot,
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .login-nav-box,
  .search-box .search-box-button,
  .mini-shopping-cart input[type="button"],
  .wishlist-content .update-wishlist-button,
  .wishlist-content .wishlist-add-to-cart-button,
  .shopping-cart-page .common-buttons input:first-child,
  .cart-collaterals .coupon-code input[type="submit"],
  .account-page .button-1,
  .not-found-page .button-1,
  .contact-page .button-1,
  .search-input .button-1,
  .apply-vendor-page .button-1,
  .newsletter-subscribe-button:hover,
  .checkout-page .button-1 {
    background: #d31039 !important;
  }

.top-nav-container .navbar ul li .nav-link:not(.login-button):hover,
.top-nav-container .navbar ul li.active a:not(.login-button),
.top-nav-container .navbar .dropdown-menu a:not(.login-button):hover,
.featured-products-container .owl-carousel .owl-nav button.owl-next,
.featured-products-container .owl-carousel .owl-nav button.owl-prev,
.featured-products-container .owl-carousel button.owl-dot,
.ads-slider-container .owl-carousel .owl-nav button.owl-next,
.ads-slider-container .owl-carousel .owl-nav button.owl-prev,
.products-gallery .owl-carousel .owl-nav button.owl-next,
.products-gallery .owl-carousel .owl-nav button.owl-prev,
.pagination-box button,
.related-products .owl-carousel .owl-nav button.owl-next,
.related-products .owl-carousel .owl-nav button.owl-prev,
.offer-box-content h2,
.products-gallery h2 span,
.blogs-container h2 span,
.read-mre-box a,
.thumb-list-slider h2 span,
.footer-nav-header a:hover i,
.products-box .price,
.products-list-header-body ul li strong.active,
.products-list-header-body ul li strong,
.block .list .active>a,
.block .categories-list .active>a,
.categories-container h5 .rotate-icon,
.categories-container .card-body ul li a:hover,
.products-list-header h2,
.item-box .product-title a:hover,
.product-selectors .product-viewmode a.selected,
.product-selectors .product-viewmode a:hover,
.block .view-all a,
.block .list a:hover,
.products-description .nav-tabs li a.active,
.products-description .nav-tabs li a:hover,
.cart-total .order-total,
.register-container input[type="radio"]:checked+label::before,
.register-container input[type="checkbox"]:checked+label::before,
.follow-us .social a:hover,
.products-list-header-body a span:hover,
.compare-products-table .product-name td a:hover,
.product-selectors .product-viewmode a.grid::before,
.product-selectors .product-viewmode a.list::before,
.footer-nav li a:hover::before {
    color: #d31039;
}

.read-mre-box::before,
.blogs-container h2::before,
.thumb-list-slider .title h2::before {
    border-bottom: solid 4px #d31039;
}

.products-list-header-body {
    border-bottom: solid 2px #d31039;
}

.sublist .active a {
    border-left: solid 2px #d31039;
}

.cart-collaterals .coupon-code input[type="submit"] {
    border: solid 1px #d31039;
}

.category-add a:hover .category-add-text,
.products-box-icon i a:hover,
.go-to-cart-button:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.account-page .button-1:hover,
.search-input .button-1:hover,
.wishlist-content .update-wishlist-button:hover,
.wishlist-content .wishlist-add-to-cart-button:hover,
.mini-shopping-cart input[type="button"]:hover,
.shopping-cart-page .common-buttons input:first-child:hover,
.contact-page .button-1:hover,
.apply-vendor-page .button-1:hover,
.top-nav-container .navbar ul li .login-nav-box:hover,
.checkout-page .button-1:hover {
    background: #46282a !important;
}

.block a.product-picture {
    display: inline-block;
    position: relative;
    width: 25%;
    margin: 0;
    vertical-align: middle;
    border: 1px solid #dddddd;
    text-align: center;
    padding: 5px;
}

.flyout-cart {
    display: none;
}
.address-list-page .add-button {
    text-align: right;
    width: 50%;
    padding: 0 19px;
}



/* Preloader */
body {
  overflow: hidden;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
.btn-close-menu{
    padding: 3px 5px;
    background: #fff;
    border: 1px solid #ddd;
    margin-right: 15px;
}
.product-details-page .picture img{
    width: 100%;
}
.details-thumbnail>div{
    margin-right: 5px;
}

/*** PRODUCT ESTIMATE SHIPPING ***/


.product-estimate-shipping {
  margin-bottom: 20px;
}

  .product-estimate-shipping .shipping-date {
    margin-top: 3px;
  }

  .product-estimate-shipping .shipping-title {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    margin-bottom: 5px;
    justify-content: center;
  }

    .product-estimate-shipping .shipping-title .shipping-price {
      margin-left: 5px;
      vertical-align: middle;
    }

    .product-estimate-shipping .shipping-title .shipping-loading {
      margin-left: 5px;
      vertical-align: middle;
      background: url(../images/ajax-loader-small.gif) no-repeat;
      width: 16px;
      height: 16px;
      display: inline-block;
    }

  .product-estimate-shipping .open-estimate-shipping-popup .arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 0 3px 6px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
  }


/*** ESTIMATE SHIPPING POPUP COMMON ***/


.estimate-shipping-popup {
  position: relative;
  background: #FFF;
  padding: 25px 10px;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
}

.estimate-shipping-popup-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.estimate-shipping-popup-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.shipping-options-loading {
  background: url(../images/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  right: 8px;
  margin: 4% 50%;
}

.shipping-address .required {
  margin-left: 0px;
}

.estimate-shipping-row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

  .estimate-shipping-row.shipping-option {
    cursor: pointer;
  }

    .estimate-shipping-row.shipping-option.active {
      font-weight: 700;
    }

.estimate-shipping-row-item {
  flex: 0 1 100%;
}

  .estimate-shipping-row-item.shipping-item {
    padding: 8px 0;
    overflow: hidden;
    overflow-wrap: break-word;
  }

  .estimate-shipping-row-item.shipping-header-item {
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
    align-self: flex-end;
  }

  .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
    padding-left: 15px;
  }

  .estimate-shipping-row-item + .estimate-shipping-row-item {
    padding-left: 10px;
  }

.estimate-shipping-row-item-radio {
  flex: 0 0 35px;
}

.ship-to-title {
  margin-bottom: 10px;
}

.choose-shipping-title {
  margin-top: 20px;
}

.estimate-shipping-address-control {
  width: 100%;
  height: 36px;
}

.estimate-shipping-radio {
  display: none;
}

  .estimate-shipping-radio + label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
  }

  .estimate-shipping-radio:checked + label:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: #ffffff;
  }

  .estimate-shipping-radio:checked + label {
    background-color: #d31039;
    color: #99a1a7;
    border: 1px solid #adb8c0;
    border-color: #d31039;
  }

.apply-shipping-button {
  border: none;
  padding: 8px 25px;
  background-color: #d31039;
  color: #fff;
}

.estimate-shipping-row-item-radio label {
  top: 5px;
}

.estimate-shipping-row-item.address-item {
  border: none;
}

.estimate-shipping-row .estimate-shipping-row-item.shipping-item.shipping-header-item.item-nam {
  padding-right: 40px;
}


.apply-shipping-button-container {
  margin-top: 15px;
  text-align: center;
}

.shipping-options-header {
  top: 0;
  z-index: 1;
  position: sticky;
  background-color: #fff;
}

.shipping-options {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  background: #FFF no-repeat;
  background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 100%;
  background-size: 100% 7px;
}

  .shipping-options:before,
  .shipping-options:after {
    content: "";
    position: relative;
    z-index: -1;
    display: block;
    height: 30px;
    margin: 0 0 -30px;
    background: -webkit-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
  }

  .shipping-options:after {
    margin: -30px 0 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
  }

.no-shipping-options {
  text-align: center;
  margin: 4% 0;
}

.estimate-shipping-popup .message-failure {
  margin: 5px 0 -5px;
  font-size: 12px;
  color: #e4434b;
}


/*** SHOPPING CART ESTIMATE SHIPPING ***/

.shopping-cart-page .common-buttons input {
  display: inline-block;
  min-width: 180px;
  margin: 5px;
  border: none;
  background-color: #d31039;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}


.shopping-cart-page .common-buttons .estimate-shipping-button {
  display: inline-block;
  min-width: 180px;
  margin: 5px;
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

  .shopping-cart-page .common-buttons .estimate-shipping-button:hover {
    background-color: #999;
  }


/*** PRODUCT ESTIMATE SHIPPING ***/


.product-estimate-shipping {
  margin-bottom: 20px;
}

  .product-estimate-shipping .shipping-date {
    margin-top: 3px;
  }

  .product-estimate-shipping .shipping-title {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    margin-bottom: 5px;
    justify-content: center;
  }

    .product-estimate-shipping .shipping-title .shipping-price {
      margin-left: 5px;
      vertical-align: middle;
    }

    .product-estimate-shipping .shipping-title .shipping-loading {
      margin-left: 5px;
      vertical-align: middle;
      background: url(../images/ajax-loader-small.gif) no-repeat;
      width: 16px;
      height: 16px;
      display: inline-block;
    }

  .product-estimate-shipping .open-estimate-shipping-popup .arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 0 3px 6px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
  }

/*** Price Filter ***/

.available-price-range span {
  color: white;
  background: black;
  padding: 5px 10px;
  font-size: 10px;
}

.available-price-range .to {
  float: right;
}

.selected-price-range .to {
  float: right;
}

.selected-price-range input {
  width: 100px;
  border: 1px solid #e2e0e0;
  text-align: center;
  font-size: 14px;
  height: 25px;
}

#price-range-slider {
  margin: 20px 0;
  background: #eee;
}

.filter-content {
  text-transform: uppercase;
  font-size: 14px;
}

.add-to-cart-button-area {
  padding-left: 5px;
}

.login-popup .forgot-password {
  float: right;
}
.login-page .password-eye {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url('../images/eye-closed.png');
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  cursor: pointer;
  opacity: .75
}

.login-page .password-eye-open {
  background-image: url('../images/eye.png');
}


.back-in-stock-subscription {
  margin-bottom: 10px;
}

.return-request-page .result{
    text-align: center;
}

.mfp-figure button.mfp-close {
  right: 0 !important;
  top: 40px !important;
  padding-right: 14px !important;
}

.shipping-type-container {
  background: #fafbfc;
}

.shipping-type--title {
    font-size: 17px;
}

.shipping-type--desc {
    font-size: 14px;
}

.shipping-type:first-child {
  border-left: none;
}

.private-messages-page .tab-content {
    min-height: 20vh;
}

.private-messages-page .ui-tabs-tab {
  border-radius: 0px;
}

.private-messages-page .ui-tabs-nav li.ui-state-active a {
  background: #d31039 !important;
  color: white;
}

.private-messages-page .ui-state-default a{
    background: #eee !important;
}

.forum-group-page {
    margin-top: 101px;
}

/**Loader**/
.loader {
  position: relative;
  min-height: 300px;
}

  .loader > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #d31039;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/*****/

.item-box .add-to-cart-button {
  display: none;
}

.page-body {
    min-height: 40vh;
}

.not-found-page .topic-block {
    margin-bottom: 50px;
}

select.address-select {
    padding-right: 50px;
}

.shopping-cart-page dt {
    text-align : left;
}

.checkout-data .buttons {
    text-align: center;
}
:root {
  --theme-color: #d31039;
}
.product-review-box .rating {
  font-size: 0;
}

.page.product-reviews #pagination-controls {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

  .page.product-reviews #pagination-controls > span:first-child, .page.product-reviews #pagination-controls > span:last-child {
    font-size: 0;
  }

    .page.product-reviews #pagination-controls > span:first-child:before, .page.product-reviews #pagination-controls > span:last-child:before {
      font-family: "icomoon" !important;
      font-weight: 600;
      font-size: 12px;
      display: inline;
      line-height: 1;
      line-height: 30px;
    }

    .page.product-reviews #pagination-controls > span:first-child:before {
      content: "\e901 ";
    }

    .page.product-reviews #pagination-controls > span:last-child:before {
      content: "\e902";
    }

  .page.product-reviews #pagination-controls a, .page.product-reviews #pagination-controls span {
    margin: 0 5px;
    text-decoration: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #fff;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
  }

  .page.product-reviews #pagination-controls span {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
  }

    .page.product-reviews #pagination-controls span.disabled-Previous, .page.product-reviews #pagination-controls span.disabled-Next {
      border: 1px solid var(--theme-color);
    }

      .page.product-reviews #pagination-controls span.disabled-Previous:hover, .page.product-reviews #pagination-controls span.disabled-Next:hover {
        cursor: default;
      }

  .page.product-reviews #pagination-controls a.disabled {
    color: #fff;
    cursor: default;
    text-decoration: none;
    background: var(--theme-color);
  }
.review-click {
  display: flex;
  gap: 10px;
}
.review-click a {
  color: #007bff !important;
}
  .review-click a:hover {
    color: #4ab2f1 !important;
  }
.html-product-details-page .register-container {
  background: #fff;
}
.write-review .review-rating{
text-align:left!important;
}
.html-product-details-page .write-review .inputs .required {
  top: 4px;
}
.html-product-details-page .write-review .review-rating div {
  margin: 0 0 0 5px;
}
.html-product-details-page .write-review .review-rating div.first {
  margin-left: 0;
}
