
/**/
/* fallback */
@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 100 700;
    src: url("https://bluebyby.com/public/fonts/MaterialIcons/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2")
        format("woff2");
}
main:before {
    display: none !important;
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 204px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: rtl;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.material-icons {
    font-family: "Material Symbols Outlined";
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

@font-face {
    font-family: YekanBakh;
    src: url("https://bluebyby.com/public/fonts/YekanBakh/Yekan Bakh FaNum 04 Regular.eot");
    src: url("https://bluebyby.com/public/fonts/YekanBakh/Yekan Bakh FaNum 04 Regular.eot?#iefix")
            format("embedded-opentype"),
        url("https://bluebyby.com/public/fonts/YekanBakh/Yekan Bakh FaNum 04 Regular.woff")
            format("woff"),
        url("https://bluebyby.com/public/fonts/YekanBakh/Yekan Bakh FaNum 04 Regular.ttf")
            format("truetype");
}
@font-face {
    font-family: YekanBakhMedium;
    src: url("https://bluebyby.com/public/fonts/YekanBakh/Yekan Bakh FaNum 05 Medium.eot");
    src: url("https://bluebyby.com/public/fonts/YekanBakh/Yekan Bakh FaNum 05 Medium.eot?#iefix")
            format("embedded-opentype"),
        url("https://bluebyby.com/public/fonts/YekanBakh/Yekan Bakh FaNum 05 Medium.woff") format("woff"),
        url("https://bluebyby.com/public/fonts/YekanBakh/Yekan Bakh FaNum 05 Medium.ttf")
            format("truetype");
}
@font-face {
    font-family: YekanBakhBold;
    src: url("https://bluebyby.com/public/fonts/YekanBakh/Yekan Bakh FaNum 06 Bold.eot");
    src: url("https://bluebyby.com/public/fonts/YekanBakh/Yekan Bakh FaNum 06 Bold.eot?#iefix")
            format("embedded-opentype"),
        url("https://bluebyby.com/public/fonts/YekanBakh/Yekan Bakh FaNum 06 Bold.woff") format("woff"),
        url("https://bluebyby.com/public/fonts/YekanBakh/Yekan Bakh FaNum 06 Bold.ttf")
            format("truetype");
}
:root {
    --red: #e10561;
    --pink: #f8a185;
    --basetext: #333;
    --light: rgba(0, 71, 255, 0.09);
    --textorg: #fff;
    --primary: #0762ea;
}

a {
    color: var(--primary);
}

a:hover {
    text-decoration: none;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-menu {
    margin-top: 0;
}
h1 {
    font-weight: 700;
    font-family: YekanBakhBold;
}
h2 {
    font-size: 20px;
    font-family: YekanBakhBold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    margin-bottom: 15px;
    line-height: 1.8;
}
.h3,
h3 {
    font-size: 1.3rem;
}
h4 {
    font-size: 1rem;
}
h1.page-name {
    font-size: 15px;
    margin-bottom: 3px;
}
.page-info {
    margin-bottom: 15px !important;
}
p {
    color: #666;
}
body {
    font-family: "YekanBakh";
    direction: rtl;
    background: #f6f8fa;
}
.mb-2 {
    position: relative;
}
.bg-white {
    background-color: #f6f8fa !important;
}

.btn {
    display: inline-flex;
    vertical-align: middle;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
    align-items: center;
}
.btn span {
    line-height: 1;
}
.btn:focus,
a:focus,
select:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.outline-btn {
    border: 1px solid var(--primary);
}
.outline-btn:hover {
    background: var(--primary);
    color: #fff;
}

.btn-primary {
    color: #fff;
    background: var(--primary);
    border: 1px solid var(--primary);
    box-shadow: 0px 17px 19px -10px rgba(7, 98, 234, 0.46);
}
.btn-primary:hover {
    color: var(--primary);
    background: #fff;
    box-shadow: none;
}
.btn-org1 {
    padding: 6px;
    background: var(--light);
    color: var(--primary);
}
.btn-org1:hover {
    color: #fff;
    background: var(--primary);
}
.btn-org1 span {
    font-size: 18px;
    padding: 3px;
}
button:focus {
    outline: none;
}
button.btn-org,
a.btn.btn-org {
    position: relative;
    overflow: hidden;
    transition: color 0.5s;
    z-index: 1;
}
button.btn-org:before,
a.btn.btn-org:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: rgb(0 0 0 / 20%);
    height: 160px;
    width: 420px;
    border-radius: 50%;
}

button.btn-org:before,
a.btn.btn-org:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

button.btn-org:hover:before,
a.btn.btn-org:hover:before {
    top: -50px;
    left: -5px;
}

button.btn-org:active:before,
a.btn-org.btn:active:before {
    transition: background 0s;
}
.btn-more {
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-top: 10px;
}
.btn-more i,
.btn-more2 i {
    padding: 9px;
    background: var(--purple);
    border-radius: 50%;
    margin-left: 13px;
    font-size: 10px;
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
}
.btn-more:hover {
    color: #fff;
}
.btn-more:hover i,
.btn-more2:hover i {
    margin-left: 20px;
}
.btn-more2 {
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    font-size: 15px;
    line-height: 2.3;
    margin-left: 110px;
    transition: 0.2s all ease-in-out;
}
.btn-more2.b2 {
    margin-left: 140px;
}
.btn-more2:after {
    content: "";
    width: 1px;
    height: 18px;
    display: inline-block;
    background: #bcc0cc;
    margin-right: 20px;
}
.btn-more2 i {
    color: #fff;
}

.badge-primary {
    color: var(--textorg);
    background-color: var(--primary);
}
.bg-gray {
    background: #f8f8f8;
}
.m-20 {
    margin-top: 20px;
}
.m-40 {
    margin-top: 40px;
}
.wrapper {
    padding: 0 5%;
}
section {
    padding-top: 45px;
    padding-bottom: 45px;
}
.color-swatch ul li {
    list-style: none;
    text-align: center;
    position: relative;
    transition: 0.2s all ease-in-out;
}
.color-swatch ul {
    text-align: center;
    padding: 5px 4px;
    display: inline-block;
    margin-bottom: 0;
    background: #fff;
    border-radius: 20px;
}
.wd-swatch-bg {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin-bottom: 5px;
}
.wd-swatch-text {
    display: none;
    position: absolute;
    top: 0;
    font-size: 11px;
    right: 17px;
}
.color-swatch ul li:hover {
    cursor: pointer;
}
.color-swatch ul li:hover .wd-swatch-text {
    display: inline-flex;
}

/*---------header-------*/
.navbar {
    padding: 0.7rem 5%;
}
.top-bar {
    padding: 0.3rem 5%;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: var(--primary);
}
.nav-link.dropdown-toggle {
    display: inline-flex;
    align-items: center;
}
.fixed-top .navbar-expand-lg {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
.offcanvas-collapse.open i {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    display: block;
}
.offcanvas-collapse.open i:before {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 5px;
}
.dropdown-menu {
    display: none;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-item {
    font-size: 15px;
    color: #626262;
}
.dropdown-item:hover {
    color: var(--primary);
    background: transparent;
}

.navbar-toggler-icon {
    width: 1.1em;
    height: 1.1em;
}

.navbar-nav.social .nav-item .nav-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    color: #999;
    border-radius: 50%;
    margin: 5px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-property: color;
    transition-property: color;

    text-align: center;
}
.navbar-nav.social .nav-item:hover .nav-link {
    color: #666;
}
.navbar-nav.social,
.navbar-nav.top-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.navbar-nav.social .nav-item .nav-link.call {
    border: 0;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    margin: 5px 0 0;
    display: flex;
    align-items: center;
}
.navbar-nav.social .nav-item .nav-link.call i {
    font-size: 20px;
}
.navbar-nav .nav-item-divider .nav-link > span {
    border-left: 1px solid;
    opacity: 0.25;
}

.navbar-nav .nav-item-divider .nav-link {
    padding: 0.5rem;
    margin-top: 5px;
    color: #6c757d;
}
.navbar-brand img {
    width: 80px;
}
ul.top-menu a i {
    font-size: 20px;
    margin-left: 3px;
}
ul.top-menu .reg,
ul.top-menu .login {
    font-size: 14px;
}
ul.top-menu li {
    margin: 0 3px;
}
ul.top-menu li:last-child {
    margin: 0;
}
ul.top-menu .login {
    color: rgba(0, 0, 0, 0.5);
}
ul.top-menu a.item {
    color: #555;
    padding: 0 4px;
    position: relative;
}
ul.top-menu a.item:hover {
    color: var(--primary);
}
ul.top-menu.left-menu li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    box-shadow: 0px 15px 20px -10px #d9d9d9;
}

.btn.reg {
    color: var(--textorg);
}
ul.top-menu .reg {
    box-shadow: none;
    display: flex;
    align-items: center;
}
.top-menu .outline-btn span {
    margin-right: 8px;
    font-size: 20px;
}
.search-group {
    border: 1px solid #dddddd;
    background: #fff;
    border-radius: 25px;
    margin-left: 20px;
}
.search-group .btn {
    background: #fff;
    color: #666;
    width: 50px;
}
#navbar-search-autocomplete {
    width: calc(100% - 65px);
}
.search-group .form-control {
    border: 1px solid #ffffff;
    background: #fff;
}
.offcanvas-collapse .search-group {
    margin-top: 10px;
    margin-bottom: 20px;
}
.form-control {
    border-radius: 25px;
    border: 1px solid #e5e8ff;
    color: #989898;
    font-size: 0.85rem;
}
.form-outline .form-control ~ .form-label {
    position: absolute;
    top: 3px;
    font-size: 13px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    right: 2.5rem;
    padding: 0.37rem 10px;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all 0.2s ease-out;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
}
.form-outline .form-control:not(.placeholder-active)::-moz-placeholder {
    opacity: 0;
    border: 0;
}

.form-outline .form-control:not(.placeholder-active)::placeholder {
    opacity: 0;
    border: 0;
}

.form-outline .form-control.active::-moz-placeholder,
.form-outline .form-control:focus::-moz-placeholder {
    opacity: 1;
}

.form-outline .form-control.active::placeholder,
.form-outline .form-control:focus::placeholder {
    opacity: 1;
}

.form-outline .form-control:focus {
    box-shadow: none !important;
    border: 0;
}

.form-outline .form-control.active ~ .form-label,
.form-outline .form-control:focus ~ .form-label {
    transform: translateY(-0.5rem) translateY(0.1rem) scale(0.8);
    border: 0;
}

.form-outline .form-control:focus ~ .form-label {
    color: #3b71ca;
    border: 0;
}
.nav .search-group {
    display: inline-flex;
    align-items: center;
    height: 42px;
}
.top-nav {
    flex-direction: row;
}
a.shopping-cart i {
    font-size: 28px !important;
}

.shopping-cart .badge {
    position: absolute;
    margin-top: -6px;
    border-radius: 50%;
    right: -17px;
    height: 23px;
    width: 23px;
    font-size: 12px;
    text-align: center;
    border: 3px solid #fff;
}
.dropdown-toggle::after {
    content: "\f107";
    display: inline-flex;
    align-items: center;
    border: 0;
    font-family: "Line Awesome Free";
    font-weight: 600;
    margin-right: 10px;
    line-height: 1.6;
    font-size: 12px;
}

.main-menu li {
    font-family: YekanBakhMedium;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
}
.about .text-box,
.about .banner {
    background-color: #ffffff;
    box-shadow: 0px 24px 125px -36px rgba(7, 98, 234, 0.1);
    border-radius: 15px;
    padding: 20px 30px;
    min-height: 260px;
    height: 260px;
}
.about .banner {
    display: inline-flex;
    width: 100%;
    align-items: center;
}

/*------homebanner-------*/
.banner h3 {
    font-family: yekanBakhBold;
    font-size: 20px;
    margin-bottom: 0;
}
.banner span {
    color: #333;
    margin-right: 8px;
}
.banner:hover h3,
.banner:hover span {
    color: var(--primary);
}
.home-banner {
    border-radius: 50px 50px 50px 20px;
    position: relative;
    margin-top: 20px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.home-banner .inner {
    width: 50%;
}
.home-banner .exp {
    width: 50%;
}
.home-banner .inner img {
    border-radius: 0 0 60px 0;
}
.home-banner .exp h1 {
    margin-bottom: 55px;
}
.home-banner .exp .sub-title {
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.8;
}
.home-banner .exp p {
    color: #9fd56a;
    margin-bottom: 35px;
}
.home-banner .exp {
    padding: 10px 20px;
}
.home-banner .exp img {
    bottom: 70px;
    position: absolute;
    left: 40px;
    width: 200px;
}

.home-category {
    background: url("https://bluebyby.com/public/images/bg1.svg") no-repeat left center;
    background-size: contain;
    padding-top: 10px;
}

.img-box.left-img {
    display: flex;
    align-items: center;
}
.cta {
    background: #ffffff;
    box-shadow: 0px 24px 125px -36px rgba(7, 98, 234, 0.1);
    border-radius: 20px;
    padding: 35px 40px 20px;
}
.cta .img-box.left-img:before {
    content: "";
    display: inline-block;
    background: url("https://bluebyby.com/public/images/arrow.svg") no-repeat top;
    background-size: 110px;
    width: 150px;
    height: 100px;
}
.cta .img-box img {
    width: 90px;
    margin-left: 25px;
}

.cta h2 {
    font-weight: bold;
    margin-bottom: 20px;
}
.cta h3 {
    font-weight: bold;
}

.red {
    color: var(--red);
}
.blue {
    color: var(--blue);
}
.home-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 45%;
    left: 0;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin-right: 15%;
    margin-left: 15px;
    flex-direction: column;
}
.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 5px;
    border: 0;
    position: relative;
}

.carousel-indicators li.active {
    width: 25px;
    border-radius: 10px;
}

.home-carousel .carousel-item {
    height: 250px;
    background-position: top center;
    background-size: cover !important;
}
main {
    padding-top: 80px;
}
.pd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.pd-b0 {
    padding-bottom: 0;
}
.pd-t0 {
    padding-top: 0;
}
.pd-r0 {
    padding-right: 0;
}
.top-category .img-box {
    text-align: center;
    margin-bottom: 10px;
}
.top-category .img-box img {
    width: 145px;
}
.top-category .img-box h2 {
    font-size: 16px;
    font-family: YekanBakhBold;
}
.top-category .img-box:hover h2 {
    color: var(--primary);
}
.owl-carousel .owl-nav button:not(.disabled) {
    box-shadow: 0px 17px 19px -10px rgba(7, 98, 234, 0.46);
}
.owl-carousel .owl-nav button:hover {
    box-shadow: 0px 17px 19px -10px rgba(7, 98, 234, 0.46);
    opacity: 1;
}
#lensTab.nav-tabs .nav-item .nav-link {
    font-weight: 600;
    margin-left: 20px;
    color: #666;
    border-right: 0;
    border-left: 0;
    border-top: 0;
}
#lensTab.nav-tabs .nav-item .nav-link:hover {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
}
#lensTab.nav-tabs .nav-item.show .nav-link,
#lensTab.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
}

#TabContent .owl-theme .owl-nav {
    top: -153px;
}

#lensTab.nav-tabs {
    margin-bottom: 20px;
}
.p-d20 {
    padding-right: 20px;
    padding-left: 20px;
}
audio {
    width: 100%;
}
.review {
    border-radius: 20px;
    position: relative;
    background: linear-gradient(197deg, #0762ea 0, rgba(7, 98, 234, 0) 78%);
    padding: 1px;
}
.review:before {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: block;
    background: #f6f8fa;
    position: absolute;
    border-radius: 20px;
    z-index: 0;
}
.review h2 {
    font-size: 19px;
    margin-bottom: 35px;
    margin-top: 35px;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}
.quote:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 45px;
    display: block;
    width: 50px;
    height: 50px;
    background: #f6f8fa url("https://bluebyby.com/public/images/qoute.png") no-repeat;
    background-position: top;
    background-size: 25px;
}
.review img {
    border-radius: 20px;
}
.voice-box {
    margin-bottom: 15px;
}
.voice-box p {
    font-weight: 500;
    font-family: YekanBakhMedium;
    color: #444;
    margin-bottom: 7px;
    font-size: 14px;
}
.voice-box p:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 8px;
    display: inline-block;
}
.reveiw-item .col-md-4:nth-child(1) .voice-box p:before,
.reveiw-item .col-md-4:nth-child(6) .voice-box p:before {
    background: #f7c720;
}
.reveiw-item .col-md-4:nth-child(2) .voice-box p:before,
.reveiw-item .col-md-4:nth-child(3) .voice-box p:before {
    background: #ffc2e7;
}
.reveiw-item .col-md-4:nth-child(4) .voice-box p:before {
    background: #a4d9ef;
}
.reveiw-item .col-md-4:nth-child(5) .voice-box p:before {
    background: #20b6f7;
}

/*--tab--*/

.nav-pills .nav-link {
    border-radius: 15px 15px 0 0;
    color: #fff;
}

.form-control {
    border-radius: 25px;
    border: 1px solid #dddddd;
    color: #989898;
    font-size: 0.85rem;
    height: calc(1.5em + 0.75rem + 5px);
    text-indent: 8px;
}
textarea.form-control {
    border-radius: 15px !important;
}
.form-control:focus {
    border: 1px solid #b6b5b5;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

/*--Iran-product--*/
.row.bg1 {
    background: url("https://bluebyby.com/public/images/theme/bg1.png") no-repeat top right;
    background-size: 88px;
    padding-bottom: 25px;
}

.sec-caption {
    display: inline-flex;
    align-items: center;
    font-size: 19px;
    padding-top: 25px;
    margin-bottom: 35px;
    font-family: YekanBakhBold;
}
.sec-caption:before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--primary);
    margin-left: 18px;
    border-radius: 50%;
    margin-top: 5px;
    box-shadow: 0px 7px 8px -2px rgba(0, 71, 255, 0.58);
}
.product .owl-carousel.owl-rtl {
    margin-top: 15px;
}
.product.grid .item {
    margin-bottom: 12px;
}
.product .item {
    background: #fff;
    position: relative;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid rgba(199, 199, 199, 0.38);
}
.product .owl-carousel .owl-item {
    padding: 0px 8px;
}
.product .top-meta {
    top: 0;
    right: 0;
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
}

.discount {
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    padding: 6px;
    font-size: 13px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    position: absolute;
    left: 5px;
    top: 0;
}
.discount span {
    font-weight: 600;
    margin-right: 2px;
}

.product-content {
    position: relative;
    padding: 0 5px;
}

.product .bottom-meta .code {
    background: #111;
    color: #fff;
    padding: 0 10px;
    border-radius: 15px;
    margin-left: 5px;
}
.product .bottom-meta .code p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}
.product .bottom-meta {
    display: inline-flex;
    align-items: center;
    top: -40px;
    position: absolute;
    right: 10px;
}
.product .item.horizontal .bottom-meta {
    position: relative;
    margin-top: 10px;
    top: 0;
    right: 0;
}
.product .item.horizontal .product-title {
    margin: 10px 0;
}
.product .item.horizontal .meta-footer {
    margin-top: 0;
    margin-bottom: 0;
}
.product .item.horizontal .mb-2 {
    margin-bottom: 0 !important;
}
.product .bottom-meta .category {
    background: var(--pink);
    color: #fff;
    padding: 0 10px;
    border-radius: 15px;
    margin-left: 5px;
}
.product .bottom-meta .category a {
    margin-bottom: 0;
    color: #fff !important;
    font-size: 12px !important;
}
.product .bottom-meta .category:hover {
    background: #f58b69;
}
.product .item .img-inner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.product .product-title {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    font-family: YekanBakhMedium;
}
.product .product-title {
    margin: 25px 0 20px;
    min-height: 48px;
}

.product .product-title a {
    color: #444;
}
.product .product-title:hover a {
    color: var(--primary);
}
.product .item .price-info {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
.product .item .old-price {
    color: #8f8e8a;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 10px;
}
.product .item .price {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin: 0 5px 0 4px;
    font-family: YekanBakhBold;
    color: var(--primary);
}
.product .item .slash {
    color: #969696;
    font-size: 13px;
}
.product .item .duration {
    color: #969696;
    font-size: 13px;
    margin-left: 5px;
}

.product .item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: 0.2s all ease-in-out;
}

.product .meta-footer {
    margin-top: 22px;
    margin-bottom: 7px;
    display: flex;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}
.owl-theme .owl-dots {
    margin-top: 35px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    background: #d6d6d6;
    display: inline-flex;
    cursor: pointer;
    border-radius: 50%;
    background: #0762ea !important;
    width: 40px;
    height: 40px;
    color: #fff !important;
    align-items: center;
    justify-content: center;
}
.owl-theme .owl-nav .material-icons {
    font-size: 14px;
    line-height: 2.3;
    margin-left: 5px;
}

.rounded {
    border-radius: 15px !important;
}
.owl-carousel .owl-item {
    padding-bottom: 35px;
}
.space-blue {
    background: var(--primary);
    border-radius: 15px;
    height: 180px;
    margin-top: -130px;
}
.padding-35 {
    padding-right: 35px;
    padding-left: 35px;
}
.col-right,
.col-left {
    padding-top: 40px;
    padding-bottom: 40px;
}
.col-left {
    border-radius: 0 60px 0 0;
}
.col-right {
    border-radius: 60px 0 0 0;
}
/*--Story--*/
.story {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        #ffffff 0.01%,
        rgba(255, 255, 255, 0) 100%
    );
    padding-top: 25px;
    padding-bottom: 25px;
}
.story .wrapper {
    background: url("https://bluebyby.com/public/images/bg-right.png") right bottom no-repeat;
    background-size: 270px;
}
.story p {
    text-align: justify;
}
.story > .wrapper > .row {
    background: url("https://bluebyby.com/public/images/circle-bg.png") left top no-repeat;
    padding-top: 60px;
}
.story .clip {
    padding: 10px 75px;
}
#more {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}
.reveiw-item #more {
    padding: 10px 15px;
}
#more .collapse.show {
    display: flex;
}
#more > p {
    color: var(--primary);
    opacity: 0.8;
}
#more .card-header {
    background: transparent;
    border: 0;
    padding: 0;
    font-weight: 500;
    font-family: YekanBakhMedium;
}
#more:hover {
    cursor: pointer;
    opacity: 0.8;
}

#more .card-header i {
    margin-right: 8px;
    font-size: 14px;
}
iframe {
    border-radius: 15px;
}
.pink-banner {
    background-color: #f8a185;
    border-radius: 15px;
    padding: 0;
    margin-top: 15px;
}
.banner-pay {
    background-color: #f8a185;
    background-image: url("https://bluebyby.com/public/images/shadow.svg");
    background-size: 97%;
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: hidden;
    min-height: 360px;
    text-align: center;
    font-size: 15px;
    color: #222;
}

.banner-pay .title {
    font-size: 18px;
    color: #222;
    font-family: YekanBakhBold;
}
.banner-pay .title:after {
    content: "";
    display: block;
    height: 45px;
    background-image: url("https://bluebyby.com/public/images/curve1.svg");
    background-size: auto;
    background-position: bottom;
    background-repeat: no-repeat;
}
.dark-blue {
    background: #0762ea;
}
.dark-blue .owl-theme .owl-dots .owl-dot span {
    background: #0762ea;
    border: 1px solid #fff;
}
.dark-blue .owl-theme .owl-dots .owl-dot.active span,
.dark-blue .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    border: 1px solid #fff;
}
.light-blue {
    background: #e4f1ff;
}
.light-blue .owl-theme .owl-dots .owl-dot span {
    background: #e4f1ff;
    border: 1px solid #0762ea;
}
.light-blue .owl-theme .owl-dots .owl-dot.active span,
.light-blue .owl-theme .owl-dots .owl-dot:hover span {
    background: #0762ea;
    border: 1px solid #0762ea;
}

.light-blue .btn-more {
    color: var(--primary);
}
.sec-caption-white {
    color: #fff;
}
.blue-feature {
    background: url("https://bluebyby.com/public/images/Group-95.svg") right no-repeat;
    text-align: center;
    padding: 10px 0;
    background-size: 35%;
}
.blue-feature .inner {
    background: url("https://bluebyby.com/public/images/Group-96.svg") left center no-repeat;
    text-align: center;
    padding: 10px 0;
    background-size: 25%;
}
.blue-feature .icon-box img {
    width: 55px;
    margin: 25px auto;
}
.blue-feature .icon-box h4 {
    font-size: 16px;
    font-family: "YekanBakhBold";
    color: #333;
    margin-bottom: 12px;
}
.blue-feature .icon-box p {
    color: #403f3f;
    font-size: 14px;
}
.cta-bottom {
    background: #0762ea;
    border-radius: 20px;
    padding: 30px 40px;
    margin: 50px 10px 0;
}
.cta-bottom h3 {
    font-family: yekanBakhMedium;
}

.icon-box p.exp {
    font-size: 14px;
    color: #666;
}

.cta-bottom h3 {
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.cta-bottom h3 span {
    margin-left: 8px;
}
.cta-bottom h3 span.call {
    transform: rotate(270deg);
}
.cta-bottom p {
    font-size: 14px;
    text-align: right;
}
.text-white,
.text-white a {
    color: #fff !important;
}
.news-letter {
    background: #fff;
    border-radius: 25px;
    padding: 4px 0;
    display: flex;
    justify-content: space-between;
}
.news-letter input {
    width: 65%;
    border: 0;
    border-radius: 25px;
    margin-right: 10px;
    font-size: 13px;
    color: #666;
    text-indent: 5px;
}

/*--lens--*/
.slide-1 {
    background: var(--primary);
}
.slide .carousel-inner {
    border-radius: 15px;
}
.carousel-item {
    border-radius: 15px;
    overflow: hidden;
}
.ctg-carousel .carousel-indicators li {
    border: 1px solid rgb(7 98 234 / 44%);
}
.ctg-carousel .carousel-indicators li.active {
    border: 1px solid var(--primary);
}

.ctg-carousel img {
    width: 100%;
}

.ctg-carousel .text {
    padding: 0px 45px;
    color: #fff;
    margin-left: 20px;
}
.ctg-carousel .caption {
    color: #fff;
    font-size: 23px;
    margin-bottom: 8px;
}
.ctg-carousel p {
    color: #fff;
    font-size: 17px;
    font-family: YekanBakhMedium;
}
.ctg-carousel .btn {
    height: 38px;
    font-size: 15px;
    font-family: YekanBakhMedium;
    color: var(--primary);
}
.ctg-carousel .btn:hover {
    border: 1px solid #fff;
    color: #fff;
}
.ctg-carousel .btn span {
    margin-right: 8px;
}
.banner img {
    border-radius: 15px;
    width: 100%;
}
.breadcrumb {
    font-size: 14px;
    background-color: transparent;
    margin-top: 0;
    padding: 0 15px;
    margin-bottom: 3px;
}
.breadcrumb-item.active {
    color: #333;
}
.ctg-box {
    margin: 10px 25px;
}
.ctg-box img {
    width: 110px;
    padding: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.ctg-box h3 {
    color: #555;
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
    font-family: YekanBakhBold;
}
.ctg-box:hover h3 {
    color: var(--primary);
}
.bg-3 {
    background: url("https://bluebyby.com/public/images/bg3.svg") no-repeat center;
    background-size: contain;
    padding: 20px 0 0;
}
.bg-blue {
    background: var(--primary);
    border-radius: 20px 20px 0 0;
    padding-bottom: 105px;
    margin-top: 35px;
}
.bg-blue h2,
.bg-blue a {
    color: #fff;
}
.blue-products .owl-carousel.owl-rtl {
    margin-top: -90px;
}
.blue-products .owl-carousel .owl-nav button:not(.disabled) {
    color: var(--primary) !important;
    background: #fff !important;
}
.product.grid .item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.filter-box {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}
.filter-box .filter-name {
    padding-right: 1.25rem;
    font-weight: 600;
    font-size: 17px;
    margin: 5px 0 15px;
    font-family: YekanBakhBold;
}
.form-check .label.img-label:before {
    content: "";
    width: 45px;
    height: 30px;
    background-size: 40px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
}
.form-check .label.rectangle:before {
    background: url("https://bluebyby.com/public/images/مستطیلی.png");
    background-repeat: no-repeat;
}
.form-check .label.square:before {
    background: url("https://bluebyby.com/public/images/مربعی.png");
    background-repeat: no-repeat;
}
.form-check .label.circle:before {
    background: url("https://bluebyby.com/public/images/دایره.png");
    background-repeat: no-repeat;
}
.form-check .label.cat:before {
    background: url("https://bluebyby.com/public/images/گربه ای.png");
    background-repeat: no-repeat;
}
.form-check .label.club:before {
    background: url("https://bluebyby.com/public/images/گربه ای.png");
    background-repeat: no-repeat;
}
.form-check .label.heart-face:before {
    background: url("https://bluebyby.com/public/images/قلبی.png");
    background-repeat: no-repeat;
}
.form-check .label.rectangle-face:before {
    background: url("https://bluebyby.com/public/images/rectangle-face.png");
    background-repeat: no-repeat;
}
.form-check .label.oval-face:before {
    background: url("https://bluebyby.com/public/images/oval-face.png");
    background-repeat: no-repeat;
}
.form-check .label.circle-face:before {
    background: url("https://bluebyby.com/public/images/circle-face.png");
    background-repeat: no-repeat;
}
.form-check .label.square-face:before {
    background: url("https://bluebyby.com/public/images/square-face.png");
    background-repeat: no-repeat;
}

#prd-filter .card-header {
    border-radius: 15px;
    background: #fff;
    border-bottom: 0;
    padding: 10 25px;
}
.panel-group .card {
    border-radius: 15px;
    border: 0;
    margin-bottom: 15px;
}
.panel-group .card h3 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-family: YekanBakhBold;
}
.panel-group .card h3 span {
    margin-left: 8px;
}
#prd-filter .card-title {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
/*---About---*/
.bg2 {
    background: url("https://bluebyby.com/public/images/bg-right.png") no-repeat right bottom;
    background-size: 190px;
}
.about .exp h4 {
    font-family: YekanBakhBold;
    font-size: 22px;
    margin-bottom: 25px;
}

p {
    line-height: 1.8;
    color: #555555;
    font-size: 15px;
}

/*search--*/
.main {
    margin-top: 118px;
    z-index: 2;
    position: relative;
    background: #f6f8fa;
}

.filter-btn {
    position: fixed;
    right: 0;
    top: 250px;
    z-index: 2;
    padding: 11px 10px 5px !important;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-right: 0;
    border-radius: 50% 0 0 50%;
    color: #666;
}
.page-caption {
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.form-check-label {
    font-size: 15px !important;
    color: #777 !important;
    margin-bottom: 5px;
}
.sidebar .categories ul {
    list-style: none;
    padding-right: 0;
}
.sidebar .categories ul li a {
    color: #494949;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}
.sidebar .categories ul li a span {
    margin-left: 5px;
    font-size: 14px;
}
.sidebar ul li a:hover,
.sidebar ul li.current a {
    color: var(--primary) !important;
}
.sidebar .card-title h3 {
    font-family: "YekanBakhBold";
    font-size: 1.05rem;
    margin-bottom: 22px;
}
.panel-group:hover {
    cursor: pointer;
}
.archive-sidebar,
.card-sidebar {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 18px 47px -18px rgba(56, 76, 255, 0.17);
}
.archive-sidebar .widget {
    border-bottom: 1px solid #e5e8ff;
    padding: 12px 10px;
    margin-bottom: 5px;
}
.archive-sidebar .widget:last-child {
    border-bottom: 0;
}

.sidebar .widget .title {
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #eee;
    align-items: center;
    font-size: 19px;
    margin: 10px 0 30px;
    color: #444;
    font-weight: 600;
    padding-bottom: 15px;
}
.sidebar .widget .title i {
    font-size: 24px;
    margin-right: 10px;
}
.sidebar form.service-form button {
    width: 100%;
    margin-top: 15px;
}
.archive-sidebar .card {
    background-color: transparent;
    border: 0;
}
.archive-sidebar .widget .card-title:before {
    content: "";
    width: 3px;
    height: 30px;
    background: var(--primary);
    position: absolute;
    right: -30px;
}
.archive-sidebar .card-body {
    padding: 1.25rem 10px;
}
.form-check-label {
    font-size: 15px !important;
    color: #777 !important;
    margin-bottom: 7px;
}
.archive-sidebar .card:not(:last-child) {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.archive-sidebar .card-header {
    border: 0;
    padding: 0;
    background-color: transparent;
}
.sidebar-banner {
    width: 100%;
}
.tooltip-inner {
    background-color: #555 !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px !important;
    color: #fff !important;
    margin-top: 13px;
    font-family: YekanBakh;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #555 !important;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 1px !important;
}
.color-choice .color {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
#filter-more {
    display: none;
    transition: all 0.3s ease-in-out;
}
#moreBtn {
    border: 0;
    font-size: 14px;
    color: #8b8b8b;
    background: transparent;
    margin-top: 14px;
    padding: 0;
    color: #8344eb;
    transition: all 0.3s ease-in-out;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 16px;
    color: #555;
}
.btn-toggle i {
    font-size: 12px;
    color: #919191;
}
.lb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.lb {
    display: inline-flex !important;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    padding: 0;
    align-items: center;
}
.form-check-label .label {
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    min-width: 16px;
    background-color: #ccc0;
    transition: all 0.3s;
    border-radius: 3px;
    border: 1px solid #c1c1c1;
    margin-left: 8px;
}
.sidebar .form-check {
    padding-left: 0;
    padding-right: 0;
}

.lb input:checked ~ .checkmark {
    background-color: #edf1ff;
    animation: pop 0.5s;
    animation-direction: alternate;
    border: 1px solid #edf1ff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.lb input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.lb input:checked ~ .checkmark:after {
    display: block;
}

.lb .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid var(--primary);
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
}

@keyframes pop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}
.score-star {
    margin-left: 5px;
}
.score .form-check {
    margin-bottom: 7px;
}
.ctg-banner {
    width: 100%;
}
.search-topfilter {
    margin-bottom: 20px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}
.search-topfilter .result .caption {
    font-size: 19px;
    color: #444;
}
.search-topfilter span {
    font-weight: 400;
    color: #888;
    font-size: 20px;
}
.search-topfilter span.num {
    color: #8344eb;
}
.search-topfilter form label {
    margin-bottom: 0;
    color: #2c2c2c;
    display: inline-block;
    font-size: 13px !important;
    font-family: YekanBakhMedium;
}
.search-topfilter .list {
    padding: 9px !important;
    background: #f8f8f8;
    border-radius: 50%;
}
.search-topfilter .list i,
.filter-btn i {
    color: #999999;
    font-size: 20px;
}
.search-topfilter .list:hover,
.search-topfilter .list:focus,
.filter-btn:focus {
    background: transparent;
}
.search-topfilter .list:hover i,
.filter-btn:hover i,
.filter-btn:focus i {
    color: #7f7f7f;
}
.search-topfilter .clear a {
    color: #777777;
    font-size: 15px;
    padding: 0 5px;
}

.search-topfilter .clear:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 5px 0 5px;
    background-color: #ccc;
}

.search-topfilter .toggle-on.btn {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
}
.search-topfilter .toggle-on:hover {
    background-color: #0062cc;
}
.search-topfilter .lb {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px !important;
}
.service-form {
    margin-bottom: 0;
}
.service-form .form-control {
    width: 130px;
}
.pagination {
    margin-bottom: 5px;
    margin-top: 5px;
    direction: ltr;
    padding-left: 0;
}
.bottom-pg {
    border-radius: 10px;
    background: #fff;
    padding: 10px;
}
.page-item .page-link {
    margin: 5px;
    color: #444;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    padding: 0.4em 0.81em;
    background: #fff;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.page-item .page-link:hover {
    background: var(--primary);
    color: #fff;
    border-radius: 5px;
}
.page-item span {
    font-size: 14px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 5px;
}
.page-item .page-link:hover,
.page-item .page-link.active,
.page-item .page-link:hover span,
.page-item .page-link.active span {
    background: var(--primary);
    color: #fff;
    border-radius: 5px;
    border: 0;
}

.close-filter {
    color: #999999;
    text-align: right;
    font-size: 15px;
}
.modal-head {
    color: #555;
    font-size: 16px;
    padding-bottom: 25px;
}
.modal-head span {
    display: inline-block;
    font-size: 14px;
    color: #999;
}
.modal-header .close {
    font-size: 15px;
    margin-top: -11px;
}
.m-l-10 {
    margin-left: 10px;
}
.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none;
}

.modal.modal-fullscreen .modal-body {
    overflow-y: auto;
}
#SortModal .modal-title {
    font-size: 16px;
    color: #555;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--purple);
    background-color: var(--purple);
}
.custom-control {
    color: #777;
    margin-bottom: 5px;
}
.custom-control-label {
    color: #777;
    font-size: 14px;
}
.filter-cap {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
    margin-top: 20px;
}

ul.list {
    list-style: none;
    flex-wrap: wrap;
}

.mt-10 {
    margin-top: 10px;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-35 {
    margin-top: 35px;
}
.mb-15 {
    margin-bottom: 15px;
}

.gallery {
    margin-top: 30px;
}
.gallery .carousel img {
    border-radius: 15px;
}

.subcaption {
    margin-top: -20px;
    margin-bottom: 20px;
}

.cta i {
    font-size: 34px;
    width: 53px;
    color: #7f7f7f;
}

.cta .call {
    margin: 0 15px;
}

.md-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.input-group-text {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 25px;
    color: #999;
    font-size: 1.1rem;
}
.signup-form form {
    margin-top: 15px;
}
.signup-form .form-check-label,
.m-footer {
    font-size: 14px !important;
}
.signup-form input[type="checkbox"] {
    margin-right: 4px;
}
.m-footer {
    margin-top: 30px;
    color: #919191;
}
.signup-form .btn.reg {
    width: 100%;
}
.modal-title.bold {
    font-family: "YekanBakgBold";
}
.modal-content {
    border-radius: 15px;
}

/*--footer--*/

footer h4 {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 18px;
    font-weight: 600;
}
footer .about {
    text-align: justify;
}

ul.list {
    list-style: none;
    flex-wrap: wrap;
}
footer ul {
    padding-right: 0;
    list-style: none;
}

footer ul li a,
footer ul li {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}
footer ul li:hover a {
    color: var(--primary);
}
footer p {
    font-size: 14px;
}
.footer-logo img {
    margin: 5px 10px;
    width: 90px;
}
.logoFooter {
    margin-left: 15px;
    height: 50px;
}
footer .social {
    margin-bottom: 0;
}
footer .social li {
    display: inline-block;
    margin: 10px;
}
footer .social li:hover img {
    opacity: 1;
}
footer .social li img {
    width: 22px;
    opacity: 0.7;
}
.newsletter .form-group {
    margin-bottom: 0;
}
.newsletter .form-control input[type="email"] {
    padding: 0 20px;
}
.newsletter .form-group.col-4 {
    text-align: right;
}
.newsletter .form-row {
    margin-top: 25px;
    border: 1px solid #eee;
    border-radius: 25px;
}
.newsletter .form-group input {
    border: 0;
}

.bottom-footer {
    border-top: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-logo img.logo {
    max-width: 190px;
}

footer .copyright {
    border-top: 1px solid #dcdcdc;
    padding: 10px 0;
    margin-top: 20px;
}
footer .copyright p {
    color: #888;
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.newsletter-row {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.visaCard {
    text-align: right;
    padding-right: 5px;
}
.visaCard img {
    height: 32px;
}

.fab-container3177 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

.fab-icon-holder3177 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #016fb9;
}

.fab-icon-holder3177:hover {
    opacity: 0.8;
    cursor: pointer;
}

.fab-icon-holder3177 span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #fff;
}

.fabb3177 {
    width: 60px;
    height: 60px;
    background: #38c136;
}

.fa-spin-hover3177 {
    transition: all 800ms ease-in-out;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-spin-hover3177:hover {
    -ms-transform: rotate(-110deg);
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
}

.fab-options3177 {
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 70px;
    right: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    opacity: 0;
    transform-origin: 85% bottom;
    direction: ltr;
}

.fab-options-horizontal3177 {
    list-style-type: none;
    margin: 0;
    position: absolute;
    right: 70px;
    transition: all 0.3s ease;
    transform: scale(0);
    opacity: 0;
    transform-origin: 85% bottom;
    left: auto;
    bottom: 0;
    text-align: right;
    width: 500px;
}

.fab-options-horizontal3177 li {
    margin: 0 5px;
    display: inline-block;
}

.fab-onclick3177 {
    opacity: 1;
    transform: scale(1);
}

.fabb3177:hover ~ .fab-options-horizontal3177 .flbtnimg3177:hover,
.fab-options3177:hover,
.fab-options-horizontal3177:hover {
    opacity: 1;
    transform: scale(1);
}

.fab-options3177 li {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}

.fab-label3177 {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 12px;
    background: #666;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}
/*product*/
.produc-gallery {
    width: 100%;
    margin: 20px auto;
}
.lslide.active a,
.lslide.active img {
    position: relative;
}
.produc-gallery img {
    display: block;
    height: auto;
    width: 100%;
    height: 100%;
}
.lSSlideOuter {
    direction: ltr;
}
#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}
.lightSlider li img,
.lightSlider li,
.lSSlideWrapper {
    border-radius: 15px;
}
.lSGallery li img {
    border-radius: 10px;
}
.produc-gallery {
    position: relative;
}
.produc-gallery .discount {
    font-size: 13px;
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 15px;
}
.single-product .product-name,
.single-post .post-title {
    color: #222;
    font-size: 1.2em;
    padding: 0 10px;
    margin-bottom: 10px;
}
.product-summary .rating .count {
    color: #4c4c4d;
    margin-right: 5px;
    font-size: 13px;
}
.product-summary .rating .avg {
    font-family: "YekanBakhMedium";
    color: #222222;
    margin-right: 5px;
    margin-left: 5px;
}
.product-summary .product-meta {
    font-size: 14px;
}
.product-summary .widget {
    margin-top: 7px;
    margin-bottom: 7px;
}
.product-summary .product-meta .detail-label {
    color: #666;
}
.products-meta {
    border-bottom: 1px solid rgb(235 235 235);
    padding-bottom: 5px;
    margin-bottom: 25px !important;
}
.product-summary .widget {
    margin-top: 7px;
    margin-bottom: 7px;
}
.product-attributes ul {
    list-style: none;
    padding-right: 25px;
}
.product-attributes ul li {
    padding: 3px 0;
    color: #343434;
    font-size: 15px;
}
.product-attributes ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: 8px;
    display: inline-block;
    background: #0762ea;
}
.widget-name {
    padding-right: 10px;
    margin-bottom: 10px;
}
#number-glasses {
    margin-top: 20px;
}
#number-glasses p {
    font-size: 14px;
}
#number-glasses .label {
    color: #333;
    font-family: "YekanBakhMedium";
}
#box-number-glasses,
.note {
    border-radius: 10px;
    background: rgba(0, 71, 255, 0.12);
    /* padding: 15px; */
    margin: 10px 0;
    height: 50px;
}
#box-number-glasses p,
.note {
    color: var(--primary);
    font-family: "YekanBakhMedium";
    margin-bottom: 0;
}
.note {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-meta .code {
    background: #111;
    padding: 3px 10px;
    border-radius: 15px;
    margin-left: 10px;
    color: #fff;
    font-weight: 400;
    font-family: "YekanBakh";
}
ins{
    text-decoration: none;
}
.product-meta .code p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}
.color-product-btn > span {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 0px;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    border-radius: 8px;
    width: 100%;
    /* min-width: 110px; */
    margin-left: 6%;
    border: 1px solid transparent;
    font-size: 14px;
}
.selected-color {
    border: 3px solid #cdd5eb !important;
}

/* .color-product-btn > span:hover {
    border: 2px solid #cdd5eb !important;
} */
.color-product-btn > span > i {
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 5px;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 5px;
}

.call-box {
    /* background: #f8a185; */
    /* margin-top: 20px; */
    border-radius: 10px;
    text-align: center;
    padding: 0 9px;
}
.call-box:hover {
    background: #f18e6f !important;
    transition: all 300ms;
}
.call-box:hover span {
    color: white !important;
    transition: all 300ms;
}

.call-box span {
    /* margin-right: 8px; */
}
.eyeglass-box {
    text-align: center;
    border: 1px solid rgba(199, 199, 199, 0.38);
    border-radius: 15px;
    padding: 15px;
    margin: 15px 0;
}
.eyeglass-box .name span {
    font-family: "YekanBakhMedium";
    margin-right: 5px;
}
.eyeglass-box .name img {
    width: 40px;
}
.eyeglass-box .feature-list {
    list-style: none;
    padding-right: 0;
    margin: 10px 0;
}
.eyeglass-box .feature-list li {
    color: #555;
    font-size: 14px;
    padding: 2px 0;
}
.eyeglass-box .price-info {
    font-size: 14px;
    color: var(--primary);
    margin-bottom: 15px;
}
.eyeglass-box .price {
    color: var(--primary);
    font-size: 22px;
    font-family: "YekanBakhBold";
    margin-left: 5px;
}
.eyeglass-box .btn {
    width: 110px;
    text-align: center !important;
    display: block;
    margin: 10px 0;
}

.eyeglass-box .p-note {
    color: #828282;
    font-size: 12px;
    margin: 10px 0 0;
}

.product-explain,
.product-summary {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 21px 112px -50px rgba(56, 76, 255, 0.11);
    padding: 30px;
}
.product-explain .tab-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #333;
    margin-right: 15px;
    margin-bottom: 25px;
}
.product-explain .nav-pills .nav-link {
    font-size: 15px;
    font-family: "YekanBakhMedium";
    color: #4c4c4d;
    text-align: center;
    margin: 0 15px;
    display: inline-flex;
    align-items: center;
}
.product-explain .nav-pills .nav-link:hover,
.product-explain .nav-pills .nav-link.active,
.product-explain .nav-pills .show > .nav-link {
    border-bottom: 3px solid var(--primary);
}
.product-explain .nav-pills .nav-link.active,
.product-explain .nav-pills .show > .nav-link {
    color: var(--primary);
    background-color: #fff;
}
.product-explain .nav-pills .nav-link:hover {
    color: var(--primary);
}
.tab-content > .tab-pane.active.show {
    height: auto;
}
.product-explain .tab-pane {
    padding: 20px 15px;
}
table.product-table {
    margin: 15px 0 40px;
    width: 100%;
    font-size: 15px;
}
table.product-table tr:nth-child(odd) {
    background: #f6f8fa;
}

table.product-table tr th {
    width: 270px;
    color: #333333;
    font-weight: 400 !important;
}
table.product-table tr td {
    font-weight: 500;
    color: #222;
    font-family: YekanBakhMedium;
}
table.product-table tr th,
table.product-table tr td {
    padding: 8px 10px;
}

.tab-pane section {
    padding-top: 0;
    padding-bottom: 0;
}
.mb-25 {
    margin-bottom: 25px;
}
form.p-review {
    border-radius: 16px;
    padding: 10px 25px;
}
.p-review .form-control:not(textarea) {
    height: calc(1.2em + 0.75rem + 5px) !important;
}
.p-review .form-control {
    border-radius: 25px;
    border: 1px solid #e5e8ff;
    color: #989898;
    font-size: 0.85rem;
}
.p-review textarea.form-control {
    border-radius: 15px !important;
}
form.p-review button {
    font-size: 14px;
    font-size: 15px;
    padding: 5px 35px;
    font-weight: 500;
}
.p-review textarea {
    min-height: 100px;
}
.p-review .form-row > .col {
    padding-left: 5px;
    padding-right: 5px;
}

.comments .item .mb-2 {
    background: #f6f8ff;
    border-radius: 10px;
    padding: 25px;
    margin: 10px 5px;
}
.product-explain #pills-comments .user-comment {
    font-size: 14px;
    font-weight: 500;
    font-family: "YekanBakhMedium";
    margin-bottom: 0;
}
.product-explain .comments .info {
    font-size: 13px;
    color: #777;
    margin-left: 5px;
    margin-top: 10px;
}
.product-explain .comments .info .space,
.comment-item-head .media-body .space {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 10px;
    margin: 0 4px;
    background: #999;
}
.product-explain .comments .info .date {
    margin-right: 5px;
}
.product-explain .reply-comment {
    color: #7e7e7e;
}
.reply-comment .like,
.reply-comment .like a {
    color: #81bf95;
    display: flex;
    align-items: center;
}
.reply-comment .like,
.reply-comment .dislike {
    margin: 5px 8px;
    font-weight: 500;
}
.reply-comment .dislike,
.reply-comment .dislike a {
    color: #7e7e7e;
    display: flex;
    align-items: center;
}
.comments {
    margin-bottom: 50px;
}
@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
.rating-card {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #cfd2e2;
    border-radius: 20px;
}

.rate-progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.rate-progress {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: none;
    margin: 0 0 0 30px;
    box-shadow: none;
    position: relative;
}
.rate-progress .progress-left {
    left: 0;
}
.rate-progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.rate-progress.yellow .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}
.rate-progress.yellow .progress-bar {
    border-color: #ffc107;
}
.rate-progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.rate-progress .progress-right {
    right: 0;
}
.rate-progress.yellow .progress-bar {
    border-color: #ffc107;
}
.rate-progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress-value {
    font-size: 24px;
}
.rate-progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.rating-stars {
    /* margin-top: 10px; */
}

.la-star.deactive {
    color: #ffe6ae;
}
.score-star .la-star {
    color: #fcc13b;
    font-size: 17px;
    margin-right: 2px;
}
.rating-card .text-muted {
    color: #afafaf !important;
    font-size: 14px !important;
    margin-right: 10px;
}

.product-explain .tab-pane p {
    font-size: 14px;
}

/*card*/
.message.success {
    background: #f8a185;
    color: #fff;
}
.message {
    font-size: 15px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: YekanBakhMedium;
}
.message.success .material-icons {
    color: #fff;
}
.icon-right {
    margin-left: 8px;
}
.shopping-cart:hover {
    color: var(--primary) !important;
}
.shop_table.cart {
    margin-bottom: 30px;
}
.cart .cart-caption thead tr {
    background: #e0e9ff;
    padding: 10px 20px;
    font-size: 13px;
    text-align: center;
    color: #333;
    border-radius: 15px;
}
.cart tbody tr {
    border-radius: 15px !important;
}
table.shop_table th:first-child {
    border-radius: 0 10px 10px 0;
}
table.shop_table .product-remove {
    width: 10px;
}
table.shop_table th,
table.shop_table td {
    padding: 15px 12px;
    line-height: 1.5em;
    text-align: center;
}
.cart .cart-caption .product-name {
    text-align: right;
}
table.shop_table th:last-child {
    border-radius: 10px 0 0 10px;
}
table.shop_table .cart-item,
.shadow-box {
    box-shadow: 0px 18px 47px -18px rgba(56, 76, 255, 0.17);
    border-radius: 15px;
}
.shadow-box {
    background: #fff;
}
table.shop_table td,
table.shop_table td a {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    font-weight: 500;
    font-family: "YekanBakhMedium";
}

table.shop_table .remove {
    color: #8f8e8a;
}
table.shop_table .remove span {
    font-size: 24px;
}
table.shop_table .remove:hover {
    color: #e10505;
}
.archive-sidebar,
.card-sidebar {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 18px 47px -18px rgba(56, 76, 255, 0.17);
}
.cart .sidebar.card-sidebar h3 {
    font-weight: 600;
    font-size: 17px;
}
.sidebar.card-sidebar .card-body {
    padding: 0 10px 15px;
}
.sidebar.card-sidebar .card-body textarea,
textarea {
    min-height: 100px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dadada;
    font-size: 13px;
    text-align: right;
    padding: 10px;
    color: #777;
}
.sidebar.card-sidebar .card-body .price,
.sidebar.card-sidebar .card-body .total,
.sidebar.card-sidebar .card-body .dis {
    font-weight: 600;
}
.sidebar.card-sidebar .card-body .label {
    font-weight: 400;
}
.sidebar.card-sidebar .card-body .label {
    font-weight: 400;
}
.dis p {
    color: #ff3868;
}
.sidebar.card-sidebar .total {
    background: #f1f4ff;
    padding: 5px 15px;
    border-radius: 10px;
}
.sidebar.card-sidebar .card-body .label {
    font-weight: 400;
}
.total p {
    color: var(--primary);
    margin-top: 10px;
}
.product-thumbnail img {
    width: 90px;
    border-radius: 10px;
    border: 1px solid #f6f8fa;
}

.product-quantity .btn-number {
    width: 40px;
    text-align: center;
    height: 40px;
    padding: 20px;
    font-size: 17px;
    padding: 3px;
    font-weight: 600;
    margin-top: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 71, 255, 0.09);
    color: var(--primary);
}
.product-quantity .btn-number:hover {
    background: var(--primary);
    color: #fff;
}

table.shop_table .product-quantity .input-number {
    width: 40px;
    font-size: 14px;
    text-indent: 0;
}
.product-quantity .input-number {
    font-size: 15px;
    border-radius: 25px !important;
    width: 60px;
    text-align: center;
    border-color: #e1e6ef;
    color: #444;
    height: 40px !important;
}
table {
    width: 100%;
    max-width: 100%;
}
.single-product  .btn-warning {
    
    background-color: #ffd864;
    font-weight: bolder;
}

.single-product .btn-warning:hover{
        font-weight: bolder;

    background-color: #ffc107;
}
.mob-label {
    font-family: YekanBakh;
    font-size: 13px;
    margin-left: 10px;
    color: #666;
}
.product-subtotal span {
    /* color: var(--primary) !important; */
    color: #004ab8!important;
}
.cart .color-product-btn > span {
    display: block;
    width: 100%;
    padding: 2px;
    margin-left: 0;
    margin-bottom: 0;
    border: 0 !important;
}
.cart .color-product-btn > span:hover {
    border: 0 !important;
}
.cart .product-info,
.cart .color-product-btn > span,
.cart .product-name p {
    font-size: 13px !important;
}
.cart .product-info {
    margin: 10px 0 5px;
}
.cart .color-product-btn > span > i {
    display: inline-block;
    width: 20px;
    height: 20px;
}
ul.stepper {
    padding: 0 1.5rem;
    margin: 1.7rem -1.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    counter-reset: section;
}

.stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

ul.stepper li a {
    padding: 0.5rem;
    text-align: center;
}
ul.stepper li.completed a .circle,
ul.stepper li.completed a .active {
    background-color: #384cff !important;
    color: #fff;
}
ul.stepper li.completed a .label,
ul.stepper li.active a .label {
    color: var(--primary);
}
ul.stepper li.active a .circle,
ul.stepper li:hover a .circle {
    color: #fff;
    background: var(--primary);
}
ul.stepper li a .circle {
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    line-height: 1.4rem;
    color: #666;
    text-align: center;
    background: #ececee;
    border-radius: 50%;
    padding: 10px;
    position: relative;
}
ul.stepper li a .circle:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 57px;
    height: 57px;
    top: -7px;
    left: -7px;
    border-radius: 50%;
    padding: 20px;
    border: 1px dashed #d9d9d9;
}
ul.stepper li.active a .circle:before,
ul.stepper li.completed a .circle:before {
    border-color: var(--primary);
}
ul.stepper li a .label {
    display: block;
    color: #777;
    font-size: 14px;
    font-family: "yekanBakhMedium";
}
ul.stepper li:hover .label {
    color: var(--primary);
}
.stepper-horizontal li a .label {
    margin-top: 1rem;
}
.stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    margin: -35px 0 0 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
}
.stepper-horizontal li:not(:first-child):before {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    margin: -35px 0 0 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
}
.stepper-horizontal li.completed:after,
.stepper-horizontal li.active:before,
.stepper-horizontal li.completed:before {
    background: var(--primary);
}
.discount-form p {
    font-size: 13px;
}
.discount-form input[type="text"] {
    width: 61%;
    border: 1px solid #e5e8ff;
    border-left: 0;
    border-radius: 0 20px 20px 0;
    text-indent: 15px;
    font-size: 13px;
}
.discount-form button {
    font-size: 13px;
    width: 42%;
    background: #e10561;
    color: #fff;
    margin-right: -15px;
}
.discount-form .success-message {
    font-size: 13px;
    margin-top: 10px;
    color: #f8a185;
}
.discount-form {
    font-size: 14px;
    margin-bottom: 25px;
    border-bottom: 1px dashed rgba(56, 76, 255, 0.34);
}

.act-caption {
    font-size: 17px;
    padding-top: 25px;
    margin-bottom: 25px;
    font-family: YekanBakhMedium;
    color: #333;
    line-height: 1.8;
}
.shipping {
    padding-right: 0;
}
.custom-control {
    color: #777;
    margin-bottom: 5px;
}
.shipping section {
    border: 1px solid #fff;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-top: 15px;
    overflow-x: auto;
    box-shadow: 0px 6px 45px -12px rgba(233, 233, 233, 0.87);
}
.shipping section img {
    width: 32px;
    filter: grayscale(100%);
}
.shipping section.checked img,
.shipping section:hover img {
    filter: grayscale(0);
}
.shipping section:hover,
.shipping section.checked {
    border-color: var(--primary);
}
.shipping section .title {
    font-weight: 500;
    font-family: "YekanBakhMedium";
    color: #333;
}
.shipping input,
.paymentBank input {
    margin-left: 5px;
}
.shipping .material-icons {
    font-size: 24px;
}
.icon-right {
    margin-left: 8px;
}
.red {
    color: var(--red);
}
.panel-group.paymentBank {
    margin-top: 25px;
}

.btn.outline-btn.disable {
    color: #8f8e8a;
    border: 1px solid #bcc0cc;
}
.btn.outline-btn.disable:hover {
    color: #fff;
    border: 1px solid var(--primary);
}
.track-num,
.order-total {
    padding: 5px 25px;
    font-weight: 600;
    color: #555;
}
.blue {
    color: var(--primary);
}
.invoice {
    padding: 12px;
}
.order-info {
    padding: 30px;
}
.order-info {
    font-size: 15px;
    margin-top: 30px;
    font-size: 14px;
}
.order-info table tr td:nth-child(4n + 1) {
    border-radius: 0 7px 7px 0;
}
.order-info table tr:nth-child(odd) td {
    background: #f1f4ff;
}
.order-info table td {
    padding: 7px 15px;
    color: #555;
}
.order-info table tr td:nth-child(2n) {
    font-weight: 600;
}
.order-info table tr:nth-child(odd) td {
    background: #f1f4ff;
}
.order-info table tr td:nth-child(4n) {
    border-radius: 7px 0 0 7px;
}

.border-box {
    border: 1px solid rgba(199, 199, 199, 0.38);
    background: #fff;
    border-radius: 15px;
    padding: 25px;
}
.order-products .item:not(last-child) {
    border-bottom: 1px solid rgba(56, 76, 255, 0.13);
}
.order-products .item {
    margin-top: 25px;
    padding: 20px 10px;
    margin: 10px;
}

.order-products .item .product-item {
    width: 20%;
    padding-left: 2%;
}
.order-products .item img {
    width: 180px;
}
.order-products .item > div {
    width: 40%;
}
.order-products .item p {
    color: #333;
    font-size: 16px;
    font-family: "YekanBakhMedium";
    margin-bottom: 5px;
}
.order-products .item .label {
    width: 85px;
    position: relative;
    display: inline-block;
    color: #7e7e7e;
    font-size: 14px;
    font-family: "YekanBakh";
}
.order-products .item p {
    color: #333;
    font-size: 16px;
    font-family: "YekanBakhMedium";
    margin-bottom: 5px;
}
.order-products .item .label {
    width: 85px;
    position: relative;
    display: inline-block;
    color: #7e7e7e;
    font-size: 14px;
    font-family: "YekanBakh";
}

@media (min-width: 1365px) {
    .col-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        align-items: center;
    }
    .reserve .tab-content,
    .reserve .nav {
        width: 60%;
    }
    .side23.col-lg-3 {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
    .nav .search-group {
        width: 345px;
    }
}
/*Cart*/
@media (min-width: 1024px) {
    .mob-label {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .top-category .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .owl-theme .owl-nav {
        top: -125px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .col-20 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (min-width: 992px) {
    .navbar-nav {
        align-items: center;
    }
    .col-20,
    .product.grid .col-md-3 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .filter-btn {
        display: none !important;
    }

    .side23 {
        padding-right: 0;
    }
    .left79 {
        padding-left: 0;
    }
    .closecanvas {
        display: none;
    }

    .newsletter-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .filter-btn,
    .sidebar.archive-sidebar .modal-head {
        display: none !important;
    }
    .newsletter button {
        margin-right: 55px;
    }
    .width-30 {
        width: 30%;
        max-width: 30%;
        flex: 0 0 30%;
    }
    .width-70 {
        width: 70%;
        max-width: 70%;
        flex: 0 0 70%;
    }
    .search-topfilter .service-form {
        margin-left: 25px !important;
    }
}
@media (min-width: 768px) {
    .home-category .col-lg-8 {
        padding-left: 3%;
    }
    .offcanvas-collapse .search-group {
        display: none;
    }

    .filter-box {
        min-height: 285px;
    }
    footer .about {
        margin-left: 55px;
    }
    .hide-desk {
        display: none !important;
    }
    .hide-mob {
        display: inline-block;
    }
    .hide-desktop {
        display: none;
    }
    .p-25 {
        padding-right: 25px;
        padding-left: 25px;
    }
    .search-topfilter .clear a {
        color: #8344eb;
    }
    .space-35 {
        margin-top: 35px;
    }
    .col-37 {
        width: 37%;
    }
    .col-26 {
        width: 26%;
    }

    .banner-row {
        padding-top: 60px;
    }
    .bottom-footer .col-3.LogoInner {
        max-width: 21%;
    }

    .owl-theme .owl-nav {
        margin-top: 10px;
        position: absolute;
        left: 0;
        top: -95px;
    }

    /*product*/
    .rating-card {
        margin-right: 25px;
        margin-left: 25px;
    }
    .produc-gallery {
        width: 100%;
        margin: 0px auto;
        padding-left: 25px;
    }
}

/*cart*/
@media (min-width: 741px) {
    .order-info table tr td:nth-child(odd) {
        width: 20%;
    }
    .order-info table tr td:nth-child(even) {
        width: 30%;
    }
}
@media (min-width: 667px) {
    .navbar-nav.social .nav-item .nav-link:not(.call) {
        min-width: 34px;
        min-height: 34px;
        max-width: 34px;
        max-height: 34px;
        border: 1px solid #e5e5e5;
        padding: 4px 5px;
        margin-right: 8px;
    }
    ul.top-menu .reg {
        padding: 3px 17px;
        height: 33px;
        font-size: 14px;
    }
    .navbar-nav.social .nav-item:hover .nav-link:not(.call) {
        border-color: #ccc;
    }

    .col-37 {
        width: 37%;
    }
    .col-26 {
        width: 26%;
    }

    .desk {
        display: block;
    }
}

/*product*/
@media (max-width: 1280px) {
    .single-product .top-summary .col-sm-6,
    .single-product .choice .col-md-8,
    .single-product .choice .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .single-product .product-box .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .color-product-btn {
        padding: 0 10px;
    }
}

@media (max-width: 1200px) {
    .about .text-box {
        height: auto;
        min-height: auto;
    }
    .about .banner {
        height: 180px;
        min-height: 180px;
        margin-top: 30px;
        background-size: contain !important;
    }
    .width1200 {
        -webkit-box-flex: 0;
        -ms-flex: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top-category {
        margin-top: 40px;
    }
    .cta .img-box.left-img:before,
    .pg {
        display: none;
    }
    .story .clip {
        padding: 20px;
    }
}
@media (max-width: 1024px) {
    .width80 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .width40 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .width1024 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .story > .wrapper > .row,
    .story .row {
        background: none;
    }

    .width1024 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 1023px) {
    /*cart*/
    .shop_table.cart td {
        display: block;
        width: 100%;
        padding: 6px 30px;
    }
    .shop_table.cart thead {
        display: none;
    }
    .cart .cart-caption .product-name {
        width: auto;
    }
    table.shop_table .cart-item {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .cart .cart-caption .product-name {
        width: auto;
        text-align: center;
    }
    .cart .product-info {
        justify-content: center !important;
    }
    .shop_table.cart .product-quantity .input-group {
        width: 200px;
        margin: 0 auto;
    }
    .mob-label {
        display: inline-block;
    }
    table.shop_table .cart-item td:last-child {
        padding-bottom: 25px;
    }
    table.shop_table .cart-item {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .cart .cart-caption {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 992px) {
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .caption-row {
        margin-bottom: 30px;
    }
    .dropdown-menu {
        border: 0;
    }
    .p-b-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .col-left {
        border-radius: 0;
    }
    .home-banner .inner img {
        width: 85%;
    }
    .home-banner .exp img {
        display: none;
    }
    .home-banner .exp h1 {
        margin-bottom: 30px;
        font-size: 34px;
    }
    main:before {
        display: none !important;
    }
    .cta {
        margin-top: 0;
        padding: 20px;
    }
    .width992 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .filter-box {
        padding: 10px 5px;
    }

    .hidden-992 {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .archive-sidebar {
        top: 125px !important;
    }
    .search-topfilter .form-inline {
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .sidebar-banner {
        display: none;
    }
    /*product*/
    .single-product .top-summary .col-sm-6,
    .single-product .choice .col-md-8,
    .single-product .choice .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .single-product .product-name {
        margin-top: 25px;
    }
    .single-product .products-meta .rating {
        display: flex;
        justify-content: flex-start !important;
    }
    .single-product .eyeglass .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .product-explain,
    .product-summary {
        padding: 20px;
    }
    .color-product-btn > span {
        width: 47%;
        margin-left: 2%;
    }
    .note {
        margin-top: 0;
        margin-bottom: 0;
    }
    .width-100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .dropdown-item {
        border: 0 !important;
    }
    .main {
        margin-top: 90px;
    }
    .navbar-nav.main-menu {
        padding-left: 20px;
    }
    .main-menu li {
        font-size: 14px;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .banner-row > .col-12 > .row {
        width: 100%;
        display: block;
    }

    .banner-row .col-md-6 {
        max-width: 100%;
        display: block;
    }

    .bottom-footer .LogoInner {
        display: none;
    }

    .search-topfilter .result {
        font-size: 17px;
    }
    .search-topfilter .result .caption {
        display: none;
    }
    .search-topfilter .clear:before {
        margin: 0 10px 0 5px;
    }
    .newsletter .form-group.col-4 {
        text-align: right;
        padding-right: 0;
    }

    .price-sec .price {
        font-size: 19px !important;
        margin-left: 10px;
    }

    .price-sec .discount {
        padding: 10px 7px;
        top: 0;
        font-size: 16px;
        right: 40px;
        background: #fb2d51;
        color: #fff;
        border-radius: 0 0 35px 35px;
        position: absolute;
    }
    .form-check.extra {
        padding-left: 0;
    }
    .modal-header {
        z-index: 1;
    }
    .width-30,
    .width-70 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .mob-reverse {
        flex-direction: column-reverse;
    }
}
@media (max-width: 768px) {
    .caption-row .text-right {
        text-align: right !important;
    }
    .caption-row .btn-more2 {
        margin-left: 0;
    }
    .btn-more2:after {
        display: none;
    }
    .product-filter-mob {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .owl-theme .owl-nav {
        margin-top: 50px;
    }
    .top-nav .search-group {
        display: none;
    }
    .width80 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ctg-box {
        margin: 10px 5px;
    }

    .blue-feature .icon-box h4,
    .ctg-box h3 {
        font-size: 14px;
    }
    .blue-feature .icon-box p {
        font-size: 12px;
    }
    .blue-feature .icon-box img {
        width: 40px;
        margin: 15px auto 10px;
    }

    .hide-mob,
    .pink-banner {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    .hid-desk {
        display: inline-block;
    }
    .home-carousel .carousel-caption h1 {
        font-size: 30px;
    }
    .search-topfilter .result {
        text-align: center;
    }
    .search-topfilter .col-lg-6 {
        padding: 0;
        max-width: 100%;
    }
    .sec-caption {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    .product .product-title {
        min-height: auto;
    }
    .story .clip {
        padding: 10px 15px;
    }

    .banner-row {
        padding-top: 0px;
    }

    .banner .banner-info .name {
        font-size: 21px;
    }
    .banner .banner-info {
        padding: 10px 15px;
    }
    .banner-row {
        padding-bottom: 70px;
        background-size: 120px;
    }
    .row.bg1 {
        background-image: none;
        padding-bottom: 25px;
    }

    .search-topfilter .list {
        display: none;
    }
    .search-topfilter > .col-md-12 > .row {
        display: block;
    }
    .search-topfilter .col-6 {
        width: 100%;
        max-width: 100%;
    }

    .bottom-footer .col-lg-6 {
        width: 65%;
    }
    .bottom-footer .col-3 {
        max-width: 35%;
    }
    .newsletter-row {
        padding: 0 10px;
    }

    .ctg-carousel .carousel-indicators {
        bottom: 0 !important;
    }
    /*product*/
    form.p-review {
        padding: 10px 0px;
        margin-bottom: 25px;
    }
    table.product-table tr th {
        width: 50%;
    }
}
/*cart*/
@media (max-width: 740px) {
    .order-info {
        padding: 10px;
    }
    .order-info table tr td:first-child,
    .order-info table tr td:nth-child(2) {
        background: #f1f4ff;
    }
    .order-info table tr:nth-child(odd) td {
        background: #fff;
    }
    .payment .order-info table td {
        display: inline-block;
        width: 50%;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .order-products .item > div {
        width: 100%;
    }
    .payment .order-info table td {
        display: inline-block;
        width: 50%;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .payment .order-info table td.full {
        width: 100%;
        margin-bottom: 0;
    }
    .order-products .item {
        display: block !important;
    }
    .order-products .item .product-item {
        width: 100%;
        padding-left: 0;
        display: block;
        text-align: center;
    }
    .order-products .item .product-item img {
        width: 80%;
        margin: 0 auto 15px;
    }
}
@media (max-width: 666px) {
    .call .num {
        display: none;
    }
    .top-menu .btn {
        font-size: 14px;
    }

    .top-menu .btn.reg {
        background: transparent;
        border: 0;
    }
    ul.top-menu .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.top-menu .reg {
        box-shadow: none !important;
        color: rgba(0, 0, 0, 0.5);
        padding-right: 3px;
        height: auto;
    }

    .navbar-nav.social .nav-item .nav-link {
        margin: 5px;
        padding: 0 2px;
        font-size: 17px;
    }
    .navbar-nav.social .nav-item:first-child .nav-link {
        margin: 5px 5px 5px 0;
    }
    .navbar-nav.social {
        height: 32px;
    }
    .nav-item-divider,
    .btn.reg i {
        display: none;
    }
    .item-reg {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item-reg:before {
        content: "";
        width: 1px;
        height: 10px;
        background: #ccc;
        display: inline-block;
    }
    .navbar-nav.social .nav-item .nav-link.call {
        margin-left: 5px;
        font-size: 13px;
        margin-top: 0;
    }
    .navbar-nav.social .nav-item .nav-link.call i {
        margin: 0;
        font-size: 17px;
    }

    .banner {
        margin-top: 20px;
    }

    .newsletter .form-group.col-4 {
        margin-left: -27px;
    }

    .sec-caption:after {
        display: none;
    }
    .btn-more2 {
        padding-right: 0;
    }
    .search-topfilter .clear a {
        font-size: 14px;
    }
    .col-37 {
        width: 100%;
    }
    .col-26 {
        width: 100%;
    }

    .width-666 {
        flex: 100%;
        max-width: 100%;
    }
    .block-666 {
        display: block;
    }

    .desk {
        display: none;
    }

    .p-m-0 {
        padding: 0;
    }
    /*product*/
    .single-product .eyeglass .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 639px) {
    .home-banner {
        align-items: flex-start;
    }
    .banner .btn {
        font-size: 13px;
        padding: 5px 20px;
    }

    /*cart*/
    ul.stepper {
        padding: 0;
        margin: 0 -1.5rem;
    }
}
@media (max-width: 600px) {
    .toggle.btn {
        width: 120px !important;
    }
    /*product*/
    .product-explain ul.nav {
        display: flex;
        overflow-x: auto !important;
        position: relative;
    }
    .product-explain ul.nav li {
        display: inline-block;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        position: relative;
    }
    .product-explain .nav-pills .nav-link {
        font-size: 14px;
        margin: 0 5px;
    }
    .product-meta .code {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .wrapper {
        padding: 0%;
    }
    /* .color-product-btn {
        width: 100% !important;
    } */
    .home-banner .exp {
        padding: 10px;
    }
    .top-call {
        display: none;
    }
    .item.horizontal button {
        display: none;
    }
    .reveiw-item .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .social {
        text-align: center !important;
    }
    .space-blue {
        margin-top: -170px;
    }
    .newsletter .form-group.col-4 {
        margin-left: -15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-banner .inner,
    .home-banner .exp,
    .home-banner .inner img {
        width: 100%;
    }
    .home-banner {
        margin-top: 0;
        border-radius: 20px;
    }
    .home-banner .exp h1 {
        margin-bottom: 20px;
        font-size: 21px;
        margin-top: 20px;
    }
    .home-banner .exp .sub-title {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .home-banner .exp p {
        margin-bottom: 6px;
        font-size: 13px;
        line-height: 1.6;
    }
    .home-category {
        padding-bottom: 10px;
        padding-top: 0;
    }

    .cta .img-box img {
        width: 55px;
    }
    .cta h3 {
        margin-bottom: 0;
        font-size: 20px;
    }
    .about .banner {
        background-size: cover !important;
    }
}
/*cart*/
@media (max-width: 390px) {
    .stepper-horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .stepper-horizontal li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    ul.stepper li a {
        padding: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .stepper-horizontal li:not(:last-child):after {
        display: none;
    }
    ul.stepper li a .label {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 325px) {
    .newsletter .form-group .btn {
        padding: 0 10px !important;
    }
    .btn-more2 span {
        display: none;
    }
}
