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

  Template Name: Subas Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: SubasTeam
  Version: 1.0
  Design and Developed by: SubasTeam

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/
body {
    font-family: 'Work Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.footer-top-inner {
    padding: 60px 0;
}

.alert-info{background-color: #F5FCFE;border:0}
.header-search-inner::before {
    background-color: white;
}
.page-description,.page-description p {
    font-family: "Work Sans", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.7;
    color: #081110;
    background: white;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    position: relative;
    right: 0;
    overflow-x: hidden;
    transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: justify;
}
.page-description  ol,.page-description p ol {list-style: upper-roman !important;}

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.trans h1 small {
    font-size: 2rem;
    margin-bottom: 45px;
}

.trans h1 {
    font-size: 8vmin;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: black;
}

.breadcrumbs-title {
    font-family: Montserrat, sans-serif;
    color: black;
    font-size: 42px;
    font-weight: 400;
    padding:0;
}

.trans h1::after {
    width: 60px;
    height: 4px;
    margin-top: 60px;
    content: " ";
    background: #000;
    display: block;
    transition: all 150ms linear;

}

.trans:hover h1::after {
    width: 100px;
}



.shop-list .product-img {
    padding-right: 0px
}
.text-right{text-align: right !important;}


.ptb-200 {
    padding: 320px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.55;
    display: block;
}
.single-product-info h3 {
    font-size: 2.8rem;
    margin-bottom: 35px;
    line-height: 1.2;
    font-weight: 700;
    color:black;
}
.brand-name-2 {
    color: #081110;
    transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
    font-family: Bitter, serif;
    font-weight: 400;
    font-style: italic;
    opacity: .66;
    margin-bottom: 35px;
    margin-top: -15px;
    font-size: 2rem;
}
@media (max-width: 992px) {
    .mainpageSection  {
        min-height: auto !important;
        margin-top:0px !important;
        margin-bottom: 0px !important;
    }
    .footer-top-inner {
        padding: 60px 15px;
    }
}