/*Header*/
.niramit-b {
    font-family: 'niramitbold';
}
.main-header-wrapper{
    padding: 23px 0;
    position: fixed;
    left: 0;
    top: 0;
    height: 90px;
    right: 0;
    background-color: #ffffff;
    transition: all 0.5s;
    z-index: 100;
}
header.header-scrolled{
    height: 70px;
    padding: 15px 0;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}
.login-wrapper-textfield button svg {
    margin-right: 4px;
}
.overlay {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
}
.main-header-wrapper .logo-wrapper .logo-image {
    max-width: 144px;
    margin-top: 0px;
}
.overlay.minicart-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.minicart-active {
    overflow: hidden;
}
.magenative-header .dropdown > a {
    color: #03030b;
    position: relative;
    font-size: 18px;
    transition: all 0.5s ease 0s;
    font-family: 'poppinsregular';
}
.magenative-header .dropdown a:hover{
    color: #7f5a83;
}
header .dropdown-wrap {
    box-shadow: 0 12px 20px 0 rgba(23, 28, 33, 0.16);
    display: block;
    margin-top: 20px;
    position: absolute;
    top: 100%;
    transform: translateX(-50%) translateY(17px);
    transition: transform 0.27s ease 0s, opacity 0.27s ease 0s, visibility 0.27s ease 0s, -webkit-transform 0.27s ease 0s;
    z-index: 99;
    border-radius: 4px;
}
.magenative-header .dropdown-wrap {
    left: 50%;
    opacity: 0;
    visibility: hidden;
} 
.magenative-header .dropdown-wrap::after {
    content: "";
}

.magenative-header .dropdown-wrap::after {
    bottom: 100%;
    height: 28px;
    left: 0;
    position: absolute;
    right: 0;
}

.magenative-header .dropdown:hover .dropdown-wrap {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
    visibility: visible;
}

header .dropdown-wrap .dropdown-body {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eaf3fb;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 25px;
    position: relative;
}

.magenative-header .dropdown>a::after {
    height: 2px;
    width: 0;
    background: #7f5a83;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 0.5s ease-out;
}
.magenative-header .magenative-megamenu li.dropdown:hover>a::after {
    width: 100%;
}
.magenative-header .magenative-megamenu li.dropdown.cart:hover>a::after {
    width: 0px;
}
.magenative-header .app .dropdown-wrap {
    width: 900px;
}
.magenative-header .services .dropdown-wrap ,
.magenative-header .support .dropdown-wrap {
    width: 300px;
}
header .login .dropdown-wrap {
    width: 400px;
    left: -145px;
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
    visibility: visible;
}
header .login .dropdown-wrap.loggedin-user {
    width: 240px;
    left: -45px;
}
header .login .dropdown-wrap {
    display: none;
}
.mobile-header .login {
    position: relative;
}
.mobile-header .login a.account-toggle {
    transition: all 0.5s ease 0s;
    font-family: 'poppinsregular';
}
.mobile-header .login .dropdown-wrap {
    margin-top: 16px;
} 

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .magenative-header .app .dropdown-wrap {
        width: 780px;
    }
}
@media only screen and (min-width: 576px){
    .mobile-header .login a.account-toggle {
        font-size: 18px;
    }
    .min_qty {
        width: 17px;
        height: 17px;
        font-size: 12px;
        line-height: 17px;
    }
}
@media only screen and (max-width: 575px) {
    .logo-wrapper .logo-image {
        max-width: 120px;
    }
    header.mobile-header .summer-block a.close-offer  {
        right: 15px ;
    }
    .mobile-header .login .dropdown-wrap {
        left: -107px;
        width: 300px;
    }
    .flayer-bellow-menu-social span::after, .flayer-bellow-menu-social span::before {
        width: 100px !important;
    }
    .mobile-header .shoppin-bag .block.block-cart .minicart-wrapper .minicart-actions a.checkout-button {
        padding: 7px 10px;
        font-size: 14px;
    }
    .mobile-header .shoppin-bag .block.block-cart.skip-content {
        width: 290px;
        left: -50px;
    }
    .mobile-header .login a.account-toggle{
        font-size: 16px;
        margin-left: 14px;
    }
    .min_qty {
        width: 16px;
        height: 16px;
        font-size: 10px;
        line-height: 16px;
    }
}
.main-header-wrapper .magenative-megamenu {
    top: 50%;
    transform: translateY(-50%);
}
header .dropdown-wrap .dropdown-body .dropdown-title {
    font-size: 16px;
    margin-bottom: 8px;
    color: #03030b;
    font-family: 'poppinsmedium';
}
.magenative-header .dropdown-wrap .dropdown-body a.subtext {
    color: #637178;
    font-family: poppinsregular;
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 12px;
}
.magenative-header .dropdown-wrap .dropdown-body a.subtext:hover {
    color: #37374a;
}
header .dropdown-wrap .dropdown-body .dropdown-cover {
    position: relative;
    padding: 13px 17px 13px 68px;
    border-radius: 4px;
}
header .dropdown-wrap .dropdown-body .dropdown-cover:hover {
    background-color: #f7f7f7;
}
header .dropdown-wrap .dropdown-body .logout-btn:hover{
    background-color: #ffffff;
}
header .dropdown-wrap .dropdown-body .logout-btn:hover .button{
    color: #fff;
}
header .dropdown-wrap .dropdown-body .dropdown-cover::before {
    height: 36px;
    display: inline-block;
    background: url("../../images/homepage/magenative-sprite.svg");
    background-repeat: no-repeat;
    content: '';
    width: 36px;
    background-size: 725px;
    position: absolute;
    left: 18px;
    border-radius: 22px;
}
header .dropdown-wrap .dropdown-body .dropdown-cover.my-info{
    margin-bottom: 20px;
}
header .dropdown-wrap .dropdown-body .hover_div{
    list-style-type: none;
    display: block;
    padding: 15px 30px;
    text-align: center;
    border-top: 1px solid #e4e4e4;
}
header .dropdown-wrap .dropdown-body .hover_div li{
    display: inline-flex;
}
header .dropdown-wrap .dropdown-body .hover_div li a{
    font-size: 16px;
    color: #637178;
    font-family: poppinsmedium;
}
header .dropdown-wrap .dropdown-body .hover_div li:first-child::after {
    content: '';
    background:#A2A2A2;
    width: 1px;
    margin-right: 5px;
}
header .dropdown-wrap .dropdown-body .hover_div li.current-currency a{
    color: #03030b;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-cover.magento::before {
    background-position: -251px -382px;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-cover.magento2::before {
    background-position: -296px -382px;
}
header .dropdown-wrap .dropdown-body .dropdown-cover.my-account::before {
    background-position: -388px -383px;
}
header .dropdown-wrap .dropdown-body .dropdown-cover.my-info::before {
    background-position: -442px -336px;
}
header .dropdown-wrap .dropdown-body .dropdown-cover.my-orders::before {
    background-position: -442px -385px;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-cover.opencart::before {
    background-position: -149px -214px;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-cover.woocommerce::before {
    background-position: -235px -169px;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-cover.shopify::before {
    background-position: -148px -168px;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-cover.delivery-app::before {
    background-position: -342px -382px;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-cover.trial::before {
    background-position: -26px -382px;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-cover.launch::before {
    background-position: -74px -382px;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-cover.pph::before {
    background-position: -120px -382px;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-cover.ticket::before {
    background-position: -167px -382px;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-cover.faq::before {
    background-position: -211px -382px;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-link {
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
    color: #ffffff;
    padding: 15px;
    border-radius: 3px;
    justify-content: center;
    font-family: poppinsregular;
    margin: 15px auto 0;
    width: 230px;
    position: relative;
    font-size: 14px;
    overflow: hidden;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-link svg {
    width: 18px;
    margin-left: 6px;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-link span.hoverable-span {
    left: -80%;
    top: 50%;
    transform: translateY(-50%);
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-link:hover span.hoverable-span {
    left: 20%;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-link span {
   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}
.magenative-header .dropdown-wrap .dropdown-body .dropdown-link:hover span.visible-span {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}
.min_qty {
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
    border-radius: 100%;
    left: 18px;
    position: absolute;
    text-align: center;
    top: -4px;
    color: #ffffff;
    font-family: poppinsregular;
}
.justify-content-space-evenly{
    justify-content: space-evenly;
}

/*offer strip css*/
.summer-block {
    padding: 6px 0 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    top: 0px;
    left: 0;
    font-size: 14px;
    z-index: 100;
    /*background-image: linear-gradient(to right,#040404, #000000, #656565);*/
}
.summer-block-bg {
    background: url("../../images/homepage/magenative1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.summer-block a.top-strip-offer {
    color: #000000;
    text-decoration: underline;
    font-family: niramitmedium;
}
.summer-block a.top-strip-offer:hover {
    text-decoration: underline !important;
}
.summer-block a.close-offer {
    color: #000000;
    font-family: niramitbold;
    position: absolute;
    right: 100px;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
}

/*login pop up*/
.login-wrapper-textfield span.user {
    color: #0e1a35;
    font-family: "poppinsmedium";
    margin:0;
    font-size: 24px;
}
.login-wrapper-textfield .form-list .input-box {
    padding-top: 25px;
}
.login-wrapper-textfield .form-list input {
    width: 100%;
    background-color: rgba(207,215,223,.1);
    border: 1px solid #ecedf2;
    color: #666;
    height: 42px;
    border-radius: 5px;
    font-size: 15px;
    padding: 0px 15px;
}
.login-wrapper-textfield .form-list .f-left {
    color: #0d324d;
    font-size: 14px;
    text-decoration-line: underline !important;
}
.login-wrapper-textfield .form-list .f-left:hover {
    text-decoration-line: underline !important;
} 
.login-wrapper-textfield button{
    padding: 10px 25px 10px 20px;
} 
.logout-btn .button svg{
    margin-right: 4px;
}              
.login-wrapper-textfield button,.logout-btn .button{
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);  
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 10px 25px 10px 20px;
    margin-top: 25px;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.dropdown-body .logout-btn .button{
    margin-top: 5px;
    margin-bottom: 5px;
}    
.are-you-new-user {
    padding-top: 8px;
    font-size: 15px;
}
.are-you-new-user a {
    color: #0d324d;
}
.are-you-new-user a:hover {
    text-decoration-line: underline !important;
}
.are-you-new-user span {
    padding-right: 5px;
    color: #3a3a40;
}
.flayer-bellow-menu-social{
   padding: 30px 0 0;
   position: relative;
   text-align: center;
}
.flayer-bellow-menu-social span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
}
.flayer-bellow-menu-social span::after ,
.flayer-bellow-menu-social span::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #e4e4e4;
}
.flayer-bellow-menu-social span::after {
    top: 40px;
    right: 5px;
}
.flayer-bellow-menu-social span::before {
    top: 40px;
    left: 5px;   
}
.flayer-bellow-menu-social a {
    display: inline-block;
    text-align: center;
}
.flayer-bellow-menu-social a {
    height: 40px;
    background: url("../../images/homepage/magenative-sprite.svg");
    background-repeat: no-repeat;
    content: '';
    width: 40px;
    background-size: 630px;
    left: 18px;
    border-radius: 50%;
    border: 1px solid #f9f9f9;
    box-shadow: 0 3px 6px 0 rgba(23, 28, 33, 0.08);
}
.flayer-bellow-menu-social a.facebook-login {
    background-position: -12px -11px;
}
.flayer-bellow-menu-social a.gplus-login {
    background-position: -136px -49px;
    margin: 0px 15px;
}
.flayer-bellow-menu-social a.linkedin-login {
    background-position: -92px -11px;
}
.flayer-bellow-menu-social a:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    box-shadow: 2px 8px 6px 0 rgba(23, 28, 33, 0.08);
}
/*cart css*/
.shoppin-bag .block.block-cart.skip-content {
    box-shadow: 0 12px 20px 0 rgba(23, 28, 33, 0.16);
    position: absolute;
    top: 100%;
    transform: translateX(-50%) translateY(17px);
    transition: transform 0.27s ease 0s, opacity 0.27s ease 0s, visibility 0.27s ease 0s, -webkit-transform 0.27s ease 0s;
    z-index: 99;
    border-radius: 4px;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eaf3fb;
    padding: 25px;
    width: 400px;
    left: -100px;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    overflow: hidden;
}
.shoppin-bag .block.block-cart.skip-content.skip-active {
    opacity: 1;
    visibility: visible;
}
.minicart-wrapper .block-subtitle, .minicart-wrapper .empty {
    color: #0e1a35;
    margin: 0;
}
.minicart-wrapper .block-subtitle{
    font-size: 24px;
    font-family: 'poppinsmedium';
}
.minicart-wrapper .empty{
    margin-top: 10px;
}
.minicart-wrapper .close.skip-link-close {
    font-weight: normal;
    margin-top: 4px;
    font-size: 28px;
}
.minicart-wrapper .mini-products-list {
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0;
    height: auto;
    overflow-y: auto;
    max-height: 230px;
}
.mini-products-list li {
    margin-bottom: 8px;
    padding: 12px 0;
    display: flex;
    position: relative;
}
.shoppin-bag .view-cart-edit {
    position: absolute;
    right: 10px;
    bottom: 14px;
}
.shoppin-bag .view-cart-edit .remove.remove-from-cart {
    display: block;
    color: #0d324d;
    border-radius: 3px;
}
.shoppin-bag .view-cart-edit .remove.remove-from-cart svg {
    width: 18px;
}
.mini-products-list li:not(:last-child) {
    border-bottom: 1px solid #cacaca;
}
.shoppin-bag .product-image {
    font-size: 10px;
    border-radius: 4px;
    text-align: center;
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 6px 5px;
    display: inline-block;
    flex-basis: 60px;
}
.shoppin-bag .product-details {
    margin-left: 15px;
}
.mini-products-list .product-details .product-name {
    margin-bottom: 6px;
    word-spacing: normal;
}
.minicart-wrapper .product-name a {
    text-transform: capitalize;
    font-size: 14px;
    color: #3a3a40;
    font-family: niramitlight;
}
.minicart-wrapper .product-details .info-wrapper th {
    padding-right: 12px;
    color: #03030b;
    font-size: 14px;
}
.minicart-wrapper .product-details .info-wrapper span.price {
    font-family: poppinsmedium;
    color: #03030b;
    font-size: 15px;
}
.minicart-wrapper .block-content .subtotal {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    text-align: center;
    margin-bottom: 26px;
    padding: 15px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.minicart-wrapper .subtotal .label {
    font-size: 16px;
    color: #03030b;
    text-transform: uppercase;
    font-family: poppinsregular;
    padding: 0;
    font-weight: normal;
}
.minicart-wrapper .subtotal .price {
    color:#03030b;
    font-size: 22px;
    font-family: poppinsbold;
}
.minicart-wrapper .minicart-actions a.checkout-button {
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 30px;
    color: #fff;
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
    margin: 0;
    font-size: 16px;
    font-family: poppinsregular;
    overflow: hidden;
    position: relative;
}
.minicart-wrapper .minicart-actions a.checkout-button svg {
    margin-right: 6px;
    width: 20px;
}
.minicart-wrapper .minicart-actions {
    display: flex;
    justify-content: space-between;
}
.minicart-wrapper .minicart-actions ul.checkout-types.minicart {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.minicart-wrapper .minicart-actions .cart-link, .minicart-wrapper .product-details .qty-wrapper, .minicart-wrapper .view-cart-edit .btn-edit {
    display: none;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*Footer*/
/*newsletter*/
.newsletter-section{
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
    color: #ffffff;
    text-align: center;
}
.newsletter-section .free-trail {
    color: rgba(255, 255, 255, 0.2);
    font-size: 22px;
    padding-left: 20px;
    margin-top: 10px;
    display: inline-block;
}
.newsletter-wrapper{
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.newsletter-form {
    max-width: 480px;
}
.newsletter-form input[type="email"] {
    height: 55px;
    padding: 0 160px 0 22px;
    border-radius: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
.newsletter-form .validation-advice {
    position: absolute;
    right: 16px;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
}
.newsletter-form .newsletter-btn {
    position: absolute;
    width: 160px;
    height: 45px;
    right: 5px;
    top: calc(50% - 22px);
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
    border-radius: 30px;
    font-size: 15px;
    color: #ffffff;
    overflow: hidden;
    padding: 10px 2px;
}
.newsletter-form .newsletter-btn:focus {
    box-shadow: none;
}
/*footer*/
footer strong{
    color: #0d324d;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: poppinsregular;
    font-size: 18px;
    display: inline-block;
}
footer .links a {
    display: inline-block;
    color: #0d324d;
    font-size: 15px;
    margin: 0 7px;
}
footer .links a:hover {
    color: #7f5a83;
}
.whatsapp-link-wrap {
    border-radius: 50%;
    bottom: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    left: 10px;
    padding: 0;
    position: fixed;
    width: 40px;
    z-index: 999999;
}
.whatsapp-link-wrap img {
    max-width: 100%;
}
.copyright-footer{
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
    padding: 10px;
    color: #fff;
}
.footer-wrapper{
    padding-bottom: 80px;
}
footer .foot-col {
    width: 20%;
    float: left;
    padding: 0 15px;
}
footer .foot-col a {
    color: #637178;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
footer .foot-col a:hover {
    color: #37374a;
}
footer .links {
    color: #0d324d;
    padding-top: 12px;
}
footer .social-icons a.facebook{
    background-position: -200px -15px;
}
footer .social-icons a.twitter{
    background-position: -242px -15px;
}
footer .social-icons a.linkedin{
    background-position: -286px -15px;
}
footer .social-icons a.pinterest{
    background-position: -415px -15px;
}
footer .social-icons a.instagram{
    background-position: -373px -15px;
}
footer .social-icons a:hover {
    -webkit-transform: scale(1.1) rotate(12deg);
    transform: scale(1.1) rotate(12deg);
}
footer .social-icons a {
    height: 38px;
    display: inline-block;
    background-image: url("../../images/homepage/magenative-sprite.svg");
    background-repeat: no-repeat;
    width: 38px;
    left: 18px;
    border-radius: 22px;
    background-size: 680px;
}
@media only screen and (min-width: 768px) {
    .mobile-show {
        display: none;
    }
    footer .social-icons {
        text-align: right;
    }
    .newsletter-section{
        padding: 100px 0;
    }
}
@media only screen and (min-width: 992px) {
    footer .social-icons a {
        margin-right: 5px;
    }
}
@media only screen and (max-width: 991px) {
    body.mobile-header-padding {
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .newsletter-section {
        padding: 70px 0;
    }
    .mobile-show {
        display: block;
    }
    footer .foot-col {
        width: 50%;
    }
    .mobile-hide {
        display: none;
    }
    footer .links , footer .social-icons {
        text-align: center;
    }
    footer .social-icons {
        margin-top: 30px;
    }
    .newsletter-form .newsletter-btn {
        width: 145px;
    }
}

.footer_support_ticket {
     display: none; 
}
ul.messages {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 1;
}
ul.messages ul {
    list-style-type: none;
    padding: 0;
}
.messages li li {
    padding: 8px 0;
    position: relative;
    font-family: niramitregular;
    font-size: 15px;
}
.messages .success-msg li span::before {
    height: 20px;
    display: inline-block;
    background-image: url("../../images/homepage/checked.png");
    background-repeat: no-repeat;
    width: 20px;
    left: 18px;
    content: '';
    background-size: 15px;
    vertical-align: middle;
    background-position: center center;
    margin-right: 3px;
}
.messages .success-msg li span{color:#2C6C20;}
.messages .error-msg li span{color:#8E2931;}
.messages .notice-msg li span{color:#fff;}
.messages .error-msg li{background:#fff3f4;}
.messages .notice-msg li{background:#333333;}
.messages .success-msg li{background:#f3ffeb;}

.minicart-message {
    margin-bottom: 14px;
    font-size: 12px;
    font-family: poppinslight;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left: 22px;
}
#minicart-success-message.minicart-message {
    background-image: url("../../images/homepage/checked.png");
    color: #2C6C20;
    background-color: #f3ffeb;
}
#minicart-error-message.minicart-message {
    background-image: url("../../images/homepage/remove.png");
    color: #ff3d28;
    background-color: #fff3f4;
}
/*Button hover effects*/
.intro-section .intro-info .note::before,
.newsletter-form .newsletter-btn::before,
.minicart-wrapper .minicart-actions a.checkout-button::before,
.login-wrapper-textfield button::before,.logout-btn .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-15%,-190%) rotate(-30deg);
    transform: translate(-15%,-190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:rgba(255,255,255,1);
    background-color:rgba(255,255,255,0.25);
}
.intro-section .intro-info .note:hover::before,
.newsletter-form .newsletter-btn:hover::before,
.minicart-wrapper .minicart-actions a.checkout-button:hover::before,
.login-wrapper-textfield button:hover::before,.logout-btn .button:hover::before{
    opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}