/*
Theme Name: Chassy Media
Theme URI: https://chassy.com/
Author: VSI Dhaka
Author URI: https://volcanicstar.com/
Description: A simple Wordpress Theme.
Version: 1.0.0

Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, e-commerce

*/
.navbar-default .navbar-nav > li > a {text-transform: uppercase !important;}

footer .mailingList input[type="submit"]{
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;}
footer .mailingList input[type="submit"]:hover{
border-radius: 20px !important;
transition: 0.7s all;
background:transparent;
}

.woocommerce-column__title, .woocommerce-order-details__title, .woocommerce-column__title{font-size: 18px;}
.woocommerce-order{padding: 25px 0px;}

.page_tab .panel-default {
    border-color: #030d18;
}

.page_tab .panel-default>.panel-heading {
    color: #333;
    background-color: #233a50;
    border-color: #030d18;
}
.page_tab .panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: #dd003f;
}
.order_btn_pages {
    border: 1px solid #eee;
    text-decoration: none;
    padding: 2px 14px;
    color: #dd003f;
}
.order_btn_pages:hover{
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul{
    display: inline-flex;
    padding: 10px 0px;
    background: #233a50;
}
.woocommerce-MyAccount-navigation ul li{
	padding: 0px 10px;
}
.woocommerce-MyAccount-navigation ul li a{
color: #abb7c4;
}
.woocommerce-MyAccount-navigation ul li a:hover{
color:#dd003f;
text-decoration:none;
}
/**Home page Trailer Section **/

.right_trailer_section .slider .fa-chevron-up {
left: calc(50% - 16px) !important;
position: absolute;
z-index: 999;
font-size: 21px;
margin-top: -25px;
cursor: pointer;
}

.right_trailer_section .slider .fa-chevron-down {
  left: calc(50% - 16px) !important;
  position: absolute;
  z-index: 999;
font-size: 20px;
cursor: pointer;
margin-top: 15px;
}

p.media-heading{
white-space: nowrap;
    width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.aligncenter{
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}


.woocommerce-MyAccount-navigation ul{width: 100%;}
.mark, mark{background: none; color: #fff;}

.card-img-top.img-responsive {
/*     max-height: 400px !important; */
    max-width: 100% !important;
/*    width: auto !important;*/
}


@media only screen and (max-width: 768px) {
	.woocommerce-MyAccount-navigation ul{display: block;}
}
.woocommerce ul.products li.product a img {object-fit: contain;}
.emaillist input.es_subscription_form_submit {
    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;
}

.emaillist input.es_subscription_form_submit:hover {
    background-color: transparent;
	transition: all 0.5s;}

