@import "custom-checkout.css";

.cart_checkout .container,
.shopping-cart-wrapper .container {
    background: transparent;
}

/*.cart_table {*/
/*font-size: 87%;*/
/*}*/

.checkout hr {
    display: none;
}

.cart_checkout {
    text-align: center;
    margin: 22px 0px;
}

.summary-table thead,
.cart_table thead {
    display: none;
}

.shop-cart-total-table .table > tbody > tr > td,
.shop-cart-total-table .table > tbody > tr > th,
.shop-cart-total-table .table > tfoot > tr > td,
.shop-cart-total-table .table > tfoot > tr > th,
.shop-cart-total-table .table > thead > tr > td,
.shop-cart-total-table .table > thead > tr > th,
.cart_table.table > tbody > tr > td,
.cart_table.table > tbody > tr > th,
.cart_table.table > tfoot > tr > td,
.cart_table.table > tfoot > tr > th,
.cart_table.table > thead > tr > td,
.cart_table.table > thead > tr > th,
.user-profile .table > tbody > tr > td,
.user-profile .table > tbody > tr > th,
.user-profile .table > tfoot > tr > td,
.user-profile .table > tfoot > tr > th,
.user-profile .table > thead > tr > td,
.user-profile .table > thead > tr > th {
    border: none;
}

.shop-cart-total-table .table {
    float: right;
    width: auto;
    text-align: right;
    font-weight: 200;

}

.step-4 .shop-cart-total-table .table {
    margin-right: 0;
    float: none;
    width: 100%;
}

.shop-cart-total-checkout {
    clear: both;
}

.shop-cart-total-checkout button {
    float: right;
}

.product-cart-item td {
    vertical-align: middle;
}

.product-cart-item a {
    color: #222222;
}

.user-profile .table > tbody > tr > td,
.cart_table,
.summary-table tr.product-cart-item td,
.cart_table tr.product-cart-item td {
    vertical-align: middle;
}

.quantity input {
    padding: 8px 10px;
    border: 1px solid #D5D5D5;

}

.product-cart-item {
    vertical-align: middle;
    border: 1px solid #D5D5D5;
    background: white;
    text-align: center;
}

.product-cart-quantity .quantity{
    display: flex;
    flex-wrap: nowrap;
    padding-left: 5px;
}
.product-cart-quantity .quantity .input-group-btn{
    width: unset !important;
}
.product-cart-quantity .quantity .input-group-btn button:hover,
.product-cart-quantity .quantity .input-group-btn button:active,
.product-cart-quantity .quantity .input-group-btn button:focus{
    background-color: #ab6107 !important;
    border-color: #ab6107 !important;
}
.product-cart-quantity input{
    max-width: 60px;
    text-align: center;
}

.product-cart-item .product-cart-image img {
    width: 150px;
    padding: 15px 20px 15px 45px;
    float: left;
}
.product-cart-total .product-cart-total-wrapper{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-cart-item p,
.product-cart-item h4 {
    display: inline;
}

.product-cart-item h4 {
    color: #222222;
    font-size: 125%;
    margin: 25px 0px;
    float: left;
    width: calc(100% - 180px);
}

.product-cart-item p {
    color: #6B6B6B;
}

.product-cart-price {
    white-space: nowrap;
}

.product-cart-total {
    text-align: center;
}

.product-cart-total button {
    color: #6B6B6B;
}
.coupon-submmit button{
    width: 160px;
}
.coupon-input input{
    max-width: 360px;
}
.shopping-cart-inner .shop-cart-coupon{
    display: flex;
    width: 100%;
    height: 40px;
}
.shopping-cart-inner .shop-cart-coupon input{
    border-radius: 0 !important;
    border: 1px solid #D5D5D5;
    padding: 5px;
    height: 100%;
    margin-right: 10px;
}
.shopping-cart-inner .shop-cart-coupon button{
    border-radius: 5px !important;
    border: none !important;
    height: 100%;
    color: white;
    background-color: #e3af23;
    padding: 10px 20px;
}
.shop-cart-total .checkout-total-buttons{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.shop-cart-total .checkout-total-buttons  button{
    background-color: #e3af23 !important;
    border-radius: 5px !important;
    margin-left: 15px;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.coupon-total-wrapper{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.step-0-totals{
    margin-top: 20px;
    margin-bottom: 15px;
}
.step-0-totals .text-right{
    padding-right: 15px;
}
.coupon-separator h4{
    width: 100%;
}
.checkout-loggin.step-4 .step-0-total-wrapper {
    display: none;
}
@media only screen and (max-width: 992px){
    col.item-image{
        width: 10% !important;
    }
    col.item-total{
        width: 35% !important;
    }
    .product-cart-item .product-cart-image img{
        padding: 0 !important;
        padding-left: 10px !important;
    }
    .product-cart-quantity .quantity button{
        padding: 7px 7px !important;
        margin-top: 1px !important;
    }
    .product-cart-quantity .quantity input{
        min-width: 25px !important;
        height: 40px !important;
        text-align: center;
    }
}
@media only screen and (max-width: 768px){
    .checkout-loggin.step-4 .product-cart-total {
        width: 25% !important;
    }
    .checkout-loggin.step-4 .order-item-footer-row td {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    col.item-image{
        width: 0% !important;
    }
    col.item-total{
        width: 30% !important;
    }
    .quantity input.order-item-count{
        max-height: 29px !important;
    }
    .product-cart-price{
        text-align: center;
    }
    .product-cart-price strong{
        display: block !important;
    }
    .product-cart-total-wrapper strong{
        display: block;
    }
    .product-cart-total-wrapper .total-wrapper{
        flex-grow: 1;
        text-align: center;
    }
    .shopping-cart-table tr td{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}
@media only screen and (max-width: 500px){
    col.item-image{
        width: 1% !important;
    }
    .product-cart-quantity .quantity button{
        padding: 7px 5px !important;
        margin-top: 1px !important;
    }
    .product-cart-quantity .quantity{
        padding-left: 0 !important;
    }
    .product-cart-price .vat-price span{
        display: block !important;
    }
}
.reload-button{
    background-color: #e3af23 !important;
}

.custom_button {
    background: #e3af23;
    color: white;
}

.step-success .btn,
.checkout button:not(.btn-social),
.shop-cart-total-checkout button {
    background: #e3af23;
    color: white;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 8px;
    padding-bottom: 9px;
    font-weight: 200;
    border: none;
    float: right;
}

.step-success .btn {
    float: none;
    margin: 40px auto 0px;
}

.checkout .step-1 button {
    float: left;
}

.checkout .step-1 button.btn-block:not(.btn-social) {
    padding-left: 15px;
    padding-right: 15px;
}

.checkout .step-1 .form-inner {
    border: 1px solid #D5D5D5;
    padding: 20px;
}

.checkout .step-3 button {
    margin-top: 25px;
}

.product-cart-total {
    width: 178px;
}

.step-1 form.form-horizontal {
    float: left;
    width: 100%;
}

.column-inner {
    border: 1px solid #D5D5D5;
    padding: 20px;
}

.checkout .form-horizontal .control-label,
.inline_display .form-horizontal .control-label {
    width: 100%;
    clear: both;
    text-align: left;
    color: #6B6B6B;

    font-weight: 200;
    margin-bottom: 4px;
}

.checkout .right-column,
.checkout .left-column {
    padding: 0px;
}

.checkout .left-column {
    padding-right: 8px;
}

.checkout .right-column {
    padding-left: 8px;
}

.options_list .form-control {
    border: none;
}

.step-success {
    text-align: center;
}

.step-success .column-inner {
    margin-top: 60px;
    padding: 30px;
    color: #6B6B6B;
    background-color: #fff;
}

.step-success .column-inner .text-center {
    padding: 0px 120px;
}

.step-success .column-inner h1 {
    color: #222222;
}

.step-success .checkout-tip {
    margin-bottom: 32px;
}

.step-success .number-holder h4 {
    clear: both;
    margin-top: 40px;
    text-transform: uppercase;

    color: #6B6B6B;
}

.step-success .number-holder .order-number {
    color: #222222;
    font-size: 120%;
}

.checkout-loggin label {
    white-space: nowrap;
}

ul.checkout-bar li {
    display: inline-block;
    margin-right: 16px;
}

div.transport_div label,
div.payment_div label {
    height: auto;
}

div.transport_div label p,
div.payment_div label p {
    margin-left: 18px;
}

div.shop-cart-total-table table > tbody > tr > td.title {
    padding: 10px 30px;
}

div.shop-cart-total-table table > tbody > tr > td {
    padding: 0;
    padding-left: 10px;
}

div.shop-cart-total-table table {
    margin-top: 20px;
}

div.shop-cart-total-table table > tbody > tr > td {
    font-size: 15px;
}

@media (max-width: 991px) {
    div.shop-cart-update {
        margin-top: 10px;
    }
}

form.login-form-holder label {
    margin-top: 10px;
}

.shopping-cart-inner .row {
    width: 50%;
    float: left;
}
.shopping-cart-inner .row .col-md-12 .row{
    width: 100%;
}
.shopping-cart-inner .row.mt-20{
    width: 50%;
    float: right;
    margin-top: 0px !important;
}
.shopping-cart-inner .row.mb-15{
    width: inherit;
    float: initial;
}


@media (max-width: 991.98px) {

    .step-1 form.form-horizontal {
        width: 100%;
    }

    .checkout .left-column,
    .checkout .right-column {
        padding-right: 0px;
        padding-left: 0px;
        clear: both;
    }

    .checkout .step-1 .form-inner {
        margin-bottom: 15px;
    }

    .step-4 .middle-column {
        padding-left: 0px;
        padding-right: 0px;
    }

    .step-4 .middle-column .column-inner,
    .step-3 .right-column .column-inner,
    .step-2 .right-column .column-inner {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .btn-social,
    .checkout .step-1 button.btn-block {
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {

    .shop-cart-total-table .table {
        margin-right: 0;
    }

    .price-holder.mobile {
        display: block;
        margin-top: 14px;
    }

    .cart_table tr.product-cart-item .product-cart-total {
        width: 0;
        vertical-align: middle;
    }

    .product-cart-total .title {
        display: none;

    }

    .product-cart-item .product-cart-image {
        padding-left: 12px;
    }

    .step-success .column-inner .text-center {
        padding: 0 15px;
    }

    .shopping-cart-inner .row {
        width: 100%;
        float: left;
    }
    .shopping-cart-inner .row .col-md-12 .row{
        width: 100%;
    }
    .shopping-cart-inner .row.mt-20{
        width: 100%;
        float: right;
        margin-top: 10px !important;
    }
}

ul.checkout-bar li.active a {
    color: #e3af23;
}

div.checkout-form-group div.form-holder form div.form-inner,
div.checkout-wrapper div.checkout-form-group div.right-column div.column-inner,
div.checkout-wrapper div.checkout-form-group div.left-column div.column-inner,
div.checkout-wrapper div.middle-column div.column-inner {
    background-color: white;
}

div.checkout-wrapper div.step-2 div.checkout-form-group div.form-holder form div.form-inner,
div.checkout-wrapper div.step-3 div.checkout-form-group div.form-holder form div.form-inner,
div.checkout-wrapper div.step-4 div.checkout-form-group div.form-holder form div.form-inner {
    background-color: transparent;
}

div.checkout-wrapper div.step-3 label.form-control {
    background-color: #f3f3f3;
}

div.search_results_wrapper div.category-list .container,
div.shopping-cart-wrapper .container {
    width: 100%;
}

@media (max-width: 500px) {
    .shopping-cart .shopping-cart-table table tbody tr td {
        padding: 5px;
    }

    .shopping-cart .shopping-cart-table table tbody tr td, .shopping-cart .shopping-cart-table table tbody tr td h4,
    .step-4 .shopping-cart-table td h4 {
        font-size: 12px !important;
    }


    .step-4 .shopping-cart-table td {
        padding: 5px;
        white-space: normal !important;
    }
}

@media only screen and (max-width: 992px) {
    div.step-1 div.form-holder {
        float: none;
        width: 100%;
    }
}

.payment_delivery_summary td {
    text-align: left !important;
    padding: 5px 12px !important;
    border-bottom: 1px dashed #ccc !important;
}

.payment_delivery_summary td.title {
    width: 65%;
    text-align: right !important;
}

.payment_delivery_summary td.title .inner_title {
    font-weight: bold;
}

.step-1 .form-holder {
    float: left;
    width: 50%;
}

.checkout-wrapper .step-1 .right-column .column-inner > .box-wrapper {
    border: none;
}

.checkout-wrapper .step-2 button[type="submit"] {
    margin-top: 15px !important;
}

/*
 *
 *      Cart
 *
 */


.top-cart>li {
    float: left;
}

.top-cart>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    min-height: 60px;
    background: none !important;
}

.top-cart>li>.dropdown-menu.dropdown-cart {
    border-radius: 20px;
    font-size: 13px;
    padding: 15px 10px;
    width: 330px;
}

.dropdown-cart ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.dropdown-cart ul li {
    display: block;

}
ul.dropdown-cart a {
    color: black;
    font-size: 13px;
}

ul.dropdown-cart a.remove-from-cart {
    color: rgba(224, 37, 28, 1);
}

ul.dropdown-cart a.remove-from-cart:hover {
    text-decoration: none;
}

ul.dropdown-cart .item {
    margin-bottom: 22px !important;
}

ul.dropdown-cart a.text-center {
    background: rgba(224, 37, 28, 1);
    color: white;
    border-radius: 5px;
    display: block;
    margin-top: 10px;
}

ul.dropdown-cart a.text-center:hover {
    color: black;
}

ul.dropdown-cart li .item-left span.item-info {
    width: 200px;
    float: right;
}
.product_price {
    font-weight: bold;
}

.max-height-cart {
    max-height: 380px;
    overflow-y: scroll;
}

ul.dopdown-cart li .item > span {
    display: block;
}

.dropdown-menu .divider {
    margin-top: 25px;
    margin-bottom: 25px;
}

.top-cart {
    z-index: 99999;
    transition: all 0.6s;
}

.top-cart.loading .dropdown-cart-holder, .loading-spinner {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*content: 'loading';*/
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding-top: 32px;
    background: rgba(0,0,0,0.5);
    border-radius: 20px;
}

.thumbnail a>img, .thumbnail>img {
    max-height: 100%;
}
ul.dropdown-cart li .item-left  {
    display: flex;
    width: 100%;
}
ul.dropdown-cart li .item-left  img{
    max-width: 50px;
    padding: 5px;
}
ul.dropdown-cart li .item-left  span.item-info{
    flex-grow: 1;
    padding-left: 15px;
}
.navbar-header .nav.navbar-nav{
    margin-top: 30px;
}
.navbar-header .nav.navbar-nav li a{
    padding: 10px 11px !important;
}

#cartToggle i {
    color: #e3af23;
}
#cartToggle strong.cart-count{
    display: block;
    position: relative;
    top: -11px;
    left: auto;
    right: -14px;
    font-size: 17px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    background-color: #22324d;
    border-radius: 50%;
}
#cartToggle i {
    font-size: 28px;
}
.cart-inner-holder {
    padding-left: 5px;
}
@media (max-width: 767px) {
    #cartToggle strong.cart-count {
        top: -7px;
        right: 10px !important;
    }
}

/*
 *
 *      Checkout steps
 *
 */

.step-0-total-wrapper {
    width: 100% !important;
}

.checkout-loggin.step-4 .product-cart-item .product-cart-total button{
    display: none;
}
.checkout-loggin.step-3 .form-inner .left-column{
    padding-left: 8px;
    padding-bottom: 15px;
}
.checkout-loggin.step-3 .form-inner .right-column{
    padding-right: 8px;
}
.checkout-loggin.step-3 .options_list{
    margin: 0px;
}
.checkout-loggin.step-3 .options_list .form-group{
    margin: 0;
    margin-bottom: 15px;
}

.cart_value {
    text-align: right;
    font-weight: bold;
    color: black;
}

.cart-inner-holder {
    margin-left: 15px;
    margin-top: -6px;
}
.nav.top-cart>li>a:focus, .nav.top-cart>li>a:hover {
    background: none ;
    text-decoration: underline !important;
}

.add_to_cart_form .input_holder {
    width: auto;
}
.blocker {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 10000;
    border-radius: 8px;
}

.cart-holder {
    position: relative;
}
.cart-holder.simple .btn-number {
    display: none;
}

.cart-holder.extended .btn-success {
    display: none;
}


.cart-holder .input-group-btn:last-child>.btn, .cart-holder .input-group-btn:last-child>.btn-group {
    margin-left: 6px;
}

.cart-holder .input-group-btn:first-child>.btn, .cart-holder .input-group-btn:first-child>.btn-group {
    margin-right: 6px;
    border-radius: 6px !important;
}

.cart-holder .btn-number {
    background: #e3af23;
    border-color: #e3af23;
    color: white;
}
.cart-holder .input-number,
.cart-holder .btn-number {
    border-radius: 6px !important;
}
.cart-holder .btn-success {
    background: rgba(224, 37, 28, 1);
    border: 1px solid rgba(224, 37, 28, 1);
    border-radius: 6px !important;
}

.add_to_cart_form .input_holder input {
    text-align: left;
}

.cart-holder .btn-number, .cart-holder .btn-success {
    padding: 9px 15px 10px;
}

.cart-holder .btn-number {
    padding-left: 17px;
    padding-right: 17px;
}

.cart-holder .btn-number .fa, .cart-holder .btn-success .fa {
    font-size: 20px;
}

.cart-holder .input-number {
    height: 37px;
    padding: 0px 8px !important;
    margin-top: 2px !important;
}

.product_detail_body .cart-holder .btn-success {
    font-size: 18px;
    white-space: nowrap;
}

.product_detail_body .cart-holder .input-number {
    height: 45px;
}


.product_detail_body .cart-holder .btn-success i {
    margin-left: 3px;
    margin-right: 12px;
}

.top-cart>li {
    float: left;
}

.top-cart>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    min-height: 60px;
    background: none !important;
}

.top-cart>li>.dropdown-menu.dropdown-cart {
    border-radius: 20px;
    font-size: 13px;
    padding: 15px 10px;
    width: 330px;
}

.dropdown-cart ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.dropdown-cart ul li {
    display: block;

}
ul.dropdown-cart a {
    color: black;
    font-size: 13px;
}

ul.dropdown-cart a.remove-from-cart {
    color: rgba(224, 37, 28, 1);
}

ul.dropdown-cart a.remove-from-cart:hover {
    text-decoration: none;
}

ul.dropdown-cart .item {
    margin-bottom: 22px !important;
}

ul.dropdown-cart a.text-center {
    background: rgba(224, 37, 28, 1);
    color: white;
    border-radius: 5px;
    display: block;
    margin-top: 10px;
}

ul.dropdown-cart a.text-center:hover {
    color: black;
}

ul.dropdown-cart li .item-left span.item-info {
    width: 200px;
    float: right;
}
.product_price {
    font-weight: bold;
}
.item-info .remove-from-cart{
    font-size: 30px !important;
}
.dropdown-cart.max-height-cart.cart_items .product_price {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.dropdown-cart.max-height-cart.cart_items .product_price .remove-from-cart {
    margin-bottom: 4px;
    margin-left: 10px;
}
ul.dopdown-cart li .item > span {
    display: block;
}

.dropdown-menu .divider {
    margin-top: 25px;
    margin-bottom: 25px;
}

.top-cart {
    z-index: 99999;
    transition: all 0.6s;
}

.top-cart.loading .dropdown-cart-holder, .loading-spinner {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*content: 'loading';*/
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding-top: 32px;
    background: rgba(0,0,0,0.5);
    border-radius: 20px;
}
.quantity .order-item-count {
    min-width: 50px;
    padding: 7px 8px;
}


.card-custom {
    min-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
}

.login-form input::placeholder {
    font-size: 16px;
}

.login-form label, .register-form label,
.reset-form label, .profile-form label {
    font-weight: normal;
}

/*@deprecated - should be replaced by .checkbox-text-padding .*/
.login-form span {
    padding-left: 5px;
}

.login-form span a {
    color: inherit;
    text-decoration: none;
}

.login-form .btn-outline-green {
    padding: 6px 22px;
}

.btn-outline-green {
    border: 2px solid #449D44;
    border-radius: 5px;
    color: #449D44;
}

.toggle-submenu .btn-menu-red {
    border: 2px solid #e0251c;
    border-radius: 5px;
    color: #fff !important;
    background: #e0251c;
    display: inline-block;
}

.toggle-submenu .btn-menu-red:hover {
    border: 2px solid #c6261c;
    background: #c6261c;
}

.toggle-submenu .btn-menu-red>a {
    padding: 3px 15px !important;
    margin: 0;
}

.toggle-submenu .btn-menu-red>a,
.toggle-submenu .btn-menu-red:hover>a:hover {
    color: #fff !important;
}

.btn-outline-green.btn-sm.add {
    border: 1px solid #449D44;
    padding: 1px 10px;
    margin-top: 5px;
}

.btn-outline-green:hover {
    background: #449D44 !important;
    color: #fff !important;
}

.btn-outline-green:focus {
    color: #449D44;
}

.btn-red:hover, .btn-red:active, .btn-red:focus {
    background: #C82233;
    color: white;
}

.btn-custom {
    padding: 10px 25px;
}

.fa-question-circle-custom {
    font-size: 18px;
    padding-top: 8px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
}

.checkbox-text-padding {
    padding-left: 5px;
}

.checkbox a {
    color: inherit;
    text-decoration: none;
}

.link-no-decoration a {
    color: inherit;
    text-decoration: none;
}

.category-button {
    padding-top: 14px;
    background: #F2F2F2;
}

#profile-phone {
    top: -15px;
}

.btn-icon-green {
    color: rgb(78, 157, 45);
}

.btn-icon-green:focus, .btn-icon-green:hover,
.btn-icon-green:active {
    color: #3d7b3d;
    border: none;
}

.btn-icon-red {
    color: rgba(224, 37, 28, 1);
    font-size: 24px;
}

.btn-icon-red:focus, .btn-icon-red:hover,
.btn-icon-red:active {
    color: #C82233;
    border: none;
}

.mobile-respo {
    display: none;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button,
.quantity input[type=number] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.btn-number:active {
    background: rgb(62, 139, 44) !important;
    color: white !important;
}

.quantity .order-item-count {
    min-width: 50px;
    padding: 7px 8px;
}

.quantity .btn-number {
    padding: 6px 12px;
}

.quantity .btn-number:first-child {
    margin-bottom: 2px;
}

.quantity .btn-number:last-child {
    margin-top: 2px;
}

.profile-form .doPassGen {
    padding: 8px 15px;
}

.profile-form .select2-container {
    width: 100% !important;
}

.btn-green-small {
    background-color: #449D44;
    color: white;
}

.btn-green-small i {
    color: white;
    zoom: 0.7;
}

.small-image-wrapper .discount-icon {
    padding-left: 6px;
}

.price-chevron {
    font-size: 130%;
    font-weight: bold;
}

.search-result, .search-result:active,
.search-result:hover, .search-result:focus {
    text-decoration: none;
    color: inherit;
}

.search-result>img {
    margin-right: 5px;
}

.search-header {
    font-weight: bold;
}

.search-header hr {
    margin-top: 3px;
    margin-bottom: 10px;
}

.search-show-all {
    width: 100%;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    background: #E6E6E6;
}

.select2-container--default
.select2-selection--multiple:before {
    content: "\f002";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    color: #aaaaaa;
}

.search_inner
.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border-color: #aaaaaa !important;
}

/* hackfix for select2 width overrides */
.search_inner .select2-search__field {
    width: 300% !important;
}

.select2-container--default
.select2-results>.select2-results__options {
    max-height: 230px !important;
}

.product-slider .owl-prev:before,
.product-slider .owl-next:after {
    position: absolute;
}
/*.fa { transform: scale(2.5,1); }*/
.product-slider .owl-prev:before {
    left: -50px;
}

.product-slider .owl-next:after {
    right: -50px;
}

.tooltip {
    pointer-events: none;
    z-index: 9999;
}

.btn-default[disabled]:hover,
.btn-number:hover {
    background-color: rgba(78, 157, 45, 0.65) !important;
}

a.category-link {
    font-weight: normal;
}

.sidebar-items ul {
    list-style-type: none;
    padding-inline-start: 0;
    padding: 15px 5px;
}

.sidebar-items ul li {
    padding: 0 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.sidebar-items ul li:not(:first-child) {
    margin-top: 5px;
}

.sidebar-items ul li:hover,
.sidebar-items ul li.active {
    background-color: rgba(242, 242, 242, 1);
    border-color: rgba(242, 242, 242, 1);
    cursor: pointer;
}


.sidebar-items ul li a {
    color: #000000;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
    margin-top: 2px;
    padding: 5px;
    padding-left: 24px;
}


.sidebar-items ul li a:before {
    background-color: rgba(224, 37, 28, 1);
    width: 8px;
    height: 8px;
    content: '';
    margin-right: 10px;
    border-radius: 2px;
    display: block;
    margin-left: -16px;
    margin-top: 5px;
    float: left;
}
.shop-cart-total-checkout {
    display: block !important;
}
.extended {
    display: inline-block;
    float: left;
}

.product_detail_body .cart-holder {
    width: 100% !important;
}

.wishlist-ul {
    padding: 15px 0 16px;
    display: block;
    line-height: 1.5;
    color: black;
    font-weight: bold;
    margin-bottom: 0;
}

.wishlist-ul>li>a {
    text-decoration: none;
}

.wishlist-title-nav {
    color: #d43f3a;
    text-align: center;
}

.heart-icon-nav {
    font-size: 24px;
}

.sm-price-col {
    width: 1px;
    white-space: nowrap;
}

.discount-img {
    display: inline-block;
    max-width: 50px;
    left: 0;
    position: absolute;
    z-index: 90;
}

.product_loop .is-new-img {
    display: inline-block;
    max-width: 50px;
    right: 0;
    position: absolute;
    z-index: 90;
}

.color-red {
    color: #E0251C;
}

.cart-input {
    padding: 7px 10px;
}

.step-4-addresses{
    margin: 0 !important;
}

.rv-btn-primary.focus, .rv-btn-primary:focus, .rv-btn-primary:hover,
.btn-custom:focus, .btn-custom:hover {
    color: #333 !important;
    text-decoration: none;
}
.checkout-loggin.step-3 .left-column .form-control,
.checkout-loggin.step-3 .right-column .form-control {
    white-space: initial;
    border: 1px #cac0c0 solid;
}
.btn.remove.template-btn-danger i, .btn.colored.remove.btn-danger i{
    color: white;
}
#cart thead{
    display: contents;
}
#cart {
    border: 1px #d5d5d5 solid;
}
.old-price{
    text-decoration: line-through;
    color: rgb(150,150,150);
}
.order-item-footer-row {
    border-top: 1px rgb(150,150,150) solid;
    color: rgb(150,150,150);
}
.order-item-footer-row td{
    padding-top: 10px;
    padding-bottom: 10px;
}
.comment-section .col-sm-12{
    padding-right: 0;
}
.checkout-loggin.step-4 .checkout-next-btn {
    padding-right: 0px;
}
.dropdown-cart li {
    margin-bottom: 5px;
    margin-top: 5px;
}
.input-number {
    min-width: 60px;
}
.eshop-product-detail .product-container .product-image {
    padding-top: 80px;
}
.wishlist-hearth-link {
    display: none !important;
}

.home-newsletter .inner-form-holder{
    margin: 25px 0px;
    display: flex;
}
.home-newsletter .inner-form-holder input{
    border-radius: 4px 0px 0px 4px;
    height: 35px;
}
.home-newsletter .inner-form-holder button{
    border-radius: 0px 4px 4px 0px;
}
.home-newsletter .inner-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-newsletter .inner-wrap p{
    color: #9f9f9f;
}
.home-newsletter .inner-wrap a{
    color: #e3af22;
}

@media only screen and (max-width:  1600px) {
    .btn-outline-green {
        background: inherit !important;
    }
}

@media only screen and (max-width:  1200px) and (min-width: 992px) {
    .extended .input_holder .input-number {
        padding: 3px 5px;
    }

    .extended .input_holder .btn-number {
        padding: 9px 8px 10px;
    }

}
@media only screen and (min-width: 992px) {
    .checkout-loggin.step-4 .btn.btn-custom.checkout-preloaded {
        margin-top: 20px !important;
    }
}
@media only screen and (max-width: 500px) {
    .checkout-loggin.step-4 .btn.btn-custom.checkout-preloaded {
        width: 100%;
        text-align: center !important;
        padding-left: unset!important;
        padding-right: unset!important;
    }
}
@media only screen and (max-width: 375px) {
    .checkout-loggin.step-4 .btn.btn-custom.checkout-preloaded {
        font-size: 90% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .newsletter_input {
        max-width: 200px;
    }

    .insearch_select {
        padding-left: 5px;
        padding-right: 5px;

        max-width: 130px;
        font-size: 95%;
    }

    .btn-outline-green {
        background: inherit !important;
    }

    .product_detail_body .cart-holder {
        min-width: 125% !important;
    }

    .discount-filter {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .cart_value {
        font-size: 90%;
    }

    .cart_count_number {
        display: none;
    }

    .product_detail_body .cart-holder {
        width: unset !important;
        min-width: 87% !important;
        max-width: 87% !important;
    }
    .checkout-loggin.step-3 .form-inner .form-control{
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .coupon-submmit button{
        width: 140px;
    }
    .product-cart-item .product-cart-image i{
        display: none;
    }
    .checkout-loggin.step-3 .form-inner .right-column {
         padding-right: 0px;
    }
    .checkout-loggin.step-3 .form-inner .left-column {
        padding-left: 0px;
    }
    .btn-danger, .reload-button,
    .product-cart-price>p, .product-cart-total>div>p,
    .cart_value_number, .your-acc, .search-query,
    .insearch_select, .btn-banner, .desc-respo,
    .btn-respo, .tax-choicer {
        font-size: 80%;
    }

    .product-cart-price>strong, .product-cart-total {
        white-space: nowrap;
    }

    .order-item-count {
        max-width: 50px;
    }

    .mr-30 {
        margin-right: 0;
    }

    .reload-button {
        background: inherit;
    }

    .btn-danger, .reload-button {
        padding:  8px 8px;
    }

    .btn-respo-block {
        padding: 0 20px !important;
    }

    .inactive-item, .visited,
    .cart_count_number {
        display: none !important;
    }

    span.step_nr {
        width: 60px !important;
    }

    span>.mobile-respo {
        display: inline-block;
    }

    .mobile-respo {
        display: block;
    }

    .search-query {
        padding: 5px 10px 5px !important;
    }

    .insearch_select {
        padding-left: 5px;
        padding-right: 5px;
        max-width: 115px;
    }

    .btn-banner {
        padding: 8px 5px 8px;
    }

    .title-respo {
        font-size: 120% !important;
    }

    .full-text-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn-respo {
        padding: 8px 20px 8px;
    }

    .newsletter_input {
        width: auto !important;
    }

    .cta {
        position: relative;
        bottom: -15px;
    }

    .terno-card, .terno-newsletter {
        max-height: 270px;
    }

    .checkout-bar {
        margin-top: 15px !important;
    }

    .tax-choicer {
        padding: 3px 2px !important;
    }

    .small_choicer .btn-default,
    .small_choicer .btn-red {
        min-width: 60px !important;
    }

    .item-photo.template-box {
        margin-right: 0;
    }


    .product-attribute-holder {
        margin-bottom: 10px;
    }

    .attr_title.strong {
        margin-bottom: 0;
    }

    .right-to-left-respo {
        float: none !important;
    }

    .quantity .order-item-count {
        min-width: 30px;
        max-height: 27px;
        padding: 2px 4px !important;
    }

    .quantity .btn-number .fa {
        font-size: 12px;
    }

    .quantity .btn-number {
        padding: 3px 12px;
        font-size: 9px !important;
    }

    .quantity .btn-number-decr {
        margin-right: 2px !important;
    }

    .quantity .btn-number-incr {
        margin-left: 2px !important;
    }


    .well.grey-well {
        margin-top: 0;
    }

    .well.grey-well.terno-card {
        margin-top: 100px;
    }

    .product_detail_body .cart-holder {
        min-width: unset !important;
        max-width: 192px !important;
    }
}

@media only screen and (max-width: 375px) {
    .btn-banner {
        font-size: 50% !important;
    }

    .desc-respo, .webuser-header,
    .search-query, .cart_value,
    .checkout-preloaded,
    .step-4 {
        font-size: 70% !important;
    }

    .terno-card, .terno-newsletter {
        max-height: 240px;
    }

    .title-respo {
        font-size: 100% !important;
    }

    .search-query {
        padding: 4px 3px 4px !important;
    }

    .insearch_select {
        max-width: 110px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-banner {
        padding: 4px 3px 4px;
    }

    .newsletter_input {
        max-width: 120px;
    }

    .summary-table th, .summary-table td {
        padding: 5px !important;
    }

    .cart-inner-holder {
        margin-left: 10px !important;
    }

    .input-number {
        max-height: 34px;
    }

    .input-number, .btn-success {
        padding: 5px 12px !important;
    }

    .btn-success {
        font-size: 14px !important;
    }

    .product_gallery {
        max-height: 350px;
    }

    .product_info_table [class*=" flaticon-"]:before {
        margin-right: 0;
    }

}
@media only screen and (min-width: 768px){
    .navbar-header{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .navbar-mobile-cart{
        display: none;
    }
    .footer-menu-2 .navbar-nav>li {
        padding-right: 50px;
    }
}
#cartToggle{
    min-width: 120px !important;
    padding: 0 15px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cartToggle i{
    margin-top: 21px !important;
}
#cartToggle .cart-inner-holder{
    margin-top: 13px !important;
}
@media only screen and (max-width: 992px){
    #navbarResponsive{
        padding: 0 !important;
    }
    #navbarResponsive li a{
        padding-left: 0 !important;
    }
}
@media only screen and (max-width: 768px){
    .topbar{
        margin-bottom: 30px;
    }
    .navbar-cart{
        display: none;
    }
    #navbarResponsive ul{
        max-width: 100%;
        margin: 0;
        padding-left: 10px;
    }
    #navbarResponsive .search-mobile{
        padding: 5px;
    }
    .search-social{
        background-color: transparent !important;
    }
    .navbar-mobile-cart{
        margin-right: 50px;
        margin-top: 10px;
    }
    #cartToggle{
        min-width: 110px !important;
        justify-content: flex-end;
    }
    .navbar-mobile-cart #cartToggle .cart-inner-holder{
        margin-left: 0 !important;
    }
    .navbar-mobile-cart #cartToggle i{
        font-size: 26px !important;
    }
    .navbar-mobile-cart #cartToggle .cart_value{
        font-size: 110%;
    }
    .dropdown-menu.dropdown-cart.dropdown-cart-holder.show{
        top: 82px !important;
        position: fixed !important;
        right: -50px !important;
        left: unset !important;
    }
    /*.dropdown-menu.dropdown-cart.dropdown-cart-holder.show{*/
    /*    right: 0px !important;*/
    /*    left: unset !important;*/
    /*}*/
    /*.topbar{*/
    /*    overflow-x: unset !important;*/
    /*}*/
    .topbar-logo img{
        height: 75px;
        padding-top: 10px;
    }
    .topbar .btn.btn-yellow{
        background-color: #e3af23 !important;
    }
}
@media only screen and (max-width: 570px){
    /*.dropdown-menu.dropdown-cart.dropdown-cart-holder.show{*/
    /*    right: -50px !important;*/
    /*    top: 75px !important;*/
    /*}*/
    .dropdown-menu.dropdown-cart.dropdown-cart-holder.show{
        right: unset !important;
        top: 75px !important;
    }
}
@media only screen and (max-width: 375px){
    .navbar-mobile-cart #cartToggle .cart_value{
        font-size: 95% !important;
    }
}

.add_to_cart_form .input_holder input {
    text-align: center;
}

.step-4-addresses .middle-column {
    padding-left: 0;
}
.step-4-summary .col-md-6 {
    padding-left: 8px;
}
.step-4-summary td {
    border-top: unset !important;
    border-bottom: unset !important;
}
.step-4-summary .order-item-footer-row {
    border-top: unset !important;
    color: #333333;
}
.step-4 .comment-section {
    margin-right: 0;
    margin-left: 0;
}
.step-4 .comment-section textarea{
    border-radius: 0 !important;
}
@media only screen and (max-width: 992px){
    #cart.summary-table{
        margin-bottom: 0 !important;
    }
    .step-4-summary{
        margin-left: 0;
        margin-right: 0;
    }
    .step-4-summary .col-md-6 {
        padding: 0 !important;
    }
    .step-4-summary .col-md-6 .column-inner{
        border: unset !important;
        padding-bottom: 0 !important;
    }
    .step-4 .comment-section .col-sm-12{
        padding-left: 0 !important;
    }
    .step-4 .checkout-next-btn{
        padding-left: 0 !important;
    }
    .step-4 .checkout-next-btn .form-group{
        margin: 0 !important;
    }
}