<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    box-sizing: border-box;
    font-family: "Visia Pro";
    font-style: normal;
    position: relative;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

/* header section css start from here  */

.header-top {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d7d7d8;
}

.header-top h5.header-top-title {
    padding: 5px;
    font-size: 11px;
    color: #000;
    letter-spacing: 0;
    line-height: 20px;
    transition: 0.3s;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Visia Pro";
}

/* main nav section start from here  */

.main-nav-section .navbar {
    transition: 0.3s;
    background-color: #fff;
    border-bottom: 0.5px solid #d7d7d8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    height: 60px;
    padding: 0 30px;
    /* position: relative; */
}

.main-nav-section .navbar .navbar-brand {
    padding: 0;
}

/* .main-nav-section .navbar .navbar-brand img {
    width: 120px;
} */

.main-nav-section .navbar-nav .nav-link {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    /* height: 100%; */
    letter-spacing: 0.3px;
    padding-left: 18px;
    padding-right: 18px;
    text-transform: capitalize;
}

.main-nav-section .navbar .megamenu {
    padding-left: 15px;
    padding-right: 15px;
}

.main-nav-section .dropdown-toggle::after {
    border-top: transparent;
}

.main-nav-section .dropdown-menu {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /* display: block !important; */
}

.main-nav-section .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
}

.main-nav-section .dropdown-menu li a {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.main-nav-section .col-megamenu h6.title {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
    position: relative;
}

.main-nav-section .col-megamenu h6.title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 45%;
    height: 1px;
    background: #121314;
}

.main-nav-section .col-megamenu {
    margin: 20px 20px;
    width: 195px;
    overflow-x: hidden;
    overflow-y: auto;
}

.main-nav-section .col-megamenu h6.title.new-now {
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-nav-section li.mt-thirty {
    margin-top: 12px;
}

.main-nav-section li.mb-thirty {
    margin-bottom: 12px;
}

.main-nav-section li a sup {
    font-weight: 600;
}

.main-nav-section .menu-image {
    margin: 30px 0px;
    /* float: right; */
    position: relative !important;
}

.main-nav-section .menu-image img {
    height: 100%;
    width: 100%;
}

.main-nav-section .menu-image .menu-img-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: none;
}

.main-nav-section .menu-image li:hover .menu-img-overlay {
    display: block;
    opacity: 1;
}

.main-nav-section .menu-imagenew {
    margin: 30px 10px 20px 10px;
    position: relative;
}

.main-nav-section .menu-imagenew img {
    width: 100%;
    height: 250px;
    position: relative;
}

.main-nav-section .menu-imagenew p {
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 12px;
}

.main-nav-section .menu-imagenew .menu-img-overlay {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: none;
}

.main-nav-section .menu-imagenew li:hover .menu-img-overlay {
    display: block;
    opacity: 1;
}

.main-nav-section .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

/* .main-nav-section li {
    height: 100%;
} */

.main-nav-section li a i {
    color: #666666;
    font-size: 15px;
}

.main-nav-section li a i.fa-search {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
}

/* .right-nav {
            display: none;
        } */

.right-nav li a {
    color: #474747;
    text-align: center;
}

.right-nav li a:hover {
    border-bottom: none !important;
}

.login-section {
    /* min-height: 200px; */
    background: #fff;
    position: absolute;
    top: 60px;
    right: 30px;
    width: 390px;
    z-index: 9;
    border: 1px solid #eee;
    display: none;
}

.login-section::before {
    position: absolute;
    top: -17px;
    right: 33%;
    transform: translateX(-50%);
    pointer-events: none;
    content: " ";
    border: 8px solid #eee;
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 8px;
    border-right-color: rgb(238, 238, 238);
    border-right-style: solid;
    border-right-width: 8px;
    border-left-color: rgb(238, 238, 238);
    border-left-style: solid;
    border-left-width: 8px;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.login-section .login-content {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3e3e3;
}

.login-section .sign-btn {
    color: #adafb2;
    font-family: "Visia Pro";
    font-size: 12px;
    padding-bottom: 1px;
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    letter-spacing: 0.3px;
    margin-top: 17px;
    display: block;
}

.login-section p.dont-have {
    letter-spacing: 0.3px;
    font-family: "Visia Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 0;
}

.login-section p.dont-have a {
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 1px;
}

.login-section .login-links {
    padding: 0rem 1.5rem 1.5rem 1rem;
}

.login-section .login-links .nav-link {
    text-align: left;
    padding-left: 0.5rem;
    letter-spacing: 0.3px;
    font-family: "Visia Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #e3e3e3 !important;
    position: relative;
    transition: 0.3s linear ease-out;
    -webkit-transition: 0.3s linear ease-out;
    -moz-transition: 0.3s linear ease-out;
    -ms-transition: 0.3s linear ease-out;
    -o-transition: 0.3s linear ease-out;
}

.login-section .login-links .nav-link:hover {
    color: #000;
    padding-left: 20px;
    border-bottom: 1px solid #e3e3e3 !important;
}

.login-section .login-links .nav-link:hover i {
    color: #000;
}

.login-section .login-links .nav-link i {
    position: absolute;
    right: 0;
}

li.sign:hover .login-section {
    display: block;
}

.mega-flex {
    display: flex;
    flex-wrap: wrap;
}

/* video banner start from here  */

.videobg-main {
    height: calc(78vh - 60px);
    min-height: calc(500px - 60px);
    overflow: hidden;
    position: relative;
}

.videobg-main video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    height: 100%;
}

.videobg-main .video-content-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.videobg-main .video-content-box .video-content-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.videobg-main .video-content-box .video-content-title h1 {
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
    text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: bold;
}

.videobg-main .video-content-box .video-content-title h1 span {
    text-transform: lowercase;
}

.discover-videos {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 56px;
    color: #fff;
    text-shadow: 2px 2px 40px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.discover-videos .video-btn {
    min-width: 100px;
    text-align: center;
    background: #fff;
    padding: 10px 24px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #121314;
    border-color: #fff;
    border-radius: 0;
}

/* common pattern part start from here  */

.pattern-main {
    flex-wrap: wrap;
    display: flex;
    width: calc(100% + 2px);
}

.common-pattern .pattern-main .pattern-flex {
    flex-basis: calc(100% / 3 - 2px);
    flex-grow: 1;
    flex-shrink: 0;
    height: 43.1vw;
    margin: 2px 1px 0 0px;
    position: relative;
}

.common-pattern .pattern-main .pattern-box {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 100%;
}

.common-pattern .pattern-main .pattern-box .pattern-title-box {
    padding: 56px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.common-pattern .pattern-main .pattern-box .patter-top-title {
    padding: 56px;
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
}

.common-pattern .pattern-main .pattern-box .patter-top-title h2 {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -1.68px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    line-height: 55px;
}

.common-pattern .pattern-main .pattern-box .patter-top-title span.italic {
    font-family: "austinitalic";
    text-transform: capitalize;
}

.common-pattern .pattern-main .pattern-box .patter-top-title h4 {
    width: 70%;
    margin-top: 10px;
    font-size: 30px;
    text-transform: capitalize;
    font-family: "Visia Pro";
}

.common-pattern .pattern-main .pattern-box .pattern-title-box h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}

.common-pattern .pattern-main .pattern-box .pattern-title-box h5 {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-block;
}

.discover-banner-bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin: 2px 0px;
    min-height: 300px;
}

.discover-banner-bg .discover-content-box {
    text-align: center;
    color: #fff;
}

.discover-banner-bg .discover-content-box h2.discover-title {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
    padding: 0 16px;
    margin-bottom: 0;
    padding-top: 55px;
}

.discover-banner-bg .discover-content-box h3.discover-subtitle {
    width: 630px;
    margin: 15px auto 0 auto;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 55px;
}

.discover-banner-bg .discover-content-box .discover-more-btn {
    min-width: 100px;
    text-align: center;
    background: #fff;
    padding: 10px 24px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #121314;
    border-color: #fff;
    border-radius: 0;
    margin-bottom: 55px;
}

.discover-banner-bg .discover-content-box .discover-more-btn:hover {
    background: #b8b8b8;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-color: #b8b8b8;
}

.others-line {
    background-color: #fff;
}

.others-line h2.othersline-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 38px;
    letter-spacing: 0.3px;
    color: #121314;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.others-pattern .pattern-main {
    flex-wrap: wrap;
    display: flex;
    width: calc(100% + 2px);
}

.others-pattern .pattern-main .pattern-flex {
    flex-basis: calc(100% / 4 - 2px);
    flex-grow: 1;
    flex-shrink: 0;
    height: 34.8vw;
    margin: 2px 1px 0 0px;
}

/* .others-pattern .pattern-main .pattern-box {
    flex-basis: calc(100%/4 - 2px);
    flex-grow: 1;
    flex-shrink: 0;
    height: 34.8vw;
    background: rebeccapurple;
    margin: 2px 1px 0 0px;
} */

.others-pattern .pattern-main .pattern-box {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: 100%;
}

.others-pattern .pattern-main .pattern-box .others-btn {
    min-width: 100px;
    text-align: center;
    background: #fff;
    padding: 10px 24px;
    cursor: pointer;
    position: absolute;
    bottom: 56px;
    text-align: center;
    color: #121314;
    border-radius: 0;
    border-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #121314;
}

.others-pattern .pattern-main .pattern-box .others-btn:hover {
    background: #b8b8b8;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-color: #b8b8b8;
}

.others-pattern .pattern-main .pattern-box:hover {
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.pattern-box:hover .common-overlay {
    background-color: rgba(18, 19, 20, 0.16);
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    height: 100%;
    width: 100%;
}

.footer-category {
    margin: 80px 0px;
}

.footer-category-title {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}

.footer-category-title h1 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: bold;
    position: relative;
}

.footer-category .category-menu {
    margin: 40px 20px;
}

.footer-category .category-menu .catgory-title h4 {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

/* .footer-category .category-menu .catgory-title h4::before {
    position: absolute;
    content: '';
    left: 0;
    width: 50%;
    height: 1px;
    background: rgba(230,230,230,1);
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
} */

.footer-category .category-menu .catgory-title h4 {
    position: relative;
}

.footer-category .category-menu .catgory-title h4::after {
    position: absolute;
    content: "";
    right: 0;
    width: 75%;
    height: 1px;
    background: rgba(230, 230, 230, 1);
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.footer-category .category-menu .catgory-title h4 span.second-spn::before {
    position: absolute;
    bottom: -20px;
    content: "";
    left: 53%;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: translateX(-50%);
    border-top: 5px solid #121314;
}

.footer-category .category-menu .catgory-title h4 span.cat-gap {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    padding-left: 0;
}

.footer-category .category-menu .category-box {
    padding: 0 20px;
}

.footer-category .category-menu .category-box .category-lists {
    margin: 24px 0 0 0;
}

.footer-category .category-menu .category-box .category-lists .nav-link {
    padding: 0;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    height: 22px;
    color: #000;
    border-bottom: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 500;
}

.footer-category .category-menu .category-box .category-lists .nav-link:hover {
    display: inline-block;
    color: #999;
    border-bottom: 1px solid #999;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.footer {
    border-top: 0.5px solid #d7d7d8;
    background-color: #fff;
    min-height: 100px;
    padding-top: 45px;
}

.footer .subscription-box form {
    width: 300px;
    margin: auto;
}

.footer .subscription-box {
    text-align: center;
}

.footer .subscription-box p.form-title {
    color: #121314;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 20px;
    text-decoration: none;
    margin: 8px 0 18px;
    text-transform: capitalize;
}

.footer .subscription-box .form-control {
    color: #121314;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background-color: transparent;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: thin solid #aaa;
    height: 39.5px;
    padding: 0;
    width: 100%;
    border-radius: 0;
}

.footer .subscription-box .form-control:focus {
    box-shadow: none;
    outline: none;
}

.footer .subscription-box .subscribe-btn {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 20px;
    cursor: pointer;
    height: 40px;
    outline: none;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 0;
    border: none;
    background-color: #121314;
    color: #fff;
    margin-top: 24px;
    display: inline-block;
    z-index: 0;
}

.footer .subscription-box .subscribe-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #121314;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
    background: #ff5252;
}

.footer .subscription-box .subscribe-btn:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    color: #fff !important;
}

.footer .subscription-box .subscribe-btn:hover {
    color: #fff;
}

.footer .subscription-box .subscribe-btn:focus {
    box-shadow: none;
    outline: none;
}

.subscription-text {
    max-width: 600px;
    font-size: 11.5px;
    color: #aaa !important;
    margin: 24px auto 0;
    text-align: center;
}

.subscription-text a {
    color: #aaa !important;
    text-decoration-line: underline;
    text-decoration-style: solid;
}

.subs-navs {
    max-width: 600px;
    margin: 25px auto;
}

.subs-navs .nav-link {
    width: auto;
    margin: 0 10px 6px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 0;
    line-height: 20px;
    text-transform: capitalize;
    display: inline-block;
    border-bottom: 1px solid transparent;
    font-weight: 550;
}

.subs-navs .nav-link:hover {
    display: inline-block;
    border-bottom: 1px solid #999;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

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

.footersocial-navs .nav-link {
    padding: 10px 12px;
    -webkit-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    font-size: 25px;
    color: #000;
}

.copyright-section {
    text-align: center;
    margin: 25px auto;
    margin-bottom: 10px;
}

.copyright-section p {
    margin-bottom: 0;
    font-size: 10px;
    color: #adafb2;
}

.copyright-section .nav-link {
    padding: 0;
    font-size: 10px;
    color: #adafb2;
    margin-right: 10px;
    text-transform: capitalize;
}

.copyright-section .nav-item:nth-child(1) {
    position: relative;
}

.copyright-section .nav-item:nth-child(1)::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #adafb2;
}

.copyright-section .nav-item:nth-child(2) {
    margin-left: 10px;
}

.technical-partner {
    color: #121314;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: capitalize;
}

.technical-partner a {
    color: #0ea7e6;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: capitalize;
    padding-left: 5px;
}

.technical-partner a:hover {
    color: #121314;
    text-decoration: underline;
}

/* home page design end here  */

/* category page design start from here  */

.category-bg-main {
    /* height: 35vw; */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: calc(78vh - 60px);
    height: calc(500px - 60px);
}

.main-nav-section .navbg-transparent {
    background-color: transparent;
    border-bottom: 0.5px solid transparent;
}

.main-nav-section .navbg-transparent .nav-link {
    color: #fff;
    display: inline-block;
}

.main-nav-section .navbg-transparent li a i {
    color: #fff;
}

/* .main-nav-section .navbg-transparent .nav-link:hover {
    border-bottom-color: #fff;
} */

.main-nav-section .navbg-transparent .nav-link.active {
    /* border-bottom: .5px solid #fff; */
    display: inline-block;
}

.category-bg-main .category-banner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.category-bg-main .category-banner-title h1 {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 40px rgba(81, 78, 70, 0.15);
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 1px;
}

.new-now-section {
    margin-top: 32px;
    margin-bottom: 32px;
}

.new-now-section h2 {
    color: #121314;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 22px;
    text-transform: uppercase;
}

.product-filter-main {
    margin-bottom: 20px;
}

.product-filter-main .filter-nav {
    padding: 0px 35px;
}

.product-filter-main .filter-nav .nav-item .nav-link {
    color: #121314;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 0;
    padding-right: 12px;
}

.product-filter-main .filter-nav .nav-item .nav-link img {
    width: 20px;
    margin: 0;
    padding-right: 5px;
}

.product-filter-main .filter-nav .nav-item .nav-link i {
    padding-right: 5px;
}

.product-filter-main .filter-nav .product-filtering {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.product-filter-main .filter-nav .product-filtering .filtered-by {
    flex-basis: 120px;
    margin-right: 20px;
    margin-bottom: 20px;
    min-height: 100px;
}

.product-filter-main
    .filter-nav
    .product-filtering
    .filtered-by
    .filter-header
    h3 {
    color: #121314;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
}

.product-filter-main
    .filter-nav
    .product-filtering
    .filtered-by
    .form-check-input[type="checkbox"] {
    border-radius: 0 !important;
}

.product-filter-main
    .filter-nav
    .product-filtering
    .filtered-by
    .form-check-input:focus {
    box-shadow: none;
    outline: none;
}

.product-filter-main .filter-nav .product-filtering .filtered-by label {
    color: #121314;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.slider-labels {
    margin-top: 10px;
}

/* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
     its values is &gt; 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
   * Browsers can paint handles in their own layer.
   */

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
   */

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -4px;
    top: -3px;
    background-color: #666;
}

/* Styling;
   */

.noUi-background {
    background: #d6d7d9;
}

.noUi-connect {
    background: #aaa;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

/* Handles and cursors;
   */

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #345dbb;
    border: 8px solid rgba(53, 93, 187, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
   */

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.price-range-slider {
    margin-top: 20px;
    max-width: 400px;
}

.value {
    font-size: 13px;
    font-weight: 300;
    color: #121314;
    letter-spacing: 0.3px;
    white-space: nowrap;
    transform: translateZ(0);
    margin-top: 5px;
}

#slider-range {
    margin-bottom: 10px;
}

#filter-form {
    position: absolute;
    z-index: 99999999999999999999999;
    width: 100%;
    background: #fff;
    padding-left: 70px;
    padding-right: 70px;
    left: 0;
    right: 0;
}

#filter-form input {
    width: 175px;
    display: inline-block;
    border-radius: 0px;
    /* text-align: right; */
}

.category-pattern {
    margin-bottom: 100px;
}

.category-pattern .catgory-slider .card {
    border: none;
}

.category-pattern .catgory-slider .card img {
    width: 100%;
}

.catgory-slider .card img {
    width: 100%;
    aspect-ratio: 90/119;
    height: auto;
    object-fit: cover;
}

.cat-overlay {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: initial;
    background: #fff;
    opacity: 0.85;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: none;
}

.image-hover:hover .cat-overlay {
    display: block;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.cat-overlay h4.overlay-title {
    color: #121314;
    font-family: "Visia Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 20px;
    text-decoration: none;
}

.cat-overlay .nav-item .nav-link {
    color: #121314;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 22px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: 0;
    font-family: "Visia Pro";
    text-transform: uppercase;
}

.cat-overlay .nav-item .nav-link:hover {
    background-color: #121314ab;
    outline: none;
    color: #fff;
}

.cat-title-box {
    margin: 15px 0;
}

.cat-title-box .title {
    color: #121314;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 20px;
    font-family: "Visia Pro";
}

.cat-title-box .description {
    color: #121314;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 20px;
    font-family: "Visia Pro";
}

.cat-title-box .price {
    color: #121314;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 20px;
    font-family: "Visia Pro";
}

.support-msg-box {
    height: 25px;
    width: 25px;
    position: fixed;
    bottom: 80px;
    right: 16px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    padding: 11px;
    border: 1px solid rgb(215, 215, 216);
    background-color: rgb(255, 255, 255);
    animation: 4s ease 1s 1 normal none running cHuuEw;
    box-sizing: content-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.support-msg-box i {
    font-size: 20px;
    color: #000;
}

.support-msg-box:hover {
    background-color: #121314;
    border-color: #fff;
}

.support-msg-box:hover i {
    color: #fff;
}

.category-mb .catgory-slider {
    margin-bottom: 20px;
}

.cat-title-box .title-flex {
    display: flex;
}

.cat-title-box .title-flex .title {
    width: 85%;
    display: inline-block;
}

.cat-title-box .title-flex .title-icon {
    width: 15%;
    display: inline-block;
}

/* category page design end here  */

/* details page design start from here  */

.details-main {
    overflow: hidden;
    margin-top: 30px;
}

.details-main .container {
    max-width: 1070px;
    margin: 0 auto;
}

.details-main .zoom-common-pattern {
    min-height: 200px;
}

.details-main .zoom-common-pattern li {
    width: calc(50% - 4px);
    min-height: 200px;
    margin-bottom: 8px;
}

.details-main .zoom-common-pattern li:nth-child(odd) {
    margin-right: 8px;
}

.details-main .zoom-common-pattern li .zoom-hover-img {
    cursor: url(../images/icons/001-zoom-in.png), auto;
}

.details-main .zoom-common-pattern li .zoom-hover-img img {
    width: 100%;
    min-height: 400px;
    max-height: 880px;
}

.details-main .zoomsm-common-pattern li {
    width: calc(33.3% - 5.3px);
    min-height: 200px;
    margin-bottom: 8px;
}

.details-main .zoomsm-common-pattern li:nth-child(1),
.details-main .zoomsm-common-pattern li:nth-child(2) {
    margin-right: 8px;
}

.details-main .zoomsm-common-pattern li:nth-child(3) {
    margin-right: 0;
}

.details-main .zoomsm-common-pattern li .zoom-hover-img {
    cursor: url(../images/icons/001-zoom-in.png), auto;
}

.details-main .zoomsm-common-pattern li .zoom-hover-img img {
    width: 100%;
    min-height: 300px;
}

.details-main .zoom-cart-main {
    padding: 60px 0;
}

.zoom-cart-main .next-btn {
    margin-bottom: 40px;
}

.zoom-cart-main .next-btn a {
    font-family: "Visia Pro";
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-transform: capitalize;
}

.zoom-cart-main .next-btn a:hover {
    color: #8c8c8c;
}

.zoom-cart-main .price-box {
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .zoom-cart-main .price-box .price-list:nth-child(1) {
    flex-basis: 60%;
} */

.zoom-cart-main .price-box .price-list:nth-child(2) {
    /* flex-basis: 40%; */
    width: fit-content;
}

.zoom-cart-main .price-box .price-list p.reference {
    font-size: 10px;
    line-height: 16px;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.zoom-cart-main .price-box .price-list .price-name {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 28px;
    color: #121314;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    font-weight: 900;
}

.multi-color-tab {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.multi-color-tab .color-navs:nth-child(1) {
    flex-basis: 60%;
}

.multi-color-tab .color-navs:nth-child(2) {
    flex-basis: 40%;
    text-align: right;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #121314;
    letter-spacing: 0.3px;
    font-family: "Visia Pro";
    text-transform: capitalize;
}

.multi-color-tab .nav-tabs {
    border-bottom: none;
}

.multi-color-tab .nav-tabs img {
    width: 20px;
    height: 20px;
}

.multi-color-tab .nav-tabs .nav-link {
    padding: 2px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-right: 12px;
    line-height: 1px;
}

.multi-color-tab .nav-tabs .nav-link.active {
    border: 1px solid #000;
}

.details-main .details-description-main {
    padding-top: 56px;
    padding-bottom: 56px;
    letter-spacing: 0.3px;
    width: 70%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.details-main .details-description-main .description-box:nth-child(1) {
    flex-basis: 60%;
    margin-right: 10%;
}

.details-main .details-description-main .description-box:nth-child(2) {
    flex-basis: 30%;
}

.details-main .details-description-main .description-box h3 {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #121314;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.details-main .details-description-main .description-box p.product-info-text {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #121314;
    letter-spacing: 0.3px;
    font-family: "Visia Pro";
}

.details-main .details-description-main .description-box .desription-tags {
    margin: 32px 0 0;
    padding: 0;
}

.details-main
    .details-description-main
    .description-box
    .desription-tags
    li.nav-item {
    margin-right: 8px;
}

.details-main
    .details-description-main
    .description-box
    .desription-tags
    .nav-link {
    padding: 2px 8px;
    font-family: "Visia Pro";
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #121314;
    letter-spacing: 0.3px;
    background-color: #f3f3f3;
    outline: none;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    text-transform: capitalize;
}

.details-main
    .details-description-main
    .description-box
    .desription-tags
    li:hover
    .nav-link {
    color: #fff;
    text-decoration: none;
    background-color: #666;
}

.similar-products-main {
    min-height: 200px;
    padding: 24px 16px;
    margin: 0 auto;
    position: relative;
}

.similar-products-main .arrow_Next {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.similar-products-main .arrow_Prev {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.similar-products-main .arrow_Prev,
.similar-products-main .arrow_Next {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
        0 3px 1px 0 rgba(20, 23, 28, 0.1);
    padding: 0;
    background: #fff;
    z-index: 1;
    cursor: pointer;
}

.similar-products-main .arrow_Prev i,
.similar-products-main .arrow_Next i {
    padding-top: 5px;
    padding-left: 4px;
    font-size: 14px;
    color: #a2968c;
}

.similar-products-main .similar-prices {
    margin-right: 16px;
}

.similar-products-main .similar-prices:nth-child(5) {
    margin-right: 0;
}

.similar-products-main .similar-prices:nth-child(6) {
    margin-left: 16px;
}

.similar-products-main .similar-prices .card {
    border: none;
    box-shadow: none;
}

.similar-products-main .similar-prices .card-body {
    padding-left: 5px;
    padding-right: 5px;
}

.similar-products-main .similar-prices .card .card-img-top {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    max-height: 495px;
}

.similar-products-main .similar-prices .price-box h5 {
    width: 68%;
    float: left;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.similar-products-main .similar-prices .price-box h5 a {
    color: #121314;
}

.similar-products-main .similar-prices .price-box p {
    width: 32%;
    float: right;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #121314;
    letter-spacing: 0.3px;
}

.similar-products-main .similar-products-title h3 {
    display: block;
    margin-bottom: 24px;
    font-family: "Visia Pro";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #121314;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.description-box .instruction-main h3 {
    margin-bottom: 16px;
    font-family: "Visia Pro";
    font-size: 12px;
    font-weight: 400;
    color: #121314;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.description-box .instruction-main p {
    margin-bottom: 8px;
    font-family: "Visia Pro";
    font-size: 13px;
    font-weight: 300;
    color: #121314;
    letter-spacing: 0.3px;
}

.description-box .instruction-main .instruction-navs {
    margin-top: 24px;
    margin-bottom: 16px;
    height: 26px;
}

.description-box .instruction-main .instruction-navs {
    position: relative;
}

.description-box .instruction-main .instruction-navs .nav-item img {
    height: auto;
    width: 24px;
    padding-bottom: 2px;
    margin-right: 8px;
    vertical-align: top;
    cursor: pointer;
}

.description-box .instruction-main .instruction-navs p.instruction-msg {
    margin-bottom: 8px;
    font-family: "Visia Pro";
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #121314;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    position: absolute;
    margin-top: 14px;
    display: none;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    left: 0;
    width: 100%;
}

.description-box
    .instruction-main
    .instruction-navs
    .nav-item:hover
    p.instruction-msg {
    display: block;
}

.size-selection .form-select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    border: 1px solid #d7d7d8;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding: 7px 15px;
    color: #000;
    margin-bottom: 10px;
}

.size-selection .form-select:focus {
    border-color: #000;
    box-shadow: none;
    outline: none;
}

.size-selection .form-control {
    margin-bottom: 30px;
    border-radius: 0px;
    max-width: 260px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    height: 40px;
}

.size-selection .form-control:focus {
    box-shadow: none;
    outline: none;
}

.size-submit {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sizeQuantity .form-group {
    width: 50% !important;
}

.size-submit button {
    padding: 5px 20px;
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 10px;
    width: 44%;
}

@media screen and (max-width: 575px) {
    .size-submit button {
        font-size: 12px;
        padding: 5px;
        padding-bottom: 10px;
    }
    .size-submit .wish-btn {
        padding: 9px;
    }
}

.size-submit .wish-btn {
    padding: 12px;
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-weight: 900;
    display: inline-block;
}

.size-submit button:hover {
    color: #fff;
}

.size-submit .size-selection .size-btn {
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-top: 7px;
    /* padding-bottom: 7px; */
    font-family: "Visia Pro";
}

.size-submit .size-selection .size-btn:focus {
    box-shadow: none;
    outline: none;
}

.size-submit .size-selection .wish-btn {
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    /* padding-top: 7px; */
    /* padding-bottom: 7px; */
    font-family: "Visia Pro";
}

.size-submit .size-selection .wish-btn:hover i {
    color: #fff;
}

.size-submit .size-selection .wish-btn:focus {
    box-shadow: none;
    outline: none;
}

.size-submit .size-selection .wish-btn i {
    font-size: 20px;
}

.size-selection {
    margin-bottom: 30px;
}

.delivery-option {
    cursor: pointer;
}

.delivery-option h5 {
    color: #121314;
    font-family: "Visia Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 20px;
    margin-bottom: 2px;
}

.delivery-option p {
    padding-left: 25px;
    color: #8c8c8c !important;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 16px;
    margin-bottom: 10px;
    font-family: "Visia Pro";
}

.delivery-option h5 i {
    font-size: 18px;
    color: #008a00;
}

.delivery-modal .modal-header {
    border: none;
}

.delivery-modal tr {
    border: none;
}

.delivery-modal tr td {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #666;
    letter-spacing: 0.3px;
    vertical-align: top;
    border: none;
    font-family: "Visia Pro";
    padding: 16px 24px 16px 0;
    border-bottom: 1px solid #f3f3f3;
}

.delivery-modal tr td:nth-child(2) {
    width: 60%;
}

.delivery-modal tr td:nth-child(1) {
    width: 20%;
}

.delivery-modal tr td:nth-child(3) {
    width: 20%;
}

.delivery-modal .table-responsive {
    margin-bottom: 24px;
}

p.plan {
    font-family: "Visia Pro";
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #666;
    letter-spacing: 0.3px;
    margin-bottom: 40px;
}

.delivery-modal .modal-body {
    padding: 20px 100px;
}

.delivery-modal h3 {
    margin-bottom: 16px;
    font-family: "Visia Pro";
    font-weight: 400;
    line-height: 18px;
    color: #121314;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p.return {
    font-family: "Visia Pro";
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #666;
    letter-spacing: 0.3px;
}

.store-avalable-main {
    display: flex;
    flex-wrap: wrap;
}

.store-avalable-main .stores {
    flex-basis: 100%;
    margin-bottom: 10px;
    position: relative;
}

.store-avalable-main .stores h3 {
    color: #121314;
    font-family: "Visia Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 20px;
    text-transform: capitalize;
    cursor: pointer;
}

.store-avalable-main .stores h3 i {
    font-size: 20px;
    color: #121314;
}

.store-avalable-main .stores h3 svg {
    height: 20px;
    width: 20px;
    margin-right: 7px;
}

.store-modal .btn-close {
    padding: 0.5rem 0.5rem;
    width: 10px;
    height: 10px;
    background-color: #e8e8e8;
    border-radius: 0;
    opacity: 1;
}

.store-modal .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.store-selection-box {
    padding: 1rem;
}

.store-selection-box h5 {
    margin: 0;
    color: #121314;
    font-family: "Visia Pro";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 22px;
    text-transform: capitalize;
}

.store-selection-box label {
    margin-top: 5px;
    color: #121314;
    font-family: "Visia Pro";
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 20px;
}

.store-modal .modal-body {
    position: relative;
    padding: 0;
}

.store-modal .btn-close {
    position: absolute;
    right: 0;
    top: 0;
}

.store-modal .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-left: 37px;
    color: #121314;
    font-family: "Visia Pro";
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.store-modal .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #121314;
}

.store-modal .form-control:hover {
    border-color: #121314;
}

.store-modal .input-box {
    position: relative;
}

.store-modal .input-box .fa-search {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    position: absolute;
    top: 8px;
    left: 10px;
}

.store-modal .input-box .fa-times {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    position: absolute;
    top: 8px;
    right: 10px;
}

.store-modal .store-iframe iframe {
    height: 650px;
    width: 100%;
}

.store-modal .modal-lg {
    max-width: 1000px;
}

.store-avalable-main .stores .share-box {
    padding: 24px;
    height: 194px;
    width: 286px;
    background-color: #fff;
    border: 1px solid #d7d7d8;
    position: absolute;
    top: -202px;
    left: 0;
}

.store-avalable-main .stores .share-box::before {
    position: absolute;
    bottom: -11px;
    left: 35px;
    pointer-events: none;
    content: " ";
    border: 5px solid #d7d7d8;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.share-box .share-title h5 {
    margin-bottom: 16px;
    font-family: "Visia Pro";
    font-size: 10px;
    line-height: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.share-box .share-title i {
    font-size: 12px;
}

.share-box .form-control {
    height: auto;
    width: 100%;
    padding: 10px 16px;
    overflow: hidden;
    font-family: "Visia Pro";
    font-size: 12px;
    line-height: 18px;
    color: #6d6f71;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
    white-space: nowrap;
    cursor: pointer;
    background-color: #f3f3f3;
    border: 1px solid #d7d7d8;
    outline: none;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-weight: 400;
    margin-bottom: 16px;
}

.sharebox-nav .nav-link {
    padding: 0;
    margin-right: 8px;
    display: inline-block;
    font-family: "Visia Pro";
    font-size: 14px;
    text-align: center;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sharebox-nav .nav-link i {
    color: #000;
    font-size: 24px;
}

.sharebox-nav .nav-link:hover i {
    color: #8c8c8c;
}

.share-box {
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.share-close {
    cursor: pointer;
}

.favourite-icon {
    position: absolute;
    top: 10px;
    right: 22px;
    font-size: 20px;
    color: #6d6f71;
    display: none;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.similar-products-main .similar-prices .card:hover .favourite-icon {
    display: block;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.shopping-bag-main {
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding: 17px;
    min-height: 400px;
    width: 400px;
    background-color: white;
    border: 1px solid #eee;
    position: absolute;
    right: 22px;
    top: 57px;
    /* border-top: none; */
    z-index: 9;
    display: none;
}

.shopping-bag-main::before {
    position: absolute;
    top: -17px;
    right: 35px;
    pointer-events: none;
    content: " ";
    border: 8px solid #eee;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.shopping-bag-main .shopping-title {
    text-align: left;
    text-transform: capitalize;
}

.shopping-bag-main .shopping-title h3 {
    color: #121314;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-bottom: 22px;
    font-family: "Visia Pro";
    font-weight: 600;
}

.shopping-bag-main .card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    margin-bottom: 20px;
}

.shopping-bag-main .card img {
    min-height: 130px;
}

.products-namebox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.products-namebox h3 {
    color: #121314;
    font-family: "Visia Pro";
    font-size: 13px;
    font-weight: 600 !important;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 20px;
    text-decoration: none;
    text-transform: capitalize;
    flex-basis: 50%;
}

.shopping-bag-main .price-description {
    text-align: left;
}

.shopping-bag-main .price-description h3 {
    color: #121314;
    font-family: "Visia Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.remove-product {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

.remove-product a {
    color: #fff;
    font-size: 12px;
    line-height: normal;
}

.shopping-scrol {
    max-height: 290px;
}

.amount-box {
    display: flex;
    flex-wrap: wrap;
}

.amount-box h3 {
    flex-basis: 50%;
    color: #121314;
    font-family: "Visia Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 600;
}

.deliver-box {
    display: flex;
    flex-wrap: wrap;
}

.deliver-box h3 {
    flex-basis: 50%;
    color: #121314;
    font-family: "Visia Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 22px;
    text-transform: capitalize;
}

.button-sets {
    width: 100%;
}

.button-sets .view-shopping {
    background-color: #fff;
    border: 1px solid #aaa;
    color: #121314;
    font-family: "Visia Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 20px;
    cursor: pointer;
    height: 40px;
    outline: none;
    padding: 11px 0px;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    z-index: 0;
    position: relative;
}

.button-sets .view-shopping::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #121314;
    color: #fff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
}

.button-sets .view-shopping:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    color: #fff !important;
}

.button-sets .view-shopping:hover {
    border-color: #121314 !important;
}

.button-sets .view-shopping:hover {
    border: 1px solid #121314 !important;
    color: #fff;
}

.button-sets .view-shopping:focus {
    box-shadow: none;
    outline: none;
}

.button-sets a {
    width: 48%;
    margin-top: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.button-sets a:nth-child(1) {
    margin-right: 2%;
}

.button-sets button:focus {
    box-shadow: none;
    outline: none;
}

.button-sets .checkout {
    background-color: #121314;
    color: #fff;
    font-family: "Visia Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 20px;
    cursor: pointer;
    height: 40px;
    outline: none;
    padding: 11px 0px;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    z-index: 0;
    position: relative;
}

.button-sets .checkout:focus {
    box-shadow: none;
    outline: none;
}

.button-sets .checkout::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff5252;
    color: #fff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
}

.button-sets .checkout:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    color: #fff !important;
}

.button-sets .checkout:hover {
    border-color: #ff5252 !important;
}

.searchbox-main {
    background-color: #fff;
    border-bottom: 0.2px solid #d7d7d8;
    /* transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); */
    padding: 17px;
    min-height: 60px;
    /* min-width: 100%; */
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9;
    padding: 45px;
    padding-top: 17px;
    text-align: left;
}

.search-form .form-control {
    height: 32px;
    width: 290px;
    color: #000;
    font-family: "Visia Pro";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 22px;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding-left: 30px;
    border-radius: 0px;
}

.search-form .form-control:focus {
    box-shadow: none;
    outline: none;
}

.search-form i.fa-search {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    position: absolute;
    left: 0;
    top: 8px;
}

.search-form .form-group {
    position: relative;
}

.search-form i.fa-times {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 20px;
}

.searchbox-main .last-viewed h3 {
    color: #aaa;
    font-family: "Visia Pro";
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.searchbox-main .last-box {
    margin-top: 17px;
}

.last-box a {
    text-align: left !important;
    color: #121314;
    font-family: "Visia Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 20px;
    text-transform: capitalize;
}

.lv-image img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* details page designend here  */

/* cart page design start from here  */

.cart-main {
    background: #fff;
    margin: 40px 0px;
    padding: 24px 0;
}

/* .cart-main .container {
    max-width: 1024px;
    margin: 0 auto;
} */

.cart-main .cart-box .cart-title h3 {
    color: #121314;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 28px;
    margin-bottom: 1.1rem;
    text-transform: capitalize;
}

.cart-main .price-description h3 {
    color: #121314;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.cart-main .card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    /* border: none; */
}

.cart-main .cart-box {
    padding-right: 40px;
}

.cart-main .products-namebox h3 a {
    color: #121314;
    font-family: "Visia Pro";
    font-size: 20px;
    font-weight: 600 !important;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 20px;
    text-decoration: none;
    text-transform: capitalize;
    flex-basis: 50%;
}

.cart-main .products-namebox h3 {
    font-weight: 400 !important;
}

.cart-content .remove-product {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    width: 37px;
    text-align: center;
    height: 30px;
    background: #121314;
}

.summery-box {
    padding: 0 10px 0 40px;
    position: sticky;
}

.summery-box .amount-box h3 {
    font-size: 18px;
    font-family: "Visia Pro";
}

a.cart-checkout {
    background-color: #121314;
    border: 1px solid #121314;
    color: #fff;
    font-family: "Visia Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 20px;
    cursor: pointer;
    height: 40px;
    outline: none;
    padding: 11px 0px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-top: 17px;
    margin-bottom: 17px;
}

p.tax-include {
    /* color: #121314; */
    color: #ff5252;
    font-family: "Visia Pro";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: capitalize;
}

/* cart page design end here  */

.wishlist-main {
    margin: 40px 0px;
    padding: 0 40px;
}

.wishlist-main .wish-title h3 {
    font-size: 14px;
    color: #121314;
    font-family: "Visia Pro";
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.wishlist-main .wish-title p {
    font-size: 14px;
    margin-top: 15px;
    font-family: "Visia Pro";
    font-style: normal;
    letter-spacing: 0.3px;
    line-height: 16px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}

.wishlist-main .wish-title p::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 380px;
    background: #eeeef0;
    bottom: -15px;
    left: -40px;
}

.wishlist-main .card {
    border: none;
    margin-bottom: 17px;
}

.wishlist-main .card img {
    /* min-height: 640px; */
    max-height: 640px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.wish-products {
    margin: 45px 0px;
}

.wish-products h5 {
    color: #000;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: "Visia Pro";
    font-style: normal;
    letter-spacing: 0.3px;
    line-height: 16px;
}

.wish-products p {
    text-align: center;
    font-size: 12px;
    color: #000;
    font-family: "Visia Pro";
    font-style: normal;
    letter-spacing: 0.3px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.wishlist-main .shopping-add {
    text-align: center;
    border: 1px solid #d7d7d8;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-family: "Visia Pro";
    cursor: pointer;
    -webkit-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-transform: capitalize;
    font-size: 12px;
    height: 42px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.wishlist-main .shopping-add:hover {
    border-color: #000;
}

.wishacc-main {
    text-align: center;
    min-height: 750px;
    position: relative;
}

.wishacc-main .device-main .pc-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
}

.pc-image img {
    width: 94px;
    height: 35px;
    margin-bottom: 25px;
}

.device-main h5.device-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: unset;
}

.wishacc-main .device-main .pc-image p {
    width: 70%;
    margin: auto;
    font-family: "Visia Pro";
    letter-spacing: 0.4px;
    font-size: 13px;
}

a.create-acc {
    border: 1px solid #adafb2;
    padding: 10px 35px;
    text-decoration: none;
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    color: #000;
    margin-top: 20px;
    text-transform: capitalize;
}

p.mb-20 {
    margin-bottom: 30px !important;
}

a.signin {
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    color: #000;
    text-decoration: underline;
    font-size: 12px;
    display: block;
    margin-top: 20px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

a.signin:hover {
    color: #adafb2;
}

/* login register page desing start from here  */

.log-register-main {
    padding: 40px 0px;
    position: relative;
}

.log-register-main::before {
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    background: #f3f3f3;
    top: 71px;
    content: "";
    z-index: -1;
}

.log-register-main .login-reg-tabs {
    width: 400px;
    min-height: 400px;
    margin: 0px auto;
}

.log-register-main .login-reg-tabs .nav-tabs {
    border-bottom: none;
}

.log-register-main .login-reg-tabs .nav-tabs .nav-item {
    width: 45.4545454545%;
    text-align: center;
    margin-left: 2.2727272727%;
    margin-right: 2.2727272727%;
}

.log-register-main .login-reg-tabs .nav-tabs .nav-link {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: auto;
    padding-top: 4px;
    padding-bottom: 6px;
    color: #121314;
    font-size: 14px;
    width: 100%;
    border: none;
    text-transform: capitalize;
    font-family: "Visia Pro";
    letter-spacing: 0.4px;
    font-weight: 500;
    margin-left: 2px;
    margin-right: 2px;
}

.log-register-main .login-reg-tabs .nav-tabs .nav-link.active {
    border-bottom: 1px solid #000;
}

.log-register-main .tab-content {
    padding: 34px 0px;
}

.log-register-main .tab-content .form-control {
    padding: 15.5px 5px 4px;
    height: auto;
    width: 100%;
    border: none;
    border-bottom-width: medium;
    border-bottom: 0.5px solid #aaa;
    border-bottom-color: rgb(170, 170, 170);
    color: #121314;
    font-size: 13px;
    letter-spacing: 0.3px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-family: "Visia Pro";
    background: #fff;
}

.log-register-main .tab-content .form-control:focus {
    box-shadow: none;
}

.log-register-main .tab-content .form-check {
    margin-top: 17px;
    margin-bottom: 17px;
}

.log-register-main .tab-content .form-check-input {
    height: 17px;
    width: 17px;
}

.log-register-main .tab-content .form-check-input[type="checkbox"] {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    letter-spacing: 0.3px;
}

.log-register-main .tab-content .form-check-label {
    padding: 5px 0 0 10px;
    color: #121314;
    font-size: 12px;
    font-family: "Visia Pro";
    text-transform: capitalize;
}

.log-register-main .tab-content .login-btn {
    width: 100%;
    background-color: #121314;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    font-size: 13px;
    color: #fff;
    background-color: #121314;
    border: none;
    letter-spacing: 0.3px;
    line-height: 20px;
    margin-top: 26px;
    margin-bottom: 20px;
    font-family: "Visia Pro";
    text-transform: capitalize;
    position: relative;
    z-index: 0;
}

.log-register-main .tab-content .login-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #121314;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
    background: #ff5252;
}

.log-register-main .tab-content .login-btn:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    color: #fff !important;
}

.log-register-main .tab-content .login-btn:focus {
    box-shadow: none;
    outline: none;
}

/* .log-register-main .tab-content .login-btn:hover {
    background-color: #666;
    border-color: #666;
    color: #fff;
} */

.login-reg-tabs .form-check-input:checked {
    background-color: #aaa;
    border-color: #aaa;
}

a.forget-pass {
    border-bottom: 1px solid #adafb2;
    color: #adafb2;
    cursor: pointer;
    font-family: "Visia Pro";
    font-size: 12px;
    padding-bottom: 1px;
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    letter-spacing: 0.3px;
}

a.forget-pass:hover {
    color: #121314;
    border-bottom: 1px solid #121314;
}

.separator {
    position: relative;
    width: 100%;
    display: block;
    margin: 17px 0px;
}

.separator::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #121314;
    left: 0;
    top: 0;
}

.login-reg-tabs span {
    color: red;
    font-family: "Visia Pro";
    font-size: 12px;
    padding-bottom: 1px;
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    letter-spacing: 0.3px;
    margin-top: 17px;
    display: block;
}

.reg-tabs .form-group {
    margin-bottom: 14px;
}

.reg-tabs .form-select {
    padding: 15.5px 0 4px;
    height: 40px;
    width: 100%;
    border: none;
    border-bottom-width: medium;
    border-bottom: 0.5px solid #aaa;
    border-bottom-color: rgb(170, 170, 170);
    color: #121314;
    font-size: 13px;
    letter-spacing: 0.3px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-family: "Visia Pro";
}

.reg-tabs .form-select:focus {
    box-shadow: none;
    outline: none;
}

.reg-tabs .form-select option {
    font-family: "Visia Pro";
    font-size: 13px;
    letter-spacing: 0.3px;
}

.login-reg-tabs .form-label {
    color: #121314;
    font-family: "Visia Pro";
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 21px;
}

.terms p {
    font-size: 10px;
    color: #6d6f71;
    letter-spacing: 0.3px;
    line-height: 18px;
    font-family: "Visia Pro";
    margin: 0;
}

.forgetpass-main {
    padding: 40px 0px;
}

.fogetpass-box {
    max-width: 350px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 100px;
}

.forgetpass-main .fogetpass-box .forget-title {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Visia Pro";
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #121314;
}

.forgetpass-main .fogetpass-box p {
    margin-bottom: 20px;
    font-size: 13px;
    padding: 0 7px;
    color: #121314;
    letter-spacing: 0.3px;
    padding: 0 7px;
    text-align: left;
}

.forgetpass-main .fogetpass-box .form-control {
    font-family: "Visia Pro";
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 12px;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0.3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding-top: 11px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.forgetpass-main .fogetpass-box .form-control:hover {
    border-color: #121314;
}

.forgetpass-main .fogetpass-box .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #121314;
}

.forgetpass-main .fogetpass-box ::placeholder {
    color: #b9bdc1;
}

.forgetpass-main .fogetpass-box .form-text {
    text-align: left;
    color: #f42837;
    letter-spacing: 0.2px;
    font-family: "Visia Pro";
    margin-bottom: 16px;
}

.forgetpass-main .fogetpass-box .foget-btn {
    width: 100%;
    height: 45px;
    background-color: #000;
    border: 0;
    font-family: "Visia Pro";
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 20px;
}

.forgetpass-main .fogetpass-box p.rememer {
    text-align: center;
    font-size: 13px;
    color: #121314;
    font-family: "Visia Pro";
    text-align: center !important;
}

.forgetpass-main .fogetpass-box p.rememer a {
    text-align: center;
    font-size: 13px;
    color: #121314;
    font-family: "Visia Pro";
    font-weight: normal;
}

/* login register page design end here  */

/* faq page design strart from here  */

.faq-main {
    padding: 40px 0px;
}

.faq-main .container {
    max-width: 1140px;
}

.faq-accordion-main {
    padding-left: 30px;
    padding-right: 30px;
}

.faq-main .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.faq-main .accordion-item {
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.faq-main .accordion-button:not(.collapsed) {
    background: #fff;
}

.faq-main .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq-main .accordion-button {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: black;
    font-family: "Open Sans", sans-serif;
}

.faq-main .accordion-button::after {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    margin-left: auto;
    content: "";
    background-image: url(../images/icons/002-add.png);
    background-repeat: no-repeat;
    background-size: 10px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/001-minus.png);
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.faq-main .breadcrumb {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.faq-main .breadcrumb .breadcrumb-item a {
    color: #666;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
}

.faq-main .breadcrumb-item.active {
    color: #6c757d;
    font-size: 10px;
    line-height: 26px;
    text-transform: uppercase;
}

.faq-navs .nav-item .nav-link.selected {
    background: #121314;
    display: inline-block;
    padding: 3px 7px;
    color: #fff;
}

.faq-navs .nav-item .nav-link.selected:hover {
    border: none;
}

.faq-navs .nav-link {
    color: #666;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.1em 0.4em;
    display: inline-block;
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.faq-navs .nav-link:hover {
    border: 1px solid #666;
}

.faq-navs .nav-link i {
    font-size: 15px;
}

.faq-header .faq-note h4 {
    text-transform: uppercase;
    margin-bottom: 0.8em;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #333;
}

.faq-header .faq-note h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #333;
}

.faq-header .faq-note p {
    padding: 0;
    font-size: 13px;
    margin-bottom: 17px;
    color: #9a9a9a;
    font-family: "Open Sans", sans-serif;
    color: #333;
}

.faq-main .faq-contacts {
    margin-top: 6.5rem;
}

.faq-main .faq-contacts h4 {
    text-transform: uppercase;
    margin-bottom: 0.8em;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #333;
}

.faq-main .faq-contacts p {
    padding: 0;
    font-size: 10px;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    color: #121314;
    letter-spacing: 0.3px;
    font-weight: normal;
    color: #333;
}

.faq-main .faq-contacts i {
    font-size: 18px;
    color: #333;
}

.faq-main .faq-contacts h4 a {
    text-transform: uppercase;
    margin-bottom: 0.8em;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #333;
}

/* faq page design end here  */

/* fixed menu for mobile device design start from here  */

.fixmenu-main {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 1;
    border-top: 1px solid #d7d7d8;
    display: none;
}

.fixmenu-main .nav-item {
    flex-basis: 25%;
    text-align: center;
}

.fixmenu-main .nav-item .nav-link i {
    display: block;
}

.fixmenu-main .nav-item .nav-link {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 9px;
    color: #666;
    transition: 0.3s;
    font-weight: 500;
    font-family: "Visia Pro";
    text-transform: capitalize;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fixmenu-main .nav-item .nav-link i {
    font-size: 15px;
}

.fixmenu-main .nav-item .nav-link i.fa-search {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
}

.fixmenu-main .nav-item .nav-link:hover {
    color: #121314;
}

.fixmenu-main .nav-item .nav-link i sup {
    padding-left: 3px;
    color: #e74c3c;
}

.search-mobile {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100px;
    top: -163px;
    border: 1px solid #b1b4b7;
}

.search-mobile::after {
    position: absolute;
    left: 38%;
    transform: translateX(-50%);
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    content: "";
    border-top: 10px solid #f2f2f2;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.search-mobile .card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    text-align: left;
}

.search-mobile .card .card-header {
    background: #fff;
    border-bottom: none;
    padding: 10px 20px;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.search-mobile .card .card-header i {
    float: right;
    cursor: pointer;
}

.search-mobile .card .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 12px;
    font-family: "Visia Pro";
    border-color: #ececec;
}

.search-mobile .card .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #121314;
}

.search-mobile .btn {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-color: #121314;
    background: #121314;
    font-size: 12px;
    font-family: "Visia Pro";
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* fixed menu for mobile device design end here  */

/* checkout page design start from here  */

.checkout-main {
    background: #fff;
    min-height: 500px;
    padding: 40px 0px;
}

.checkout-main .billing-address {
    margin-bottom: 30px;
}

.checkout-main .billing-address fieldset.billing-fieldset {
    padding: 15px 19px 19px 19px !important;
    border: 1px solid #e9ebec !important;
    border-radius: 4px;
}

.checkout-main .billing-address fieldset.billing-fieldset legend {
    text-align: left !important;
    color: #121314;
    margin: 0 auto;
    width: auto;
    float: none;
    font-size: 1rem;
    padding: 2px 20px;
    background: #e9ebec;
    border-radius: 4px;
    text-transform: capitalize;
}

.checkout-main label {
    font-size: 14px;
    font-family: "Visia Pro";
    letter-spacing: 0.3px;
}

.checkout-main .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 13px;
    font-family: "Visia Pro";
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

.checkout-main .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #121314;
}

.checkout-main .form-select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 13px;
    font-family: "Visia Pro";
    margin-bottom: 17px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.checkout-main .form-select:focus {
    box-shadow: none;
    outline: none;
    border-color: #121314;
}

.checkout-main .btn-primary {
    /* border: 1px solid #121314; */
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    /* background: #fff; */
    background: #121314;
    z-index: 0;
    text-transform: capitalize;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
}

.checkout-main .btn-primary::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff5252;
    /* border: 1px solid #ff5252; */
    color: #fff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
}

.checkout-main .btn-primary:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    color: #fff !important;
}

.checkout-main .btn-primary:hover {
    color: #fff;
    /* border-color: #ff5252; */
}

.checkout-main .btn-primary:focus {
    box-shadow: none;
    outline: none;
}

.checkout-main .form-check-input:focus {
    box-shadow: none;
    outline: none;
}

.checkout-main .form-check-input:checked {
    background-color: #121314;
    border-color: #121314;
}

.review-cart .card-body {
    padding: 60px;
}

.review-cart .card-body .review-cart-head h3 {
    font-size: 20px;
    font-weight: 550;
    font-family: "Visia Pro";
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.review-cart .card-body table td {
    vertical-align: middle;
}

.review-cart .card-body table td a {
    font-family: "Visia Pro";
    text-transform: capitalize;
    letter-spacing: 0.3px;
    color: #121314;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.review-cart .card-body table td p {
    font-family: "Visia Pro";
    text-transform: capitalize;
    letter-spacing: 0.3px;
    color: #121314;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0px;
}

.review-cart .card-body table td a.color-size {
    font-size: 12px;
    font-weight: normal;
    font-weight: 600;
}

.review-cart .card-body table td:nth-child(2) {
    width: 70%;
}

.review-cart .card-body table td:nth-child(2) {
    width: 60%;
}

.review-cart .card-body table td:nth-child(1) {
    width: 80px;
    text-align: center;
}

.review-cart .card-body table td:nth-child(1) img {
    height: 70px;
    width: 70px;
}

.review-cart .card-body table td:nth-child(3) p {
    font-size: 14px;
}

.review-cart {
    border: 1px solid #e9ebec !important;
}

table.over-viewtable tr td:nth-child(1) {
    color: #666;
    font-size: 12px;
}

table.over-viewtable tr td:nth-child(2) {
    text-align: right;
    font-size: 12px;
}

.total-price-section {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e9ebec;
    border-bottom: 1px solid #e9ebec;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.total-price-section .total-price:nth-child(1) {
    flex-basis: 80%;
    font-family: "Visia Pro";
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.total-price-section .total-price:nth-child(2) {
    flex-basis: 20%;
    text-align: right;
    font-family: "Visia Pro";
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

/* checkout page design end here  */

/* shop location design start from here  */

.shops-main {
    background: #121314;
    padding: 40px 20px;
}

.shops-main h3.locations {
    color: #fff;
    text-transform: uppercase;
    font-family: "Visia Pro";
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    font-size: 32px;
    position: relative;
    display: inline-block;
}

.shops-main .shop-mainaddress {
    color: #fff;
    margin: 30px 0px;
    text-align: justify;
    position: relative;
    padding-right: 24px;
}

/* .shops-main .shop-mainaddress::after {
    position: absolute;
    content: '';
    right: 10px;
    top: 0;
    height: 100%;
    border: 1px dotted #62626b;
} */

.shops-main .shop-mainaddress h4 {
    font-size: 18px;
    font-family: "Visia Pro";
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
}

.shops-main .shop-mainaddress p.shop-no {
    font-size: 13px;
    font-family: "Visia Pro";
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
    text-align: left;
}

.shops-main .btn-primary {
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: transparent;
    z-index: 0;
    text-transform: capitalize;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 150px;
    font-family: "Visia Pro";
}

.shops-main .btn-primary::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #121314;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
}

.shops-main .btn-primary:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    color: #121314 !important;
}

.shops-main .btn-primary:hover {
    color: #121314;
}

.shops-main .btn-primary:focus {
    box-shadow: none;
    outline: none;
}

/* .shops-main h3.locations::before {
    position: absolute;
    content: '';
    left: 0;
    width: 49%;
    height: 2px;
    background: #fff;
    bottom: -17px;
} */

/* .shops-main h3.locations::after {
    position: absolute;
    content: '';
    right: 0;
    width: 48%;
    height: 2px;
    background: #fff;
    bottom: -10px;
} */

/* .shops-main h3.locations span::before {
    position: absolute;
    bottom: -16px;
    content: '';
    left: 46%;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;

    border-left: 5px solid transparent;
    transform: translateX(-50%);
    border-bottom: 5px solid #fff;
} */

/* .shops-main h3.locations span.span-two::before {
    position: absolute;
    bottom: -20px;
    content: '';
    left: 55%;

    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: translateX(-50%);
    border-top: 5px solid #fff;
} */

.shops-main .shop-after-none:last-child .shop-mainaddress::after {
    border: none;
}

/* shop location design end here  */

/* compare page design start from here  */

.compare-main {
    min-height: 60vh;
}

/* compare end here  */

.common-effect {
    display: inline-block;
    z-index: 0;
    position: relative;
    border: none !important;
}

.common-effect::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
    background: #ff5252;
}

.common-effect:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    color: #fff !important;
}

.common-effect:hover {
    color: #fff !important;
}

a.create-acc {
    border: 1px solid #adafb2 !important;
}

a.create-acc:hover {
    border: 1px solid #ff5252 !important;
}

.product-qauntity-main {
    /* max-width: 200px; */
    position: relative;
}

.product-qauntity-main .cart-qty-plus,
.product-qauntity-main .cart-qty-minus {
    background-color: transparent;
    border: none;
    font-size: 25px;
    position: absolute;
}

.product-qauntity-main .cart-qty-plus {
    right: 20px;
    top: 32px;
}

.product-qauntity-main .cart-qty-minus {
    left: 20px;
    top: 32px;
}

.mobile-cart {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100px;
    bottom: 59px;
    border: 1px solid #b1b4b7;
    background: #fff;
    padding: 10px;
    overflow-y: scroll;
    max-height: 50vh;
}

.mobile-cart::before {
    position: fixed;
    left: 60%;
    transform: translateX(-50%);
    bottom: 39px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    content: "";
    border-top: 10px solid #f2f2f2;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    z-index: 99;
}

.mobile-cart .card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 15px;
    min-height: 112px;
}

.mobile-cart .card .card-body {
    padding: 10px 10px;
    text-align: left;
    position: relative;
}

.mobile-cart .card .card-body .card-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Visia Pro";
}

.mobile-cart .card .card-body p {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 4px;
    line-height: normal;
}

.mobile-cart .card img {
    max-height: 110px;
    width: 100%;
}

.mobile-cart .card .card-body .remove-products {
    background: #000;
    position: absolute;
    height: 20px;
    width: 20px;
    text-align: center;
    right: 0px;
    bottom: -15px;
}

.mobile-cart .card .card-body .remove-products a {
    color: #fff;
    font-size: 14px;
}

.mobile-cart .shopping-title h3 {
    color: #121314;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-bottom: 22px;
    font-family: "Visia Pro";
    font-weight: 600;
    text-align: left;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 0.3s;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
}

.login-reg-tabs .form-check-input:checked {
    background-color: #aaa;
    border-color: #aaa;
}

a.forget-pass {
    border-bottom: 1px solid #adafb2;
    color: #adafb2;
    cursor: pointer;
    font-family: "Visia Pro";
    font-size: 12px;
    padding-bottom: 1px;
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    letter-spacing: 0.3px;
}

a.forget-pass:hover {
    color: #121314;
    border-bottom: 1px solid #121314;
}

.separator {
    position: relative;
    width: 100%;
    display: block;
    margin: 17px 0px;
}

.separator::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #121314;
    left: 0;
    top: 0;
}

.login-reg-tabs span {
    color: red;
    font-family: "Visia Pro";
    font-size: 12px;
    padding-bottom: 1px;
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    letter-spacing: 0.3px;
    margin-top: 17px;
    display: block;
}

.reg-tabs .form-group {
    margin-bottom: 14px;
}

.reg-tabs .form-select {
    padding: 15.5px 0 4px;
    height: 40px;
    width: 100%;
    border: none;
    border-bottom-width: medium;
    border-bottom: 0.5px solid #aaa;
    border-bottom-color: rgb(170, 170, 170);
    color: #121314;
    font-size: 13px;
    letter-spacing: 0.3px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-family: "Visia Pro";
}

.reg-tabs .form-select:focus {
    box-shadow: none;
    outline: none;
}

.reg-tabs .form-select option {
    font-family: "Visia Pro";
    font-size: 13px;
    letter-spacing: 0.3px;
}

.login-reg-tabs .form-label {
    color: #121314;
    font-family: "Visia Pro";
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 21px;
}

.terms p {
    font-size: 10px;
    color: #6d6f71;
    letter-spacing: 0.3px;
    line-height: 18px;
    font-family: "Visia Pro";
    margin: 0;
}

.forgetpass-main {
    padding: 40px 0px;
}

.fogetpass-box {
    max-width: 350px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 100px;
}

.forgetpass-main .fogetpass-box .forget-title {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Visia Pro";
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #121314;
}

.forgetpass-main .fogetpass-box p {
    margin-bottom: 20px;
    font-size: 13px;
    padding: 0 7px;
    color: #121314;
    letter-spacing: 0.3px;
    padding: 0 7px;
    text-align: left;
}

.forgetpass-main .fogetpass-box .form-control {
    font-family: "Visia Pro";
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 12px;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0.3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding-top: 11px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.forgetpass-main .fogetpass-box .form-control:hover {
    border-color: #121314;
}

.forgetpass-main .fogetpass-box .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #121314;
}

.forgetpass-main .fogetpass-box ::placeholder {
    color: #b9bdc1;
}

.forgetpass-main .fogetpass-box .form-text {
    text-align: left;
    color: #f42837;
    letter-spacing: 0.2px;
    font-family: "Visia Pro";
    margin-bottom: 16px;
}

.forgetpass-main .fogetpass-box .foget-btn {
    width: 100%;
    height: 45px;
    background-color: #000;
    border: 0;
    font-family: "Visia Pro";
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 20px;
}

.forgetpass-main .fogetpass-box p.rememer {
    text-align: center;
    font-size: 13px;
    color: #121314;
    font-family: "Visia Pro";
    text-align: center !important;
}

.forgetpass-main .fogetpass-box p.rememer a {
    text-align: center;
    font-size: 13px;
    color: #121314;
    font-family: "Visia Pro";
    font-weight: normal;
}

/* login register page design end here  */

/* faq page design strart from here  */

.faq-main {
    padding: 40px 0px;
}

.faq-main .container {
    max-width: 1140px;
}

.faq-accordion-main {
    padding-left: 30px;
    padding-right: 30px;
}

.faq-main .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.faq-main .accordion-item {
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.faq-main .accordion-button:not(.collapsed) {
    background: #fff;
}

.faq-main .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq-main .accordion-button {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: black;
    font-family: "Open Sans", sans-serif;
}

.faq-main .accordion-button::after {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    margin-left: auto;
    content: "";
    background-image: url(../images/icons/002-add.png);
    background-repeat: no-repeat;
    background-size: 10px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/001-minus.png);
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.faq-main .breadcrumb {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.faq-main .breadcrumb .breadcrumb-item a {
    color: #666;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
}

.faq-main .breadcrumb-item.active {
    color: #6c757d;
    font-size: 10px;
    line-height: 26px;
    text-transform: uppercase;
}

.faq-navs .nav-item .nav-link.selected {
    background: #121314;
    display: inline-block;
    padding: 3px 7px;
    color: #fff;
}

.faq-navs .nav-item .nav-link.selected:hover {
    border: none;
}

.faq-navs .nav-link {
    color: #666;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.1em 0.4em;
    display: inline-block;
    transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.faq-navs .nav-link:hover {
    border: 1px solid #666;
}

.faq-navs .nav-link i {
    font-size: 15px;
}

.faq-header .faq-note h4 {
    text-transform: uppercase;
    margin-bottom: 0.8em;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #333;
}

.faq-header .faq-note h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #333;
}

.faq-header .faq-note p {
    padding: 0;
    font-size: 13px;
    margin-bottom: 17px;
    color: #9a9a9a;
    font-family: "Open Sans", sans-serif;
    color: #333;
}

.faq-main .faq-contacts {
    margin-top: 6.5rem;
}

.faq-main .faq-contacts h4 {
    text-transform: uppercase;
    margin-bottom: 0.8em;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #333;
}

.faq-main .faq-contacts p {
    padding: 0;
    font-size: 10px;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    color: #121314;
    letter-spacing: 0.3px;
    font-weight: normal;
    color: #333;
}

.faq-main .faq-contacts i {
    font-size: 18px;
    color: #333;
}

.faq-main .faq-contacts h4 a {
    text-transform: uppercase;
    margin-bottom: 0.8em;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #333;
}

/* faq page design end here  */

/* fixed menu for mobile device design start from here  */

.fixmenu-main {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 1;
    border-top: 1px solid #d7d7d8;
    display: none;
}

.fixmenu-main .nav-item {
    flex-basis: 25%;
    text-align: center;
}

.fixmenu-main .nav-item .nav-link i {
    display: block;
}

.fixmenu-main .nav-item .nav-link {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 9px;
    color: #666;
    transition: 0.3s;
    font-weight: 500;
    font-family: "Visia Pro";
    text-transform: capitalize;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fixmenu-main .nav-item .nav-link i {
    font-size: 15px;
}

.fixmenu-main .nav-item .nav-link i.fa-search {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
}

.fixmenu-main .nav-item .nav-link:hover {
    color: #121314;
}

.fixmenu-main .nav-item .nav-link i sup {
    padding-left: 3px;
    color: #e74c3c;
}

.search-mobile {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100px;
    top: -163px;
    border: 1px solid #b1b4b7;
}

.search-mobile::after {
    position: absolute;
    left: 38%;
    transform: translateX(-50%);
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    content: "";
    border-top: 10px solid #f2f2f2;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.search-mobile .card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    text-align: left;
}

.search-mobile .card .card-header {
    background: #fff;
    border-bottom: none;
    padding: 10px 20px;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.search-mobile .card .card-header i {
    float: right;
    cursor: pointer;
}

.search-mobile .card .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 12px;
    font-family: "Visia Pro";
    border-color: #ececec;
}

.search-mobile .card .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #121314;
}

.search-mobile .btn {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-color: #121314;
    background: #121314;
    font-size: 12px;
    font-family: "Visia Pro";
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* fixed menu for mobile device design end here  */

/* checkout page design start from here  */

.checkout-main {
    background: #fff;
    min-height: 500px;
    padding: 40px 0px;
}

.checkout-main .billing-address {
    margin-bottom: 20px;
}

.checkout-main .billing-address fieldset.billing-fieldset {
    padding: 15px 19px 19px 19px !important;
    border: 1px solid #e9ebec !important;
    border-radius: 4px;
}

.checkout-main .billing-address fieldset.billing-fieldset legend {
    text-align: left !important;
    color: #121314;
    margin: 0 auto;
    width: auto;
    float: none;
    font-size: 1rem;
    padding: 2px 20px;
    background: #e9ebec;
    border-radius: 4px;
    text-transform: capitalize;
}

.checkout-main label {
    font-size: 14px;
    font-family: "Visia Pro";
    letter-spacing: 0.3px;
}

.checkout-main .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 13px;
    font-family: "Visia Pro";
    margin-bottom: 17px;
    letter-spacing: 0.3px;
}

.checkout-main .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #121314;
}

.checkout-main .form-select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 13px;
    font-family: "Visia Pro";
    margin-bottom: 17px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.checkout-main .form-select:focus {
    box-shadow: none;
    outline: none;
    border-color: #121314;
}

.checkout-main .btn-primary {
    /* border: 1px solid #121314; */
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    /* background: #fff; */
    background: #121314;
    z-index: 0;
    text-transform: capitalize;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
}

.checkout-main .btn-primary::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff5252;
    /* border: 1px solid #ff5252; */
    color: #fff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
}

.checkout-main .btn-primary:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    color: #fff !important;
}

.checkout-main .btn-primary:hover {
    color: #fff;
    /* border-color: #ff5252; */
}

.checkout-main .btn-primary:focus {
    box-shadow: none;
    outline: none;
}

.checkout-main .form-check-input:focus {
    box-shadow: none;
    outline: none;
}

.checkout-main .form-check-input:checked {
    background-color: #121314;
    border-color: #121314;
}

.review-cart .card-body {
    padding: 60px;
}

.review-cart .card-body .review-cart-head h3 {
    font-size: 20px;
    font-weight: 550;
    font-family: "Visia Pro";
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.review-cart .card-body table td {
    vertical-align: middle;
}

.review-cart .card-body table td a {
    font-family: "Visia Pro";
    text-transform: capitalize;
    letter-spacing: 0.3px;
    color: #121314;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.review-cart .card-body table td p {
    font-family: "Visia Pro";
    text-transform: capitalize;
    letter-spacing: 0.3px;
    color: #121314;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0px;
}

.review-cart .card-body table td a.color-size {
    font-size: 12px;
    font-weight: normal;
    font-weight: 600;
}

.review-cart .card-body table td:nth-child(2) {
    width: 70%;
}

.review-cart .card-body table td:nth-child(2) {
    width: 60%;
}

.review-cart .card-body table td:nth-child(1) {
    width: 80px;
    text-align: center;
}

.review-cart .card-body table td:nth-child(1) img {
    height: 70px;
    width: 70px;
}

.review-cart .card-body table td:nth-child(3) p {
    font-size: 14px;
}

.review-cart {
    border: 1px solid #e9ebec !important;
}

table.over-viewtable tr td:nth-child(1) {
    color: #666;
    font-size: 12px;
}

table.over-viewtable tr td:nth-child(2) {
    text-align: right;
    font-size: 12px;
}

.total-price-section {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e9ebec;
    border-bottom: 1px solid #e9ebec;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.total-price-section .total-price:nth-child(1) {
    flex-basis: 80%;
    font-family: "Visia Pro";
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.total-price-section .total-price:nth-child(2) {
    flex-basis: 20%;
    text-align: right;
    font-family: "Visia Pro";
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

/* checkout page design end here  */

/* shop location design start from here  */

.shops-main {
    background: #121314;
    padding: 40px 20px;
}

.shops-main h3.locations {
    color: #fff;
    text-transform: uppercase;
    font-family: "Visia Pro";
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    font-size: 32px;
    position: relative;
    display: inline-block;
}

.shops-main .shop-mainaddress {
    color: #fff;
    margin: 30px 0px;
    text-align: justify;
    position: relative;
    padding-right: 24px;
}

/* .shops-main .shop-mainaddress::after {
    position: absolute;
    content: '';
    right: 10px;
    top: 0;
    height: 100%;
    border: 1px dotted #62626b;
} */

.shops-main .shop-mainaddress h4 {
    font-size: 18px;
    font-family: "Visia Pro";
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.shops-main .shop-mainaddress p.shop-no {
    font-size: 13px;
    font-family: "Visia Pro";
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}

.shops-main .btn-primary {
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: transparent;
    z-index: 0;
    text-transform: capitalize;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 150px;
    font-family: "Visia Pro";
}

.shops-main .btn-primary::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #121314;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
}

.shops-main .btn-primary:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    color: #121314 !important;
}

.shops-main .btn-primary:hover {
    color: #121314;
}

.shops-main .btn-primary:focus {
    box-shadow: none;
    outline: none;
}

/*
.shops-main h3.locations::before {
    position: absolute;
    content: '';
    left: 0;
    width: 49%;
    height: 2px;
    background: #fff;
    bottom: -17px;
} */

/* .shops-main h3.locations::after {
    position: absolute;
    content: '';
    right: 0;
    width: 48%;
    height: 2px;
    background: #fff;
    bottom: -10px;
} */

/* .shops-main h3.locations span::before {
    position: absolute;
    bottom: -16px;
    content: '';
    left: 46%;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;

    border-left: 5px solid transparent;
    transform: translateX(-50%);
    border-bottom: 5px solid #fff;
}

.shops-main h3.locations span.span-two::before {
    position: absolute;
    bottom: -20px;
    content: '';
    left: 55%;

    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: translateX(-50%);
    border-top: 5px solid #fff;
} */

.shops-main .shop-after-none:last-child .shop-mainaddress::after {
    border: none;
}

/* shop location design end here  */

/* compare page design start from here  */

.compare-main {
    min-height: 60vh;
}

/* compare end here  */

.common-effect {
    display: inline-block;
    z-index: 0;
    position: relative;
    border: none !important;
}

.common-effect::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
    background: #ff5252;
}

.common-effect:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    color: #fff !important;
}

.common-effect:hover {
    color: #fff !important;
}

a.create-acc {
    border: 1px solid #adafb2 !important;
}

a.create-acc:hover {
    border: 1px solid #ff5252 !important;
}

/* .product-qauntity-main {
    max-width: 200px;
    position: relative;
} */

.product-qauntity-main .cart-qty-plus,
.product-qauntity-main .cart-qty-minus {
    background-color: transparent;
    border: none;
    font-size: 25px;
    position: absolute;
}

.product-qauntity-main .cart-qty-plus {
    right: 20px;
    top: 29px;
}

.product-qauntity-main .cart-qty-minus {
    left: 20px;
    top: 29px;
}

.mobile-cart {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100px;
    bottom: 59px;
    border: 1px solid #b1b4b7;
    background: #fff;
    padding: 10px;
    overflow-y: scroll;
    max-height: 50vh;
}

.mobile-cart::before {
    position: fixed;
    left: 60%;
    transform: translateX(-50%);
    bottom: 39px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    content: "";
    border-top: 10px solid #f2f2f2;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    z-index: 99;
}

.mobile-cart .card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 15px;
    min-height: 112px;
}

.mobile-cart .card .card-body {
    padding: 10px 10px;
    text-align: left;
    position: relative;
}

.mobile-cart .card .card-body .card-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Visia Pro";
}

.mobile-cart .card .card-body p {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 4px;
    line-height: normal;
}

.mobile-cart .card img {
    max-height: 110px;
    width: 100%;
}

.mobile-cart .card .card-body .remove-products {
    background: red;
    color: #fff;
    font-size: 14px;
    position: absolute;
    height: 20px;
    width: 20px;
    text-align: center;
    right: 0px;
    bottom: -9px;
}

.mobile-cart .shopping-title h3 {
    color: #121314;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-bottom: 22px;
    font-family: "Visia Pro";
    font-weight: 600;
    text-align: left;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 0.3s;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
}

/* user-profile section start from here  */

.userprofile-main {
    min-height: 50vh;
}

.userprofile-main .userprofile-banner {
    background: #121314;
    padding-top: 40px;
    padding-bottom: 40px;
}

.userprofile-main .userprofile-banner h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.userprofile-main .userprofile-banner p {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-weight: normal;
    text-transform: capitalize;
}

.userprofile-main .profile-sidebar {
    background: #fff;
    min-height: 100%;
    padding: 20px;
}

.profile-sidebar h2 {
    font-size: 15px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    color: #ff5252;
}

.profile-menubox h3 {
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}

.profile-menubox .nav-item .nav-link {
    padding: 5px 0px 5px 15px;
    text-decoration: none;
    font-weight: normal;
    color: #6c757d;
    font-size: 13px;
    border-bottom: 1px solid #f7f7f7;
    text-transform: capitalize;
    transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
}

.profile-menubox .nav-item .nav-link i {
    color: #6c757d;
    width: 20px;
    text-align: center;
    margin-right: 7px;
    transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
}

.profile-menubox .nav-item .nav-link.active {
    color: #ff5252;
}

.profile-menubox .nav-item .nav-link.active i {
    color: #ff5252;
}

.profile-menubox .nav-item .nav-link:hover {
    color: #ff5252;
}

.profile-menubox .nav-item .nav-link:hover i {
    color: #ff5252;
}

.personal-information {
    margin-top: 30px;
}

.common-fieldset {
    padding: 15px 19px 19px 19px !important;
    border: 1px solid #e9ebec !important;
    border-radius: 4px;
}

.common-fieldset .common-legend {
    text-align: left !important;
    color: #121314;
    margin: 0 auto;
    width: auto;
    float: none;
    font-size: 1rem;
    padding: 2px 20px;
    background: #e9ebec;
    border-radius: 4px;
    text-transform: capitalize;
}

.commom-form .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 13px;
    font-family: "Visia Pro";
    margin-bottom: 17px;
    letter-spacing: 0.3px;
}

.commom-form .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #121314;
}

.commom-form label {
    font-size: 14px;
    font-family: "Visia Pro";
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.common-button {
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: #121314;
    z-index: 0;
    text-transform: capitalize;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    font-family: "Visia Pro";
    min-width: 150px;
}

.common-button:focus {
    box-shadow: none;
    outline: none;
}

.common-fieldset .table tr:nth-child(1) td {
    font-weight: bold;
    font-size: 14px;
    font-family: "Visia Pro";
    letter-spacing: 0.3px;
}

.common-fieldset .table tr td {
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 13px;
}

.common-fieldset .table tr td a {
    padding: 5px 10px;
    color: #121314;
}

.common-fieldset .table tr td a i {
    color: #121314;
}

.common-fieldset .table tr td a:nth-child(2) i {
    color: #ff5252;
}

span.confirmedd {
    background: #78e08f;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.8px;
    min-width: 80px;
    display: inline-block;
}

span.cancel {
    background: #ff5252;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.8px;
    min-width: 80px;
    display: inline-block;
}

.address-table tr td:nth-child(1) {
    width: 70%;
}

.view-orderno {
    margin: 20px 0px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 10px;
}

.view-orderno .orderno-box:nth-child(1) {
    flex-basis: 50%;
}

.view-orderno .orderno-box:nth-child(2) {
    flex-basis: 30%;
    text-align: center;
}

.view-orderno .orderno-box:nth-child(3) {
    flex-basis: 20%;
    text-align: center;
}

.view-orderno .orderno-box:nth-child(1) h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Visia Pro";
    letter-spacing: 0.3px;
    font-size: 17px;
    line-height: normal;
    text-transform: capitalize;
}

.view-orderno .orderno-box h5 {
    margin-bottom: 0;
    font-family: "Visia Pro";
    font-weight: normal;
    letter-spacing: 0.3px;
    font-size: 14px;
    line-height: normal;
}

.customer-alladdress {
    margin: 20px 0px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0px;
}

.customer-alladdress .address {
    /* flex-basis: 33.33% */
    flex-basis: calc(100% / 3 - 10px);
    margin-right: 10px;
}

.customer-alladdress .address:last-child {
    margin-right: 0;
}

.customer-alladdress .address h5 {
    margin-bottom: 10px;
    font-family: "Visia Pro";
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
}

.customer-alladdress .address p {
    margin-bottom: 7px;
    font-family: "Visia Pro";
    font-weight: normal;
    letter-spacing: 0.3px;
    font-size: 13px;
    line-height: normal;
    text-transform: capitalize;
}

.customer-alladdress .address .common-fieldset {
    height: 100%;
}

.customerorder-summary .common-fieldset .table tr td {
    font-size: 13px;
}

.customerorder-summary {
    margin-bottom: 30px;
}

.customerorder-summary .table {
    margin-bottom: 0;
}

.personal-information .payment-information {
    margin: 20px 0px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

.personal-information .payment-information .pay-info:nth-child(1) {
    flex-basis: 58%;
    margin-right: 2%;
}

.personal-information .payment-information .pay-info:nth-child(2) {
    flex-basis: 38%;
    margin-left: 2%;
}

.personal-information .payment-information .pay-info h3.paymethod {
    font-size: 17px;
    text-transform: capitalize;
}

.personal-information .payment-information .pay-info h3.pay-status {
    font-size: 17px;
    text-transform: capitalize;
}

.personal-information .payment-information .pay-info tr td {
    font-size: 13px;
    text-transform: capitalize;
}

.personal-information .payment-information .pay-info tr td:nth-child(2) {
    text-align: right;
}

.personal-information .payment-information .pay-info tr th:nth-child(2) {
    text-align: right;
}

tr.sub-total th {
    border-bottom: none;
}

.order-history {
    margin: 20px 0px;
}

span.pending {
    background: #f0932b;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.8px;
    min-width: 80px;
    display: inline-block;
}

.is_liked i:hover {
    color: #fff;
}

.view-shopping-bag:hover {
    cursor: pointer;
}

.product-status-box {
    width: 290px;
}

.product-status-box .list-group {
    margin-top: 10px;
}

.product-status-box .list-group-item {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 0;
    border: none;
    padding: 5px 10px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding-left: 0;
    text-transform: capitalize;
    text-align: left;
}

.product-status-box .list-group-item img {
    max-height: 30px;
    max-width: 30px;
}

.new_arrival:hover {
    border-bottom: none !important;
    line-height: 1.5em;
}

.apply-coupon button {
    background-color: black;
    border-radius: 0px;
    font-size: 13px;
}

.apply-coupon button:hover {
    background-color: #ff5252;
    border-radius: 0px;
}

.registration-process form .from-group .input-group .form-control {
    padding: 15.5px 5px 4px;
    height: auto;
    width: 100%;
    border: none;
    border-bottom-width: medium;
    border-bottom: 0.5px solid #aaa;
    border-bottom-color: rgb(170, 170, 170);
    color: #121314;
    font-size: 13px;
    letter-spacing: 0.3px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-family: "Visia Pro";
    background: #fff;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    line-height: 1.5em;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    line-height: 1.5em;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    line-height: 1.5em;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    line-height: 1.5em;
}

/* home page slider part start from here  */

.homemain-slider {
    position: relative;
}

.homemain-slider .carousel-caption {
    right: unset;
    bottom: unset;
    left: unset;
    padding-top: unset;
    padding-bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 1170px;
}

.homemain-slider .carousel-caption h1 {
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
    text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: bold;
}

.homemain-slider .home-slider-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 75vh;
}

.homemain-slider .carousel-indicators {
    bottom: 15px;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

/* home page slider end here  */

.zoom-cart-main .price-box .price-list .price-name span.mahbub-test {
    position: relative;
}

.zoom-cart-main .price-box .price-list .price-name span.mahbub-test::before {
    position: absolute;
    left: 0;
    top: 64%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background: red;
    content: "";
}

/**
cart quantity css
 */

.cart-quantity-input {
    max-width: 137px;
}

.cart-quantity-input input {
    text-align: center;
    font-size: 14px;
}

.cart-quantity-input-group span {
    background: white;
    color: #000;
    font-size: 17px;
    border-radius: 0px;
}

p.includ-tax {
    font-size: 12px;
}

.zoom-common-pattern {
    position: relative;
}

.zoom-common-pattern .discount-percentage-box {
    background: #000;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.zoom-common-pattern .discount-percentage-box span {
    color: #fff;
}

.main-nav-fix .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

/* .main-nav-fix .nav-item:hover {

} */

.main-nav-section .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    top: 100%;
}

.main-nav-section .navbar-nav .nav-item.dropdown:hover {
    border-bottom: 1px solid #000;
}

.footer-category .category-menu .category-box .catgory-title {
    text-align: left;
}

.footer-category-title h1 span {
    padding: 0 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}

/* .footer-category-title h1::before{
    position: absolute;
    content: '';
    left: 0;
    width: 50%;
    height: 1px;
    background: rgba(230,230,230,1);
    top: 65%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.footer-category-title h1::after{
    position: absolute;
    content: '';
    right: 0;
    width: 50%;
    height: 1px;
    background: rgba(230,230,230,1);
    top: 65%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
} */

.footer-category .category-menu .catgory-title h4 span.square-shape {
    height: 10px;
    width: 10px;
    background: rgba(230, 230, 230, 1);
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    top: 5px;
    z-index: 2;
}

.shops-main .shop-mainaddress h4 span.loc-gap {
    background: #121314;
    z-index: 1;
    position: relative;
}

.shops-main .shop-mainaddress h4::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(230, 230, 230, 1);
    bottom: -10px;
}

.shops-main .shop-mainaddress h4 span.square-shape {
    height: 10px;
    width: 10px;
    background: rgba(230, 230, 230, 1);
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    bottom: -14px;
    z-index: 2;
}

/* .shops-main h3.locations span.square-shape{
  height: 10px;
  width: 10px;
  background: rgba(230,230,230,1);
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  bottom: -21px;
  z-index: 2;
} */

/* store location start from here  */

.content-popup {
    position: relative;
    margin: auto;
    overflow: hidden;
    box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #ffffff;
    padding: 30px;
    min-height: 100%;
}

.content-popup img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.content-popup .content-overlay-popup {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    transition: transform 0.2s;
}

.popup-div img {
    height: 200px;
    object-fit: cover;
}

.popup-div p {
    color: #333;
    font-size: 0.8em;
}

.content-details-popup {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content-details-popup2 {
    position: relative;
}

.content-details-popup h5 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details-popup p {
    color: #fff;
    font-size: 0.8em;
}

.cont-direct {
    text-align: left;
    position: absolute;
    bottom: -100px;
}

.content-a-popup {
    color: #fff;
}

.content-popup .popup-div {
    padding: 20px 0;
    padding-bottom: 0;
    min-height: 225px;
}

h5.content-title-popup {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    margin-bottom: 17px;
}

.popup-div p.address,
p.content-text-popup {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 23px;
}

.popup-div p.address i {
    padding-right: 10px;
}

p.content-text-popup i {
    padding-right: 10px;
}

h3.getdirection {
    font-size: 15px;
    text-transform: capitalize;
    margin: 0;
}

h3.getdirection i {
    padding-right: 10px;
    font-size: 20px;
}

h3.getdirection a {
    color: #000;
}

.store-overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
    display: none;
    background: #000000ad;
}

.store-overlay-main h5.content-title-popup {
    color: #fff;
}

.store-overlay-main .popup-div p.address {
    color: #fff;
}

.store-overlay-main p.content-text-popup {
    color: #fff;
}

.store-overlay-main h3.getdirection a {
    color: #fff;
}

.store-overlay-main .popup-div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 20px;
}

.store-locator-bg .content-popup:hover img {
    transform: scale(3.5);
    object-fit: contain;
    transition: 0.4s;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.store-locator-bg .content-popup:hover .store-overlay-main {
    display: block;
}

/* store location end here  */

/*product details review section start */

.all-reviews-main {
    margin: 20px 0px;
}

.all-reviews-main .nav-tabs {
    border: 1px solid #e61a1a;
}

.all-reviews-main .nav-tabs .nav-item {
    width: 50%;
}

.all-reviews-main .nav-tabs .nav-link {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    border-radius: 0;
    height: 100%;
    color: #282c3f;
}

.all-reviews-main .nav-tabs .nav-link.active {
    background: #e61a1a;
    color: #fff;
    border: none;
}

.showrating-main {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.showrating-main .total-ratings,
.showrating-main .total-rater {
    flex-basis: 50%;
    position: relative;
}

.showrating-main .total-ratings {
    padding-right: 25px;
}

.showrating-main .total-rater {
    padding-left: 25px;
}

.showrating-main h4.rating-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    border: none;
    padding-bottom: 5px;
    flex-basis: 100%;
}

.showrating-main h4.rating-title i {
    padding-left: 5px;
}

.total-ratings h2.show-rate {
    font-size: 48px;
    color: #282c3f;
}

.total-ratings h2.show-rate i {
    font-size: 20px;
    color: #14958f;
}

.total-ratings p {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #282c3f;
}

.total-ratings:after {
    position: absolute;
    right: 25px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #eaeaec;
    content: "";
}

.total-rater .progress {
    border-radius: 0;
    height: 4px;
}

.total-rater .rater-flex {
    display: grid;
    grid-template-columns: 15% 60% 25%;
    margin-bottom: 5px;
    align-items: center;
    justify-content: space-between;
}

.total-rater .rater-flex .progress {
    margin-right: 10px;
}

.total-rater .rater-flex .rate {
    font-size: 9px;
}

.total-rater .rater-flex .total-persons {
    font-size: 10px;
}

.sidebar {
    position: fixed;
    display: block;
    background-color: #fff;
    height: 100%;
    top: 0;
    transition: transform 0.2s ease-out;
    width: 75%;
    left: 0;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.sidebar.active {
    transform: none;
    transition-delay: 0.4s;
}

.sidebar ul {
    list-style-type: none;
}

.sidebar-inner {
    position: relative;
    height: 100%;
}

.sidebar-logo {
    line-height: 28px;
    padding: 15px 20px;
}

.sidebar-logo a {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.sidebar-logo a .logo {
    background-position: 0;
    background-repeat: no-repeat;
    display: inline-block;
    min-height: 64px;
    width: 70px;
}

.sidebar-logo a .logo img {
    width: auto;
    overflow: hidden;
}

.sidebar-logo a .logo-text {
    min-height: 64px;
}

.sidebar-logo a .logo-text img {
    width: 120px;
}

.sidebar-logo .mobile-toggle {
    /* display: none; */
    float: right;
    font-size: 18px;
    /* line-height: 64px */
}

.sidebar-logo .mobile-toggle a {
    color: #121314;
}

.sidebar-menu {
    height: calc(100vh - 65px);
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    /* border-top: 1px solid #d7d7d8; */
}

.sidebar-menu .dropdown-toggle:after {
    display: none;
}

.sidebar-menu .sidebar-link.actived:before {
    background: #0f9aee;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: -4px;
    position: absolute;
    top: calc(50% - 4px);
    width: 8px;
}

.sidebar-menu li {
    position: relative;
}

.sidebar-menu li.dropdown .arrow {
    font-size: 10px;
    line-height: 40px;
    position: absolute;
    right: 30px;
    -webkit-transition: all 0.05s ease-in;
    -o-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
}

.sidebar-menu li.dropdown.open &gt; a {
    background: #121314;
    color: #fff;
}

.sidebar-menu li.dropdown.open &gt; a .icon-holder {
    color: #fff;
}

.sidebar-menu li.dropdown.open &gt; a &gt; .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu li.dropdown.open &gt; .dropdown-menu {
    display: block;
}

.sidebar-menu li.dropdown.open &gt; .dropdown-menu .dropdown-menu {
    padding-left: 20px;
}

.sidebar-menu li.dropdown.open &gt; .dropdown-menu .arrow {
    line-height: 25px;
}

.sidebar-menu li a {
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-menu li a:hover {
    /* color: #fff; */
    text-decoration: none;
    background-color: #121314;
}

.sidebar-menu li a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #121314;
}

.sidebar-menu &gt; li.dropdown ul.dropdown-menu {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    padding-left: 0px;
    padding-top: 0;
    position: relative;
    width: 100%;
}

.sidebar-menu &gt; li.dropdown ul.dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
}

.sidebar-menu &gt; li.dropdown ul.dropdown-menu &gt; li.actived a {
    color: #fff;
}

.sidebar-menu &gt; li &gt; a {
    display: block;
    font-size: 15px;
    padding: 5px 15px;
    position: relative;
    white-space: nowrap;
}

.sidebar-menu &gt; li &gt; a .icon-holder {
    border-radius: 6px;
    display: inline-block;
    font-size: 17px;
    height: 35px;
    left: 0;
    line-height: 35px;
    margin-right: 14px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 35px;
}

.menu-toggler {
    display: none;
}

/*
sidebar end
*/

#resposive-cart-panel {
    flex-basis: 25%;
}

.body-main-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000007d;
}

.sidebar-no-scroll {
    overflow: hidden;
}

.google-btn {
    width: 100%;
    background-color: #db4437;
    color: #fff;
    text-transform: capitalize;
    text-transform: capitalize;
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.facebook-btn {
    width: 100%;
    background-color: #4285f4;
    color: #fff;
    text-transform: capitalize;
    text-transform: capitalize;
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.facebook-btn i,
.google-btn i {
    padding-right: 10px;
}

.registration-socials p {
    text-transform: capitalize;
    margin-bottom: 5px;
}

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

.category-mb .catgory-slider .image-hover .sale-tag {
    background: #000;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 5px 16px;
    border-top-right-radius: 18px;
    text-transform: uppercase;
    border-bottom-right-radius: 18px;
    font-size: 14px;
    letter-spacing: 0.5px;
    min-width: 66px;
    min-height: 32px;
}

.category-mb .catgory-slider .image-hover .sale-tag:nth-child(2) {
    top: 58px;
}

.fa-2x {
    color: #000;
    font-size: 24px;
}

.cart-img-shadow-bg {
    background: #f9f9f9;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cat-title-box .title a {
    color: #121314;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 20px;
    font-family: "Visia Pro";
}

.category-pattern .catgory-slider .image-hover {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    border: 1px solid #e9e6e6;
}

.category-pattern .catgory-slider .image-hover::before {
    position: absolute;
    top: 0;
    left: -72%;
    z-index: 2;
    display: block;
    content: "";
    width: 34%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    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%
    );
}

/*.category-pattern .catgory-slider .image-hover:hover::before {*/
/*    -webkit-animation: shine .75s;*/
/*    animation: shine .75s;*/
/*}*/

/*promotional banner start from here*/

.promotionalbanner-main .promotional-flex-main {
    flex-wrap: wrap;
    display: flex;
    width: calc(100% + 2px);
    height: 1100px;
}

.promotionalbanner-main .promotional-flex-main .promotion-left-side {
    flex-basis: 66.66666666%;
    display: grid;
    grid-auto-columns: auto auto;
}

.promotionalbanner-main .promotional-flex-main .promotion-right-side {
    flex-basis: 33.33333333%;
}

.promotionalbanner-main .promotional-flex-main .promotion-left-bottom {
    display: flex;
    flex-wrap: wrap;
}

.promotionalbanner-main .promotional-flex-main .promotion-left-top {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    height: 549px;
    margin: 2px 2px 0px 0px;
}

.promotionalbanner-main .promotional-flex-main .promotion-left-top a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.promotionalbanner-main .promotional-flex-main .promotion-left {
    flex-basis: calc(100% / 2 - 2px);
    margin: 2px 2px 0 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    height: 549px;
    position: relative;
}

.promotionalbanner-main .promotional-flex-main .promotion-left a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.promotionalbanner-main .promotional-flex-main .promotion-right-side {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    margin-top: 2px;
    position: relative;
}

.promotionalbanner-main .promotional-flex-main .promotion-right-side a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

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

.product-filter-main .filter-nav .product-filtering span {
    flex-basis: 100%;
}

.pdp-sizeFitDesc .btn-primary {
    border-radius: 0;
    background: #000;
    border-color: #000;
}

.modal-img-cls img {
    height: 700px;
    width: 462px;
}

.page-item.active .page-link {
    background: #000;
    border: #000;
}

.pagignation-main ul.pagination {
    margin: 50px 0;
    justify-content: center;
}

.pagignation-main .page-item a {
    color: #000;
}

#simpleModal .modal-content {
    position: relative;
}

#simpleModal .btn-close {
    position: absolute;
    right: 25px;
    z-index: 1;
    top: 25px;

    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(../images/icons/close.png) center/1em auto no-repeat;
    background-color: #000;
}

@media screen and (max-width: 575px) {
    .details-main .zoom-cart-main {
        padding: 0 !important;
    }
}

.ps-cartBtn {
    border: none;
    font-size: 18px;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    display: inline-block;
    width: 75px;
    text-align: center;
    font-size: 28px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 999;
}

.ps-cartBtn i{
    display: inline-block;
    height: 40px;
    line-height: 40px;
}



.ps-cartBtn .count {
    display: inline-block;
    background-color: #121314;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 8px;
    right: 15px;
    width: 18px;
    height: 18px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
}

.ps-cartBtn .taka {
    margin: 0;
    background-color: #121314;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 2px 0;
}


@media screen and (max-width: 991px) {
    .ps-cartBtn {
        display: none;
    }
}</pre></body></html>