*:focus {
    outline: none!important;
}

a {
    color: #fc7978;
}
a:hover {
    color: #fc5f5f;
}
.products > .product:hover {
    /*display: none;*/
}
.slidecontainer {
    width: 100%;
}

._slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

._slider:hover {
    opacity: 1;
}

._slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #df1e57;
    cursor: pointer;
}

._slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #df1e57;
    cursor: pointer;
}

#blah {
    max-height: 500px;
}

.img-list{
    max-height: 30vw;
    overflow-x: auto;
}

.list-group-item{
    max-width: 150px;
}

/* width */
.img-list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.img-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.img-list::-webkit-scrollbar-thumb {
    background: #df1e57;
    border-radius: 10px;
}

.img-list::-webkit-scrollbar {
    background: #F5F5F5;
    border-radius: 10px;
}

/* Handle on hover */
.img-list::-webkit-scrollbar-thumb:hover {
    background: #df1e57;
}

._close{
    padding: 5px 8px;
    font-size: .97em;
    margin: 5px;
}

.x_close {
    font-size: 55px;
}

.social-icons {
    z-index: 1;
}

.btn_size{
    margin: 5px;
    padding: 5px;
    text-transform: capitalize;
    font-size: 13px;
    width: 33px;
    border-radius: 25px;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn_size:hover {
    color: #fff;
}

canvas {
    /*width: 100%!important;*/
    height: auto!important;
}

/* Add File */

#cameraImg,
#chooseImg {
    width: 50px;
    cursor: pointer;
}

/* Canvas */

.canvas-container {
    width: auto!important;
    height: auto!important;
}

.lower-canvas {
    position: relative!important;
}

/* Camera Modal */

#cameraModal {
    background-color: #00000055;
}

#stream {
    width: 100%;
}

.modal_dialog {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal_content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.modal-lg, .modal-xl {
    max-width: 100%;
}

@media only screen and (max-width: 849px) {
    .__camera{
        display: none!important;
    }
}

.checkout > #customer_details > .col-12 > .woocommerce-billing-fields span,
.checkout > #customer_details > .col-12 > .woocommerce-additional-fields span {
    width: 100%;
}

/*  Astra  */
.astra_close_btn {
    z-index: 1;
    height: 31px!important;
    width: 31px;
    margin: 5px!important;
}

.product_eye_btn {
    padding: 4px 7px;
    font-size: 0.7em;
}

.fa-eye {
    font-size: 17px;
}

body, button, input, select, textarea, .ast-button, .ast-custom-button {
    font-family: 'Poppins', sans-serif;
}

body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
    color: #5d6167;
}

.ast-button, .ast-custom-button, body, button, input[type=button], input[type=submit], textarea {
    line-height: 1.85714285714286;
}

h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
    color: #2b2f38;
}

.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: #fc7978;
    background-color: #fc7978;
    border-radius: 50px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    font-family: inherit;
    font-weight: 600;
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

label {
    margin-bottom: 0;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    width: 1.7em !important;
    transform: translateY(-50%) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
    position: absolute !important;
    top: 1px !important;
    right: 1px !important;
    width: 20px !important;
}

.wc_payment_method label {
    display: unset;
}

#stripe-payment-data .form-row {
    display: block;
}

.woocommerce-EditAccountForm span,
.woocommerce-address-fields__field-wrapper span {
    width: 100%;
}

.woocommerce-MyAccount-content p {
    padding-right: 15px;
    padding-left: 15px;
}