.product_thumb {
    position: relative;
    height: 250px;
    width: 100%;
}

.modal_tab_img {
    position: relative;
    height: 450px;
    width: 100%;
}

.preview_img {
    position: relative;
    height: 100px;
    width: 100%;
}

.product_thumb:after,
.modal_tab_img:after,
.preview_img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.product_thumb img,
.modal_tab_img img,
.preview_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.modal_tab_button ul li a img {
    width: auto !important;
    margin: 0 auto;
}

.mini_cart {
    overflow-y: scroll;
    max-width: 730px;
}

.modal-dialog-cart {
    max-width: 600px !important;
}

.modal_cart_box {
    border: 10px solid #555;
    border-top: none;
}

.cart_feet_lx {
    border-top: 20px solid #555;
    width: 20px;
    float: left;
}

.cart_feet_sx {
    border-top: 20px solid #555;
    width: 20px;
    float: right;
}

.modal_container {
    padding: 0 0;
}

.modal_container_bottom {
    border-bottom: 3px solid #555;
}

.container_p {
    margin-bottom: 0;
    margin-top: 5px;
}

.cart_modal_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#curvedarrow_lx {
    float: left;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #555;
}

#curvedarrow_sx {
    float: right;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #555;
}

.clear {
    clear: both;
}

.cart_bottom {
    padding-bottom: 18px;
}

.cart_item_plus {
    border: 0px;
}

.cart_item_plus .cart_img {
    height: 100px;
    position: relative;
}

.modal-backdrop {
    opacity: 0.9;
    background-color: #FFF;
}

.checkout_form h3,
.coupon_code h3 {
    background: #2cb858;
}

label {
    display: inline;
}

input:disabled {
    background: #ededed;
}

.checkout_form .nice-select ul.list {
    height: auto;
}

.coupon_inner input {
    font-size: 14px;
}

.edit_link {
    display: inline;
    font-weight: normal;
    border: none !important;
    text-decoration: underline;
    float: right;
    margin-bottom: 0px !important;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

.account_form button {
    border-radius: 0px;
}

@media (min-width: 1200px) {
    .container_plus {
        max-width: 1600px !important;
    }
}

.header_url {
    margin-left: 10px;
    margin-right: 10px;
}

.header_url:hover,
.header_url:active {
    color: #2cb858;
    text-decoration: underline;
}

.header_url:last-child {
    margin-right: 0px;
}

.language_currency {
    display: inline-block;
    margin-left: 15px;
    margin-left: 15px;
}

.language_currency:last-child {
    margin-right: 0px;
    margin-left: 20px;
}

.language_currency>ul>li>a {
    font-size: 14px;
}

b,
strong {
    font-weight: 500 !important;
}

.priceing_table {
    padding: 50px 0 25px;
}

@media only screen and (max-width: 767px) {
    .area_home_img {
        display: none;
    }
}

div.fixed_adv {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 320px;
    min-height: 100px;
    border: 1px solid #E1E1E1;
    background-color: #ffda6a;
    opacity: 0.80;
    z-index: 10000;
    padding: 20px;
}

@media only screen and (max-width: 991px) {
    div.fixed_adv {
        display: none;
    }
}

.alert-cart-plus {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.content_cart_span {
    border-bottom: 1px dotted #8F8F8F;
    line-height: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.content_cart_delete {
    float: right;
    margin-left: 10px;
}

.widget_list.widget_categories>ul>li>a {
    font-size: 14px !important;
}

.dashboard_tab_button ul li a {
    border: 1px solid #2cb858;
    background: none;
    color: #333;
}

.dashboard_tab_button ul li a.active {
    color: #FFF;
}

.nav-link,
.nav-link:focus,
.nav-link:hover {
    color: #2cb858;
    font-weight: 500;
    text-transform: uppercase;
}

.section_title h2::before {
    display: none !important;
}

#overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    transition: 1s 0.4s;
}

#progress {
    height: 1px;
    background: #2cb858;
    position: absolute;
    width: 0;
    top: 50%;
}

#progstat {
    font-size: 18px;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #2cb858;
    font-weight: 400;
}