body {
    background:#FAFAFA;
    color: #606060;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight:400;
    }
    .clr {
        clear: both;
    }
    ul {
        padding: 0;
        margin: 0;
    }
    a {
        text-decoration: none!important;
        color:#253D4E;
    }
    a:hover {
    color:#B81F24;	
        }
    p {
     color: #606060;
     font-size: 14px;
     line-height: 22px;
     font-weight: 500;
    }
    
    h1 {
    font-weight:700;
    color: #253D4E;
    font-size:50px;
    
        }	
    h2 {
    
          color:#253D4E ;
          font-size:35px;
          margin-bottom:15px;
          font-weight:600;
        }	
    h3 {
    font-weight:600;
        font-size:28px;	
        color:#253D4E;
        }	
    h4 {
        font-size:20px;
        color:#253D4E;
    font-weight:600;
    line-height: 24px;
        }
            
    h5{
    font-size:16px;
    color:#333;
    font-weight:700;
    margin-bottom:0;
        }
    .btn-danger {
        line-height: 28px;
        background-color: #B81F24 !important;
    border: none;	
    }	
    .bg-danger {
    background-color: #B81F24 !important;
    }
    .text-danger{
        color: #B81F24 !important;
    }
    header{
    background-color: #0F233C;	
    }	
    header.active {
        position: fixed;
        top: -150px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        width: 100%;
        z-index: 999;
      }
      .colling {
        position: relative;
        /* margin-top: -25px;  */
        border-radius: 8px;	
        overflow: hidden;
       }
       /* .colling::after{
         content: "";
        border-left: 5px solid #0f233c;
        border-top: 8px solid transparent;
        position: absolute;
        right: -5px;
         top: 0;
         z-index: 99;
         width: 0; 
         height: 0;
       } 
       .colling::before{
        content: "";
        border-right: 5px solid #0f233c;
        border-top: 8px solid transparent;
        position: absolute;
        left: -5px;
         top: 0;
         z-index: 10;
         width: 0; 
         height: 0; 
       }   */
    header.active .colling {
        margin-top: -4px;
        border-radius: 8px;	
        overflow: hidden;
      }  
     
    .header-top {
    background-color: #0A1B2F;	
    }
    .navbar-brand img {
    height: 82px;
    /* filter: brightness(0) invert(1);	 */
    }
    .topsearch {
        border-radius: 8px;
      }
      /* .cart-dropdown-wrap {
        position: absolute;
        right: 0;
        top: calc(100% + 20px);
        z-index: 99;
        width: 320px;
        background-color: #fff;
        -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
        padding: 30px 20px 27px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        border-radius: 10px;
        border: 1px solid #ececec;
      } */
      .cart-dropdown-wrap.cart-dropdown-hm2 {
        right: 0;
      }  
      .cart-drop {
        position: relative;
      }
      .cart-drop:hover .cart-dropdown-wrap {
        opacity: 1;
        visibility: visible;
        top: calc(100% + 10px);
      }
      .cart-dropdown-wrap ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .cart-dropdown-wrap ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 20px;
        border-bottom: solid 1px #eee;
  padding-bottom: 10px;
      }
      .cart-dropdown-wrap ul li .shopping-cart-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        margin-right: 20px;
      }
      .cart-dropdown-wrap ul li .shopping-cart-img a img {
        max-width: 50px;
      }
      .cart-dropdown-wrap ul li .shopping-cart-title {
        margin: 6px 0 0;
      }
      .cart-dropdown-wrap ul li .shopping-cart-delete {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 100;
        -ms-flex-positive: 100;
        flex-grow: 100;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 6px 0 0;
      }
      .right-menu a {
        color: #fff;
        display: inline-flex;
        margin: 5px 6px;
        position: relative;
        font-size: 14px;
        align-items: center;
      /* gap: 10px; */
      }
      .right-menu a i {
        font-size: 28px;
      } 
      .right-menu .badge {
        width: 25px;
        height: 25px;
        font-weight: 600;
        font-size: 12px;
        padding: 2px;
        line-height: 19px;
        text-align: center;
        color: #C91717;
        left: 27px;
      top: -5px !important;
      }  
      .navbar-nav .nav-link {
        padding:24px 15px !important;
        letter-spacing: 1px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
      }
      .navbar-nav .nav-link.active,.navbar-nav .nav-link.show {
        background-color: #C91717;
        color: #fff;
      }
      /* .navbar-nav .dropdown-menu {
        max-height: 300px;
        overflow-y: scroll;
        scrollbar-width: thin;
      } */
      .dropdown-item {
        padding: 12px;
        font-size: 14px;
        border-radius: 5px;
      }
      .btn-dark {
    background-color: #0F233C !important;
    border: none;	
      }
      .cart-dropdown-wrap ul li .shopping-cart-title h4 a {
        color:#C91717;
        margin: 0;
      }
      .cart-dropdown-wrap ul li .shopping-cart-delete a {
        font-size: 18px;
        color: #696969;
      }
      .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
        border-top: 2px solid #f3f3f3;
        margin: 25px 0;
        padding: 17px 0 0;
      }
      .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
        color: #9b9b9b;
        font-weight: 700;
        font-size: 16px;
        margin: 0;
        text-align: left;
      }
      .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
        font-size: 18px;
        float: right;
        color:#C91717;
      }
      .country-drop {
        background-color: #DB3F42;
        border: none;
        border-radius: 0;
        color: #fff;
        font-size: 13px;
        padding: 14px 40px 14px 15px;
        background-image: url("../images/chevron-down.svg");
      }
    
      .form-control {
        height: 55px;
        line-height: 55px;
        width: 100%;
        border: 1px solid #e6e2f5;
        padding: 0px 20px;
        color: #333;
        border-radius: 0px;
        font-weight: 400;
        border-radius: 5px;
        font-weight: 500;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-size: 16px;
      }
     footer{
    background-color: #FFE9E9;	
     } 
     .bottom-nav li a {
    color: #222;	
     }
     .bottom-nav li a.active,.bottom-nav li a:hover {
        color: #B81F24;	
         }
    .fheading {
    margin-bottom: 20px;	
    }	
    .cathead {
        padding: 11px 20px;
    }
    .cathead h4 {
    font-weight: 500;	
    } 
    .menu-list {
        list-style: none;
        padding: 0;
        margin-bottom: 20px;
      }
    .menu-list li {
        display: block;
      }
      .menu-list li a {
        display: inline-block;
        color: #575757;
        padding: 5px 10px;
        position: relative;
        font-size: 16px;
      }
      .menu-list li a::before{
        content: "\F280";
        font-family: bootstrap-icons !important;
        margin-right: 10px;	
        font-size: 10px;
      }
      .menu-list li a:hover {
        color: #B81F24;	
      }
      .probox{
    margin-bottom: 20px;	
      } 
      .carousel-caption {
    bottom: 5%;
    text-align: left;
    left: 5%;
    right: 5%;	
      }
    .carousel-control{
        background-size: 50% 50%;
        background-color: #fff;
        border-radius: 100%;	
        width: 48px;
        height: 48px;
        line-height: 49px;
        color: #222;
      }   
    .cate-list{
    list-style: none;
    padding: 15px;	
    margin: 8px 0 30px 0;
      }
    .cate-list li{
    display: block;
    margin-bottom: 10px;
      }
      .cate-list li a {
        font-size: 16px;
        line-height: 35px;
        color: #666;
        position: relative;
        display: block;
        padding: 6px 15px;
      }
    .cate-list li a::after{
        content: "\F285";
        font-family: bootstrap-icons !important;
        margin-right: 10px;	
        font-size: 13px;
        right: 0;
        position: absolute;	
    } 
    .deal-section {
      background-color: #fff;
      padding: 40px 25px 25px;
        position: relative;
        /* background-color: #FFE9E9;
      display: flex;
      align-items: stretch; */
      border-radius: 10px;
      border: solid #b81f24 5px;
      }
    .owl-nav {
        text-align: center;
        margin: 15px;
      }
    .owl-nav button {
    border-radius: 5px;
    height: 34px;
    width: 34px;
    background-color: #F7D3D3 !important;
    margin: 2px;	
    }
    /* .deal-text{
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        position: absolute;
        right: 12px;
        top: 0;
        height: 68%;
        left: 0;
        margin: 0;
    }     */
    .offer-price{
    text-decoration: line-through;
    color: #7E7E7E;
    font-weight: 300;
    font-size: 16px;	
    }
    .offer-tag {
        width: 55px;
        height: 55px;
        background-color: #0F233C;
        border-radius: 100px;
        text-align: center;
        color: #fff;
        display: flex;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        line-height: 18px;
      }
    .wishicon{
        width: 40px;
        height: 40px;
        background-color: #FFE9E9;	
        border-radius: 100px;
        text-align: center;
        color: #E96969;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;	
    }
    .wishicon.active{
        background-color: #B81F24;	
        color: #fff;
    } 
    .salebox-heading::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100px;
    height: 1px;
    background-color: #B81F24;
    }
    #onsalecarousel .owl-nav button,#specialoffercarousel .owl-nav button,#bestsellingcarousel .owl-nav button,#newarrivalcarousel .owl-nav button,#featuredcarousel .owl-nav button {
    background-color: transparent !important;
    width: 29px !important;
    margin: 0 !important;	
    color: #B81F24;
    }
    #onsalecarousel .owl-nav,#specialoffercarousel .owl-nav,#bestsellingcarousel .owl-nav,#newarrivalcarousel .owl-nav,#featuredcarousel .owl-nav {
        text-align: right;
        margin: 0;
        position: absolute;
        top: -54px;
        right: 0;
      } 
    .cate-tabs li .nav-link{
    font-weight: 500;
    color: #575757;
      }
    .cate-tabs li .nav-link.active{
        color: #B81F24;
          }
    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        background-color: #B81F24;
        border-radius: 100px;
        border: none;
          }
    .carousel-indicators .active {
            width: 24px;
            height: 12px;
            background-color: #B81F24;
              }	  
    .big-arrival {
    width: 100%;
    background-color: #FFE9E9;	
    padding: 50px;
    min-height: 450px;
    overflow: hidden;
    }
    .text-dark {
    color: #0F233C !important;	
    }
    .big-offer{
        width: 94px;
        height: 94px;
        background-color: #B81F24;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 500;
        font-size: 23px;
        line-height: 24px;	
    }
    .bigarrivalimg {
        position: absolute;
        bottom: 0;
        width: 400px;
        right: 0;
        transition: all ease-in-out .5s;
      }
    .big-arrival:hover .bigarrivalimg{
        transform: scale(1.1);
        transition: all ease-in-out .5s;
    }  
    .bg-danger-subtle{
        background-color: #FFE9E9 !important;		
    }
    .proimg {
        height: 250px;
        width: 100%;
        object-fit: contain;
        transition: all ease-in-out .5s;
      }
      .prbox:hover .proimg {
        transform: scale(1.1);
        transition: all ease-in-out .5s;
      } 
    .small-arrivalimg {
        height: 180px;
        width: 180px;
        object-fit: cover;
        transition: all ease-in-out .5s;	
    }  
    .small-arrival:hover .small-arrivalimg {
        transform: scale(1.1);
        transition: all ease-in-out .5s;	
    } 
    .carousel-control-next, .carousel-control-prev{
        width: 9%;	
    }
    .breadcrumb-item.active{
    color: #B81F24;	
    }
    .orline {
        background: #ddd;
        height: 100%;
        width: 1px;
      }
      .contactbox {
        border: solid 1px #f5f5f5;
        background: #fff;
        display: flex;
        align-items: center;
      }
      .contact-left {
        background: #fff4f4;
        padding: 50px;
        flex: -moz-available;
        min-height: 500px;
      }
      .contact-right {
        padding: 50px;
      } 
      .breadcrumb-item + .breadcrumb-item::before {
        content: "\F285";
        font-family: bootstrap-icons !important;
        color: #7E7E7E;
        padding: 0 10px;
        font-size: 10px;
      }   
    .accordion-button{
        background-color: transparent !important;	
    }
    
    .accordion-button:not(.collapsed)::after {
        background-image: none;
        font-family: bootstrap-icons !important;
        content: "\F63B";
        color: #B81F24;
      }
     .accordion-button::after {
        background-image: none;
        font-family: bootstrap-icons !important;
        content: "\F64D";
        color: #B81F24;
        font-size: 20px;
      }
    .accordion-item{
    border-radius: 10px;
    box-shadow: none;	
      }
    .accordion-button:focus {
        box-shadow: none;
      }
    .accordion-button.collapsed {
    color: #222;	
    }  
    .accordion-button:not(.collapsed) {
        color: #B81F24;
        } 
    .offer-section {
            z-index: 9;
          }
    .listproduct{
        transition: all ease-in-out .5s;
          }	  	
    .listproduct:hover {
        transition: all ease-in-out .5s;
        box-shadow: 0 0 25px #cecece !important;
    }
    .pagination .page-link {
        border: 0;
        padding: 0 10px;
        box-shadow: none;
        outline: 0;
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 40px !important;
        color: #7E7E7E;
        line-height: 40px;
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        background-color: #F2F3F4;
        margin: 7px;
      }
    
      .page-item.active .page-link {
        color: #fff;
        background-color: #B81F24;
        border-color: #B81F24;
      }
      .catbox{
    padding: 15px;
    height: 250px;
    background-size: cover;
    display: flex;
      flex-direction: column;
      align-items: baseline;
      justify-content: end;
      } 
      .catbox:hover::before{
        backdrop-filter: blur(5px);
      }   
    
    .catbox::before {
        content: "";
        background: linear-gradient(0deg, rgba(58, 1, 1, 0.82) 25%, rgba(174, 18, 18, 0.78) 100%);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
      }
      .tabmenu .nav-link {
        color: #666;
        border-radius: 25px;
        background: #f5f5f5;
        margin: 10px;
        font-weight: 500;
      }
      .tabmenu .nav-link.active {
        background: #B81F24;
        color: #fff;
      }
      #sync1 .item img {
        height: 500px;
        object-fit: contain;
        width: 100%;
        background-color: #fff;
      }
      #sync2 .item img {
        height: 100px;
        object-fit: contain;
        width: 100%;
      }
      #sync2 .item {
        padding: 5px;
        margin: 5px;
        background-color: #FFF;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
        border: solid 1px #f5f5f5;
      } 
      #sync2 .current .item {
        border-color: #B81F24;
      }
      #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        margin-top: -20px;
        position: absolute;
        top: 50%;
        background: #B81F24 !important;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        color: #fff;
      }
      #sync1.owl-theme .owl-prev {
        left: 10px;
      } 
      #sync1.owl-theme .owl-next {
        right: 10px;
      }
      .fancybox-wrap{
    background-color: #fff;
    border-radius: 15px;;	
      } 
      .accountlist {
        list-style: none;
      }
      .accountlist li:not(:last-child) {
        margin-bottom: 10px;
      }
      .accountlist li {
        position: relative;
        border-radius: 10px;
        border: 1px solid #ececec;
        overflow: hidden;
      }
      .accountlist li a {
        font-size: 16px;
        color: #7E7E7E;
        padding: 15px 30px;
        font-weight: 500;
        display: block;
        border-radius: 7px;
      }
      .accountlist li a::after {
        content: "";
        background: #B81F24;
        position: absolute;
        width: 0%;
        height: 100%;
        left: 0;
        top: 0;
        transition: all ease-in-out .5s;
        z-index: 0;
      }
      .accountlist li a:hover,.accountlist li.active a {
        color: #fff;
        transition: all ease-in-out .5s;
      } 
      .accountlist li a:hover::after,.accountlist li.active a:after {
        width: 100%;
      }
      .accountlist li a i {
        font-size: 19px;
        opacity: 0.6;
        margin-right: 10px !important;
      } 
      .wishimg {
        height: 120px;
        width: 120px;
        object-fit: contain;
        border-color: #ececec !important;
      }
      .wishlisttable tr td {
        vertical-align: middle;
        padding: 25px 10px;
        border-color: #ececec !important;
      }
      .form-check-input {
        width: 1.2em;
        height: 1.2em;
      }
      .form-check-input:checked {
        background-color: #B81F24;
        border-color: #B81F24;
      }
      .accountaccording .accordion-button {
        background-color: #FDD3D382 !important;
        color: #222;
        font-weight: bold;
        padding: 20px;
        box-shadow: none;
      }
    .paymentnav {
    border-radius: 8px;
    overflow: hidden;	
      }            
      .paymentnav .nav-link {
        background-color: #fbdede;
        color: #e69696;
        border-radius: 0;
      }
    .paymentnav .nav-link.active{
        background-color: #B81F24;
        color: #fff;
        }
        .list-group-item.active {
            z-index: 2;
            color: #b81f24;
            background-color: transparent;
            border-color: #ddd;
          }	
    .cate-according .accordion-button::after{
    font-size: 14px;	
    }
    .cate-list li a:hover,.cate-list li a.active{
        color: #fff;
        background-color: #0F233C;
        border-radius: 100px;
    }	
    .component-container{
      position: sticky;
      top: 80px;  
    }  
   .btn-secondary{
    background-color: #0F233C !important; 
    border-color: #0F233C !important; 
   } 
   .prbox {
    overflow: hidden;
    border-radius: 20px !important;
    height: calc(100% - 20px);
  }
   .container-fluid{
    max-width: 1680px; 
   }

.bg-danger-subtle2{
 background-color: #f4f6e6; 
}
.salebox-heading {
  background: #fff4f4;
  border-radius: 50px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  border: none !important;
  gap:10px;
}
.salebox-heading h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.salebox-heading::after{
 display: none; 
}
.bg-light2{
  background: #f2f2f2 url(../images/newbg.png) 0 0 no-repeat;
  background-size: contain; 
}
.catbox::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 25%, rgba(81, 81, 81, 0.78) 100%);
}
.catbox {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
}
.catbox h3 {
  font-family: "Dancing Script", cursive; 
}
.deal-text {
  width: 100%;
  color: #fff !important;
  padding: 10px;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(-50deg, #b81f24, #d44, #800c10, #d32e33);
  /* background-size: 400% 400%; */
  animation: gradient 15s ease infinite;
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
  border: dashed 1px #fff;
  border-radius: 42px;
  box-shadow: 6px 12px 25px #a8a2a2de;
  text-shadow: 0px 2px 1px #6f0a0a;
}
.ad-banner{
border-radius: 5px;
overflow: hidden;  
}
.fbox {
  height: calc(100% - 20px);
  margin-bottom: 20px !important;
}
.roundbtn {
  border-radius: 100px !important;
  /* height: 45px;
  min-width: 45px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.login-nav .nav-link {
color: #666;
font-weight: 500;  
background: #f5f5f5;
margin-right: 20px;
}
.login-nav .nav-link.active {
  color: #fff;
  background-color: #B81F24;
  }
  .select2-container--default .select2-selection--single {
    background-color: #B81F24 !important;
    color: #fff;
    padding: 5px 20px 5px 0;
    border-radius: 0 !important;
    border: none !important;
    height: 35px !important;
    width: auto !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    text-align: left;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px!important;
    width: 26px!important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent!important;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #b81f24 !important;
  }
  .select2-dropdown {
    border: none !important; 
  } 
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent !important;
    border-width: 0 4px 5px 4px;
  }
  .quantity-controls{
    display: flex;
  align-items: center;
  }
  .img-flag{
   border-radius: 5px; 
  }
  .testimonial-section::before {
    content: "";
    background: #0F233C;
    height: 65%;
    position: absolute;
    z-index: 0;
    top: -20px;
    width: 100%;
    border-radius: 10px;
  }
  .heading {
    margin: 20px 0;
  }
  .climg {
    border: dashed 1.5px #A76F60;
    padding: 3px;
  }
  .blogbox {
    margin-bottom: 20px;
  }
  .blogtext {
    margin: -25px 30px auto;
    background: #fff;
    position: relative;
    padding: 20px;
    border-radius: 10px;
  }
  .blogtext p{
    word-break: break-all;
  }
@keyframes gradient {
  0% {
    background-position: 0% 80%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes shake-animation {
  0% { transform:translate(0,0) }
 1.78571% { transform:translate(5px,0) }
 3.57143% { transform:translate(0,0) }
 5.35714% { transform:translate(5px,0) }
 7.14286% { transform:translate(0,0) }
 8.92857% { transform:translate(5px,0) }
 10.71429% { transform:translate(0,0) }
 100% { transform:translate(0,0) }
}

   @media (max-width: 991px){
    header.active {
      top: -127px;
    }
    .carousel-control-next, .carousel-control-prev{
      width: auto;	
  }
  .carousel-caption h1 {
   font-size: 34px; 
  }
  .carousel-caption h4 {
    font-size: 18px; 
   }
   .carousel-caption {
    bottom: 13%;
  }
   }

   