/*Author: SYP - Solutions LTD*/
/*Author URI: https://sypsolutions.com.bd/ */
/*Support: https://sypsolutions.com.bd/ */
/*Version: 1.0.0 */
:root {
    --fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

    --main: #ed1e25;
    --mainhover: #006CB8;
    --secondary: #1a1a1a;
    --white: #fff;
    --secondarywhite: #fafafa;
    --black: #000;
    --gray: #f5f5f5;
    --body: #f2f4f8;
    --secondary-rgb: 100, 149, 237; /* Corresponding RGB value */
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.offer-image{
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #eee;
    margin: 0px 0px 20px;
    padding: 0px 0px 20px;
}
.offer-image img {
    width: auto !important;
    height: auto !important;
}
.item.col:hover {
    background: none !important;
    box-shadow: none !important;
}
.single-item img,
.single-item h4 {
  font-size: 16px;
  font-weight: 700;
}
.f-btn.cmpr-toggler {
    bottom: 170px;
}
.f-btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99999;
    background: var(--maincolor);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    padding: 5px;
    text-transform: uppercase;
    cursor: pointer;
    width: 59px;
    height: 59px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1), -5px 5px 10px rgba(0, 0, 0, .1);
    border-radius: .5rem;
}
.f-btn:hover span,
.f-btn:hover .label{
    color: var(--maincolor);
}
.f-btn .total-items .counter{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--lightblack);
    line-height: 20px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    #messenger-icon {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #0078FF;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      transition: transform 0.2s ease;
      cursor: pointer;
      z-index: 999;
    }
    #messenger-icon:hover {
      transform: scale(1.1);
    }
.see-all{
    color: var(--maincolor) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: Hind Vadodara, sans-serif !important;
}
    #messenger-icon a {
      color: white;
      text-decoration: none;
      font-size: 20px;
    }
.banner-area{
    margin-top: 24px;
}@media screen and (min-width: 1024px) {
  .product-gallery-container {
    padding: 40px;
  }
}

.find-store-bg-gradent{
    background: linear-gradient(90deg, var(--yellowcolor) 0%, #120e00 61%);
}
.find-storem-3{
    align-items: center;
    padding: 2.4%;
    width: 100%;
}
.find-storem-3 a{
    padding: 0px 20px;
}
.aaa p,
.aaa span{
    font-size: 14px !important;
}
.find-storem-3 span{
    font-size: 1.6rem;
    font-weight: 600;
}
.find-storem-3 p{
    font-size: 1.2rem;
}
.contact-right{
    margin-bottom: 2%;
}
.contact-right p{
    padding-top: 2px;
}
.contact-form-btn{
    background: rgb(0,149,218);
    background: linear-gradient(90deg, rgba(0,149,218,1) 0%, rgba(44,55,150,1) 58%);
}
.heading-right h5 a{
    color: var(--main);
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
.carousel-wrapper {
  position: relative;
}
.contact-form{
    flex: 0 0 auto;
    width:66%;
}
.contact-right-address{
    flex: 0 0 auto;
    width:34%;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(0,149,218,1) 0%, rgba(44,55,150,1) 58%);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}
.owl-prev {
  left: -10px;
}
.owl-next {
  right: -10px;
}
.image-box {
  padding: 30px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0px;
}
.blog-info .meta{
    font-size: 16px;
    font-weight: 400;
}
.panel h1{
    font-size: 28px;
    margin: 5px 0px;
    font-weight: 600;
}
.panel p{
    font-size: 14px;
}
.panel p a{
    color: var(--yellowcolor);
}
.cnt-i-back{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: rgb(0,149,218);
    background: linear-gradient(90deg, rgba(0,149,218,1) 0%, rgba(44,55,150,1) 58%);
    font-size: 15px;
    line-height: 2;
    text-align: center;
    color: var(--white);
    margin-right: 10px;
}
.contact-content-box {
    width: 100%;
    margin: auto;
    padding: auto;
    background-color: none;
    box-shadow: none;
    margin-top: 30px;
}
.btn.find {
       background: var(--yellowcolor) !important;
       color:black;
    padding: 14px 18px !important;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    width: fit-content;
    margin-left: auto;
    margin-top: 15px;
}
.txt h3{
    margin: 8px 0px 0px;
    line-height: 1;
}
.map-icon i{
    padding: 10px 25px 3px 6px;
}
.d-fc {
    color: var(--white);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.finder-icons{
    color: black;
}
.sectionPadding{
    padding: var(--sectionPadding);
}
.find-btn-location{
    color: black;
    height: 40px;
    width: auto;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 10px 30px;
    background: var(--yellowcolor);
    transition: background 0.3s ease, color 0.3s ease;
}
.find-btn-location i {
    margin-left: 8px;
}
.find-btn-location:hover{
    background: var(--maincolor) !important;
    color: var(--yellowcolor) !important;
}
 .txt p {
    color: #fff;
  }
    .txt h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
  }
  .btn.find{
          border-color: var(--lightblack) !important;
          transition: all 0.3s ease;
  }
  .btn.find:hover {
    background: none !important;
    border: 1px solid var(--yellowcolor) !important;
    color: var(--yellowcolor) !important;
}

.btn.find:hover i {
    color: var(--yellowcolor) !important;
}
.store-box{
    background: #fff;
    padding: 20px;
    height: auto;
    width: 100%;
    border: 1px solid #cdcdd4;
    border-radius: 10px;
    max-width: 1228px;
}
.contact-margin-left{
    border-left: 1px solid #939393;
    padding-left: 10px;
    max-height: 72px;
}
.location-margin-left{
    border-left: 1px solid #939393;
    margin:auto;
}
#content .top-image-sec{
    padding-bottom: 25px !important;
}
.contact-icons {
    background: black;
    color: var(--white);
    font-size: 30px;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    text-align: center;
    line-height: 80px;
    margin-right: 20px;
    transition: background 0.3s ease, color 0.3s ease;
}
.contact-icons:hover,
.contact-icons:hover span{
    background: var(--yellowcolor);
    color: var(--maincolor)!important;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.each-card-text label {
    color: #666;
    line-height: 26px;
    display: block;
}
.each-card-text .blurb {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.childcon{
    padding: 0px 0px 0px 7px;
}
footer{
    background-color: var(--black);
}
.footer-hight{
    padding-top: 75px;
}
.cate-wrap {
    margin-top: 12px;
}
.category-wrap-new{
    margin-bottom: 20px;
}
.categor-offer-box a{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.categor-offer-row{
    display: flex;
    justify-content: space-around;
}
.ws-box{
    display: flex;
}
.ws-box div , .ws-box-footer div{
        margin: 0px 0px -1px 0px;
}
.breadcrumb a {
    color: var(--yellowcolor);
    display: inline-block;
}
.r-lnk-wrap .c-card .ic {
    background: var(--s-primary);
}
.ic i{
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.c-card .ic .material-icons {
    color: #fff;
    background-color: var(--main);
    height: 50px;
    width: 50px;
    line-height: 2;
    padding-left: 12px;
    font-size: 25px;
}
.top-right-banner{
    width: 305px;
    height: 180px;
}
.category-name h5{
    display: block;
}
.category-box-img img{
    width: 100%;
    height: auto;
}
.material-icons {
    height: 24px;
    width: 24px;
}
.footer-featured-option{
    display: flex;
    justify-content: space-between;
}
.sliding_text_wrap {
    padding: 10px 1rem 0;
    background: #ffffff;
    margin-top: -3px;
    font-size: 14px;
    color: var(--secondary);
    border-radius: 0.8rem;
}
.product-info-all a{
    color: var(--maincolor);
}
footer{
    background-color: var(--headercolor);
}
.category-wrap-new{
    margin-bottom: 20px;
}
.category-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 11px;
    height: 60px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 0.5rem;
}
.categor-offer-box a{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.categor-offer-row{
    display: flex;
    justify-content: space-around;
}
.categor-offer-box{
    display: block;
    background: #ffffff;
    box-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, .1);
    padding: 1rem;
    width: 24%;
    height: 6.25rem;
    margin: .3125rem;
}
.ws-box , .ws-box-footer{
    display: flex;
}
.r-lnk-wrap .c-card .ic {
    background: var(--s-primary);
}
.ic i{
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.c-card .ic .material-icons {
    color: #fff;
    background-color: var(--maincolor);
    height: 50px;
    width: 50px;
    line-height: 2;
    padding-left: 12px;
    font-size: 25px;
}
.top-right-banner{
    width: 305px;
    height: 180px;
}
.category-name h5{
    display: block;
}
.category-box-img img{
    width: 100%;
    height: auto;
}
.material-icons {
    height: 24px;
    width: 24px;
}
.footer-featured-option{
    display: flex;
    justify-content: space-between;
}
.mdl-compare h4 {
    margin: -8px 0px;
    font-family: 'Open Sans' !important;
    color: var(--black-header);
    text-align: center;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 20px;
}
.mdl-compare p {
    font-family: 'Open Sans' !important;
    color: #c4c0bb;
    text-align: center;
    margin: 0 0 14px;
    font-size: 14px;
    opacity: 0.5;
}
.subscription-bg{
    background-color: var(--yellowcolor);
    height: 100px;
}
        .subscription-bg h3{
            color: black;
            font-size: 35px;
        }
        .subscription-bg .vartical-center{
            display: flex;
            align-items: center;
        }
        .subscription-bg .container{
            padding-top: 25px;
        }
        .subscription-bg i{
            color: var(--headercolor);
            font-size: 35px;
            padding: 0px 15px 0px 20px;
        }
        .subscribe-btn{
            background-color: var(--lightblack);
            color: var(--yellowcolor);
            font-size: 15px;
            font-weight: 600;
        }
        .subscribe-input{
            position: relative;
            width: 450px;
            height: 50px;
            border-radius: 0px;
        }
        .subscribe-btn{
            position: absolute;
            right: 15px;
            height: 41px;
            border: 5px solid var(--white);
            align-items: center;
            display: flex;
            top: 5px;
        }
.cmpr-field{
    position: relative;
}
marquee{
    color: var(--lightblack);
}
.category-name h5{
    color: var(--lightblack);
}
.st-outline{
    margin: .6875rem;
    padding: auto;
}
.comp-btn{
    display: flex;
    justify-content: center;
}
.mdl-compare p {
    font-family: 'Open Sans' !important;
    color: black;
    text-align: center;
    margin: 10px 14px;
    font-size: 12px;
    opacity: 0.5;
}
.product-category-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.contact-icons:hover {
       color:#667a96;
       border: 1px solid #667a96;
}
.comp-btn .st-outline:hover{
    background:#667a96;
    color:white !important;
}
.comp-btn .st-outline{
        background: black;
    
    width: 96%;
    font-family: 'Open Sans';
    font-size: 14px;
    border: none;
    padding: 0;
    margin: 0px -20px 0px -12px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    text-overflow: ellipsis;
    border-radius: 5px;
}
#search .material-symbols-outlined {
    color: var(--maincolor);
}
#search .material-symbols-outlined:hover {
    color: var(--yellowcolor);
}
.material-symbols-outlined:hover {
    color: black;
}
.header-title .close-icon .material-symbols-outlined:hover{
    color: #fff;
}
.f-btn.cmpr-toggler {
    bottom: 170px;
    color: black !important;
}
.cart-btn{
    color:black;
}
.f-btn .total-items .counter {

    background: #000000;
    color: var(--yellowcolor);
}
.cart-btn .total-items .counter{
     background: var(--yellowcolor);
    color: black;
}

.new-categor-offer-in span{
    color: var(--maincolor);
}

.f-btn:hover{
     background: var(--yellowcolor) !important;
    
}
#search .material-symbols-outlined {
    color: var(--maincolor) !important;
}
.sticky-footer ul li a span.material-symbols-outlined {

    color: var(--white) !important;
}
.desktop-deals {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.desktop-deals .fas.fa-laptop {
    margin-right: 8px;
    font-size: 1.5em;
}
.desktop-deals .text {
    line-height: 1.2;
    font-size: 1em;
    text-align: left;
}
.deals-text {
    font-size: 12px; 
}
.desktop-deals {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.desktop-deals .fas.fa-desktop {
    margin-right: 8px;
    font-size: 1.5em;
}
.desktop-deals .text {
    line-height: 1.2;
    font-size: 1em;
    text-align: left;
}
.deals-text {
    font-size: 12px;
}
.material-symbols-outlined.with-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px; 
    padding: 4px;
    border: 2px solid white;
    color: inherit;
    background-color: transparent;
}
.h-quick-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.material-symbols-outlined.with-border:hover {
    border: 2px solid #ffcc00 !important;
}
.material-symbols-outlined.with-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 4px;
    border: 2px solid white;
    color: inherit;
    background-color: transparent;
}
.h-quick-link .text {
    line-height: 1.2;
    font-size: 1em;
    text-align: left;
}
.h-quick-link .text br {
    display: block;
    line-height: 1.1;
}
.material-symbols-outlined.with-border:hover {
    color: #ffcc00 !important;
}
.customer-area .h-quick-link .material-symbols-outlined {
    border: none;
}
@media (max-width: 768px) {
    .material-symbols-outlined:hover {
        color: #ffcc00 !important;
    }
}
.customer-area .h-quick-link .material-symbols-outlined:hover{
    border:none;
}
.material-symbols-outlined.with-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 4px;
    border: 2px solid white;
    border-radius: 50%;
    color: inherit;
    background-color: transparent;
    transition: all 0.3s ease;
}
.h-quick-link .text .arrivals-text {
    font-size: 12px;
    color: inherit;
    transition: all 0.3s ease;
}
.h-quick-link.new-arrivals:hover .material-symbols-outlined.with-border {
    border: none;
    color: #ffcc00;
}
.h-quick-link.new-arrivals:hover .text .arrivals-text {
    color: #ffcc00;
}
.product h4.name a:hover{
    color: var(--maincolor)!important;
}
.categorie-list .product img{
    object-fit: contain;
}
@media (max-width: 768px) {
    .f-btn.cmpr-toggler {
        bottom: 243px !important;
        color: black !important;
    }
    #messenger-icon {
        bottom: 86px !important;
    }
    .cart-btn {
        position: fixed !important;
        bottom: 160px !important;
    }
    .f-btn.cmpr-toggler,
    .cart-btn,
    .whatsapp-container{
        display: none;
    }
}
.quantity .material-symbols-outlined{
    color: var(--maincolor)!important;
}
.review #button-review:hover{
    color: var(--maincolor);
    background: var(--yellowcolor)!important;
}
.contact-icons .material-symbols-outlined{
    color: var(--yellowcolor)!important;
}
.whatsapp-container{
        bottom: 90px;
}
.compare_product #content{
    font-size: 0.65rem;
}
.breadcrumb span{
    color: var(--maincolor);
    font-size: 12px;
}
.about-image-wrapper {
    margin-bottom: 40px;
}
        .about-image-wrapper img {
            width: 100%;
            background-position: relative;
            background-position: center;
            background-size: cover;
        }
#lc-toggle .material-symbols-outlined {
    color: var(--maincolor) !important;
}       
        .about-us-topic-head h3{
            font-size: 20px;
            font-weight: 600;
            margin: 10px 0px;
        }
        .mission-vision-area .col-md-4{
            width: 30% !important;
        }
.arrow-icon {
    font-size: 12px;
    display: block;
    padding-top: 20px;
    line-height: initial;
    font-size: 12px;
}
.fst-arrow-icon{
    margin: 0px 2px;
}
.has-child.active .arrow-icon {
    transform: rotate(180deg);
}
@media (max-width: 991px) {
    .drop-down {
        display: none;
        position: relative !important;
    }
    .drop-down li {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .arrow-icon {
        font-size: 10px;
        display: none;
    }
}
.grid-layout {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}

@media (max-width: 978px) {
    .arrow-icon {
        font-size: 10px;
        display: none;
    }
}
.has-child .fa-chevron-right {
  display: none;
}

/*product area here */
.product-listing .product .image {
    margin-bottom: 10px;
}
.product-listing .product .image a {
    display: inline-block;
}
.product-listing .product .image a img {
    height: 200px;
}





.nav .responsive-menu .drop-down li a {
    margin: 0px 7px;
}
