

:root {   
    --primary: #f77b0b;   
}
.error-message {
    margin-left: 15px;
}


::placeholder {
    color: #a9afb7 !important;
    font-weight: 300;
}
label.control-label {
    font-weight: 500;
    font-family: sans-serif;
}
.error-message p {
    position: relative;
    color: #d43f3a;
    margin-bottom: 5px;
    font-size: 0.875rem;
    text-align: left;
    display: list-item !important;
    list-style: disc !important;
}

.error-reset-password {
    color: #d43f3a;
    text-align: center;
}

.success-message p {
    position: relative;
    color: #28a745;
    margin-bottom: 5px
}

.error-message-file-upload {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #d43f3a;
    font-size: 13px;
}

.error-message-img-upload {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #d43f3a;
    font-size: 13px;
}

.custom-checkbox input:invalid .custom-checkbox label {
    color: #0f74a8;
}

.link-underlined {
    text-decoration: underline !important;
}

.link-underlined:hover {
    color: #333;
}

.link-terms {
    color: #333 !important;
    font-weight: 600 !important;
}

.link-terms strong {
    color: #333 !important;
    font-weight: 600 !important;
    text-decoration: underline;
}

.nlink {
    text-transform: capitalize;
}

.profile_menu > li > ul.sub-menu {
   
   
    position: absolute;
    padding-left: 15px;
    z-index: 1000;
}

a.vendor-btn, a.vendor-btn:hover{
    padding: 3px 30px 3px 30px!important;   
    color: #fff!important;
    line-height: 30px!important;
}
.error {
    color: red!important;
}
label.custom-control-label.label-payment-option {
    font-size: 18px;
}

.psg {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.m-t-30{
    margin-top:30px;
}
.product-item-horizontal {
    border-bottom: 1px solid #eee!important;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.our-dashbord {
   
    padding-top: 20px!important;
}



.flaticon-heart-o:before {
   content: "\f103"
}

img.brand-logo {
    width: 100px;
}

img.brand-mobile-logo {
    width: 80px;
}

.m-t-10{
    margin-top: 10px;
}

.btn-table-infoq {
  /*  display: block;
    width: 100%;*/
    color: #fff !important;
    background-color: #6c757d;
    border: 1px solid #6c757d !important;
}
.btn-table-info {
    display: inline-flex;
    align-items: center;
    color: #434658!important;
    background-color: #e6e8f1;
    border: 1px solid #dddfe8!important;
}


.close {
    background: transparent;
    border: none;
    font-size: 12px;
}


/* animate outline */
.hov-animate-outline{
    position: relative;;
}
.hov-animate-outline::before,
.hov-animate-outline::after{
    box-sizing: inherit;
    content: '';
    position: absolute;
    z-index: -1 !important;
    width: 0;
    height: 0;
    transition: color 0.3s;
    border: 2px solid transparent;
}
.hov-animate-outline::before {
    top: 0;
    left: 0;
}
[dir="rtl"] .hov-animate-outline::before {
    left: auto;
    right: 0;
}
.hov-animate-outline::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.hov-animate-outline:hover::before,
.hov-animate-outline:hover::after {
    width: 100%;
    height: 100%;
}
.hov-animate-outline:hover::before {
    border-top-color: var(--primary);
    border-right-color: var(--primary);
    transition:
      width 0.3s ease-out,
      height 0.3s ease-out 0.3s;
}
[dir="rtl"] .hov-animate-outline:hover::before {
    border-left-color: var(--primary);
    border-right-color: transparent;
}
.hov-animate-outline:hover::after {
    border-bottom-color: var(--primary);
    border-left-color: var(--primary);
    transition: 
      height 0.3s ease-out,
      width 0.3s ease-out 0.3s;
}
[dir="rtl"] .hov-animate-outline:hover::after {
    border-right-color: var(--primary);
    border-left-color: transparent;
}

.style31:hover::before {
    border-top-color: #e62e04!important;
    border-right-color: #e62e04!important;
   
    transition: width 0.3s ease-out,
      height 0.3s ease-out 0.3s;
    
}

.style31:hover::before, .style31:hover::after {
    width: 100%;
    height: 100%;
}
.style31::before {
    top: 0;
    left: 0;
}
.style31::before, .style31::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    z-index: -1 !important;
    width: 0;
    height: 0;
    transition: color 0.3s;
    border: 2px solid transparent;
}

.text-danger {
    color: #e70a0a!important;
}

.float-right {
    text-align: right;
}

.login_form .form-control, .sign_up_form .form-control, .sign_up_form button.btn.dropdown-toggle {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    color: #626974;
    font-size: 15px;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
}




.users_account_details .ed_menu_list ul li a span {
    font-size: 16px;
    padding-right: 7px;
    vertical-align: middle;
}

.ed_menu_list ul li a {
    color: #041e42;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ed_menu_list {
    background: rgba(4, 30, 66, 0.05);
    padding-left: 10px;
    padding-bottom: 40px;
    padding-top: 12px;
    margin-top: -10px!important;
}



.statistics_funfact {
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 30px 25px;
    position: relative;
    -webkit-box-shadow: 0px 1px 4px rgb(20 3 66 / 42%);
    -moz-box-shadow: 0px 1px 4px rgb(20 3 66 / 42%);
    -o-box-shadow: 0px 1px 4px rgb(20 3 66 / 42%);
    box-shadow: 0px 1px 4px rgb(20 3 66 / 42%);
    color: #fff;
}
.ed_menu_list ul li a.active {
    color: #0053f6!important;
}


.dashboard__content{
    padding-top:20px;
}
.text-success {
   
    color: green!important;
}

.icon-verified-member {
    color: green;
}



.shopping-cart {
  margin-top: 45px;
  min-height: 600px
}

.shopping-cart .left {
  border-bottom: 1px solid #e4e4e4;
  float: left;
  display: block;
  width: 100%
}

.shopping-cart .right {
  background-color: #f9f9f9;
  padding: 20px 40px;
  margin-top: 30px;
  border-radius: .1875rem
}

.shopping-cart .right .line-seperator {
  height: 1px;
  width: 100%;
  background-color: #999;
  margin: 1.5rem 0
}

.cart-section-title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 30px
}

.shopping-cart .item {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  float: left
}

.shopping-cart .item .cart-item-image {
  display: table-cell;
  vertical-align: top;
}

.shopping-cart .item .cart-item-details {
  display: table-cell;
  vertical-align: top
}

.shopping-cart .item .cart-item-quantity {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  padding-left: 10px
}

.shopping-cart .item .img-cart-product {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 30px;
  overflow: hidden
}

.shopping-cart .item .img-cart-product img {
  display: block;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  max-width: none;
  object-fit: cover;
  margin-left: 50%;
  transform: translateX(-50%)
}

.shopping-cart .item .list-item {
  margin-bottom: 5px
}

.shopping-cart .item .list-item label {
  min-width: 94px;
  margin: 0;
  margin-right: 5px
}

.lbl-enough-quantity {
  color: #ff795c !important;
  font-size: 12px;
  line-height: 14px;
  display: block
}

.shopping-cart .item .seller {
  color: #5d5d5d;
  margin-top: 5px
}

.shopping-cart .item .seller a {
  color: #5d5d5d;
  font-weight: 600
}

.shopping-cart .btn-cart-remove {
  position: relative;
  margin-top: 10px
}

.shopping-cart-shipping .left {
  border-bottom: 0;
  display: block;
  float: left;
  position: relative;
  width: 100% background-color: #f9f9f9;
}

.shopping-cart-shipping .right {
  margin-top: 0
}

.cart-form-billing-address {
  display: none;
  margin-top: 30px
}

.cart-form-billing-address .title-billing-address {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600
}

.cart-order-details .item {
  display: table;
  width: 100%
}

.cart-order-details .item .item-left {
  display: table-cell;
  vertical-align: top;
  width: 100px
}

.cart-order-details .item .item-left .img-cart-product {
  margin: 0;
  width: 80px;
  height: 80px
}

.cart-order-details .item .item-right {
  display: table-cell;
  vertical-align: top
}

.cart-order-details .item .item-right .list-item a {
  font-weight: 600
}

.shopping-cart-empty {
  width: 100%;
  text-align: center;
  padding: 60px 0
}

.shopping-cart-empty p {
  font-size: 16px
}

.tab-checkout {
  display: block;
  float: left;
  position: relative;
  width: 100%
}

.tab-checkout .title {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 30px;
  font-weight: bold
}

.tab-checkout-open {
  margin-top: 30px;
  margin-bottom: 45px;
  padding: 0 15px
}

.tab-checkout-closed {
  background-color: #f9f9f9;
  padding: 0 20px;
  border-radius: .1875rem;
  margin-bottom: 5px
}

.tab-checkout-closed a {
  display: inline-block
}

.tab-checkout-closed .title {
  margin-right: 20px;
  margin-bottom: 0;
  height: 80px;
  line-height: 80px
}

.tab-checkout-closed .edit-link {
  display: inline-block
}

.tab-checkout-closed-bordered {
  padding: 35px 20px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4
}

.tab-checkout-closed-bordered .title {
  margin: 0
}

.page-confirm {
  width: 400px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px;
  max-width: 100%
}

.page-confirm .p-order-number {
  font-weight: bold;
  font-size: 18px
}

.page-confirm .p-complete-payment {
  margin-top: 60px;
  text-align: center
}

.page-confirm .bank-account-container {
  text-align: center
}

.page-confirm .title {
  font-size: 18px;
  line-height: 24px
}

.payment-options-list {
  padding: 0;
  margin: 0
}

.payment-options-list li {
  list-style: none;
  display: block;
  width: 100%;
  min-height: 40px;
  margin-bottom: 15px
}

.payment-options-list li .option-payment {
  list-style: none;
  display: table;
  width: 100%
}

.payment-options-list li .list-left {
  display: table-cell;
  vertical-align: middle;
  width: 150px
}

.payment-options-list li .list-right {
  display: table-cell;
  vertical-align: middle
}

.payment-options-list li label {
  cursor: pointer;
  margin: 0 !important
}

.payment-options-list li label img {
  height: 22px;
  width: auto;
  max-width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left
}

.p-transaction-number {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px
}

.p-transaction-number span {
  padding: 15px 25px;
  border: 1px solid #e4e4e4
}

.p-complete-payment {
  text-align: center;
  color: #888;
  font-size: 13px
}

.paypal-button-cnt {
  text-align: center;
/*  width: 300px !important;*/
  max-width: 100% !important;
  margin: 0 auto
}

#payment-button-container {
  text-align: center;
  visibility: hidden
}

.bank-account-container {
  text-align: left
}

.link-return-cart {
  line-height: 40px
}

.custom-stripe-button {
  background-image: -webkit-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -moz-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -ms-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -o-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -webkit-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -moz-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -ms-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -o-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: linear-gradient(#28a0e5, #0670ad) !important;
  -webkit-font-smoothing: antialiased;
  border: 0;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #fff !important;
  font-weight: 600;
  padding: .64rem 2.8rem;
  min-width: 200px;
  max-width: 100% !important
}
/*Orders*/
.table-orders td, .table-orders th {
    padding: .75rem;
}

.table-orders thead th {
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
    border-top: 1px solid #f2f6f6;
}

.span-product-dtl-table {
    display: block;
    min-width: 110px;
    float: left;
}

.order-details-container .order-head {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.order-details-container .order-head .row-title {
    margin-bottom: 0 !important;
}

.order-details-container .order-head .title {
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.order-details-container .order-row-item {
    margin-bottom: 10px;
}

.order-details-container .table-orders-container {
    margin-top: 60px;
}

.order-details-container .table-orders {
    border-bottom: 1px solid #dee2e6;
}

.order-details-container .table-orders td {
    padding: 1.2rem .75rem;
}

.order-details-container .order-total {
    width: 400px;
    max-width: 100%;
    background-color: #f9f9f9;
    float: right;
    padding: 20px;
}

.order-details-container .row {
    margin-bottom: 15px;
}

.order-details-container .row-seperator {
    border-top: 1px solid #dee2e6;
}

.order-details-container .order-total .col-left {
    font-weight: 600;
}

.order-details-container .order-total .col-right {
    text-align: right;
}

.order-details-container .shipping-container {
    margin-top: 30px;
}

.order-details-container .block-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.order-details-container .shipping-container .shipping-row-item {
    font-size: 13px;
    margin-bottom: 3px;
}

.order-details-container .tr-shipping td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.btn-sale-options {
    display: block;
    width: 100%;
    color: #fff !important;
    white-space: nowrap;
    padding: .3rem .5rem;
}

.col-table-orders {
    line-height: 45px;
}

.col-table-orders .block-title {
    line-height: 45px;
    margin-bottom: 0;
}

.btn-view-invoice {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 15px;
    top: 0;
    padding: .3rem .8rem;
}

.tracking-number-container {
    margin-top: 25px;
}

.tracking-number-container .title {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
}

.tr-shipping {
    background-color: #f9f9f9 !important;
    font-size: 13px;
    border: 0 !important;
}

.tr-shipping td {
    border: 0 !important;
}

.tr-shipping-seperator td {
    height: 30px;
    border: 0 !important;
}

.order-shipping-tracking-number p {
    margin-bottom: 4px;
}

.order-shipping-tracking-number strong {
    margin-bottom: 5px;
}

.earnings-boxes .earnings-box {
  width: 100%;
  background-color: #f8f8f8;
  border: 2px solid #f1f1f1;
  border-radius: 3px;
  padding: 30px
}

.earnings-boxes .earnings-box .price {
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  font-weight: bold
}

.earnings-boxes .earnings-box .title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px
}

.earnings-boxes .earnings-box .description {
  text-align: center;
  margin: 0;
  font-size: 13px
}

.table-earnings-container {
  margin-top: 60px
}

.nav-payout-accounts {
  margin-bottom: 30px
}

.nav-payout-accounts .nav-link {
  padding: .6rem 5rem;
  background-color: #f2f2f2;
  border-radius: .1875rem;
  margin-right: 15px
}

.nav-payout-accounts .active, .nav-payout-accounts .show>.nav-link {
  color: #fff
}

.withdraw-money-container .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 15px
}

.minimum-payout-container {
  background-color: #f9f9f9;
  padding: 30px
}

.minimum-payout-container .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px
}

.minimum-payout-container span {
  display: inline-block;
  height: auto
}

.minimum-payout-container strong {
  margin-left: 5px;
  font-weight: 600
}

.text-confirm-order {
  color: #777;
  margin-top: 60px
}

.text-confirm-order-table {
  display: block;
  width: 100%;
  color: #777;
  max-width: 160px;
  margin-top: 5px
}

.modal-custom_2 {
    border-radius: 0.1875rem;
}

.modal-custom_2 .modal-header {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 0;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    padding: 30px;
    padding-bottom: 0;
}

.modal-custom_2 .modal-header .modal-title {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.modal-custom_2 .modal-header .modal-title-exp {
    display: block;
    width: 100%;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}

.modal-custom_2 .modal-header .close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #777;
    opacity: 1;
}

.modal-custom_2 .modal-header .close:hover {
    color: #333 !important;
    opacity: 1 !important;
}

.modal-custom_2 .modal-body {
    padding-bottom: 0;
    display: block;
    width: 100%;
    float: left;
    padding: 30px;
}

.modal-custom_2 .modal-footer {
    border-top: 0;
    padding: 15px 30px 30px 30px;
    padding-top: 0;
    display: block;
    width: 100%;
    float: left;
}

.modal-custom_2 textarea {
    resize: none !important;
    min-height: 120px;
    padding: 15px;
    border-radius: 2px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.dropdown-order-options {
  position: relative;
  min-width: 130px
}

.dropdown-order-options .dropdown {
  position: absolute;
  left: 0;
  top: 0
}

.dropdown-order-options .dropdown .dropdown-item {
  padding: .4rem 1.5rem;
  font-weight: 400
}

.dropdown-order-options .dropdown .dropdown-item:focus, .dropdown-order-options .dropdown .dropdown-item:hover {
  color: #212529 !important;
  background-color: #f8f9fa !important
}

.dropdown-order-options .dropdown .active, .dropdown-order-options .dropdown .dropdown-item:active {
  color: #212529 !important;
  background-color: #f8f9fa !important
}

.btn-gray {
    color: #333!important;
    font-weight: 400;
    outline: 0!important;
    background-color: #e6e6e6;
}

.btn-custom, .modal-newsletter .btn, .newsletter-button {
    background-color: #222222;
    border-color: #222222;
    color: #fff;
}

.table-custom-modal tr th {
  padding: 5px !important;
  font-weight: 600 !important
}

.table-custom-modal tr td {
  padding: 5px !important;
  vertical-align: center
}

.table-custom-modal tr td .btn-option {
  padding: 2px 5px;
  font-weight: 300;
  font-size: 12px
}

.modal-license-key-list {
  max-height: 400px;
  overflow: auto
}

.table-item-product {
  display: table
}

.table-item-product .left {
  display: table-cell;
  vertical-align: top
}

.table-item-product .left .img-table {
  height: 70px;
  width: 70px;
  overflow: hidden !important
}

.table-item-product .right {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px
}

.table-item-product .left img {
  display: block;
  height: 70px;
  width: auto;
  margin: 0 auto;
  max-width: none;
  object-fit: cover;
  margin-left: 50%;
  transform: translateX(-50%)
}

.table-item-product p {
  margin-bottom: 5px
}

.table-product-title {
  margin: 0 !important;
  font-size: 14px;
  line-height: 20px
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, .02)
}

.table-striped-reverse tbody tr:nth-of-type(2n) {
  background-color: rgba(0, 0, 0, .02)
}

.table-striped-reverse td, .table-striped-reverse th {
  border-top: 1px solid #f2f6f6
}

.table-striped td, .table-striped th {
  border-top: 1px solid #f2f6f6
}

.btn-table-option {
  width: 100%;
  display: block;
  color: #fff !important;
  margin-bottom: 5px;
  white-space: nowrap
}

.btn-delete-quote {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-delete-quote:hover, .btn-delete-quote:focus, .btn-delete-quote:active {
  background-color: #c9302c;
  border-color: #ac2925
}


.btn-variation {
  color: #fff !important;
  padding: .3rem .6rem
}

.product-variations {
  margin-bottom: 15px
}

.product-variations .form-group {
  margin-bottom: 5px
}

.product-variations .form-group .control-label, .label-product-variation {
  font-weight: 400;
  margin-bottom: 5px
}

.product-variations .form-group .form-input {
  height: 34px;
  font-size: 13px;
  line-height: 18px;
  padding: 4px 10px;
  border-radius: .125rem;
  border-color: #e4e4e4
}

.product-variations .form-group .selectdiv select {
  border: 1px solid #dfe0e6;
  border-radius: .125rem;
  height: 34px !important;
  line-height: 1;
  padding: 4px 10px
}

.product-variations .form-group .selectdiv::after {
  width: 38px;
  height: 38px;
  line-height: 38px
}

.custom-control-variation {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 10px 15px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.custom-control-variation .custom-control-label {
  border: 1px solid #d2cdcd;
  color: #000 !important;
  border-radius: .1875rem;
  padding: .438rem .58rem;
  display: inline-block;
  float: left;
  min-width: 50px;
  min-height: 50px;
  line-height: 34px;
  text-align: center;
  position: relative;
}

.custom-control-variation .custom-control-label-image {
  padding: 0 !important;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border: 1px solid #e4e4e4
}

.custom-control-variation .option-out-of-stock {
  opacity: .7 !important;
  color: #919191 !important;
  text-decoration: line-through
}

.product-variation-checkbox .option-out-of-stock {
  pointer-events: none !important
}

.custom-control-variation .custom-control-label-image .img-variation-option {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 120%;
  max-height: 120%;
  object-fit: cover;
  margin-left: 50%;
  transform: translateX(-50%)
}

.variation-color-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-radius: .1rem
}

.custom-control-variation .custom-control-label:before, .custom-control-variation .custom-control-label:after {
  display: none
}

.row-product-variation {
  margin-right: -5px;
  margin-left: -5px
}

.col-product-variation {
  padding-right: 5px;
  padding-left: 5px
}
.product-variations .is-invalid {
  border: .1rem solid rgba(220, 53, 69, 0.40) !important
}

.product-variations .is-recaptcha-invalid>div {
  border: .1rem solid rgba(220, 53, 69, 0.40) !important
}

.product-variations .custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border: .1rem solid rgba(220, 53, 69, 0.40) !important
}
.variation-options-container ul li strong {
    min-width: 0
  }


/*product variation front end*/
.product-variations {
    margin-bottom: 15px;
}

.product-variations .form-group {
    margin-bottom: 5px;
}

.product-variations .form-group .control-label, .label-product-variation {
    font-weight: 400;
    margin-bottom: 5px;
}

.product-variations .form-group .form-input {
    height: 34px;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 10px;
    border-radius: 0.125rem;
    border-color: #e4e4e4;
}

.custom-control-variation {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 10px 15px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-control-variation .custom-control-label {
    border: 1px solid #e4e4e4;
    color: #222 !important;
    border-radius: 0.1875rem;
    padding: .438rem .58rem;
    display: inline-block;
    float: left;
    min-width: 34px;
    min-height: 34px;
    line-height: 18px;
    text-align: center;
    position: relative;
}

.custom-control-variation .custom-control-label-image {
    padding: 0 !important;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

.custom-control-variation .option-out-of-stock {
    opacity: .7 !important;
    color: #919191 !important;
    text-decoration: line-through;
}

.product-variation-checkbox .option-out-of-stock {
    pointer-events: none !important;
}

.custom-control-variation .custom-control-label-image .img-variation-option {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 120%;
    max-height: 120%;
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%);
}

.variation-color-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    border-radius: 0.1rem;
}

.custom-control-variation .custom-control-label:before, .custom-control-variation .custom-control-label:after {
    display: none;
}

.row-product-variation {
    margin-right: -5px;
    margin-left: -5px;
}

.col-product-variation {
    padding-right: 5px;
    padding-left: 5px;
}

.product-description {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    margin-bottom: 90px;
}

.custom-control-variation .custom-control-label {
    border: 1px solid #e4e4e4;
    color: #222!important;
    border-radius: .1875rem;
    padding: .438rem .58rem;
    display: inline-block;
    float: left;
    min-width: 34px;
    min-height: 34px;
    line-height: 18px;
    text-align: center;
    position: relative;
}
.custom-control .custom-control-label {
    cursor: pointer!important;
    outline: none!important;
    box-shadow: none!important;
}

.custom-control-variation .custom-control-input:checked~.custom-control-label {
    border-color: #963D3D!important;
}




.btn-block {
    padding: .656rem 1.5rem;
    border-radius: .1875rem;
    color: #fff!important;
}



.box-share {
    display: inline-block;
    vertical-align: top;
    margin: .3em .6em .3em 0;
}       
 .share-link {
    padding: .5em .6em;
    color: #fff!important;
    -webkit-transition: background .2s ease-in-out,border-color .2s ease-in-out;
    transition: background .2s ease-in-out,border-color .2s ease-in-out;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    
   

  }
.share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em;
}

.share-email .share-link:hover {
    background: #0e76e6;
}
.share-email .share-link{
    background: #3490f3;
 }

 .share-twitter .share-link {
    background: #00aced;
}
 .share-twitter .share-link:hover {
    background: #0087ba;
}

.share-facebook .share-link {
    background: #3b5998;
}

 .share-facebook .share-link:hover {
    background: #2d4373;
}

.share-linkedin .share-link:hover {
    background: #005983;
}

.share-linkedin .share-link {
    background: #007bb6;
}


.share-whatsapp .share-link {
    background: #29a628;
}

.share-whatsapp .share-link {
    background: #29a628;
}

.share-whatsapp .share-link:hover {
    background: #1f7d1e;
}

.share-text{
 
    color: #041e42;
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;

}  

span.share-link-text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}



.auth-box {
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 420px;
  max-width: 100%;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  margin: 0 auto;
  margin-top: 30px
}

.auth-box .form-group {
  margin-bottom: 10px
}

.auth-form-input {
  box-shadow: none !important;
  border: 0;
  outline: none !important;
  color: #494949;
  height: 40px;
  font-size: .875rem;
  line-height: 18px;
  padding: 10px 20px;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #e6e6e6
}

.auth-box .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px
}

.modal-content {
  border-radius: 1px !important
}

.login-modal {
  max-width: 500px;
  margin: 0 auto
}

.login-modal .auth-box {
  width: auto;
  padding: 25px 30px;
  border: 0 !important;
  margin-top: 0 !important
}

.login-modal .auth-box .form-group {
  margin-bottom: 8px
}

.login-modal .close {
  position: absolute;
  top: 15px;
  right: 15px
}

.location-modal-description {
  margin-bottom: 20px;
  color: #999;
  text-align: center
}

.select-location {
  margin-bottom: 20px
}

.detectaddr {
    font-size: 12px!important;
}

.product-shipping-methods {
    display: block;
    float: left;
}

.product-shipping-methods p {
    margin-bottom: 10px;
    min-height: 22px;
}

.product-shipping-methods p strong {
    font-weight: 600;
}

.product-shipping-methods p .method-name {
    display: inline-block;
    min-width: 100px;
}

.product-shipping-loader {
    display: none;
    min-height: 22px;
    margin-bottom: 10px;
}

.product-shipping-loader .spinner {
    float: left;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-shipping-loader .spinner > div {
    background-color: #aaa;
}

.product-location-map {
    width: 100%;
    height: 380px;
    display: block;
    position: relative;
    margin-top: 30px;
}

.product-location-map iframe {
    width: 100%;
    height: 380px !important;
    display: block;
    position: relative;
}

.reviews-container {
    display: block;
    width: 100%;
    position: relative;
}

.reviews-container .list-reviews .media {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.reviews-container .list-reviews .media .rating {
    margin-bottom: 5px;
}

.reviews-container .list-reviews .media .rating i {
    font-size: 16px;
    line-height: 16px;
}

.reviews-container .list-reviews .media img {
    margin-right: 20px;
}

.reviews-container .list-reviews .username {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.reviews-container .list-reviews .review {
    color: #555;
    margin-bottom: 2px;
}

.reviews-container .list-reviews .media .date {
    font-size: 12px;
    color: #999;
}

.reviews-container .list-reviews a {
    display: inline-block;
}

.reviews-container .list-reviews .media:last-child {
    border: 0 !important;
}

.reviews-container .list-reviews .media img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.reviews-container .review-total {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.reviews-container .review-total .label-review {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}

.reviews-container .review-total .rating {
    margin-left: 10px;
}

.rate-product {
    border: none;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.rate-product span {
    float: left;
    margin-right: 15px;
    line-height: 30px;
}

.rate-product .p-rate-product {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
}

.rate-product .rating-stars {
    float: left;
    height: 30px;
    line-height: 30px;
}

.rate-product input {
    display: none;
}

.rate-product label {
    color: #ddd;
    float: right;
    margin-bottom: 0 !important;
    font-size: 22px;
    cursor: pointer;
}

.rate-product label i {
    margin-right: 4px;
}

.rate-product .icon-star {
    color: #fbc12a;
}


video.ratingVideoSpace {
    width: 78%;
}

.rate-product input:checked ~ label,
.rate-product:not(:checked) label:hover,
.rate-product:not(:checked) label:hover ~ label {
    color: #fbc12a;
}

.rate-product input:checked + label:hover,
.rate-product input:checked ~ label:hover,
.rate-product label:hover ~ input:checked ~ label,
.rate-product input:checked ~ label:hover ~ label {
    color: #FFD700;
}

.reviews-container .invalid-rating label {
    color: #dc3545;
}


.comments {
    float: left;
    display: block;
    width: 100%;
}

.col-comments-inner {
    float: left;
    display: block;
    width: 100%;
    padding-left: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.comments .comment-list {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
}

.comments .comment-list li {
    width: 100%;
    list-style: none;
    display: table;
    margin-bottom: 10px;
}

.comments .comment-list li .left {
    display: table-cell;
    width: 65px;
    height: auto;
    vertical-align: top;
    text-align: left;
}

.comments .comment-list li .left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comments .comment-list li .right {
    display: table-cell;
    vertical-align: top;
}

.comments .comment-list li .right .row-custom {
    margin-bottom: 5px;
}

.comments .comment-list li .right .username {
    font-weight: 600;
    float: left;
    display: block;
    margin-bottom: 0 !important;
}

.comments .comment-list li .right .username a {
    font-size: 0.875rem !important;
}

.comments .comment-list li .right a {
    font-size: 12px;
}

.comments .comment-list li .right .date {
    font-size: 12px;
    color: #999;
}

.comments .comment-list li .right .btn-reply {
    margin-left: 15px;
    color: #999 !important;
}

.comments-container .row-comment-label {
    margin-bottom: 30px;
}

.comments-container .label-comment {
    font-size: 14px;
    font-weight: 600;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 25px;
}

.message-comment-result {
    margin: 0;
    margin-top: 10px;
    min-height: 22px;
}

.comment-success-message {
    position: relative;
    color: #00a65a;
    margin: 0 !important;
    font-size: 13px;
}

/*subcomments*/
.row-sub-comment {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 10px !important;
}

.row-sub-comment form {
    margin-bottom: 15px;
}

.sub-comment-form {
    margin-top: 15px;
    padding: 15px;
    border-radius: 0.1875rem;
}

.row-sub-comment .form-group {
    margin-bottom: 10px;
}

.row-sub-comment .form-textarea {
    min-height: 60px;
}

.row-sub-comment .comment-list li {
    margin-bottom: 15px !important;
}

.no-comments-found {
    color: #888;
}





.coupon-item {
    width: 100%;
    border-radius: 3px;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
    border: 1px dashed #e3e3e3;
}

.coupon-item .coupon-inner {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    margin-bottom: 10px;
}

.coupon-item .coupon-img {
    width: 130px;
    min-height: 110px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 3px dotted #c1c1c1;
}

.coupon-item .coupon-img img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.coupon-item .content {
    min-height: 110px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-left: 24px;
}

.coupon-item .content .shop-name {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.coupon-item .content .discount {
    font-size: 26px;
    font-weight: bold;
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
}

.coupon-item .content .discount span {
    font-size: 18px;
    font-weight: 600;
}

.coupon-item .content .date {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 8px;
    color: #28a745;
}

.coupon-item .content .date-expired {
    color: #dc3545 !important;
}

.coupon-item .coupon-code {
    display: flex;
    align-items: center;
    width: 100%;
}

.coupon-item .coupon-code .code {
    display: block;
    height: 38px;
    border: 1px dashed #888;
    padding: 7px 20px;
    border-right: 0;
    flex-grow: 1;
}

.coupon-item .coupon-code button {
    height: 38px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0 2px 2px 0;
}

.coupon-item .coupon-link {
    display: block;
    height: 21px;
}

.coupon-item .coupon-link a {
    font-size: 13px;
    font-weight: 600;
}

.coupon-item .coupon-link a:hover {
    color: #fff!important;
    border-bottom: 1px solid #222;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}