/** Google fonts **/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Scroll Bar */
html::-webkit-scrollbar {
    position: absolute;
    width: 0.5vw;
}
html::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #151414;
}
html::-webkit-scrollbar-thumb:hover {
    background-color: var(--main);
}
html::-webkit-scrollbar-track {
    background-color: white;
}


:root {
    --fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

    --main:white;
    --mainhover: #00235b;
    --secondary: #FF5F13;
    --white: #fff;
    --black: #000;
    --gray: #f5f5f5;
}

a,
a:hover,
a:focus,
a:active,
input:focus,
textarea,
button {
    text-decoration: none;
    outline: 0 solid;
    color: var(--mainhover);
}
* {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
html,
body {
    height: 100%;
}
body {
    /*background:#F5F5F5 !important;*/
    font-family: "Poppins", sans-serif;
    line-height: 1.8;
    font-size: 14px;
    color: #151824;
    
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}

.text-center {
    text-align: center;
}

.p-15 {
    padding: 15px;
}

.p-tb-70 {
    padding-top: 55px;
    padding-bottom: 62px;
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}

.collage_wrap .m-top-20 {
    margin-top: 27px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-60 {
    margin-top: 60px;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-danger {
    color: #a94442;
    font-size: 13px;
    margin-bottom: 5px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.p-0 {
    padding: 0;
}
.p-15 {
    padding: 15px;
}
.p-35 {
    padding: 35px;
}

.p-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-tb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.p-t-15 {
    padding-top: 15px;
}
.p-b-15 {
    padding-bottom: 15px;
}
.p-b-30 {
    padding-bottom: 30px;
}

.bg-white {
    background-color: var(--white);
}

.clear {
    clear: both;
}
.bg-white {
    background-color: var(--white);
}

button {
    line-height: 30px;
    padding: 0 20px;
    border-radius: 3px;
    border: 1px solid var(--main);
    background: var(--white);
    color: var(--main);
    font-weight: 500;
}

button:hover,
button.filled-btn {
    background: var(--main);
    color: var(--white);
}

button.filled-btn:hover {
    background: var(--mainhover);
    border-color: var(--mainhover);
}

button .fa {
    font-size: 15px;
    margin-left: 5px;
}

.product-module .title-animation,
.category-section .title-animation {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    margin-bottom: 30px;
    text-transform: uppercase;
}

.title-animation::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 25%;
    right: 25%;
    bottom: 0;
    background: var(--main);
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.product-module:hover .title-animation::before,
.category-section:hover .title-animation::before {
    left: 0%;
    right: 0%;
}
.loader,
.loader:before,
.loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: "";
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/*region - header wishlist:signin:register*/
header .top-bar {
    background: #383838;
    padding-top: 8px;
    padding-bottom: 8px;
}
header .top-bar .container a {
    list-style: none;
    text-decoration: none;
    color: white;
}
header .top-bar .container a:hover {
    color: #41beee;
}
header .top-bar .container .item span {
    padding-left: 16px;
}

.top-bar .hotline a:not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    .hidden-xs {
        visibility: hidden;
    }
    .footer-widget h4 {
        margin-top: 16px;
    }
    footer .information ul li,
    footer .information-heading {
        text-align: center;
    }
}
.search-icon-mobile {
    display: none;
}
/*region header-top*/
.header-top {
    /*background: #024985;*/
    background: #050C2E;
    padding: 10px 0;
    background-size: cover;
}

.header-top-inner {
    display: flex;
    align-items: center;
}

.header-top-inner .h-t-item {
    flex: 0 0 auto;
}

.header-top-inner .h-t-search {
    flex: 1 1 auto;
    padding: 0 30px;
}

.header-top .logo img {
    /*height: 48px;*/
    width: 300px;
}

.header-top .input-group-form {
    display: flex;
}

.search-form input[type="text"] {
    background: white;
    color: var(--black);
    padding: 0 20px;
    line-height: 40px;
    float: left;
    font-size: 15px;
    border: 1px solid var(--mainhover);
    flex: 1 1 auto;
    border-radius: 5px;
}

select.category-id {
    padding: 14px 4px;
    border: 0;
    background: #f2f2f2;
    width: 155px;
    font-size: 15px;
}

.search-icon {
    background: transparent;
    padding: 0 20px;
    position: relative;
    left: -59px;
    color: var(--mainhover);
    font-size: 15px;
    border-radius: 3px;
    border: none;
    line-height: 40px;
}

.search-icon:hover {
    background: transparent;
    color: black;
}
.search-icon button:hover {
    color: black;
}

.header-top .contact-info {
    display: flex;
    justify-content: end;
    gap: 30px;
    text-align: center;
}

.header-top .contact-info a i {
    font-size: 30px;
    color: var(--main);
    display: block;
}

.header-top .contact-info a p {
    display: block;
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    white-space: nowrap;
    color: #019045;
    text-transform: uppercase;
}

.search-icon-mobile {
    white-space: nowrap;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
}
.select-item:hover .buy-num {
    background: white;
    color: black;
}
.buy-num {
    background: #f1fbff;
    border: 1px solid black;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    border-radius: 50px;
    text-align: center;
    color: var(--main);
    line-height: 20px;
    font-size: 12px;
}
/*endregion*/

/*region main-menu-header */

.main-menu-header {
    background: #050C2E;
}
/*.main-menu-header{*/
/*    background: #019045; */
/*}*/

.main-nav .nav {
    position: relative;
    justify-content: center;
}

.main-nav .nav .overlay {
    display: none;
}
.main-nav .nav:after {
    content: "";
    display: table;
    clear: both;
}

.main-nav .nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-nav .nav ul li {
    display: inline-block;
    list-style: none;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 25px;
    background: none;
    text-align: left;
    line-height: 50px;
    height: 50px;
    position: relative;
}

.main-nav .nav ul li:last-child {
    margin-right: 0;
}

.main-nav .nav li a {
    color: white;
    font-size: 13px;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
}

.main-nav .nav li a:hover {
    color: white;
}
.main-nav .nav ul li.drop-open {
    position: relative;
}

.main-nav .nav ul li.drop-open:after {
    content: "\f0dd ";
    position: absolute;
    right: -10px;
    top: -2px;
    font-family: "FontAwesome";
    font-size: 10px;
    color: white;
}

.nav .drop-down li.drop-open > a:before {
    content: "\f054";
    font-family: "FontAwesome";
    float: right;
    margin-right: 15px;
    font-size: 8px;
}

.nav .responsive-menu a.active {
    color: #f58220;
}

.main-nav .nav .drop-menu-1 {
    left: 0;
}
.main-nav .nav .drop-menu-1 li {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 32px;
    background: #fff;
    text-align: left;
    margin: 0;
    height: auto;
    border-bottom: 1px solid #f6f6f6;
}

.main-nav .nav .drop-menu-1 li:nth-last-child(1) {
    border-bottom: none;
}

.main-nav .nav .drop-down a:hover {
    background:#050C2E !important;
    color: #fff;
}

.main-nav .nav .drop-menu-1 a {
        line-height: 25px;
    display: block;
    padding: 0 0 0 15px;
    color: var(--black);
}

.main-nav .nav .drop-menu-1 a:hover {
    background-color:#050C2E;
    color: #ffffff;
}



.main-nav .nav .nav a:hover,
a:focus {
    color: var(--mainhover);
    text-decoration: none;
}

.main-nav .nav .drop-menu-1 a :hover {
    background: #000000;
}

.main-nav .nav ul ul {
    display: none;
    position: absolute;
    top: 50px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
    z-index: 99;
    transform: translateY(40px);
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden;
}

.drop-down.drop-menu-2 {
    left: 100%;
}
.main-nav .nav .drop-menu-2 {
    top: 0;
}

.main-nav .nav ul li:hover > ul {
    visibility: visible;
    display: block;
    opacity: 1;

    transform: translateY(0px);
}

.main-nav .nav ul ul li {
    width: 220px;
    float: none;
    display: list-item;
    position: relative;
}

.main-nav .nav .drop-menu-2 li {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
}
/*endregion*/

/**
 *
 * home banner css starts
 *
 */

.sliding_text_wrap {
    padding: 8px 0 0;
    background: white;
    color: black;
    margin-bottom: 20px;
    margin-top: 10px;
}

.banner-slider {
    margin: 30px 0;
}

.banner-slider img {
    border-radius: 6px;
}

.slider-dot {
    position: absolute;
    margin-top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.slider-dot .active {
    background-color: white;
}

.dot {
    margin: 0px 8px;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    transition: background-color 1s ease;
    cursor: pointer;
}

/**
 *
 * home banner css ends
 *
 */

/*region after-buy-alert*/
.alert {
    background: none repeat scroll 0 0 rgba(40, 175, 125, 0.1);
    border: 2px solid var(--main);
    font-family: "Lato", sans-serif;
    font-size: 13px;
    margin: 20px 0;
    padding: 8px 14px;
    position: relative;
    border-radius: 10px;
}
.alert button.close {
    position: absolute;
    right: 5px;
    top: 50%;
    background: none;
    border: none;
    color: #999;
    margin: -14px 0 0 0;
}

.alert .close {
    float: right;
    font-size: 24px;
    text-shadow: 0 1px 0 #fff;
}
.cart-success-message i {
    font-size: 24px;
}

.cart-success-message > * {
    display: inline-block;
    vertical-align: middle;
}
.cart-success-message .cart-info > span {
    color: #555;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.cart-success-message .cart-info > span .value {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    margin-left: 3px;
}

.cart-success-message .success-message {
    margin: 0 30px 0 10px;
    max-width: 47%;
}
.cart-success-message .btn-wrap {
    float: right;
    font-size: 0;
    margin-right: 13px;
}
.cart-success-message .btn-wrap button {
    background-color: var(--main);
    border: medium none;
    border: 2px solid var(--main);
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 15px;
    margin-top: 1%;
    text-transform: uppercase;
    margin-right: 15px;
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}

.cart-success-message .btn-wrap button:hover {
    background-color: transparent;
    border: 2px solid var(--main);
    color: var(--main);
}

.cart-success-message::after {
    clear: both;
    content: "";
    display: table;
}
/*endregion*/

/*region mini-cart-item*/
.header-title {
    background: #FF5F13;
    display: flex;
    padding: 6px 7px 9px 7px;
}
.close-btn {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    line-height: initial;
}
.mini-cart p {
    text-align: center;
    margin: 0 auto;
    color: #050c2e !important;
    font-weight: 600;
}

.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: -3px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.mini-cart.open {
    right: 0;
}

.mini-cart .content {
    overflow-y: auto;
    height: 100%;
}

.item-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    background: #f1fbff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    position: relative;
    border-radius: 10px;
}
.item-wrap:last-child {
    margin-bottom: 220px;
}
.item-wrap .item {
    width: 75%;
    position: relative;
    padding: 10px;
    font-size: 13px;
}

.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 .price {
    float: left;
    width: 42%;
    margin-top: 3px;
    font-weight: 500;
}
.item-wrap .price .symbol {
    margin-right: 3px;
}
.item-wrap .price .symbol {
    margin-right: 3px;
}
.quantity-wrapper {
    display: flex;
    float: right;
}
.quantity-btn span.add-down.value {
    border-radius: 50px 0 0 50px;
}

.quantity-btn .value {
    width: 26px;
    background: var(--main);
    display: inline-block;
    text-align: center;
    line-height: 25px;
    color: #000;
    font-size: 20px;
    padding-bottom: 0px;
    cursor: pointer;
}
.quantity-btn .quantity {
    width: 28px;
    border: none;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #0381c5;
    border-bottom: 1px solid #0381c5;
    border-radius: 0;
    height: 26px;
}
.quantity-btn span.add-up.value {
    border-radius: 0 50px 50px 0;
    font-size: 15px;
}
.amount-item {
    font-weight: 700;
    align-items: center;
    display: flex;
    border-left: 1px solid #151824;
    padding-left: 15px;
}
.item-cancel {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    color: #050C2E;
}
.mini-cart .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #0097d7;
}
.promotion-code {
    padding: 7px 10px;
    background: #019045;
}
.promotion-code input {
    width: 75%;
    padding: 10px;
    font-weight: 700;
    background: #f3f3f3;
    border: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.promotion-code button {
    margin-left: -4px;
    width: calc(25% - 4px);
    background: var(--main);
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    color: var(--white);
    font-weight: 700;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    line-height: normal;
    height: 45.2px;
}
.mini-cart .total {
    background: #222222;
    color: #fff;
    padding: 9px;
    border-bottom: 1px solid #fff;
}
.mini-cart .title {
    float: left;
    width: 50%;
}
.mini-cart .amount {
    text-align: right;
}
.mini-cart .checkout-btn button {
    background: var(--mainhover);
    width: 100%;
    padding: 12px;
    border: 0;
    color: var(--white);
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
}
/*end region*/

@media (max-width: 991px) {
    .cart-success-message .fa.fa-check-circle {
        display: none;
    }
    .cart-success-message .fa.fa-check-circle {
        display: none;
    }
    header .logo {
        margin: auto;
        float: none !important;
        margin-bottom: 12px;
    }
}
@media (max-width: 1279px) {
    .m-hide {
        display: none !important;
    }
}
@media screen and (max-width: 1279px) {
    .top-bar .actions {
        position: relative;
        z-index: 10;
    }
}
@media screen and (max-width: 480px) {
    .alert {
        text-align: center;
    }
    .main_content select.form-control.cat {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 370px) {
    .mini-cart {
        width: 300px;
    }
}
/*endregion*/

/*region product-module*/
.home-header-text {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    background-color: var(--mainhover);
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    border-radius: 0px;
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
}
.home-header-text span {
    position: relative;
    z-index: 9;
    display: block;
}
/*.home-header-text span:before{
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    background: red;
    height: 100%;
    width: 100%;
}*/
.home-header-text span:after {
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    left: 0;
    top: 0;
    height: 300px;
    width: 140%;
    background: var(--main);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-75%) translateY(-25%) rotate(45deg);
}
.home-header-text span:hover:after {
    left: 100%;
    /*    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
      transform: translateX(-9%) translateY(-25%) rotate(45deg);*/
}

.f-products {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.single-product-item {
    background: #fff;
    text-align: center;
    position: relative;
    transition: 0.3s ease-in-out;
    box-shadow: none;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}


.buy-btn img{
    width:20px;
}

.product-category-list .single-product-item {
    margin-bottom: 20px;
}

.flag-badge {
    position: absolute;
    right: 0;
    top: 0;
    background: #0381c5;
    color: #fff;
    padding: 2px 20px;
}

.single-product-item:hover {
    transition: 0.3s ease-in-out;
    transform: scale(1.03);
}

.single-product-item .product-item-info {
    position: relative;
    z-index: 1;
}

.single-product-item .product-item-info h4 {
    line-height: 20px;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

.single-product-item .product-item-info h4 a {
    color: #000000;
}

.single-product-item .product-item-info h4:hover a {
    color: #000000;
    transition: 0.3s;
}

.single-product-item .product-item-info ul {
    text-align: left;
    margin-left: 20px;
    list-style: disc;
    display: none;
}
.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.collage {
    padding: 30px 0;
}

.collage a {
    display: block;
    overflow: hidden;
}

.collage a img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.featured-rating .rating-stars .fa-stack{
    width: 1em;
}
.featured-rating .rating-stars .fa{
    color:#ffd700;
}

.product-buy-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:5px;
    align-items: center;
}

.product-buy-info .up-coming {
    color: red;
}

.product-buy-info .price-info {
    font-size: 14px;
    color:#000000;
    border: none;
    padding-bottom: 5px;
    font-weight: 500;
}

.product-buy-info .price-info .regular-price {
    text-decoration: line-through;
    color: red;
}

.product-buy-info button.buy-btn {
    background: var(--mainhover);
    padding: 0px 16px;
    color: white;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border: 1px solid var(--mainhover);
    font-weight: 400;
    font-size: 14px;
    border-radius: 3px !important;
    height: 36px;
    width: 100%;
}

.product-buy-info button.buy-btn:hover {
    border-radius: 100px;
    background: #ff5f13;
    border: 1px solid #ff5f13;
    color: white;
}

.product-buy-info button.buy-btn i {
    margin-right: 5px;
}

.collage_frame {
    position: relative;
    overflow: hidden;
}
/*.single-product-item-inner .product_image::before,*/
/*.collage_frame::before,*/
/*.featured_category .f_cat_item a:before {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -75%;*/
/*  z-index: 2;*/
/*  display: block;*/
/*  content: "";*/
/*  width: 50%;*/
/*  height: 100%;*/
/*  background: -webkit-linear-gradient(*/
/*    left,*/
/*    rgba(255, 255, 255, 0) 0%,*/
/*    rgba(255, 255, 255, 0.3) 100%*/
/*  );*/
/*  background: linear-gradient(*/
/*    to right,*/
/*    rgba(255, 255, 255, 0) 0%,*/
/*    rgba(255, 255, 255, 0.3) 100%*/
/*  );*/
/*  -webkit-transform: skewX(-25deg);*/
/*  transform: skewX(-25deg);*/
/*}*/

/*.single-product-item-inner:hover .product_image::before,*/
/*.collage_frame:hover::before,*/
/*.featured_category .f_cat_item a:hover:before {*/
/*  -webkit-animation: shine 0.9s;*/
/*  animation: shine 0.9s;*/
/*}*/

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.single-product-item-inner a img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.single-product-item-inner:hover .product_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.flag-badge {
    position: absolute;
    right: 0;
    top: 0;
    background: #0381c5;
    color: #fff;
    padding: 2px 20px;
}
.single-product-item .marks {
    display: flex;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 10;
    flex-direction: column;
    align-items: flex-start;
}

.single-product-item .marks .mark {
    background: #00235b;
    width: auto;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 14px;
    margin-bottom: 2px;
    border-radius: 0 20px 20px 0;
    flex: 0 0 auto;
}
.single-product-item .product-item-info {
    position: relative;
    z-index: 1;
}
.single-product-item .product-item-info h4 {
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.single-product-item .product-item-info h4 a {
    color: #000000;
}
.single-product-item .product-item-info h4:hover a {
    color: #000000;
    transition: 0.3s;
}

.single-product-item .price {
    font-weight: 500;
    font-size: 13px;
}

.single-product-item .product-item-info ul {
    text-align: left;
    margin-left: 20px;
    list-style: disc;
    display: none;
}

.collage {
    padding-top: 40px;
    padding-bottom: 20px;
}

.collage a {
}

.collage a img {
    width: 100%;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.product-buy-info .up-coming {
    color: var(--main);
}

.product-buy-info .price-info .regular-price {
    text-decoration: line-through;
    color: #000000;
}
.product-buy-info button.add-to-fav {
    flex: 0 0 auto;
    padding: 0 10px;
    margin-left: 10px;
}
.product-buy-info button.add-to-fav .fa {
    margin: 0;
}

.view-all-btn {
    margin: 10px auto;
    padding: 5px 20px;
    background: transparent;
    border: 2px solid var(--main);
    color: var(--main);
    border-radius: 100px;
    font-size: 16px;
}

.view-all-btn:hover {
    background: var(--main);
    border: 2px solid var(--main);
    color: #fff;
    transition: 0.3s ease-in-out;
}

/*endregion*/

/*region filter css*/
.noUi-horizontal {
    width: 94% !important;
}

.filters {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.05);
}

.range-label.from {
    margin-top: 20px;
}

.filter-group .toggler {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 18px;
}

.filter-group.show .items {
    display: block;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.filter-group.show .items {
    display: none;
}

input#range-to {
    margin-right: 7px;
}

.panel .range-label input {
    float: left;
    width: 48%;
    outline: 0;
    padding: 3px;
    padding-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    line-height: 24px;
}

.panel .filters .filter-group,
.panel .filters .price-filter {
    margin-bottom: 0px;
    padding: 10px 20px;
    display: table;
    width: 100%;
}

.panel .filters .price-filter .noUi-horizontal {
    margin: 20px 0 10px;
}

.filters > div:not(:last-child) {
    border-bottom: 1px solid #38383826;
}

.filter-group .toggler:before {
    content: "\f106";
}

.filter-group.show .toggler:before {
    content: "\f107";
}

.panel .filters .filter-group label.filter {
    display: inline-block;
    width: 100%;
    font-weight: 400;
}

.panel .filters .filter-group label.filter input {
    float: left;
    margin: 7px 10px 0 0;
}

.panel .filters .filter-group .label,
.panel .filters .price-filter .label {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    position: relative;
    cursor: pointer;
}

.panel .filters .filter-group .items {
    margin-top: 10px;
}

.panel .filters .noUi-base {
    border: none;
    box-shadow: none;
}

.panel .filters .noUi-connects {
    background: #f1f1f1;
}

.panel .filters .noUi-connect {
    background: var(--main);
    background: -moz-linear-gradient(
        left,
        var(--main) 0%,
        var(--mainhover) 100%
    );
    background: -webkit-linear-gradient(
        left,
        var(--main) 0%,
        var(--mainhover) 100%
    );
    background: linear-gradient(
        to right,
        var(--main) 0%,
        var(--mainhover) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--main)', endColorstr='var(--mainhover)',GradientType=1 );
}

/*endregion*/

/*region about-bottom-content*/
.common-home .content-bottom {
    padding: 30px 0;
    margin-top: 20px;
}
/*endregion*/

/*region item-search*/
.input-group-form {
    position: relative;
}
#search .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: var(--white);
    -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;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    border-left: 0;
    width: calc(92% - 10px);
}
#search .dropdown-menu .search-item {
    border-bottom: 1px solid #e1e4e7;
}
#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;
}

#search .dropdown-menu .search-item.remainder-count a {
    text-align: center;
    background: #f1f5f7;
    font-size: 13px;
    color: #777;
}
/*endregion*/

/*region footer-area*/
/*     Footer     */
footer {
    background: #050C2E;
    float: left;
    padding: 10px 0px;
    width: 100%;
    margin: 15px 0 0 0;
}
#border-footer{
    background: rgba(255, 255, 255, 0.0008);
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(139, 145, 152, 0.25);
    border-radius: 5px;
}

.footer-top {
    padding: 30px 0 0 0 !important;
}
.top-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}
.top-footer a {
    display: flex;
    align-items: center;
    width: 260px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    /*border-radius: 50px;*/
    height: 70px;
    margin: 0 15px;
}
.top-footer a:hover {
    border: 1px solid var(--main);
}
.footer-icon {
    padding: 0 25px;
}
.footer-icon i {
    color: #fff;
    height: 35px;
    width: 40px;
    line-height: 35px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 24px;
}
.footer-content span {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}
.top-footer .footer-content h4 {
    margin: 0;
    color: var(--main);
    font-size: 17px;
    font-weight: normal;
}
.footer-container {
    padding: 20px 0;
    padding-bottom: 0;
}
#block_contact_infos {
    left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    z-index: 9;
}
#newsletter_block_left .footer-logo {
    text-align: center;
}
#newsletter_block_left .footer-logo.for-desktop img {
    width: 57%;
    margin: 0 0 30px 0;
    position: absolute;
    top: -96%;
    left: 50%;
    transform: translateX(-50%);
}
.section_social {
        margin: 58px 0 0 0;
}

footer h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
    position: relative;
    text-transform: capitalize;
    color: rgb(255 255 255 / 100%);
}
footer ul li {
    font-weight: normal;
    line-height: 27px;
    margin: 0;
    padding-bottom: 0;
}
#block_contact_infos i {
    border: 1px solid rgb(255 255 255 / 70%);
    color: rgb(255 255 255 / 70%);
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 2px 5px 2px 0;
}
#block_contact_infos span {
    font-size: 13px;
    font-weight: 500;
    color: rgb(255 255 255 / 70%);
}
.myaccount-footer {
    padding: 0 0 0 6.5%;
}
.myaccount-footer .bullet {
    display: flex;
    flex-wrap: wrap;
}
.myaccount-footer ul li {
    width: 50%;
}
.myaccount-footer ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #ffffffb0;
    transition: var(--transition);
}
.myaccount-footer ul li a:hover {
    color: #050C2E;
    text-decoration: underline;
}
#block_various_links_footer {
    padding: 0 0 0 4.5%;
}
.block_content.toggle-footer p {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
footer #newsletter_block_left form {
    margin-top: 20px;
}
footer #newsletter_block_left .form-group {
    display: flex;
    max-width: 100%;
    position: relative;
    width: 320px;
}
footer #newsletter_block_left .form-group .form-control {
    background: #ffffff;
    border-color: #d4d4d4;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #aaaaaa;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 30px;
}
#newsletter_block_left button {
    background: var(--main);
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}
#newsletter_block_left button:focus {
    outline: 0;
    box-shadow: none;
}
.button.button-small span,
.button.button-medium span {
    display: inline-block;
}
@media (min-width: 768px) {
    .footer_bottom {
        margin: 0px 0px;
    }
}
.footer_bottom {
   
    padding: 0px 0;
    width: 100%;
    /*background-color: #fff;*/
}
.footer_bottom .section_social {
    margin-top: 0;
    text-align: center;
    width: 100%;
}
.section_social > ul {
      margin: 71px 60px;
    width: 100%;
}
.section_social ul li {
    display: inline-block;
}
.section_social ul li a {
    border: 1px solid #ffffff;
    background-color: #081621;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 35px;
    display: block;
    color: #fff;
}
.section_social ul li a::before {
    display: none;
}
.section_social ul li a span {
    width: 100%;
}
.section_social ul li a span.icon_hover {
    color: #fff;
    bottom: 100%;
    left: 0;
    opacity: 1 !important;
    position: absolute;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.section_social ul li a i {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.section_social ul li a:hover span:not(.icon_hover) {
    opacity: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
}
.section_social ul li a:hover span.icon_hover {
    bottom: 0;
}
/*.section_social ul li.facebook a{
    color: #1877F2;
}*/
.section_social ul li.facebook a:hover {
    border: 1px solid #1877f2;
}
.section_social ul li.facebook a:hover span.icon_hover {
    background-color: #1877f2;
    color: #fff;
}
/*.section_social ul li.twitter a{
    color: #1DA1F2;
}*/
.section_social ul li.twitter a:hover {
    border: 1px solid #1da1f2;
}
.section_social ul li.twitter a:hover span.icon_hover {
    background-color: #1da1f2;
    color: #fff;
}
/*.section_social ul li.instagram a{
    color: #E4405F;
}*/
.section_social ul li.instagram a:hover {
    border: 1px solid #e4405f;
}
.section_social ul li.instagram a:hover span.icon_hover {
    background-color: #e4405f;
    color: #fff;
}
/*.section_social ul li.youtube a{
    color: #CD201F;
}*/
.section_social ul li.youtube a:hover {
    border: 1px solid #cd201f;
}
.section_social ul li.youtube a:hover span.icon_hover {
    background-color: #cd201f;
    color: #fff;
}
/*.section_social ul li.linkedin a{
    color: #0A66C2;
}*/
.section_social ul li.linkedin a:hover {
    border: 1px solid #0a66c2;
}
.section_social ul li.linkedin a:hover span.icon_hover {
    background-color: #0a66c2;
    color: #fff;
}
.coppyright_contact {
    /*max-width: 100%;*/
    text-align: left !important;
    /*width: 100%;*/
    /*margin-top: 15px !important;*/
    /*margin-bottom:20px !important;*/
}
.ybc_coppyright {
    font-size: 13px;
    font-weight: 400;
    color: rgb(109 118 125);;
}
.ybc_coppyright > a {
    color: #0aa6ff;
    font-weight: 500;
}
.footer-logo.for-mobile {
    display: none;
}
/*endregion*/

/** region mobile-menu responsive **/
@media (max-width: 991px) {
    #nav-toggler {
        width: 30px;
        height: 25px;
        display: inline-block;
        background: rgba(255, 255, 255, 0);
        z-index: 1;
        position: absolute;
        top: 16px;
        margin: 0 6px 0 10px;
        left: 0;
    }

    #nav-toggler span:after,
    #nav-toggler span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -7px;
    }

    #nav-toggler span:after {
        top: 7px;
    }

    #nav-toggler span {
        position: relative;
        display: block;
    }

    #nav-toggler span,
    #nav-toggler span:after,
    #nav-toggler span:before {
        width: 80%;
        height: 2px;
        background-color: var(--main);
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 2px;
    }

    /* on activation */
    #nav-toggler.close-btn span {
        background-color: transparent;
    }
    #nav-toggler.close-btn span:before {
        transform: rotate(45deg) translate(6px, 5px);
    }
    #nav-toggler.close-btn span:after {
        transform: rotate(-45deg) translate(5px, -4px);
    }

    .main-nav {
        position: absolute;
        left: 0;
        top: 2px;
    }

    .main-nav .nav.open .overlay {
        content: "";
        position: fixed;
        left: 0;
        top: 55px;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 999;
        display: block;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .main-nav .nav ul li {
        /*background: #ffffff;*/
        /*border-bottom: 1px solid #e8e8e8;*/
        background: #050C2E;
        border-bottom: 1px solid #13193b;
        margin: 0;
        height: auto;
    }

    .main-nav .nav .drop-menu-2 li {
        position: relative;
        left: 0;
        top: 0;
    }

    .main-nav .nav li a {
        margin-left: 20px;
        color: White;
        font-size: 11px;
    }

    .main-nav .nav .drop-menu-1 li a {
        margin-left: 25px;
        color: #383838;
    }

    .main-nav .nav .drop-menu-2 li a {
        margin-left: 50px;
    }

    .main-nav .nav .toggle + a {
        display: none;
    }

    .main-nav .nav {
        visibility: hidden;
    }
    .nav .drop-down li.drop-open > a:before {
        display: none;
    }

    .main-nav .nav .drop-menu-1 li {
        display: block;
        background-color: #f1f5f9;
        border-bottom: none;
        line-height: 40px;
        color: #383838;
        font-size: 12px;
        text-decoration: none;
        font-weight: 600;
        padding: 0;
    }
    .main-nav .nav .drop-down a:hover {
        background: none;
        color: var(--main);
    }
    .main-nav .nav .drop-menu-2 li {
        display: block;
        line-height: 30px;
        color: #383838;
        font-size: 12px;
        text-decoration: none;
        border: none;
        font-weight: 600;
        padding: 0;
    }

    .main-nav .nav ul ul {
        box-shadow: none;
    }

    .main-nav .nav .drop-menu-2 li a.active {
        color: #f58220;
    }

    .main-nav .nav .drop-menu-2 li:hover {
        color: #f58220;
    }

    .main-nav .nav.open {
        visibility: visible;
    }

    .main-nav .nav .responsive-menu {
        width: 300px;
        position: fixed;
        left: -300px;
        top: 55px;
        height: calc(100vh - 50px);
        overflow: auto;
        background: #ffffff;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 99999;
    }

    .main-nav .nav.open .responsive-menu {
        left: 0;
    }
    .main-nav .nav:before {
        display: none;
    }

    .main-nav .nav ul li {
        display: block;
        width: 100%;
    }

    .main-nav .nav ul li > ul {
        display: none !important;
    }

    .main-nav .nav ul li.open > ul {
        display: block !important;
        width: 300px;
    }

    .main-nav .nav .drop-menu-1 a {
        display: block;
    }

    .main-nav .nav li a:hover {
        background: none;
    }
    

    .main-nav .nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    /* Fisrt Tier Dropdown*/
    .main-nav .nav ul ul li {
        display: block;
        width: 100%;
    }
    .main-nav .nav ul ul ul li {
        position: static;
    }

    .main-nav .nav li.drop-open > a:after {
        content: " +";
        float: right;
        margin-right: 20px;
        font-size: 15px;
    }

    .main-nav .nav li.open > a:after {
        content: "-";
        font-size: 30px;
    }

    .drop-menu-1 li a:only-child:after {
        content: " ";
    }
    .responsive-menu > li:last-child {
        margin-bottom: 100px !important;
    }
    .footer-widget h4 img {
        margin-top: 0;
    }
    .footer-widget,
    .footer-widget.quick-links {
        padding: 0;
        margin: auto;
    }
}

/**endregion**/

/*region responsive view*/
@media (max-width: 1024px) {
    .header-top .contact-info div span.text,
    body .ac h5 {
        display: none;
    }
}
@media (min-width: 992px) {
    .on-sticky .main-menu-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #050C2E;;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .product-buy-info .up-coming {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    body {
        margin-top: 30px;
    }
    body.common-home {
    }
    .container {
        max-width: 100%;
    }
    .no-pad-col {
        padding-right: 0;
        padding-left: 0;
    }
    .header-top {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        border-bottom: 1px solid var(--main);
    }

    select.category-id,
    .header-top .contact-info div span.text,
    .search-icon .text,
    .nav-tab-bars li a:after {
        display: none;
    }
    .search-icon .icon {
        display: block;
    }
    .search-icon {
        padding: 0 14px 0 10px;
    }
    .search-icon-mobile {
        color: var(--main);
        display: block;
        position: absolute;
        right: 15px;
        top: -5px;
           font-size: 20px;
    }
    .header-top .login-btn {
        margin-right: 0px;
    }
    .select-item i {
        line-height: 40px;
    }
    .header-top .contact-info i,
    body .ac .ic i {
        color: black;
        margin: 0;
    }
    .header-top .contact-info div span.text,
    body .ac h5 {
        display: none;
    }
    body a.ac {
        margin-right: 5px;
    }
    .m-top-10,
    .home-banners.m-top-20 {
        margin-top: 0;
    }
    .m-top-40 {
        margin-top: 20px;
    }
    .item img {
        width: 100%;
    }
    .buy-num {
        display: block;
    }
    .category-title h2,
    .footer-widget h4 {
        font-size: 20px;
        padding-bottom: 0;
    }
    .footer-widget .widget-info li {
        display: inline-block;
        margin: 0 10px;
    }
    .footer-area {
        padding: 20px 0;
    }

    .footer-widget {
        text-align: center;
        margin-bottom: 20px;
    }
    .widget-info .info .icon {
        float: none;
        margin-bottom: 5px;
    }

    #nav-toggler {
        top: 15px;
    }
    .right-side-banner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .right-side-banner .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 48%;
        padding-right: 10px;
    }
    .item.banner-second.top-last {
        padding-right: 0;
        padding-left: 0px;
        margin-top: 0;
    }
    .item.banner-second.top-last:first-child {
        padding-left: 0;
    }
    .m-col-top-10 {
        margin-top: 10px;
        justify-content: space-between;
    }
    .collage.row.m-top-20,
    .phone-call.info {
        margin-top: 0 !important;
    }
    .footer-widget h4 {
        margin-bottom: 0px !important;
    }
    header .logo {
        text-align: center;
    }
    .search-form input[type="text"] {
        background-color: white;
    }
}
/*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: 0px;
    right: 25px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    border: solid 4px #ff5f13;
    background: #00235b;
    cursor: pointer;
    color: var(--white);
}

.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: #ff5f13;
    text-decoration: none;
    border-color: #00235b;
}

.popup-close:hover:after,
.popup-close:hover:before {
    background: #fff;
}
/*endregion*/

.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;
}

/* region popup */
.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;
}

@media (max-width: 480px) {
    .popup .button {
        transform: scale(0.65);
    }
    .popup-inner .lb-footer .counter {
        text-align: inherit;
    }
    .popup-close {
        top: -5px;
        right: 5px;
    }
}
/*endregion */

/*moreover*/
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 991px) {
    .footer-block h4 {
        margin-bottom: 12px !important;
    }
    .header-top-inner {
        flex-wrap: wrap;
    }
    .header-top .logo {
        display: block;
        margin: 0px;
    }
    .header-top .logo img {
        height: 34px;
             width: 226px;
        margin: auto;
    }
    .header-top-inner .h-t-item.h-t-logo {
        flex: 1 1 100%;
    }
    .header-top-inner .h-t-search {
        flex: 1 1 100%;
        padding: 0;
        margin-right: -10px;
    }
    .header-top-inner .h-t-item.h-t-links {
        position: absolute;
        right: 10px;
        top: 17px;
    }
    #nav-toggler {
        top: 20px;
        left: auto;
        right: auto;
        position: fixed;
    }
    .search-form {
        display: none;
    }
    .icon-builder-wrapper {
        display: none;
    }
    .main-nav .nav .responsive-menu {
        top: 52px;
    }
    .main-nav .nav.open .overlay {
        top: 52px;
    }
    #nav-toggler.close span {
        background: transparent;
    }
    #nav-toggler.close span:before {
        transform: rotate(45deg) translate(8px, 2px);
    }
    #nav-toggler.close span:after {
        transform: rotate(-45deg) translate(8px, -2px);
    }
    .breadcrumb {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        margin-top: 30px;
    }
    .buy-num {
        top: -10px;
    }
    .product-buy-info {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    #lc-toggle,
    #column-left .lc-close {
        display: inline !important;
    }

    #column-left {
        right: -320px;
        background: #fff;
        display: block !important;
        width: 300px;
        position: fixed;
        height: calc(100vh - 52px);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        margin-top: 0;
    }

    #column-left.open {
        right: 0;
        top: 52px;
        z-index: 99999;
        height: calc(100vh - 52px);
        box-shadow: -5px 0 5px rgb(0 0 0 / 20%);
        overflow: auto;
    }

    .f-products {
        grid-template-columns: repeat(4, 1fr);
    }
    .single-product-item {
        padding: 10px;
        margin-bottom: 10px;
    }

    .footer-btm-widget {
        flex-direction: column;
    }
    .footer-btm-widget img {
        margin: 0 0 10px;
    }
    .footer-btm-widget span {
        margin: 0 0 5px;
    }
    .social-links {
        text-align: center;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    header .space-fix-search {
        flex: 0 0 93.666667% !important;
        max-width: 93.666667% !important;
    }
    header .space-fix-cart {
        max-width: 6.333333% !important;
    }
}

@media (max-width: 767px) {
    body {
        margin-top: 30px;
    }
    .slider-dot .dot {
        width: 25px;
        height: 3px;
    }
    .product-buy-info button.buy-btn {
        font-size: 12px;
    }

    #nav-toggler {
            width: 36px;
                top: 26px;
        right: auto;
        left: 0;
        
    }
    .contact-info .select-item {
        position: relative;
        display: none;
    }
    body .select-item .buy-num {
        right: -5px;
    }
    .header-top .input-group-form {
        padding-left: 10px;
    }
    .search-form {
        display: none;
    }
    
}
@media (max-width: 436px) {
    body {
        margin-top: 30px;
    }
    .header-top .input-group-form {
        margin-bottom: 10px;
    }
}

.collage a img,
.collage_frame img {
    width: 100%;
    transition: 0.4s all;
}
.social-links li:hover a {
    background: var(--mainhover);
}
.contact-wrapper .contact_form {
    margin-top: 20px;
}
ul.body-tabs.body-tabs-layout.tabs-animated.body-tabs-animated.nav {
    text-align: center;
    margin: 0 auto 25px auto;
    box-shadow: 0 9px 4px -6px #dee3fa;
    background: var(--main);
    width: 120px;
}

ul.body-tabs.body-tabs-layout.tabs-animated.body-tabs-animated.nav a {
    color: white;
    text-align: center;
    margin: 0;
}
ul.body-tabs.body-tabs-layout.tabs-animated.body-tabs-animated.nav a > span {
    margin-left: 10px;
}
.collage_frame .banner-feature-text {
    display: none;
}

.extra-feature .collage_frame .banner-feature-text {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    font-size: 14px;
    /* font-weight: 600; */
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 5px 20px;
    border-bottom: 2px solid #000;
    bottom: -22px;
    text-align: center;
}

.extra-feature .collage_frame {
    position: relative;
    overflow: hidden;
}
.collage_frame {
    overflow: hidden;
}
.collage_frame:hover img {
    transform: scale(1.1);
}

.extra-feature .collage_frame .banner-feature-text a {
    color: black;
}

.extra-feature .collage_frame .banner-feature-text a span {
    letter-spacing: 0;
    font-weight: bold;
}
@media (max-width: 991px) {
    .contact-wrapper .contact_form textarea#input-enquiry {
        height: 100px !important;
    }
    .contact-map iframe {
        height: 200px;
    }
    .extra-feature .collage_frame .banner-feature-text {
        display: none;
    }
}

.category-section {
    background-color: #fff;
    padding: 25px 0;
}
.category-row {
    display: flex;
    justify-content: space-between;
}
.category-row a {
    font-weight: 500;
    text-decoration: none;
    color: var(--mainhover);
    font-size: 13px;
    text-transform: uppercase;
}
.category-row img {
    margin-bottom: 10px;
}
.overflow-auto {
    overflow: auto !important;
}
.brand {
    margin: 15px 0 0 0;
}
.inner-brand {
    margin: 5px 0 15px 0;
}
.inner-brand ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: stretch;
}
.inner-brand ul li {
    margin: 0;
    padding: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.inner-brand ul li a {
    display: block;
    box-shadow: 0px 0px 5px #ddd;
    margin: 3px;
}
.price-cart-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    flex-wrap: wrap;
    gap: 10px;
}

.price-cart-wrapper .price-info {
    display: flex;
    flex-direction: column;
}
.product-buy-info button.buy-btn.filled-btn {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.product-buy-info button.buy-btn.filled-btn i {
    margin: 0;
    padding: 0;
    font-size: 20px;
}
.mySlides {
    overflow: hidden;
    border-radius: 6px;
}
.product-buy-info button.buy-btn.filled-btn img {
    height: 19px;
    margin-top: -5px;
}
@media (max-width: 991px) {
    .mySlides {
        height: auto;
    }
}

.footer-widget.quick-links li:hover a,
.footer-widget a:hover {
    color: var(--main);
}
.footer-widget.quick-links.mobile {
    display: none;
}
@media (max-width: 767px) {
    .footer-widget.quick-links {
        padding: 0;
        display: none;
    }
    .footer-widget.quick-links.mobile {
        display: block;
    }
    .footer-widget.quick-links.mobile ul li {
        display: inline-block;
        width: auto;
        padding: 0 10px;
        margin-bottom: 10px;
        position: relative;
        position: relative;
    }

    .footer-widget.quick-links.mobile ul li:after {
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        background: #9b9b9b;
        left: -4px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
    }

    .footer-widget.quick-links.mobile ul li:first-child:after {
        width: 0;
    }
}
.footer-widget .newsletter-area {
    margin-top: 35px;
}
.footer-widget.newsletter {
    padding-right: 0;
}
.newsletter-area .form-subscribe {
    max-width: 200px;
    margin: auto;
}

.form-subscribe .form-control {
    background-color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
    border: none;
    border-radius: 0;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 10px;
    font-weight: 500;
}
.form-subscribe .form-control.focus,
.form-subscribe .form-control:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}
.form-subscribe .btn {
    border-radius: 0;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    background: var(--main);
    border-color: var(--main);
    height: 38px;
    line-height: 36px;
    font-size: 10px;
    font-weight: 600;
    padding: 0 10px;
}

.footer-widget.quick-links ul {
    display: flex;
    flex-direction: column;
}
.footer-widget.quick-links li:nth-child(3) {
    order: 5;
}

@media (max-width: 380px) {
    .price-cart-wrapper .price-info {
        height: 40px;
    }
}
.search-box {
    position: absolute;
    top: 0;
    left: 3%;
    width: 94%;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.search-box.search-active {
    top: 52px;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    position: fixed;
    box-shadow: 1px 1px 4px 2px rgb(0 0 0 / 25%);
}
.seacrh-inner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.seacrh-inner-box input[type="search"] {
    width: 100%;
    border: 1px solid transparent;
    padding: 10px 30px 10px 50px;
}
.seacrh-inner-box button {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
}
.seacrh-inner-box input:focus,
.seacrh-inner-box button:focus {
    outline: 0;
    box-shadow: none;
}

.sticky-cart {
    display: none;
}
@media (max-width: 776px) {
    .sticky-cart {
        position: fixed;
        top: 43%;
        right: 20px;
        z-index: 99999;
        display: block;
    }
    .sticky-cart .select-item.cart-toggler.mc-toggler {
        position: relative;
        background-color: var(--main) !important;
        height: 40px !important;
        width: 40px !important;
        text-align: center !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        box-shadow: 0 0 15px rgb(0 0 0 / 10%), -5px 5px 10px rgb(0 0 0 / 10%) !important;
        border-radius: 4px !important;
        cursor: pointer;
    }
    .sticky-cart .select-item.cart-toggler.mc-toggler i {
        color: #fff !important;
        font-size: 16px !important;
    }
    .sticky-cart span.buy-num.value.count {
        position: absolute !important;
        top: -7px !important;
        right: -7px !important;
        background-color: #000 !important;
        color: #fff !important;
        height: 20px !important;
        width: 20px !important;
        font-size: 11px !important;
        line-height: 20px !important;
        border-radius: 100% !important;
        font-weight: 500 !important;
    }
}
.icon-builder-wrapper {
    margin: 0px -75px;
      
    display: flex;
    gap: 23px;
    align-items: center;
}
.pc-builder-buttonn .pc-builderr {
    background: #019045;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border: none;
    color: #fff;
    padding: 0 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-align: center;
    line-height: 44px;
    width: 106px;
}
.pc-builder-button .pc-builder {
    background: #019045;;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border: none;
    color: #fff;
    padding: 0 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-align: center;
    line-height: 44px;
    width: 106px;
}
.footer-logo.for-desktop {
    text-align: center;
    padding-top: 50px;
}
.widget-info p,
.widget-info a,
.widget-info .icon {
    margin: 6px 1px;
    font-size: 13px;
    font-weight: 400;
    color: #ffffffb0;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
}
.widget-info .info {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}



.tab-content-area {
    background-color: white;
    padding: 30px;
    margin-bottom: 30px;
}
.contact-wrapper .contact-title h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 18px;
}

.contact-content {
    margin-bottom: 25px;
}

.contact_form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ff4800;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: 15px;
}

.contact_form .buttons .btn-basic-sm {
    background: var(--main);
    color: white;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.contact-content p > i {
    padding-right: 10px;
    color: #ff4a00;
}
.contact_form .text-danger {
    margin-bottom: 15px;
    margin-top: -5px;
    font-size: 12px;
}

.contact-wrapper .contact-content p {
    margin-bottom: 10px;
}
.contact-area-wrapper #nav-tab {
    border: none;
    justify-content: center;
    gap: 10px;
}
.pc-builder-header {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #050C2E;
    border-bottom: 1px solid #9f574d3d;
    box-shadow: 0 0px 0px 1px rgb(0 0 0 / 9%);
}
.pc-builder-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 991px){
    
    .pc-builder-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:auto;
    justify-content: center;
    padding:5px;
    }
    
    .pc-builder-logo{
        display:none;
    }
}
.c-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.pc-builder-list a,
.pc-builder-list .pc-builder-button {
    text-align: center;
    padding: 0 15px;
    background: none;
    border: none;
    color: var(--main);
    height: auto;
    line-height: normal;
    font-weight: normal;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
}
.pc-builder-list a i,
.pc-builder-list .pc-builder-button i {
    font-size: 24px;
}

.pc-builder-list a span,
.pc-builder-list .pc-builder-button span {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    color: white;
    padding-top: 2px;
    text-transform: uppercase;
}
.pc-builder-header .pc-builder-list img {
    width: 20px;
    margin-bottom: 5px;
}
.product-thumb.ws-box .price-old {
    display: none;
}

a.pc-builder-button.get-quate {
    background-color: var(--mainhover);
    color: #fff;
    margin: 0 0 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 17px;
    border-radius: 5px;
}
a.pc-builder-button.get-quate:hover{
    background-color: var(--secondary);
}
.pc-builder-inner {
    padding: 25px 30px;
    background: #fff;
    border: 1px solid #9f574d3d;
    border-top-width: 0;
}
.pc-builder-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-builder-content h1 {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: black;
    margin: 8px 0;
}

.pcb-top-content .checkbox-inline{
    color: #666666;
    font-size: 13px;
}

.pc-builder-content .total-amount.t-price {
    border: 1px solid var(--main);
    color: #fff;
    background-color: var(--mainhover);
}

.pc-builder-content .total-amount {
    display: inline-block;
    border: 1px dashed #050C2E;
    padding: 8px 0;
    margin-left: 10px;
    min-width: 140px;
    border-radius: 7px;
    text-align: center;
    position: relative;
}

.main-content-pc-builder{
    background-color: white;
    padding-top: 30px;
    margin-bottom: 30px;
}
.c-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
}
.c-inner-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-inner-item .details {
    margin: 0 0 0 15px;
}
.main-content-pc-builder .c-item .image {
    background: rgba(55, 73, 187, 0.1);
    border-radius: 3px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    text-align: center;
    flex: 0 0 48px;
}
.c-item .details .component-name .mark {
    margin-left: 5px;
    background: #666666;
    color: #fff;
    padding: 1px 4px;
    border-radius: 2px;
    font-weight: normal;
}
.hide {
    display: none !important;
}
.pc-builder-content .c-item .img-ico {
    width: 60px;
    height: 60px;
    display: block;
}
.c-inner-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0 0;
}
.main-content-pc-builder .c-item .details {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px 0 20px;
}
.c-item.blank .details .component-name {
    color: #666666;
}
.c-item .details .component-name {
    font-size: 12px;
    color: var(--mainhover);
    font-weight: bold;
    padding-bottom: 7px;
}
.c-item.blank .details .product-name {
    background: #F2F3F4;
    min-height: 12px;
    max-width: 80%;
    margin-top: 4px;
}
.c-item .details .product-name {
    line-height: 15px;
}
.c-item .item-price {
    flex: 0 0 100px;
    margin: 10px 0;
    padding-right: 20px;
    display: flex;
    align-items: center;
    border-right: 1px solid #eee;
}
.c-inner-action-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-inner-action-button a {
    padding: 4px 12px;
    font-size: 14px;
    border: 1px solid var(--mainhover);
    transition: 0.5s all;
    margin: 0 3px;
}
.btn-basic-sm {
    background-color: var(--main);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 0 20px;
    line-height: 30px;
}
.btn-basic-sm:hover {
    background-color: black;
    color: #fff;
}
.main-content-pc-builder .content-label {
    background: #808996;
    color: #fff;
    line-height: 20px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
}
.top-bar {
    padding: 10px 10px 10px 20px;
    margin-bottom: 10px;
}
.ws-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.tool-header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-bar .search {
    background: #f1f3f5;
    border-radius: 3px;
    position: relative;
    padding: 1px;
    display: flex;
}
.tool-btn {
    font-size: 24px;
}

.top-bar .search input {
    height: 28px;
    line-height: 28px;
    border: none;
    padding: 0 10px;
    background: none;
    outline: none;
}
.top-bar .search i {
    line-height: 28px;
    width: 30px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    background: var(--main);
    color: #fff;
    font-weight: 700;
}
.top-bar .show-sort{
    text-align: right;
}
.top-bar .page-heading{
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.tool-btn {
    display: flex;
    margin: 0 0 -40px 0;
    color: rgb(0, 0, 0);
    padding: 0 10px;
    height: 30px;
    background: rgba(55, 73, 187, 0.05) !important;
    border: none;
    white-space: nowrap;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    outline: none;
}

.tool-btn i {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.top-bar .show-sort {
    text-align: right;
}
.show-sort .form-group {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0;
}
.form-group label{
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}
.show-sort .form-group label {
    padding-right: 5px;
    color: #666666;
}
.show-sort .form-group select {
    padding: 6px 5px;
    font-size: 14px;
    border: none;
    position: relative;
    outline: none;
    height: 30px;
    max-width: 110px;
    color: #000000;
    border: 1px solid #f1f3f5;
}
.product-thumb {
    display: flex;
    margin-bottom: 10px;
}
.product-thumb .img-holder {
    flex: 0 0 200px;
    padding: 10px;
    margin: 0;
    text-align: center;
}
.product-thumb .product-info {
    padding: 20px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.product-thumb .product-content-blcok {
    flex: 1 1 auto;
}
.product-thumb .product-info h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    height: auto;
}
.product-thumb .product-name a {
    color: #111;
}
.product-thumb .short-description {
    padding: 0 0 0 14px;
    flex: 1 1 auto;
    margin-bottom: 5px;
}
.product-thumb .short-description ul {
    margin: 0 15px;
    padding: 0 15px;
    list-style: disc;
}
.product-thumb .short-description li {
    font-size: 13px;
    padding: 5px 0;
    color: #666666;
    position: relative;
    line-height: 16px;
}
.p-item-page .short-description li {
    font-size: 13px;
    color: #666666;
    position: relative;
    line-height: 16px;
    padding-bottom: 10px;
}
.product-thumb .actions {
    flex: 0 0 95px;
}
.product-thumb .actions .price {
    font-size: 20px;
    text-align: center;
}
.product-thumb .btn {
    display: block;
    min-width: 100px;
    text-align: center;
    margin-top: 15px;
}
.product-thumb .btn:hover{
    color:#fff;
}
.c-item .item-price .price-old {
    display: none;
}
/* ------------------------- Cart Section CSS End --------------------- */
.sticky-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--main);
    z-index: 999;
    box-shadow: 0 -4px 4px rgb(0 0 0 / 20%), 0 -1px 0 rgb(255 255 255 / 20%);
    flex: 1 1 auto;
    width: 100%;
    padding: 5px 0;
}
.sticky-footer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sticky-footer ul li {
    flex: 0 0 20%;
    max-width: 20%;
}
.sticky-footer ul li a {
    text-align: center;
}
.sticky-footer ul li a i,
.sticky-footer ul li a span {
    display: block;
}
.sticky-footer ul li a .icon > i {
    font-size: 18px;
    color: #fff;
}
.sticky-footer ul li a span {
    font-size: 10px;
    font-weight: 500;
    color: white;
    margin-top: 3px;
}
.sticky-footer ul li.home-icon a.th-ib-items {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -100%);
    padding: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 53%);
}

.sticky-footer ul li.home-icon a > .home-icon-wrapper {
    border: 1px solid var(--main);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.sticky-footer ul li.home-icon a > .home-icon-wrapper img {
    height: 20px;
    margin-top: 8px;
}
.sticky-footer ul li.home-icon .home-icon-wrapper i {
    color: var(--main);
    font-size: 24px;
    line-height: 30px;
}
.sticky-footer ul li a .icon > img {
    width: 22px;
}
.footer-block h3 {
    color: white;
}

.featured-offer .offer-content {
    background: white;
    text-align: center;
}

.featured-offer .offer-content .details {
    padding: 20px 15px;
}
.featured-offer .offer-content .details .title {
    overflow: hidden;
    font-weight: 500;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

.featured-offer .offer-content .details .short-desc {
    overflow: hidden;
    font-weight: 500;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 5px 0px 15px 0px;
    font-size: 12px;
    /*line-height: initial;*/
    height: 40px;
}

.featured-offer .offer-content .details .view-details {
    font-size: 12px;
    padding: 8px 15px;
    text-transform: capitalize;
}
.offer-content {
    background: white;
}

.category-list-wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

.category-list-wrapper .single-category-item {
    background: #ffffff;
    text-align: center;
    padding: 15px;
}

.category-list-wrapper .single-category-item a {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.category-list-wrapper .single-category-item .icon {
    width: 100%;
    height: 90px;
    background: #f5f5f5;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.category-area {
    padding-bottom: 20px;
}
.category-list-wrapper .single-category-item .text p {
      font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    margin: 0;
    color: black !important;
}
