@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #ed1c24;
}
li{
    list-style: none;
}
img{
    vertical-align: middle;
 
}
.container{
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding:  0 30px;
}
body{
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    font-size: 14px;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.align{
    align-items: center;
}
.justify{
    justify-content: space-between;
}
.center{
    text-align: center;
}
.heading, .entry-header .entry-title{
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    display: inline;
    color: #000;
    padding-bottom: 10px;
}
.mt-5{
    margin-top: 40px;
}
.mt-3{
    margin-top: 30px;
}
.bestsellers-wrapper .slick-arrow{
    position: absolute;
    top: 50%;
    font-size: 0;
    border: none;
    background-color: transparent;
}
.bestsellers-wrapper .slick-arrow.slick-prev{
    position: absolute;
    left: 0;
    z-index: 9;
}
.bestsellers-wrapper .slick-arrow.slick-prev::after{
    content: "\f104";
    position: absolute;
    font-family: fontAwesome;
    font-size: 25px;
    color: #222;
}
.bestsellers-wrapper .slick-arrow.slick-next{
    right: 0;
    position: absolute;
}
.bestsellers-wrapper .slick-arrow.slick-next::before{
    content: "\f105";
    position: absolute;
    font-family: fontAwesome;
    font-size: 25px;
    color: #222;
}
.justify-center{
    justify-content: center;
}
.reverse{
    flex-direction: row-reverse;
}
.author-link{
    margin-top: 45px;
    display: flex;
    align-items: center ;
    justify-content: center;
}
 .author-link .btn-author{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    background-color: #ED1C24;
    padding: 9px 15px;
    border-radius: 10px;
    font-family: 'Raleway', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;

}
.shipping-policy .terms-delivery ul li{
    list-style-type: disc;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background-color: #F1F1F1;
}
::-webkit-scrollbar-thumb{
   background-color: #A8A8A8;
/*    border-radius: 10px; */
   background-clip: content-box;
}
::-webkit-scrollbar-thumb:active{
    background-color: #fd9;
}

fieldset {
    border: none;
}