@import url("https://rsms.me/inter/inter.css");

html {
    font-family: "Inter", sans-serif;
    font-size  : 15px !important;
}

i {
    font-weight: 900 !important;
}
body {
    margin: 0;
    font-family: "Inter", Arial, "Helvetica Neue", "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
a:hover {
    text-decoration: none;
}

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

.img-wrap {
    text-align: center;
    display   : block;
}

.img-wrap img {
    max-width: 100%;
}

.icon-wrap {
    text-align: center;
    display   : inline-block;
}

.price-wrap {
    letter-spacing: -0.7px;
}

.content-body {
    -webkit-box-flex: 1;
    -ms-flex        : 1 1 auto;
    flex            : 1 1 auto;
    padding         : 30px;
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
}

.icon-xs,
.icon-sm,
.icon-md,
.icon-lg {
    display          : inline-block;
    text-align       : center;
    -ms-flex-negative: 0;
    flex-shrink      : 0;
    -webkit-box-flex : 0;
    -ms-flex-positive: 0;
    flex-grow        : 0;
}

.icon-xs {
    width      : 32px;
    height     : 32px;
    line-height: 32px !important;
    font-size  : 16px;
}

.icon-sm {
    width      : 48px;
    height     : 48px;
    line-height: 48px !important;
    font-size  : 20px;
}

.icon-md {
    width      : 60px;
    height     : 60px;
    line-height: 60px !important;
    font-size  : 28px;
}

.icon-lg {
    width      : 96px;
    height     : 96px;
    line-height: 96px !important;
    font-size  : 42px;
}

.img-xs,
.img-sm,
.img-md,
.img-lg {
    -o-object-fit    : cover;
    object-fit       : cover;
    -ms-flex-negative: 0;
    flex-shrink      : 0;
    -webkit-box-flex : 0;
    -ms-flex-positive: 0;
    flex-grow        : 0;
}

.img-xs {
    width : 40px;
    height: 40px;
}

.img-sm {
    width : 80px;
    height: 80px;
}

.img-md {
    width : 140px;
    height: 140px;
}

.img-lg {
    width : 250px;
    height: 250px;
}

.icon-flag-sm {
    width       : 28px;
    margin-right: 10px;
}

.icon-flag-md {
    width       : 40px;
    margin-right: 0px;
}

.icon-flag-xs {
    width       : 14px;
    margin-right: 5px;
}

.center-xy {
    top              : 50%;
    left             : 50%;
    position         : absolute;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}

.center-y {
    top              : 50%;
    position         : absolute;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
}

.center-x {
    left             : 50%;
    position         : absolute;
    -webkit-transform: translateX(-50%);
    transform        : translateX(-50%);
}

.vh-100 {
    height: 100vh;
}

.overflow-h {
    overflow: hidden;
}

.flip-h {
    -webkit-transform: scaleX(-1);
    transform        : scaleX(-1);
}

.opacity {
    opacity: 0.5;
}

[class*="hover-"] {
    -webkit-transition: 0.5s;
    transition        : 0.5s;
}

.hover-bg:hover {
    background        : #ff6a00;
    background        : -webkit-gradient(linear, left top, right bottom, from(#ff6a00), to(#ff6a00));
    background        : linear-gradient(to bottom right, #ff6a00, #ff6a00);
    -webkit-transition: 0.5s;
    transition        : 0.5s;
}

.hover-zoom:hover {
    -webkit-transition: 0.5s;
    transition        : 0.5s;
    -webkit-transform : scaleX(1);
    transform         : scaleX(1);
}

.bordered-cols>[class*="col-"] {
    overflow    : hidden;
    border-color: #e5e7ea;
    border-width: 1px 0 0 1px;
    border-style: solid;
}

.pd-0 {
    padding: 0 !important;
}

.pd-15 {
    padding: 0 15px;
}

.pd-l-20 {
    padding-left: 20px;
}

.padding-y {
    padding-top   : 30px;
    padding-bottom: 10px;
}

.padding-x {
    padding-left : 30px;
    padding-right: 30px;
}

.padding-top {
    padding-top: 30px;
}

.padding-bottom {
    padding-bottom: 30px;
}

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

.padding-y-lg {
    padding-top   : 48px;
    padding-bottom: 48px;
}

.padding-top-lg {
    padding-top: 48px;
}

.padding-bottom-lg {
    padding-bottom: 48px;
}

.padding-y-sm {
    padding-top   : 10px;
    padding-bottom: 10px;
}

.padding-top-sm {
    padding-top: 10px;
}

.padding-bottom-sm {
    padding-bottom: 10px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

var {
    font-style: normal;
}

figure {
    margin-bottom: 0;
}

.form-noborder input,
.form-noborder select,
.form-noborder .btn {
    border: 0;
}

.form-noborder select.form-control-lg:not([size]):not([multiple]) {
    height: 2.875rem;
}

article:after,
.form-group:after {
    display: block;
    clear  : both;
    content: "";
}

.row-sm {
    margin-right : -5px;
    margin-left  : -5px;
    display      : -ms-flexbox;
    display      : -webkit-box;
    display      : flex;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
}

.row-sm>[class^="col"] {
    padding-left : 5px;
    padding-right: 5px;
}

.color-green {
    color: #0a8800;
}

.bg {
    background-color: #f6f7f9;
}

.bg-yellow {
    background-color: #f4ba1e;
}

.bg-white {
    background-color: #fff;
}

.bg-orange {
    background-color: #ec6420;
}

.bg-green {
    background-color: #00b517;
}

.bg-lightgreen {
    background-color: #b7e3b7;
}

.bg-blue {
    background-color: #12225b;
}

.bg-red {
    background-color: #fa3434;
}

.bg-light-orange {
    background-color: #ffdcb0;
}

.bg-light-green {
    background-color: #abeae8;
}

.bg-light-blue {
    background-color: #9fe0ff;
}

.bg-light-red {
    background-color: #fbd5e7;
}

.bg-saffron {
    background-color: #facb9a;
}

.bg-gradient-blue {
    background        : rgba(33, 37, 41, 0.4);
    background        : -webkit-gradient(linear, left top, right bottom, from(rgba(18, 34, 91, 0.65)), to(rgba(33, 37, 41, 0.4)));
    background        : linear-gradient(to bottom right, rgba(18, 34, 91, 0.65), rgba(33, 37, 41, 0.4));
    -webkit-transition: 0.5s;
    transition        : 0.5s;
}

.bg-gradient-green {
    background        : rgba(33, 37, 41, 0.4);
    background        : -webkit-gradient(linear, left top, right bottom, from(rgba(0, 181, 23, 0.65)), to(rgba(33, 37, 41, 0.4)));
    background        : linear-gradient(to bottom right, rgba(0, 181, 23, 0.65), rgba(33, 37, 41, 0.4));
    -webkit-transition: 0.5s;
    transition        : 0.5s;
}

.bg-gradient-orange {
    background        : rgba(33, 37, 41, 0.4);
    background        : -webkit-gradient(linear, left top, right bottom, from(rgba(255, 106, 0, 0.65)), to(rgba(33, 37, 41, 0.4)));
    background        : linear-gradient(to bottom right, rgba(255, 106, 0, 0.65), rgba(33, 37, 41, 0.4));
    -webkit-transition: 0.5s;
    transition        : 0.5s;
}

.bg-gradient-red {
    background        : rgba(33, 37, 41, 0.4);
    background        : -webkit-gradient(linear, left top, right bottom, from(rgba(250, 52, 52, 0.65)), to(rgba(33, 37, 41, 0.4)));
    background        : linear-gradient(to bottom right, rgba(250, 52, 52, 0.65), rgba(33, 37, 41, 0.4));
    -webkit-transition: 0.5s;
    transition        : 0.5s;
}

.bg-gradient-pink {
    background        : rgba(33, 37, 41, 0.4);
    background        : -webkit-gradient(linear, left top, right bottom, from(rgba(232, 62, 140, 0.65)), to(rgba(33, 37, 41, 0.4)));
    background        : linear-gradient(to bottom right, rgba(232, 62, 140, 0.65), rgba(33, 37, 41, 0.4));
    -webkit-transition: 0.5s;
    transition        : 0.5s;
}

.bg-pattern {
    background-image   : url(../images/banners/bg-pattern.svg), linear-gradient(135deg, #ff6a00, #12225b);
    background-size    : cover, auto;
    background-repeat  : no-repeat, repeat;
    background-position: 0px 0px, 50% 50%;
}

.bg-img {
    overflow           : hidden;
    background-color   : #ddd;
    background-image   : linear-gradient(135deg, rgba(255, 106, 0, 0.8), rgba(18, 34, 91, 0.9)), url("../images/banners/bg-cpu.webp");
    background-position: 0px 0px, 50% 50%;
    background-size    : auto cover;
}

.btn-rounded {
    border-radius: 10rem !important;
}

.overlay-gradient {
    position: relative;
}

.overlay-gradient:before {
    position          : absolute;
    content           : "";
    display           : block;
    top               : 0;
    left              : 0;
    right             : 0;
    bottom            : 0;
    opacity           : 0.6;
    -webkit-transition: 0.5s;
    transition        : 0.5s;
    background        : #12225b;
    background        : -webkit-gradient(linear, left top, right bottom, from(#ff6a00), to(#12225b));
    background        : linear-gradient(to bottom right, #ff6a00, #12225b);
}

.overlay-gradient:hover:before {
    opacity: 0.9;
}

.section-heading {
    margin-bottom: 10px;
    margin-top   : 10px;
}

.section-title {
    color: #212529;
}

.title-text {
    margin-top   : 30px;
    margin-bottom: 10px;
    font-weight  : bold;
    color        : #212529;
}

.title-page {
    color: #212529;
}

.b {
    font-weight: 600;
}

.white {
    color: #fff;
}

.dark {
    color: #212529;
}

.black {
    color: #000;
}

p:last-child {
    margin-bottom: 0;
}

.btn {
    font-size: 0.8rem;
}

.heading-line {
    position: relative;
}

.heading-line .title-section {
    position        : relative;
    display         : inline-block;
    padding-right   : 15px;
    background-color: #f6f7f9;
    z-index         : 2;
    text-transform  : capitalize;
}

.heading-line::before {
    top             : 35%;
    border-radius   : 7px;
    border-top-style: solid;
    content         : "";
    position        : absolute;
    left            : auto;
    right           : 0;
    width           : 100%;
    height          : 0;
    border          : 3px solid #dcdee3;
    overflow        : hidden;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.section-header:not(.no-style) {
    background-color  : #fff;
    -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.15);
    box-shadow        : 0 0 3px rgba(51, 51, 51, 0.15);
    /* z-index: 1111; */
}

.header-top-light .nav-link {
    color: #969696;
}

.header-top-light .nav-link:hover {
    color: #212529;
}

.header-main {
    position      : relative;
    padding-top   : 1rem;
    padding-bottom: 1rem;
}

.brand-wrap .logo,
.navbar-brand .logo {
    margin-right: 7px;
    max-height  : 34px;
    display     : inline-block;
}

.navbar-main .nav-link:hover {
    color: #ff6a00;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item .nav-link {
    color: #212529;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ff6a00;
}

.search-header {
    border       : 2px solid #ff6a00;
    border-radius: 0.55rem;
}

.search-header .form-control,
.search-header .custom-select {
    border-color: transparent;
}

.search-header select {
    -ms-flex-preferred-size: 150px !important;
    flex-basis             : 150px !important;
    -webkit-box-flex       : 0 !important;
    -ms-flex-positive      : 0 !important;
    flex-grow              : 0 !important;
}

.widget-header {
    display       : inline-block;
    vertical-align: middle;
    position      : relative;
}

.widget-header .widget-view {
    padding   : 5px 7px;
    display   : inline-block;
    position  : relative;
    text-align: center;
}

.widget-header .icon-area {
    font-size: 24px;
    display  : inline-block;
    width    : 36px;
    height   : 30px;
    color    : #969696;
}

.widget-header .icon-area .notify {
    position: absolute;
    top     : 0px;
    right   : 8%;
}

.widget-header .icon {
    color: #969696;
}

.widget-header .icon .notify {
    position: absolute;
    top     : 0;
    right   : 0;
}

.widget-header .text {
    max-width    : 80px;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    display      : block;
    line-height  : 1.2;
}

.widget-header a {
    color: #212529;
}

.widget-header form {
    min-width: 280px;
}

.widget-header:hover i {
    color: #212529;
}

.section-footer ul li {
    margin-bottom: 5px;
}

.section-footer ul a {
    color: inherit;
}

.section-footer ul a:hover {
    color: #ff6a00;
}

.section-footer .logo-footer {
    height: 40px;
}

.section-footer .title {
    font-weight  : 600;
    margin-bottom: 16px;
    font-size    : 18px;
}

.footer-bottom {
    padding-top   : 20px;
    padding-bottom: 20px;
    border-top    : 1px solid #1a3286;
    color: #fff;
}

.footer-copyright {
    padding-top   : 20px;
    padding-bottom: 20px;
}

.btn-facebook {
    background-color: #405d9d;
    color           : #fff;
}

.btn-facebook:hover {
    color: #fff;
}

.btn-instagram {
    background-color: #e52d27;
    color           : #fff;
}

.btn-instagram:hover {
    color: #fff;
}

.btn-youtube {
    background-color: #c8046c;
    color           : #fff;
}

.btn-youtube:hover {
    color: #fff;
}

.btn-twitter {
    background-color: #42aeec;
    color           : #fff;
}

.btn-twitter:hover {
    color: #fff;
}

.btn-google {
    background-color: #af0000;
    color           : #fff;
}

.btn-google:hover {
    color: #fff;
}

.btn-icon {
    width        : calc(1.5em + 0.9rem + 2px);
    text-align   : center;
    padding-left : 0;
    padding-right: 0;
}

.btn-icon i {
    line-height: 1;
}

.btn-light {
    background-color: #fff;
    border-color    : #e5e7ea;
}

.btn-light i {
    color: #969696;
}

.btn-light:hover {
    background-color: #fff;
    border-color    : #9099a6;
}

.btn-light.active i {
    color: #ff6a00;
}

.btn .text+i {
    margin-left: 10px;
}

.btn i+.text {
    margin-left: 10px;
}

.itemside {
    position: relative;
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    width   : 100%;
}

.itemside .aside {
    position         : relative;
    -ms-flex-negative: 0;
    flex-shrink      : 0;
}

.itemside .info {
    padding-left : 15px;
    padding-right: 7px;
}

.itemside p {
    margin-bottom: 0;
}

.itemside .title {
    display      : block;
    margin-bottom: 5px;
    color        : #212529;
}

.itemside a.title:hover {
    color: #ff6a00;
}

a.itemside {
    color: initial;
}

.items-bordered-wrap .itemside:not(:last-child) {
    border-bottom : 1px solid #e5e7ea;
    padding-bottom: 10px;
    margin-bottom : 10px;
}

.itemlist {
    padding      : 20px;
    border-bottom: 1px solid #eee;
}

.list-inline {
    margin-bottom: 0;
}

.list-inline-item {
    vertical-align: middle;
}

dl[class="row"] {
    margin-bottom: 0;
}

[class*="dlist-"] {
    margin-bottom: 5px;
}

[class*="dlist-"] dd {
    margin-bottom: 0;
}

.dlist-inline dt,
.dlist-inline dd {
    display: inline-block;
}

.dlist-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dlist-align dt {
    width      : 120px;
    word-wrap  : break-word;
    font-weight: normal;
}

.dlist-align dd {
    -webkit-box-flex : 1;
    -ms-flex-positive: 1;
    flex-grow        : 1;
}

ul.row,
ul.row-sm {
    list-style: none;
    padding   : 0;
}

[class*="list-"] li:after {
    visibility: hidden;
    display   : block;
    content   : "";
    overflow  : hidden;
    height    : 0;
    clear     : both;
}

.list-icon {
    list-style  : none;
    padding-left: 0;
}

.list-icon li {
    margin-bottom: 7px;
    position     : relative;
    padding-left : 30px;
}

.list-icon .icon {
    width         : 22px;
    margin-right  : 15px;
    vertical-align: middle;
    text-align    : center;
    position      : absolute;
    top           : 3px;
    left          : 0;
}

.list-icon span {
    vertical-align: middle;
}

.list-bullet {
    list-style  : none;
    padding-left: 0;
}

.list-bullet li {
    margin-bottom: 5px;
    position     : relative;
    padding-left : 15px;
}

.list-bullet li::before {
    content      : " ";
    position     : absolute;
    top          : 8px;
    left         : 0;
    width        : 7px;
    border-radius: 100%;
    height       : 7px;
    background   : #ced4da;
}

.list-check {
    padding-left: 0;
    list-style  : none;
}

.list-check>li {
    position     : relative;
    padding-left : 24px;
    margin-bottom: 7px;
}

.list-check>li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size  : 13px;
    color      : #00b517;
    position   : absolute;
    top        : 3px;
    left       : 0;
    content    : "\f00c";
}

.list-normal {
    list-style  : none;
    padding-left: 0;
}

.list-normal li {
    padding-left : 1em;
    margin-bottom: 7px;
}

.list-normal li:before {
    content    : "\2022";
    color      : #ff6a00;
    display    : inline-block;
    width      : 1em;
    margin-left: -1em;
}

.list-menu {
    list-style  : none;
    margin      : 0;
    padding-left: 0;
}

.list-menu li {
    margin-bottom: 5px;
}

.list-menu a {
    color: #212529;
}

.list-menu a:hover {
    color: #ff6a00;
}

.cols-two {
    -webkit-column-count: 2;
    column-count        : 2;
}

.cols-three {
    -webkit-column-count: 3;
    column-count        : 3;
}

.cols-four {
    -webkit-column-count: 4;
    column-count        : 4;
}

a[class*="card"] {
    color: initial;
}

a[class*="card"]:hover .title {
    color: #ff6a00;
}

[class*="card-product"] a.title {
    color  : #212529;
    display: block;
}

[class*="card-product"] a.title:hover {
    color: #ff6a00;
}

[class*="card-product"] .img-wrap .badge {
    top     : 10px;
    left    : 10px;
    position: absolute;
}

[class*="card-product"] p {
    margin-bottom: 0;
}

[class*="card-product"] .img-wrap {
    overflow: hidden;
    position: relative;
}

[class*="card-product"] .img-wrap img {
    height       : 100%;
    max-width    : 100%;
    width        : auto;
    display      : inline-block;
    -o-object-fit: cover;
    object-fit   : cover;
}

.card-product-grid {
    margin-bottom: 20px;
}

.card-product-grid .img-wrap {
    height: 250px;
}

.card-product-grid .info-wrap {
    overflow: hidden;
    padding : 10px;
}

.card-product-grid .bottom-wrap {
    padding   : 10px;
    border-top: 1px solid #e5e7ea;
}

.card-product-grid .topbar {
    position  : absolute;
    top       : 0;
    width     : 100%;
    z-index   : 10;
    left      : 0;
    text-align: initial;
    padding   : 10px 15px;
}

.card-product-grid .topbar a {
    color: #ccc;
}

.card-product-grid .topbar a:hover {
    color: #ff6a00;
}

.card-product-grid .fix-height {
    height  : 80px;
    overflow: hidden;
}

.card-product-grid .btn-overlay {
    -webkit-transition: 0.5s;
    transition        : 0.5s;
    opacity           : 0;
    left              : 0;
    bottom            : 0;
    color             : #fff;
    width             : 100%;
    padding           : 5px 0;
    text-align        : center;
    position          : absolute;
    background        : rgba(0, 0, 0, 0.5);
}

.card-product-grid:hover .btn-overlay {
    opacity: 1;
}

.card-product-grid:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow        : 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: 0.3s;
    transition        : 0.3s;
}

.item-slide .card-product-grid {
    margin-bottom: 0;
}

.card-product-list {
    margin-bottom: 20px;
}

.card-product-list .img-wrap {
    height       : 220px;
    border-radius: 0.37rem 0 0 0.37rem;
}

.card-product-list .info-main {
    padding: 1.5rem 1rem;
}

.card-product-list .info-aside {
    padding    : 1.5rem 1rem;
    border-left: 1px solid #e5e7ea;
    height     : 100%;
}

.card-product-list:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow        : 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: 0.3s;
    transition        : 0.3s;
}

/* .card-sm {
    min-width: 200px;
    min-height: 284px;
} */
.card-sm {
    min-width: 200px;
    min-height: 400px;
}
.card-sm .img-wrap {
    /* height: 180px; */
}

.card-lg .img-wrap {
    height: 280px;
}

.card-category {
    display      : block;
    margin-bottom: 20px;
    overflow     : hidden;
    min-height   : 410px;
}

.card-category .card-title {
    font-weight: 600;
    font-size  : 18px;
}

.card-category .img-wrap {
    overflow  : hidden;
    display   : inline-block;
    height    : 170px;
    background: #fff0c5;
}

.card-category .img-wrap img {
    height        : 100%;
    width         : 60%;
    -o-object-fit : cover;
    object-fit    : cover;
    mix-blend-mode: multiply;
}

.card-category .list-menu a:hover {
    margin-left       : 3px;
    -webkit-transition: 0.2s;
    transition        : 0.2s;
}

.card-category:hover {
    border-color: #ff6a00;
}

.card-banner {
    display            : -webkit-box;
    display            : -ms-flexbox;
    display            : flex;
    position           : relative;
    overflow           : hidden;
    background-color   : #fff;
    background-size    : cover;
    background-position: center center;
}

.card-banner .card-body {
    background-size: cover;
    position       : relative;
    z-index        : 10;
}

.card-banner .caption {
    background-color: rgba(0, 0, 0, 0.65);
    z-index         : 10;
    padding         : 1.25rem;
    color           : #fff;
}

.card-banner .caption.bottom {
    bottom  : 0;
    left    : 0;
    position: absolute;
    width   : 100%;
}

.card-banner .caption.top {
    top     : 0;
    left    : 0;
    position: absolute;
    width   : 100%;
}

.card-banner .caption.left {
    top     : 0;
    left    : 0;
    bottom  : 0;
    position: absolute;
}

.card-banner .text-bottom {
    position     : absolute;
    left         : 0;
    bottom       : 0;
    left         : 0;
    z-index      : 10;
    width        : 100%;
    padding      : 7px 20px;
    padding-top  : 30px;
    border-radius: 0 0 0.37rem 0.37rem;
    background   : -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background   : linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    color        : #fff;
}

.card-banner .img-bg {
    position      : absolute;
    right         : 0;
    bottom        : 0;
    mix-blend-mode: multiply;
    max-width     : 100%;
}

.card-banner-lg img {
    max-height   : 320px;
    -o-object-fit: cover;
    object-fit   : cover;
}

.card-post .card-img-top {
    height       : 200px;
    -o-object-fit: cover;
    object-fit   : cover;
}

.card .img-wrap {
    overflow: hidden;
}

.icontext {
    display          : -webkit-inline-box;
    display          : -ms-inline-flexbox;
    display          : inline-flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    vertical-align   : middle;
}

.icontext p {
    margin-bottom: 0;
}

.icontext .text {
    width: 100%;
    color: #212529;
}

.icontext .icon {
    position         : relative;
    margin-right     : 10px;
    -ms-flex-negative: 0;
    flex-shrink      : 0;
    -webkit-box-flex : 0;
    -ms-flex-positive: 0;
    flex-grow        : 0;
}

.icontext .title {
    display      : block;
    margin-bottom: 0;
}

.tag {
    display      : inline-block;
    padding      : 3px 7px;
    background   : #f2f2f2;
    border       : 1px solid #eee;
    border-radius: 3px;
    margin-top   : 4px;
    margin-right : 2px;
    font-size    : 85%;
}

.item-logo {
    margin-bottom: 20px;
    text-align   : center;
}

.item-logo img {
    max-height: 65px;
}

.timer>div {
    display     : inline-block;
    text-align  : center;
    margin-right: 5px;
}

.timer .num {
    padding         : 7px 3px;
    display         : block;
    background-color: #212529;
    min-width       : 44px;
    color           : #fff;
    font-size       : 22px;
    border-radius   : 6px;
    line-height     : 1.2;
}

.notify {
    position        : absolute;
    top             : -4px;
    right           : -10px;
    display         : inline-block;
    padding         : 0.25em 0.6em;
    font-size       : 12px;
    line-height     : 1;
    text-align      : center;
    font-weight     : 300;
    border-radius   : 3rem;
    color           : #fff;
    background-color: #fa3434;
}

.price,
.date {
    font-weight: 600;
    color      : #212529;
    font-size  : 0.7rem;
}

.quantity {
    font-size: 0.7rem;
    color    : #6f6f6f;
}

.date span {
    font-weight: normal;
}

.year {
    font-size: 0.7rem;
}

.price-old {
    color      : #969696;
    margin-left: 5px;
}

.icon-control {
    margin-top: 5px;
    float     : right;
    font-size : 80%;
}

.card-header .title {
    margin-bottom: 0;
    line-height  : 1.5;
}

.filter-group {
    border-bottom : 1px solid #e5e7ea;
    margin-top    : 10px;
    padding-bottom: 10px;
}

.filter-group .title {
    margin-bottom: 0;
}

.filter-group:last-child {
    border-bottom: 0;
}

.filter-group .inner {
    padding-top   : 16px;
    padding-bottom: 7px;
}

.box {
    padding   : 1px;
    background: #fff;
    border    : 1px solid #e5e7ea;
}

.box img {
    max-width: 100%;
}

.label-rating {
    margin-left   : 7px;
    display       : inline-block;
    vertical-align: middle;
}

.rating-stars {
    display       : inline-block;
    vertical-align: middle;
    list-style    : none;
    margin        : 0;
    padding       : 0;
    position      : relative;
    white-space   : nowrap;
    clear         : both;
}

.rating-stars img {
    height   : 14px;
    max-width: none;
}

.rating-stars i {
    font-size: 14px;
    color    : #ccc;
    display  : inline;
}

.rating-stars li {
    display      : block;
    text-overflow: clip;
    white-space  : nowrap;
    z-index      : 1;
}

.rating-stars li.stars-active {
    z-index : 2;
    position: absolute;
    top     : 0;
    left    : 0;
    overflow: hidden;
}

.rating-stars li.stars-active i {
    color: orange;
}

.nav-home-aside {
    /* width: 250px; */
}

.nav-home-aside .menu-category {
    margin : 0;
    padding: 0;
}

.nav-home-aside .menu-category li {
    position     : relative;
    display      : block;
    border-bottom: 1px solid #e5e7ea;
}

.nav-home-aside .menu-category a {
    color: #212529;
}

.nav-home-aside .menu-category>li>a {
    display: block;
    padding: 10px 0px;
}

.nav-home-aside .menu-category .submenu {
    display           : none;
    margin            : 0;
    padding           : 0;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow        : 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index           : 20;
    position          : absolute;
    left              : 100%;
    bottom               : 0;
    width             : 250px;
    background        : #fff;
}

.nav-home-aside .menu-category .submenu li {
    list-style: none;
}

.nav-home-aside .menu-category .submenu li a {
    padding: 10px 16px;
    display: block;
}

.nav-home-aside .menu-category a:hover {
    color             : #ff6a00;
    -webkit-transition: all 0.3s;
    transition        : all 0.3s;
}

.nav-home-aside .menu-category li:hover .submenu {
    display    : block;
    margin-left: 0px;
}

.nav-home-aside .menu-category .has-submenu>a:after {
    content    : "\203A";
    font-size  : 24px;
    color      : #999;
    line-height: 18px;
    font-weight: bold;
    float      : right;
}

.dropdown-menu {
    padding: 10px;
}

.dropdown-large a {
    display: block;
    color  : #212529;
    padding: 5px 0;
}

.dropdown-large a:hover {
    color: #ff6a00;
}

.dropdown-menu a {
    display      : block;
    margin-bottom: 5px;
}

.navbar-expand-lg .caregories-main a {
    position: relative;
    padding: 6px 6px;
    margin: 0 6px;
}
.caregories-main i {
    position: absolute;
    right: 14px;
}
.nav-pills .caregories-main  .nav-link.active, .nav-pills .caregories-main .show>.nav-link {
    color: #212529;
    background-color: #f5f5f5;
}
.nav-pills .caregories-main  .nav-link, .nav-pills .caregories-main >.nav-link {
    color: #212529;
    background-color: #fbfbfb;
    border-radius: 3px;
    margin: 1px 6px;
    padding: 9px 14px;
    font-weight: 400;
    white-space: nowrap;
}
.catg-opver {
    height: 370px;
    overflow: auto;
    display: inherit;
}
.catg-opver2 {
    height: 340px;
    overflow: auto;
    display: inherit;
}
.lowmq-img img {
    width: 100px;
}
.categ-sub-product .icon-block {
    margin: auto;
    margin-bottom: 4px;
}
.form-inline input[type="number"] {
    max-width: 100px;
}
.all-feature li {
    width: 100px;
}

.input-spinner {
    width        : 120px;
    -ms-flex-wrap: nowrap;
    flex-wrap    : nowrap;
    display      : -webkit-inline-box;
    display      : -ms-inline-flexbox;
    display      : inline-flex;
}

.input-spinner input.form-control {
    text-align             : center;
    max-width              : 46px;
    -ms-flex-preferred-size: 46px;
    flex-basis             : 46px;
    border-color           : #e5e7ea;
    -webkit-box-flex       : 0;
    -ms-flex-positive      : 0;
    flex-grow              : 0;
}

.input-spinner .btn {
    width     : 36px;
    text-align: center;
}

.checkbox-btn {
    position: relative;
}

.checkbox-btn input {
    position: absolute;
    z-index : -1;
    opacity : 0;
}

.checkbox-btn input:checked~.btn {
    border-color    : #ff6a00;
    background-color: #ff6a00;
    color           : #fff;
}

.js-check {
    position: relative;
}

.js-check .title {
    margin-left: 20px;
}

.js-check input {
    position: absolute;
    top     : 21px;
    left    : 16px;
}

.js-check.active {
    border-color: #ff6a00;
}

.js-check.box {
    width       : 100%;
    border-width: 3px;
}

body {
    background-color: #f6f7f9;
}

.section-pagetop {
    padding: 45px 0;
}

.slider-home-banner {
    background-color: #ec6420;
    padding         : 20px;
    /* height          : 375px; */
}

.slider-home-banner .carousel-control-prev,
.slider-home-banner .carousel-control-next {
    display: none;
}

.slider-home-banner .carousel-item>img {
    width        : 100%;
    height       : 375px;
    -o-object-fit: cover;
    object-fit   : cover;
}

.slider-home-banner .slider-img-block img {
    max-width: 300px;
    width    : 100%;
}

.slider-img-block {
    display        : flex;
    justify-content: center;
    align-items    : center;
}

.banner-content-block h1 {
    font-size: 2rem;
    color    : #fff;
}

.banner-content-block p {
    color: #fff;
}

.banner-fix {
    margin-top: 10px;
    margin-bottom: 20px;
}

.banner-fix h4 {
    color: #fff;
}

.special-home-right .card-banner {
    min-height: 112px;
}

.card-deal {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
    /* overflow: hidden; */
}

.card-deal .col-heading {
    min-width              : 300px;
    -ms-flex-preferred-size: 350px;
    flex-basis             : 350px;
    -ms-flex-negative      : 0;
    flex-shrink            : 0;
}

.card-deal .row {
    width: 100%;
}

.card-deal .items-wrap>[class*="col"] {
    border-left: 1px solid #e5e7ea;
}

.card-deal .card-product-grid {
    margin-bottom: 0;
    text-align   : center;
    margin-left: 5px;
    -webkit-box-shadow: 11px 6px 5px 1px rgb(157, 153, 157);
-moz-box-shadow: 11px 6px 5px 1px rgb(157, 153, 157);
box-shadow: 11px 6px 5px 1px rgb(157, 153, 157);
}

.home-category-banner {
    position     : relative;
    overflow     : hidden;
    border-radius: 7px;
}

.home-category-banner .img-bg {
    position      : absolute;
    right         : -50px;
    bottom        : -50px;
    mix-blend-mode: multiply;
    height        : 260px;
}

.card-home-category .item .card-body::after {
    content: "";
    display: table;
    clear  : both;
}

.card-home-category .item .title {
    min-height : 40px;
    font-weight: 500;
}

.card-home-category .item:hover img {
    -webkit-transform : scale(1.3);
    transform         : scale(1.3);
    -webkit-transition: 0.5s;
    transition        : 0.5s;
}

.banner-quote {
    min-height: 350px;
}

.section-subscribe {
    background-color: #162a70;
}

.gallery-wrap .img-big-wrap {
    margin-bottom   : 10px;
    border-radius   : 0.37rem;
    overflow        : hidden;
    background-color: #fff;
    width           : calc(100% - 130px);
    display         : inline-block;
}

.gallery-wrap .img-big-wrap a {
    text-align: center;
    display   : block;
}

.gallery-wrap {
    padding: 20px 0;
}

.gallery-wrap .thumbs-wrap {
    text-align    : center;
    margin-bottom : 20px;
    width         : 100px;
    display       : inline-block;
    vertical-align: top;
    padding       : 50px 15px;
}

.gallery-wrap .thumbs-wrap .item-thumb {
    width        : 60px;
    height       : 60px;
    border       : 1px solid #ddd;
    border-radius: 6px;
    margin       : 3px;
    display      : inline-block;
    overflow     : hidden;
}

.gallery-wrap .thumbs-wrap .item-thumb:hover {
    border-color: #ff6a00;
}

.gallery-wrap .thumbs-wrap img {
    max-width    : 100%;
    max-height   : 100%;
    -o-object-fit: cover;
    object-fit   : cover;
    width        : 100%;
}

.img-big {
    width  : 100%;
    height : 480px;
    display: inline-block;
}

.img-big img {
    width : 100%;
    height: 100%;
}



/*introduction-section*/

.introduction {
    max-width: 1170px;
    margin   : 0 auto;
    width    : 100%;
    padding  : 100px 0;
}

.introduction .img-block {
    width   : 380px;
    height  : 300px;
    margin  : 0 auto;
    position: relative;
    z-index : 1;
}

.introduction .img-block::before {
    content            : "";
    position           : absolute;
    width              : 520px;
    height             : 428px;
    background-image   : url(../../images/introduction/img-introduction.png);
    background-size    : cover;
    background-position: center center;
    background-repeat  : no-repeat;
    top                : -40px;
    left               : -60px;
    z-index            : -1;
}

.img-cover {
    width           : 100%;
    height          : 100%;
    display         : flex;
    padding         : 15px;
    border-radius   : 5px;
    background-color: #fff;
    box-shadow      : 0 3px 10px rgb(0 0 0 / 25%);
    position        : relative;
}

.img-cover img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.video-btn {
    border          : 0;
    background-color: transparent;
    position        : absolute;
    top             : 50%;
    left            : 50%;
    transform       : translate(-50%, -50%);
    width           : 40px;
    height          : 40px;
    padding         : 0;
}
.act-btn{
    background-color: #ff6a00 !important;
    color: #fff;
    text-decoration: underline;
}
.introduction .content-block {
    max-width  : 400px;
    width      : 100%;
    margin-left: 30px;
}

.video-modal video {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.video-modal .close {
    margin-top   : -6px;
    margin-bottom: 10px;
}


/*services-section*/
.services .card-post .card-body a h6 {
    display: inline-block;
}

.img-card {
    position: relative;
}

.service-card-content {
    position       : absolute;
    top            : 0;
    left           : 0;
    width          : 100%;
    height         : 100%;
    display        : flex;
    justify-content: center;
    align-items    : center;
    text-align     : center;
    padding        : 20px;
}

.service-card-content::before {
    content         : "";
    position        : absolute;
    width           : 100%;
    height          : 100%;
    top             : 0;
    left            : 0;
    background-color: rgba(0, 0, 0, .5);
}

.service-card-content p {
    color   : #fff;
    position: relative;
}


/*Store page*/

.home-store {
    margin-top: 25px;
}

.store-icons {
    width          : 60px;
    height         : 60px;
    border-radius  : 50%;
    display        : flex;
    justify-content: center;
    align-items    : center;
}

.store-icons img {
    max-width: 26px;
    width    : 100%;
}

.store-cycle-block .card-body {
    display        : flex;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
    text-align     : center;
}

.store-cycle-block .card-body .store-icons {
    margin-bottom: 15px;
}

.store-image img {
    width: 100%;
}

.store-content {
    padding: 20px;
}

.store-content a {
    margin-right: 5px;
}

.store-cycle-block .item {
    margin-bottom: 20px;
}


/* featured-products */
.featured-products-wrapper {
    padding      : 30px 0;
    margin-bottom: 20px;
}

.bg-orange .title-section {
    background-color: #ec6420;
    color           : #fff;
}

.nav-tabs .nav-link {
    text-transform: none;
    font-size     : 1rem;
    color         : #fff;

}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    color: #212529;
}

.nav-tabs {
    border-bottom: 2px solid #ffffff;
}

.tab-content>.tab-pane {
    margin-top: 20px;
}

.tab-content>.tab-pane>p {
    color: #fff;
}

.info-wrap .title {
    font-size: 0.9rem;
}

.featured-products .info-wrap .icontext span {
    font-size     : 0.7rem;
    text-transform: uppercase;
}

.list {
    padding        : 0;
    list-style-type: none;
    display        : flex;
    align-items    : center;
}

.list li {
    line-height : 20px;
    position    : relative;
    padding-left: 6px;
    margin-right: 5px;
}

.list li::before {
    content         : "";
    width           : 3px;
    height          : 3px;
    position        : absolute;
    background-color: #000;
    border-radius   : 50%;
    left            : 0;
    top             : 8px;
}

.list li:first-child {
    padding-left: 0;
}

.list li:first-child::before {
    content: none;
}


/* our store design */

.our-store-design .featured-products {
    max-width: 970px;
    width    : 100%;
    margin   : 0 auto;
}

.our-store-design .featured-products .card-product-grid .img-wrap {
    padding: 15px;
}

.our-store-design .heading-line .title-section,
.how-it-works .heading-line .title-section {
    padding-left    : 15px;
    background-color: #fff;
}

.our-store-design .featured-products .card-product-grid .img-wrap img,
.card-product-grid .img-wrap img {
    -webkit-transition: 1s;
    transition        : 1s;
    -webkit-transform : scale(1);
    transform         : scale(1);
}

.our-store-design .featured-products .card-product-grid:hover .img-wrap img,
.card-product-grid:hover .img-wrap img {
    -webkit-transition: 1s;
    transition        : 1s;
    -webkit-transform : scale(1.2);
    transform         : scale(1.2);
}
.carousel-box{
    /* box-shadow: 5px 5px blue, 10px 10px red, 15px 15px green !important; */
    /* margin-left: 10px !important; */
}

/* pricing */

.pricing-card {
    padding: 30px;
}

.pricing-card i {
    margin-right: 10px;
}

.account-price span {
    position: relative;
    top     : -3px;
}


/* how it works */
.how-it-work-wrapper {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    max-width              : 1170px;
    margin                 : 0 auto;
    width                  : 100%;
}

.single-work {
    max-width       : 300px;
    border-radius   : 10px;
    background-color: #ec6420;
    padding         : 15px;
    margin-top      : 30px;
    overflow        : hidden;
    position        : relative;
    z-index         : 1;
}

.single-work .shape-1 {
    position: absolute;
    left    : -17px;
    top     : 0;
    z-index : -1;
}

.single-work .shape-2 {
    position: absolute;
    top     : -7px;
    right   : -34px;
    z-index : -1;
}

.single-work .shape-3 {
    position: absolute;
    bottom  : -25px;
    right   : -10px;
    z-index : -1;
}

.single-work .work-icon {
    width             : 65px;
    height            : 65px;
    display           : flex;
    justify-content   : center;
    align-items       : center;
    text-align        : center;
    border-radius     : 10px;
    background-color  : #fff;
    display           : inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition     : all 0.3s ease 0s;
    transition        : all 0.3s ease 0s;
    padding           : 10px;
}

.single-work .work-icon img {
    width: 100%;
}

.single-work .work-content {
    margin-top: 15px;
}

.single-work .work-content .title {
    color      : #fff;
    font-weight: 600;
    font-size  : 20px;
}

.single-work .work-content p {
    font-size    : 13px;
    color        : #fff;
    margin-bottom: 0;
    line-height  : 20px;
}

.how-it-work-wrapper .work-arrow {
    margin-top : 30px;
    display    : flex;
    align-items: center;
}


/* category-menu */
.category-menu {
    display       : flex;
    flex-direction: column;
    height        : 444px;
    overflow-y    : auto;
    overflow-y: scroll;
}

.category-menu li {
    display        : flex;
    justify-content: flex-start;
    margin-bottom  : 1px;
    position       : static;
}

.category-menu li a {
    padding         : 7px 10px;
    line-height     : normal;
    margin-bottom   : 0;
    width           : 200px;
    position        : relative;
    background-color: #fbfbfb;
    cursor          : pointer;
    font-size       : 13px;
}

.category-menu li a i {
    position : absolute;
    right    : 10px;
    font-size: 12px;
    color    : #6f6f6f;
    top      : 50%;
    transform: translateY(-50%);
}

.category-menu li a:hover {
    background-color: #f5f5f5;
    color           : #212529;
}


.category-menu li ul li.submenu-block,
.submenu-block {
    display       : flex;
    align-items   : center;
    flex-direction: column;
    text-align    : center;
    width         : 33.33%;
    margin-bottom : 20px;
}
.cat-sub-lists {
    max-height: 294px;
    min-height: 294px;
    overflow: auto;
}
.categ-sub-product {
    display: inline-block;
    text-align: center;
    margin : 8px 2px;
    vertical-align: top;
}
.categories-product .slick-prev::before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../../images/icons/slider/next.png);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: -3px;
    left: 0px;
    transform: rotate(180deg);
}
.categories-product .slick-next::before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../../images/icons/slider/next.png);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: -3px;
    left: 0px;
    transform: none;
}
.categories-product .slick-next {
    right: 0;
    background: #f6f7f9;
    width: 28px;
}
.categories-product .slick-prev {
    right: 28px;
    width: 28px;
    left: auto;
    z-index: 999;
    background: #f6f7f9;
}
.categories-product .slick-prev:before {
    content: '';
}
.categories-product .slick-next:before {
    content: '';
}
.categories-product .slick-prev:hover, .categories-product .slick-prev:focus, .categories-product .slick-next:hover, .categories-product .slick-next:focus {
    color: #000;
    outline: none;
    background: #f6f7f9;
}
.icon-block {
    background     : #ffffff;
    width          : 80px;
    height         : 80px;
    border-radius  : 50%;
    display        : flex;
    justify-content: center;
    align-items    : center;
    padding        : 10px;
    margin-bottom  : 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
}
.all-feature.sub-c-slider li > div {
    width: 136px;
    height: 122px;
    margin: auto;
}
    
.all-feature li > div a {
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
}
    
.icon-block img {
    max-width: 100%;
    border-radius: 50px;
}


.submenu-block a {
    font-size  : 13px;
    line-height: 18px;
    font-weight: 600;
}

.category-menu li.submenu-block a:hover {
    color: #ff6a00;
}

.category-menu li .categories-submenu a {
    padding         : 0;
    background-color: transparent;
}


/*# sourceMappingURL=ui.css.map */
.category-menu .dropdown_menu {
    position        : absolute;
    top             : 100%;
    left            : 0;
    z-index         : 1000;
    display         : none;
    float           : left;
    min-width       : 10rem;
    padding         : 10px;
    margin          : 0.125rem 0 0;
    font-size       : 1rem;
    color           : #212529;
    text-align      : left;
    list-style      : none;
    background-color: #fff;
    background-clip : padding-box;
    border          : 1px solid rgba(0, 0, 0, 0.15);
    border-radius   : 0.37rem;
}

.category-menu .dropdown-submenu {
    position: relative;
}

.category-menu .dropdown-submenu>.dropdown_menu {
    top                  : 0;
    left                 : 100%;
    margin-top           : -6px;
    margin-left          : -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius   : 0 6px 6px;
    border-radius        : 0 6px 6px 6px;
}

.category-menu .dropdown:hover>.dropdown_menu {
    display: flex;
}

.category-menu .dropdown-submenu:hover>.dropdown_menu {
    display: block;
}

.category-menu .dropdown-submenu>a:after {
    display          : block;
    content          : " ";
    float            : right;
    width            : 0;
    height           : 0;
    border-color     : transparent;
    border-style     : solid;
    border-width     : 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top       : 5px;
    margin-right     : -10px;
}

.category-menu .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.category-menu .categories-submenu {
    width     : calc(100% - 240px);
    right     : 0;
    left      : auto;
    top       : 0;
    border    : 0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    flex-wrap : wrap;
    height    : 440px;
    overflow-y: auto;
}


/* category-list-page */
.category-list-slider {
    margin-top: 50px;
}

.category-slide {
    padding   : 0;
    text-align: center;
    max-width : 1040px;
    width     : 100%;
    margin    : 0 auto;
}

.category-slide .icon-block {
    background-color: #fff;
    object-fit: contain;
}

.category-slide .submenu-block {
    display       : inline-block;
    width         : 140px;
    text-align    : center;
    vertical-align: top;
}

.category-slide .submenu-block .icon-block {
    margin       : 0 auto;
    margin-bottom: 10px;
    box-shadow   : 0 3px 10px rgb(0 0 0 / 5%);
}

.category-slide .submenu-block a {
    max-width  : 110px;
    display    : inline-block;
    margin     : 0 auto;
    width      : 100%;
    font-weight: normal;
}


.slick-prev::before,
.slick-next::before {
    content          : "" !important;
    width            : 25px;
    height           : 25px;
    background-image : url(../../images/icons/slider/next.png);
    position         : absolute;
    background-size  : cover;
    background-repeat: no-repeat;
    top: 6px;
    left: 8px;
    transform        : rotate(180deg);
}

.slick-next::before {
    transform: none;
}


.card-product-grid {
    box-shadow: none;
    border: none;
}

.product-category-list .info-wrap .title {
    font-size: 1rem;
}


.review-wrapper {
    position               : relative;
    display                : flex;
    display                : -webkit-flex;
    justify-content        : flex-start;
    -webkit-justify-content: flex-start;
    align-items            : center;
    -webkit-align-items    : center;
    flex-direction         : row;
    margin-top             : 35px;
}

.review-head {
    font-size   : 1.2rem;
    color       : #222;
    line-height : .2rem;
    font-weight : 600;
    margin-right: 30px;
}

.ratings-wrapper {
    display                : flex;
    display                : -webkit-flex;
    justify-content        : center;
    -webkit-justify-content: center;
    align-items            : center;
    -webkit-align-items    : center;
    flex-direction         : row;
    font-size              : 1.2rem;
    color                  : #222;
    line-height            : .29rem;
    font-weight            : 600;
    position               : relative;
}

.ratings-wrapper::before {
    content         : "";
    width           : 1px;
    height          : 15px;
    background-color: #000;
    position        : absolute;
    left            : -15px;
    top             : -2px;
}

.rating-number {
    margin-right: 5px;
}

.starrating {
    margin-bottom: -2px;
}

.starrating>input {
    display: none;
}

/* Remove radio buttons */

.starrating>label:before {
    content    : "\f005";
    /* Star */
    margin     : 2px;
    font-size  : 1rem;
    font-family: "Font Awesome 5 Free";
    display    : inline-block;
    font-weight: 900;
}

.starrating>label {
    color    : #222222;
    /* Start color when not clicked */
    font-size: 0;
    margin   : 0;
}

.starrating>input:checked~label {
    color: #ffca08;
}

/* Set yellow color when star checked */

.starrating>input:hover~label {
    color: #ffca08;
}

/* Set yellow color when star hover */

.review-tab-wrapper {
    margin-top: 25px;
}

.review-tab-wrapper .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.review-tab-wrapper .nav-tabs .nav-link {
    color      : #000;
    font-weight: normal;
}

.review-tab-wrapper .nav-tabs .nav-link.active,
.review-tab-wrapper .nav-tabs .nav-item.show .nav-link {
    font-weight: 600;
}

.review-block-wrapper {
    display: block;
}

.review-blocks {
    margin-bottom: 30px;
}

.review-title {
    display      : flex;
    font-weight  : bold;
    align-items  : center;
    margin-bottom: 5px;
}

.review-title span {
    font-size  : 0.9rem;
    font-weight: normal;
    color      : #747474;
    margin-left: 5px;
}

.review-blocks .starrating {
    margin-bottom: 5px;
}

.color {
    font-size: 0.9rem;
    color    : #747474;
}

.color a {
    text-decoration: underline;
}

.review-product-images-wrap {
    display   : flex;
    width     : 100%;
    margin-top: 15px;
}

.review-product-image-block {
    width        : calc(25% - 10px);
    display      : flex;
    margin-right : 13px;
    margin-bottom: 15px;
}

.review-product-image-block img {
    width: 100%;
}

.pagination i {
    font-weight: 900;
}

.page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
    width        : 36px;
    height       : 36px;
    text-align   : center;
    line-height  : 20px;
}

.page-item {
    margin-right: 10px;
}

.page-item:last-child {
    margin-right: 0;
}


.helpful i {
    margin-right: 5px;
}

.btn-round-slider .slick-prev,
.btn-round-slider .slick-next {
    border-radius: 50%;
    background   : #f9f9f9;
    box-shadow   : 0 0px 18px rgb(0 0 0 / 14%);
    width        : 36px;
    height       : 36px;
    z-index      : 1;
}

.btn-round-slider .slick-prev::before,
.btn-round-slider .slick-next::before {
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
    width    : 20px;
    height   : 20px;
}

.btn-round-slider .slick-prev::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.btn-round-slider .slick-prev {
    left: -18px;
}

.btn-round-slider .slick-next {
    right: -8px;
}

.account-info-wrap,
.account-product-slider,
.similar-items-wrapper,
.details-wrapper {
    margin-top: 30px;
}

.account-profile-pic {
    width        : 100px;
    height       : 100px;
    border-radius: 50%;
}

.account-profile-pic img {
    width        : 100%;
    height       : 100%;
    object-fit   : cover;
    border-radius: 50%;
}

.account-info {
    width: calc(100% - 130px);
}

.account-name h5 {
    margin-bottom: 0;
}

.account-name .starrating>label:before {
    margin: 0 1px;
}

.account-statistic ul {
    display    : flex;
    align-items: center;
    padding    : 0;
}

.account-statistic ul li {
    position       : relative;
    margin-right   : 30px;
    list-style-type: none;
}

.account-statistic ul li::before {
    content         : "";
    width           : 1px;
    height          : 10px;
    background-color: #b1b1b1;
    position        : absolute;
    top             : 50%;
    transform       : translateY(-50%);
    left            : -15px;
}

.account-statistic ul li:first-child:before {
    content: none;
}

.account-statistic p {
    font-weight: bold;
}

.account-statistic p span {
    font-weight: normal;
    color      : #b1b1b1;
}

.btn-large {
    width        : 190px;
    border-radius: 20px;
}

.account-product-slider .card-sm .img-wrap,
.similar-items-slider .card-sm .img-wrap {
    height: 150px;
}

.account-product-slider .card-sm,
.similar-items-slider .card-sm {
    min-height  : auto;
    margin-right: 15px;
}

.account-product-slider .info-wrap .title,
.similar-items-slider .info-wrap .title {
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-single-details {
    position: relative;
    padding: 10px;
}

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

.details-pics img {
    max-width: 100%;
}

.pro-tab-price-wrap {
    background-color: #fafafa;
    padding         : 20px 10px;
    margin-bottom   : 10px;
    display         : flex;
}

.tab-price-title {
    font-size  : 14px;
    font-weight: 400;
    color      : #999999;
    display    : inline-block;
    width      : 110px;
    flex       : 0 0 auto;
}


.tab-price-title p:first-child {
    margin-bottom: 14px;
    line-height  : 33px;
}

.tab-tiered-price {
    vertical-align: bottom;
    flex          : 1 1 auto;
}

.tab-tiered-price>ul {
    display: flex;
}

.tab-tiered-price>ul>li {
    flex       : 1 1 auto;
    font-weight: 400;
    color      : #333;
}

.high-light-price {
    color      : #ff7700;
    font-weight: 600;
}

.tiered-price-small {
    font-size: 20px;
}

.tiered-price {
    font-size    : 24px;
    margin-bottom: 12px;
    overflow     : hidden;
    text-overflow: ellipsis;
}

.tiered-quantity {
    font-size: 14px;
}

.soly-by {
    font-size: 0.9rem;
    color    : #8a8a8a !important;
}

.soly-by a {
    text-decoration: underline;
}

.feature-list p {
    margin-bottom: 5px;
}

.feature-list .qty-value ul {
    display     : flex;
    align-items : center;
    padding-left: 0;
}

.qty-value ul li {
    border: 1px solid #000;
    width : 30px;
    height: 30px;
}

.qty-value ul li:first-child {
    border-right: 0;
}

.qty-value ul li:last-child {
    border-left: 0;
}

.qty-value ul li.input-value {
    width: 70px;
}

.input-value input {
    border: 0;
    height: 100%;
}

.btn-value {
    border          : 0;
    background-color: transparent;
    display         : flex;
    justify-content : center;
    align-items     : center;
    height          : 100%;
    color           : #000;
}

.share-block {
    position: absolute;
    right   : 30px;
    top     : 4px;
}

.share-icon-wrapper {
    width           : 200px;
    background-color: #fff;
    box-shadow      : 0 3px 10px rgb(0 0 0 / 10%);
    padding         : 10px;
    display         : flex;
    flex-direction  : column;
    align-items     : center;
    border          : 1px solid #f1f1f1;
    position        : absolute;
    left            : -130px;
    top             : 26px;
    visibility      : hidden;
    opacity         : 0;
    transition      : 0.4s ease-in-out;
}

.share-icon {
    width     : 30px;
    height    : 30px;
    display   : inline-block;
    text-align: center;
}

.share-icon:hover+.share-icon-wrapper,
.share-icon-wrapper:hover {
    opacity   : 1;
    visibility: visible;
}

.share-icon-wrapper p {
    margin-bottom: 5px;
    font-size    : 0.9rem;
}

.share-icon-wrapper ul {
    display    : flex;
    align-items: center;
}

.share-icon-wrapper ul li a {
    font-size: 22px;
}

.share-icon-wrapper ul li {
    margin-right: 10px;
    display     : flex;
}

.share-icon-wrapper ul li:last-child a {
    font-size       : 12px;
    width           : 20px;
    height          : 20px;
    border-radius   : 3px;
    background-color: #212529;
    color           : #fff;
    display         : inline-block;
    text-align      : center;
    line-height     : 20px;
}

.share-icon-wrapper ul li:last-child a:hover {
    background-color: #ff6a00;
}

.add-to-cart .btn {
    width         : 100%;
    max-width     : 75%;
    height        : 50px;
    line-height   : 37px;
    font-size     : 18px;
    text-transform: none;
}

.feature-list p span img {
    width: 24px;
}

.feature-list p span {
    margin-right: 10px;
}

.return-wrapper p {
    padding-left: 35px;
}

.return-wrapper p span {
    margin-left: -30px;
}

.return-wrapper p span {
    margin-left : -35px;
    margin-right: 12px;
}

.feature-list ul {
    padding-left : 40px;
    margin-bottom: 5px;
}

.return-wrapper ul li {
    list-style-type: disc;
}

.right-child.posFix {
    position: sticky;
    top     : 10px;
}

.right-child.posAbs {
    position: sticky;
    top  : 10px;
}


.product-single-details .review-tab-wrapper {
    margin-top: 0;
}

.product-single-details .review-tab-wrapper .nav-tabs .nav-link {
    color: #fff;
    font-weight: normal;
    background-color: #ff6b00;
    border: 1px solid #fff;
}

.product-single-details .review-tab-wrapper .nav-tabs .nav-link.active,.product-single-details .review-tab-wrapper
.nav-tabs .nav-item.show .nav-link {
    font-weight: 600;
    background-color: #fff;
    color: #000;
    border: 1px solid #dee2e6;
    border-bottom: 0;
}

.pr-slide {
    width: 100%;
    display: block;
    text-align: center;
    height: 500px;
}

.pr-slide img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-review-slides .slick-prev {
    left: 30px;
}
.product-review-slides .slick-next {
    right: 30px;
}
.product-review-img-wrap {
    width: 300px;
    display: block;
}
.product-review-img-block{
    width: 60px;
    height: 60px;
    display: inline-block;
}
.product-review-img-block img,
.group-buy-profile img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-review-slider{
    opacity: 0;
  transition: all 0.3s;
}

.product-review-slider.open{
    opacity: 1;
}

.group-buy-profile img{
    object-fit: cover;
    border-radius: 50%;
}
.group-buy-profile{
    width: 70px;
    height: 70px;
    padding: 2px;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    margin-right: 10px;
}

.group-buy-content{
    width: calc(100% - 90px);
}

.name-row,
.group-buy-profile-block{
    width:100%;
}

.group-buy-profile-wrap{
    padding: 15px;
}

.target-market-wrapper ul{
    padding: 0;
}
.group-buy-policy-modal ul{
    padding-left: 40px;
}
.group-buy-policy-modal ul li{
    list-style-type: disc;
}

/* customization tab in landing page css */
.cuastomizatio_btn{
    color: #ff6a00;
    background-color: #fff;
    border-color: #ff6a00;
    outline: none;
    border: 1px solid;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.customization_text{
    font-size: 16px !important;
}
.customization_link_text{
    text-align: center;
    background: #dcdee3;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    padding: 6px 10px;
}
/* new */
ul.dropdown_menu.multi-level.categories-submenu::-webkit-scrollbar,
.category-menu::-webkit-scrollbar {
  height: 5px;
  width: 8px;
}

ul.dropdown_menu.multi-level.categories-submenu::-webkit-scrollbar-track,
.category-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

ul.dropdown_menu.multi-level.categories-submenu::-webkit-scrollbar-thumb,
.category-menu::-webkit-scrollbar-thumb {
  background: #102c58;
  border-radius: 10px;
}

ul.dropdown_menu.multi-level.categories-submenu::-webkit-scrollbar-thumb:hover,
.category-menu::-webkit-scrollbar-thumb:hover {
  background: #ff4f01;
}

.category-menu::-webkit-scrollbar {
    display: none;
}
      
      
/*================== new css wholesale pages css ======================  */

.banner {
  background: linear-gradient(109.1deg, var(--orange) 28.35%, var(--yellow) 91.81%);
}
.banner-heading {
  font-weight: 700;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 1.2;
}
.banner-para {
  font-weight: 500;
  font-size: 16px;
  padding-top: 15px;
  
  color: #FFFFFF; 
}
.name-text {
    font-weight: 500;
    font-size: 28px;
    color: #000000;
    padding: 25px 100px;
}
.name {
  font-weight: 700;
  font-size: 30px;
  color: #EC7202;
}
.name-para {
    font-weight: 500;
    font-size: 22px;
    color: #6a6a6a;
}
.py-70 {
  padding: 70px 0px;
}
.ceo-headings {
margin-left: 100px;
}
.vector1 {
  margin-top: -30px;
}
.quote-heading {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}

.low-price {
  background: #FFF9F1;
}
.heading-title {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #646464;
}
.punch-title {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #f66506;
}
.devider-line {
  height: 1px;
  background: #AEAEAE;
  width: 350px;
  max-width: 350px;
} 
.price-cards {
    box-shadow: 0px 0px 10px 0px #8d8a8a36;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 36px 28px;
    transition: 0.3s;
}
.price-cards:hover {
    /*background: linear-gradient(45deg, #FFE4E4, #fff2df);*/
    background: #fff3de;
}
.price-cards img {
    width: 220px;
}
.cs-cards {
    box-shadow: 0px 0px 10px 0px #8d8a8a36;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s;
}
.cs-cards:hover {
    /*background: linear-gradient(45deg, #FFE4E4, #fff2df);*/
    background: #fff3de;
}


.weather {
  background: url(../images/product-a.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 9999;
}
.weather::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000008c;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-img {
    width: 70%;
}

.brands-cards {
  text-align: center;
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 0px 14px 0px #BCBCBC40;

}
.brand-name {
  font-weight: 600;
font-size: 20px;
color: #7E7E7E;
margin-top: 10px;
}
.recently-added {
  background: url(../images/bg-yellow.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.quote-icon {
    width: 75px;
    opacity: 0.4;
}
#recently_added .slick-dots li button:before {
    font-size: 55px;
}
/*customization Banner*/
.customization-banner {
    background: linear-gradient(109.1deg, #5ca2d5 28.35%, #83d1f2 91.81%);
}
.actions-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.started-section .border-gr {
    border-top: 5px solid;
    border-color: #6db351 !important;
}
.started-section .border-bl {
    border-top: 5px solid;
    border-color: #2a89cd !important;
}
.started-section .border-rd {
    border-top: 5px solid;
    border-color: #cf3953 !important;
}
.customized-added {
    background: #ff892e11;
    transform: skew(0deg, -5deg);
    margin-top: -68px;
}
.skew-area {
    transform: skew(0deg, 5deg);
    margin-top: 76px;
    margin-bottom: 62px;
}
.check-mark {
    width: 24px;
    margin-right: 10px;
}
.customization-list li {
    font-weight: 500;
    font-size: 15px;
    color: #5f5f5f;
    padding: 6px 0;
}
.how-begin {
    background: url(../images/majestic-mountain-min.jpg);
    background-size: cover;
    position: relative;
    z-index: 2;
}
.how-begin:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008c;
    top: 0;
    left: 0;
    z-index: -1;
}
.rb-cards {
    padding: 2rem 1.5rem;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.08);
}
.rb-cards img {
    width: 100%;
    border-radius: 7px;
    height: 250px;
    object-fit: cover;
}
.function-img img {
    width: 54px;
}
.function-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px #ffe7cb;
    border: 1px solid #ffa74e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -80px auto 16px auto;
    background: linear-gradient(45deg, #fff9e2, #ffefdf);
}
.card:hover .function-img {
    transform: rotateY(360deg);
    transition: 0.5s;
}
.featured-tabs .nav-tabs {
    border-bottom: 2px solid #ff7a01;
}
.featured-tabs .nav-tabs .nav-link.active, .featured-tabs .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ff6a00;
}
.featured-tabs .nav-tabs .nav-link.active, .featured-tabs .nav-tabs .nav-item.show .nav-link, .featured-tabs .nav-tabs .nav-link:hover, .featured-tabs .nav-tabs .nav-link:focus {
    color: #ffffff;
}
.featured-tabs .nav-tabs .nav-link {
    text-transform: none;
    font-size: 1rem;
    color: #1e1e1e;
}
.faq-sub-title li {
    width: 100%;
    border-left: 4px solid #0000;
}
.faq-sub-title li .active {
    background: #feb15530;
    border-left: 4px solid #000;
    color: #000;
}
.faq-sub-title li a {
    color: #797676;
    font-weight: 500;
}   




.faq-title {
    padding: 6px 0;
    font-weight: 500;
}
.faq-title:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
.faq-title.collapsed:after {
    content: "\f106";
}
#faq .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
#faq .btn-header-link {
    width: 100%;
    text-align: left;
    display: inline-block;
    padding-bottom: 14px;
}
 #faq .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card-body {
  border: 0;
   font-size: 12px;
}

 #faq .collapse.show {
    color: #212121;
}
.strength-card-icon {
    width: 80px;
}
.values-card {
    border: 2px solid #ffba00;
    border-radius: 5px;
    padding: 24px 12px;
    box-shadow: 0 0 10px #ffd0105e;
    background: linear-gradient(45deg, #ffeeeee3, #fff8e4);
    height: 100%;
}
.flag-img {
    width: 68px;
    margin-left: 12px;
    box-shadow: 0 0 6px #fff;
    display: inline-block !important;
}
.mix-product .slick-prev::before, .mix-product .slick-next::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../../images/icons/slider/next.png);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: 6px;
    left: 8px;
    background-color: #ffffffa8;
    border-radius: 4px;
}
.mix-product .slick-next {
    right: 2px;
}
.mix-product .slick-dots li button:before {
    font-size: 42px;
}
.mix-product .slick-dots {
    bottom: 22px;
}
.mix-product .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.cp-card {
    border: 2px solid #ffba00;
    border-radius: 5px;
    box-shadow: 0 0 10px #ffd0105e;
    background: linear-gradient(45deg, #ffeeeee3, #fff8e4);
    height: 100%;
}
.flag-img-2 {
    width: 50px;
    margin-left: 12px;
    box-shadow: 0 0 6px #fff;
}
.c-p-area {
    background: #fff;
    border-radius: 3px;
    height: 818px;
    overflow: auto;
    min-height: 500px;
    padding: 8px 10px;
}
.scrollspy-example-2 {
    position: relative;
    height: 526px;
    overflow: auto;
}
.box21 img {
        max-width: 200px;
    max-height: 282px;
    margin-left: 20px;
    margin-bottom: 70px;
    margin-right: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
    border-radius: 20px;
    overflow: hidden;
}
.box21 .text21 {
    color: #333;
    padding-bottom: 54px;
}
.box21 .text21 div {
    font-size: 20px;
    color: #ff6600;
    letter-spacing: 0;
    line-height: 34px;
}
.box21 .text21 h3 {
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 16px;
    margin-top: 10px;
    font-weight: 700;
}
.pmod-wb-myali-tips {
    background: #f2f4f8;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,.1);
    border-radius: 8px;
    padding: 29px 28px;
    position: relative;
}
.pmod-wb-myali-tips h5 {
    font-size: 16px;
    color: #2B292D;
    line-height: 22px;
    margin-bottom: 14px;
    font-weight: 700;
    margin-top: 0;
}
.pmod-wb-myali-tips h5 img {
    height: 20px;
    margin-right: 16px;
    margin-bottom: -3px;
}
.pmod-wb-myali-tips p {
    font-size: 16px;
    color: #2B292D;
    line-height: 22px;
}
.selling-nav .sn-link {
    font-weight: 600;
}
.sub-selling-nav .ssn-link {
    font-weight: 400;
}
.recommend-topic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 18px;
    border: 1px solid #dedede;
    color: #414141;
    margin-bottom: 15px;
}
.recommend-topic h5,
.recommend-topic span
{
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
}


/*scrolll bar*/



.catg-opver::-webkit-scrollbar,
.cat-sub-lists::-webkit-scrollbar {
  height: 5px;
  width: 8px;
}

.catg-opver::-webkit-scrollbar-track,
.cat-sub-lists::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.catg-opver::-webkit-scrollbar-thumb,
.cat-sub-lists::-webkit-scrollbar-thumb {
  background: #102c58;
  border-radius: 10px;
}

.catg-opver::-webkit-scrollbar-thumb:hover,
.cat-sub-lists::-webkit-scrollbar-thumb:hover {
  background: #ff4f01;
}
.catg-opver::-webkit-scrollbar, .cat-sub-lists::-webkit-scrollbar, {
    display: none;
}

.categ-horizon.nav-pills .caregories-main .nav-link, .categ-horizon.nav-pills .caregories-main >.nav-link {
    background: transparent;
    font-weight: 600;
}
.m-h-view { 
    /*background: #fff;*/
    width: 100%;
    /*top: 16px;*/
    /*height: 296px;*/
    /*overflow-y: auto;*/
    z-index: 999;
}
.sub-c-slider .slick-next {
    width: 37px;
    height: 37px;
    background: #ffffffe6;
    border-radius: 50%;
    box-shadow: 0 0 6px #c2c2c2b5;
}
.sub-c-slider .slick-prev {
    width: 37px;
    height: 37px;
    background: #ffffffe6;
    border-radius: 50%;
    box-shadow: 0 0 6px #c2c2c2b5;
}
.sub-c-slider .slick-prev::before {
    left: 6px;
}
.sub-c-slider .categ-sub-product {
    margin: 8px 0;
}
.caregories-main:hover a {
    color: #ff6a00 !important;
}
.caregories-main {
    border-bottom: 2px solid #0000;
}
.caregories-main.active {
    border-bottom: 2px solid #ff6a00;
}

.caregories-main.active a
{
   color: #ff6a00 !important;
}


/*30/06/2023*/

.scrolling-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.scrolling-brands b {
    margin-top: 10px;
}

.recently-added-products .img-wrap {
    min-height: 250px;
    position: relative;
}

.recently-added-products .img-wrap a {
    display: inline-block;
}

.recently-added-products .img-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 95%;
}

.recently-added-products figcaption h6 {
    min-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-product-grid {
    min-height: auto;
}

.product-single-details .tab-content .tab-pane {
    position: relative;
}

.gallery-wrap .thumbs-wrap {
    padding: 10px;
}

img {max-width: 100%;}

.feature-list.color-wrapper label {
    font-size: 10px;
    margin: 2px !important;
    text-transform: none;
}

.product-single-details .feature-list .input-value input {
    text-align: center;
}