  /*** Import fonts ***/
@import url('https://fonts.googleapis.com/css?family=Exo+2:500');
@import url('https://fonts.googleapis.com/css?family=Oswald');
  *{margin: 0;
    padding: 0;
    outline: 0;
  }
  body {
      font: 400 15px/1.8 Lato, sans-serif;
      background-color: #030d18;
      color: #abb7c4;
      font-family: 'Oswald', sans-serif;
  }
  
  ul{list-style: none;}
  
  h1,h2,h3,h4,h5,h6 {
      margin: 10px 0 5px 0;
      color: #fff;
  }
  
  h2{margin: 10px 0 25px 0;}
  
  img{max-width: 100%;}
  .logo{
    width: 120px;
  }
  .navbar-brand{
	  padding: 5px 20px;
  }
  .top_signup_btn{
    background-color: #dd003f;
    color: #ffffff;
    border-radius: 0px;
    transition: 0.7s all; 
    padding: 10px;
}

#menu-item-18 a{ padding-right: 0;}
    

.top_signup_btn:hover{
  -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 20px !important;
    transition: 0.7s all; 
    background-color: transparent;

}
.blank_space{
  margin-top: 40px;
}
/***Header Background***/
.header_banner{
  /*background: url(../img/header_banner.jpg) no-repeat;
  background-size: cover;*/
  border-bottom: #0a2746 solid 1px;
}

/** Navbar styles **/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-right {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-default .navbar-nav>li>a {
    color: #abb7c4;
    /*font-family: 'Exo 2', sans-serif;*/
    transition: 0.5s all;
    font-weight: normal !important; 
}

.navbar-default .navbar-nav>li>a:hover{
  color:#dd003f;
  transition: 0.5s all;
  font-weight: bold; 
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border-radius: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-header {
    min-height: 87px;
}
.navbar-default .navbar-toggle {
    top: 20px;
    right: 0px;
    border-radius: 0;
}

/*** For search bar ***/
.search-input-group .input-group-addon{
    background: white !important; 
}
.search-input-group .form-control{
  border-right:0; 
  box-shadow:0 0 0; 
  border-color:#ccc;
}
.search-input-group button{
    border:0;
    background:transparent;
    color: #dd003f;
}
.search-input-group .form-control{
    border: 0px;
    border-radius: 0px;
    background: #233a50;
    min-height: 40px;
    color: #fff;
}
.search-input-group .input-group-addon {
    background: #233a50 !important;
    border: 0;
    border-radius: 0;
}
/***Slider***/
.swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
	  align-content: center;
	text-align: center;
	
    }
    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 400px;
	  align-content: center;
      text-align: center;
    }

/*** Top Social Section***/
.top-social-link{text-align: right;}
.top-social-link p{
  display: inline-block;
  font-size: 17px;
  color: #dd003f;
}
.top-social-link a{padding-left: 10px;}
.top-social-link a:hover{
  color: #dd003f;
}
.social-link { list-style: none;}
.social-link li { display: inline-block;}
/***Trailer Section***/

.right_trailer_section p{
  margin: 0;
  color: #777;
}
.right_trailer_section ul {
  margin: 0;
  cursor: pointer;
  margin-top: 15px;
  background: #233a50;
  padding: 10px;
}
.right_trailer_section ul li{
  list-style: none;
  display: inline-block;
  padding-right: 12px;
  vertical-align: top;
}
.right_trailer_section img{
  width: 100px;
  height: 60px;
  object-fit:cover;
}
.blue{background: #0e1c29;min-height: 500px;}

/***Tab Section***/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #420919;
    border-radius: 0px;
    box-shadow: 4px 1px 26px 5px #000 inset;
}
.nav>li>a:focus, .nav>li>a:hover {
    color: #dd003f;
    background: transparent;
    border-radius: 0px;
}

#categories_tab .nav{
  background: #233a50;
}
.nav-pills>li>a {
  color: #abb7c4;
}

#categories_tab .thumbnail {
    padding: 0px;
    border: none;
}
.product_tilte{font-weight: bold;}
.cart_btn_custom{
    background: #dd003f;
    border: none;
    border-radius: 0px;
  }
.details_btn{
  border-radius: 0px;
      border: none;
}
#categories_tab .parent {
    position: relative;
    cursor: pointer;
}
#categories_tab .parent:hover .child{
  opacity: 1;
  transition: 0.5s all;
}
#categories_tab .child {
    position: absolute;
    top: 0px;
    padding: 20px;
    height: 100%;
    background: #000000d6;
    color: #fff;
    opacity: 0;
    transition: 0.5s all;
}
#categories_tab .thumbnail{
    background-color: #233a50;
}
#categories_tab .thumbnail p{
  color: #fff;
}
.border_bottom{
  border-bottom: 1px solid #dadada;
  padding-bottom: 6px;
}
.media {
    margin-top: 17px;
}
.media-left, .media-right {
    width: 80px;
}
.media-body {
    width: 80%;
}
.media-body p{
  margin: 0;
  color:#abb7c4;
  line-height: 21px;
  font-size: 14px;
}
p.media-heading {
    color: #fff; 
}
p.media-heading:hover{
  color: #dd003f;
  transition:0.5s all;
  cursor: pointer;
}
.more_links{
  text-decoration: none;
  border: 1px solid #dadada;
  padding: 10px;
  color: #fff;
}
.more_links:hover{
  text-decoration: none;
  color: #dd003f;
}
.more_links::after{
   font-family: FontAwesome;
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
   margin-left: 10px;
}

/***Footer Styles***/

.color-white {color: #ffffff;}

.footer-baner {background-image: url(https://chassy.com/wp-content/uploads/2024/03/hero_update_2024_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
    padding-top: 70px;}


.footer-baner p {font-size: 14px;
    color: #abb7c4;
    line-height: 27px;}


.footer-baner h5 {
    color: white;
    margin: 0px;
    padding-bottom: 30px;
    font-size: 20px;}


.footer-logo {width: 150px; 
    padding-bottom: 25px;}


.footer-menu {list-style: none;
    color: #abb7c4;}


.footer-menu li a {
    color: #abb7c4;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
}


.footer-menu li a:hover {color: #dd003f;}


.footer-baner form input {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    color: #abb7c4;
    font-weight: 300;
    text-transform: none;
    background-color: #020d18;
    border-color: #405266;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    background: url(../img/search-bg.png) no-repeat right 20px center;
    border: 1px solid #405266;
    padding: 10px;
    width: 250px;
}

.footer-copyright {
    border-top: 1px solid #405266;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #020d18;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
    text-align: center;
    margin-top: 60px;
}
/***Right Sidebar***/

.right_side > div {
    background: #233a50;
    padding: 15px;
    margin-bottom: 0px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    border-top: #96032d solid 5px;
    margin-top: 25px;
    }

/**SUBSCRIBE BUTTON CSS**/

.subscribe-button {
    background-color: #dd003f;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 8px 0px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 10px 0px;
}

.subscribe-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn2{width: 200px;}
.subscribe-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.subscribe-button:hover span {
  padding-right: 25px;
}

.subscribe-button:hover span:after {
  opacity: 1;
  right: 0;
}



.product-details{
	margin-top: 25px;
}

.order-button .btn-default{background: none; color: #fff;}
hr{border-top: #0a2746 solid 1px;}

table tr th{color: #fff; font-weight: bold; min-width: 60px;}
table p{padding: 0px; margin: 0px;}
table tr th, table tr td{vertical-align: top;}

.latest-blog{
    margin-top: 67px;
    background: #233a50;
    padding: 15px;
}


/** * Header Background Animation * **/
@keyframes headerFrame {
    0%   {background: url(https://chassy.com/wp-content/uploads/2024/03/hero_update_2024_1.png) no-repeat; background-position: left; background-size: cover;}
    33%  {background: url(hhttps://chassy.com/wp-content/uploads/2024/03/hero_update_2024_2.png) no-repeat; background-position: right; background-size: cover;}
    66%  {background: url(https://chassy.com/wp-content/uploads/2024/03/hero_update_2024_3.png) no-repeat; background-position: center; background-size: cover;}
}

/* The element to apply the animation to */
.header_banner{
  background: url(https://chassy.com/wp-content/uploads/2024/03/hero_update_2024_1.png) no-repeat;
  background-size: cover;
  animation-name: headerFrame;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
/***Hiding Woo Sidebar***/
#sidebar{
    display: none !important;
}
.woocommerce ul.products.columns-3 li{
    background: #233a50;
    text-align: center;
}
.woocommerce ul.products li.product .button {
    margin: 0 0 1em 0;
    border-radius: 0;
}
.product_image img{
    height: inherit !important;
}


/* Woocommerce Modification */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background-color: #dd003f !important; color: #fff !important; transition: all 0.3s; opacity: 1;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    opacity: 0.8; transition: all 0.3s;
}

.woocommerce ul.products li.product .price{
    color: #dd003f !important;
}
.panel{
    background: #233a50 !important; border-radius: 0px !important;
}

input, select, textarea{ color: #000; padding: 7px;}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img{ width: 50px; }
.shop_table,.cart_totals{background: #233a50; padding: 15px;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{background: #233a50 !important;}
.select2-results__option[aria-selected], .select2-results__option[data-selected]{color: #000;}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{padding: 0px 7px; width: 130px !important;}

.right_side h2{margin: 0px 0px 5px; font-size: 18px;}
.site_title_blog{margin-top: 30px;}
.page-title{margin: 5px 0px; font-size: 18px;}
h2.woocommerce-loop-product__title {line-height: 1.5em;height: 3em;overflow: hidden;padding: 0.2em 0 !important;}

.woocommerce-Tabs-panel .shop_attributes {margin-bottom: 40px;}
.media {margin-bottom: 25px;}
.woocommerce ul.products li.product {text-align: center;}
.woocommerce ul.products li.product .woocommerce-loop-product__title {font-size: 22px;}
#wpcf7-f9062-p9-o1 .wpcf7-text,#wpcf7-f9062-p9-o1 .wpcf7-email, #wpcf7-f9062-p9-o1 textarea {    background: #1f262a;
    border: 1px solid #3c3c3c;
    padding: 5px;margin: 10px 0;}
#wpcf7-f9062-p11-o1 .wpcf7-text,#wpcf7-f9062-p11-o1 .wpcf7-email, #wpcf7-f9062-p11-o1 textarea {background: #1f262a;}
#wpcf7-f9062-p11-o1 .container {width: 100%;}
#wpcf7-f9062-p11-o1 .container  .col-md-8 {width: 100%;}
.top_signup_btn {margin-top: -4px;}
.woocommerce-Tabs-panel h3,.woocommerce-Tabs-panel h2 {color: #dd003f;}
.trailer_img{width:120px;}
.left_trailer_section video{
    width:100%;
}
.pro_video{height:auto;width:100%;}
#tab-description h2{display:none;}
.pagination_serch a, .pagination_serch span {
    border: 1px solid #dadada;
    padding: 0 10px;
    margin: 0 3px;
}
.footer_left img{width:125px;}

/**After Site update changes **/
.woocommerce ul.products li.product a img {max-height: 353px;min-height: 353px;object-fit:cover;}