

.cover-image-container {
    position: relative;
    width: 100%;
    height: 60%;
    overflow: hidden;
   
}
.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    padding: 20px;
    /* object-position: center;
    transition: transform 0.5s; */

    /* style="width: 100%; height: 80%; object-fit: cover;"  */

}

.ec-main-slider {
    height: 60vh;
    .slide-1,
    .slide-2,
    .slide-3 {
        height: 60vh;
    }
}


/*-------------------------------------------------
    Site Main Slider
---------------------------------------------------*/

.ec-main-slider {
    height: 50vh;
    width: 100%;
}
.ec-main-slider img{
    display: inherit;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.ec-main-slider .slick-dots {
    display: none !important;
}

.ec-main-slider .slide-1 {
    height: 60vh;
    background-image: url("../images/main-slider-banner/slider-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ec-main-slider .slide-2 {
    height: 70vh;
    background-image: url("../images/main-slider-banner/slider-2.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ec-main-slider .slide-3 {
    height: 70vh;
    background-image: url("../images/main-slider-banner/slider-3.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ec-main-slider .container {
    position: absolute;
    left: 0;
    right: 0;
}

.ec-main-slider * {
    direction: ltr;
}

.ec-main-slider .main_banner_arrow_img {
    display: none;
}

.ec-main-slider .slick-thumb-nav {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    position: absolute;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ec-main-slider .slick-arrow {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 50px;
    height: 50px;
}

.ec-main-slider .slick-arrow:after {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.ec-main-slider .slick-arrow:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.ec-main-slider .slick-arrow:hover:before {
    opacity: 1;
}

.ec-main-slider .slick-arrow:hover .slick-thumb-nav {
    display: none;
}

.ec-main-slider .slick-arrow.slick-prev {
    left: 30px;
}

.ec-main-slider .slick-arrow.slick-next {
    right: 30px;
}

.ec-slide-item {
    position: relative;
}

.ec-slide-content {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ec-slide-content .ec-slide-title {
    font-size: 60px;
    color: #ffbf7f;
    margin-bottom: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.ec-slide-content .ec-slide-stitle {
    font-size: 24px;
    color: #142f41;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
}

.ec-slide-content .ec-slide-stitle:after {
    content: "";
    position: absolute;
    top: -26px;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    background: #ffbf7f;
    right: auto;
    left: -19px;
    border-radius: 100%;
    z-index: -1;
}

.ec-slide-content p {
    font-size: 16px;
    color: #777;
    line-height: 24px;
    letter-spacing: 0.6px;
    max-width: 77%;
    margin-bottom: 40px;
}

.ec-slide-content .ec-slide-disc {
    font-size: 20px;
    color: #142f41;
    margin-bottom: 31px;
    letter-spacing: 0.7px;
    font-weight: 700;
    position: relative;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ec-slide-content .ec-slide-disc span {
    font-size: 26px;
    color: #ffbf7f;
    letter-spacing: 1px;
    margin-left: 5px;
}

.ec-slide-content .btn {
    font-size: 14px;
    padding: 0 23px;
    letter-spacing: 0.6px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-transform: uppercase;
    border-radius: 0;
}

.slider-animation>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.ec-slide-content .btn {
    border-radius: 30px;
}

.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation>* {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation>*:nth-child(1) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation>*:nth-child(2) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation>*:nth-child(3) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation>*:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation>*:nth-child(5) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation>*:nth-child(6) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

*------------------------------------------------- Click To FB Messenger Main Container ---------------------------------------------------*/ .ec-fb-style {
    display: inline-block;
    position: fixed;
    letter-spacing: 0.1px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 16;
}

.ec-fb-style .fb-panel {
    display: none;
    margin-bottom: 5%;
    width: 300px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
    box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
}

.ec-fb-style .fb-panel .fb-header {
    padding: 15px 10px;
    border-radius: 8px;
    text-align: center;
}

.ec-fb-style .fb-panel .fb-body {
    padding: 15px 10px 0;
    text-align: center;
}

.ec-fb-style .fb-panel .fb-footer {
    padding: 25px 10px 30px;
    text-align: center;
}

.ec-fb-style .fb-header img {
    padding: 5px;
    width: 30%;
    border: 2px solid #fff;
    border-radius: 100%;
}

.ec-fb-style .fb-header h2,
.ec-fb-style .fb-header .h2 {
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
}

.ec-fb-style .fb-header p {
    margin-bottom: 0;
    font-size: 13px;
}

.ec-fb-style .fb-body p {
    margin-bottom: 0;
    font-size: 14px;
}

.ec-fb-style .fb-footer a {
    text-decoration: none;
    color: inherit;
}

.ec-fb-style .fb-footer .fb-msg-button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin: auto;
    padding: 10px 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ec-fb-style .fb-footer .fb-msg-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 28px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.ec-fb-style .fb-footer .fb-msg-button span {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    color: #fff;
}

.ec-fb-style .fb-footer .fb-msg-button svg {
    position: relative;
    top: -1px;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #777777;
    stroke-width: 2;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ec-fb-style .fb-footer .fb-msg-button:hover:before {
    width: 100%;
}

.ec-fb-style .fb-footer .fb-msg-button:hover svg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.ec-fb-style .fb-footer .fb-msg-button:active {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}

.ec-fb-style .fb-button {
    padding: 8px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
    box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
    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;
}


/*-----  Header Bottom  -----*/

.ec-header-bottom {
    padding: 25px 0;
    background-color: #fff;
}

.ec-header-bottom>.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ec-header-bottom .header-bottom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ec-header-bottom .ec-header-logo,
.ec-header-bottom .ec-header-search,
.ec-header-bottom .ec-header-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-logo {
    text-align: left;
}

.header-logo img {
    width: 130px;
}

.header_svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 22px;
    height: 22px;
    fill: #444444;
}

.ec-side-toggle .header_svg {
    width: 24px;
    height: 23px;
    fill: #142f41;
}

.ec-header-wishlist .header_svg {
    width: 24px;
    height: 23px;
    fill: #142f41;
}

.ec-header-bottons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ec-header-bottons .ec-header-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #444444;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 45px;
    padding: 0 12px;
    border: 1px solid #142f41;
    border-radius: 30px;
    -webkit-transition: none;
    transition: none;
    padding-top: 1px;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.ec-header-bottons .ec-header-btn .header-icon {
    position: relative;
}

.ec-header-bottons .ec-header-btn:hover {
    color: #ffffff;
    background: #ffbf7f;
    border-color: #ffbf7f;
    box-shadow: 0 0 10px 0 rgba(35, 31, 32, 0.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(35, 31, 32, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(35, 31, 32, 0.1);
}

.ec-header-bottons .ec-header-btn:hover .ec-btn-title {
    color: #ffffff;
    border-color: #ffbf7f;
}

.ec-header-bottons .ec-header-btn:hover .header_svg {
    fill: #ffffff;
}

.ec-header-bottons .ec-header-btn i {
    font-size: 20px;
    line-height: 1;
}

.ec-header-bottons .ec-header-btn .ec-header-count {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    z-index: 2;
    height: 16px;
    min-width: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    background-color: #202b3a;
    bottom: 0;
    padding: 0 2px;
    left: -5px;
}

.ec-header-bottons .ec-header-btn.dropdown-toggle::after {
    display: none;
}

.ec-header-bottons .ec-btn-title {
    padding-left: 5px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
}

.ec-header-bottons .ec-header-user .dropdown-toggle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ec-header-bottons .ec-header-user .dropdown-toggle:hover .header_svg {
    fill: #ffbf7f;
}

.ec-header-user .dropdown-toggle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: none;
    transition: none;
    border: none;
    background-color: transparent;
    padding: 0 2px;
    min-height: 45px;
    color: #444444;
}

.ec-header-user .dropdown-toggle:hover {
    color: #ffbf7f;
}

.ec-header-user .dropdown-toggle::after {
    display: none;
}

.ec-header-user .dropdown-menu {
    margin: 0;
    top: 50px !important;
    left: auto !important;
    right: 0 !important;
    min-width: 130px;
    overflow: hidden;
    padding: 0 10px;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    border: 1px solid #eeeeee;
}

.ec-header-user .dropdown-menu li {
    border-bottom: 1px solid #ebebeb;
}

.ec-header-user .dropdown-menu li:last-child {
    border: none;
}

.ec-header-user .dropdown-menu .dropdown-item {
    padding: 7px;
    color: #444444;
    font-size: 14px;
    background: transparent;
    text-transform: capitalize;
}

.ec-header-user .dropdown-menu .dropdown-item:hover {
    color: #ffbf7f;
}


/*-----  Header Top  -----*/

.header-top-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    font-size: 13px;
}

.header-top-call a {
    color: #777;
    padding-left: 4px;
}

.header-top-call a:hover {
    color: #ffbf7f;
}

.header-top-center .header-top-call {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-top-right-inner>div {
    padding: 0 15px;
    border-right: 1px solid #eeeeee;
}

.header-top-right-inner>div:last-child {
    padding-right: 0;
    border: none;
}

.header-top-right-inner>div a {
    color: #777;
    font-size: 13px;
}

.header-top-right-inner>div a:hover {
    color: #ffbf7f;
}

.header-top-right-inner .list-inline-item {
    float: left;
    line-height: 19px;
}

.header-top-right-inner .list-inline-item:not(:last-child) {
    margin-right: 15px;
}

.header-top-lan-curr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-top-lan-curr .dropdown .dropdown-toggle {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #444444;
    border: none;
}

.header-top-lan-curr .dropdown .dropdown-toggle i {
    font-size: 18px;
    margin-left: 2px;
    color: #444444;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 2px;
}

.header-top-lan-curr .dropdown .dropdown-toggle::after {
    display: none;
}

.header-top-lan-curr .dropdown .dropdown-toggle:hover {
    color: #ffbf7f;
}

.header-top-lan-curr .dropdown .dropdown-toggle:hover i {
    color: #ffbf7f;
}

.header-top-lan-curr .dropdown .dropdown-menu {
    margin: 0;
    top: 27px !important;
    left: auto !important;
    right: 0 !important;
    min-width: 130px;
    overflow: hidden;
    padding: 0 10px;
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 12;
}

.header-top-lan-curr .dropdown .dropdown-menu li {
    border-bottom: 1px solid #eeeeee;
}

.header-top-lan-curr .dropdown .dropdown-menu li:last-child {
    border: none;
}

.header-top-lan-curr .dropdown .dropdown-menu .dropdown-item {
    padding: 7px;
    color: #444444;
    font-size: 14px;
    background: transparent;
    text-transform: uppercase;
}

.header-top-lan-curr .dropdown .dropdown-menu .dropdown-item:hover {
    color: #ffbf7f;
}

.header-top-lan-curr .dropdown .dropdown-menu li.active .dropdown-item {
    color: #ffbf7f;
}

.header-top-lan-curr.dropdown .dropdown-toggle {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #777;
    border: none;
}

.header-top-lan-curr.dropdown .dropdown-toggle i {
    font-size: 18px;
    margin-left: 8px;
    color: #777;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 2px;
}

.header-top-lan-curr.dropdown .dropdown-toggle::after {
    display: none;
}

.header-top-lan-curr.dropdown .dropdown-toggle:hover {
    color: #ffbf7f;
}

.header-top-lan-curr.dropdown .dropdown-toggle:hover i {
    color: #ffbf7f;
}

.header-top-lan-curr.dropdown .dropdown-menu {
    margin: 0;
    top: 27px !important;
    left: auto !important;
    right: 0 !important;
    min-width: 130px;
    overflow: hidden;
    padding: 0 10px;
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 12;
}

.header-top-lan-curr.dropdown .dropdown-menu li {
    border-bottom: 1px solid #eeeeee;
}

.header-top-lan-curr.dropdown .dropdown-menu li:last-child {
    border: none;
}

.header-top-lan-curr.dropdown .dropdown-menu .dropdown-item {
    padding: 7px;
    color: #777;
    font-size: 13px;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}

.header-top-lan-curr.dropdown .dropdown-menu .dropdown-item:hover {
    color: #ffbf7f;
}

.header-top-lan-curr.dropdown .dropdown-menu li.active .dropdown-item {
    color: #ffbf7f;
}


/*-----  Header Bottom  -----*/

.ec-header-bottom {
    padding: 25px 0;
    background-color: #fff;
}

.ec-header-bottom>.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ec-header-bottom .header-bottom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ec-header-bottom .ec-header-logo,
.ec-header-bottom .ec-header-search,
.ec-header-bottom .ec-header-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-logo {
    text-align: left;
}

.header-logo img {
    width: 130px;
}

.header_svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 22px;
    height: 22px;
    fill: #444444;
}

.ec-side-toggle .header_svg {
    width: 24px;
    height: 23px;
    fill: #142f41;
}

.ec-header-wishlist .header_svg {
    width: 24px;
    height: 23px;
    fill: #142f41;
}

.ec-header-bottons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ec-header-bottons .ec-header-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #444444;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 45px;
    padding: 0 12px;
    border: 1px solid #142f41;
    border-radius: 30px;
    -webkit-transition: none;
    transition: none;
    padding-top: 1px;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.ec-header-bottons .ec-header-btn .header-icon {
    position: relative;
}

.ec-header-bottons .ec-header-btn:hover {
    color: #ffffff;
    background: #ffbf7f;
    border-color: #ffbf7f;
    box-shadow: 0 0 10px 0 rgba(35, 31, 32, 0.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(35, 31, 32, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(35, 31, 32, 0.1);
}

.ec-header-bottons .ec-header-btn:hover .ec-btn-title {
    color: #ffffff;
    border-color: #ffbf7f;
}

.ec-header-bottons .ec-header-btn:hover .header_svg {
    fill: #ffffff;
}

.ec-header-bottons .ec-header-btn i {
    font-size: 20px;
    line-height: 1;
}

.ec-header-bottons .ec-header-btn .ec-header-count {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    z-index: 2;
    height: 16px;
    min-width: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    background-color: #202b3a;
    bottom: 0;
    padding: 0 2px;
    left: -5px;
}

.ec-header-bottons .ec-header-btn.dropdown-toggle::after {
    display: none;
}

.ec-header-bottons .ec-btn-title {
    padding-left: 5px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
}

.ec-header-bottons .ec-header-user .dropdown-toggle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ec-header-bottons .ec-header-user .dropdown-toggle:hover .header_svg {
    fill: #ffbf7f;
}

.ec-header-user .dropdown-toggle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: none;
    transition: none;
    border: none;
    background-color: transparent;
    padding: 0 2px;
    min-height: 45px;
    color: #444444;
}

.ec-header-user .dropdown-toggle:hover {
    color: #ffbf7f;
}

.ec-header-user .dropdown-toggle::after {
    display: none;
}

.ec-header-user .dropdown-menu {
    margin: 0;
    top: 50px !important;
    left: auto !important;
    right: 0 !important;
    min-width: 130px;
    overflow: hidden;
    padding: 0 10px;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    border: 1px solid #eeeeee;
}

.ec-header-user .dropdown-menu li {
    border-bottom: 1px solid #ebebeb;
}

.ec-header-user .dropdown-menu li:last-child {
    border: none;
}

.ec-header-user .dropdown-menu .dropdown-item {
    padding: 7px;
    color: #444444;
    font-size: 14px;
    background: transparent;
    text-transform: capitalize;
}

.ec-header-user .dropdown-menu .dropdown-item:hover {
    color: #ffbf7f;
}


/*-----  Category Menu  -----*/

#ec-category-menu {
    display: none;
    width: 100%;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    position: absolute;
    width: 195px;
    z-index: 91;
    left: 15px;
    right: auto;
    top: 100%;
    display: none;
}

#ec-category-menu .ec-cat-menu-link {
    display: block;
    width: 100%;
    padding: 13px 15px;
    position: relative;
    font-weight: 500;
    font-size: 13px;
}

#ec-category-menu .ec-cat-menu-link:hover {
    color: #ffbf7f;
}

#ec-category-menu li:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}

.ec-category-menu .ec-category-toggle {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #131a23;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    max-width: 195px;
}

.ec-category-menu .ec-category-toggle .ec-category-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.ec-category-menu .ec-category-toggle i {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background: #ffbf7f;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    text-align: center;
    margin-left: 11px;
    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;
}

div#ec-main-menu-desk {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #db4138;
}

.ec-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ec-main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.ec-main-menu ul li:not(:first-child) {
    margin-left: 30px;
}

.ec-main-menu ul li a {
    font-size: 14px;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    position: relative;
}

.ec-main-menu ul li .mega-menu {
    position: absolute;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    padding: 20px 0px 30px 30px;
    opacity: 0;
    visibility: hidden;
    left: 0;
    width: 100%;
    z-index: 2;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    z-index: 15;
}

.ec-main-menu ul li .mega-menu li ul {
    width: 25%;
    margin-right: 30px;
}

.ec-main-menu ul li .mega-menu li ul li.menu_title a {
    color: #142f41;
    font-size: 15px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
    padding-bottom: 5px;
    height: auto;
}

.ec-main-menu ul li .mega-menu li ul li.menu_title a:hover {
    color: #ffbf7f;
}

.ec-main-menu ul li .mega-menu li ul li a {
    height: auto;
    padding: 2px 0;
    color: #444444;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 300;
    font-size: 14px;
    display: block;
    border: 0;
}

.ec-main-menu ul li .mega-menu li ul li a:hover {
    color: #ffbf7f;
}

.ec-main-menu ul li .mega-menu ul.ec-main-banner {
    margin-top: 20px;
}

.ec-main-menu ul li .mega-menu ul.ec-main-banner li {
    width: 25%;
    padding-right: 30px;
}

.ec-main-menu ul li .mega-menu ul.ec-main-banner li a {
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.ec-main-menu ul li.dropdown {
    position: relative;
}

.ec-main-menu ul li.dropdown ul.sub-menu {
    position: absolute;
    z-index: 9;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    left: auto;
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    display: block;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.ec-main-menu ul li.dropdown ul li {
    padding: 0;
    margin: 0;
    display: block;
}

.ec-main-menu ul li.dropdown ul li a {
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    border-bottom: 1px solid #eeeeee;
    font-weight: 300;
    font-size: 14px;
    color: #777;
    text-transform: capitalize;
    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;
}

.ec-main-menu ul li.dropdown ul li a:hover {
    color: #ffbf7f;
}

.ec-main-menu ul li.dropdown li.position-static {
    position: relative !important;
}

.ec-main-menu ul li.dropdown li.position-static:hover .sub-menu.sub-menu-child {
    opacity: 1;
    visibility: visible;
}

.ec-main-menu ul li.dropdown ul.sub-menu.sub-menu-child {
    left: 100% !important;
    opacity: 0;
    visibility: hidden;
    top: 0;
}

.ec-main-menu ul li.dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.ec-main-menu ul li.dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.ec-main-menu>ul>li>a:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    height: 2px;
    width: 0;
    margin: 0 auto;
    background: transparent;
    left: 0;
    right: auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ec-main-menu>ul>li:hover>a {
    color: #ffbf7f;
}

.ec-main-menu>ul>li:hover>a:before {
    background: #ffbf7f;
    width: 100%;
}

.ec-main-menu>ul>li.active>a:before {
    background: #ffbf7f;
    width: 100%;
}


/*-----  Header Search  -----*/

.header-search {
    width: 80%;
    margin: auto;
    position: relative;
}

.header-search .form-control {
    display: block;
    width: 100%;
    min-height: 43px;
    height: 43px;
    padding: 5px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #444444;
    border-radius: 0;
    background-color: transparent;
    border: none;
    letter-spacing: 0.4px;
}

.ec-header-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ec-header-search form.ec-search-group-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eeeeee;
    border-radius: 23px;
    overflow: hidden;
}

.search_svg {
    width: 14px;
    height: 14px;
    fill: #ffffff;
    margin-left: 8px;
}

.action-form {
    position: relative;
}

.submit .header_svg {
    width: 14px;
    height: 14px;
    fill: #ffbf7f;
    margin-bottom: 1px;
}

.ec-search-select-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 43px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    font-size: 14px;
    background: #f1f1f1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ec-search-select-inner select {
    cursor: pointer;
    padding: 0 20px;
    color: #444444;
    -webkit-box-flex: 100px;
    -ms-flex: 100px;
    flex: 100px;
    height: 43px;
}

.ec-search-select-inner::after {
    content: "\f107";
    position: absolute;
    font-family: "EcIcons";
    cursor: pointer;
    pointer-events: none;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: #444444;
    left: auto;
    right: 10px;
}

.search_submit {
    position: relative;
    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: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 100%;
    background: #d44138;
    color: #ffffff;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    height: 37px;
    margin: 3px;
    border-radius: 23px;
    padding: 2px 15px 0 20px;
    letter-spacing: 0.4px;
}

.search_submit:hover {
    background: #142f41;
}

body.ec-open {
    overflow: hidden;
}

body.ec-open:before {
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.7;
    position: absolute;
    z-index: 998;
    content: "";
}

.ec-header-bottom {
    padding: 25px 0;
    border-bottom: 1px solid #eeeeee;
}

.ec-header-bottons .ec-header-btn {
    padding: 0 7px;
    min-height: 35px;
}

.header-top-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.col.header-top-res {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 221px;
    flex: 0 0 221px;
}

.ec-header-user .dropdown-toggle {
    min-height: 35px;
    border: 1px solid #555;
    border-radius: 18px;
    padding: 0 10px;
}

.ec-header-user .dropdown-menu {
    top: 42px !important;
}

.ec-header-user .header_svg {
    fill: #555;
}

.header-logo {
    text-align: left;
}

.header-search {
    max-width: 100%;
    margin-right: 0;
}

.ec-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-res-lan-curr {
    margin-top: 30px;
    margin-bottom: 20px;
}

.header-top-lan-curr .dropdown .dropdown-toggle {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
    color: #555;
}

.header-top-lan-curr .dropdown .dropdown-toggle::after {
    display: none;
}

.header-top-lan-curr .dropdown .dropdown-toggle i {
    margin-left: 15px;
    color: #555;
}

.header-top-lan-curr .dropdown .dropdown-menu {
    top: 0 !important;
    position: relative !important;
}

.header-top-lan-curr>* {
    width: 100%;
    margin-bottom: 10px;
}

.ec-header-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.ec-main-slider {
    height: 60vh;
}

.ec-main-slider .slide-1,
.ec-main-slider .slide-2,
.ec-main-slider .slide-3 {
    height: 60vh;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li a {
    font-size: 14px;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart_btn a {
    font-size: 13px;
    line-height: 40px;
}

.header-top-call {
    text-align: center;
    line-height: 1;
    display: block;
}


/*-------------------------------------------------
    Click To FB Messenger Main Container
---------------------------------------------------*/

.ec-fb-style {
    display: inline-block;
    position: fixed;
    letter-spacing: 0.1px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 16;
}

.ec-fb-style .fb-panel {
    display: none;
    margin-bottom: 5%;
    width: 300px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
    box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
}

.ec-fb-style .fb-panel .fb-header {
    padding: 15px 10px;
    border-radius: 8px;
    text-align: center;
}

.ec-fb-style .fb-panel .fb-body {
    padding: 15px 10px 0;
    text-align: center;
}

.ec-fb-style .fb-panel .fb-footer {
    padding: 25px 10px 30px;
    text-align: center;
}

.ec-fb-style .fb-header img {
    padding: 5px;
    width: 30%;
    border: 2px solid #fff;
    border-radius: 100%;
}

.ec-fb-style .fb-header h2,
.ec-fb-style .fb-header .h2 {
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
}

.ec-fb-style .fb-header p {
    margin-bottom: 0;
    font-size: 13px;
}

.ec-fb-style .fb-body p {
    margin-bottom: 0;
    font-size: 14px;
}

.ec-fb-style .fb-footer a {
    text-decoration: none;
    color: inherit;
}

.ec-fb-style .fb-footer .fb-msg-button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin: auto;
    padding: 10px 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ec-fb-style .fb-footer .fb-msg-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 28px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.ec-fb-style .fb-footer .fb-msg-button span {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    color: #fff;
}

.ec-fb-style .fb-footer .fb-msg-button svg {
    position: relative;
    top: -1px;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #777777;
    stroke-width: 2;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ec-fb-style .fb-footer .fb-msg-button:hover:before {
    width: 100%;
}

.ec-fb-style .fb-footer .fb-msg-button:hover svg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.ec-fb-style .fb-footer .fb-msg-button:active {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}

.ec-fb-style .fb-button {
    padding: 8px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
    box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
    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-fb-style .fb-button:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.5);
    box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ec-fb-style .fb-button img {
    width: 28px;
    cursor: pointer;
}

.fb-right-bottom {
    bottom: 15px;
    right: 15px;
    float: right;
}

.rotateForward {
    -webkit-animation-name: rotateF;
    animation-name: rotateF;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes rotateF {
    from {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotateF {
    from {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart_btn a {
    display: block;
    text-transform: uppercase;
    width: 49%;
    height: auto;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #dddddd;
    margin: 30px 0 0 0px;
}