/* globals tyles */

/* forms */

input {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 0.6rem!important;
}

input label {
    margin-bottom: 0.5rem;
    color: #242424!important;
}

form h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
}

/* end forms */

.font-work-sans {
    font-family: 'Work Sans', sans-serif;
}

.pr-featured-article-text {
    transform: translateY(2rem);
}

.pr-featured-article-link:hover .pr-featured-article-text {
    transform: translateY(0);
}

.pr-triangle {
    width: 0;
    height: 0;
    border-top: 130px solid;
    border-right: 150px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
}

/* .mobile-secondary-menu-hide{

        transform: translateY(-100%);
    }

    .mobile-secondary-menu-show {

        transform: translateY(0);
    } */

.pr-mobile-menu {
    transform: translateX(300px);
    opacity: 0;
}

.pr-mobile-menu-active {
    transform: translateX(0);
    opacity: 1;
}

.pr-mobile-menu-ul {
    min-width: 300px;
}

.pr-secondary-menu {
    min-width: 300px;
    transform: translateX(300px);
    opacity: 0;
}

.pr-secondary-menu-active {
    transform: translateX(0);
    opacity: 1;
}

.pr-sidebar {
    /* min-width: 400px; */
}

.pr-page-header {
    min-height: 300px;
}

.pr-content-header-content h1 {
    width: 75%;
}

.pr-content p {
    margin-bottom: 1.25rem;
    font-family: 'Work Sans', sans-serif;
    color: #333333;
    font-size: 1.1rem;
    line-height: 160%;
}

.pr-content::first-letter {
    display: block;
    float: left;
    font-size: 300%;
    font-weight: bold;
    color: #000000;
    padding-right: 10px;
    top: 0;
    font-family: 'Krona One', sans-serif;
    line-height:1;
}

.pr-content h1 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    color: #000000;
}

.pr-content h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    color: #000000;
}

.pr-content h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    color: #000000;
}

.pr-content h4 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    color: #000000;
}

.pr-content h5 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    color: #000000;
}

.pr-content h6 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    color: #000000;
}

.pr-content img {
    margin-bottom: 1.25rem;
}

.pr-tab-btn-active {
    color: #ffffff;
    background-color: #00A652;
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.pr-rtcl-price-tag {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1rem) 50%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 1rem) 50%, 100% 100%, 0 100%)
}

.pr-rtcl-slider {
    /* height: 550px; */
}

@media screen and (min-width:1024px) {
    .pr-mobile-menu {
        transform: translateX(0);
        opacity: 1;
    }
}



/**
Added fro WordPress
 */

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.pr-sidebar li {
  list-style: none;
}

/*Classified ads css*/

.rtcl {
    font-family: 'Kumbh Sans', sans-serif;
    color: #000000;
}

.rtcl h1, .rtcl h2, .rtcl h3, .rtcl h4, .rtcl h5, .rtcl h6 {
    font-family: 'Krona One', sans-serif;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 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: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    outline: none;
}

.rtcl-post-section-title {
    margin: 10px 0;
}

.change-cat:hover {
    color: #00A652!important;
}

.btn {
    padding: 0.5rem 2rem;
    transition: all .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="file" i] {
    background-color: red!important;
}
.form-group label {
    font-weight: 500;
}

.alert-danger {
    background-color: #9CF9B3;
    padding: 10px;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-navigation {
    background-color: #9CF9B3;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li {
    border:none;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active a {
    color: #ffffff!important;
    background-color: #00A652;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li a:hover {
    color: #ffffff!important;
    background-color: #00A652;
}

.div.row {
    display: flex;
}

.rtcl h3{
    font-family: 'Kumbh Sans', sans-serif;
}

.rtcl-sidebar-social .rtcl-icon {
    font-size: 1.5rem;
}

.rtcl-single-listing-action li {
    padding: 0.75rem 0;
    border-top: 1px solid rgb(226 232 240);
}

button.btn.btn-primary {
    background-color: #00A652;
    color: white;
    font-weight: 500;
}

#rtcl-report-abuse-form .modal-footer {
    margin-top: 1rem;
}

#rtcl-report-abuse-form .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#rtcl-report-abuse-form div button span {
    font-size: 1.5rem;
}

.rtcl-listing-user-info {
    margin-top: 20px;
}

.rtcl-listing-user-info .rtcl-listing-side-title {
    display: none;
}

.rtcl-listing-user-info .list-group-item .media {
    display: flex;
}
.rtcl-listing-user-info .media-body span {
    display: none;
}

.rtcl-listing-user-info .media-body a span {
    display: block;
}

.rtcl-listing-user-info .list-group-item {
    margin-top: 10px;
}

.rtcl-listing-user-info .reveal-phone {
    background-color: #f5f7fa;
    padding: 10px;
}

.rtcl-listing-user-info .rtcl-do-email {
    background-color: #111111;
    padding: 10px;
    color: white;
}

.rtcl-listing-user-info .rtcl-website-link {
    padding: 0;
}

nav.rtcl-breadcrumb {
    display: none;
}

.rtcl-listing-title .entry-title {
    display: none;
}

.rtcl-widget-search-form .rtcl-no-margin {
    display: flex;
    flex-wrap: wrap;
    width: 70vw;
}

#rtcl-user-login-wrapper {
    margin: 0 auto;
}


.rtcl-thumbnail, .rtcl-responsive-img {
    width: 100%;

}

/*.rtcl-gb-widget-search .form-control {*/
/*    color: #000;*/
/*    --search-placeholder-color: #000;*/
/*}*/

.rtcl-registration-form {
    background-color: red;
}



/* Woocommerce */

.pr-shop-header-search {
    margin: 50px auto;
}

.pr-shop-header-search form label{
    display: none;
}

.pr-wc-tab-active {
    border-bottom: 2px solid #00A652;
}

li.product {
    list-style: none;
}

.products .woocommerce-LoopProduct-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
  }
  
  .products .woocommerce-LoopProduct-link span {
    margin-left: 5px;
  }
  
  .products .cart {
    display: flex;
    align-items: baseline;
  }

  .quantity::before {
    display: none;
  }

  .product-attribute-product li {
    list-style-type: disc!important;
    margin-left: 20px;
  }

  .price {
    color: #00A652;
  }

.woocommerce-loop-product__title {
    margin-top: 20px;
    /* color: #00A652 */
    
}
  .woocommerce-loop-product__title:hover {
    transition: 0.3s ease-in-out color;
    color: #9CF9B3;
  }

  .woocommerce-product-gallery__wrapper > div {
    max-width: 50%;
    margin-left: auto;
  }

  .product_title.entry-title {
    font-size: 20px;
    font-weight: 700!important;
  }

  .single_add_to_cart_button, .ajax_add_to_cart {
    background-color: #9CF9B3!important;
    color: #000000!important;
  }

  .single_add_to_cart_button:hover, .ajax_add_to_cart:hover {
    background-color: #00A652!important;
    color: #fff!important;
  }

  .cart {
    margin-top: 15px;
  }

.wp-block-search__button {
    background-color: #00A652;
    border: none;
    transition: 0.1s ease-in-out all;
    padding: 0.75rem 2rem;
    color: #fff;
    font-weight: 700;
    border-radius: 1.5rem;
}

.wp-block-search__button:hover {
    background-color: #9CF9B3;
    color: #000;
}

.wp-block-search__input {
    border: none;
    border-radius: 1.5rem;
    padding: 0.75rem 2rem;
}

.qib-button.qib-button-wrapper {
    align-items: baseline!important;
}

.author-page-container h2 {
    margin-top: 0!important;
}

input.wqpmb_input_text.input-text.qty.text {
    height: auto!important;
    font-size: 1rem!important;
    padding: 4px!important;
  }
  
  button.minus.qib-button {
    font-size: 1rem!important;
    height: auto!important;
    padding: 4px!important;
  }
  
  .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: auto!important;
  }
  
  button.plus.qib-button {
      font-size: 1rem!important;
    height: auto!important;
    padding: 4px!important;
  }
  
  .ajax_add_to_cart {
    padding: 8px!important;
  }
  
  .added_to_cart.wc-forward {
    margin: 0 10px!important;
  }

.entry-summary .price {
    margin: 0.75rem 0;
}

/* Add to cart popup */

.xoo-cp-container {
    font-family: 'Kumbh Sans', sans-serif;
}

.xcp-btn {
    background-color: #00A652;
    transition: 0.1s ease-in-out color;
    border: none;
}

.xcp-btn:hover {
    background-color: #9CF9B3;
    color: #000;
}

/* wc checkout button */

.wc-proceed-to-checkout .checkout-button {
    background-color: #00A652!important;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background-color: #9CF9B3!important;
    color: #000!important;
}

.woocommerce-billing-fields__field-wrapper input[type], .woocommerce-input-wrapper textarea, .woocommerce-shipping-fields input[type]  {
    border: 1px solid #e9e9e9;
    padding: 6px 12px;
}

button#place_order {
    background-color: #00A652!important;
}

.woocommerce-Price-amount.amount {
    font-weight: 600;
    color: #9CF9B3;
}

/* Order Delivery date */

#orddd-lite-checkout-fields label {
    font-weight: 600;
}

/* Added to remove foreign curreny exchange rate display */
.foreign-currency-checkout.woocommerce-info {
    display: none;
}

.hr-hide {
    color: #fff;
}

/* WooCommerce */

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #00A652;
    padding: 0.8rem;
}

.select2-results__option {
    padding: 0.8rem;
}


/* Delivery Data For WooCommerce */

input.input-text.hasDatepicker {
    padding: 1rem;
    border: 1px solid red;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header  {
    background: #00A652;
    font-weight: 600;
    color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background-color: #000;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #9CF9B3;
    color: #000;
}

.ui-datepicker-prev, .ui-datepicker-next {
    color: #fff!important;
}

/* WP Adverts */

span.atw-inline-block.atw-text-4xl.atw-font-normal {
    background-color: #00A652!important;
}

div.wpa-result-last-text.atw-font-bold.atw-text-red-700.atw-text-lg {
    color: #00A652;
}

.wpa-author-menu-item {
    padding: 0 1.5rem;
}
  
.wpa-author-menu-item.active {
    background-color: #9CF9B3;
}
  
.wpa-author-content a{
    color: #00A652;
}

input.adverts-button {
    height: auto!important;
    padding: 1rem 2.5rem!important;
    border-radius: 0.2rem!important;
    font-size: 1rem!important;
    border: none!important;
    line-height: 1!important;
    background-color: #9CF9B3!important;
}

.adverts-control-group input[type="submit"] {
    background-color: #9CF9B3;
    padding: 1rem 2rem!important;
    cursor: pointer;
    border-radius: 0.3rem;
    font-size: 1rem;
    line-height: 1rem;
}

.adverts-control-group input:focus {
    border-color: #00A652!important;
}

a.adverts-manage-action {
    border-color: #00A652!important;
    color: #00A652!important;
}

/* Ajax Lore More Plugin */

.ajax-load-more-wrap.green .alm-load-more-btn {
    background-color: #00A652!important;
    border-radius: 60px;
    font-weight: 700;
}

/* Disable Button */

.pr-disabled-btn {
    opacity: 75%;
}