/**
 * DanTheCoder - Innovative Web Solutions
 *
 * @author  DanTheCoder
 * @link    http://danthecoder.com
*/


/**
 * @group - IOS Icons
*/
@font-face {
    font-family: 'Framework7 Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Framework7Icons-Regular.eot");
    src: local('Framework7 Icons'),
         local('Framework7Icons-Regular'),
         url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
         url("../fonts/Framework7Icons-Regular.woff") format("woff"),
         url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons, 
.framework7-icons {
    font-family: 'Framework7 Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    text-align: center;
}

.is-ios .star-rating {
    font-family: "Framework7 Icons";
    font-size: 1.4em;
}

.is-ios .star-rating:before {
    content: "\star\star\star\star\star";
}

.is-ios .star-rating span:before {
    content: "\star_fill\star_fill\star_fill\star_fill\star_fill";
}



/**
 * @group - Material Icons
*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
    src: local('Material Icons'),
         local('MaterialIcons-Regular'),
         url("../fonts/MaterialIcons-Regular.woff2") format('woff2'),
         url("../fonts/MaterialIcons-Regular.woff") format('woff'),
         url("../fonts/MaterialIcons-Regular.ttf") format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.is-material .star-rating {
    font-family: "Material Icons";
}

.is-material .star-rating:before {
    content: "\E83A\E83A\E83A\E83A\E83A";
    letter-spacing: normal;
}

.is-material .star-rating span:before {
    content: "\E838\E838\E838\E838\E838";
    letter-spacing: normal;
}


@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons.eot?oy533p');
  src:  url('../fonts/icons.eot?oy533p#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf?oy533p') format('truetype'),
    url('../fonts/icons.woff?oy533p') format('woff'),
    url('../fonts/icons.svg?oy533p#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="dtc-"], [class*=" dtc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
    font-size: 30px;
}

.dtc-ios-cart:before {
  content: "\f3f7";
}










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

.page {
    background: #f2f2f2;
}

.popover {
    width: 200px;
}

.copyright {
   margin-top: 10px; 
}

.picker-sorting .content-block {
    margin: 55px 0;
}

html.pixel-ratio-3 .woocommerce-order-received #payment-instruction p:before,
html.pixel-ratio-3 #side-menu ul li:after,
html.pixel-ratio-3 .is-ios .full-cards:after {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33);
}

html.pixel-ratio-2 .woocommerce-order-received #payment-instruction p:before,
html.pixel-ratio-2 .is-ios .full-cards:after,
html.pixel-ratio-2 #side-menu ul li:after {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}


.clearfix:after, 
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.reset_variations {
    display: none !important;
}

.onsale {
    padding: 1px 8px;
    font-size: 11px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    background: #757575;
}

.notifications .notification-item ul {
    padding-left: 0;
    background: transparent;
}

.shipping-calculator-form {
    margin-top: 14px;
}

.shipping-calculator-button {
    font-size: 90%;
}

.coupon .coupon-btn {
    height: 35px;
}

.is-material #coupon_code {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border: none;
}

a.woocommerce-remove-coupon {
    font-size: 90%;
    display: block;
}

.is-material #confirm_tab .content-block-title,
.is-material .woocommerce-order-details .content-block-title,
.is-material .woocommerce-billing-fields .content-block-title,
.is-material .cart_totals .content-block-title,
.is-material .coupon input.input-text {
    text-transform: capitalize;
}

.list-block {
    font-size: 14px;
}

.is-material .nav-shadow {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

.is-material .block-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

.is-material .block-shadow.list-block ul:before,
.is-material .block-shadow.list-block ul:after,
.is-material .block-shadow .content-block-inner:before,
.is-material .block-shadow .content-block-inner:after {
    display: none !important;
}

.stock.out-of-stock {
    text-align: center;
    color: #F44336;
    margin: 16px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.stock.in-stock,
.product-unavailable {
    font-size: 90%;
    color: #757575;
}

.is-ios .stock.in-stock,
.is-ios .product-unavailable {
    color: #8e8e93;
}

.woocommerce-Reviews #comments .description p {
    margin-bottom: 0;
    margin-top: 0.5em;
}

.woocommerce-Reviews #comments .meta {
    margin-top: 0.5em;
    font-size: 95%;
}

.woocommerce-Reviews #comments .woocommerce-review__awaiting-approval {
    color: #757575;
}

.is-ios .woocommerce-Reviews #comments .woocommerce-review__awaiting-approval {
    color: #8e8e93;
}

.woocommerce-Reviews .comment-respond .form-submit,
.woocommerce-Reviews .comment-respond .comment-form {
    margin-bottom: 0;
}

.woocommerce-Reviews .comment-respond label {
    font-size: 14px;
}

.woocommerce-Reviews .comment-respond .comment-reply-title {
    font-size: 1.17em;
    font-weight: bold;
}

.woocommerce-Reviews .comment-respond .comment-form-rating {
    margin: 20px 0;
}

.searchbar-input input.focus-state {
    opacity: 1 !important;
}

a.added_to_cart {
    display: none !important;
}

.panel {
    background: #fff;
}

.toolbar-bottom .tab-link-highlight {
    display: none !important;
}

.navbar .cart-badge {
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    font-size: 10px;
    line-height: 18px;
    height: 16px;
    border-radius: 16px;
    padding: 0 4px;
    min-width: 16px;
    background-color: #f44336;
    top: 8px;
    left: 35px;
    z-index: 999;
}

.is-ios .navbar .cart-badge {
    line-height: 16px;
    top: 4px;
    left: 26px;
}

.is-material .navbar .button,
.is-material .picker-modal .toolbar .button {
    border: 1px solid #fff;
    margin-right: 16px;
}

.android .badge {
    font-size: 12px;
}

/**
 * @group - Left Panel
*/
.panel .sidemenu-header {
    padding: 16px;
}

.panel .sidemenu-header .sidemenu-avatar i {
    font-size: 70px;
}

.is-material .panel .sidemenu-header .sidemenu-avatar i,
.is-material .panel .sidemenu-header .sidemenu-info {
    color: #fff;
}

.is-ios .panel .sidemenu-header {
    text-align: center;
}

.panel .sidemenu-header .sidemenu-info h3 {
    margin: 0;
}

#side-menu ul li {
    margin-left: 16px;
    padding-right: 42px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23c7c7cc'%2F%3E%3C%2Fsvg%3E");
    background-size: 10px 20px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-position: -webkit-calc(100% - 16px) center;
    background-position: calc(100% - 16px) center;
}

#side-menu ul li a {
    box-sizing: border-box;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#side-menu ul li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0,0,0,.12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.is-ios #side-menu ul li:after {
    background-color: #c8c7cc;
}

#side-menu ul li:last-child::after {
    display: none;
}

#side-menu ul li.menu-item-has-children {
    padding-right: 0;
    background-image: none;
}

#side-menu ul li.menu-item-has-children a {
    padding-right: 42px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23c7c7cc'%2F%3E%3C%2Fsvg%3E");
    background-size: 10px 20px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-position: -webkit-calc(100% - 16px) center;
    background-position: calc(100% - 16px) center;
}

#side-menu ul li.menu-item-has-children > a {
    border-bottom: 1px solid rgba(0,0,0,.12);
}


#side-menu ul.sub-menu {
    padding: 0;
    background-image: none;
}

#side-menu ul.sub-menu li {
    padding: 0;
}

.is-ios .remember-label {
    padding-top: 8px;
}

.is-material .remember-label {
    margin-top: -3px;
}


/**
 * @group - Pricing
*/
.price .amount {
    font-size: 16px;
    color: #000;
    font-weight: 700;  
}

.price ins .amount {
    float: left;
    margin-right: 6px;
}

.price del .amount {
    color: #757575;
    font-size: 14px;
    text-decoration: line-through;
}

.is-ios .price del .amount {
    color: #8e8e93;
}





/**
 * @group - Variation
*/
.wc-item-meta p {
    display: inline-block;
    margin: 0;
    color: #757575;
}

.is-ios .wc-item-meta p {
    color: #8e8e93;
}

.wc-item-meta strong {
    font-weight: normal;
}

.wc-item-meta li {
    padding-top: 8px;
}

.variation {
    margin: 0;
    padding: 8px 0; 
    font-size: 14px;
}

.variation-list{
    margin-bottom: 8px;
}

.variation .variation-list p {
    margin: 0;
    display: inline;
}



/**
 * @group - Category Cards
*/
.category-cards {
    height: 40vw;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.category-cards .card-title {
    position: absolute;
    top: 36%;
    font-size: 1.4em;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.category-cards .card-subtitle {
    font-size: 1em;
    position: absolute;
    top: 54%;
    width: 100%;
    color: #fff;
}



/**
 * @group - Category List Tier
*/
#category-list .list-block .item-media img {
    width: 44px;
    height: 44px;
}

#category-list .list-block.media-list li.direct .item-link .item-title-row {
    background-image: none;
    padding-right: 0;
}

#category-list .list-block .accordion-item-content .item-link .item-inner {
    padding-right: 0;
}

#category-list .list-block .item-media .icon-image {
    width: 44px;
    height: 44px;
    white-space: normal;
    border-radius: 3px;
}

#category-list .list-block .item-media .icon-image i {
    font-size: 24px;
    padding: 10px;
    color: #fff;
}



/**
 * @group - Category List All
*/
#category-list-all ul {
    list-style: none;
}

#category-list-all ul.product-categories {
    padding: 0;
}

#category-list-all ul.children {
    padding: 0 0 0 20px;
}

#category-list-all ul li.cat-item {
    padding: 6px 0 0 0;
}







/**
 * @group - Block Heading
*/
.block-heading {
    margin: 16px;
}

.block-heading h2 {
    margin: 5px 0 0 0;
}

.block-heading p {
    margin-top: 0.3em;
}

.block-heading i {
    font-size: 3.2em;
}






/**
 * @group - Review Stars
*/
p.stars {
    margin: 0 !important;
}

p.stars a {
    position: relative;
    width: 1em;
    height: 1em;
    text-indent: -999em;
    margin-right: 4px;
    font-size: 2.6em;
}

p.stars,
p.stars a {
    display: inline-block;
}

p.stars a:before,
p.stars a:hover~a:before {
    color: #43454b;
    opacity: .25;
    content: "\E838";
}


p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "Material Icons";
    text-indent: 0;
}

p.stars.selected a.active:before,
p.stars:hover a:before {
    content: "\E838";
    color: #FFC435;
    opacity: 1;
}

p.stars.selected a.active~a:before {
    content: "\E838";
    color: #43454b;
    opacity: .25;
}

p.stars.selected a:not(.active):before {
    content: "\E838";
    color: #FFC435;
    opacity: 1;
}



/**
 * @group - Cards
*/
.full-cards {
    margin: 0;
    border-radius: 0;
}

.is-ios .full-cards {
    box-shadow: none;
}

.full-cards .list-block {
    padding: 0 16px;
}

.full-cards .list-block .item-content {
    padding-left: 0;
}

.full-cards .list-block .item-inner {
    padding-right: 0;
}

.is-ios .full-cards:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #c8c7cc;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}




/**
 * @group - helpers
*/
.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-1 {
    margin-bottom: 8px !important;
}

.mb-2 {
    margin-bottom: 16px !important;
}

.mb-3 {
    margin-bottom: 24px !important;
}

.mt-1 {
    margin-top: 8px !important;
}

.mt-2 {
    margin-top: 16px !important;
}

.mt-3 {
    margin-top: 24px !important;
}

.my-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.my-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.my-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;  
}

.pl-2 {
    padding-left: 16px !important;  
}

.pr-0 {
    padding-right: 0 !important;  
}

.pb-1 {
    padding-bottom: 8px !important;
}

.pb-2 {
    padding-bottom: 16px !important;
}

.pt-2 {
    padding-top: 16px !important;
}

.px-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;   
}

.py-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;   
}

.py-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;   
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.bg-white {
    background: #fff !important;
}

.text-center {
    text-align: center;
}

.text-success {
    color: #4CAF50;
}

.text-error {
    color: #F44336;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}



/**
 * @group - Nav Grid
 */
.nav-grid {
    text-align: center;
}

.nav-grid i {
    display: block;
    color: #757575;
    font-size: 3.5em; 
    margin-bottom: 8px;   
}

.nav-grid span {
    color: #212121;
}

.nav-grid .content-block-inner {
    padding: 8px 16px;
}

.nav-grid .row>[class*=col-] {
    padding: 16px 0;
}


/**
 * @group - Single product view
 */
.single-product .woocommerce-product-rating {
    float: right;
}

.single-product .price {
    padding: 4px 0 0;
}


.single-product ins .amount,
.single-product .amount {
    font-size: 17px;
    font-weight: 800;
}

.single-product del .amount {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -4px;
}

.single-product .onsale {
    position: absolute;
    z-index: 999;
    left: 10px;
    margin-top: 10px;
    padding: 2px 10px;
}

.single-product .product_meta>span {
    display: block;
    border-top: 1px dotted #ddd;
    padding: 8px 0;
}

.single-product .product_meta>span:last-child {
    padding-bottom: 0;
}

.single-product .grouped-product .quantity input.qty,
.single-product .grouped-product .quantity input.minus, 
.single-product .grouped-product .quantity input.plus {
    height: 40px;
}

.single-product .grouped-product .grouped-title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.single-product .grouped-product .grouped-price ins .amount, 
.single-product .grouped-product .grouped-price .amount {
    font-size: 14px;
    font-weight: 600;
}



/**
 * @group - Pagination
*/
.pagination {
    text-align: center;
    margin: 32px 0;
}

.pagination .page-numbers {
    list-style: none;
    padding: 0;
}

.pagination .page-numbers li {
    display: inline-block;
    margin: 0 2px 25px;
}

.pagination .page-numbers li a,
.pagination .page-numbers li span {
    color: #43454b;    
    padding: .7em 1.2em;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

.is-ios .pagination .page-numbers li a,
.is-ios  .pagination .page-numbers li span {
    border-radius: 5px;
}

.pagination .page-numbers li span {
    background: #2196f3;
    color: #fff;
    font-weight: bold;
}


/**
 * @group - Quantity Input
*/
.quantity input.minus,
.quantity input.plus {
    height: 48px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: 600;
    box-sizing: border-box;
}

.quantity input.minus {
    margin-right: -5px;
    border-right: none;
}

.quantity input.plus {
    margin-left: -4px;
    border-left: none;
}

.quantity input.qty {
    max-width: 3em;
    text-align: center;
    border-radius: 0 !important;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    display: inline-block;
    height: 48px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.is-ios .quantity input.qty {
    height: 44px;
}

.is-ios .quantity input.minus,
.is-ios .quantity input.plus {
    height: 44px;
}




/**
 * @group - Star Rating
*/
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.2em;
    width: 5.5em;
    font-size: 1.5em;
}

.star-rating:before {
    color: rgba(0,0,0,.2);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 0.1em;
    letter-spacing: 0\9;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #FFC435;
}

.star-rating span:before {
    top: 0;
    position: absolute;
    left: 0;
    letter-spacing: 0.1em;
    letter-spacing: 0\9;
}





/**
 * @group - Custom Input
 * Reset input fields to defaut look
*/
.custom-inputs input[type=time], 
.custom-inputs input[type=number], 
.custom-inputs input[type=search], 
.custom-inputs input[type=text], 
.custom-inputs input[type=password], 
.custom-inputs input[type=email], 
.custom-inputs input[type=tel], 
.custom-inputs input[type=url], 
.custom-inputs input[type=date], 
.custom-inputs input[type=datetime-local], 
.custom-inputs select, 
.custom-inputs textarea {
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 100%;
    padding: 5px 8px;
    font-size: 13px;
    border-radius: 5px;
    height: 36px;
}

.is-material .custom-inputs input[type=time], 
.is-material .custom-inputs input[type=number], 
.is-material .custom-inputs input[type=search], 
.is-material .custom-inputs input[type=text], 
.is-material .custom-inputs input[type=password], 
.is-material .custom-inputs input[type=email], 
.is-material .custom-inputs input[type=tel], 
.is-material .custom-inputs input[type=url], 
.is-material .custom-inputs input[type=date], 
.is-material .custom-inputs input[type=datetime-local], 
.is-material .custom-inputs select, 
.is-material .custom-inputs textarea {
    border-radius: 2px;
}

.custom-inputs textarea {
    width: 100%;
    height: 100px;
}

.custom-inputs p {
    margin: 0 0 20px 0;
}

.custom-inputs p,
.custom-inputs p.form-row {
    margin: 0 0 20px 0;
}

.custom-inputs label {
    display: block;
    font-size: 13px;
}

.custom-inputs label .required {
    color: #f44336;
}

.custom-inputs .form-row-first {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.custom-inputs .form-row-last {
    width: 48%;
    float: right;
    margin-left: 2%;
}



/**
 * @group - Empty State
*/
.empty-state {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.empty-state .content-block {
    margin: 0;
}

.empty-state h2 {
    margin-bottom: 0;
}

.empty-state p {
    margin-top: 0;
}

.empty-state a {
    margin-top: 20px;
}

.empty-state .empty-icon i {
    font-size: 7em; 
}

.empty-state .empty-icon i,
.empty-state p,
.empty-state h2 {
    color: #757575;
}




/**
 * @group - List Table
*/
table {
    width: 100%;
    border-collapse: collapse;
    background-color: transparent;
}

.list-table {
    width: 100%;
}

.list-table th {
    text-align: left;
    font-weight: normal;
}

.list-table td {
    text-align: right;
    color: #757575;
}

.list-table td p {
    margin: 0;
}

.is-ios .list-table td {
    text-align: right;
    color: #8e8e93;
}

.list-table td, 
.list-table th {
    font-size: 14px;
    padding: 16px 0;
    border-top: 1px solid #eceeef;
}

.list-table tr:first-child td, 
.list-table tr:first-child th {
    border-top: none;
}

.list-table .variation {
    padding-bottom: 0;
}

.list-table .variation .variation-list:last-child {
    margin-bottom: 0;
}

.list-table .shipping td > p {
    font-weight: normal;
    padding-left: 50px;
    font-size: 90%;
}




/**
 * @group - Cart List
*/
.cart-items.product-list .detail-wrap {
    position: absolute;
    bottom: 18px;
    width: 100%;
}

.cart-items.product-list .detail-prices p {
    margin: 0;
    font-size: 13px;
}

.cart-items.product-list .remove-swipeout {
    background: #F44336;
}

.cart-discount td {
    color: #F44336;
}

.cart-items .backorder_notification {
    font-size: 14px;
    margin-top: -5px;
    padding: 0 14px 8px;    
}

.cart-items .variation .variation-list:last-child {
    margin-bottom: 0;
}

.cart-items .variation {
    margin-top: -5px;
    padding: 0 0 8px 14px;
    font-size: 14px;
}

.cart-items .variation-list {
    margin-bottom: 0;
}

.cart_totals .content-block-inner {
    padding: 0 16px;
}



/**
 * @group - Product Horizontal Scroll
*/
.product-hscroll {
    padding: 10px;
}

.product-hscroll .card {
    margin: 0;
    border-radius: 0;
}

.product-hscroll .swiper-slide {
    width: 140px;
    margin-right: 8px;
}

.product-hscroll .card .card-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-hscroll .card .footer {
    padding: 8px 4px;
}

.product-hscroll .card .footer .title {
    font-size: 13px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
}

.product-hscroll .star-rating {
    font-size: 1em;
    margin-top: -3px;
}

.product-hscroll .product-price ins .amount, 
.product-hscroll .product-price .amount {
    font-size: 14px;
    font-weight: 700;
}

.product-hscroll .product-price del .amount {
    top: 0;
}

.product-hscroll .footer {
    height: 48px;
}

.product-hscroll .onsale {
    left: 0;
    padding: 1px 8px;
    top: 0;
    margin-top: 0;
}





/**
 * @group - Product Grid
*/
.product-grid {
    padding: 10px 10px 0 10px;
}

.product-grid .card {
    margin: 0 0 10px 0;
    border-radius: 0;
}

.product-grid .card img {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-grid .row .col-50 {
    width: -webkit-calc((100% - 10px*1)/ 2);
    width: calc((100% - 10px*1)/ 2);
}

.product-grid .card .footer {
    padding: 8px 4px;
    height: 55px;
}

.product-grid .card .footer .title {
    font-size: 13px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
}

.product-grid .card .onsale {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
}

.product-grid .star-rating {
    font-size: 1.2em;
    margin-top: -3px;
}

.product-grid .price .amount {
    font-size: 14px;
}

.product-grid .product-price {
    margin-top: 3px;
}

.is-material .product-grid .shop-add-to-cart {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 28px;
}

.is-material .product-grid .shop-add-to-cart .button {
    width: 40px;
    height: 28px;
    padding: 0;
    min-width: 40px;
}

.product-grid .product-price {
    position: absolute;
    bottom: 3px;
}

.product-grid .shop-add-to-cart {
    position: absolute;
    bottom: 0;
    right: 0;
}

.is-ios .product-grid .shop-add-to-cart .button {
    border: none;
}

.product-grid .shop-add-to-cart i {
    color: #757575;
}

.is-ios .product-grid .shop-add-to-cart i {
    color: #8e8e93;
}

.is-ios .product-grid .shop-add-to-cart {
    position: absolute;
    bottom: 2px;
}



/**
 * @group - Product List
*/
.product-list .list-block {
    margin: -2px 0 0 0;
    background: #fff;
}

.product-list .list-block .item-media img {
    max-width: 100px;
    height: auto;
}

.product-list .list-block.media-list .item-title-row {
    padding-right: 0;
    background-image: none;
    position: relative;
    overflow: hidden;
    max-height: 42px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.product-list .list-block .item-title {
    white-space: initial;
    text-overflow: initial;
    font-size: 15px;
}

.product-list .list-block .sale-label {
    position: absolute;
    top: 14px;
    z-index: 999;
}

.product-list .list-block .item-inner:after,
.product-list .list-block ul:before {
    display: none
}

.product-list .list-block li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0,0,0,.12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.product-list .product-price {
    position: absolute;
    bottom: 14px;
}

.product-list .onsale {
    position: absolute;
    z-index: 999;
    top: 14px;
    left: initial;
}

.product-list .star-rating {
    font-size: 1.3em;
}

.product-list .shop-add-to-cart {
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-list .shop-add-to-cart i {
    color: #757575;
}

.is-ios .product-list .shop-add-to-cart i {
    color: #8e8e93;
}

.is-ios .product-list .shop-add-to-cart .button {
    border: none;
}

.is-ios .product-list .product-price {
    bottom: 0;
}

.is-ios .product-list .list-block .item-text {
    height: 32px;
}

.is-ios .product-list .shop-add-to-cart {
    bottom: 8px;
    right: 5px;
}

.is-ios .product-list .onsale {
    top: 9px;
}



/**
 * @group - Navbar
*/
.navbar .center .logo img {
    max-width: 180px;
    height: auto;
    width: 100%;
}

.is-material .navbar,
.is-material .toolbar,
.is-material .searchbar,
.is-ios .subnavbar .buttons-row .button.active {
    background-color: #0eb698;
    color: #fff;
}



/**
 * @group - Toolbar
*/
.toolbar-button .button {
    width: 100%;
    height: 48px;
    line-height: 48px;
}

.is-ios .toolbar-button .button {
    height: 44px;
    line-height: 44px;
    border-radius: 0;
}

.is-ios .toolbar-button .toolbar-inner {
    padding: 0;
}




/**
 * @group - Cart Page
*/
.woocommerce-cart .cart_totals .shipping td form {
    padding-left: 50px;
}

.woocommerce-cart .cart-update-button { 
    border-radius: 0 !important;
    border: none !important;
}

.woocommerce-cart .actions .card {
    background: #f2f2f2;
}

.cart-items .quantity input.minus,
.cart-items .quantity input.plus {
    height: 38px;
    padding-left: 0.8em;
    padding-right: 0.8em;
}

.cart-items .quantity input.qty {
    max-width: 2.5em;
    height: 38px;
}




/**
 * @group - Checkout Page
*/
.woocommerce-shipping-fields__field-wrapper p:last-child,
.woocommerce-additional-fields__field-wrapper p:last-child {
    margin-bottom: 0;
}

.woocommerce-additional-fields__field-wrapper label {
    display: none;
}

.shipping-block .content-block-title,
.shipping-block .content-block {
    margin-top: 0;
}

.shipping-block .item-input.switcher {
    text-align: right;
    padding-right: 16px;
}

.shipping-block .item-input .label-switch {
    top: 16px;
}

.is-ios .shipping-block .content-block-title, 
.is-ios .shipping-block .content-block {
    margin-top: 10px;
}

.is-ios .shipping-block {
    padding: 8px 0;
}

.is-ios .shipping-block .item-input .label-switch {
    top: 1px;
}

.payment-radio.list-block .item-text {
    max-height: initial;
    text-overflow: ellipsis;
    -webkit-line-clamp: initial;
    height: auto;
}

.payment-radio.list-block .item-text p {
    margin: 5px 0;
    font-size: 13px;
}

.is-ios label.label-radio input[type=checkbox]:checked~.item-inner, 
.is-ios label.label-radio input[type=radio]:checked~.item-inner {
    background-size: 20px 20px;
}

.checkout-terms.list-block .item-title {
    -webkit-box-flex: initial;
    -webkit-flex-shrink: initial;
    -ms-flex: initial;
    flex-shrink: initial;
    white-space: normal;
    overflow: initial;
    text-overflow: initial;
    font-size: 13px;
}

.woocommerce-order-received #payment-instruction p {
    margin: 0;
    border-radius: 0 0 2px 2px;
    color: #757575;
    min-height: 48px;
    position: relative;
    padding: 4px 16px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.is-ios.woocommerce-order-received #payment-instruction p {
    color: #8e8e93;
}

.woocommerce-order-received #payment-instruction p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.is-ios.woocommerce-order-received #payment-instruction p:before {
    background-color: #c8c7cc;
}







/**
 * @group - widgets
*/

ul.widgets {
    padding: 0;
    list-style: none;
}

.widgets h2 {
    font-size: 1rem;
    margin: 0 0 16px 0;
}

.widgets li.widget {
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 16px;
}


.widgets .woocommerce.widget_layered_nav ul,
.widgets .woocommerce.widget_rating_filter ul,
.widgets .widget_layered_nav_filters ul,
.widgets ul.product-categories,
.widgets ul.product-categories ul.children {
    padding-left: 16px;
    list-style: none;
}

.widgets ul.product-categories {
    padding: 0;
}

.widgets .product-categories li {
    padding: 6px 0 0 0;
}

.widgets ul.product_list_widget {
    padding-left: 0;
    list-style: none;
}

.widget_product_categories ul li:before {
    font-size: 1.4rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E2C8";
}

.widget_layered_nav li:before, 
.widget_product_categories ul li:before {
    font-family: 'Material Icons';
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 5px;
}

.widgets .product_list_widget li {
    margin-bottom: 16px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    padding: 0 0 8px 0;
}

.widgets .product_list_widget li img {
    width: 100%;
    padding-bottom: 8px;
}

.widgets .product_list_widget li .product-title {
    display: block;
}

.widgets .product_list_widget .star-rating {
    font-size: 1.3em;
    margin: 0 auto;
}

.widgets .cart_list .mini_cart_item a.remove {
    position: absolute;
    font-size: 2rem;
    margin-left: 10px;
    margin-top: -5px;
    color: red;
}

.widgets .widget_shopping_cart_content .buttons a {
    margin-bottom: 10px;
}

.widgets .widget_shopping_cart_content p.buttons {
    margin-bottom: 0;
}

.widgets .cart_list .mini_cart_item .quantity,
.widgets .product_list_widget .reviewer {
    display: block;
}

.widgets .product_list_widget .amount {
    font-size: 16px;
    color: #000;
    font-weight: 700;  
}

.widgets .product_list_widget ins .amount {
    margin-right: 6px;
}

.widgets .product_list_widget del .amount {
    color: #757575;
    font-size: 14px;
    text-decoration: line-through;
}

.is-ios .widgets .product_list_widget del .amount {
    color: #8e8e93;
}

.widgets .widget_product_search .search-field {
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 100%;
    padding: 5px 8px;
    font-size: 13px;
    border-radius: 5px;
    height: 36px;
}

.is-material .widgets .widget_product_search .search-field {
    border-radius: 2px;
}

.widgets form.woocommerce-product-search {
    margin-bottom: 0;
}

.widgets .woocommerce-product-search input[type=submit] {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 2px;
    line-height: 36px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0 0;
    margin: 0;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    min-width: 64px;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
    outline: 0;
    border: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 100%;
    margin-top: 10px;
    background-color: #0eb698;
    color: #fff;
}

.is-ios .widgets .woocommerce-product-search input[type=submit] {
    box-shadow: none;
    border-radius: 5px;
}

.widgets .widget_layered_nav_filters ul li.chosen a:before {
    display: inline-block;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\E5CD";
    margin-right: .5407911001em;
    font-weight: 800;
}

.widgets .widget_rating_filter .wc-layered-nav-rating .star-rating {
    display: inline-block;
    font-size: 1.1em;
    position: relative;
    top: 2px;
}

.widgets .widget_layered_nav_filters ul li.chosen a:before, a.remove:before {
    font-family: 'Material Icons';
    color: #e2401c;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 3px;
    font-size: 1rem;
}


.footer-widgets ul.widgets {
    margin: 0;
}


.widgets .woocommerce.widget_price_filter .price_label {
    font-size: .9rem;
}

.widgets .price_slider { 
    margin-bottom: 1em;
}

.widgets .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}


.widgets .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
}

.widgets .price_slider_amount .button {
    float: left;
}

.widgets .ui-slider {
    position: relative;
    text-align: left;
}

.widgets .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.8em;
    height: 1.8em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.widgets .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widgets .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #0eb698;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.widgets .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}

.widgets .ui-slider-horizontal {
    height: 1.5em;
}

.widgets .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widgets .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widgets .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}




/**
 * @group - RTL Support
*/
.rtl .list-table td {
    text-align: left;
}

.rtl .list-table th {
    text-align: right;
}

.rtl.woocommerce-cart .cart_totals .shipping td form {
    padding-right: 50px;
    padding-left: 0;
}

.rtl .quantity input.minus {
    margin-left: -5px;
    border-right: 1px solid #ddd;;
}

.rtl .quantity input.plus {
    margin-right: -5px;
    border-left: 1px solid #ddd;;
}

.rtl .full-cards .list-block .item-inner {
    padding-left: 0;
}

.rtl .full-cards .list-block .item-inner {
    padding-left: 0;
}

.rtl .full-cards .list-block .item-content {
    padding-right: 0;
}

.rtl.is-ios .shipping-block .item-input.switcher {
    text-align: right;
    padding-left: 16px;
    padding-right: 0;
}

.rtl.is-material .navbar .button, 
.rtl.is-material .picker-modal .toolbar .button {
    margin-left: 16px;
}

.rtl .list-block li.media-item .item-link .item-title-row, 
.rtl .list-block.media-list .item-link .item-title-row {
    padding-left: 0;
}

.rtl .list-block .item-after {
    padding-left: 0;
}

.rtl .widget_layered_nav li:before, 
.rtl .widget_product_categories ul li:before {
    font-family: 'Material Icons';
    display: inline-block;
    margin-left: 8px;
}

.rtl #category-list-all ul.children {
    padding: 0 20px 0 0;
}

.rtl #side-menu ul li {
    margin-left: 0;
    padding-right: 16px;
    padding-left: 0;
    background-position: 16px center;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23c7c7cc'%20transform%3D'translate(60%2C120)%20rotate(180)'%2F%3E%3C%2Fsvg%3E");
}

.rtl #side-menu ul.sub-menu li {
    background: none;
}
.rtl #side-menu ul li.menu-item-has-children a {
    margin-left: 0;
    padding-right: 16px;
    padding-left: 42px;
    background-position: 16px center;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23c7c7cc'%20transform%3D'translate(60%2C120)%20rotate(180)'%2F%3E%3C%2Fsvg%3E");
}

.rtl .pull-right {
    float: left;
}

.rtl .pull-left {
    float: right;
}

.rtl .product-grid .shop-add-to-cart {
    left: 0;
    right: initial;
}

.rtl  .product-grid .card .onsale {
    right: 0;
    left: initial;
}

.rtl .single-product .onsale {
    right: 10px;
    left: initial;
}

.rtl .product-list .shop-add-to-cart {
    left: 0;
    right: initial;
}


/**
 * Tablet devices
*/
@media (min-width: 768px) {
    .panel-left {
        border-right: 1px solid #ddd;
    }

}



/**
 * Devices that are lower than 320px
*/
@media (max-width: 320px) {
    .list-block .item-content {
        padding-left: 10px;
    }

    .list-block .item-media+.item-inner {
        margin-left: 8px;
    }

    .cart-items .quantity input.minus, 
    .cart-items .quantity input.plus {
        padding-left: 0.6em;
        padding-right: 0.6em;
    }
}
