/* custom style-sheet */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

body {
    font-family: "Poppins", sans-serif;
    color: #000000;
    line-height: 22px;
    font-size: 14px;
}


.header_nav {
    display: none;
}

a,
button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
img {
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
input:focus,
button:focus {
    outline: none;
}
section {
    position: relative;
}
.logo {
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 0 0 260px;
}
.header-account {
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    max-width: 0 0 460px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.country .media h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0;
}
.country .media p {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
}
.country .dropdown-toggle::after {
    display: none;
}

.country .dropdown-toggle::before {
font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f078";
    color: #231f20;
    position: absolute;
    right: -14px;
    top: 2px;
    font-size: 12px;
    opacity: 0.6;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #020202;
}
.dropdown-menu {
    min-width: auto;
    padding: 5px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #cf3226;
}
.cart {
    border-left: 1.5px solid #afafaf96;
    border-right: 1.5px solid #afafaf96;
    padding: 0 20px;
    margin: 0 18px;
    font-weight: 500;
    font-size: 15px;
}
.card-icon svg {
    margin-left: 5px;
    width: 20px;
    height: 20px;
}
.card-icon span {
    background-color: #ffc107;
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: -3px;
    right: -6px;
}
.dropdown.country .media img,
.dropdown.vender .media img {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    object-fit: cover;
}
.dropdown.vender {
    padding-right: 20px;
}
.vender .dropdown-toggle::after {
    display: none;
}
.vender .dropdown-toggle::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f078";
    color: #231f20;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    opacity: 0.6;
}
.vender .media h5 {
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 15px;
}
.vender .media p {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    width: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-search{
    margin-left: 60px ;
}
.header-search input {
    background: #ffffff;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding-left: 10px;
    padding-right: 45px;
}
.header-search button {
    position: absolute;
    right: 8px;
    top: 6px;
    background-color: transparent;
    border: 0;
}
input:focus::placeholder {
    color: transparent;
}
.header-search input::placeholder {
    color: #666666;
    opacity: 1; /* Firefox */
}

.header-search input:-ms-input-placeholder {
    color: #666666;
}

.header-search input::-ms-input-placeholder {
    color: #666666;
}
nav.main-nav {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0;
}
nav.main-nav .navbar-nav .nav-item {
    margin: 0 20px;
}
nav.main-nav .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding: 5px 5px;
}
nav.main-nav .navbar-nav .nav-item .nav-link:hover {
    color: #cf3226;
}
.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 3px 10px;
    border-bottom: 1px solid #d6d6d6;
}
.dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0px solid #d6d6d6;
}
nav.main-nav .navbar-nav .nav-item .dropdown-toggle::after {
    display: none;
}
nav.main-nav .navbar-nav .nav-item .dropdown-toggle::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f078";
    color: #231f20;
    position: absolute;
    right: -14px;
    top: 5px;
    font-size: 12px;
    opacity: 0.6;
}
.carousel-control-next,
.carousel-control-prev {
    width: 90px;
    opacity: 1;
}
.carousel-icon {
    background: rgb(255 255 255 / 50%);
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
button.carousel-control-prev .carousel-icon svg {
    width: 12px;
    height: 20px;
    position: relative;
    left: -2px;
}
button.carousel-control-next .carousel-icon svg {
    width: 12px;
    height: 20px;
    position: relative;
    right: -2px;
}
.carousel-icon:hover {
    background: #fff;
}
.carousel-icon:hover svg path {
    fill: #cf3226;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 2px;
    margin-left: 2px;
    opacity: 1;
    border: 0;
}
.carousel-indicators .active {
    opacity: 0.5;
}
.home-categories {
    padding: 50px 20px;
}
.categories-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    justify-content: center;

    display: flex;
    flex-wrap: wrap;
}
.categories-list li {
    text-align: center;
}
.categories-list li a {
    display: inline-block;
    text-align: center;
}
.categories-list li a img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    max-height: 170px;
    object-fit: cover;
}
.categories-list li a p {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #231f20;
}
.categories-list li a:hover {
    transform: scale(1.1);
}
.footer {
    background-color: #280035;
    padding-top: 30px;
}
.footer-logo img {
    max-width: 176px;
}
.footer-logo {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 0 0 300px;
    padding-top: 30px;
}
.footer-social {
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    max-width: 0 0 330px;
}
ul.footer-list {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
ul.footer-list li a {
    font-size: 12px;
    color: #ffffff;
    line-height: 40px;
    display: inline-block;
}
ul.footer-list li a:hover {
    text-decoration: underline;
}
.footer-social p {
    font-size: 14px;
    color: #ffffff;
}
.social-icons {
    margin: 8px 0;
    margin-bottom: 14px;
}
.social-icons a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
.footer-stores a {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
}
.footer-copyright p {
    font-size: 12px;
    color: #fff;
}
.footer-copyright {
    border-top: 1px solid #ffffff25;
    padding: 15px 0;
    margin-top: 15px;
}
body.overflow {
    overflow: hidden;
}
header.header {
    box-shadow: 0px 0px 9px rgb(0 0 0 / 15%);
    position: relative;
    z-index: 9;
}
.bg-lite {
    background-color: #f7f7fa !important;
}
.breadcrumbs {
    padding: 10px 0;
}
.breadcrumbs ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #535353;
}
.breadcrumbs ul li a {
    color: #535353;
}
.categories-sidebar {
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px;
    /*margin-top: 35px;*/
}
.all-categories {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}
.all-categories ul li {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;

    text-transform: capitalize;

    color: #000000;
}
.all-categories ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    text-transform: capitalize;

    color: #5c5c5c;
}
.all-categories ul li a:hover,
.all-categories ul li a.active {
    color: #cf3226;
}
.categories-sidebar .see-all {
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.5;
    border-top: 1px solid #cecece;
    display: block;
    text-align: center;
    padding-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
    margin-bottom: -5px;
}
.categories-filter {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}
.categories-filter h2 {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #000000;
}
.categories-filter a {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #1ca9e1;
}
.categories-filter .form-check-input[type=checkbox]{
  margin-top: 0;
}
.price-filter {
    display: grid;
    grid-template-columns: auto 15px auto 60px;
    grid-column-gap: 8px;
    align-items: center;
}
.price-filter input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    font-size: 14px;
    height: 35px;
    text-align: center;
}
.price-filter p {
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;

    color: #000000;

    opacity: 0.5;
}
.price-filter button {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #cf3226;
    background: #d2075f21;
    border: 0;
    border-radius: 3px;
    height: 100%;
}
.price-filter button:hover {
    background: #d2075f42;
}
.filter-header {
    margin-bottom: 18px;
}
.form-check-input:checked {
    background-color: #cf3226;
    border-color: #cf3226;
}
label.form-check-label {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #5c5c5c;
}
.form-check {
    margin-bottom: 8px;
}
.check-count {
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    text-transform: capitalize;
    color: #656565;
}
.categories-title h2 {
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    color: #1b1b1b;
    font-weight: 400;
    margin-bottom: 15px;
}
.categories-title h2 b {
    font-weight: 600;
}
.categories-item {
    background: #ffffff;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    border-radius: 15px;
    padding: 10px;
    position: relative;
}
.like-product {
    position: absolute;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}
.like-product svg {
    width: 30px;
    height: 30px;
}


.like-product.__active svg path,
.like-product:hover svg path  {
    fill:  #fff;
} 
.like-product.__active svg circle,
.like-product:hover svg circle {
    fill: #622976;
    opacity: 10;
    color: #fff;
}



.product-image img {
    
    height: 220px;
    object-fit: contain;
}
.product-title {
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    font-weight: 500;
    min-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
 
}

.product-title a{
    color:#000;
}

.discount-price {
    font-size: 13px;
    line-height: 8px;
    text-decoration-line: line-through;
    color: #a9a9a9;
}
.current-price {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}
button.add-cart {
    background-color: transparent;
    border: 0;
    margin-bottom: 10px;
}
.categories-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
}
.product-image img {
    height: 220px;
    object-fit: contain;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.product-slider-item {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99%;
    margin-left: 0;
}
.product-slider-item img {
    height: 400px;
    object-fit: contain;
}
.product-thumbs {
    padding: 0 40px;
    max-width: 99%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-thumbs .left-arrow.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    height: 100%;
    background: #eaeaea;
    border-radius: 5px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-thumbs .right-arrow.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    height: 100%;
    background: #eaeaea;
    border-radius: 5px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-slider-thumbs {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    cursor: pointer;
}
.product-slider-thumbs img {
    height: 65px;
    object-fit: cover;
}
.product-thumbs .slick-slide {
    margin: 0 4px;
}
.product-thumbs .slick-list {
    margin: 0 -4px;
}
.product-thumbs .slick-slide.slick-current.slick-active .product-slider-thumbs {
    border: 1px solid #cf3226;
}
.product-detail .single-title {
    font-weight: 500;
    font-size: 25px;
    color: #000000;
    margin-bottom: 2px;
}
.product-detail .single-price {
   font-weight: 600;
    font-size: 25px;
    margin-bottom: 12px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.__prpscrtm {
    font-size: 14px;
    color: rgb(126, 133, 155);
    font-weight: 400;
    padding-left: 8px;
    margin-top: 2px;
}


.product-detail .single-discount {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #a9a9a9;
    font-weight: 400;
}
.product-detail .single-discount span {
    text-decoration-line: line-through;
}
.product-detail .single-discount span.sale-badge {
    background: #4caf50;
    border-radius: 5px;
    text-decoration-line: none !important;
    font-size: 16px;
    color: #fff;
    padding: 4px 11px;
    margin-left: 10px;
}
.product-detail .expiry-date {
    margin-bottom: 20px;
}
.product-detail .expiry-date li {
    font-size: 16px;
    line-height: 24px;
    color: #7d7d7d;
    margin-bottom: 5px;
}
.product-detail .expiry-date li span {
    display: inline-block;
    width: 135px;
}
.delivery-info {
    background: #f1f1f1;
    border-radius: 6px;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.delivery-info span {
    color: #602674;
    font-weight: 500;
}
.product-variant {
    margin-bottom: 20px;
}
.product-variant label.btn.btn-outline-primary {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3d3d3d;
    margin-right: 14px;
    padding: 6px 5px;
    width: 80px;
}
.product-variant .btn-check:active + .btn-outline-primary,
.product-variant .btn-check:checked + .btn-outline-primary,
.product-variant .btn-outline-primary.active,
.product-variant .btn-outline-primary.dropdown-toggle.show,
.product-variant .btn-outline-primary:active {
    color: #fff;
    background: #ffffff;
    color: #602674;
    border: 1px solid #cf3226;
    box-shadow: 0 0 0 0.1rem #d2075f14;
}
.product-cart label {
    display: block;
}
.product-cart .product-quantity input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
    border-radius: 3px;
    height: 43px;
    text-align: center;
}
.product-cart {
    display: grid;
    grid-template-columns: 80px auto 45px;
    grid-column-gap: 15px;
    align-items: end;
    margin-bottom: 20px;
}
.product-cart label {
    font-size: 12px;
    line-height: 18px;
    color: #686868;
    margin-bottom: 2px;
}
.product-addcart-btn button {
    background: #cf3226;
    border-radius: 3px;
    width: 100%;
    border: 0;
    height: 43px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.product-addcart-btn button svg {
    position: relative;
    top: -1px;
    margin-right: 4px;
}
.product-addcart-btn button:hover {
    background: #bd0555;
}
.product-like button {
    height: 43px;
    width: 43px;
    border: 0;
    background-color: transparent;
    padding: 0;
}
.product-description h2 {
    font-weight: 500;
    font-size: 16px;
}
.product-description ul {
    list-style-type: disc;
    font-size: 13px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.product-description h3 {
    font-weight: 500;
    font-size: 13px;
}
.product-description p {
    font-size: 13px;
    margin-bottom: 20px;
}
table.table.table-striped.table-borderless tr td {
    font-size: 13px;
    line-height: 18px;
    color: #595959;
    padding: 6px 10px;
}
.product-review {
    border-top: 1px solid #d3d3d359;
    margin-top: 25px;
    padding-top: 15px;
}
.review-header h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
a.review-seemore {
    background: #cf3226;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 5px 0;
}
a.review-seemore:hover {
    background: #bd0555;
}
.review-header {
    border-bottom: 1px solid #d3d3d359;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.review-box .review-avatar {
    background-color: #fedad6;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 22px;

    color: #f04e3e;
    justify-content: center;
    margin-right: 15px;
}
.review-box .media h5 {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin: 0;
}
.review-box .media p {
    font-size: 12px;
    line-height: 18px;
    color: #7d7d7d;
    margin: 0;
}
.review-box > p {
    font-size: 12px;
    line-height: 18px;
    color: #616161;
    margin-top: 5px;
}
.review-box {
    border-bottom: 1px solid #d3d3d359;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.write-review button {
    background: #fdf7c8;
    border-radius: 15px;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    color: #b46e3b;
    width: 150px;
    text-align: center;
    padding: 4px 0;
}
.write-review button:hover {
    background-color: #f7efb2;
}
.col-md-6.border-right {
    border-right: 1px solid #d3d3d359;
}
.product-terms .media {
    border-bottom: 1px solid #d3d3d359;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.product-terms .media:last-child {
    border-bottom: 0px solid #d3d3d359;
}
.product-terms .media img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
p.return-policy {
    font-size: 12px;
    line-height: 18px;
    color: #0009;
}
p.return-policy a {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-decoration-line: underline;

    color: #cf3226;
}
.product-terms .media h4 {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 0;
}
.product-terms .media p {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;

    color: #000000;

    opacity: 0.75;
}
.divider-header h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
}
.divider-header a {
    background: #ffffff;
    border: 1px solid #cf3226;
    box-sizing: border-box;
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    width: 100px;
    height: 38px;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
}
.divider-header a:hover {
    background: #cf3226;
    color: #fff;
}
.divider-header {
    border-bottom: 1px solid #d3d3d359;
    margin-bottom: 20px;
    position: relative;
    padding: 0 5px;
    padding-bottom: 5px;
}
.divider-header::after {
    background: #cf3226;
    content: "";
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 3px;
    position: absolute;
}
.related-products {
    background: #c4c4c421;
    padding-top: 20px;
    padding-bottom: 20px;
}
.related-products .categories-item {
    margin: 10px;
}

.related-slider .left-arrow.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -4px;
    background: #fffcfc;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 100%;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 45px;
    z-index: 99;
}
.related-slider .right-arrow.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -4px;
    background: #fffcfc;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 100%;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 45px;
    z-index: 99;
}
.related-slider .left-arrow.slick-arrow:hover,
.related-slider .right-arrow.slick-arrow:hover {
    background: #cf3226;
    color: #fff;
}
.btn-group {
    flex-wrap: wrap;
}
.account-create-container {
    max-width: 730px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border-radius: 15px;
    padding: 30px 20px 35px;
}
.account-header h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
}
.account-header p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #373737;
}
.account-header p a {
    font-weight: 500;
    color: #cf3226;
}
.form-label {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 3px;
}
.form-label span {
    font-weight: 500;
    color: #cf3226;
}
.form-control,
.form-select {
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    height: 37px;
}
.form-control:focus,
.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #c8c8c8;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #d2075f14;
}
textarea.form-control {
    height: 62px;
}
.account-header {
    margin-bottom: 15px;
}
.top-border {
    border-radius: 0 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.bottom-border {
    border-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.mb-3 {
    margin-bottom: 12px !important;
}
.submit-btn {
    background: #cf3226;
    border-radius: 5px;
    width: 236px;
    height: 45px;
    font-weight: 600;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    border: 0;
}
.submit-btn:hover {
    background: #bd0555;
}
.account-create-container.signin {
    max-width: 460px;
}
.account-header h3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 0;
}
.account-create-container.signin .account-body {
    max-width: 350px;
    margin: 0 auto;
}
a.forgot-password {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #3c3c3c;
}
a.forgot-password:hover {
    color: #cf3226;
}
.cart-quantity label {
    font-size: 12px;
    line-height: 18px;
    color: #686868;
    margin-bottom: 2px;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.cart-quantity input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
    border-radius: 3px;
    height: 43px;
    text-align: center;
    font-size: 16px;
}
h2.cart-title {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 15px;
}
h2.cart-title span {
    font-size: 12px;
    color: #aaaaaa;
    font-weight: normal;
}
.cart-product {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 200px auto 150px;
    align-items: center;
    grid-column-gap: 20px;
}
.cart-product-image {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
}
.cart-product-detail h3 {
    font-weight: 500;
    font-size: 15px;
}

.cart-product-detail h3 a{
    color:#000;
}
 
.cart-product-detail p {
    font-size: 15px;
    line-height: 22px;
    color: #7d7d7d;
}
.cart-product-detail h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #602674;
}
.cart-product-detail button.remove-product {
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
    border-radius: 15px;
    background: #ffffff;
    font-size: 15px;
    line-height: 24px;
    color: #9d9d9d;
    padding: 1px 10px;
}
.cart-product-detail button.remove-product:hover {
    background-color: #000;
    color: #fff;
}
.cart-product-detail button.remove-product svg {
    width: 12px;
    height: 14px;
    position: relative;
    top: -1px;
}
.cart-product-detail button.remove-product:hover svg path {
    fill: #fff;
}
.cart-quantity {
    max-width: 65px;
}
.cart-product-price h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: right;
    margin-bottom: 0;
    padding-right: 15px;
}
.cart-summary {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 15px;
}
.cart-summary h2 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}
.coupon-box {
    background: #c4c4c41f;
    padding: 15px;
    border-radius: 8px 13px 8px 8px;
    margin-bottom: 15px;
}
.coupon-box h3 {
    font-weight: 500;
    font-size: 14px;
}
.coupon-input {
    overflow: hidden;
    position: relative;
}
.coupon-input input {
    background: #ffffff;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    width: 100%;
    padding-right: 110px;
}
.coupon-input button {
    background: #cf3226;
    border-radius: 0px 5px 5px 0px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    width: 104px;
    text-align: center;
    height: 100%;
    border: 0;
    top: 0;
    right: 0;
    position: absolute;
}
.coupon-input button:hover {
    background: #bd0555;
}
.table-cart.table tr td {
    font-size: 14px;
    color: #565656;
}
.table-cart.table tr td a {
    font-weight: 500;
    color: #cf3226;
}
.table-cart.table tr td:last-child {
    text-align: right;
    color: #000000;
}
.table-cart.table tr.tr-total td:first-child {
    font-weight: 500;
}
.large-btn {
    background: #cf3226;
    border-radius: 10px;
    width: 100%;
    height: 44px;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
}
.large-btn:hover {
    background: #bd0555;
    color: #fff;
}
.continue-btn {
    background: #f7f7fa;
    border: 1px solid #cf3226;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #cf3226;
    width: 204px;
}
.btn-check:focus + .btn,
.btn:focus {
    box-shadow: 0 0 0 0.1rem #d2075f14;
}
.continue-btn:hover {
    background: #bd0555;
    color: #fff;
}
.checkout-inner {
    max-width: 990px;
    margin: 0 auto;
}
.checkout-inner h3 {
    font-weight: 500;
    font-size: 16px;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem #d2075f14;
}
.address-box {
    background: #ffffff;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 20px;
}
label.form-check-label {
    font-size: 13px;
    line-height: 18px;
    color: #898989;
    cursor: pointer;
}
.address-box p {
    font-weight: 400;
    font-size: 15px;
    color: #484848;
    margin-bottom: 15px;
}
.address-box p b {
    font-weight: 500;
}
.delete-btn {
    background: #ffe3e3;
    border: 1px solid #ff6464;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 13px;
    line-height: 19px;
    color: #f04e3e;
    padding: 4px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.delete-btn svg,
.edit-btn svg {
    width: 14px;
    height: 16px;
    position: relative;
    top: -1px;
}
.edit-btn {
    background: #eefff2;
    border: 1px solid #009d23;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 13px;
    line-height: 19px;
    color: #009d23;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 4px 10px;
}
.add-new-address {
    background: #ffffff;
    border: 1px dashed #cacaca;
    box-sizing: border-box;
    border-radius: 5px;
    /*height: 100%;*/
    min-height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    color: #505050;
}
.add-new-address a {
    color:#000;
}
.same-address label.form-check-label {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-weight: 400;
}
.same-address .form-check-input[type="checkbox"] {
    border: 0.5px solid #989898;
    box-sizing: border-box;
    border-radius: 3px;
    width: 18px;
    height: 18px;
}
.same-address {
    margin-top: 15px;
}
.item-summary {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 35px;
}
.item-summary tr td {
    padding: 3px 5px;
}


.item-summary tr td b {
    font-weight: 500;
    font-size: 16px;
    color: #cf3226;
}


.max-500 {
    max-width: 500px;
}
.col-num {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
}
.col-num select.form-select.top-border {
    padding-right: 0;
    padding-left: 5px;
    background-position: right 4px center;
}
.modal-content {
    background: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border-radius: 15px;
}
.modal-dialog {
    max-width: 730px;
}
.modal-body {
    padding: 15px;
    padding-top: 20px;
}
.modal-body h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
button.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.summary-page .checkout-inner,
.payment-page .checkout-inner {
    max-width: 780px;
}
.summary-order-list {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}
.summary-order-list .media img {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    border-radius: 10px;
    width: 95px;
    height: 95px;
    padding: 10px;
    object-fit: contain;
    margin-right: 16px;
}
.summary-order-list .media .media-body h5 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 3px;
}
.summary-order-list .media .media-body p {
    font-size: 12px;
    line-height: 18px;
    color: #686868;
    margin-bottom: 10px;
}
.summary-order-list .media .media-body h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}
.payment-options .payment-item {
    background: #ffffff;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 14px 15px;
}
.payment-options .payment-item label.form-check-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.payment-options .payment-item .form-check-input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 10px;
}
.card-payment {
    background: #ffffff;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
    border-radius: 5px;
    margin-top: 25px;
    padding: 15px;
    display: grid;
    grid-template-columns: auto 153px 153px;
    grid-column-gap: 15px;
}
.payment-options {
    /*max-width: 660px;*/
    margin-bottom: 25px;
}
.success-box {
    background: #ffffff;
    border: 1px solid #009d23;
    box-sizing: border-box;
    border-radius: 15px;
    width: 530px;
    margin: 20px auto;
    padding: 35px 15px;
}
.success-box svg {
    width: 85px;
    height: 85px;
    margin-bottom: 15px;
}
.success-box h2 {
    font-weight: 600;
    font-size: 25px;
    color: #4caf50;
}
.success-box h3 {
    font-weight: 500;
    color: #4caf50;
    font-size: 18px;
    margin-bottom: 0;
}
.success-box p {
    font-size: 16px;
    margin-bottom: 0;
    color: #707070;
}
.orders-page {
    padding-top: 30px;
    padding-bottom: 60px;
}
h2.tab-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
h2.tab-title span {
    font-weight: 400;
}
h2.tab-title span.items {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
}
.nav-pills .nav-link h2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd;
    background: #ffffff;
    box-shadow: 0px 0px 8px 5px rgb(215 215 215 / 25%);
    border-radius: 5px;
}
.nav-pills .nav-link {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    margin-bottom: 10px;
    width: 210px;
}
.tab-icon {
    background: #d2075f26;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.tab-content {
    padding-left: 20px;
    width: 100%;
}
.orders-content {
    background: #ffffff;
    box-shadow: 0px 0px 12px rgb(140 140 140 / 25%);
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}
.orders-content .orders-header {
    border-bottom: 1px solid #d3d3d375;
    padding: 10px 15px;
    padding-right: 10px;
}
.orders-content .orders-header p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.orders-content .orders-header p.order-date {
    font-size: 13px;
    line-height: 19px;
    text-transform: capitalize;
    color: #6a6a6a;
    margin-left: 15px;
}
.orders-content .orders-header p span {
    opacity: 0.7;
}
.tab-orders-list .media img {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    border-radius: 10px;
    width: 95px;
    height: 95px;
    padding: 10px;
    object-fit: contain;
    margin-right: 16px;
}
.tab-orders-list .media .media-body h5 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
}
.tab-orders-list .media .media-body .deliverd {
    background: #dff7e1;
    border: 1px solid #00c30d;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #00c40d;
    width: 93px;
    text-align: center;
    padding: 3px 0;
}
.tab-orders-list {
    padding: 5px 20px;
    margin-bottom: 10px;
    border-right: 1px solid #d3d3d375;
    margin-top: 10px;
}
.tab-info-main {
    background: #ffffff;
    box-shadow: 0px 0px 12px rgb(140 140 140 / 25%);
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 0;
}
.tab-info-main .tab-orders-info h3 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.tab-orders-info {
    padding: 5px 20px;
    border-right: 1px solid #d3d3d375;
    height: 100%;
}
.tab-orders-info p {
    font-weight: normal;
    font-size: 15px;
    color: #484848;
}
.tab-orders-info .table-cart.table tr td {
    font-size: 13px;
    line-height: 19px;
    padding: 2px 0;
}
.tab-orders-info .table-cart.table tr td b {
    font-weight: 600;
}
.order-id p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
}
.order-id .order-date {
    font-size: 13px;
    line-height: 19px;
    text-transform: capitalize;
    color: #6a6a6a;
    margin-left: 15px;
}
.order-id p span {
    opacity: 0.7;
}
.tab-orders-detail .tab-orders-list .media .media-body h5 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
}
.tab-orders-detail .tab-orders-list .media .media-body h6 {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: #686868;
    margin-bottom: 2px;
}
.tab-orders-detail .tab-orders-list .media .media-body h3 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2px;
}
.tab-write-review {
    background: #ffe9f2;
    border: 1px solid #cf3226;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #cf3226;
    display: inline-block;
    margin-right: 10px;
    padding: 9px 10px;
    height: 34px;
}
.tab-write-review svg,
.tab-retrun-order svg {
    margin-right: 2px;
    position: relative;
    top: -1px;
    height: 16px;
}
.tab-retrun-order {
    background: #ffd8d5;
    border: 1px solid #f04e3e;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #ff0000;
    display: inline-block;
    margin-right: 10px;
    padding: 9px 10px;
    height: 34px;
}
.tab-write-review:hover {
    opacity: 0.8;
    color: #cf3226;
}
.tab-retrun-order:hover {
    color: #ff0000;
    opacity: 0.8;
}
.border-right-0 {
    border-right: 0 !important;
}
.move-cart {
    background: #cf3226;
    border: 1px solid #cf3226;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding: 1px 10px;
    margin-left: 10px;
}
.move-cart:hover {
    background: #bd0555;
    color: #fff;
}
.tab-wishlist .cart-product {
    grid-template-columns: 120px auto 150px;
}
.tab-profile-inner {
    background: #ffffff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}
.tab-profile textarea.form-control {
    height: 85px;
}
.tab-profile > h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #545454;
}
.tab-submit {
    background: #cf3226;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    color: #ffffff;
    width: 173px;
    height: 45px;
    text-align: center;
    border: 0;
}
.tab-submit:hover {
    background: #bd0555;
}
.contact-header {
    position: relative;
    height: 210px;
    background-image: url(../images/contact-us.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.31);
}
.contact-header h2 {
    font-weight: 600;
    position: relative;
    z-index: 98;
    font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0;
    opacity: 0.9;
    margin-top: -15px;
}
.contact-form {
    background: #ffffff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    border-radius: 5px;
    max-width: 975px;
    margin: 0 auto;
    margin-top: -30px;
    z-index: 99;
    position: relative;
    padding: 30px;
    margin-bottom: 15px;
        z-index: 0;
}
.contact-form h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
}
.contact-form ul li {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 21px;
}
.contact-form ul li svg {
    margin-right: 5px;
    width: 28px;
    height: 28px;
}
.contact-form .social-icons {
    margin-top: 20px;
}
.contact-form .social-icons a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
}

.contact-form a{
    color:#000;
}

.contact-form a:hover{
    color:#000;
    
    text-decoration: underline;
}


.map-form {
    max-width: 975px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 60px;
    background: #ffffff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    border-radius: 5px;
    overflow: hidden;
}
.map-form iframe {
    float: left;
    width: 100%;
}


.form-control[type=file] {
    height: auto;
}
.dropdown.country, .dropdown.vender{
  cursor: pointer;
}
.dropdown.country .dropdown-menu.show, .dropdown.vender .dropdown-menu.show{
    display: block;
    margin-top: 30px !important;
}
 
.__scoutinner {
    margin: 35px 0;
}
 



 
.__scoutinner h1 {
    font-size: 26px;
    margin-bottom: 10px;
}
 
.__scoutinner h2 {
    font-size: 23px;
    margin-bottom: 10px;
} 
.__scoutinner h3 {
    font-size: 22px;
    margin-bottom: 10px;
} 
.__scoutinner h4{
    font-size: 19px;
    margin-bottom: 10px;
} 
.__scoutinner h5{
    font-size: 17px;
    margin-bottom: 10px;
} 
.__scoutinner h6{
    font-size: 15px;
    margin-bottom: 10px;
}






.__subdis h1 {
    font-size: 23px;
    margin-bottom: 18px;
} 

.__subdis h2 {
    font-size: 20px;
    margin-bottom: 18px;
}
 
.__subdis h3 {
    font-size: 18px;
    margin-bottom: 18px;
}

.__subdis h4 {
    font-size: 17px;
    margin-bottom: 18px;
}
.__subdis h5 {
    font-size: 16px;
    margin-bottom: 18px;
}
.__subdis h6 {
    font-size: 14px;
    margin-bottom: 6px;
}


 




.__subdis p {
    margin-bottom: 15px; 
}

.__subdis p a{
    color:#000;
}
.__subdis p a:hover{
    color:#000;
    text-decoration: underline;
}

.__subdis ul { 
    list-style-type: disc;
    padding: 0px 21px;
    margin: 5px 0;
}  
.__subdis ul li { 
    padding: 3px 0;
    margin: 2px 0;
}
 
 
 
.__subdis ol {  
    padding: 0px 15px;
    margin: 5px 0;
}  
.__subdis ol li {
    padding: 5px 0;
    margin: 1px 0;
}
 
 
 
.__subdis ol ul {
    padding: 0px 20px 7px;
    margin: 0px 0;
}

.__subdis ol ul li {
    padding: 1px 0;
    margin: 1px 0;
}
 
 
.__listctaHdsct {
    display: none;
 
}
.__listctaHdsct.collapse {
    display: none;
 
} 

.__listctaHdsct.collapse.show {
        display: block;
    
}
 


.__pminusBtnWv,
.__pluBtnWv {
    width: 100%;
    display: inline-block;
    color: #000;
    display: none;
    font-weight: 500;
}


.__pminusBtnWv i,
.__pluBtnWv i{ 
    margin-right: 10px;
}

 

 

.see-all.collapse .__pminusBtnWv {
    display: block;
}

.see-all.collapse.collapsed .__pminusBtnWv {
    display: none;
}


.see-all.collapse.collapsed .__pluBtnWv {
    display: block;
}

.see-all.collapse .__pluBtnWv{
     display: none;
} 



.__logretbn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.__login, .__sign_up {
    display: inline-block;
    text-align: center;
    width: 85px;
    transition: all .5s;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 600;
}

.__login {
    color: #fff;
    background: #cf3226;
    border: solid 1px #cf3226;
 
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}


  .__login:hover {
	transition: all .5s;
    color: #fff;
    background: #602674;
    border: solid 1px #602674;
  }
  

.__sign_up {
    color: #cf3226;
    background: #fff;
    border: solid 1px #cf3226;
    border-left: none;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.__sign_up:hover {
	transition: all .5s;
	color: #602674;
	border: solid 1px #602674;
	border-left: none;
}
   
  
.__productliswv{
    margin-top: 50px;
} 
.__productliswv h4{
    font-size: 17px;
    font-weight: 500;
}

.starrating.risingstar {
    margin-bottom: 35px;
    margin-left: 0;
    float: left;
    width: 100%;
    display: flex;
    direction: rtl;
    justify-content: flex-end;
}  	

.wd100{
    /*float: left;*/
    width:100%;
}


.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-check:focus+.btn-primary, 
.btn-primary:focus
.btn-check:active+.btn-primary, 
.btn-check:checked+.btn-primary,
.btn-primary.active, 
.btn-primary:active, 
.show>.btn-primary.dropdown-toggle ,
.btn-primary {
    color: #fff;
    background-color: #cf3226;
    border-color: #cf3226;
}


.btn-primary:hover {
    color: #fff;
    background-color: #b90050;
    border-color: #b90050;
}



.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}



.__popcrt .modal-header {
    border-bottom: none;
}


.__xvtext {
    text-align: center;
    font-size: 16px;
    color: #06a70d;
    padding: 0px 0px 15px;
}

.__popcrt .modal-footer {
    justify-content: center;
    border-top: none;
}

.__popbnt,
.__popbtncontinue {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.__popcrt  .modal-dialog {
       max-width: 450px;
}
.__popcrt .__ctboxpopup .close{
    position: absolute;
    border: none;
    background: none;
    font-size: 30px;
    top: 9px;
    right: 1px;
}
.__poplogo{
        margin-bottom: 18px;
}
 
 
.cart-page {
    padding-bottom: 50px;
}
  
  
  

.qty-update-section.incart.b-a {
    display: inline-block;
    height: auto;
    border-radius: 3px;
    background-color: #fff;
    font-size: 12px;
    min-width:80px;
    
    
}
.qtytd__crt .b-a {
    border: 1px solid #e0e0e0;
}

.qty-update-section.incart.b-a button {
    background: #fff0;
    width: 20px;
    height: 44px;
    padding: 0;
    font-size: 11px;
    border-radius: 0;
    line-height: 18px;
    position: absolute;
    outline: none;
}

.qtytd__crt .qty-update-section input {
    display: inline-block;
    width: 24px;
    text-align: center;
    line-height: 2;
    font-size: 13px;
    border: none;
}
.qty-update-section.incart .btn.btn-sm.b-r{
    right:0;
}
  
  
.modal-title{
    font-size: 17px;
    font-weight: 600;
}

.__syruAdInfo { }

.__syruAdInfoBkz {
    padding: 0 20px;
}

.__syruAdInfo {
    margin-top: 20px;
    padding: 15px;
}

.__syruAdInfoBkz h6{
    font-size: 15px;
    font-weight: 500;
}

  
.__syruAdInfoBkz a{
    color:#000;   
}
  
.order_statusbtn {
    padding: 1px 15px;
    border-radius: 15px;
    font-size: 13px !important;
    margin: 0 15px;
    font-weight: 500 !important;
}
.__pending {
    background: #ffac31; 
    color: #000;
}
  
   
.__deliverd{
    background: #4caf50;
    color: #fff;
}
 
.__rejected {
    background: #f44336; 
    color: #fff;
}

.__hdbck{
    color:#000;
} 
.__hdbck:hover{
    color:#cf3226;
}
  
.smallwidthseacrh{
    
}
  
.mob_search_suggestions {
position: absolute;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(68 68 68 / 45%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(68, 68, 68, 0.45);
    box-shadow: 0px 0px 5px 0px rgb(68 68 68 / 45%);
    z-index: 10;
    top: 40px;
    border-radius: 5px;
} 
.mob_search_suggestions ul {
        max-height: 560px;
    overflow: auto;
}


.mob_search_suggestions ul li {
    
}

.mob_search_suggestions ul li a {
    padding: 5px 15px;
    color: #000;
    width: 100%;
    display: inline-block;
} 
   
.mob_search_suggestions ul li a:hover{
    color:#000;
    background: #dc4c5312;
}
.mob_search_suggestions ul li .subcatnn {
    font-size: 12px;
    color: #4a4a4a;
}

.__pakWrv{
    position: relative;
    width: auto;
    margin-right: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.__pakgName {
    margin-right: 5px;
}
  
.__pkstus {
    position: relative;
    top: 0;
    right: auto;
 
    border-radius: 15px;
    padding: 2px;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 0;
}
.__pakWrv.__glod .__pkstus {
    color: #ff9800;
    border: #ff9800 1px solid;
}
.__pakWrv.__silver .__pkstus {
    color: #ababab;
    border: #ababab 1px solid;
} 

.__pakWrv.__platinum .__pkstus {
  
    color: #602674;
    border: #602674 1px solid;
}

.__pakWrv.__glod .__pakgName{
    color: #ff9800; 
}

.__pakWrv.__silver .__pakgName{
   color: #ababab; 
}

.__pakWrv.__platinum .__pakgName{
    color: #602674; 
}
    
    
    
    
    
.categories-page {
    padding-top: 20px;
    
}
    
    
.__innerBnr {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 350px;
    max-height: 350px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    height: -webkit-fill-available;
    /* background-size: 100% !important; */
    background-size: cover !important;
} 
    
.__innerBnr .container {
    position: relative;
}
    
      
      
.__categoryBnr {
    color: #fff;
    min-height: 350px;
    max-height: 350px;
    text-align: center;
} 
      
.single-prodcut{
    padding-top: 30px;
}
 
.__product_detailsBnr {
    text-align: center;
    color: #fff;
}

.__inerBnrcLnd {
    width: 100%;
    /*float: left;*/
    margin: 0 0 25px;
    border-radius: 10px;
    overflow: hidden;
}
    
.__inerBnrcLnd img {
    width: 100%;
    max-height: 410px;
    object-fit: cover;
}
      
.__about_content a {
    color: #602674 !important;
}
.__about_content a:hover  {
     color: #cf3226 !important;
}




 

/*overlay */

[data-overlay] {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}


[data-overlay]::before {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
content: "";
}

[data-overlay=light]::before {
background-color: #fff;
}

[data-overlay=theme-2]::before {
background-color: #2d48c3;
}

[data-overlay=dark]::before {
background-color: #181b1d;
}

[data-overlay=theme]::before {
background-color: #43824f;
}

[data-opacity="1"]::before {
opacity: 0.1;
}

[data-opacity="2"]::before {
opacity: 0.2;
}

[data-opacity="3"]::before {
opacity: 0.3;
}

[data-opacity="4"]::before {
opacity: 0.4;
}

[data-opacity="5"]::before {
opacity: 0.5;
}

[data-opacity="6"]::before {
opacity: 0.6;
}

[data-opacity="7"]::before {
opacity: 0.7;
}

[data-opacity="8"]::before {
opacity: 0.8;
}

[data-opacity="9"]::before {
opacity: 0.9;
}

/* End Overlay */


.__dropdownSubz {
    margin: 0 !important;
}

.__dropdownSubz .dropdown-item.dropdown-toggle::before {
    right: 10px !important;
}
.__dropdownSubz ul.dropdown-menu {
    top: -5px;
    left: 100%;
    min-width: 220px;
    padding: 0;
    overflow: hidden;
}

.__afterloing.dropdown.vender .dropdown-menu {
     right: 0!important;
    min-width: 170px;
}
 
.__restuBtn__inr {
    
}


.order_return { 
    background: #67317a;
    color: #fff;
    border-radius: 25px;
    padding: 3px 15px;
    padding-left: 8px;
    font-size: 13px;
}
 
 
.order_return:hover {  
    color: #fff; 
    background: #7a313f;
}
 
 
.__restuBtn .modal-header{
    
}
.required  {
     font-weight: 500;
    color: #cf3226;
 }
 
.__restuBtn__inr .table{
    font-weight: 500 !important;
    font-size: 13px;
}
.__restuBtn__inr  .table-responsive{
    padding: 0 15px;
}
 
.__return_approved_status{
    font-size: 13px;
    border: #4caf50 1px solid;
    width: fit-content;
    padding: 1px 8px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #006404;
    background: #4caf505c;
}
 
 
 
.__nrlpayWv {
        max-width: 500px;
    margin: 70px auto;
    background: #fff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 15%);
    padding: 25px;
    border-radius: 10px;
}
 
.__forgot_password{
    min-height: 300px;
}

.__product_detail_rateing {
    display: flex;

}
.__product_detail_rateing .__rateValu{
    margin-left: 10px;
    color: #7D7D7D;
}
 
.__product_detail_rateing .__star .fa{
    color:#ccc;
}
 
 
.__product_detail_rateing.cate_div {
    font-size: 11px;
    /*margin-top: -18px;*/
    margin-top: -22px;
    max-width: 130px;
}
  
  
.__notlosSc {
    /*margin-top: 100px;*/
    /*margin-bottom: 100px;*/
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.__notlosSc .container {
      display: flex;
    align-items: center;
    justify-content: space-between;
 
}
  
  
  
.__lnLogo{
    max-width: 300px;
    margin-bottom: 20px;
}
  
  
  
.__ntlozTzWv{
    width: 100%;
    text-align: left;
}
.__ntlozTzFrmWv{
    min-width: 420px;

    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border-radius: 15px;
    padding: 20px;
}

.__ntlozTzWv h1 {
    font-size: 25px;
    color: #000000;
}
  
.__ntlozTzWv p {
    font-size: 17px;
    color: #5a5a5a;
}
  
  
.__ntlozTzFrmWv .account-create-container {
    padding: 20px 20px 10px;
}
  
.__frgv a {
    color: #602674;
    font-weight: 500;
}
.__frgv a:hover {
      color: #cf3226;   
    text-decoration: underline;
}


  
  
  
  
@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    

}
  
      
.__reviews_forms {
    text-align: left;
    padding: 14px 0 20px;
    margin-bottom: 30px;
    border-bottom: #ccc 1px solid;
}
.starrating > label {
    color: #ababab;
    cursor: pointer;
    font-size: 9px;
        float: right;
}
.starrating > input {
    display: none;
}
.starrating > label:before {
    content: "\f005";
    margin: 2px 5px;
    font-size: 18px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline-block;
}
.starrating > input:hover ~ label {
    color: #ff9933;
}
.starrating > input:checked ~ label {
    color: #ff9933;
}
.reviews-members .media .mr-3 {
    width: 56px;
    height: 56px;
    object-fit: cover;
    overflow: hidden;
}
.reviews-members .__star {
 
	    font-size: 13px;
    color: #ffffff;
    margin-right: 0;
    background: #ffffff;
    padding: 0;
    border-radius: 0;
}
.reviews-members .__star .fa {
	color: #cccccc;
}
.reviews-members .__star .fa.__acv {
	color: #FFC107;
}

.__minsdropdownsuz {
    min-width: 230px;
    padding: 0;
    margin: 0;
}

.__minsdropdownsuz.dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 1px 8px;
    font-weight: 500;
}
 
.__minsdropdownsuz.dropdown-menu .dropdown-item:hover,
.__minsdropdownsuz.dropdown-menu .dropdown-item.active, 
.__minsdropdownsuz.dropdown-menu .dropdown-item:active {
    color: #fff; 
   background-color: #cf3226;
}



.__zhlogo{
    text-align: center;
    background: #f7f7fa;
    padding: 5px 0;
    max-width: 250px;
    margin: 20px auto 0;
}

.tc_condition a {
    color:#000;
    text-decoration: underline;
}.__proDcrls{	min-height:60px}




.success-box h4 {
    font-size: 17px;
}


.__mixdsji{
    min-height: 500px;
}


.cart-page,
.__scoutinner,
.orders-page{
    min-height: 600px;
}

.tr-subtotal b{
    font-weight: 500;
    font-size: 16px;
    color: #cf3226;
}


.dropdown.country{
    min-width: 90px;
    margin-right: 10px;
}


.__filswrp {
    font-weight: 500;
    font-size: 26px;
    color: #cf3226;
    margin: 24px 0 0;
    display: inline-block;
    padding: 4px;
    background: #e2e2e2;
    border-radius: 6px;
    border: #b8b8b8 1px solid;
}
.__filswrp:hover{
     color: #cf3226;
         background: #ccc;
}

.remove_image_common {
    color: red;
    font-size: 16px;
    position: absolute;
    top: 17px;
    margin-left: -9px;
    background: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    cursor: pointer;
}


.remove_image_common:hover {
    color: #bb0000;
    
}


.upload_documents{
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}





.header_nav a:before,
.header_nav a:after {
	content: '';
	display: block; 
    background:   #cf3226;
	height: 4px;
}
.header_nav a span {
	background: #cf3226;
	display: block;
	margin: 4px 0;
	width: 30px;
	height: 4px;
}

.navbar-toggler{
        display: none;
}


.__curlohPopu {}

.__curlohPopu .contact-form { 
    box-shadow: none;
    border-radius:0px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0;
    z-index: 99;
    position: relative;
    padding: 0; 
}

.__curlohPopu .modal-header{
        border: none;
    padding-bottom: 0;
    margin-bottom: 0;
} 
.__curlohPopu .modal-dialog {
    max-width: 350px;
}

.__locotaliprt p {
    text-align: center;
    padding: 7px;
    color: #000;
}

.__locotaliprt p a{
    color: #000;
}

.__locotaliprt p a:hover{
    color: #cf3226
}
 
.__locotaliprt {
    /* background: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: -15px;
    padding-top: 15px; */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
 


.__ntlozTzWv.__partv2{
    text-align: center;
    margin-bottom: 20px;
}

.__ntlozTzWv.__partv2 .__lnLogo {
    margin: 0 auto;
    margin-bottom: 10px;
}



@media (max-width: 1199px) {}

@media (max-width: 991px) {
    
    .header_nav {
        float: left;
        width: auto;
        display: block;
        position: relative;
        z-index: 9;
    /*margin-right: 15px;*/
    padding: 4px;
        
    }
    
    .__notlosSc .container {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .__ntlozTzWv { 
        margin-bottom: 40px;
        text-align: center;
    }
    
    .__lnLogo {
        max-width: 240px;
        margin: 0 auto 15px;
    }
    
    .__mixdsji {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    
    .success-box { 
        width: 100%;
    }

.cart-page,
.__scoutinner,
.orders-page{
    min-height: 600px;
}

}

@media (max-width: 576px) {
 
     .__ntlozTzFrmWv {
        min-width: 100%;
    }
}




 


