html,
body {
    background: var(--body-bg);
    font-family: 'SF Pro Display', sans-serif;
    height: 100%;
}

h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

p {
    margin: 0px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
.p-15 {
    padding: 15px;
}
.p-top-15 {
    padding-top: 15px;
}
.m-t-15 {
    margin-top: 15px;
}
.p-30 {
    padding: 30px;
}
.p-top-30 {
    padding-top: 30px;
}
.m-t-30 {
    margin-top: 30px;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
.table-bordered {
    border: 1px solid #ddd;
}
.bnt {
    width: 303% !important;
    max-width: 303% !important;
}
.table > thead > tr > td {
    padding: 12px;
}
.table > tbody > tr > td {
    border-top: 1px solid #e6eaed;
    padding: 20px 12px;
}

.table-bordered > thead > tr > td {
    border: 1px solid #e6eaed;
    padding: 12px;
}
.table-bordered tbody > tr > td,
.specification-tab tbody > tr > td {
    border-top: 1px solid rgba(0, 150, 136, 0.1);
}
.text-left {
    text-align: left;
}
.btn:hover {
    color: #ffffff;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent !important;
}

.f-out {
    visibility: hidden !important;
    transition: visibility 0s linear 500ms, opacity 500ms;
    opacity: 0;
}
.f-in {
    transition: visibility 0s linear 500ms, opacity 500ms;
    visibility: visible !important;
    opacity: 1;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.search-icon-mobile a.th-ib-items.cart-toggler.mc-toggler {
    display: inline-block;
    margin-right: 10px;
}

.f-btn .material-symbols-outlined,
.cart-btn .material-symbols-outlined{
    color: var(--mainwhite);
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-top-content {
    display: flex;
    align-items: center;
}
.ht-content.logo {
    flex: 0 0 auto;
}
.ht-content.logo a {
    padding: 0px 0;
    display: inline-block;
}
.logo img {
    height: 95px;
    width: auto;
}
.ht-content.search {
    flex: 1 1 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ht-content.actions {
    flex: 0 0 auto;
}
.search select {
    background: #ffffff;
    border: medium none;
    border-radius: 0;
    height: 43px;
    vertical-align: top;
    border-right: 1px #072539 solid;
    padding: 0 0 0 15px;
    font-size: 15px;
    font-weight: 400;
    color: #232f3e;
    float: left;
    width: 150px;
    outline: none;
}
.search .input-group {
    position: relative;
    width: 550px;
}
.search input {
    background: #ffffff;
    border: none;
    border-radius: 0;
    color: #444;
    font-size: 15px;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    outline: none;
}
.search button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: #fff;
    color: var(--maincolor);
    font-size: 14px;
    cursor: pointer;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border: none;
    height: 38px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    max-height: 365px;
    overflow: auto;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
#search .dropdown-menu .search-item {
    border-bottom: 1px solid #e1e4e7;
}
.search-item.remainder-count {
    text-align: center;
}
#search .dropdown-menu .search-item a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    white-space: normal;
}
#search .dropdown-menu .search-item .image {
    float: left;
    width: 60px;
    background: #fafafa;
}
#search .dropdown-menu .search-item .image img {
    max-width: 60px;
}
#search .dropdown-menu .search-item .name {
    margin-left: 70px;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
    color: #2b2828;
}
#search .dropdown-menu .search-item .price {
    font-size: 14px;
    margin-left: 70px;
    font-weight: 600;
    color: #222;
}
.ht-content .customer-area {
    display: flex;
    margin-right: 20px;
    margin-left: 30px;
    padding-right: 20px;
}
.customer-area a:hover {
    border:none !important;
}

.customer-area a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: white;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
}
.customer-area .account-link {

}
.customer-area .h-quick-link {
    padding: 0 10px;
    color: var(--defaultTextColor);
}
.customer-area .h-quick-link .material-symbols-outlined {
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

.customer-area .account-link a > span {
    width: 24px;
    height: 24px;
}

.customer-area .h-quick-link:hover .text {
    opacity: 1;
}
.right-bar {
    display: flex;
    justify-content: flex-end;
    margin-top: 1px;
}
.btn-account {
    text-align: center;
    color: #fff;
}
.btn-account span {
    display: block;
}
.btn-account i {
    font-size: 18px;
}
.items .filter.category:nth-child(n+1) {
    display: none;
}
.panel .filters .filter-group:nth-child(-n+3) .items {
    display: block;
    padding: 18px;
}
.panel .filters .filter-group .items{
    max-height: 250px;
    overflow: auto;
}
.btn-pcb {
    line-height: 40px;
    padding: 0 10px;
}

.btn-pcb .top-pc-builder-icon svg {
    color: #ffffff; /* default color white */
    transition: color 0.3s ease;
}

.btn-pcb:hover .top-pc-builder-icon svg {
    color: #EA4335; /* red on hover */
}

.btn-ob {
    margin-left: 20px;
    background: black;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    padding-top: 12px;
}

.btn:hover {
    animation: vibrate 0.3s linear infinite;
  }

  @keyframes vibrate {
    0% { transform: translate(0); }
    20% { transform: translate(-2, 2px); }
    40% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, 2px); }
    80% { transform: translate(1px, -1px); }
    100% { transform: translate(0); }
  }

.top-bar-cart-btn.btn-account {
    margin-left: 80px;
}
.btn-pcb span {
    margin-left: 6px;
    font-weight: 700;
}
.btn-pcb span {
    margin-left: 6px;
        font-weight: 700 !important;
}

.fttt {
    margin-bottom: 35px !important;
    font-size: 18px;
    color: white;
}
section.footer-top {
    /* background: var(--maincolor); */
    padding: 25px 0;
}
.footer-content {
    background: var(--metblack);
    padding: 60px 0px 30px;
}
.contact-access .contact-item a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    opacity: 0.6;
    display: inline-block;
}
.contact-access .contact-item .material-symbols-outlined {
    color: white;
    margin-right: 10px;
    opacity: 0.5;
}
.footer-widget h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #fff;
}
.footer-widget ul li {
    opacity: 0.6;
    line-height: 100%;
}
.footer-widget ul li:hover {
    opacity: 1;
}

.footer-widget p {
    font-size: 13px;
    color: #fff;
    opacity: 0.5;
}
.footer-widget ul li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}
.footer-widget ul li:hover a {
    color: var(--maingreen);
}
.footer-widget p.copyright {
    font-size: 13px;
    color: #fff;
    opacity: 0.5;
    margin: 15px 0 0;
}
.connected h4 {
    position: absolute;
    top: -12px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    background: #212121;
    padding: 0 10px;
}
.socila-links ul li {
    border: 1px solid #fff;
    padding: 6px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}
.socila-links ul li:hover {
    background: #ffcc00 !important;
    color: black !important;
}
.icon-sprite {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/social-icon.png) no-repeat 0 0;
    background-size: 275px 65px;
    background-position: -14px -10px;
}
.icon-sprite.twitter {
    background-position: -45px -10px;
}

.icon-sprite.linkedin {
    background-position: -153px -10px;
}

.icon-sprite.youtube {
    background-position: -248px -10px;
}

.icon-sprite.instagram {
    background-position: -80px -10px;
}
.socila-links ul li a {
    color: #fff;
}
.socila-links ul li:hover {
    opacity: 0.8;
}
.socila-links ul li i {
    font-size: 20px;
}
.socila-links ul li:last-child {
    margin-right: 0;
}
.home-btn-complain {
  transition: background 0.3s ease, color 0.3s ease !important; /* Smooth transitions */
}
.home-btn-complain:hover {
  background: #ffcc00 !important; /* Background color on hover */
  color: black !important; /* Text color on hover */
}
.footer-content .footer-widget .subscribe-email {
    width: 283px;
    position: relative;
    margin: 20px auto 0;
}
.footer-content .footer-widget .subscribe-email input {
    background: #fff;
    padding: 11px 15px;
    font-size: 14px;
    border-radius: 5px;
    border: 0;
    width: 100%;
    padding-right: 100px;
    cursor: pointer;
}
.footer-content .footer-widget .subscribe-email button {
    background: #039684;
    color: #fff;
    border: 0;
    padding: 10px;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
}
.copy-right {
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    background: #212121;
    padding: 10px;
    margin-top: 30px;
}
.copy-right p {
    margin: 0;
}
p.developer-text {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 100%;
    opacity: 0.6;
    text-align: center;
}
p.developer-text a {
    font-size: 14px;
    color: #ffcc00;
    font-weight: 600;
    line-height: 100%;
    display: inline-block;
}
p.developer-text a:hover {
    color: #fff;
}
/*end region*/

/* region braedcumb*/
.breadcrumb {
    border-radius: 0 0 5px 5px;
    margin: 20px 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.breadcrumb li {
    display: inline-block;
    line-height: 100%;
}
.breadcrumb li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 375px;
    margin-left: 10px;
}
.breadcrumb li a > img {
    width: 20px;
    height: 20px;
}
.breadcrumb li:after {
    content: "\e5e1";
    margin-left: 10px;
    font-family: "Material Symbols Outlined";
    font-size: 10px;
    top: 1px;
    position: relative;
}
.breadcrumb li:last-child:after {
    display: none;
}
/*endregion*/

/*region pagination */

.pagination li {
    display: inline-block;
    color: #6e6f70;
    padding: 6px 15px;
    text-decoration: none;
    transition: background-color 0.3s;
}
.pagination li:first-child {
    padding: 6px 15px 6px 0px;
}
.pagination li:last-child {
    padding: 6px 0px 6px 15px;
}
.pagination li.active {
    background-color: black;
    color: #ffffff;
}
.pagination-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.pagination-main .show-item-no p.pull-right {
    text-align: center;
}
/*endregion*/

/*region overlay background*/
.overlay.open {
    display: block;
}
.overlay {
    content: "";
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: none;
}
/*endregion*/

/*region cart-shopping*/
.cart-btn {
    position: fixed;
    bottom: 160px;
    right: 1rem;
    z-index: 9999;
    background: var(--maincolor);
    height: 59px;
    width: 59px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    padding: 5px 15px;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 21%);
    border-radius: .5rem;
    border: 1px solid #f2f4f8;
}

.section_title{
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
}


.cart-btn p {
    font-size: 8px;
    font-weight: 800;
}
.cart-btn:hover {
    background: var(--maingreen);
    color: var(--mainwhite);
}
.cart-btn:hover span,
.cart-btn:hover p{
    color: var(--maincolor);
}

.cart-btn .total-items .counter {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--metblack);
    line-height: 20px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.mini-cart {
    position: fixed;
    right: -360px;
    top: 0;
    background: #f3f3f3;
    height: 100%;
    width: 360px;
    z-index: 999999;
    max-width: 360px;
    transition: all 300ms ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.mini-cart.open {
    right: 0;
}

.mini-cart .loader {
    position: absolute;
    top: 47%;
    left: 42%;
}

.header-title {
    background: var(--metblack);
    display: flex;
    padding: 5px;
    align-items: center;
}

.close-icon {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    line-height: initial;
}
.mini-cart p {
    text-align: center;
    margin: 0 auto;
    color: #fafafa;
    font-weight: 600;
}
.mini-cart .cart-empty p {
    color: var(--maincolor);
}
.mini-cart .content {
    overflow-y: auto;
    height: 100%;
}
.mini-cart .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(55, 73, 187, 0.1);
}
.promotion-code {
    padding: 7px 10px;
}
.promotion-code input {
    padding: 8px;
    margin-right: 4px;
    font-weight: 700;
    border: none;
}
.promotion-code button {
    margin-left: -4px;
    width: calc(25% - 4px);
    background: var(--maincolor);
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
}
.data-table, .flex-table{
    /*width: auto !important;*/
}
.promotion-code button:hover {
    background: var(--maincolor);
    color: var(--maingreen);
    border:  1px solid var(--maingreen);
}
.mini-cart .total {
    background: var(--metblack);
    color: var(--white);
    padding: 9px;
    border-bottom: 1px solid #bfbebe52;
    font-size: 16px;
    font-weight: 500;
}
.mini-cart:last-child .total {
    border: none;
}
.mini-cart .title {
    color: #fafafa;
    float: left;
    width: 65%;
}
.mini-cart .amount {
    text-align: right;
    color: var(--mainwhite);
}
.checkout-btn button {
    background: var(--maingreen);
    width: 100%;
    padding: 12px;
    border: 3px solid var(--maincolor);
    color: #fafafa;
    font-weight: 700;
    cursor: pointer;
}
.checkout-btn button:hover{
    background: var(--secondarycolor);
    border: 3px solid var(--maingreen);
    color: var(--mainwhite);
}

.item-wrap:last-child {
    margin-bottom: 220px;
}

.item-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    position: relative;
}
.item-wrap .item {
    width: 75%;
    position: relative;
    padding: 10px;
    font-size: 13px;
}
.amount-item {
    font-weight: 700;
    align-items: center;
    display: flex;
    border-left: 1px solid #333;
    padding-left: 5px;
}
.item-cancel {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.item-wrap .image {
    float: left;
    margin-right: 5px;
    width: 20%;
}
.item-wrap .name {
    line-height: 18px;
    float: right;
    width: 75%;
}
.cart-price {
    margin-top: 10px;
}
.item-wrap .side-cart-price {
    float: left;
    width: 42%;
    margin-top: 3px;
    font-weight: 500;
}
.item-wrap .side-cart-price .symbol {
    margin-right: 3px;
}
.quantity-wrapper {
    display: flex;
    float: right;
}

.quantity-btn .value {
    width: 26px;
    background: var(--maincolor);
    display: inline-block;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 20px;
    padding-bottom: 0px;
    cursor: pointer;
}
.quantity-btn span.add-down.value {
    border-radius: 50px 0 0 50px;
}

.quantity-btn span.add-up.value {
    border-radius: 0 50px 50px 0;
    font-size: 15px;
}

.multiplication-item {
    float: right;
}

.quantity-btn .value[disabled] {
    background: rgba(0, 0, 0, 0.41);
}

.quantity-btn .quantity {
    width: 28px;
    border: none;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid var(--maincolor);
    border-bottom: 1px solid var(--maincolor);
    border-radius: 0;
    height: 26px;
}

.error {
    margin-top: 5px;
    display: inline-block;
}
.error span {
    background-color: yellow;
}
.empty-content {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.bounce {
    animation: bounce 0.9s ease-in-out;
}
.common-home .product-info-all {
    margin: -11px 0px 0px;
    font-size: 15px;
}

.categorie-list .product-info {
    padding: 0px 0 5px;
}
.categorie-list .product-info .product-title {
    margin: 25px 0 0;
}
.categorie-list .product-info .price {
        margin: 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.categorie-list .product-info button{
    padding: 5%;
}



.common-home .product-info-all h1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 20px;
}
.common-home .product-info-all p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #01132d;
    line-height: 26px;
}
@keyframes bounce {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(0, -20px);
    }
    40% {
        transform: translate(0, 5px);
    }
    65% {
        transform: translate(0, -10px);
    }
    80% {
        transform: translate(0, 2px);
    }
    90% {
        transform: translate(0, -5px);
    }
    100% {
        transform: translate(0, 0);
    }
}

/*endregion*/


/* region alert message*/
.alert {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #0b2851;
    border-radius: 0;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    margin: 20px 0;
    padding: 8px 14px;
    position: relative;
}
.alert button.close {
    background-color: rgb(11 40 81);
    color: #fff;
    font-weight: 300;
    line-height: 10px;
    opacity: 1;
    padding: 5px 4px;
    position: absolute;
    right: 10px;
    top: 7px;
    border: none;
    outline: none;
}
.alert .close {
    float: right;
    font-size: 21px;
    text-shadow: 0 1px 0 #fff;
}
.alert.alert-danger span {
    color: white;
}
.alert.alert-danger {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    background: #c83d3d;
    color: white;
    border-radius: 5px;
    border: none;
}
.text-danger {
    color: red;
}
/*endregion*/

/*after buy notification*/
.notification {
    position: fixed;
    top: 0;
    width: 100%;
    height: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    background: black;
    overflow: hidden;
    transition: height 0.2s;
    z-index: 100;
    line-height: initial;
}

.notification a {
    color: #ffcc00;
    font-weight: 700;
}

.notification.active {
    padding: 15px 0;
    height: 50px;
}

.notification.active.error {
    margin-top: 0;
    background: #ff0000;
}

/*endregion*/

/*region info_form*/
.info_form input {
    width: 100%;
    padding: 10px;
    padding-left: 15px;
}

.info_form textarea {
    width: 100%;
    margin-top: 20px;
    height: 120px !important;
    padding: 15px;
}
.info_form input.btn {
    width: auto;
    padding: 10px 40px;
    margin-top: 10px;
}

.info_form fieldset {
    border: 0;
    padding: 0;
}
/*endregion*/

/*region Popup*/
.popup {
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}

.popup-inner {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 90%;
    border-radius: 3px;
    text-align: center;
}

.popup-inner h1 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
}

.popup-inner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.popup-close {
    width: 34px;
    height: 34px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -5px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    border: solid 4px #f00;
    background: #f00;
    cursor: pointer;
}

.popup-close:after,
.popup-close:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    height: 4px;
    width: 16px;
    border-radius: 30px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: #f00;
    text-decoration: none;
    border-color: #ff4e19;
}

.popup-close:hover:after,
.popup-close:hover:before {
    background: #fff;
}

.lb-body img {
    max-width: 100%;
}
.popup-inner .lb-footer {
    color: #fff;
    text-align: left;
    margin-top: 10px;
}

.popup-inner .lb-footer .title {
    float: left;
}

.popup-inner .lb-footer .counter {
    text-align: right;
}

.popup .button {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: none;
    left: 20px;
    line-height: 0;
    opacity: 0.9;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

.popup .button.prev {
    border-right: 30px solid #3f3f3f;
    z-index: 99;
}

.popup .button.next {
    border-left: 30px solid #3f3f3f;
    right: 20px;
    left: auto;
}

.popup .button:after {
    content: "";
    position: absolute;
    top: -12px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.popup .button.prev:after {
    right: -27px;
    border-right: 22px solid #fff;
}

.popup .button.next:after {
    left: -27px;
    border-left: 22px solid #fff;
}

.popup span.button i {
    line-height: 0;
}

/*endregion */

/*region quick-category*/
.quick-category {
    padding: 10px 0;
    font-weight: 700;
    display: none !important;
}

.quick-category .top-item {
    text-align: center;
    font-size: 10px;
    width: 15%;
    color: #fff;
}

/*endregion*/

/*region Loader*/
.loader {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: none;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 10px solid black;
    border-bottom: 10px solid black;
    border-left: 10px solid #ddd;
    border-right: 10px solid #ddd;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*endregion*/

/*region 404page*/
.not-found-page {
    margin: 50px 0;
}

/*endregion*/
.all-brand-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
    margin-bottom: 40px;
}

.all-brand-wrapper .brand-wrap {
    background: white;
    box-shadow: 0px 1px 20px 1px var(--maincolor)00008;
    text-align: center;
}
/* Responsive Css */


/*foter category new*/
.new-footer-catagory-icons-place {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    background: var(--maingreen);
    display: flex;
    align-items: center;
    justify-content: center;
}
.find-btn-location:hover{
    background:none !important;
    color:black !important;
}
.ff-inner-box {
    display: grid;
    grid-template-columns: 80px auto;
    height: 100%;
}
.new-ic {
    display: inline;
    line-height: 100%;
}
.new-ic i {
    font-size: 40px;
    color: black;
    line-height: 100%;
    width: inherit;
    height: inherit;
    display: block;
}
.new-categor-offer-in {
    padding: 18px 20px;
}
.new-m-hide {
    color: var(--maincolor);
    font-size: 12px;
    opacity: 0.5;
}
.home-btn-complain {
    border: 1px solid var(--main-color);
    height: auto;
    font-size: 1.2rem;
    font-size: 12px;
    padding: 10px 20px;
    text-align: center;
}
.socila-links ul li{
    opacity: 1;
}


.btn-complain{
    border: 1px solid var(--maincolor);
    height: auto;
    background: var(--maincolor);
    font-size: 1.2rem;
    border-radius: 5px;
    width: 22%;
    height: 55px;
    margin-top: 35px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#input-description{
    height: 50px;
}

.home-btn-complain:hover,
.btn-complain:hover{
    background: var(--main-color);
}
.mdl-compare h4 {
    margin-top: 12px;
    font-family: 'Open Sans' !important;
    color: var(--maincolor);
    text-align: center;
    margin-bottom: 3px;
    font-size: 25px;
    line-height: 20px;
}
.mdl-compare p {
    font-family: 'Open Sans' !important;
    color: #fff;
    text-align: center;
    margin: 10px 14px;
    font-size: 12px;
    opacity: 0.5;
}
.st-outline:hover{
    background:black;
}
.actions button.btn-cart:hover {
    background: var(--maingreen);
    color: var(--maincolor);
}
.about-image-wrapper img{
    width: 100%;
    box-shadow: 20px 20px 2px var(--main-color);
    background-position: relative;
    background-position: center;
    background-size: cover;
}
.teams-list-section-area {
    background-image: url(/catalog/view/theme/kochipata/image/service-bg.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 80px;
}
.contact-inner-page {
    border: 1px solid var(--secondaryBg);
    padding: 30px;
    box-shadow: 0.5px 0.866px 10px 0px rgb(0 0 0 / 37%);
    background-color: #ffffff;
}
.contact-inner-page.about-page {
    background: white;
    margin: 16px;
    padding: 50px 30px;
}
.mak-col-md-4{
    flex: 0 0 auto;
    width: 31%;
    margin: 5px;
}
.about-text-wrapper h3 {
    color: var(--secondaryBg);
    margin-bottom: 15px;
}
.about-mission-vission-text h5{
    margin-bottom: 15px;
}
.mission-text {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    font-family: Arial, sans-serif;
}
.about-text-wrapper p {
    color: var(--secondaryBg);
    text-align: justify;
    font-size: 16px;
}
.about-image-wrapper img{
    width: 100%;
box-shadow: 20px 20px 2px rgba(255, 204, 0, -5.46), 20px 20px 10px rgba(255, 204, 0, 0.5);
    background-position: relative;
    background-position: center;
    background-size: cover;
}
.teams-list-section-area {
    background-image: url(/catalog/view/theme/kochipata/image/service-bg.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 80px;
}

.contact-inner-page {
    border: 1px solid var(--secondaryBg);
    padding: 30px;
    box-shadow: 0.5px 0.866px 10px 0px rgb(0 0 0 / 37%);
    background-color: #ffffff;
}


.contact-inner-page.about-page {
    background: white;
    margin: 16px;
    padding: 50px 30px;
    box-shadow: none;
}
.mak-col-md-4{
    flex: 0 0 auto;
    width: 31%;
    margin: 5px;
}
.about-text-wrapper h3 {
    color: var(--secondaryBg);
    margin-bottom: 15px;
}
.about-mission-vission-text h5{
    margin-bottom: 15px;
}
.about-text-wrapper p {
    color: var(--secondaryBg);
    text-align: justify;
    font-size: 16px;
}
.btn-pcb{
    border: 1px solid var(--mainwhite);
    color: var(--mainwhite);
}
.btn-pcb:hover{
    color: var(--maingreen);
    border: 1px solid var(--maingreen);

}
    .subscription-bg i,
    .subscription-bg h3{
        font-size: 35px;
    }
    .subscription-bg .vartical-center{
        justify-content: center;
    }
    .child-categories .col-6{
        width: 33% !important;
    }
    .subscription-bg{
        height: 125px;
    }
    .subscribe-input{
        width: 550px;
    }
    #messenger-icon{
        bottom: 270px;
    }
    .new-categor-offer-box .col-8{
        width: 65% !important;
    }
    .new-categor-offer-box .col-8 .new-categor-offer-in{
        padding: 2%;
        margin: 5px;
    }
/*foter category new end*/


.seo-key-word h2{
            font-size: 30px;
            margin: 20px 0px 20px;
            font-weight: 600;
        }
        .seo-key-word h4{
            font-size: 25px;
            margin: 0px 0px 20px;
            font-weight: 600;
        }
        .seo-key-word p{
            font-size: 15px;
            margin: 0px 0px 20px
        }

        @media (max-width: 991px){
            .seo-key-word h2{
                font-size: 15px;
            }
            .seo-key-word h4{
                font-size: 15px;
            }
            .seo-key-word p{
                font-size: 10px;
            }

        }
/* footer area here */
.footer-items {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
}
.social-item a {
    display: inline-block;
}
.social-item .footer-logo{
    margin-bottom: 30px;
    height: 60px;
    width: auto;
}
.social-item .socila-links {
    margin-bottom: 20px;
}
.footer-widget ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.contact-access.quick-links {
    line-height: 100%;
}
.contact-item {
    display: block;
    line-height: 100%;
    margin-bottom: 14px;
}
.contact-item:last-child {
    margin-bottom: 0px;
}
.contact-access .contact-item a:hover {
    color: #ffcc00;
    opacity: 1;
}
.contact-item span {
    display: inline-block;
}
.contact-access .contact-item b {
    font-size: 14px;
    display: inline-block;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    opacity: 0.8;
}
.copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0px;
}
.payment-icon {
    display: flex;
    align-items: center;
    gap: 6px;
}
/* footer area endshere */

/*footer featured area here*/
.footer-featured {
    margin: 10px 0px 30px;
}
.footer-featured-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.new-categor-offer-box {
    background: #fff;
    overflow: hidden;
    border-radius: 7px;
}
/*footer featured area ends here*/

/*aboutus page area here*/
.aboutus-page {
    padding: 20px 0px;
}
.mission-vision-area {
    margin-top: 40px;
}
.mission-vision-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    height: 100%;
}
.about-us-box {
    background: #ffffff;
    padding: 30px 20px;
    box-shadow: 0px 0px 10px rgb(200 200 200 / 80%);
    border-radius: 10px;
}
.about-us-icon img {
    height: 100px;
    max-width: 100%;
    margin-bottom: 20px;
}
.about-us-sub-cat h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
}
.about-us-sub-cat p {
    margin-bottom: 0px !important;
}

/* contact us page area here*/
.main_content.contact-info h3 {
    margin: 0;
    padding-bottom: 20px;
}
.contect-info-col-head h5 {
    margin: 0;
    padding-bottom: 12px;
    padding-top: 10px;
}
.contact-body iframe {
    width: 100%;
}




