*,
::after,
::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #52575A;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 20px;
    color: #52575A;
    margin-top: 0;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #040503;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
a:visited{
    color: #040503;
}
a:hover{
    text-decoration: none;
}
a.button{
    -webkit-appearance: none;
}
li {
    list-style-type: none;
}

.img-fluid {
    max-width: 100%;
    height: auto,
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
input[type="text"], input[type="password"], input[type="url"], 
input[type="tel"], input[type="number"], 
input[type*="date"], input[type="email"], select{
    border: 1px solid rgba(182,187,188, 0.5);
    height: 36px;
}
textarea{
    border: 1px solid rgba(182,187,188, 0.5);
}
ul {
    margin: 0;
    padding: 0;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
}
.center {
    text-align: center;
}
/* common-css */
.common-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #040503;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
/* common-css end here */
/* common-block css start here */
.common-block {
    border: 1px solid rgba(182, 187, 188, 0.5);
    border-radius: 3px 3px 0px 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.common-block .bootom-disc {
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.common-block .top-image img {
    display: block;
}
.small-title {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.common-block .disc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.common-block .common-button {
    margin-top: auto;
}
.action.primary{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}
/* common-block css end here */
/* common-button css start here */
.common-button a, .action.primary, .action-primary, .action.primary:focus, .action.primary:active {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    background: #D8252E;
    border: 1px solid #D8252E;
    border-radius: 0;
    text-transform: capitalize;
    padding: 4px 10px;
    transition: all 0.5s ease;
}
a.action.primary{
    border-radius: 0;
}
a.action.primary:hover{
    border-color: #D8252E;
}

.common-button a:hover, .action.primary:hover, .action-primary:hover {
    background: transparent;
    color: #D8252E;
    border-color: #D8252E;
    text-decoration: none;
    transition: all 0.5s ease;
}

.browse-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #52575A;
}

.browse-btn a span {
    margin-left: 10px;
}

.browse-btn {
    margin-top: 14px;
    display: flex;
    justify-content: center;
}

.browse-btn a span img {
    width: 18px;
    height: 12px;
    vertical-align: middle;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}
/* cmmon-banner- css */
.common-banner-wrapper {
    padding: 40px 0;
    color: #fff;
}
/* common banner css end */
/* login and register css */
.form-create-account{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.create.account.form-create-account{
    width: 100%;
}
.form-create-account .create {
    width: calc(100% - 0px);
    float: left;
}
.fieldset > .field > .label{
    margin-bottom: 0;
}
.customer-account-forgotpassword .page-title-wrapper, 
.customer-account-login .page-title-wrapper, .customer-account-create .page-title-wrapper {
    margin: 40px 0;
}
.form-login .action.remind{
    color: #D8252E;
}
/* my account css */
.account .page-title-wrapper .page-title{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    padding-bottom: 8px;
}
.account a:hover, .account .block-title .action:hover{
    color: #D8252E;
}
.account .page-main .block .block-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/* sidebar css */
.sidebar .block-feedback .block-content{
    text-align: left;
    margin-top: 15px;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong{
    border-color: #D8252E;
}
/* pagination css start */
.pages a.page{
    padding: 0 12px;
    color: #52575A;
    border: 1px solid #dddddd;
}
.pages a.page:hover{
    color: #ffffff;
    background-color: #D8252E;
    border-color: #D8252E;
}
.pages strong.page{
    background: #D8252E;
    border-color: #D8252E;
    padding: 1px 14px;
    color: #ffffff;
}
.pages .action{
    background: transparent;
    border: 1px solid #dddddd;
    color: #52575A;
    border-radius: 0;
    box-shadow: none;
}
.pages .action:hover{
    background: #D8252E;
    color: #ffffff;
}
.pages .action:before{
    color: #52575A;
    font-size: 14px;
}
.pages .action.next{
    margin-left: 0;
}
.pages .action.previous{
    margin-right: 0;
}
/* search page css */
.search.results .products-grid .product-items{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.search.results .products-grid .product-items .product-item{
    margin-bottom: 15px;
    padding: 0 10px;
    margin-left: 0;
    margin-right: 0;
    width: calc((100% - 0px) / 1);
}
.search.results .products-grid .product-items .product-item-info{
    height: 100%;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
}
.search.results .products-grid .product-items .product-item-info:hover{
    padding-bottom: 50px;
}
.search.results .products-grid .product-item-info .product-item-actions{
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 100%;
    margin: 0;
    z-index: 1;
}
.search.results .products-grid .product-item-info .product-item-description{
    margin-bottom: 0;
}
.search.results .products-grid .product-item-info .product-item-description p{
    margin-bottom: 0;
}
.amsearch-related-terms > .amsearch-item{
    background: #f8f8f8;
}
.amsearch-related-terms > .amsearch-item:hover{
    background: #D8252E;
    color: #ffffff;
}
/* machine popup */
.machine-request-popup{
    margin-top: 10px;
}
.machine-request-popup .form-group {
    margin-bottom: 15px;
}
.machine-request-popup .action .btn-submit, .machine-request-popup .action .btn-close{
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    background: #D8252E;
    border: 1px solid #D8252E;
    border-radius: 0;
    text-transform: capitalize;
    padding: 4px 10px;
    margin-right: 10px;
    transition: all 0.5s ease;
}
@media (min-width: 420px){
    .search.results .products-grid .product-items .product-item{
        width: calc((100% - 0px) / 2);
    }
}
@media (min-width: 640px){
    .search.results .products-grid .product-items .product-item{
        margin-bottom: 20px;
    }
}

@media (min-width: 768px){
    .catalogsearch-result-index .toolbar-products {
        position: initial;
        background-color: #F8F8F8;
        padding: 10px;
    }
    .modes-mode{
        background-color: transparent;
    }
    .modes-mode.active{
        box-shadow: none;
        background: transparent;
    }
    .search.results .products-grid .product-items .product-item{
        width: calc((100% - 0px) / 3)
    }
    .form-create-account .create {
        width: calc(50% - 30px);
        float: left;
    }
}
@media screen and (min-width: 992px) {
    .common-button a {
        font-size: 15px;
        padding: 4px 14px;
    }
    .search.results .products-grid .product-items .product-item{
        width: calc((100% - 0px) / 4)
    }
}
@media screen and (min-width: 1200px) {
    .common-title {
        font-size: 26px;
        line-height: 36px;
    }
    .search.results .products-grid .product-items .product-item{
        width: calc((100% - 0px) / 5)
    }
}
@media screen and (min-width: 1340px) {
    .common-title {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (min-width: 1399px) {
    .container, .page-main{
        max-width: 1440px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767px){
    .customer-account-login .column.main, 
    .customer-account-create .column.main, 
    .customer-account-forgotpassword .column.main{
        margin-top: 0;
    }
    .login-container .fieldset:after, 
    .form-create-account .fieldset.create.account:after, 
    .form.password.forget .fieldset:after{
        margin-top: 5px;
    }
    .block-collapsible-nav{
        top: 20px;
        margin-bottom: 0;
    }
    .account .column.main .block:not(.widget) .block-title:before, 
    .account .column.main .block:not(.widget) .block-title:after{
        display: none;
    }
    .account .column.main{
        margin-bottom: 0;
    }
}

@media (max-width: 639px){
    .pages-item-next, .pages-item-previous{
        position: initial;
    }
    .catalogsearch-result-index .columns{
        padding-top: 35px;
    }
}


