.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 23px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s; 
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* .select2-container {
  width: 500px !important;
} */

/* Tool Tip CSS */
.setting-help-tip::after {
color: rgb(240, 234, 234);
background-color: rgb(80, 77, 77);
content: "\003F";
position: relative;
font-weight: 600;
text-align: center;
font-size: 12px;
display: inline-block;
border-radius: 20px;
cursor: help;
height: 15px;
font-style: normal;
width: 15px;
}

.setting-help-tip {
position: relative;
display: inline-flex;
padding-left: 10px;
}

.setting-help-tip .tooltipdata {
visibility: hidden;
width: 250px;
background-color: #555;
color: #fff;
text-align: center;
padding: 10px;
border-radius: 6px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 20px;
margin-left: -55px;
opacity: 0;
transition: opacity 0.3s;
}

.setting-help-tip .tooltipdata::after {
content: "";
position: absolute;
top: 100%;
left: 19%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}

.setting-help-tip:hover .tooltipdata {
visibility: visible;
opacity: 1;
}

/* Custom radios button on linked product fixes */

.rprow_filter_radio_field .wc-radios, .rprow_category_radio_field .wc-radios, .rprow_tag_radio_field .wc-radios {
display: block;
margin: 0;
float: unset !important;
margin-left: 146px !important;
}

.rprow_filter_radio_field .wc-radios li {
padding: 10px !important;
}

.rprow_category_radio_field .wc-radios li {
padding: 10px !important;
}

.rprow_tag_radio_field .wc-radios li {
padding: 10px !important;
}

.rprow_filter_radio_field {
/* display: flex; */
}

/* END */


/* ----------------- */

.rprow-product-list-wrap {
position: relative;
}

.rprow-product-list-wrap .rprow-parent-next-button,
.rprow-product-list-wrap .rprow-parent-back-button {
position: absolute;
top: 40%;
z-index: 99;
margin-top: -13px;
}

.rprow-product-list-wrap .rprow-parent-next-button {
right: 0;
}

.rprow-product-list-wrap .rprow-parent-back-button {
left: 0;
}

.rprow-product-list-wrap .rprow-parent-next-button .rprow-next-button,
.rprow-product-list-wrap .rprow-parent-back-button .rprow-back-button {
height: 95px;
position: static;
}

@media only screen and (max-width: 600px) {
.rprow-parent-front-product-container>.rprow-product-container {
  width: 50%;
}
}

.rprow-parent-front-product-container{
  display: flex;
  /* border: solid ; */
  margin-bottom: 25px;
  /* justify-content: space-around; */
}

.rprow-parent-front-product-container {
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

.rprow-product-container{
  text-align: center;
  width: 16.6%;
  padding: 10px;
  /* margin: auto; */

}

@media only screen and (min-width:1300px) {

  .rprow-desktop-six-columns .rprow-product-container{
    width: 16.6%;
  }

  .rprow-desktop-four-columns .rprow-product-container{
    width: 25%;
  }

  .rprow-desktop-five-columns .rprow-product-container{
    width: 20%;
  }
}


.rprow-loader.rprow-related-products-loader>a {
display: inline-block;
/* max-width: 60px; */
width: 100%;
margin: 0;
padding: 0;
}

.rprow-loader.rprow-related-products-loader>a img
{
width: 100%;
max-width: 100% !important;
}

.rprow-page-display {
transition: all 500ms ease-in;
}

.rprow-related-products-front-title, .rprow-upsell-products-front-title, .rprow-related-products-mini-front-title {
height: auto;
font-size: large;
position: relative;
text-align: left;
padding: 0 10px;
}

.rprow-parent-front-product-container{
flex-wrap: wrap;
width: 100%;
padding: 10px;
padding-right: 30px;
padding-left: 30px;
}

.rprow-image-container>img {
max-width: inherit;
width: 100%;
height: auto;
border-radius: 6px !important;
}


.rprow-addtocart-btn-div {
clear: both;
width: 100%;
padding-top: 20px;
text-align: center;
}

.rprow-addtocart-btn-div a {
display: inline-block;
}

.rprow-product-title a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}



.rprow-product-list-wrap {
position: relative;
clear: both;
margin-top: 10px;
}

.rprow-product-list-wrap .rprow-parent-next-button,
.rprow-product-list-wrap .rprow-parent-back-button {
position: absolute;
top: 50%;
z-index: 99;
margin-top: -45px;
}

.rprow-product-list-wrap .rprow-parent-next-button {
right: 0;
}

.rprow-product-list-wrap .rprow-parent-back-button {
left: 0;
}

.rprow-product-list-wrap .rprow-parent-next-button .rprow-next-button,
.rprow-product-list-wrap .rprow-parent-back-button .rprow-back-button {
height: 90px;
position: static;
width: 30px;
border: 0;
}

.rprow-products-wrapdiv-back {
width: 100%;
clear: both;
}

.rprow-products-wrapdiv-back .rprow-manage-history-div {
width: 100%;
clear: both;
}

.rprow-products-wrapdiv-back .rprow-back-product-parent .rprow-back-product-container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}


@media only screen and (max-width: 600px) {
.rprow-parent-front-product-container>.rprow-product-container {
  width: 50%;
}
.rprow-product-list-wrap{
  margin-top: 10px;
  clear: both;
  display: block;
}
}


/* ------ gride format ----- */
@media only screen and (min-width:1300px) {

.rprow-desktop-six-columns .rprow-product-container{
  width: 16.6%;
}

.rprow-desktop-four-columns .rprow-product-container{
  width: 25%;
}

.rprow-desktop-five-columns .rprow-product-container {
  width: 20%;
}

.rprow-products-wrapdiv-back .rprow-back-product-parent .rprow-back-product-container > .rprow-back-product-div {
  width: 30%;
  box-sizing: border-box;
  padding: 15px;
  border: solid #D3D3D3 1px;
  margin: 10px;
  border-radius: 10px;
}
}

@media only screen and (min-width:768px) and (max-width:1299px) {

.rprow-tab-three-columns .rprow-product-container {
  width: 33.3%;
}

.rprow-tab-four-columns .rprow-product-container {
  width: 25%;
}

.tabColumns .rprow-product-container {
  width: 50%;
}

.rprow-products-wrapdiv-back .rprow-back-product-parent .rprow-back-product-container > .rprow-back-product-div {
  width: 30%;
  box-sizing: border-box;
  padding: 15px;
  border: solid #D3D3D3 1px;
  margin: 10px;
  border-radius: 10px;
}
}

@media only screen and (max-width:767px) {

.rprow-mobile-one-columns .rprow-product-container{
  width: 100%;
}

.rprow-mobile-two-columns .rprow-product-container {
  width: 50%;
}

.rprow-products-wrapdiv-back .rprow-back-product-parent .rprow-back-product-container > .rprow-back-product-div {
  width: 45%;
  box-sizing: border-box;
  padding: 10px;
  border: solid #D3D3D3 1px;
  margin: 5px;
  border-radius: 10px;
}

input:checked+.slider:before {
  transform: translateX(20px);
}

.rprow-rvps-remove-single-product {
  margin-top: 5px;
  padding: 7px;
  margin-bottom: 10px;
  height: fit-content;
  font-size: small;
}

.rprow-mobile-two-columns .rprow-product-rating,
.rprow-mobile-two-columns .rprow-product-title {
  height: 25px;
}
}

/* --- Removed from all-products-onsale-setting.php ----- */

.setting-help-tip .tooltipdata {
display: none;
}

.setting-help-tip:hover .tooltipdata {
display: block;
}

@media screen and (max-width:700px) {
h1 {
  line-height: normal;
}

.setting-help-tip .tooltipdata,
.setting-help-tip .tooltipdata {
  /* right: 5px;
  left: inherit !important; */
  width: 300px !important;
}

.form-table th {
  padding-left: 0;
}

.form-table td {
  margin-left: 0;
}

/* .select2-container {
  width: 300px !important;
} */
}

/* Width  */
.rprow-phrp-cat-exc-parent, .rprow-phrp-cat-inc-parent {
width: 400px !important;
}

/* =========== Title Loader=============== */
.rprow-related-products-title-loader, .rprow-phrp-title-loader,
.rprow-related-products-mini-title-loader,
.rprow-upsell-products-title-loader{
position: absolute;
top: 0px;
margin-top: 5px;
background: #ffffff;
height: 100%;
}

.rprow-loader.rprow-related-products-loader,
.rprow-loader.rprow-related-products-mini-loader,
.rprow-loader.rprow-upsell-products-loader{
text-align: center;
width: 100%;
top: 0px !important;
}

.rprow-loader.rprow-related-products-loader>a,
.rprow-loader.rprow-related-products-mini-loader > a,
.rprow-loader.rprow-upsell-products-loader > a{
display: inline-block;
/* max-width: 60px; */
width: 100%;
margin: 0;
padding: 0;
}

.rprow-loader.rprow-related-products-loader>a img,
.rprow-loader.rprow-related-products-mini-loader > a img,
.rprow-loader.rprow-upsell-products-loader > a img{
width: 100%;
max-width: 100% !important;
}

.rprow-related-products-title-loader img,
.rprow-related-products-mini-title-loader img,
.rprow-phrp-title-loader img,
.rprow-upsell-products-title-loader img {
width: 90%;
height: auto;
}

.rprow-image-container>img {
max-width: inherit;
width: 100%;
height: auto;
border-radius: 6px !important;
}

.rprow-related-products-title-loader,
.rprow-related-products-mini-title-loader,
.rprow-phrp-product-title-loader,
.rprow-upsell-products-title-loader{
width: 100%;
height: 100%;
background: #ffffff;
}

.rprow-related-products-title-loader img,
.rprow-related-products-mini-title-loader img,
.rprow-phrp-product-title-loader img{
width: 90%;
height: auto;
}

.rprow-related-products-title-loader,
.rprow-phrp-product-title-loader,
.rprow-related-products-mini-title-loader,
.rprow-related-products-mini-title-loader{
width: 100%;
height: 100%;
background: #FFF;
margin: 0;
}

.rprow-related-products-title-loader img,
.rprow-related-products-mini-title-loader img,
.rprow-phrp-product-title-loader img,
.rprow-upsell-products-title-loader img{
height: 100%;
width: auto;
}

.rprow-loader.rprow-related-products-loader,
.rprow-related-products-mini-loader,
.rprow-phrp-loader{
width: 100%;
  height: 100%;
  background-color: #d3d3d3;
}

.rprow-loader.rprow-related-products-loader>a img,
.rprow-related-products-mini-loader > a img,
.rprow-phrp-loader>a img{
height: 100% !important;
width: auto;
max-width: inherit !important;
}

.rprow-loader.rprow-related-products-loader>a,
.rprow-related-products-mini-loader>a
.rprow-phrp-loader>a{
width: 100%;
  height: 100%;
}

.rprow-product-info{
position: relative;
}
/* ========purchase related============= */
.rprow-product-container,
.rprow-buy-again-product-container {
  text-align: center;
  width: 16.6%;
  padding: 10px;
  /* margin: auto; */

}

.rprow-parent-front-product-container,
.rprow-buy-again-front-parent-container {
  display: flex;
  /* border: solid ; */
  margin-bottom: 25px;
  /* justify-content: space-around; */
}

.rprow-buy-again-front-title,
.rprow-phrp-front-title
{
  height: auto;
  font-size: large;
  position: relative;
  text-align: left;
  padding: 0 10px;
}

.rprow-parent-front-product-container,
.rprow-buy-again-front-parent-container {
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

.rprow-buy-again-product-container {
  position: relative;
}

.rprow-buy-again-product-container input[type="checkbox"] {
  position: absolute;
  left: 27px;
  top: 25px;
  transform: scale(1.3);
}

.rprow-buy-again-product-container .rprow-image-container > img {
  max-width: inherit;
  width: 100%;
  height: auto;
  border-radius: 6px !important;
}

.rprow-phrp-tag-inc-parent, .rprow-phrp-tag-exc-parent, .rprow-buy-again-cat-exc-parent, .rprow-buy-again-cat-inc-parent, .rprow-buy-again-tag-inc-parent , .rprow-buy-again-tag-exc-parent {
  width: 400px;
}

@media only screen and (min-width:1300px) {

  .rprow-desktop-six-columns .rprow-product-container,
  .rprow-desktop-six-columns .rprow-buy-again-product-container {
    width: 16.6%;
  }

  .rprow-desktop-four-columns .rprow-product-container,
  .rprow-desktop-four-columns .rprow-buy-again-product-container {
    width: 25%;
  }

  .rprow-desktop-five-columns .rprow-product-container,
  .rprow-desktop-five-columns .rprow-buy-again-product-container {
    width: 20%;
  }

  .rprow-buy-again-front-parent-container .rprow-buy-again-product-container {
    width: 16.66%;
  }

  .rprow-products-wrapdiv-back .rprow-back-product-parent .rprow-back-product-container > .rprow-back-product-div {
    width: 30%;
    box-sizing: border-box;
    padding: 15px;
    border: solid #D3D3D3 1px;
    margin: 10px;
    border-radius: 10px;
  }
}

@media only screen and (min-width:768px) and (max-width:1299px) {

  .rprow-tab-three-columns .rprow-product-container,
  .rprow-tab-three-columns .rprow-buy-again-product-container {
    width: 33.3%;
  }

  .rprow-tab-four-columns .rprow-product-container,
  .rprow-tab-four-columns .rprow-buy-again-product-container {
    width: 25%;
  }

  .tabColumns .rprow-product-container,
  .tabColumns .rprow-buy-again-product-container {
    width: 50%;
  }

  .rprow-buy-again-front-parent-container .rprow-buy-again-product-container {
    width: 33.3%;
  }

  .rprow-products-wrapdiv-back .rprow-back-product-parent .rprow-back-product-container > .rprow-back-product-div {
    width: 30%;
    box-sizing: border-box;
    padding: 15px;
    border: solid #D3D3D3 1px;
    margin: 10px;
    border-radius: 10px;
  }
}

@media only screen and (max-width:767px) {

.rprow-mobile-one-columns .rprow-product-container,
.rprow-mobile-one-columns .rprow-buy-again-product-container {
  width: 100%;
}

.rprow-mobile-two-columns .rprow-product-container,
.rprow-mobile-two-columns .rprow-buy-again-product-container {
  width: 50%;
}

.rprow-buy-again-front-parent-container .rprow-buy-again-product-container {
  width: 50%;
}

.rprow-products-wrapdiv-back .rprow-back-product-parent .rprow-back-product-container > .rprow-back-product-div {
  width: 45%;
  box-sizing: border-box;
  padding: 10px;
  border: solid #D3D3D3 1px;
  margin: 5px;
  border-radius: 10px;
}

input:checked+.slider:before {
  transform: translateX(20px);
}
}

.rprow-buy-again-page-redirect-radio #new,
.rprow-buy-agian-no-of-days-radio input[type="radio"],
.rprow-buy-again-cat-tag-radio input[type="radio"],
.rprow-buy-again-tag-inc-exc-selection input[type="radio"],
.rprow-buy-again-cat-inc-exc-selection input[type="radio"],
.rprow-phrp-page-redirect-radio #new,
.rprow-phrp-no-of-days-radio input[type="radio"],
.rprow-phrp-cat-tag-radio input[type="radio"],
.rprow-phrp-cat-inc-exc-selection input[type="radio"],
.rprow-phrp-tag-inc-exc-selection input[type="radio"]{
margin-top: 12px;
}

.rprow-buy-again-page-redirect-radio #new+label,
.rprow-buy-agian-no-of-days-radio input[type="radio"]+label,
.rprow-buy-again-cat-tag-radio input[type="radio"]+label,
.rprow-buy-again-tag-inc-exc-selection input[type="radio"]+label,
.rprow-buy-again-cat-inc-exc-selection input[type="radio"]+label,
.rprow-phrp-page-redirect-radio #new+label,
.rprow-phrp-no-of-days-radio input[type="radio"]+label,
.rprow-phrp-cat-tag-radio input[type="radio"]+label,
.rprow-phrp-cat-inc-exc-selection input[type="radio"]+label,
.rprow-phrp-tag-inc-exc-selection input[type="radio"]+label{
margin-top: 15px;
display: inline-block;
}

.rprow-buy-agian-no-of-days-radio input[type="radio"]:first-child,
.rprow-buy-agian-no-of-days-radio input[type="radio"]:first-child+label,
.rprow-buy-again-cat-tag-radio input[type="radio"]:first-child,
.rprow-buy-again-cat-tag-radio input[type="radio"]:first-child+label,
.rprow-buy-again-tag-inc-exc-selection input[type="radio"]:first-child,
.rprow-buy-again-tag-inc-exc-selection input[type="radio"]:first-child+label,
.rprow-buy-again-cat-inc-exc-selection input[type="radio"]:first-child+label,
.rprow-phrp-no-of-days-radio input[type="radio"]:first-child,
.rprow-phrp-no-of-days-radio input[type="radio"]:first-child+label,
.rprow-phrp-cat-tag-radio input[type="radio"]:first-child,
.rprow-phrp-cat-tag-radio input[type="radio"]:first-child+label,
.rprow-phrp-cat-inc-exc-selection input[type="radio"]:first-child,
.rprow-phrp-cat-inc-exc-selection input[type="radio"]:first-child+label,
.rprow-phrp-tag-inc-exc-selection input[type="radio"]:first-child,
.rprow-phrp-tag-inc-exc-selection input[type="radio"]:first-child+label{
margin-top: 0;
}

.rprow-required {
color: red;
}

.rprow-phrp-product-title-loader{
position: absolute;
top: 0px;
margin-top: 5px
}

.rprow-phrp-loader{
text-align: center;
width: 100%;
top: 0px !important;
}

.rprow-phrp-loader>a{
display: inline-block;
/* max-width: 60px; */
width: 100%;
margin: 0;
padding: 0;
}

.rprow-phrp-loader>a img{
width: 100%;
max-width: 100% !important;
}

/* ====widget========== */
.rprow-product-parent-widget {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
width: 100%;
}

.rprow-product-parent-widget {
flex-wrap: wrap;
justify-content: space-between;
padding-top: 30px;
}

.product-container-widget {
width: 48%;
padding: 0 0 10px;
margin-bottom: 10px;
border: 1px solid #c6c7c9;
border-radius: 5px;
text-align: center;
}

.product-container-widget a {
display: block;
padding: 10px;
}

.product-container-widget .rprow-product-title {
padding-top: 10px;
}

.product-container-widget .rprow-product-title a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}

.widget-title {
margin-bottom: 3px !important;
font-weight: 600 !important;
}

.rprow-product-sale-price{
background: #b80e0e;
color: white;
padding-right: 5px;
padding-left: 5px;
border-radius: 3px;
font-size: 15px;
}

.rprow-next-button, .rprow-back-button {
/* position: absolute; */
top: 140px;
height: 95px;
width: 30px;
right: 0px;
padding: 0px !important;
}


/* Clipboard remove background */
.rprow-phrp-front-clipboard-button, .rprow-buy-again-front-clipboard-button, .rprow-related-clipboard-button, .clipboard {
background-color: white !important;
border: none;
}

/* Seemore purchase realted middle on all page */
.rprow-back-product-parent {
text-align: center;
}




/* ---- */
@media only screen and (max-width:767px) {

.rprow-display-mode input[type="radio"],
.rprow-shortcode-option input[type="radio"]{
  margin-top: 8px;
}
.rprow-display-mode input[type="radio"] + label,
.rprow-shortcode-option input[type="radio"] + label{
  margin-top: 8px;
  display: inline-block;
} 
}
/* @media only screen and (min-width:450px) and (max-width:767px) {
.rprow-tab-three-columns .rprow-product-container,
.rprow-tab-three-columns .rprow-buy-again-product-container {
  width: 33.3%;
}
} */

.rprow-related-products-mini-front-title > b {
/* margin-left: -320px !important; */

}

/* SFT custom Footer 3-01-2024 */

.rprow-pro{
margin: 5px;
color: white;
background: red;
border-radius: 12px;
font-size: 12px;
padding-left: 6px;
padding-right: 6px;
padding-top: 3px;
padding-bottom: 3px;
}

.rprow-upgrade-col1 .btn {
cursor: pointer;
margin-left: 10px;
color: white;
background: #00978D;
border: none;
width: 200px;
font-weight: 600;
border-radius: 10px;
}

.rprow-upgrade-col1 h3 {
color: white;
}

.rprow-upgrade-pro-btn {
float: right;
}

.rprow-upgrade-pro-btn {
justify-content: flex-end;
}

.rprow-setting-tabs > .nav-tab-wrapper > .nav-tab-active{
padding: 10px;
background: white;
color: #0a263f;
border-left: 1px solid #0a263f;
border-right: 1px solid #0a263f;
border-top: 1px solid #0a263f;
margin-left: 2px;
margin-right: 2px;
}

.rprow-setting-tabs > .nav-tab-wrapper > .nav-tab:hover{
padding: 10px;
background: white;
color: #0a263f;
border-left: 1px solid #0a263f;
border-right: 1px solid #0a263f;
border-top: 1px solid #0a263f;
}

.rprow-setting-tabs .nav-tab-wrapper{
border-bottom: none;
}

.rprow-setting-tabs .nav-tab {
padding: 10px;
border: 1px solid #ffffff;
background: #0a263f;
color: white;
margin: 0px;
}

.rprow-setting-section{
background: white;
border-radius: 10px;
padding: 20px;
}

.rprow-setting-tabs tr{
margin: 5px;
border-bottom: 1px solid #f3f6fa;
padding: 5px;
}

.rprow-setting-tabs th{
width: 400px !important;
}

.rprow-tab-wrapper{
display: flex;
}

.rprow-upgrade-pro-btn .btn{
margin-left: 10px;
color: white;
background: #00978D;
border: none;
padding: 17px;
width: 200px;
font-weight: 600;
}

.rprow-footer-upgrade{
margin-top: 20px;
display: flex;
background: #0A2540;
border-radius: 16px;
}

.sft-logo{
background: white;
padding: 15px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}

.rprow-upgrade-col1{
font-size: large;
font-weight: 600;
color: white;
padding: 10px;
padding-top: 40px;
text-align: center;
}

.rprow-upgrade-col1 .btn{
margin: 10px;
background: white;
border: none;
color: #00978D;
padding: 17px;
width: 200px;
}

.rprow-upgrade-col{
margin: 10px;
padding: 5px;
border: 2px dotted white;
border-radius: 7px;
color: white
}


@media screen and (max-width:500px) {
.rprow-mobile-two-columns .rprow-product-rating, .rprow-mobile-two-columns .rprow-product-title{
  height: auto;
}
.rprow-mobile-two-columns .rprow-product-rating span{
  font-size: 12px;
}
.rprow-next-button, .rprow-back-button{
  width: 24px;
}
}

/* -------- */

@media screen and (min-width:1200px){
.rprow-desktop-two-columns .rprow-related-products-mini-parent-front-container > .rprow-product-container{
  width: 50%;
}
.rprow-desktop-one-columns .rprow-related-products-mini-parent-front-container > .rprow-product-container{
  width: 100%;
}
.rprow-desktop-three-columns .rprow-related-products-mini-parent-front-container > .rprow-product-container{
  width: 33.33%;
}
.rprow-related-products-mini-front-title > b {
  /* margin-left: -260px !important; */
}

 .rprow-related-products-mini-front-title > b{ margin-left: 0 !important;}
}
@media screen and (min-width:500px) and (max-width:1200px){
.rprow-tab-two-columns .rprow-related-products-mini-parent-front-container > .rprow-product-container{
  width: 50%;
}
.rprow-tab-one-columns .rprow-related-products-mini-parent-front-container > .rprow-product-container{
  width: 100%;
}

.rprow-related-products-title-loader, .rprow-phrp-title-loader, .rprow-related-products-mini-title-loader, .rprow-upsell-products-title-loader{
  padding-bottom: 5px;
  background: #ffffff;
}
.rprow-related-products-mini-front-title > b {
  /* margin-left: -265px !important; */
}


}
@media screen and (max-width:500px){
.rprow-mobile-one-columns .rprow-related-products-mini-parent-front-container > .rprow-product-container{
  width: 100%;
}
.rprow-mobile-two-columns .rprow-related-products-mini-parent-front-container > .rprow-product-container{
  width: 50%;
}
.rprow-related-products-title-loader img, .rprow-related-products-mini-title-loader img, .rprow-phrp-product-title-loader img, .rprow-upsell-products-title-loader img{ height: auto;}
.rprow-related-products-title-loader, .rprow-phrp-title-loader, .rprow-related-products-mini-title-loader, .rprow-upsell-products-title-loader{
  background: #ffffff;
  height: 100%;
}
.rprow-buy-again-front-title, .rprow-phrp-front-title{ overflow: hidden;}
}

@media screen and (min-width:1024px) and (max-width:1350px){
.rprow-related-products-title-loader img, .rprow-related-products-mini-title-loader img, .rprow-phrp-title-loader img, .rprow-upsell-products-title-loader img{ width: 90%; height: auto;}


}

@media screen and (min-width:1300px){
.rprow-phrp-title-loader{
  padding: 7px 0;
  background: #ffffff;
}
.rprow-related-products-mini-front-title > b {
  /* margin-left: -320px !important; */
}
}

/* ----new update ---- */
.rprow-product-sale-price{
display: inline-block;
line-height: 20px;
padding: 0 5px;
}
.rprow-related-products-mini-front-title{
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

/* ============ Fixes for the Frontend Widget [12 July 2024] ============ */
.rprow-widget-title-container {
margin: 20px 0px;
padding: 0px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-end;
gap: 10px;
}

.rprow-widget-title-container h2 {
margin: 0px !important;
line-height: 1;
}

.rprow-widget-title-container > .rprow-pagination-container {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 10px;
}

.rprow-image-container>img {
/* width: 250px; */
/* height: 250px; */
position: relative;
z-index: -1 !important;
}

/* Adding Border Radius for the Background of Image - Loader */
.rprow-product-thumbnail {
border-radius: 5px;
}

/* Title Container Fixes for the Backend Pages */
#rprow_label.rprow-title {
  width: 100%;
  max-width: 380px; 
}

@media screen and (max-width: 560px) {
  #rprow_label.rprow-title {
    width: auto !important; 
  }
}

/* Minor Fixes On Backend Pages for Radio Buttons Container */
.rprow-radio-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rprow-radio-buttons-container > div {
  display: flex;
  align-items: center;
}

.rprow-required, .rprow-ai-request-warning{
  color:red;
}


/* ======================================== */
.rprow-license-disable-submit{
  background-color: #c4c4c4cb;
  border: none;
  color: white;
  padding: 10px;
  border-radius: 5px;
}