/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#blockcart-modal {
    /* max-width: 400px; */
    width: 100vw;
    height: 100vh;
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

#blockcart-modal .modal-body {
    padding: 1.875rem 1.875rem;
    padding-top: 0;
}

#blockcart-modal .modal-content {
  border: none;
}

#blockcart-modal .cart-content {
    padding-left: 0rem;
}

#blockcart-modal .modal-dialog {
    /* margin: 0; */
    max-width: 400px;
    /* height: 50vh; */
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: none;
}

.ui-datepicker {
    border: none;
    padding: 0;
    width: auto;
}

.ui-widget-header {
    background: none;
    border: none;
}

#calendar {
    margin: -30px;
    margin-bottom: 0px;
    margin-top: 0px;
    display: none;
}

.ui-datepicker td, .ui-datepicker th {
    border: 0;
    padding: 0px;
    text-align: center;
}

.ui-datepicker td *, .ui-datepicker th * {
    text-align: center !important;
}

.ui-state-active:hover, .ui-state-default:hover {
    background: #ccc;
}

.selected-date {
    padding: 10px 0px;
    text-align: center;
}
.selected-date.focus {
  border: 1px solid #80bf24;
}

#dateStart, #dateEnd {
    color: #777;
}

.calendar-action a {
    width: 100%;
    font-weight: normal;
    color: #fff !important;
    margin-bottom: 20px;
}

.calendar-action .btn {
  padding-left: unset;
  padding-right: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

#CalendarCancelButton {
  border: 1px solid #959595;
  color: #959595 !important;
}
#CalendarCancelButton path,
#CalendarAcceptButton path {
  transition: fill .3s;
}
#CalendarCancelButton:hover {
  background-color: #959595;
  color: #fff !important;
}

#CalendarAcceptButton {
  border: 1px solid #80bf24;
  color: #80bf24 !important;
}
#CalendarAcceptButton:hover {
  background-color: #80bf24;
  color: #fff !important;
}
#CalendarCancelButton:hover path,
#CalendarAcceptButton:hover path{
  fill: #fff
}

#calendar-action-button, #calendar-fairs {
    display: none;
    overflow: hidden;
}

#calendar-fairs {
    padding: 20px 0;
    text-align: center;
}

#calendar-fairs select {
    width: calc(100% - 45px);
    background: white;
    border: 0;
    border-bottom: 1px solid #ddd;
    float: right;
    padding-bottom: 5px;
}

#calendar-fairs-error {
    color: #ff0000;
    display: none;
    font-size: 10px;
}

#calendar-dates {
    clear: both;
    overflow: hidden;
    background: #dceedb;
    margin-bottom: 2px;
    cursor: pointer;
    position: relative;
}

#calendar-delivery-dates {
    clear: both;
    overflow: hidden;
    background: orange;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.ui-state-active {
    border: none;
    background: #ddd;
    color: #363636;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-range {
    border: none !important;
    background: transparent !important;
    color: #363636 !important;
}

.hidden {
    display: none;
}

.cart-product-row p {
    margin-bottom: 2px;
}

.cart-product-row {
    margin-bottom: 10px;
}

#blockcart-modal .product-name {
    margin-bottom: 2px;
    font-size: 15px;
    color: #222222;
    letter-spacing: 0.055em;
    line-height: 1.2;
}

#calendar-chargable-days {
    max-width: 100px;
    text-align: center;
}
.calendar-chargable-days-description {
  font-size: 10px;
  text-align: center;
  color: #222;
  line-height: 1.2;
  padding: 0 1.875rem;
}
.calendar-chargable-days-description > .date-start,
.calendar-chargable-days-description > .date-end {
  display: none;
}

.cart-additional-info-total {
  text-transform: uppercase;
  color: #222;
  position: absolute;
  font-size: 12px;
}

.cart-additional-info-price {
  width: 100%;
  display: block;
  color: #222;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-top: 2rem;
  text-transform: uppercase;
}

.cart-additional-info-price span {
  font-size: 26px;
  display: block;
  font-weight: 600;
  text-transform: none;
}

.calendar-chargable-days {
    text-align: center;
    overflow: hidden;
    clear: both;
    margin: 10px 0;
    color: #222;
    text-transform: uppercase;
    padding: 0 1.875rem;
}

.calendar-chargable-days span {
  position: absolute;
  left: 1.875rem;
  font-size: 12px;
}

#blockcart-modal .remove-from-cart {
    float: right;
    margin-top: 7px;
}

#blockcart-modal .input-group.bootstrap-touchspin {
    float: none;
    vertical-align: middle;
}

.cart-dates {
    font-size: 14px;
}

body#cart #cart-summary-product-list img {
    border: 1px solid #f1f1f1;
    width: 3.125rem;
}

body#cart #cart-summary-product-list .media-body {
    vertical-align: middle;
}

body#cart #cart-summary-product-list {
    font-size: .875rem;
}

body#checkout .card.cart-summary a:hover {
    color: #fff;
}

#blockcart-modal {
    max-height: 100%;
}

@media screen and (max-height: 650px) {
    #minicart-products.calendar-opened {
        height: calc(100vh - 560px);
        overflow: auto;
    }
}

.quickview-product-title, .main-product-title {
    margin-top: 0;
}

.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: 1px solid #80bf24;
}

.cart-product-name {
    width: auto;
}

.renew-password .form-control-label {
    position: static;
}

.ui-datepicker td.ui-datepicker-week-end a {
    color: #ccc;
}

.page-home .featured-products {
    margin-bottom: 80px;
}

#_desktop_logo{
    padding-right: 0;
}

input[name=accept] {
    z-index: -1 !important;
}

#authentication .custom-checkbox label {
    padding-left: 1.625rem;
    margin-left: -20px;
    z-index: 9;
}

.form-control-comment{
    font-size: 10px;
    margin-top: -1rem;
    font-weight: 300;
    margin-bottom: 0;
    color: #7a7a7a;
    line-height: 0px;
    margin-top: 0px;
}
.carousel-control.right {
    display: block !important;
}
.carousel-control.left{
    display: block !important;
}
.carousel-control .icon-prev i {
    transform: translate(0px, -50%);
}
.carousel-control .icon-next i{
    transform: translate(0px, -50%);
}
.cart-summary-line {
    padding-bottom: 10px;
}

.ui-widget-content .ui-datepicker-calendar tbody td.ui-state-delivery-highlight a {
    background-color: orange !important;
    border-radius: 50px;
    position: absolute;
    line-height: 3rem;
    width: 3rem;
    height: 3rem;
    top: -.3rem;
    left: 0;
    right: 0;
    z-index: 99;
}

.ui-widget-content .ui-datepicker-calendar tbody td.ui-state-delivery-highlight-light a {
    background-color: lightgoldenrodyellow;
}

.ui-tooltip {
    padding: 5px;
    font-size: 10px;
}

.order-start-date * {
    /*background-color: green !important;*/
}

.order-end-date * {
    /*background-color: green !important;*/
}

.ui-widget-content .ui-datepicker-calendar tbody td .ui-state-hover:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: red;
}

.calendar-dates-info {
    font-size: 10px;
    text-align: center;
    width: 100%;
}

.product-card-button-top {
    margin-top: -65px;
    position: absolute;
}

@media screen and (max-width: 991px) {
    .product-card-button-top {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .product-card-button-top {
        top: 65px;
    }
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    word-break: break-all;
}

.ui-widget-content .ui-datepicker-calendar tbody td.ui-state-delivery-highlight-light .ui-state-hover {
    background-color: orange!important;
    border-radius: 50px;
    position: absolute;
    line-height: 3rem;
    width: 3rem;
    height: 3rem;
    top: -.3rem;
    left: 0;
    right: 0;
    z-index: 99;
}

.ui-widget-content .ui-datepicker-calendar tbody td.ui-state-delivery-highlight-border-orange a {
    border: 5px solid orange!important;
    background-color: #dceedb!important;
    line-height: 2.5rem;
}

#cart-subtotal-accessories .cart-summary-value {
    text-align: right;
    font-size: 10px;
}

.cart-content-info {
    text-align: center;
    font-weight: 300;
}

.cart-content-info a {
    color: #ccc;
}

.cart-content-info a:hover {
    color: #80bf24;
}
    
#delivery-address select[name=id_country] {
    margin-bottom: 15px;
}

#payment-option-2-container * {
    color: orange;
}

#js-product-list-header{
    margin-bottom :25px;
}

.help-block{
	argin-bottom: 30px;
}

.header-top #search_widget {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .header-top #search_widget {
        display: none;
    }
}
