/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
}

.conte_xmenu_todo {
    width: 350px;
    background-color: #fff;
    position: fixed;
    right: -100%;
    top: 0px;
    height: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.conte_xmenu_todo.active {
    right: 0%;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.whatsapp {
    background: #2db742;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
}

.whatsapp2 {
    color: #008314;
    font-size: 14px;
    font-weight: 300;
    padding: 4px 20px;
    border-radius: 5px;
    border: 1px solid #008314;
}

.car {
    position: absolute;
    top: -8px;
    right: 1px;
    border-radius: 10px;
    background-color: #ff3c20;
    width: 15px;
    color: #fff;
    height: 15px;
    z-index: 99;
    text-align: center;
    font-size: 10px;
}

.bajo_conte_xmenu_todo {
    width: 100%;
    background-color: #5050508c;
    position: fixed;
    left: -100%;
    height: 100%;
    z-index: 9998;
    top: 0px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.bajo_conte_xmenu_todo.active {
    left: 0%;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

a:hover {
    text-decoration: none;
}

.conte_paginacion {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    border-top: 1px solid #2b271e;
    padding-top: 10px;
}

.ncon {
    float: left;
    position: relative;
    top: -4px;
    left: 0px;
}

.pagination {
    margin-top: 15px;
    float: right;
}

.btn_google {
    width: 100%;
    color: #d14130;
    background: rgba(209, 65, 48, 0.1);
    border-radius: 4px;
    padding: 9px 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    overflow: hidden;
    border-radius: 6px;
    font-size: 15px;
}

.btn_google:hover {
    color: #fff;
    background: #d14130;
}

.btn_facebook {
    width: 100%;
    color: #3b5998;
    background: rgba(59, 89, 152, 0.1);
    border-radius: 4px;
    padding: 9px 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    overflow: hidden;
    border-radius: 6px;
    font-size: 15px;
}

.btn_facebook:hover {
    color: #fff;
    background: #3b5998;
}

.bor {
    border: dashed 1px #006cb5;
    padding: 15px;
    margin: 0 auto;
    font-size: 13px;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    color: #006cb5;
}

#total {
    width: 100%;
}

.cart__total__amount {
    background: #ffffff none repeat scroll 0 0;
    display: flex;
    height: auto;
    justify-content: space-between;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: 500;
    color: #b68858;
    font-size: 16px;
    margin: 10px auto;
}

.form-control2 {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #b3907a;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.navlink2 {
    background: #f3debf;
    margin: 5px;
    border-radius: 5px;
    padding: 14px;
    width: 100%;
    display: inline-block;
    font-weight: 900;
}

.navlink2:hover {
    color: #fff;
    background: #3c2e1b;
    border-radius: 5px;
    text-decoration: none;
}

.label_radio {
    padding: 15px;
    margin: 0 auto;
    font-size: 13px;
    width: 100%;
    color: #0163a5;
    font-size: 14px;
    font-weight: 700;
    background: #ecd9bb;
    border-radius: 5px;
}

.xlink {
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    color: inherit;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    padding: 1.5rem 2.85rem;
    transition: border 0.3s, color 0.3s, background-color 0.3s;
}

.swal2-container.swal2-center>.swal2-popup {
    font-size: 15px !important;
}

.product-single .btn-cart2 {
    flex: 1;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    min-width: 12rem;
    margin-right: 2rem;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1064px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 680px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 360px) {}