:root {
    --var-theme-color: #ff5c00;
    --var-theme-dark: #cc4a00;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

.first-top-container {
    color: #000 !important;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    background: #f5f5f5 !important;
}

nav#top {
    background: #fff !important;
}

.container.first-top-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2rem;
}

.container.first-top-container>div {
    width: 25%;
}

div#top-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-info-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
}

img.cart-icon {
    background: var(--var-theme-color);
    padding: .5rem;
    border: 1px solid var(--var-theme-color);
    border-radius: 5px;
}

.header-area-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

/* .header-area-cont:not(:last-child) {
    margin-right: 2rem;
}

.header-area-cont:last-child {
    width: 15%;
} */

.header-area-cont {
    width: 33.3333333%;
}

.header-area-cont-span {
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 17px;
}

.card-area {
    position: absolute; 
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-area-cont-img {
    margin-right: 0.8rem;
}

.card-area>img {
    margin-right: 1rem;
}

header {
    background: var(--var-theme-color);
}

ul.menu-list {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* padding: 1.5rem; */
    margin-bottom: 0 !important;
    padding: 0 !important;
}

ul.menu-list>li {
    padding: 1.5rem;
    font-size: 13px;
    color: #fff;
    transition: .3s ease-in-out;
    margin-right: 1rem;
}

div#search {
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

ul.menu-list>li:hover {
    background: var(--var-theme-dark);
}

ul.menu-list>li:first-child {
    background: var(--var-theme-dark);
}

ul.vertical-menu-list {
    list-style-type: none;
}

ul.vertical-menu-list>li {
    padding: .8rem;
}

ul.vertical-menu-list>li>span>img,
ul.vertical-menu-list>li>span>i {
    margin-right: 1rem;
}

ul.vertical-menu-list>li:first-child {
    background: #000;
    text-transform: uppercase;
}

.col-sm-3.vertical-menu-area {
    padding: 0 !important;
    background: #fff;
}

ul.vertical-menu-list {
    padding: 0 !important;
}

ul.vertical-menu-list>li>span {
    letter-spacing: 1px;
    color: #000;
}

ul.vertical-menu-list>li:first-child>span {
    color: #fff;
    font-weight: bold;
}

ul.menu-list>li>span {
    font-weight: 600;
    letter-spacing: 1px;
}

ul.vertical-menu-list>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.two-banner-area {
    display: flex;
    width: 100%;
    margin-top: .7rem;
}

.triple-area {
    padding: 0 !important;
    margin-left: 0.5rem;
    width: calc(75% - 0.5rem);
}

.two-banner-area-img:first-child {
    margin-right: 1.75rem;
    width: calc(50% - 2rem);
}

.mySwiper {
    overflow: hidden;
    margin-top: 2rem;
}

.image.featured-img {
    position: relative;
}

.search-featured-button {
    position: absolute;
    top: 6rem;
    right: -4rem;
    transition: .15s ease-in-out;
}

.search-featured-button:hover {
    background-color: var(--var-theme-color);
}

.search-featured-button:hover i {
    color: #fff;
}

.cart-button {
    position: absolute;
    top: 8rem;
    right: -4rem;
    transition: .30s ease-in-out;
}

.cart-button:hover {
    background-color: var(--var-theme-color);
}

.cart-button:hover i {
    color: #fff;
}

.wishlist-btn {
    position: absolute;
    top: 10rem;
    right: -4rem;
    transition: .40s ease-in-out;
}

.wishlist-btn:hover {
    background-color: var(--var-theme-color);
}

.wishlist-btn:hover i {
    color: #fff;
}

.compare-btn {
    position: absolute;
    top: 12rem;
    right: -4rem;
    transition: .50s ease-in-out;
}

.compare-btn:hover {
    background-color: var(--var-theme-color);
}

.compare-btn:hover i {
    color: #fff;
}

.search-featured-button-up {
    position: absolute;
    top: 6rem;
    right: -4rem;
    transition: .15s ease-in-out;
    opacity: 0;
}

.search-featured-button-up:hover {
    background-color: var(--var-theme-color);
}

.search-featured-button-up:hover i {
    color: #fff;
}

.cart-button-up {
    position: absolute;
    top: 8rem;
    right: -4rem;
    transition: .30s ease-in-out;
    opacity: 0;

}

.cart-button-up:hover {
    background-color: var(--var-theme-color);
}

.cart-button-up:hover i {
    color: #fff;
}

.wishlist-btn-up {
    position: absolute;
    top: 10rem;
    right: -4rem;
    transition: .40s ease-in-out;
    opacity: 0;

}

.wishlist-btn-up:hover {
    background-color: var(--var-theme-color);
}

.wishlist-btn-up:hover i {
    color: #fff;
}

.compare-btn-up {
    position: absolute;
    top: 12rem;
    right: -4rem;
    transition: .50s ease-in-out;
    opacity: 0;

}

.compare-btn-up:hover {
    background-color: var(--var-theme-color);
}

.compare-btn-up:hover i {
    color: #fff;
}

.search-featured-button,
.cart-button,
.wishlist-btn,
.compare-btn,
.search-featured-button-up,
.cart-button-up,
.wishlist-btn-up,
.compare-btn-up {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.product-thumb>.image:hover .search-featured-button {
    right: .5rem;
}

.product-thumb>.image {
    transition: .3s ease-in-out;
}

/* .product-thumb>.image:hover {
    filter: brightness(75%) saturate(140%);
} */

.product-thumb>.image:hover .cart-button {
    right: .5rem;
}

.product-thumb>.image:hover .wishlist-btn {
    right: .5rem;
}

.product-thumb>.image:hover .compare-btn {
    right: .5rem;
}

.product-contain:hover .search-featured-button-up {
    opacity: 1 !important;
    right: .5rem;
}

.product-contain:hover .cart-button-up {
    opacity: 1 !important;
    right: .5rem;
}

.product-contain:hover .wishlist-btn-up {
    opacity: 1 !important;
    right: .5rem;
}

.product-contain:hover .compare-btn-up {
    opacity: 1 !important;
    right: .5rem;
}

.product-image-wrapper:hover .search-featured-button-up {
    opacity: 1 !important;
    right: .5rem;
}

.product-image-wrapper:hover .cart-button-up {
    opacity: 1 !important;
    right: .5rem;
}

.product-image-wrapper:hover .wishlist-btn-up {
    opacity: 1 !important;
    right: .5rem;
}

.product-image-wrapper:hover .compare-btn-up {
    opacity: 1 !important;
    right: .5rem;
}

.price>span {
    font-size: 16px;
}

.price-new {
    color: var(--var-theme-color);
    font-weight: bold;
    font-size: 19px;
}

.caption>h4>a {
    color: #000;
}

.caption>hr {
    border-top: 1.5px solid #e2e2e2;
}

.caption>h4 {
    margin-top: 20px;
}

.sale-area {
    position: absolute;
    top: 4%;
    right: 0.5rem;
    z-index: 9;
}

.label-sale {
    background: #63c54c;
}

.label-sale:before {
    content: "";
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #63c54c;
    position: absolute;
    top: -6px;
    right: -6px;
    transform: rotate(30deg);
}

.sale-product {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 7;
    border-radius: 50%;
    line-height: 45px;
}

span.featured-header {
    text-transform: uppercase;
    padding: 1.5rem;
    background: var(--var-theme-color);
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2px;
}

p.price {
    color: var(--var-theme-color) !important;
    font-weight: 600;
    font-size: 19px;
}

.discount {
    /* position: absolute; */
    /* right: 2rem; */
    float: right;
    width: 25%;
    text-align: center;
    background: var(--var-theme-color);
    border: 1px solid var(--var-theme-color);
    border-radius: 9px;
}

.discount>span {
    /* background: var(--var-theme-color); */
    color: #fff;
    font-weight: bold;
    display:
        inline-block;
    width: 47px;
    height: 21px;
    padding: 3px 0;
    text-align: center;
    line-height: 17px;
    position: relative;
    top: -2px;
}

.megamenu-nav {
    background-color: var(--var-theme-color) !important;
}

ul.megamenu {
    background-color: var(--var-theme-color);
}

.product-layout {
    background-color: #fff;
}

.price-area {
    height: 50px;
}

.row {
    margin: 0 !important;
}

.two-banner-home-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* .tb-home-content:first-child {
    margin-right: 1.9rem;
    width: calc(50% - 3.8rem);
} */

/* .tb-home-content:nth-child(2) {
    margin-left: 1rem;
    width: calc(50% - 2rem);
} */

.two-banner-area-img:nth-child(2) {
    margin-left: 1rem;
    width: calc(50% - 2rem);
}

span.price-old {
    text-decoration: line-through;
    font-size: 13px;
}

.product-layout {
    padding: 0;
}

.caption {
    padding: 1rem;
}


.product-contain-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.product-contain {
    display: flex;
    width: calc(25% - 1rem);
    flex-direction: column;
    position: relative;
    margin-bottom: .5rem;
    margin-top: .5rem;
    background: #fff;
}



.product-contain-image,
.product-contain-image>a {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product-contain-image>a>img {
    width: 100%;
}

.featured-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

/* .featured-name {
    margin-left: .5rem;
} */

.featured-wrapper4>.featured-top>.featured-name {
    background-color: #e8b35f;
}

.featured-wrapper4>hr {
    color: #e8b35f;
}

.featured-wrapper5>.featured-top>.featured-name {
    background-color: #e9597e;
}

.featured-wrapper5>hr {
    color: #e9597e;
}

.featured-wrapper6>.featured-top>.featured-name {
    background-color: #449df0;
}

.featured-wrapper6>hr {
    color: #449df0;
}

.featured-name>span {
    font-size: 13px;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: bold;
    letter-spacing: 2px;
}

/* 
.product-contain-bottom {
    padding: .5rem;
} */

.product-contain-bottom-name>a {
    color: #000;
    font-size: 15px;
}



ul.nav.nav-tabs>li {
    position: relative;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none !important;
}

.product-nav-tabs>li.active>a,
.product-nav-tabs>li.active>a:focus,
.product-nav-tabs>li.active>a:hover {
    border: 1px solid var(--var-theme-color) !important;
}

.featured-wrapper4>.featured-top>.featured-tab>.nav-tabs>li.active>a,
.featured-wrapper4>.featured-top>.featured-tab.nav-tabs>li.active>a:focus,
.featured-wrapper4>.featured-top>.featured-tab.nav-tabs>li.active>a:hover {
    color: #e8b35f;
    border-bottom: none !important;
}

.featured-wrapper5>.featured-top>.featured-tab>.nav-tabs>li.active>a,
.featured-wrapper5>.featured-top>.featured-tab.nav-tabs>li.active>a:focus,
.featured-wrapper5>.featured-top>.featured-tab.nav-tabs>li.active>a:hover {
    color: #e9597e;
    border-bottom: none !important;
}

.featured-wrapper6>.featured-top>.featured-tab>.nav-tabs>li.active>a,
.featured-wrapper6>.featured-top>.featured-tab.nav-tabs>li.active>a:focus,
.featured-wrapper6>.featured-top>.featured-tab.nav-tabs>li.active>a:hover {
    color: #449df0;
    border-bottom: none !important;
}

.featured-wrapper4>.featured-top>.featured-tab>.nav-tabs>li>a:hover {
    color: #e8b35f;
}

.featured-wrapper5>.featured-top>.featured-tab>.nav-tabs>li>a:hover {
    color: #e9597e;
}

.featured-wrapper6>.featured-top>.featured-tab>.nav-tabs>li>a:hover {
    color: #449df0;
}

.nav-tabs>li>a:hover {
    border-color: transparent !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.product-nav-tabs>li>a:hover {
    border-color: var(--var-theme-color) !important;
}

.product-nav-tabs>li>a:focus,
.product-nav-tabs>li>a:hover {
    color: #fff;
    background-color: var(--var-theme-color) !important;
}

.featured-wrapper4>.featured-top>.featured-tab>ul.nav.nav-tabs>li.active:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    top: -7px;
    border-right: 5px solid transparent;
    border-top: 5px solid #e8b35f;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 40%;
}

.featured-wrapper5>.featured-top>.featured-tab>ul.nav.nav-tabs>li.active:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    top: -7px;
    border-right: 5px solid transparent;
    border-top: 5px solid #e9597e;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 40%;
}

.featured-wrapper6>.featured-top>.featured-tab>ul.nav.nav-tabs>li.active:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    top: -7px;
    border-right: 5px solid transparent;
    border-top: 5px solid #449df0;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 40%;
}

.nav-tabs>li>a {
    font-weight: bold;
}

.payment-methode>.safety-icon {
    width: 35px;
    height: 35px;
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    background: url(/image/catalog/icon-full.png);
    background-position: -76px -234px;
}

.secure>.safety-icon {
    width: 35px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    background: url(/image/catalog/icon-full.png) no-repeat center;
    background-position: -80px -170px;
}

.support>.safety-icon {
    width: 35px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    background: url(/image/catalog/icon-full.png) no-repeat center;
    background-position: -78px -110px;
}

.shipment>.safety-icon {
    width: 35px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    background: url(/image/catalog/icon-full.png) no-repeat center;
    background-position: -79px -46px;
}

.safety-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0 1rem 0;
}

.safety-area>.swiper-wrapper {
    margin-bottom: 1rem;
}

.safety-text,
.safety-text>h5>a {
    color: #fff;
}

.safety-icon {
    margin-right: 1.5rem;
}

.product-banner>img {
    width: 100%;
}

ul.product-breadcrumb {
    position: absolute;
    top: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.product-breadcrumb>li>a>i {
    color: #fff !important;
    font-size: 16px;
}

ul.product-breadcrumb>li>span,
.sogo-breadcrumb>li>a {
    color: var(--var-theme-color);
    font-size: 16px;
    font-weight: bold;
}

.product-top-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-name-area {
    position: absolute;
    top: 35%;
    font-size: 30px;
    color: #fff;
}

.gallery-thumbs {
    width: 100%;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.gallery-thumbs>.swiper-wrapper>.swiper-slide>a>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs>.swiper-wrapper>.swiper-slide>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-top {
    margin-bottom: 1rem;
}

.safety-back {
    background: var(--var-theme-color);
    overflow: hidden;
}

.safety-area {
    margin-bottom: 1rem !important;
}

.fav-top-button {
    display: none;
}

div#power-price {
    flex-direction: row-reverse;
    color: var(--var-theme-color);
}

.product-fav {
    margin-right: 1rem;
}

.product-fav>button {
    background-color: transparent;
    border: 1px solid var(--var-theme-color);
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
    vertical-align: -0.2em !important;
}

button.product-fav-new>i {
    font-size: 19px;
    color: var(--var-theme-color);
}

.product-nav-tabs>.active>a {
    background-color: var(--var-theme-color) !important;
    color: #fff !important;
}

.product-nav-tabs {
    margin-top: 1rem;
    border-bottom: 1px solid var(--var-theme-color) !important;
}

.product-nav-tabs>li>a {
    text-transform: uppercase;
}

.product-image-wrapper {
    position: relative;
}

.product-layout.product-grid,
.product-layout.product-grid .product-card {
    overflow: hidden;
}

.product-nav-tabs>li>a {
    transition: .5s ease-in-out;
}

.tab-content {
    margin-top: 1rem;
}

.product-caption {
    padding: 1rem;
}

.product-name {
    color: #000;
    font-size: 15px !important;
}

.product-name-wrapper {
    padding: 0 0 .5rem 0 !important;
    border-bottom: 1px solid #ddd;
}

.product-price-wrapper {
    padding-top: .5rem;
}

span.product-new-price {
    color: var(--var-theme-color);
    font-weight: bold;
}

.product-price-wrapper>.product-new-price {
    font-size: 17px !important;
}

.product-contain-bottom-price {
    padding: 1rem;
}

.nav-tabs {
    border-bottom: none !important;
}

.product-contain-bottom-name,
.product-contain-bottom-price {
    padding: .5rem .5rem .5rem 1rem;
}

.product-contain-bottom {
    height: 140px;
}


.private-vertical ul.megamenu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.private-vertical .container-megamenu.horizontal,
.private-vertical .megamenu-wrapper,
.private-vertical .megamenu-container,
.private-vertical ul.megamenu>li,
.private-vertical ul.megamenu>li>a {
    width: 100%;
}

.home-first-row {
    margin-top: 0.5rem !important;
}

.private-vertical ul.megamenu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0 !important;
    padding: 0 !important;

}

.private-vertical ul.megamenu>li {
    padding: .8rem;
    font-size: 13px;
}

.private-vertical ul.megamenu>li>a {
    padding: 0 !important;
}

.private-vertical ul.megamenu>li>a {
    height: 1.62rem;
}

.private-vertical ul.megamenu>li {
    background: #fff;
}

.private-vertical ul.megamenu>li>a>strong {
    color: #000;
}

.private-vertical ul.megamenu>li:first-child {
    background: #000 !important;
    color: #fff;
}

.private-vertical ul.megamenu>li>a img {
    height: 22px !important;
}

.private-vertical ul.megamenu>li:hover>a {
    background-color: transparent !important;
}

ul.megamenu>li>a:hover,
ul.megamenu>li.active>a,
ul.megamenu>li.home>a,
ul.megamenu>li:hover>a {
    color: #fff !important;
    background: none !important;
}

.private-vertical ul.megamenu>li:first-child>a>strong {
    color: #fff !important;
}

.show-menu > i {
    font-size: 22px;
    color: #fff;
}