@font-face {
    font-family: Modica Regular;
    src: url(fonts/Modica-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
}

::selection {
    color: #fff;
    background: #3a9046;
}

body {
    font-family: 'Modica Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #818995;
    text-align: left;
    background-color: transparent;
}

header {
    margin-bottom: 0;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1111;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 10px #ddd;
}

header .header-top {
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 0;
}

header .header-search-form {
    width: 100%;
    max-width: 415px;
}

header .header-search-form .search-from {
    width: 100%;
    height: 50px;
    display: flex;
    position: relative;
    border: 0;
    max-width: 600px;
}

header .header-search-form .search-from .search-box {
    text-align: left;
    flex: 1;
    cursor: pointer;
}

header .header-search-form .search-from .search-box input[type=text] {
    border: 0;
    padding: 0;
    line-height: 50px;
    width: 100%;
    background: #f3f3f3;
    padding: 0 20px;
    font-size: 13px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

header .header-search-form .search-from #searchsubmit,
header .header-search-form .search-from #searchsubmit2 {
    color: #fff;
    margin-left: 5px;
    font-size: 0;
    position: relative;
    line-height: 50px;
    padding: 0;
    background: #ffac0d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
}

header .header-search-form .search-from #searchsubmit2 i,
header .header-search-form .search-from #searchsubmit i {
    font-size: 17px;
    line-height: 46px;
}

header .header-search-form .search-from #searchsubmit2:hover,
header .header-search-form .search-from #searchsubmit:hover {
    background: #3a9046;
}

header .header-left>* {
    display: inline-block;
    vertical-align: middle;
}

header.header-v3 .wpbingoLogo {
    text-align: center;
}

header .header-top .wpbingoLogo {
    margin-top: -10px;
    margin-bottom: -7px;
}

header .header-desktop .wpbingoLogo img {
    max-height: 70px;
}

header .header-left {
    position: relative;
    color: #8d8d8d;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .header-right {
    position: relative;
    color: #8d8d8d;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .header-right a {
    display: inline-block;
    padding: 0px 3px;
}

header .header-page-link {
    text-align: right;
}

header .header-page-link>* {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

header .header-page-link>:first-child {
    margin-left: 0;
}

header .header-page-link .wishlist-box {
    font-size: 15px;
    position: relative;
}

header .header-page-link .wishlist-box .count-wishlist {
    position: absolute;
    top: -9px;
    right: -10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #2875de;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px;
}

header .header-page-link .wishlist-box a {
    width: 44px;
    height: 44px;
    border: 2px solid #e1e1e1;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
    line-height: 44px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

header .header-page-link .wishlist-box a:hover {
    color: #fff;
    background: #3a9046;
    border-color: #3a9046;
}

header .content-header {
    position: unset;
    display: flex;
    align-items: center;
}

.econis-topcart.dropdown .mini-cart {
    position: relative;
}

.mini-cart .remove-cart-shadow {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
    background: rgba(62, 74, 94, .4);
    display: none;
}

.mini-cart.show .remove-cart-shadow {
    display: block;
}

header .header-page-link .mini-cart .cart-icon {
    position: relative;
    width: 44px;
    height: 44px;
    border: 2px solid #e1e1e1;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
    line-height: 44px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

header .header-page-link .mini-cart .cart-icon:hover {
    border-color: #3a9046;
    color: #fff;
    background: #3a9046;
    border-color: #3a9046;
}

.dropdown-toggle::after {
    display: none;
}

header .header-page-link .mini-cart .cart-icon i {
    font-size: 15px;
    position: relative;
}

header .header-mobile .mini-cart .cart-count {
    position: absolute;
    top: -10px;
    right: -14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #3a9046;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px;
}

header .header-page-link .mini-cart .cart-count {
    position: absolute;
    top: -11px;
    right: -11px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #de2828;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px;
}

.mini-cart .cart-popup {
    text-align: left;
    width: 380px;
    padding: 30px 20px;
    border: 1px solid #f3f3f3;
    background: #fff;
    color: #3e4a5e;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(20px) !important;
    transform: translateY(20px) !important;
    left: auto !important;
    right: -12px !important;
    top: 45px !important;
    will-change: unset !important;
    box-shadow: 0 5px 5px 0 rgba(50, 50, 50, .2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mini-cart.show .cart-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    z-index: 9999;
}

.mini-cart .cart-popup .cart_list {
    list-style: none;
    margin-top: 10px;
    padding-bottom: 10px;
    max-height: 335px;
    overflow-y: auto;
}

.mini-cart .cart-popup .cart_list li.empty {
    text-align: center;
    position: relative;
    padding-top: 55px;
    font-size: 18px;
    color: #3e4a5e;
}

.mini-cart .cart-popup .cart_list li.empty:before {
    content: "\f217";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    font-size: 50px;
    line-height: 1;
    left: calc(50% - 25px);
    color: #ff6c6c;
}

.mini-cart .cart-popup .cart_list li.empty span {
    display: block;
}

.mini-cart .cart-popup .cart_list li.empty .go-shop {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 28px;
    border-bottom: 2px solid #3e4a5e;
    margin-top: 5px;
}

.mini-cart .cart-popup .cart_list li.empty .go-shop i {
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.remove-cart {
    text-align: right;
    margin-top: -20px;
}

.cart-remove {
    color: #ffaeae;
}

.cart-remove:hover {
    color: red;
}

.mini-cart .cart-popup .cart_list::-webkit-scrollbar {
    width: 5px;
}

.mini-cart .cart-popup .cart_list::-webkit-scrollbar-thumb {
    background: #888;
}

.mini-cart .cart-popup .cart_list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mini-cart .cart-popup .mini_cart_item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.mini-cart .cart-popup .mini_cart_item a.remove {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #3e4a5e;
    text-align: center;
    line-height: 18px;
    text-indent: -1px;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 1px 4px 1px 5px;
}

.mini-cart .cart-popup .mini_cart_item a.remove:hover {
    color: #ff0000;
}

.mini-cart .cart-popup .mini_cart_item a {
    color: #ff5722;
}

.mini-cart .cart-popup .product-image {
    display: inline-block;
    width: 78px;
    float: left;
    margin-right: 12px;
}

.mini-cart .cart-popup .product-image img {
    width: 100%;
    height: auto;
    display: block;
}

.mini-cart .cart-popup a.product-name {
    color: #3e4a5e !important;
    padding-right: 20px;
    width: calc(100% - 20px);
    display: block;
    line-height: 1.1;
    margin-bottom: 7px;
    font-weight: 500;
}

.mini-cart .cart-popup .quantity {
    font-weight: 500;
    width: 173px;
    color: #818995;
    margin: 0;
    margin-top: -5px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.mini-cart .cart-popup .total-cart {
    font-size: 16px;
    font-weight: 500;
    color: #3e4a5e;
    line-height: 26px;
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #3e4a5e;
    padding-top: 15px;
}

.mini-cart .cart-popup .total-cart .total-price {
    font-size: 24px;
    font-weight: 400;
}

.mini-cart .cart-popup .buttons {
    display: flex;
    margin-bottom: 10px;
    margin-top: 13px;
    width: 100%;
}

.mini-cart .cart-popup .buttons .button.view-cart {
    background: #000;
    border-color: #000;
}

.mini-cart .cart-popup .buttons .button:first-child {
    margin-left: 0;
}

.mini-cart .cart-popup .buttons .button {
    width: calc(50% - 4px);
    margin: 5px 0;
    display: block;
    padding: 15px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background: #a0a0a0;
    -webkit-transition: unset;
    transition: unset;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: inline-block;
    margin: 0 5px;
    border: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-weight: 600;
}

.btn-default:hover,
.btn-primary:hover {
    color: #fff !important;
    border-color: #3a9046 !important;
    background-color: #3a9046 !important;
}















header .content-header-main,
header .header-wrapper {
    position: relative;
}

header .header-wrapper {
    padding: 7px 0;
}

.categories-vertical-menu {
    position: relative;
    min-width: 200px;
}

.categories-vertical-menu .widget-title {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 45px;
    background: #3a9046;
    display: flex;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    padding: 0 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.categories-vertical-menu .widget-title:after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f078";
    position: relative;
    margin-left: 5px;
    border: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: normal;
    font-size: 14px;
}

.categories-vertical-menu .widget-title i {
    background: #fff;
    width: 8px;
    height: 2px;
    margin: 21px 25px 0 0;
    position: relative;
}

.categories-vertical-menu .widget-title i:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 18px;
    height: 2px;
    top: -6px;
}

.categories-vertical-menu .widget-title i:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 14px;
    height: 2px;
    bottom: -6px;
}

.categories-vertical-menu>div {
    width: auto;
    background: #fff;
    border-top: 0;
    box-shadow: 0 0 10px 1px hsla(0, 0%, 56%, .1);
}

.categories-vertical-menu.accordion .verticalmenu {
    min-height: 200px;
}

.categories-vertical-menu .bwp-vertical-navigation>div {
    padding: 0;
    display: block;
    position: relative;
    max-height: 500px;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: 0 0 6px #27e9f5;
}

::-webkit-scrollbar-thumb {
    background-color: #007bff;
    outline: 1px solid #2c8ceb;
    cursor: pointer;
}

.categories-vertical-menu .bwp-vertical-navigation>div ul.menu {
    padding: 0;
}

.categories-vertical-menu .bwp-vertical-navigation>div ul.menu li.level-0 {
    float: unset;
    width: 100%;
    position: unset !important;
    padding: 0 20px;
    list-style: none;
}

.categories-vertical-menu .bwp-vertical-navigation>div ul.menu li.level-0>a {
    margin: 0;
    width: 100%;
    font-size: 13px;
    text-transform: capitalize;
    white-space: normal;
    color: #818995;
    position: relative;
    display: block;
    border-bottom: 1px dashed #e9e9e9;
    padding: 8.5px 0;
}

.categories-vertical-menu .bwp-vertical-navigation>div ul.menu li.level-0>a>span {
    white-space: nowrap;
}

header .header-center {
    text-align: center;
}

.bwp-navigation ul {
    padding: 0;
    list-style: none;
    float: none;
    -webkit-transition: all .35s;
    transition: all .35s;
    margin: 0;
}

.bwp-navigation ul>li.level-0 {
    position: relative;
    display: table;
    float: left;
    padding: 0 10px;
    line-height: 24px;
}

.bwp-navigation ul>li.level-0:first-child {
    padding-left: 0;
}

.bwp-navigation ul>li.level-0>a {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    background-color: transparent;
    color: #3e4a5e;
    display: table;
    white-space: nowrap;
    text-transform: capitalize;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.bwp-navigation ul>li.level-0:hover>a {
    color: #3a9046;
}

.bwp-navigation ul>li.level-0.menu-item-has-children>a:before {
    content: "";
    position: absolute;
    bottom: -25px;
    width: 100%;
    height: 25px;
    left: 0;
}

.bwp-navigation ul>li.level-0.menu-item-has-children>a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.bwp-navigation ul>li.level-0.menu-item-has-children>a>span:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: calc(50% - 5px);
    border-color: transparent;
    border-width: 6px 5px;
    border-style: solid;
    border-bottom-color: #3a9046;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s linear, bottom .1s linear;
    transition: opacity .1s linear, bottom .1s linear;
}

.bwp-navigation .menu-item-has-children:hover a>span:before {
    bottom: -15px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.bwp-navigation ul>li.level-0>a>span {
    position: relative;
    display: inline-block;
}

.bwp-navigation ul>li.level-0 .sub-menu {
    display: block;
    min-width: 225px;
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: #fff;
    padding: 22px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s linear, transform .1s linear;
    transition: opacity .1s linear, transform .1s linear;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    border-top: 2px solid #3a9046;
}

.bwp-navigation .menu-item-has-children:hover>.sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(13px) !important;
    transform: translateY(13px) !important;
    display: block;
}

.bwp-navigation ul>li.level-0 div.sub-menu li,
.bwp-navigation ul>li.level-0>ul.sub-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    text-align: left;
}

.bwp-navigation ul>li.level-0 ul.sub-menu li {
    padding: 5px 30px;
}

.bwp-navigation ul>li.level-0:not(.mega-menu) ul.sub-menu li.level-1:first-child {
    padding-top: 0;
}

.bwp-navigation ul>li.level-0 div.sub-menu li a,
.bwp-navigation ul>li.level-0>ul.sub-menu li a {
    color: #818995;
    font-weight: 400;
    position: relative;
    font-size: 13px;
}

.bwp-navigation ul>li.level-0 div.sub-menu li a,
.bwp-navigation ul>li.level-0>ul.sub-menu li a {
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.bwp-navigation ul>li.level-0 div.sub-menu li a:hover,
.bwp-navigation ul>li.level-0>ul.sub-menu li a:hover {
    color: #3a9046;
}

#contentmain {
    margin: 140px 0 20px 0;
}





.hot,
.onsale {
    text-align: center !important;
    color: #fff;
    font-size: 11px;
    padding: 0 5px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    position: relative;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 10px;
    min-width: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: 1;
}

.onsale {
    left: 10px;
    background: #ff0404;
}

.hot {
    right: 10px;
    background: #f90;
}

.price {
    line-height: 24px;
    font-size: 15px;
    color: #3a9046;
    font-weight: 600;
}

.price del {
    line-height: 100%;
    color: #ff4545;
}

.price del span {
    text-decoration: line-through;
}

.price ins {
    text-decoration: none;
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 77px;
    height: 1.2em;
    line-height: 1.2em;
    display: inline-block;
    font-size: 12px;
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome;
    color: #e1e1e1;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 4px;
}

.item-product .products-content .rating .review-count {
    display: inline-block;
    position: relative;
    top: -3px;
    font-size: 10px;
}


#contentmain .page-title {
    background: #f0f3f8;
    margin: 0 0 50px;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 50%;
    background-size: cover;
}

#contentmain .page-title .container {
    position: relative;
}

#contentmain .page-title h1 {
    text-transform: capitalize;
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    right: 15px;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.breadcrumb {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0;
    color: #3a9046;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    background: transparent;
}

.breadcrumb a {
    color: #818995;
    position: relative;
}

.breadcrumb .delimiter {
    margin: 0 8px;
    color: #818995;
}

.breadcrumb .delimiter:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
}

.breadcrumb .current,
.breadcrumb a:hover {
    color: #3a9046;
}

.box-form-login {
    border: 2px solid #eaeaea;
    padding: 50px 0 40px;
    height: 100%;
}

.box-form-login h2 {
    text-align: center;
    position: relative;
    margin: 0 0 40px;
    font-size: 20px;
    padding-bottom: 15px;
}

.box-form-login h2:before {
    font-size: 21px;
    content: "\f2c0";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}

.box-form-login h2:after {
    content: "";
    width: 132px;
    height: 2px;
    background: #3e4a5e;
    position: absolute;
    bottom: -2px;
    left: calc(50% - 66px);
}

.box-form-login .box-content {
    padding: 0 90px;
}

.box-form-login .required {
    color: red;
}

.box-form-login .box-content .email input,
.box-form-login .box-content .password input,
.box-form-login .box-content .username input {
    padding: 0 20px;
    margin-bottom: 15px;
}

.box-form-login .box-content input {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.box-form-login .rememberme-lost {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.box-form-login .rememberme-lost .rememberme {
    margin-right: 10px;
    position: relative;
}

.box-form-login .rememberme-lost .rememberme input {
    position: absolute;
    opacity: 0;
    height: 22px;
    cursor: pointer;
}

.box-form-login .rememberme-lost .inline {
    color: #3e4a5e;
    font-weight: 500;
    cursor: pointer;
}

.box-form-login .rememberme-lost .inline:before {
    width: 16px;
    height: 16px;
    content: "";
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #3e4a5e;
    margin-right: 5px;
    position: relative;
    top: 3px;
    z-index: 2;
}

.box-form-login .rememberme-lost .inline:after {
    width: 16px;
    height: 17px;
    content: "";
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 3px;
    border: 2.5px solid #fff;
    left: 0px;
    background: #0075ff;
    z-index: 1;
    opacity: 0;
}

.box-form-login .rememberme-lost .rememberme input:checked+label:before {
    border-color: #0075ff;
}

.box-form-login .rememberme-lost .rememberme input:checked+label:after {
    opacity: 1;
}

.box-form-login .rememberme-lost .lost_password {
    font-weight: 500;
}

.box-form-login .rememberme-lost .lost_password a {
    display: inline-block;
    position: relative;
}

.box-form-login .rememberme-lost .lost_password a:before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #3e4a5e;
}

.box-form-login .button-login,
.box-form-login .button-register {
    text-align: center;
}

.box-form-login .button-login input[type=button],
.box-form-login .button-login input[type=submit],
.box-form-login .button-register input[type=submit] {
    background: #3e4a5e;
    border: 0;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.box-form-login .rememberme-lost .or {
    text-align: center;
    width: 100%;
    margin: 0 0 15px 0;
}

.box-form-login .rememberme-lost .reg {
    text-align: center;
    margin: 0px auto;
}

.box-form-login .button-login input[type=submit]:hover,
.box-form-login .button-register input[type=submit]:hover {
    background: #3a9046;
}






input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    border: 1px solid #e6e6e6;
    padding: 5px 6px;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
}

.elementor *,
.elementor :after,
.elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elementor-section {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #e5e5e5;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 15px 0px 15px 0px;
}

.elementor-image {
    height: auto;
    max-width: 100%;
    border: none;
}

.elementor-image img {
    vertical-align: middle;
    display: inline-block;
    max-width: 158px;
}

.elementor-widget-container {
    margin: 0 0 13px;
}

.elementor-icon-box-wrapper {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.elementor-icon-box-wrapper .elementor-icon-box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    padding: 8px;
    background-color: #9adba3;
    color: #ffffff;
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.elementor-icon-box-wrapper .elementor-icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.elementor-icon-box-wrapper .elementor-icon-box-description {
    color: #697ef1;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.social-link {
    margin-bottom: 0px;
}

.social-link li {
    display: inline-block;
    text-align: center;
    margin: 0 6px;
}

.social-link li a {
    display: inline-block;
}

.social-link li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #eef2f7;
}

.social-link li a i {
    color: #3e4a5e;
    font-size: 14px;
}

.elementor-section .elementor-icon-list-items {
    list-style-type: none;
    text-align: left;
}

.elementor-inline-items .elementor-icon-list-item {
    float: left;
    line-height: 17px;
    padding-right: 20px;
    border-right: 1px solid #e6e6e6;
    margin-right: 20px;
}

.elementor-inline-items .elementor-icon-list-item:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 5px;
}

blockquote {
    font-weight: 500;
    margin: 30px 0;
    padding: 0 100px 0 60px;
    color: #a5b0c3;
    border-left: 2px solid #3a9046;
    position: relative;
    font-size: 16px;
}

.back-top {
    width: 40px;
    height: 40px;
    line-height: 49px;
    text-align: center;
    position: fixed;
    bottom: 70px;
    right: 30px;
    z-index: 9;
    color: #3e4a5e;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 2px solid #3e4a5e;
}

.back-top.button-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.back-top i {
    font-size: 15px;
    display: block;
    line-height: 36px;
}

.back-top i:before {
    margin-right: 1px;
}

.back-top:hover {
    cursor: pointer;
    background: #3a9046;
    color: #fff;
    border-color: #3a9046;
}

.woosw-content-items img {
    height: auto;
    border-radius: 2px;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    width: 95px !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
}

.woosw-content-items a {
    color: #3e4a5e;
}

.woosw-content-items .time,
.woosw-content-items .stock {
    font-size: 12px;
    color: #3e4a5e;
}

.woosw-content-items .add_to_cart {
    color: #fff;
    display: inline-block !important;
    line-height: 28px;
    background: #3a9046;
    padding: 0 10px !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 12px !important;
    margin-top: 15px !important;
}

.bwp-quick-view {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: inline-block;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.bwp-quick-view.active {
    opacity: 1;
    visibility: visible;
}

.bwp-quick-view .quickview-container {
    position: fixed;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bwp-quick-view .quickview-container .quickview-close {
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 15px;
    color: #3e4a5e;
    z-index: 11;
    width: 20px;
    height: 20px;
    border: 1px solid red;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.bwp-quick-view .quickview-container .quickview-close i {
    margin-top: 3px;
    display: block;
}

.bwp-quick-view .quickview-container .product_detail {
    overflow: hidden;
    padding: 50px 30px;
    background: #fff;
    color: #818995;
    max-width: 980px;
    width: 100%;
    max-height: 705px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.bwp-quick-view .quickview-container .bwp-single-info .content_product_detail {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
}

.quickview-container .product_title,
.single-product .product_title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    color: #3e4a5e;
    word-break: break-word;
    display: block;
}

.quickview-container .brands-single,
.single-product .brands-single {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    top: -4px;
}

.quickview-container .brands-single .title-brand,
.single-product .brands-single .title-brand {
    margin: 1px 5px 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #818995;
}

.quickview-container .brands-single ul,
.single-product .brands-single ul {
    margin: 0;
    list-style: none;
}

.quickview-container .brands-single ul li a,
.single-product .brands-single ul li a {
    display: inline-block;
    color: #3a9046;
    font-size: 12px;
}

.quickview-container .entry-summary .price-single,
.single-product .entry-summary .price-single {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 100%;
    display: flex;
}

.quickview-container .entry-summary .price,
.single-product .entry-summary .price {
    color: #3e4a5e;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.quickview-container .entry-summary .product-lable,
.single-product .entry-summary .product-lable {
    position: relative;
    top: -2px;
    margin-left: 15px;
}

.quickview-container .entry-summary .product-lable .hot,
.single-product .entry-summary .product-lable .hot {
    position: absolute;
    left: 70px;
    top: 3px;
}

.quickview-container .entry-summary .product-lable .onsale,
.single-product .entry-summary .product-lable .onsale {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #ff4545;
    border-right: 0;
    color: #ff4545;
    line-height: 22px;
    top: 0;
    left: 0;
    padding: 0 2px 0 10px;
    z-index: 2;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.quickview-container .entry-summary .product-lable .onsale:before,
.single-product .entry-summary .product-lable .onsale:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    right: -20px;
    border: 13px solid #ff4545;
    border-right-color: transparent;
    top: -2px;
    display: inline-block !important;
    z-index: -2;
}

.quickview-container .entry-summary .product-lable .onsale:after,
.single-product .entry-summary .product-lable .onsale:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    right: -15px;
    border: 11px solid #fff;
    border-right-color: transparent;
    top: 0;
    z-index: -1;
}

.quickview-container .entry-summary .vendor-info,
.single-product .entry-summary .vendor-info {
    color: #3e4a5e;
    font-weight: 500;
    margin-bottom: 10px;
}

.quickview-container .entry-summary .vendor-info a,
.single-product .entry-summary .vendor-info a {
    color: #3a9046;
    text-transform: uppercase;
}

.quickview-container .bwp-single-info .description,
.single-product .bwp-single-info .description {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.bwp-quick-view .quickview-container .bwp-single-info .description {
    margin-bottom: 15px;
}

.quickview-container .bwp-single-info .description ul,
.single-product .bwp-single-info .description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quickview-container .bwp-single-info .description ul li,
.single-product .bwp-single-info .description ul li {
    padding: 3px 0;
}

.quickview-container .bwp-single-info .description ul li:before,
.single-product .bwp-single-info .description ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #3a9046;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.quickview-container .bwp-single-info .entry-summary>.cart,
.single-product .bwp-single-info .entry-summary>.cart {
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.quickview-container .bwp-single-info .entry-summary>.cart .quantity-button,
.single-product .bwp-single-info .entry-summary>.cart .quantity-button {
    display: flex;
    flex-wrap: wrap;
}

.quickview-container .bwp-single-info .button.quick-buy,
.single-product .bwp-single-info .button.quick-buy {
    -webkit-transition: none;
    transition: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 45px;
    position: relative;
    background: #3a9046;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding: 0 15px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin: 5px 0;
    min-width: 214px;
    white-space: nowrap;
}

.quickview-container .bwp-single-info .entry-summary .button.quick-buy {
    min-width: 150px;
    width: 100%;
}

.quickview-container .bwp-single-info .quantity,
.single-product .bwp-single-info .quantity {
    margin: 5px 0;
    border: 1px solid #e6e6e6;
    height: 45px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.bwp-quick-view .quickview-container .bwp-single-info .quantity {
    margin-right: 10px;
}

.quickview-container .bwp-single-info .entry-summary .quantity button {
    width: 30px;
}

.quickview-container .bwp-single-info .quantity button.plus,
.single-product .bwp-single-info .quantity button.plus {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    line-height: 24px;
    border: none;
    width: 40px;
    height: 43px;
}

.quickview-container .bwp-single-info .quantity button.minus,
.single-product .bwp-single-info .quantity button.minus {
    position: absolute;
    left: 0;
    bottom: 0;
    border: none;
    width: 40px;
    height: 43px;
    background: transparent;
}

.quickview-container .bwp-single-info .quantity input,
.single-product .bwp-single-info .quantity input {
    width: 150px;
    border: 0;
    height: 45px;
    text-align: center;
    padding: 0 38px;
    font-size: 15px;
    font-weight: 500;
}

.quickview-container .bwp-single-info .entry-summary .quantity input {
    width: 120px;
}

.quickview-container .bwp-single-info .entry-summary .single_add_to_cart_button.button {
    min-width: 160px;
    margin-right: 0;
    flex: 1;
}

.bwp-quick-view .quickview-container .bwp-single-info .single_add_to_cart_button.button {
    margin-right: 10px;
}

.quickview-container .bwp-single-info .single_add_to_cart_button.button,
.single-product .bwp-single-info .single_add_to_cart_button.button {
    -webkit-transition: none;
    transition: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 45px;
    position: relative;
    background: rgba(62, 74, 94, .85);
    color: #fff;
    text-align: center;
    padding: 0 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin: 0;
    min-width: 214px;
    white-space: nowrap;
    margin: 5px 10px 5px 0;
}

.quickview-container .bwp-single-info .single_add_to_cart_button.button:before,
.single-product .bwp-single-info .single_add_to_cart_button.button:before {
    content: "\f290";
    font-family: FontAwesome;
    margin-right: 10px;
}

.quickview-container .bwp-single-info .single_add_to_cart_button.button:hover,
.single-product .bwp-single-info .single_add_to_cart_button.button:hover {
    background: #3a9046;
    color: #fff;
}

.bwp-quick-view .quickview-container .bwp-single-info .content_product_detail::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.bwp-quick-view .quickview-container .bwp-single-info .content_product_detail::-webkit-scrollbar-thumb {
    background-color: rgba(62, 74, 94, .1);
}

.bwp-quick-view .quickview-container .bwp-single-info .content_product_detail::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.main-single-product {
    margin-top: 50px;
}

.main-single-product .single-product {
    margin-bottom: 80px;
}

.main-single-product .single-product .image-thumbnail a {
    margin-bottom: 15px;
    display: block;
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 7px;
    max-width: 100%;
    height: auto;
}

.main-single-product .single-product .image-thumbnail a.active {
    border-color: #3a9046;
}

.main-single-product .single-product .image-thumbnail img {
    width: 100%;
}

.main-single-product .single-product .image-additional {
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    width: 100%;
}

.main-single-product .single-product .image-additional img {
    width: 100% !important;
}

.main-single-product .single-product .view-gallery {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 42px;
    text-align: center;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    font-size: 16px;
    color: #3e4a5e;
}

.main-single-product .single-product .entry-summary {
    padding-left: 50px;
}

.quickview-container .bwp-single-info .woosc-compare,
.quickview-container .bwp-single-info .woosw-wishlist,
.single-product .bwp-single-info .woosc-compare,
.single-product .bwp-single-info .woosw-wishlist {
    display: inline-block;
}

.quickview-container .bwp-single-info .woosw-btn,
.single-product .bwp-single-info .woosw-btn {
    margin-top: 10px;
    text-align: center;
    color: #3e4a5e;
    display: inline-flex;
    vertical-align: top;
    margin-right: 20px;
    align-items: center;
    font-weight: 500;
    padding: 0;
    background: transparent;
    border: 0;
}

.quickview-container .bwp-single-info .woosw-btn:before,
.single-product .bwp-single-info .woosw-btn:before {
    content: "\f08a";
    font-family: FontAwesome;
    font-size: 18px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #cecece;
    margin-right: 10px;
    color: #818995;
    font-weight: 400;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.quickview-container .bwp-single-info .woosc-btn,
.single-product .bwp-single-info .woosc-btn {
    margin-top: 10px;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 0;
}

.quickview-container .bwp-single-info .woosc-btn:before,
.single-product .bwp-single-info .woosc-btn:before {
    content: "\f074";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 1;
    line-height: 46px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #cecece;
    margin-right: 10px;
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
}

.quickview-container .bwp-single-info .product_meta,
.single-product .bwp-single-info .product_meta {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin-top: 30px;
}

.quickview-container .bwp-single-info .product_meta iframe,
.single-product .bwp-single-info .product_meta iframe {
    width: 560px;
    height: 315px;
}

.quickview-container .bwp-single-info .product_meta .posted_in,
.quickview-container .bwp-single-info .product_meta .sku_wrapper,
.quickview-container .bwp-single-info .product_meta .tagged_as,
.single-product .bwp-single-info .product_meta .posted_in,
.single-product .bwp-single-info .product_meta .sku_wrapper,
.single-product .bwp-single-info .product_meta .tagged_as {
    display: block;
    width: 100%;
    color: #3e4a5e;
    margin-bottom: 5px;
    font-weight: 500;
}

.quickview-container .bwp-single-info .product_meta .posted_in a,
.quickview-container .bwp-single-info .product_meta .posted_in span,
.quickview-container .bwp-single-info .product_meta .sku_wrapper a,
.quickview-container .bwp-single-info .product_meta .sku_wrapper span,
.quickview-container .bwp-single-info .product_meta .tagged_as a,
.quickview-container .bwp-single-info .product_meta .tagged_as span,
.single-product .bwp-single-info .product_meta .posted_in a,
.single-product .bwp-single-info .product_meta .posted_in span,
.single-product .bwp-single-info .product_meta .sku_wrapper a,
.single-product .bwp-single-info .product_meta .sku_wrapper span,
.single-product .bwp-single-info .product_meta .tagged_as a,
.single-product .bwp-single-info .product_meta .tagged_as span {
    font-weight: 400;
    color: #3e4a5e;
}

.quickview-container .bwp-single-info .product_meta .posted_in a,
.quickview-container .bwp-single-info .product_meta .posted_in a:hover,
.quickview-container .bwp-single-info .product_meta .sku_wrapper a:hover,
.quickview-container .bwp-single-info .product_meta .tagged_as a:hover,
.single-product .bwp-single-info .product_meta .posted_in a,
.single-product .bwp-single-info .product_meta .posted_in a:hover,
.single-product .bwp-single-info .product_meta .sku_wrapper a:hover,
.single-product .bwp-single-info .product_meta .tagged_as a:hover {
    color: #3a9046;
}

.quickview-container .bwp-single-info .product_meta .posted_in,
.quickview-container .bwp-single-info .product_meta .sku_wrapper,
.quickview-container .bwp-single-info .product_meta .tagged_as,
.single-product .bwp-single-info .product_meta .posted_in,
.single-product .bwp-single-info .product_meta .sku_wrapper,
.single-product .bwp-single-info .product_meta .tagged_as {
    display: block;
    width: 100%;
    color: #3e4a5e;
    margin-bottom: 5px;
    font-weight: 500;
}

.quickview-container .social-icon,
.single-product .social-icon {
    margin-top: 5px;
}

.quickview-container .social-icon .social-share,
.single-product .social-icon .social-share {
    display: inline-block;
}

.quickview-container .social-icon .social-share>a,
.single-product .social-icon .social-share>a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #3b5998;
}

#shippingaddr .quickview-container {
    border: 1px solid #3e4a5e;
    border-radius: 6px;
    padding: 15px 15px;
}

.tab-content {
    margin: 0 0 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 50px;
}


.cross_sell,
.related,
.upsells {
    position: relative;
    margin-top: 50px;
    max-width: 1440px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.cross_sell .title-block,
.related .title-block,
.upsells .title-block {
    text-align: center;
    margin-bottom: 35px;
}

.cross_sell .title-block h2,
.related .title-block h2,
.upsells .title-block h2 {
    font-size: 24px;
    color: #3e4a5e;
    margin: 0;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.cross_sell .content-product-list,
.related .content-product-list,
.upsells .content-product-list {
    position: relative;
}


.item-product {
    position: relative;
    margin: 0 0 30px;
}

.item-product:before {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #e6e6e6;
    content: "";
    right: -5px;
}

.item-product:after {
    display: block;
    clear: both;
    content: "";
}

.item-product .products-thumb {
    position: relative;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.item-product .products-thumb .product-thumb-hover {
    position: relative;
    display: block;
}

.item-product .products-thumb .product-thumb-hover a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    display: block;
    text-align: center;
}

.item-product .products-thumb .product-thumb-hover .wp-post-image {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.item-product .products-thumb .product-thumb-hover .hover-image {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: auto;
}

.item-product .products-thumb .product-button {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    background: #fff;
}

.item-product .products-thumb .product-button>* {
    margin: 0 5px;
    position: relative;
}

.item-product .products-thumb .product-button .add_to_cart,
.item-product .products-thumb .product-button .product-quickview,
.item-product .products-thumb .product-button .woosw-btn,
.item-product .products-thumb .product-button .woosc-btn,
.item-product .products-thumb .product-button .read_more {
    color: #fff;
    display: inline-block;
    text-align: center;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0;
    white-space: nowrap;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    flex: 0 0 35px;
    position: relative;
}

.item-product .products-thumb .product-button .add_to_cart:hover i:before,
.item-product .products-thumb .product-button .product-quickview:hover i:before,
.item-product .products-thumb .product-button .woosw-btn:hover i:before,
.item-product .products-thumb .product-button .woosc-btn:hover i:before,
.item-product .products-thumb .product-button .read_more:hover i:before {
    background: #3a9046;
    border-color: #3a9046;
    color: #fff;
}

.item-product .products-thumb .product-button i:before {
    font-size: 14px;
    color: #999999;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    margin: 0;
    display: inline-block;
    padding: 10px 10px 8px 10px;
    border-radius: 50%;
}

.item-product:hover .countdown {
    opacity: 0;
    visibility: hidden
}

.item-product .countdown {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}


.item-product .products-content {
    margin-top: 20px;
}

.item-product .products-content .cat-products {
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.item-product .products-content .cat-products a {
    color: #818995;
}

.item-product .products-content h3.product-title {
    font-size: 15px;
    margin-top: 0;
    display: block;
    margin-bottom: 7px;
    font-weight: 500;
    height: 34px;
    overflow: hidden;
}

.item-product .products-content h3.product-title a {
    color: #3e4a5e;
}

.item-product .products-content h3.product-title a:hover {
    color: #38a536;
}


.products-hot {
    padding-top: 35px;
}

.products-hot .item-product {
    position: relative;
    border: 2px solid #e6e6e6;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #fff;
}

.products-hot .item-product .product-lable {
    position: absolute;
    display: flex;
    top: 10px;
    left: 15px;
}

.products-hot .item-product .product-lable>div {
    position: unset;
}

.products-hot .item-product .product-lable>.hot {
    margin-right: 5px;
}

.products-hot .item-product .woosw-btn {
    font-size: 0;
    background: transparent;
    text-align: center;
    position: absolute;
    top: 3px;
    right: 15px;
    padding: 0;
    white-space: nowrap;
    margin-top: 0;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0;
    cursor: pointer;
}

.products-hot .item-product .woosw-btn i {
    font-size: 14px;
    line-height: 35px;
    color: #3e4a5e;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.products-hot .item-product .product-button {
    display: block;
    width: 35px;
    background: transparent;
    padding: 0;
    left: auto;
    right: 10px;
    bottom: 20px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.products-hot .item-product .product-button a {
    border: 1px solid hsla(0, 0%, 90%, .5) !important;
    line-height: 33px !important;
    margin: 5px 0;
}

.products-hot .item-product .product-button a:hover {
    background: #3a9046;
    border-color: #3a9046;
    color: #fff;
}

.products-hot .item-product .products-content {
    padding: 20px;
    margin-top: 0;
    position: relative;
}

.products-hot .item-product .products-content .add_to_cart {
    text-align: right;
}

.products-hot .item-product .products-content .add_to_cart {
    color: #fff;
    display: inline-flex;
    background: #e9edf4;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 0;
    justify-content: center;
    white-space: nowrap;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    -webkit-transition: width .3s ease, padding .3s ease;
    transition: width .3s ease, padding .3s ease;
    padding: 0 15px;
    right: 7px;
    position: absolute;
    top: 19px;
}

.products-hot .item-product .products-content .add_to_cart:before {
    content: "\f290";
    font-family: FontAwesome;
    font-size: 14px;
    color: #3e4a5e;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    display: inline-block;
    order: 2;
    position: absolute;
    right: 12px;
}

.products-hot .item-product .products-content .add_to_cart:hover {
    background: #3a9046;
    color: #fff;
    width: auto;
    font-size: 12px;
    padding: 0 35px 0 15px;
}

.products-hot .item-product .products-content:hover .add_to_cart:before {
    color: #fff;
}


.slick-slider .slick-list .slick-slide {
    margin: 0 5px;
    /*min-height: 280px;*/
}

.allcat {
    position: relative;
}

.allcat .allcat-data {
    height: 260px;
    overflow: hidden;
}

.allcat .allcat-data a {
    margin-bottom: 25px;
    border: 1px solid #d9d9d9;
    display: block;
    text-align: center;
}

.allcat .allcat-data a img {
    height: 220px;
}

.allcat .allcat-data a h2 {
    font-size: 14px;
}

.allcat .allcat-arrow {
    position: absolute;
    bottom: -35px;
    width: 100%;
    text-align: center;
}

.allcat .allcat-arrow a {
    font-size: 12px;
    font-weight: 500;
    line-height: 9px;
    background-color: #3a9046;
    border-radius: 30px;
    color: #fff;
    padding: 8px 15px 9px 15px;
}

.allcat .allcat-arrow a:hover {
    background-color: #007bff;
    text-decoration: none;
}

.heightAuto {
    height: auto !important;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.elementor-widget-wrap .elementor-element {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 35px;
}

.elementor-widget-wrap .elementor-element h2 {
    font-size: 20px;
    color: #3e4a5e;
}

.elementor-element {
    position: relative;
}

.elementor-widget-wrap .elementor-icon-list-item,
.elementor-widget-wrap .elementor-icon-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
}

.elementor-widget-wrap>.elementor-element>a {
    font-size: 12px;
    font-weight: 500;
    line-height: 9px;
    background-color: #F62E2E;
    border-radius: 30px;
    color: #fff;
    padding: 8px 15px 9px 15px;
}

.elementor-widget-wrap>.elementor-element>a:hover {
    background-color: #3a9046;
    text-decoration: none;
}

.elementor-element ul.elementor-icon-list-items {
    padding: 0;
}

.elementor-icon-list-items .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative;
}

.elementor-icon-list-items .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(7px/2);
}

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.elementor-icon-list-items .elementor-icon-list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-icon-list-items .elementor-icon-list-icon+.elementor-icon-list-text {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px;
}

.elementor-icon-list-items .elementor-icon-list-text {
    color: #e3e3e3;
}

.elementor-icon-list-items .elementor-icon-list-icon i {
    color: #3e4a5e;
    font-size: 9px;
}

.elementor-icon-list-items .elementor-icon-list-text:hover {
    color: #3a9046;
    text-decoration: unset;
    outline: unset;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.elementor-brand {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s,
        -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s,
        -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
        -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0e0;
    border-radius: 100px;
    overflow: hidden;
    height: 175px;
    margin-bottom: 20px;
}

.elementor-brand .item {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #e0e0e0;
}

.elementor-brand .item .item-image,
.elementor-brand .item .item-image a {
    display: flex;
    justify-content: center;
}

.elementor-brand .item .item-image a {
    align-items: center;
}

.elementor-brand .item .item-image img {
    height: 175px;
    /*opacity: 0.10;*/
    transition-duration: 0.3s;
}

.elementor-brand .item .item-image img:hover {
    opacity: 1;
}

#comments {
    margin-bottom: 40px;
}

#comments .woocommerce-Reviews-title {
    font-size: 25px;
    margin: 30px 0;
}

#respond {
    line-height: 1.4em;
}

#respond #reply-title {
    font-weight: 600;
    color: #3e4a5e;
    font-size: 16px;
    margin-bottom: 25px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}

#respond #reply-title:before {
    content: "\f0d0";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 20px;
    margin-right: 15px;
    font-weight: 400;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

#respond #commentform {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#respond #commentform .comment-form-rating,
#respond #commentform .comment-notes {
    width: 100%;
    padding: 0 10px;
}

#respond .comment-notes {
    margin-bottom: 15px;
}

#respond #commentform .required {
    color: red;
}

#respond #review_form_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

#respond .comment-notes .required {
    color: red;
}

#respond #commentform .comment-form-rating,
#respond #commentform .comment-notes {
    width: 100%;
    padding: 0 10px;
}

#respond .comment-form .comment-form-rating label {
    font-weight: 500;
    margin-right: 0;
    margin-bottom: 10px;
    color: #3e4a5e;
}

#respond #commentform .stars {
    padding-top: 0;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 7px;
}

#respond #commentform .comment-form-comment {
    flex: 1;
    padding: 0 10px;
    margin: 0;
    order: 2;
}

#respond textarea {
    height: 100% !important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

#respond #commentform .content-info-reviews {
    flex: 1;
    padding: 0 10px;
    order: 1;
    margin: 0;
}

#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email {
    margin-bottom: 25px;
}

#respond input[type=email],
#respond input[type=text],
#respond textarea {
    background: #fff;
    padding: 14px 20px;
    border: 1px solid #d6d6d6;
    height: 60px;
    font-weight: 300;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    width: 100%;
}

#respond .form-submit {
    margin: 0;
}

#respond input[type=submit] {
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0 50px;
    height: 60px;
    color: #3e4a5e;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #3e4a5e;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

#respond input[type=submit]:hover {
    background: #3a9046;
    border-color: #3a9046;
    color: #fff;
}

.woocommerce-notices-wrapper {
    max-width: 1410px;
    margin: auto;
    width: 100%;
}

.alert-success,
.woocommerce-error,
.woocommerce-message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    list-style: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 12px 22px 12px 42px;
    margin: 0 0 24px;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-top-color: #b81c23;
    width: 100%;
}

.woocommerce-info,
.woocommerce-message {
    border-top: 3px solid #3e4a5e;
    text-transform: capitalize;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    content: "\f0c5";
    display: table;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 8px;
    font-size: 18px;
    left: 20px;
    color: #b81c23;
}

.woocommerce-info:before,
.woocommerce-message:before {
    content: "\f127";
    font-family: FontAwesome;
    color: #3e4a5e;
    font-size: 15px;
    margin-right: 10px;
    line-height: 1;
    top: 16px;
}

.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce-page-header {
    margin-bottom: 50px;
}

.woocommerce-page-header ul {
    list-style: none;
    padding: 0;
    text-align: center;
    position: relative;
}

.woocommerce-page-header ul li {
    display: inline-block;
    margin: 0 20px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
}

.woocommerce-page-header ul li a {
    display: inline-block;
    position: relative;
    color: #818995;
    padding-bottom: 5px;
    font-weight: 600;
}

.woocommerce-page-header ul li.active a,
.woocommerce-page-header ul li:hover a {
    color: #3e4a5e;
}

.woocommerce-page-header ul li a:before {
    content: "";
    width: 0;
    height: 2px;
    background: #3e4a5e;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    bottom: -1px;
}

.woocommerce-page-header ul li.active a:before,
.woocommerce-page-header ul li:hover a:before {
    width: 100%;
}

.woocommerce-cart-form {
    margin-bottom: 30px;
    border-right: 1px solid #e8e8e8;
}

.table.shop_table,
table.shop_table {
    width: 100%;
    height: auto;
    border: 0;
    margin: 0;
}

.table.shop_table thead,
table.shop_table thead {
    border: 1px solid #e8e8e8;
}

.table.shop_table thead th,
table.shop_table thead th {
    font-size: 15px;
    text-transform: uppercase;
    border: 0 !important;
    font-weight: 500;
}

.table.shop_table>tbody>tr>th,
.table.shop_table>tfoot>tr>th,
.table.shop_table>thead>tr>th,
table.shop_table>tbody>tr>th,
table.shop_table>tfoot>tr>th,
table.shop_table>thead>tr>th {
    padding: 16px 30px;
    line-height: 1.7;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    color: #3e4a5e;
}

.table.shop_table.cart>thead th,
table.shop_table.cart>thead th {
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
}

.table.shop_table.cart>tbody>tr>td,
.table.shop_table.cart>tbody>tr>th,
.table.shop_table.cart>tfoot>tr>td,
.table.shop_table.cart>tfoot>tr>th,
.table.shop_table.cart>thead>tr>td,
.table.shop_table.cart>thead>tr>th,
table.shop_table.cart>tbody>tr>td,
table.shop_table.cart>tbody>tr>th,
table.shop_table.cart>tfoot>tr>td,
table.shop_table.cart>tfoot>tr>th,
table.shop_table.cart>thead>tr>td,
table.shop_table.cart>thead>tr>th {
    vertical-align: middle;
}

.table.shop_table.cart>tbody>tr>td.product-thumbnail,
.table.shop_table.cart>tbody>tr>th.product-thumbnail,
.table.shop_table.cart>tfoot>tr>td.product-thumbnail,
.table.shop_table.cart>tfoot>tr>th.product-thumbnail,
.table.shop_table.cart>thead>tr>td.product-thumbnail,
.table.shop_table.cart>thead>tr>th.product-thumbnail,
table.shop_table.cart>tbody>tr>td.product-thumbnail,
table.shop_table.cart>tbody>tr>th.product-thumbnail,
table.shop_table.cart>tfoot>tr>td.product-thumbnail,
table.shop_table.cart>tfoot>tr>th.product-thumbnail,
table.shop_table.cart>thead>tr>td.product-thumbnail,
table.shop_table.cart>thead>tr>th.product-thumbnail {
    display: flex;
    align-items: center;
}

.table.shop_table.cart>tbody,
table.shop_table.cart>tbody {
    border: 1px solid #e8e8e8;
    border-top: 0;
}

.table.shop_table>tbody>tr>td,
.table.shop_table>tfoot>tr>td,
.table.shop_table>thead>tr>td,
table.shop_table>tbody>tr>td,
table.shop_table>tfoot>tr>td,
table.shop_table>thead>tr>td {
    padding: 16px 30px;
    line-height: 1.7;
    vertical-align: top;
    border: 1px solid #e6e6e6;
}

.table.shop_table.cart>tbody td,
table.shop_table.cart>tbody td {
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
}

.table .product-thumbnail a img,
table .product-thumbnail a img {
    width: 80px;
}

.table.shop_table.cart>tbody>tr>td .product-name,
.table.shop_table.cart>tbody>tr>th .product-name,
.table.shop_table.cart>tfoot>tr>td .product-name,
.table.shop_table.cart>tfoot>tr>th .product-name,
.table.shop_table.cart>thead>tr>td .product-name,
.table.shop_table.cart>thead>tr>th .product-name,
table.shop_table.cart>tbody>tr>td .product-name,
table.shop_table.cart>tbody>tr>th .product-name,
table.shop_table.cart>tfoot>tr>td .product-name,
table.shop_table.cart>tfoot>tr>th .product-name,
table.shop_table.cart>thead>tr>td .product-name,
table.shop_table.cart>thead>tr>th .product-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.product-name a {
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    color: #818995;
}

.table.shop_table.cart>tbody>tr>td.product-thumbnail a,
.table.shop_table.cart>tbody>tr>th.product-thumbnail a,
.table.shop_table.cart>tfoot>tr>td.product-thumbnail a,
.table.shop_table.cart>tfoot>tr>th.product-thumbnail a,
.table.shop_table.cart>thead>tr>td.product-thumbnail a,
.table.shop_table.cart>thead>tr>th.product-thumbnail a,
table.shop_table.cart>tbody>tr>td.product-thumbnail a,
table.shop_table.cart>tbody>tr>th.product-thumbnail a,
table.shop_table.cart>tfoot>tr>td.product-thumbnail a,
table.shop_table.cart>tfoot>tr>th.product-thumbnail a,
table.shop_table.cart>thead>tr>td.product-thumbnail a,
table.shop_table.cart>thead>tr>th.product-thumbnail a {
    min-width: 80px;
    display: inline-block;
}

.table.shop_table.cart>tbody>tr>td .product-name a,
.table.shop_table.cart>tbody>tr>th .product-name a,
.table.shop_table.cart>tfoot>tr>td .product-name a,
.table.shop_table.cart>tfoot>tr>th .product-name a,
.table.shop_table.cart>thead>tr>td .product-name a,
.table.shop_table.cart>thead>tr>th .product-name a,
table.shop_table.cart>tbody>tr>td .product-name a,
table.shop_table.cart>tbody>tr>th .product-name a,
table.shop_table.cart>tfoot>tr>td .product-name a,
table.shop_table.cart>tfoot>tr>th .product-name a,
table.shop_table.cart>thead>tr>td .product-name a,
table.shop_table.cart>thead>tr>th .product-name a {
    font-size: 14px;
    color: #3e4a5e;
}

.quantity {
    width: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.table.shop_table.cart>tbody>tr>td.product-quantity>.quantity,
.table.shop_table.cart>tbody>tr>th.product-quantity>.quantity,
.table.shop_table.cart>tfoot>tr>td.product-quantity>.quantity,
.table.shop_table.cart>tfoot>tr>th.product-quantity>.quantity,
.table.shop_table.cart>thead>tr>td.product-quantity>.quantity,
.table.shop_table.cart>thead>tr>th.product-quantity>.quantity,
table.shop_table.cart>tbody>tr>td.product-quantity>.quantity,
table.shop_table.cart>tbody>tr>th.product-quantity>.quantity,
table.shop_table.cart>tfoot>tr>td.product-quantity>.quantity,
table.shop_table.cart>tfoot>tr>th.product-quantity>.quantity,
table.shop_table.cart>thead>tr>td.product-quantity>.quantity,
table.shop_table.cart>thead>tr>th.product-quantity>.quantity {
    min-width: 130px;
    border: 1px solid #e8e8e8;
    display: inline-block;
}

.quantity .minus,
.quantity .plus {
    background: #fff;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    vertical-align: text-top;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    line-height: 13px;
    font-size: 16px;
    color: #818995;
    border: 1px solid #e6e6e6;
    text-align: center;
    width: 45px;
    height: 38px;
}

.table.shop_table.cart>tbody>tr>td.product-quantity>.quantity button,
.table.shop_table.cart>tbody>tr>th.product-quantity>.quantity button,
.table.shop_table.cart>tfoot>tr>td.product-quantity>.quantity button,
.table.shop_table.cart>tfoot>tr>th.product-quantity>.quantity button,
.table.shop_table.cart>thead>tr>td.product-quantity>.quantity button,
.table.shop_table.cart>thead>tr>th.product-quantity>.quantity button,
table.shop_table.cart>tbody>tr>td.product-quantity>.quantity button,
table.shop_table.cart>tbody>tr>th.product-quantity>.quantity button,
table.shop_table.cart>tfoot>tr>td.product-quantity>.quantity button,
table.shop_table.cart>tfoot>tr>th.product-quantity>.quantity button,
table.shop_table.cart>thead>tr>td.product-quantity>.quantity button,
table.shop_table.cart>thead>tr>th.product-quantity>.quantity button {
    border: 0;
    width: 40px;
}

.table.shop_table.cart>tbody>tr>td.product-quantity>.quantity button.plus,
.table.shop_table.cart>tbody>tr>th.product-quantity>.quantity button.plus,
.table.shop_table.cart>tfoot>tr>td.product-quantity>.quantity button.plus,
.table.shop_table.cart>tfoot>tr>th.product-quantity>.quantity button.plus,
.table.shop_table.cart>thead>tr>td.product-quantity>.quantity button.plus,
.table.shop_table.cart>thead>tr>th.product-quantity>.quantity button.plus,
table.shop_table.cart>tbody>tr>td.product-quantity>.quantity button.plus,
table.shop_table.cart>tbody>tr>th.product-quantity>.quantity button.plus,
table.shop_table.cart>tfoot>tr>td.product-quantity>.quantity button.plus,
table.shop_table.cart>tfoot>tr>th.product-quantity>.quantity button.plus,
table.shop_table.cart>thead>tr>td.product-quantity>.quantity button.plus,
table.shop_table.cart>thead>tr>th.product-quantity>.quantity button.plus {
    float: right;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    border: 1px solid #e6e6e6;
    padding: 5px 6px;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
}

.quantity input.qty {
    float: left;
    width: 45px;
    height: 38px;
    text-align: center;
    padding: 0;
    -moz-appearance: textfield;
}

.table.shop_table.cart>tbody>tr>td.product-quantity>.quantity input,
.table.shop_table.cart>tbody>tr>th.product-quantity>.quantity input,
.table.shop_table.cart>tfoot>tr>td.product-quantity>.quantity input,
.table.shop_table.cart>tfoot>tr>th.product-quantity>.quantity input,
.table.shop_table.cart>thead>tr>td.product-quantity>.quantity input,
.table.shop_table.cart>thead>tr>th.product-quantity>.quantity input,
table.shop_table.cart>tbody>tr>td.product-quantity>.quantity input,
table.shop_table.cart>tbody>tr>th.product-quantity>.quantity input,
table.shop_table.cart>tfoot>tr>td.product-quantity>.quantity input,
table.shop_table.cart>tfoot>tr>th.product-quantity>.quantity input,
table.shop_table.cart>thead>tr>td.product-quantity>.quantity input,
table.shop_table.cart>thead>tr>th.product-quantity>.quantity input {
    border: 0;
    text-align: center;
    width: 40px;
    float: right;
}

.quantity .minus,
.quantity .plus {
    background: #fff;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    vertical-align: text-top;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    line-height: 13px;
    font-size: 16px;
    color: #818995;
    border: 1px solid #e6e6e6;
    text-align: center;
    width: 45px;
    height: 38px;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.table .product-remove a.remove,
table .product-remove a.remove {
    font-size: 27px;
    border: 1px solid red;
    text-align: center;
    line-height: 17px;
    display: block;
    border-radius: 50%;
    color: red;
}

.woocommerce-cart-page .cart-collaterals {
    background: #f6f6f6;
    padding-bottom: 45px;
    max-width: 370px;
    margin-left: auto;
}

.woocommerce-cart-page .cart-collaterals h2 {
    font-size: 14px;
    color: #3e4a5e;
    text-transform: uppercase;
    padding: 15px 30px 11px;
    background: #e9e9e9;
    margin: 0;
    line-height: 1.8;
    border-bottom: 0;
    font-weight: 600;
}

.woocommerce-cart-page .cart-collaterals .cart-subtotal {
    display: flex;
    padding: 15px 30px;
    align-items: center;
}

.woocommerce-cart-page .cart-collaterals .title {
    color: #3e4a5e;
    font-weight: 600;
}

.woocommerce-cart-page .cart-collaterals .cart-subtotal>* {
    flex: 1;
}

.woocommerce-cart-page .cart-collaterals .cart-subtotal>* .woocommerce-Price-amount {
    font-size: 20px;
    color: #3e4a5e;
}

.woocommerce-cart-page .cart-collaterals .woocommerce-shipping-totals {
    display: flex;
    padding: 15px 30px;
    align-items: center;
}

.woocommerce-cart-page .cart-collaterals .woocommerce-shipping-totals h2 {
    font-size: 13px;
    text-transform: capitalize;
    background: transparent;
    padding: 0;
}

.woocommerce-cart-page .cart-collaterals .woocommerce-shipping-totals>* {
    flex: 1;
}

.woocommerce-cart-page .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px;
}

.woocommerce-cart-page .cart-collaterals .order-total {
    display: flex;
    padding: 15px 30px;
    align-items: center;
}

.woocommerce-cart-page .cart-collaterals .order-total>div {
    flex: 1;
}

.woocommerce-cart-page .cart-collaterals .order-total .woocommerce-Price-amount {
    font-size: 24px;
    color: #3e4a5e;
}

.cart_totals .wc-proceed-to-checkout {
    padding: 0 30px;
}

.cart_totals .wc-proceed-to-checkout>a.wc-forward {
    background: #3e4a5e;
    color: #fff;
    padding: 24px 20px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.cart_totals .wc-proceed-to-checkout>a.wc-forward:hover {
    background: #2b6c34;
}

.woocommerce-checkout .woocommerce-info {
    font-size: 12px;
    margin: 0;
    color: #818995;
    text-align: center;
    background: #f2f2f2;
    text-transform: uppercase;
    font-weight: 500;
}

.woocommerce-checkout .woocommerce-info:before {
    left: 0;
    font-size: 21px;
    position: relative;
    top: 3px;
    margin-right: 15px;
    content: "\f2c0";
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before {
    content: "\f215";
    color: #8b8e93;
}

#dvvotp .woocommerce-info:before {
    content: "";
}

.woocommerce-info a,
.woocommerce-message a {
    font-weight: 500;
}

.woocommerce-checkout .woocommerce-form .description p {
    color: #3e4a5e;
    max-width: 580px;
    margin: 30px auto 35px;
    text-align: center;
}

.woocommerce-checkout .woocommerce-form .input-text {
    width: 100%;
    height: 55px;
    line-height: 53px;
    padding: 0 20px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.woocommerce-checkout .woocommerce-form .rememberme {
    color: #3e4a5e;
    text-align: right;
    margin-top: 20px;
}

.woocommerce-checkout .woocommerce-form .button {
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #fff;
    background: #3e4a5e;
    font-size: 13px;
    padding: 0 50px;
    line-height: 50px;
    cursor: pointer;
    border: 0;
}

.woocommerce-checkout .woocommerce-form .button:hover {
    background: #2b6c34;
}

.woocommerce-checkout .checkout_coupon .description {
    max-width: 200px;
    color: #3e4a5e;
    margin: 30px auto 35px;
    text-align: center;
}

.woocommerce-checkout .checkout_coupon .input-button {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-checkout .checkout_coupon .input-button .input-text {
    flex: 1;
    height: 55px;
    line-height: 53px;
    padding: 0 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.woocommerce-checkout .checkout_coupon .input-button .button {
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: #3e4a5e;
    font-size: 13px;
    padding: 0 50px;
    line-height: 50px;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.woocommerce-checkout .checkout_coupon .input-button .button:hover {
    background: #2b6c34;
}

.checkout .woocommerce-checkout {
    clear: both;
}

.checkout .woocommerce-checkout-review-order .checkout-review-order-table-wrapper {
    padding: 30px 40px;
    border: 1px solid #3e4a5e;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.checkout .woocommerce-checkout-review-order .title-product-name {
    font-size: 18px;
    color: #3e4a5e;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.checkout .woocommerce-checkout-review-order .cart_item {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}

.checkout .woocommerce-checkout-review-order .info-product {
    display: flex;
}

.checkout .woocommerce-checkout-review-order .product-total {
    color: #3e4a5e;
}

.checkout .woocommerce-checkout-review-order .info-product .product-thumble {
    max-width: 70px;
}

.checkout .woocommerce-checkout-review-order .info-product .product-name {
    padding-left: 30px;
    color: #3e4a5e;
    text-transform: uppercase;
    word-break: break-word;
    font-size: 12px;
}

.checkout .woocommerce-checkout-review-order .info-product .product-thumble img {
    border: 1px solid #e8e8e8;
}

.checkout .woocommerce-checkout-review-order .info-product .product-name .product-quantity {
    display: block;
    font-weight: 700;
}

.checkout .woocommerce-checkout-review-order .cart-subtotal,
.checkout .woocommerce-checkout-review-order .order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dedede;
    padding: 7px 0;
}

.checkout .woocommerce-checkout-review-order .cart-subtotal {
    margin-top: 30px;
}

.checkout .woocommerce-checkout-review-order h2 {
    margin: 0;
    font-size: 14px;
}

.checkout .woocommerce-checkout-review-order .cart-subtotal .subtotal-price,
.checkout .woocommerce-checkout-review-order .order-total .subtotal-price {
    color: #3e4a5e;
}

.checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dedede;
    padding: 7px 0;
}

.checkout .woocommerce-checkout-review-order .total-price {
    font-size: 20px;
    color: #3e4a5e;
}

.checkout .woocommerce-checkout-payment .payment_methods {
    padding: 20px;
    margin-bottom: 30px;
    list-style: none;
    border: 1px solid #d9d9d9;
}

.checkout .woocommerce-checkout-payment .payment_methods li {
    padding: 17px 0 0;
    margin-bottom: 0;
}

.checkout .woocommerce-checkout-payment .payment_methods li .input-radio:checked+label {
    color: #3e4a5e;
}

.checkout .woocommerce-checkout-payment .payment_methods li>label {
    float: unset;
    margin: 0;
    padding-left: 18px;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    color: #3e4a5e;
}

.checkout .woocommerce-checkout-payment .payment_methods li .payment_box {
    padding-bottom: 17px;
}

.checkout .form-row {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

.checkout .place-order {
    clear: both;
}

.checkout .woocommerce-checkout-payment .place-order {
    padding: 0;
}

.checkout #place_order {
    color: #fff;
    background: #3e4a5e;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 50px;
    line-height: 70px;
    cursor: pointer;
    border: 0;
    width: 100%;
    font-weight: 600;
}

.checkout #place_order:hover {
    background: #3a9046;
}

.checkout #place_order:hover {
    background: #3a9046;
}

.checkout .wc-forward {
    background: #3e4a5e;
    color: #fff;
    padding: 24px 20px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-top: 20px;
}

header .header-mobile {
    padding: 5px 0;
}

header .header-left>* {
    display: inline-block;
    vertical-align: middle;
}

header .header-mobile .navbar-toggle {
    border: 0;
    background: transparent;
    padding: 0;
}

header.header-v3 .wpbingoLogo {
    text-align: center;
}

header .wpbingoLogo img {
    max-height: 46px;
    width: auto;
}

header .header-mobile .wpbingo-verticalmenu-mobile {
    display: inline-block;
}

.wpbingo-verticalmenu-mobile .navbar-header .navbar-toggle {
    font-weight: 500;
}

header .header-mobile .navbar-toggle:before {
    content: "\f039";
    font-family: FontAwesome;
    font-size: 20px;
    color: #3e4a5e;
}

header .header-mobile #show-megamenu:before {
    content: "\f038";
}

header .header-mobile .econis-topcart {
    margin: 0 10px;
}

header .header-mobile .mini-cart {
    text-align: right;
}

.econis-topcart.dropdown .mini-cart {
    position: relative;
}

.mini-cart .remove-cart-shadow {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(62, 74, 94, .4);
    display: none;
}

header .header-mobile .mini-cart .cart-icon {
    position: relative;
    top: -2px;
}

header .header-mobile .mini-cart .cart-icon .icons-cart {
    display: inline-block;
    position: relative;
}

header .header-mobile .mini-cart .cart-icon i {
    font-size: 18px;
    position: relative;
    top: 4px;
}

.icon-bag:before {
    content: "\e907";
}

header .header-mobile .header-mobile-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    padding: 10px 15px 5px;
    align-items: center;
    box-shadow: 0 1px 12px 2px hsla(0, 0%, 56%, .3);
}

header .header-mobile .header-mobile-fixed>div {
    flex: 1;
    text-align: center;
}

header .header-mobile .header-mobile-fixed>div a {
    color: #3e4a5e;
}

header .header-mobile .header-mobile-fixed i {
    font-size: 20px;
    margin-left: 5px;
}

header .header-mobile .header-mobile-fixed .search-toggle,
header .header-mobile .header-mobile-fixed .wishlist-box a {
    color: #3e4a5e;
    font-size: 20px;
}

.search-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    color: #3e4a5e;
    right: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding-top: 50px;
}

.search-overlay.search-visible {
    opacity: 1;
    visibility: visible;
}

.search-overlay .search-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.search-overlay .search-top h2 {
    margin: 0 0 10px;
    font-size: 18px;
}

.search-overlay .close-search {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px 15px 10px 0px;
    font-weight: 100;
}

.search-overlay .close-search .fa {
    color: red;
}

.search-overlay .search-from {
    margin: auto;
    display: flex;
    position: relative;
}

.search-overlay .search-from .search-box {
    text-align: left;
    flex: 1;
}

.btn,
.clear-all {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.7;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-overlay .search-from .search-box #searchsubmit {
    position: absolute;
    top: 15px;
    background: transparent;
    color: #3e4a5e;
    text-align: center;
    right: 15px;
}

.search-overlay .search-from .search-box input[type=text] {
    border: 0;
    padding: 0;
    line-height: 50px;
    width: 100%;
    color: #3e4a5e;
    font-size: 40px;
    font-weight: 500;
    border-bottom: 2px solid #3e4a5e;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.search-overlay .search-from .result-search-products {
    display: flex !important;
    flex-wrap: wrap;
    z-index: 10000;
    position: relative;
    background: #fff;
    overflow-y: auto;
    padding: 0;
    overflow-x: hidden;
    left: 0;
    list-style: none;
    margin: 0 -15px;
    height: calc(100vh - 275px);
}

footer {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    color: #e7e7e7;
    border-bottom: none;
    font-size: 14px;
    z-index: 2;
    line-height: 24px;
    margin-top: 10px;
}

footer h2 {
    color: #FFF;
    font-size: 13px;
    letter-spacing: 1.5px;
}

footer .elementor-icon-list-text {
    color: #D2D2D2;
}

footer section:last-child .elementor-icon-list-items .elementor-icon-list-item {
    padding-right: 20px;
    margin-right: 20px;
}

.attachment-full {
    margin-top: -8px;
}

#contactframe {
    margin-top: -50px;
}

#contactframe iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}

.contact-info {
    border-radius: 0 100px 0 0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 90px 90px 90px 90px;
    background-color: #F3F3FE;
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.self.elementor-widget-container {
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #877B7B;
}

.elementor-icon-box-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.elementor-icon-box-wrapper i {
    font-size: 20px;
    color: #3A9046;
}

.elementor-element-populated {
    margin: 50px 0 0 0;
    padding: 0 15px 0 15px;
}

.elementor-element-populated .elementor-widget-container {
    padding: 0 0 15px 0;
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: #3A9046;
}

.elementor-element-populated input[type=email],
.elementor-element-populated input[type=text],
.elementor-element-populated textarea {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    font-weight: 400;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #fff;
}

.elementor-element-populated textarea {
    height: 320px;
    margin-bottom: 23px;
}

.elementor-element-populated .button {
    position: relative;
    display: inline-block;
}

.elementor-element-populated input[type=submit] {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 40px;
    color: #fff;
    background: #3e4a5e;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    font-weight: 500;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.elementor-element-populated input[type=submit]:hover {
    background: #3a9046;
}

.tab-content>.active {
    border: 1px solid #e0e4e7;
    border-top: 0;
    padding: 15px;
}

.woocommerce-Addresses {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 15px -15px;
}

.woocommerce-Address {
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0 0;
    padding: 15px;
    background: #f5f5f5;
}

.woocommerce-Address-title h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.woocommerce-Address-title a {
    color: #3a9046;
}

.woocommerce-Address-title a:hover {
    color: #3e4a5e;
}

.woocommerce-Address address {
    padding: 15px;
    border: 1px solid #c9c7c7;
    margin-bottom: 0;
    position: relative;
}

.woocommerce-Address address:hover {
    background-color: #f5f5f5;
    cursor: grab;
}

.woocommerce-Address address.active {
    background-color: #ffac0d;
    cursor: grab;
    color: #000000;
}

.woocommerce-Address address div i {
    color: green;
    font-size: 20px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: none;
}

.woocommerce-Address address.active div i {
    display: block;
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .woocommerce-page-header {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.author-destils {
    overflow: hidden;
}
.author-destils .author-left {
    float: left;
    width: 65%;
}

.author-destils .author-left .author-img {
    float: left;
    margin-right: 10px;
    width: 10%;
}

.author-destils .author-left .author-description {
    float: left;
    margin-top: 15px;
    overflow: hidden;
    width: 80%;
}

.author-destils .author-left .author-description p {
    margin: 0;
}

.author-destils .author-left .author-description p a {
    color: #333;
}

.author-destils .author-left .author-description span {
    margin-top: 3px;
    color: #333;
}

.author-destils .author-left .author-description p a span {
    color: #333;
    font-weight: 700;
    margin: 0 2px;
}

.author-destils .author-right {
    float: right;
    margin-top: 23px;
    width: 30%;
}

.author-destils .author-right span {
    color: #333;
    font-family: Yanone Kaffeesatz;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 8px;
    float: left;
}

.author-destils .author-right ul {
    float: right;
    margin-top: -8px;
}

.author-destils .author-right ul li {
    display: inline-block;
    margin-left: 15px;
}

.author-destils .author-right ul li a {
    font-size: 16px;
    color: #333;
    transition: .3s;
}

.blog-img {
    overflow: hidden;
    position: relative;
}

.single-blog-content .single-blog-title h3 a {
    color: #252525;
    font-size: 30px;
    font-weight: 500;
    transition: .3s;
    text-decoration: none;
}

.single-blog-content .blog-single-content p {
    font-size: 16px;
}

.single-blog-content .blog-single-content blockquote {
    background: rgba(102, 102, 102, 0.05) none repeat scroll 0 0;
    border-color: #e23e57;
    font-family: Yanone Kaffeesatz;
    font-size: 20px;
    font-style: italic;
    margin: 20px 0;
    padding: 20px;
}