body .navigation,
body .breadcrumbs ul,
body .page-header .header.panel,
body .header.content,
body .footer.content,
body .page-wrapper>.widget,

/* body .page-wrapper>.page-bottom, */

body .block.category.event,
body .top-container,
body .page-main,
body .page.messages {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    body .navigation,
    body .breadcrumbs ul,
    body .page-header .header.panel,
    body .header.content,
    body .footer.content,
    body .page-wrapper>.widget,
    /* body .page-wrapper>.page-bottom, */
    body .block.category.event,
    body .top-container,
    body .page-main,
    body .page.messages {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    body .navigation,
    body .breadcrumbs ul,
    body .page-header .header.panel,
    body .header.content,
    body .footer.content,
    body .page-wrapper>.widget,
    /* body .page-wrapper>.page-bottom, */
    body .block.category.event,
    body .top-container,
    body .page-main ,
    body .page.messages {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    body .navigation,
    body .breadcrumbs ul,
    body .page-header .header.panel,
    body .header.content,
    body .footer.content,
    body .page-wrapper>.widget,
    body .block.category.event,
    body .top-container,
    body .page-main ,
    body .page.messages{
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    body .navigation,
    body .breadcrumbs ul,
    body .page-header .header.panel,
    body .header.content,
    body .footer.content,
    body .page-wrapper>.widget,
    body .block.category.event,
    body .top-container,
    body .page-main ,
    body .page.messages {
        max-width: 1500px;
    }
}

@media (max-width: 767px) {
    body .navigation,
    body .breadcrumbs ul,
    body .page-header .header.panel,
    body .header.content,
    body .footer.content,
    body .page-wrapper>.widget,
    /* body .page-wrapper>.page-bottom, */
    body .block.category.event,
    body .top-container,
    body .page-main ,
    body .page.messages {
        padding: 0 15px;
    }
}

html body {
    font-family: 'MyriadPro_Regular';
    color: #000;
    font-size: 15px;
}

body a,
body .alink {
    color: #000;
    transition: all ease .4s;
}

.message.success a {
    color: #000;
}

body a:hover,
body .alink:hover {
    text-decoration: none !important;
    color: #9d9889;
}

.message.success a:hover {
    color: #9d9889;
}

body a:focus,
body a:active {
    text-decoration: none !important;
    color: #9d9889;
}
body a:visited,
body .alink:visited {
    text-decoration: none !important;
    color: #000;
}

body:not(._keyfocus) button:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

body .page-main>.page-title-wrapper .page-title, .page-title-wrapper .page-title {
    margin-bottom: 5px;
    text-transform: none;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    padding-top: 0;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    /* font-family: 'PT_Serif'; */
    font-family: "MyriadPro_Regular";
    margin-top: 0;
    text-transform: none;
    display: block;
}


button,
body a.action.primary,
.action.primary,
.action-primary,
body .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action ,
body .review-form .action.submit.primary{
    background: #000 ;
    border-color: #000 ;
    /* font-family: "PT_Serif_Bold"; */
    font-size: 16px;
    transition: all ease .4s;
    color: #fff;
    font-weight: normal;
    box-shadow: none !important;
    padding: 9px 22px 9px !important;
    border-radius: 13px;
}

button:hover,
button:focus,
button:active,
body .action.primary:hover,
body .action.primary:focus,
body .action.primary:active,
body .action-primary:hover,
body .action-primary:focus,
body .action-primary:active,
.checkout-cart-index .form-cart .action.update:hover,
.checkout-cart-index .form-cart .action.update:focus,
.checkout-cart-index .form-cart .action.update:active,
.cart-discount .actions-toolbar button.action.apply.primary:hover,
.cart-discount .actions-toolbar button.action.apply.primary:focus,
.cart-discount .actions-toolbar button.action.apply.primary:active,
body .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover,
body .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active,
body .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus ,
body .review-form .action.submit.primary:hover,
body .review-form .action.submit.primary:focus,
body .review-form .action.submit.primary:active {
    background: #9d9889;
    border-color: #9d9889;
    color: #fff;
    box-shadow: none !important;
}

body .modal-footer ,
body .modal-content,
body .modal-header{
    border: 0;
}


body .page-main>.page-title-wrapper .page-title, .page-title-wrapper .page-title{
    margin: 20px 0 15px;
}

body.page-products-onecolumn .page-main>.page-title-wrapper .page-title , body.account .page-title-wrapper .page-title , body.account .page-main .page-title-wrapper .page-title{
    margin-top: 0;
    margin-right: 0;
}

body .fieldset {
    margin: 0 0 20px;
    letter-spacing: normal;
}

body .page-main .page.messages{
    padding: 0;
}
.cart.table-wrapper .actions-toolbar {
    margin-bottom: 17px;
}
.cart-discount .actions-toolbar .action.primary {
    font-size: 16px;
    line-height: 22px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-family: 'PT_Serif_Bold';
    padding: 10px 40px !important;
    transition: all ease .4s;
    font-weight: normal;
    box-shadow: none;
}
.checkout-payment-method .payment-option-content .form-discount input#discount-code {
    height: 44px;
}
body #discount-coupon-form #coupon_code {
    height: 44px;
}
body .cart.table-wrapper .product-item-name {
    margin: 0px 0 5px;
    height: auto;
    text-align: left;
}
body.checkout-index-index .nav-sections {
    display: block;
}
body .opc-progress-bar {
    margin: 40px 0 20px;
}
body .opc-progress-bar-item {
    width: 33%;
}
body .opc-progress-bar-item._active > span::before, body .opc-progress-bar-item._active::before {
    background: #000;
    border-color: #000;
}
body .opc-progress-bar-item._active>span:after{
    border-color: #000;
}
body .paypal-review-discount .block>.title strong, 
body .cart-discount .block>.title strong{
    color: #000;
}
body.checkout-index-index .authentication-wrapper {
    display: none;
}
body .opc-progress-bar-item._complete>span , 
body .checkout-payment-method .payment-option-title .action-toggle {
    color: #9d9889;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "open_sanssemibold";
}
body .opc-progress-bar-item>span{
    font-weight: bold;
    text-transform: uppercase;
    font-family: "open_sanssemibold";
}
body .minicart-items .product-item-name a {
    color: #000;
    font-family: 'MyriadPro_Regular';
}
body .minicart-items .product-item-details .price{
    font-weight: normal;
    font-family: "MyriadPro_Semibold";
    color: #565656;
}
.minicart-wrapper .action.showcart {
    position: relative;
}
body .minicart-wrapper .action.showcart .counter.qty {
    border-radius: 12px;
    background-color: #fff;
    color: #000;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    position: absolute;
    right: -10px;
    top: -18px;
}

.es-pop-up > h3 {
    display: none;
}
.popup-main {
    display: flex;
    background: url("../images/pop-bg.png");
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    align-items: center;
    padding: 15px 0 0px 35px;
}
.pop-cont {
    padding: 0 !important;
}
.popup-content-main h1 {
    font-family: "open_sanssemibold";
    color: #fff;
    font-size: 126px;
    text-transform: uppercase;
    margin: 0;
    line-height: 90px;
    padding-right: 20px;
    text-align: left;
    padding-left: 15px;
}
.popup-content-main h2 {
    font-family: "open_sanssemibold";
    color: #fff;
    font-size: 92px;
    text-transform: uppercase;
    margin: 0;
    padding-right: 20px;
    text-align: left;
    padding-left: 15px;
    line-height: 83px;
}
 .image-left {
    width: 41%;
}
.es-pop-up .popup-content-main h3 ,  .popup-content-main h3 {
    font-family: "open_sanssemibold";
    color: #fff;
    font-size: 40px;
    background: transparent;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
}
.enter {
    font-family: "open_sanssemibold";
    color: #000000;
    font-size: 19px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 23px;
}
.enter strong {
    color: #fff;
}
.form-main {
    background: #370049;
    padding: 10px 42px 10px 18px;
    border-radius: 24px 0 0 24px;
}
.form-main p {
    font-size: 17px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 900;
    font-family: 'nunitoextrabold';
    text-align: left;
    padding-left: 6px;
}
.popup-content-main .block.newsletter .action.subscribe{
    height: 31px;
    background: #c9ff4b;
    border: 1px solid #c9ff4b !important;
}
.popup-content-main .block.newsletter input {
    margin-right: 35px;
    padding: 0 0 0 15px;
    border-radius: 25px;
}
.popup-content-main .block.newsletter .action.subscribe {
    background: #d3437d;
    border: 1px solid #d3437d !important;
    padding: 6px 30px;
    width: 100%;
    font-size: 12px !important;
    height: 31px;
    line-height: 10px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    border-radius: 27px !important;
    transition: all ease .4s;
    position: initial;
}
.es-pop-up #close {
    width: 39px;
    height: 38px;
    background: #fff;
    color: #000;
    position: absolute;
    top: 7px;
    right: 18px;
    line-height: 39px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 36px;
    font-family: open_sansbold;
}
body .modal-popup .modal-title{
    display: none;
}
body .modal-slide .action-close {
    margin: 15px;
    padding: 10px;
    position: absolute;
    top: 6px;
    z-index: 999;
    margin: 0;
    background: #fff !important;
    border-radius: 27px;
    line-height: 11px;
    right: 15px;
    color: #000;
    font-family: open_sansbold;
}
body .modal-custom .action-close:before, 
body .modal-popup .action-close:before, 
body .modal-slide .action-close:before{
    color: #000;
    font-size: 12px;
    font-weight: 800;
}
body .modal-popup .modal-header{
    padding: 0;
}
body .modal-popup .modal-header, 
body .modal-popup .modal-content, 
body .modal-popup .modal-footer{
    /* padding: 0; */
}
footer.modal-footer {
    /* display: none; */
}
body .modal-popup .modal-footer {
    padding-bottom: 2rem;
    padding-top: 2rem;
}
body .modal-popup .modal-content {
    margin-top: 3rem;
}
body .modal-popup .modal-inner-wrap{
    max-width: 900px;
    width: 100%;
}

.opc-block-summary .minicart-items {
    display: block !important;
}
.cms-page-view .page-main img {
    margin-bottom: 15px;
}

.contact-left-block legend.legend {
    margin: 0 0 6px;
}
.contact-main {
    display: flex;
    justify-content: space-between;
}
.contact-left-block {
    width: 50%;
}
.contact-right-block {
    width: 40%;
}

body .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    right: auto;
    margin: 0 auto;
}

body .abs-discount-block .block .content, 
body .cart-summary .block .content, 
body .paypal-review-discount .block .content, 
body .cart-discount .block .content{
    display: block !important;
}

.footer-main .newsletter input::placeholder {
    color: #898989;
    opacity: 1; /* Firefox */
  }
  
  .footer-main .newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #898989;
  }
  
  .footer-main .newsletter input::-ms-input-placeholder { /* Microsoft Edge */
   color: #898989;
  }


@media screen and (max-width: 767px){
    .es-pop-up.open {
        display: block !important;
        width: 91% !important;
    }
    .es-outer-bg, .es-pop-up{
        display: block !important;
    }
    .popup-main {
        display: block;
        padding: 25px;
    }
    .image-left {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 25px;
        display: none;
    }
    .popup-content-main h1 , .popup-content-main h2 , .es-pop-up .popup-content-main h3{
        text-align: center;
    }
    .enter{
        text-align: center;
        padding-left: 0;
    }
    .es-pop-up .popup-content-main h3, .popup-content-main h3{
        text-align: center;
    }
    .form-main {
        background: #370049;
        padding: 15px;
        border-radius: 24px;
        text-align: center;
        margin: 0 auto;
    }
    .form-main p{
        text-align: center;
    }
    body .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: transparent;
    }
    

    .contact-main {
        display: block;
        justify-content: space-between;
    }
    .contact-left-block {
        width: 100%;
    }
    .contact-right-block {
        width: 100%;
    }

    body .modal-popup.modal-slide {
        overflow: visible;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 15px;
        display: none;
    }
    body .modal-popup._show .modal-inner-wrap {
        top: 50%;
        left: 50%;
        right: auto;
        overflow: visible;
    }

}

@media screen and (max-width: 575px){
    .popup-content-main h2{
        font-size: 47px;
        line-height: 51px;
        padding-left: 0;
        padding-right: 0;
    }
    .popup-content-main h1{
        font-size: 66px;
        line-height: 63px;
        padding-right: 0;
        padding-left: 0;
    }
    .es-pop-up .popup-content-main h3, .popup-content-main h3{
        font-size: 21px;
        padding-left: 0px;
        line-height: 24px;
    }
    .enter{
        font-size: 14px;
        padding-left: 0;
    }
    .form-main {
        background: #370049;
        padding: 10px;
        border-radius: 0;
        text-align: center;
    }
    .form-main p{
        font-size: 14px;
        line-height: 20px;
        padding-left: 0;
    }
    .form-main .block.newsletter .form.subscribe {
        display: block;
        width: 100%;
    }
    .form-main .block.newsletter .actions {
        padding-left: 0;
        width: 100%;
        float: none !important;
        display: block;
        margin-top: 10px;
    }

}