/* CUSTOM CSS */

.menu-language {
    font-weight: 600;
    padding-top: 2px;
    cursor: pointer;
}

.alert p:last-child {
  margin-bottom: 0;
}

.text_warning {
  color: #ff0000;
  line-height: 1;
}

.img-responsive {
  width: 100%;
}

.input-group-btn .btn {
  padding: 0.500rem 0.75rem;
}

.mrg-bottom-lg {
  margin-bottom: 40px;
}
.mrg-bottom-md {
  margin-bottom: 20px !important;
}


.order-page legend {
  font-size: 16px;
  padding: 5px 0;
  margin-bottom: 15px;
}
.order-page legend span {
  border-bottom: 1px solid #a0c43a;
}
.order-page fieldset {
  margin-bottom: 20px
}


.order-page .btn-next {
  padding: 6px 25px;
}
.btn-payment {
  background-size: 1800px;
}
.btn-payment:hover {
  color: #000;
}


/* Page header */

.page-header {
  margin-bottom: 20px;
}
.page-header .page-title {
  display: inline-block;
  font-size: 28px;
  border-bottom: 3px solid #a0c43a;
  margin-bottom: 0;
  padding-bottom: 10px;
}


/* numeric control input */
.numeric-control-group {}
.numeric-control-group input {
    font-size: 16px !important;
    text-align: center;
}
.numeric-control-group .input-group-minus, .numeric-control-group .input-group-plus {
    cursor: pointer;
    border-color: #eee;
    border-radius: 0;
    width: 35px;
    padding: 8px;
}
.numeric-control-group .disabled {
    color: #ccc;
    cursor: not-allowed;
}


/* radios groups */

.radio-options {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
.radio-options>li {
  display: block;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 0;
}
.radio-options>li:first-child {
    border-top: 1px solid #ececec;
}
.radio-options.small {
  font-size: 14px;
}
.radio-options>li>a {
    display: block;
    position: relative;
    font-weight: normal;
    color: #000;
    padding: 15px 10px;
}
.radio-options.small>li>a {
  padding: 5px 10px;
}
.radio-options>li>a:hover {
    color: #fff;
    background: #6c757d;
}
.radio-options>li>a.selected {
    color: #fff;
    background: #a0c43a;
}
.radio-options>li>a .check-icon {
    display: inline-block;
    width: 16px;
    text-align: center;
    color: #e8e8e8;
    margin-right: 5px;
    transition: .3s all ease;
}
.radio-options>li>a.selected .check-icon {
    color: #fff;
}
.radio-options>li>a.checked .check-icon {
    color: #000;
}
.radio-options>li>a .radio-logo {
    position: absolute;
    right: 10px;
    top: 10px;
}
.radio-options>li>a .radio-info {
    display: block;
    font-size: 13px;
    padding-left: 25px;
    padding-top: 5px;
}
.radio-options>li>a .radio-price {
    font-size: 14px;
    font-weight: 600;
    color: #535353;
    padding-left: 5px;
}
.radio-options>li>a .radio-image {
    display: block;
    padding-left: 25px;
    margin-top: 5px;
}
.radio-options>li>a .radio-image img {
    display: inline-block;
    height: 16px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .radio-options>li>a .radio-price {
        display: block;
        padding-left: 25px;
    }
    .radio-options>li>a .radio-info {
        padding-top: 0;
    }
}


.header-cart-icon {
  position: relative;
}
.header-cart-icon .badge {
  display: block;
  position: absolute;
  right: -3px;
  bottom: -3px;
  font-size: 8px;
  color: #fff;
  background: #0e6937;
  border-radius: 50%;
}


/* CART MODAL */
.cart-modal {

}
.cart-modal .modal-content {
  color: #fff;
  background-color: #a0c43a;
}
.cart-modal .modal-content .modal-header {
  padding: 5px 15px;
}
.cart-modal .modal-content .modal-header .title {
  padding-top: 4px;
}
.cart-modal h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0px;
}
.cart-modal .variation {

}
.cart-modal .quantites {
  margin-top: 20px;
}
.cart-modal .button {
  color: #212121;
}
.cart-modal .button:hover {
  color: #fff;
}


/* PRODUCTS LIST */
.products-list {

}

.products-list .product-box {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: middle;
  margin-bottom: 30px;
}

.products-list .product-box .img-wrapper {
    position: relative;
    overflow: hidden;
}
.products-list .product-box .img-wrapper .front {
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.products-list .product-box .product-detail {
  text-align: center;
}
.products-list .product-box .add-button {
  background-color: #a0c43a;
  color: white;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  position: absolute;
  width: 100%;
  bottom: -40px;
  padding: 5px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.products-list .product-box:hover .cart-info a:nth-child(1) i {
  -webkit-animation: fadeInRight 300ms ease-in-out;
  animation: fadeInRight 300ms ease-in-out;
}
.products-list .product-box:hover .add-button {
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.products-list .img-wrapper img {
  width: 100%;
}

.products-list .product-box:hover .add-button {
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.products-list .product-box .product-image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}


/* PRODUCT DETAILS */
.section-product-details {

}
.section-product-details .description {
  padding: 10px 10px;
}
.section-product-details .description p {
  padding: 5px 0px 5px 0px !important;
}

.section-product-details .discount {
  display: block;
  font-size: 14px;
}
.section-product-details .out-of-stock {
  color: #ff0000;
  font-weight: 700;
}

.section-product-details .product-right .product-description .qty-box {
  margin-bottom: 10px;
}
.section-product-details .product-right .product-buttons a:last-child {
    margin-left: 0;
}


.product-variations {
  max-width: 350px;
}
.product-variations .variation-group {

}
.product-variations .variation-group .group-title {
  color: #222222 !important;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
}

.product-variations ul.variations {
  margin-top: 10px;
}
.product-variations ul.variations li {
  display: block;
  text-align: left;
}
.product-variations ul.variations li a {
  display: block;
  color: #454545;
  border: 1px solid #ced4da;
  padding: 3px 5px;
}
.product-variations ul.variations li a:after {
  content: "";
  clear: both;
  display: table;
}
.product-variations ul.variations li a .price {
  float: right;
  color: #222222;
}
.product-variations ul.variations li a .price del {
  display: inline-block;
  margin-right: 10px;
}
.product-variations ul.variations li a:hover, .product-variations ul.variations li a.active {
  background: #a0c43a;
  color: #222222;
}
.product-variations ul.variations li a:hover .price del, .product-variations ul.variations li a.active .price del {
  color: #fff;
}


/* QUICK SHOP */

.quick-shop-modal {
  padding: 0 !important;
}
.quick-shop-modal .modal-title {
  font-weight: 700;
}
.quick-shop-modal .section-product-details {
  text-align: center;
}
.quick-shop-modal .product-image {
  text-align: center;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.quick-shop-modal .product-image img {
  width: 50%;
  margin: auto;
}
.quick-shop-modal .product-variations {
  width: 100%;
  max-width: 100%;
}
.quick-shop-modal .product-right .product-description .qty-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/* CART */

.shopping-cart .wrap-table {margin-top:0;margin-bottom:20px; }
.shopping-cart .table-cart-producs {margin-left:0;margin-right:0; }

table.table-cart-producs {border:1px solid #ebebeb;}

.table-cart-producs thead {
    background-color: #f5f5f5;
}
.table-cart-producs thead>tr>td {
    padding: 8px 15px;
    font-weight: 400;
}
table.table-cart-producs tbody td {
  vertical-align: middle;
}
.table-cart-producs td.product, .table-cart-producs td.image {
    text-align: left;
}
.table-cart-producs td.product-price, .table-cart-producs td.quantity, .table-cart-producs td.total {
    text-align: center;
}
.table-cart-producs td.quantity {

}
.table-cart-producs td.quantity .quantity-input {
    display: inline-block;
    width: 150px;
}
.table-cart-producs td.quantity .out-of-stock {
    color: #fff;
    background: #d32a41;
    padding: 5px 10px;
}

.table-cart-producs tbody tr td {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}
.table-cart-producs tbody tr td.product {
    font-size: 16px;
}
.table-cart-producs tbody tr td.product a {
  color: #212529;
    font-weight: 400;
}
.table-cart-producs tbody tr td.product .image {
    display:inline-block;
    width:20%;
    padding-right: 10px;
}
.table-cart-producs tbody tr td.product .image img {
  width: 100%;
}
.table-cart-producs tbody tr td.product .details {
    display:inline-block;
    width: 75%;
}
.table-cart-producs tbody tr td.product-price, .table-cart-producs tbody tr td.total {
    /*font-size: 18px;*/
}
.table-cart-producs tbody tr td.total {
    position: relative;
}
.table-cart-producs tbody tr td span.caption {

}
.table-cart-producs tbody tr td .btn-remove {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    color: #202020;
    border: none;
}
.table-cart-producs tbody tr td .btn-remove:hover {
    color: #fff;
    background: #d32a41;
}

@media screen and (max-width: 767px) {
  .table-cart-producs {
    border: none !important;
  }
  .table-cart-producs tbody tr td {
    display: block;
  }
  .table-cart-producs tbody tr td.product {
      text-align: center;
  }
  .table-cart-producs tbody tr td.product .image {
    display: block;
    width: 80px;
    padding-right: 0;
    margin: auto;
    margin-bottom: 10px;
  }
  .table-cart-producs tbody tr td .btn-remove {
      right: 0;
  }
}


/* ORDER DETAILS */
.order-details {}
.table-order-details {
    border: none;
    width: 100%;
    margin-bottom: 40px;
}
.table-order-details-bordered {
    border: 1px solid #ebebeb;
}
.table-order-details tbody tr td {
    font-size: 16px !important;
    text-align: left !important;
    color: #5f5f5f;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 20px !important;
}
.table-order-details tbody tr td.header {
    padding: 0 !important;
}
.table-order-details tbody tr td .title {
    display: block;
    font-weight: 600;
    background: #f5f5f5;
    border-top: 3px solid #a07936;
    border-radius: 2px 2px 0 0;
    padding: 10px 20px;
}
.table-order-details tbody tr td.data {
    color: #000;
}
.table-order-details tbody tr td.data-value {
    color: #000;
    text-align: right !important;
}
.table-order-details tbody tr td.status {
    color: #ff3d54;
    font-weight: 600;
}
.table-order-details tbody tr td.notes {
    font-style: italic;
}
.table-order-details tbody tr td.product {
    line-height: 1;
    text-align: left !important;
}
.table-order-details tbody tr td.product .product-image {
    float: left;
    width: 24%;
    padding-right: 5px;
}
.table-order-details tbody tr td.product .product-image img {
  width: 100%;
}
.table-order-details tbody tr td.product .product-title {

}
.table-order-details tbody tr td.product .product-attributes {
    color: #5f5f5f;
    font-size: 14px;
    margin-top: 5px;
}
.table-order-details tbody tr td.product .product-price {
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .table-order-details tbody tr td {
        padding: 10px 10px !important;
    }
}


/* CART SECTIONS */
.cart-sections {

}
.cart-sections .section-block {
    margin-bottom: 40px;
}
.cart-sections .section-block .section-block-content {
    height: max-content;
    max-height: 2500px;
    transition: max-height 0.50s ease;
}
.cart-sections .section-block.collapsed .section-block-content{
    max-height: 47px;
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transition: max-height 0.50s ease;
}
.cart-sections .section-block .section-block-title {
    display: block;
    background: #f5f5f5;
    font-weight: 400;
    border-top: 3px solid #a0c43a;
    border-radius: 2px 2px 0 0;
    padding: 10px 20px;
}
.cart-sections .section-block .section-block-title .step-number {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    position: relative;
}
.cart-sections .section-block .section-block-title .step-number .number {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #a0c43a;
    border-radius: 50%;
    line-height: 1;
    top: -15px;
    font-size: 12px;
    padding-top: 3px;
}
.cart-sections .section-block .section-block-body {
    border-top: 1px solid #dddddd;
    padding: 15px 20px;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .cart-sections .section-block .section-block-body {
    padding: 15px 0;
  }
}


.cart-summary {

}
.cart-summary .cart-summary-title {
    display: block;
    background: #f5f5f5;
    font-weight: 400;
    border-top: 3px solid #a0c43a;
    border-radius: 2px 2px 0 0;
    padding: 10px 20px;
}


@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  .same-column-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .cart-summary-sticky {
        position: sticky;
        top: 68px;
    }
}