/******* Start Common.css *******/
/***** start header *****/
#header {
    background: #ffffff;
    color: #7a7a7a;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 0;
    /*z-index: 1000;*/
}
#header a:hover {
    text-decoration: none;
}
#index #header {
    border: none;
    margin-bottom: 0;
}
.card {
    border: 1px solid #eee;
    border-radius: 3px;
}
#module-ecblog-archive #content {
    border: none;
}
.echeader-sticky.sticky {
    top: 0;
    position: fixed;
    z-index: 100;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    width: 100%;
    left: 0;
    -webkit-animation: mySticky 1s;
    -moz-animation: mySticky 1s;
    animation: mySticky 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: transform 0.1s ease-in-out;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    -moz-transition: transform 0.1s ease-in-out;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -moz-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -ms-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -o-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    list-style: none;
}
.echeader-sticky.sticky .menu-subtitle {
    top: 2px;
}
/*Chrome, Safari, Opera */
@-webkit-keyframes mySticky {
    from {
        margin-top: -200px;
    }
    to {
        margin-top: 0;
    }
}
/*Standard syntax */
@-moz-keyframes mySticky {
    from {
        margin-top: -200px;
    }
    to {
        margin-top: 0;
    }
}
/*Standard syntax*/
@keyframes mySticky {
    from {
        margin-top: -200px;
    }
    to {
        margin-top: 0;
    }
}
/***** start mobile header *****/
/***** start logo *****/
.ec-header-logo {
    padding: 15px 0;
}
.ec-header-logo {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
/*.ec-header-logo a{
    width: 100%;
}*/
.ec-header-logo img {
    max-width: 100%;
}
.ec-loading-inner img.logo {
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
}
.position-static.ec-header-menu {
    overflow: visible !important;
}
/***** end logo *****/
/***** start horizontal menu *****/
.ecdesktop-top-header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ecmain-menu-sub-menu .top-menu.ec-header-menu {
    overflow: visible;
    margin: 0;
}
.ecdesktop-top-header-wrapper .ecmain-menu-wrapper {
    position: relative;
    z-index: 1000;
}
.ecvertical-menu .menu-dropdown {
    border-radius: 3px;
}
#ecdesktop-main-menu .ecmain-menu-wrapper>.ec-header-menu>li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.ecmain-menu-sub-menu .ec-header-menu li {
    overflow: hidden;
    width: 185px;
    margin: 0;
    float: left;
    padding-right: 10px;
    position: relative;
}
.ecmain-menu-sub-menu .ec-header-menu li #header .header-top .position-static {
    margin-bottom: 0;
}
#ecdesktop-main-menu .ecmain-menu-wrapper .ec-header-menu[data-depth="0"]>li>.ecmenu-link-wrapper a span {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    position: relative;
    line-height: 39px;
}
#ecdesktop-main-menu .ecmain-menu-wrapper .ec-header-menu[data-depth="0"]>li>.ecmenu-link-wrapper a span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #ff2d37;
    bottom: 0;
    left: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
#ecdesktop-main-menu .ecmain-menu-wrapper .ec-header-menu[data-depth="0"]>li:hover>.ecmenu-link-wrapper a span:after {
    width: 100%;
}
#ecdesktop-main-menu .ecmain-menu-wrapper .ec-header-menu[data-depth="1"]>li>.ecmenu-link-wrapper a span {
    color: #222222;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 12px;
}
.ecmenu-link-wrapper {
    position: relative;
}
#ecdesktop-main-menu .ecmain-menu-wrapper .ec-header-menu[data-depth="1"]>li>.ecmenu-link-wrapper a span:hover {
    color: #ff2d37;
}
.ec-header-menu .ec-header-menu>li>.ecmenu-link-wrapper i {
    color: #ffffff;
    line-height: 20px;
    font-size: 17px;
}
.ecmain-menu-sub-menu .ecmenu-toggle-icon {
    display: none;
}
#ecdesktop-main-menu .ecmain-menu-wrapper>.ec-header-menu>li {
    padding: 0 20px;
}
#ecdesktop-main-menu .ecmain-menu-wrapper>.ec-header-menu>li:first-child {
    padding-left: 0;
}
.ecdesktop-top-header-wrapper .ecmain-menu-dropdown.ec-auto-scroll {
    max-height: 400px;
    overflow-y: scroll;
}
.ecmain-menu-wrapper a[data-depth="2"] .ecmain-menu-text-box {
    font-size: 12px;
    line-height: 30px;
    font-weight: 300;
}
.ec-header-menu .ec-header-menu>li>.ecmenu-link-wrapper a[data-depth="1"] {
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 30px;
    text-align: left;
}
.ecmain-menu-mobile-dropdown {
    text-align: left;
}
.ecmenu-button-wrapper {
    display: none;
}
.echeader-top-menu-img {
    padding-top: 20px;
}
.ec-desk-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
/***** mobile horizontal menu *****/
.ecmobileheader-offer-wrapper {
    text-align: center;
}
.ecmobileheader-offer-wrapper .echeader-nav-offer-text {
    display: -webkit-inline-box;
}
/***** start header right *****/
/***** offer text *****/
.ecmobile-header-right {
    position: relative;
    z-index: 1;
}
.ec-contact-account-cart-wrapper {
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ec-myaccount-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.ec-header-cart {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}
.echeader-cart-wrapper {
    padding: 29px 0;
    padding-inline-start: 24px;
}
.ec-account-wrapper {
    padding: 32px 0 32px 0;
}
#ecdesktop-account-button {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.eccart-icon-text-wrapper .eccart-lable,
.ec-account-wrapper .ec-myaccount-btn span {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    max-width: 75px;
    text-align: left;
}
/***** start serach right *****/
#header .ecsearch-top-wrapper {
    position: relative;
}
#header .ecmobile-search-icon .ecsearch-close {
    display: none;
}
.ecsearch-top-wrapper .ecsearch-close i {
    /*display: none;*/
}
.echeader-sarch-display:hover .echeader-search-display-icon .ecsearch-open {
    background-position: -56px -543px;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
#header #_desktop_search .ecsearch-top-wrapper .ecsearch-open {
    display: flex;
}
#header #_desktop_search .ecsearch-top-wrapper .ecsearch-open:hover {
    /*transform: scaleX(-1);*/
}
#header #_desktop_search .ecsearch-top-wrapper .ecsearch-open,
#header #_desktop_search .ecsearch-top-wrapper .ecsearch-open:hover {
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
.ecsearch-wrapper {
    float: none;
    padding: 19px 0;
}
.ecsearch-header-display-wrappper form {
    border-radius: 3px;
    border: 2px solid #eee;
    overflow: hidden;
}
.echeader-top-search-wrapper {
    /*background-color: #ff2d37;*/
}
.echeader-top-search-wrapper:hover {
    /*background-color: #222222;*/
}
.ecsearch-dropdown {
    z-index: 90;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -moz-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -ms-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -o-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
}
.echeader-search.search-widget form button[type=submit] .ecserach-name,
#_desktop_search .echeader-search .ecserach-name {
    display: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}
.echeader-search.search-widget form button[type=submit] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.echeader-search.search-widget form button[type=submit] i {
    font-size: 0;
    background-image: url(../img/themeec/sprite.png);
    background-position: 0px -706px;
    width: 50px;
}
.echeader-search .ec-select-category {
    display: block;
    border: none;
    min-width: 90px;
    font-size: 12px;
    color: #222222;
    margin: 0 20px 0 10px;
    padding-left: 10px;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background-image: url(../img/themeec/arrow-down1.png);
    background-repeat: no-repeat;
    background-position: 100%;
}
.echeader-sarch-display {
    display: none;
}
#header .ecsearch-header-display-wrappper {
    position: relative;
    opacity: 1;
    right: 0;
    left: 0;
    visibility: visible;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    width: 100%;
    z-index: 90
}
#header .ecsearch-result {
    margin: 0;
}
.ecsearch-more-search-wrapper {
    text-align: center;
    margin: 10px 0;
}
.echeader-search.search-widget form input[type=text] {
    height: 52px;
    color: #222222;
    padding-inline-start: 16px;
}
.echeader-search.search-widget form input[type=text]::placeholder {
    color: #aaaaaa;
    opacity: 1;
}
.ecsearch-dropdown-close {
    border: none;
    height: 40px;
    display: inline-block;
    text-align: center;
    width: 40px;
    line-height: 42px;
    padding: 0;
    margin: 0;
}
.ecsearch-dropdown-wrapper:hover .ecsearch-dropdown-content-box .ecsearch-dropdown-title {
    color: #ff2d37;
}
.ecsearch-dropdown-close-wrapper {
    position: absolute;
    right: 4px;
    top: 4px;
}
/***** start deckstop and mobile my account *****/
.ec-header-myaccount {
    position: relative;
    cursor: pointer;
}
.ec-header-myaccount .ec-myaccount-btn i {
    background-image: url(../img/themeec/sprite.png);
    height: 40px;
    background-position: -5px -756px;
    width: 40px;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    background-color: transparent;
    border-radius: 0;
    font-size: 0;
    margin-right: 8px;
}
.ec-header-myaccount:hover .ec-myaccount-btn i {
    background-position: -55px -756px;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
.ec-header-myaccount .ec-account-dropdown {
    right: -60px;
    left: auto;
    top: 100%;
    margin: 0;
    border: 1px solid #eee;
    /*border-bottom: 4px solid #ff2d37;*/
    padding: 10px 15px;
    min-width: 174px;
    width: max-content;
    background-clip: inherit;
    box-shadow: 0px 0px 2px 0.8px rgba(122, 122, 122, 0.18);
}
/***** main header-navbar *****/
.ecdesktop-top-header-wrapper .ecdesktop-top-header {
    /*border-bottom: 1px solid #eee;*/
}
.container.ecdesktop-top-wrapper {
    padding: 0;
}
.ecdesktop-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.echeader-nav-offer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
}
.echeader-nav-offer-text i {
    font-size: 16px;
    color: #000000;
    margin-inline-end: 5px;
}
.echeader-nav-offer-text {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.echeader-nav-offer-text p {
    margin-bottom: 0;
    color: #000000;
}
/***** start deckstop language *****/
.echeader-language-currency-wrapper {
    text-align: right;
}
.echeader-language {
    margin-right: 26px;
}
.echeader-language,
.echeader-currency {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.ecdesktop-language-selector {
    text-align: right;
}
#ecdesktop-language-selector .ec-language-btn .ec-language-span,
#ecdesktop-currency-selector .ec-currency-btn .ec-currency-span {
    color: #000000;
    font-size: 14px;
    width: 100%;
    line-height: 40px;
    font-weight: 400;
}
#ecdesktop-language-selector .ec-language-lable,
#ecdesktop-currency-selector .ec-currency-lable {
    display: none;
}
#ecdesktop-language-selector .ec-language-btn,
#ecdesktop-currency-selector .ec-currency-btn {
    display: block;
    width: 100%;
    cursor: pointer;
}
#ecdesktop-language-selector .ec-language-btn .ecimage-lazy {
    margin-right: 5px;
    margin-bottom: 2px;
}
#ecdesktop-language-selector .ec-language-btn i,
#ecdesktop-currency-selector .ec-currency-btn i {
    color: #000000;
    font-size: 12px;
    width: 20px;
    text-align: center;
}
#ecdesktop-user-info .echedaer-sign-btn,
.ecdesktop-view-wishlist .ecwishlist-name span,
.ec-account-dropdown a.ecmyccount,
.ecdesktop-view-compare .ecdesktop-view-compare-name {
    color: #000000;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
}
.ecdesktop-wishlist:hover .ecwishlist-name span,
.ecdesktop-view-compare:hover .ecdesktop-view-compare-name,
.ecdesktop-wishlist:hover .ecwishlist-icon i,
.ecdesktop-view-compare:hover .ecdesktop-compare-icon i {
    color: #ff2d37;
}
#ecdesktop-user-info a.echedaer-sign-btn {
    display: block;
}
#ecdesktop-user-info a.echedaer-sign-btn:last-child {
    border: none;
    display: block;
}
#ecdesktop-user-info .echedaer-sign-btn i {
    color: #000000;
    font-size: 12px;
    width: 20px;
    text-align: center;
}
#ecdesktop-language-selector:hover .ec-language-btn i,
#ecdesktop-currency-selector:hover .ec-currency-btn i,
#ecdesktop-user-info:hover .echedaer-sign-btn i,
#ecdesktop-language-selector:hover .ec-language-btn .ec-language-span,
#ecdesktop-currency-selector:hover .ec-currency-btn .ec-currency-span,
#ecdesktop-user-info .echedaer-sign-btn:hover,
.ec-account-dropdown a.ecmyccount:hover {
    color: #ff2d37;
}
.ec-account-dropdown>div:last-child {
    border-bottom: none;
}
.ec-language-dropdown li img {
    margin-inline-end: 3px;
}
.ec-language-dropdown li a,
.ec-currency-dropdown li a {
    font-size: 14px;
    color: #222222;
    line-height: 30px;
}
.ec-language-dropdown li a:hover,
.ec-currency-dropdown li a:hover {
    color: #ff2d37;
}
.ec-language-dropdown,
.ec-currency-dropdown {
    border: 1px solid #eee;
    padding: 10px 20px;
    background-color: #ffffff;
    text-align: left;
}
.ec-account-dropdown .ec-language-btn img{
    margin-inline-end: 3px;
}
/***** media language *****/
/***** start decsktop cart *****/
.echeader-cart-btn-wrapper {
    position: relative;
}
.ec-cart-icon i {
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #222222;
    display: none;
}
.eccart-no-product {
    padding: 15px;
}
.ec-header-cart .ec-cart-icon {
    display: flex;
    margin-inline-end: 8px;
    -webkit-transition: all 0.5s ease-in-out  0.1s;
    -o-transition: all 0.5s ease-in-out  0.1s;
    transition: all 0.5s ease-in-out  0.1s;
}
.ec-cart-cart-inner {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 18px;
    right: 0;
    top: -8px;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background-color: #ff2d37;
}
.lang-rtl .ec-cart-cart-inner {
    right: -7px;
    top: -8px;
}
.eccart-no-product-label {
    text-align: center;
}
.eccart-show-dropdown {
    width: 340px;
    position: absolute;
    right: 0;
    z-index: 90;
    background-color: #ffffff;
    top: 100%;
    opacity: 0;
    box-shadow: 0px 0px 2px 0.8px rgba(122, 122, 122, 0.18);
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.eccart-show-dropdown.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.eccart-product-totle {
    margin-bottom: 10px;
    color: #666666;
}
.eccart-product-list {
    padding: 15px 35px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
}
.eccart-show-dropdown .eccart-product-wrapper.items {
    overflow: hidden;
    padding: 10px 0;
}
.eccart-show-dropdown .eccart-product-list-img {
    height: 60px;
    width: 60px;
    margin-right: 15px;
    position: relative;
    float: left;
}
.eccart-show-dropdown .eccart-product-list-price {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.ecshoping-cart-dropdown-title span.product-name {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
}
.eccart-product-content {
    overflow: hidden;
}
.eccart-product-list-price span {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #666666;
}
.eccart-show-dropdown .ecshoping-cart-dropdown-title a {
    font-size: 15px;
}
.eccart-show-dropdown .eccart-product-list-attribute {
    display: none;
}
.eccart-product-remove {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}
.eccart-show-dropdown .eccart-product-list-img:hover .eccart-product-remove {
    opacity: 1;
    visibility: visible;
}
.eccart-product-remove a i {
    height: 32px;
    width: 32px;
    display: block;
    line-height: 32px;
    display: none;
    color: #ffffff;
    font-size: 16px;
}
.eccart-product-remove a {
    background-image: url(../img/themeec/sprite.png);
    height: 40px;
    width: 40px;
    background-position: -5px 145px;
    display: block;
}
.eccart-product-content-box {
    position: relative;
    margin-bottom: 20px;
    scroll-behavior: smooth;
    overflow-y: auto;
    max-height: 245px;
    padding-right: 20px;
}
.eccart-product-list-total-info .ecshoping-cart-subtotal,
.ecshoping-cart-shipping,
.ecshoping-cart-tax,
.ttshoping-cart-total {
    font-size: 16px;
    color: #222;
    font-weight: 600;
}
span.eccart-product-price {
    float: right;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.eccart-product-list-subtotal-prod,
.eccart-product-list-subtotal-shipping,
.eccart-product-list-subtotal-tax,
.eccart-product-list-subtotal-excluding-text {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eccart-product-list-subtotal-excluding-text {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}
.eccart-product-list-viewcart {
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.eccart-product-list-checkout {
    background-color: #ff2d37;
    border-radius: 5px;
    text-align: center;
}
.eccart-product-list-viewcart:hover {
    background-color: #ff2d37;
}
.eccart-product-list-checkout:hover {
    background-color: #ffffff;
}
.eccart-product-list-viewcart:hover a {
    color: #ffffff;
}
.eccart-product-list-checkout:hover a {
    color: #222222;
}
.eccart-product-list-checkout a,
.eccart-product-list-viewcart a {
    display: block;
    font-weight: 600;
    padding: 13px 10px;
}
.eccart-product-list-checkout a {
    color: #ffffff;
}
.ecorder-conformation-wrapper {
    margin-bottom: 100px;
}
.ecshopping-cart-quentity {
    margin: 0 7px;
}
.eccart-product-list-btn-wrapper {
    padding: 35px;
    background-color: #222222;
}
/***** Media cart *****/
/***** Media cart *****/
#blockcart-modal .cart-content .cart-content-btn .btn-secondary:hover {
    background-color: #373737;
    color: #ffffff;
}
@media(max-width: 991px) {
    .ecstore-time {
        display: block;
    }
    .echeader-cart-wrapper .ec-cart-icon {
        margin: 0 6px 0 0;
    }
}
/***** RTL ALL header *****/
.eccategory-title-wrapper {
    background-color: #ff2d37;
    text-align: left;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.eccategory-title-wrapper .ecleft-right-title span {
    text-align: left;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Poppins';
    text-transform: uppercase;
}
/****** end header *****/
/****** product after link *****/
.ecallproduct-link,
.ecfooter-view-link {
    text-align: right;
}
.ecnews-event-link a,
.ecallproduct-link a,
.ecleft-right-penal-all-block .ecall-product-bottom-link-block a,
.ecblog-left-side .ecnews-event-link a,
.ecfooter-view-link a {
    color: #222222;
}
.ecnews-event-link a i,
.ecallproduct-link a i,
.ecleft-right-penal-all-block .ecall-product-bottom-link-block a i,
.ecblog-left-side .ecnews-event-link a i,
.ecfooter-view-link a i {
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    color: #222222;
}
.ecleft-right-penal-all-block .ecall-product-bottom-link-block,
.ecblog-left-side .ecnews-event-link,
.ecallproduct-link,
.ecfooter-view-link {
    display: none;
}
.ecnews-event-link a:hover,
.ecallproduct-link a:hover,
.ecleft-right-penal-all-block .ecall-product-bottom-link-block a:hover,
.ecblog-left-side .ecnews-event-link a:hover,
.ecfooter-view-link a:hover,
.ecnews-event-link a:hover i,
.ecallproduct-link a:hover i,
.ecleft-right-penal-all-block .ecall-product-bottom-link-block a:hover i,
.ecblog-left-side .ecnews-event-link a:hover i,
.ecfooter-view-link a:hover i {
    color: #ff2d37;
}
.ec-total-product-number {
    line-height: 40px;
}
.ec-total-product-number {
    line-height: 40px;
}
.ectab-title-product {
    margin-bottom: 25px;
}
.ecspecial-product,
.ecfeatured-product,
.ecbest-seller-product,
.ecnew-product,
.ecsame-category-product,
.eccross-selling-product,
.eclike-product {
    margin-bottom: 25px;
    display: flex;
}
/***** product title design *****/
.ecmain-title-wrapper {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}
.ectab-title-wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    margin: 50px 0 30px;
}
.ectab-product .ecmain-title-wrapper {
    margin: 0
}
.ectab-product .ectab-title-wrapper .ectabs-products {
    margin-bottom: 0;
}
.ectab-title-wrapper .ectabs-products li {
    position: relative;
    padding: 12px 27px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    border: none;
    background-color: transparent;
    margin: 0 5px;
}
.ectab-title-wrapper .ectabs-products li span {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #111111;
}
.ectab-title-wrapper .ectabs-products li:hover,
.ectab-title-wrapper .ectabs-products li.active {
    /*border: 1px solid #eee;*/
    background-color: #ff2d37;
}
.ectab-title-wrapper .ectabs-products li:hover span,
.ectab-title-wrapper .ectabs-products li.active span {
    color: #ffffff;
}
/*.ectab-product {
    overflow: hidden;
}*/
.ec-main-title .ecmain-title h2 {
    font-size: 32px;
    color: #111111;
    line-height: 32px;
    position: relative;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    letter-spacing: 0.7px;
    display: inline-block;
    z-index: 1;
}
.ec-main-title .ecmain-title h2:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #ff2d37;
    background-repeat: no-repeat;
    left: -50px;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
}
.ec-main-title .ecmain-title h2:after {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #ff2d37;
    background-repeat: no-repeat;
    right: -50px;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
}
.ecfooter-product-box-layout .ec-main-title .ecmain-title h2 {
    font-size: 22px;
}
.ecfooter-product-box-layout .ecmain-title-wrapper{
    text-align: initial;
    margin-bottom: 15px;
}
.ec-main-title .ecmain-sub-title h4 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    color: #ff2d37;
    font-weight: 400;
    margin-bottom: -5px;
    text-shadow: 1px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-family: 'Ameyallinda Signatur';
}
.ec-main-title .ecmain-desc {
    text-align: left;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: none;
}
/***** tab title *****/
@media(max-width: 1380px) {
    .ectab-title-wrapper .ectabs-products li span {
        font-size: 16px;
    }
}
@media(max-width: 1024px) {
    .ecfooter-product-box-layout .ec-main-title .ecmain-title h2 {
        font-size: 20px !important;
    }
    .ecproduct-name h6,
    .product-price-and-shipping .price {
        /*font-size: 15px !important;*/
    }
    .ecproduct-wrapper .ecproduct-timer-wrapper .hours,
    .ecproduct-wrapper .ecproduct-timer-wrapper .minutes,
    .ecproduct-wrapper .ecproduct-timer-wrapper .days,
    .ecproduct-wrapper .ecproduct-timer-wrapper .seconds {
        font-size: 12px !important;
    }
    .ecproduct-wrapper .ecproduct-timer-wrapper {
        min-width: 20px;
    }
    .eccart-icon-text-wrapper .eccart-lable,
    .ec-account-wrapper .ec-myaccount-btn span {
        font-size: 15px !important;
    }
    .echeader-nav-offer-text {
        padding: 10px 0;
    }
    #ecdesktop-language-selector .ec-language-btn .ec-language-span,
    #ecdesktop-currency-selector .ec-currency-btn .ec-currency-span {
        line-height: 40px;
    }
    .ecnews-event-content-wrapper .ecnews-event-titel a h3,
    .kr_blog_post_area .ecblog_post .post_content .post_title a {
        font-size: 15px !important;
    }
    .ectabcategory-product-li a:not([href]):not([tabindex]),
    .ectabcategory-show a:not([href]):not([tabindex]),
    .ectabcategory-hide a:not([href]):not([tabindex]) {
        font-size: 12px !important;
    }
}
/***** Start All Product design *****/
/***** Start Main Wrapper *****/
.ecproduct-wrapper {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    border: 2px solid #eee;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.ecproduct-wrapper:hover {
    /*box-shadow: 0px 5px 10px 0px rgba(23, 84, 116, 0.18);*/
}
.products.owl-carousel.owl-drag .owl-item:hover,
.ectabcategory-all-product-slider .owl-item:hover {
    position: relative;
    z-index: 20;
}
.ecall-product-wrapper-info-box.ectab-first-product {
    margin-bottom: 30px;
}
.ecall-product-wrapper-info-box {
    padding: 0 15px;
}
/*.ecproduct-wrapper .ecproduct-image img{
    width: auto;
}*/
.ec-product-top-hover {
    text-align: left;
    padding: 15px;
}
.ecproduct-wrapper.list,
.ecproduct-wrapper.list-2,
.ecproduct-wrapper.catelog {
    margin-bottom: 0;
}
/***** Start Product detail slider *****/
.slick-dots li button:before {
    font-size: 30px
}
.slick-dots li {
    margin: 0
}
.ecvertical-slider img.thumb {
    display: inline-block;
}
.ecvertical-slider img.thumb.selected,
.ecvertical-slider img.thumb:hover {
    /*border: none;*/
}
/***** Start Product Review *****/
.ecall-product-star-icon .star_content {
    line-height: 15px;
}
.ecproduct-wrapper .ecall-product-star-icon {
    padding-bottom: 10px;
}
.ecall-product-star-icon .star i {
    font-size: 14px;
    color: #cccccc;
    margin: 0 1px;
}
.ecall-product-star-icon .star.star_on i {
    color: #ffc315;
}
/***** End Product Review *****/
/***** Start all sale lable *****/
.ecproduct-flags {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    margin: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ecproduct-page-wrapper .ecproduct-flags {
    opacity: 1;
}
.ecproduct-wrapper:hover .ecproduct-flags {
    opacity: 0;
}
.ecproduct-online-new-wrapper .ecproduct-flags li {
    text-align: left;
}
.ecproduct-sale-pack-wrapper {
    right: 15px;
    left: auto;
    text-align: right;
}
.ecproduct-online-new-wrapper {
    left: 15px;
    right: auto;
    text-align: left;
}
.ecproduct-sale-pack-wrapper .ecproduct-flags li {
    text-align: right;
}
.ecproduct-flags.ecproduct-sale-pack-wrapper li {
    color: #d60303;
}
.ecproduct-flags li {
    font-size: 13px;
    color: #017f13;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    margin-bottom: 5px;
}
/***** Start all sale lable--list-list-2--catelog *****/
.list.ecproduct-wrapper .ecproduct-flags,
.catelog.ecproduct-wrapper .ecproduct-flags,
.list-2.ecproduct-wrapper .ecproduct-flags {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
/*****Start image change on hover*****/
.ecproduct-wrapper .ecproduct-image a {
    text-align: center;
    display: block;
    position: relative;
}
.ecproduct-wrapper .ecproduct-image {
    overflow: hidden;
    padding-right: 0;
}
.ecproduct-wrapper .lazy {
    position: relative;
}
img.lazy.loaded {
    height: auto;
    width: auto;
    background: none;
}
.ecproduct-wrapper .lazy,
img.lazy {
    background: #ffffff url(../img/themeec/product.gif) no-repeat scroll 50% 50%;
    width: 100%;
}
.ecproduct-wrapper .ecproduct-hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #fff;
}
.ecproduct-wrapper:hover .ecproduct-hover-img {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
/*****End image change on hover*****/
/*****Start timer design *****/
.ecproduct-wrapper.grid .ecproduct-timer,
.ecproduct-wrapper.grid-2 .ecproduct-timer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.ecproduct-wrapper:hover.grid .ecproduct-timer,
.ecproduct-wrapper:hover.grid-2 .ecproduct-timer {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}
.ecproduct-wrapper .ectimer-wrapper {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 1px 5px;
    min-width: 190px;
    background-color: #ffffff;
}
.ecproduct-wrapper .ecproduct-timer-icon {
    display: inline-block;
}
.ecproduct-wrapper .ecproduct-timer-icon i {
    font-size: 18px;
    margin-right: 3px;
}
.ecproduct-wrapper .ecproduct-timer-wrapper {
    position: relative;
    text-align: center;
    min-width: 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.ecproduct-wrapper .ecproduct-timer-wrapper .seconds {
    color: #ff2d37;
    font-size: 14px;
    font-weight: 400;
}
.ecproduct-wrapper .ecproduct-timer-wrapper .hours,
.ecproduct-wrapper .ecproduct-timer-wrapper .minutes,
.ecproduct-wrapper .ecproduct-timer-wrapper .days {
    color: #111111;
    font-size: 14px;
    font-weight: 500;
}
.ecproduct-wrapper .ectimer-dot {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 2.5px;
    font-size: 14px;
    color: #111111;
}
.ecproduct-wrapper .ecproduct-timer-wrapper .ectimer-name {
    display: none;
}
@media(max-width: 1199px) {
    .ecproduct-wrapper .ecproduct-timer-wrapper {
        min-width: 22px;
    }
}
/***** mobile Start timer design *****/
@media(max-width: 1600px) {
    .ecproduct-wrapper .ectimer-wrapper {
        padding: 0 5px;
    }
}
/*@media(max-width: 575px){
    .ecproduct-wrapper.grid .ecproduct-timer,
    .ecproduct-wrapper.grid-2 .ecproduct-timer{
        bottom:100px;
        top: auto;
    }
}*/
/***** end Start timer design *****/
/*****Start cart-Quick-compare-wishlist Hover btn*****/
.ecproduct-wrapper.grid .ecproduct-hover-btn,
.ecproduct-wrapper.grid-2 .ecproduct-hover-btn {
    position: absolute;
    top: auto;
    bottom: 30px;
    z-index: 10;
    display: flex;
    justify-content: center;
    text-align: center;
    right: 0;
    left: 0;
    opacity: 0;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ecproduct-wrapper.grid:hover .ecproduct-hover-btn,
.ecproduct-wrapper.grid-2:hover .ecproduct-hover-btn {
    opacity: 1;
    bottom: 0;
}
.ecproduct-wrapper.grid .ecproduct-quick-btn,
.ecproduct-wrapper.grid-2 .ecproduct-quick-btn,
.ecproduct-wrapper.grid .ecproduct-cart-btn,
.ecproduct-wrapper.grid-2 .ecproduct-cart-btn,
.ecproduct-wrapper.grid .ecproduct-cart-btn,
.ecproduct-wrapper.grid-2 .ecproduct-cart-btn,
.ecproduct-wrapper.grid .ecproduct-wishlist,
.ecproduct-wrapper.grid-2 .ecproduct-wishlist,
.ecproduct-wrapper.grid .eccompare-wrapper,
.ecproduct-wrapper.grid-2 .eccompare-wrapper {
    margin: 0 5px;
    background-color: transparent;
    /*border-radius: 50px;*/
    border: none;
    display: inline-block;
    vertical-align: middle;
    /*-webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;*/
}
/*.ecproduct-wrapper:hover .ecproduct-quick-btn,
.ecproduct-wrapper:hover .ecproduct-cart-btn,
.ecproduct-wrapper:hover .ecproduct-wishlist,
.ecproduct-wrapper:hover .eccompare-wrapper {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}*/
.ecproduct-hover-btn-wrapper {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    display: flex;
}
.ecproduct-wrapper .ecproduct-cart-btn .ecproduct-add-to-cart,
.ecproduct-wrapper .ecproduct-quick-btn .ecproduct-quick-icon,
.ecproduct-wrapper .ecproduct-wishlist .ecproduct-wishlist-icon,
.ecproduct-wrapper .eccompare-wrapper .ecproduct-compare-icon {
    height: 32px;
    width: 36px;
    padding: 7px 5px;
    background-color: transparent;
    /*border-radius: 50px;*/
    color: #000;
    /*border: 1px solid #ff2d37;*/
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);*/
}
.ecproduct-wrapper .eccompare-wrapper .ecproduct-compare-icon svg.remove{
    vertical-align: middle;
    height: 17px;
    width: 17px;
}
.ecproduct-wrapper .eccompare-wrapper .ecproduct-compare-icon{
    padding: 6px 5px;
}
.ecproduct-wrapper .ecproduct-quick-btn:hover .ecproduct-quick-icon,
.ecproduct-wrapper .ecproduct-cart-btn:hover .ecproduct-add-to-cart,
.ecproduct-wrapper .ecproduct-wishlist:hover .ecproduct-wishlist-icon,
.ecproduct-wrapper .eccompare-wrapper:hover .ecproduct-compare-icon {
    /*background-color: #ff2d37;*/
    color: #fff;
}
.ecproduct-wrapper .ecproduct-cart-btn .ecproduct-add-to-cart svg path,
.ecproduct-wrapper .ecproduct-quick-btn .ecproduct-quick-icon svg path,
.ecproduct-wrapper .ecproduct-wishlist .ecproduct-wishlist-icon svg path,
.ecproduct-wrapper .eccompare-wrapper .ecproduct-compare-icon svg path {
    fill: #111 !important;
}
.ecproduct-wrapper .ecproduct-cart-btn .ecproduct-add-to-cart svg path{
    stroke: #000 !important;
}
.ecproduct-wrapper .ecproduct-cart-btn .ecproduct-add-to-cart {
    overflow: hidden;
}
.ecproduct-wrapper .ecproduct-cart-btn .ecproduct-add-to-cart span,
.ecproduct-wrapper .ecproduct-wishlist .panel-product-line span,
.ecproduct-wrapper .ecproduct-quick-btn .ecproduct-quick-lable {
    display: none;
}
.ecproduct-wrapper .ecproduct-add-to-cart-label,
.ecproduct-wrapper .ecproduct-cart-btn .ecproduct-add-to-cart i,
.ecproduct-wrapper .ecproduct-quick-btn i,
.ecproduct-wrapper .ecproduct-wishlist .panel-product-line i,
.ecproduct-wrapper .eccompare-wrapper .ecproduct-compare-icon i.add,
.ecproduct-wrapper .eccompare-wrapper .ecproduct-compare-icon i.remove {
    /*display: none;*/
    /*padding: 8px;
    width: 36px;
    height: 36px;
    font-size: 21px;*/
}
.ecproduct-wrapper .eccompare-wrapper .ecproduct-compare-icon .hide,
.ecproduct-wrapper .ecproduct-cart-btn .ecproduct-add-to-cart .hide {
    display: none;
}
.ecproduct-wrapper .ecproduct-out-of-stock .add-cart {
    display: none;
}
.ecproduct-wrapper .ecproduct-out-of-stock .out-of-stock.hide {
    display: inline-block;
}
.ecproduct-wrapper .eccompare-wrapper:hover .ecproduct-compare-icon .remove {
    color: #ffffff;
    /*background-color: #ff2d37;*/
    /*border: 1px solid #ff2d37;*/
}
.ecproduct-wrapper .ecproduct-cart-btn .ecproduct-out-of-stock {
    z-index: 2;
    position: relative;
    opacity: 1;
    background-color: transparent;
    /*border-radius: 50px;*/
    /*border: 1px solid #ff2d37;*/
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);*/
}
.ecproduct-wrapper .ecproduct-cart-btn:hover .ecproduct-out-of-stock {
    background-color: transparent;
    /*border: 1px solid #ff2d37;*/
}
.ecproduct-wishlist-compare .eccompare-wrapper:hover i,
.ecproduct-wishlist-compare .eccompare-wrapper:hover span,
.ecproduct-wishlist-compare .ecproduct-wishlist:hover i,
.ecproduct-wishlist-compare .ecproduct-wishlist:hover span {
    color: #ff2d37
}
.ecproduct-wishlist-compare .eccompare-wrapper i,
.ecproduct-wishlist-compare .ecproduct-wishlist .ecproduct-wishlist-icon {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 42px;
    margin-right: 0;
    background-color: transparent;
    border-radius: 25px;
    font-size: 21px;
    color: #000;
}
.ecproduct-wishlist-compare .eccompare-wrapper svg path,
.ecproduct-wishlist-compare .ecproduct-wishlist svg path {
    fill: #000 !important;
}
/***** end Start cart-Quick-compare-wishlist Hover btn *****/
/*****Start Product Title & Price*****/
.ecproduct-name.product-title a h6 {
    color: #111111;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
/*.ecleft-right-product-slider .ec-product-price .price{
    font-size: 14px;
}
.ecleft-right-product-slider .ec-product-price .regular-price{
    font-size: 13px;   
}*/
ul.wlp_bought_list li .product_infos .product-name {
    color: #111;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.product-price-and-shipping .price {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #111111;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.5px;
}
.product-price-and-shipping .regular-price {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    color: #666666;
    letter-spacing: 0.5px;
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
}
.ecproduct-name-price-wrapper .ecproduct-name {
    padding-bottom: 6px;
}
.ecproduct-name .ecproduct-cat-name {
    display: none;
}
/*.product-description .ecproduct-name .product-title {
    padding: 0 0 10px 0;
}*/
.ecproduct-wrapper .product-price-and-shipping {
    display: inline-block;
}
.product-price-and-shipping .ecproduct-discount-price {
    color: #999999;
    font-weight: 400;
    font-size: 11px;
    padding: 3px;
    border: 1px solid #cccccc;
    display: none;
}
.ecproduct-info-box-wrapper {
    padding: 15px 5px;
    text-align: center;
    position: relative;
    border-top: 2px solid #eee;
}
.ecproduct-wrapper.list .product-description .ecproduct-name.product-title,
.ecproduct-wrapper.list-2 .product-description .ecproduct-name.product-title,
.ecproduct-wrapper.catelog .product-description .ecproduct-name.product-title {
    padding: 0;
}
@media(max-width: 1281px) {
    .ecleft-right-product-slider .ecproduct-wrapper {
        padding: 5px !important;
    }
}
.ec-prod-popup .ecproduct-info-box-wrapper:before {
    display: none;
}
/***** end Start Product Title & Price*****/
.ec-verticalmenu-slider-wrapper .product-description {
    padding: 15px;
    text-align: center;
}
.ecverticalmenu-dropdown .product-container {
    border: 1px solid #eee;
    border-radius: 3px;
}
/*****Start Gride---Gride-2---List---List-2---Cateloge Product*****/
#products.grid-2 .ec-grid-list-wrapper-info-box {
    width: 33.33%;
}
.ecproduct-catalog-btn-wrapper {
    display: block;
    text-align: center;
}
.ec-product-cart-quentity-inner {
    margin-right: 0;
    margin-bottom: 15px;
}
.ec-product-catalog-btn .ecproduct-cart-quentity {
    width: 40px;
    color: #000000;
}
.ecproduct-cart-quentity-increment,
.ecproduct-cart-quentity-decrement {
    background-color: #222222;
    border: none;
    color: #ffffff;
}
.ecproduct-cart-quentity-increment:hover,
.ecproduct-cart-quentity-decrement:hover {
    background-color: #ff2d37;
}
#products.list-2 .ec-product-desc,
#products.list .ec-product-desc {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 22px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#products.catelog .ec-product-desc {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    -webkit-line-clamp: 3;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center;
}
#products.list .ecproduct-name,
#products.list-2 .ecproduct-name,
#products.catelog .ecproduct-name {
    margin-bottom: 10px;
}
#products.catelog .ecall-product-star-icon .comments_note {
    text-align: center;
}
#products.catelog .ecproduct-name {
    text-align: center;
}
#products #products.catelog .product-price-and-shipping,
#products.catelog .product-accessories .product-price-and-shipping,
#products.catelog .product-miniature .product-price-and-shipping {
    text-align: center;
}
#products.catelog .ecproduct-catalog-price {
    text-align: center;
    padding: 0;
}
#products.catelog .ecproduct-catalog-price .ec-product-price {
    margin-bottom: 10px;
}
#products.catelog .ecproduct-timer {
    display: block;
}
#products.list .ecproduct-wrapper .product-description .ecall-product-star-icon,
#products.list-2 .ecproduct-wrapper .product-description .ecall-product-star-icon,
#products.catelog .ecproduct-wrapper .product-description .ecall-product-star-icon {
    display: block;
    padding: 0
}
#products.list .ecproduct-wrapper.list .ecproduct-image {
    padding: 0;
}
.ecproductlist-comment-stock-wrapper {
    overflow: hidden;
}
#products.list-2 .ecproduct-image {
    width: 50%;
    padding: 0;
}
#products.list-2 .ecproductdescription-button-wrapper {
    width: 50%;
    padding: 15px;
}
#products.list-2 .ecproduct-timer {
    margin-bottom: 15px;
}
#products.list .ecproductdescription-button-wrapper {
    padding: 15px;
}
.ecproduct-wrapper.list .ec-product-list {
    margin-right: 20px;
}
.ecstock-indicator-wraper {
    display: none;
}
@media(min-width: 992px) and (max-width: 1500px) {
    .ec-grid-list-all-wrapper {
        padding: 0;
    }
    .ec-total-product {
        margin-left: 2px;
    }
}
@media(max-width:1199px) and (min-width: 992px) {
    #products.list-2 .ec-grid-list-wrapper-info-box {
        width: 100%;
    }
}
/***** mobile Start Gride---Gride-2---List---List-2---Cateloge Product*****/
.ec-grid-list-wrapper-info-box {
    margin-bottom: 30px;
}
.eccatlog-button-wrapper .ecproduct-quick-btn,
.eccatlog-button-wrapper .ecproduct-cart-btn,
.eccatlog-button-wrapper .ecproduct-wishlist,
.eccatlog-button-wrapper .eccompare-wrapper,
.ecall-product-btn-list .ecproduct-quick-btn,
.ecall-product-btn-list .ecproduct-cart-btn,
.ecall-product-btn-list .ecproduct-wishlist,
.ecall-product-btn-list .eccompare-wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
#products.catelog .ectimer-wrapper {
    margin-bottom: 10px;
}
@media(min-width: 1200px) and (max-width: 1400px) {
    #products.grid .ecall-product-wrapper-info-box {
        width: 33.33%;
    }
    .ecproduct-wrapper.list .ec-product-list {
        float: none;
        margin-right: 0;
    }
    .ecproduct-timer-wrapper {
        min-width: 25px;
    }
}
@media(min-width: 1401px) and (max-width: 1700px) {
    .ecproduct-wrapper.list .ec-product-list {
        margin-right: 5px;
    }
}
@media(min-width: 1680px) {
    #products.grid .ecall-product-wrapper-info-box {
        width: 25%;
    }
}
@media(min-width: 768px) and (max-width: 1199px) {
    .ec-product-catalog-btn {
        text-align: center;
    }
    .eccatlog-button-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ec-grid-list-wrapper-info-box {
        margin-bottom: 15px;
    }
}
/***** endStart Gride---Gride-2---List---List-2---Cateloge Product *****/
/*****Start Product ALL RTL*****/
/***** teblet-Product-RTL *****/
/***** special product design *****/
.ecbanner-hover-wrapper img {
    border: 1px solid #eee;
}
.ecnew-product,
.ecbest-seller-product,
.ecfeatured-product {
    margin: 0;
}
.ecall-product-offer-banner {
    /*display: flex;*/
    flex-wrap: wrap;
}
.ecall-product-branner {
    width: 25%;
    float: left;
    padding: 0 15px;
}
.ecimage-true {
    width: 75%;
    float: left;
    padding: 0px;
}
.ecnew-product .ecall-product-offer-banner,
.ecbest-seller-product .ecall-product-offer-banner,
.ecspecial-product .ecall-product-offer-banner {
    margin: 0 -15px;
}
/***** footer product design *****/
/*.ecfooter-product-box-layout .ecmain-all-product-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}*/
.ecfooter-product-box-layout .ecmain-all-product-wrapper {
    margin: -7.5px;
    border-radius: 3px;
    overflow: hidden;
}
.ecfooter-product-box-layout {
    margin-bottom: 30px;
}
.ecmain-all-product-wrapper .owl-stage-outer {
    margin-right: 1px;
}
.ecmain-all-product-wrapper .owl-item.active {
    border-right: 1px solid #f7f7f7;
}
.ecleft-right-product-slider .ecproduct-wrapper {
    padding: 20px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #f7f7f7;
    border-left: none;
    border-right: none;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    box-shadow: none;
}
.ecleft-right-product-slider:last-child .ecproduct-wrapper {
    border: none;
}
.ecleft-right-product-slider .product-price-and-shipping .ecproduct-discount-price {
    display: none;
}
.ecmain-footer-tab-prod-slider {
    padding: 0;
}
.ecfooter-product-box-layout .ecleft-right-product-slider {
    padding: 7.5px;
}
.ecfooter-product-box-layout .ecleft-right-product-slider .ecproduct-wrapper {
    border: 1px solid #eee;
}
.ecleft-right-product-slider .ecproduct-name.product-title a h6 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media(min-width: 590px) and (max-width: 1024px) {
    .ecall-product-branner {
        width: 33.33333%;
    }
    .ecall-product-branner .ecbanner-hover-wrapper {
        display: block;
    }
    .ecall-product-branner img.lazy.loaded {
        width: 100%;
    }
    .ecimage-true {
        width: 66.66666%;
    }
}
@media(min-width: 1025px) and (max-width: 1349px) {
    .ecall-product-branner {
        width: 25%;
    }
    .ecall-product-branner .ecbanner-hover-wrapper {
        display: block;
    }
    .ecall-product-branner img.lazy.loaded {
        width: 100%;
    }
    .ecimage-true {
        width: 75%;
    }
}
@media(min-width: 1501px) {
    .ecall-product-branner .ecbanner-hover-wrapper {
        padding: 0 10px;
    }
}
@media(min-width: 1551px) {
    .ecall-product-branner .ecbanner-hover-wrapper {
        padding: 0 18px;
    }
}
@media(min-width: 1601px) and (max-width: 1660px) {
    .ecall-product-branner .ecbanner-hover-wrapper {
        padding: 0 22px;
    }
}
@media(min-width: 1661px) {
    .ecall-product-branner .ecbanner-hover-wrapper {
        padding: 0;
    }
}
@media(min-width: 1350px) and (max-width: 1660px) {
    .ecall-product-branner {
        width: 25%;
    }
    .ecall-product-branner img.lazy.loaded {
        width: 100%;
    }
    .ecimage-true {
        width: 75%;
    }
    .ectwoofferbanners-one {
        margin: 0 -7.5px 50px -7.5px;
    }
}
@media(min-width: 1500px) and (max-width: 1539px) {
    .ecvertical-menu li.level-1,
    .ecvertical-menu-show-hide-category .ecvertical-show-category,
    .ecvertical-menu-show-hide-category .ecvertical-hide-category {
        margin: 7px 0;
    }
    .ecmain-slider-contant .ecmain-slider-title {
        padding-bottom: 6px !important;
        padding-top: 6px !important;
    }
    .ecmain-slider-contant .ecmain-slider-info p {
        margin-bottom: 5px;
    }
}
@media(min-width: 1540px) and (max-width: 1660px) {
    .ecvertical-menu li.level-1,
    .ecvertical-menu-show-hide-category .ecvertical-show-category,
    .ecvertical-menu-show-hide-category .ecvertical-hide-category {
        margin: 9px 0;
    }
    .ecmain-slider-contant .ecmain-slider-info p {
        margin-bottom: 5px;
    }
}
@media(max-width: 1599px) {
    .ecfooter-product-title-product .owl-item.active:first-child {
        border-right: none;
    }
}
/*@media(max-width: 1399px) {
    .ecall-product-branner {
        width: 24%;
    }
    .ecimage-true {
        width: 76%;
    }
}*/
/*@media(max-width: 1024px) {
    .ecall-product-branner {
        width: 27%;
    }
    .ecimage-true {
        width: 73%;
    }
}*/
/* product page */
#product-description-short-2 p span {
    line-height: 20px;
}
.ecproduct-page-wrapper .ecall-product-star-icon .ecall-product-review:hover {
    color: #373737;
}
.ecproduct-description-tab .nav-tabs li.nav-item {
    margin: 0
}
.ecproduct-description-tab .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    background: #fff;
    padding: 20px 40px;
    margin: 0;
    border: 1px solid #eee;
}
.pack-product-container .pack-product-name a {
    color: #373737;
}
.social-icon li {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.social-icon li a {
    height: 28px;
    width: 40px;
    display: block;
    border-radius: 40px;
    font-size: 0;
    box-shadow: none;
}
.social-icon li:hover a {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .14);
}
.facebook.icon-black a {
    background-image: url(../img/themeec/sprite.png);
    background-position: -5px -62px;
    background-color: #3C5A99;
}
.twitter.icon-black a {
    background-image: url(../img/themeec/sprite.png);
    background-position: -5px -111px;
    background-color: #38A1F3;
}
.rss.icon-black a {
    background-image: url(../img/themeec/sprite.png);
    background-position: -5px -155px;
    background-color: #EE802F;
}
.youtube.icon-black a {
    background-image: url(../img/themeec/sprite.png);
    background-position: -5px -205px;
    background-color: #c4302b;
}
.googleplus.icon-black a {
    background-image: url(../img/themeec/sprite.png);
    background-position: -5px -255px;
    background-color: #DD4B39;
}
.pinterest.icon-black a {
    background-image: url(../img/themeec/sprite.png);
    background-position: -5px -311px;
    background-color: #c8232c;
}
.vimeo.icon-black a {
    background-image: url(../img/themeec/sprite.png);
    background-position: -5px -355px;
    background-color: #4EBBFF;
}
.instagram.icon-black a {
    background-image: url(../img/themeec/sprite.png);
    background-position: -5px -405px;
    background-color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.facebook.icon-black a:hover {
    background-position: -55px -62px;
    background-color: #ffffff;
}
.twitter.icon-black a:hover {
    background-position: -55px -111px;
    background-color: #ffffff;
}
.rss.icon-black a:hover {
    background-position: -55px -155px;
    background-color: #ffffff;
}
.youtube.icon-black a:hover {
    background-position: -55px -205px;
    background-color: #ffffff;
}
.googleplus.icon-black a:hover {
    background-position: -55px -255px;
    background-color: #ffffff;
}
.pinterest.icon-black a:hover {
    background-color: #ffffff;
    background-position: -55px -311px;
}
.vimeo.icon-black a:hover {
    background-position: -55px -355px;
    background-color: #ffffff;
}
.instagram.icon-black a:hover {
    background-position: -55px -405px;
    background-color: #ffffff;
}
/***** pagination btn *****/
.ecmain-slider-next-pre-btn {
    display: block;
}
.ecprev-btn,
.ecnext-btn {
    height: 36px;
    width: 36px;
    border: 1px solid #dddddd;
    border-radius: 50px;
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);*/
    background-color: #ffffff;
}
.ecprev-btn {
    right: 45px;
}
.ecnext-btn {
    right: 0;
}
.ecprev-btn:hover,
.ecnext-btn:hover {
    border: 1px solid #111111;
    background-color: #111111;
}
.ecprev-btn i,
.ecnext-btn i {
    color: #777777;
    font-size: 22px;
}
.ecnext-btn:hover i,
.ecprev-btn:hover i {
    color: #fff;
}
.ecmain-slider-next-pre-btn .ecprev-btn {
    left: 15px;
    right: auto;
}
.ecmain-slider-next-pre-btn .ecnext-btn {
    right: 15px;
    left: auto;
}
.ec-testimonial-next-pre-btn,
.ec-blog-left-side-next-pre-btn {
    text-align: center;
}
.ec-vertical-menu-next-pre-btn .ecprev-btn {
    left: 15px;
    right: auto;
}
.ec-vertical-menu-next-pre-btn .ecnext-btn {
    right: 15px;
    left: auto;
}
.ec-brandlist-pagination-wrapper .ec-brandlist-next-pre-btn .ecbrandlist-slider-prev {
    left: 10px;
}
.ec-brandlist-pagination-wrapper .ec-brandlist-next-pre-btn .ecbrandlist-slider-next {
    right: 10px;
}
.ec-left-testimonial .ec-testimonial-pagination-wrapper .ec-testimonial-next-pre-btn .ectestimonial-prev,
.ec-left-testimonial .ec-testimonial-pagination-wrapper .ec-testimonial-next-pre-btn .ectestimonial-next,
.ec-blog-left-side-pagination-wrapper .ec-blog-left-side-next-pre-btn .ecblog-left-side-prev,
.ec-blog-left-side-pagination-wrapper .ec-blog-left-side-next-pre-btn .ecblog-left-side-next {
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    position: static;
    display: inline-block;
    margin: 0 5px;
}
/*   pagination btn */
.nivo-controlNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    bottom: 25px;
}
.nivo-controlNav {
    display: block;
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.nivo-controlNav .nivo-control,
.owl-theme .owl-dots .owl-dot span {
    border: none;
    background-color: #888;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    margin: 0 5px;
    display: inline-block;
}
.nivo-controlNav .nivo-control.active,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #ff2d37;
    background-color: #ff2d37;
    height: 6px;
    width: 40px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.nivo-controlNav .nivo-control:before {
    display: none;
}
.ec-brandlist-pagination-wrapper {
    display: none;
}
.ecbrandlist-slider:hover .ec-brandlist-pagination-wrapper {
    display: block;
}
.ec-testimonial-next-pre-btn,
.ec-blog-left-side-next-pre-btn {
    direction: ltr;
}
/******footer-before*****/
/*****newsletter*****/
.block_newsletter {
    margin-bottom: 0;
}
.ecnewsletter-lable-wrapper {
    position: relative;
}
.ec-newsletter-wrapper {
    padding: 32px 0;
    background-color: #ff2d37;
}
.ecnewsletter-lable-wrapper,
.ecnewsletter-input {
    width: 50%;
}
.ec-newsletter-wrapper .block_newsletter .ecnewsletter-title {
    font-size: 28px;
    color: #ffffff;
    line-height: 28px;
    position: relative;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
    letter-spacing: 0.7px;
    margin-bottom: 0;
    display: block;
    z-index: 1;
}
.ec-newsletter-wrapper .block_newsletter .ecnewsletter-sub-title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    z-index: 1;
}
.ecnewsletter-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ecnewsletter-description p {
    color: #666666;
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.ecnewsleeter-input-button-wraper {
    position: relative;
}
.ecnewsleteer-btn-wrapper {
    position: absolute;
    top: 0;
    right: -1px;
}
.block_newsletter form {
    width: 100%;
    margin: 0 auto;
}
.ecnewsleteer-btn-wrapper .btn-primary:hover {
    background-color: #ff2d37;
}
.ecnewsleeter-input-button-wraper .input-wrapper input {
    height: 48px;
    color: #333;
    background-color: #fff;
    border: 1px solid #eee;
    min-width: 200px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
}
.ecnewsleeter-input-button-wraper .input-wrapper input::placeholder {
    color: #333;
    opacity: 1;
    font-size: 12px;
    font-weight: 400;
}
.ecnewsleteer-btn-wrapper .ecall-inner-btn {
    border-top-left-radius: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 16px 37px;
    height: 48px;
    border-bottom-left-radius: 0;
}
.ecnewsleteer-btn-wrapper .ecall-inner-btn:after {
    display: none;
}
.ecnewsleteer-btn-wrapper .ecall-inner-btn:hover {
    background-color: #111111;
}
.ecnewsleteer-btn-wrapper .ecall-inner-btn:hover span {
    color: #ffffff;
}
.block_newsletter form input[type=email] {
    padding: 10px 20px;
}
.ec-newsletter-wrapper .ecall-inner-btn span {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
@media(max-width: 1400px) and (min-width: 1200px) {
    .ecnewsleteer-btn-wrapper .btn-primary[type=submit] {
        font-size: 10px;
        padding: 0 5px;
    }
}
@media(max-width: 1199px) {
    .ecnewsleteer-btn-wrapper .btn-primary[type=submit] {
        padding: 0 15px;
    }
}
/*****footer *****/
.ecfooter-storelogo-inner .ectags-wrapper-info {
    border: 1px solid #cccccc;
    padding: 0 10px;
}
.ecfooter-storelogo-inner .ectags-wrapper-info .ectags-title a {
    color: #999999;
}
.ecfooter-storelogo-inner {
    border-bottom: 1px solid #444;
    text-align: center;
}
#index .footer-container {
    border-top: none;
}
.footer-container {
    margin-top: 0;
    padding-top: 0;
    border: none;
    box-shadow: none;
    background-color: #ffffff;
}
.ecfooter-storelogo-imformation {
    padding: 50px 0 35px;
    display: flex;
    flex-wrap: wrap;
}
.ecfooter-logo-block .ecfooter-logo-desc {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 70%;
    padding-top: 20px;
    margin: 0 auto;
}
.ecfooter-store-link a {
    color: #b5b5b5;
    font-weight: 500;
    font-size: 14px;
}
.ecfooter-store-link a:hover {
    color: #ff2d37;
}
.ecfooter-logo-block {
    padding: 40px 0;
}
.ecfooter-logo-block .ecfooter-img-block {
    margin-bottom: 0;
    text-align: center;
}
.links .title {
    border-bottom: none;
}
.ecfooter-title-wrapper,
.ecdekstop-footer-all-title-wrapper {
    position: relative;
    margin-bottom: 15px;
}
.block-social.ecfooter-social-icon .ecfooter-title {
    display: none;
}
.ecfooter-social-icon .ecfooter-title-wrapper {
    display: none;
}
.ecfooter-title-wrapper .ecfooter-title,
.ecdekstop-footer-all-title-wrapper .ecfooter-title {
    font-size: 18px;
    color: #ffffff;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.block_newsletter p {
    padding-top: 0;
}
.footer-container li i,
.ecfooter-title-wrapper .ecfooter-toggle-icon {
    display: none;
}
.ecfooter-time-wrapper .ecfooter-open-time-wrapper,
.footer-container .ecfooter-account-link li,
.footer-container #block_myaccount_infos li,
.ecfooter-category-block ul li {
    margin-bottom: 12px;
}
.footer-container li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.footer-container a:hover {
    color: #000000;
}
.footer-container li a:hover {
    color: #000000;
}
.ecfooter-category-block ul {
    overflow: hidden;
}
#footer_sub_menu_store_info,
#footer_sub_menu_store_info a,
.ecfooter-store-link a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
#footer_sub_menu_store_info .ecfooter-addresses i {
    margin-top: 4px;
}
#footer_sub_menu_store_info .ecfooter-addresses {
    padding-bottom: 10px;
    position: relative;
    display: flex;
}
.footer-3 #footer_sub_menu_store_info .ecfooter-addresses {
    display: block;
}
.footer-3 #footer_sub_menu_store_info .ecfooter-addresses i {
    margin-top: 0;
}
.ecfooter-address-lable {
    float: left;
    padding-right: 3px;
}
#footer_sub_menu_store_info {
    /*padding-left: 20px;*/
}
#footer_sub_menu_store_info .ecfooter-store-link-content {
    position: relative;
    padding-bottom: 12px;
}
#footer_sub_menu_store_info .ecfooter-store-link-fax,
#footer_sub_menu_store_info .ecfooter-store-link {
    position: relative;
    padding-bottom: 12px;
}
/*#footer_sub_menu_store_info .ecfooter-addresses:after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e0c8';
    font-size: 14px;
    left: -20px;
    top: 3px;
}
#footer_sub_menu_store_info .ecfooter-store-link:after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e0be';
    font-size: 14px;
    left: -20px;
    top: 3px;
}
#footer_sub_menu_store_info .ecfooter-store-link-fax:after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e555';
    font-size: 14px;
    left: -20px;
    top: 3px;
}
#footer_sub_menu_store_info .ecfooter-store-link-content:after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e0b0';
    font-size: 14px;
    left: -20px;
    top: 3px;
}*/
.ecfooter-social-icon-wrapper li a {
    font-size: 0;
    display: block;
}
#footer #footer_sub_menu_social_icon .ecblock-social-icon path {
    fill: #ffffff !important;
}
.ecfooter-copy-payment-icon-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.ecfooter-copy-payment-icon-wrapper {
   /* padding: 20px 0;
    border-top: 1px solid #eee;*/
}
.ecfooter-payment-icon-img-block .ecfooter-payment-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.eccopylink {
    text-align: center;
}
.eccopylink a{
    color: #ffffff;
}
.eccopylink p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    color: #ffffff;
}

.ecbottom-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #4c4c4c;
    z-index: 40;
    display: none;
    cursor: pointer;
    border-radius: 40px;
}
.ecbottom-to-top:hover {
    background-color: #ff2d37;
}
.ecbottom-to-top span {
    display: none;
}
.ecbottom-to-top .ecbottom-to-top-icon {
    /*background-image: url(../img/themeec/sprite.png);*/
    /*background-position: -102px -853px;*/
    width: 45px;
    font-size: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
}
.ecbottom-to-top i {
    /*display: none;*/
    color: #fff;
}
.ecbottom-to-top:hover i{
    color: #fff;
}
/***** Teblet-footer *****/
.ecfooter-social-icon-wrapper {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .eccopylink {
        text-align: initial;
    }
}
/***** mobile-footer *****/
@media(max-width: 1199px) {
    .ecfooter-copy-payment-icon-inner {
        display: block;
    }
    .ecfooter-copy-payment-icon-wrapper {
        /*padding: 15px 0;*/
    }
    .ecfooter-social-icon {
        padding-top: 10px;
        text-align: center;
    }
}
/***** end footer *****/
@media (max-width: 1920px) and (min-width: 992px) {
    .ec-main-div.ec-box-layout.container {
        margin: 2% 5%;
        width: auto;
        padding: 15px;
    }
}
.ec-main-div.ec-box-layout.container {
    background-color: #f7f7f7;
}
/*****Custom Shopping Cart Right Side*****/
.teccart-show-dropdown-right .eccart-product-list-img {
    width: 90px;
    height: auto;
    margin-right: 15px;
    flex-shrink: 0;
}
.teccart-show-dropdown-right .eccart-product-list-img img {
    border: 1px solid #eee;
}
.teccart-show-dropdown-right .eccart-product-remove {
    position: absolute;
    width: auto;
    top: 10px;
    right: 0;
}
.teccart-show-dropdown-right .ttvcart-product-label-value {
    display: -webkit-flex;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px 20px;
    height: 50px;
    /*border-bottom: 1px solid #eee;*/
}
.teccart-show-dropdown-right .ttvcart-product-label-value .ttvshoping-cart-label {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    letter-spacing: 1px;
}
.teccart-show-dropdown-right .ttvcart-product-label-value .ttvcart-product-value {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.teccart-show-dropdown-right .ttvcart-product-label-value.tax .ttvshoping-cart-label,
.teccart-show-dropdown-right .ttvcart-product-label-value.tax .ttvcart-product-value {
    font-size: 14px;
}
.teccart-show-dropdown-right .ttvcart-product-label-value.total .ttvcart-product-value {
    color: #ff2d37;
}
.teccart-show-dropdown-right .ttvclose-cart {
    height: 40px;
    width: 40px;
    background-image: url(../img/themeec/sprite.png);
    background-position: -105px -805px;
    padding: 0;
    background-color: transparent;
    border: none;
    /*border-right: 1px solid #eeeeee;*/
    cursor: pointer;
}
.teccart-show-dropdown-right .ttvclose-cart:focus {
    outline: none;
    background-color: transparent;
}
.teccart-show-dropdown-right .eccart-product-content {
    max-width: 213px;
}
.teccart-show-dropdown-right .ttvcart-close-title-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*border-bottom: 1px solid #eeeeee;*/
    height: 40px;
}
.teccart-show-dropdown-right .ttvcart-top-title h4 {
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 0;
    margin-bottom: 0px;
    text-align: center;
    font-size: 15px;
}
.teccart-show-dropdown-right .ttvcart-counter {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin: 10px;
    border-radius: 100%;
    background-color: #ff2d37;
    /*border-left: 1px solid #eeeeee;*/
}
.teccart-show-dropdown-right .ttvcart-counter .ttvcart-products-count {
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
}
.teccart-show-dropdown-right .ttvcart-scroll-container {
    height: calc(100vh - 255px);
    max-height: 100%;
    overflow-y: auto;
}
.teccart-show-dropdown-right .ttvcart-product-content-box {
    position: relative;
}
.teccart-show-dropdown-right .ttvcart-product-wrapper {
    padding: 20px 0 20px 20px;
    /*border-bottom: 1px solid #eee;*/
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.teccart-show-dropdown-right .ttvcart-product-wrapper:after,
.teccart-show-dropdown-right .ttvcart-product-label-value:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eeeeee;
    height: 1px;
    width: 90%;
    margin: 0 auto;
}
.teccart-show-dropdown-right .ttvcart-product-wrapper:last-child:after {
    display: none;
}
.teccart-show-dropdown-right .ecshoping-cart-dropdown-title .product-name {
    white-space: normal;
    font-size: 18px;
}
.teccart-show-dropdown-right .eccart-product-list-box .ecshopping-cart-qty {
    font-size: 13px;
    color: #666666;
}
.teccart-show-dropdown-right .eccart-product-list-box .product-qty {
    font-size: 13px;
    margin-left: 5px;
    color: #666666;
}
.teccart-show-dropdown-right .eccart-product-content .product-price {
    font-size: 16px;
    font-weight: 600;
    color: #ff2d37;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    letter-spacing: 0;
    margin-right: 5px;
}
.teccart-show-dropdown-right .ecshoping-cart-dropdown-title,
.teccart-show-dropdown-right .eccart-product-list-box {
    margin-bottom: 10px;
}
.teccart-show-dropdown-right .ttvcart-product-list-viewcart {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    background-color: #222;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
}
.teccart-show-dropdown-right .ttvcart-product-list-checkout {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    background-color: #ff2d37;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
}
.teccart-show-dropdown-right .ttvcart-product-list-viewcart:hover {
    background-color: #ff2d37;
}
.teccart-show-dropdown-right .ttvcart-product-list-checkout:hover {
    background-color: #222;
}
.teccart-show-dropdown-right .ttvcart-product-list-viewcart a {
    padding: 19px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #fff;
}
.teccart-show-dropdown-right .ttvcart-product-list-checkout a {
    padding: 19px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #fff;
}
.teccart-show-dropdown-right .ttvcart-product-list-checkout:hover a {
    color: #fff;
}
.teccart-show-dropdown-right .ttvcart-product-list-viewcart:hover a {
    color: #fff;
}
.teccart-show-dropdown-right {
    width: calc(100% - 50px);
    max-width: 380px;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
    z-index: 1002;
    visibility: hidden;
    text-align: left;
    right: -100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow-y: auto;
}
body.classicCartOpen .teccart-show-dropdown-right+.modal-backdrop-cart {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
body.classicCartOpen .teccart-show-dropdown-right {
    right: 0;
    visibility: visible;
}
.teccart-show-dropdown-right .ttvcart-no-product-label {
    padding: 25px 40px;
    font-weight: 500;
    font-size: 16px;
    color: #666;
    text-align: center;
}
.ttvcart-no-product {
    background-image: url(../img/themeec/cart.png);
    background-position: center;
    min-height: 100%;
    background-repeat: no-repeat;
}
.ec_customer_name {
    text-transform: capitalize;
}
#module-ecproductcompare-productcomparelist .eccompare_extra_information {
    width: 11%;
}
.ecwishlist-popup {
    right: 0;
    padding: 15px;
    border: 1px solid #ffffff;
    z-index: 999;
    margin: 20px;
    background: #fff;
    position: fixed;
    width: 300px;
    text-align: center;
    display: none;
}
.ecwishlist-popup.success {
    border: 3px solid #1da61540;
}
.ecwishlist-popup.warning {
    border: 3px solid #ff9f0047;
}
.ecwishlist-popup.error {
    border: 3px solid #dd000057;
}
.ecwishlist-popup.warning i {
    color: orange;
}
.ecwishlist-popup.success i {
    color: green;
}
.ecwishlist-popup.error i {
    color: red;
}
.ecwishlist-popup p {
    padding: 0px;
    margin: 0 5px;
}
#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: auto !important;
}
#bottom_sticky_data .new_comment_form_ok {
    display: none;
}
.ec-category-main-div,
.products-sort-order .select-title {
    border: 1px solid #eee;
}
.ecfooter-background-image {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
/***** all common ****/
@media(min-width:1631px) {
    img.ec-img-responsive,
    .ecbanner-hover-wrapper img,
    img.ecmain-slider-img,
    .ecsliderofferbanners-one .ecimage-lazy {
        object-fit: none;
    }
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.ecfilter-search-types-dropdown {
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
}
/******* Start Custom Css *******/
/***** tv designer css *****/
/*@import url("common.css");*/
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: normal;
    background-color: #f2f2f2;
    letter-spacing: 1px;
}
/***** common css *****/
::selection {
    background-color: #ff2d37;
    color: #ffffff;
}
*::-webkit-scrollbar {
    background-color: #cccccc;
    width: 5px;
}
*::-webkit-scrollbar-thumb {
    background-color: #ff2d37;
    width: 5px;
}
a:focus,
a:hover {
    color: #ff2d37;
    text-decoration: none;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #ff2d37;
    border-color: transparent
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #ffffff;
    background-color: #ff2d37;
    border-color: #ff2d37
}
.btn-outline-primary {
    color: #ff2d37;
    background-image: none;
    background-color: transparent;
    border-color: #ff2d37
}
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open>.btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #ff2d37;
    border-color: #ff2d37
}
.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open>.btn-outline-info.dropdown-toggle.focus,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle:hover {
    color: #ffffff;
    background-color: #ff2d37;
    border-color: #ff2d37
}
.btn-primary {
    color: #fff;
    background-color: #373737;
    border-color: transparent;
    border-radius: 3px;
}
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #373737;
    border-color: transparent;
}
.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open>.btn-outline-primary.dropdown-toggle.focus,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #373737;
    border-color: #175c6a
}
.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #373737
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #373737
}
a.text-primary:focus,
a.text-primary:hover {
    color: #373737;
}
.btn-link {
    font-weight: 400;
    color: #ff2d37;
    border-radius: 0
}
.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff2d37;
    outline: 0
}
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
    color: #ffffff;
    cursor: default;
    background-color: #ff2d37
}
.card-primary {
    background-color: #ff2d37;
    border-color: #ff2d37
}
.card-outline-primary {
    border-color: #ff2d37
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #ff2d37;
    border-color: #ff2d37
}
.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #ff2d37;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.tag-primary {
    background-color: #ff2d37
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #ff2d37;
    border-color: #ff2d37
}
.bg-primary {
    background-color: #ff2d37
}
.text-primary {
    color: #ff2d37
}
.btn-unstyle:focus .expand-more {
    color: #ff2d37
}
.form-control:focus,
.input-group.focus {
    outline: none;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    background: #ff2d37;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: .875rem;
    padding: .5rem 1rem
}
.custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: #ff2d37;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: .125rem;
    top: .125rem
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: #ff2d37
}
.search-widget form input[type=text]:focus+button .search {
    color: #ff2d37
}
.search-widget form button[type=submit] .search:hover {
    color: #ff2d37
}
#header .top-menu a[data-depth="0"]:hover {
    color: #ff2d37;
    text-decoration: none
}
.top-menu .sub-menu a:hover {
    color: #ff2d37
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    display: inline-block;
    margin: 0 .3125rem;
    background: #373737 none no-repeat scroll 0 0;
    color: #FFF;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    background-color: #ff2d37;
    color: #ffffff;
}
body#checkout section.checkout-step .delete-address:hover,
body#checkout section.checkout-step .edit-address:hover {
    background-color: #373737;
    color: #ffffff;
}
.page-my-account #content .links a:hover i {
    color: #ff2d37
}
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #ff2d37
}
.products-sort-order .select-list:hover {
    background: #ff2d37;
    color: #fff;
    text-decoration: none
}
.facet-dropdown.open>.select-title {
    border: 3px solid #ff2d37;
    background: #f6f6f6
}
.facet-dropdown .select-list:hover {
    background: #ff2d37;
    color: #ffffff;
    text-decoration: none
}
.pagination .current a {
    /*color: #ff2d37;*/
    text-decoration: none;
    font-size: 1.25rem
}
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #ff2d37
}
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
    color: #ff2d37
}
.tabs .nav-tabs .nav-link.active {
    color: #ff2d37
}
#product-modal .modal-content .modal-body .product-images img:hover {
    border-color: #ff2d37
}
#blockcart-modal .product-name {
    color: #ff2d37;
    font-size: 1.125rem
}
.product-price .current-price .price,
.modal-body.ec-addtocart-content-part .ec-addtocart-price {
    color: #ff2d37;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0;
    vertical-align: middle;
}
.quickview .ec-indicator.ec-bar .ec-outer,
.ec-product-page-content .ec-indicator.ec-bar .ec-outer {
    height: 8px;
}
.product-customization .product-message:focus {
    background-color: #f1f1f1;
    outline: none;
}
.cart-grid-body a.label:hover {
    color: #ff2d37
}
.ec-addtocart-price {
    color: #373737;
}
.block_newsletter form input[type=text]:focus {
    outline: none;
    color: #232323;
    background: #fff
}
.block_newsletter form input[type=email]::placeholder {
    color: #000;
}
.block_newsletter form input[type=text]:focus+button .search {
    color: #ff2d37
}
.block_newsletter form button[type=submit] .search:hover {
    color: #ff2d37
}
.account-list a:hover {
    color: #ff2d37
}
#header .header-nav .cart-preview.active {
    background: #ff2d37
}
#header .header-nav .blockcart a:hover {
    color: #ff2d37;
}
#wrapper .breadcrumb {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 3px;
}
#wrapper .breadcrumb li:last-child a,
#wrapper .breadcrumb li:hover a {
    color: #ff2d37;
}
#wrapper .breadcrumb li:last-child:after {
    content: none;
}
#wrapper .breadcrumb li a {
    /*text-transform: capitalize;*/
}
#ec-back-top-wrapper {
    background-color: #ffffff;
    border: 1px solid #ececec;
    border-radius: 3px;
}
#search_filters_brands .facet .ecsearch-filter-brand-wrapper li.facet-label a:hover,
#search_filters_suppliers .facet .ecserach-filter-suppliers li.facet-label a:hover,
.ecserach-filter-suppliers p:hover {
    color: #ff2d37;
}
.cart-summary-line:not(:last-child) {
    margin-bottom: 10px;
}
.ecprocess-to-checkout {
    background-color: #ff2d37;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.checkout .ecprocess-to-checkout i {
    font-size: 18px;
    margin: 0 0 0 5px;
}
.eccenter-block-product-section {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 15px 0;
    background-color: #ffffff;
    margin-bottom: 30px;
}
body#checkout .custom-checkbox {
    float: left;
}
.ecwishlist-send-mess-btn .button-small {
    background-color: #ff2d37;
    color: #ffffff;
}
.ecwishlist-send-mess-btn .button-small:hover {
    background-color: #222222;
}
.ecNewsLetterPopup-i .ecnewsletterpopup-button-icon:hover {
    background-color: #ff2d37;
}
.ec-sub-category-inner {
    border-radius: 3px;
    border: 1px solid transparent;
}
.ec-sub-category-inner:hover {
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.ec-category-image {
    text-align: center;
}
#js-product-list .ecgrid-list-view-product .products {
    margin: 0 -15px;
}
#block-reassurance li .block-reassurance-item {
    border: 1px solid #eee;
    border-left: 3px solid #000000;
}
.form-control {
    /*background-color: #ffffff;*/
    border-radius: 3px;
}
.form-control-submit.disabled {
    background-color: #000000;
}
/***** end common css *****/
#wrapper {
    padding-top: 15px;
    position: relative;
}
#index #wrapper {
    padding-top: 0px;
    padding-bottom: 0;
}
#cms #wrapper,
#category #wrapper,
#product #wrapper {
    /*padding: 0;*/
}
#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-right: 8px;
}
#pagenotfound .page-not-found {
    box-shadow: none;
    border: 1px solid #eee;
}
#authentication .radio-inline,
#identity .radio-inline {
    padding: 0 10px 0 0;
}
#module-ecblog-single .blog_post_content {
    overflow: hidden;
    margin-bottom: 30px;
}
#main .ecpage-header-title-wrapper,
.ecall-page-top-title {
    border-radius: 3px;
}
#sitemap .sitemap {
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
}
.sitemap ul li a:hover {
    color: #ff2d37
}
#main .ec-sub-pages-inner-content {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 30px;
}
#contact .contact-rich {
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #eee;
}
.ecall-page-top-title h1,
#main .ecpage-header-title-wrapper h1 {
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.ec_blog_post_area .ecblog_post .post_thumbnail {
    margin-bottom: 0;
}
.ec_blog_post_area.single .ecblog_post .post_content .post_meta {
    margin-bottom: 10px;
}
.ec_blog_post_area.single .post_content {
    text-align: left;
}
#blog_post .meta_date i {
    font-size: 16px;
    line-height: 14px;
    height: 18px;
}
.ec_blog_post_area .post_content .post_title {
    margin-bottom: 15px;
}
.ec_blog_post_area .read_more {
    display: inline-block;
    width: 100%;
}
.pagination .ecinner-page-pagination li {
    /*background-color: #ff2d37;*/
}
.pagination .disabled {
    color: #000000;
}
input {
    outline: none;
    padding: 0 10px;
}
.container {
    position: relative;
}
@media (max-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
        max-width: 100%;
    }
    .ecdesktop-top-header .container,
    .ec-header-menu-offer-wrapper .container,
    .ecdesktop-top-second .container {
        width: 1200px;
        max-width: 100%;
        padding: 0 45px;
    }
}
@media (max-width: 1200px) {
    .ecdesktop-top-header .container,
    .ec-header-menu-offer-wrapper .container,
    .ecdesktop-top-second .container {
        max-width: 100%;
        padding: 0 45px;
    }
}
@media (max-width: 1023px) {
    .container,
    .ecdesktop-top-header .container,
    .ec-header-menu-offer-wrapper .container,
    .ecdesktop-top-second .container {
        padding: 0 15px;
    }
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #eee;
    vertical-align: middle;
}
.table thead th {
    border-bottom: 2px solid #e5e5e5;
    display: table-cell;
}
/***** quickview-comman-page *****/
.quickview .modal-footer {
    border-top: 1px solid #eee;
}
.quickview .modal-content {
    background: #ffffff;
    border: 1px solid #eee;
    min-height: 28.13rem;
    border-radius: 3px;
}
#blockcart-modal .modal-title {
    padding-right: 25px;
}
/***** comper *****/
.eccomparison .remove {
    text-align: right;
}
/***** theme *****/
.ec-loading-inner {
    background-color: transparent;
    padding: 0;
}
.ec-main-div {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
.ecsearch-dropdown-total-wrapper:hover .ecsearch-dropdown-total {
    color: #ff2d37;
}
.eccart-product-list-checkout:hover {
    background-color: #ff2d37;
    color: #ffffff;
}
.ecnews-event-link {
    width: 100%;
    overflow: hidden;
}
#header .eccart-product-list-checkout:hover a {
    color: #ffffff;
}
/***** left pannal *****/
#content-wrapper .container {
    /*padding: 0;*/
}
/*.eccategory-slider-inner-info-box,*/
.ectab-product-list-wrapper,
.ecspecial-product {
    margin: 0;
}
.ecsame-category-product,
.eccross-selling-product,
.eclike-product {
    margin: 0 -15px;
}
.ecvertical-menu-wrapper .ecleft-right-title.facet-label {
    text-align: left;
    padding-left: 40px;
}
.ecleft-right-title.facet-label,
.block-categories .category-top-menu>li.ec-category-title-wrapper a {
    text-align: center;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.ecleft-right-title.facet-label {
    text-align: center;
}
.ecleft-right-title-toggle {
    color: #000000;
    display: none;
}
#products.grid .ecproduct-view.ecproduct-grid,
#products.grid-2 .ecproduct-view.ecproduct-grid-2,
#products.list .ecproduct-view.ecproduct-list,
#products.list-2 .ecproduct-view.ecproduct-list-2,
#products.catelog .ecproduct-view.ecproduct-catelog,
.ec-left-column-wrapper .ec-left-pannal-btn-wrapper:hover,
.ecproduct-grid-list .ecproduct-view:hover,
.ec_search_filter_wrapper .ecleft-right-title-wrapper:hover {
    /*background-color: #ff2d37;*/
}
#search_filters_brands,
#search_filters_suppliers,
.ecleft-right-penal-all-block,
.block-categories,
.ec-left-testimonial,
#left-column .eccustomer-services,
#right-column .eccustomer-services,
.ecblog-left-side {
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #ffffff;
}
#search_filters_brands .facet .ecsearch-filter-brand-wrapper li.facet-label a,
.ecserach-filter-suppliers p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}
.ecleft-right-title-wrapper,
.ec-category-title-wrapper {
    background-color: transparent;
    padding: 10px 15px;
    text-align: center;
}
.ecleft-product-wrapper-info,
.ecblog-left-side .ecblog-event-all-block,
.ecsearch-filter-brand-wrapper,
.ecserach-filter-suppliers,
.ectestimonial-slider-button-wrapper,
.ec-category-wrapper,
.ec-leftcategory-wrapper,
.ecserach-filter-wrapper,
#left-column .ec-all-service.card-deck,
#right-column .ec-all-service.card-deck {
    border-top: 1px solid #eee;
}
.eccategory-name {
    text-align: center;
    margin-top: 15px;
    color: #373737;
}
.eccategory-name a {
    color: #373737;
}
.block-categories .category-sub-menu {
    margin-top: 0;
}
.block-categories .category-top-menu li>.category-sub-menu {
    margin: 0;
    padding: 10px 20px;
}
/*.eccategory-chain-slider-inner-info-box,*/
.ecfeature-product-offer-banner,
.ectab-product-branner {
    margin: 0 -15px;
}
@media(max-width: 1380px) {
    .ecleft-right-title.facet-label,
    .block-categories .category-top-menu>li.ec-category-title-wrapper a {
        font-size: 14px;
    }
}
@media(max-width: 1199px) {
    .ecleft-right-title.facet-label,
    .block-categories .category-top-menu>li.ec-category-title-wrapper a {
        font-size: 16px;
    }
}
@media(max-width: 1199px) {
    #left-column .ecleft-right-product-slider {
        width: 25%;
        float: left;
    }
    #left-column .ecleft-product-wrapper {
        overflow: hidden;
    }
    #left-column .ecfilter-brand-list-wrapper {
        width: 49%;
        float: left;
        margin-right: 7.5px;
    }
    #left-column .ecfilter-supplier-list-wrapper {
        width: 49%;
        float: left;
        margin-left: 7.5px;
    }
}
#category .page-content.page-not-found .ecsearch-top-wrapper {
    padding: 0;
}
#pagenotfound #content-wrapper .ecsearch-header-display-wrappper {
    position: inherit;
    visibility: visible;
    opacity: 1;
    transform: unset;
    box-shadow: none;
}
.ecleftsideofferbanners-one {
    margin-bottom: 30px;
}
.ecleftsideofferbanners-one img {
    width: 100%;
}
@media(max-width: 1199px) {
    .ecleftsideofferbanners-one img {
        width: auto;
    }
    .ececleftsideofferbanners {
        text-align: center;
    }
    .ecleftsideofferbanners-one {
        text-align: center;
    }
}
.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}
.block-categories .category-sub-menu li[data-depth="2"]:hover>a,
.block-categories .category-sub-menu li[data-depth="0"]:hover>a,
.block-categories .category-sub-menu li[data-depth="1"]:hover>a {
    color: #ff2d37;
}
.block-categories .category-sub-menu li:hover>.navbar-toggler {
    color: #ff2d37;
}
.block-categories .category-sub-menu li .category-sub-link {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
}
.block-categories .category-sub-menu li .category-sub-link:hover {
    color: #ff2d37;
}
/***** theme-control *****/
.ectheme-control .ectheme-control-wrapper .ecselect-theme select,
.ectheme-control .ectheme-control-wrapper .ecselect-title-font-1 select,
.ectheme-control .ectheme-control-wrapper .ecselect-title-font-2 select {
    background-image: url(../img/themeec/arrow-down.png);
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 13px 15px;
    background-repeat: no-repeat;
    background-position: 96%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    /*float: right;*/
}
/***** new button *****/
/***** app logo *****/
.ecapp-logo {
    margin-bottom: 30px;
}
.ecapp-logo-content-box {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    border-radius: 3px;
    align-items: center;
    border: 1px solid #eee;
    padding: 30px 100px 0 100px;
    margin: 0;
}
.ecapp-logo-img-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.ecapp-logo-content-inner {
    text-align: right;
    padding-right: 100px;
    width: 450px;
    padding-bottom: 60px;
}
.ecapp-logo-content-inner .ecdekstop-footer-all-title-wrapper .ecfooter-title span {
    font-size: 36px;
    display: block;
    color: #333333;
    letter-spacing: 0.3px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.ecdekstop-footer-all-sub-title-wrapper {
    display: none;
}
.ecdekstop-footer-all-desc-wrapper span {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 30px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-transform: capitalize;
}
.ecapp-logo-wrapper {
    margin: 5px;
    display: inline-block;
    border: 1px solid #333333;
    border-radius: 3px;
}
.ecapp-logo-link-wrapper {
    display: inline-block;
    text-align: right;
}
@media(max-width: 1660px) {
    .ecapp-logo-content-inner .ecdekstop-footer-all-title-wrapper .ecfooter-title span {
        font-size: 28px;
    }
    .ecapp-logo-content-inner {
        padding-right: 50px;
        width: 500px;
        padding-bottom: 0;
    }
    .ecdekstop-footer-all-desc-wrapper span {
        font-size: 12px;
    }
    .ecapp-logo-content-box {
        padding: 30px 60px 0 60px;
    }
}
@media(max-width: 1399px) {
    .ecapp-logo-content-box {
        padding: 30px 50px 0 50px;
    }
}
/***** blog *****/
.ecblog-event .ecblog-event-all-content-block.ecblog-even .ecblog-img-block:after,
.ecblog-event .ecblog-event-all-content-block.ecblog-odd .ecblog-img-block:after {
    display: none;
}
.ecnews-event-content-wrapper {
    text-align: center;
    padding: 15px;
    border: 1px solid #eeeeee;
    border-top: none;
}
.ecnews-event-read-more {
    text-align: left;
}
.ecnews-event-username:after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
}
.ecnews-event-content-wrapper .ecdate-time .ecmonth-time {
    padding: 0 5px;
}
.ecnews-event-content-wrapper .ecnews-event-titel a h3,
.kr_blog_post_area .ecblog_post .post_content .post_title a {
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
    /*letter-spacing: 0.5px;*/
}
.ecnews-event-content-wrapper .ecnews-event-titel {
    margin-bottom: 15px;
}
.ecblog-event-all-content-block .ecnews-event-titel a:hover {
    color: #ff2d37;
}
.ecnews-event-description,
.kr_blog_post_area .ecblog_post .post_content .post_description p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}
.ecnews-wrapper-info-box {
    background-color: transparent;
    padding: 0;
}
.ecblog-img-content-wrapper {
    background-color: #ffffff;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}
.ecblog-event-all-content-block .ecblog-img-block .ecblog-content-img {
    position: relative;
    height: auto;
}
.ecblog-event-all-content-block .ecnews-event-buttons i {
    color: #ffffff;
    line-height: 44px;
}
.ecblog-event-all-content-block .ecblog-img-block .ecblog-content-img:after,
.blog_post_content_top .ecnews-event-overly {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: -100px;
    bottom: 0;
    opacity: 0;
    background-color: rgba(51, 51, 51, 0.5);
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.ecblog-event-all-content-block:hover .ecblog-img-block .ecblog-content-img:after,
.blog_post_content_top:hover .ecnews-event-overly {
    opacity: 1;
    top: 0;
}
.ecblog-event-all-content-block .ecnews-event-buttons {
    height: 46px;
    width: 46px;
    display: block;
    border-radius: 25px;
    border: 2px solid #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ecblog-event-all-content-block .ecblog-img-block .ecblog-content-img,
.blog_post_content {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.ecblog-event-all-content-block:hover .ecnews-event-buttons,
.blog_post_content:hover .ecnews-event-buttons {
    opacity: 1;
}
.blog_post_content_top.ecblog-img-block,
.kr_blog_post_area .ecblog_post .post_thumbnail {
    overflow: hidden;
}
.ecblog-date-username .post_meta {
    display: inline-block;
    vertical-align: top;
}
.meta-author.ecnews-event-username,
.ecnews-event-content-wrapper .ecdate-time {
    display: inline-block;
    /*vertical-align: middle;*/
}
.ecblog-date-username p,
#module-ecblog-archive .post_content .post_meta p {
    color: #666;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.ecblog-date-username .date_time.ecdate-time p {
    color: #666;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.kr_blog_post_area .ecblog_post .post_content .post_meta,
.kr_blog_post_area .ecblog_post .post_content .post_title {
    margin-bottom: 5px;
}
.blog_post_content .ecnews-event-buttons i {
    border: none;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}
.blog_post_content .ecnews-event-buttons:hover i {
    border: none;
    color: #ffffff;
}
.blog_post_content .ecnews-event-buttons i {
    color: #ffffff;
    font-size: 24px;
}
#module-ecblog-archive .ecpagination-title-item-main-wrapper {
    margin: 0;
}
.ecpagination-title-item-wrapper .ecinner-page-pagination-wrapper {
    background-color: #ffffff;
    display: flex;
    padding: 10px 0;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 0;
}
.kr_blog_post_inner.products,
#module-ecblog-archive .ecall-page-top-title,
#module-ecblog-single .page-content {
    border: 1px solid #eee;
    border-radius: 3px;
}
#module-ecblog-single .page-content {
    padding: 30px 15px;
}
@media(max-width: 991px) {
    .ecblog-event-all-content-block:not(:last-child) {
        margin-bottom: 15px;
    }
}
/***** left blog *****/
.ecblog-left-side .ecblog-img-block {
    padding: 0;
}
.ecnews-event-read-more {
    display: none;
}
.ecdate-time-icon {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    background-image: url(../img/themeec/sprite.png);
    background-position: -217px -268px;
}
.ec-blog-left-side-pagination-wrapper {
    height: 60px;
}
/***** end blog *****/
/***** single banner *****/
.ecofferbanners-one {
    margin-bottom: 30px;
}
.ececofferbanners .ecbanner-hover-wrapper {
    overflow: hidden;
}
/***** end single banner *****/
/***** slider *****/
.ecsliderofferbanners-one .ecbanner1,
.ecsliderofferbanners-one .ecbanner2 {
    padding: 0;
}
.ecsliderofferbanners-one .ecbanner1 {
    margin-bottom: 30px;
}
.ecmain-slider-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #f7f7f7;
    background-color: #fefefe;
}
.ecmain-slider-contant .ecmain-slider-button:hover {
    color: #ff2d37;
}
@media (max-width: 1585px) {
    .ecmain-slider-contant .ecmain-slider-info p {
        margin-bottom: 10px;
    }
}
@media(min-width:1400px) and (max-width: 1500px) {
    .ecmain-slider-contant .ecmain-slider-info p {
        letter-spacing: 0.3px;
        margin-bottom: 7px;
    }
    .ectab-title-wrapper .ectabs-products li span,
    .ecleft-right-title.facet-label,
    .block-categories .category-top-menu>li.ec-category-title-wrapper a,
    .ecfooter-title-wrapper .ecfooter-title,
    .ecdekstop-footer-all-title-wrapper .ecfooter-title,
    .ecservices-content-box .ecservices-title {
        font-size: 16px;
    }
}
@media(min-width:1281px) and (max-width: 1400px) {
    .ecvertical-menu li.level-1 {
        margin: 6px 0;
        padding: 7px 10px;
    }
    .ec-main-title .ecmain-title h2 {
        font-size: 24px;
    }
    .ectab-title-wrapper .ectabs-products li span,
    .ecleft-right-title.facet-label,
    .block-categories .category-top-menu>li.ec-category-title-wrapper a,
    .ecfooter-title-wrapper .ecfooter-title,
    .ecdekstop-footer-all-title-wrapper .ecfooter-title,
    .ecservices-content-box .ecservices-title {
        font-size: 16px;
    }
    .product-price-and-shipping .price,
    .h6,
    h6 {
        font-size: 15px;
    }
}
@media(max-width:1280px) {
    #index .ecdesktop-top-header-wrapper.header-6 {
        top: 35px !important;
    }
    .ecfooter-product-sticky-bottom .product-quantity .input-group-btn-vertical .btn {
        float: none;
    }
    .ecvertical-menu li.level-1 {
        margin: 7px 0;
        padding: 7px 10px;
    }
    .ecvertical-menu li.level-1,
    .ecvertical-menu-show-hide-category .ecvertical-show-category,
    .ecvertical-menu-show-hide-category .ecvertical-hide-category {
        padding: 5px 15px;
    }
    .ecvertical-menu-wrapper .ecleft-right-penal-all-block {
        padding-left: 10px;
    }
}
@media(max-width:1200px) {
    .ecvertical-menu li.level-1,
    .ecvertical-menu-show-hide-category .ecvertical-show-category,
    .ecvertical-menu-show-hide-category .ecvertical-hide-category {
        padding: 14px 10px;
    }
}
body#checkout .custom-checkbox {
    float: left;
}
/***** end slider *****/
/*****************************************************/
/*@media (min-width: 480px){
    .ecbrandlist-slider .container,
    .eccustomer-services .container,
    .footer-container .container,
    .ecfooter-product-box-layout .container,
    .ec-main-div  #wrapper > .container {
        max-width:420px;
    }
}
@media (min-width:575px){
    .ecbrandlist-slider .container,
    .eccustomer-services .container,
    .footer-container .container,
    .ecfooter-product-box-layout .container,
    .ec-main-div  #wrapper > .container {
        max-width: 480px;
    }
}
@media (min-width: 576px){
    .ecbrandlist-slider .container,
    .eccustomer-services .container,
    .footer-container .container,
    .ecfooter-product-box-layout .container,
    .ec-main-div  #wrapper > .container {
        max-width: 530px;
    }
}
@media (min-width: 768px){
    .ecbrandlist-slider .container,
    .eccustomer-services .container,
    .footer-container .container,
    .ecfooter-product-box-layout .container,
    .ec-main-div  #wrapper > .container {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .ecbrandlist-slider .container,
    .eccustomer-services .container,
    .footer-container .container,
    .ecfooter-product-box-layout .container,
    .ec-main-div  #wrapper > .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px){
    .ecbrandlist-slider .container,
    .eccustomer-services .container,
    .footer-container .container,
    .ecfooter-product-box-layout .container,
    .ec-main-div  #wrapper > .container {
        max-width: 992px;
    }
}
@media (min-width: 1200px){
    .ecbrandlist-slider .container,
    .eccustomer-services .container,
    .footer-container .container,
    .ecfooter-product-box-layout .container,
    .ec-main-div  #wrapper > .container {
        max-width: 1024px;
    }
}
@media (min-width: 1380px){
    .ecbrandlist-slider .container,
    .eccustomer-services .container,
    .footer-container .container,
    .ecfooter-product-box-layout .container,
    .ec-main-div  #wrapper > .container {
        max-width: 1180px;
    }
}*/
@media (min-width: 1024px) and (max-width: 1200px) {
    .ecbrandlist-slider .container,
    .eccustomer-services .container,
    .footer-container .container,
    .ecfooter-product-box-layout .container,
    .ec-main-div #wrapper .container {
        max-width: 100%;
        padding: 0 45px;
    }
}
/*@media (min-width: 1661px){
    .ecbrandlist-slider .container,
    .eccustomer-services .container,
    .footer-container .container,
    .ecfooter-product-box-layout .container,
    .ec-main-div  #wrapper > .container {
        max-width: 1630px;
    }
}*/
@media (min-width: 1200px) {
    #content-wrapper.col-xl-10 {
        float: left;
        width: 78%;
    }
    #right-column.col-xl-2,
    #left-column.col-xl-2 {
        float: left;
        width: 22%;
        z-index: 2;
    }
}
@media (min-width: 1660px) {
    #content-wrapper.col-xl-10 {
        float: left;
        width: 80%;
    }
    #right-column.col-xl-2,
    #left-column.col-xl-2 {
        float: left;
        width: 20%;
    }
}
/***************************/
.shimmercard-container {
    position: relative;
    padding-bottom: 15px;
}
.shimmercard {
    /*-webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);*/
    border: 1px solid #eee;
    background-color: #FFF;
    border-radius: 6px;
    overflow: hidden;
    left: 27%;
    top: 140px;
}
.shimmercard &:nth-child(2) {
    top: 160px;
    transform: scale(0.95);
}
.shimmercard &:nth-child(1) {
    top: 180px;
    transform: scale(0.9);
}
.shimmerBG {
    /*animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 3;
    animation-name: shimmer;
    animation-timing-function: linear;*/
    background: #f3f3f3cf;
    /*background: linear-gradient(to right, #eef7fd 4%, #f8fdff 25%, #f1f8fd 36%);*/
    background-size: 1200px 100%;
}
@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }
    100% {
        background-position: 1200px 0;
    }
}
.shimmermedia {
    padding-top: 100%;
}
.shimmerp-32 {
    padding: 7.5px;
}
.shimmertitle-line {
    height: 24px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 20px;
}
.shimmercontent-line {
    height: 8px;
    width: 80%;
    margin-bottom: 16px;
    border-radius: 8px;
}
.shimmerend {
    width: 40%;
}
.shimmerm-t-24 {
    margin-top: 24px;
}
/*.shimmerproduct .shimmercard{
     padding-top: 100%;
}*/
/*.shimmerproduct .shimmermedia{
    height: 100%;
}*/
.shimmercategory-chain-slider-wrapper .shimmercard {
    width: 410px;
    height: 370px;
}
.shimmercategory-chain-slider-content {
    padding: 30px 15px;
}
.shimmercategory-chain-slider-wrapper .shimmermedia {
    height: 200px;
    display: table;
}
.shimmerproduct-left-right-penal .shimmermedia {
    width: 50%;
    float: left;
    height: 100px;
}
.shimmerproduct-left-right-penal .shimmerproduct-left-right-content {
    width: 50%;
    float: right;
}
.shimmerproduct-left-right-penal .shimmercard {
    flex-direction: inherit;
    height: 100px;
}
/********************/
.ecfooter-logo-block .ecfooter-img-block img {
    max-height: 200px;
    height: auto;
    width: auto;
}
#pagenotfound #main .page-header {
    margin-top: 0px;
}
.ecfooter-payment-icon img {
    width: auto;
    height: auto;
}
.ec-category-block-wrapper .ec-category-cover img,
.ec-category-image img {
    border-radius: 3px;
}
.page-content {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 15px 15px;
}
.ecproduct-description-tab #tab-content {
    padding: 30px;
    background: #fff;
    border-radius: 3px;
}
#left-column #search_filters {
    display: block;
}
/*******************************/
.ecfooter-social-icon-left {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: -95px;
    direction: ltr;
    z-index: 60;
    margin: 0
}
.ecfooter-social-icon-left .ecsocial-title {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
}
.ecfooter-social-icon-left li {
    display: block;
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 3px;
    text-align: right;
    margin-bottom: 7px;
    transition: all .3s linear;
}
.ecfooter-social-icon-left li:hover {
    margin-right: calc(-80% + 15px);
}
.ecfooter-social-icon-left li a {
    display: block;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0px rgba(122, 122, 122, 0.18);
    border-radius: 0 5px 5px 0;
    padding-left: 10px;
    transition: all .3s ease;
}
.ecfooter-social-icon-left li:hover a {
    color: #fff;
    box-shadow: none;
}
.ecfooter-social-icon-left li i {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/themeec/sprite.png);
    height: 32px;
    width: 40px;
}
.ecfooter-social-icon-left .rss i {
    background-position: -105px -10px;
}
.ecfooter-social-icon-left .facebook i {
    background-position: -105px -60px;
}
.ecfooter-social-icon-left .twitter i {
    background-position: -105px -110px;
}
.ecfooter-social-icon-left .youtube i {
    background-position: -104px -158px;
}
.ecfooter-social-icon-left .googleplus i {
    background-position: -102px -258px;
}
.ecfooter-social-icon-left .pinterest i {
    background-position: -103px -208px;
}
.ecfooter-social-icon-left .vimeo i {
    background-position: -104px -358px;
}
.ecfooter-social-icon-left .instagram i {
    background-position: -104px -309px;
}
.ecfooter-social-icon-left .rss:hover i {
    background-position: -5px -10px;
}
.ecfooter-social-icon-left .facebook:hover i {
    background-position: -5px -60px;
}
.ecfooter-social-icon-left .twitter:hover i {
    background-position: -5px -110px;
}
.ecfooter-social-icon-left .youtube:hover i {
    background-position: -4px -158px;
}
.ecfooter-social-icon-left .googleplus:hover i {
    background-position: -2px -258px;
}
.ecfooter-social-icon-left .pinterest:hover i {
    background-position: -3px -208px;
}
.ecfooter-social-icon-left .vimeo:hover i {
    background-position: -4px -358px;
}
.ecfooter-social-icon-left .instagram:hover i {
    background-position: -4px -309px;
}
.ecfooter-social-icon-left .rss:hover a {
    background-color: #ff7b0a
}
.ecfooter-social-icon-left .facebook:hover a {
    background-color: #3a589e
}
.ecfooter-social-icon-left .twitter:hover a {
    background-color: #5ea9dd
}
.ecfooter-social-icon-left .youtube:hover a {
    background-color: #ec2828
}
.ecfooter-social-icon-left .googleplus:hover a {
    background-color: #df4b38
}
.ecfooter-social-icon-left .pinterest:hover a {
    background-color: #cb2027
}
.ecfooter-social-icon-left .vimeo:hover a {
    background-color: #1ab7ea
}
.ecfooter-social-icon-left .instagram:hover a {
    background-color: #64443c
}
.ecright-sticky-option {
    position: fixed;
    right: -100px;
    top: 50%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    direction: ltr;
    z-index: 70
}
.ecright-sticky-option #ecdesktop-user-info .echedaer-sign-btn,
.ecright-sticky-option .ecdesktop-view-wishlist .ecwishlist-name span,
.ecright-sticky-option .ecdesktop-view-compare .ecdesktop-view-compare-name {
    line-height: normal;
}
.ecright-sticky-option .ectight-sticky {
    background-color: #fff;
    height: 30px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 0;
    box-shadow: -1px 1px 3px 0px rgba(122, 122, 122, 0.18);
    border-radius: 5px 0 0 5px;
    transition: all .3s ease;
    /*position: relative;
    right: calc(-100% + 40px);*/
}
.ecright-sticky-option .ectight-sticky:hover {
    background-color: #ff214f;
    color: #000;
    box-shadow: none;
    margin-left: calc(-80% + 1px);
}
.ecright-sticky-option .ectight-sticky:hover i,
.ecright-sticky-option .ectight-sticky:hover span,
.ecright-sticky-option .ectight-sticky:hover a,
.ecright-sticky-option .ectight-sticky:hover .ecdesktop-view-compare-name {
    color: #fff;
}
.ecright-sticky-option .ectight-sticky i {
    font-size: 18px;
    height: 30px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}
/********************************/
#search_filters .facet .facet-label:hover a {
    color: #ff2d37
}
.custom-checkbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    float: left;
}
.custom-checkbox input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 17px;
    width: 17px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.custom-checkbox span {
    border: 1px solid #eee;
    height: 17px;
    width: 17px;
    line-height: 1;
    background: #F6F8FF;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .14)
}
.custom-checkbox label {
    margin-left: 7px;
    text-align: left;
}
.custom-checkbox span i {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0 1px 1px;
    opacity: 0;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transition: all .3s ease-in-out;
}
.custom-checkbox input[type=checkbox]:checked+span {
    border: 1px solid #888;
}
.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked,
.custom-checkbox input[type=checkbox]:checked+span i {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.ecfilter-search-types-dropdown .eccolor-box .color i {
    font-size: 16px;
    margin: 3px 0 1px 1px;
}
/***** All Theme Custom Btn *****/
.ecall-inner-btn {
    position: relative;
    padding: 13px 33px;
    cursor: pointer;
    border-radius: 30px;
    line-height: 0;
    border: none;
    display: inline-block;
    background-color: #111111;
}
.ecall-inner-btn:hover {
    background-color: #ff2d37;
}
.ecall-inner-btn:after {
    top: -4px;
    left: -4px;
    padding: 4px;
    box-shadow: 0 0 0 2px #ff2d37;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.ecall-inner-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.ecall-inner-btn-cancel {
    background-color: #6c757d;
    border-radius: 3px;
    padding: 11px 15px;
    outline: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin-bottom: 5px;
    text-decoration: none;
}
.ecall-inner-btn-cancel:hover {
    background-color: #5a6268;
}
.ecall-inner-btn-cancel.disabled,
.ecall-inner-btn.disabled,
i.material-icons.block {
    cursor: no-drop;
}
.product-additional-info .js-mailalert {
    text-align: left !important;
}
.ecall-inner-btn span,
.ecall-inner-btn i {
    position: relative;
    z-index: 1;
    text-decoration: none;
}
.ecall-inner-btn:hover span,
.ecall-inner-btn:hover i {
    color: #fff;
    text-decoration: none;
}
.ecall-inner-btn-cancel span,
.ecall-inner-btn span {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    vertical-align: middle;
    letter-spacing: 0.5px;
    display: inline-block;
    text-align: center;
}
.ecall-inner-btn-cancel span {
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
}
.ecall-inner-btn i {
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
}
.lang-rtl .ecall-inner-btn i {
    margin: 0 0 0 5px;
}
.ecedit-btn {
    background-color: #17a2b8;
    color: #fff;
    padding: 6px 7px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    border-radius: 3px;
    margin: 0 5px 5px 0
}
.ecremove-btn {
    background-color: #c82333;
    border-radius: 3px;
    color: #fff;
    padding: 6px 7px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    border-radius: 3px;
    margin: 0 5px 5px 0
}
.ecedit-btn:hover,
.ecremove-btn:hover {
    background-color: #000
}
.ecedit-btn span,
.ecremove-btn span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.ecedit-btn i,
.ecremove-btn i {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff
}
#search_filters .facet .facet-title {
    border-bottom: none;
}
#search_filters .facet .ecfilter-search-types-title {
    border-bottom: 1px solid #f1f1f1;
}
/***** START RIGHT STICKY CSS *****/
.ecright-sticky {
    right: 0;
    position: fixed;
    top: 0;
    white-space: nowrap;
    width: auto;
    margin: auto;
    bottom: 0;
    max-height: 200px;
    z-index: 2;
}
.ecright-sticky .ecright-sticky {
    position: relative;
    min-width: 40px;
    width: auto;
}
.ecright-sticky .ecright-sticky-wrapper {
    position: absolute;
}
.ecsticky-up-arrow,
.ecsticky-wishlist,
.ecsticky-compare,
.ecright-sticky-account,
.ecright-sticky-add-to-cart {
    background-color: #FFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    height: 28px;
    text-transform: uppercase;
    border-radius: 15px 0 0 15px;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 10px 0;
    overflow: hidden;
}
.ecsticky-up-arrow i,
.ecsticky-wishlist i,
.ecsticky-compare i,
.ecright-sticky-account i,
.ecright-sticky-add-to-cart i {
    color: #6f6f6f;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    float: left;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ecsticky-up-arrow span,
.ecsticky-wishlist .ecwishlist-sticky-name,
.ecsticky-compare .ecsticky-compare-name,
.ecright-sticky-account span,
.ecright-sticky-add-to-cart span {
    color: #FFF;
    font-size: 10px;
    float: left;
    line-height: 28px;
    margin: 0 0 0 9px;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ecsticky-up-arrow a,
.ecsticky-wishlist a,
.ecsticky-compare a,
.ecright-sticky-account a,
.ecright-sticky-add-to-cart a {
    width: 100%;
    display: inline-block;
}
.ecsticky-up-arrow:hover,
.ecsticky-wishlist:hover,
.ecsticky-compare:hover,
.ecright-sticky-account:hover,
.ecright-sticky-add-to-cart:hover {
    margin-left: calc(-100% );
    background: #ff2d37;
}
.ecsticky-up-arrow:hover i,
.ecsticky-wishlist:hover i,
.ecsticky-compare:hover i,
.ecright-sticky-account:hover i,
.ecright-sticky-add-to-cart:hover i {
    color: #FFF;
}
.ecsticky-up-arrow:hover span,
.ecsticky-wishlist:hover .ecwishlist-sticky-name,
.ecsticky-compare:hover .ecsticky-compare-name,
.ecright-sticky-account:hover span,
.ecright-sticky-add-to-cart:hover span {
    opacity: 1;
}
/*@media (max-width: 575px){
    .ecright-sticky{
        display: none;
    }
}*/
.echeader-top-info .ecsticky-compare {
    display: none;
}
.ec-account-dropdown,
.ec-language-dropdown,
.ec-currency-dropdown {
    display: none;
}
/***** END RIGHT STICKY CSS *****/
.ec-footer-social-icon {
    left: 0;
    position: fixed;
    top: 0;
    white-space: nowrap;
    width: auto;
    z-index: 0;
    /* height: min-content; */
    margin: auto;
    bottom: 0;
    max-height: 275px;
}
.ec-footer-social-icon .ec-footer-social-icon-wrapper {
    position: relative;
    min-width: 40px;
    width: auto;
}
.ec-footer-social-icon .ec-footer-social-icon-inner {
    position: absolute;
    right: 0;
}
/*.ec-footer-social-icon{
    position: fixed;
    left: -65px;
    top:0;
    bottom: 0;
    margin: auto;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    z-index: 100;
    max-height: 315px;
}*/
.ec-footer-social-icon .ecblock-social-content {
    overflow: hidden;
    height: 28px;
    background-color: #FFF;
    border-radius: 0 15px 15px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 10px 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 7px 10px;
}
.ec-footer-social-icon .ecblock-social-content:hover {
    background: #333;
    margin-right: calc(-100% + 30px);
}
.ec-footer-social-icon .ecfacebook-wrapper:hover {
    background: #3a589e;
    margin-right: calc(-100% + 30px);
}
.ec-footer-social-icon .ectwitter-wrapper:hover {
    background: #5ea9dd;
    margin-right: calc(-100% + 30px);
}
.ec-footer-social-icon .ecrss-wrapper:hover {
    background: #ff7b0a;
    margin-right: calc(-100% + 30px);
}
.ec-footer-social-icon .ecyoutube-wrapper:hover {
    background: #ec2828;
    margin-right: calc(-100% + 30px);
}
.ec-footer-social-icon .ecgoogleplus-wrapper:hover {
    background: #df4b38;
    margin-right: calc(-100% + 30px);
}
.ec-footer-social-icon .ecpinterest-wrapper:hover {
    background: #cb2027;
    margin-right: calc(-100% + 30px);
}
.ec-footer-social-icon .ecvimeo-wrapper:hover {
    background-: #1ab7ea;
    margin-right: calc(-100% + 30px);
}
.ec-footer-social-icon .ecinstagram-wrapper:hover {
    background: #64443c;
    margin-right: calc(-100% + 30px);
}
/*.ec-footer-social-icon ul li a{
     color: #FFF;
}*/
.ec-footer-social-icon .ecblock-social-content .ecblock-social-icon {
    width: 14px;
    height: 14px;
    float: right;
}
.ec-footer-social-icon .ecblock-social-content .ecblock-social-icon.ecgoogleplus {
    height: 18px;
    width: 18px;
}
.ecblock-social-content.ecgoogleplus-wrapper {
    padding: 5px 7px;
}
.block-social .ecblock-social-content.ecgoogleplus-wrapper span {
    line-height: 19px;
}
.block-social .ecblock-social-content span {
    display: block;
    color: #FFF;
    line-height: 15px;
    margin: 0 9px 0 3px;
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0;
    float: right;
    transition: .2s ease-in-out;
}
.block-social {
    text-align: left;
    padding-top: 20px;
}
.ec-footer-social-icon .ecblock-social-content:hover span {
    opacity: 1;
}
#footer .ecblock-social-icon path {
    fill: #6f6f6f !important;
}
#footer .ec-footer-social-icon .ecblock-social-content:hover .ecblock-social-icon path {
    fill: #ffffff !important;
}
#product .data-sheet {
    max-width: 40%;
}
.ecofferbanners-one .ecbanner-hover-wrapper {
    display: block;
}
#cms .ec-sub-pages-inner-content {
    overflow: hidden;
}
.eccart-product-content .regular-price {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #666666;
    letter-spacing: 0.3px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}
.ecvertical-slider .product-images {
    overflow: hidden;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#header .ec-myaccount-btn-desktop svg {
    /*padding: 3px 0px 5px 0px;*/
    /*width: 36px;*/
    /*height: 36px;*/
    margin-inline-end: 12px;
}
#header .ec-cart-icon-main .echeader-right-icon svg g path:nth-child(1),
#header .ec-myaccount-btn-desktop svg g path:nth-child(1) {
    /*fill: #ff2d37 !important;*/
}
.ec-left-column-wrapper .ec-left-pannal-btn-wrapper,
.ec-right-column-wrapper .ec-right-pannal-btn-wrapper,
.ecproduct-grid-list .ecproduct-grid,
.ecproduct-grid-list .ecproduct-grid-2,
.ecproduct-grid-list .ecproduct-list,
.ecproduct-grid-list .ecproduct-list-2,
.ecproduct-grid-list .ecproduct-catelog,
.ec_search_filter_wrapper .ecleft-right-title-wrapper {
    background-color: #ffffff;
    color: #000;
}
.ec_search_filter_wrapper .ecleft-right-title-wrapper {
    border: 1px solid #ededed;
}
.ec-left-column-wrapper .ec-left-pannal-btn-wrapper:hover,
.ec-right-column-wrapper .ec-right-pannal-btn-wrapper:hover,
.ec_search_filter_wrapper .ecleft-right-title-wrapper:hover {
    border-color: #ff2d37;
}
.ec-left-column-wrapper .ec-left-pannal-btn-wrapper,
.ec-right-column-wrapper .ec-right-pannal-btn-wrapper {
    padding: 12px 8px;
    border: 1px solid #ededed;
}
#products .ecproduct-view.ecproduct-grid svg.ecgrid g path,
#products .ecproduct-view.ecproduct-grid-2 svg.ecgrid-2 g path,
#products .ecproduct-view.ecproduct-list svg.eclist g path,
#products .ecproduct-view.ecproduct-list-2 svg.eclist-2 g path,
#products .ecproduct-view.ecproduct-catelog svg.eccatelog g path,
#products .ecproduct-view.ecproduct-catelog svg.eccatelog g polygon,
#products .ec_search_filter_wrapper .ecleft-right-title-wrapper svg.ecfilter-top g polygon,
#products .ec-left-pannal-btn-wrapper svg g rect {
    fill: #bbbbbb !important
}
#products .ec-right-pannal-btn-wrapper svg g rect,
#products .ec-left-pannal-btn-wrapper svg g rect {
    fill: #222 !important;
}
#products .ecproduct-view.ecproduct-grid:hover svg.ecgrid g path,
#products .ecproduct-view.ecproduct-grid-2:hover svg.ecgrid-2 g path,
#products .ecproduct-view.ecproduct-list:hover svg.eclist g path,
#products .ecproduct-view.ecproduct-list-2:hover svg.eclist-2 g path,
#products .ecproduct-view.ecproduct-catelog:hover svg.eccatelog g path,
#products .ecproduct-view.ecproduct-catelog:hover svg.eccatelog g polygon,
#products .ecproduct-view.ecproduct-grid.active svg.ecgrid g path,
#products .ecproduct-view.ecproduct-grid-2.active svg.ecgrid-2 g path,
#products .ecproduct-view.ecproduct-list.active svg.eclist g path,
#products .ecproduct-view.ecproduct-list-2.active svg.eclist-2 g path,
#products .ecproduct-view.ecproduct-catelog.active svg.eccatelog g path,
#products .ecproduct-view.ecproduct-catelog.active svg.eccatelog g polygon {
    fill: #000000 !important
}
.ec-left-column-wrapper .ec-left-pannal-btn-wrapper i,
.ec-right-column-wrapper .ec-right-pannal-btn-wrapper i,
.ec_search_filter_wrapper .ecleft-right-title-wrapper i,
.ecproduct-grid-list .ecproduct-grid i,
.ecproduct-grid-list .ecproduct-grid-2 i,
.ecproduct-grid-list .ecproduct-list i,
.ecproduct-grid-list .ecproduct-list-2 i,
.ecproduct-grid-list .ecproduct-catelog i {
    color: #000;
}
#products .ec_search_filter_wrapper .ecleft-right-title-wrapper:hover i,
#products .ec_search_filter_wrapper .ecleft-right-title-wrapper:hover {
    color: #000;
}
.echeader-search.search-widget form .echeader-top-search-wrapper button[type=submit] svg g path,
.echeader-search.search-widget form .echeader-top-search-wrapper button[type=submit] svg g rect,
.echeader-search.search-widget form .echeader-top-search-wrapper:hover button[type=submit] svg g path,
.echeader-search.search-widget form .echeader-top-search-wrapper:hover button[type=submit] svg g rect {
    /*fill: #e30047 !important;*/
}
.echeader-top-search-wrapper {
    padding: 15px 16px;
}
.ecproduct-cart-quentity-decrement i,
.ecproduct-cart-quentity-increment i {
    font-size: 15px;
}
.ecproduct-cart-quentity-decrement:hover i,
.ecproduct-cart-quentity-increment:hover i {
    color: #ffffff;
}
.ecblog-event-all-content-block:hover .ecnews-event-buttons {
    opacity: 1;
}
.ecgrid-list-view-product .ecproduct-wrapper {
    margin-bottom: 0;
}
.cart-overview .bootstrap-touchspin .input-group-btn-vertical {
    display: inline-flex;
}
@media (min-width: 992px) {
    .ec-header-menu {
        margin: 0;
        overflow: hidden;
    }
    .ecmain-menu-dropdown {
        position: absolute;
        background-color: #ffffff;
        z-index: 60;
        padding: 15px;
        outline: 1px solid #e5e5e5;
        left: auto;
        opacity: 0;
        visibility: hidden;
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .ec-language-dropdown,
    .ec-currency-dropdown {
        position: absolute;
        z-index: 100;
        min-width: 142px;
        margin: 0;
        right: auto;
        left: auto;
        box-shadow: 0px 0px 2px 0.8px rgba(122, 122, 122, 0.18);
        /*border-bottom: 4px solid #ff2d37;*/
    }
    .ecdesktop-top-header-wrapper.header-4 .ec-language-dropdown,
    .ecdesktop-top-header-wrapper.header-4 .ec-currency-dropdown,
    .ecdesktop-top-header-wrapper.header-2 .ec-language-dropdown,
    .ecdesktop-top-header-wrapper.header-2 .ec-currency-dropdown,
    .ecdesktop-top-header-wrapper.header-3 .ec-language-dropdown,
    .ecdesktop-top-header-wrapper.header-3 .ec-currency-dropdown,
    .ecdesktop-top-header-wrapper.header-6 .ec-language-dropdown,
    .ecdesktop-top-header-wrapper.header-6 .ec-currency-dropdown {
        position: inherit;
        box-shadow: none;
    }
    .ecmain-menu-wrapper {
        /*transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);*/
        /*opacity: 0;*/
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    .ecmain-menu-wrapper.ecmain-menu-block {
        /*transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);*/
        /*opacity: 1;*/
        /*padding: 0;*/
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    .ecbanner-hover-wrapper img {
        width: 100%;
    }
    #footer_sub_menu_store_info,
    #footer_sub_menu_link,
    #footer_sub_menu_myaccount,
    #footer_sub_menu_social_icon {
        display: block;
        overflow: hidden;
        /*margin: 0;*/
    }
}
/***** Header & Footer Layout Design Css *****/
.header-3 .container_tv_megamenu {
    text-align: left;
}
.header-4 .ec-header-menu-offer-wrapper,
.header-6 .ec-header-menu-offer-wrapper {
    min-height: auto;
    background-color: #ffffff;
    border-top: none;
    border-bottom: none;
}
.header-6 .ec-header-menu-offer-wrapper {
    background-color: transparent;
    padding: 0;
}
.header-6 .ec-header-menu-offer-wrapper.sticky {
    background-color: #ffffff;
}
.header-3 .ec-header-menu {
    display: flex;
    align-items: center;
}
.header-3 #_desktop_contact_link {
    text-align: right;
    padding: 0;
}
.header-3 #_desktop_contact_link #contact-link i {
    margin-inline-end: 10px;
    color: #000000;
}
.header-3 #_desktop_contact_link #contact-link span {
    color: #000000;
    font-size: 16px;
}
.header-4 .ecsearch-wrapper,
.header-5 .ecsearch-wrapper,
.header-6 .ecsearch-wrapper {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-inline-end: 24px;
}
#header .header-4 #_desktop_search .ecsearch-top-wrapper .ecsearch-open i,
#header .header-4 #_desktop_search .ecsearch-top-wrapper .ecsearch-close i,
#header .header-5 #_desktop_search .ecsearch-top-wrapper .ecsearch-open i,
#header .header-5 #_desktop_search .ecsearch-top-wrapper .ecsearch-close i,
#header .header-6 #_desktop_search .ecsearch-top-wrapper .ecsearch-open i,
#header .header-6 #_desktop_search .ecsearch-top-wrapper .ecsearch-close i {
    color: #000000;
    font-size: 34px;
}
#header .header-4 .ecsearch-header-display-wrappper,
#header .header-5 .ecsearch-header-display-wrappper,
#header .header-6 .ecsearch-header-display-wrappper {
    max-width: 435px;
    width: 435px;
}
.header-5 .echeader-language-currency-wrapper {
    text-align: left;
}
.header-5 .ec-header-logo {
    justify-content: center;
}
.header-5 .ec-account-wrapper .ec-myaccount-btn span,
.header-4 .ec-account-wrapper .ec-myaccount-btn span,
.header-6 .ec-account-wrapper .ec-myaccount-btn span {
    display: none;
}
#index .ecdesktop-top-header-wrapper.header-6 {
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
}
#header .header-4 .ec-myaccount-btn-desktop svg,
#header .header-5 .ec-myaccount-btn-desktop svg,
#header .header-6 .ec-myaccount-btn-desktop svg {
    margin: 0;
}
/*.footer-container.header-2 .ecfooter-account-link {
    display: none;
}*/
.ecdesktop-top-header-wrapper.header-4 .echeader-sarch-display,
.ecdesktop-top-header-wrapper.header-5 .echeader-sarch-display,
.ecdesktop-top-header-wrapper.header-6 .echeader-sarch-display,
#ec-mobile-view-header.mobile-header-2 .echeader-sarch-display {
    display: block;
}
#header .ecdesktop-top-header-wrapper.header-4 .ecsearch-header-display-wrappper,
#header .ecdesktop-top-header-wrapper.header-5 .ecsearch-header-display-wrappper,
#header .ecdesktop-top-header-wrapper.header-6 .ecsearch-header-display-wrappper {
    position: absolute;
    right: 0;
    left: auto;
    top: 40px;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#header #ec-mobile-view-header.mobile-header-2 .ecsearch-header-display-wrappper {
    position: inherit;
    display: none;
    opacity: 0;
    height: 0;
    visibility: hidden;
    top: 0;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}
#header #ec-mobile-view-header.mobile-header-2 .ecsearch-header-display-wrappper.open {
    display: block;
    opacity: 1;
    height: 100%;
    visibility: visible;
    padding: 0 0 10px;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}
#header .ecdesktop-top-header-wrapper.header-4 .ecsearch-header-display-wrappper.open,
#header .ecdesktop-top-header-wrapper.header-5 .ecsearch-header-display-wrappper.open,
#header .ecdesktop-top-header-wrapper.header-6 .ecsearch-header-display-wrappper.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-container.footer-2 .ecfooter-logo-block,
.footer-container.footer-3 .ecfooter-logo-block,
.footer-container.footer-4 .ecfooter-logo-block {
    padding: 0px 0;
}
.footer-container.footer-2 .ecfooter-logo-block .ecfooter-logo-desc {
    width: 100%;
    max-width: 100%;
    text-align: left;
}
/*.footer-container.footer-2 .ec-newsletter-wrapper {
    width: 100%;
    padding: 0;
}
.footer-container.footer-2 .ec-newsletter-wrapper .ec-newsletter-wrapper{
    display: none;
}*/
.footer-container.footer-4 .ecfooter-logo-block .ecfooter-logo-desc {
    width: 90%;
    max-width: 90%;
    text-align: left;
    margin: 0;
}
.footer-container.footer-2 .ecfooter-storelogo-inner,
.footer-container.footer-3 .ecfooter-storelogo-inner,
.footer-container.footer-4 .ecfooter-storelogo-inner {
    border: none;
    text-align: left;
    margin-bottom: 15px;
}
.footer-container.footer-3 .ecfooter-storelogo-inner {
    margin-bottom: 35px;
}
.footer-container.footer-2 .ecfooter-logo-block .ecfooter-img-block {
    text-align: left;
}
.footer-container.footer-2 .ecfooter-payment-icon-img-block,
.footer-container.footer-2 .eccopylink,
.footer-container.footer-2 .ecapp-logo-link-wrapper,
.footer-container.footer-1 .ecfooter-social-icon,
/*.footer-container.footer-2 .ecfooter-social-icon,*/
.footer-container.footer-3 .ecfooter-payment-icon-img-block,
.footer-container.footer-3 .eccopylink,
.footer-container.footer-3 .ecapp-logo-link-wrapper,
.footer-container.footer-3 .ecfooter-social-icon {
    width: 100%;
    text-align: center;
}
.footer-container.footer-3 .ecfooter-storelogo-weapper,
.footer-container.footer-3 .ecfooter-contact-link-wrapper,
.footer-container.footer-3 .ecfooter-category-block,
.footer-container.footer-3 .ecfooter-account-link,
.footer-container.footer-3 #block_myaccount_infos,
.footer-container.footer-3 .ec-newsletter-wrapper,
.footer-container.footer-3 .ecfooter-store-time {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
}
/*.footer-container.footer-3 .ecfooter-storelogo-weapper,*/
.footer-container.footer-3 .ecfooter-contact-link-wrapper .ecfooter-address,
.footer-container.footer-3 .ecfooter-category-block,
.footer-container.footer-3 .ecfooter-account-link .ecfooter-account-wrapper,
.footer-container.footer-3 #block_myaccount_infos,
.footer-container.footer-3 .ec-newsletter-wrapper .ecnewsletter-block,
.footer-container.footer-3 .ecfooter-store-time .ecfooter-store-time-info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.footer-container.footer-2 .ecfooter-copy-payment-icon-inner,
.footer-container.footer-3 .ecfooter-copy-payment-icon-inner,
.footer-container.footer-3 .ecfooter-storelogo-imformation {
    display: block;
}
.footer-container.footer-2 .ecfooter-payment-icon-img-block .ecfooter-payment-icon-wrapper,
.footer-container.footer-3 .ecfooter-payment-icon-img-block .ecfooter-payment-icon-wrapper {
    justify-content: center;
    margin-bottom: 10px;
}
.footer-container.footer-3 .ecfooter-time-wrapper .ecfooter-open-time-wrapper,
.footer-container.footer-3 .ecfooter-account-link li,
.footer-container.footer-3 #block_myaccount_infos li,
.footer-container.footer-3 .ecfooter-category-block ul li,
.footer-container.footer-4 .ecfooter-time-wrapper .ecfooter-open-time-wrapper,
.footer-container.footer-4 .ecfooter-account-link li,
.footer-container.footer-4 #block_myaccount_infos li,
.footer-container.footer-4 .ecfooter-category-block ul li {
    margin-bottom: 12px;
    display: inline-block;
}
.footer-container.footer-3 .ecfooter-time-wrapper .ecfooter-open-time-wrapper,
.footer-container.footer-4 .ecfooter-time-wrapper .ecfooter-open-time-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.footer-container.footer-3 .ecfooter-time-wrapper .ecfooter-open-time-wrapper,
.footer-container.footer-3 .ecfooter-account-link li,
.footer-container.footer-3 #block_myaccount_infos li,
.footer-container.footer-3 .ecfooter-category-block ul li {
    margin: 0 25px 0px 25px;
}
.footer-container.footer-4 .ecfooter-time-wrapper .ecfooter-open-time-wrapper,
.footer-container.footer-4 .ecfooter-account-link li,
.footer-container.footer-4 #block_myaccount_infos li,
.footer-container.footer-4 .ecfooter-category-block ul li {
    margin: 0 40px 20px 0;
}
.footer-container.footer-3 .ecnewsleeter-input-button-wraper {
    width: 60%;
}
.footer-container.footer-3 .ecfooter-addresses br {
    display: none;
}
.footer-container.footer-3 .ecfooter-addresses,
.footer-container.footer-3 .ecfooter-store-link,
.footer-container.footer-3 .ecfooter-store-link-content,
.footer-container.footer-3 .ecfooter-store-link-fax {
    margin: 0 20px;
    padding: 0 !important;
}
.footer-container.footer-3 #footer_sub_menu_store_info {
    margin-bottom: 15px;
}
.footer-container.footer-4 .ecfooter-logo-block {
    margin-bottom: 25px;
}
#footer_sub_menu_store_info .ecfooter-addresses i,
#footer_sub_menu_store_info .ecfooter-store-link i,
#footer_sub_menu_store_info .ecfooter-store-link-content i,
#footer_sub_menu_store_info .ecfooter-store-link-fax i {
    margin-right: 8px;
    font-size: 15px;
    color: #a8a8a8;
}
.footer-container.footer-3 .ecnewsletter-lable-wrapper {
    text-align: center;
    margin-right: 25px;
    margin-bottom: 0;
}
.footer-container.footer-3 .block_newsletter .ecnewsletter-title {
    margin: 0;
}
.footer-container.footer-3 .ecnewsletter-description p {
    margin-bottom: 0;
}
.footer-container.footer-4 .ecfooter-contact-link-wrapper,
.footer-container.footer-4 .ecfooter-logo-block .ecfooter-img-block {
    width: 100%;
    padding: 0;
    text-align: left;
}
.footer-container.footer-4 .ecfooter-contact-link-wrapper,
.footer-container.footer-4 .ecfooter-category-block,
.footer-container.footer-4 .ecfooter-account-link,
.footer-container.footer-4 #block_myaccount_infos,
.footer-container.footer-4 .ec-newsletter-wrapper,
.footer-container.footer-4 .ecfooter-store-time {
    width: 100%;
}
.footer-container.footer-4 .block_newsletter form {
    width: 50%;
    margin: 0;
}
.footer-container.footer-3 .block_newsletter form {
    margin: 0;
    /*width: 60%;*/
}
.footer-container.footer-4 .ecfooter-logo-link-wrapper li a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    display: block;
    opacity: 1;
    margin: auto;
    width: 7px;
    right: -23px;
    border-radius: 100%;
    height: 7px;
    background-color: transparent;
    border: 1px solid #cccccc;
}
.footer-container.footer-4 .ecfooter-logo-link-wrapper li:last-child a:before {
    display: none;
}
.footer-container.footer-3 .ecfooter-logo-link-wrapper li a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    display: block;
    opacity: 1;
    margin: auto;
    width: 10px;
    height: 1px;
    right: -30px;
    background-color: #cccccc;
}
.footer-container.footer-3 .ecfooter-logo-link-wrapper li:last-child a:before {
    display: none;
}
.footer-container.footer-4 .ecfooter-links-wrapper {
    padding: 0;
}
.product-4 .ecvertical-slider.col-sm-3 {
    /*width: 100%;*/
}
.product-4 .ecvertical-slider .ecvertical-slider-next,
.product-4 .ecvertical-slider .ecvertical-slider-pre,
.product-6 .ecvertical-slider .ecvertical-slider-next,
.product-6 .ecvertical-slider .ecvertical-slider-pre,
.product-3 .ecvertical-slider .ecvertical-slider-next,
.product-3 .ecvertical-slider .ecvertical-slider-pre {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.product-4 .ecvertical-slider .ecvertical-slider-next,
.product-6 .ecvertical-slider .ecvertical-slider-next {
    right: 15px;
}
.product-3 .ecvertical-slider .ecvertical-slider-next {
    right: -15px;
    top: 45%;
}
.product-4 .ecvertical-slider .ecvertical-slider-pre,
.product-6 .ecvertical-slider .ecvertical-slider-pre {
    left: 15px;
}
.product-3 .ecvertical-slider .ecvertical-slider-pre {
    left: -15px;
    top: 45%;
}
.product-4 .ecvertical-slider .ecvertical-slider-next,
.product-4 .ecvertical-slider .ecvertical-slider-pre,
.product-6 .ecvertical-slider .ecvertical-slider-next,
.product-6 .ecvertical-slider .ecvertical-slider-pre {
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-4 .ecvertical-slider .ecvertical-slider-next:hover,
.product-4 .ecvertical-slider .ecvertical-slider-pre:hover,
.product-6 .ecvertical-slider .ecvertical-slider-next:hover,
.product-6 .ecvertical-slider .ecvertical-slider-pre:hover {
    background-color: #f5f5f5;
}
.product-4 .ecvertical-slider .ecvertical-slider-next span,
.product-4 .ecvertical-slider .ecvertical-slider-pre span,
.product-6 .ecvertical-slider .ecvertical-slider-next span,
.product-6 .ecvertical-slider .ecvertical-slider-pre span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-3 .ecvertical-slider .product-images {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    max-height: max-content;
    margin-top: 15px;
    padding-bottom: 0;
}
.product-3 .ecvertical-slider .product-images.slick-slider {
    display: block;
}
.ecvertical-slider .slick-slider .ecVerticalSlider:nth-child(1) img,
.ecvertical-slider .ecVerticalSlider img {
    border: 1px solid transparent;
}
.ecvertical-slider .slick-slide.slick-current .ecVerticalSlider:nth-child(1) img.thumb {
    /*border: 1px solid #00000012;*/
}
/*.ecvertical-slider .slick-slider .ecVerticalSlider img.thumb.selected,*/
.ecvertical-slider .slick-slider .ecVerticalSlider img.thumb.active,
.ecvertical-slider .slick-slider .ecVerticalSlider img.thumb:hover {
    border: 1px solid #eee;
}
.product-3 .ecVerticalSlider {
    /*display: inline-block;*/
    padding: 0 5px;
    width: 96px;
    /*height: 145px;*/
}
.quickview .product-3 .ecVerticalSlider {
    width: 150.2343px;
}
.ec-product-page-content .ecproduct-special-desc {
    border-top: 1px dashed #a7a7a7;
    padding: 30px 0 0px;
    /*margin-bottom: 15px;*/
}
.ec-product-page-content .ecwishlist-compare-wrapper-page {
    margin-bottom: 25px;
    padding: 0 0 0 0;
}
.ecproduct-wishlist-compare {
    border-bottom: 1px dashed #a7a7a7;
}
.ecproduct-page-wrapper .product-prices .tax-shipping-delivery-label,
.quickview .product-prices .tax-shipping-delivery-label {
    margin-top: 8px;
    color: #666666;
    font-size: 14px;
}
.quickview .product-discount .regular-price,
.ecproduct-page-wrapper .product-discount .regular-price {
    font-size: 16px;
}
.product-price .current-price .price,
.modal-body.ec-addtocart-content-part .ec-addtocart-price {
    font-size: 24px;
}
.product-additional-info {
    padding-top: 25px;
    margin-bottom: 0;
}
.ec-product-page .ec-indicator {
    padding-top: 30px;
    margin-bottom: 0;
    margin-right: 50px;
}
.ec-product-page-content h1,
.ec-product-page-content .ecall-product-star-icon,
.ec-product-page-content .product-prices,
.ecproduct-page-decs p,
.product-quantity,
.product-variants>.product-variants-item {
    margin-bottom: 25px;
}
.ecproduct-stock-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ecproduct-wishlist-compare {
    margin-top: 0;
    padding-bottom: 30px;
}
.ecproduct-wishlist-compare .ecproduct-wishlist a:focus {
    color: #000000;
}
#product .product-3 #block-reassurance li {
    width: 100%;
    min-width: auto;
}
.product-2 .ecproduct-sale-pack-wrapper {
    right: 30px;
}
.product-2 .ecproduct-online-new-wrapper {
    left: 30px;
}
.product-2 .ecproduct-image-slider {
    box-shadow: none;
    margin: 0 -15px;
}
.product-2 .ecproduct-image-slider .col-md-6 img {
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
}
.product-2 .product-cover .layer {
    right: 30px;
    bottom: 30px;
}
@media (min-width: 992px){
    .footer-container.footer-2 .eccopylink,
    .footer-container.footer-3 .eccopylink{
        padding-bottom: 25px;
    }
}
@media (max-width: 1140px) {
    .footer-container.footer-3 .ecfooter-contact-link-wrapper .ecfooter-address,
    .footer-container.footer-3 .ecfooter-category-block,
    .footer-container.footer-3 .ecfooter-account-link .ecfooter-account-wrapper,
    .footer-container.footer-3 #block_myaccount_infos,
    .footer-container.footer-3 .ec-newsletter-wrapper .ecnewsletter-block,
    .footer-container.footer-3 .ecfooter-store-time .ecfooter-store-time-info-box {
        display: block;
    }
    .footer-container.footer-3 .ecfooter-title-wrapper .ecfooter-title:after,
    .footer-container.footer-3 .block_newsletter .ecnewsletter-title:after {
        display: none;
    }
    .footer-container.footer-3 .ecfooter-time-wrapper .ecfooter-open-time-wrapper,
    .footer-container.footer-3 .ecfooter-account-link li,
    .footer-container.footer-3 #block_myaccount_infos li,
    .footer-container.footer-3 .ecfooter-category-block ul li {
        margin: 0 25px 15px 25px;
    }
    .footer-container.footer-3 .ecfooter-addresses,
    .footer-container.footer-3 .ecfooter-store-link,
    .footer-container.footer-3 .ecfooter-store-link-content,
    .footer-container.footer-3 .ecfooter-store-link-fax {
        padding-bottom: 10px !important;
    }
    .footer-container.footer-3 .ecnewsletter-lable-wrapper {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .footer-container.footer-3 .ecnewsleeter-input-button-wraper {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .footer-container.footer-3 .ecfooter-addresses,
    .footer-container.footer-3 .ecfooter-store-link,
    .footer-container.footer-3 .ecfooter-store-link-content,
    .footer-container.footer-3 .ecfooter-store-link-fax {
        margin: 0 10px;
    }
}
@media (max-width: 1180px) {
    #header .header-4 .ec-menu-horizontal ul li.level-1>a,
    #header .header-6 .ec-menu-horizontal ul li.level-1>a {
        /*padding: 9px 10px;*/
        font-size: 16px;
    }
    .header-3 #_desktop_contact_link #contact-link span {
        font-size: 14px;
    }
    .header-3 #_desktop_contact_link #contact-link i {
        font-size: 20px;
        margin-right: 5px;
    }
    .header-3 .ecdesktop-contact,
    .header-4 .echeader-nav-right,
    .header-6 .echeader-nav-right {
        padding-left: 0;
    }
    .header-4 .ecsearch-wrapper,
    .header-6 .ecsearch-wrapper {
        margin-inline-end: 15px;
    }
    .header-4 .echeader-cart-wrapper,
    .header-6 .echeader-cart-wrapper {
        padding: 25px 0;
        padding-inline-start: 15px;
    }
}
@media (min-width: 992px) {
    .footer-container.footer-3 #footer_sub_menu_store_info {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-container.footer-3 .ecfooter-time-wrapper,
    .footer-container.footer-4 .ecfooter-time-wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .footer-container.footer-4 .ecfooter-time-wrapper .ecfooter-open-time-wrapper,
    .footer-container.footer-4 .ecfooter-time-wrapper {
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    /*.footer-container.footer-3 .ecfooter-time-wrapper .ecfooter-open-time-wrapper,*/
    .footer-container.footer-3 .ecfooter-account-link li,
    .footer-container.footer-3 #block_myaccount_infos li,
    .footer-container.footer-3 .ecfooter-category-block ul li,
    .footer-container.footer-4 .ecfooter-account-link li,
    .footer-container.footer-4 #block_myaccount_infos li,
    .footer-container.footer-4 .ecfooter-category-block ul li {
        display: block;
    }
    .footer-container.footer-4 .ecfooter-time-wrapper .ecfooter-open-time-wrapper {
        justify-content: flex-start;
    }
    .footer-container.footer-3 .ecfooter-logo-link-wrapper li a:before,
    .footer-container.footer-4 .ecfooter-logo-link-wrapper li a:before {
        display: none;
    }
    .footer-container.footer-4 .block_newsletter form {
        width: 100%;
        margin: 0;
    }
}
.product-4 .ecVerticalSlider {
    margin: 4px 0 15px 0;
}
.ecvertical-slider .product-images .slick-dots {
    bottom: -3px;
}
.ec-total-product {
    margin-left: 10px;
}
.ecall-page-shortby .products-sort-order .select-title {
    padding: 7px 10px;
}
.ecproduct-cart-quentity-decrement {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.ecproduct-cart-quentity-increment {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.ecproduct-cart-quentity-increment,
.ecproduct-cart-quentity-decrement {
    background-color: #f5f5f5;
    color: #000000;
}
.ec-product-catalog-btn .ecproduct-cart-quentity {
    border: 1px solid #f5f5f5;
}
.ec-all-page-main-title-wrapper {
    padding: 15px 0 0;
}
#wrapper .breadcrumb {
    background-color: transparent;
    padding: 0;
    border: none;
    /*margin-top: 15px;*/
    margin-bottom: 15px;
}
#wrapper .breadcrumb i {
    font-size: 16px;
    color: #232323;
    margin-right: 5px;
    vertical-align: middle;
}
#wrapper .breadcrumb a:hover i {
    color: #ff2d37;
}
#wrapper .breadcrumb span {
    vertical-align: middle;
    line-height: 24px;
}
.ec-sub-category-inner,
.ec-sub-category-inner:hover {
    background-color: transparent;
    border: none;
    padding: 0;
}
.ec-total-product-number,
.products-selection .sort-by {
    color: #000000;
}
.ecwishlist-icon i,
.ecdesktop-compare-icon i,
#ecdesktop-user-info .echedaer-sign-btn i,
.ecmyccount i,
#ecdesktop-user-info .echedaer-sign-btn i {
    font-size: 18px;
    display: inline-block;
    margin-inline-end: 8px;
    vertical-align: middle;
}
.ecwishlist-icon,
.ecdesktop-compare-icon,
#ecdesktop-user-info .echedaer-sign-btn i,
#ecdesktop-user-info .echedaer-sign-btn span,
.ecmyccount i,
.ecwishlist-name,
.ecdesktop-view-compare-name {
    display: inline-block;
}
.ec-category-block-wrapper #category-description {
    margin-top: 10px;
}
/*.footer-container.footer-2 .ecfooter-social-icon #footer_sub_menu_social_icon,*/
.footer-container.footer-3 .ecfooter-social-icon #footer_sub_menu_social_icon,
.footer-container.footer-3 .ecfooter-logo-block .ecfooter-logo-desc,
.footer-container.footer-3 .ecfooter-title-wrapper .ecfooter-title,
.footer-container.footer-3 .ecdekstop-footer-all-title-wrapper .ecfooter-title,
.footer-container.footer-3 .block_newsletter .ecnewsletter-title {
    text-align: center;
}
.footer-container.footer-3 .ecfooter-title-wrapper .ecfooter-title:after,
.footer-container.footer-3 .block_newsletter .ecnewsletter-title:after {
    content: ':';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}
/***** CMS Design *****/
.cms-description .row {
    display: flex;
    flex-wrap: wrap;
}
.cms-description h1 {
    padding-bottom: 0.8em;
    margin-bottom: 0;
    font-size: 4em;
}
.cms-description h2 {
    padding-bottom: 0.8em;
    margin-bottom: 0;
    font-size: 3.5em;
}
.cms-description h3 {
    padding-bottom: 0.8em;
    margin-bottom: 0;
    font-size: 2.8em;
}
.cms-description h4 {
    padding-bottom: 0.8em;
    margin-bottom: 0;
    font-size: 2em;
}
.cms-description h5 {
    padding-bottom: 0.8em;
    margin-bottom: 0;
    font-size: 1.5em;
}
.cms-description h6 {
    padding-bottom: 0.8em;
    margin-bottom: 0;
    font-size: 1.2em;
}
.cms-description p {
    font-size: 16px;
    padding-bottom: 2.48em;
    color: #000000;
    margin: 0;
}
.cms-description a {
    color: #ff2d37;
}
.cms-description a:hover {
    text-decoration: underline;
}
.cms-description ol,
.cms-description ul {
    margin-bottom: 2.48em;
}
.cms-description ol li,
.cms-description ul li {
    font-size: 16px;
    padding-bottom: 12px;
    color: #000000;
    line-height: 24px;
}
.cms-description ul {
    padding-left: 40px;
    list-style: disc;
    display: inline-block;
}
.cms-description table {
    width: 70%;
}
.fancybox-inner .cms-description table {
    width: 100%;
    margin-bottom: 0;
}
.cms-description table {
    margin-bottom: 2.48em;
}
.cms-description table,
.cms-description th,
.cms-description td {
    border: 1px solid #dddddd;
    border-collapse: collapse;
}
.cms-description th,
.cms-description td {
    font-size: 16px;
    padding: 8px 15px;
    border: 1px solid #dddddd;
}
.cms-description tr:nth-child(even) {
    background-color: #f5f5f5;
}
.cms-description blockquote {
    margin: 16px 40px;
    position: relative;
}
.cms-description blockquote:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 2.48em;
    background-color: #cccccc;
    /*height: 100%;*/
    width: 10px;
}
.cms-description img {
    display: block;
    /*margin: 0 30px 30px 0;*/
}
.cms-description hr {
    padding-bottom: 2.48em;
    width: 50%;
}
#ecproduct-customize .cms-description table {
    width: 100%;
    margin: 0;
}
.menu-content .ecmobile-lang,
.menu-content .ecmobile-curr {
    /*display: inline-block;*/
    /*width: 50%;*/
}
.newsletter_block_popup-bottom label:after {
    content: '';
    background-color: #ff2d37;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.newsletter_block_popup-bottom label:hover:after {
    transform: scaleX(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
#ec-mobile-view-header.mobile-header-1 .echeader-language,
#ec-mobile-view-header.mobile-header-1 .echeader-currency,
#ec-mobile-view-header.mobile-header-2 .echeader-language,
#ec-mobile-view-header.mobile-header-2 .echeader-currency,
.ecdesktop-top-header-wrapper.header-2 .echeader-language,
.ecdesktop-top-header-wrapper.header-2 .echeader-currency,
.ecdesktop-top-header-wrapper.header-3 .echeader-language,
.ecdesktop-top-header-wrapper.header-3 .echeader-currency,
.ecdesktop-top-header-wrapper.header-4 .echeader-language,
.ecdesktop-top-header-wrapper.header-4 .echeader-currency,
.ecdesktop-top-header-wrapper.header-6 .echeader-language,
.ecdesktop-top-header-wrapper.header-6 .echeader-currency {
    display: block;
    margin: 0;
}
.ecdesktop-top-header-wrapper.header-6 {
    /*background-color: #ffffff4d;*/
}
#header .ec-cart-icon-main svg path {
    fill: #000000 !important;
}
/*#header .ec-myaccount-btn-desktop svg path:nth-child(1) {
    fill: none !important;
    stroke: #000 !important;
}*/
/*#header .ec-myaccount-btn-desktop svg path:nth-child(2) {
    fill: #ff2d37 !important;
}*/
#header .ec-myaccount-btn-desktop svg circle {
    fill: none !important;
    stroke: #000 !important;
}
/*#header .ec-cart-icon-main svg g path:nth-child(1) {
    fill: #ff2d37 !important;
}*/
/*#header .ec-cart-icon-main svg g path:nth-child(2) {
    fill: #000000 !important;
}*/
#header .ec-cart-icon-main svg g ellipse {
    fill: none !important;
    stroke: #000 !important;
}
.echeader-search-display-icon .ecsearch-open svg polygon,
.echeader-search-display-icon .ecsearch-close svg g {
    fill: #000000 !important;
}
/*.echeader-search-display-icon .ecsearch-open svg circle:nth-child(3) {
    fill: none !important;
    stroke: #000 !important;
}*/
/*.echeader-search-display-icon .ecsearch-open svg circle:nth-child(2) {
    fill: #ff2d37 !important;
}*/
.mobile-header-2 .ec-account-dropdown {
    top: 47px;
}
.mobile-header-1 .ec-account-dropdown {
    top: 40px;
}
/*.ecsearch-header-display-full .echeader-search-btn svg circle:nth-child(2) {
    fill: #ff2d37 !important;
}*/
/*.ecsearch-header-display-full .echeader-search-btn svg polygon {
    fill: #000 !important;
}*/
/*.ecsearch-header-display-full .echeader-search-btn svg circle:nth-child(3) {
    fill: none !important;
    stroke: #000 !important;
}*/
.ecproduct-page-decs p {
    color: #000000;
    font-size: 14px;
}
.ecwishlist-compare-wrapper-page .ecproduct-wishlist span,
.eccompare-wrapper .ecproduct-compare-btn span {
    font-size: 16px;
    color: #000000;
}
.ecproduct-tax-label {
    margin-left: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #666666;
}
.ec-sub-category-inner:hover .eccategory-name a {
    color: #ff2d37;
}
.product-4 .ecvertical-slider .product-images {
    max-height: none;
}
.ecvertical-slider .product-images {
    max-height: 630px;
}
.product-6 .ecvertical-slider .product-images {
    max-height: none;
    text-align: center;
}
.product-2 .ecvertical-slider {
    display: none;
}
.product-3 .ecvertical-slider .product-images .ecVerticalSlider,
.product-6 .ecvertical-slider .product-images .ecVerticalSlider {
    display: none;
}
.product-3 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(1),
.product-3 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(2),
.product-3 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(3),
.product-3 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(4),
.product-3 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(5),
.product-6 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(1),
.product-6 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(2),
.product-6 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(3) {
    display: block;
}
.product-3 .ecvertical-slider .product-images.slick-slider .ecVerticalSlider,
.product-6 .ecvertical-slider .product-images.slick-slider .ecVerticalSlider {
    display: block;
}
.product-6 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(1),
.product-6 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(2),
.product-6 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(3) {
    width: 470px;
    display: inline-block;
}
.product-6 .ec-product-page-content h1 {
    padding: 0;
}
.product-6 .ecproduct-page-wrapper .star_content {
    float: none;
}
.product-6 .ecall-product-star-icon {
    display: flex;
    justify-content: center;
}
.product-6 .product-price,
.product-6 .product-variants>.product-variants-item,
.product-6 .product-quantity,
#product .product-6 #block-reassurance ul,
.ecproduct-page-wrapper .product-6 .ecproduct-timer {
    justify-content: center;
}
.product-6 .eccart-btn-model {
    float: none;
    justify-content: center;
}
.product-6 .product-add-to-cart .add-to-cart {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 992px) {
    .product-6 .ecvertical-slider .slick-slide {
        opacity: 0.8;
        transition: all 0.35s ease-in-out 0s;
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -ms-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
    }
    .product-6 .ecvertical-slider .slick-center {
        opacity: 1;
        transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        -webkit-transform: scale(1.08);
        transition: all 0.35s ease-in-out 0s;
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -ms-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
    }
}
.product-5 .ecvertical-slider {
    display: none;
}
.product-2 .ecvertical-slider .product-images {
    text-align: center;
}
@media (max-width: 1440px) {
    .product-1 .ecvertical-slider .product-images {
        max-height: 411px;
    }
}
.login-form .ecall-inner-btn,
.register-form .ecall-inner-btn {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.form-title h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
}
label.required:after {
    content: "*";
    color: #f00;
    margin-left: 3px;
}
.eccategory-chain-title a:hover {
    color: #111111;
}
.product-2 .ecproduct-image-slider .col-md-6:nth-child(odd) {
    padding-right: 7.5px;
}
.product-2 .ecproduct-image-slider .col-md-6:nth-child(even) {
    padding-left: 7.5px;
}
.product-2 .ec-product-page-content {
    margin-bottom: 10px;
}
.product-4 .ecvertical-slider .product-images .ecVerticalSlider {
    display: none;
}
.product-4 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(1) {
    display: block;
}
.product-4 .ecvertical-slider .product-images.slick-slider .ecVerticalSlider {
    display: block;
}
.product-6 .ecvertical-slider .product-images.slick-slider .ecVerticalSlider img {
    margin: 0 auto;
}
.product-5 .product-cover .ecproduct-image-slider .col-md-12 {
    margin-bottom: 15px;
}
#product .ecproduct-page-wrapper .ecprduct-image-info-wrapper.product-6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product-6 .ec-product-page-content {
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
}
.product-6 .images-container {
    width: 100%;
}
/*.ecproduct-cart-btn .add-cart-loading.show,
.ecproduct-cart-btn .add-cart.show {
    display: block;
}
.ecproduct-cart-btn .add-cart-loading.hide,
.ecproduct-cart-btn .add-cart.hide {
    display: none;
}*/
.ecproduct-cart-btn .add-cart-loading {
    -webkit-transform: rotate(360deg);
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: now;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
.breadcrumb li:first-child a:before {
    font-family: "Material Icons";
    content: "\e88a";
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.ecwishlist-inner-product-img-block img {
    margin: 0 auto;
}
.product-6 .ec-product-brand-logo {
    margin-bottom: 25px;
}
.product-6 .ecproduct-brand {
    position: unset;
}
@media (max-width: 1280px) and (min-width: 1025px) {
    .product-3 .eccart-btn-model {
        float: none;
    }
}
.quickprod-6 .ecquickview-prod-img {
    margin-bottom: 15px;
}
.quickprod-6 .ecquickview-prod-img,
.quickprod-6 .ecquickview-prod-details {
    width: 100%;
}
.quickprod-6 .ecquickview-prod-details {
    text-align: center;
}
.quickprod-6 .ecquickview-prod-details .product-price,
.quickprod-6 .ecquickview-prod-details .product-variants>.product-variants-item,
.quickprod-6 .ecquickview-prod-details .product-quantity,
.quickprod-6 .ecquickview-prod-details .eccart-btn-model {
    justify-content: center;
}
.quickprod-6 .ecquickview-prod-details .eccart-btn-model,
.quickprod-6 .ecquickview-prod-details .star_content {
    float: none;
}
.quickprod-6 .ecquickview-prod-details .ecall-product-star-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.quickprod-6 .ecquickview-prod-details .product-add-to-cart .add-to-cart {
    margin: 0;
}
.quickview .product-6 .images-container {
    min-height: unset;
}
.quickview .product-6 .ecvertical-slider .product-images {
    display: flex;
}
.quickview .product-6 .ecvertical-slider .product-images img {
    max-height: 243px;
}
.quickview .product-6 .ecvertical-slider .product-images.slick-slider {
    display: block;
}
.ecfooter-product-sticky-bottom .card {
    margin-bottom: 0;
}
.ecfooter-product-sticky-bottom .product-pack .pack-product-container .thumb-mask,
.ecfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-name,
.ecfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-price,
.ecfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-quantity {
    width: auto;
}
.ecfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-name,
.ecfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-price,
.ecfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-quantity {
    display: block;
    margin: 0 5px;
}
.ecfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-name {
    flex: none;
}
.ecfooter-product-sticky-bottom .product-pack {
    margin: 0 10px;
}
.ecfooter-product-sticky-bottom .product-pack .h4 {
    display: none;
}
.ecfooter-product-sticky-bottom .product-pack .pack-product-container {
    padding: 10px;
}
#ecdesktop-user-info .echedaer-sign-btn i {
    margin-inline-end: 6px;
    font-size: 20px;
}
.ecinner-page-pagination li i {
    color: #cccccc;
}
.ecinner-page-pagination li:hover i {
    color: #000000;
}
.table-bordered.ecwishlist-info td a {
    text-decoration: underline;
}
.required sup {
    color: #f00;
    margin-left: 5px;
    right: 0;
}
.ecwishlist-vuew-label {
    text-align: right;
}
.ec-addtocart-product-image {
    text-align: center;
}
#blockcart-modal .cart-content .cart-content-btn .ecall-inner-btn {
    padding: 13px 25px;
}
#blockcart-modal .cart-content .cart-content-btn button {
    margin-right: .700rem;
}
.cart-content-btn a.ecall-inner-btn {
    background-color: #111;
}
.cart-content-btn a.ecall-inner-btn:hover {
    background-color: #ff2d37;
}
.cart-content-btn a.ecall-inner-btn:after {
    box-shadow: 0 0 0 1px #222222;
}
.cart-content-btn a.ecall-inner-btn:hover:after {
    box-shadow: 0 0 0 1px #ff2d37;
}
.cart-content-btn a.ecall-inner-btn span{
    color: #fff;
}
.ecproduct-play-icon {
    position: absolute;
    /*margin-bottom: 15px;*/
    top: 15px;
    left: 30px;
    z-index: 10;
}
.product-3 .ecproduct-play-icon,
.product-6 .ecproduct-play-icon {
    right: 20px;
    text-align: center;
}
.media-list .media {
    margin-bottom: 15px;
}
.product-3 .ecvertical-slider {
    padding: 0 3.5px;
}
.product-1 .ecvertical-slider .slick-slider li img {
    /*padding: 3px;*/
}
.ecproduct-play-icon span {
    vertical-align: middle;
    font-size: 16px;
}
.ecproduct-play-icon i {
    margin-right: 5px;
    font-size: 34px;
}
.ecbottom-to-top {
    /*display: none !important;*/
}
body .ec-main-div .half-wrapper-backdrop {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0000004d;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.full-wrapper-backdrop {
    background-color: #0000004d;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
body.mobile-menu-open .full-wrapper-backdrop,
body.classicCartOpen .full-wrapper-backdrop {
    opacity: 1;
    visibility: visible;
}
body.cart-open .ec-main-div .half-wrapper-backdrop,
body.layout-open .ec-main-div .half-wrapper-backdrop,
body.menu-open .ec-main-div .half-wrapper-backdrop,
body.dropdown-open .ec-main-div .half-wrapper-backdrop,
body.search-open .ec-main-div .half-wrapper-backdrop {
    opacity: 1;
    visibility: visible;
}
.product-images ul {
    margin-bottom: 0;
}
.ecproduct-page-wrapper .ecall-product-star-icon .ecall-product-review:hover {
    color: #000000;
}
.mobile-header-1 .ec-header-logo {
    padding: 10px 0;
}
#ectheme-reset-layout,
#ectheme-reset-bgcolor,
#ectheme-reset-text {
    cursor: pointer;
}
.ecdesktop-top-second {
    min-height: 95px;
}
.ec-cart-loading i {
    animation: fa-spin 2s infinite linear;
    line-height: 20px !important;
    font-size: 19px;
    color: #222;
}
.ec-cart-loading {
    padding: 6px !important;
}
@keyframes fa-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*.ecdesktop-top-header-wrapper.header-6,*/
.ecdesktop-top-header-wrapper.header-4 {
    border-bottom: 1px solid #00000012;
}
/******* start RTL Css *******/
.lang-rtl sup {
    left: -5px;
    right: auto;
}
.lang-rtl .label,
.lang-rtl label {
    text-align: left;
}
.lang-rtl .page-content.page-cms {
    text-align: right;
}
.lang-rtl .products-sort-order .dropdown-menu {
    text-align: right;
}
.lang-rtl .ecleft-right-product-slider .product-description {
    text-align: right;
    padding-right: 15px;
    padding-left: 0;
}
.lang-rtl .ec-product-page-content .ec-indicator.ec-bar .ec-outer {
    margin: 0 0 0 20px;
}
.lang-rtl #block-reassurance li .block-reassurance-item {
    border-right: 3px solid #000;
    border-left: 1px solid #e5e5e5
}
.lang-rtl .ecproduct-wishlist-compare .eccompare-wrapper i,
.lang-rtl .ecproduct-wishlist-compare .ecproduct-wishlist i {
    margin: 0 0 0 5px;
}
.lang-rtl .eccart-btn-model {
    text-align: right;
}
.lang-rtl .product-add-to-cart .add-to-cart {
    margin-right: 0;
    margin-left: 25px;
}
#authentication.lang-rtl .radio-inline,
#identity.lang-rtl .radio-inline {
    padding: 0 0 0 10px
}
#authentication.lang-rtl .radio-inline .custom-radio,
#identity.lang-rtl .radio-inline .custom-radio {
    margin-right: 0;
    margin-left: 8px
}
body#checkout.lang-rtl div.checkout-step #customer-form .radio-inline,
body#checkout.lang-rtl div.checkout-step #delivery-address .radio-inline,
body#checkout.lang-rtl div.checkout-step #invoice-address .radio-inline,
body#checkout.lang-rtl div.checkout-step #login-form .radio-inline {
    padding: 0 0 0 10px
}
body#checkout.lang-rtl div.checkout-step .custom-radio {
    margin-left: 5px;
    margin-right: 0
}
.lang-rtl #block-reassurance img {
    margin: 0 0 0 10px
}
.lang-rtl .custom-checkbox label {
    text-align: right
}
.lang-rtl .nav-inline .nav-item+.nav-item,
.lang-rtl .nav-inline .nav-link+.nav-link {
    margin: 0 0 0 10px
}
#authentication.lang-rtl .radio-inline,
#identity.lang-rtl .radio-inline {
    padding: 0 0 0 10px
}
#authentication.lang-rtl .radio-inline .custom-radio,
#identity.lang-rtl .radio-inline .custom-radio {
    margin-right: 0;
    margin-left: 8px
}
.lang-rtl .ecproduct-page-wrapper .ec-product-page-image {
    float: right
}
.lang-rtl .ec-product-page-content {
    direction: rtl;
}
.lang-rtl .ec-product-page-content .ecproduct-brand {
    right: auto;
    left: 0;
}
.lang-rtl .ec-product-page-content h1 {
    padding-right: 0;
    padding-left: 200px;
}
.lang-rtl .eccart-btn-model {
    float: right;
}
.lang-rtl .open-comment-form,
.lang-rtl .ecshipping-btn,
.lang-rtl .eccustomize-btn {
    margin-right: 0px;
    margin-left: 20px;
}
.lang-rtl .product-price .current-price .price {
    padding-left: 10px;
}
.lang-rtl .ecproduct-flags,
.lang-rtl .ecprduct-image-info-wrapper .product-cover .layer {
    left: 15px;
    right: auto
}
.lang-rtl .ecproduct-page-wrapper .comments_note {
    text-align: right
}
.lang-rtl .ecproduct-page-wrapper .star_content,
.lang-rtl .quickview .star_content {
    float: right;
    margin: 0 0 0 10px
}
.lang-rtl .ecproduct-page-wrapper .product-discount,
.lang-rtl .quickview .product-discount,
.lang-rtl .ecproduct-page-wrapper .product-price {
    float: right
}
.lang-rtl .ecproduct-page-wrapper .product-6 .product-price {
    float: none;
}
.lang-rtl .ecproduct-page-wrapper .product-variants>.product-variants-item ul {
    padding-right: 0
}
.lang-rtl .product-quantity .qty {
    margin-right: 0;
    margin-left: .4rem
}
.lang-rtl .product-actions .control-label {
    margin: 0 0 0 20px;
    float: right
}
.lang-rtl #product-modal .modal-content .modal-body .product-images {
    padding-right: 0
}
.lang-rtl .product-information #block-reassurance ul,
.lang-rtl .ecproduct-description-tab .nav-tabs {
    padding-right: 0
}
.lang-rtl .social-icon li {
    margin: 0 0 0 10px
}
.lang-rtl .btn-primary .material-icons,
.lang-rtl .btn-secondary .material-icons,
.lang-rtl .btn-tertiary .material-icons {
    margin: 0 0 0 .625rem
}
.lang-rtl .product-variants>.product-variants-item ul li.float-xs-left {
    float: right
}
#product.lang-rtl .modal-header button.close {
    left: 5px;
    right: auto
}
#product.lang-rtl #content-wrapper {
    float: none
}
@media (max-width:767px) {
    .lang-rtl .ecproduct-page-wrapper .ec-product-page-image {
        float: none
    }
}
@media (max-width:480px) {
    .lang-rtl .quickview .modal-footer .social-icon li {
        margin: 0 0 0 7px
    }
}
@media (min-width:768px) {
    .lang-rtl .quickview .col-sm-6 {
        float: right;
    }
}
.lang-rtl .modal-content .js-productinfo p {
    text-align: left
}
.lang-rtl .quickview .arrows {
    left: 60px;
    right: auto
}
.lang-rtl .js-qv-product-images,
.lang-rtl .quickview .product-variants-item ul {
    padding-right: 0
}
.lang-rtl .quickview .mask {
    margin: 0 20px 45px 0
}
.lang-rtl .ecproduct-page-wrapper .product-discount .regular-price,
.lang-rtl .quickview .product-discount .regular-price {
    margin: 0 0 0 13px
}
.lang-rtl .product-pack .pack-product-container .pack-product-quantity {
    border-right: 2px solid #f1f1f1;
    border-left: none
}
@media (max-width: 767px) {
    .lang-rtl .modal-content .js-productinfo p {
        text-align: center
    }
    .lang-rtl .quickview .mask {
        margin: 15px 0 0
    }
}
@media (max-width:375px) {
    .lang-rtl .product-pack .pack-product-container .pack-product-quantity {
        border: none
    }
    .ec-newsletter-wrapper .block_newsletter .ecnewsletter-title {
        font-size: 24px;
    }
}
body.lang-rtl {
    direction: rtl
}
.lang-rtl .ec-header-myaccount {
    float: right
}
.lang-rtl .eccart-show-dropdown .eccart-product-list-img {
    float: right;
    margin-left: 15px;
    margin-right: 0
}
.lang-rtl .ecmultibanner-part1 {
    float: right
}
.lang-rtl .eccart-product-content {
    margin-right: 85px;
    margin-left: 0
}
.lang-rtl .ectab-product-all-pagination .ectab-product-list-wrapper {
    direction: ltr
}
.lang-rtl .thumbnail-container .ecproduct-timer .ectimer-wrapper {
    direction: rtl
}
.lang-rtl .owl-carousel {
    direction: ltr
}
.lang-rtl .ec-search-account-cart-wrapper {
    float: left;
}
.lang-rtl .ec-language-dropdown,
.ec-currency-dropdown {
    /*padding: 10px*/
}
@media (max-width: 575px) {
    .lang-rtl .ec-next-pre-btn {
        direction: ltr
    }
}
.lang-rtl .ecleft-right-product-slider .ecproduct-image {
    float: right
}
.lang-rtl .ecleft-right-product-slider .ecproduct-name {
    text-align: right
}
.lang-rtl .ecleft-right-penal-all-block .ecall-product-bottom-link-block,
.lang-rtl .ecblog-left-side .ecnews-event-link,
.lang-rtl .ecallproduct-link,
.lang-rtl .ecnews-event-link {
    text-align: left
}
.lang-rtl .ecnews-event-read-more-link i,
.lang-rtl .ecleft-right-penal-all-block .ecall-product-bottom-link-block i,
.lang-rtl .ecblog-left-side .ecnews-event-link i,
.lang-rtl .ecallproduct-link i,
.lang-rtl .ecnews-event-link i {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 17px
}
.lang-rtl .ecfooter-time-wrapper .ecfooter-open-time-wrapper .ecfooter-opentime-lable {
    float: right;
    margin-left: 10px
}
.lang-rtl #footer_sub_menu_store_time,
.lang-rtl #footer_sub_menu_link,
.lang-rtl #footer_sub_menu_myaccount,
.lang-rtl #footer_sub_menu_social_icon {
    padding-right: 0
}
.lang-rtl .ecfooter-title-wrapper .ecfooter-title {
    text-align: right
}
.lang-rtl .ecfooter-social-icon-wrapper li a {
    /*padding: 0 40px 0 0*/
}
.lang-rtl .ecfooter-social-icon .ecfooter-social-icon-wrapper li {
    text-align: right
}
.lang-rtl .ecvertical-menu-img-block {
    float: right
}
.lang-rtl .ec-vertical-menu-icon-wrapper {
    left: 0;
    right: auto
}
.lang-rtl .ecvertical-menu li:not(.ecvertical-menu-show-hide-category) .ecvertical-menu-dropdown-icon {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: right;
}
.lang-rtl span.eccart-product-price {
    float: left
}
.lang-rtl #wrapper .breadcrumb ol {
    direction: ltr
}
.lang-rtl .ecnewsletter-lable-wrapper .ecnewsletter-lable {
    padding-left: 25px;
    padding-right: 90px
}
.lang-rtl .ec-left-search-totle-product,
.lang-rtl .ec-grid-list-all-wrapper,
.lang-rtl .ecall-page-shortby,
.lang-rtl .ec-sub-category-wrapper,
.lang-rtl .ec-all-pagination .ec-pagination-result,
.lang-rtl .ecinner-page-showing-item {
    float: right
}
.lang-rtl .pagination .ecinner-page-pagination li {
    margin: 0 15px 0 0
}
.lang-rtl.pagination .page-list.ec-pagination-wrapper,
.lang-rtl .pagination .page-list.ecinner-page-pagination {
    direction: ltr;
    float: left
}
.lang-rtl .ec-right-column-wrapper .ec-right-pannal-btn-wrapper {
    float: left
}
.lang-rtl .ec-total-product {
    margin-left: 0;
    margin-right: 10px
}
.lang-rtl .ecproduct-wrapper.list .ec-indicator.ec-pie .ec-outer {
    margin-right: 0
}
.lang-rtl .ec-product-cart-quentity-inner,
.lang-rtl .ecproduct-cart-catalog-btn {
    margin-right: 0;
    margin-left: 15px
}
.lang-rtl #products.list .ecproduct-name,
.lang-rtl #products #products.list .product-price-and-shipping,
.lang-rtl #products.list .product-accessories .product-price-and-shipping,
.lang-rtl #products.list .product-miniature .product-price-and-shipping,
.lang-rtl #products.list .comments_note,
.lang-rtl .ecproduct-wrapper.list .ec-product-list,
.lang-rtl #products.list-2 .ecproduct-name,
.lang-rtl #products #products.list-2 .product-price-and-shipping,
.lang-rtl #products.list-2 .product-accessories .product-price-and-shipping,
.lang-rtl #products.list-2 .product-miniature .product-price-and-shipping,
.lang-rtl #products.list-2 .comments_note {
    text-align: right
}
.lang-rtl .ec-left-column-wrapper .ec-left-pannal-btn-wrapper,
.lang-rtl .ec-right-column-wrapper .ec-right-pannal-btn-wrapper,
.lang-rtl .ecproduct-grid-list .ecproduct-grid,
.lang-rtl .ecproduct-grid-list .ecproduct-grid-2,
.lang-rtl .ecproduct-grid-list .ecproduct-list,
.lang-rtl .ecproduct-grid-list .ecproduct-list-2,
.lang-rtl .ecproduct-grid-list .ecproduct-catelog,
.lang-rtl .ec_search_filter_wrapper .ecleft-right-title-wrapper {
    margin-left: 10px;
    margin-right: 0;
    direction: ltr;
}
@media (min-width: 768px) {
    .lang-rtl #blockcart-modal .divide-right,
    .lang-rtl #blockcart-modal .ec-addtocart-product-image {
        float: right
    }
}
@media (min-width: 767px) {
    .lang-rtl .cart-grid-body,
    .lang-rtl .eccheckout-process-left {
        float: right
    }
}
.lang-rtl #blockcart-modal .divide-right {
    border-left: 1px solid #e5e5e5;
    border-right: 0
}
.lang-rtl #blockcart-modal .cart-content .cart-content-btn .btn {
    margin-right: 0;
    margin-left: 15px
}
.lang-rtl #module-ecblog-archive .pagination .page-list.ecinner-page-pagination {
    float: left
}
#module-ecblog-archive.lang-rtl .pagination .page-list.ecinner-page-pagination {
    float: left
}
.lang-rtl #products.list .ecproduct-timer {
    text-align: right
}
.lang-rtl #products.list-2 .ecproduct-timer {
    text-align: right
}
.lang-rtl .ecproduct-timer-wrapper {
    margin: 0 0 0 6px;
}
.lang-rtl #products.list-2 .ectimer-wrapper .ecproduct-timer-wrapper:first-child {
    margin-right: 0;
    margin-left: 5px
}
.lang-rtl #products.list .ectimer-wrapper .ecproduct-timer-wrapper:first-child {
    margin-right: 0;
    margin-left: 5px
}
.lang-rtl .block-categories .collapse-icons {
    left: 0;
    right: auto
}
.lang-rtl .ec-left-column-wrapper .ec-left-pannal-btn-wrapper {
    background-position: -58px -721px
}
.lang-rtl .ec-right-column-wrapper .ec-right-pannal-btn-wrapper {
    background-position: -104px -721px
}
.lang-rtl body#checkout div.checkout-step .radio-block,
body#checkout.lang-rtl div.checkout-step .address-footer {
    text-align: right
}
body#checkout.lang-rtl div.checkout-step .payment-options .custom-radio {
    margin-right: 0;
    float: right !important;
    margin-left: 20px
}
@media (min-width: 992px) {
    .lang-rtl .ecvertical-menu .menu-dropdown {
        right: 100%;
        -webkit-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    .lang-rtl #right-column.ec-left-right-panel-hide {
        left: -500px;
        right: auto
    }
    .lang-rtl #right-column.ec-left-right-panel-hide.open {
        left: 0;
        right: auto
    }
    .lang-rtl #left-column.ec-left-right-panel-hide {
        right: -500px;
        left: auto
    }
    .lang-rtl #left-column.ec-left-right-panel-hide.open {
        right: 0;
        left: auto
    }
    .lang-rtl .ec-left-right-panel-hide .ecright-column-close-btn {
        right: 5px;
        left: auto
    }
    .lang-rtl .ec-left-right-panel-hide .ecleft-column-close-btn {
        left: 5px;
        right: auto
    }
}
@media (max-width: 991px) {
    .lang-rtl .ecfooter-toggle-icon-wrapper.ecfooter-toggle-icon {
        right: auto;
        left: 0;
    }
    .lang-rtl .ecmobile-header-left {
        float: right
    }
    .lang-rtl .ecmobile-header-right {
        float: left
    }
    .lang-rtl #ecmobile-horizontal-menu {
        margin-left: 30px;
        margin-right: 0
    }
    .lang-rtl .ecfooter-toggle-icon-wrapper .ecfooter-toggle-icon {
        left: 0;
        right: auto
    }
    .lang-rtl .ecvertical-menu li .ecvertical-menu-dropdown-icon1 {
        right: auto;
        left: -10px
    }
    .lang-rtl .ecfooter-title-wrapper .ecfooter-title {
        padding-right: 10px
    }
}
@media (max-width: 575px) {
    .lang-rtl .ecmobile-header-right {
        float: unset
    }
    .lang-rtl .ecmobile-header-left {
        float: unset
    }
    .lang-rtl .ec-left-search-totle-product,
    .lang-rtl .ec-grid-list-all-wrapper,
    .lang-rtl .ecall-page-shortby,
    .lang-rtl .ec-sub-category-wrapper,
    .lang-rtl .ec-all-pagination .ec-pagination-result,
    .lang-rtl .ecinner-page-showing-item {
        width: 100%
    }
}
.lang-rtl #id_new_comment_form {
    text-align: right;
}
.lang-rtl #new_comment_form #criterions_list li {
    display: flex;
    flex-wrap: wrap;
}
.lang-rtl #new_comment_form #criterions_list label {
    margin: 0 0 0 20px;
}
.lang-rtl #new_comment_form .star_content {
    display: flex;
}
.lang-rtl #new_comment_form label {
    text-align: right;
}
.lang-rtl .form-group {
    display: flex;
    flex-wrap: wrap;
}
.lang-rtl .page-footer .account-link i {
    margin: 0 0 0 5px;
}
.lang-rtl .pull-right.btn-home i {
    margin: 0 0 0 10px;
}
.lang-rtl .form-control-select {
    background-position: left center;
}
.lang-rtl .cart-summary-line .value {
    float: left;
}
body#checkout.lang-rtl div.checkout-step .radio-block {
    text-align: right;
}
body#checkout.lang-rtl div.checkout-step.-reachable.-complete h1 .step-edit {
    float: left;
}
.lang-rtl .order-confirmation-table .row {
    display: flex;
    flex-wrap: wrap;
}
.lang-rtl #ecdesktop-main-menu .ecmain-menu-wrapper .ec-header-menu[data-depth="0"]>li>.ecmenu-link-wrapper a span:after {
    left: auto;
    right: 0;
}
.lang-rtl .ecdesktop-top-header-box {
    direction: rtl;
}
.lang-rtl .ec-search-account-cart-wrapper {
    float: left;
}
.lang-rtl .ec-contact-account-cart-wrapper {
    text-align: left;
    /*direction: ltr;*/
}
.lang-rtl .eccart-icon-text-wrapper .eccart-lable,
.lang-rtl .ec-account-wrapper .ec-myaccount-btn span {
    text-align: right;
}
.lang-rtl .echeader-search .ec-select-category {
    background-position: 0
}
.lang-rtl .ec-header-myaccount .ec-myaccount-btn i {
    margin-right: 10px;
    margin-left: 0;
}
.lang-rtl .ec-header-myaccount .ec-account-dropdown {
    left: 0;
    right: auto;
    text-align: right;
}
#history.lang-rtl caption,
#history.lang-rtl th {
    text-align: right;
}
.lang-rtl .ecdesktop-top-header-wrapper .ecdesktop-top-wrapper {
    direction: rtl;
}
.lang-rtl .echeader-offer-wrapper {
    float: right;
}
.lang-rtl .echeader-language-currency-wrapper {
    text-align: left;
}
.lang-rtl #ecdesktop-language-selector .ec-language-btn .ecimage-lazy {
    margin-right: 0;
    margin-left: 5px;
}
.lang-rtl .ecdesktop-language-selector {
    direction: rtl;
    text-align: left;
}
.lang-rtl #ecdesktop-language-selector .ec-language-btn,
.lang-rtl #ecdesktop-currency-selector .ec-currency-btn {
    direction: rtl;
}
.lang-rtl .ec-language-dropdown,
.lang-rtl .ec-currency-dropdown {
    text-align: right;
}
.lang-rtl .eccart-show-dropdown {
    left: 0;
    right: auto;
}
.lang-rtl .eccart-product-totle {
    text-align: right;
}
.lang-rtl .eccart-product-content-box {
    direction: rtl;
    padding: 0 0 0 20px
}
.lang-rtl .eccart-product-content {
    text-align: right;
    direction: rtl;
}
.lang-rtl .eccart-product-list-subtotal-prod {
    direction: rtl;
}
.lang-rtl #ecdesktop-logo {
    float: none;
}
.lang-rtl .ec-header-menu .ec-header-menu>li>.ecmenu-link-wrapper a[data-depth="1"],
.lang-rtl .ecmain-menu-mobile-dropdown {
    text-align: right;
}
.lang-rtl .ecmenu-toggle-icon {
    right: auto;
    left: 0;
}
.lang-rtl .product-price-and-shipping .price,
.lang-rtl .product-price-and-shipping .regular-price {
    margin: 0 0 0 5px;
}
.lang-rtl .product-price-and-shipping .price {
    font-size: 14px;
}
.lang-rtl .ecproduct-hover-btn-wrapper {
    direction: ltr;
}
.lang-rtl .ecproduct-online-new-wrapper {
    left: 15px;
    right: auto;
    text-align: left;
}
.lang-rtl .ecproduct-sale-pack-wrapper {
    right: 15px;
    left: auto;
    text-align: right;
}
.lang-rtl #products.list-2 .product-description,
.lang-rtl #products.list .product-description {
    text-align: right;
}
.lang-rtl .ec-product-cart-quentity-inner,
.lang-rtl .ecproduct-cart-catalog-btn {
    margin-left: 0;
    margin-right: 0;
}
.lang-rtl .ecproduct-info-box-wrapper .product-description {
    direction: ltr;
}
.lang-rtl .ecfooter-product-box-layout .ecleft-right-product-slider .ecproduct-wrapper {
    direction: rtl;
}
.lang-rtl .ecprev-btn {
    right: auto;
    left: 0;
}
.lang-rtl .ecnext-btn {
    left: 45px;
    right: auto;
}
.lang-rtl .ecnewsletter-lable-wrapper:before {
    right: 0;
    left: auto;
}
.lang-rtl .block_newsletter form .input-wrapper {
    direction: ltr;
}
.lang-rtl #footer_sub_menu_store_info .ecfooter-addresses:after {
    left: auto;
    right: -25px;
}
.lang-rtl #footer_sub_menu_store_info .ecfooter-store-link-fax:after {
    left: auto;
    right: -25px;
}
.lang-rtl #footer_sub_menu_store_info .ecfooter-store-link:after {
    left: auto;
    right: -25px;
}
.lang-rtl #footer_sub_menu_store_info .ecfooter-store-link-content:after {
    left: auto;
    right: -25px;
}
.lang-rtl #footer_sub_menu_social_icon {
    text-align: right;
}
.lang-rtl .ecfooter-address-lable {
    float: right;
    padding-left: 5px;
    padding-right: 0;
}
.lang-rtl .page-list {
    direction: ltr;
    float: left;
}
.lang-rtl #newsletter_block_popup .ecnewsletter-popup-wrapper .ecnewsletter-popup-img-wrapper {
    margin: 0 0 0 10px;
}
.lang-rtl body#checkout section.checkout-step .radio-block,
body#checkout section.checkout-step .address-footer {
    text-align: right;
}
.lang-rtl .ecproduct-flags,
.lang-rtl .ecprduct-image-info-wrapper .product-cover .layer {
    right: 20px;
    left: auto;
}
.lang-rtl .ecproduct-flags.ecproduct-sale-pack-wrapper {
    left: 20px;
    right: auto;
}
.lang-rtl .ectab-title-wrapper .ectabs-products li:last-child:after {
    background-color: #000000;
}
.lang-rtl .ectab-title-wrapper .ectabs-products li:first-child:after {
    background-color: transparent;
}
.lang-rtl #right-column.col-xl-2,
.lang-rtl #left-column.col-xl-2 {
    float: right;
}
.lang-rtl .teccart-show-dropdown-right {
    direction: rtl;
}
.lang-rtl .teccart-show-dropdown-right .eccart-product-content {
    margin-right: 15px;
}
.lang-rtl .teccart-show-dropdown-right .eccart-product-remove {
    left: 0;
    right: auto;
}
.lang-rtl .teccart-show-dropdown-right {
    right: auto;
    left: -100%;
}
.lang-rtl .tabs .nav-tabs .nav-item {
    float: right;
}
body.lang-rtl.classicCartOpen .teccart-show-dropdown-right {
    right: auto;
    left: 0;
}
/***** End Custom Shopping Cart Right Side *****/
.lang-rtl .ecright-sticky {
    right: -77px;
}
.lang-rtl .ec_blog_post_area .post_content {
    text-align: right;
}
.lang-rtl .ecleft-right-title.facet-label {
    text-align: right;
}
#category.lang-rtl #left-column {
    padding-left: 15px;
    padding-right: 15px;
    float: right;
}
.lang-rtl .ecvertical-menu-img-block {
    margin-right: 0;
    margin-left: 10px;
}
.lang-rtl .ecvertical-menu-wrapper .ecleft-right-penal-all-block {
    padding-left: 0;
    padding-right: 20px;
}
.lang-rtl .ecvertical-menu li .ecvertical-menu-dropdown-icon1 {
    left: 15px;
    right: auto;
}
.lang-rtl .ecvertical-menu-wrapper .ecleft-right-title.facet-label {
    text-align: right;
    padding: 0 40px 0 0;
}
.lang-rtl .ecvertical-menu-wrapper .ecleft-right-title-toggle i {
    right: 15px;
    left: auto;
}
.lang-rtl .ecvertical-menu-wrapper .ecleft-right-title-toggle {
    left: auto;
    right: 0;
}
.lang-rtl .ecvertical-menu li.level-1,
.lang-rtl .ecvertical-menu-show-hide-category .ecvertical-show-category,
.lang-rtl .ecvertical-menu-show-hide-category .ecvertical-hide-category {
    border-left: none;
    border-right: 3px solid #e1e1e1;
}
.lang-rtl .ecvertical-menu li.level-1:hover,
.lang-rtl .ecvertical-menu-show-hide-category .ecvertical-show-category:hover,
.lang-rtl .ecvertical-menu-show-hide-category .ecvertical-hide-category:hover {
    border-left: none;
    border-right: 3px solid #ff2d37;
}
.lang-rtl .ectheme-control .ectheme-control-wrapper .ecselect-theme select,
.lang-rtl .ectheme-control .ectheme-control-wrapper .ecselect-title-font-1 select,
.lang-rtl .ectheme-control .ectheme-control-wrapper .ecselect-title-font-2 select {
    /*background-position: 10px*/
}
.lang-rtl .ecapp-logo-content-inner {
    padding-left: 100px;
    padding-right: 0;
}
.lang-rtl .ecblog-date-username {
    direction: rtl;
}
.lang-rtl .ecmain-slider-wrapper {
    float: right;
}
.lang-rtl .custom-checkbox input[type='checkbox'] {
    left: auto;
    right: 0;
}
body#checkout.lang-rtl .custom-checkbox {
    float: right;
}
.lang-rtl .custom-checkbox label {
    margin-right: 9px;
}
body#checkout.lang-rtl div.checkout-step #customer-form .form-control-label,
body#checkout.lang-rtl div.checkout-step #delivery-address .form-control-label,
body#checkout.lang-rtl div.checkout-step #invoice-address .form-control-label,
body#checkout.lang-rtl div.checkout-step #login-form .form-control-label {
    text-align: right;
}
.lang-rtl .custom-checkbox {
    margin: 0 0 0 3px;
}
.lang-rtl #search_filters .facet .facet-label a {
    margin: 0 5px 0 0;
    text-align: right;
}
.lang-rtl .ecall-inner-btn i {
    margin: 0 0 0 5px;
}
.lang-rtl .footer-container.footer-4 .ecfooter-logo-link-wrapper li:last-child a:before {
    display: block;
}
.lang-rtl .echeader-language {
    margin-left: 26px;
    margin-right: 0;
}
.lang-rtl .header-3 #_desktop_contact_link {
    text-align: left;
}
.lang-rtl .header-3 .container_tv_megamenu,
.lang-rtl .header-5 .echeader-language-currency-wrapper,
.lang-rtl .footer-container.footer-4 .ecfooter-contact-link-wrapper,
.lang-rtl .footer-container.footer-4 .ecfooter-logo-block .ecfooter-img-block,
.lang-rtl .footer-container.footer-4 .ecfooter-logo-block .ecfooter-logo-desc,
.lang-rtl .footer-container.footer-2 .ecfooter-logo-block .ecfooter-img-block,
.lang-rtl .footer-container.footer-2 .ecfooter-logo-block .ecfooter-logo-desc {
    text-align: right;
}
.lang-rtl #footer_sub_menu_store_info .ecfooter-addresses i,
.lang-rtl #footer_sub_menu_store_info .ecfooter-store-link i,
.lang-rtl #footer_sub_menu_store_info .ecfooter-store-link-content i,
.lang-rtl #footer_sub_menu_store_info .ecfooter-store-link-fax i {
    margin-right: 0;
    margin-left: 8px;
}
.lang-rtl .footer-container.footer-4 .ecfooter-time-wrapper .ecfooter-open-time-wrapper,
.lang-rtl .footer-container.footer-4 .ecfooter-account-link li,
.lang-rtl .footer-container.footer-4 #block_myaccount_infos li,
.lang-rtl .footer-container.footer-4 .ecfooter-category-block ul li {
    margin: 0 0 20px 40px;
}
.lang-rtl .ec-sub-category-title-wrapper {
    padding: 15px 15px 0 0px;
}
.lang-rtl #wrapper .breadcrumb ol {
    direction: rtl;
}
.lang-rtl #wrapper .breadcrumb i {
    margin-right: 0;
    margin-left: 5px;
}
.lang-rtl .ecleft-right-title-wrapper,
.lang-rtl .ec-category-title-wrapper,
.lang-rtl .ecleft-right-title.facet-label,
.lang-rtl .block-categories .category-top-menu>li.ec-category-title-wrapper a {
    text-align: right;
}
.lang-rtl .eccategory-chain-slider-content-box {
    direction: rtl;
}
.lang-rtl .ecNewsLetterPopup-i .ecnewsletterpopup-button-icon {
    left: 15px;
    right: auto;
}
.lang-rtl #header .ec-menu-horizontal ul li.level-1>a {
    direction: ltr;
}
.lang-rtl .footer-container.footer-3 .ecfooter-logo-link-wrapper li a:before {
    left: -30px;
    right: auto;
}
.lang-rtl .footer-container.footer-3 .ecfooter-title-wrapper .ecfooter-title:after,
.lang-rtl .footer-container.footer-3 .block_newsletter .ecnewsletter-title:after {
    left: -10px;
    right: auto;
}
.lang-rtl .footer-container.footer-3 .ecnewsletter-lable-wrapper {
    margin-right: 0;
    margin-left: 25px;
}
@media (min-width: 768px) {
    .lang-rtl #blockcart-modal .cart-content {
        padding-right: 2.5rem;
        padding-left: 0;
    }
}
.lang-rtl #blockcart-modal .cart-content .cart-content-btn button {
    margin-left: .7rem;
    margin-right: 0;
}
.lang-rtl #blockcart-modal .modal-title i.material-icons {
    margin-left: 1.875rem;
    margin-right: 0;
}
.lang-rtl .ec-addtocart-msg-wrapper .ec-addtocart-close {
    left: 15px;
    right: auto;
}
.lang-rtl .ecvertical-slider {
    direction: ltr;
}
.lang-rtl .ec-product-page .ec-indicator {
    margin-right: 0;
    margin-left: 50px;
}
.lang-rtl .ecproduct-wrapper .ecproduct-timer-icon i {
    margin-right: 0;
    margin-left: 3px;
}
.lang-rtl #header .header-4 .ec-myaccount-btn-desktop svg,
.lang-rtl #header .header-5 .ec-myaccount-btn-desktop svg,
.lang-rtl #header .header-6 .ec-myaccount-btn-desktop svg {
    margin: 0;
}
.lang-rtl .breadcrumb li:first-child a:before {
    margin-right: 0;
    margin-left: 5px;
}
.lang-rtl .products-selection .sort-by {
    text-align: left;
}
.lang-rtl .ec_search_filter_wrapper .ecleft-right-title-wrapper .ecproduct-top-filter-name {
    padding: 0px 0 0 5px;
}
.lang-rtl .ecfilter-search-types-dropdown>li .magnitude {
    float: left;
}
.lang-rtl .ecproduct-play-icon {
    left: auto;
    right: 30px;
}
.lang-rtl .open-comment-form .eccustom-icons {
    margin-right: 0;
    margin-left: 5px;
}
.lang-rtl .cms-description blockquote:before {
    left: auto;
    right: -40px;
}
.lang-rtl .ecproduct-description-tab .product-reference .label,
.lang-rtl .ecproduct-description-tab .product-quantities .label {
    margin: 0 0px 0 8px;
}
.lang-rtl .ecproduct-page-wrapper .product-3 .ec-product-page-image {
    float: left
}
.lang-rtl .cms-description ul {
    padding-left: 0;
    padding-right: 40px;
}
.lang-rtl .contact-form .form-control-label {
    text-align: right;
}
.lang-rtl .text-sm-right {
    text-align: left !important;
}
.lang-rtl .label,
.lang-rtl label {
    text-align: right;
}
.lang-rtl .custom-checkbox {
    float: none;
}
.lang-rtl .table thead th {
    text-align: right;
}
.lang-rtl #hideWishlist {
    float: right;
}
.lang-rtl #header .ecdesktop-top-header-wrapper.header-4 .ecsearch-header-display-wrappper,
.lang-rtl #header .ecdesktop-top-header-wrapper.header-5 .ecsearch-header-display-wrappper,
.lang-rtl #header .ecdesktop-top-header-wrapper.header-6 .ecsearch-header-display-wrappper {
    left: 0;
    right: auto;
}
.lang-rtl .ecmain-slider-next-pre-btn .ecprev-btn,
.lang-rtl .ec-vertical-menu-next-pre-btn .ecprev-btn {
    left: 15px;
    right: auto;
}
.lang-rtl .ecmain-slider-next-pre-btn .ecnext-btn,
.lang-rtl .ec-vertical-menu-next-pre-btn .ecnext-btn {
    right: 15px;
    left: auto;
}
.lang-rtl .menu-subtitle {
    left: -8px;
    right: auto;
}
@media (max-width: 991px) {
    .lang-rtl #ecdesktop-language-selector .ec-language-btn,
    .lang-rtl #ecdesktop-currency-selector .ec-currency-btn {
        text-align: right;
    }
    .lang-rtl #footer_sub_menu_store_info {
        margin: 0;
        overflow: hidden;
        padding: 0 15px 0 15px;
    }
    .lang-rtl #footer_sub_menu_store_time,
    .lang-rtl #footer_sub_menu_link,
    .lang-rtl #footer_sub_menu_myaccount,
    .lang-rtl #footer_sub_menu_social_icon {
        padding: 0 15px;
    }
    .lang-rtl .ecproduct-wrapper .ecproduct-hover-btn {
        right: 10px;
        left: auto;
    }
    .lang-rtl #footer_sub_menu_store_time,
    .lang-rtl #footer_sub_menu_link,
    .lang-rtl #footer_sub_menu_myaccount,
    .lang-rtl #footer_sub_menu_social_icon {
        padding: 0 15px;
    }
    .lang-rtl #header .ec-myaccount-btn-desktop svg {
        width: 23px;
        height: 23px;
        margin: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .lang-rtl .ecmobile-slidebar {
        right: -300px;
        left: auto;
    }
    .lang-rtl .ecmobile-slidebar.open {
        right: 0;
        left: auto;
    }
    .lang-rtl .ecapp-logo-content-inner {
        width: 100%;
    }
    .lang-rtl .ectags-content-box {
        text-align: center;
    }
    .lang-rtl #ecmobile-horizontal-menu .ecmain-menu-wrapper>.ec-header-menu {
        right: -300px;
        left: auto;
    }
    .lang-rtl #ecmobile-horizontal-menu .ec-header-menu.open {
        right: 0;
        left: auto;
    }
    .lang-rtl .ecdesktop-language-selector {
        text-align: center;
    }
    .lang-rtl .ectab-product .ec-main-title {
        float: none;
        text-align: center;
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .lang-rtl .ecmain-slider-wrapper {
        float: none;
    }
    .lang-rtl .ectab-title-wrapper {
        float: none;
        padding-right: 0;
        margin-bottom: 15px;
        padding-left: 0;
    }
    .lang-rtl .ec-account-wrapper,
    .lang-rtl .echeader-cart-wrapper {
        padding: 0;
    }
}
@media (max-width: 650px) {
    .lang-rtl .echeader-search {
        text-align: center;
    }
}
@media (max-width: 575) {
    .lang-rtl .ecprev-btn,
    .lang-rtl .ecnext-btn {
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
        display: inline-block;
        position: inherit;
        margin: 0 3px;
    }
    .lang-rtl .ecapp-logo-content-inner {
        margin-right: 0;
        padding: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .lang-rtl #ecmobile-horizontal-menu {
        margin: 0;
    }
    .lang-rtl .ec-contact-account-cart-wrapper {
        float: none;
        border: none;
    }
    .lang-rtl .ecsearch-header-display-wrappper {
        left: 0;
        right: auto;
    }
    .lang-rtl .ecmobile-cart-acount-text {
        text-align: left;
        padding-right: 0;
        padding-left: 15px;
    }
    .lang-rtl #products.list .ecproduct-name,
    .lang-rtl #products.list .ec-indicator .ec-items,
    .lang-rtl #products.list .ecproduct-timer,
    .lang-rtl #products.list .comments_note,
    .lang-rtl #products.list .product-miniature .product-price-and-shipping,
    .lang-rtl #products.list-2 .product-description,
    .lang-rtl #products.list .product-description {
        text-align: center;
    }
    .lang-rtl .ecproduct-wrapper.list .ecall-product-btn-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 1100px) {
    .ecattrsearch-wrapper form button {
        padding: 10px 30px;
    }
}
@media (min-width: 992px) {
    .lang-rtl .ec-language-dropdown,
    .lang-rtl .ec-currency-dropdown {
        right: auto;
        left: 0;
        text-align: right;
    }
    .lang-rtl .ecproduct-wrapper.list .ec-product-list {
        float: right;
        margin-right: 0;
        margin-left: 15px;
        text-align: center;
    }
}
@media (max-width: 991px) and (min-width: 576px) {
    .lang-rtl .ecproduct-wrapper.list .ec-product-list {
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }
}
@media(max-width: 1440px) {
    .lang-rtl .product-add-to-cart .add-to-cart {
        margin: 0 0 5px 30px;
    }
}
@media (max-width: 1008px) {
    *::-webkit-scrollbar {
        width: 5px;
        background-color: #ddd;
    }
    *::-webkit-scrollbar-thumb {
        background-color: #ff2d37;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    }
    body {
        overflow: overlay;
    }
}
.product-3 #block-reassurance {
    margin-bottom: 20px;
}
#cart #block-reassurance li {
    margin: 0 0px 5px 0;
}
.ecforce-hide {
    display: none;
}
.eccategory-slider,
.ecofferbanners-one,
.ectab-title-product,
.ecspecial-product,
.ecfeatured-product,
.ecbest-seller-product,
.ecnew-product,
.ecsame-category-product,
.eccross-selling-product,
.eclike-product,
.ectabcategory-product-slider,
.ecsingle-block,
.ectestimonial,
.ecadvance-block,
.ectwoofferbanners-one,
.ecour-process-wrapper,
.eccategory-chain-slider,
.ecattrsearch {
    margin-bottom: 80px;
}
.eccustomer-services {
    margin: 30px auto;
}
.ecblog-event-home,
.ecbrandlist-slider {
    margin-bottom: 70px;
}
@media (max-width: 1200px) {
    .product-1 .ecvertical-slider .product-images {
        max-height: 321px;
    }
    .lang-rtl .ecvertical-menu-wrapper .ecleft-right-penal-all-block {
        padding-left: 0;
        padding-right: 10px;
    }
    .eccustomer-services .ecservices-center {
        width: 50%;
        padding: 15px 15px;
    }
}
/******* Start Media-tablet Css *******/
/* Media Css 769 to 1024 */
@media(max-width: 1023px) {
    .ec-footer-social-icon.slideInLeft,
    .ecright-sticky.slideInRight {
        display: none;
    }
}   
@media (max-width: 1024px) {
    .ecbottom-to-top {
        /*display: block !important;*/
    }
    .product-1 .ecvertical-slider .product-images {
        max-height: 585px;
    }
    .product-4 .ecvertical-slider .ecVerticalSlider img {
        margin: 0 auto;
    }
    .ecapp-logo-content-box {
        padding: 30px 30px 0 30px;
    }
    #category .ec-grid-list-wrapper-info-box {
        width: 25%;
    }
    #product .data-sheet {
        max-width: 100%;
    }
    /*.ecprduct-image-info-wrapper .product-cover{
    }
    .ecprduct-image-info-wrapper .ecvertical-slider{
        width: 100%;
    }*/
    .ecproduct-page-wrapper .ec-product-page-image {
        margin-bottom: 30px;
    }
    .ecproduct-page-wrapper .ec-product-page-image,
    .ecproduct-page-wrapper .ec-product-page-content {
        width: 100%;
    }
    .ecfooter-payment-icon-img-block .ecfooter-payment-icon-wrapper {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        float: none;
    }
    .zoomContainer {
        display: none;
    }
    .ttvattrsearch-wrapper,
    .ecattrsearch-wrapper {
        width: 100%;
    }
    .ecattrsearch .ttvattrsearch {
        display: block;
    }
    .ecattrsearch-wrapper {
        margin-top: 20px;
    }
    .ttvattrsearch-wrapper .multiselect-wrapper {
        margin-bottom: 15px;
    }
    #index .ecattrsearch-wrapper {
        margin-top: 10px;
        width: 100%;
    }
}
@media(max-width: 991px) {
    .footer-container.footer-4 .block_newsletter form {
        margin: 0 auto;
    }
    .mobile-header-1,
    .mobile-header-2,
    .mobile-header-3 {
        border-bottom: 1px solid #00000012;
    }
    .echeader-sticky.sticky .ec-header-logo {
        padding: 8px 0;
    }
    .footer-container.footer-4 .ecfooter-storelogo-inner {
        margin: 0;
    }
    .footer-container.footer-3 .ecnewsletter-lable-wrapper {
        margin-bottom: 15px;
        margin-right: 0;
    }
    #index #wrapper {
        /*padding-top: 15px;*/
    }
    #ecmobile-search .echeader-search-display-icon {
        display: none;
    }
    .container_tv_megamenu {
        display: block;
    }
    .ecmain-slider-next-pre-btn {
        display: none;
    }
    #ecmain-slider .owl-dots {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        justify-content: center;
        z-index: 0;
    }
    #ecmain-slider.owl-theme .owl-dots .owl-dot.active span,
    #ecmain-slider.owl-theme .owl-dots .owl-dot:hover span {
        border: none;
        background-color: #ff2d37;
        height: 15px;
        width: 15px;
    }
    .ecmobile-contact {
        position: relative;
        padding: 10px 0 0 0;
    }
    .ecmobile-contact:before {
        content: '';
        background-color: #e5e5e5;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
    }
    .ecmobile-sliderbar-btn {
        padding: 5px 0;
    }
    #left-column .ecleft-right-product-slider {
        width: 50%;
        float: left;
    }
    .ecapp-logo-content-box {
        padding: 30px 15px 0 15px;
    }
    .ecapp-logo-content-inner .ecdekstop-footer-all-title-wrapper .ecfooter-title span {
        font-size: 22px;
    }
    .ecdekstop-footer-all-desc-wrapper span {
        font-size: 14px;
    }
    .ecapp-logo-content-inner {
        width: 100%;
    }
    .ecapp-logo {
        margin-bottom: 30px;
    }
    .ecofferbanners-one {
        margin-bottom: 30px;
    }
    .ecsliderofferbanners-one .ecbanner1,
    .ecsliderofferbanners-one .ecbanner2 {
        padding: 0 15px;
    }
    .ecsliderofferbanners-one .ecbanner1 {
        margin-bottom: 0;
        text-align: right;
    }
    .ecsliderofferbanners-one .ecbanner2 {
        margin-bottom: 0;
        text-align: left;
    }
    .ecsliderofferbanners-one {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    #header {
        position: relative;
    }
    #index #header {
        position: relative;
        background-color: #ffffff;
        /*margin-bottom: 15px;*/
    }
    .ectags-content-box {
        text-align: center;
    }
    .ecmobile-header-search-logo-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ecdesktop-top-header-box {
        display: block;
    }
    #ecmobile-horizontal-menu .ecmain-menu-wrapper>.ec-header-menu {
        position: absolute;
        background-color: #ffffff;
        border: 1px solid #eee;
        top: 100%;
        width: 50%;
        z-index: 70;
        display: block;
        opacity: 0;
        -webkit-transition: all 0.7s ease 0.1s;
        -moz-transition: all 0.7s ease 0.1s;
        -ms-transition: all 0.7s ease 0.1s;
        -o-transition: all 0.7s ease 0.1s;
        transition: all 0.7s ease 0.1s;
        padding: 30px;
        left: -300px;
        visibility: hidden;
        max-height: 500px;
        overflow-y: scroll;
    }
    #ecmobile-horizontal-menu .ec-header-menu.open {
        opacity: 1;
        -webkit-transition: all 0.7s ease 0.1s;
        -o-transition: all 0.7s ease 0.1s;
        transition: all 0.7s ease 0.1s;
        visibility: visible;
        left: 0;
    }
    #ecmobile-horizontal-menu .ec-header-menu li {
        width: 100%;
        text-align: center;
        position: relative;
        display: block;
        padding: 0;
    }
    #ecmobile-horizontal-menu .ec-header-menu ul[data-depth="1"]>li {
        padding: 10px 0;
        float: unset;
    }
    .echeader-top-menu-img {
        padding: 10px 0;
    }
    #ecmobile-horizontal-menu>.ecmain-menu-wrapper>.ec-header-menu>li {
        border-bottom: 1px solid #f1f1f1;
    }
    #ecmobile-horizontal-menu>.ecmain-menu-wrapper>.ec-header-menu>li>.ecmenu-link-wrapper {
        padding: 15px 20px;
    }
    #ecmobile-horizontal-menu>.ecmain-menu-wrapper>.ec-header-menu>li>.ecmenu-link-wrapper a {
        color: #222222;
        font-weight: 500;
    }
    .ecmenu-link-wrapper .ecdropdown-submenu.ecmenu-link {
        display: block;
        width: 100%;
    }
    #ecmobile-horizontal-menu .ec-header-menu li .ecmain-menu-mobile-dropdown .category.ecmain-menu-wrapper {
        padding: 3px 0;
    }
    .ecmenu-link-wrapper .ecdropdown-submenu.ecmenu-link span {
        color: #000;
        font-weight: 500;
    }
    .ecmenu-link-wrapper .ecdropdown-submenu.ecmenu-link span:hover {
        color: #e40046;
    }
    #ecmobile-horizontal-menu .ec-header-menu li:last-child {
        border-bottom: none;
    }
    #ecmobile-horizontal-menu .ec-header-menu li a i {
        float: right;
        padding: 0 40px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .ecmobile-header-menu-offer-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*background-color: #fdd740;*/
        padding: 0 15px;
    }
    .ecmenu-toggle-icon {
        position: absolute;
        right: 0;
    }
    .ecmain-menu-dropdown {
        display: none;
        width: 100%;
        padding: 0 0 15px 0;
    }
    .ecmenu-button-wrapper {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0;
    }
    #ecmobile-horizontal-menu-left {
        padding: 0;
    }
    #ec-mobile-view-header .ecmenu-button i {
        color: #ffffff;
        font-size: 24px;
        width: 35px;
        height: 35px;
        line-height: 33px;
        text-align: center;
        border: 1px solid rgba(162, 71, 99, 0.36);
        border-radius: 5px;
        vertical-align: top;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #header .ecmain-menu-wrapper .menu {
        display: block;
    }
    .ecmobile-header-menu {
        position: initial;
        padding: 0;
    }
    .ecmobile-top-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ecmobileheader-language-currency-wrapper {
        text-align: right;
    }
    .ec-account-wrapper,
    .echeader-cart-wrapper {
        padding: 5px 0;
    }
    .echeader-sarch-display .echeader-search-display-icon .ecsearch-open {
        display: flex;
    }
    .echeader-search {
        text-align: center;
        cursor: pointer;
    }
    #header .mobile-header-2 .ec-myaccount-btn-desktop svg,
    #header .mobile-header-3 .ec-myaccount-btn-desktop svg {
        margin: 0;
    }
    #header .ecsearch-top-wrapper {
        width: 70%;
        padding: 15px 0;
        display: inline-block;
    }
    .echeader-search.search-widget form input[type=text] {
        /*height: 40px;*/
    }
    .echeader-search .ec-select-category {
        margin: 0 10px;
    }
    .ecsearch-header-display-wrappper form {
        overflow: visible;
    }
    .ecsearch-result {
        left: 0;
    }
    .ecdesktop-language-selector,
    .ecdesktop-top-wrapper {
        text-align: center;
    }
    .ec-language-dropdown,
    .ec-currency-dropdown {
        padding: 10px;
    }
    .ecdesktop-top-header-wrapper {
        display: none;
    }
    .ecmobile-header-logo-right-wrapper #ecmobile-header-logo {
        width: 100%;
    }
    .ecmobile-cart-acount-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: right;
        justify-content: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        padding: 0;
    }
    .ec-cart-cart-inner {
        position: absolute;
        right: -4px;
        top: -8px;
    }
    #ecmobile-account-button {
        margin: 0 20px;
    }
    #contact-link span {
        color: #333333;
        position: relative;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
    }
    #contact-link span:before {
        font-family: 'Material Icons';
        content: '\e0b0';
        font-size: 22px;
        color: #333333;
        margin: 0 5px 0 0;
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
    }
    #contact-link i {
        display: none;
    }
    .ecstore-email-wrapper,
    .ecstore-time-infowrapper,
    .ecstore-time {
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ecdesktop-language-selector,
    .echeader-offer-wrapper {
        width: 100%;
    }
    .ecstore-time {
        display: block;
    }
    #contact-link {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .ecmobile-sliderbar-btn a {
        height: auto;
        width: auto;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding: 8px 8px 8px 0px;
        background-color: rgba(255, 255, 255, 0.76);
        /*border: 1px solid #eee;*/
    }
    #header .ec-menu-horizontal ul li.level-1>a {
        font-size: 16px;
        font-family: inherit;
        line-height: 40px;
    }
    .ecmobile-sliderbar-btn i {
        /*padding: 8px 0px;*/
    }
    #header .ec-menu-horizontal ul li.level-1>a {
        /*padding:5px 15px;*/
        padding: 0;
    }
    .ec-menu-horizontal li.level-1 {
        border-bottom: none;
        padding-bottom: 5px;
    }
    .ec-menu-col,
    .ec-menu-row {
        padding-bottom: 5px;
    }
    .menu-subtitle {
        top: 0;
        right: auto;
    }
    .ecmega-menu-title {
        font-size: 16px;
        color: #666666;
        text-align: center;
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        padding: 0 0 15px 0;
        margin-bottom: 15px;
    }
    .ecmega-menu-title:after {
        position: absolute;
        content: "";
        width: 112%;
        left: -15px;
        right: 0;
        bottom: 0;
        height: 1px;
        background-color: #e5e5e5;
    }
    .ecmobile-dropdown-close a i {
        position: absolute;
        right: 10px;
        top: 12px;
        font-size: 24px;
        color: #333333;
        z-index: 10;
    }
    .lang-rtl .ecmobile-dropdown-close a i{
        right: auto;
        left: 10px;
    }
    .ec-total-product-number {
        font-size: 12px;
    }
    .ecspecial-product,
    .ectab-title-product {
        margin-bottom: 20px;
    }
    .ec-slider-offerbanner-wrapper,
    .eccategory-slider,
    .ecofferbanners-one,
    .ectab-title-product,
    .ecspecial-product,
    .ecfeatured-product,
    .ecbest-seller-product,
    .ecnew-product,
    .ecsame-category-product,
    .eccross-selling-product,
    .eclike-product,
    .ectabcategory-product-slider,
    .ecsingle-block,
    .eccustomer-services,
    .ectestimonial,
    .ecadvance-block,
    .ectwoofferbanners-one,
    .ecblog-event-home,
    .ecbrandlist-slider,
    .ecour-process-wrapper,
    .eccategory-chain-slider,
     .ecattrsearch {
        margin-bottom: 40px;
    }
    #left-column {
        display: none;
    }
    .ec-main-title .ecmain-sub-title h4 {
        font-size: 26px;
        line-height: 26px;
    }
    .ec-main-title .ecmain-title h2 {
        /*font-size: 35px !important;*/
    }
    .ecproduct-wrapper .ectimer-wrapper {
        min-width: 150px;
    }
    .ecproduct-name h6,
    .product-price-and-shipping .price {
        /*font-size: 14px !important;*/
    }
    .eccart-icon-text-wrapper .eccart-lable,
    .ec-account-wrapper .ec-myaccount-btn span {
        font-size: 14px !important;
        display: none;
    }
    .echeader-nav-offer-text p,
    #ecdesktop-language-selector .ec-language-btn .ec-language-span,
    #ecdesktop-currency-selector .ec-currency-btn .ec-currency-span {
        font-size: 14px !important;
    }
    .ecnews-event-content-wrapper .ecnews-event-titel a h3,
    .kr_blog_post_area .ecblog_post .post_content .post_title a {
        font-size: 14px !important;
    }
    .ecfooter-product-box-layout .ec-main-title .ecmain-title h2 {
        font-size: 20px !important;
    }
    .ecproduct-flags {
        opacity: 1;
    }
    .ecproduct-wrapper.grid:hover .ecproduct-timer,
    .ecproduct-wrapper.grid-2:hover .ecproduct-timer {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    .ecproduct-timer .ecproduct-timer-wrapper {
        margin: 0;
    }
    .ecproduct-wrapper.grid:hover .ecproduct-timer,
    .ecproduct-wrapper.grid-2:hover .ecproduct-timer {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .ecproduct-wrapper.grid .ecproduct-timer,
    .ecproduct-wrapper.grid-2 .ecproduct-timer {
        bottom: 60px;
        top: auto;
    }
    .ecproduct-wrapper.grid .ecproduct-hover-btn,
    .ecproduct-wrapper.grid-2 .ecproduct-hover-btn {
        opacity: 1;
        position: unset;
        bottom: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ecproduct-wrapper.grid .ecproduct-quick-btn,
    .ecproduct-wrapper.grid-2 .ecproduct-quick-btn,
    .ecproduct-wrapper.grid .ecproduct-cart-btn,
    .ecproduct-wrapper.grid-2 .ecproduct-cart-btn,
    .ecproduct-wrapper.grid .ecproduct-cart-btn,
    .ecproduct-wrapper.grid-2 .ecproduct-cart-btn,
    .ecproduct-wrapper.grid .ecproduct-wishlist,
    .ecproduct-wrapper.grid-2 .ecproduct-wishlist,
    .ecproduct-wrapper.grid .eccompare-wrapper,
    .ecproduct-wrapper.grid-2 .eccompare-wrapper {
        transform: none;
        margin: 0 2px;
    }
    .ecfooter-product-title-product,
    .ecfooter-product-box-layout {
        margin-bottom: 15px;
    }
    .ec-product-page-image .page-content {
        width: 100%;
        margin: 0 auto;
    }
    .ec-brandlist-pagination-wrapper {
        display: block;
    }
    .ecmain-slider-next-pre-btn .ecprev-btn {
        left: 5px;
    }
    .ecmain-slider-next-pre-btn .ecnext-btn {
        right: 5px;
    }
    .ecnewsleeter-input-button-wraper .input-wrapper input {
        min-width: 100%;
    }
    .ecfooter-logo-block {
        padding: 20px 0;
    }
    .ecfooter-storelogo-inner {
        border: 0;
    }
    .ecfooter-storelogo-imformation {
        padding: 15px 0;
        flex-direction: column;
    }
    #footer_sub_menu_store_info .ecfooter-addresses:after,
    #footer_sub_menu_store_info .ecfooter-store-link-content:after,
    #footer_sub_menu_store_info .ecfooter-store-link-fax:after,
    #footer_sub_menu_store_info .ecfooter-store-link:after {
        left: -35px;
    }
    #footer_sub_menu_store_info {
        padding-left: 15px;
    }
    #footer_sub_menu_store_time,
    #footer_sub_menu_link,
    #footer_sub_menu_myaccount,
    #footer_sub_menu_tvfooter_category {
        margin: 0;
        overflow: hidden;
        padding: 0 15px;
    }
    .ecfooter-toggle-icon-wrapper.ecfooter-toggle-icon {
        display: block;
        padding: 0;
        height: 36px;
        width: 36px;
        text-align: center;
        line-height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        cursor: pointer;
    }
    .ecfooter-toggle-icon-wrapper.ecfooter-toggle-icon i {
        color: #333333;
    }
    .ecfooter-toggle-icon-wrapper.ecfooter-toggle-icon .remove {
        display: none;
    }
    .ecfooter-social-icon .ecfooter-title-wrapper {
        padding-left: 0;
    }
    .ecfooter-title-wrapper {
        margin-bottom: 0px;
    }
    .ecfooter-title-wrapper .ecfooter-title {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid rgba(255,255,255,.2);
        font-size: 16px !important;
    }
    .ecfooter-payment-icon-img-block .ecfooter-payment-icon-wrapper {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        float: none;
    }
    .eccopylink p {
        text-align: center;
    }
    .eccategory-chain-slider-wrapper-info {
        width: 50%;
    }
    .ecmain-title-wrapper {
        margin-bottom: 25px;
    }
}
@media (max-width: 820px) {
    .quickview .eccart-btn-model {
        float: none;
    }
}
@media(min-width: 768px) {
    .pagination .page-list.ec-pagination-wrapper,
    .pagination .page-list.ecinner-page-pagination {
        -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }
}
@media (max-width: 991px) {
    .lang-rtl #contact-link span:before {
        margin: 0 0 0 5px;
    }
    .lang-rtl #contact-link {
        text-align: right;
    }
    .lang-rtl .echeader-cart-wrapper {
        padding: 0;
    }
    .echeader-sticky.sticky {
        background-color: #ffffff;
    }
    .product-1 .ecvertical-slider .product-images {
        max-height: 627px;
    }
    .echeader-search.search-widget form input[type=text] {
        height: 42px;
    }
    .echeader-top-search-wrapper {
        padding: 10px 16px;
    }
    .echeader-search.search-widget form button[type=submit] svg {
        width: 20px;
    }
    .ecattrsearch .ttvattrsearch {
        margin-top: 0;
    }
    #header .ec-myaccount-btn-desktop svg {
        width: 23px;
        height: 23px;
        margin: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .echeader-cart-wrapper .ec-cart-icon svg {
        width: 26px;
        height: 26px;
    }
    .ec-cart-cart-inner {
        width: 16px;
        height: 16px;
        font-size: 10px;
        line-height: 16px;
        text-align: center;
    }
    .echeader-nav-offer-text i {
        font-size: 14px;
    }
    .ecproduct-play-icon {
        position: unset;
        text-align: center;
    }
    .ecproduct-play-icon span {
        font-size: 14px;
    }
    .ecproduct-play-icon i {
        font-size: 30px;
    }
    .ecproduct-description-tab #tab-content {
        padding: 15px;
    }
    #ec-mobile-view-header.mobile-header-2 .ec-header-logo {
        padding: 15px 0;
    }
    #ec-mobile-view-header.mobile-header-3 .ecmobile-sliderbar-btn {
        padding: 10px 0 10px 0;
    }
    #ec-mobile-view-header.mobile-header-3 .ecmobile-header-menu,
    #ec-mobile-view-header.mobile-header-3 .ecmobile-header-search {
        width: 50%;
    }
    #ec-mobile-view-header.mobile-header-3 .ecmobile-header-search-logo-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    #ec-mobile-view-header.mobile-header-3 .ec-header-logo {
        justify-content: center;
    }
    .ecmobile-slidebar {
        /*opacity: 0;*/
        visibility: hidden;
        position: fixed;
        z-index: 1001;
        padding: 15px;
        background-color: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        left: -300px;
        min-width: 300px;
        width: 300px;
        height: 100vh;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
        transform-origin: top;
        -webkit-transition: all 0.3s ease 0.1s;
        -moz-transition: all 0.3s ease 0.1s;
        -ms-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s;
    }
    .ecmobile-slidebar.open {
        visibility: visible;
        text-align: left;
        left: 0;
        /*opacity: 1;*/
        transform-origin: top;
        -webkit-transition: all 0.3s ease 0.1s;
        -moz-transition: all 0.3s ease 0.1s;
        -ms-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s;
    }
    .ec-menu-horizontal .menu-content .ecmega-menu-title {
        display: block;
    }
    #ec-mobile-view-header.mobile-header-2 #ecmobile-account-button {
        margin: 0;
    }
    #ec-mobile-view-header.mobile-header-2 .ecmobile-header-logo-right-wrapper {
        padding: 0;
        min-height: 64px;
    }
    #ec-mobile-view-header.mobile-header-1 .ecmobile-header-logo-right-wrapper {
        min-height: 55px;
    }
    #ec-mobile-view-header.mobile-header-2 .ec-account-wrapper .ec-myaccount-btn span,
    .ec-search-click .ec-account-wrapper .ec-myaccount-btn span {
        display: none;
    }
    #header #ec-mobile-view-header.mobile-header-2 .ecsearch-header-display-wrappper {
        max-width: 400px;
        width: 400px;
        margin: auto;
    }
    #ec-mobile-view-header.mobile-header-2 .echeader-sarch-display,
    #ec-mobile-view-header.mobile-header-2 #ecmobile-account-button,
    #ec-mobile-view-header.mobile-header-2 #ecmobile-cart {
        margin-inline-start: 20px;
    }
    #ec-mobile-view-header.mobile-header-2 .ecmobile-header-search {
        display: flex;
        position: unset;
        align-items: center;
        justify-content: flex-end;
    }
    #ec-mobile-view-header.mobile-header-2 .ecmobile-header-menu {
        padding: 0 15px;
    }
    #header .mobile-header-2 .ecsearch-top-wrapper {
        width: 100%;
        padding: 0;
        display: block;
    }
    #ec-mobile-view-header.mobile-header-2 .ecsearch-open svg,
    #ec-mobile-view-header.mobile-header-2 .ecsearch-close svg {
        vertical-align: middle;
        width: 20px;
        height: 20px;
    }
    #ec-mobile-view-header.mobile-header-2 .ecsearch-close svg {
        width: 20px;
        height: 15px;
    }
    .ttvattrsearch-wrapper .multiselect-wrapper:nth-child(4) {
        margin-bottom: 15px;
    }
    .ecblog-img-content-wrapper {
        border: 1px solid #eee;
    }
    .eccopylink {
        padding-bottom: 15px;
    }
    .ectab-title-wrapper {
        margin-top: 25px;
    }
}
/******* End Media-tablet Css *******/
/******* Start Media-mobile Css *******/
/* Media Css 768 to 320 */
@media(min-width: 576px) and (max-width: 767px) {
    #products.list .ecproductdescription-button-wrapper,
    #products.list .ecproduct-wrapper.list .ecproduct-image {
        width: 50%;
    }
}
@media(max-width: 767px) {
    .ecnewsletter-lable-wrapper {
        margin-bottom: 15px;
    }
    .ecnewsletter-lable-wrapper,
    .ecnewsletter-input {
        width: 100%;
    }
    .ecapp-logo-content-box {
        display: block;
        padding: 15px;
    }
    .ecapp-logo-content-wrapper {
        margin-bottom: 15px;
    }
    .ecmain-slider-content-wrapper {
        display: flex;
        overflow: hidden;
        border: none;
        background-color: transparent;
        /*display: none;*/
    }
    .ecmain-slider-content-inner {
        display: block;
    }
    .ecmain-slider-content-inner:last-child {
        width: 100%;
    }
    #category .ec-grid-list-wrapper-info-box {
        width: 33.33%;
    }
    .ecall-inner-btn-cancel span,
    .ecall-inner-btn span {
        font-size: 14px;
    }
    #header .ecsearch-top-wrapper {
        width: 100%;
    }
    .ectab-title-wrapper {
        float: none;
        padding-right: 0;
        margin-bottom: 15px;
        padding-left: 0;
    }
    #products.catelog .ec-product-list {
        margin: 0;
    }
    .ecproduct-description-tab .nav-tabs li.nav-item {
        margin: 0 0px 10px 0px;
        width: 100%
    }
    .ecnewsletter-block {
        display: block;
        text-align: center;
    }
    .ecfooter-copy-payment-icon-wrapper {
        padding: 10px 0;
    }
    .ecfooter-social-icon {
        /*padding-top: 0;*/
    }
    #footer {
        padding: 0;
    }
    .eccopylink p {
        text-align: center;
    }
    .block_newsletter {
        border: none;
        padding-bottom: 0;
    }
    .ecfooter-payment-icon-img-block .ecfooter-payment-icon-wrapper {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        float: none;
    }
    .eccopylink,
    .ecfooter-payment-icon-img-block {
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .footer-container .links ul>li {
        border-bottom: none;
        /*padding: 0;*/
        font-weight: normal;
        border: 1px solid transparent;
    }
    .footer-container .links ul {
        background-color: transparent;
    }
    .ecbottom-to-top {
        right: 15px;
    }
    .ecfooter-copy-payment-icon-inner {
        display: block;
    }
    .ecfooter-social-icon {
        /*text-align: center;*/
    }
    .ectestimonial-prev.ecprev-btn {
        left: 30px;
    }
    .ectestimonial-next.ecnext-btn {
        right: 30px;
    }
}
@media(max-width: 768px) {
    .ec-main-title .ecmain-title h2 {
        font-size: 26px;
    }
    .product-2 .ecvertical-slider {
        display: block;
    }
    .product-2 .product-cover {
        display: none;
    }
    .product-1 .ecvertical-slider .product-images {
        max-height: max-content;
    }
    .ecvertical-slider .slick-slide.slick-current .ecVerticalSlider:nth-child(1) img.thumb,
    .ecvertical-slider .ecVerticalSlider:nth-child(1) img {
        border: none;
    }
    .product-1 .ecvertical-slider .product-images .ecVerticalSlider,
    .product-2 .ecvertical-slider .product-images .ecVerticalSlider,
    .product-3 .ecvertical-slider .product-images .ecVerticalSlider,
    .product-5 .ecvertical-slider .product-images .ecVerticalSlider {
        display: none !important;
    }
    .product-1 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(1),
    .product-2 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(1),
    .product-3 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(1),
    .product-5 .ecvertical-slider .product-images .ecVerticalSlider:nth-child(1) {
        display: block !important;
    }
    .product-1 .ecvertical-slider .product-images.slick-slider .ecVerticalSlider,
    .product-2 .ecvertical-slider .product-images.slick-slider .ecVerticalSlider,
    .product-3 .ecvertical-slider .product-images.slick-slider .ecVerticalSlider,
    .product-5 .ecvertical-slider .product-images.slick-slider .ecVerticalSlider {
        display: block !important;
    }
    .product-3 .ecVerticalSlider {
        width: auto;
    }
    .ecproduct-play-icon {
        text-align: center;
    }
    .ecvertical-slider .slick-slider li img.thumb.active,
    .ecvertical-slider .slick-slider li img.thumb:hover {
        border: 1px solid transparent;
    }
    .ecvertical-slider .product-images {
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .cms-description img {
        margin-bottom: 15px;
    }
    #product #block-reassurance ul {
        display: flex;
    }
    #product #block-reassurance ul li {
        margin: 0 15px 5px 0;
    }
    .product-2 .ecproduct-image-slider .col-md-6 {
        width: 50%;
        float: left;
    }
    #left-column .ecfilter-brand-list-wrapper {
        width: 48%;
        float: left;
        margin-right: 7.5px;
    }
    #left-column .ecfilter-supplier-list-wrapper {
        width: 48%;
        float: left;
        margin-left: 7.5px;
    }
    #ecmobile-horizontal-menu .ec-header-menu.open {
        opacity: 1;
        -webkit-transition: all 0.7s ease 0.1s;
        -o-transition: all 0.7s ease 0.1s;
        transition: all 0.7s ease 0.1s;
        right: 30%;
        width: 70%;
    }
    .ecmobile-header-menu #ecmobile-megamenu .title-menu-mobile i {
        padding: 3px 0px;
    }
    .ecmobile-header-menu #ecmobile-megamenu .title-menu-mobile a {
        height: 32px;
        width: 32px;
    }
    .ec-account-wrapper,
    .echeader-cart-wrapper {
        padding: 0;
    }
    .ecmobileheader-offer-wrapper .echeader-nav-offer-text {
        padding: 7px 0;
    }
    #header .ecsearch-top-wrapper {
        padding: 10px 0;
    }
    .ec-header-myaccount .ec-myaccount-btn,
    .ec-header-cart .ec-cart-icon {
        /*transform: scale(0.9);*/
    }
    .ec-cart-cart-inner {
        position: absolute;
        right: -3px;
        top: -7px;
    }
    .echeader-search.search-widget form input[type=text] {
        /*height: 35px;*/
    }
    .echeader-search.search-widget form button[type=submit] i {
        background-position: 0px -707px;
    }
    .echeader-search.search-widget form button[type=submit] i {
        line-height: 30px;
        height: 30px;
    }
    .ecprduct-image-info-wrapper .product-cover {
        display: none;
    }
    .product-5 .ecvertical-slider {
        display: block;
    }
    /*.ecprduct-image-info-wrapper.product-5 .product-cover {
        display: block;
    }*/
    .ecprduct-image-info-wrapper .ecvertical-slider {
        width: 100%;
    }
    .ecproduct-page-wrapper .ec-product-page-image,
    .ecproduct-page-wrapper .ec-product-page-content {
        width: 100%;
    }
    .ecproduct-wrapper .ecproduct-hover-btn .ecproduct-quick-btn {
        display: none;
    }
    .ecproduct-flags li {
        font-size: 11px;
    }
    .eccategory-chain-slider-wrapper-info {
        width: 100%;
    }
}
@media (max-width: 650px) {
    .lang-rtl .ecapp-logo-content-inner {
        padding: 0;
    }
    .ec-header-logo {
        /*padding: 15px 0;*/
    }
    .ec-header-logo a {
        width: 100%;
    }
    .ecmobile-header-search-logo-wrapper {
        display: flex;
        /*flex-wrap: wrap;*/
    }
    #ec-mobile-view-header.mobile-header-1 .ecmobile-header-search-logo-wrapper {
        flex-wrap: wrap;
    }
    #ec-mobile-view-header.mobile-header-1 .ec-header-logo {
        padding: 20px 0;
    }
    #header #ec-mobile-view-header.mobile-header-1 .ecsearch-top-wrapper {
        padding: 0px 0 15px 0;
    }
    #ec-mobile-view-header.mobile-header-1 .ecmobileheader-offer-wrapper .echeader-nav-offer-text {
        padding: 10px 0 0;
    }
    #ec-mobile-view-header.mobile-header-3 .ec-header-logo img {
        /*transform: scale(0.8);*/
        display: inline-block;
    }
    .ec-header-logo {
        height: auto;
        text-align: center;
        justify-content: center;
    }
    #header #ec-mobile-view-header.mobile-header-2 .ec-header-logo {
        justify-content: flex-start;
    }
    #header #ec-mobile-view-header.mobile-header-2.mobile-header-3 .ec-header-logo {
        justify-content: center;
    }
    .ecmobile-top-wrapper {
        padding-bottom: 0px;
    }
    #header .ecsearch-top-wrapper {
        width: 70%;
        padding: 10px 0 10px 0;
        display: inline-block;
    }
    .echeader-search {
        text-align: center;
        padding-right: 0;
    }
    #header #ec-mobile-view-header.mobile-header-2 .ecsearch-header-display-wrappper {
        /*top: 35px;*/
    }
    #ec-mobile-view-header.mobile-header-2 .ec-account-wrapper,
    #ec-mobile-view-header.mobile-header-2 .echeader-cart-wrapper {
        padding: 5px 0;
    }
    .ec-main-title .ecmain-title h2:before,
    .ec-main-title .ecmain-title h2:after {
        display: none;
    }
}
@media(max-width: 600px) {
    #ecmobile-account-button {
        margin: 0 14px;
    }
}
@media(max-width: 590px) {
    .ecall-product-branner {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
    .ecimage-true {
        width: 100%;
    }
    .ecall-product-branner {
        margin: 0 0 15px 0;
    }
}
@media(max-width: 575px) {
    .ecproduct-review-box {
        margin-top: 15px;
    }
    .footer-container.footer-4 .block_newsletter form,
    .footer-container.footer-3 .block_newsletter form {
        width: 100%;
        margin: 0;
    }
    #ec-mobile-view-header.mobile-header-2 .ecmobile-header-logo-right-wrapper {
        width: 100%;
    }
    .product-2 .ecproduct-image-slider .col-md-6 {
        width: 100%;
        float: none;
    }
    .ec-header-myaccount .ec-myaccount-btn,
    .ec-header-cart .ec-cart-icon {
        /*transform: scale(0.8);*/
    }
    .ecapp-logo-img-content-wrapper {
        display: block;
        text-align: center;
    }
    .ecapp-logo-content-inner {
        margin-right: 0;
        padding: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .ecsliderofferbanners-one .ecbanner1,
    .ecsliderofferbanners-one .ecbanner2 {
        width: 50%;
        margin-bottom: 15px;
        padding: 0 7.5px;
        text-align: center;
        float: left;
    }
    .ecmain-slider-content-inner {
        width: 100%;
    }
    .ecmain-slider-contant .ecmain-slider-info h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ecmain-slider-contant .ecmain-slider-button {
        padding: 0 6px;
        font-size: 10px;
        line-height: 16px;
    }
    .ec-slider-offerbanner-wrapper {
        margin-bottom: 30px;
    }
    .ectab-title-wrapper .ectabs-products li {
        display: block;
    }
    #category .ec-grid-list-wrapper-info-box {
        width: 50%;
    }
    #js-product-list .ecgrid-list-view-product .products {
        margin: 0;
    }
    .ecall-product-wrapper-info-box {
        padding: 2px;
        margin: 0px;
    }
    .ecall-product-wrapper-info-box.ectab-first-product {
        margin: 0px;
    }
    .ecproduct-wrapper {
        margin: 0px;
    }
    #ec-back-top-wrapper {
        padding: 10px;
        margin-top: 10px;
    }
    .ecsearch-filter-content-wrapper .facet:not(:last-child) {
        margin-bottom: 20px;
    }
    .ecproduct-timer .ecproduct-timer-wrapper~.ecproduct-timer-wrapper {
        margin-left: 0px;
    }
    #ec-mobile-view-header {
        display: block;
        height: auto;
    }
    .ecmobileheader-language-currency-wrapper {
        text-align: center;
    }
    .ecmobile-top-wrapper {
        display: block;
        padding-bottom: 0px;
    }
    #ecmobile-horizontal-menu .ecmain-menu-wrapper>.ec-header-menu {
        width: 100%;
    }
    .ecmobile-header-center {
        width: 100%;
    }
    #ecmobile-horizontal-menu {
        margin: 0;
    }
    .ecmobile-header-right {
        width: 100%;
        float: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #ecmobile-header-right {
        display: none;
        padding: 0;
    }
    .ec-contact-account-cart-wrapper {
        float: none;
        border: none;
    }
    #header .ecsearch-top-wrapper {
        width: 100%;
        padding: 15px 0 15px 0;
    }
    #_desktop_search .echeader-top-search {
        width: 100%;
    }
    .echeader-search .ec-select-category {
        min-width: 50px;
    }
    .echeader-search.search-widget form button[type=submit] .ecserach-name,
    #_desktop_search .echeader-search .ecserach-name {
        font-size: 12px;
    }
    .echeader-search.search-widget form input[type=text] {
        font-size: 12px;
    }
    .echeader-nav-offer-text {
        text-align: center;
        justify-content: center;
        padding: 12px 15px;
    }
    .ecmobileheader-offer-wrapper {
        padding: 0;
    }
    .echeader-language {
        margin-right: 0;
    }
    .ec-account-dropdown>div {
        border-bottom: none;
    }
    #ecdesktop-language-selector .ec-language-btn .ec-language-span,
    #ecdesktop-currency-selector .ec-currency-btn .ec-currency-span {
        line-height: 40px;
    }
    .eccart-show-dropdown {
        left: auto;
        right: 0;
        width: 290px;
    }
    .eccart-show-dropdown .eccart-product-list-img {
        float: left;
    }
    .eccart-show-dropdown .eccart-product-wrapper.items {
        display: block;
    }
    .eccart-product-list,
    .eccart-product-list-btn-wrapper {
        padding: 15px;
    }
    .eccart-show-dropdown {
        width: 290px;
    }
    #ecmobile-account-button {
        margin: 0 15px;
    }
    #ecmobile-cart,
    .ecoffer-text-inner {
        display: inline-block;
        vertical-align: middle;
    }
    .ecmobile-cart-acount-text {
        text-align: right;
        padding-left: 0;
    }
    .ec-header-myaccount .ec-myaccount-btn i {
        margin: 0;
    }
    .ec-header-cart .ec-cart-icon {
        margin: 0 4px;
    }
    #contact-link {
        display: block;
    }
    .echeader-cart-wrapper {
        padding: 0;
    }
    .ec-header-cart,
    #ecdesktop-account-button {
        padding: 0;
        border: none;
    }
    .ecstore-time {
        display: block;
    }
    .ec-header-myaccount .ec-myaccount-btn i,
    #contact-link i,
    .echeader-cart-wrapper .ec-cart-icon {
        /*margin: 0 -2px;*/
        /*transform: scale(0.8);*/
    }
    .ectab-title {
        text-align: center;
    }
    .ectab-product .ectab-title-wrapper .ectabs-products {
        display: inline-block;
        vertical-align: middle;
    }
    .ectab-title-wrapper .ectabs-products li {
        margin: 5px;
    }
    .ecproduct-wrapper .lazy,
    img.lazy {
        transform: scale(0.6);
    }
    img.lazy.loaded {
        transform: unset;
    }
    .ecproduct-quick-btn,
    .ecproduct-cart-btn,
    .ecproduct-wishlist,
    .eccompare-wrapper {
        margin: 2px;
    }
    #products.list .ecall-product-star-icon {
        margin-bottom: 0;
    }
    #products.list .ecproduct-timer {
        text-align: center;
    }
    #products.list-2 .ec-product-desc,
    #products.list .ec-product-desc {
        text-align: center;
    }
    #products.list .product-description {
        text-align: center;
    }
    #products.catelog .ec-product-name-star {
        padding-bottom: 0;
    }
    .ecproduct-wrapper.list .ec-product-list {
        float: none;
        margin: 0;
    }
    .ecproduct-wrapper.list .ec-indicator.ec-bar .ec-outer {
        margin: 0 auto;
    }
    .ecbanner-hover-wrapper img {
        width: auto;
        margin: 0 auto;
    }
    .ec-vertical-menu-next-pre-btn {
        text-align: center;
        margin-top: 15px;
    }
    .ectab-product .ec-main-title,
    .ecmain-title-wrapper {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .eccategory-chain-slider .ecmain-title-wrapper,
    .ectestimonial .ecmain-title-wrapper{
        margin-bottom: 25px;
    }
    .ec-testimonial-next-pre-btn {
        margin-top: 15px;
    }
    .ec-next-pre-btn,
    .ectabcategory-product-next-pre-btn {
        text-align: center;
        margin: 0 0 15px 0;
        direction: ltr;
    }
    .ectab-title-wrapper {
        margin-bottom: 0px;
    }
    .ecprev-btn,
    .ecnext-btn {
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
        display: inline-block;
        position: inherit;
        margin: 0 3px;
    }
    .ectab-title-wrapper {
        margin-top: 5px;
    }
    .ecbrandlist-slider-prev.ecprev-btn,
    .ecbrandlist-slider-next.ecnext-btn,
    .ecmain-slider-next-pre-btn .ecprev-btn,
    .ecmain-slider-next-pre-btn .ecnext-btn {
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: inline-block;
        position: absolute;
        margin: 0;
    }
    .ecfooter-product-title-product .ecmain-title-wrapper {
        margin-bottom: 5px;
        direction: ltr;
    }
    .ecfooter-logo-block .ecfooter-logo-desc {
        max-width: 100%;
    }
    .eccart-incr-decr-price {
        justify-content: left;
    }
    .ecwishlist-popup {
        left: 0;
        margin: 20px auto;
    }
    .eccustomer-services .ecservices-center {
        width: 100%;
        padding: 20px 15px;
    }
}
@media(max-width: 500px) {
    #left-column .ecleft-right-product-slider {
        width: 100%;
        padding: 10px 10px;
    }
    #left-column .ecfilter-brand-list-wrapper,
    #left-column .ecfilter-supplier-list-wrapper {
        width: 100%;
        margin: 20px 0;
    }
}
@media(max-width: 480px) {
    .ecsearch-dropdown-wrapper {
        width: 100%
    }
    .ecproduct-info-box-wrapper {
        padding: 10px 15px 15px 15px;
    }
    .ecproduct-stock-social {
        display: block;
    }
    .product-actions .social-icon {
        justify-content: flex-start;
    }
    .product-actions .input-container label span {
        padding: 8px 11px 6px;
    }
    .ec-product-page-content h1,
    .ec-product-page-content .ecall-product-star-icon,
    .ec-product-page-content .product-prices,
    .ecproduct-page-decs p,
    .product-quantity,
    .product-variants>.product-variants-item {
        margin-bottom: 15px;
    }
    .product-additional-info {
        padding-top: 15px;
    }
    #product .product-6 #block-reassurance ul {
        justify-content: flex-start;
    }
    #module-ecblog-single .blog_post_content {
        margin: 0 -15px;
    }
    .comments_area ol.comment_list {
        padding-left: 0;
    }
    #ecblogs_commentfrom {
        width: 95%;
    }
    .ec-blog-inner-page {
        margin: 0;
    }
    #module-ecblog-single .comment_meta_author i,
    #module-ecblog-single .comment_content_bottom i,
    #module-ecblog-single .comment_meta_date i,
    #module-ecblog-single .comment_meta_date span {
        margin-right: 5px;
    }
    #module-ecblog-single .comment_meta_author i,
    #module-ecblog-single .comment_content_bottom i,
    #module-ecblog-single .comment_meta_date i {
        font-size: 22px;
    }
}
@media (max-width: 380px) {
    .eccart-btn-model {
        float: none;
    }
}
@media (max-width: 425px) {
    #ec-mobile-view-header.mobile-header-2 .ecmobile-header-logo-right-wrapper,
    #ec-mobile-view-header.mobile-header-1 .ecmobile-header-logo-right-wrapper {
        min-height: 50px;
    }
    #ec-mobile-view-header.mobile-header-3 .ecmobile-header-logo-right-wrapper {
        min-height: 64px;
    }
     .ttvattrsearch-wrapper .multiselect-wrapper:nth-child(5) {
        margin-bottom: 15px;
     }
}
@media(max-width: 400px) {
    .ecbanner-wrapper.econe-banner-wrapper-info {
        display: block;
    }
    .ecsliderofferbanners-one .ecbanner1,
    .ecsliderofferbanners-one .ecbanner2 {
        margin-bottom: 0px;
    }
}
@media(max-width:370px) {
    .echeader-nav-offer-text p {
        font-size: 11px !important;
    }
    button.button1.ecslider-video-playbtn.autoplay {
        bottom: 35%;
        right: 10px;
    }
    button.button1.ecslider-video-playbtn.autoplay i.material-icons {
        font-size: 24px;
    }
}
@media(max-width: 335px) {
    #category .ec-grid-list-wrapper-info-box {
        width: 100%;
    }
}
@media(max-width: 330px) {
    #content-wrapper .ecproduct-wrapper .ecproduct-image {
        /*padding: 0 15px;*/
    }
}
@media(max-width: 650px) {
    .mobile-header-2 .ec-account-dropdown {
        top: 47px;
    }
    /*#ec-mobile-view-header.mobile-header-2 .ecmobile-header-logo-right-wrapper,*/
    /*#ec-mobile-view-header.mobile-header-1 .ecmobile-header-menu,*/
    #ec-mobile-view-header.mobile-header-1 .ecmobile-header-search,
    #ec-mobile-view-header.mobile-header-1 .ecmobile-header-logo-right-wrapper {
        width: 100%;
    }
    #header #ec-mobile-view-header.mobile-header-2 .ecsearch-header-display-wrappper {
        width: 280px;
        right: -100px;
    }
}
.lang-rtl .media-left {
    padding-right: 0;
    padding-left: 10px;
}
.header-1 .ec-account-dropdown .echeader-language,
.header-1 .ec-account-dropdown .echeader-currency,
.header-5 .ec-account-dropdown .echeader-language,
.header-5 .ec-account-dropdown .echeader-currency {
    display: none;
}
/******* End Media-mobile Css *******/
.ecdesktop-top-header-wrapper.header-3 .ecdesktop-contact,
.ecdesktop-top-header-wrapper.header-3 .ecmain-menu-wrapper {
    padding: 0;
}
.ecwishlist-send-mess-btn {
    text-align: right;
}
.header-4 .echeader-nav-right {
    padding-left: 0;
}
.ecproduct-out-of-stock.disable i {
    cursor: no-drop;
}
.lang-rtl .ecfooter-product-sticky-bottom .product-variants>.product-variants-item ul li {
    margin: 0 0 3px 8px;
}
.lang-rtl .ecfilter-search-types-dropdown .eccolor-box {
    margin: 0 0 0 10px;
}
.ecbanner-hover-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.ecbanner-hover-wrapper:after {
    position: absolute;
    content: "";
    width: 50px;
    -webkit-transform: skewX(-50deg);
    -moz-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    transform: skewX(-50deg);
    bottom: 0%;
    left: -190%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
}
.ecbanner-hover-wrapper:hover:after {
    left: 300%;
    -webkit-transition: all 1.5s ease 0.1s;
    -o-transition: all 1.5s ease 0.1s;
    transition: all 1.5s ease 0.1s;
}
#ecdesktop-currency-selector .ec-currency-btn svg {
    vertical-align: sub;
    margin-right: 8px;
}
#ecdesktop-currency-selector:hover .ec-currency-btn svg path {
    fill :#ff2d37 !important;
}
.lang-rtl #ecdesktop-currency-selector .ec-currency-btn svg {
    margin: 0 0 0 8px;
}
.ecproduct-wishlist-compare .eccompare-wrapper svg{
    vertical-align: text-top;
}
.product-add-to-cart .add-to-cart span{
    font-size: 14px;
    text-transform: uppercase;
}
.product-add-to-cart .add-to-cart i{
    vertical-align: middle;
}
.ec-header-menu-offer-wrapper,
.header-1 .ecdesktop-top-header-box,
.header-2 .ecdesktop-top-header-box,
.header-3 .ecdesktop-top-header-box,
.header-5 .ecdesktop-top-header-box{
    border-bottom: 1px solid #eee;
}
.header-1 .ecdesktop-top-header-box{
    border-top: 1px solid #eee;
}
.header-6 .ec-header-menu-offer-wrapper,
.header-4 .ec-header-menu-offer-wrapper{
    padding: 0;
}
.header-4 .ec-header-menu-offer-wrapper,
.header-6 .ec-header-menu-offer-wrapper{
    border: none;
}
.ectab-product-list-wrapper, 
.eccategory-slider-inner-info-box, 
.ecspecial-product {
    margin: 0;
}
.eccategory-chain-slider-inner-info-box, 
.ecfeature-product-offer-banner, 
.ectab-product-branner, 
.ectwoofferbanner-wrapper {
    margin: 0 -15px;
}
.ecfooter-product-box-layout .ec-main-title .ecmain-title h2:before,
.ecfooter-product-box-layout .ec-main-title .ecmain-title h2:after {
    display: none;
}
.ecfooter-social-icon .ecfooter-social-icon-wrapper li a svg {
    width: 15px;
    height: 15px;
    background: none;
}
.ecfooter-social-icon .ecfooter-social-icon-wrapper li:hover {
    border: 1px solid #ffffff30;
}
.ecfooter-copy-payment-icon-content {
    padding: 30px 0 !important;
    border-top: 1px solid #444444;
}
#block-reassurance li .block-reassurance-item {
    padding: 12px;
}
.product-add-to-cart .add-to-cart {
    border-radius: 40px;
}
.ec-prod-popup .ecproduct-info-box-wrapper {
    border: none;
}
.ecfooter-social-icon .ecfooter-social-icon-wrapper li {
    background-color: #ffffff20;
    border: 1px solid transparent;
    position: relative;
    margin: 0;
    padding: 8px;
    border-radius: 0;
    display: inline-block;
    margin: 0 5px;
}
.ectestimonial-prev.ecprev-btn {
    left: 100px;
    top: 60%;
}
.ectestimonial-next.ecnext-btn {
    right: 100px;
    top: 60%;
}
#footer_sub_menu_store_info .ecfooter-store-link-content a:hover, 
#footer_sub_menu_store_info .ecfooter-store-link-fax a:hover,
#footer_sub_menu_store_info .ecfooter-store-link a:hover {
    color: #ff2d37;
}
.ecbottom-to-top .ecbottom-to-top-icon {
    width: auto;
    height: auto;
}
.ecbottom-to-top,
.ecbottom-to-top:hover {
    background-color: transparent;
    box-shadow: none;
}
.ecbottom-to-top a i {
    color: #fff;
    font-size: 0;
    line-height: 40px;
    text-align: center;
    background-image: url(../img/themeec/car.png);
    z-index: 9999;
    width: 74px;
    position: relative;
    height: 114px;
}
.ecbottom-to-top, 
.ecbottom-to-top:hover {
    background-color: transparent;
    box-shadow: none;
}
.ecbottom-to-top a i:after {
    position: absolute;
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAByCAYAAAD0+UexAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQxQUNCMjFEQzM4NjExRTZCMjY4RUE4QkI2QjIxMDgwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQxQUNCMjFFQzM4NjExRTZCMjY4RUE4QkI2QjIxMDgwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDFBQ0IyMUJDMzg2MTFFNkIyNjhFQThCQjZCMjEwODAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDFBQ0IyMUNDMzg2MTFFNkIyNjhFQThCQjZCMjEwODAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4x+mQxAAAOFklEQVR42uxbaZPcthElSM597KGVHSdfnP//k1LlchIntiVZuzs3L8DvoRtLzHgvjTauShVYRfFYEmi87n59cGScc1naXt7yBEECKgGVgEpA/f9v5eO3f3zmFae7x9joiYn2cJ1FR77j5NLyiBNjcc+KCH/FXrSY1/1xrodh+E/x8lwPYdzKPcPrTm59h33UysANDr9mcgxzcYi/fwlQr9lsLoLmebSA/MRKzfGqnR6N0YXgPLd6jf17nFdY1M/ueAyrIOVFNEcMWDxXpJAHUawqJngRr9tIE+da1LObCmcgtMOkrpDzJ7VsIg1nquGs13aN5z/i+G4IxUP4letBDFZkcpkrK6Lxi0fmML1CjI1MBe/YTua5IeA4X+N220UAvilQClCWRwvQY5afWJTp1+o3XViuAFnVqIOwG7oC9g7vdqVYmdf6CUA8N09ZleuPwVVLPNM2vZJqHD/o3zhXbHFvC1TZg5Sp0I6AlApWsLRMrstStEbeIEBD3JsOIDBAWu8FsAGe7/BM3alBmp5fsogH6eJ0d6MyGJ2/4xgDebRVLuI8k1LGut0IwGUhSum6KI61MZe8FVARSEFYl/dWFTQ8HsmCOpxfzLPsHoBUEGiEZ5Z4bzLOsk/3Mp7HopP3HgCyJy4UrFNd3Koycrw/xVgbjD2ZQizc+22LI/6+AHDTSZbtMLctRa8EiUo1p9ypijTuOc4qz7CkcF72rmECgOCZEgIOcX5HcJaiyQMEHgHA6VRMfr+VxTk8U1eR+0Tc5E74LFiRnxtA5BMBnbyW4TicyPu0PM5T4HoDtxvhfIBxdlVkQZHFBj7zYHVfA1RMnkUP0kOkK8X1eBxAuPFMrGd1gFwz0TCFIYAGwG0PAugV/rYBgC1Y1dYRj7le8y5ESD26MBdAH3GeibjSnq55ift7cffiAgrAscZ476/FCqvf8GxQSuBHpYkHBbmnXPC1QMUgnQDm3RALdwM5lnC3AV2MLojznNp3cj+7wlrApvMFAMXe4LlNAKk9jmJ0FWNOoq3OYfRYAPgxFtZQHoCT74TzsneYZy9g0gXp+m7YA+9cD4y/p9xnsnOByl/YSzF7F8BiiB+J0HNGm6XkRZR9cCnADeB2Swjv8PctFmAHMpTXbtsHMALsA4PtZcnHEhWpFDsUix3g3pyug7lyWGsxEKCKuyy7VktZwZraoc7jJFUI3DgsxV2b6oS7zgKqOAbI85JqdUA+ADg7ZrkTsRILoQcUcioaKgBKfiPzXVzJtLcQ/lCKSxLTPAQJKxFriPEPrUTIEFHp1gXmvMf1YSqLLzHeEItuYKE5rLOkXFDKFO/l+Psarr3DcUT3A0gF91zc+wpzktpuIXzT9hn8lwFlHikX1O189FFibxhlsIAxZvyEW5uxRJ18IWAyGjGfIVBcCLlkD83v8Lcl+GP1Ge+SgDFOY+WcQ5PLukIWxQBAy8Kt7AZKKMY6Fxc6F6suZgISgaSCcqBfw/02AOESFnYPxUzxzAV2S5KnImHddyvI075U+5ZP13NHUSbKuAnSfCZRZ2PEgu5xfA93u4GQnyDAGgJfvs+8uhgBOyzGkGyh3RbjrMFTSzy/gZBTWMR1IRHOEzOeucX9phH3oxIGGHcHlA44rvD+uytxv1sMOQMo02/ELef6bKbpyQrF3BTz7JGOzKGoa66DQQYAbT6KtdWNKMNrpzsHqBA6Q8miRyqC7nwJEObQ7gECtyMB7AJgONz/DGGnAGcIISeFkKqZiqsyCx9AuD2th9GPiSS0voVlre7FCnyUKyVaMcQvMP4VrMJhTDcWUr+GIlqMucb1dCnjL5a6poO4LS2YHDmDTAtSA+ZYA901I+BBlO5Bci8l5+XT1GRNn888kJxaWIVRf90KCPO/wDpuJG/JAMjVN2JtPkJxAZO+LCNZDxc+imdzphJAfPtJADqsxL1M0Zc2nJdecYvn1p1YzwLgD5fCQwz9balc+C4KMABjApAswJxhviGu7/4D0HFs9sqxpQQU/45GWPOlrpdFVuQHDVHTRQNiQVvc3GGBI2h1xlAMwQdYyMVChZ8LeCEUs2Ifk6hxvwBA+x8xxkYzg4FEIxMpJcxD4mWdVu+EayYAeYnxZ3OJpp6RJ7oeJ2kI3XbOCgAudsB73b5PVgOVFFrY/6GY/xKgTNYLXYRaqZQwbk3vlrxm1rvDggcQ6NtryZgp7FHO1YrWc7hR/l+JMo0mkbw3xHXBKKhlTNcIQD7tKDQnnEr6saOrVBLZfPQNIA2UZ4aiJLOVcsouJGXhYwvOQRk2wod0bZs9B9JLQKlVUXjmPYuJuJGd9js5gkTNBdTQbDfTwBFKhJEKH0y6VgvBQiwTRCx2xog4Fe4hV5lGQKCmfQQbSSbvI+1C8qUGgJcaVR+UMdK9VhLVaqIayu6fLaWIbnWOqtbk07xB98C3QTBgHWohGxWQuSacWnaUah3e7fITU2/7EoVa35OfGAXhSo78tJEShLzBedgz8s8PtQIgwLWMU9LVlxFIXVTD2eMeWNmJ29F6LJLQju6I+exeyJ513iMN2TOAYq+IbRBz0pJo+xrJl18TyV1cpf3VRhcZOonhXieL9i4AEBssuq1FyzyyT0VS99lzHi1eh5sq2Px7C3DLpVpS6Ds1ArhPulopad5PJAnurKQnpA7Wgrz2FNCIpbkvBsodH80p2lGzjHXdlKGcxL6V6DfcKZHH7dZaErwMWq03QuzzXPIhh4W2Vht3lVgAuwq0YuZD1vZRk8lq9VnAmcHdy0pdLdc5Oj3CUjefJVdb3kuEzXTneKNcOg4+6NFFMeeqPcei3BPAxTtLBwh+t5WFDkbSwW9pZZvINVoVEgDWCNEfbsXlLuAOI9yrmGDSDQ/iciT00kgNRgvgq+wwNHi2ZSnD7H8o7sucLN+qNXWqjEbGYtZdI7ndY67xXty7haIs5nIYq6ik/BkpnRTmXIuyj4BjI9frhDfo7wzVJP3qkxA8ecQL3Yngbq15Ed7rcG4A1i00XRzEVexWx6zleQqeK0f53jxdEs9dXEuiu/0Zc/KZK5X1oyqOwDfyt/lOcrRMOcrQkit1f60Edphv18rceXMOUM9YkV9QKTWTwUKvbqRUuEfYnyIajZj8LYSkzVpSgN/uhErmeP4CAq8AzABCdluxNEa7rI24zwqH+OQzl2L2CgANMcjtvyUi+uT0UnkRlmMRde9Xkpv5tjNAqippHA4rcWsXzWNs1Bw8u8MZfw0JVpT31kSQSMY3F5K4ffxBrIjaGf4ToDDn+kVSgS3e23ySopdVfLEWl2ECSY7xOVMg+zb6JqdtWrZCOA//9uEHyZuYKnxGLfct7pf/kjF2cymFCP5uLNbDc7oZLbaI5wrdgnh99lygwiDF8UB0A7Z238+Eo36B8Hai2TcjCbQ8+gfuwb0cXGNL11pJ/dUgdTiwGNUQnWmYJvAu9Ils3xpm02+GuSoWy5+F+BkVqYhrWK7FvRp7MxTLsh9Evh3bKADr7k6BUmuie/nI2kRr6p7rbr4ElP1jeH7oIFgJ1WuY9qqTZNHofN/9DcOyR/2TaI9ZvdlJ58BHrZ1UNYxGZGmnID0swJ0kNa086z87jdXddhLimbDeAaTBXhTgSXktn7sOdGuSPt6722lfvBLAjILkXKSYsy0q+kISazgUkeQB9qTMuCdBAtPCmg4oQOt7WRQ/JbFFm92LdbCrOQXKk0ZaJ0wTCFZX6/e8mCq0VGr1U1ambWOWNOxJMYIePkhXs6mlLcxk0pM19nvIOMnFYn0iW8tcLrhd94hVnf1xIc52u2NNc+FeeKedgbF0Nu9/Eovjn/w3N7WokCiyQ+mJtDqOdNYdfxp/+PxtNAHVBbHgvRxKT4ljs8XjP5Hz3Y2+k0ky6UWvdI424ib7Vq4XE3oXuUN3EiQ03FLLy6VwUXUvORUz+hIuUe00W9ZPQ1WIOIFUm0h4FyW0nSSHPGXnk53SbS0fUQfskt4KiAe1Jt9b2h/za9dE1tOdpDcxSN3XAJVFg0S8EQxsmkvb5GAk4WST/+6jgMcvv7SQAiDlStoPQHcRcXcnwsY1oZM5FoW4EAtbtleYiO7ZW9pI0c4EdxZ+lHEC1NHY7gSwUxm++ktx7HpOSo9F7rlVWi0zLbV20p9igcz6ybd5tlp3HU5c2UYWdOoKbR87rtm/CkU1QBhrW+X2g/BO+A2D/zrdqYW7J/I/9whI9qTU+upP6tEn6aVT4lTX822jG+kGNFp3ed5nCaKhOXDZUSL7GE9ECSe/8Jb2mK8yzdA7rfwztSTWhi4kktkj1UR3ct69hsTP/ZFGK2VFERZd6sIGAhhBobB52Xce1jv55JR30a9O7Ekye6ppK5bC3yPkWfRVWmtGJpFtdfyVqA4dDvtEGWafcL3/xe+jvGI7FT6PuKSRrkCzjYTSBezaZ8qh7BicI+uK+bGKGoAraYlYG7Vwn6OMU9dzr7Wit/jFXRe5UqnFby6E/uAm5hUZv3uEqx57vunrS0671q9BeRGlLOaFWrU7mTf7M4DKIhMupI/EDKDSDxHxj8me7HPZRzoSL5lzI0DtwwcO90o3cF/iZm8NVAQYM+et/q7T5K9ctHs+yQspUfjh7fd6ZD9w7l4T0t9yM+n/wrxuS78zT0AloBJQCagEVAIqbQmoBFQCKgGVgEpAJaDSloBKQCWgElAJqARU2hJQCagEVAIqAZWASkClLQGVgEpAJaASUAmoBFTaElAJqARUAioBlYBKWwIqAZWASkAloBJQCai0JaASUAmoBFQCKgGVtgRUAioBlYBKQCWgElBpS0AloBJQCagEVAIqAZW2BFQC6k/efhdgAGWJmBT3IomGAAAAAElFTkSuQmCC);
    width: 74px;
    height: 114px;
    left: 0;
    right: 0;
    opacity: 0;
}
.ecbottom-to-top:hover a i:before,
.ecbottom-to-top:hover a i:after {
    opacity: 1;
}
.ecbottom-to-top.car-run,
#product .ecbottom-to-top.car-run {
    bottom: 100%;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}
#product .ecbottom-to-top {
    bottom: 120px;
}
.lang-rtl .custom-checkbox {
    margin: 0 0 0 7px;
}
.lang-rtl .js-address-form #use_same_address{
    margin: 0 0 0 10px;
}
.modal-content {
    border: 1px solid #eeeeee;
}
body#checkout div.checkout-step .delivery-option label,
body#checkout div.checkout-step .carrier-delay, body#checkout div.checkout-step .carrier-name{
    margin: 0 !important
}
body#checkout div.checkout-step .delivery-option,
body#checkout div.checkout-step .delivery-option .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 767px){
    .product-line-grid-right.product-line-actions .row{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .product-line-grid-right .cart-line-product-actions{
        margin: 0 5px 0 0;
    }
    .lang-rtl .product-line-grid-right .cart-line-product-actions{
        margin: 0 0 0 5px;
    }
    .lang-rtl .ec-cart-delete-icon-wrapper{
        padding: 0 0 0 15px;
    }
}
.ecfooter-best-seller-product-prev.ecprev-btn, 
.ecfooter-featured-product-prev.ecprev-btn, 
.ecfooter-new-product-prev.ecprev-btn {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 45px;
    left: auto;
    margin: 0;
}
.lang-rtl .ecfooter-best-seller-product-prev.ecprev-btn, 
.lang-rtl .ecfooter-featured-product-prev.ecprev-btn, 
.lang-rtl .ecfooter-new-product-prev.ecprev-btn {
    right: auto;
    left: 0;
}
.ecfooter-best-seller-product-next.ecnext-btn, 
.ecfooter-featured-product-next.ecnext-btn, 
.ecfooter-new-product-next.ecnext-btn {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
}
.ec_search_filter_wrapper .ecleft-right-title-wrapper .ecproduct-top-filter-name {
    padding: 2px 0 0 5px;
}
.cart-grid-right .card-block {
    margin: 10px 0;
}
@media(max-width: 1170px) {
    #header .header-6 .ec-menu-horizontal ul li.level-1>a,
    #header .header-4 .ec-menu-horizontal ul li.level-1>a {
        padding: 0 8px;
        font-size: 15px;
    }
}
@media(max-width: 1100px) {
    #header .header-6 .ec-menu-horizontal ul li.level-1>a,
    #header .header-4 .ec-menu-horizontal ul li.level-1>a {
        padding: 0 6px;
        font-size: 14px;
    }
}
i.material-icons {
    direction: inherit;
}
.wlp_bought_item_container .popover-content table tr td:hover {
    color: #ff2d37;
}
.lang-rtl .ec-right-column-wrapper .ec-right-pannal-btn-wrapper svg,
.lang-rtl .ec-left-column-wrapper .ec-left-pannal-btn-wrapper svg {
    transform: rotate(180deg);
}
.lang-rtl .product-customization .custom-file button {
    left: 0;
    right: auto;
}
.product-customization .custom-file button span {
    font-size: 13px;
    line-height: 14px;
}
.lang-rtl .product-customization small.float-xs-right {
    float: initial;
}
@media (max-width: 767px) {
    #blockcart-modal .divide-right {
        border: none !important;
    }
}
#authentication .custom-checkbox label {
    text-align: initial;
}
.lang-rtl #blockcart-modal .modal-title {
    padding: 0 0 0 25px;
}
.lang-rtl .custom-checkbox {
    margin: 0 0 0 7px;
}
.lang-rtl .js-address-form #use_same_address {
    margin: 0 0 0 10px;
}
body#checkout div.checkout-step .delivery-option label,
body#checkout div.checkout-step .carrier-delay,
body#checkout div.checkout-step .carrier-name {
    margin: 0 !important
}
body#checkout div.checkout-step .delivery-option,
body#checkout div.checkout-step .delivery-option .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 767px) {
    .product-line-grid-right.product-line-actions .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .product-line-grid-right .cart-line-product-actions {
        margin: 0 5px 0 0;
    }
    .lang-rtl .product-line-grid-right .cart-line-product-actions {
        margin: 0 -5px 0 5px;
    }
    .lang-rtl .ec-cart-delete-icon-wrapper {
        padding: 0 0 0 15px;
    }
    .product-line-grid-right .cart-line-product-actions .remove-from-cart,
    .product-line-grid-right .product-price .remove-from-cart {
        vertical-align: sub;
    }
}
@media (max-width: 575px) {
    .page-authentication #content {
        padding: 30px 30px;
    }
}
body#checkout div.checkout-step .forgot-password {
    margin-bottom: 15px;
}
.lang-rtl .ecfooter-product-sticky-bottom .product-image {
    margin: 0 0 0 15px;
}
.lang-rtl .ecfooter-product-sticky-bottom .product-actions .control-label {
    margin: 0 10px 0 5px !important;
}
.block_newsletter p.block_newsletter_alert {
    padding: 10px 20px;
}
.product-add-to-cart .add-to-cart.disabled i.block {
    font-size: 21px;
}
@media (max-width: 991px) {
    .fancybox-type-iframe .fancybox-inner {
        overflow-x: auto !important;
    }
}
.lang-rtl .ecsearch-dropdown-close-wrapper {
    right: auto;
    left: 4px;
}
.lang-rtl .ecsearch-dropdown-total {
    text-align: right;
}
.teccart-show-dropdown-right .ecshoping-cart-dropdown-title .product-name {
    padding-right: 27px;
}
.lang-rtl .teccart-show-dropdown-right .ecshoping-cart-dropdown-title .product-name {
    padding: 0 0 0 15px;
}
#wrapper .breadcrumb li:last-child {
    display: inline-block;
}
.ecprocess-to-checkout,
.ec-continue-shopping-btn {
    direction: ltr;
}
.lang-rtl .ec-continue-shopping-btn i {
    margin: 0 5px 0 0;
}
.lang-rtl #product-modal .modal-header button.close,
.lang-rtl #product-modal .modal-header .ecmodel-close {
    left: -35px;
    right: auto;
}
.lang-rtl .checkout .ecprocess-to-checkout i {
    margin: 0 0 0 5px;
}
@media (max-width: 768px) {
    .cms-description hr {
        width: 100%;
    }
}

#block-reassurance li{
    margin-inline-end: 0;
}
@media (min-width:1200px){
    #product #block-reassurance li{
            min-width: 541px;
    }
}
.echeader-checkout .ecdesktop-contact{
    text-align: end;

}
.echeader-checkout .ecdesktop-contact #contact-link span{
    font-size: 16px;
    font-weight: 500;
}
#footer .ecfooter-checkout .ecfooter-copy-payment-icon-inner{
    flex-wrap: wrap;
}
#footer .ecfooter-checkout.ecfooter-copy-payment-icon-wrapper{
    /* padding: 15px 0; */
    background-color: #fff;
}
#footer .ecfooter-checkout.ecfooter-copy-payment-icon-wrapper .ecfooter-copy-payment-icon-content{
  padding: 15px 0 !important;   
}
#footer .ecfooter-checkout .eccopylink p{
    color: #666;
}
#footer .ecfooter-checkout .ecfooter-payment-icon-img-block,
#footer .ecfooter-checkout .eccopylink{
    width: 50%;
    margin: 0;
    padding: 0 15px;
}
#footer .ecfooter-checkout .ecfooter-payment-icon-img-block .ecfooter-payment-icon-wrapper{
    justify-content: end;
}
#footer .ecfooter-checkout .eccopylink{
    text-align: start;
}
@media (max-width:767px){
    #footer .ecfooter-checkout .ecfooter-payment-icon-img-block,
    #footer .ecfooter-checkout .eccopylink{
        width: 100%;
    }
    #footer .ecfooter-checkout .ecfooter-payment-icon-img-block .ecfooter-payment-icon-wrapper{
        justify-content: center;
    }
    #footer .ecfooter-checkout .eccopylink{
        padding-bottom: 10px;
        text-align: center;
    }
}
.echeader-checkout .ecdesktop-top-second{
    min-height:58px;
}
body#checkout .media-body br{
    display: none;
}
body#checkout .product-quantity {
    margin-bottom: 10px;
}
body#checkout .media-body > *:last-child {
    margin-bottom: 15px;
}
body#checkout .ectheme-layout-wrapper,
body#checkout .ectheme-layout-icon,
body#checkout .ectheme-control-wrapper,
body#checkout .ectheme-control-icon
{
    display: none;
}

/*mailalert css start*/
.ecproduct-stock-social .ec-product-page {
    display: inline-flex;
}
.ecprduct-image-info-wrapper .product-actions .social-icon {
    justify-content: start;
}

.ecproduct-stock-social {
    display: inline-flex;
    flex-direction: column;
}

.product-additional-info .js-mailalert {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.js-mailalert .js-mailalert-add {
    margin-top: 0 !important;
}

.product-additional-info .tabs {
    margin-top: 25px;
}

@media (max-width: 575px) {
    .product-additional-info .js-mailalert {
        flex-direction: column;
    }
}

/*mailalert css end*/

.product-actions .social-icon {
    justify-content: flex-start;
} 

.ecfooter-product-sticky-bottom.sticky .ec-product-page .ec-indicator {
    padding-top: 8px;
    margin-left: 11px;
}

.ecfooter-product-sticky-bottom.sticky .ecflex-items {
    gap: 10px;
}

.echeader-checkout .ecdesktop-contact {
    text-align: end;
}

.ecproduct-wrapper.grid .product-title h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
}

.ecfooter-product-box-layout .ecmain-all-product .ecproduct-name .product-title h6 {
 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
}

.ecfooter-product-sticky-bottom.sticky #bottom_sticky_data .product-pack article {
    margin-bottom: 5px;
}

#product-modal .modal-content .modal-body .product-images img {
    width: 60%;
}

#module-ecwishlist-mywishlist .fancybox-success::before {
    content: "✔";
    color: #ffffff;
    font-weight: 500;
    margin-right: 8px;
    display: inline-block;
    text-align: center;
    background-color: #4caf50;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    font-size: 20px;
}

html body#module-ecwishlist-mywishlist :where(p:last-child) {
    padding-bottom: 0 !important;
    margin: 20px 20px 20px 18px;
    white-space: nowrap;
}