/* arreglar el menu para la primera version */
ul.navi {
    width: 100%;
    display: flex;
}

.navi li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* fin fix menu */
img {
    max-width: 100%;
}

input[type=checkbox] {
    position: absolute;
    top: auto;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    white-space: nowrap;
}
input[type=checkbox] + label {
    display: block;
    padding: .5em;
    padding-left: 2em;
    max-width: calc(100% - 2em);
}

input[type=checkbox]:focus + label {
    color: #00f;
    outline: 1px dotted #00f;
}
input[type=checkbox] + label::before {
    content: '';
    background: #fff;
    border: .1em solid rgba(0, 0, 0, .75);
    background-color: rgba(255, 255, 255, .8);
    display: block;
    box-sizing: border-box;
    float: left;
    width: 1.3em;
    height: 1.3em;
    margin-left: -1.5em;
    margin-top: .15em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all .1s ease-out;
}
input[type=checkbox]:disabled + label::before {
    border: .1em solid rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .1);
}
input[type=checkbox]:disabled + label {
    color: #ccc;
}
input[type=checkbox] + label::after {
    display: block;
    content: '';
    position: absolute;
    top: .7em;
    left: .9em;
    width: 1em;
    height: 1em;
    transform: rotate(0deg);
    transition: all .1s ease-out;
}

input[type=checkbox]:checked + label::after {
    top: .8em;
    width: .4em;
    height: .8em;
    border-right: .25em solid #00f;
    border-bottom: .25em solid #00f;
    transform: rotate(45deg);
}

input[type=checkbox] + label:focus {
    border: none;
    outline: 0;
}

input[type=checkbox]:disabled + label::after {
    border: none;
}

input[type=checkbox]:checked:disabled + label::after {
    border-right: .25em solid #bbb;
    border-bottom: .25em solid #bbb;
}

.txt-green {
    color: #5db938;
}

.bg-primary {
    background: #333 !important;
}

.bg-secondary {
    background: #1691d1 !important;
}

.txt-pink {
    color: #1691d1;
}

.thumbnail {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
}

.thumbnail .caption-mini {
    height: 160px;
}

.thumbnail .caption-mini p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 13px;
    -webkit-line-clamp: 3;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.menu-item {
    height: 190px;
    text-align: center;
    border: 1px solid #E4E7ED;
    margin: 5px;
}

.menu-item img {
    height: 150px;
}

.header-search {
    z-index: 80000;
}

.search-results {
    position: absolute;
    display: none;
    width: 100%;
    height: auto;
    background-color: white;
    z-index: 5000;
    padding: 20px;
    max-height: 380px;
    overflow: auto;
    margin-top: 52px;
    border: 1px solid #E4E7ED;

}

#order-pay-container .order-details .section-title {
    margin-top: 2px;
    margin-bottom: 2px;
}

#order-pay-container .order-details {
    position: relative;
    padding: 0px 30px 5px;
    font-size: 14px;
    width: 280px;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #E4E7ED;

}

#order-pay-container .order-details:before {
    margin-bottom: 20px;
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -15px;
    height: 30px;
}

#order-pay-container .order-summary {
    margin: 0px 0px;
}

#order-pay-container .order-summary .order-col {
    display: table;
    width: 100%;
}

#order-pay-container .order-summary .order-col:after {
    content: "";
    display: block;
    clear: both;
}

#order-pay-container .order-summary .order-col > div {
    display: table-cell;
    padding: 2px 0px;
}

#order-pay-container .order-summary .order-col > div:first-child {
    width: calc(100% - 60px);
}

#order-pay-container .order-summary .order-col > div:last-child {
    width: 60px;
    text-align: right;
}

#order-pay-container .order-summary .order-col .order-total {
    font-size: 15px;
    color: #67B249;
}

#order-pay-container .order-details .payment-method {
    margin: 30px 0px;
}

#order-pay-container .order-details .order-submit {
    display: block;
    margin-top: 30px;
}

#order-pay-container .order-details h5, .order-details h6 {
    color: #120641;
    transform: scaleY(1.15)
}

#order-pay-container .order-summary .order-col > div:last-child {
    font-weight: bold;
}

#order-pay-container .order-summary .order-col > div {
    color: #67B249;
}

#order-pay-container .order-summary .order-col > div:first-child {
    color: #333;
}


#order-pay-container .text-options {
    line-height: 0.2;
    font-size: 12px;
}

#order-pay-container .table > tbody > tr > td {
    padding: 2px 5px;
    border-top: 1px solid rgb(247, 247, 247);
}

#order-pay-container .table > tbody > tr > td strong {
    color: #333;
}

#order-pay-container .del-order {
    margin-top: 0;
    font-weight: bold;
}

.empty-content {
    padding: 50px 30px;
    background: #ffffff;
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    width: 50%;
    text-align: center;
    margin: 30px auto;
}


.search-results > ul li {
    padding: 10px 0px;
    width: 100%;
    border-bottom: 1px solid #d4d4d6;
    font-weight: 400;
    color: #333;
    transition: all .6s;
}

.search-results > ul a {
    transition: all .6s;
}

.search-results > ul li:hover {
    border-bottom: 1px solid #1691d1;
    color: #1691d1;
}

.search-results > ul > li > img {
    width: 50px;
    padding: 10px;
}

.search-results > ul > li > p {
    height: 20px;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search-results > ul > a {
    text-decoration: none;
}

.panel-body {
    padding-top: 10px;
}

.search-results > ul > a:hover {
    text-decoration: none;
}

.format-title {
    display: block;
    /* overflow: hidden; */
    /* height: 270px; */
    padding-left: 1px;
    padding-right: 5px;
    margin-bottom: 10px;
    text-align: center;

}

.format-title > div {
    background: #fff;
    width: 100%;
    padding: 5px;
    height: 100%;
    outline: 1px solid #e2e2e2;
}

.format-title h6 {
    height: 30px;
    margin-bottom: 0px;
    margin-top: 5px;

}

.format-title img {
    margin: 0px auto;
    height: auto;
}


@supports (object-fit: cover) {
    .format-title img {
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

.input_hidden {
    position: absolute;
    left: -9999px;
}

.btn-extra {
    margin-top: 0px;
}

.selected {
    background-color: #ccc;
}

.panel-footer {
    background: transparent;
    border-left: 1px solid #dddddd;
}

.more-items {
    position: absolute;
    color: #4a8710;
    font-weight: bold;
    cursor: pointer;
    margin-left: calc(55%) !important;
    left: 0;
    margin-top: -50px;
    padding: 20px;
}

.panel-info .panel-body {
    height: 400px;
    display: block;
    overflow: hidden;
}

.panel-info .strech {
    height: auto;
    max-height: 100%;
}


.panel-active .panel-body {
    padding-top: 0px;
}

.panel-active .panel-title {
    font-weight: bold;
    color: #0a3f00;
    font-size: 16px;
}

.panel-active .panel-heading {
    background: #e4ffea;
    border: none;
}

.panel-active i {
    visibility: visible;
}

#btn-clean {
    display: none;
    margin-left: 90%;
}

.panel-active .lds-ring {
    visibility: hidden;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 6px solid #1691d1;
    border-radius: 100%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #1691d1 transparent transparent transparent;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: -20px;
}

.panel-heading {
    padding: 0px 0px;
}

.panel-heading h4 {
    padding: 10px 15px;
}

.panel i {
    display: none;
    color: #fff;
    position: absolute;
    margin-top: -20px;
}

.panel .tag-check {
    display: none;
    width: 0;
    height: 0;
    float: right;
    border-right: 35px solid #3cc84f;
    border-top: 30px solid #3cc84f;
    border-left: 38px solid transparent;
    border-bottom: 30px solid transparent;
    padding-left: 0;
    padding-right: 0;
}

.panel-active .tag-check {
    display: block;
}

.panel-active i {
    display: block;
}


/* ========================= */
/* Style to search view */
/* ========================= */

.container .blog-posts .featured {
    width: 100% !important;
    height: 250px !important;
    margin: 0.5em 0 1em 0 !important;
}

.blog-posts {
    margin: 30px 0px;
}

.container .blog-posts .featured .image {
    height: 250px !important;
}

.container .blog-posts .featured .content {
    height: 250px !important;
}

.container .blog-posts .row {
    display: flex;
}

.container .blog-posts .row .post:last-child {
    margin-right: 0 !important;
}

.container .blog-posts .post {
    flex: 1;
    overflow: hidden;
    background: white;
    height: 200px;
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    margin-right: 1em;
    margin-bottom: 1em;
}

.container .blog-posts .post:hover {
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}

.container .blog-posts .post:hover .image {
    opacity: 0.8;
}

.container .blog-posts .post .image, .container .blog-posts .post .content {
    display: inline-block;
    position: relative;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.container .blog-posts .post .image {
    float: left;
    width: 50%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

.container .blog-posts .post .image .time {
    background: rgba(255, 255, 255, 0.5);
    width: 50px;
    text-align: center;
    padding: 0.5em 0;
    color: #444;
}

.container .blog-posts .post .image .time .date {
    font-weight: bolder;
}

.container .blog-posts .post .image .time .month {
    font-size: 0.7rem;
}

.container .blog-posts .post .content {
    padding: 0.5em 1em;
    width: 50%;
    -moz-box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
    height: 200px;
}

.container .blog-posts .post .content:before {
    content: '';
    position: absolute;
    background: white;
    width: 10px;
    height: 10px;
    top: 20%;
    left: -5px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
}

.container .blog-posts .post .content h1 {
    font-weight: 600;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .blog-posts .post .content p {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0.5em;
}


[class^="icon-"]:before {
    margin-right: 0.5em;
    /* color: #3498db; */
}

img {
    max-width: 100%;
    height: auto;
}

.panel-info > .panel-heading {
    background: transparent;
    border: none;
    /* padding: 10px 0 0 10px; */

}

.panel-info {
    border-color: #dddddd;
    box-shadow: none;
}

.panel-heading h4 {
    font-weight: 400;
    font-size: 16px;
    float: left;
    color: #272727
}

.product-details {
    padding: 20px 0px 0px 0px;
}


#product-tab ul.list-group {
    margin-top: 20px;
}

.panel-heading span {
    margin: 5px;
    padding: 5px;
    display: flex;
    float: left;
    color: #272727;
    font-weight: 400;
    background: #ffffff;
    height: 28px;
    width: 28px;
    border: 2px solid #272727;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.radio label {
    padding-left: 0px;
}

div.noborder-label {
    border-top: 0px solid;
    border: none;
}

.panel-active {
    background: #e4ffea;
    border: 0.7px solid;
    border-color: #3cc84f;
    overflow: hidden;
}

.panel-active .panel-heading span {
    margin: 5px;
    padding: 5px;
    display: flex;
    float: left;
    color: #0a3f00;
    font-weight: 400;
    background: #fff;
    height: 28px;
    width: 28px;
    border: 2px solid #0a3f00;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

nav#navigation {
    position: fixed;
}

.panel-group {
    width: 100%;
}

.select-join {
    background: rgba(255, 255, 255, 0.722);
}

/* Button switch iva */

.switch {
    margin-left: 30px;
    margin-bottom: -10px;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
}

.switch input[type=checkbox] {
    display: none;
}

.switch input:checked + .knob {
    animation: colorChange 0.4s linear forwards;
}

.switch input:checked + .knob:before {
    animation: turnON 0.4s linear forwards;
}

@keyframes colorChange {
    from {
        background-color: rgb(199, 219, 255);
    }
    50% {
        background-color: rgb(167, 245, 255);
    }
    to {
        background-color: #1691d1;
    }
}

@keyframes turnON {
    from {
        transform: translateX(0px);
    }
    to {
        transform: translateX(20px);
        box-shadow: -10px 0px 44px 0px #434343;
    }
}

.knob {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 40px;
}

.knob:before {
    position: absolute;
    background-color: white;
    content: "";
    left: 2px;
    top: 2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #1691d1;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}

.spinner {
    background: rgba(247, 247, 247, 0.589);
    padding: 80px 60px;
    text-align: center;
    align-items: center;
}

.spinner > div:first-child {
    display: block;
    margin: auto;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 9px;
    left: 18px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.recommended-size {
    position: absolute;
    right: 10px;
    margin-top: 25px;
}

.recommended-size label {
    font-size: 11px;
}

.order-checkout a {
    display: block;
    padding: 12px 30px;
    background-color: #1691d1;
    /* border: 1.5px solid #E4E7ED; */
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    border-radius: 3px;
}

.order-checkout p {
    color: #2b5c12;
}

.order-submit.disabled {
    cursor: not-allowed;
    display: none;
}

.option-item {
    height: auto;
}

.option-item img {
    height: auto;
}

.body-panel label {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .modal-cookies .modal-dialog {
        width: 700px;
    }
}

.modal-body h4 {
    width: 100%;
    display: block;
}

#modal_questions ul li, #modal_delivery ul li {

    color: #434343;
    font-weight: 300;

}

#modal_questions ul li, #modal_delivery ul li {

    color: #434343;
    font-weight: 300;

}

.hover-color:hover {
    color: #fff;
    background: #67B249;
}

#modal_questions p br, #modal_delivery p br {
    line-height: 1.8;
}

.thumbnail .contact-form {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.cards-cat .contact-form {
    text-align: center;
    position: relative !important;
}

.thumbnail .contact-form a {
    padding: 8px 20px;
    background: #1691d1;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin: 10px 0px 5px 0px;
    display: inline-block;
}

span.fa-stack {
    width: 15%;
    float: left;
}

.options-print span.title {
    width: 80%;
    float: left;
}

.option-item h6 {
    height: auto;
}

.img-container {
    padding: 5px;
    border: 1px solid #E4E7ED;
}

.img-container img {
    height: 160px;
}

.disable-box h1 {
    opacity: 0.4;
    transform: rotate(-15deg)
}

.disable-box {
    position: absolute;
    background: rgba(255, 255, 255, 0.58);
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-format:hover {
    color: #fff;
}

.btn-format {
    width: 100%;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    border: none;
}

.col-xs-offset-2 {
    margin-left: 0;
}

@media (max-width: 765px) {

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

}

.n-card {
    background: #fff;
    box-shadow: none;
}

.dropback {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.082);

}

.default-image {
    width: 100% !important;
    height: auto !important;
}

.panel .slog {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    width: 100%;
    text-overflow: ellipsis;
    height: 35px !important;
    overflow: hidden;
}


table.normal {
    display: none;
    border: 1px solid #1691d1;
    margin-top: 10px;
    width: 100%;
}

.normal thead {
    background: #1691d1;
    color: white;
}

.normal th, .normal td {
    /* text-align:center; */
    padding: 8px 10px;
}

.normal tr.selector-button > td:nth-child(2) {
    font-weight: bold;
}

.normal tr.selector-button > td:first-child {
    font-weight: bold;
    width: 60%;
}

.normal tbody tr:nth-child(even) {
    background: #ECF0F1;
}

.normal tbody tr:nth-child(odd) {
    background: rgb(255, 255, 255);
}

.normal tbody tr:hover {
    background: #BDC3C7;
    color: #FFFFFF;
    cursor: pointer;
}

.space-20 {
    width: 20%;
}

.space-100 {
    width: 100%;
}

@media screen and (max-width: 760px) {
    .space-20 {
        width: 50%;
    }

    .space-30 {
        width: 50%;
    }

    .space-50 {
        width: 50%;
    }
}

.space-30 {
    width: 33.33333%;
}

.space-50 {
    width: 50%;
}

.upload-note {
    font-weight: bold;
    margin-bottom: 1em;
}

button.btn.btn-primary.btn-help {
    border-radius: 50%;
    font-size: 1.4em;
    display: block;
    padding: 0 5px;
}

div.pdf-preview {
    text-align: center;
}

div.pdf-preview .loading-indicator {
    color: violet;
    font-size: 30px;
    position: absolute;
    left: calc(50% - 15px);
}

div.filepond-control-container {
    text-align: center;
    min-height: 105px;
}

.filepond--root * {
    font-size: 16px;
}

.filepond--drop-label label {
    font-size: 1.3em;
}

.filepond--drop-label label i {
    font-size: 1.5em;
}

.content-landing ul li {
    list-style: square;
    margin: 10px;
}

.content-landing {
    line-height: 1.8;
}

.content-landing ul {
    margin-left: 20px;
}

.product-details a {
    font-weight: bold;
}

.section .container h2 {
    margin-top: 10px !important;
}

.btn-pay {
    background-color: #5cb85c !important;
}

.terms-conditions {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
    font-size: 10px;
    border: 1px solid rgb(196, 196, 196);
    margin-top: 30px;
    color: #434343;
}

.terms-conditions::-webkit-scrollbar-thumb {
    background-color: #1691d1;
    border-radius: 3px;
    /* outline: 1px solid slategrey; */
}

.terms-conditions::-webkit-scrollbar {
    width: 8px;
}

.terms-checkbox label {
    font-size: 12px;
    font-weight: 100;
}

.terms-checkbox {
    margin-top: 10px;
    margin-bottom: 5px;
}

.label-xs {
    display: none;
}

.stepwizard .btn-circle {
    border-radius: 20px;
    background-color: #333;
    color: #fff;
    padding-left: 10px;
}

.stepwizard .btn-circle::before {
    color: #fff;
}

.stepwizard .btn-active {
    background-color: #74c852;
}

.stepwizard .btn-circle:hover {
    color: #fff;
    background-color: #333;
}

.stepwizard .disabled {
    background: #74c852;
    opacity: 1;
}

.stepwizard .disabled:hover {
    cursor: pointer;
}

.stepwizard .btn-circle {
    font-size: 12px;
    padding: 2px 0px;
    display: block;
    height: 22px;
    width: 22px;
}

.stepwizard-row:before {
    top: 20px;
    left: 0;
}

.stepwizard-step p {
    font-size: 11px;
}

.label-xs {
    display: inline-block;
    position: absolute;
    right: 5px;
}

.btn-xs-orders {
    position: absolute;
    right: 5px;
    top: 12px;
}

.content-slick img {
    max-height: 250px;
    width: auto;
    display: block;
    margin: 0 auto;
}

#product-tab .tab-nav {
    margin-bottom: 0px;
}

.panel-active .panel-title {
    font-size: 13px;
}

.format-title img {
    height: 200px;
}

#order-pay-container .order-details h5 {
    font-size: 14px;
}

#order-pay-container .order-details {
    padding: 5px 5px;
}

#order-pay-container a {
    margin: 10px auto;
}

.order-summary .order-col > div {
    padding: 0 !important;
}

.order-summary .order-col {
    border: none !important;
    padding: 0px !important;
}

#order-pay-container .text-options:first-child {
    margin-top: 5px;
}

#order-pay-container .table > tbody > tr > td {
    border: none !important;
    padding: 0px 3px;
}

#order-pay-container .del-order {
    margin-top: 0;
    margin-bottom: 0px;
}

#order-pay-container .text-options {
    margin-bottom: 8px;
}

#order-pay-container h4:first-child {
    font-size: 16px;
}

#order-pay-container .aside-pay {
    padding: 10px;
}

.content-prod {
    padding-left: 0;
    padding-right: 0;
}

.order-details .order-submit {
    margin-top: 20px;
}

#product-tab .tab-nav > li.active {
    display: block;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.tab-nav > li.active::after, .tab-nav > li:hover::after {
    margin-left: -5px;
}

#product-imgs {
    margin-bottom: 30px;
}

.date-content {
    height: 180px;
    margin-top: 20px;
}

#quantities-container .radio {
    margin-bottom: 0px;
    margin-top: 0px;
}

.show_more {
    position: absolute;
    margin-top: -30px;
    padding: 0px;
    margin-left: calc(65%) !important;
}

.slideshow-pagination {
    bottom: 10px;
}

.pagination-number {
    font-size: 14px;
    font-weight: bold;
}

.checkout .content-total {
    text-align: center;
}

.panel-active .panel-title {
    padding-left: 0px;
    padding-right: 0px;
}

.swiper-container {
    margin-top: 10px !important;
}

.shop .shop-img > img {
    height: 130px;
}

.shop .shop-body h3 {
    font-size: 14px;
    color: #333;
    text-shadow: none;
}

.shop .shop-body .cta-btn {
    font-size: 12px;
    color: #333;
}

.caption h4, .caption h5 {
    font-size: 14px;
}

.caption-text {
    display: none;
}

.thumbnail .caption-mini {
    height: 100px;
    position: relative;
}

.thumbnail .caption-mini .caption-text {
    display: none;
}

.list-content {
    margin-top: 0px;
}

.aside-links li {
    padding: 1px 0px;
}

.aside-links {
    padding-top: 0px;
}

.h4, h4 {
    font-size: 16px;
}

.h3, h3 {
    font-size: 18px;
}

.h2, h2 {
    font-size: 20px;
}

@media (max-width: 990px) {
    .rm-pd-r {
        padding-right: 5px;
    }

    .rm-pd-l {
        padding-left: 5px;
    }

    .product-detail-container h1 {
        text-align: center;
        margin-top: 10px;
        font-size: 22px;
        margin-bottom: 0px;
    }
}

.select {
    background: none;
    height: auto;
}

#order-pay-container .order-details {
    margin-top: 0px;
    padding: 10px;
}

_::-webkit-:-webkit-full-screen:host:not(:root:root), .select::after {
    background: none;
    color: #333;
}

_::-webkit-:-webkit-full-screen:host:not(:root:root), .select {
    background: none;
    height: auto;
}


@media (max-width: 300px) {
    .fa-stack {
        display: none;
    }

    .options-print {
        padding: 5px;
    }
}

.progress {
    height: 30px;
}

.progress-bar-info {
    background-color: #1691d1;
}

.dropdown-menu {
    z-index: 500;
}

.order-details .order-submit, .order-checkout a {
    background-color: #74c852;
    border: 1px solid #5aaf38;
    color: #fff;
}

.menu-wrapper-mini {
    display: none;
}

@media (max-width: 990px) {
    #order-pay-container .aside-pay {
        padding: 5px;
    }

    .cards-cat img {
        height: 110px !important;
    }

    .menu-wrapper-mini {
        display: block;
    }

    .format-title img {
        height: 150px;;
    }
}

.btn-primary {
    background: #1691d1;
    border: none;
    border-radius: 4px;
}

.header-true {
    display: none;
    height: 50px;
    position: relative;
    top: 0px;
    width: 100%;
    background: #fff;
    z-index: 2000;
    font-size: 13.5px;
}

.header-true .fa-star {
    color: #ffdc0f;
    font-size: 10px;
}

.header-true .bottom {
    background: #ffdc0f;
    color: #66685d;
    padding: 2px 5px;
    font-size: 12px;
}

.header-true button.close {
    padding: 7px;
    font-size: 15px;
}

.header-true img {
    width: 35px;
    margin: 3px 0px;
    border-right: 1px solid #d6d6d6;
}

.btn-short {
    float: right;
}

.btn.confirmation-button {
    color: white;
    background-color: #67B249 !important;
}

.button-container {
    padding: 1em;
}