
#coupons_generate_code {
  background-color: #6a6666;
  padding: 10px;
  margin: 5px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
}
.coupons_generate_code_wrapper
{
display: flex;
  align-items: center;
}
  
.couponItemCodeWrapper
{
display: flex;
  align-items: center;
}

.couponItemCode .ow_value input {
  width: 200px;
}

.coupons_generate_code_loader {
  height: 22px;
  width: 22px;
  display:none;
}

.couponItemForm .ow_label {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 5px;
}

.couponItemForm .ow_label svg {
  cursor: pointer;
}

#coupons_item_view_code {
  display: inline-block;
  background-color: #3ba425;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  margin: auto;
  font-size: 15px;
}
.coupons_item_view_code_link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.couponItemLimit 
{
  display: none;
}

.couponItemCode
{
  display: none;
}

.coupons_show_qr_code_wrapper {
  text-align: center;
  padding: 20px;
}
.coupons_show_qr_code_wrapper .ow_label {
  margin-top: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.coupons_show_code_wrapper {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 20px;
}



#coupons_loader_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
}


#coupons_loader_spinner {
width: 27px;
height: 27px;
border-radius: 50%;
border: 4px solid #ddd;
border-top-color: #17a6a6;
animation: coupons_loader_spinner_spin 1s linear infinite;
}
        
@keyframes coupons_loader_spinner_spin {
to {
transform: rotate(360deg);
}
}
.coupons_float_box_info {
  padding: 15px;
  line-height: 1.5;
}
.couponItemDiscount,.couponItemCurrency, .couponItemStartDate {
  display: none;
}
.error
{
border:1px solid red;
}
#coupon-toggle-on-off.active a {
  background-color: #28d03b;
  color: #fff;
}
#coupon-toggle-on-off.inactive a {
  background-color: #d02828;
  color: #fff;
}
.ow_coupon_item_inactive {
  color: red;
  font-weight: bold;
}

.sCategoryInput select {
  width: 200px;
  padding: 15px 15px 15px 5px;
  font-size: 16px;
  color: #b5b5b5;
}
.sCategory .sCategoryInput {
  margin: 5px 0px 0px 0px;
}

/*list*/


/*.coupons_items_list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.ow_coupon_container {
  background-color: #fff;
  box-shadow: 0px 0px 2px rgb(170, 170, 170);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 1px;
  position: relative;
  max-width:300px;
}
.ow_coupon-details {
  margin: 10px auto;
  padding: 0 16px 20px;
}
.ow_coupon-header-string {
  padding: 0 16px;
}
.ow_coupon_discount {
  font-size: 25px;
  font-weight: bold;
  color: rgb(200, 74, 68);
  margin: 15px auto 5px;
  text-transform: uppercase;
}
.coupons_item_view_location.item_location {
  color: #808d93;
  margin-bottom: -15px;
}
*/


/*test start*/
.coupons_items_list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.ow_coupon-header {
  display: flex;
  padding: 20px 16px 0 16px;
}

.ow_coupon-header .ow_coupon_image img {
  width: 90px !important;
  height: 90px !important;
  object-fit: fill;
  border-radius: 3px;
}
.ow_coupon_container {
  background-color: #fff;
  box-shadow: 0px 0px 2px rgb(170, 170, 170);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 1px;
  position: relative;
  max-width:400px;
}
.ow_coupon-details {
  margin: 0 auto;
  padding: 0 16px 10px;
}
.ow_coupon-header-string {
  padding: 0 0 0 10px
}
.ow_coupon_discount {
  font-size: 20px;
  font-weight: bold;
  color: rgb(200, 74, 68);
  margin: 15px auto 5px;
  text-transform: uppercase;
}
.coupons_item_view_location.item_location {
  color: #808d93;
}
/*test end*/


.discountStringWrapper {
  line-height: 1;
}

.ow_coupon_container.ow_item_container {
  padding: 0;
}



.ow_coupon-header-string h2 {
  font-family: "Roboto",arial,sans-serif;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.ow_coupon_description {
  color: #50595e;
  margin-bottom: 10px;
  line-height: 1.3;
}
.ow_coupon_category a {
  color: #8d9295;
  font-size: 11px;
}

.ow_coupon-header-string h2 a {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.3;
}
.ow_coupon_location.ow_item_location {
  margin-bottom: 12px;
}

.ow_value .x {
  font-size: 18px;
  padding: 0 1px 0 2px;
}

/*view item*/

.coupons_item_view_discount.item_price {
  color: rgb(200, 74, 68);
  text-transform: uppercase;
  font-size: 40px;
  margin-top: -5px;
}
.coupons_item_view_discount .ow_value .x {
  font-size: 30px;
}
.coupons_item_view_duration, .coupons_item_view_startdate, .coupons_item_verify_limit, .coupons_item_verify_limit_counter {
  display: flex;
  gap: 5px;
  color: #5e686c;
}
.coupons_item_view_duration .ow_value, .coupons_item_view_startdate .ow_value {
  font-weight: 500;
}



.coupons_item_view_code_link {
  margin: 20px auto;
}
.coupons_item_view_code_link_inner
{
	margin:auto;
	display: flex;
  align-items: center;
  gap: 5px;
}


.ow_coupon_item_disabled {
  float: right;
  color: #d02424;
  font-size: 16px;
  font-weight: bold;
}
.coupons_item_view_image {
  max-width: 400px;
  max-height: 400px;
  margin: 7px auto 25px 0;
  text-align: center;
  border: 1px solid #ececec;
}

.coupons_item_view_image img {
box-shadow: 3px 3px 5px rgb(170, 170, 170);
height: auto;
  width: 100%;
  max-width: 300px;
  max-height: 300px;
}

@media (max-width: 767px) {
    .coupons_item_view_image
    {
    margin: 7px auto 25px auto !important;
    }
  }

.coupons_item_view_toolbar_wrapper {
  margin-bottom: 7px;
}
.coupons_item_view_title.item_title h1 {
  font-weight: 500;
  margin-bottom: 13px;
}
.coupons_item_view_description.item_description {
  margin-top: 20px;
}
.ow_coupon-header-string .ow_coupon_item_disabled {
  float: none;
}
.coupons_add_new_btn_container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.coupons_add_new_btn_container #show_ads_filter_button
{
	margin-bottom: 0;
}

.coupons_list_index_container, .coupons_item_view_container {
  margin-top: 0;
}

.coupons_item_view_toolbar_wrapper .ow_box_toolbar {
  margin-top: 0px;
}

.coupons_item_view_container::after {
  content: '';
  clear: both;
  display: block;
}

.coupons_relevant_coupons_list {
  margin-top: 30px;
}

.coupons_item_view_duration_wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-direction: column;
}
.coupons_item_view_startdate {
  color: #ca5f00;
}

/*verify code*/
.coupons_item_verify_limit {
  margin-bottom: 15px;
}
.coupons_item_verify_code_link {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  justify-content: center;
}
#coupons_item_verify_code {
  display: inline-block;
  background-color: #3ba425;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.coupons_item_verify_warning {
  color: #ce0f0f;
  margin-top: 15px;
}

.coupons_item_verify_limit .ow_value, .coupons_item_verify_limit_counter .ow_value{
  font-weight: bold;
}

/*post edit form*/

.couponItemDiscount.couponItemForm input {
  width: 130px;
}

.couponItemForm select {
  padding: 15px;
  border-radius: 5px;
}
.couponItemStartDateToggle.couponItemForm {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
  justify-content: left;
}
.couponItemLocation.couponItemForm textarea {
  height: 50px;
  padding: 15px;
}
.couponItemDuration.couponItemForm input, .couponItemStartDate.couponItemForm input, .couponItemDuration.couponItemForm .ow_value, .couponItemStartDate.couponItemForm .ow_value
{
  width: 120px;
  text-align: center;
  font-size: 14px;
}

.coupons_items_list_recommended_ads {
  margin-top: 30px;
}
.coupons_add_new_btn_container .ow_button {
  background-color: #0e7327;
  border: none;
}
.coupons_add_new_btn_container input {
  color: #fff;
}
.coupons_category_list_wrapper {
  margin-top: 30px;
}
.coupons_category_list_item {
  text-decoration: underline;
  color: #484848;
  display: inline-block;
  margin: 0 10px 15px;
}
.coupons_category_list_item a {
  color: #484848;
}

/*admin*/
.coupons_admin_category_list_wrapper {
max-width: 90%;
}
.coupons_admin_category_list_wrapper li {
  margin: 10px auto;
  border: 1px solid #eaeaea;
  padding: 10px;
}
.coupons_admin_category_list_item_name {
  font-size: 16px;
  font-weight: 500;
}
.coupons_admin_category_list_item_buttons {
  font-size: 14px;
}
.coupons_admin_category_list_item_buttons a {
  margin-right: 5px;
  text-decoration: underline;
}
.coupons_admin_category_list_item_desc {
  margin: 10px auto;
}
.store_items_list_recommended_ads.couponsListAdsList {
  margin-top: 25px;
}
.coupons_list_index_container .ow_nocontent {
  padding: 0px;
}
.profile-ICLASSIFIEDS_CMP_CouponsListWidget img {
  max-width: none !important;
}
.profile-ICLASSIFIEDS_CMP_CouponsListWidget h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto',arial,sans-serif;
}