:root {
    --primary-color: #26245b;
    --secondary-color: #FF0000;
    --third-color: #d4d4d4;
    --font-lato: "Lato", sans-serif;
    --font-roboto: "Roboto Condensed", sans-serif;
    --light: #eeeeee;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

/* typography */

.mamamurorfont {
    font-family: 'Domine', serif;
    font-size: 40px;
    color: #1B1365;
}

.font-lato {
    font-family: var(--font-lato);
}

.font-roboto {
    font-family: var(--font-roboto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-roboto);
    text-transform: capitalize;
}

p,
span,
small,
a {
    font-family: var(--font-lato);
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
    transition: ease-in-out 0.4s;
}

a:hover {
    color: #fff;
}

p {
    margin-bottom: 0 !important;
}

small {
    font-size: 12px;
    display: block;
}

.bg-primary {
    background: var(--primary-color) !important;
}

.bg-secondary {
    background: var(--secondary-color) !important;
}

.bg-third {
    background: var(--third-color);
}

.fs-20 {
    font-size: 20px;
}

.fs-13 {
    font-size: 13px;
}

.bg-light {
    background: rgb(238, 238, 238);
}


/* search */

.search {
    height: 56px;
    padding: 0.375rem 1.75rem;
}

.search {
    height: 58px;
    border-radius: 0;
}

.search-btn {
    top: 8px;
    right: 5px;
    color: #2e2e2e;
    transition: ease-in-out 0.4s;
}

.search-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}


/* brands */

.dropdown:hover>.dropdown-menu {
    display: block;
}

.brand-btn {
    width: 200px;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
    transition: ease-in-out 0.5s;
}

.dropdown-item {
    background: var(--primary-color);
    color: #fff;
    transition: ease-in-out 0.4s;
    padding: 10px 30px;
}

.dropdown-item:hover {
    background: var(--secondary-color);
    color: #fff;
}

.brand-btn:focus {
    outline: 0;
    box-shadow: none;
}


/* /////////////// */

.search-bar {
    transition: ease-in-out 0.5s;
    transform: translateX(0px);
}

.brands {
    width: 400px;
    display: flex;
    justify-content: end;
}

.dropdown-top .dropdown {
    width: 200px;
    display: block;
}

.search-bar:hover .brand-btn {
    width: 0px;
}

.categories-item {
    line-height: 58px;
    transition: ease-in-out 0.5s;
}


/* main nav */

.main-menu>li>a>i {
    font-size: 14px;
}

.main-menu>ul>li {
    line-height: 40px;
    transition: ease-in-out 0.4s;
}

.menu>.sidenav-item .sidenav-link {
    transition: all .3s ease;
    line-height: 37px;
}

.main-menu>ul>li:hover {
    background: var(--primary-color);
}

.main-menu>ul:nth-child(1) {
    border-left: 1px solid #fff;
}

.main-menu>ul:nth-child(6) {
    border-right: none !important;
}


/* sidenav with megamenu */

.menu-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.menu {
    line-height: 15px;
    padding: 0 0 0 4px;
}

.menu .sidenav-item .sidenav-link i:first-child {
    line-height: 40px;
    width: 60px;
}

.menu .sidenav-item .sidenav-link i:last-child,
.all-product>i:last-child {
    float: right;
    width: 30px;
    line-height: 40px;
}

.menu a,
.menu a:link,
.menu a:visited,
.menu a:focus,
span {
    color: #fff;
}

.left-menus ul li {
    position: relative;
}

.menu>.sidenav-item .sidenav-link {
    transition: all .3s ease;
}

.menu>.sidenav-item .sidenav-link:hover {
    background: var(--primary-color);
}
.menu>.sidenav-item {
    position: relative;
}

.topbar-menu ul li a {
    font-size: 12px;
    font-weight: 500;
    margin: 0 5px;
}
.top-items li {
    display: inline-block;
}

.top-items li:last-child {
    margin-right: 0;
}

.left-menus {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in;
    z-index: 9999;
}


/* Megadrop width dropdown */

.menu .megadrop {
    position: absolute;
    content: '';
    background: var(--primary-color);
    opacity: 0;
    left: 100%;
    top: 0;
    width: 700px;
    z-index: 99;
    /* display: none; */
    visibility: hidden;
    transition: all .3s ease;
}

.menu li:hover .megadrop {
    opacity: 1;
    /* display: block; */
    z-index: 999;
    visibility: visible;
}

.menu .megadrop .content{
    padding: 25px 10px;
    border-top: 1px solid #ffffff;
    margin-top: -1px;
}

.menu .megadrop .menu-title {
    margin-bottom: 20px;
    font-size: 13px;
    display: block;
}

.menu .megha-menu-item {
    margin: 0 0 0 2.2%;
}

.menu .megha-menu-item ul li {
    padding: 0;
    font-size: 11px;
    background: transparent;
    text-align: center;
    transition: ease-in-out 0.4s;
}

.menu .megha-menu-item ul {
    padding: 0;
    margin: 0;
    border-left: 1px solid #ebebeb52;
}

.menu .megha-menu-item ul li:hover {
    background: var(--secondary-color);
}

.menu .megha-menu-item ul li a {
    padding: 0px 0px 0px 10px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    transition: ease-in-out 0.4s;
    text-align: justify;
}

.menu .megha-menu-item ul li a:hover {
    background: var(--secondary-color);
}

.menu>li>ul li ul,
.menu li>ul li,
.menu>li>.megadrop,
.menu>li>ul,
.menu>li {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-outs;
}


/* top search */

.top-search p {
    font-size: 15px;
}

.top-search small {
    font-size: 12px;
}

.help {
    margin-left: 4.5rem;
}

button.carousel-control-prev {
    margin: 0 -35px;
}

button.carousel-control-next {
    margin-right: -35px;
}


/* hero slider */

.hero-product-slider img {
    height: 343px;
}


/* partner card */

.partner-img {
    height: 300;
    transition: all 2s ease-in-out;
}

.partner-card:hover img {
    transform: scale(1.1) translateX(10px) translateY(10px);
    transition: all ease-in-out 1s;
}

.partner-card .card-footer {
    z-index: 100;
}


/* accordion */

.categories-list .accordion-button::before {
    background-image: url("../img/plus.png") !important;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    margin-left: 0px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem;
    transition: transform 0.4s ease-in-out;
}

.accordion-button:not(.collapsed)::before {
    background-image: url("../img/minus.png") !important;
    width: 12px;
    height: 12px;
    margin-left: 0px;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-position: center;
}

.categories-list .accordion-button::after {
    background: none;
    content: "";
}

.categories-list .accordion-button {
    padding: 1rem 1.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.categories-list .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.categories-list .accordion-button {
    background: var(--primary-color);
    transition: ease-in-out 0.3s;
}

.categories-list .accordion-button:hover {
    background: var(--secondary-color);
}

.categories-list .accordion-button:not(.collapsed) {
    background-color: var(--secondary-color);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.categories-list .accordion-body li {
    line-height: 36px;
    transition: ease-in-out 0.4s;
}

.categories-list .accordion-body li:hover {
    background: var(--secondary-color);
    color: #fff;
}

.categories-list .accordion-body li a span {
    color: #000;
    transition: ease-in-out 0.4s;
}

.categories-list .accordion-body li:hover a span {
    color: #fff;
}

.btn:focus {
    box-shadow: none !important;
    outline: 0 !important;
}


/* product slider */

.product-block {
    background-color: #303030;
    overflow: hidden;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.product-block .image .img {
    display: block;
    width: 100%;
}

.product-block .product-meta {
    -moz-transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
    background-color: var(--primary-color);
    bottom: 0px;
    color: #ffffff;
    height: 110px;
    padding: 10px;
    position: absolute;
    transition: height 0.5s ease-in-out;
    width: 100%;
}

.product-block .image .img img {
    -moz-transition: -moz-transform 0.8s;
    -ms-interpolation-mode: bicubic;
    -webkit-transition: -webkit-transform 0.8s;
    border: 0px;
    height: auto;
    max-width: 100%;
    transition: transform 0.8s;
    vertical-align: middle;
    width: 100%;
}

.product-block .product-meta .name {
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.product-block .product-meta a {
    color: #ffffff;
    text-decoration: none;
}

.product-block .product-meta .spec {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.product-block .product-meta a {
    color: #ffffff;
    text-decoration: none;
}

.product-block .product-meta .big-price {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 1.5em;
    font-weight: 900;
    opacity: 0;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.product-block .product-meta .big-price .price-old {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    text-decoration: line-through;
}

.product-block .product-meta .big-price .price-old .sym {
    font-size: 13px;
    text-decoration: none;
}

.product-block .product-meta .big-price .sym {
    font-size: 14px;
    vertical-align: super;
}

.product-block .product-meta .big-btns {
    width: 100%;
}

.product-block .product-meta .big-btns .btn-view {
    margin-left: -200px;
}

.product-block .product-meta .big-btns .btn-addtocart {
    border-left: none;
    margin-right: -200px;
}

.product-block .product-meta .big-btns .btn {
    background-color: #f76b5c;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    padding: 10px 15px;
    overflow: hidden;
    width: 49%;
    background-color: var(--secondary-color);
    border: 1px #f76b5c solid;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.product-block:hover .big-btns .btn-view {
    margin-left: 0;
}

.product-block:hover .big-btns .btn-addtocart {
    margin-right: 0;
}

.product-block .product-meta .small-price {
    bottom: 30px;
    position: absolute;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 900;
    height: auto;
    opacity: 1;
    overflow: visable;
    width: auto;
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.product-block .product-meta .small-price .sym {
    font-size: 10px;
    vertical-align: super;
}

.product-block .product-meta .rating {
    bottom: 0px;
    color: #ff9e8f;
    font-size: 13px;
    height: 20px;
    margin-bottom: 10px;
    position: absolute;
    width: auto;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.product-block .product-meta .rating .fa-star {
    color: #ffffff;
}

.product-block .product-meta .small-btns {
    bottom: 0px;
    margin: 10px;
    position: absolute;
    right: 0px;
    border: 1px #ffffff solid;
}

.product-block .product-meta .small-btns button.btn {
    border-right: 1px #ffffff solid;
    border-radius: 0 !important;
    color: #ffffff;
    transition: 0.5s all;
}

.product-block .product-meta .small-btns button.btn:hover {
    background-color: var(--secondary-color);
}

.product-block .product-meta .small-btns button.btn:last-child {
    border-right: 0;
}

.product-block .product-meta .small-btns .btn {
    margin: 0px;
    outline: none;
    padding: 0px;
    text-align: center;
    width: 40px;
    padding: 5px 10px;
    background-color: transparent;
}

.product-block .product-meta .small-btns .btn i {
    display: initial;
    border: none;
    line-height: normal;
    font-size: 13px;
}

.product-block .meta-back {
    height: 110px;
    width: 100%;
}

.tooltip-inner {
    background-color: var(--secondary-color) !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--secondary-color);
}


/*slider product hover */

.product-block:hover .image>.img>img {
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
}

.product-block:hover .product-meta {
    bottom: 0px;
    height: 210px;
    position: absolute;
}


.product-block .image{
    background-color: var(--primary-color) !important
}

.product-block:hover .big-price {
    height: auto;
    opacity: 1;
    overflow: visible;
}

.product-block:hover .big-btns .btn {
    opacity: 1;
    overflow: visible;
}

.product-block:hover .small-price {
    transform: translateX(-100px);
}

.bg-secondery-color {
    background-color: var(--secondary-color);
}

.bg-third-color {
    background-color: #eeeeee;
}


/* slider btn */

.btn-arrow {
    background-color: var(--secondary-color);
    padding: 0.25rem 1.5rem;
    border: 0;
}

.slick-slide {
    margin: 0 0.75rem;
}

.bg-odd-color:nth-child(odd) .rectangle {
    background-color: var(--primary-color);
}

.bg-odd-color:nth-child(even) .rectangle {
    background-color: var(--secondary-color);
}

.rectangle {
    padding: 20px 15px;
    display: block;
    height: 100%;
    text-decoration: none;
}

.rectangle .banner h3 {
    color: #ffffff;
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin: 0px;
    padding: 10px 0px 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-lato);
}

.rectangle .banner p {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    text-align: center;
    margin: 0;
}

.main-nav-item a {
    border-right: 1px solid #ffffff;
}

.main-nav-item:last-child a {
    border-right: 0;
}


/* footer */

.footer-top {
    background: #333;
}

.f-title {
    font-size: 15px;
    color: #aaaaaa;
    font-family: var(--font-lato);
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-box p {
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 300;
}

ul.footer-list-items li {
    margin-bottom: 10px;
}

ul.footer-list-items li:last-child {
    margin-bottom: 0;
}

ul.footer-list-items li a {
    font-size: 14px;
    color: #aaaaaa;
    text-transform: capitalize;
    font-family: var(--font-roboto);
    font-weight: 300;
    transition: 0.5s ease-in-out;
}

ul.footer-list-items li:hover a {
    color: #666;
}

.get-in-touchs div {
    margin-bottom: 5px;
}

.get-icon span {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 2;
    text-align: center;
    padding: 3px 8px;
    border: 1px solid #ccc;
    color: #aaaaaa;
    border-radius: 3px;
    transition: 0.5s ease-in-out;
    font-weight: 300;
}

.get-icon span:hover {
    background: #666;
}

.get-item p {
    font-size: 12px;
    color: #666;
}

.get-item a {
    text-decoration: none;
    color: #d4d4d4;
    font-size: 13px;
    transition: 0.5s ease-in-out;
}

.get-item a:hover {
    color: #666;
}


/* copyright */

.copyright {
    background: #222;
}

.f-page-lists li,
.f-payments li {
    display: inline-block;
}

.f-page-lists li a {
    font-size: 14px;
    text-transform: capitalize;
    border-right: 1px solid #aaaaaa;
    padding-right: 5px;
    font-weight: 300;
    color: #aaaaaa;
}

.f-payments li a {
    text-decoration: none;
    display: block;
}

.f-page-lists li:last-child a {
    padding-right: 0;
    border-right: 0;
}

p.copyright-text {
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 300;
}


/* brand page */

.main-nav-items>ul>li {
    position: relative;
}

.main-nav-items>ul>li:first-child>a {
    width: 324px;
}

.main-nav-items>ul>li>a {
    border-right: 1px solid #fff;
}

.main-nav-items>ul>li:last-child>a {
    border: 0;
}

.sub-menu-items>ul>li>a {
    background: var(--secondary-color);
}

.main-nav-items>ul>li:hover .left-menus {
    opacity: 1;
    visibility: visible;
}


/* breadcrumb */

.breadcrumb li.active {
    color: #ffffff;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    margin-top: 6px;
}

.live-slider {
    width: 85%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.help-title {
    width: 15%;
    text-align: center;
    height: 100%;
    display: block;
    margin-top: 7px;
}

.opacity-1 {
    opacity: 1 !important;
}

button.left,
button.right {
    margin: 0 !important;
}

.single-page-image {
    float: left;
    width: 40%;
}

.categories-item.wrapper-rev {
    cursor: pointer;
}

.mega-menu-wrapper-rev {
    position: relative;
}

.toggle-menu-rev {
    position: absolute;
    top: 67px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0 12px;
    transition: .4s;
}

.toggle-menu-tr-rev {
    transform: translateY(-110%);
}

#wowslider-container1 a.ws_next>span,
#wowslider-container1 a.ws_prev>span {
    background: var(--secondary-color);
}

.ws-title-wrapper,
#wowslider-container1 .ws_bullets {
    display: none;
}

.add-review-button:hover {
    color: #b85656;
}

.single-product .nav-tabs .nav-item.show .nav-link,
.single-product .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: var(--secondary-color);
    border: none;
}

.single-product .nav-link {
    color: #fff;
    text-decoration: none;
    transition: none;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    padding: .7rem 1.8rem;
}

.single-product .nav-tabs .nav-link:focus,
.single-product .nav-tabs .nav-link:hover {
    color: #fff !important;
}

.single-product table tr td:first-child {
    white-space: nowrap;
}

.single-product table tr td:last-child {
    white-space: normal;
}

.rating-box {
    width: 130px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FBC02D;
    color: #fff;
    text-align: center;
}

.rating-label {
    font-weight: bold
}

.rating-bar {
    width: 300px;
    padding: 8px;
    border-radius: 5px
}

.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 5px
}

.bar-5 {
    width: 70%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-4 {
    width: 30%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-3 {
    width: 20%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-2 {
    width: 10%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-1 {
    width: 0%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.star-active {
    color: #FBC02D;
    margin-top: 10px;
    margin-bottom: 10px
}

.star-active:hover {
    color: #F9A825;
    cursor: pointer
}

.star-inactive {
    color: #CFD8DC;
    margin-top: 10px;
    margin-bottom: 10px
}

.product-rating-stars {
    color: rgb(252, 215, 3);
}

.product-rating-stars i {
    cursor: pointer;
    width: 25px !important;
}

.rating-header-bg {
    background: rgb(255, 230, 230);
}

.dropdown-toggle::after {
    display: none;
}

.sortable .dropdown-toggle {
    color: #333;
    transition: .3s;
    padding: 18px 0;
}

.sortable .dropdown-toggle:hover {
    background: var(--primary-color);
    color: #fff;
    transition: .3s;
}

.sortable .dropdown-menu {
    margin-top: 16px;
    padding-top: 0;
    width: 100%;
    background-color: var(--light);
    border: 0;
}

.sortable .dropdown-menu li a {
    color: #333;
    padding: 10px 7px;
    display: block;
    width: 100%;
}

.sortable .dropdown-menu li a:hover {
    background-color: #333;
    color: #fff;
}

.list-grid-view-btn {
    background: transparent;
    outline: none;
    border-right: 1px solid #dee2e6;
}

.list-grid-view-btn:hover {
    background: var(--secondary-color);
    color: #fff !important;
}

.product-filter-form .form-select:focus {
    box-shadow: none;
}

.testimonial-avatar {
    width: 170px;
    border-radius: 100%;
}

.brand-slider img {
    max-height: 100px;
}

.brand-slider .slick-track {
    display: flex;
    gap: 20px;
    align-items: center;
}
