
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    padding: 0;
    margin: 0;
    color: #444;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}

a,
a:hover,
a:focus,
input,
button,
textarea,
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*--------------------------------------------------------------------
                        Typography Settings
--------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 50px;
    line-height: 50px;
}

h2 {
    font-size: 30px;
    line-height: 46px;
}

h3 {
    font-size: 18px;
    line-height: 32px;
}

h4 {
    font-size: 16px;
    line-height: 30px;
}

h5 {
    font-size: 15px;
    line-height: 30px;
}

p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

/*--------------------------------------------------------------------
                        alignment css
--------------------------------------------------------------------*/
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.main-menu li.active a {
        color: #E51C22;
	font-weight:600;
}
.float-right {
    float: right;
}

.no-gutter>[class*="col-"] {
    padding: 0;
}

.slick-slide:focus {
    outline: none;
}

.plr-none {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------------
                        All Transition Settings
--------------------------------------------------------------------*/
a,
img,
.pro-nav button.slick-arrow,
.owl-dot-style .owl-dot,
.main-menu ul li ul.dropdown,
.main-menu ul li ul.dropdown li ul.dropdown,
.main-menu ul li ul.mega-menu,
.categorie-menus li ul.cat-submenu,
.product-item,
.sec-img,
.action-links a,
.ratings,
.price-box,
.btn-cart,
.product-layout-two,
.product-module-four-item,
.product-countdown,
.blog-thumb-active.owl-carousel .owl-nav div,
.newsletter-btn,
.footer-useful-link li a,
.filter-attribute-container ul li a::after,
.img-view {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------------
                        Common class
--------------------------------------------------------------------*/
.fix {
    overflow: hidden;
}

.section {
    float: left;
    width: 100%;
}

/*--------------------------------------------------------------------
                        Slider Navigation style
--------------------------------------------------------------------*/
/* slick slider dot style */
.slick-dot-style .slick-dots {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.slick-dot-style .slick-dots li button {
    background: transparent;
    border: 2px solid #E52727;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    padding: 0;
    text-indent: -9999px;
    width: 15px;
}

.slick-dot-style .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slick-dot-style .slick-dots li.slick-active button {
   background: #E52727;
}

.slick-slide:focus {
    outline: none;
}

/* ---slick arrow style--- */
.pro-nav button.slick-arrow {
     background: transparent;
    border: 1px solid #E52727;
    cursor: pointer;
    height: 30px;
    left: 5px;
    color: #E52727;
    line-height: 30px;
    position: absolute;
    text-align: center;
}

.pro-nav button.arrow-next {
    left: auto;
    right: 0;
}

.slick-slider:hover button.slick-arrow {
    opacity: 1;
    visibility: visible;
}

/* Slick vertical slider arrow */
.pro-nav1 button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #E52727;
    cursor: pointer;
    height: 30px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.pro-nav1 button i {
    color: #E52727;
}

.pro-nav1 button.arrow-next {
    bottom: 0;
    top: auto;
}

.pro-nav1:hover button {
    opacity: 1;
    visibility: visible;
}

/* ------Owl carosel nav style------ */
.owl-arrow-style .owl-nav {
    border-radius: 25px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: -58px;
}

.owl-arrow-style .owl-nav div {
   background: #DC2626;
        display: inline-block;
        padding: 0 5px;
        width: 26px;
        height: 27px;
        border: 1px solid #DC2626;
        margin: 9px;
        border-radius: 5px;
        color: #fff;
        line-height: 25px;
        font-size: 15px;
}
.owl-arrow-style1 .owl-nav div  {
    background: #DC2626;
        display: inline-block;
        padding: 0 8px;
        width: 25px;
        height: 27px;
        border: 1px solid #DC2626;
        margin: 10px;
        border-radius: 5px;
        color: #fff;
        line-height: 25px;
        font-size: 20px;
}

.owl-arrow-style1 .owl-nav {
    border-radius: 25px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: -64px;
}

input[type="file"]::file-selector-button {
  height: 40px; /* Adjust as needed */
  padding: 0.5em 1em;
  /* Other styling properties */
}

/* dot style */
.owl-dot-style .owl-dots {
   bottom: -41px;
        left: 0;
        position: absolute;
        text-align: center;
        right: 0;
}

.owl-dot-style .owl-dot {
  background: #D9D9D9 none repeat scroll 0 0;
   
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    width: 15px;
}

.owl-dot-style .owl-dot.active {
    background: #DC2626;
}


/*--------------------------------------------------------------------
                        Start Header section
--------------------------------------------------------------------*/

/*----Start header top css----*/
.header-top-left>ul {
    padding: 12px 0;
}

.header-top-left li {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.header-top-left span {
    color: #aaa;
    margin-right: 5px;
}

.header-top-left li::before {
    background: #444 none repeat scroll 0 0;
    content: "";
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}

.header-top-left li:last-child::before {
    display: none;
}

.box.box-right {
    float: right;
}

.box-right li {
    display: inline-block;
    position: relative;
}

.box-right li button, .box-right li a{
    color: #fff;
    display: inline-block;
    padding: 12px 15px;
    background-color: transparent;
    border: none;
}

.box.box-right li button span, .box-right li a span {
    color: #fff;
    font-size: 10px;
    padding-left: 5px;
    vertical-align: middle;
}

.box-right li:hover>button, .box-right li:hover>a  {
    color: #E52727;
}

.box-dropdown {
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    right: 0;
    position: absolute;
    top: 100%;
    width: 150px;
    z-index: 99;
    padding: 10px 0;
    display: none;
}

.box-dropdown li {
    display: block;
}

.box-dropdown li a {
    color: #444;
    padding: 8px 15px;
}


/*----End header top css----*/

/*----Start header Middle css----*/
.header-middle {
    padding: 0px 0;
}

.top-cat .nice-select {
    background: #f0f0f0;
    border: medium none;
    border-radius: 0;
    height: 52px;
    width: 150px;
    text-align: center !important;
    padding: 0 24px;
    border-radius: 6px 0 0 6px;
    z-index: 9;
}

.nice-select .list {
    z-index: 999;
}

.top-cat .nice-select .current {
    color: #555;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
}

input.top-cat-field {
    border: 1px solid #e0e0e0;
    color: #a4a4a4;
    font-size: 13px;
    height: 52px;
    padding: 0 10px;
    width: calc(100% - 300px);
    float: left;

}

.top-search-btn {
   background: #E52727 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 6px 6px 0;
    color: #111;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
    padding: 0 30px;
    width: 150px;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-bar{
 background: linear-gradient(180deg, #EC1D23 0%, #5D0505 100%);
 backdrop-filter: blur(15px);
 width: 350px;
 height: 100vh;
 position: fixed;
 top: 0;
 left: -350px;
 overflow-y: auto;
 transition: 0.6s ease;
 transition-property: left;
         z-index: 999;
}
.side-bar::-webkit-scrollbar {
  width: 0px;
}

.side-bar .top {
        padding: 10px 30px;
        background-color: transparent;
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ffffff42;
}

.side-bar.active{
 left: 0;
}
.sidenav-active .cover {
        background-color: rgba(0, 0, 0, 0.3);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: 5000;
        transition: background-color 0.3s, transform 0.3s;
}

.side-bar .menu{
 width: 100%;
 margin-top: 0px;
}

.side-bar .menu .item{
 position: relative;
 cursor: pointer;
}

.side-bar .menu .item a{
 color: #fff;
 font-size: 16px;
 text-decoration: none;
 display: block;
 padding: 13px 15px;
 line-height: 30px;
}

.side-bar .menu .item a:hover{
 background: #fff;
        color: #E51C22;
      
 transition: 0.3s ease;
}

.side-bar .menu .item a:hover svg {
	filter: brightness(0) saturate(100%) invert(8%) sepia(83%) saturate(7065%) hue-rotate(359deg) brightness(104%) contrast(108%);
	
}
.side-bar .menu .item i{
 margin-right: 15px;
}

.side-bar .menu .item a .dropdown{
 position: absolute;
 right: 0;
 margin: 7px 20px;
 transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu{

 display: none;
}

.side-bar .menu .item .sub-menu a{
 padding-left: 56px;
}
.side-bar .menu .item .sub-menu a.active{
color:#FFE500;
}
.side-bar .menu .item .sub-menu a.active:hover{
 color: #E51C22;
}

.rotate{
 transform: rotate(90deg);
}

.close-btn{
 position: absolute;
 color: #fff;

 font-size: 23px;
 right:  0px;
 margin: 15px;
 cursor: pointer;
}

.menu-btn{
 position: absolute;
 
 cursor: pointer;
}

.main{
 height: 100vh;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 50px;
}

.main h1{
 color: rgba(255, 255, 255, 0.8);
 font-size: 60px;
 text-align: center;
 line-height: 80px;
}

@media (max-width: 900px){
 .main h1{
   font-size: 40px;
   line-height: 60px;
 }
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: 70vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
 
  height: 100%;
  max-height: 100%;
 
  top: 0;
  left: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}









/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 12px 30px 12px 20px;
}


.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 0px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.arrow-icon-wrapper {
    display: inline-block;
    transition: transform 0.3s ease; /* Smooth rotation effect */
	position: absolute;
  right: 15px;
  top: 10px;
   font-weight: 900;
}

/* Rotate the arrow when the parent .sidebar-dropdown has the 'active' class */
.sidebar-dropdown.active .arrow-icon-wrapper {
    transform: rotate(180deg); /* Flips the arrow upside down */
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 0px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 35px;
  font-size: 13px;
}

.sidebar-submenu li:hover {
  color:#FFE500;
}


.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
 float: right;
        margin-top: 2px;
        margin-right: 24px;
        font-weight: 500;
        font-size: 14px;
		    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(180deg);
  right: 17px;
}



/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 3px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #eee;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #eee;
}
::-webkit-scrollbar-thumb:active {
  background: #eee;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/*-----------------------------chiller-theme-------------------------------------------------*/


.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}




.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a{
	
	 color: #E51C22;
	
}
.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}




.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a  {
  color: #fff;
  font-size: 15px;
  
}

.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a:hover  {
	background:none;
	color: #transparent;
}

.sidebar-dropdown.active a:hover  {
	
	color: #fff;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a:hover svg {
   
	filter: none;

}


.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #6c7b88;
}

/* header style 2 */
.home-header2 .nice-select {
    background: #fff;
}

.home-header2 input.top-cat-field {
    border: medium none;
}

.home-header2 .top-search-btn {
    background: #111111;
    color: #fff;
}

.home-header2 .top-search-btn:hover {
     color: #E52727;
}

.home-header2 .mini-cart-option li a, 
.home-header2 .mini-cart-option li button,
.home-header2 .mini-cart-option li:hover a,
.home-header2 .mini-cart-option li:hover button {
    color: #fff;
}

.home-header2 .mini-cart-option .count {
    background: #111;
    color: #fff;
}

.header-top-menu.menu-style2 {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}

/* header style 2 end */
.mini-cart-option {
           float: right;
}

.mini-cart-option li {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.mini-cart-option li span.lnr {
    color: #fff;
   
    font-weight: 500;
    padding-right: 7px;
}
.mini-cart-option li span.lnr svg {
    width:22px;
	height:22px;
}
.wishlist-link .wishlist-text {
        order: 1;
        margin-top: 3px;
}
.mini-cart-option li p {
    color: #fff;
   
    font-weight: 500;
  
}
.mini-cart-option li a, .mini-cart-option li button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    position: relative;
    border: none;
    padding: 0  2px;
    background-color: transparent;
}

.mini-cart-option li:hover a, .mini-cart-option li:hover button {
    color: #E52727;
}

.mini-cart-option .count {
    background: #E52727;
    border-radius: 50%;
    color: #333;
    font-size: 11px;
    height: 20px;
    left: 35px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: -12px;
    width: 20px;
}

.mini-cart-option .cart-h4 .count {
    left: 10px;
}

.mini-cart-drop-down {
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    padding: 20px;
    display: none;
    z-index: 9999999999;
    background: #fff;
    border-bottom: 2px solid #E52727;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.mini-cart-drop-down>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    color: #111;
    font-weight: 500;
}

.cart-img {
    margin-right: 20px;
    width: 60px;
}

.cart-border {
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 22px;
}

.mini-cart-drop-down a.cart-button {
    background: #C60000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 40px;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 10px;
}

.mini-cart-drop-down a.cart-button:hover {
    color: #C60000;
    background: #FFE500;
}

a.cart-button.hm2 {
    color: #fff !important;
}

.mini-cart-drop-down li a {
    color: #0b88ee;
    font-size: 15px;
    margin-bottom: 5px;
    max-width: 100%;
    font-weight: 400;
}

.cart-info h4:hover a {
    color: #E52727;
}

.cart-info span {
    color: #111;
    font-size: 16px;
    font-weight: 500;
}

.cart-info span span {
    color: #7e7e7e;
}

.subtotal-price>span {
    color: #E52727;
}
/*------ End header middle style css ------ */

/* ------Start header main menu css------ */

.top-main-menu {
    float: left;
    position: relative;
    width: 100%;
}

.main-menu {
    float: left;
}

.main-menu li {
    float: left;
    position: relative;
}

.main-menu li>a {
    color: #7D7D7D;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 18px;
    text-transform: capitalize;
}

.main-menu li:hover a::before {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu li span.lnr {
    font-size: 9px;
    margin-left: 10px;
}

/*dropdown menu css*/
.main-menu ul li ul.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    background: #fff;
    z-index: 999;
    padding: 10px 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #E52727;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.main-menu ul li ul.dropdown li {
    margin: 0;
    float: none;
    position: relative;
}

ul.dropdown li span {
    float: right;
    padding-top: 7px;
}

.main-menu ul li ul.dropdown li a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 20px;
    text-transform: capitalize;
}

.main-menu ul li ul.dropdown li:hover>a {
   color: #E52727;
}

.main-menu ul li ul.dropdown li ul.dropdown {
    left: 100%;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
   border-bottom: 2px solid #E52727;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li ul.dropdown li:hover ul.dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu li>a i {
    font-size: 14px;
    padding-left: 5px;
}

.main-menu ul li ul.dropdown li a i {
    float: right;
    font-size: 10px;
    margin-top: 8px;
}

/*mega menu css*/
.main-menu ul li.static {
    position: static;
}

.main-menu ul li ul.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
   border-bottom: 2px solid #E52727;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.main-menu ul li ul.mega-menu.mega-full {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}

.main-menu ul li ul.mega-menu li {
    width: 25%;
    float: left;
    margin: 0;
}

.main-menu ul li ul.mega-menu li a {
    padding: 10px 0 20px;
}

.main-menu ul li ul.mega-menu li ul li {
    width: 100%;
}

.main-menu ul li ul.mega-menu li ul li a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    text-transform: capitalize;
}

.main-menu ul li ul.mega-menu li ul li:hover a {
    color: #E52727;
}

/* -----Start header main menu css------ */

/* ------categories menu css here------ */
.categories-menu-bar {
    float: left;
}

.categories-menu-btn {
    background: none;
    color: #7D7D7D;
    cursor: pointer;
    float: left;
   font-size: 18px;
        font-weight: 500;
        padding: 17px 0;
        width: 125px;
        text-align: center;
        text-transform: capitalize;
}
.categories-menu-btn .active{
	
	
	color: #E51C22;
        font-weight: 600;
}
.categories-menu-btn span {
    margin-left: 6px;
}

.left {
    float: left;
}

.left i {
    font-size: 20px;
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block;
}

.right {
    float: right;
}

.right i {
    font-size: 15px;
        margin-right: 13px;
        vertical-align: middle;
}

.categories-menu-btn span.lnr {
    font-size: 14px;
    padding: 0 18px;
    vertical-align: middle;
}

.categories-menu-btn,
.categorie-menus {
    display: block;
}

.categorie-menus {
        background: linear-gradient(180deg, #EC1D23 0%, #5D0505 100%);
        min-width: 332px;
        position: absolute;
        top: 100%;
        -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
        display: none;
        z-index: 9;
        left: -70px;
		 height: 496px;
		 overflow: scroll;
		
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
.sfg{
	
	
	display: block;
}
.categorie-menus li {
    position: relative;
}

.categorie-menus li span.lnr {
    float: right;
    font-size: 10px;
    margin-top: 8px;
    vertical-align: middle;
}

.categorie-menus li a {
    color: #fff;
    display: block;
    line-height: 25px;
    padding: 10px 25px;
}

.categorie-menus .acive  {
    background: #fff;
    color: #E51C22;
	border-left: 3px solid #E51C22;
	font-weight:600;
	
}
.categorie-menus .acive svg {
	filter: brightness(0) saturate(100%) invert(8%) sepia(83%) saturate(7065%) hue-rotate(359deg) brightness(104%) contrast(108%);
	
}

.categorie-menus  > li:hover > a img {
  filter: invert(0.1) sepia(1) saturate(14) hue-rotate(195deg);
}


.more-btn::before {
    content: "\f067";
    font-family: "FontAwesome";
    padding-right: 10px;
}

.more-btn.minus::before {
    content: "\f068";
}
.swiper-container {
  overflow: hidden;
  width: 100%;
  
}
@media (min-width: 480px) {
  .swiper-container {
    min-height: 320px;
  }
}
.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
 border: 1px solid #eee;
        border-radius: 6px;
		padding:9px;
		box-shadow: 0px 0px 2px 2px #00000014;

  width: 100%;
}
@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
}

.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
 
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}
.swiper-slide img {

        border-radius: 10px;
}
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.gallery-top {
  position: relative;
  width: 100%;
 
}
@media (min-width: 480px) {
  .gallery-top {
    width: 80%;
    height: 40vh;
    margin-right: 10px;
  }
}

.gallery-thumbs {
  width: 100%;

  
}
@media (min-width: 480px) {
  .gallery-thumbs {
    width: 22%;
    height: 40vh;
    padding: 0;
  }
.gallery-thumbs img {
                object-fit: cover;
                   min-height: 100px;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}
.nice-select:after {
        border-bottom: none;
        border-right: none;
		border-top:none;
        content: "\f0d7";
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
		font: normal normal normal 14px / 1 FontAwesome;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.15s 
ease-in-out;
        transition: all 0.15s 
ease-in-out;
        width: 5px;
}
.nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(182deg);
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

@media (min-width: 320px) and (max-width: 479px) {

.gallery-top.mx-2{

margin-right: 0rem !important;
        margin-left: 0rem !important;
}

.gallery-thumbs {
        width: 100%;
        margin-bottom: 10px;
}
        .gallery-top {
                width: 100%;
                height: 40vh;
                margin-right: 10px;
        }
		.gallery-thumbs {
    width: 100%;
   
    padding: 0;
  }
}

/* categories sub menu css */

.categorie-menus li ul.cat-submenu {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 30px;
    visibility: hidden;
    width: 235px;
    padding: 15px 0;
}

.categorie-menus li:hover ul.cat-submenu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.cat-submenu>li a {
    color: #444;
    padding: 4px 25px;
}
.categorie-menus li:hover>a {
   
    color: #fff;
	
	
}


.categorie-menus li ul.cat-submenu li:hover>a {
   color: #E52727;
    background: transparent;
}

.categorie-menus li ul.cat-submenu li ul.cat-submenu {
    top: 30px;
    opacity: 0;
    visibility: hidden;
}

.categorie-menus li ul.cat-submenu li:hover ul.cat-submenu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.cat-submenu.category-mega {
    width: 600px !important;
}

.cat-submenu.category-mega>li {
    width: 33.33%;
    float: left;
}

.cat-mega-title>a {
    font-weight: 600;
}

.category-mega li ul li a {
    color: #444;
    padding: 3px 25px;
}

.cat-mega-menu li ul li:hover a {
    color: #E52727;
    background: transparent;
}

/* categories style 2 */

.categories-menu-bar.cat-menu-style2 {
    position: relative;
    width: 100%;
}

.cat-menu-style2 .categories-menu-btn {
    width: 100%;
}

.cat-menu-style2 .categorie-menus {
    width: 100%;
    display: block;
}

/* header call action css */
.header-call-action {
   position: absolute;
        right: -70px;
}

.header-call-action  {
   color: #fff;
        font-size: 18px;
        font-weight: 500;
        padding: 14px 34px;
	background: linear-gradient(90deg, #FDCE04 0%, #ED2422 100%);
clip-path: polygon(23px 0px, 100% 0px, 102% calc(100% + 1px), 1px calc(100% + 2px));
border-left: 1px solid #000;
}
.header-call-action::after {
        content: "";
        position: absolute;
        top: 0;
        right: 190px;
        width: 7px;
        height: 100%;
        background: #000;
        z-index: 3;
        transform: skewX(342deg);
}
.header-call-action strong {
    font-weight: 600;
}

.header-call-action span.lnr {
    font-size: 18px;
    padding-right: 10px;
}
.header-button{
	
	
	position: absolute;
        right: 180px;
                margin-top: 14px;
}

/* sticky menus css  */
.header-top-menu.sticker.sticky {
    position: ;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}
.dets{
	
	 text-align: right;
}
.w-85{
	
	
	width: 75%!important;
}
.header-top-menu{
	
	
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
   
}

.header-top-menu.sticker.sticky .categories-menu-bar {
    display: none;
}

.header-top-menu.sticky4.sticker.sticky {
    background: #fff none repeat scroll 0 0;
    margin-top: 0;
    padding: 15px 0 12px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}


/* slick nav style */
.slicknav_menu {
    background: #fff;
    display: none;
}

.slicknav_nav * {
    padding: 0 !important;
    margin: 0 !important;
}

.slicknav_nav li {
    border-radius: 0px;
}

.slicknav_nav li a {
    color: #fff !important;
    border-radius: 0px;
    padding: 10px !important
}

.slicknav_nav li a a {
    padding: 0 !important;
}

.slicknav_nav>li:hover>a,
.slicknav_nav>li>a>a:hover,
.slicknav_nav>li>a:hover {
   background-color: #E52727 !important;
    border-radius: 0px !important;
}

.slicknav_nav ul {
    margin-left: 20px !important;
}

.slicknav_nav ul li a:hover {
    background-color: transparent !important;
    color: #E52727 !important;
}

.slicknav_nav .lnr-chevron-right {
    display: none;
}

/* header style 4 */
.header-style4 input.top-cat-field {
    width: calc(100% - 300px);
}

.header-middle.header-style4 {
    -webkit-box-shadow: 4px 7px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 7px 7px rgba(0, 0, 0, 0.2);
}

.categories-menu-btn.bg-4.ha-toggle {
     background: none;
    color: #E51C22;
}

.top-main-menu.menu-style4 .main-menu {
    float: right;
}

/* header style three */
.header-top.hstyle3 {
    border-bottom: 1px solid #f0f0f0;
}

.hstyle3 .header-top-left li,
.hstyle3 .box-right li button, .box-right li a{
    color: #444;
}

.main-menu.menu-style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
}

nav.m-style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.main-menu.menu-style3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-main-menu .main-menu.menu-style3 li {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.top-main-menu .main-menu.menu-style3 li:last-child {
    border-right: none;
}

.main-menu.menu-style3 li>a {
    padding: 12px 16px;
    text-align: center;
    text-transform: capitalize;
}

.main-menu.menu-style3 li span i {
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.main-menu.menu-style3 li ul.dropdown li {
    width: 100%;
}

.main-menu.menu-style3 li span {
    display: inline-block;
    line-height: 18px;
    margin-left: 8px;
    max-width: 110px;
    text-align: left;
    vertical-align: middle;
}

.main-menu.menu-style3 ul li ul.dropdown li {
    border-right: medium none;
}

.main-menu.menu-style3 ul li ul.dropdown li a {
    text-align: left;
}

.main-menu.menu-style3 ul li ul.mega-menu li {
    border-right: none;
    width: 16.66%;
}

.main-menu.menu-style3 ul li ul.mega-menu li ul li {
    width: 100%;
}

.main-menu.menu-style3 ul li ul.mega-menu li a {
    text-align: left;
}

.mean-nav li a span.lnr {
    display: none;
}
.title {
	
	position: relative;
	
}


/* 
.title:before, .title:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 21px;
  font-style: normal;
	height: 21px;
  line-height: 1;
	overflow: hidden;
	font-family: FontAwesome;
	font-size: 20px;
	background: #fff;
	-webkit-transition: .35s;
	transition: .35s;
	color: #E51C22;

} */



/* 
.categories-menu-btn.active.title:before, .title:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 21px;
  font-style: normal;
	height: 21px;
  line-height: 1;
	overflow: hidden;
	font-family: FontAwesome;
	font-size: 20px;
	background: #fff;
	-webkit-transition: .35s;
	transition: .35s;
	color: #E51C22;
} */
.accordion-body {
        padding: 1rem 10px;
}
.title:before {
	z-index: 2;
}
.title:after {
	top: 25px;
	-webkit-transform: rotate( 180deg );
	-ms-transform: rotate( 180deg );
	-moz-transform: rotate( 180deg );
	transform: rotate( 180deg );
}

.open .title:before {
	height: 0;
}

/* --------Slider area css here-------- */
.single-slider {
    background-position: top center ;
    background-size: cover;
    min-height: 500px;
	background-size: cover;
 background-repeat: no-repeat;
  overflow: hidden;
}
.bac_bann {
         height: 100%;
        width: 100%;
}
.slider-text h1 {
    color: #111;
    font-size: 60px;
    line-height: 60px;
    text-transform: capitalize;
}

.slider-text p {
    font-size: 22px;
    margin-bottom: 55px;
    margin-top: 20px;
}

.btn-1.home-btn {
    background: #E52727;
    border-radius: 6px;
    color: #111;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    padding: 0 24px;
    text-transform: capitalize;
}

.btn-1.home-btn:hover {
    background: #111;
    color: #fff;
}

.slick-current .slider-text h1 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.slick-current .slider-text p {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.slick-current .home-btn {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/* hero style 2 */
.hero-style-2 .single-slider {
   height: 496px;
}

.hero-style-2 .slider-text h1 {
    font-size: 54px;
    line-height: 60px;
}

.hero-style-2 .slider-text p {
    margin-bottom: 30px;
}

.hero-style-2 .slider-text {
    padding: 0 20px;
}

/* slider three */
.single-slider.slider3 {
    height: 625px;
}


/* -----features area css start----- */
.feature-inner {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 36px 5px;
}

.feature-inner .col {
    position: relative;
    padding: 0;
    width: 20%;
}

.feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
	border: 1px solid #FFE500;
        background: #FFF7B459;
		padding: 22px 12px;
        border-radius: 10px;
		align-items: center;
		        margin-bottom: 20px;
}
.modal-content {
       
        border-radius: 1.3rem;
        outline: 0;
}
.feature-content {
    margin-left: 18px;
}

.feature-content h4 {
   font-size: 18px;
        line-height: 27px;
   color: #DC2626;
    margin-bottom: 5px;
    text-transform: capitalize;
	font-weight: 600;
}

.feature-content p {
   font-size: 15px;
        line-height: 23px;
        color: #DC2626;
}
.feature-icon img{
	object-fit: contain;
	width:80px;
	        height: 80px;
	
}
.showbtn{
	
	display: flex;
	
}
.btn-close2 {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em 1.25em;
        color: #fff;
       background: none;
        border: 0;
        border-radius: .25rem;
        opacity: 1;
}
.offcanvas {
        position: fixed;
        bottom: 0;
        z-index: 1050;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        visibility: hidden;
       background: linear-gradient(180deg, #EC1D23 0%, #5D0505 100%);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s 
ease-in-out;
width: 350px;
 height: 100vh;
  overflow-y: auto;
}
.offcanvas-body {
        flex-grow: 1;
        padding: 0px; 
        overflow-y: auto;
}
.offcanvas-title {
        margin-bottom: 0;
        line-height: 1.5;
		 color: #fff;
        font-size: 25px;
        font-weight: bold;
}


/* -----features area css end----- */

/* -----product wrapper area css start----- */
/* section title start */
.section-title {
    position: relative;
    margin-top: 54px;
    margin-bottom: 22px;
}

.section-title h3 {
   background: #fff none repeat scroll 0 0;
    color: #EC1D23;
    display: inline-block;
    font-size: 20px;
    padding-right: 30px;
    position: relative;
    text-transform: capitalize;
}

.section-title span {
    font-weight: 600;
}

.section-title.module-three {
    position: relative;
}

.section-title::after {
   
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: -1;
}

.hm-1 .section-title.module-three {
    margin-top: 40px;
    margin-bottom: 35px;
}

.boxx-tab {
    left: 50%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.nav.my-tab {
    background: #fff;
    display: inline-block;
    padding: 0 30px;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
}

.nav.my-tab li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.nav.my-tab li:last-child {
    margin-right: 0;
}

.nav.my-tab li::after {
    background: #d6d6d6;
    content: "";
    height: 1px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 15px;
}

.nav.my-tab li:last-child::after {
    display: none;
}

.nav.my-tab button {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 15px;
    border: none;
    background-color: transparent;
}

.nav.my-tab li button:hover,
.nav.my-tab li button.active {
    color: #111;
}

/* section title start */
.pro-module-title h3 {
    background: #fff;
    color: #111;
    display: inline-block;
    font-size: 26px;
    line-height: 33px;
    padding-right: 30px;
    position: relative;
    vertical-align: middle;
    text-transform: capitalize;
}

.pro-module-title span {
    font-weight: 600;
}

.product-item {
    border: 2px solid #f0f0f0;
    border-radius: 10px;
}

.product-item:hover {
    border-color: #FF0000;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.product-item:hover .action-links a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-item:hover .sec-img {
    opacity: 1;
    visibility: visible;
}

.product-thumb {
    position: relative;
    padding: 12px;
}

.product-thumb a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.product-short .nice-select .list {
    right: 0;
    left: auto;
}

.sec-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.label-product {
      background: #DC2626;
        border-radius: 5px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        left: 22px;
        line-height: 22px;
        min-width: 57px;
        padding: 3px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        /* -webkit-transform: skewX(-20deg); */
        -ms-transform: skewX(-20deg);
        /* transform: skewX(-20deg); */
        z-index: 3;
        border-radius: 50px;
}

.label-product:nth-child(1) {
    top: 20px;
}

.label-product:nth-child(2) {
    top: 47px;
}
.label-product1 {
       background: #009CFF;

       
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        left: 22px;
        line-height: 22px;
        min-width: 57px;
        padding: 4px 24px;
        position: absolute;
        text-align: center;
        text-transform: capitalize;
       
        z-index: 3;
        border-radius: 50px;
		border-top-left-radius: 30px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 30px;
}

.label-product1:nth-child(1) {
 left: 63%;
        margin-top: -32px;
}
.label-product2 {
       background: #009CFF;

       
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        left: 22px;
        line-height: 22px;
        min-width: 57px;
        padding: 4px 29px;
        position: absolute;
        text-align: center;
        text-transform: capitalize;
       
        z-index: 3;
        border-radius: 50px;
		border-top-left-radius: 30px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 30px;
}

.label-product2:nth-child(1) {
  top: 23px;
}

.label_sale {
    background: #E52727;
    color: #111;
}

.label-product span {
    display: block;
    
}

.action-links {
   position: absolute;
        right: 0;
       top: 40%;
        display: flex
;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
		left:0;
}

.action-links a {
   background: #FFE500;
    border-radius: 50%;
    color: #DC2626;
    display: block;
    font-size: 25px;
    height: 46px;
           margin: 4px;
    text-align: center;
    width: 46px;
    opacity: 0;
    visibility: hidden;
    
}

.action-links a i {
    line-height: 37px;
}

.quick-view-btn {
   
}

.action-links a:hover::before,
.action-links a:hover::after {
    opacity: 1;
    visibility: visible;
}

.action-links a:hover {
    background: #fedc19;
}

.product-caption {
    position: relative;
    padding: 1px 15px 15px;
}

.manufacture-product a {
     color: #000;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        text-transform: capitalize;
		display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
}

.product-name h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 0;
}

.product-name h4 a {
    color: #111;
}

.product-name h4:hover a {
    color: #E52727;
}

.ratings {
    padding: 8px 0;
}

.ratings span i {
    font-weight: 900;
}

span.yellow {
    color: #FACC15;
}
span.yellow2 {
    color: #FFE500;
}

/* Override star colors generated by renderbaschoStarRating helper */
.ratings .star--empty i { color: #cfcfcf !important; }
.ratings .star--filled i,
.ratings .star--half i { color: #f6c35d !important; }


.regular-price {
   color: #DC2626;
        font-size: 16px;
        font-weight: 600;
}

.old-price {
    color: #9CA3AF;
    display: inline-block;
    font-size: 15px;
    padding-left: 5px;
}

.regular-price .special-price {
    color: #E51C22;
}
.quantity-form {
  display: inline-block;
  position: relative;
  
  
}
.quantity-form p{
  color: #CFCFCF;
 position: absolute;
   font-size: 14px;
   top: 5px;
        left: 24px;
		text-transform: lowercase;
  
}
.quantity-form input[type=number] {
  width: 100%;
  line-height: 30px;
  text-indent: 10px;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #aaa;
          color: #444;
}
.quantity-form .qty-plus {
  position: absolute;
  right: 6px;
  top: 3px;
  color: #aaa;
}
.quantity-form .qty-minus {
  position: absolute;
  right: 6px;
  bottom: 3px;
  color: #aaa;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}
.btn-cart {
  background: linear-gradient(89.97deg, #ED2B21 35.37%, #FBB10A 99.92%);

    border: medium none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 36px;
    margin-top: 10px;
    padding: 5px 20px;
    text-transform: capitalize;
	        width: 100%;
			font-weight:600;
}

.btn-cart:hover {
    color: #fff;
    background: linear-gradient(89.97deg, #ED2B21 35.37%, #FBB10A 99.92%);
}
.btn-cart2 {
  background:none;
   border: 2px solid #DC2626;
    border-radius: 30px;
    color: #DC2626;
    cursor: pointer;
    font-size: 14px;
    line-height: 36px;
    margin-top: 10px;
    padding: 5px 20px;
    text-transform: capitalize;
	        width: 100%;
}

.btn-cart2:hover {
   color: #C60000;
    background:none;
}

.product-caption .btn-cart {
   
}

.product-item:hover .btn-cart {
  
}

.product-item:hover .ratings,
.product-item:hover .price-box {
   
}

.product-gallary-wrapper .owl-stage {
    margin-top: 15px;
}

/* home2 product-wrapper  */
.section-title.product-spacing.home2-tab-spacing {
    margin-bottom: 50px;
}

.section-title.product-spacing.home2-tab-spacing .boxx-tab {
    top: 54px;
}

.home2-tab-spacing .nav.my-tab button {
    font-size: 14px;
}

.product-gallary-active2.product-spacing .owl-nav {
    top: -85px;
}

/* home2 product-wrapper  */

/* tab problem fix css */
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

/* -----product wrapper area css end----- */

/* --------home banner statics-------- */
.single-banner-statics:hover img {
    opacity: 0.7;
}

.pro-gallary-banner {
    margin-top: 15px;
}

/* ----home featured categories area start---- */

.product-layout-two {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
	border-radius: 12px;
}

.product-layout-two:hover {
   border-color: #E52727;
}

.product-layout-thumb {
    min-width: 130px;
    width: 36%;
    text-align: right;
}

.product-layout-thumb:hover img {
    opacity: 0.7;
}

.product-layout-info {
    padding: 0px 9px;
}

.product-layout-two h4.pro-name {
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.product-layout-two h4.pro-name a {
    color: #fff;
	font-size: 18px;
}

.product-layout-two h4.pro-name:hover a {
    color: #fff;
}

.total-items {
  color: #fff;
        line-height: 26px;
        margin: 5px 0 10px;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 400;
}
.pro-name{
	
	font-size: 25px;
        line-height: 46px;
}
.shop-btn {
   color: #fff;
        line-height: 22px;
        text-transform: capitalize;
        background: #eeeeee4d;
        padding: 6px;
        border-radius: 30px;
        font-size: 13px;
		border: none;
        width: 177px;
		
}
.shop-btn1 {
   color: #fff;
        line-height: 22px;
        text-transform: capitalize;
        background: #eeeeee4d;
        padding: 6px;
        border-radius: 30px;
        font-size: 13px;
		border: none;
        width: 177px;
		position: absolute;
        bottom: 15px;
}
.shop-btn:hover {
    
}

/* ----home featured categories area end---- */

/*-----product module three start-----*/
.box-tab-style {
    position: relative;
}

.box-tab-style::before {
    background: #e9e9e9;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav.tab-style2 {
    background: #fff;
    display: inline-block;
    position: relative;
}

.nav.tab-style2>li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.nav.tab-style2>li::after {
    background: #d6d6d6;
    content: "";
    height: 1px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 15px;
}

.nav.tab-style2 li a {
    color: #868686;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 15px;
}

.nav.tab-style2 li a.active {
    color: #111;
}

.custom-seven-column {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-seven-column>.col {
    max-width: 14.28%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 14.28%;
    flex: 1 0 14.28%;
}

.custom-seven-column>.col-2 {
    max-width: 28.56%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 28.56%;
    flex: 1 0 28.56%;
}

/* home2 module three */
.section-title.module-three.module-three-spacing {
    margin-bottom: 60px;
}

.section-title.module-three.module-three-spacing .boxx-tab {
    top: 50px;
}

.section-title.module-three.module-three-spacing .boxx-tab .nav.my-tab {
    padding: 0 15px;
}

.module-three-spacing2.owl-arrow-style .owl-nav {
    top: -92px;
}

.module-three-spacing .nav.my-tab li a {
    font-size: 14px;
}

/*----product module four css here----*/
.product-module-four-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-module-four-item:hover {
    border-color: #E52727;
}

.product-module-caption {
    padding: 8px 20px;
}

.product-module-caption .manufacture-com a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.manufacture-com a:hover {
    color: #111;
}

.product-module-caption .product-module-name h4 {
    font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        padding: 5px 0;
}

.product-module-caption .product-module-name a {
    color: #111;
}

.product-module-caption .product-module-name a:hover {
    color: #E52727;
}

.product-module-caption .ratings {
    padding: 8px 0;
}

.product-module-caption .regular-price {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.product-module-caption .regular-price .special-price {
    color: #fe4f19;
}

.product-module-caption .old-price {
    color: #666;
    display: inline-block;
    font-size: 15px;
    padding-left: 5px;
}

.product-module-thumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
}

.owl-carousel .owl-item .product-module-thumb img {
    width: 100%;
}

/* home2 module 4 */
.pro-home2 .product-module-caption {
    padding: 8px 12px;
}

.pro-home2 .product-module-thumb {
    max-width: 130px;
}

/* home module 4 */
.product-module-thumb.thumb4 {
    max-width: 110px;
}

.thumb4 .label-product {
    left: 200px;
}


/*----product module four css end----*/

/* ----brand sell area css start---- */
.nav.brand-active {
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    padding: 17px 0;
}

.nav.brand-active {
    margin-bottom: 25px;
}

.single-brand {
    display: block;
}

.brand-thumb {
    text-align: center;
}

.owl-carousel .owl-item img {
    /* width: auto; */
    display: inline-block;
    object-fit: contain;
}

.brand-area li {
    text-align: center;
}

.sale-nav .owl-nav {
    top: -190px;
}

/* ---brand home--- 2 */
.single-brand-logo {
    text-align: center;
}

.brand2-slider-wrapper {
    border: 1px solid #f0f0f0;
    padding: 25px;
}

.single-brand-logo img {
    opacity: 0.7;
}

.single-brand-logo:hover img {
    opacity: 1;
}

/* ----brand sell area css end---- */

/* ----featured categories home 2 start---- */
.featured-home2 .section-title {
    margin-top: 24px;
}

.featured-home2-wrapper {
    border: 1px solid #f0f0f0;
}

.featured-home2-active {
    padding: 10px;
}

.featured-home2-single-item {
    text-align: left;
}

.featured-home2-thumb {
    text-align: center;
}

.featured-home2-thumb:hover img {
    opacity: 0.7;
}

.featured-home2-conteny h4 {
    margin-bottom: 13px;
    margin-top: 20px;
    text-transform: capitalize;
}

.featured-home2-conteny h4 a {
    color: #111;
}

.featured-home2-conteny h4 a:hover {
    color: #fedc19;
}

.sub-featured-categories li {
    margin-bottom: 6px;
}

.sub-featured-categories li a {
    color: #444;
    display: block;
}

.sub-featured-categories li:hover a {
    color: #E52727;
    padding-left: 5px;
}

.featured-home2-conteny>a {
    color: #E52727;
    display: block;
    margin-top: 15px;
    text-transform: capitalize;
}

.featured-home2-conteny>a:hover {
    color: #111;
}

/* ----featured categories home 2 end---- */

/* ----home 2 sidebar start---- */
.banner-area>.container-fluid>.row>.col-lg-3 {
    max-width: 285px;
}

.banner-area>.container-fluid>.row>.col-lg-6 {
    max-width: calc(100% - 570px);
}

.banner-area>.container-fluid>.row>.col-lg-9 {
    max-width: calc(100% - 285px);
}

.banner-right-thumb.mb-30 img {
    width: 100%;
}

.home2-main-wrapper>.container-fluid>.row>.col-lg-3 {
    max-width: 285px;
}

.home2-main-wrapper>.container-fluid>.row>.col-lg-9 {
    max-width: calc(100% - 285px);
}

/* flash sale area */
.section-title.flash-title {
    margin-top: 0;
}

.product-item:hover .count-style .ratings,
.product-item:hover .count-style .price-box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.product-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-countdown {
    display: inline-block;
    text-align: center;
}

.single-countdown__time {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    background: #E52727;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: block;
    border-radius: 5px;
}

.single-countdown__text {
    display: block;
    font-size: 12px;
    color: #444;
    margin-top: 5px;
}

.product-item:hover .product-countdown {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

/* end flash css */
.sidebar-static-thumb:hover img {
    opacity: 0.7;
}

/* latest product css */
.latest-single-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    border-radius: 5px;
}

.latest-single-item:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.latest-thumb {
    max-width: 110px;
}

.latest-pro-content h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.latest-pro-content h4 a {
    color: #111;
}

.latest-pro-content h4 a:hover {
    color: #E52727;
}

/* ---latest blog area css--- */
.blog-area-wrapper {
    padding-top: 40px;
}

.blog-thumb.blog--hover img {
    width: 100%;
}

.blogg-thumb img {
    width: 100%;
}

.single-blogg-item iframe {
    width: 100%;
}

.blogg-thumb {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.blogg-thumb:hover img {
    opacity: 0.7;
}

.blogg-content {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 20px;
}

.post-date {
    background: #E52727 none repeat scroll 0 0;
    border-radius: 5px;
    color: #111;
    display: inline-block;
    font-size: 13px;
    padding: 3px 5px;
    margin-bottom: 10px;
}

.blogg-content h5 {
    color: #111;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 27px;
    position: relative;
}

.blogg-content h5 a {
    color: #111;
}

.blogg-content h5:before {
    bottom: -15px;
    left: 0;
    width: 50px;
    height: 1px;
    content: "";
    position: absolute;
    background: #f0f0f0;
}

.blogg-content h5 a:hover {
    color: #E52727;
}

.blog-tag-line>a {
    border: 1px solid #f0f0f0;
    color: #111;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 15px;
    border-radius: 5px;
    text-transform: capitalize;
}

.blog-tag-line>a:hover {
    background: #E52727;
}

.blog-wrapper-inner.column5 .row .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.blogg-content blockquote {
    margin: 15px;
}

.blogg-content blockquote p {
    border-left: 5px solid #fedc19;
    color: #777;
    font-size: 16px;
    font-style: italic;
    padding: 0 10px;
}

.blogg-meta {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    color: #444;
    font-size: 13px;
    padding: 17px 0;
    text-align: left;
    text-transform: uppercase;
}

.blogg-meta a {
    color: #444;
}

.blogg-meta a:hover {
    color: #E52727;
}

.blogg-author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.author-thum {
    height: 65px;
    margin-right: 20px;
    width: 65px;
}

.author-info h3 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.author-info h3 a {
    color: #444;
    padding-left: 5px;
    text-transform: capitalize;
}

.author-info h3 a:hover {
    color: #111;
}

.author-info>p {
    color: #444;
}

.related-product-area .section-title {
    margin-top: 25px;
}

.blog-related-post>h3 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 47px;
    text-transform: uppercase;
}

.single-blogg-post h4 {
    margin-top: 20px;
}

.single-blogg-post h4 a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-blogg-post h4 a:hover {
    color: #E52727;
}

.blogg-post-date {
    color: #959595;
    font-family: lato;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-social-sharing h3 {
    color: #111;
}

.blog-social-sharing li {
    display: inline-block;
}

.blog-social-sharing li a {
    background: #111;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.blog-social-sharing li:hover a {
    color: #111;
    background: #E52727;
}

.blog-thumb-active.owl-carousel .owl-nav div {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 30px;
    left: 50px;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    width: 30px;
}

.blog-thumb-active.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}

.blog-thumb-active.owl-carousel:hover .owl-nav>div {
    opacity: 1;
    top: 50%;
    visibility: visible;
}

/*---blog comment area css---*/
.blog-comment-wrapper h3 {
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0 18px;
    text-transform: uppercase;
}

.blog-comment-wrapper>p {
    font-size: 12px;
    margin-bottom: 10px;
    padding-top: 30px;
}

.comment-post-box label {
    color: #111;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}

.comment-post-box textarea {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 130px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.coment-field {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #959595;
    padding: 8px 10px;
    width: 100%;
}

/* ---latest blog area css end--- */

/* pagination css */
.pagination-box li {
    display: inline-block;
        /* background-color: ##E51C22; */
        color: #fff;
        /* border-color: #438a7a; */
}

.pagination-box li a {
    font-weight: 500;
        padding: 7px 14px;
        line-height: 23px;
        border-radius: 5px;
        border: 1px solid #eee;
		        border-radius: 7px;
				        color: #000;
}

.pagination-box li:hover a {
   color: #fff;
	background-color: #E51C22;
	border: 1px solid #E51C22;
}

.pagination-box li:hover a svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(7451%) hue-rotate(181deg) brightness(115%) contrast(110%);
}
.pagination-box li.active a svg {
   filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(7451%) hue-rotate(181deg) brightness(115%) contrast(110%);
	
}
.pagination-box li.active a {
    color: #fff;
	background: #E51C22;
	border: 1px solid #E51C22;
	
}

.paginatoin-area {
    padding-bottom: 20px;
    border-top: 1px solid #ebebeb;
}

.pagination-style-2 {
    text-align: right;
}

/* ---testimonial area start--- */
.testimonial-single-item {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 25px 25px 45px;
}

.testimonial-single-item:hover {
    border-color: #E52727;
}

.testimonial-avater {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonial-author {
    margin-left: 25px;
}

.testimonial-author h6 {
    color: #111;
    font-size: 15px;
    margin-bottom: 5px;
}

.testi-quote {
    background-image: url("../img/icon/icon_ttm.png");
    background-repeat: no-repeat;
    margin-top: 35px;
    padding: 35px 0;
}

.testi-quote a {
    color: #444;
    display: block;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

/* ---testimonial area end--- */

/* ----home 2 sidebar end---- */


/* -----footer area css start----- */
/* ----newsletter area start---- */
.newsletter-group {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 36px 0;
}

.newsletter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.newsletter-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    padding-right: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsletter-title {
    padding: 10px 0;
}

.newsletter-title>h3 {
   color: #7C7C7C;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.newsletter-title>p {
    font-size: 16px;
	color: #7C7C7C;
}

.email-box {
    background: #EC1D23 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    position: relative;
    vertical-align: middle;
    width: 350px;
}

.newsletter-btn {
   background: #BE1010 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    padding: 0 23px;
    position: absolute;
    right: 176px;
    text-transform: capitalize;
    top: 0;
}

.newsletter-btn:hover {
    color: #fff;
    background: #BE1010;
}

.link-follow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left;
}

.link-follow a {
    background: #1F2937;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
   height: 48px;
        line-height: 49px;
        margin-left: 13px;
        text-align: center;
        width: 47px;
}

.link-follow a:hover {
    color: #E52727;
}

/* ----newsletter area end---- */

/* -----footer top area css start----- */
.footer-top {
    padding-top: 0px;
	        background: #111827;
}

.widget-body>p {
    margin-bottom: 35px;
}

.payment-method>h4 {
    color: #111;
    font-size: 18px;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.widget-title>h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.footer-useful-link li {
    margin-bottom: 10px;
}

.footer-logo.mb-30 {
   margin-bottom: 15px;
	        width: 200px;
}

.footer-useful-link li a {
     color: #D1D5DB;
    font-size: 15px;
    text-transform: capitalize;
}

.footer-bottom{
	border-top: 1px solid #e5e7eb1a;
	background:#111827;
}
.footer-useful-link li:hover a {
    color: #EC1D23;
    margin-left: 0px;
}


.footer-useful-link span {
    color: #111;
}

.footer-useful-link strong {
    color: #111;
    font-size: 20px;
    font-weight: 500;
}
.hed_text h2{
	font-size: 29px;
        font-weight: 700;
}
.hed_text p{
	color:#D1D5DB;
	font-size: 14px;
	 font-weight: 400;
}
.twitter-text {
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 7px;
    line-height: 24px;
    margin-bottom: 65px;
    padding: 20px;
    position: relative;
}

.twitter-text a {
    color: #E52727;
}

.twitter-text::after {
    border-color: #f8f8f8 transparent transparent #f8f8f8;
    border-style: solid;
    border-width: 14px 13px;
    bottom: -25px;
    content: "";
    left: 42px;
    position: absolute;
    z-index: 1;
}

.tweet-time {
    bottom: -60px;
    display: block;
    left: 20px;
    position: absolute;
}

.tweet-time i {
    color: #E52727;
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.tweet-time>a {
    color: #444;
    font-size: 13px;
    font-style: italic;
    text-transform: capitalize;
}

/* -----footer top area css end----- */

.footer-bottom-content {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

.footer-copyright p {
  color: #9CA3AF;
    font-size: 15px;
    line-height: 30px;
}

.footer-copyright a {
    color: #E52727;
}

.footer-custom-link a {
    color: #9CA3AF;
    display: inline-block;
    line-height: 30px;
    margin-left: 33px;
    position: relative;
    vertical-align: top;
}

.footer-custom-link a::after {
    background: #444;
    content: "";
    height: 13px;
    margin-top: -6.5px;
    position: absolute;
    right: -19px;
    top: 50%;
    width: 1px;
}

.footer-custom-link a:last-child::after {
    display: none;
}

.footer-custom-link a:hover {
    color: #C60000;
}

/* -----footer area css end----- */

/* ---breadcrumb area css start--- */
.breadcrumb-area {
    padding: 5px 0;
}

.breadcrumb-wrap .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 20px 4px;
	align-items: center;
}

.breadcrumb-item>a {
    color: #7D7D7D;
        font-weight: 500;
        font-size: 18px;
}

.breadcrumb-item>a:hover {
    color: #7D7D7D;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    padding: 0 5px;
    font-family: fontawesome;
	color: #7D7D7D;
}

/* ---breadcrumb area css end--- */
.single-sidebar:last-child {
    margin-bottom: 0;
}

.shop-sidebar-inner {
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    overflow: hidden;
    padding: 21px 20px;
	background: linear-gradient(180deg, #EC1D23 0%, #5D0505 100%);
	        height: 99%;
}

.shop-baner-img img {
    width: 100%;
}

.sidebar-inner-title {
    overflow: hidden;
}

.sidebar-inner-title.mb-25 {
    margin-bottom: 15px;
}

.sidebar-inner-title h3 {
     color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding-right: 20px;
    position: relative;
    text-transform: capitalize;
}
.sidebar-inner-title h2 {
     color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-right: 20px;
    position: relative;
    text-transform: capitalize;
}


/* ---price filter css start--- */
.ui-widget-content {
    background: #d9d9d9;
    border: medium none;
    border-radius: 0;
    height: 4px;
    margin: 35px 0;
}

.ui-widget-content .ui-state-default {
    background: #ffffff;
    border: 2px solid #E52727;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    height: 18px;
    width: 18px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.ui-widget-content .ui-state-default:hover {
    background: #E52727;
}

.ui-widget-content .ui-slider-range:last-child {
    background: #E52727;
}

.filter-price-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.filter-price-cont .input-type input {
    border: medium none;
    font-size: 14px;
    font-weight: 400;
    width: 55px;
}

/* ---price filter css end--- */

/* sidebar categories css start */
.filter-attribute-container li {
    margin-bottom: 10px;
	font-size: 16px;
}

.filter-attribute-container ul li a {
    color: #fff;
    padding-left: 25px;
    position: relative;
}

.filter-attribute-container ul li{
    color: #fff;
    padding-left: 25px;
    position: relative;
 
}
.filter-attribute-container ul li input[type="checkbox"]{
margin-right: 10px;
background-color: transparent;
}


.filter-attribute-container ul li a::before {
    content: "\f096";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}

.filter-attribute-container ul li a::after {
    content: "\f046";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.filter-attribute-container ul li:hover a,
.filter-attribute-container ul li a.active {
    color: #fff;
}

.filter-attribute-container ul li:hover a::after {
    opacity: 1;
    visibility: visible;
}

.filter-attribute-container ul li a.active::after {
    opacity: 1;
    visibility: visible;
}

.sidebar-thumb:hover {
    opacity: 0.7;
}

/* ----sidebar categories css end---- */

/* ---product view mode change css start--- */
.shop-product-wrap.list .product-item {
    display: none;
}

.shop-product-wrap.grid .product-item {
    display: block;
}

.shop-product-wrap.grid .sinrato-list-item {
    display: none;
}

.product-view-mode,
.shop-product-wrap.list .sinrato-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-product-wrap.row.column_3 .sinrato-list-item {
    display: none;
}

.product-view-mode a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    width: 48px;
    border-radius: 5px;
}

.product-view-mode a span {
    display: block;
    height: 16px;
    text-indent: -5000px;
    width: 16px;
    background-image: url(../img/icon/3col.png);
}

.product-view-mode a:nth-child(2) span {
    width: 22px;
    background-image: url(../img/icon/4col.png);
}

.product-view-mode a:nth-child(3) span {
    width: 20px;
    height: 14px;
    background-image: url(../img/icon/list.png);
}

.product-view-mode a:hover,
.product-view-mode a.active {
    border-color: #E52727;
    background: #E52727;
}

.product-view-mode a:hover span,
.product-view-mode a.active span {
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.top-bar-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-bar-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.per-page {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 100px;
}

.product-short {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-page {
    margin-left: 50px;
}

.product-shop-main-wrapper .shop-product-wrap.column_3.row .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.shop-top-bar .nice-select {
   border: 1px solid #E51C22;
        height: 40px;
        /* line-height: 5px; */
        /* padding-left: 12px; */
        /* padding: 16px 30px; */
        width: 154px;
}

.nice-select .option {
    line-height: 30px;
    min-height: 30px;
}

.shop-top-bar .per-page p,
.shop-top-bar .product-short p {
    margin-right: 10px;
}

.product-shop-main-wrapper.mb-50 {
    padding-top: 5px;
}

.pagination-area.pt-35.pb-20 {
    padding-bottom: 13px;
    padding-top: 30px;
}

/* ---product view mode change css end--- */

/* ----product list item css start---- */
.sinrato-list-item {
    
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    padding: 15px;
	box-shadow: 0px 0px 2px 2px #00000014;
}

.sinrato-list-item:hover {
   
}

.sinrato-thumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   
    flex: 1 0 auto;
    position: relative;
}

.sinrato-list-item .pri-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sinrato-thumb .sec-img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sinrato-list-item:hover .sec-img {
    opacity: 1;
    visibility: visible;
}

.sinrato-list-item:hover .pri-img {
    opacity: 0;
    visibility: hidden;
}

.sinrato-list-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px;
    text-align: left;
}

.sinrato-product-name h4 {
    font-size: 20px;
    margin: 10px 0;
    text-transform: capitalize;
}

.sinrato-product-name h4 a {
    color: #111;
}

.sinrato-product-name h4 a:hover {
    color: #E52727;
}

.sinrato-ratings span {
    color: #666;
    opacity: 0.5;
}

.sinrato-box-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 2px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 250px;
    flex: 1 0 auto;
}

.sinrato-box-action .regular-price {
    font-size: 20px;
}

.sinrato-box-action .btn-cart {
    line-height: 46px;
    font-size: 16px;
}

.action-links.sinrat-list-icon {
    margin-top: 20px;
    position: static;
}

.action-links.sinrat-list-icon a {
    display: inline-block;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    margin-bottom: 0;
}

.shop-product-wrap.row.list .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* ----product list item css end---- */

/* ---product details style css start--- */
.product-details-main-wrapper {
    
}

.product-details-main-wrapper .product-gallery-active .owl-nav {
    display: none;
}

.pro-large-img {
    padding: 1px;
    position: relative;
    cursor: move;
}

.pro-large-img img {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    width: 100%;
    position: relative;
}

.pro-nav {
    margin: -5px;
    margin-right: 0px;
}

.pro-nav-thumb {
    padding: 5px;
    cursor: pointer;
}

.pro-nav-thumb img {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.pro-nav-thumb.slick-slide.slick-current.slick-active.slick-center img {
    border-color: #E52727;
}

/* product details content css */
.pro-details-name.mb-10>h3 {
    color: #111;
    font-size: 18px;
    font-weight: 400;
}

.pro-details-review li {
    display: inline-block;
    margin-right: 10px;
}

.pro-details-review li a {
    color: #7D7D7D;
    padding-right: 10px;
    position: relative;
	        font-size: 18px;
}

.pro-details-review li:hover a {
    color: #E52727;
}

.pro-details-review li a::before {
    background: #444 none repeat scroll 0 0;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
}

.pro-details-review li:last-child a:before {
    display: none;
}

.pro-details-review span i {
   color: #FFE500;
	font-size: 18px;
}

.product-detail-sort-des {
    border-bottom: 1px solid #f0f0f0;
}

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

.pro-details-list li span {
    color: #111;
    font-weight: 500;
    margin-right: 10px;
}

.pro-details-list li a {
    color: #83b71c;
}

.product-availabily-option>h3 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.color-optionn h4 {
    color: #111;
    font-size: 14px;
    margin: 8px 0 15px;
    text-transform: capitalize;
}

.color-optionn sup {
    color: #f00;
    font-size: 16px;
    margin-right: 2px;
    top: 0;
}

.color-optionn li {
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 5px;
    padding: 2px;
}

.color-optionn li a {
    display: block;
    height: 30px;
    width: 30px;
}

.c-red {
    background: red;
}

.c-gray {
    background: gray;
}

.c-blue {
    background: blue;
}

.c-brown {
    background: brown;
}

.c-black {
    background: black;
}

.qty-boxx label,
.tag-line label,
.pro-social-sharing label,
.product-size label {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    text-transform: capitalize;
}

.qty-boxx>input {
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-align: center;
    width: 80px;
}

.btn-cart.lg-btn {
    font-size: 16px;
    line-height: 42px;
    padding: 0 30px;
}

.useful-links li {
    display: inline-block;
    margin-right: 20px;
}

.useful-links li a {
    color: #444;
    text-transform: capitalize;
}

.useful-links li a i {
    color: #E52727;
    font-size: 16px;
    margin-right: 5px;
}

.tag-line>a:hover,
.useful-links li:hover a {
    color: #E52727;
}

.pro-social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pro-social-sharing li.list-inline-item a {
    border-radius: 3px;
    color: #fff;
    height: 20px;
    padding: 3px 10px;
    width: 80px;
}

.bg-facebook {
    background: #365899;
}

.bg-twitter {
    background: #1b95e0;
}

.bg-google {
    background: #e04b34;
}

/* product details page reviews area css start */

.product-info.mt-half ul.nav.nav-pills {
   border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin-bottom: 30px;width: 100%;
	

}

.product-info.mt-half li.nav-item button {
    background: transparent;
    color: #ababab;
   font-size: 19px;
        font-weight: 500;
        line-height: 30px;
        padding: 0 21px;
        text-transform: capitalize;
		position: relative;
		border: 0;
        border-radius: 0;
}
.shopping-image {
        width: 100%;
        height: 254px;
        object-fit: contain;
}
.pro-review-box{
	
	height: 204px;
        overflow-y: scroll;
        margin-bottom: 20px;
}
	
.nav-link:focus, .nav-link:hover {
        color: #ababab;
}

.product-info.mt-half li.nav-item button.active {
    color: #111;
}

.table-striped tr td {
    width: 50%;
}

.ratting li {
    margin-right: 8px;
}

.review-form h2 {
    color: #111;
    font-size: 27px;
    margin-bottom: 10px;
}

.btn-cart.rev-btn {
    background: #111;
    color: #fff;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.btn-cart.rev-btn:hover {
    background: #E52727;
}

/* product details page reviews area css end */
label {
    margin-bottom: 0;
}

.slider-boxx .product-detail-sort-des p {
    padding: 0 200px;
}

.slider-boxx .pro-social-sharing {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-details-inner.pro-tab-one {
    padding-left: 29px;
	position: relative;
}

/* ---product details style css end--- */

/* -----Layout Shopping Cart----- */
.cart-accordion-wrapper h3 {
    color: #111;
}

.shopping-cart-wrapper .table {
    text-align: center;
}

.shopping-cart-wrapper .table thead td {
    color: #111;
    font-weight: 600;
    padding: 0.75rem;
    border-bottom-color: #dee2e6 !important;
}

.shopping-cart-wrapper .table td,
.shopping-cart-wrapper .table th {
    border-width: 1px;
}

.shopping-cart-wrapper .table td,
.table-bordered td,
.table-bordered th {
    vertical-align: middle;
}

.shopping-cart-wrapper .table td a {
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

.shopping-cart-wrapper .table img {
    max-width: 120px;
}

.shopping-cart-wrapper .table span {
    display: block;
    font-size: 12px;
}

.shopping-cart-wrapper .table .cart-input {
    margin-right: 10px;
}

.shopping-cart-wrapper .table .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.shopping-cart-wrapper .table .btn-primary:hover,
.shopping-cart-wrapper .table .btn-primary:focus {
   background-color: #E52727;
    border-color: #E52727;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.shopping-cart-wrapper .table .btn-danger:hover,
.shopping-cart-wrapper .table .btn-danger:focus {
    background-color: #fedc19;
    border-color: #fedc19;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shopping-cart-wrapper .table button {
    height: 40px;
}

.shopping-cart-wrapper .table button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -2px;
}

.shopping-cart-wrapper .table .input-group {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.shopping-cart-wrapper strong {
    font-weight: 500;
}

.shopping-cart-wrapper input,
.shopping-cart-wrapper .nice-select {
    height: 40px;
    line-height: 25px;
}

.shopping-cart-wrapper .input-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shopping-cart-wrapper .accordion-item {
    margin-bottom: 5px;
    border: none;
}

.shopping-cart-wrapper .accordion-body {
    padding: 30px;
    border: 1px solid rgba(0,0,0,.125);
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.shopping-cart-wrapper .accordion-body input[type="button"] {
    margin-left: 10px;
}

.shopping-cart-wrapper .accordion-header {
    padding: 0;
}

.shopping-cart-wrapper .accordion-header i {
    float: right;
}

.shopping-cart-wrapper .accordion-button {
    color: #111;
    display: block;
    padding: 7px 15px;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.shopping-cart-wrapper .accordion-button.collapsed {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.shopping-cart-wrapper .card-header button:not([aria-expanded="false"]) i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cart-amount-wrapper {
    margin-top: 40px;
}

.cart-amount-wrapper .table td span {
    font-weight: 600;
    font-size: 13px;
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-secondary.cart-pg {
    padding: 0 20px;
}

.cart-select .nice-select {
    width: 100%;
}

.nice-select.form-control {
   line-height: 28px;
    height: calc(2.25rem + 2px);
    width: 100%;
}

.wishlist-style .table thead td {
    color: #111;
    font-weight: 500;
    border-bottom-color: #dee2e6 !important;
}

.price>strong {
    color: #E52727;
}

.wishlist-wrapper .table tr td a {
    color: #111;
    font-weight: 500;
}

.wishlist-wrapper .table .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-right: 5px;
}

.wishlist-wrapper .table .btn-danger {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.wishlist-wrapper .table .btn-danger:hover {
     background: #E52727;
    border-color: #E52727;
}

/* ------Layout Checkout css start ------*/
.section-title.left-aligned {
    margin-top: 10px;
}

.checkout-wrapper .user-actions h3 {
    border-top: 3px solid #E52727;;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 15px 55px;
    text-transform: capitalize;
    line-height: 1.4;
    position: relative;
}

.checkout-wrapper .user-actions h3::before {
    content: "\f007";
    display: inline-block;
    font-family: 'fontawesome';
    left: 20px;
    font-size: 25px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #555;
    position: absolute;
}

.checkout-wrapper .user-actions h3 span {
    cursor: pointer;
    color: #111;
    font-weight: 500;
}

.checkout-wrapper .display-content {
    border: 1px solid #ebebeb;
    display: none;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 4px;
}

.checkout-wrapper .user-login .login-info p:not(.lost-password) {
    font-size: 14px;
    margin-bottom: 20px;
}

.checkout-wrapper .user-coupon h3::before {
    content: "\f0e0";
    font-size: 22px;
}

.checkout-wrapper .user-coupon input {
    height: 40px;
    margin-top: 5px;
}
.checkout-wrapper .user-coupon .btn {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.checkout-wrapper .checkout-form .form-check {
    padding-left: 0;
}

.checkout-wrapper .new-account-info,
.checkout-wrapper .ship-box-info {
    display: none;
}

.checkout-wrapper .form-check-label {
    color: #7D7D7D;
    cursor: pointer;
}

.checkout-wrapper .order-summary .product-container {
    background-color: #f4f4f4;
    padding: 20px;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 40px;
}

.checkout-wrapper .order-summary .product-list {
    margin-bottom: 30px;
}

.checkout-wrapper .order-summary .product-list h5 {
    color: #111;
    font-size: 16px;
}

.checkout-wrapper .order-summary .product-list img {
    max-width: 120px;
    border: 4px solid #f0f0f0;
}

.checkout-wrapper .order-summary .product-list .product-quantity {
    color: #111;
    margin-bottom: 5px;
}

.checkout-wrapper .order-summary .product-list .product-final-price {
    font-size: 16px;
    color: #111;
    font-weight: 500;

}

.checkout-wrapper .order-summary .table th,
.checkout-wrapper .order-summary .table td {
    font-size: 18px;
    padding: 20px;
    font-weight: 500;
}

.checkout-wrapper .order-summary .table td {
    vertical-align: middle;
}

.checkout-wrapper .checkout-payment {
   padding: 20px 0px;
    border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0px 0px 2px 2px #00000014;
}

.checkout-wrapper .checkout-payment .custom-radio {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.checkout-wrapper .checkout-payment label {
    color: #111;
    font-size: 16px;
    line-height: 25px;
}

.checkout-wrapper .checkout-payment .payment-info {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

.checkout-wrapper .checkout-payment .form-check {
    margin-bottom: 30px;
    padding-left: 0;
}

.checkout-wrapper .checkout-payment .form-check a {
    color:  #E52727;
}

.checkout-wrapper .checkout-payment .form-check label {
    font-size: 13px;
}

.checkout-wrapper .checkout-payment .form-check .checkmark {
    top: 3px;
}

.btn-secondary {
    background: #111 none repeat scroll 0 0;
    line-height: 35px;
    padding: 0 0.7rem;
    text-transform: capitalize;
}

.btn-secondary:hover {
     background-color: #E52727;
    border-color: #E52727;
    color: #111;
}

/* Components Custom Inputs */
.custom-checkbox label {
    padding-left: 30px;
    text-transform: capitalize;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    width: 20%;
    left: 0;
}

.custom-checkbox .checkmark {
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedede;
    z-index: -1;
}

.custom-checkbox .checkmark::after {
    content: "";
    opacity: 0;
    left: 0;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.custom-checkbox input:checked~.checkmark::after {
    left: 7px;
    opacity: 1;
}

.custom-radio {
    display: block;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio:hover input~.checkmark {
    background-color: #ccc;
}

.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dedede;
    z-index: -1;
}

.custom-radio .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 8.5px;
    left: 0;
    width: 8px;
    height: 8px;
}

.custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    left: 0;
    height: 25px;
}

.custom-radio input[type="radio"]:checked~.checkmark::after {
    left: 8.5px;
    display: block;
}

.cart-input {
    width: 76px;
    text-align: left;
}

.cart-input-box {
    border: 1px solid #ddd;
    height: 46px;
    text-align: center;
    width: 48px;
}

.custom-radio .checkmark,
.custom-radio .checkmark::after {
    border-radius: 50%;
}

.custom-checkbox,
.custom-radio {
    position: relative;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox .checkmark,
.custom-checkbox .checkmark::after,
.custom-radio input[type="radio"] {
    position: absolute;
}

.custom-checkbox:hover input:checked~.checkmark,
.custom-checkbox input:checked~.checkmark,
.custom-radio input[type="radio"]:checked~.checkmark {
   background: #E51C22;
}

.custom-radio .checkmark::after {
    background: #E51C22;
}
.form-check-input:checked {
        background-color:#E51C22;
        border-color: #E51C22;
}

.form-row .nice-select {
    width: 100%;
}

.form-control {
    color: #2F2F2F;
   font-size: 12px;
        font-family: 'Inter';
}

.form-control:focus {
    border-color: #E52727;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lost-password a {
    color: #444;
}

.lost-password a:hover {
    color: #E52727;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #E52727;
}

/* quantity box style css */
.table.pro-table {
    display: block;
    max-width: 400px;
    padding: 17px 0;
}
.text-muted{
	
	color:#2F2F2F;
}
.product-qty {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 100px;
}

.product-qty input {
    border: medium none;
    height: 100%;
    padding: 0 20px;
    width: 100%;
}

.product-qty span {
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    width: 20px;
}

.product-qty span.dec {
    border-left: 1px solid #ccc;
    bottom: 0;
    padding-top: 2px;
    right: 0;
}

.product-qty span.inc {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    right: 0;
    top: 0;
}

.pro-table td {
    width: 33.33%;
    vertical-align: middle;
}

.pro-table td a {
    color: #444;
    line-height: 40px;
}

.table-bordered {
    border: none;
}

/* product details layout css */
.pro-details-gallery-thumb {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.pro-details-gallery-thumb:hover .img-view {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-view {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.img-popup {
   background: #E52727;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}

.img-popup i {
    color: #111;
    font-size: 18px;
}


/* compare page style css start */
.table td, .table th {
    padding: 0.75rem;
}
.compare-style table {
    min-width: 540px;
}
.compare-style.table thead td {
    border-bottom-width: 2px;
    border-bottom-color: #dee2e6 !important;
}

.compare-style thead td strong {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.compare-style tbody td.product-title {
    color: #111;
}

.compare-style tbody tr td a strong {
    color: #111;
    font-size: 16px;
    font-weight: 500;
}

.product-ratings .rating li {
    color: #E52727;
    margin: 0 3px;
}

.text-color {
    color: #E52727;
}

.compare-style tbody td span {
    color: #E52727;
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
}

/* my account css here */
.user-info {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.user-info [class*="col-"]:not(:last-child) .single-info {
    border-right: 1px solid #ebebeb;
}

.user-info .single-info {
    padding: 0 20px;
    min-height: 110px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.user-info .single-info p a {
    color: #111;
}

.user-info .user-name span {
    font-size: 15px;
    font-weight: 500;
}

.user-info .user-name::before {
    color: #555;
    content: "\f2bd";
    font-family: fontawesome;
    font-size: 20px;
    padding-right: 10px;
    left: 0;
    top: 0;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

.user-info p {
    line-height: 1.65;
}

.dashboard-list {
    padding: 3px 15px;
    border: 1px solid #ebebeb;
}

.dashboard-content p a {
    color: #111;
}

.dashboard-list li>a, .dashboard-list li > button {
    color: #111;
    display: block;
    font-size: 14px;
    padding: 12px 0;
    text-transform: capitalize;
    position: relative;
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

.dashboard-list li>a.active, .dashboard-list li > button.active {
    font-weight: 500;
}

.dashboard-list li>a.active::after, .dashboard-list li > button.active::after {
    content: "\f105";
    font-family: fontawesome;
    margin-left: 10px;
    font-size: 16px;
    top: 48%;
    right: -35px;
    margin-top: -10px;
    position: absolute;
}

.dashboard-list li:not(:last-child)>a, .dashboard-list li:not(:last-child)>button {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-content {
   padding: 0px 10px;
           margin-left: -27px;
		   
}



.dashboard-content table>thead {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-content table>thead>tr>th {
    font-size: 14px;
    font-weight: 500;
    border: 0;
}

.dashboard-content table>tbody>tr>td {
    border: 0;
    vertical-align: middle;
}

.dashboard-content table .btn-secondary {
    height: 35px;
    line-height: 35px;
    text-transform: capitalize;
}

.billing-address {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

.register-form {
    padding: 40px;
    border: 1px solid #ebebeb;
}

.login-form .form-group .col-form-label {
    color: #111;
}

.login-form .form-control,
.login-form .custom-radio,
.login-form span {
    
    padding-top: 5px;
}

.login-form .pass-show-btn {
    padding: 0 15px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    right: 15px;
    top: 0;
    position: absolute;
    text-transform: capitalize;
    border-radius: 0;
    background: #878787;
    border: 1px solid #878787;
    color: #fff;
    cursor: pointer;
}

.login-form .pass-show-btn:hover,
.login-form .pass-show-btn:focus {
    background: #333;
}

.login-form .form-check label {
   font-size: 12.5px;
}



/* Layout Login / Register */

.login-wrapper  {
   
  background: radial-gradient(50% 50% at 50% 50%, #FF0000 41.35%, #980303 100%);

 
  
    width: 100%;
   
}
.login-form{
	
	        border-radius: 18px;
	background:#fff;
}

.login-box p a {
    color: #111;
}

.top-bordered {
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px 0 0;
}

.registration-form p a {
    color: #111;
}

/*-----contact page 2 css-----*/
.contact-two-area {
    background: #f6f6f6;
}

.contact2-title h2 {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contact-icon {
    background: #2a2a2a;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    margin-bottom: 26px;
    width: 80px;
}

.contact-icon i {
    color: #fff;
    font-size: 40px;
    line-height: 80px;
}

.contact-icon:hover {
    background: #E52727;
}

.contact-single-info h3 {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-single-info.text-center>p {
    margin-top: 20px;
}

.contact-message input,
.contact-message textarea {
    background: #fff;
    border: medium none;
    color: #838383;
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
}

.contact-message textarea {
    height: 140px;
}

.contact-btn .btn.btn-secondary {
    padding: 4px 20px;
}

.form-messege.success {
    color: #fff;
    font-size: 16px;
    background: #222;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
}


/*-------scroll to top-------*/
.scroll-top {
    background: #dc2626;
    border-radius: 50%;
    bottom: 50px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 9;
    line-height: 50px;
    border: 2px solid #dc2626;
}

.scroll-top i {
    line-height: 44px;
    color: #fff;
    font-size: 24px;
}

.not-visible {
    visibility: hidden;
    -webkit-opacity: 0;
    opacity: 0;
}

.pro-large-img:hover .img-view {
    opacity: 1;
    visibility: visible;
}

.product-gallary-active {
    margin-right: -1px;
    width: auto;
}

/*------slick arrow style for slider start------*/
.slider-arrow-style.slick-slider .slick-arrow {
    top: 50%;
    width: 56px;
    height: 56px;
    color: #333c4a;
    font-size: 28px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #ffffff;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev {
    left: 20px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev i {
    padding-right: 2px;
    display: block;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next {
    right: 20px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next i {
    padding-left: 2px;
    display: block;
}

.slider-arrow-style.slick-slider .slick-arrow:hover {
    color: #ffffff;
    background-color: #fedc19;
}

.slider-arrow-style.slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

/*------slick arrow style for slider end------*/

.modal .close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: none;
    background: transparent;
    margin-left: auto;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgba(0,0,0,.05);
}

.table-bordered>:not(caption)>*>* {
    border: 1px solid #dee2e6;
}
input.form-control, select.form-control {
    height: calc(2.45rem + 4px);
}

.input-icon {
    position: absolute;
   top: 25px;
        left: 18px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    color: #ffeba7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-label {
        margin-bottom: .5rem;
        color: #2F2F2F;
}
.country-code {
   position: absolute;
        top: 31px;
        left: 37px;
       
        font-size: 13px;
        line-height: 40px;
        text-align: left;
        color: #2F2F2F;
        -webkit-transition: all 200ms 
linear;
        transition: all 200ms 
linear;
        height: 39px;
}
.input-icon img{
	height: 24px;
        object-fit: contain;
	        width: 24px;
}
.login-box .user-box {
        position: relative;
        
}

.form-control {
        display: block;
        width: 100%;
               padding: 6px 12px 6px 37px;
        
}

.logo-default1 img {
       width: 200px;
        padding: 19px 0;
}
.text-muted1{
	
	color:#2F2F2F;
}
.required {
        color: #DC2626;
}
.login-heading{
	
	color:#DC2626;
	font-family: Inter;
font-weight: 600;


font-size:22px;
line-height: 100%;
letter-spacing: 0%;

}

.signin-other-title:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        right: 0;
        border-top: 1px dashed #eee;
        top: 10px;
}

.text-primary {
        color: #009CFF!important
}

.login-button1{
	font-weight:700;
	font-size: 22px;
        font-family: 'Inter';
	width:315px;
	background: linear-gradient(90deg, #ED2A21 0%, #FBB20A 100%);


border-radius: 50px;
        border: none;
        color: #fff;
        padding: 10px;
}
.login-button3{
	font-weight:500;
	font-size: 18px;
        font-family: 'Inter';
	width:227px;
	background: linear-gradient(90deg, #ED2A21 0%, #FBB20A 100%);


border-radius: 50px;
        border: none;
        color: #fff;
        padding: 9px;
}
.login-button{
	font-weight: 500;
        font-size: 18px;
        font-family: 'Inter';
	width:315px;
	background: linear-gradient(90deg, #ED2A21 0%, #FBB20A 100%);

border-radius: 50px;
        border: none;
        color: #fff;
        padding: 10px;
}


.hmenu-dark-bkg-color {
      position: absolute;
        will-change: opacity;
        height: 100%;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
		background-color: rgba(0, 0, 0, .8);
}

.hmenu-dark-bkg-color.fade {
        opacity: 0
}

.hmenu-dark-bkg-color.show {
        opacity: .5
}

.btn:hover {
        color: #fff;
}

.social-list-item  img{
	
	width: 33px;
	
}
.input-group-text  img{
	margin-right: 4px;
	width: 25px;
	
	
}
.form-check-input {
        width: 1.3em;
        height: 1.3em;
        margin-top: .25em;
        vertical-align: top;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid #C60000;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
}
.form-check .form-check-input {
        float: left;
        margin-left: -1.7em;
}
.input-group-text {
	font-size: 12px;
	color:#2F2F2F;
	        background-color: #fff;
}
.login-form .seperator {
 
  width: 100%;
  border-top: 1px solid rgba(125, 125, 125, 1);
  text-align: center;
  margin: 4px 0 0;
  height: 30px;
}
.login-form .seperator b {
  width: 40px;
  height: 40px;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  display: inline-block;
          font-weight: 400;
  border-radius: 50%;
  position: relative;
  top: -22px;
  z-index: 1;
  color:#7D7D7D;
}

.fs-14{
	
	
	font-size:14px;
}
.login-back1 {
        padding: 10px;
        border: 1px solid #EE3120;
        font-weight: 500;
        font-size: 22px;
        font-family: 'Inter';
        background: #fff;
        border-radius: 50px;
        width: auto;
        padding: 12px 81px;
        color: #C60000;
}
.login-back{
	
	padding: 9px 10px;
	border: 1px solid #EE3120;
	font-weight:500;
	font-size: 18px;
        font-family: 'Inter';
	background:#fff;
border-radius: 50px;
      width:315px;
        color: #C60000;
      



}

.card {
        position: relative;
        display: flex
;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 18px;
}

.input-group {
        position: relative;
        display: flex
;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100%;
}

.input-box {
  position: relative;
        height: 55px;
        max-width: 900px;
        width: 100%;
        background: #fff;
        margin: 0 0px;
       
        
        border-radius: 30px;
}
.input-box i,
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-box i {
  left: 20px;
  font-size: 30px;
  color: #707070;
}
.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  border: none;
  padding: 0 55px 0 15px;
  background-color: transparent;
  color: #fff;
}
.input-box .button {
 right: 13px;
        font-size: 11px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 9px;
  border-radius: 50px;
  background-color: #E52727;
  cursor: pointer;
}
.text-dark::placeholder {
  color: #ADAEBC;
}
.input-box .button:active {
  transform: translateY(-50%) scale(0.98);
}

/* Responsive */
@media screen and (max-width: 500px) {
  .input-box {
    height: 66px;
    margin: 0 0px;
  }
  .input-box i {
    left: 12px;
    font-size: 25px;
  }
  .input-box input {
    padding: 0 112px 0 10px;
  }
  .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}
.th-bg{
	border-radius: 10px;
	background: linear-gradient(0deg, #C60000, #C60000);
        height: 162px;
		position: relative;
}
.th-bg_1{
	border-radius: 10px;
	background: linear-gradient(0deg, #C60000, #C60000);
                height: 182px;
}
.th-bg_1 img{
	
                height: 182px;
}
.th_color{
	
	color:#EC1D23;
}

.font-weight-bolder{
	
	font-weight:600;
}


.bg-1{
	
	background: linear-gradient(180deg, #C60000 0%, #7C0505 100%);

	
}

.bg-2{
	
	background: #111827;

	
}

.ecosyscard {
  border-radius: 10px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.07);
  transition: all 0.15s ease;
}



.ecosyscard-body .ecosyscard-title {
  
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 24px;
  color: #121212;
}

.ecosyscard-text {
  
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #4e4e4e;
}

.ecosyscard .ecosyscontainer {
  
  border-radius: 30px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}





.ecosysbtn {
  background: #eeecf7;
  border: 0;
  color: #5535f0;
  width: 98%;
  font-weight: bold;
  border-radius: 20px;
  height: 40px;
  transition: all 0.2s ease;
}

.ecosysbtn:hover {
  background: #441cff;
}

.ecosysbtn:focus {
  background: #441cff;
  outline: 0;
}

.dsp{
	background: url(../../assets/img/ban1.png) center bottom no-repeat;
	background-size: cover;
	border-radius: 10px;
       min-height:544px;	
	position: relative;
	height: 97.6%;
	
}

.dsp1{
	background: url(../../assets/img/ban2.png) center bottom no-repeat;
	background-size: cover;
	border-radius: 10px;
       min-height:544px;	
	position: relative;
	height: 97.6%;
}

.product-layout-thumb1 {
        min-width: 130px;
        /* width: 36%; */
        text-align: right;
		position: absolute;
        bottom: 0;
}

.bg-3 {
        background: linear-gradient(45deg, #C20000 50%, #810505 120.71%);

        border-radius: 5px;
}
.bg-4 {
        background: #FFEDED;

       
}
.btn-sss{
	border: 2px solid #FFFFFF;
	 color:#fff;
	 font-size:17px;
	border-radius: 30px;
	font-weight:700;
	padding:15px 35px;
	
}
.btn-sss:hover{
	border: 2px solid #FFE500;
	 color:#E51C22;
	 font-size:17px;
	border-radius: 33px;
	font-weight:700;
	background:#FFE500;
	
}
.btn-sss:hover svg{
	
	filter: brightness(0) saturate(100%) invert(8%) sepia(83%) saturate(7065%) hue-rotate(359deg) brightness(104%) contrast(108%);

}
.btn-sss1{
	 background: #fff;
	 color:#000000;
	 font-size:15px;
	border-radius: 30px;
	font-weight:600;
	border:none;
	box-shadow: 0px 2px 4px 0px #0000001A;
width: 250px;

}
.btn-sss1:hover{
	 background: #FFE500;
	 color:#DC2626;
	 font-size:15px;
	border-radius: 40px;
	box-shadow: 0px 10px 15px 0px #0000001A;
	border:none;
	font-weight:600;

}

.login_header{
	border-top-left-radius: 16px;
	
border-top-right-radius: 16px;
	        text-align: center;
	background: linear-gradient(180deg, #980303 0%, #FF0000 100%);


}
.timeContainer {
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}

.timeContainer .wrapper {
  
  padding: 8px 0px;
        max-height: 400px;
        display: flex;
        justify-content: space-around;
        gap: 11px;
        align-items: center;
}

.timeContainer .wrapper div {
  color: #fff;
  text-align: center;
        width: 66px;
        height: 61px;
  border-radius: 8px;
  
}

.timeContainer .wrapper div:first-child{
          background: #eeeeee4d;
  color: white;
}

.timeContainer .wrapper div:nth-child(2){
          background: #eeeeee4d;
  color: white;

}

.timeContainer .wrapper div:nth-child(3){
         background: #eeeeee4d;
  color: #fff;
}
.timeContainer .wrapper div:nth-child(4){
         background: #eeeeee4d;
  color: #fff;
}
.timeContainer .wrapper div:last-child{
          background: #eeeeee4d;
  color: #fff;
}

.timeContainer .wrapper div h2 {
  font-size: 23px;
        line-height: 34px;
}

.circleDiv {
  position: fixed;
  z-index: -1;
  top: calc(50% - 237px);
  left: calc(-50% + 474px);
  width: 474px;
  height: 474px;
  border-radius: 100%;
  border: 6px dashed #00A3D0;
  animation: rotatingCircle infinite linear 60s;
}

@keyframes rotatingCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.sidebar-navigation ul li.active > a {
  background-color: none;
  color: #FFE500;
  
  
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li.active > a{
      color: #FFE500;
}
.thumb22 {
box-shadow: 0px 2px 4px 0px #0000001A;

border-radius: 12px;
        border: none;

}
.btn-cart1 {
    background: #FFE500;
    border: medium none;
    border-radius: 12px;
    color: #DC2626;
    cursor: pointer;
    font-size: 14px;
    line-height: 36px;
    margin-top: 10px;
    padding: 0 25px;
    text-transform: capitalize;
	        width: 100%;
}

.btn-cart1:hover {
    color: #fff;
    background: #C60000;
}

.th-bg1 {
        border-radius: 10px;
        background: linear-gradient(90deg, #000000 0%, #1F2937 100%);
       
}

.sdr{
	
	
	position: absolute;
}


.campus__thumb {
  position: relative;
}
.play-btn {
  position: relative;
 top: -189px;
        left: 45%;
  width: 70px;
  height: 70px;
  line-height: 70px;
 
  z-index: 1;
}

.pulse-btn {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
       
       
        border-radius: 50%;
      
        
}


.df{
	
	margin-right:10px;
}

.dst{
	
	display: flex;
        justify-content: space-between;
}

.dst svg{
	
	width: 28px;
}
.icons{
	font-size: 15px;
	color: #5E5E5E;
        display: flex;
        align-items: center;
}
.field-icon {
  float: right;
  top: -32px;
        left: -9px;
        position: relative;
        z-index: 2;
        color: #009CFF;
}

#myInput::placeholder {
  color: #eee;
}
.imgw img{
	margin-bottom: 10px;
	height: 349px;
        width: 100%;
       
	
}
.manufacture-com p{
	
	font-size: 25px;
        font-weight: 600;
        color: #747474;
	
}
.manufacture-com h4{
	
	font-size:15px;
	
	color:#747474;
	
}

.btn-info{
	background:#DC2626;
	color:#fff;
	border:none
	
}

.btn-info:hover{
	background:#C60000;
	color:#fff;
	
	
}
.btn-info2{
	background:#009CFF;
	color:#fff;
	border:none;
	line-height: 26px;
	        padding: 7px 24px;
	
}
.btn-info3{
	background: linear-gradient(90deg, #FBBA07 0%, #ED2722 100%);

	color:#fff;
	border:none;
	line-height: 26px;
	
}
.btn-info2:hover{
	background:#009CFF;
	color:#fff;
	line-height: 26px;
	
	
}
.btn-info00{
	background:none;
	color:#DC2626;
	border:1px solid #DC2626;
	border-radius:30px;
	padding:10px 20px;
}

.btn-info00:hover{
	background:none;
	color:#fff;
	
	
}

.btnck{
	background:#009CFF;
	color:#fff;
	border:none;
	position: relative;
        left: 0;
        right: 0;
        bottom: -19px;

}



.Shopbycp h5{
	
	
	font-weight: 600;
	color:#7D7D7D;
}
.Shopbycbox h5:hover{
	color:#C60000;
	
}

        .product-thumb img {
           width: 100%;
       height: 180px;
        object-fit: cover;
        }

.to-do{
	 width: 100%;
        height: 450px;
        object-fit: fill;
	
}
.spgt{
	
	border-radius:12px;
	width: 60px;
	height: 60px; 
	background-color: #E04141;
}

.th-bg1 img{
	
	        height: 182px;
}
.btn-outline-secondary{
	
	border: 2px solid #fff;
        padding: 9px 32px;
        background: transparent;
        border-radius: 30px;
        color: #fff;
        font-weight: 500;
        font-size: 19px;
}
.w-73 {
    width: 65% !important
}

.btn-outline-secondary:hover{
	
	border: 2px solid #FFE500;
        padding: 10px 28px;
        background: #FFE500;
        border-radius: 30px;
		color:#C60000;
		font-weight:600;
}

.input-box1 {
  position: relative;
  height: 56px;
  max-width: 500px;
  width: 100%;
  background: #fff;
  margin: 0 0px;
  border-radius: 2px;
 border: 1.5px solid #E51C22;
}
.input-box1 i,
.input-box1 .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-box1 i {
  left: 20px;
  font-size: 30px;
  color: #707070;
}
.input-box1 input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 65px;
  background-color: transparent;
}
.profile__tab {
margin-right: 37px;	
height: 451px;
border-radius: 10px;
margin-left: 0px;
opacity: 1;
top: 360px;
left: 61px;

}

/* Responsive */
@media screen and (max-width: 500px) {
  .input-box1 {
    height: 50px;
    margin: 0 8px;
  }
  .input-box1 i {
    left: 12px;
    font-size: 25px;
  }
  .input-box1 input {
    padding: 0 112px 0 50px;
  }
  .input-box1 .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}


.nice-select1{
	 width: 230px;
	 margin-right: 11px;
        margin-top: 14px;
		height: 43px;
}


.breadcrumb-item+.breadcrumb-item {
        padding-left: 0px;
       font-weight: 400;
        font-size: 20px;
		        color: #7D7D7D;
}
.breadcrumb-item+.breadcrumb-item.active {
       color: #E51C22;
        /* color: #7D7D7D; */
        font-weight: 500;
        font-size: 18px;
}

.quantity-control {
  display: flex
;
        align-items: center;
        justify-content: space-between;
        width: fit-content;
        
        background: #fff;
        border-radius: 2px;
        padding: 7px;
        /* margin-top: 4rem; */
        border: 1px solid #aaa;
}

.quantity-btn {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0px 8px;
  cursor: pointer;
}
.quantity-btn svg {
  width: 15px;
  height: 15px;
}
.quantity-input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.w-55{
	
	width: 33% 
}

.sidebar-navigation {
  width: 100%;
  height: auto;
 
 
}
.sidebar-navigation .title {
  display: block;
  font-size: 20px;;
 
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  
}
.sidebar-navigation > ul > li > a {
  text-transform: uppercase;
}
.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}
.sidebar-navigation ul li {
  display: block;
}
.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 14px;
        font-weight: 500;
        padding: 12px 4px;
  text-decoration: none;
  color: #fff;
 text-transform: capitalize;
 
}
.sidebar-navigation ul li a em {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}
.sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
  background-color: none;
  color: #E51C22;
  
}

.sidebar-navigation ul li ul {
  display: none;
}
.sidebar-navigation ul li ul.open {
  display: block;
}
.sidebar-navigation ul li ul li a {
  color: #495d62;
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-navigation ul li ul li a:before {
  content: "";
  width: 10px;
  height: 1px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #495d62;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
  background-color: #e6ebed;
}
.sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
  margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
  background-color: #94aab0;
  color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
  background-color: #fff;
}

.subMenuColor1 {
  background-color: #fbfcfc;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.accordion-item {
        background-color: transparent;
        border: none;
}

.accordion-button:not(.collapsed)::after {
        filter: brightness(0) invert(61);
        transform: rotate(-180deg);
        color: #fff;
}


	.nav .nav-item button.active {
  background-color: transparent;
  color: #E51C22 !important;
}
.nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid #E51C22;
  width: 100%;
  position: absolute;
  left: 0;
         bottom: -22px;
  border-radius: 5px 5px 0 0;
}

	
		.sbpt p{
			font-size: 16px;
		color:#7D7D7D:;
		
		}
		
.accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s 
ease-in-out;
filter: brightness(0) invert(61);
}		
	

.btn-light {
       color: #009CFF;
        background-color: #F5FBFF;
        border-color: #F5FBFF;
        font-size: 14px;
        font-weight: 600;
        padding: 4px 10px;
}

.btn-light:hover {
        color: #E51C22;
        background-color: #f9fafb;
        border-color: #E51C22;
}

.btn-outline-danger {
       color: #E51C22;
        border-color: #E51C22;
        font-size: 14px;
        border-radius: 30px;
}

.btn-outline-danger:hover {
        color: #fff;
        background-color: #E51C22;
        border-color: #E51C22;
		 border-radius: 30px;
}

.dgh{
	
	justify-content: flex-start;
        align-items: center;
	gap: 11px;
}
	.dgh1{
		
		justify-content: space-between;
		
	}
	.dgh2{
		
		align-items: center;
        display: flex
;
        flex-direction: row;
        justify-content: flex-start;
		
	}
	.prt{
		
		
		justify-content: flex-start;
        align-items: center;
	}
	.sinrato-thumb img{
		
		        border-radius: 10px;
		
	}
	.hps{
		
		
		display: flex
;
        justify-content: space-between;
	}
	.btn-cartinfo{
		width: 100px;
        height: 39px;
		background: #009CFF;
padding:10px;
		color:#fff;
		border: none;
        border-radius: 5px;
	}
	.btn-cartinfo:hover{
		
		background: #009CFF;
		color:#fff;
	}
	.w-85{
	
	width: 75%
}
	.btn-cartinfo1{
		
		background: linear-gradient(270deg, #FCC805 0%, #ED2A20 100%);

		color:#fff;
		border: none;
        border-radius: 23px;
	}
	.btn-cartinfo1:hover{
		
		background:#E51C22;
		color:#fff;
	}
	.wist{
		
		flex-direction: column;
        align-content: flex-end;
        flex-wrap: wrap;
		position: absolute;
        right: 50px;
        margin-top: 90px;
	}
	hr:not([size]) {
        height: 1px;
        color: #0000002e;
		margin: 0;
}
.card_bg{
	 padding: 19px 19px;
	 border-radius: 10px;

background-repeat: no-repeat;
background-position: center top;

}

.card_bg h1{
	color:#00BA00;
	text-align:center;
	
	font-size:27px;
}
.card_bg p{
	
	color:#7D7D7D;
	text-align:center;
	line-height:35px;
	font-size:20px;
}
.scrb{
	
	right: 13px;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 9px 9px;
        border-radius: 50px;
        background-color: #BE1010;
        cursor: pointer;
	
	
}	
	.scrb:hover{
	
	border-radius: 5px;
	 font-weight: 500;
	background:#FFE500 ;   
	font-size:16px;  
	right: 0px;
	color:#BE1010
	
	
}
.btn-primary1 {
        color: #fff;
        background-color: #DC2626;
        border-color: #DC2626;
		border-radius:30px;
}
.sdgh{
	
	  border-radius: 9px;
        height: 168px;
        object-fit: cover;
}
.xcvt {
        position: absolute;
        right:0;
		        top: -54px;
}
.btn-close1 {
        padding: .5rem .5rem;
        margin: -1.3rem -0.5rem -.5rem auto;
		float: right;
		border: none;
        background: none;
}
   #card-info{
	        border-radius: 16px;
	height:important;
	padding: 15px 15px  ;
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 6px 61px 6px rgb(0 0 0 / 10%);
	
	overflow: hidden;
}
#card-info:hover{
	   
	background: linear-gradient(45deg, #BF0101 50%, #B30101 120.71%);

	
}

 #card-info1{
	
	height:fit-content!important;
	padding: 15px 15px  ;
    
           text-align: center;
	
	overflow: hidden;
}
/* #card-info1 img{
	   
	width:130px;
	
} */


   
#card-info:hover #icon-2{
    display: block;
	 text-align: center;
}
 #card-info:hover #my-icon{
     display: none;
content: "\f117";
	
}
#btn-cart1 {
    background: #FFE500;
        border: medium none;
        border-radius: 30px;
        color: #DC2626;
        cursor: pointer;
        font-size: 15px;
        line-height: 36px;
        margin-top: 10px;
        padding:4px 25px;
        text-transform: capitalize;
        width: 100%;
        font-weight: 600;
}


#card-info:hover #main-title, #sub-title{
    color: white;
}
#card-info:hover #sub-title{
    color: white;
}
#card-info1:hover #main-title1, #sub-title1{
    color: #E04141;
}
#card-info1:hover #sub-title1{
    color: #E04141;
}
#card-info:hover #btn-cart1{
   color: #C73434;
    background: #fff;
}

#card-info1:hover #main-title2, #sub-title2{
    color: #E04141;
}

#card-info:hover #btn-cart1{
   color: #C73434;
    background: #fff;
}
#main-title{
	margin: 10px 0px;
	text-align:center;
    font-weight: bold;
    line-height: 28px;
    font-weight: 600;
    font-style: normal;
    color: #E04141;
    font-size: 16px;

}
#sub-title{
	text-align:center;
    line-height: 26px;
    font-style: normal;
    color: #E04141;
    font-size: 14px;
   
    ;
}

#main-title1{
	margin: 16px 0px;
        text-align: center;
        font-weight: bold;
        line-height: 28px;
        font-weight: 400;
        font-style: normal;
        color: #7D7D7D;
        font-size: 16px;

}
#main-title2{
	margin: 16px 0px;
	text-align:center;
    font-weight: bold;
    line-height: 28px;
    font-weight: 600;
    font-style: normal;
    color: #111827;
    font-size: 16px;

}
#sub-title2{
	text-align:center;
    line-height: 26px;
    font-style: normal;
    color: #4B5563;
    font-size: 14px;
   
    ;
}
#sub-title1{
	text-align:center;
    line-height: 26px;
    font-style: normal;
    color: #7D7D7D;
    font-size: 14px;
   
    ;
}
.Shopbyc{
	color:#000;
	width: 100px;
	height: 100px; 
	background-color: #DDDDDD;
	
}


.Shopbyc:hover{
	 fill: currentColor;
	width: 100px;
	height: 100px; 
	background-color: #FFEDED;
	
}
.Shopbyc:hover > svg{
	
	filter: brightness(0) saturate(100%) invert(8%) sepia(83%) saturate(7065%) hue-rotate(359deg) brightness(104%) contrast(108%);
	
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.thumb22 img{
	
	       height: 100px;
        width: 100%;
        object-fit: contain;
	
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .profile__tab {
    margin-right: 0;
                margin-bottom: 20px;
                margin-left: 0;
                width: 100%;`	
  }
}
.profile__tab .nav-tabs {
  background: #DC2626;
margin-right: 26px;
        height: 490px;
  padding: 0;
  border-radius: 10px;
  margin: 0;
  
}
.profile__tab .nav-tabs .nav-link {
  font-weight: 400;
        font-size: 18px;
  color: #fff;
  padding: 17px 20px;
  background-color: transparent;
  position: relative;
  border-radius: 0;
  text-align: left;
  border: 0;
          line-height: 24px;
		         display: flex;
        justify-content: flex-start;
        align-items: center;
}
[dir=rtl] .profile__tab .nav-tabs .nav-link {
  text-align: right;
}
.profile__tab .nav-tabs .nav-link span {
  margin-right: 7px;
}
[dir=rtl] .profile__tab .nav-tabs .nav-link span {
  margin-right: 0;
  margin-left: 7px;
}
.profile__tab .nav-tabs .nav-link.active {
  color: #FFE500;
 
}
.profile__tab .nav-tabs .nav-link.active svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(61%) saturate(4210%) hue-rotate(345deg) brightness(96%) contrast(109%);
}

.profile__tab .nav-tabs .nav-link svg {
  width: 24px;
        height: 24px;
}

.profile__tab .nav-tabs .nav-link.active:hover {
  background-color: rgba(9, 137, 255, 0.06);
}
.profile__tab .nav-tabs .nav-link:hover {
  background-color: var(--tp-grey-16);
}
.profile__tab .tp-tab-menu {
  position: relative;
}
.profile__tab .tp-tab-line {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 2px;
  height: auto;
  background-color: var(--tp-theme-3);
}
[dir=rtl] .profile__tab .tp-tab-line {
  left: auto;
  right: 0;
}

.btn-outline-info {
        color: #DC2626;
        border-color: #DC2626;
		border-radius:30px;
}
.btn-outline-info:hover {
        color: #DC2626;
        background-color: #fff;
        border-color: #DC2626;
		border-radius:30px;
}


nav.navbar a {
    color: #fff;
    text-decoration: none;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    padding: 0.5rem 1.2rem;
}

.navbar-nav .nav-link {
    padding-left: 1rem;
    
    font-weight: 600;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #E51C22 !important;
}


.side-menu-menu .nav-link img {
    width: 15px;
    margin-right: 10px;
}

.side-menu-container .menu-section .nav-link img {
    width: 16px;
    margin-right: 5px;
}

.sidebar .nav-link:focus {
    color:#fff;
}

div#menu-main_drop0 {
    height: 100%;
}

#remove-menu0 {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
}

.sidebar .nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: var(--font-weight-normal);
    padding: 15px 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
	border-left: 3px solid transparent;
    
}
.nav-link.active{
    font-size: 16px;
    color: #FFE500;
    font-weight: var(--font-weight-normal);
    padding: 12px 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
	border-left: 3px solid transparent;
    
}

.back-link {
    padding: 6.8px 20px;
	font-size: 16px;
}

.view-all-main {
    text-decoration: none;
    font-size: var(--font-size-sm);
    color: var(--color-white);
}

.sidebar .nav-link:hover {
   
    color: #E51C22;
    background:#fff;
	border-left: 3px solid #E51C22;
}
.sidebar .nav-link img {
   
    width:24px;
}
.sidebar .nav-link:hover img {
filter: brightness(0) saturate(100%) invert(21%) sepia(97%) saturate(2096%) hue-rotate(344deg) brightness(95%) contrast(99%);
}
.sidebar .nav-link:hover span{
   
    color: #E51C22;
   
}

.sidebar .nav-link i {
    margin-right: 10px;
    width: 20px;
}
.sidebar .nav-link span {
   position: absolute;
        right: 15px;
}
.menu-section {
    display: none;
}

.menu-section.active {
    display: block;
    cursor: pointer;
}

.menu-container .submenu {
    padding-left: 10px;
    margin-top: 5px;
}

.menu-container,
.menu-container .form-check-input {
    cursor: pointer;
}

.sidebarr {
    background-color: var(--color-default);
    padding: 20px;
    height: fit-content;
    flex-shrink: 0;
}

.sidebarr h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2d3748;
}

.category-list {
    list-style: none;
}

.category-item {
    color: var(--color-white);
    display: flex;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    transition: color 0.2s;
}

.category-item:hover {
    color: var(--color-lightblue);
}

.category-item:last-child {
    border-bottom: none;
}

.category-text {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-normal);
    margin-left: 10px;
}

.main-content {
    flex: 1;
}


.dft{
	
	        float: right;
	
}

.arrow-icon{
	 
	 position: absolute;
        top: 115px;
        right: -64px;
        width: 80%;
        border-top: 5px solid #FFE500;
        z-index: -100;
        transform: rotateZ(-23deg);
	  }
	  .arrow-icon1{
	 
	  position: absolute;
      top: 115px;
        right: -66px;
	 
        width: 80%;
        border-top: 5px solid #FFE500;
        z-index: -100;
        transform: rotateZ(23deg);
	  }
	  
	  
	.bg-thime{
	
	background:#FFF7B4;
	border: 5px solid #FFE500
	} 
	
	.bg-thime.active{
	
	background: linear-gradient(180deg, #FCBF07 0%, #EE2D20 100%);

	border: none;
	} 
	
	
	.bg-thime.active svg{
	
	filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(100%) contrast(100%);

	} 
.bg-thime.success{
	
	background: #E5FFCE;

	border: 2px solid #1A7204;
	} 
	
	
	.bg-thime.success svg{
	
	filter:brightness(0) saturate(100%) invert(28%) sepia(30%) saturate(2989%) hue-rotate(76deg) brightness(102%) contrast(97%);

	} 
.success h4{
	
	 color:#1A7204;
	  font-weight:600;
	} 
	.bg-thime.disable{
	
	background: #E5E7EB;

	border: 3px solid #BCBCBC
	} 
	
	
	.bg-thime.disable svg{
	
	filter:brightness(0) saturate(100%) invert(76%) sepia(40%) saturate(0%) hue-rotate(278deg) brightness(92%) contrast(92%);

	} 
.disable h4{
	
	 color:#BCBCBC;
	  font-weight:600;
	}  
	.steptext{
	
	 color:#DC2626;
	  font-weight:600;
	}   
	  
.card_box{

width:1200px;
}

.btn-remove{
	color:#7D7D7D;
	border: 2px solid #7D7D7D;
	background:transparent;
}
.btn-remove:hover{
	color:#E51C22;
	border: 2px solid #E51C22;
	background:transparent;
}
.btn-pdf{
	color:#E51C22;
	        text-align: center;
	font-size:16px;
}
.btn-pdf:hover{
	color:#E51C22;
	        text-align: center;
	font-size:16px;
}
.btn-pdf1{
	color:#DC2626;
	        text-align: center;
	font-size:16px;
}
.btn-pdf1:hover{
	color:#DC2626;
	        text-align: center;
	font-size:16px;
}
.sgrt{
	display:flex;
	justify-content: space-between;
}
.btn-rounded {
        border-radius: 50px;
}

.btn-danger {
        color: #fff;
        background-color: #FFE2E2;
        border-color: #FFE2E2;
}

.btn-danger:hover {
        color: #fff;
        background-color: #FFE2E2;
        border-color: #FFE2E2;
}

.btn-dangers {
        color: #fff;
        background-color: #FFE2E2;
        border-color: #FFE2E2;
		width: 27px;
        height: 27px;
        text-align: center;
		        line-height: 24px;
}
.btn-dangers:hover svg {
      filter: brightness(0) saturate(100%) invert(100%) sepia(54%) saturate(0%) hue-rotate(189deg) brightness(110%) contrast(101%);
}
.sdfty{
	
	
	        margin-top: -6px;
}
.sinrato-list-size{
	
	        height: 144px;
}
.btn-dangers:hover {
        color: #fff;
        background-color: #dc2626;
        border-color: #dc2626;
}


 #my-icon {
	color:#ff0754;
	font-size:56px;
	line-height: 56px;
}

#icon-2{
   	margin: auto;
    display: none

}
#card-info1:hover #icon-2{
    display: block;
	 text-align: center;
}
 #card-info1:hover #my-icon{
     display: none;
content: "\f117";
	
}
.btn-outline-light {
        color: #7D7D7D;
        border-color: #7D7D7D;
		border-radius:30px;
}

.btn-outline-light:hover {
        color: #7D7D7D;
        border-radius:30px;
        border-color: #7D7D7D;
}

 /* For Tablet View */
@media screen and (max-width: 768px) {
    .sdfty{
	
	
	        margin-top: 0px;
}
    #card-info{
       padding: 4px 9px 8px 5px !important;
                height: 315px;
        overflow: hidden;
    }
	.card_box{

width:100%;
}
.sdtq{
	flex-direction: column-reverse;
	display:flex;
	
}
/* 
.title:before, .title:after {
	display:none;

} */

	
.arrow-icon{
	 
	 position: absolute;
       bottom: 0;
                right: 0;
                left: -35px;
               display: none;
                border-top: 5px solid #FFE500;
                z-index: -100;
                transform: rotate(90deg);
	  }
	  .arrow-icon1{
	 
	  position: absolute;
     bottom: 0;
                right: 0;
               left: -20px;
               display: none;
                border-top: 5px solid #FFE500;
                z-index: -100;
                transform: rotate(90deg);
	  }
	  .success h4 {
        padding: 20px;
}
.disable h4 {
          padding: 20px;
}
	  .steptext {
       
        padding: 20px;
}
.sgrt {
        display: flex;

        flex-direction: column;
}

}
	
	
 .search-container {
    position: relative;
    width: 100%;
    max-width: 500px; /* adjust if needed */
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #777;
}

.search-input {
    width: 100%;
    padding: 12px 15px 12px 40px; /* left padding for icon */
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
}

.search-input::placeholder {
    color: #999;
}

.search-input:focus {
    border-color: #8e8e8e;
}

 .sort-select-wrapper {
    width: 200px; /* adjust as needed */
}

.sort-select {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    color: #868e96; /* light grey text */
    border: 1px solid #cfd1d4;
    border-radius: 8px;
    appearance: none;     /* hide default arrow */
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    cursor: pointer;
}

.sort-select:focus {
    outline: none;
    border-color: #9fa3a6;
}
.text-theme-red{
    color: #c60000 !important;
}

.shop_by_category .icon-div{

display: flex;height:100px;width:100px;background:#dddddd;border-radius:50%;justify-content:center;align-items:center
}
.shop_by_category .icon-div:hover{
    background-color: #dc2626;
}
.shop_by_category .icon-div:hover i{
    color :white;
}

.shop_by_category .icon-div i{
    color :#7d7d7d;
}