html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

HTML5 display-role reset for older browsers article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background: #fff;
    font-family: "Quattrocento", serif;
    color: #000000;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    color: #4bac4c;
    text-decoration: none !important;
    transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 62.5%;
}

.light-peach_bg {
    background-color: #e9e2dd;
}

.light-blue_bg {
    background-color: #9db7d1;
}

.pink_bg {
    background-color: #d66370;
}

.light-beigh_bg {
    background-color: #e7e4dd;
}

.light-skyblue_bg {
    background-color: #f6f9fb;
}

.pd-5 {
    padding: 5rem 0;
}

.marg-tp-7 {
    margin-top: 7rem;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

.position-relative {
    position: relative;
}

.img-fluid {
    max-width: 100%;
}

.w-20px {
    width: 20px;
}

.w-30px {
    width: 30px;
}

.p-0 {
    padding: 0 !important;
}

.w-color {
    color: #fff;
}

.inner_container {
    max-width: 1600px !important;
    margin: 0 auto;
}

@media (max-width: 1400px) {
    .inner_container {
        max-width: 1100px !important;
        margin: 0 auto;
    }
}

.header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5rem 0rem 3rem 0rem;
    max-width: 1600px;
    margin: 0 auto;
    justify-content: space-around;
}
.header .menu-btn {
    position: relative;
    z-index: 22;
    display: none;
}
.header .logo {
    left: 0;
    right: 0;
    text-align: center;
}
.header .logo img {
    max-width: 100%;
    width: 240px;
}
.header .nav-links {
    position: relative;
    z-index: 1;
}
.header .nav-links .all-links {
    display: flex;
    align-items: center;
}
.header .nav-links .all-links .menu-item {
    padding-right: 2rem;
    position: relative;
    line-height: 40px;
}
.header .nav-links .all-links .menu-item .links {
    color: #918a80;
    font-size: 1.6rem;
}
.header .nav-links .all-links .menu-item .links .dropdown-arrow {
    max-width: 100%;
    padding-left: 0.5rem;
    width: 14px;
}
.header .nav-links .all-links .sub-menu {
    z-index: 11;
    display: none;
    background-color: #faf8f7;
    position: absolute;
    top: 0px;
    left: 0;
    min-width: 230px;
    padding: 2rem 1.5rem;
    margin-top: 4rem;
    border-radius: 4px;
}
.header .nav-links .all-links .sub-menu .sub-item {
    line-height: 20px;
}
.header .nav-links .all-links .sub-menu .sub-item a {
    color: #918a80;
    font-size: 1.4rem;
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.header .nav-links .all-links .sub-menu .sub-item a:hover {
    color: #000000;
}
.header .nav-links .menu-item:hover .sub-menu {
    display: block;
}
.header .right-item {
    position: relative;
    width: 200px;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.header .right-item .icon {
    max-width: 100%;
    width: 38px;
}
.header .right-item .cart {
    position: relative;
}
.header .right-item .cart .badge-no {
    position: absolute;
    background-color: #9db7d1;
    color: #fff;
    font-size: 1.2rem;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -8px;
    right: -6px;
}

.announcmnet-bar {
    width: 100%;
    background-color: #faf8f7;
    padding: 1.4rem 1.5rem;
    margin-bottom: 10px;
}
.announcmnet-bar p {
    color: #918a80;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

a.product-item-link {
    text-transform: uppercase;
}

.product-item-info h3 {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
}

.overlay-leaf-one {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
}
.overlay-leaf-one img {
    max-width: 100%;
    width: 230px;
}

.ribbon-one {
    position: absolute;
    top: -90px;
    left: 0px;
    z-index: 10;
}
.ribbon-one img {
    width: 200px;
}

.main-banner {
    width: 100%;
    display: flex;
    align-items: center;
    /*padding: 0 2rem;*/
}
.main-banner .img-block {
    width: 55%;
}
.main-banner .img-block img {
    max-width: 100%;
    position: relative;
    top: 50px;
}
.main-banner .content-block {
    width: 45%;
    padding: 0 4rem;
}
.main-banner .content-block h1 {
    font-size: 4rem;
    color: #d66370;
    margin-bottom: 3rem;
}
.main-banner .content-block p {
    font-size: 1.6rem;
    color: #918a80;
    margin-bottom: 4rem;
    max-width: 402px;
    line-height: 2rem;
}
.main-banner .content-block .btn {
    color: #fff;
    padding: 1.8rem 2.5rem;
    display: inline-block;
    font-size: 1.6rem;
    border-radius: 10px;
    min-width: 220px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 4rem;
    min-height: 62px;
}

.main-banner .banner-card img {
    width: 350px !important;
}

.content-heading {
    width: 100%;
    text-align: center;
    padding: 5rem 0;
    padding-top: 0;
    font-family: Montserrat;
}
.content-heading h2 {
    font-family: Montserrat;
    font-size: 55px;
    font-weight: 400;
    line-height: 61px;
    letter-spacing: 0em;
    color: #000000;
}
.content-heading strong {
    color: #000000;
    display: block;
    margin: 1rem 0;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}
.content-heading img {
    max-width: 100%;
    width: 120px;
}

.products-grid .product-item {
    padding: 3.5rem 2.5rem;
}
.products-grid .product-item .title {
    font-size: 4rem;
    color: #918a80;
    text-align: center;
    display: block;
}
.products-grid .product-item .title::after {
    width: 30px;
    height: 6px;
    background-color: #d66370;
    content: "";
    display: block;
    margin: auto;
    margin-top: 5px;
}
.products-grid .product-item .types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 2.8rem;
}
.products-grid .product-item-info {
    background-color: #f9f8f6;
    padding: 2rem;
    margin-top: 2.8rem;
}
.products-grid .product-item-info .icons a {
    padding-right: 1rem;
}
.products-grid .product-item-info .product-image-wrapper {
    width: 100%;
    text-align: center;
    height: auto;
}
.products-grid .product-item-info .sizes .sm-label {
    font-size: 2.4rem;
    color: #918a80;
    text-align: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.04);
    display: block;
    padding: 1.5rem;
    position: relative;
}
.products-grid .product-item-info .sizes .all-types {
    display: flex;
    align-items: center;
}
.products-grid .product-item-info .sizes .all-types li {
    padding: 0 7px;
    border-right: 1px solid #eae9e7;
}
.products-grid .product-item-info .sizes .all-types li:last-child {
    border-right: 0;
}
.products-grid .product-item-info .sizes .all-types li:first-child {
    padding-left: 0;
}

.img-gird {
    width: 100%;
    display: flex;
}
.img-gird .left-col {
    width: 50%;
    padding-right: 3rem;
}
.img-gird .left-col .img-block img {
    min-height: 545px;
}
@media (max-width: 1525px) {
    .img-gird .left-col .img-block img{
        min-height: 435px;
    }
}
.img-gird .right-col {
    width: 50%;
    align-self: stretch;
}
@media (max-width: 1525px) {
    .img-gird .right-col .img-block{
        padding-right: 5rem;
    }
}
.img-gird .right-col .img-block:last-child {
    margin-bottom: 0;
}
.img-gird .img-block {
    position: relative;
}
.left-img-block {
    position: relative;
    padding-left: 0;
}
@media (max-width: 1525px) {
    .left-img-block{
        padding-left: 4rem;
    }
}
.img-gird .img-block .overlay-content {
    position: absolute;
    bottom: 30px;
}
.img-gird .img-block .overlay-content span {
    font-size: 3.2rem;
    color: #918a80;
    display: block;
}
.img-gird .img-block .left-30 {
    left: 30px;
}
.img-gird .img-block .right-30 {
    right: 30px;
}
.img-gird .img-block .text-end {
    text-align: end;
}
.img-gird .img-block .btn {
    color: #fff;
    padding: 1.4rem 2.2rem;
    display: inline-block;
    border-radius: 10px;
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2rem;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
}

@media (max-width: 1340px){
    .img-gird .img-block .btn{
        min-width: 130px;
    }
}

.newsletter_block {
    width: 100%;
    display: flex;
}
.newsletter_block .left-col {
    width: 50%;
    padding-right: 6rem;
}
.newsletter_block .left-col img {
    max-width: 100%;
    position: relative;
    top: -60px;
    left: 13rem;
}
.newsletter_block .right-col {
    width: 50%;
    display: flex;
    align-items: center;
}
.newsletter_block .right-col .text {
    width: 50%;
    position: relative;
    left: 10rem;
}
.newsletter_block .right-col .text span {
    font-size: 4rem;
    color: #000;
    display: block;
    margin-bottom: 2rem;
}
.newsletter_block .right-col .text p {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #918a80;
}
.newsletter_block .right-col .text .btn {
    padding: 1.4rem 2.2rem;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    border-radius: 10px;
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 2rem;
}
.newsletter_block .right-col .img {
    width: 50%;
}

.light-skyblue_bg .img-illustration {
    width: 50%;
}
.light-skyblue_bg .txt {
    width: 50%;
    text-align: center;
}
.light-skyblue_bg .txt span {
    font-size: 3rem;
    color: #9db7d1;
    display: block;
    margin-bottom: 1rem;
}
.light-skyblue_bg .txt h3 {
    font-size: 8rem;
    color: #000;
}

.footer {
    padding: 2rem 0;
}
.footer .payment-block {
    max-width: 1250px;
    margin: 0 auto;
    padding: 3rem 0;
}
.footer .payment-block img {
    max-width: 100%;
}
.footer .payment-block .logo {
    width: 220px;
}
@media (max-width: 768px) {
    .footer .payment-block .logo {
        display: flex;
        justify-content: center;
    }
}
.footer .bottom-bar {
    width: 100%;
    background-color: #9db7d1;
    padding: 2rem 0;
}
.footer .bottom-bar p {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}
.footer .bottom-bar p a {
    color: #fff;
    padding-left: 1rem;
}

.footer .bottom-bar p span {
    color: #fff;
    padding-left: 1rem;
}

body .text-pink {
    color: #d66370;
}
body .text-primary {
    color: #918a80 !important;
}
body .p-align {
    padding: 10px 20px;
}
body .form-select {
    border-bottom: 1px solid #d4d3d1;
    border-radius: 0;
    width: auto;
    padding: 10px 30px 10px 15px;
    font-size: 1.6rem;
    outline: 0;
}
body .form-select option {
    padding: 10px;
}
body .card {
    border-radius: 0;
    border: 2px solid #e9e2dd;
}
body .card .card-header {
    background-color: #e9e2dd;
    text-align: center;
    font-size: 4rem;
}
body .btn-primary {
    background-color: #d66370;
    border-color: #d66370;
    font-size: 20px;
    font-weight: bold;
}
body .btn-primary:hover {
    background-color: #ef707f;
    border-color: #d66370;
}
body .btn-outline-secondary {
    border-color: #9db7d1;
    color: #9db7d1;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 1.8rem;
}
body .btn-outline-secondary img {
    height: 16px;
}
body .min-w-auto {
    min-width: auto;
}
body hr {
    color: #d4d3d1;
    margin-bottom: 4px;
    margin-top: 4px;
}

.product-info h1 {
    font-size: 55.01px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 60.95px;
}

.z-index-pos {
    z-index: 99999;
}

.product-info .product-media {
    position: relative;
}
.product-info .product-media img {
    width: 360px;
    margin: 0;
}
.product-info .product-media .zoom-icon {
    cursor: pointer;
}
.product-info .product-media .zoom-icon img {
    position: absolute;
    height: 24px;
    bottom: -40px;
    right: 40px;
    width: 24px;
}
.product-info .product-info-main h4 {
    font-size: 2.4rem;
}
.product-info .product-info-main .form-control {
    border: none;
    border-bottom: 1px solid #d4d3d1;
    border-radius: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}
.product-info .price label {
    font-size: 18px;
}
.product-info .product-icons {
    background-color: #f9f8f6;
    padding: 20px;
}
.product-info .product-icons .del-icon {
    height: 20px;
}
.product-info .product-icons ul {
    padding-left: 0;
    margin-bottom: 0;
}
.product-info .product-icons ul li img {
    height: 18px;
}
.product-info .product-icons ul li p {
    margin-left: 1rem;
    font-size: 20px;
    font-weight: 400;
    font-family: Montserrat;
    line-height: 22.16px;
}
.product-info .product-info-detailed .product-media img {
    border: 2px solid #e9e2dd;
}
.product-info .product-data-items .data-items-wrapper {
    background-color: #f2f2f2;
    padding: 15px;
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 1.4rem;
}
.product-info .product-data-items .data-items-wrapper .data-items {
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.product-info .product-data-items .data-items-wrapper .data-items p {
    font-size: 16px;
    color: #000000;
}
.product-info .product-data-items .data-items-wrapper .data-items img {
    height: 40px;
    margin-bottom: 10px;
}
.product-info .product-data-items .data-items-review {
    margin: 30px 0;
}
.product-info .product-data-items .data-items-review p {
    font-size: 20px;
    font-weight: 400;
    line-height: 22.16px;
}
.product-info .product-data-items .data-items-review h6 {
    font-size: 3rem;
    font-weight: 400;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .product-info .product-data-items .data-items-review h6 {
      font-size: 2.5rem;
  }
}
.product-info .description p {
    font-size: 16px;
}

.btn {
    color: #fff;
    padding: 1.4rem 2.2rem;
    display: inline-block;
    font-size: 1.6rem;
    border-radius: 10px;
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 2rem;
}

.th-title {
    font-size: 1.8rem;
    color: #000;
    padding-bottom: 1rem;
}

.bor-btm {
    border-bottom: 1px solid #f1f0f0;
}

@media (min-width: 200px) and (max-width: 900px) {
    html {
        font-size: 50%;
    }
}
@media (min-width: 200px) and (max-width: 1000px) {
    .header {
        padding: 2rem 1rem;
    }
    .header .logo {
        left: -20px;
    }
    .header .menu-btn {
        display: block;
    }
    .header .menu-btn img {
        width: 22px;
    }
    .header .nav-links {
        display: none;
        z-index: 10001;
        position: fixed;
    }
    .header .nav-links .all-links {
        display: block;
        padding: 3rem 2rem;
    }
    .header .nav-links .all-links .menu-item .links {
        font-size: 1.6rem;
    }
    .header .right-item .icon {
        width: 2.6rem;
    }
    .header .right-item .cart .badge-no {
        font-size: 1rem;
        width: 16px;
        height: 16px;
    }
    .product-info .inner_container {
        padding: 0px 15px;
    }
}

@media (min-width: 460px) and (max-width: 1000px) {
    .header .right-item {
        width: 90px;
    }
}

@media (max-width: 460px) {
    .header .right-item {
        width: 50px;
    }
}

@media (min-width: 200px) and (max-width: 900px) {
    .overlay-leaf-one img {
        width: 72px;
    }
    .ribbon-one img {
        width: 100px;
    }
    .announcmnet-bar p {
        font-size: 1.4rem;
        position: relative;
        z-index: 11;
        margin-bottom: 0;
    }
    .main-banner {
        flex-direction: column-reverse;
        padding: 0 2rem;
    }
    .main-banner .img-block {
        width: 100%;
        margin-bottom: 6rem;
    }
    .main-banner .img-block img {
        top: 25px;
    }
    .main-banner .content-block {
        width: 100%;
        padding: 0rem;
        text-align: center;
    }
    .main-banner .content-block h1 {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }
    .main-banner .content-block p {
        margin: auto;
        margin-bottom: 2rem;
        font-size: 1.4rem;
    }
    .main-banner .content-block .btn {
        margin-top: 0;
        font-size: 1.4rem;
        min-width: 150px;
    }
    .main-banner .banner-card img {
        width: auto !important;
        float: right;
        max-width: 60%;
    }
    .content-heading img {
        width: 65px;
    }
    .products-grid .product-item {
        padding: 2rem 1.4rem;
    }
    .products-grid .product-item .title {
        font-size: 2.4rem;
    }
    .products-grid .product-item .types {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        grid-gap: 0rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .products-grid .product-item-info {
        padding: 1.6rem 1.4rem;
    }
    .products-grid .product-item-info .product-image-wrapper {
        height: auto;
    }
    .products-grid .product-item-info .sizes .sm-label {
        font-size: 1.8rem;
    }
    .marg-tp-7 {
        margin-top: 3rem;
    }
    /*.img-gird {*/
    /*    flex-direction: column;*/
    /*}*/
    /*.img-gird .left-col {*/
    /*    width: 100%;*/
    /*    padding-right: 0;*/
    /*}*/
    /*.img-gird .left-col .img-block img {*/
    /*    min-height: 200px;*/
    /*}*/
    /*.img-gird .img-block .overlay-content span {*/
    /*    font-size: 2.4rem;*/
    /*}*/
    /*.img-gird .right-col {*/
    /*    width: 100%;*/
    /*}*/
    /*.img-gird .right-col .img-block img {*/
    /*    min-height: 150px;*/
    /*}*/
    .newsletter_block {
        flex-direction: column;
    }
    .newsletter_block .left-col {
        width: 100%;
    }
    .newsletter_block .left-col img {
        top: auto;
    }
    .newsletter_block .right-col {
        width: 100%;
        margin-bottom: 2rem;
    }
    .newsletter_block .right-col .img {
        display: none;
    }
    .newsletter_block .right-col .text {
        margin-top: 2rem;
        width: 100%;
        text-align: center;
    }
    .newsletter_block .right-col .text span {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }
    .light-skyblue_bg .d-flex {
        flex-direction: column;
    }
    .light-skyblue_bg .img-illustration {
        width: 100%;
    }
    .light-skyblue_bg .txt {
        width: 100%;
    }
    .light-skyblue_bg .txt span {
        font-size: 2rem;
    }
    .light-skyblue_bg .txt h3 {
        font-size: 6rem;
    }
    .footer .payment-block {
        padding: 2rem 1.5rem;
        flex-direction: column;
        justify-content: center;
    }
    .footer .payment-block .logo {
        margin-top: 2rem;
        width: auto;
        text-align: center;
    }
    .footer .payment-block .logo img {
        width: 140px;
    }
    .img-gird .img-block .btn,
    .newsletter_block .right-col .text .btn {
        min-width: 150px;
        padding: 1.4rem 2rem;
        font-size: 1.4rem;
    }
    .product-info .product-icons ul {
        row-gap: 1.2rem;
    }
    body .card .card-header {
        font-size: 3rem;
    }
}
@media (min-width: 400px) and (max-width: 900px) {
    .header .logo {
        left: 0px;
    }
}
@media (min-width: 350px) and (max-width: 375px) {
    .header .logo {
        left: -40px;
        text-align: center;
    }
}
@media (min-width: 600px) and (max-width: 900px) {
    .img-gird {
        flex-direction: row;
    }
    .img-gird .left-col .img-block img {
        min-height: 302px;
    }
}
@media (min-width: 901px) and (max-width: 1200px) {
    .img-gird .left-col .img-block img {
        min-height: 338px;
    }
    .img-gird .right-col .img-block img {
        min-height: 150px;
    }
    .product-info .inner_container {
        padding: 0px 15px;
    }
}/*# sourceMappingURL=main.css.map */


@font-face {
    font-family: 'Quattrocento';
    src: url('../quattrocento_font/Quattrocento-Bold.ttf') format('ttf'),
    url('../quattrocento_font/Quattrocento-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style:  italic;
    font-stretch: normal;
}


@font-face {
    font-family: 'Quattrocento';
    src: url('../quattrocento_font/Quattrocento-Regular.ttf') format('ttf'),
    url('../quattrocento_font/Quattrocento-Regular.ttf');
    font-weight: 500;
    font-style:  normal;
    font-stretch: normal;
}
