/*
Theme Name: Robeto Child
Theme URI: http://robeto.novaworks.net
Description: This is a child theme for Robeto Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: robeto
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/







/****************************************************************/
/****************************************************************/
/****************************************************************/

/* Wrapper */
.form-style-1 {
  max-width: 900px;
  margin: auto;
  font-family: Arial, sans-serif;
  padding: 20px;
}

/* Grid system */
.columns_wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.column-1_2 {
  flex: 1;
}
.column-1_1 {
  flex: 100%;
}

/* Input underline style */
.style-line input,
.style-line textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 10px 35px;
  font-size: 14px;
  background: transparent;
  outline: none;
  transition: border-color 0.3s;
}
.style-line input:focus,
.style-line textarea:focus {
  border-color: #BD2E5C;
}

/* Add left icons */
.icon-name { position: relative; }
.icon-name:before {
  content: "👤";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.icon-email { position: relative; }
.icon-email:before {
  content: "✉️";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.icon-phone { position: relative; }
.icon-phone:before {
  content: "📞";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.icon-subject { position: relative; }
.icon-subject:before {
  content: "ℹ️";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.icon-textarea { position: relative; }
.icon-textarea:before {
  content: "✏️";
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 16px;
}

/* Textarea spacing */
.style-line textarea {
  height: 40px;
}

/* Submit button */
.wpcf7-submit {
  background-color: #BD2E5C !important;
  color: #fff !important;
  padding: 14px 28px !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.wpcf7-submit:hover {
  background-color: #9c244c !important;
}

/* Acceptance checkbox */
.wpcf7-acceptance {
  font-size: 13px;
  margin-top: 10px;
  display: block;
}
.wpcf7-acceptance a {
  color: #BD2E5C;
  text-decoration: underline;
}

.sub-cate-cont .elementor-image-box-description a {
    background: #20652f;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.3px;
}
.pro-price table tr:nth-child(odd) {
    background: transparent;
}
.productcate-pg-cont .cat-name h2 {
    margin: 0px;
    color: #fff;
    font-family: 'Jost';
}
.productcate-pg-cont .cat-name {
    margin: 0px !important;
    background: #20652f;
    padding: 6px;
}
p {
    margin: 0 !important;
}
.info-right .price del {
    color: rgb(255 255 255 / 70%) !important;
}
.pro-price .woocommerce-variation-price {
    display: none;
}

.custom-cat-thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 10px;
}
.archive .info-right .price del {
    color: #000 !important;
}
#thub-cate-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    background-size: cover;
}
ul#humburger-menu-tabs {
    display: none;
}
div#MenuOffCanvas_f9a4e56 .tabs-content {
    display: block;
    width: 100%;
    border: none;
}
div#MenuOffCanvas_f9a4e56 .tabs-content .header-mobiles-primary-menu a {
    padding: 0;
}

@media screen and (max-width: 1024px) {
	#size-cate-pg{
		overflow: auto;
		white-space: nowrap;
	}
}


