/*---------------------
  General
-----------------------*/
a {
    font-size: 12px;
    color: #444;
    text-decoration: none;
}
a:hover {
    color: #f7941d;
}

button,
.btn {
    font-size: 12px;
}

.mt2 {
    margin-top: 2em;
}

/* Cover */

.cover-wrapper {
    background-color: #fff;
}

/*---------------------
  Header
-----------------------*/

.header__right__auth {
    color: #444;
    font-size: 12px;
}

.header__right__auth span {
    color: #444;
}

.header__right__auth span.fa {
    color: #f7941d;
}

.header__right__auth a {
    color: #444;
}

.header__right__widget li a {
    color: #444;
}

.header__right__widget span.fa {
    color: #f7941d;
}

.header__right__widget li a .tip {
    background: #f7941d;
    color: #ffffff;
}

/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb {
    padding: 0.2rem 0.2rem;
    margin-bottom: 0.2rem;
    background-color: transparent;
}
.breadcrumb-item.active,
.breadcrumb-item.static {
    font-size: 13px;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.3rem;
    content: ">";
    font-size: 13px;
}
.breadcrumb-item.static + .breadcrumb-item::before {
    padding-right: 0.1rem;
    content: "";
    font-size: 13px;
}

/*---------------------
  Content
-----------------------*/

.content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-adm {
    padding-top: 10px;
    padding-bottom: 80px;
}

/*---------------------
  Titles
-----------------------*/
.title2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f7941d;
}

.subtitle2 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f7941d;
}

.title3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

/*---------------------
  Sub-Categories menu
-----------------------*/
a.item-parent {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}
a.item-child {
    font-size: 13px;
    display: block;
    cursor: pointer;
}

#sub-categories .card {
    background-color: transparent;
    border: 0px;
    border-radius: 0;
}
#sub-categories .card-header {
    padding: 0.2rem 0.2rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px;
}
#sub-categories .card-body {
    padding-top: 0;
}

/*---------------------
  Store page
-----------------------*/
div.store-bricks {
    background-position: center;
    background-repeat: repeat;
}
div.store-cover {
    height: 200px;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}
div.store-cover h1 {
    position: absolute;
    top: 108px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 37px;
    letter-spacing: 0px;
    /*
    text-transform: uppercase;
    -webkit-text-shadow: 0px 0px 5px rgba(50, 50, 50, .7);
    -moz-text-shadow: 0px 0px 5px rgba(50, 50, 50, .7);
    text-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7);
    */
}
div.products-wrapper {
    background-color: #fff;
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.star-caption i {
    color: #f7941d;
}
.star-orange {
    color: #f7941d;
}
.star-gray {
    color: #d2d2d2;
}
.reviews-wrapper {
    min-height: 210px;
    max-height: 460px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.review-user {
    font-size: 0.9rem;
    color: #666;
}
.review-date {
    font-size: 0.9rem;
    color: #999;
}
.review-text {
    font-size: 0.9rem;
    color: #999;
}

.ratings-header div {
    font-size: 11px;
    font-weight: 600;
}
.ratings-header {
    margin-bottom: 6px;
}
.ratings-area div.col-4 {
    font-size: 12px;
}

.progress-bar {
    background-color: #fefefe;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    width: 100%;
    height: 10px;
    position: relative;
    display: block;
    margin: 4px 0;
}
.progress-bar > span {
    background-color: #f7941d;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    display: block;
    height: 10px;
}

.rating-levels {
    font-size: 16px;
    font-weight: 600;
}
.rating-levels i {
    color: #f7941d;
}

/*---------------------
  Product page
-----------------------*/
.col-thumbs {
    position: relative;
}
ul.product-thumbs li {
    height: 60px;
    overflow: hidden;
    margin-bottom: 8px;
}
ul.product-stamps {
    position: absolute;
    bottom: 20px;
    display: flex;
    flex-direction: row;
}
ul.product-stamps li {
    height: 90px;
}
ul.product-stamps li img {
    width: 100%;
    height: auto;
    scale: 0.8;
}
.product-name {
    font-size: 24px;
    margin-bottom: 8px;
}
.product-price {
    font-size: 20px;
    font-weight: bold;
    margin: 32px 0;
}
#main-image {
    height: 450px;
    padding-bottom: 30px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 0.5rem;
}
#main-image img {
    height: 450px;
    width: auto;
}
#product-tabs::before,
#product-tabs::after {
    background: none;
}
#product-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid #f7941d;
}
#questions-field .question {
    display: block;
    width: 100%;
    padding: .75rem .75rem 0 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 1em;
}
#questions-field .question .actions {
    text-align: right;
}
#questions-field .question span {
    padding-left: 1em;
    cursor:pointer;
}
#questions-field .question span.del {
    color: #f44;
}
.area-title {
    font-size: 18px;
    color: #666666;
    font-weight: 600;
}
.store-name,
.store-name a {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 2px;
}
address {
    font-size: 14px;
    color: #666;
}

#questions-loader {
    margin-top: 24px;
    text-align: center;
}
#question-scroller {
    margin-top: 24px;
    /*border: 1px solid #ccc;*/
    min-height: 90px;
    max-height: 450px;
    overflow: auto;
}

.store-ratings h6 {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 6px;
}
.store-ratings a {
    font-size: 1rem;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .content {
        padding-top: 40px;
    }
    .product .list-unstyled {
        display: flex;
    }
    ul.product-thumbs li {
        max-width: 20%;
        margin-right: 4px;
    }
    ul.product-stamps {
        position: absolute;
        top: 0;
        right: 20px;
    }
    ul.product-stamps li {
        width: 42px;
    }
    .product-name {
        margin-top: 30px;
    }
    div.store-cover {
        background-size: cover;
        background-position-x: center;
    }
    div.store-cover h1 {
        font-size: 30px;
        top: 110px;
    }
    h5.title2 {
        margin-top: 20px;
    }
    .cart .btn-outline-success {
        width: 40px;
    }
    .cart .btn-outline-warning {
        width: 40px;
    }
    .cart .btn-outline-danger {
        width: 40px;
    }
}

/*---------------------
  Cart page
-----------------------*/
.cart h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

body {
    padding: 30px;
}

.cart .img-thumb {
    border-radius: 5px;
    width: 200px;
    margin-bottom: 1em;
}

.cart .questions .alphabet {
    list-style: none;
    padding: 0;
}
.cart .questions .alphabet li {
    display: inline-block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    border: 1px solid #888;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    margin-bottom: 1rem;
}
.cart .questions .alphabet li:hover {
    border-color: #f7941d;
    color: #f7941d;
}
.cart .questions .alphabet li.selected {
    border-color: #f7941d;
    background-color: #f7941d ;
    color: #fff;
}

.can-toggle {
    position: relative;
}

.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
    box-sizing: border-box;
}

.can-toggle input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.can-toggle input[type=checkbox][disabled]~label {
    pointer-events: none;
}

.can-toggle input[type=checkbox][disabled]~label .can-toggle__switch {
    opacity: 0.4;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    content: attr(data-checked);
}

.can-toggle label {
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}

.can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
}

.can-toggle label .can-toggle__switch {
    position: relative;
}

.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}

.can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    transform: translate3d(0, 0, 0);
}

.can-toggle input[type=checkbox][disabled]~label {
    color:#555;
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch {
    background-color: #888;
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    color: #777;
}

.can-toggle input[type=checkbox]:hover~label {
    color: #777;
}

.can-toggle input[type=checkbox]:checked~label:hover {
    color: #c77007;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch {
    background-color: #f7941d;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    color: #f7941d;
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch {
    background-color: #f7941d;
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    color: #f7941d;
}

.can-toggle label .can-toggle__label-text {
    flex: 1;
}

.can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #888;
}

.can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
}

.can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #888;
}
.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    transform: translate3d(65px, 0, 0);
}
.can-toggle label {
    font-size: 14px;
}

.can-toggle label .can-toggle__switch {
    height: 36px;
    flex: 0 0 134px;
    border-radius: 4px;
}

.can-toggle label .can-toggle__switch:before {
    left: 67px;
    font-size: 12px;
    line-height: 36px;
    width: 67px;
    padding: 0 12px;
}

.can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 65px;
    line-height: 32px;
    font-size: 12px;
}

.can-toggle.can-toggle--size-small input[type=checkbox]:checked~label .can-toggle__switch:after {
    transform: translate3d(44px, 0, 0);
}

.can-toggle.can-toggle--size-small label {
    font-size: 13px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    flex: 0 0 90px;
    border-radius: 2px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 1px;
    width: 44px;
    line-height: 26px;
    font-size: 10px;
}

.cart-items .card {
    /*max-height: 162px;*/
    background-color: #fcfcfc;
}
.cart-items .product-thumb {
    height: 160px;
    /*width: 100%;*/
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.cart-items .product-thumb img {
    height: 100%;
    width: auto;
}

.cart-items .store-shipping {
    background-color: #f3f3f3;
    margin-bottom: 24px;
}
.cart-items .store-shipping .store-shipping-list {
    padding: 1em 0 0 1em;
}
.cart-items .card-body {
    padding: 0.8rem;
}
.cart-items .card-body h5.card-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}
.cart-items .card-body th {
    font-size: 12px;
}
select.agency-select {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 0px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 0px;
    transition: height 0.3s ease;
}
select.agency-select.enabled {
    display: block;
    margin-bottom: 1em;
    height: 33px;
    width: 100%;
    clip: initial;
    clip-path: initial;
    overflow: initial;
    position: initial;
    white-space: initial;
}

/*---------------------
  Checkout page
-----------------------*/
#payments::before,
#payments::after {
    background: none;
}
#payments .nav-item {
    margin-right: 30px;
}
#payments .nav-item a {
    font-size: 13px;
    font-weight: 400;
}
#payments .nav-item .nav-link.active {
    border-bottom: 2px solid #f7941d;
}

/* Overlay */
#overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(50, 50, 50, 0.7);
}

/*---------------------
  Seller Dashboard menu
-----------------------*/
#seller-menu .card {
    background-color: transparent;
    border: 0px;
    border-radius: 0;
}
#seller-menu .card-header {
    padding: 0.2rem 0.2rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px;
}
#seller-menu .card-body {
    padding-top: 0;
}
#seller-menu .card-header a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}
#seller-menu .card-body a {
    font-size: 13px;
    display: block;
    cursor: pointer;
}

.store-index div {
    margin-bottom: 30px;
}
.store-index div h5 {
    margin-bottom: 10px;
}

/*---------------------
  Master Dashboard menu
-----------------------*/
#master-menu .card {
    background-color: transparent;
    border: 0px;
    border-radius: 0;
}

#master-menu .card-header {
    padding: 0.2rem 0.2rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px;
}

#master-menu .card-body {
    padding-top: 0;
}

#master-menu .card-header a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

#master-menu .card-body a {
    font-size: 13px;
    display: block;
    cursor: pointer;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f7941d;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f7941d;
    border-color: #f7941d;
}

.page-link:hover {
    z-index: 2;
    color: #f7941d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/*---------------------
  Forms
-----------------------*/
.contact__form h5 {
    font-size: 18px;
    text-transform: none;
}
.chk-cat-group {
    font-size: 110%;
    font-weight: 600;
}
.chk-cat {
    border-top: 1px solid #eee;
    border-width: 90%;
}
.chk-cat-lite label {
    font-weight: 400;
}
.category-checks input[type="checkbox"]:checked + label {
    color: #f7941d;
}

/*---------------------
  Masks
-----------------------*/
.msk-int,
.msk-dec,
input[type="number"] {
    text-align: center;
}

/*---------------------
  Product Variations
-----------------------*/
.options-row {
    padding-top: 8px;
    border: 1px solid #eee;
}
.options-row .form-group {
    margin-bottom: 8px;
}
.options-row:nth-child(odd) {
    background-color: #fcfcfc;
}
.options-row:nth-child(even) {
    background-color: #fff;
}
.options-row.first {
    background-color: #eee;
    border-bottom: 2px solid #ddd;
}

/*---------------------
  Promos
-----------------------*/
.thumb-table {
    width: 100%;
    height: auto;
}

/*---------------------
  Uploads
-----------------------*/
.card.can-delete button {
    position: absolute;
    top: -8px;
    right: -8px;
    border: 1px solid #aa1111;
    border-radius: 50%;
    opacity: 0.5;
}

.card.can-delete button:hover {
    opacity: 1;
}

/*---------------------
  Background selection
-----------------------*/
div.bg-item {
    height: 160px;
    position: relative;
    overflow: hidden;
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    cursor: pointer;
}

div.bg-item.selected {
    border: 2px solid #f7941d;
}

div.bg-preview {
    height: 260px;
    position: relative;
    overflow: hidden;
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
}
