/* MAIN CSS STYLES **/

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.noselect {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.ainm {
    color: #333;
    text-decoration: none;
}

body {
    background: white;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #f4433678;
}

.transition {
    transition: all .5s;
}

.antiresponsive {
    display: none;
}

/* FOOTER **/

.footcopyright {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 20px;
    line-height: 20px;
    bottom: 0;
    font-size: 10px;
    color: gray;
    left: 0;
}

/* NAV STYLES */

nav {
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    background: white;
}

.logo {
    margin-left: 35px;
    margin-right: 30px;
    float: left;
    background: url(../img/logo-main.png);
    height: 50px;
    width: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.menu_web {
    float: left;
    height: 50px;
    line-height: 50px;
}

.menu_web ul {
    list-style-type: none;
}

.menuli {
    float: left;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
}

.submenuli {
    background: white;
}

.submenu_web {
    display: none;
    position: absolute;
    padding: 4px 15px;
    background: white;
    border-radius: 0 0 5px 5px;
    border: 1px solid gray;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-size: cover;
    background-position: center;
    z-index: 1
}

.cart {
    float: right;
    padding: 3px 10px;
    position: relative;
    top: 12px;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 12px;
}

.menumobile {
    float: right;
    font-size: 25px;
    position: relative;
    top: 8px;
    margin-right: 20px;
    cursor: pointer;
    display: none;
}

.header-shares {
    position: relative;
    top: 8px;
    text-align: center;
    float: right;
    margin-right: 35px;
}

.header-shares i {
    font-size: 14px;
}

.member-social {
    display: inline-block;
    border: 2px solid;
    color: #808080;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}

.boxmain {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    padding-top: 90px;
}

.innerbox {
    position: relative;
    z-index: 10;
    height: 100%;
    box-sizing: border-box;
    background: white;
    margin: 0 auto;
}

/* POSTNAV STYLES */

.postnav {
    height: 35px;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 50px;
}

.find {
    float: left;
    height: 35px;
    line-height: 35px;
    color: white;
    font-size: 12px;
    margin-left: 35px;
}

.find input {
    border: 0;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    outline-width: 0;
    height: 24px;
    box-sizing: border-box;
}

.callus {
    float: right;
    height: 35px;
    line-height: 35px;
    color: white;
    font-size: 12px;
    margin-right: 35px;
}

.callus a {
    color: white;
    text-decoration: underline;
}

.search {
    float: right;
    height: 24px;
    color: white;
    padding: 3px 5px;
    position: relative;
    top: 5px;
    text-align: center;
    line-height: 18px;
    right: -2px;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
}

.boxpostnav {
    float: left;
    margin-left: 35px;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    padding: 2px 4px;
    font-size: 12px;
    position: relative;
    top: 5px;
}

/* MOBILE MENU STYLES */

.menu-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 80;
    padding: 20px;
    padding-top: 105px;
    box-sizing: border-box;
    display: none;
    overflow-y: auto;
}

.inner-menu-mobile div {
    padding: 10px;
    background: #ca493f;
    margin: 5px 0;
    color: white;
}

.sub-menu-mobile {
    margin-left: 38px !important;
    background: #7e7e7e !important;
}

/* BOX-MODALS */

.input_swal input {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #9f9f9f;
}

.reg_box {
    padding: 5px;
    font-size: 12px;
    padding-right: 40%;
}

._box_btn {
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    width: 100px;
    cursor: pointer;
}

._box_btn:hover {
    padding: 5px 8px;
}

.reg_box_btn {
    margin-top: 8px;
}

.ini_box_btn {
    background: #4CAF50;
    margin-top: 5px;
}

.box-cart-p, .box-regis, .box-login, .box-cart, .box-myp {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: none;
    box-sizing: border-box;
}

.innerboxlogin {
    display: table-cell;
    vertical-align: middle;
}

.login, .reg {
    background: white;
    margin: 0 auto;
    max-width: 350px;
    height: auto;
    padding-bottom: 10px;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
}

.login-header {
    color: white;
    padding: 2px;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.row-login {
    padding: 0 2vw;
    padding-top: 6px;
}

.row-login5 {
    padding: 0 4px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.row-login5 input, .row-login input {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    background: lightgrey;
    padding: 10px;
    border-radius: 4px;
}

.p-login {
    padding: 10px;
}

.start-login-fb {
    background: #3b5998;
}

.start-ini {
    background: #009688;
}

.start-l {
    text-align: center;
    font-size: 13px;
    color: white;
    padding: 8px;
    cursor: pointer;
    width: 200px;
    margin: 0 auto;
    border-radius: 10px;
}

.start-l:hover {
    background: #808080;
}

.close-lr {
    position: absolute;
    right: 10px;
    top: 5px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.box-cart, .box-myp {
    padding: 5%;
}

.innercart, .innermyp {
    position: relative;
    background: white;
    height: 100%;
    width: 100%;
}

.title-cart, .title-myp {
    padding: 10px;
    text-align: center;
    font-size: 25px;
    background: #e9e9e9;
}

.boxpq {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d4;
    z-index: 100;
    top: 0;
}

.tablepq {
    display: table-cell;
    vertical-align: middle;
}

.innerpq {
    max-width: 300px;
    background: white;
    padding: 10px;
    border-radius: 8px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.hpq {
    background: #F44336;
    font-size: 12px;
    color: white;
    padding: 6px;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.rowpq input, .rowpq select, .rowpq textarea {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
}

.btnpq {
    background: #F44336;
    padding: 8px;
    color: white;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
}

.title-login {
    font-size: 14px;
    color: #9e9e9e;
    text-align: center;
    margin: 10px 0 0px 0;
    font-weight: 700;
}

/******************/

.col {
    box-sizing: border-box;
    float: left;
}

.col22 {
    width: 22%;
}

.col12 {
    width: 12%;
}

.col5 {
    width: 50%;
}

.col7 {
    width: 70%;
}

.col3 {
    width: 30%;
}

.col33 {
    width: 33.3%;
}

.col2 {
    width: 20%;
}

.colh {
    padding: 3px;
    color: white;
    text-align: center;
    box-shadow: inset 2px 0px 0px white, inset -2px 0px 0px white;
}

.colb {
    padding: 8px;
    text-align: center;
    font-size: 12px;
}

.col input {
    border: 1px solid #F44336;
    width: 100%;
}

.colf {
    font-size: 12px;
    padding: 2px;
}

.action-delete, .action-edit {
    cursor: pointer;
    float: left;
    margin: 0 5px;
}

.action-delete:hover, .action-edit:hover {
    color: red;
}

.total-cart {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.btn-checkout, .btn-continue {
    cursor: pointer;
    height: 100%;
    width: 100%;
    text-align: center;
    color: white;
    padding: 12px;
    box-sizing: border-box;
}

.btn-continue {
    margin-top: 10px;
    background: #368839;
}

.col-btns-carts {
    position: relative;
    top: 35px;
    width: 100%;
    right: 0;
}

/** Swal **/

.swal2-modal .swal2-buttonswrapper {
    margin-top: 8px;
}

.btn-cart-swal {
    padding: 5px;
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
}

/** LOADS **/

.load_p {
    position: relative;
    margin: auto;
    width: 100px;
    height: 100px;
    margin-top: calc( 30vh + 100px);
}

.load_p img {
    width: 100%;
    border-radius: 50%;
    background-color: white;
}