ul.left-top-menu {
    width: 50%;
    display: flex;
    margin-left: 12%;
}

ul.right-top-menu {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    float: right;
    margin-right: 12%;
}

.left-top-menu>li,
.right-top-menu>li {
    margin-right: 1rem;
}

.right-top-menu>li>a>i {
    margin-right: 0.3rem;
}

.left-top-menu>li>a,
.right-top-menu>li>a {
    color: #fff !important;
}

.left-top-menu>li>a:hover,
.right-top-menu>li>a:hover {
    color: #1b757e !important;
}

.header-center-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.four-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.four-banner-content {
    position: relative;
    margin: .5rem;
}

.four-banner-content>span {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: rgba(96, 72, 78, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    letter-spacing: 0.1rem;
}

.four-banner-title {
    margin-top: 4rem;
    text-align: center;
    font-size: 26px;
    color: var(--var-theme-color);
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.plural-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    padding: 0 !important;
}

.plural-banner-content {
    margin: .5rem;
    width: calc(25% - 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
}


.six-banner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.six-banner-content {
    position: relative;
    margin: .5rem;
    margin-bottom: 2rem;
    width: calc(33.3333%-1rem);
}

.six-banner-content>button {
    position: absolute;
}

.six-banner-caption {
    display: inline-grid;
}

.global-btn {
    background: none;
    padding-left: 0;
    color: #61c2b9;
    font-weight: bold;
}

.six-banner-caption>span:first-child {
    color: rgba(64, 72, 78, 0.4);
    font-weight: bold;
}

.six-banner-caption>span:last-child {
    color: var(--var-theme-color);
}

.global-btn:hover {
    color: #61c2b9;
}

.six-banner-caption>span {
    font-family: 'Brandon Text';
}

.global-btn:active {
    box-shadow: none;
}

.global-btn:focus {
    color: #61c2b9 !important;
}

.four-btm-banner {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.four-btm-content>img {
    margin: .5rem;

}

.four-btm-button>button {
    float: right;
    background: none;
    font-weight: bold;
}

.four-btm-button>button:active {
    box-shadow: none;
}

.four-btm-button>button:focus,
.four-btm-button>button:hover {
    color: #dab53f;
}

.four-btm-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.four-btm-button {
    position: absolute;
    top: 0;
    right: 11rem;
    color: #dab53f;
}

.plural-banner-content>img {
    width: 50%;
    float: right;
}

.plural-banner-text>span>a:first-child {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--var-theme-color);
}

.plural-banner-text>p {
    color: #b73121;
}

.plural-banner-text>p>span {
    font-weight: bold;
    font-size: 23px;
}

.plural-banner-text {
    padding-left: 0.5rem;
}

footer {
    background: var(--var-theme-color);
    color: #B2B6B8;
    box-shadow: none !important;
    bottom: 0;
}

.single-banner>img {
    width: 100%;
}

.special-featured {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.special-featured-content {
    margin: .5rem;
    width: calc(25% - 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-height: 179px;
}

.special-featured-content-img>img {
    width: 25%;
}

.special-featured-content-img>img {
    width: 268px;
    max-height: 179px;
}

.special-featured-content-price {
    position: absolute;
    background: #134e54;
    padding: 0.5rem;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    border: 1px solid #134e54;
    border-bottom-right-radius: 10px;
}

.special-featured-content-name {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    color: #fff;
    left: 0;
    padding: 0.5rem;
}

.categories-banner-content>img {
    margin: .5rem;
    width: calc(100% - 1rem);
}

.categories-banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-banner-content {
    width: 50%;
    position: relative;
}

.categories-banner-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 10rem;
    right: 20%;
    left: 20%;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 9px;
    font-size: 15px;
    text-align: center;
}

.dif-banner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
}

.three-vertical {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
}

.three-vertical .vertical-text-area,
.vertical-image {
    margin-left: .8rem;
    margin-top: 0;
    margin-bottom: 0;
    /* width: 80%; */
}

.single-dif-banner>img {
    width: 100%;
}

.vertical-image>img {
    width: 100%;
}

.vertical-image {
    display: flex;
    flex-direction: column;
}

.vertical-image>img:not(:last-child) {
    margin-bottom: .8rem;
}

.vertical-text-area>h3 {
    margin-top: 0 !important;
    letter-spacing: 5px;
    font-weight: 600;
}

.three-flex-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    overflow: hidden;
    position: relative;
}

.flex-with-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: #1b757e;
    position: absolute;
    width: 400px;
    height: 100%;
    padding-bottom: 5rem;
}

.flex-banner-content {
    width: 100%;
}

.div-margin {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.flex-with-text>span,
.flex-with-text>h3 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 5px;
    text-align: center;
}

.flex-button {
    background: transparent;
    border: 1px solid #fff;
    padding: .8rem 1.8rem;
    color: #fff;
    margin: 2rem;
    font-weight: bold;
}

.flex-with-text span {
    color: #73aab0;
}

.flex-with-text>h3 {
    color: #fff;
    font-size: 30px;
}

.flex-banner-content img {
    width: 100%;
}

.flex-button:hover {
    color: #fff;
}

.flex-button:focus {
    box-shadow: none;
    color: #fff;
}

.flex-button:active {
    color: #fff;
}

.category-full-banner>img {
    width: 100%;
}

.category-name-title {
    text-align: center;
    padding: 1rem;
}

.product-price-wrapper>span:nth-child(2) {
    margin-left: 1rem;
    padding-bottom: 0 !important;
    color: var(--var-theme-orange);
    font-weight: bold;
}

.sogo-select {
    appearance: none;
    padding: .3rem;
    border: 1px solid transparent;
    border-radius: 7px;
    background: #f5f5f5;
    color: var(--var-theme-color);
    font-weight: bold;
    font-family: 'Brandon Text';
    font-size: 15px;
}

.product-left>ul>li:first-child {
    width: 70%;
}

.four-banner-img,
.four-btm-content>img,
.six-banner-content-img,
.special-featured-content-img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.plural-banner-content {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#input-sort::before {
    content: '\f362';
}

.animated-title>span {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #231557 0%,
            #d0782a 29%,
            #A8B4BD 67%,
            #40484E 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 25px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.product-price>span:nth-child(2) {
    color: var(--var-theme-orange);
    font-weight: bold;
    margin-left: 5px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
    font-size: 30px;
    font-weight: bold;
}

.gallery-thumbs {
    margin-right: 0.5rem;
    width: calc(20% - 1rem);
}

.gallery-thumbs>.swiper-slide-thumb-active {
    border: 3px solid #999;
}

.my-img {
    width: 100%;
}

.btn-div-product>button {
    background-color: var(--var-theme-lights) !important;
    border-radius: 4px;
}

.fav-top-button {
    position: absolute;
    z-index: 1;
    margin-top: 1rem;
    margin-right: 1rem;
}

.fav-top-button>button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.product-name>span {/* width: 100%; */}

div#power-model::after {
    content: ' )';
}

div#power-model::before {
    content: '( ';
}

.product-name {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}
div#power-model {
    display: flex;
    align-items: center;
    justify-content: center;
}
.collapsible-exp-btn {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 18px 18px 18px 9px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    border: 2px solid transparent;
    border-radius: 10px;
}

.collapse-desc-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.collapsible-exp-btn:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}