:root {
    --default-color: #000;
}
.header-html-top-container {
    background: #fff !important;
    justify-content: space-between;
    border-top: 2px solid var(--default-color);
    border-bottom: 2px solid var(--default-color);
    padding: 0 0.3rem !important;
}
.header-html-top-container .top-contact-content {
    display: flex;
    align-items: center;
    padding-left: .5rem;
}

.header-html-top-container .top-right-content {
    width: 30%;
    height: 100%;
    position: relative;
}

.header-html-top-container  ul {
    height: 100%;
}

.header-html-top-container .top-contact-content > a:not(:last-child) {
    margin-right: 1rem;
}

.header-html-top-container ul li {
    height: 100%;
    width: 33.3%;
}

.header-html-top-container ul li > a {
    height: 100%;
    display: flex;
    padding: .2rem;
    font-weight: 600;
}

.header-html-top-container .top-contact-content > a {
    /* padding: .5rem; */
    font-weight: 600;
}


.header-html-top-container .top-right-content::before {
    content: "";
    position: absolute;
    left: 0;
    background: var(--default-color);
    height: 100%;
    width: 1.5px;
}

.header-html-top-container ul li:not(:last-child) {
    border-right: 2px solid var(--default-color);
}

.header-html-top-container .top-contact-content > a:not(:first-child) {
    color: green;
}

.header-html-top-container .top-contact-content > a > i {
    font-weight: 600;
}
.header-top-container .mail-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--default-color);
    padding: .5rem;
    width: 25%;
}

.header-top-container .mail-content > span {
    font-size: 15px;
}

.header-logo > a {
    display: flex;
}

.header-logo > a > img {
    width: 40%;
}

.header-top-container .header-logo {
    margin: 0 !important;
    justify-content: flex-start;
}

.header-top-container {
    border-bottom: 2px solid var(--default-color);
    justify-content: center !important;
    align-items: center !important;
    padding: 15px 0;
}
.header-top-container .mail-content > button {
    font-size: 14px;
    background: #fff !important;
    padding: 0 20px;
}
.header-quick-menu {
    justify-content: end;
    align-items: flex-start;
}
.header-quick-menu > li > div {
    width: 100% !important;
}

.header-quick-menu > li > div > a {
    flex-direction: column;
}

.header-quick-menu > li > div > a > span {
    font-size: 12px;
    display: flex;
}

.header-quick-menu > li > div > a > i {
    font-size: 29px !important;
    margin: 0;
}

.header-quick-menu > li .cart-div {}

.header-quick-menu > li .cart-div > a {
    width: 100% !important;
    position: relative;
}

.header-quick-menu > li .cart-div > a > i {
    font-size: 24px !important;
    padding-bottom: .3rem;
}

.header-quick-menu > li {
    width: 24.3% !important;
}
.header-quick-menu > li > div > a .cart-count {
    position: absolute;
    top: 0;
    right: 40px;
}
.home-slider {
     top: 0px;
}

.scrolling-text-content {
    display: flex !important;
    border-bottom: 2px solid var(--default-color);
}

.scrolling-text-content .owl-item {
    margin: 0 !important;
}
.scrolling-text-content .owl-item .item {}

.scrolling-text-content .owl-item .item > span {
    font-size: 13px;
}
.tab-featured-container {
    margin-top: 1rem;
}

.tab-featured-container .vertical-tab {
    /* border-top: 1px solid; */
}

.tab-featured-container .vertical-tab .tab-contain {
    display: flex;
    border-bottom: 2px solid var(--default-color);
    justify-content: center;
}
.tab-contain > li.active > a, .tab-contain > li.active > a:focus, .tab-contain > li.active > a:hover {
    border-color: var(--default-color) !important;
    border-radius: 0;
    border: 0;
    border-bottom: 0;
    cursor: pointer;
}
.tab-featured-container .vertical-tab .tab-contain li > a:focus, .tab-featured-container .vertical-tab .tab-contain li > a:hover{
    background: unset;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
}
.tab-featured-container .vertical-tab .tab-contain li {
    width: 25%;
    border: none !important;
}

.tab-featured-container .vertical-tab .tab-contain li > a {
    transition: .25s ease-in-out;
    border-radius: 0;
    border-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-top: none !important;
}
.tab-featured-container .vertical-tab .tab-contain li:not(:first-child) > a {
    border-left: 2px solid var(--default-color);
}
.tab-featured-container .vertical-tab .tab-contain li:nth-child(1) > a::before {
    content: "\F589";
    font-family: "bootstrap-icons";
}

.tab-featured-container .vertical-tab .tab-contain li:nth-child(1) > a::after {
    content: "\F589";
    font-family: "bootstrap-icons";
}
.tab-featured-container .vertical-tab .tab-contain li.active > a {
    background: var(--default-color);
    margin: 0;
    color: #fff;
}
.sogo-product-container .product-right .product-details-upper .name-fav .product-name {
    width: 100%;
}



.sogo-product-container .product-right .product-details-middle .product-options .power-option .list-option > li {
    width: 65px !important;
}

div#formModal {
    background: #0000009e;
}

.modal-content {
    padding: 1rem;
    top: 15% !important;
}

.formModalClose-container {
    position: absolute;
    top: 0;
    right: 0;
}

.formModalClose-container > button {
    border: none;
    background: none;
    font-size: 22px;
}

.header-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.header-middle .newsletter-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.header-middle .newsletter-wrapper .newsletter-group {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.header-middle .newsletter-wrapper .newsletter-group input#newsletter {
    border: 1px solid #ddd!important;
    padding: 5px 10px;
}

.header-middle .newsletter-wrapper .newsletter-group .newsletter-button {border: 1px solid #ddd!important;}