/* # Lotus Framework
Theme Name: Lotus
Theme URI: http://lotusbedding.voolatech.com/
Description: The industry standard for Premium WordPress Themes.
Author: Voolatech
Author URI: http://lotusbedding.voolatech.com/
Version: 3.5.0
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sidebar-content main.content{
    float: right;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem;
}

.search-form {
  overflow: hidden;
}

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.search-form input[type="search"] {
  background: #fff url(assets/images/search.png) no-repeat right;
  background-size: 36px 16px;
  color: #888;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;;
  padding: 16px;
  padding: 1.6rem;
  text-transform: uppercase;
  width: 100%;
}
/*//End Wordpress Core----- */
h3 {
  line-height: 22px;
}
.home .template {
  text-align: center;
  padding: 50px;
}
.home .title{
  font-size: 1.8em;
  margin: 20px 0 35px;
  display: block;
}
.home .template a {
  padding: 15px;
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
  color: #111;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 15px;
}

.home .template a:hover {
  background: #ddd;
  color: #000;
}

.home .list-pages {
   margin-top: 90px;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
     float: none;
     width: 100%;
}

.block-md-user .block-lost-pass.bd-sx-block .list-link li.is-active a {
    padding: 10px 20px;
    color: #eb008b;
}
.custom-checkbox.checked-cicle [type=radio]:checked+label:after, .custom-checkbox.checked-cicle [type=radio]:not(:checked)+label:after {
    border-radius: 100%;
    top: 2px;
    left: 2px;
    border: none;
    overflow: hidden;
}

.custom-checkbox [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}
.custom-checkbox [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}
.custom-checkbox [type=radio]:checked+label, .custom-checkbox [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    cursor: pointer;
}
.custom-checkbox [type=radio]:checked, .custom-checkbox [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-checkbox [type=radio]:checked+label:before, .custom-checkbox [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17.5px;
    height: 17.5px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
}

.custom-checkbox.checked-cicle [type=radio]:checked+label:before, .custom-checkbox.checked-cicle [type=radio]:not(:checked)+label:before{
    border-radius: 100%;
    width: 16px;
    height: 16px;
    overflow: hidden;
}
.custom-checkbox [type=radio]:checked+label:before, .custom-checkbox [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    background: #fff;
}
.custom-checkbox [type=radio]:checked+label:after, .custom-checkbox [type=radio]:not(:checked)+label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: #000;
    border: 1px solid #000;
    transition: all .2s;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
.inner .inner,
.block-md-user .block-md-user{
    padding: 0;
}
.select2-container--default .select2-selection--single{
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--single .select2-selection__rendered{
    height: 40px;
}
.woocommerce-password-hint{
    display:none;
}
.list-item-product-cart li .info-product-view-cart .thumb img{
    max-height: 100%;
}
div.wpforms-container-full.form{
    position: relative;
    color: #fff;
}
div.wpforms-container-full.form .wpforms-form .wpforms-title{
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: Poppins,Helvetica,Arial,sans-serif;
}
div.wpforms-container-full.form .wpforms-form input[type=email] {
    padding: 10px 10px 10px 50px;
    background-color: #000;
    width: 100%;
    height: 50px;
    position: relative;
    border: 1px solid #ddd;
}
div.wpforms-container-full.form .wpforms-form .iconmoon {
    position: absolute;
    bottom: 16px;
    left: 15px;
    font-size: 20px;
    color: #fff;
}
div.wpforms-container-full.form .wpforms-form button[type=submit]:hover{
    background: transparent;
}
div.wpforms-container-full .wpforms-form label.wpforms-error{
    position: absolute;
}
div.wpforms-container-full.form .wpforms-form .wpforms-submit-container {
    width: 50px;
    position: absolute;
    bottom: 0px;
    right: 1px;
}
div.wpforms-container-full.form .wpforms-form .wpforms-submit-container button span {
    font-size: 25px;
    color: #fff;
}
div.wpforms-container-full.form .wpforms-form .wpforms-submit-container button {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: #000;
    border: 1px solid #ddd;
    padding: 0;
}

.copyright .pink, .footer .f-section .list-nav-f ul li a:hover {
    color: #eb008b;
}