﻿/*CUSTOM STYLES*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #171725
}

#backTop {
  background-color: #0062FF !important
}

.mt-80 {
  margin-top: 15px
}

/*Dashboard Page*/
.custom-wrapper .content-wrapper {
  background-color: #FAFAFB !important;
}

.custom-wrapper [class*=sidebar-dark-] {
  background-color: #ffffff;
  box-shadow: none !important;
}

.custom-wrapper .main-header,
.custom-wrapper .main-header .navbar-dark {
  background-color: #ffffff !important;
  box-shadow: inset 0px -1px 0px #e2e2ea;
}

  .custom-wrapper .main-header .navbar-dark {
    display: none
  }

.custom-wrapper [class*=sidebar-dark-] .sidebar a {
  color: #171725;
  font-weight: 500;
  cursor: pointer
}

.custom-wrapper [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link {
  color: #171725;
  padding-left: 14px;
  font-weight: 400
}

.custom-wrapper [class*=sidebar-dark] .nav-legacy.nav-sidebar > .nav-item > .nav-link.active {
  color: #0062FF
}

.custom-wrapper [class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
  color: #0062FF
}

.custom-wrapper .navbar-dark .navbar-nav .nav-link {
  color: #696974
}

.custom-wrapper .nav-sidebar > .nav-item {
  line-height: 2.3
}

.sidebar-mini .nav-legacy > .nav-item .nav-link .nav-icon {
  color: #92929D;
  font-size: 14px;
  line-height: 1.9
}

.sidebar-mini .nav-legacy .nav-treeview > .nav-item .nav-link i {
}

.sidebar-mini .nav-legacy > .nav-item .nav-link.active .nav-icon {
  color: #0062FF
}

[class*=sidebar-dark] .nav-legacy .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark] .nav-legacy .nav-treeview > .nav-item > .nav-link:focus, [class*=sidebar-dark] .nav-legacy .nav-treeview > .nav-item > .nav-link:hover {
  color: #0062FF
}

.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
  top: 17px !important
}

.nav-sidebar .menu-open > .nav-link i.right {
  transform: rotate( 180deg ) !important;
}

.sidebar-mini .sidebar-form input[type="text"] {
  border-radius: 5px !important;
}

.custom-wrapper [class*=sidebar-dark] .brand-link {
  border-bottom: 0;
  box-shadow: inset 0px -1px 0px #e2e2ea;
}

.custom-wrapper .navbar-dark {
  background-color: #ffffff
}

.custom-wrapper .sidebar-form {
  margin: 15px 10px 15px !important;
  position: relative
}

  .custom-wrapper .sidebar-form:after {
    content: "";
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -5px
  }

.custom-wrapper .card-primary.card-outline {
  border-top: 0
}

.custom-page .details-grid img {
  height: 42px;
  width: auto
}

.custom-wrapper .card {
  box-shadow: none !important;
  border-radius: 20px !important
}

.custom-wrapper .card-title {
  font-size: 16px;
  font-weight: 500
}

  .custom-wrapper .card-title i {
    display: none
  }

  .custom-wrapper .card-title a {
    position: absolute;
    right: 45px;
    background-color: #0062FF;
    border-radius: 10px !important;
    padding: 2px 10px;
  }

    .custom-wrapper .card-title a.btn-info:hover {
      background-color: #0062FF;
    }

.custom-wrapper .content-header {
  padding: 15px 0.8rem !important;
}

  .custom-wrapper .content-header h1 {
    font-size: 24px;
    font-weight: 500
  }

.custom-wrapper .small-box.bg-red {
  background-color: #FC5A5A !important;
  box-shadow: none !important;
  border-radius: 20px !important;
  padding-bottom: 6px !important;
  display: grid;
  grid-template-columns: 1fr 2fr;
  min-height: 125px;
}

.custom-wrapper .small-box.bg-yellow {
  background-color: #FFC542 !important;
  box-shadow: none !important;
  border-radius: 20px !important;
  padding-bottom: 6px !important;
  display: grid;
  grid-template-columns: 1fr 2fr;
  min-height: 125px;
}

.custom-wrapper .small-box.bg-green {
  background-color: #3DD598 !important;
  box-shadow: none !important;
  border-radius: 20px !important;
  padding-bottom: 6px !important;
  display: grid;
  grid-template-columns: 1fr 2fr;
  min-height: 125px;
}

.custom-wrapper .small-box.bg-info {
  background-color: #50B5FF !important;
  box-shadow: none !important;
  border-radius: 20px !important;
  padding-bottom: 6px !important;
  display: grid;
  grid-template-columns: 1fr 2fr;
  min-height: 125px;
}

.custom-wrapper .twocols-even {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.custom-wrapper .flex100 {
  display: flex;
  height: 100%;
}

.custom-wrapper .innerflex {
  display: inline-block;
  align-self: flex-end;
}

.custom-wrapper .small-box > .small-box-footer {
  display: none
}

.custom-wrapper tr.even {
  background-color: #ffffff !important
}

.custom-wrapper .table.dataTable {
  border: 0 !important
}

  .custom-wrapper .table.dataTable td, .table.dataTable th {
    border: 0 !important
  }

  .custom-wrapper .table.dataTable tbody tr:hover {
    background-color: #ffffff !important
  }

.custom-wrapper div.dataTables_scrollHead > div > table > thead > tr {
  background-color: #FAFAFB !important;
  border-radius: 10px
}

.custom-wrapper .table.dataTable th {
  border: 0 !important;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #44444F;
}

.custom-wrapper .table.dataTable td {
  font-size: 14px;
  color: #44444F;
}

.custom-wrapper .button-column a {
  background-color: transparent;
  border: 0;
  font-size: 14px;
  border-radius: 8px
}

.custom-wrapper .card-tools.float-right button {
  background-color: transparent;
  border: 0;
  color: #696974;
}

  .custom-wrapper .card-tools.float-right button.bg-light-blue {
    background-color: #0062ff;
    border-radius: 8px;
    color: #ffffff;
    padding: 2px 10px;
  }

.custom-wrapper span.grid-report-item.yellow {
  background-color: rgba(243, 156, 18, 0.1) !important;
  color: #FFB50E !important;
  border-radius: 5px !important;
}

.custom-wrapper span.grid-report-item.green {
  background-color: rgba(61, 213, 152, 0.1) !important;
  color: #3DD598 !important;
  border-radius: 5px !important;
}

.custom-wrapper span.grid-report-item.blue {
  background-color: rgba(80, 181, 255, 0.1) !important;
  color: #50B5FF !important;
  border-radius: 5px !important;
}

/*Product List Page*/
.custom-page .button-area .custom-group-btn button,
.custom-page .button-area .custom-group-btn span {
  font-size: 12px;
  color: #171725 !important;
  background-color: #ffffff !important;
  border: 0 !important;
  border-radius: 5px !important;
  text-transform: capitalize;
  height: 36px;
  line-height: 22px
}

.custom-page .button-area .float-right a {
  background-color: #0062FF !important;
  border: 1px solid #0062FF;
  border-radius: 30px !important;
  font-size: 14px;
  text-transform: capitalize;
}

.content-header .btn {
  margin-bottom: 0px;
}

.custom-page .btn {
  font-size: 14px;
}

.custom-page .logintextbox {
  margin-left: 20px;
  border-width: 0px 0px 1px 0px;
  border-color: #00B0F0;
}


.custom-page .loginicon {
  color: #00B0F0;
  margin-top: 12px;
  font-size: 20px;
}

.custom-page .loginstatictext {
  color: #919ba5;
  font-size: 14px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center
}

.custom-page .btn .btn-loginbuttonactive {
  margin-left: 54px;
  background-color: #fff;
  font-family: Poppins;
  margin-top: 24px;
  font-size: 28px;
  color: #00B0F0;
}

.custom-page .logincontrol {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

  .custom-page .logincontrol .textlabels {
    font-size: 16px;
    font-family: Poppins;
    margin-top: 8px;
  }

.custom-page .adminlogingroup {
  margin: auto;
  margin-top: 40px;
  width: 500px;
  font: normal 28px Poppins;
  text-align: center;
}


.custom-page .btn-mfactionbutton {
  background-color: #0062FF !important;
  border: 1px solid #0062FF;
  border-radius: 30px !important;
  font-size: 14px;
  text-transform: capitalize;
}

.custom-page .btn-mfsmallactionbutton {
  background-color: #0062FF !important;
  border: 1px solid #0062FF;
  border-radius: 30px !important;
  font-size: 11px;
  text-transform: capitalize;
  color: #ffffff;
}

.custom-page .javascripttableheader {
  background-color: #FAFAFB !important;
}

.custom-page .left2px {
  margin-left: 2px;
}

.custom-page .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: none;
  border-radius: 30px;
  padding: 5px 15px;
}

.custom-page .btn-mfdangeractionbutton {
  background-color: #dd4b39 !important;
  border: 1px solid #dd4b39;
  border-radius: 30px !important;
  border-color: #dd4b39 !important;
  font-size: 14px;
  text-transform: capitalize;
}

.custom-page .btn-mfsmalldangeractionbutton {
  background-color: #dd4b39 !important;
  border: 1px solid #dd4b39;
  border-radius: 30px !important;
  border-color: #dd4b39 !important;
  font-size: 11px;
  text-transform: capitalize;
  color: #ffffff;
}

.custom-page .page-title {
  text-transform: capitalize;
}

.custom-page .leftpaddrow {
  padding-left: 7px !important;
}

.custom-page .doubleleftpaddrow {
  padding-left: 14px !important;
}

.custom-page .card .card-footer {
  background-color: transparent
}

.custom-page .button-area .float-right btn {
  background-color: #0062FF !important;
  border: 1px solid #0062FF;
  border-radius: 30px !important;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 2px
}

.custom-page .form-horizontal .label-wrapper {
  float: left !important;
}

  .custom-page .form-horizontal .label-wrapper .col-form-label {
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
  }

.custom-page .form-control {
  border-radius: 5px;
  border: 1px solid #E2E2EA;
  color: #92929D;
  font-size: 14px
}

.custom-page .search-row {
  left: 14px;
  top: 7px;
  width: fit-content;
  align-content: end;
  background-color: #ffffff;
  border-radius: 30px;
  height: 32px;
  margin-top: -8px;
  margin-right: 0;
  line-height: 32px;
  color: #171725 !important;
  padding-left: 35px
}



.custom-page .icon-search {
  width: 35px;
  top: 0;
}

  .custom-page .icon-search i {
    font-size: 13px
  }

.custom-page .icon-collapse {
  width: 35px;
  top: 0;
}

  .custom-page .icon-collapse i {
    font-size: 15px
  }

.custom-page .search-text {
  font-size: 14px
}

.custom-page .card-search {
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  padding: 8px;
}


  .custom-page .card-search .card-body {
    padding: 0;
    min-height: 31px;
  }

.custom-page .search-body {
  padding: 1.25rem
}

.custom-page #search-products {
  background-color: #0062FF;
  font-size: 14px;
  border-radius: 30px;
  padding: 8px;
}

.custom-page .btn-mf-search {
  background-color: #0062FF;
  font-size: 14px;
  border-radius: 30px;
  padding: 8px;
}

.custom-page .search-button {
  background-color: #0062FF;
  font-size: 14px;
  border-radius: 30px;
  padding: 8px;
}

.search-button {
  background-color: #0062FF;
  font-size: 14px;
  border-radius: 30px;
  padding: 8px;
}

.custom-page .input-group-append {
  margin-left: -7px;
}

.custom-page .form-horizontal .label-wrapper .ico-help {
  color: #92929D;
}

.custom-page .sku-go button {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  background-color: #0062ff;
  border: 1px solid #0062ff
}

.custom-page .check-box {
  display: inline-block;
  margin-left: 15px;
  margin-top: 10px !important;
}


.custom-page #products-grid img {
  height: 42px;
  width: auto
}

.custom-wrapper .btn.btn-primary {
  background-color: #0062FF;
  border-color: #0062FF;
  border-radius: 30px;
  padding: 5px 15px
}

.custom-wrapper .btn.btn-default {
  border-radius: 30px;
  padding: 5px 15px
}

.custom-page i.true-icon {
  color: #3DD598;
  font-size: 20px;
  background-color: rgba(61, 213, 152, 0.1);
  padding: 5px;
  border-radius: 8px;
  font-size: 16px
}

.custom-page i.false-icon {
  font-size: 20px;
  background-color: rgb(213 86 61 / 10%);
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 16px
}

.custom-page .button-column a {
  font-size: 0
}

.custom-page .button-column i {
  font-size: 14px;
  color: #92929D;
  background-color: rgba(146, 146, 157, 0.1);
  padding: 6px 7px;
  border-radius: 8px;
}

.custom-page .page-item.active .page-link {
  background-color: transparent;
  border-color: transparent;
  color: #0062FF;
}

.custom-page .pagination > li > a {
  border: 0
}

.custom-page .paginate_button.previous a,
.custom-page .paginate_button.next a {
  padding: 5px 3px;
  border: 1px solid #E2E2EA;
  margin-top: 2px
}

.custom-wrapper .btn.btn-primary.save-continue {
  background-color: #50B5FF;
  border-color: #50B5FF;
  margin-left: 8px
}

.custom-wrapper #product-form .content .form-horizontal {
  position: relative
}

  .custom-wrapper #product-form .content .form-horizontal .onoffswitch {
    position: absolute;
    left: 5px;
    top: -55px;
  }
/*Product Edit*/
.custom-page .card.card-secondary {
  border-top: 0
}

.custom-page .adjust-input .k-widget {
  margin-top: 32px
}

.custom-page .tag-editor.ui-sortable {
  width: 100%;
  border-radius: 5px;
  border-color: #E2E2EA;
}

.custom-page .form-horizontal .k-datetimepicker {
  width: 100% !important
}

.custom-page .combine-inputs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

  .custom-page .combine-inputs input {
    width: calc(100% - 200px);
    margin: 0;
  }

.custom-page .combine-both-input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.custom-page .parent-setting.opened div[class^="col-md-"] + div[class^="col-md-"] {
  padding-left: 8px
}

.custom-page .tox.tox-tinymce {
  overflow-y: scroll;
  border-radius: 5px
}

.custom-page #product-cards input,
.custom-page #product-cards select,
.custom-page #product-cards textarea {
  border-radius: 5px
}

.custom-page #product-cards iframe body p {
  font-size: 14px;
  color: #92929D;
}

.custom-page .short-description-box textarea {
  height: 202px
}

.custom-page .k-autocomplete.k-state-hover, .custom-page .k-multiselect-wrap.k-state-hover, .custom-page .k-state-hover > .k-multiselect-wrap {
  border-color: #E2E2EA;
  border-radius: 5px;
  color: #92929D;
}

.custom-page .k-dateinput.k-state-disabled > .k-textbox:hover, .custom-page .k-maskedtextbox.k-state-disabled > .k-textbox:hover, .custom-page .k-multiselect-wrap, input.k-textbox, .custom-page .custom-page .tag-editor.ui-sortabletextarea.k-textbox {
  border-color: #E2E2EA;
  border-radius: 5px;
  color: #92929D;
}

.custom-page .parent-setting.opened div[class^="col-md-"] + div[class^="col-md-"]:before {
  display: none
}

.custom-page .form-horizontal .k-numerictextbox {
  width: 100% !important
}

.custom-page #tierprices-grid_wrapper table .button-column button {
  font-size: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.custom-page .card.card-secondary.collapsed-card {
  border-top: 0;
}

.custom-page #product-cards .card.card-default .card-header {
  font-size: 20px;
  font-weight: 500
}

.custom-page .parent-setting.opened div[class^="col-md-"] + div[class^="col-md-"]:before,
.custom-page .parent-setting.opened + .nested-setting .form-group div[class^="col-md-"] + div[class^="col-md-"]:before,
.custom-page .parent-setting.opened + .nested-setting .form-group:last-child div[class^="col-md-"] + div[class^="col-md-"]:before {
  border-left: 0
}

.custom-page .parent-setting.opened + .nested-setting .form-group > div[class^="col-md-"] + div[class^="col-md-"]:after {
  border-bottom: 0
}

.custom-page .card.card-secondary .card-header i.toggle-icon {
  top: 22px !important
}

.custom-page #productpictures-grid_wrapper img {
  width: 42px !important
}

.custom-page .upload-picture-block img {
  width: 84px !important
}

.custom-page .qq-upload-list li.qq-upload-success {
  background-color: #50B5FF !important;
  border-radius: 30px;
  padding: 9px 35px;
  margin-right: 9px !important;
}

.custom-page .bg-gradient-green,
.custom-page .bg-gradient-green.btn:hover {
  background: #3DD598 !important;
  border-radius: 30px;
  border: 0 !important;
  padding: 5px 35px;
}

.custom-page .remove-image-button .btn-danger,
.custom-page .remove-image-button .btn-danger:hover {
  background-color: #FC5A5A !important;
  border-radius: 30px;
  border: 0 !important;
  padding: 5px 35px;
}

.custom-page .card-primary.card-outline-tabs > .card-header a.active {
  border-bottom: 5px solid #007bff !important;
  border-top: 0 !important;
  color: #007bff
}

.custom-page .card.card-outline-tabs .card-header a:hover {
  border: 0
}

.custom-page #custom-content-above-tab.nav-tabs .nav-item {
  margin-bottom: 0
}

.custom-page #custom-content-above-tab.nav-tabs .nav-link {
  border-left: 0;
  border-right: 0
}

.custom-page #custom-content-above-tab.nav-tabs li.nav-item a.nav-link {
  font-size: 18px;
  font-weight: 500
}

.custom-page #tab-attributes .card-footer,
.custom-page #product-specification-attributes .card-footer,
.custom-page #product-related-products .card-footer,
.custom-page #product-crosssells-products .card-footer {
  background-color: transparent
}

  .custom-page #tab-attributes .card-footer a i,
  .custom-page #product-specification-attributes .card-footer a i {
    display: none
  }

.custom-page .onoffswitch-label {
  border: 0;
  border-radius: 30px;
}

.custom-page .onoffswitch-inner:before {
  background-color: #0062FF;
}

.custom-page .onoffswitch-inner:after {
  /* padding-right: 40px; */
  background-color: #ddd;
  color: #000000;
}

.custom-page .k-multiselect-wrap li {
  padding: 0em 1.6em 0em .4em;
  top: 3px;
}

.custom-page .k-picker-wrap.k-state-default > .k-select {
  line-height: 36px;
  color: #A2A2A2;
  border-left: 0;
}

.custom-page .k-multiselect .k-button,
.custom-page .k-button:hover {
  border-radius: 30px;
  color: #50B5FF;
  border: 0;
  background-color: #E9F6FF;
}


.custom-page .k-multiselect {
  width: 99% !important;
}

.custom-page .k-combobox-clearable .k-input, .k-dropdowntree-clearable .k-dropdown-wrap .k-input,
.k-dropdowntree-clearable .k-multiselect-wrap, .k-multiselect-clearable .k-multiselect-wrap {
  padding-right: 0px;
}

.custom-page #product-editor-settings {
  border-radius: 30px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #171725;
}

  .custom-page #product-editor-settings i {
    color: #92929D;
    font-size: 16px
  }

.custom-page .card-search .form-control,
.custom-page .card-search .input-group-short {
  max-width: 100% !important
}

.custom-page.custom-popup-page .card-search .card-body {
  padding: 20px;
}

.custom-page .card-popup .btn-search {
  margin-right: initial
}

.custom-page .k-picker-wrap.k-state-default > .k-select {
  line-height: 36px;
  color: #A2A2A2;
  border-left: 0;
}

.custom-wrapper #productattribute-delete,
.custom-wrapper #product-delete,
.custom-wrapper button[name="delete"] {
  border-radius: 30px;
  background-color: #FC5A5A !important;
  border: 1px solid #FC5A5A
}

.custom-wrapper button[name="save-continue"] {
  background-color: #50B5FF !important;
  border: 1px solid #50B5FF !important
}

.custom-wrapper button[name="copyproduct"] {
  border-radius: 30px;
  background-color: #3DD598 !important;
  border: 1px solid #3DD598 !important
}

.custom-wrapper .preview-btn {
  border-radius: 30px;
  background-color: #ef8b00 !important;
  border: 1px solid #ef8b00 !important
}

.custom-wrapper .button-column .btn-default {
  /*font-size: 0;*/
  border: 0;
  background-color: transparent;
}

.custom-wrapper #btnGenerateAllCombinations,
.custom-wrapper #btnGenerateSeveralCombination {
  border-radius: 30px
}

.custom-wrapper .qq-upload-button {
  width: auto !important
}

.custom-page #product-cards .k-multiselect .k-button,
.custom-page #product-cards .k-button:hover {
  border-radius: 30px;
  border: 0;
  background-color: #e7e7e7;
}

.custom-page .tag-editor .tag-editor-tag {
  border-radius: 30px 0 0 30px;
  color: #50B5FF;
  background: #E9F6FF;
  padding-left: 10px;
}

.custom-page .tag-editor .tag-editor-delete {
  border-radius: 0 30px 30px 0;
  background: #E9F6FF;
}

  .custom-page .tag-editor .tag-editor-delete i:before {
    color: #50B5FF;
  }

.custom-wrapper .parent-setting.opened + .nested-setting .form-group div[class^="col-md-"] + div[class^="col-md-"] {
  padding-left: 7px
}

.custom-wrapper #product-form .card .card-footer {
  background-color: transparent
}

.admin-width {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.parent-setting.opened div + div input[type=checkbox] {
  margin-left: 15px !important;
}

.form-group input[type=checkbox].admin-checkbox,
.admin-upload-btn {
  margin: 0 0 0 15px;
}

.custom-page .button-area {
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.content-header .button-area .button-left {
  width: 30%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.content-header .button-area .color-btn {
  width: 70%;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

  .content-header .button-area .color-btn button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }

.product-attributes-combination-btn {
  display: flex;
  flex-wrap: wrap;
}

  .product-attributes-combination-btn button {
    margin: 0 15px 15px 0;
  }

.small-box .icon > i {
  position: unset;
  margin-right: 25px;
}

.custom-wrapper .small-box {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.small-box p {
  margin: 0;
}

.small-box > .inner {
  padding: 0;
}

#nopcommerce-news-box {
  margin-top: 40px;
}

.nopcommerce-news-box-body {
  margin-top: 24px;
}

#nopcommerce-news-box .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #171725;
}

.nopcommerce-news-box-info {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.nopcommerce-news-box-content {
  width: calc(100% - 70px);
  margin-left: 22px;
}

  .nopcommerce-news-box-content > a {
    display: block;
    font-size: 20px;
    color: #171725;
    font-weight: 600;
    margin-bottom: 14px;
  }

  .nopcommerce-news-box-content p {
    font-size: 14px;
    color: #696974;
    margin: 0;
  }

    .nopcommerce-news-box-content p a {
      color: #171725;
    }

.nopcommerce-news-box-icon span {
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 50px;
}

.nopcommerce-news-box-icon .boxicon-1 {
  background-color: #3DD598;
  background-image: url(images/calander.png);
  background-repeat: no-repeat;
  background-position: center center
}

.nopcommerce-news-box-icon .boxicon-2 {
  background-color: #FFC542;
  background-image: url(images/star.png);
  background-repeat: no-repeat;
  background-position: center center
}

.nopcommerce-news-box-icon .boxicon-3 {
  background-color: #FC5A5A;
  background-image: url(images/dollar.png);
  background-repeat: no-repeat;
  background-position: center center
}

.popular-search-body .dataTables_scroll table tr th:last-child,
.popular-search-body .dataTables_scroll table tr td:last-child {
  text-align: right;
}

.custom-wrapper .os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgb(118 118 118 / 40%);
}

.custom-wrapper .small-box .icon > i.fa,
.custom-wrapper .small-box .icon > i.fab,
.custom-wrapper .small-box .icon > i.far,
.custom-wrapper .small-box .icon > i.fas,
.custom-wrapper .small-box .icon > i.glyphicon,
.custom-wrapper .small-box .icon > i.ion {
  font-size: 55px;
  color: rgba(255,255,255,0.6);
}

.custom-wrapper .small-box:hover .icon > i.fa,
.custom-wrapper .small-box:hover .icon > i.fab,
.custom-wrapper .small-box:hover .icon > i.far,
.custom-wrapper .small-box:hover .icon > i.fas,
.custom-wrapper .small-box:hover .icon > i.glyphicon,
.custom-wrapper .small-box:hover .icon > i.ion {
  font-size: 55px
}

.custom-wrapper .small-box p {
  font-size: 14px
}

.custom-wrapper .small-box h3 {
  margin-bottom: 0 !important
}

.custom-wrapper #nopcommerce-common-statistics-card .card-title i {
  display: none
}
/*=================================== RESPONSIVE ===============================*/
@media screen and (max-width:1567px) {
  .telecommunications-label.label-wrapper {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width:1310px) {
  .content-header .button-area .button-left,
  .content-header .button-area .color-btn {
    width: 100%;
  }

  .content-header .button-area .color-btn {
    justify-content: normal;
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .navbar-dark .navbar-toggler-icon {
    filter: brightness(0);
  }

  .float-left.custom-group-btn {
    margin-bottom: 10px
  }

  .custom-page .search-row {
    position: relative;
    align-content: end;
    width: fit-content;
    height: 35px;
    margin-top: -10px;
    line-height: 35px;
    right: auto;
    left: 5px;
    width: 49%;
  }

  .custom-page .btn-search {
    font-size: 14px;
  }

  .custom-page .button-area .float-right {
    width: 49%
  }

    .custom-page .button-area .float-right a {
      width: 100%
    }

  .custom-page #search-products {
    width: 100%
  }

  .custom-page .container-fluid {
    padding: 0 5px
  }

  .custom-page .button-area .float-right.color-btn {
    width: 100%;
  }

  .product-attributes-combination-btn {
    justify-content: center;
  }

    .product-attributes-combination-btn button {
      margin: 0 0 15px 0;
      max-width: 320px;
      width: 100%;
    }

  .custom-wrapper .small-box {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .input-group-append button {
    font-size: 12px;
  }

  .custom-page .combine-inputs input {
    width: calc(100% - 156px);
  }

  .nopcommerce-news-box-content > a {
    font-size: 18px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .custom-group-btn {
    width: 60%
  }

  .custom-page .search-row {
    position: relative;
    align-content: end;
    width: fit-content;
  }
}

.flip-card {
  border: 0px solid #f1f1f1;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  text-align: left;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}



/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}


.custom-wrapper .textleftsix {
  text-align: left;
  padding-left: 6px !important;
}

.custom-wrapper .innerdash {
  min-height: 120px;
}

.custom-wrapper .topsixpx {
  padding-top: 6px;
}
