/**
 * ------------------------------------------------------------------------------------------------------
 * Custom styles goes here
 * ------------------------------------------------------------------------------------------------------
**/


.w-callout-body h3 {
    font-size: 4rem;
    line-height: 4.6rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 2rem;
}

.w-callout-body div {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 300;
    color: #000;
}


.article-media2 img {
    -webkit-border-radius: 3rem;
    border-radius: 3rem;
    max-width: 100%;

}



@media only screen and (min-width: 768px) {
.header-wrapper {
    height: 36rem;
}


.catalog-item-vars_title {
 margin-right: 30px;

}


.dropdown-menu {
    border-bottom-right-radius: 50% 25%;
border-bottom-left-radius: 50% 25%;

}

.product-single .btn.has-icon span {
    display: inline;
}
