/*-------------------------------------------------
  Login Page CSS
---------------------------------------------------*/
.ec-login-wrapper {
    max-width: 530px;
    margin: 0 auto 0;
  }
  .ec-login-wrapper .ec-login-container {
    border: 1px solid #ededed;
    padding: 34px 38px 34px;
    text-align: left;
    background-color: #fff;
  }
  .ec-login-wrapper .ec-login-container .ec-login-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ec-login-wrapper .ec-login-container .ec-login-form label {
    margin-bottom: 9px;
    color: #444444;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
  }
  .ec-login-wrapper .ec-login-container .ec-login-form input {
    background-color: transparent;
    border: 1px solid #eeeeee;
    color: #777;
    font-size: 14px;
    margin-bottom: 27px;
    padding: 0 15px;
    width: 100%;
    outline: none;
  }
  .ec-login-wrapper .ec-login-container .ec-login-form .ec-login-wrap + .ec-login-wrap input {
    margin-bottom: 15px;
  }
  .ec-login-wrapper .ec-login-container .ec-login-form .ec-login-fp label {
    margin-bottom: 0;
  }
  .ec-login-wrapper .ec-login-container .ec-login-form .ec-login-fp label a {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .ec-login-wrapper .ec-login-container .ec-login-form .ec-login-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-login-wrapper .ec-login-container .ec-login-form .btn {
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 0px;
    width: 150px;
    margin: 15px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /*-------------------------------------------------
    Register Page CSS
  ---------------------------------------------------*/
  .ec-register-wrapper {
    max-width: 934px;
    margin: 0 auto 0;
  }
  .ec-register-wrapper .ec-register-container {
    border: 1px solid #ededed;
    padding: 30px;
    text-align: left;
    background-color: #fff;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form .ec-register-wrap {
    width: 100%;
    padding: 0 15px;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form .ec-register-wrap.ec-register-half {
    width: 50%;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form label {
    margin-bottom: 9px;
    color: #444444;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form input {
    background-color: transparent;
    border: 1px solid #ededed;
    color: #777;
    font-size: 14px;
    margin-bottom: 26px;
    padding: 0 15px;
    width: 100%;
    outline: none;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form input::-webkit-input-placeholder {
    color: #777 !important;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form input::-moz-placeholder {
    color: #777 !important;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form input:-ms-input-placeholder {
    color: #777 !important;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form input::-ms-input-placeholder {
    color: #777 !important;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form input::placeholder {
    color: #777 !important;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form .ec-register-fp label {
    margin-bottom: 0;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form .ec-register-fp label a {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form .ec-rg-select-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #ededed;
    font-size: 14px;
    padding: 0;
    margin-bottom: 27px;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form .ec-rg-select-inner select {
    padding: 0 15px;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form .ec-rg-select-inner::after {
    content: "\f107";
    position: absolute;
    font-family: "EcIcons";
    top: 0;
    right: 0;
    padding: 0 10px;
    cursor: pointer;
    pointer-events: none;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    line-height: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #777777;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form .ec-register-wrap.ec-recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form .ec-register-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-register-wrapper .ec-register-container .ec-register-form .btn {
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 0px;
    width: 150px;
    margin: 26px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /*-------------------------------------------------
    About Us Page CSS
  ---------------------------------------------------*/
  .ec-cms-block {
    background-color: #fff;
  }
  .ec-cms-block .ec-cms-block-title {
    margin-bottom: 14px;
    color: #777;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    font-family: "Montserrat";
  }
  .ec-cms-block p {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0;
    text-align: left;
  }

  /*-------------------------------------------------
    Terms-Condition Page CSS
  ---------------------------------------------------*/
  .terms_condition_page .ec-common-wrapper {
    padding: 30px;
    border: 1px solid #ededed;
    max-width: 1140px;
    margin: 0 auto;
    background-color: #fff;
  }
  .terms_condition_page .ec-cms-block p {
    margin-bottom: 29px;
  }
  .terms_condition_page .ec-cms-block p b {
    font-weight: 500;
  }
  .terms_condition_page .ec-cms-block:last-child p {
    margin-bottom: 0;
  }

  /*-------------------------------------------------
    Contact Page CSS
  ---------------------------------------------------*/
  .ec-contact-leftside {
    max-width: 568px;
    padding-right: 15px;
    float: left;
    margin: 0 auto;
  }

  .ec-contact-rightside {
    max-width: calc(100% - 568px);
    padding-left: 15px;
    float: left;
    margin: 0 auto;
    width: 100%;
  }

  .ec-contact-container {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ededed;
    text-align: left;
  }
  .ec-contact-container .ec-contact-form .ec-contact-wrap {
    width: 100%;
    padding: 0 15px;
  }
  .ec-contact-container .ec-contact-form .ec-contact-wrap.ec-contact-half {
    width: 50%;
  }
  .ec-contact-container .ec-contact-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px;
  }
  .ec-contact-container .ec-contact-form label {
    margin-bottom: 9px;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
  }
  .ec-contact-container .ec-contact-form input {
    background-color: transparent;
    border: 1px solid #ededed;
    color: #444444;
    font-size: 14px;
    margin-bottom: 27px;
    padding: 0 15px;
    width: 100%;
    outline: none;
  }
  .ec-contact-container .ec-contact-form input::-webkit-input-placeholder {
    color: #777;
  }
  .ec-contact-container .ec-contact-form input::-moz-placeholder {
    color: #777;
  }
  .ec-contact-container .ec-contact-form input:-ms-input-placeholder {
    color: #777;
  }
  .ec-contact-container .ec-contact-form input::-ms-input-placeholder {
    color: #777;
  }
  .ec-contact-container .ec-contact-form input::placeholder {
    color: #777;
  }
  .ec-contact-container .ec-contact-form input::-ms-input-placeholder {
    color: #777;
  }
  .ec-contact-container .ec-contact-form textarea {
    background-color: transparent;
    border: 1px solid #ededed;
    color: #444444;
    font-size: 14px;
    margin-bottom: 27px;
    padding: 0 15px;
    width: 100%;
    outline: none;
    padding-top: 14px;
    min-height: 150px;
  }
  .ec-contact-container .ec-contact-form textarea::-webkit-input-placeholder {
    color: #777;
  }
  .ec-contact-container .ec-contact-form textarea::-moz-placeholder {
    color: #777;
  }
  .ec-contact-container .ec-contact-form textarea:-ms-input-placeholder {
    color: #777;
  }
  .ec-contact-container .ec-contact-form textarea::-ms-input-placeholder {
    color: #777;
  }
  .ec-contact-container .ec-contact-form textarea::placeholder {
    color: #777;
  }
  .ec-contact-container .ec-contact-form textarea::-ms-input-placeholder {
    color: #777;
  }
  .ec-contact-container .ec-contact-form .ec-contact-fp label {
    margin-bottom: 0;
  }
  .ec-contact-container .ec-contact-form .ec-contact-fp label a {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
  }
  .ec-contact-container .ec-contact-form .ec-rg-select-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #ededed !important;
    font-size: 14px;
    padding: 0;
    margin-bottom: 27px;
  }
  .ec-contact-container .ec-contact-form .ec-rg-select-inner select {
    padding: 0 15px;
  }
  .ec-contact-container .ec-contact-form .ec-rg-select-inner::after {
    content: "\f107";
    position: absolute;
    font-family: "EcIcons";
    top: 0;
    right: 0;
    padding: 0 10px;
    cursor: pointer;
    pointer-events: none;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    line-height: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #777777;
  }
  .ec-contact-container .ec-contact-form .ec-contact-wrap.ec-recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ec-contact-container .ec-contact-form .ec-contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ec-contact-container .ec-contact-form .btn {
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 0px;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .ec_contact_info {
    max-width: 375px;
    margin-top: 30px;
    background-color: #fff;
  }
  .ec_contact_info .ec_contact_info_head {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 19px;
    color: #202b3a;
    letter-spacing: 0.6px;
    position: relative;
  }

  li.ec-contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    line-height: 26px;
    border: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    margin-bottom: 9px;
  }
  li.ec-contact-item + .ec-contact-item {
    margin-bottom: 18px;
  }
  li.ec-contact-item:last-child {
    margin-bottom: 0;
  }
  li.ec-contact-item a {
    color: #777777;
  }
  li.ec-contact-item span {
    font-size: 15px;
    color: #444444;
    font-weight: 500;
    min-width: 74px;
  }

  .ec-contact-item i {
    min-width: 20px;
    font-size: 20px;
    color: #ffbf7f;
    margin-right: 11px;
  }

  .ec_map_canvas iframe {
    overflow: hidden;
    background: none !important;
    height: 500px;
    width: 100%;
  }

  /*-------------------------------------------------
    FAQ Page Wrapper CSS
  ---------------------------------------------------*/
  /*-----  FAQ Wrapper  -----*/
  .ec-faq-wrapper {
    max-width: 934px;
    margin: 0 auto;
  }
  .ec-faq-wrapper .ec-faq-container {
    border: 1px solid #ededed;
    padding: 30px;
    background-color: #fff;
  }

  .ec-faq-container-1 {
    margin-bottom: -15px;
  }
  .ec-faq-container-1 .ec-faq-wrapper {
    margin: 0 auto;
  }
  .ec-faq-container-1 .ec-faq-block {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #d9d9d9;
    background-color: #fff;
  }

  .ec-faq-container-2 {
    margin-bottom: -15px;
  }
  .ec-faq-container-2 .ec-faq-wrapper {
    margin: 0 auto;
  }

  .ec-faq-container-3 {
    margin-bottom: -15px;
  }
  .ec-faq-container-3 h4.ec-faq-title {
    background-color: #ffbf7f;
    color: #ffffff;
  }
  .ec-faq-container-3 h4.ec-faq-title:after {
    color: #ffffff;
  }

  /*-----  FAQ Section  -----*/
  h2.ec-faq-heading {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
    letter-spacing: 0;
    line-height: 1;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 2px;
    font-family: "Montserrat";
  }

  .ec-faq-block {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    width: 100%;
    background-color: #fff;
  }
  .ec-faq-block:first-child .ec-faq-content {
    display: block;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
  }
  .ec-faq-block:last-child {
    margin-bottom: 0;
  }

  h4.ec-faq-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    color: #777777;
    letter-spacing: 0;
    position: relative;
    line-height: 17px;
    padding: 15px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "Montserrat";
  }
  h4.ec-faq-title::after {
    content: "\f107";
    font-family: "EcIcons";
    cursor: pointer;
    font-size: 24px;
    color: #777777;
    font-weight: 400;
    margin-left: 15px;
  }

  .ec-faq-content {
    border-top: 2px solid #ededed;
    display: none;
    padding: 7px 15px 8px;
  }
  .ec-faq-content p {
    font-size: 14px;
    font-weight: 300;
    color: #777777;
    letter-spacing: 0.3px;
    position: relative;
    line-height: 26px;
  }

  /*-------------------------------------------------
    Single product Page CSS
  ---------------------------------------------------*/
  .product_page .ec-sidebar-wrap {
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
  }
  .product_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li {
    padding: 0;
  }
  .product_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-sub-item a {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #777777;
    font-size: 14px;
    margin-top: 0;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item {
    padding: 10px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #777;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    cursor: pointer;
  }
  .product_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item::after {
    content: "\f067";
    font-family: "EcIcons";
    cursor: pointer;
    font-size: 10px;
    color: #777777;
    font-weight: 400;
    margin-left: 7px;
  }
  .product_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li li {
    padding: 0 0 6px;
  }
  .product_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content ul ul {
    border-top: 1px solid #ededed;
    display: none;
    padding-top: 13px;
    padding-bottom: 3px;
  }
  .product_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content:last-child li .ec-sidebar-block-item {
    padding-bottom: 3px;
  }
  .product_page .ec-sidebar-wrap .ec-sb-block-content {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
  }
  .product_page .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item {
    background: #f7f7f7;
    padding: 15px;
    border: none;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border: 1px solid #eeeeee;
  }
  .product_page .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .ec-pro-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4px;
    overflow: hidden;
    padding-left: 12px;
  }
  .product_page .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .ec-pro-content .ec-pro-title a {
    text-decoration: none;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins, sans-serif";
  }
  .product_page .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .ec-pro-content .ec-pro-rating {
    margin: 4px 0 6px;
  }
  .product_page .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .ec-pro-content .ec-price {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    color: #777777;
  }
  .product_page .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .ec-pro-content .ec-price span.new-price {
    color: #555;
    font-weight: 600;
    font-size: 16px;
  }
  .product_page .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .ec-pro-content .ec-price span.old-price {
    font-size: 13px;
    margin-right: 15px;
    text-decoration: line-through;
    color: #777777;
    line-height: 14px;
  }
  .product_page .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .sidekka_pro_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
  }
  .product_page .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .sidekka_pro_img img {
    max-width: 100%;
  }
  .product_page .ec-sb-slider-title {
    font-family: "Montserrat";
    text-decoration: none;
    color: #212121;
    display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
  }
  .product_page .ec-page-content {
    margin-bottom: 0;
  }

  /*-----  Sidebar Slider  -----*/
  .ec-sidebar-slider .slick-arrow {
    top: -36px;
    border: 1px solid #dedede;
    border-radius: 100%;
    width: 20px;
    height: 20px;
  }
  .ec-sidebar-slider .slick-arrow:hover {
    border-color: #ffbf7f;
  }
  .ec-sidebar-slider .slick-arrow:before {
    height: 20px;
    font-size: 16px;
    line-height: 19px;
  }
  .ec-sidebar-slider .slick-arrow.slick-next {
    right: 0;
    left: auto;
  }
  .ec-sidebar-slider .slick-arrow.slick-prev {
    right: 28px;
    left: auto;
  }

  /*-----  Single Product  -----*/
  .single-pro-img {
    position: relative;
    width: 47.3%;
  }
  .single-pro-img .single-product-scroll {
    position: sticky;
    top: 30px;
  }
  .single-pro-img .ec-360-lbl {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-grid;
    display: grid;
    opacity: 0.7;
  }
  .single-pro-img .ec-360-lbl:hover {
    opacity: 1;
  }
  .single-pro-img .ec-video-icon {
    position: absolute;
    display: -ms-grid;
    display: grid;
    top: 15px;
    right: 15px;
    height: 40px;
    width: 40px;
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
    cursor: pointer;
    z-index: 1;
    opacity: 0.7;
  }
  .single-pro-img .ec-video-icon:hover {
    opacity: 1;
  }

  .single-pro-desc {
    width: 52.7%;
    background-color: #fff;
  }

  .single-pro-img-no-sidebar {
    width: 40%;
  }

  .single-pro-desc-no-sidebar {
    width: 60%;
  }

  .space-6 > div {
    margin-top: 30px;
  }
  .space-6 > div:nth-child(-n+2) {
    margin-top: 0;
  }

  .single-product-cover {
    overflow: hidden;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  .single-slide.zoom-image-hover {
    border: 1px solid #eeeeee !important;
  }

  .single-nav-thumb {
    width: 100%;
    overflow: hidden;
  }
  .single-nav-thumb .slick-list {
    margin: 0 -8px;
  }
  .single-nav-thumb .single-slide {
    padding: 11px 11px 0 11px;
    display: block !important;
  }
  .single-nav-thumb .slick-slide img {
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
  }
  .single-nav-thumb .slick-slide:hover img {
    border-color: #ffbf7f;
  }
  .single-nav-thumb .slick-slide.slick-current.slick-active img {
    border-color: #ffbf7f;
  }
  .single-nav-thumb .slick-arrow {
    top: 42%;
  }

  .single-pro-content .ec-single-title {
    color: #444444;
    font-size: 22px;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    text-decoration: none;
    display: block;
    font-family: "Montserrat";
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.02rem;
  }
  .single-pro-content p {
    font-size: 14px;
    color: #212121;
    margin: 0 0 12px;
    font-weight: 600;
  }
  .single-pro-content p span {
    font-weight: 400;
  }
  .single-pro-content .single-para {
    font-weight: 400;
    color: #444444;
    line-height: 26px;
  }
  .single-pro-content .ec-single-rating-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-pro-content .ec-single-rating-wrap i.ecicon {
    margin-right: 2px;
    line-height: 20px;
    font-size: 16px;
    float: unset;
  }
  .single-pro-content .ec-single-rating-wrap .ec-read-review a {
    color: #444444;
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
  }
  .single-pro-content .ec-single-rating-wrap .ec-read-review a:hover {
    color: #ffbf7f;
  }
  .single-pro-content .ec-single-rating {
    padding-right: 15px;
    border-right: 1px solid #eeeeee;
    margin-right: 15px;
    line-height: 17px;
  }
  .single-pro-content .ec-read-review {
    line-height: 17px;
  }
  .single-pro-content .ec-single-desc {
    margin-bottom: 12px;
    color: #777;
    font-size: 14px;
    letter-spacing: 0;
    word-break: break-all;
    line-height: 1.7;
    font-family: "Montserrat";
  }
  .single-pro-content .ec-single-sales {
    margin: 25px 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    border: 1px solid #eeeeee;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-pro-content .ec-single-sales .ec-single-sales-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    display: block;
    color: #444444;
    font-family: "Fjalla One";
    letter-spacing: 0.5px;
    text-transform: capitalize;
    line-height: 1.2;
    display: none;
  }
  .single-pro-content .ec-single-sales .ec-single-sales-visitor {
    color: #444444;
    font-size: 16px;
    line-height: 27px;
    text-transform: capitalize;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.1px;
    margin-bottom: 16px;
  }
  .single-pro-content .ec-single-sales .ec-single-sales-visitor span {
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    background-color: #ffbf7f;
    padding: 0 3px;
    margin: 0 6px;
  }
  .single-pro-content .ec-single-sales .ec-single-sales-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .single-pro-content .ec-single-sales .ec-single-sales-progress .ec-single-progressbar {
    position: relative;
    border: 3px solid #edecff;
    width: 100%;
    border-radius: 6px;
  }
  .single-pro-content .ec-single-sales .ec-single-sales-progress .ec-single-progressbar:before {
    position: absolute;
    border: 3px solid #555;
    width: 50%;
    border-radius: 6px;
    top: -3px;
    left: -3px;
    right: auto;
    content: "";
  }
  .single-pro-content .ec-single-sales .ec-single-progress-desc {
    font-size: 12px;
    color: #444444;
    font-weight: 500;
    letter-spacing: 0.1px;
    margin-bottom: 4px;
  }
  .single-pro-content .ec-single-sales .ec-single-sales-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-pro-content .ec-single-sales .ec-single-sales-countdown .ec-single-countdown {
    margin-right: 32px;
  }
  .single-pro-content .ec-single-sales .ec-single-count-desc {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: block;
    color: #777;
    letter-spacing: 0.3px;
    line-height: 17px;
  }
  .single-pro-content .ec-single-price-stoke {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
  }
  .single-pro-content .ec-single-price-stoke > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-pro-content .ec-single-price-stoke .ec-single-ps-title {
    line-height: 1;
    font-size: 16px;
    color: #202020;
    margin-bottom: 14px;
    letter-spacing: 0;
  }
  .single-pro-content .ec-single-price-stoke .ec-single-sku {
    line-height: 1.4;
    font-size: 18px;
    color: #444444;
    font-weight: 600;
  }
  .single-pro-content .ec-single-price span.new-price {
    color: #202020;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    font-family: "Montserrat";
    letter-spacing: 0;
  }
  .single-pro-content .ec-pro-variation {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
  }
  .single-pro-content .ec-pro-variation .ec-pro-variation-inner {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single-pro-content .ec-pro-variation .ec-pro-variation-inner > span {
    margin: 0 0 10px;
    color: #202020;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    font-family: "Montserrat";
  }
  .single-pro-content .ec-pro-variation .ec-pro-variation-inner .ec-pro-variation-content li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #777777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    line-height: 22px;
    padding: 0;
    border: 1px solid #eeeeee;
    float: left;
    margin-right: 10px;
    border-radius: 0;
  }
  .single-pro-content .ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content li {
    padding: 2px;
    border-radius: 30px;
    opacity: 0.7;
    background-color: transparent;
  }
  .single-pro-content .ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content li span {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 30px;
  }
  .single-pro-content .ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content .active {
    border: 1px solid #444444;
  }
  .single-pro-content .ec-single-qty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
  }
  .single-pro-content .ec-single-qty .qty-plus-minus {
    border: 1px solid #eeeeee;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .single-pro-content .ec-single-qty .qty-plus-minus .ec_qtybtn {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    cursor: pointer;
    font-size: 22px;
    color: #777777;
  }
  .single-pro-content .ec-single-qty .qty-plus-minus input.qty-input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #444444;
    float: left;
    font-size: 15px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 40px;
    outline: none;
    font-weight: 700;
  }
  .single-pro-content .ec-single-qty .qty-plus-minus .dec.ec_qtybtn {
    border-right: 1px solid #eeeeee;
  }
  .single-pro-content .ec-single-qty .qty-plus-minus .inc.ec_qtybtn {
    border-left: 1px solid #eeeeee;
  }
  .single-pro-content .ec-single-qty .ec-single-cart .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: 0 10px;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 160px;
    letter-spacing: 0.02rem;
  }
  .single-pro-content .ec-single-qty .ec-single-cart .btn svg {
    margin-right: 8px;
  }
  .single-pro-content .ec-single-qty .ec-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
  }
  .single-pro-content .ec-single-qty .ec-btn-group i {
    line-height: 22px;
  }
  .single-pro-content .ec-single-qty .ec-btn-group .svg_img.pro_svg {
    fill: #000000;
  }
  .single-pro-content .ec-single-qty .ec-btn-group:hover {
    color: #ffffff;
    background-color: #ffbf7f;
    border-color: #ffbf7f;
  }
  .single-pro-content .ec-single-qty .ec-btn-group:hover .svg_img.pro_svg {
    fill: #ffffff;
  }
  .single-pro-content .ec-single-qty .ec-single-wishlist {
    margin-right: 10px;
  }
  .single-pro-content .ec-single-social ul {
    display: initial;
  }
  .single-pro-content .ec-single-social ul li a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #efefef;
    border-radius: 100%;
    color: #777;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
  }
  .single-pro-content .ec-single-social ul li a:hover {
    color: #fff;
  }
  .single-pro-content .ec-single-social ul li.facebook a:hover {
    background: #3c5a98;
  }
  .single-pro-content .ec-single-social ul li.twitter a:hover {
    background: #1da1f2;
  }
  .single-pro-content .ec-single-social ul li.instagram a:hover {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  }
  .single-pro-content .ec-single-social ul li.behance a:hover {
    background: #0057ff;
  }
  .single-pro-content .ec-single-social ul li.whatsapp a:hover {
    background: #2db842;
  }
  .single-pro-content .ec-single-social ul li.plus a:hover {
    background: #000000;
  }
  .single-pro-content .ec-single-social ul li.youtube-play a:hover {
    background: #ff0000;
  }
  .single-pro-content .ec-single-social ul li.list-inline-item:not(:last-child) {
    margin-right: 6px;
  }

  i.ecicon.eci-star-o.fill {
    color: #ff6262;
  }

  i.ecicon.eci-star-o {
    color: #b2b2b2;
    float: left;
  }

  .ec-single-sales-countdown .displaySection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
    background-color: #f7f7f7;
    min-width: 60px;
    padding: 10px 5px;
  }
  .ec-single-sales-countdown .numberDisplay {
    font-size: 18px;
    min-height: unset;
    min-width: auto;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 5px;
    background-color: transparent;
  }
  .ec-single-sales-countdown .periodDisplay {
    font-weight: 400;
  }
  .ec-single-sales-countdown .labelformat {
    width: auto;
    font-size: 12px;
    color: #777;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 500;
    letter-spacing: 0.02rem;
  }

  .ec-single-pro-tab {
    margin-top: 40px;
  }

  .ec-single-pro-tab-nav {
    border-bottom: none;
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: -20px;
  }
  .ec-single-pro-tab-nav .nav-tabs {
    border-bottom: none;
    display: inline-block;
    float: left;
    background: #ffffff;
  }
  .ec-single-pro-tab-nav .nav-tabs li:last-child {
    margin-right: 0;
  }
  .ec-single-pro-tab-nav .nav-tabs li {
    margin: 0 5px 0 auto;
  }
  .ec-single-pro-tab-nav .nav-tabs .nav-link {
    border: 1px solid #eeeeee;
    text-transform: capitalize;
    line-height: 24px;
    color: #444444;
    padding: 8px 28px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    display: inline-block;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 0;
    letter-spacing: 0;
  }
  .ec-single-pro-tab-nav .nav-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #ffbf7f;
    border: 1px solid #ffbf7f;
  }
  .ec-single-pro-tab-nav .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ffbf7f;
    border: 1px solid #ffbf7f;
  }
  .ec-single-pro-tab-nav li {
    display: inline-block;
    float: left;
    margin-right: 2px;
  }

  .tab-pane p {
    color: #777;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
  }

  .ec-single-pro-tab-content {
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    padding: 35px 30px 21px 30px;
    border: 1px solid #eeeeee;
    border-radius: 0;
    color: #202020;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .ec-single-pro-tab-content .ec-t-review-wrapper {
    margin-top: 10px;
  }
  .ec-single-pro-tab-content .ec-single-pro-tab-desc p {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0;
    color: #777;
    line-height: 24px;
  }
  .ec-single-pro-tab-content .ec-single-pro-tab-desc ol {
    padding-left: 24px;
  }
  .ec-single-pro-tab-content .ec-single-pro-tab-desc ol li {
    list-style: outside;
    margin-bottom: 4px;
    color: #777;
  }
  .ec-single-pro-tab-content .ec-single-pro-tab-desc ul {
    padding-left: 24px;
  }
  .ec-single-pro-tab-content .ec-single-pro-tab-desc ul li {
    font-size: 15px;
    list-style: outside;
    margin-bottom: 4px;
    color: #777;
  }
  .ec-single-pro-tab-content .ec-single-pro-tab-moreinfo p {
    color: #777;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 500;
  }
  .ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ol {
    padding-left: 24px;
  }
  .ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ol li {
    list-style: outside;
    margin-bottom: 4px;
    color: #777;
  }
  .ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ul {
    padding-left: 24px;
  }
  .ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ul li {
    margin-bottom: 4px;
    font-size: 15px;
    list-style: outside;
    color: #777;
  }
  .ec-single-pro-tab-content .ec-single-pro-tab-moreinfo li span {
    margin: 0 25px 0 0;
    min-width: 150px;
    font-size: 15px;
    color: #000000;
    display: inline-block;
    font-weight: 600;
    color: #777;
  }
  .ec-single-pro-tab-content .ec-t-review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
  }
  .ec-single-pro-tab-content .ec-t-review-item p {
    color: #777;
  }
  .ec-single-pro-tab-content .ec-t-review-item .ec-t-review-avtar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    margin: 0 15px 0 0;
  }
  .ec-single-pro-tab-content .ec-t-review-item .ec-t-review-avtar img {
    max-width: 100%;
  }
  .ec-single-pro-tab-content .ec-t-review-item .ec-t-review-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 10px;
  }
  .ec-single-pro-tab-content .ec-t-review-item .ec-t-review-top .ec-t-review-name {
    margin-bottom: 25px;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
    display: block;
    color: #444444;
  }
  .ec-single-pro-tab-content .ec-t-review-item .ec-t-review-top .ec-t-review-rating {
    font-size: 16px;
    margin-top: 5px;
  }
  .ec-single-pro-tab-content .ec-t-review-item .ec-t-review-top a {
    color: #444444;
  }
  .ec-single-pro-tab-content .ec-t-review-item .ec-t-review-top a:hover {
    color: #555;
  }
  .ec-single-pro-tab-content .ec-t-review-item .ec-t-review-bottom p {
    width: 100%;
    font-size: 14px;
    color: #777;
    line-height: 24px;
  }
  .ec-single-pro-tab-content .ec-ratting-content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Montserrat";
  }
  .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-star span {
    margin: 0 18px 0 0;
    font-size: 16px;
    color: #202020;
  }
  .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-star i {
    font-size: 18px;
  }
  .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input {
    margin-bottom: 10px;
  }
  .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input input {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #eeeeee;
    color: #444444;
    padding: 5px 20px;
  }
  .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input input::-webkit-input-placeholder, .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input textarea::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
  }
  .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input input::-moz-placeholder, .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input textarea::-moz-placeholder {
    color: #777;
    opacity: 1;
  }
  .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input input:-ms-input-placeholder, .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input textarea:-ms-input-placeholder {
    color: #777;
    opacity: 1;
  }
  .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input input::-ms-input-placeholder, .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input textarea::-ms-input-placeholder {
    color: #777;
    opacity: 1;
  }
  .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input input::placeholder, .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input textarea::placeholder {
    color: #777;
    opacity: 1;
  }
  .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input textarea {
    background: transparent;
    border: 1px solid #eeeeee;
    color: #444444;
    height: 150px;
    padding: 20px;
    margin-bottom: 15px;
    width: 100%;
    outline: none;
    font-size: 14px;
  }
  .ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input button {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
  }

  /*-----  Video Player on Product page  -----*/
  #ec_product_player_modal .ec-product-player {
    padding: 15px 15px 7px 15px !important;
  }
  #ec_product_player_modal .ec-player-wrapper video {
    width: 100%;
  }
  #ec_product_player_modal .qty_close {
    height: 35px;
    margin-bottom: 15px;
    line-height: 35px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 15px;
    opacity: 0.5;
    z-index: 2;
  }
  #ec_product_player_modal .qty_close:hover {
    opacity: 1;
  }

  /*-----  Product 360 Modal  -----*/
  #ec_360_view_modal .modal-dialog {
    width: auto;
    max-width: 800px;
    margin: auto;
  }

  .ec-360-panel {
    position: relative;
  }
  .ec-360-panel .qty_close {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    margin-left: 5px;
    padding: 0;
    line-height: 30px;
    background-color: #555;
    opacity: 0.6;
    z-index: 1;
    font-size: 23px;
    color: #fff;
    border-radius: 30px;
  }
  .ec-360-panel .qty_close:hover {
    opacity: 1;
  }
  .ec-360-panel .ec-tool-play {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  .ec-360-panel .ec-tool-play a {
    height: 30px;
    width: 30px;
    margin-left: 5px;
    padding: 0;
    line-height: 29px;
    background-color: #555;
    opacity: 0.6;
    border-radius: 30px;
  }
  .ec-360-panel .ec-tool-play a:hover {
    opacity: 1;
  }
  .ec-360-panel .ec-tool-play a i {
    color: #ffffff;
    font-size: 11px;
  }
  .ec-360-panel .ec-tool-play a .svg_img {
    width: 13px;
    height: 13px;
    fill: #ffffff;
  }

  .ec-product-360 .ec-circlr {
    max-width: 760px;
    cursor: move;
    margin: 0 auto 0 auto;
    min-height: 100px;
    position: relative;
    border: 1px solid #f1f1f1;
  }
  .ec-product-360 .ec-circlr .ec-img-loader {
    background: url(../images/common/loader.gif) center center no-repeat;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .ec-product-360 .space-b-15 {
    margin-bottom: 30px;
  }
  .ec-product-360 .ec-tool-box-sec {
    max-width: 740px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .ec-product-360 .ec-tool-box-sec .ec-tool-box {
    width: 165px;
    text-align: center;
  }
  .ec-product-360 .ec-tool-box-sec .ec-tool-box h4 {
    font-size: 14px;
    color: #777;
    font-weight: 700;
    text-transform: uppercase;
  }
  .ec-product-360 .ec-tool-box-sec .ec-tool-box-2 {
    max-width: 740px;
    text-align: center;
  }
  .ec-product-360 .ec-tool-box-sec .ec-tool-box-2 h4 {
    font-size: 14px;
    color: #777;
    font-weight: 700;
    text-transform: uppercase;
  }
  .ec-product-360 .ec-tool-box-sec .ec-tool-box-2 a {
    height: 30px;
    width: 30px;
    margin-left: 5px;
    margin-top: 8px;
    padding: 0;
    line-height: 29px;
    background-color: #555;
    opacity: 0.6;
    color: #fff;
  }
  .ec-product-360 .ec-tool-box-sec .ec-tool-box-2 a:hover {
    opacity: 1;
  }
  .ec-product-360 .ec-switch {
    width: 40px;
    height: 20px;
    margin: 0;
    position: relative;
    display: inline-block;
  }
  .ec-product-360 .ec-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .ec-product-360 .ec-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .ec-product-360 .ec-slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .ec-product-360 input:checked + .ec-slider {
    background-color: #ffbf7f;
  }
  .ec-product-360 input:checked + .ec-slider:before {
    -webkit-transform: translateX(18px);
    transform: translateX(18px);
  }
  .ec-product-360 input:focus + .ec-slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
            box-shadow: 0 0 1px #2196F3;
  }
  .ec-product-360 .ec-slider.round {
    border-radius: 34px;
  }
  .ec-product-360 .ec-slider.round:before {
    border-radius: 50%;
  }
/*-------------------------------------------------
  Blog Page CSS
---------------------------------------------------*/
/*------  Card Blog  ------*/
.ec-card-blog {
    margin-bottom: -15px;
  }

  .ec-card-grid-space .ec-card {
    margin: 15px 0;
    display: block;
    font-size: 1.5em;
    border-radius: 1em;
    padding: 1em;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 0 30px -8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 30px -8px rgba(0, 0, 0, 0.5);
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
  }
  .ec-card-grid-space .ec-card .ec-num {
    margin: 30px 0;
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    line-height: 45px;
    font-family: "Montserrat";
  }
  .ec-card-grid-space .ec-card h1 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    color: #ffffff;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    font-family: "Montserrat";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .ec-card-grid-space .ec-card p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    font-family: "Montserrat";
  }
  .ec-card-grid-space .ec-card .ec-date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 1em;
    color: #ffffff;
    line-height: 1;
    opacity: 0.8;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    font-family: "Montserrat";
  }
  .ec-card-grid-space .ec-card .ec-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ec-card-grid-space .ec-card .ec-tags .ec-tag {
    font-size: 12px;
    background: #ffbf7f;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    line-height: normal;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  .ec-card-grid-space .ec-card:before, .ec-card-grid-space .ec-card:after {
    content: "";
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    border-radius: 50%;
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: -5;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .ec-card-grid-space .ec-card:before {
    background: #ffffff;
    width: 250%;
    height: 250%;
  }
  .ec-card-grid-space .ec-card:after {
    background: #ffffff;
    width: 200%;
    height: 200%;
  }
  .ec-card-grid-space .ec-card:hover {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    color: #ffbf7f;
  }
  .ec-card-grid-space .ec-card:hover h1 {
    color: #ffbf7f;
  }
  .ec-card-grid-space .ec-card:hover .ec-num {
    color: #555;
  }
  .ec-card-grid-space .ec-card:hover p, .ec-card-grid-space .ec-card:hover .ec-date {
    color: #777;
  }
  .ec-card-grid-space .ec-card:hover .ec-tags .ec-tag {
    background: #ffbf7f;
    color: #ffffff;
  }
  .ec-card-grid-space .ec-card:hover:before, .ec-card-grid-space .ec-card:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .ec-card-grid-space .media-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../images/blog-image/11.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/blog-image/11.jpg);
    background-position: center;
  }
  .ec-card-grid-space .media-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../images/blog-image/12.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/blog-image/12.jpg);
    background-position: center;
  }
  .ec-card-grid-space .media-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../images/blog-image/13.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/blog-image/13.jpg);
    background-position: center;
  }

  /*------  Full Blog  ------*/
  .ec-full-blog {
    margin: 15px 0;
    padding: 0 15px;
    position: relative;
  }
  .ec-full-blog .ec-date-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    border: 4px solid;
    font-weight: bold;
    padding: 5px 10px;
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  .ec-full-blog .ec-date-box .date__day {
    font-size: 22px;
  }
  .ec-full-blog .ec-card-bg,
  .ec-full-blog .ec-card-layer {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ec-full-blog .ec-card-bg {
    background: #ffffff;
  }
  .ec-full-blog .ec-card-bg .ec-wrapper {
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 60%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0 60%);
    position: relative;
    overflow: hidden;
  }
  .ec-full-blog .ec-card-bg .ec-card-main {
    height: 100%;
    position: relative;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ec-full-blog .ec-card-bg .ec-card-layer {
    z-index: 0;
    opacity: 0;
    background: rgba(51, 51, 51, 0.9);
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  .ec-full-blog .ec-card-bg .bg-img-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/blog-image/14.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/blog-image/14.jpg);
    background-position: center;
  }
  .ec-full-blog .ec-card-bg .bg-img-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/blog-image/15.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/blog-image/15.jpg);
    background-position: center;
  }
  .ec-full-blog .ec-card-bg .bg-img-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/blog-image/16.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/blog-image/16.jpg);
    background-position: center;
  }
  .ec-full-blog .ec-card-head {
    height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-full-blog .ec-card-info {
    padding: 15px 15px 0px 15px;
    z-index: 10;
    background: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .ec-full-blog .ec-card-info h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.4;
    font-size: 20px;
    color: #212121;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    text-transform: capitalize;
  }
  .ec-full-blog .ec-card-info a.ec-icon-link {
    color: #999;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
  }
  .ec-full-blog .ec-card-info a.ec-icon-link i {
    color: #ffbf7f;
  }
  .ec-full-blog .ec-card-info a.ec-icon-link:hover {
    color: #ffbf7f;
    text-decoration: none;
  }
  .ec-full-blog .ec-card-info .btn {
    background: #ffffff;
    color: #ffbf7f;
    font-weight: bold;
    outline: none;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
    border: none;
  }
  .ec-full-blog .ec-card-info .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ec-full-blog .ec-card-info .btn:hover {
    background: #ffbf7f;
    color: #ffffff;
  }
  .ec-full-blog .ec-card-info .btn i {
    display: inline-block;
    padding: 0px 30px 0px 15px;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
    vertical-align: bottom;
    color: #ffffff;
    background: #ffbf7f;
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  }
  .ec-full-blog:hover .ec-date-box {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .ec-full-blog:hover .ec-card-main {
    -webkit-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
  }
  .ec-full-blog:hover .ec-card-bg {
    opacity: 1;
  }
  .ec-full-blog:hover .ec-card-info h5 {
    color: #ffbf7f;
  }

  /*------  Blog Card ------*/
  .ec-blog-card {
    max-width: 550px;
    width: 100%;
    min-height: 430px;
    position: relative;
    color: #ffffff;
    margin: 15px auto;
    overflow: hidden;
    border-radius: 0px;
    background-size: cover !important;
    -webkit-box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
  }
  .ec-blog-card a {
    margin-left: 5px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .ec-blog-card .ec-color-overlay {
    background: rgba(64, 84, 94, 0.5);
    width: 550px;
    min-height: 430px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  .ec-blog-card .ec-gradient-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(21%, rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 21%);
    width: 550px;
    min-height: 430px;
    position: absolute;
    top: 350px;
    left: 0;
    z-index: 15;
  }
  .ec-blog-card .ec-title-content {
    text-align: center;
    z-index: 20;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .ec-blog-card .ec-title-content h3 {
    font-size: 1.9em;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Abril Fatface", serif;
    margin-bottom: 0;
    display: inline-block;
  }
  .ec-blog-card .ec-title-content h3 a {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Montserrat";
    font-size: 20px;
  }
  .ec-blog-card .ec-title-content h3 a:hover {
    text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.95);
  }
  .ec-blog-card .ec-title-content h3:after {
    content: " ";
    display: block;
    width: 10%;
    height: 3px;
    margin: 20px auto;
    border: 0;
    background: #ffbf7f;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .ec-blog-card .ec-intro {
    width: 170px;
    margin: 0 auto;
    color: #ddd;
    font-style: italic;
    line-height: 18px;
  }
  .ec-blog-card .ec-intro a {
    color: #ddd;
  }
  .ec-blog-card .ec-intro a:hover {
    text-decoration: underline;
  }
  .ec-blog-card .ec-card-info {
    margin-top: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 0 50px;
    line-height: 24px;
    z-index: 20;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-family: "Montserrat";
    font-size: 14px;
  }
  .ec-blog-card .ec-card-info a {
    display: block;
    width: 120px;
    margin: 15px auto;
    background: #ffbf7f;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
  }
  .ec-blog-card .ec-card-info a:hover {
    background: #555;
    color: #ffffff;
  }
  .ec-blog-card .ec-card-info a:hover span {
    -webkit-filter: brightness(10);
            filter: brightness(10);
    opacity: 1;
  }
  .ec-blog-card .ec-utility-info {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -42px;
    left: 0;
    z-index: 20;
    width: 100%;
    text-align: left;
  }
  .ec-blog-card .ec-utility-info:after {
    content: " ";
    background-size: 30px auto;
    display: block;
    opacity: 0.4;
    position: absolute;
    bottom: 25px;
    right: 15px;
    width: 30px;
    height: 15px;
  }
  .ec-blog-card .ec-utility-info a:hover {
    text-decoration: underline;
  }
  .ec-blog-card .ec-utility-info .ec-utility-list {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ec-blog-card .ec-utility-info .ec-utility-list li {
    margin: 0;
    padding: 5px 0;
    display: inline-block;
    font-size: 13px;
  }
  .ec-blog-card .ec-utility-info .ec-utility-list li .licon {
    position: relative;
    width: 23px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .ec-blog-card .ec-utility-info .ec-utility-list li .licon:before {
    content: "";
    background: url(../images/icons/licons.svg) -2px -6px no-repeat;
    background-size: 250px;
    width: 26px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -3px;
    left: 0;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .ec-blog-card .ec-utility-info .ec-utility-list li .icon-like:before {
    background-position: -183px -6px !important;
  }
  .ec-blog-card .ec-utility-info .ec-utility-list li .icon-com:before {
    background-position: -63px -4px !important;
  }
  .ec-blog-card .ec-utility-info .ec-utility-list li .icon-dat:before {
    background-position: -94px -7px !important;
  }
  .ec-blog-card .ec-utility-info .ec-utility-list li .icon-tag:before {
    background-position: -33px -6px !important;
  }
  .ec-blog-card:hover {
    -webkit-box-shadow: 0px 18px 20px -9px rgba(0, 10, 30, 0.75);
            box-shadow: 0px 18px 20px -9px rgba(0, 10, 30, 0.75);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .ec-blog-card:hover .ec-utility-info {
    bottom: 0;
  }
  .ec-blog-card:hover .ec-color-overlay {
    background: rgba(64, 64, 70, 0.8);
  }
  .ec-blog-card:hover h3:after {
    -webkit-animation: changeLetter 0.3s 1 linear;
            animation: changeLetter 0.3s 1 linear;
    width: 80%;
  }
  .ec-blog-card:hover .ec-card-info {
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  @-webkit-keyframes changeLetter {
    0% {
      width: 10%;
    }
    100% {
      width: 80%;
    }
  }
  @keyframes changeLetter {
    0% {
      width: 10%;
    }
    100% {
      width: 80%;
    }
  }

  .ec-blog-card.media-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/blog-image/11.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/blog-image/11.jpg);
    background-position: center;
  }

  .ec-blog-card.media-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/blog-image/12.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/blog-image/12.jpg);
    background-position: center;
  }

  .ec-blog-card.media-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/blog-image/13.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/blog-image/13.jpg);
    background-position: center;
  }

  @media (max-width: 750px) {
    .ec-blog-card .ec-utility-info {
      text-align: center;
    }
    .ec-blog-card .ec-utility-info ul {
      width: 100%;
      margin: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .ec-blog-card .ec-utility-info li {
      width: 49%;
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0;
    }
  }
  /*------ Box Card ------*/
  .ec-box-card {
    float: left;
    width: 100%;
    margin: 15px auto;
  }
  .ec-box-card .ec-wrapper {
    background-color: #ffffff;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
  }
  .ec-box-card .ec-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .ec-box-card .ec-body .ec-content {
    padding: 15px;
    position: relative;
    z-index: 1;
  }
  .ec-box-card .ec-author {
    font-size: 12px;
  }
  .ec-box-card .ec-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.4;
    font-size: 20px;
    color: #212121;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  .ec-box-card .ec-text {
    height: 70px;
    margin: 0;
    color: #777;
  }
  .ec-box-card .ec-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffbf7f;
    color: #ffffff;
    padding: 0.8em;
  }
  .ec-box-card .ec-date span {
    display: block;
    text-align: center;
  }
  .ec-box-card .ec-date .ec-day {
    font-weight: 700;
    font-size: 24px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
  }
  .ec-box-card .ec-date .ec-month {
    text-transform: uppercase;
  }
  .ec-box-card .ec-date .ec-month,
  .ec-box-card .ec-date .ec-year {
    font-size: 12px;
  }
  .ec-box-card .ec-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
  }
  .ec-box-card .ec-title a {
    color: gray;
    font-weight: 700;
  }
  .ec-box-card .ec-menu-button {
    position: absolute;
    z-index: 999;
    top: 11px;
    right: 16px;
    width: 25px;
    text-align: center;
    cursor: pointer;
  }
  .ec-box-card .ec-menu-button span {
    width: 5px;
    height: 5px;
    background-color: gray;
    color: gray;
    position: relative;
    display: inline-block;
    border-radius: 50%;
  }
  .ec-box-card .ec-menu-button span::after, .ec-box-card .ec-menu-button span::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: currentColor;
    position: absolute;
    border-radius: 50%;
  }
  .ec-box-card .ec-menu-button span::before {
    left: -10px;
  }
  .ec-box-card .ec-menu-button span::after {
    right: -10px;
  }
  .ec-box-card:hover .ec-body {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .ec-box-card .ec-wrapper.wrp-img-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/blog-image/11.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/blog-image/11.jpg);
    background-position: center;
  }
  .ec-box-card .ec-wrapper.wrp-img-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/blog-image/12.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/blog-image/12.jpg);
    background-position: center;
  }
  .ec-box-card .ec-wrapper.wrp-img-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/blog-image/13.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/blog-image/13.jpg);
    background-position: center;
  }

  /*------ Up Card ------*/
  .ec-up-card {
    float: left;
    width: 100%;
    margin: 15px auto;
  }
  .ec-up-card .ec-wrapper {
    background-color: #ffffff;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .ec-up-card .ec-wrapper:hover .ec-body {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .ec-up-card .ec-wrapper .ec-header {
    color: #ffffff;
    padding: 1em;
    background: transparent;
  }
  .ec-up-card .ec-wrapper .ec-header::before, .ec-up-card .ec-wrapper .ec-header::after {
    content: "";
    display: table;
  }
  .ec-up-card .ec-wrapper .ec-header::after {
    clear: both;
  }
  .ec-up-card .ec-wrapper .ec-header .ec-date {
    float: left;
    font-size: 12px;
  }
  .ec-up-card .ec-wrapper .ec-body {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(calc(70px - 2em));
            transform: translateY(calc(70px - 2em));
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .ec-up-card .ec-wrapper .ec-body .ec-content {
    padding: 15px;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .ec-up-card .ec-wrapper .ec-body .ec-content .ec-author {
    font-size: 12px;
  }
  .ec-up-card .ec-wrapper .ec-body .ec-content .ec-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.4;
    font-size: 20px;
    color: #eee;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  .ec-up-card .ec-wrapper .ec-body .ec-content .ec-title a {
    color: #ffffff !important;
    font-weight: 700;
  }
  .ec-up-card .ec-wrapper .ec-body .ec-content .ec-text {
    height: 70px;
    margin: 0;
  }
  .ec-up-card .ec-wrapper .ec-body .ec-content .read-btn {
    margin-top: 15px;
  }
  .ec-up-card .ec-wrapper .ec-body .ec-content .ec-button-read {
    display: block;
    width: 100px;
    margin: 15px auto 1em;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    position: relative;
    font-weight: 700;
  }
  .ec-up-card .ec-wrapper .ec-body .ec-content .ec-button-read::after {
    content: "→";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ec-up-card .ec-wrapper .ec-body .ec-content .ec-button-read:hover::after {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
    opacity: 1;
  }
  .ec-up-card .ec-wrapper.wrp-img-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../images/blog-image/14.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/blog-image/14.jpg);
    background-position: center;
  }
  .ec-up-card .ec-wrapper.wrp-img-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../images/blog-image/15.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/blog-image/15.jpg);
    background-position: center;
  }
  .ec-up-card .ec-wrapper.wrp-img-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../images/blog-image/16.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/blog-image/16.jpg);
    background-position: center;
  }

  /*-------------------------------------------------
    Element Typography Page CSS
  ---------------------------------------------------*/
  .typography {
    background-color: #fff;
    /* -----------/ END Product-DNC -----------*/
  }
  .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    margin-bottom: 30px;
    font-family: "Montserrat";
  }
  .typography .ec-fc {
    color: #ffbf7f;
  }
  .typography .ec-fw-normal {
    font-weight: 500;
  }
  .typography .ec-fw-bold {
    font-weight: 700;
  }
  .typography h1 {
    font-size: 38px;
  }
  .typography .ec-lb {
    padding-left: 10px;
    border-left: 5px solid;
  }
  .typography .ec-rb {
    padding-right: 10px;
    border-right: 5px solid;
    text-align: right;
  }
  .typography .ec-disc,
  .typography .ec-decimal,
  .typography .ec-alpha,
  .typography .ec-roman,
  .typography .ec-greek,
  .typography .ec-hebrew {
    padding: 5px 20px;
    color: #777;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 1px;
    font-family: "Raleway", serif;
  }
  .typography .ec-disc li {
    margin-bottom: 15px;
    list-style-type: disc;
  }
  .typography .ec-decimal li {
    margin-bottom: 15px;
    list-style-type: decimal;
  }
  .typography .ec-alpha li {
    margin-bottom: 15px;
    list-style-type: upper-alpha;
  }
  .typography .ec-roman li {
    margin-bottom: 15px;
    list-style-type: upper-roman;
  }
  .typography .ec-greek li {
    margin-bottom: 15px;
    list-style-type: lower-greek;
  }
  .typography .ec-hebrew li {
    margin-bottom: 15px;
    list-style-type: hebrew;
  }
  .typography .ec-dl-blurbs {
    display: -ms-grid;
    display: grid;
  }
  .typography .ec-dl-blurbs dl {
    counter-reset: count;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
  }
  .typography .ec-dl-blurbs dl dt {
    margin-top: 10px;
    counter-increment: count;
    color: #ffbf7f;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
  }
  .typography .ec-dl-blurbs dl dt::before {
    content: counter(count, decimal-leading-zero) ".";
    color: #ffbf7f;
    margin-left: -1vw;
    padding-right: 12px;
  }
  .typography .ec-dl-blurbs dl dd {
    margin-left: 30px;
    margin-bottom: 15px;
    line-height: 28px;
    font-size: 14px;
  }
  .typography .ec-dl-blurbs dl + dl {
    counter-reset: counter 4;
  }
  .typography .ec-check-list {
    margin: 0;
    padding-left: 20px;
  }
  .typography .ec-check-list li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    list-style-type: none;
  }
  .typography .ec-check-list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 13px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #ffbf7f;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .typography p {
    margin-bottom: 30px;
    display: inline-block;
    margin: 0 0 1em 0;
    font-size: 15px;
    color: #777;
    line-height: 28px;
  }
  /*-------------------------------------------------
  User account Page CSS
---------------------------------------------------*/
.ec-user-account .ec-vendor-block-img {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
  }
  .ec-user-account .ec-vendor-block-img p {
    margin-bottom: 5px;
  }
  .ec-user-account .ec-vendor-block-img p span {
    font-weight: 700;
  }
  .ec-user-account .ec-vendor-block-bg {
    width: 100%;
    height: 200px;
    background-image: url(../images/banner/8.jpg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
  }
  .ec-user-account .border-none {
    border: none;
  }
  .ec-user-account .border-color {
    border-bottom: none;
  }
  .ec-user-account tfoot tr td {
    color: #777;
  }
  .ec-user-account tfoot tr td span {
    padding: 15px 0 0 0 !important;
    display: block;
  }
  .ec-user-account .page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-user-account .page-header .page-tools {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .ec-user-account .page-header img {
    width: 130px;
  }
  .ec-user-account .ec-vendor-block-detail {
    position: relative;
    margin-bottom: 15px;
  }
  .ec-user-account .brc-default-l1 {
    border-color: #eeeeee;
  }
  .ec-user-account .ml-n1 {
    margin-left: -0.25rem;
  }
  .ec-user-account .mx-n1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .ec-user-account .mr-n1 {
    margin-right: -0.25rem;
  }
  .ec-user-account .mb-4 {
    margin-bottom: 1.5rem;
  }
  .ec-user-account .my-4 {
    margin-bottom: 1.5rem;
  }
  .ec-user-account hr {
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #eeeeee;
  }
  .ec-user-account .text-grey-m2 {
    color: #777;
  }
  .ec-user-account .font-bolder {
    font-weight: 600;
  }
  .ec-user-account .text-600 {
    font-weight: 700;
  }
  .ec-user-account .pb-25 {
    padding-bottom: 0.75rem;
  }
  .ec-user-account .py-25 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .ec-user-account .pt-25 {
    padding-top: 0.75rem;
  }
  .ec-user-account .w-2 {
    width: 1rem;
  }
  .ec-user-account .note-text-color {
    color: #999;
  }
  .ec-user-account .padding-b-0 {
    padding-bottom: 0 !important;
  }

  .ec-invoice-2 table {
    margin-bottom: 30px;
  }
  .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table thead tr {
    background-color: #2d313e;
  }
  .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table thead tr th {
    color: #fff;
  }
  .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tbody tr, .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tfoot tr {
    background-color: #f7f7f7;
  }
  .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tbody tr:nth-child(even), .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tfoot tr:nth-child(even) {
    background-color: #f3f3f3;
  }
  .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tbody tr td span, .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tbody tr th span, .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tfoot tr td span, .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tfoot tr th span {
    padding: 10px 0 !important;
  }

  /*-------------------------------------------------
    Offer Page CSS
  ---------------------------------------------------*/
  .ec-offer-counter {
    height: 80vh;
    position: relative;
    margin: auto;
    overflow: hidden;
    background-image: url("../images/offer-image/1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-offer-counter h1 {
    font-family: "Lato", sans-serif;
    text-align: center;
    margin-top: 30px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #ca8788;
  }
  .ec-offer-counter a {
    margin-top: 15px;
    text-transform: uppercase;
    line-height: 25px;
    background-color: #e4aeaf;
    border: 1px solid #e4aeaf;
    color: #fff;
    padding: 5px 15px;
  }
  .ec-offer-counter a:hover {
    color: #e4aeaf;
    background-color: transparent;
  }
  .ec-offer-counter #timer {
    color: #f6f4f3;
    text-align: center;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 0.7em;
    letter-spacing: 5px;
  }
  .ec-offer-counter .days {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    margin: 10px 5px;
    border-radius: 5px;
    font-weight: 700;
    background: #e4aeaf;
    letter-spacing: 0.04rem;
  }
  .ec-offer-counter .hours {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    margin: 10px 5px;
    border-radius: 5px;
    font-weight: 700;
    background: #e4aeaf;
    letter-spacing: 0.04rem;
  }
  .ec-offer-counter .minutes {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    margin: 10px 5px;
    border-radius: 5px;
    font-weight: 700;
    background: #e4aeaf;
    letter-spacing: 0.04rem;
  }
  .ec-offer-counter .seconds {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    margin: 10px 5px;
    border-radius: 5px;
    font-weight: 700;
    background: #e4aeaf;
    letter-spacing: 0.04rem;
  }
  .ec-offer-counter .numbers {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 25px;
  }
  .ec-offer-counter .black {
    position: absolute;
    background: #e4aeaf;
    height: 85px;
    width: 75px;
    left: 39%;
    top: 19%;
  }
  .ec-offer-counter .black .triangle {
    border-bottom: 14px solid #e4aeaf;
  }
  .ec-offer-counter .black .string {
    background: #e4aeaf;
    border: 1px solid #e4aeaf;
  }
  .ec-offer-counter .red {
    position: absolute;
    background: #e4aeaf;
    left: 30%;
    top: 23%;
    height: 65px;
    width: 70px;
  }
  .ec-offer-counter .red .triangle {
    border-bottom: 14px solid #e4aeaf;
  }
  .ec-offer-counter .red .string {
    background: #e4aeaf;
    border: 1px solid #e4aeaf;
  }
  .ec-offer-counter .blue {
    position: absolute;
    background: #e4aeaf;
    height: 80px;
    width: 80px;
    left: 53%;
    top: 20%;
  }
  .ec-offer-counter .blue .triangle {
    border-bottom: 14px solid #e4aeaf;
  }
  .ec-offer-counter .blue .string {
    background: #e4aeaf;
    border: 1px solid #e4aeaf;
  }
  .ec-offer-counter .balloon {
    display: none;
    border: 1px solid #ca8788;
    border-radius: 50% 50% 50% 50%/40% 40% 60% 60%;
    z-index: 2;
  }
  .ec-offer-counter .eye {
    position: absolute;
    width: 7px;
    height: 7px;
    top: 40%;
    left: 22%;
    background: #000;
    border-radius: 50%;
  }
  .ec-offer-counter .eye:after {
    content: "";
    left: 35px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    position: absolute;
  }
  .ec-offer-counter .mouth {
    position: absolute;
    top: 45%;
    left: 43%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
  .ec-offer-counter .happy {
    border: 2px solid;
    border-color: transparent #000 #000 transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ec-offer-counter .triangle {
    position: absolute;
    left: 40%;
    bottom: -10%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .ec-offer-counter .string {
    position: absolute;
    height: 120px;
    width: 1px;
    left: 49%;
    top: 66px;
    z-index: -1;
  }
  .ec-offer-counter .star {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-left: 5px;
    background: #f6f4f3;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  }
  .ec-offer-counter .star-red {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-left: 50px;
    background: #f6f4f3;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  }

  .labels h2 {
    margin: 0;
  }
  .labels h3 {
    margin: 0;
    font-size: 35px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
  .labels h4 {
    margin: 0;
  }
  .labels .coupon_box {
    background: #ff416c;
    background: -webkit-gradient(linear, left top, right top, from(#ff4b2b), to(#ff416c));
    background: linear-gradient(to right, #ff4b2b, #ff416c);
    width: 200px;
    border-radius: 7px;
    padding: 1rem;
    text-align: center;
    color: #fff;
    font-family: "Tahoma", sans-serif;
    position: relative;
    margin: 5rem auto;
  }
  .labels .coupon_box::before {
    content: "";
    position: absolute;
    top: 65%;
    background: #fff;
    width: 20px;
    height: 30px;
    z-index: 1;
  }
  .labels .coupon_box::after {
    content: "";
    position: absolute;
    top: 65%;
    background: #fff;
    width: 20px;
    height: 30px;
    z-index: 1;
  }
  .labels .title {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 20px;
  }
  .labels .how_much {
    font-size: 55px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
  .labels .ec-offer-coupon {
    padding: 30px;
    border: 2px solid #f1f1f1;
    text-align: center;
    background: #ffffff;
  }
  .labels .ec-offer-coupon .ec-cpn-brand .ec-brand-img {
    display: block;
    margin: 0 auto 30px auto;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9000px;
  }
  .labels .ec-offer-coupon .ec-cpn-title {
    margin: 0 0 1rem 0;
  }
  .labels .ec-offer-coupon .ec-cpn-title .coupon-title {
    display: block;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 24px;
    color: #777;
  }
  .labels .ec-offer-coupon .ec-cpn-desc {
    margin-bottom: 0;
  }
  .labels .ec-offer-coupon .ec-cpn-desc p {
    color: #777;
    font-size: 14px;
    line-height: 24px;
  }
  .labels .ec-offer-coupon .ec-cpn-desc .coupon-text {
    line-height: 24px;
  }
  .labels .ec-offer-coupon .ec-cpn-code {
    margin-bottom: 0;
  }
  .labels .ec-offer-coupon .ec-cpn-code .coupon-code {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0px 10px;
    border: 2px dotted currentColor;
    background: #f5f5f5;
    font-weight: bold;
    font-style: normal;
    font-size: 1.4em;
    font-family: "Courier New", Courier, monospace;
    line-height: 1.5;
  }
  .labels .ec-offer-coupon .ec-cpn-code a {
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
  }
  .labels .ec-flate-offer {
    background: #2b2b2b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .labels .ec-flate-offer .ec-flate-offer-info {
    padding: 50px;
    width: 50%;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
  }
  .labels .ec-flate-offer .ec-flate-offer-info .offer-title {
    color: #fff;
    margin-bottom: 1rem;
  }
  .labels .ec-flate-offer .ec-flate-offer-info .offer-desc {
    color: #fff;
    margin-bottom: 3rem;
  }
  .labels .ec-flate-offer .ec-flate-offer-info .offer-btn .btn-shop-now {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    border: 1px dashed #fff;
    padding: 8px 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
  }
  .labels .ec-flate-offer .ec-flate-offer-info .offer-btn .btn-shop-now:hover {
    border: 1px solid #fff;
  }
  .labels .ec-flate-offer .ec-flate-offer-image {
    width: 50%;
  }
  .labels .ec-flate-offer .ec-flate-offer-image .flate-banner {
    width: 100%;
  }
  .labels .ec-in-offer {
    height: 500px;
    background-size: cover;
    opacity: 1;
  }
  .labels .ec-in-offer .ec-in-offer-info {
    padding: 30px;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.8;
  }
  .labels .ec-in-offer .ec-in-offer-info .offer-upto {
    color: #fff;
    margin-bottom: 6rem;
    font-weight: 500;
    font-size: 20px;
  }
  .labels .ec-in-offer .ec-in-offer-info .offer-upto span {
    font-size: 35px;
    font-weight: 700;
  }
  .labels .ec-in-offer .ec-in-offer-info .offer-title {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .labels .ec-in-offer .ec-in-offer-info .offer-desc {
    color: #fff;
    margin-bottom: 3rem;
  }
  .labels .ec-in-offer .ec-in-offer-info .offer-btn .btn-shop-now {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    border: 1px dashed #fff;
    padding: 8px 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
  }
  .labels .ec-in-offer .ec-in-offer-info .offer-btn .btn-shop-now:hover {
    border: 1px solid #fff;
  }
  .labels .ec-line-offer {
    background-size: cover;
    opacity: 1;
  }
  .labels .ec-line-offer .ec-line-offer-info {
    width: 100%;
    height: 65vh;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .labels .ec-line-offer .ec-line-offer-info h6 {
    margin-bottom: 5px;
    font-weight: 800;
    color: #777;
  }
  .labels .ec-line-offer .ec-line-offer-info .offer-upto {
    margin-bottom: 15px;
    color: #111;
    font-weight: 600;
    font-size: 20px;
  }
  .labels .ec-line-offer .ec-line-offer-info .offer-upto span {
    font-size: 35px;
    font-weight: 700;
  }
  .labels .ec-line-offer .ec-line-offer-info .offer-desc {
    margin-bottom: 30px;
    color: #777;
  }
  .labels .ec-line-offer .ec-line-offer-info .offer-btn .btn-shop-now {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #777;
    border: 1px dashed #777;
    background-color: #f9f9f9;
    padding: 8px 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
  }
  .labels .ec-line-offer .ec-line-offer-info .offer-btn .btn-shop-now:hover {
    border: 1px solid #777;
  }

  /*-------------------------------------------------
    General CSS
  ---------------------------------------------------*/
  .ec-404-error-page-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
  }
  .ec-404-error-page-02 .main-title {
    margin-top: 20px;
    font-size: 50px;
    font-weight: 700;
  }
  .ec-404-error-page-02 .sub-title {
    font-size: 18px;
  }
  .ec-404-error-page-02 .desc-content {
    font-size: 15px;
  }
  .ec-404-error-page-02 .link-404 {
    color: #ffffff !important;
    padding: 10px 20px;
    background: #ffbf7f;
    margin: 20px 0;
    display: inline-block;
  }

  @media only screen and (max-width: 575px) {
    .ec-404-error-page-02 .main-title {
      font-size: 30px;
    }
  }
  /*-------------------------------------------------
    General CSS
  ---------------------------------------------------*/
  .ec-under-maintenance-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    margin: 0px;
    padding: 0px;
    height: 100vh;
    color: #ffffff;
    font-family: sans-serif;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ec-under-maintenance-02 div {
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .ec-under-maintenance-02 img {
    max-width: 100%;
  }
  .ec-under-maintenance-02 .wrap {
    padding: 0 15px;
    text-align: center;
  }
  .ec-under-maintenance-02 .wrap p {
    color: #777;
  }
  .ec-under-maintenance-02 .wrap h1 {
    font-weight: 700;
    margin: 30px 0 20px;
    font-size: 45px;
    color: #30ad94;
  }
  .ec-under-maintenance-02 .wrap h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
    color: #2e4654;
    font-weight: 600;
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  @media only screen and (max-width: 575px) {
    .ec-under-maintenance-02 img {
      max-width: 50%;
    }
    .ec-under-maintenance-02 .wrap h1 {
      font-size: 30px;
    }
    .ec-under-maintenance-02 .wrap h2 {
      font-size: 15px;
    }
  }
  /*-------------------------------------------------
     Wishlist Page CSS
  ---------------------------------------------------*/
  .wishlist-2 .ec-table tbody tr td .avl {
    color: #8bd38b;
  }
  .wishlist-2 .ec-table tbody tr td .out {
    color: #e9abab;
  }
  .wishlist-2 .ec-table tbody tr td .dis {
    color: #999;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .wishlist-2 .ec-table tbody tr td .btn {
    width: 30px;
    height: 30px;
    margin: 0 3px;
    padding: 0;
  }
  .wishlist-2 .ec-table tbody tr td .btn .svg_img.pro_svg {
    width: 16px;
    fill: #fff;
  }
  .wishlist-2 .ec-table tbody tr td .ec-remove-wish {
    font-size: 20px;
    background-color: #e9abab;
  }
  .wishlist-2 .ec-table tbody tr td .ec-remove-wish:hover {
    background-color: #555;
  }

  /*-------------------------------------------------
     Thank you Page CSS
  ---------------------------------------------------*/
  .ec-thank-you-page .ec-thank-you {
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #eeeeee;
  }
  .ec-thank-you-page .ec-thank-you .ec-thank-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-thank-you-page .ec-thank-you .ec-thank-content i {
    margin-bottom: 30px;
    font-size: 50px;
    color: #ffbf7f;
  }
  .ec-thank-you-page .ec-thank-you .ec-thank-content .section-title {
    text-align: center;
  }
  .ec-thank-you-page .ec-thank-you .ec-thank-content .section-title .ec-title {
    font-size: 40px;
  }
  .ec-thank-you-page .ec-thank-you .ec-thank-content .section-title .sub-title {
    font-size: 19px;
  }
  .ec-thank-you-page .ec-thank-you .ec-hunger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-thank-you-page .ec-thank-you .ec-hunger .ec-hunger-detial {
    max-width: 500px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f7f7f7;
  }
  .ec-thank-you-page .ec-thank-you .ec-hunger .ec-hunger-detial h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    color: #777;
    text-align: center;
  }
  .ec-thank-you-page .ec-thank-you .ec-hunger .ec-hunger-detial h6 {
    margin-bottom: 15px;
    color: #777;
    text-align: center;
  }

  /*-------------------------------------------------
     Payment Fail Page CSS
  ---------------------------------------------------*/
  .ec-payment-fail-page .ec-payment-fail {
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ec-payment-fail-page .ec-payment-fail .ec-payment-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-payment-fail-page .ec-payment-fail .ec-payment-content ul {
    margin-bottom: 30px;
  }
  .ec-payment-fail-page .ec-payment-fail .ec-payment-content ul li {
    padding: 10px 0;
  }
  .ec-payment-fail-page .ec-payment-fail .ec-payment-content i {
    margin: 0 15px 0 0;
    font-size: 18px;
    color: #ffbf7f;
  }
  .ec-payment-fail-page .ec-payment-fail .ec-payment-content i.eci-times-circle-o {
    color: #ff9797;
  }
  .ec-payment-fail-page .ec-payment-fail .ec-payment-content i.eci-check-circle-o {
    color: #34d499;
  }
  .ec-payment-fail-page .ec-payment-fail .ec-payment-content .section-title {
    margin-bottom: 15px;
  }
  .ec-payment-fail-page .ec-payment-fail .ec-payment-content .section-title .ec-title {
    padding: 0;
    font-size: 40px;
  }
  .ec-payment-fail-page .ec-payment-fail .ec-payment-content .section-title .sub-title {
    padding: 15px 0 0 0;
    font-size: 16px;
    color: #777;
  }
  /*# sourceMappingURL=style.css.map */

