/* -----Cover Spin Start-------*/

.cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}
.cover-spin h2{
 clear:both;
 float:left;
 position:absolute;
 top:50%; 
 left: 0;
 right:0;
 color:#e91e63;
 text-align:center;
}
.cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#e91e63;
    border-top-color:transparent;
    border-width: 6px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/* -----Cover Spin End-------*/
/* -----Cover Spin Start-------*/

.cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:999999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}
.cover-spin h2{
 clear:both;
 float:left;
 position:absolute;
 top:50%; 
 left: 0;
 right:0;
 color:#e91e63;
 text-align:center;
}
.cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#e91e63;
    border-top-color:transparent;
    border-width: 6px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/* -----Cover Spin End-------*/
.btn:hover{
    cursor:pointer;
}

/*** Cart Product Page ***/
.cart_block{ border: 1px solid #e0e0e0; padding: 10px; margin-bottom: 15px;}

.cart_image{ max-width: 140px; max-height: 180px; margin-top: 4px; position: relative;}
.cart_detail{}
.cart_detail p{font-size: 14px; color:#535766; font-weight: 600;}
.cart_detail_top{ margin-bottom: 10px;}
.cart_detail_top a{ font-size: 13px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;}



.qty_div{}
.qty_div p{ margin-top: 10px;}

.cart_price{ text-align: right;}
.cart_price h5{font-size: 12px; color:#777; font-weight: 600;}

.cart_price h5 span{ color: #ff0000;}

.close_btn_div{position: absolute; top: -7px; right: -10px;}

.btn.btn-sm.btn-delete2 {
    padding: 6px 9px;
    font-size: 12px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 50%; line-height:normal;
}

.btn-dark {
    color: #eaeaea;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

.close_btn_div a i{color: #fff;}
/*** END ***/

.left_outer {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 20px;
}
.left_outer ul{
    margin-left: 15px;
}

.page-content p, .page-content p span, .page-content h1, .page-content h1 span{
    font-family: 'poppinsregular' !important;
}
.page-content ol{
    margin-left: 35px;
}

/*-- CHECKOUT FINAL PAGE --*/






.inner_mid{background-color: #fff;}

.left_cart{margin-bottom: 20px;}
.left_collapse{ width: 100%; text-align: left; padding-left: 10px; background:#e0371b; color: #fff; border:none;padding-top: 10px; padding-bottom: 10px; font-size: 17px;}
.left_collapse span{color: #000; background: #fff; padding: 3px 7px; font-weight: bold; margin-right: 7px; border-radius: 2px; font-size: 12px;vertical-align: middle;}


.cart_inner{padding: 15px; background: #fff;  -webkit-box-shadow: 0px 3px 7px #c5c5c5;
-moz-box-shadow: 0px 3px 7px #c5c5c5;
box-shadow: 0px 3px 7px #c5c5c5;}
.cart_inner1{padding:0 15px 15px 15px;background: #fafafa;border: 1px solid #fde8ef;}




.cart2{margin-top: 20px;}
.login_cart_top h4{ margin-top: 0;}
.login_cart_top h4 span{padding:2px 5px; background:#fff7c9; font-weight: bold;}
.login_cart_bottom p{ font-size: 13px;}

.login_cart_bottom p span{font-weight: bold;}



.add_new2{}
.add_new2 label{ color: #2874f0;}
.add_new2 label{ color: #2874f0;}
.add_new2 a{ display: inline-block; font-size: 13px;}

.cart_block2{ border: 1px solid #d1d1d1; padding: 10px; margin-bottom: 15px;}

.cart_image2{ max-width: 140px; max-height: 180px; margin-top: 4px; position: relative;}
.cart_image2 img{border: 1px solid #d1d1d1;}
.cart_detail2{}
.cart_detail2 p{font-size: 13px; color:#535766; font-weight: 600;}
.cart_detail_top2{ margin-bottom: 10px;}
.cart_detail_top2 a{ font-size: 14px; color:#000; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;}
.cart_detail_top2 h6{margin: 0; font-size: 13px;}


.qty_div2{}
.qty_div2 p{ margin-top: 10px; font-weight: normal;}
.qty_div2 p span{font-size: 14px; color: #000; margin-right: 3px;}




.cart_price2{ text-align: right;}
.cart_price2 p{color: #444; font-weight: normal;}

.close_btn_div{position: absolute; top: -7px; right: -10px;}

.btn.btn-sm.btn-delete2 {
    padding: 6px 9px;
    font-size: 12px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 50%; line-height:normal;
}

.btn-dark {
    color: #eaeaea;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

.close_btn_div a i{color: #fff;}


.cart_inner2{padding: 0; margin-top: 15px;background: #fff; -webkit-box-shadow: 0px 3px 7px #777777;
-moz-box-shadow: 0px 3px 7px #777777;
box-shadow: 0px 3px 7px #777777;}


.conf_left{}
.conf_left p{margin: 0; font-size:13px; margin-top: 5px;}
.conf_left p span{font-weight: bold;}

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


.address_box{ margin-top: 20px; background: #fff; -webkit-box-shadow: 0px 3px 7px #777777;
-moz-box-shadow: 0px 3px 7px #777777;
box-shadow: 0px 3px 7px #777777;}
.custom_border{border: 1px solid #c1c1c1;}

.address_box_inner{padding:10px 20px 20px 20px;}
.address_box a{ text-decoration: none;}
.address_box p{color: #333; margin: 0 0 0 0; padding: 0 0 0 0; font-size: 13px;}


.address_text{margin-bottom:0; margin-top: 10px;}

.address_box label{color: #333;}

label.card_label{font-size: 13px;}
.cards_pay{margin-left:20px; margin-top: 10px;}
.cards_pay p{margin-top: 10px;}
.cards_pay p span{border-bottom: 1px solid #000; font-weight: bold;}



.address_box_inner ul{ list-style: none;}
.address_box_inner ul li{ padding-bottom: 25px; padding-top: 25px; border-bottom: 1px solid #e0e0e0;}

.no_border_bottom{border-bottom:0 !important;}


.disabled{}


.price_details_div2{background: #fafafa; padding: 15px;margin-top: 10px;}
.price_details_div2 h2{font-size: 15px; color:#9b9a9a; margin-top:0; font-weight: bold;}
.price_details_div2 ul{ list-style: none;}
.price_details_div2 ul li{ font-size: 13px;}


.inner_sticky2{ position: -webkit-sticky;
  position: sticky;
  top:150px;}

.price_details_div2 p span{ color:#35b2b6;}

.line_break{border-top: 1px solid #e0e0e0; margin-top: 10px; margin-bottom: 10px;}
.amt_pay p{font-weight: bold;}


.safe{margin-top: 20px; padding:5px 15px 5px 15px; background: rgb(20 205 168 / 20%);display: flex;padding:20px;}
.safe p{ color: #000; margin: 0;font-size: 13px;}



.new_body{background: #ededed;}



.material .form-radio,
.material .form-group, .material .input-group {
  position: relative;
  margin-top: 30px;
  margin-bottom: 2.25rem;
}

.material .form-inline > .form-group, .material .form-inline > .input-group,
.material .form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}


.material .form-group input, .material .input-group input {
  height: 1.9rem;
}
.material .form-group textarea {
  resize: none;
}

.material .form-group .control-label, .material .input-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.material .form-group .bar, .material .input-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.material .form-group .bar::before, .material .input-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.material .form-group input, .material .input-group input,
.material .form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 14px;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.material .form-group input[type="file"] {
  line-height: 1;
}
.material .form-group input[type="file"] ~ .bar {
  display: none;
}
.material .form-group select,
.material .form-group input:focus,
.material .input-group input:focus,
.material .form-group input:valid,
.material .input-group input:valid,
.material .form-group input.form-file,
.material .form-group input.has-value,
.material .input-group input.has-value,
.material .form-group textarea:focus,
.material .form-group textarea:valid,
.material .form-group textarea.form-file,
.material .form-group textarea.has-value {
  color: #333;
}
.material .form-group select ~ .control-label,
.material .form-group input:focus ~ .control-label,
.material .input-group input:focus ~ .control-label,
.material .form-group input:valid ~ .control-label,
.material .input-group input:valid ~ .control-label,
.material .form-group input.form-file ~ .control-label,
.material .form-group input.has-value ~ .control-label,
.material .input-group input.has-value ~ .control-label,
.material .form-group textarea:focus ~ .control-label,
.material .form-group textarea:valid ~ .control-label,
.material .form-group textarea.form-file ~ .control-label,
.material .form-group textarea.has-value ~ .control-label {
  font-size:12px;
  color: gray;
  top: -23px;
  left: 0;
}
.material .form-group select:focus,
.material .form-group input:focus,
.material .input-group input:focus,
.material .form-group textarea:focus {
  outline: none;
}
.material .form-group select:focus ~ .control-label,
.material .form-group input:focus ~ .control-label,
.material .input-group input:focus ~ .control-label,
.material .form-group textarea:focus ~ .control-label {
  color: #337ab7;
}
.material .form-group select:focus ~ .bar::before,
.material .form-group input:focus ~ .bar::before,
.material .input-group input:focus ~ .bar::before,
.material .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.material .checkbox label,
.material .form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}
.material .checkbox input,
.material .form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.material h6{font-size: 13px;}

.material a{font-size: 13px;}
/*** End ***/
@media (max-width: 992px){
.inner_sticky2 {
    position: relative !important;
    position: relative !important;
    top: 0 !important;
}
}

.related_box img {
    object-fit: unset;
    padding: 10px;
}

.good_box img, .item a img, li img{
    object-fit: unset;
}

.good_box img {
    border-radius: 10% !important;
}

#owl-demo2 .item img {
    border-radius: 10px !important;
}

#owl-demo2 .item img {
    width: 150px;
    height: 150px;
}

@media (min-width: 993px){
.slider_box {
    margin-top: 100px !important;
}
}

.material .input-group .input-group-btn .btn{
    margin-left:5px;
}

.mt-10{
    margin-top:10px;
}

.mCustomScrollbar{
overflow: auto;
height: 60vh;
}

.pr_name2 h2{margin-top: 0;font-size: 18px;font-weight: bold; color: #000;margin-top: 15px;}

.flat_red h5{background:#cf3201;padding:7px 6px 5px 6px; color: #fff;border-radius:9px;text-align: center;margin:0 0 0 0; line-height:1;font-size: 13px;}

.pr_name2 h6{margin-top:0;}

.full_button{width: 100%;font-size: 13px;
background:#e0371b;padding:11px 9px; border-radius: 16px;}


.gold-color{ background: #ebc7b4; color: #fff;position: relative;}
.silver-color{ background: #e0e2e1; color: #fff;position: relative;}
.space-color{ background: #b3b4b7; color: #fff;position: relative;}




.gold-color:hover:after{content: "Gold"; color: #fff; position: absolute; top: -28px;z-index: 9;background:#000;border-radius: 3px;padding: 2px 6px;}

.silver-color:hover:after{content: "Silver"; color: #fff; position: absolute; top: -28px;z-index: 9;background:#000;border-radius: 3px;padding: 2px 6px;}

.space-color:hover:after{content: "Space Gray"; color: #fff; position: absolute; top: -28px;z-index: 9;background:#000;border-radius: 3px;padding: 2px 6px;}
.color_text{margin-right: 15px !important;font-size: 15px;}


ul.color_list li.active{border-bottom: 2px solid #ebc7b4;}



.slider_form{position: relative; width: 100%; margin-top:6px;}

span.search {
  margin-top: 10px;
}
span.search input {
  min-width: 100%;position: relative;
  height: 50px;
  padding:5px 35px 5px 20px;
  border-radius:10px;
  -webkit-appearance: none; font-weight: bold;
  -moz-appearance: none; font-size: 16px;
  border:1px solid #bababa;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

span.search button {
  width:70px;text-align: center;
  height:40px; top:5px; font-size: 16px;
  position: absolute; padding: 3px; border-radius:8px;
  right:8px; background:#000; color: #fff;
  border: none;
  background: ;
}
span.search button i {
  color: #fff;
  font-size:21px;
  vertical-align: middle;
}

.check_d h6 span{color: #bf2222;}


.fea_box{text-align: center;margin-bottom: 15px;}
.fea_box h5{color: #000;}
.fea_box h5 span{font-weight: bold;}


.price_new{}
.price_new h3{color: #000;}
.span1{font-size: 14px;color: #777;}
.span2{font-size: 14px;color: #b40000;font-weight: bold; margin-left: 5px;}

.accordion__body ol {
    margin-left: 15px;
}



.sticky2{position: -webkit-sticky; /* Safari */
  position: sticky;
  top:170px;}


.bottom_strip{width: 100%;position: fixed; bottom: 0; text-align: center;opacity: 0;z-index:99;background:#e0371b;padding-top: 9px; padding-bottom: 9px;}
.bottom_strip a{text-decoration: none; color: #fff;display: block;}

.bottom_strip a:hover{ cursor:pointer;}


.bottom_strip_feature{
  opacity: 1 !important;
}

@media(max-width:992px) {
  .sticky2{position: relative;top:0;}
}

.ar_btn{position: absolute; top: 10px; right: 15px; z-index: 9;}
.ar_btn button img{width: auto !important; height: auto !important; margin-right: 3px;vertical-align: middle;max-width: 19px;}

.ar_btn button.btn_new1{background: rgb(255, 255, 255,.6); color: #000;border: 1px solid #d0d0d0;font-size: 13px;padding:3px 9px;}
.iframe-btn{
    position:absolute !important;
    bottom: 14.5%;
    left: 43%;
}

.iframe-btn1{
    position:absolute !important;
    /**left: 70%;***/
    margin-top: 10px;
}

.iframe-btn1 button{
    background: rgb(255, 255, 255,.6);
    color: #000;
    border: 1px solid #d0d0d0;
    font-size: 13px;
    padding: 3px 9px;
}

.i_frame_div iframe {
    border-radius: 20px;
}
.i_frame_div iframe {
    width: 100%;
    height: 490px;
    border: none;
    outline: none;
}

@media(max-width:767px) {
  .banner_list{display: none;}
  .banner_text h3{margin-bottom: 0;font-size: 23px;}
  .banner_text h2 {font-size: 30px;margin-top: 5px;}
  
  .banner_button{margin-top:10px;}
  
  
  
  .img_wrap video {
    width: 100%;
    max-height: 950px;
    height: 400px;
    overflow: hidden;
    object-fit: cover;
}
  
  
      
.detail_pics #carousel-custom .carousel-indicators { width:100%; float: none; margin-bottom:5px;text-align: left;height: auto;overflow-y: auto;}
.detail_pics #carousel-custom .carousel-indicators li { display:inline-block;width: 23%;margin:10px auto;}  
  
.detail_pics #carousel-custom .carousel-outer{width: 100%; float: none;}  
  
  .related_box img {
    border-radius: 12px;
    width: 100%;
    height: 275px;
    border: 1px solid #e0e0e0;
    object-fit: cover;}
  
  
  .checkout_top ul li {
   
    margin-top: 10px;
}
  
  
  
  .cart_image{ margin: 10px auto 0 auto;}
  
  
  
  .cart_detail_top{ text-align: center;}
  .cart_detail_top a{font-size: 15px;}
  
 
}

@media(min-width:768px) {
  .detail_pics #carousel-custom .carousel-indicators {
      margin: 0;
      overflow-y: scroll;
      position: static;
      white-space: nowrap;
      width: 18%;
      height: 450px;
      float: left;
  }
}

.icon_border {
    display:none !important;
}

.mt-2{
    margin-top:10px;
}

.table {margin-bottom: 10px;}


ul.new_table_list{list-style: none;}
ul.new_table_list li{display: inline-block;}


ul.new_table_list2{list-style: none;}
ul.new_table_list2 li{display:block;}

.grey_part{background:#e6e6e6; font-weight: bold;}

.red_text{color: #a50707;}

.application ul{
    margin-left: 13px;
}

/* -------------------------------- 

Cart Sub Menu Slide left

-------------------------------- */








 #cd-cart-trigger {
  position: relative;
 
}
 #cd-cart-trigger a {
  width: 60px;
  height: 100%;
}





#cd-cart-trigger {
  right: 0;
}
#cd-cart-trigger a {
  
}
@media only screen and (min-width: 1200px) {
  #cd-cart-trigger {
    /* cart right margin on desktop */
    right: 0;
  }
  #cd-cart-trigger a {
    position: relative;
    width: 100px;
    border-left: none;
    
  }
}







#cd-cart-trigger2 {
  position: relative;
 
}
 #cd-cart-trigger2 a {
  width: 60px;
  height: 100%;
}





#cd-cart-trigger2 {
  right: 0;
}
#cd-cart-trigger2 a {
  
}
@media only screen and (min-width: 1200px) {
  #cd-cart-trigger2 {
    /* cart right margin on desktop */
    right: 0;
  }
  #cd-cart-trigger2 a {
    position: relative;
    width: 100px;
    border-left: none;
    
  }
}


































#cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 290px;
  /* header height */
  padding-top: 50px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  #main-nav, #cd-cart {
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-cart {
    width: 30%;
    /* header height has changed */
    padding-top: 10px;
  }
}




#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}
#cd-cart.speed-in {
  right: 0;
}
#cd-cart > * {
  padding: 0 1em;
}
#cd-cart h2 {
  font-size: 16px;
  font-weight: 700;
  
  text-transform: uppercase;
  margin: 1em 0;
}
#cd-cart .cd-cart-items {
  padding: 0;
}
#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}





#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
  float: right;
}
#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-cart .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #e4671b;
  color: #FFF;
  text-align: center;
}
.no-touch #cd-cart .checkout-btn:hover {
  background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 2em;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }
  
}



#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 999;
  display: none;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}








.cart_wrap{}
.cart_img{}
.cart_img img{width:100%; height: auto;}

#cd-cart .cd-cart-items {
    margin-top: 60px;
}

.cross-ref table{
    width: 100% !important;
}

.accordion__body.cross-ref{
    padding: 5px 0px !important;
}

.cross-ref table th, .cross-ref table td, .application table th, .application table td{
    border: 1px solid #dee2e6 !important;
    padding: .75rem !important;
}

p, p span, span{
    font-family: "Poppins" !important;
}

.watermark_outer{position: relative;}
.watermark_inner{position:absolute; z-index: 9;top: 30%; left: 20%; opacity: .4;}

.watermark_inner img{/**rotate: 35deg;**/border:none !important;}

.watermark_top{position: relative;}
.actual_watermark{position:absolute; z-index: 9;top: 30%; left: 20%; opacity: .4;}
.actual_watermark img{/**rotate: 35deg;**/border:none !important;}

.list_watermark img{max-width: ;height: auto;}

/* About Section Styles */
        .about-section {
            background-color: #fff;
            padding: 60px 20px;
            
            position: relative;
            overflow: hidden;
        }
        
        /* Background decorations */
        .bg-decoration {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            overflow: hidden;
        }
        
        .bg-circle {
            position: absolute;
            border-radius: 50%;
            opacity: 0.05;
        }
        
        .circle-1 {
            width: 400px;
            height: 400px;
            background-color: #d9261c;
            top: -150px;
            left: -150px;
        }
        
        .circle-2 {
            width: 300px;
            height: 300px;
            background-color: #2e51a3;
            bottom: -100px;
            right: -100px;
        }
        
        .bg-dots {
            position: absolute;
            background-image: radial-gradient(circle, #333 1px, transparent 1px);
            background-size: 20px 20px;
            opacity: 0.05;
        }
        
        .dots-1 {
            width: 400px;
            height: 400px;
            top: 10%;
            right: 5%;
        }
        
        .dots-2 {
            width: 300px;
            height: 300px;
            bottom: 5%;
            left: 10%;
        }
        
        .about-container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
        
        .about-title {
            
            font-weight: bold;
            margin-bottom: 50px;
            text-transform: uppercase;
            text-align: center;
            position: relative;
        }
        
        .about-title:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: #d9261c;
        }
        
        .about-content {
            display: flex;
            gap: 40px;
        }
        
        .about-left, .about-right {
            flex: 1;
        }
        
        /* Main card styling */
        .about-card {
            background-color: #f8f8f8;
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            padding: 30px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            border-left: 5px solid #d9261c;
            position: relative;
            overflow: hidden;
        }
        
        .about-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
        }
        
        .card-icon-decoration {
            position: absolute;
            top: -20px;
            right: -20px;
            width: 90px;
            height: 90px;
            opacity: 0.1;
            color: #d9261c;
            transform: rotate(15deg);
        }
        
        .card-decoration {
            position: absolute;
            z-index: 0;
        }
        
        .gear-icon {
            position: absolute;
            opacity: 0.06;
            color: #333;
        }
        
        .gear-1 {
            bottom: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
            animation: rotate 20s linear infinite;
        }
        
        .gear-2 {
            top: 30px;
            right: 100px;
            width: 40px;
            height: 40px;
            animation: rotate-reverse 15s linear infinite;
        }
        
        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        
        @keyframes rotate-reverse {
            from { transform: rotate(360deg); }
            to { transform: rotate(0deg); }
        }
        
        .about-subtitle {
            font-weight: bold;
            margin-bottom: 20px;
            color: #333;
        }
        
        .tagline {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            background-color: rgba(217, 38, 28, 0.1);
            padding: 10px 15px;
            border-radius: 8px;
        }
        
        .tagline-icon {
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            margin-right: 10px;
            color: #d9261c;
        }
        
        .tagline-text {
            font-weight: bold;
            margin: 0;
            color: #333;
            font-size: 15px;
        }
        
        .about-text {
            margin-bottom: 15px;
            line-height: 1.6;
            position: relative;
            z-index: 1;
            font-size: 15px;
        }
        
        /* Action buttons */
        .action-buttons {
            display: flex;
            margin-top: 25px;
            position: relative;
            z-index: 1;
        }
        
        .action-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 30px;
            border-radius: 50px;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .action-btn:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            transition: all 0.4s ease;
        }
        
        .action-btn:hover:before {
            left: 100%;
        }
        
        .btn-icon {
            width: 18px;
            height: 18px;
            margin-right: 8px;
        }
        
        .primary-btn {
            background-color: #d9261c;
            color: white;
            box-shadow: 0 4px 15px rgba(217, 38, 28, 0.3);
            width: 100%;
        }
        
        .primary-btn:hover {
            background-color: #b71c1c;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(217, 38, 28, 0.4);
        }
        
        .secondary-btn {
            background-color: #2e51a3;
            color: white;
            box-shadow: 0 4px 10px rgba(46, 81, 163, 0.3);
        }
        
        .secondary-btn:hover {
            background-color: #243c7a;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(46, 81, 163, 0.4);
        }
        
        /* Image styling */
        .about-image-wrapper {
            position: relative;
            margin-top: 20px;
        }
        
        .image-decoration {
            position: absolute;
            z-index: 2;
        }
        
        .wrench-icon {
            position: absolute;
            top: -20px;
            left: 20px;
            width: 40px;
            height: 40px;
            color: #d9261c;
            background-color: white;
            padding: 8px;
            border-radius: 50%;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            transform: rotate(-15deg);
            animation: float 3s ease-in-out infinite;
        }
        
        .bolt-icon {
            position: absolute;
            bottom: -15px;
            right: 30px;
            width: 35px;
            height: 35px;
            color: #2e51a3;
            background-color: white;
            padding: 8px;
            border-radius: 50%;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            transform: rotate(15deg);
            animation: float 4s ease-in-out infinite 1s;
        }
        
        @keyframes float {
            0% { transform: translateY(0) rotate(-15deg); }
            50% { transform: translateY(-10px) rotate(-15deg); }
            100% { transform: translateY(0) rotate(-15deg); }
        }
        
        .about-image-container {
            border-radius: 12px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }
        
        .about-image-container img {
            width: 100%;
            height: 80px;
            display: block;
            transition: transform 0.5s ease;
        }
        
        .about-image-container:hover img {
            transform: scale(1.05);
        }
        
        .image-overlay {
            /***position: absolute;***/
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
            padding: 30px 20px 20px;
            transition: all 0.3s ease;
        }
        
        .overlay-content h4 {
            color: white;
            margin: 0 0 10px;
            
        }
        
        .overlay-btn {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 8px 16px;
            border-radius: 4px;
            text-decoration: none;
            
            transition: all 0.3s ease;
        }
        
        .overlay-btn:hover {
            background: rgba(255,255,255,0.3);
        }
        
        /* Why Choose section */
        .why-choose-header {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }
        
        .icon-header {
            width: 40px;
            height: 40px;
            margin-right: 15px;
            color: #d9261c;
        }
        
        /* Benefits grid */
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .benefit-card {
            background-color: #f8f8f8;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }
        
        .benefit-card:hover .card-glow {
            opacity: 0.7;
        }
        
        .card-glow {
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(217, 38, 28, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: -1;
        }
        
        .corner-decoration {
            position: absolute;
            width: 20px;
            height: 20px;
            border-color: #d9261c;
            border-style: solid;
            border-width: 0;
            opacity: 0.5;
        }
        
        .corner-tl {
            top: 10px;
            left: 10px;
            border-top-width: 2px;
            border-left-width: 2px;
            border-top-left-radius: 4px;
        }
        
        .corner-br {
            bottom: 10px;
            right: 10px;
            border-bottom-width: 2px;
            border-right-width: 2px;
            border-bottom-right-radius: 4px;
        }
        
        .benefit-icon {
            width: 40px;
            height: 40px;
            margin-bottom: 15px;
            color: #d9261c;
            transition: transform 0.3s ease;
        }
        
        .benefit-card:hover .benefit-icon {
            transform: scale(1.1) rotate(5deg);
        }
        
        .benefit-title {
            font-weight: bold;
            margin-bottom: 10px;
            color: #333;
        }
        
        .benefit-text {
            line-height: 1.6;
            margin: 0;
        }
        
        /* Brands banner */
        .brands-banner {
            background-color: #f3f3f3;
            border-radius: 10px;
            padding: 20px;
            margin-top: 30px;
            position: relative;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }
        
        .brands-banner:before {
            content: '';
            position: absolute;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(46, 81, 163, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
            top: -100px;
            right: -100px;
            border-radius: 50%;
            z-index: 0;
        }
        
        .brands-text {
            text-align: center;
            margin-bottom: 15px;
            font-weight: bold;
            color: #666;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
        }
        
        .brands-logos {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }
        
        .brand-logo-placeholder {
            width: 60px;
            height: 40px;
            background-color: #e5e5e5;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        
        .brand-logo-placeholder:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background-color: #f8f8f8;
        }
        
        .brand-icon {
            width: 30px;
            height: 30px;
            color: #888;
        }
        
        /* Categories Section Styles */
        .categories-section {
            background-color: #fff;
            color: #333;
            padding: 60px 20px;
        }
        
        .section-container {
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .section-title {
            font-weight: bold;
            margin-bottom: 50px;
            text-transform: uppercase;
            text-align: center;
            position: relative;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: #d9261c;
        }
        
        .categories-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 30px;
        }
        
        .category-card {
            background-color: #f8f8f8;
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid #e0e0e0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }
        
        .category-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        }
        
        .category-image {
            height: 180px;
            overflow: hidden;
            position: relative;
        }
        
        .category-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .category-card:hover .category-image img {
            transform: scale(1.05);
        }
        
        .category-content {
            padding: 20px;
        }
        
        .category-title {
            font-weight: bold;
            margin-bottom: 15px;
            color: #333;
        }
        
        /***
        .subcategory-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .subcategory-item {
            margin-bottom: 8px;
            position: relative;
            padding-left: 15px;
        }
        
        .subcategory-item:before {
            content: '•';
            position: absolute;
            left: 0;
            color: #d9261c;
        }
        
        .subcategory-link {
            color: #555;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .subcategory-link:hover {
            color: #d9261c;
        }
        ***/
        
        .view-all {
            display: block;
            text-align: right;
            margin-top: 15px;
            color: #2e51a3;
            text-decoration: none;
            font-weight: bold;
            transition: color 0.3s ease;
        }
        
        .view-all:hover {
            color: #3a63c9;
        }
        
        .view-all-categories {
            text-align: center;
            margin-top: 50px;
        }
        
        .view-all-btn {
            display: inline-block;
            padding: 14px 30px;
            background-color: #2e51a3;
            color: white;
            text-decoration: none;
            border-radius: 30px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }
        
        .view-all-btn:hover {
            background-color: #3a63c9;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(46, 81, 163, 0.4);
        }
        
        @media (max-width: 992px) {
            .about-content {
                flex-direction: column;
            }
            
            .about-left, .about-right {
                width: 100%;
            }
            
            .benefits-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .section-title, .about-title {
            }
            
            .about-subtitle {
            }
            
            .benefits-grid {
                grid-template-columns: 1fr;
            }
            
            .categories-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
                gap: 20px;
            }
            
            .action-buttons {
                flex-direction: column;
                gap: 10px;
            }
            
            .action-btn {
                width: 100%;
                text-align: center;
            }
            
            .brands-logos {
                flex-wrap: wrap;
                gap: 10px;
                justify-content: center;
            }
            
            .brand-logo-placeholder {
                margin-bottom: 10px;
            }
        }

/*** New product Details Page ***/
.product-details-container .sticky-gallery {
            position: sticky;
            top: 20px;
            max-height: calc(100vh - 40px);
            overflow-y: auto;
        }
        
.product-details-container .thumbnail-container {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 15px;
        }
        
.product-details-container .thumbnail {
            border: 1px solid #ddd;
            cursor: pointer;
            transition: all 0.2s;
            opacity: 0.7;
        }
        
.product-details-container .thumbnail:hover, .product-details-container .thumbnail.active {
            border-color: var(--fleet-red);
            opacity: 1;
        }
        
.product-details-container .main-image-container {
            position: relative;
            overflow: hidden;
            border: 1px solid #ddd;
            margin-bottom: 15px;
        }
        
.product-details-container .main-image {
            width: 100%;
            transition: transform 0.3s ease;
        }
        
        /* Product Info Section */
.product-details-container .product-title {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 5px;
        }
        
.product-details-container.product-subtitle {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 15px;
        }
        
.product-details-container .btn-primary {
            background-color: var(--fleet-red);
            border-color: var(--fleet-red);
        }
        
.product-details-container .btn-primary:hover {
            background-color: #c21f1f;
            border-color: #c21f1f;
        }
        
.product-details-container .specs-table tr td:first-child {
            font-weight: 500;
            width: 40%;
        }

/* Zoom Feature */
.product-details-container .zoom-lens {
            position: absolute;
            border: 1px solid #d4d4d4;
            width: 100px;
            height: 100px;
            background-repeat: no-repeat;
            display: none;
            pointer-events: none;
        }
/*** END ***/

/*** Homepage Slider Changes ***/
.slider_box{width: 100%; height: 480px; margin-top: 155px;}
.sb_left{height: 480px; width: 66%; float: left;}
.sb_right{height: 480px; width: 34%;float:right; background:#1e2f97;border: 10px solid #2d40b7;}
.sb_right_inner{padding: 30px;}
.sb_left img{width: 100%; height: 480px; object-fit:cover;}

.sb_right h6{ margin-top:70px; color:#fff;font-size:16px;}
.sb_right h2{font-size:28px; color:#fff; font-weight: bold; margin-bottom:20px;margin-top: 10px;}

.sb_right p{color: #000; margin-bottom: 15px;}

/*** END ***/

table {
    margin-bottom: 10px;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    /***border-top: 0;***/
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 5px;
}
table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

/*** New Category Page ***/
.main-content {
  display: ;
  margin-top: 30px;
}
/* Sidebar Styles */
.sidebar-container {
  position: relative;
}

.filter-toggle-btn {
  display: none;
  background-color: #293b87;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.sidebar {
  width: ;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 0 15px;
  margin-right: 30px;
  align-self: flex-start;
  position: sticky;
  top: 100px;
  display: block;
}

.filter-section {
  margin-bottom: 25px;
}

.filter-title {
  font-size: 16px;
  font-weight: 600;
  color: #293b87;
  margin-bottom: 15px;
}

.filter-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
  margin-top: 10px;
}

.filter-options {
  margin-top: 12px;
}

.filter-option {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.filter-option input[type=checkbox] {
  margin-right: 10px;
  cursor: pointer;
  margin-top: -4px;
}

.filter-option label {
  font-size: 14px;
  cursor: pointer;
}

.price-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.price-input {
  width: 45%;
  padding: 8px;
  border: 1px solid #e1e4e8;
  border-radius: 4px;
  font-size: 14px;
}

.price-separator {
  margin: 0 5px;
}

.filter-apply {
  background-color: #293b87;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 15px;
  transition: background-color 0.3s;
}

.filter-apply:hover {
  background-color: #1e2d6b;
}





.products-container {
  
}
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.category-title {
  font-size: 22px;
  font-weight: 600;
  color: #293b87;
}
.category-count {
  background-color: #f0f2f5;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
}





.subcategory-nav {
  display: flex;
  overflow-x: auto; /* Allows horizontal scroll */
  -ms-overflow-style: none;  /* Removes scrollbar in IE */
  scrollbar-width: none;  /* Removes scrollbar in Firefox */
  gap: 10px;
  padding-bottom: 10px;
}

.subcategory-nav::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Webkit browsers */
}

.subcategory-item {
  flex-shrink: 0; /* Prevents items from shrinking */
  padding: 10px 18px;
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #e1e4e8;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.subcategory-item.active {
  background-color: #293b87;
  color: #fff;
  border-color: #293b87;
}

.subcategory-item:hover:not(.active) {
  background-color: #f0f2f5;
}

.subcategory-count {
  margin-left: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
}

.active .subcategory-count {
  background-color: rgba(255, 255, 255, 0.2);
}

.subcategory-item:not(.active) .subcategory-count {
  background-color: #f0f2f5;
  color: #666;
}







.products-grid {
  
}
.product-card {
  background-color: #fff;
  border-radius: 8px;margin-top:15px;margin-bottom: 15px;
  overflow: hidden;border: 1px solid #ededed;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.product-image {
  height: 200px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.product-image img {
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
}
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f7d154;
  color: #333;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
}
.product-info {
  padding: 15px;
}
.product-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}
.product-meta {
  margin: 10px 0;
  font-size: 13px;
  color: #666;
}
.product-meta-row {
  display: flex;
  margin-bottom: 5px;
}
.meta-label {
  width: 90px;
  font-weight: 500;
  color: #555;
}
.meta-value {
  flex-grow: 1;
}
.product-fit {
  background-color: #f0f2f5;
  padding: 8px 12px;
  border-radius: 5px;
  margin: 10px 0;
  font-size: 13px;
}
.fit-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 3px;
}
.fit-list {
  color: #555;
}
.product-action {
  margin-top: 15px;
}
.view-price-btn {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #293b87;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
}
.view-price-btn:hover {
  background-color: #1e2d6b;
}
.order-now-btn {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #e8353d;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
}
.order-now-btn:hover {
  background-color: #c72c33;
}
.load-more {
  margin: 40px auto;
  background-color: #fff;
  border: 1px solid #e1e4e8;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  display: block;
  transition: all 0.3s;
}
.load-more:hover {
  background-color: #f0f2f5;
}
.toggle-view {
  text-align: right;
  margin-bottom: 20px;
}
.toggle-button {
  background: none;
  border: none;
  color: #293b87;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.pagination-item,
.pagination-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e1e4e8;
  cursor: pointer;
  transition: all 0.3s;
}
.pagination-item:hover,
.pagination-arrow:hover {
  background-color: #f0f2f5;
}
.pagination-item.active {
  background-color: #293b87;
  color: #fff;
  border-color: #293b87;
}
.pagination-arrow.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ✅ Media Queries */
@media (max-width: 992px) {
  .main-content {
     margin-top: 10px;
  }
  .sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    position: static;
  }
  .products-grid {
   
  }
    
    
    
     .filter-toggle-btn {
    display: block;
  }

  .sidebar {
    display: none; /* Hide sidebar initially */
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 10;
  }

  .sidebar.show {
    display: block;
  }
    
    
}
/*** END ***/

/* -------- FOOTER SECTION --------*/

.footer-wrap {
    width: 100%;
    background: url(../images/footer.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom:160px;
}

.footer_top {}

.footer-links li{
  list-style: none;
}

.footer-links li a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}


.footer-links li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #fff;
}


.loc_div i{ color: #fff; margin-right: 5px;}
.loc_div ul{}
.loc_div ul li{ list-style: none; color: #fff; margin-bottom: 12px;}
.loc_div ul li a{ color: #fff; }
.loc_div ul li i{}


ul.social-circle{list-style: none; margin-top: 12px;}
.social-circle li{display: inline-block;margin-right:5px;}
.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 40px;
    height: 40px;
    font-size:15px; background:#e41c3c;
}
.social-circle li i {
    margin:0;
    line-height:40px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


.copyright{text-align: center;}
.copyright p{color: #fff;margin-top: 30px; padding-bottom: 30px;}

.new_footer h5{color:#fff; font-size: 16px; font-weight: bold;text-transform: uppercase;}

.footer_1{}
.footer_1 img{max-width: 125px;}
.footer_1 p{color: #fff;margin-top: 10px;}



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

@media(max-width:767px) {
    .mid_div {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .social_icons {
        margin-bottom: 25px;
    }
    .social_icons ul {
        margin-top: 10px;
    }
    .address_div {
        margin-top: 25px;
    }
    .address_div p {
        text-align: center;
    }
    .lower_left {
        text-align: center;
    }
    .lower_right {
        text-align: center;
        margin-top: 10px;
    }
}

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

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

@media(max-width:992px) {
   
	.slider_box{width: 100%; height: auto; margin-top: 0;}
.sb_left{height: auto; width:100%; float: none;}
.sb_right{height:auto; width: 100%;float:none;}
.sb_right_inner{padding:20px;}
.sb_left img{width: 100%; height:auto;}

	.sb_right h6{ margin-top:0;}
}

.small_btn {
    font-size: 12px;
    padding: 6px;
    text-transform: none;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.td-flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}

.nav > li.nav-text-edit > a {
    display: inline-block !important;
}

.nav > li.nav-text-edit > .small_btn{
    width: auto !important;
    height: auto !important;
}

.tab-update:hover{
    cursor: pointer;
}

.nav > li.nav-text-edit > .small_btn > i{
    color:#fff;
}

.nav > li.nav-text-edit > .small_btn{
    background-color: #1e2f97 !important;
    border: 1px solid #1e2f97 !important;
}

.cke_reset_all .cke_browser_webkit{
    z-index: 9999999 !important;
}

.mb-2 {
    margin-bottom: 10px;
}