@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
body {
    position: relative;
    left: 0;
}
a {
    color: #ca1f1f;
}
.bg-danger{
    background-color: #ca1f1f !important;
}
.light-brd-color {
    border-color: #e8ecf0;
}
.form-select:disabled{
    color: #000000;
    font-weight: 500s;
}
.text-justify {
    text-align: justify;
}
.mobile-login__dropdown{
    left: -4rem;
}

/* home page */
.slider-img {
    height: 342px;
    width: 810px;
    object-fit: cover;
}
.home-slider .tns-controls{
    display: none;
}
.select2-container--default .select2-selection--single {
    height: 3rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20%;
}
.make-carousel a {
    background: #eaeaea66;
    display: block;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    box-shadow: 0 0.25rem 0.3125rem -0.15rem rgb(0 0 0 / 12%);
    margin: 2rem 0;
    text-transform: uppercase;
}
.make-carousel .owl-nav {
    z-index: -1;
}
.sb-cat-card h6 {
    font-size: 13px;
}
.make-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 36%;
}
.make-carousel .owl-nav .owl-prev {
    position: relative;
    float: left;
    right: 40px;
}
.make-carousel .owl-nav .owl-next {
    position: relative;
    float: right;
    right: -40px;
}
.make-carousel .owl-nav button.owl-prev,
.make-carousel .owl-nav button.owl-next {
    background: #ca1f1f !important;
    padding: .1rem .5rem !important;
    border-radius: 3px;
    opacity: .9;
    color: #ffff !important;
}
/* my account */
.cancel-reason-card .card-body
{
    padding: .3rem;
}
.cancel-reason-card p{
    line-height: 1.4 !important;
    font-size: 11px;
    margin: 0;
}
/* sodebar navigation */
html.zeynep-opened .zeynep{
    width: 365px !important;
}
.group-anchor{
    margin-left: 36px;
    display: block;
    margin-top: 1rem;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0.5rem;
    color: #222222;
}
.mobile-sidebar-toggler {
    display: none;
}
.zeynep .greet {
    background: #232f3e;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-bottom: 1rem;
}
.zeynep ul>li.greet>a {
    color: #ffffff;
}
.zeynep ul {
    background: #ffffff;
}
html.zeynep-opened {
    overflow-x: hidden;
}
html.zeynep-opened body {
    left: 0!important;
}
html.zeynep-opened .zeynep {
    pointer-events: auto;
}
.zeynep {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    color: #222222;
    z-index: 1011;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    transform: translateX(-100%);
}
html:not(.no-transition) body,
.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
    transition: all 375ms;
    transition-property: left, right, transform;
}
.zeynep-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    display: none;
    background-color: rgba(0, 0, 0, .4);
}
.zeynep-opened .zeynep-overlay {
    display: block;
}
.zeynep ul {
    border-bottom: 1px solid #2222;
    list-style-type: none;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
}
.zeynep ul>li.first-layer{
    padding: 15px 36px;
}
.zeynep ul>li {
    padding: 5px 36px;
    display: block;
}
.zeynep ul>li.has-submenu {
    background-image: url("https://www.jqueryscript.net/demo/mobile-side-navigation-zeynepjs/images/submenu-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 26px center;
}
.zeynep ul>li>a {
    font-size: 14px;
    color: #222222;
    display: block;
    font-weight: 400;
    text-decoration: none;
}
.zeynep ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.zeynep .submenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    min-height: 100%;
    width: 100%;
}
.zeynep .submenu.opened {
    left: 0;
}
.zeynep .submenu-header {
    background-color: #232f3e;
    padding: 20px 26px;
    cursor: pointer;
    position: relative;
    padding-left: 55px;
}
.zeynep .submenu-header>a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
.zeynep .submenu-header>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 26px;
    width: 20px;
    height: 100%;
    transform: rotate(-180deg);
    background-image: url("https://www.jqueryscript.net/demo/mobile-side-navigation-zeynepjs/images/submenu-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right;
}
.zeynep .submenu>label {
    padding-left: 26px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 22px;
    margin-bottom: 16px;
    display: block;
    width: 100%;
}
/* order tracking */
.hh-grayBox {
    background-color: #F8F8F8;
    margin-bottom: 20px;
    padding: 35px;
    margin-top: 20px;
}
.pt45 {
    padding-top: 45px;
}
.order-tracking {
    text-align: center;
    position: relative;
    display: block;
}
.order-tracking .is-complete,
.order-tracking .is-cancel {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 0px solid #AFAFAF;
    background-color: #ec2c12;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}
.order-tracking .is-complete:after,
.order-tracking .is-cancel:after {
    display: block;
    position: absolute;
    content: '';
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #AFAFAF;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.order-tracking.completed .is-complete {
    border-color: #27aa80;
    border-width: 0px;
    background-color: #27aa80;
}
.order-tracking.completed .is-cancel {
    border-color: #f3a32a;
    border-width: 0px;
    background-color: #f3a32a;
}
.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}
.order-tracking.completed .is-cancel:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}
.order-tracking p {
    color: #A4A4A4;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}
.order-tracking p span {
    font-size: 14px;
}
.order-tracking.completed p {
    color: #000;
}
.order-tracking::before {
    content: '';
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #f02308;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}
.order-tracking:first-child:before {
    display: none;
}
.order-tracking.completed:before {
    background-color: #27aa80;
}
/* checkout page */
.pay-options,
.pay-options li {
    display: inline-block;
}
.pay-options li {
    margin: 0 5px;
}
#bankTransferModal p {
    margin-bottom: .3rem;
    font-size: 15px;
}
#bankTransferModal .table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
}
.wizard-danger.sw-theme-arrows>.nav .nav-link.active {
    border-color: #d9534f!important;
    background: #d9534f!important;
}
.wizard-danger.sw-theme-arrows>.nav .nav-link.done {
    border-color: #e7908e!important;
    background: #e7908e!important;
}
.wizard-danger.sw-theme-arrows>.nav .nav-link.active:after {
    border-left-color: #d9534f!important;
}
.wizard-danger.sw-theme-arrows>.nav .nav-link.done:after {
    border-left-color: #e7908e!important;
}
.sw-theme-arrows .toolbar>.btn {
    border-color: #d9534f!important;
    background: #d9534f!important;
}
/* loader */
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #00695c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 9999999;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#overlay {
    background: rgb(0 0 0 / 30%);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
/* brand */
.bg-brand-dark {
    /*background: #ca1f1f;*/
    background: #036635;
}
.bg-brand-light {
    /*background: #e52727;*/
    background: #036635;
}
.btn-outline-danger {
    color: #ed1c24;
    border-color: #ed1c24;
}
.btn-outline-danger:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
}
#bankTransferModal .btn-secondary {
    background: #eaeded;
}
.by-category .card {
    padding: 0;
    height: 6.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.125rem;
    transition: transform 0.5s, -webkit-transform 0.5s;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0.25rem 0.3125rem -0.15rem rgb(0 0 0 / 12%);
    box-shadow: 0 0.25rem 0.3125rem -0.15rem rgb(0 0 0 / 12%);
    background-color: hsla(0, 0%, 91.8%, 0.56);
    -ms-flex-pack: center;
    justify-content: center;
}
.by-category .card p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.0075rem;
    text-align: center;
    color: #4a4a4a;
}
.navbar-light .nav-item.active .nav-link:not(.disabled)>i,
.navbar-light .nav-item.show .nav-link:not(.disabled)>i,
.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled)>i,
.navbar-light .nav-item.active .nav-link:not(.disabled),
.navbar-light .nav-item.show .nav-link:not(.disabled),
.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) {
    color: #ca1f1f;
}
.text-primary {
    color: #ca1f1f !important;
}
.brand-navbar .brand-btn {
    margin: 0 0.5rem;
}
.btn-primary {
    background: #ca1f1f;
}
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary.active, 
.btn-primary.show{
    background: #ca1f1f;
    border-color:#ca1f1f;    
}
.btn-outline-primary {
    border-color: #ca1f1f;
    color: #ca1f1f;
}
.btn-outline-primary:hover {
    background: #ca1f1f;
    border-color: #ca1f1f;
}
.navbar-tool .navbar-tool-label {
    background: #ca1f1f;
}
.bs-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.bs-1:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.bs-2 {
    box-shadow: 0 3px 6px rgb(0 0 0 / 12%), 0 3px 6px rgb(0 0 0 / 7%);
}
.bs-3 {
    box-shadow: 0 3px 6px rgb(0 0 0 / 13%), 0 3px 6px rgb(0 0 0 / 2%);
}
.bs-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.bs-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.search-bar {
    border-color: #c7c7c7;
}
.navbar-light .navbar-tool-icon-box.bg-secondary {
    background-color: #eaeded !important;
}
.navbar-light .navbar-tool:hover .navbar-tool-icon-box.bg-secondary {
    background-color: #eaeded !important;
}
.topbar-light .topbar-text>i,
.topbar-light .topbar-link>i {
    color: #222222;
}
.product__breadcrumb {
    padding-left: 20px;
}
.product__breadcrumb {
    padding-left: 20px;
}
.search-form__head {
    width: 37%;
}
.user-dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 52px;
    top: 45px;
    background: #fff;
    z-index: 9;
    padding-left: 0;
    width: 146px;
}
.user-dropdown-content li {
    list-style-type: none;
}
/* product */
.product-card .btn-wrapper {
    padding: .5rem;
}
.product-card .fs-xs {
    font-size: 14px;
    word-break: break-all;
    margin-bottom: 0.4rem;
}
.product-card .card-body {
    height: 6.7rem;
    z-index: 0;
}
.product-card .product-name{
    word-wrap: break-word;
}
.product-gallery-preview-item>img {
    height: 28rem;
    object-fit: contain;
}
.sc-btn {
    margin-top: .4rem;
    position: absolute;
    bottom: 0;
    width: 85%;
}
.user-t-avatar {
    background-color: #e5e5e53b;
    text-transform: uppercase;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    display: block;
    color: #ca1f1f;
    margin: 0 auto;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
}
/* shop page */
#brand-shop-sdf .form-check {
    padding-left: .5rem;
}
.enquire-s-line {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 0;
    text-align: justify;
}
/* toastr */
#toast-container>div {
    opacity: 1 !important;
}
/*  */
.product-card .product-card-actions,
.product-card>.btn-wishlist,
.product-card .badge {
    z-index: 0;
}
.breadcrumb {
    font-size: 0.7rem;
}
/* responsive css */
@media only screen and (max-width: 768px) {
    /* .handheld-toolbar{
    display: none !important;
  } */

  .pagination{
     flex-wrap:wrap;
  }

  .pagination-wrap

  .sticky-header{
      position: fixed;
      z-index: 1;
      top: 0;
  }

    .slider-img {
        height: 150px;
        width: 100%;
        object-fit: contain;
    }
    .hh-grayBox {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .breadcrumb {
        margin-bottom: 10px;
    }
    .product__tabs .nav-link {
        padding: 10px 8px;
        font-size: 12px;
        text-align: center;
    }
    .order-tracking {
        padding: 40px 0px;
    }
    .order-tracking::before {
        content: '';
        display: block;
        height: 80px;
        width: 3px;
        background-color: #f02308;
        top: -40px;
        position: absolute;
        left: 0;
        z-index: 0;
        right: 0;
        margin: 0 auto;
    }
    .zeynep ul>li>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .zeynep ul>li>a i {
        margin-left: 10px;
    }
    .handheld-toolbar-enabled {
        padding-bottom: 0;
    }
    .mobile-login__dropdown {
        left: -96px;
        top: 87%;
    }
    .mob-wd100 {
        width: 100%;
    }
    .offcanvas-body {
        padding: 0 1rem;
    }
    .tawk-min-container .tawk-button-circle.tawk-button-large {
        height: 30px!important;
        width: 30px!important;
    }
    .handheld-toolbar-item {
        text-align: center;
        vertical-align: middle;
        padding: 10px 0px;
    }
    .tawk-button-large {
        bottom: 31px!important;
        right: 0px;
    }
    .tawk-button-large svg {
        height: 18px;
        width: 18px;
    }
    .mob__quantity__wrap {
        display: flex;
        align-items: center;
        justify-content: left;
        border-top: 1px solid #ccc;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        left: 0;
        padding-left: 15px;
        padding-bottom: 10px;
    }
    .mob__quantity__wrap .qty {
        width: 100px;
        margin: 0 15px;
    }
    .mob-shorcut-links {
        width: 100%;
    }
    .mob-shorcut-links nav {
        display: flex;
        justify-content: space-between;
    }
    .mob-shorcut-links nav li {
        list-style-type: none;
    }
    .mob-shorcut-links nav li a {
        color: #333;
    }
    .user-dropdown-content {
        right: 10px;
        top: 37px;
        width: 100px;
    }
    .make-carousel .owl-nav .owl-next {
        right: -23px;
    }
    .make-carousel .owl-nav .owl-prev {
        left: -23px;
    }
    .product__breadcrumb {
        padding-left: 00px;
    }
    .mobile__logo {
        width: 45%;
        position: absolute;
        left: 43px;
        top: 11px;
        padding: 0;
    }
    .search-form__head .input-group {
        flex-wrap: nowrap;
    }
    .search-form__head {
        margin: 20px 0px 10px;
        width: 100%;
    }
    .mobile__nav {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0!important;
    }
    .btn__red {
        background: #ca1f1f;
    }
    .btn__red i {
        color: #fff;
    }
    .mob__sign__btn {
        font-size: 12px;
        padding: 5px;
        margin-right: 0!important;
        background: none!important;
        border: none;
    }
    .mob__sign__btn i {
        font-size: 25px;
        line-height: 25px;
        color: #222222;
    }
    .mobile__nav .navbar-tool .navbar-tool-label {
        top: 7px;
        right: 7px;
        width: 14px;
        height: 14px;
        font-size: 10px;
        line-height: 15px;
    }
    .product__breadcrumb {
        padding-left: 00px;
    }
    .zeynep-opened .zeynep {
        width: 80% !important;
    }
    .mobile-sidebar-toggler {
        display: block;
    }
    .d-mb-none {
        display: none;
    }
    .mt-2-mb {
        margin-top: 2rem;
    }
    .related-products-carousel.tns-controls-outside [data-controls="prev"],
    .related-products-carousel.tns-controls-outside [data-controls="next"]{
        z-index: 0;
        height: 0;
        width: 0;
    }
}
/* testimonial */
.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}
.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}
.gtco-testimonials .owl-nav {
    display: none;
}
.gtco-testimonials .owl-dots {
    text-align: center;
}
.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #ca1f1f;
    margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
    background: #ca1f1f;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}
.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}
.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}
.gtco-testimonials .card h5 {
    color: #ca1f1f;
    font-size: 21px;
    line-height: 1.3;
}
.gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}
.gtco-testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}
.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}
.gtco-testimonials .center {
    opacity: 1;
}
.gtco-testimonials .center h5 {
    font-size: 24px;
}
.gtco-testimonials .center h5 span {
    font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}
@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}
.owl-carousel button.owl-dot {
    outline: 0;
}
/* share js */
#social-links,
#share {
    position: fixed;
    right: 0;
    top: 48%;
    padding: 8px 0 8px 8px;
    background-color: #eaeded;
    border-radius: 4px 0 0 4px;
    font-size: 70%;
    z-index: 999;
}
#share .jssocials-share {
    display: block;
}
#social-links a:hover,
#social-links a:active,
#social-links a:focus {
    color: #fff;
}
@media (max-width: 640px) {
    #social-links {
        top: 34%;
        padding: 5px;
        font-size: 110%;
    }
}
.page-item.active > .page-link{
    box-shadow: 0 0.5rem 1.125rem -0.425rem rgb(202 31 31);
    background-color: #ca1f1f;
}
/* theme */
.widget-categories .accordion-button {
    color: #4b566b;
}

.text-success{
    color: #3c763d !important;
}

.bg-success {
    background-color: #3c763d !important;
}

/* .product-section-carousel .tns-controls{
    display: none;
} */

/* Chrome, Safari, Edge, Opera */
input.no-arrow-input-number::-webkit-outer-spin-button,
input.no-arrow-input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.no-arrow-input-number[type=number] {
  -moz-appearance: textfield;
}

.iti--separate-dial-code{
    width: 100%;
}

#subscription-form .input-group{
    z-index: 0;
}

.badge{
    font-weight: 600;
}

.wc-btn{
    font-size: 11px;
    text-decoration: underline;
    float: right;
    text-transform: uppercase;
    background: white;
    padding: 0.3rem;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .wc-btn{
        float: inherit;

    }
    .order-item-container .col-md-3{
        margin-bottom: 1rem;
    }
}

input:focus:required:invalid {border: 1px solid red;}
select:focus:required:invalid {border: 1px solid red;}

.bank-transfer-amount{
    font-size: 2rem;
    font-weight: 900;
}

a.whats-app-chat-wid>img {
    position: fixed;
    bottom: 6rem;
    right: 1rem;
    height: 6%;
}

@media only screen and (max-width: 600px) {
    a.whats-app-chat-wid>img {
      height: 6% !important;
      z-index: 1;
    }
}

a.market-app-chat-wid>img {
    position: fixed;
    bottom: 10rem;
    right: 1rem;
    height: 6%;
}


@media only screen and (max-width: 600px) {
    a.market-app-chat-wid>img {
      height: 6% !important;
      z-index: 1;
    }
}


{"mode":"full","isActive":false}