.header .logo img {
    display: inherit;
    max-height: inherit;
}

.header .logo {
    z-index: inherit;
}

.minicart-wrapper .action.showcart::after,
#banner-slider-carousel .owl-theme .owl-controls,
.switcher.language.switcher-language,
.checkout-cart-index #block-shipping.block.shipping {
    display: none;
}

.header .nav-links .all-links .menu-item .links {
    font-weight: 400;
}

.header .nav-links .all-links .submenu {
    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 .submenu .sub-item {
    line-height: 20px;
}

.footer {
    padding-bottom: 0;
}

.right-item .search-bar{
    overflow: hidden;
    display: none;
    position: absolute;
    float: right;
    width: 150px;
    right: 105px;
    border: 1px solid black;
    border-radius: 10px;
}

@media screen and (max-width: 1240px) and (min-width: 1100px){
    .right-item .search-bar{
        width: 120px;
    }
}
@media screen and (max-width: 1150px) and (min-width: 1000px){
    .right-item .search-bar{
        width: 70px;
    }
}

.right-item #search_mini_form {
    width: unset !important;
}
.right-item #search_mini_form input {
    font-size: 16px;
}
.right-item .search {
    cursor : pointer;
}
.right-item .search-autocomplete{
    top: 45px;
    right: 105px;
    border-radius: 10px;
    border: 1px solid;
}

.right-item .search-autocomplete ul li {
    margin: 8px;
    font-size: 12px;
    border-top: none;
}
@media screen and (max-width: 1000px){
    .right-item .search-bar{
        display: none !important;
    }
    .right-item .search {
        display: none;
    }
    .right-item .search-autocomplete{
        display: none !important;
    }
}

.menu-mob-search{
  display: flex;
  justify-content: center;
  margin: 15px 15px;
}
.menu-mob-search #menu-main-search{
    overflow: hidden;
    display: block !important;
    width: 100%;
    border: 1px solid black;
    border-radius: 10px;
}
.menu-mob-search #mob_search_mini_form{
  font-size: 16px;
  width: inherit;
}
.menu-mob-search #mob-search_autocomplete{
  z-index: 9999999;
  top: 70px;
  width: 95% !important;
  border-radius: 10px;
  border: 1px solid;
}
@media (max-width: 768px) {
  .menu-mob-search #mob-search_autocomplete{
    top: 86px;
  }
}
.menu-mob-search #mob-search_autocomplete ul li {
    z-index: 99999999;
    margin: 8px;
    font-size: 12px;
    border-top: none;
}
.wrapper .header .nav-links #menu-main-menu .search-autocomplete ul {
    display: block !important;
}

ul#ui-id-1 {
    width: auto !important;
}

.products-grid .product-items {
    display: block;
    grid-template-columns: auto;
    grid-gap: none;
}

.products-grid .product-items .product-item .product-item-info {
    width: 100%;
}

.products-grid .product-items .product-item .types {
    display: flex;
    width: 100%;
    grid-gap: 2.5rem;
}

.overlay-leaf-one,
.ribbon-one {
    z-index: 2;
}

.header .right-item,
.header .nav-links {
    z-index: 3;
}

body .form-select {
    height: auto;
}

.cart-discount {
    display: none;
}

.pink_bg {
    background-color: #d66370 !important;
}

.checkout-upper-btn a {
    color: #fff !important;
}
@media (max-width: 768px) {
.checkout-upper-btn a {
    font-size: 2rem;
}
}

.form-control::placeholder {
    color: #212529 !important;
}

.product-info .product-info-main-cart h4 {
    font-size: 2.4rem;
}
@media screen and (max-width: 420px){
    .product-info .product-info-main-cart h4 {
        padding-top: 4rem;
    }
}

.product-info .product-info-main-cart .form-control {
    border: none;
    border-bottom: 1px solid #d4d3d1;
    border-radius: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}
@media screen and (max-width: 1030px) and (min-width: 768px){
.product-info .product-info-main-cart .form-control {
    font-size: 1.3rem;
}
}

#discount-coupon-form {
    width: 100%;
}

#discount-coupon-form input {
    height: auto;
}

#discount-coupon-form button.action.apply,
#discount-coupon-form button.action.cancel {
    height: auto;
    line-height: normal;
    padding: 0;
    color: #fff;
}

.page.messages {
    z-index: 2;
    position: relative;
}


/* MY css  */
.inner_container {
    max-width: 100%;
}


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

.main-banner .img-block {
    width: 100%;
}

.owl-carousel .owl-item img {
    /*margin: 0 -18px !important;*/
    float: right;
}

.centered {
    position: absolute;
    top: 40%;
    left: 75%;
    transform: translate(-50%, -50%);
}

.centered1 {
    position: absolute;
    top: 43%;
    left: 74.5%;
    transform: translate(-50%, -50%);
}

.centered2 {
    position: absolute;
    top: 44%;
    left: 74.5%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1500px) {
    .centered2 {
        top: 45% !important;
        left: 74% !important;
    }
}

@media (max-width: 1325px) {
    .centered2 {
        top: 45% !important;
        left: 72.5% !important;
    }
}

@media (max-width: 1100px) {
    .centered1 {
        left: 71.5% !important;
    }
}

@media (max-width: 1100px) {
    .centered1 {
        top: 44% !important;
        left: 72% !important;
    }
}

@media (max-width: 1350px) {
    .centered {
        top: 43% !important;
        left: 73% !important;
    }
}

@media (max-width: 1050px) {
    .centered {
        top: 40% !important;
        left: 72% !important;
    }
}

@media (max-width: 1500px) {
    .centered1 {
        top: 44% !important;
        left: 73% !important;
    }
}

.hochzeitseinladungen {
    font-size: 55px !important;
    font-weight: 400;
    line-height: 61px;
    color: #D66370 !important;
    font-family: Montserrat;
}

.geburtskarten {
    font-size: 55px !important;
    font-weight: 400;
    line-height: 61px;
    color: #FFFFFF !important;
    font-family: Montserrat;
}

.trauerkarten {
    font-size: 55px !important;
    font-weight: 400;
    line-height: 61px;
    color: #161716 !important;
    font-family: Montserrat;
}

.wedding-parha {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 27px !important;
    text-align: justify;
    color: #918A80 !important;
    font-family: Montserrat;
}

.birth-parha {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 22px !important;
    text-align: initial;
    color: #918A80 !important;
    font-family: Montserrat;
}

.sympathy-parha {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 20px !important;
    text-align: initial;
    color: #918A80 !important;
    font-family: Montserrat;
}

.wedding-btn {
    background: #32707B;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 22px;
    font-family: Montserrat;
    min-width: 303px !important;
}

.birth-btn {
    background: #FFFFFF;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 22px;
    font-family: Montserrat;
    color: #72C9C1 !important;
    margin-top: 0 !important;
    min-width: 303px !important;
}

.sympathy-btn {
    background: rgba(50, 112, 123, 0.29);
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 22px;
    font-family: Montserrat;
    color: #FFFFFF !important;
    margin-top: 0 !important;
    min-width: 303px !important;
}

.light-peach_bg {
    background: none;
}

.main-banner .img-block img {
    position: relative;
    top: -20px;
}


.banner-item.banner-slider.main-banner.light-peach_bg.inner_container .banner-card img {
    position: relative;
    left: 88px;
    top: 70px;
}

/*.cms-index-index.cms-home .header {*/
/*    max-width: 1600px;*/
/*}*/

.overlay-content.left-30.right-20 {
    right: 20px !important;
    left: initial;
}

.marg-tp-7 {
    margin-bottom: 6rem;
}

.cat-name-left {
    position: absolute;
    right: 20px;
    bottom: 65px;
    font-size: 45px;
    color: #C2A57B;
}

.cat-name-right {
    position: absolute;
    left: 0px;
    bottom: 100px;
    font-size: 45px;
    color: #FFFFF;
}

@media (max-width: 1340px) {
    .cat-name-left {
        font-size: 35px !important;
    }
}

@media (max-width: 1340px) {
    .cat-name-right {
        font-size: 35px !important;
        bottom: 60px;
    }
}

@media (max-width: 1340px) {
    .cat-name-top-right {
        font-size: 35px !important;
    }
}

.cat-name-top-right {
    position: absolute;
    right: 0px;
    bottom: 65px;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 400;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: right;
}

.leaf-left {
    position: relative;
    right: 500px;
    width: 70%;
    bottom: 55px;
}

.carousel-container.mp-banner-slider {
    position: relative;
}

.carousel-container.mp-banner-slider:before {
    position: absolute;
    content: '';
    background: url(../images/leaf-two.png);
    bottom: -70px;
    left: 0;
    width: 250px;
    height: 344px;
    background-size: cover;
    z-index: 999;
}

.carousel-container.mp-banner-slider:after {
    position: absolute;
    content: '';
    background: url(../images/ribbon-two.png);
    bottom: 10px;
    z-index: 999;
    right: 0;
    width: 308px;
    height: 150px;
    background-size: cover;
}

.light-beigh_bg {
    position: relative;
}

.light-beigh_bg.ribbon:before {
    position: absolute;
    content: '';
    background: url(../images/ribbon-three.png);
    width: 472px;
    height: 530px;
    background-size: contain;
    z-index: 999;
    background-repeat: no-repeat;
    top: 9rem;
    left: -9px;
}

.light-beigh_bg {
    position: relative;
}

.light-skyblue_bg.pd-5:after {
    position: absolute;
    content: '';
    background: url(../images/leaf-four.png);
    right: 0;
    width: 250px;
    height: 490px;
    background-size: cover;
    bottom: 90px;
}

.inner_container.leaf .img-gird .right-col.leaf {
    position: relative;
}

.light-skyblue_bg.pd-5 {
    position: relative;
}

.home-products-wrapper {
    display: inherit !important;
    margin: 0 !important;
}

.main-banner .img-block {
    width: 100%;
}

.owl-carousel .owl-item img {
    /*margin: 0 -18px !important;*/
    float: right;
}

@media (max-width: 767px) {
    .customer-account-logoutsuccess .column.main p {
        font-size: 11px;
        text-align: center;
    }
}

@media (max-width: 1610px) {
    .hochzeitseinladungen {
        font-size: 35px !important;
    }

    .geburtskarten {
        font-size: 35px !important;
    }

    .trauerkarten {
        font-size: 35px !important;
    }

    .wedding-parha {
        max-width: 302px !important;
    }

    .birth-parha {
        max-width: 302px !important;
    }

    .sympathy-parha {
        max-width: 302px !important;
    }

    .wedding-btn {
        min-width: 230px !important;
    }

    .birth-btn {
        min-width: 230px !important;
    }

    .sympathy-btn {
        min-width: 230px !important;
    }
}

@media (max-width: 1320px) {
    .hochzeitseinladungen {
        font-size: 30px !important;
    }

    .geburtskarten {
        font-size: 30px !important;
    }

    .trauerkarten {
        font-size: 30px !important;
    }

    .wedding-parha {
        max-width: 270px !important;
    }

    .birth-parha {
        max-width: 270px !important;
    }

    .sympathy-parha {
        max-width: 270px !important;
    }

    .wedding-btn {
        min-width: 180px !important;
    }

    .birth-btn {
        min-width: 180px !important;
        margin-left: 1rem;
    }

    .sympathy-btn {
        min-width: 180px !important;
    }
}

.hochzeitseinladungen {
    font-size: 55px;
    font-weight: 400;
    line-height: 61px;
    color: #D66370 !important;
    font-family: Montserrat;
}

.geburtskarten {
    font-size: 55px;
    font-weight: 400;
    line-height: 61px;
    color: #FFFFFF !important;
    font-family: Montserrat;
}

.trauerkarten {
    font-size: 55px;
    font-weight: 400;
    line-height: 61px;
    color: #161716 !important;
    font-family: Montserrat;
}

.wedding-parha {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 27px !important;
    text-align: initial;
    color: #918A80 !important;
    font-family: Montserrat;
    max-width: 402px;
}

.birth-parha {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 22px !important;
    text-align: initial;
    color: #918A80 !important;
    font-family: Montserrat;
    max-width: 402px;
}

.sympathy-parha {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 20px !important;
    text-align: initial;
    color: #918A80 !important;
    font-family: Montserrat;
    max-width: 402px;
}

.wedding-btn {
    background: #32707B;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 22px;
    font-family: Montserrat;
    min-width: 303px;
}

.birth-btn {
    background: #FFFFFF;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 22px;
    font-family: Montserrat;
    color: #72C9C1 !important;
    margin-top: 0 !important;
    min-width: 303px;
}

.sympathy-btn {
    background: rgba(50, 112, 123, 0.29);
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 22px;
    font-family: Montserrat;
    color: #FFFFFF !important;
    margin-top: 0 !important;
    min-width: 303px;
}

.light-peach_bg {
    background: none;
}

.main-banner .img-block img {
    position: relative;
    top: -20px;
}

img.img-fluid.img-bottom {
    padding-bottom: 3rem;
}

.product-items.widget-product-grid:after {
    position: absolute;
    content: '';
    background: url(../images/cat-leaf2-right.png);
    width: 150px;
    height: 349px;
    background-size: cover;
    z-index: 999;
    right: 0rem;
}

.catalog-category-view .products-grid .product-item {
    padding: 0;
    background: #f5f4f1 !important;
}

.catalog-category-view .products-grid .product-item:hover {
    padding: 0;
    background: #E7E4DD !important;
    cursor: pointer;
}

input.swatch-radio {

    margin: 2px 0.25em 0 0;
    display: none;
}

label.container {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    opacity: 1;
    margin: 0 7px 7px;
    position: relative;
}

input[type="radio"].swatch-radio:checked+label:before {
    width: 29px;
    height: 29px;
    content: '';
    position: absolute;
    border-radius: 50px;
    top: -5.5px;
    left: -5.4px;
    border: 3px solid #9db7d1;
}
input[type="radio"].swatch-radio.radio-checked{
    position: relative;
}

input[type="radio"].swatch-radio.radio-checked + label:before {
    width: 29px;
    height: 29px;
    content: '';
    position: absolute;
    border-radius: 50px;
    top: -5.5px;
    left: -5.4px;
    border: 3px solid #9db7d1;
}


.format-images {
    display: flex;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 0;
}

.format-images img {
    margin: 0 0;
    width: 40px;
    height: 40px;
}

.color-swatches {
    margin: 10px 0;
    padding-left: 3px;
}

.format-border-bottom:hover {
    border-bottom: 4px solid #918A80;
    padding-bottom: 10px;
}
.default-format-selected {
    border-bottom: 4px solid #918A80;
    padding-bottom: 10px;
}

.dropdown-item {
    font-size: 15px;
    line-height: 1.4;
    color: #AEAEAE;
    padding-right: 8px;
}

.dropdown-menu {
    right: -18px;
    min-width: 15rem;
    margin: 5px 0;
}

.message.success {
    font-size: 1.3rem !important;
}

.message.success>*:first-child:before {
    top: 19px !important;
}

.message.error>*:first-child:before {
    top: 19px !important;
}

.dropdown-menu:before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 99;
    right: 30px;
    top: -12px;
}


.dropdown-toggle::after {
    display: none;
}

.message.error {
    font-size: 1.3rem !important;
}

.message.warning>*:first-child:before {
    top: 26px;
}

.message.warning {
    font-size: 1.3rem !important;
}

.message.post-info {
    font-size: 1.3rem !important;
}

.message.post-info>*:first-child:before {
    top: 25px;
}

.message.info {
    font-size: 1.3rem !important;
}

.message.info>*:first-child:before {
    top: 20px;
}
