@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
font-size: 16px;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
text-decoration: none !important;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: "Roboto", sans-serif;
font-size: 1rem;
line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #02112b;
text-decoration: none;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #02112b;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.wmc-count-rb {
display: flex;
position: relative;
left: -10px;
width: 20px;
height: 20px;
align-items: center;
justify-content: center;
border-radius: 40px;
background: #ed7c22;
color: #FFFFFF;
font-size: 0.875rem;
font-weight: 400;
letter-spacing: -1px;
margin-bottom: -5px;
}
.cart-total-value {
padding-left: 20px;
font-size: 1rem;
font-weight: 500;
}
.product .summary form.cart
{
margin-bottom:0px !important;	
}
.main-warranty {
margin-top: 25px;
}
.woocommerce button.single_add_to_cart_button.button.alt{
margin-top:18px !important;
}
.woocommerce div.product form.cart div.quantity{
margin-top: 15px !important;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page { }
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary { }
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.custom-heading-h2 h2 {
position: relative;
}
.custom-heading-h2 h2:before {
content: "";
width: 115px;
position: absolute;
bottom: -33px;
left: 50%;
transform: translateX(-50%);
background: url(//shop.multipromachines.com/wp-content/uploads/2022/09/heading-tick.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
height: 20px;
}
.latest-news .elementskit-post-image-card {
background: none !important;
box-shadow: none !important;
}
.latest-news .elementskit-entry-header:before {
box-shadow: 5px 20px 10px -10px rgb(0 0 0 / 50%);
content: "";
width: 100%;
height: 50px;
position: absolute;
bottom: 20px;
left: 0;
transform: rotate(5deg);
z-index: -1;
}
.latest-news .elementskit-entry-header:after {
box-shadow: -5px 20px 10px -10px rgb(0 0 0 / 50%);
content: "";
width: 100%;
height: 50px;
position: absolute;
bottom: 20px;
left: 0;
transform: rotate(-5deg);
z-index: -1;
}
.latest-news .ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
opacity: 1;
}
.footer-anchor a {
color: #FFFFFF;
transition: all .4s ease;
}
.footer-anchor a:hover {
color: #707070;
}
.contact-link a {
color: #000000;
transition: all .4s ease;
}
.contact-link a:hover {
color: #EE2D27;
}
.footer-menu .elementskit-navbar-nav {
list-style: none;
padding: 0;
margin: 0;
}
.footer-menu .elementskit-navbar-nav li.menu-item {
display: inline-block;
width: 100%;
padding: 0;
margin: 0;
position: relative;
padding-left: 20px;
}
.footer-menu .elementskit-navbar-nav li.menu-item a {
padding: 0;
}
.footer-menu .elementskit-navbar-nav li:before {
content: "\f30b";
font-family: "Font Awesome 5 Free";
font-weight: 900;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
position: absolute;
top: 4px;
left: 0;
color: #fff;
}
.price-value {
font-size: 7em;
line-height: 1;
color: #0a1c37;
}
.price-prefix {
font-size: 1rem;
margin-right: 60px;
}
.woocommerce-product-gallery__image,
.yith_magnifier_thumbnail:not(.yith_magnifier_thumbnail>a) {
border: 1px solid #ededed;
}
.header-wrapper-cart {
position: relative;
}
.wmc-count {
position: absolute;
display: flex;
width: 16px;
height: 16px;
background: #F00;
border-radius: 50px;
font-size: 12px;
align-items: center;
justify-content: center;
top: 0;
left: 10px;
}
.wmc-subtotal .amount {
color: #ee2d27;
}
.mar-rig-20 {
margin-right: 19px;
}
.header-wrapper-cart {
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: #FFFFFF;
}
.header-cart-icon i {
font-size: 22px;
}
h1.head-titles {
margin: 0;
font-size: 2.5rem;
line-height: 45px;
color: #FFFFFF;
}
.banner-breadcrumb ul {
list-style: none;
display: flex;
padding: 0;
margin: 0;
align-items: center;
}
.banner-breadcrumb ul li a {
color: #FFFFFF;
font-weight: 300;
}
.banner-breadcrumb ul li {
padding-right: 8px;
color: #FFFFFF;
font-weight: 300;
}
strong.bread-current {
font-weight: 300;
}
.banner-breadcrumb ul {
list-style: none;
display: flex;
padding: 0;
margin: 0;
align-items: center;
margin-top: 25px;
}
.white-text a {
color: #FFFFFF;
transition: 400ms;
}
.white-text a:hover {
color: #EE2D27;
}
.banner-header {
position: relative;
margin: 100px 0;
background-color: #000000ad;
padding: 30px;
display: inline-block;
}
.banner-header-wrap {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.banner-breadcrumb ul li a {
transition: 300ms;
}
.pro-softika-logo {
position: absolute; right: 0;
}
.extra-pad {
padding-left: 55px !important;
width: 100%;
}
.banner-breadcrumb ul li a:hover {
color: #ed7c22;
}
.banner-breadcrumb ul li br {
display: none;
}
.woocommerce-breadcrumb {
margin: 20px 0 20px 0px;
padding: 0;
font-size: .92em;
color: #0a1c37;
}
.woocommerce-breadcrumb a,
.woocommerce-MyAccount-content a {
text-decoration: none;
color: #0a1c37;
transition: 300ms;
}
.woocommerce-breadcrumb a:hover,
.woocommerce-MyAccount-content a:hover {
text-decoration: none;
color: #ee2d27;
}
.woocommerce-breadcrumb::after,
.woocommerce-breadcrumb::before {
content: ' ';
display: table
}
.woocommerce-breadcrumb::after {
clear: both
}
.about-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item {
margin-bottom: 15px;
}
.about-us-table .table-list,
.spec-table table {
border-collapse: collapse;
width: 100%;
}
.about-us-table .table-list tr {
border: 1px solid #0A1C37;
}
.about-us-table .table-list th,
.about-us-table .table-list td {
padding: 15px;
border: 1px solid #0A1C37;
text-align: left;
}
.about-us-table .table-list ul {
list-style: none;
padding: 0;
margin: 0;
}
.about-us-table .table-list ul li {
padding-bottom: 10px;
}
.about-us-table .table-list tr:nth-child(odd) td,
.about-us-table .table-list tr:nth-child(odd) th,
.spec-table tr:nth-child(odd) td {
background: rgba(30, 78, 157, 0.10);
}
.achieve-gallery .elementor-image-gallery .gallery-columns-3 .gallery-item {
width: 100%;
max-width: 100%;
}
.achieve-gallery .wp-caption-text.gallery-caption {
background: #0a1c37;
color: #FFFFFF !important;
padding: 10px;
}
.spec-table table th {
background: #0a1c37;
color: #FFFFFF;
padding: 10px;
font-weight: 500;
}
.spec-table table th:not(:last-child) {
border-right: 1px solid #FFFFFF;
}
.spec-table table td {
padding: 10px;
border: 1px solid #0a1c37;
}
.table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.spec-table table td {
padding: 10px;
}
table.table {
--bs-table-bg: transparent;
--bs-table-accent-bg: transparent;
--bs-table-striped-color: #212529;
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: #212529;
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
--bs-table-hover-color: #212529;
--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
vertical-align: top;
caption-side: bottom;
border-collapse: collapse;
}
.my-3 {
margin: 1.5rem 0;
}
li#menu-item-499 {
display: none;
}
.apsw-search-wrap .apsw-select-box-wrap {
display: none;
}
.apsw-search-wrap .apsw-search-form {
border-radius: 50px;
}
.elementor-widget-container .apsw-search-wrap .apsw-search-form input[type=search] {
margin: 0px !important;
}
.elementor-widget-container form.apsw-search-form.both button.apsw-search-btn {
background: #ee2d27;
border-radius: 50px;
width: 46px;
padding: 8px;
height: 46px;
margin-right: 4px;
}
.apsw-search-wrap .apsw-search-btn svg {
fill: #FFFFFF !important;
}
ul#menu-our-products li#menu-item-491>a:before {
content: "\f0c9";
font-family: "Font Awesome 5 Free";
font-weight: 900;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
line-height: 1;
position: absolute;
top: 50%;
left: 0;
color: #fff;
background: #F00;
transform: translateY(-50%);
font-size: 1.25rem;
padding: 6px;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
}
ul#menu-our-products li#menu-item-491>a:after {
content: "";
height: 36px;
width: 2px;
background: #C1C1C1;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.justify-center {
justify-content: center;
}
.ays-pb-modal {
overflow: auto !important;
}
.ays-pb-modal form.wpcf7-form .wpcf7-form-control {
width: 100%;
}
.ays-pb-modal h2 {
margin: 0;
margin-top: -11px;
}
span.select2-container.select2-container--default.select2-container--open {
z-index: 10000000000;
}
.select2-container {
min-width: 100%;
}
.select2-results {
top: 0px !important;
}
div#wpcf7-f550-o1 p {
text-align: left;
}
div#wpcf7-f550-o1 p {
text-align: left;
font-size: 0.875rem;
color: #02112b;
font-weight: 600;
}
span#select2-products-720-ma-container,
span.select2-selection__rendered {
font-size: 0.875rem;
font-weight: 400;
font-family: 'Roboto';
color: #02112b;
}
.ays_pb_description>p:last-child {
display: none;
}
.ays-pb-modal hr {
display: none;
}
.ays_content_box {
display: none;
}
div#wpcf7-f550-o1 input[type=submit] {
margin: 0;
line-height: 1;
background-color: #02112b;
transition: 400ms;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 10px 18px 10px 18px;
letter-spacing: 1px;
font-weight: 600;
border-radius: 5px;
left: auto;
color: #FFF;
border: 0;
display: inline-block;
background-image: none;
text-transform: uppercase;
}
div#wpcf7-f550-o1 input[type=submit]:hover {
filter: blur(0px) grayscale(0%) brightness(120%);
}
.show-mobile {
display: none;
}
li.product-inq-now {
display: none;
}
ul.products.columns-3 .price .woocommerce-Price-amount.amount:nth-child(2),
ul.products.columns-4 .price .woocommerce-Price-amount.amount:nth-child(2) {
display: none;
}
.latest-news h2.entry-title {
color: #02112b;
}
.custom-head h2 {
position: relative;
}
.custom-head h2 span {
color: #ed7c22;
font-weight: 600;
}
.double-color {
background: linear-gradient(90deg, #ed7c22 50%, #1c1b17 50%);
}
.custom-head h2:before {
content: "";
width: 100%;
position: absolute;
bottom: -24px;
height: 17px;
background: url(//shop.multipromachines.com/wp-content/uploads/2022/12/head-bg.png);
background-repeat: no-repeat;
background-position: center right;
background-size: cover;
z-index: 999;
}
.purpose-secion h3.elementor-image-box-title {
margin: 0;
margin-bottom: 22px;
}
.purpose-secion ul {
padding: 0;
margin: 0;
text-align: left;
list-style: none;
}
.purpose-secion ul li {
position: relative;
margin-bottom: 6px;
padding-left: 32px;
}
.purpose-secion ul li:before {
content: "";
position: absolute;
top: 3px;
left: 4px;
width: 14px;
height: 14px;
background: url(//shop.multipromachines.com/wp-content/uploads/2022/12/arrow-1.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.limited-new {
display: inline-block;
background: #ed7c22;
padding: 5px 16px;
border-radius: 10px;
font-size: 1.5rem;
font-weight: 500;
color: #FFFFFF;
margin-bottom: 12px;
line-height: 1;
text-transform: uppercase;
}
.footer-links a {
transition: 300ms;
}
.footer-links a:hover {
color: #ec7b21;
}
.footer-links a:hover span {
color: #ec7b21;
}
.tax-product_cat form.woocommerce-ordering,
.woocommerce-shop form.woocommerce-ordering {
display: none;
}
p.woocommerce-result-count {
display: none !important;
}
.accordian_header {
cursor: pointer;
font-size: 1.75rem;
line-height: 35px;
background: #666666;
border-radius: 9px;
color: #FFFFFF;
padding: 15px 67px 15px 42px;
display: inline-block;
width: 100%;
position: relative;
}
.product_list_wrap {
background: #f0f0f0;
padding: 30px;
}
.product_list_wrap ul.products li.product a {
text-align: center;
}
.main_product_list_wrap {
display: inline-block;
width: 100%;
margin-bottom: 20px;
}
.inpage-head h2 {
display: inline-block;
color: #000000;
font-family: "Lato", Sans-serif;
font-size: 2rem;
font-weight: 400;
margin: 50px 0px 55px 0;
}
ul.custom-product-data-list {
text-align: left;
padding: 15px 15px 35px 15px !important;
color: #000000;
}
ul.custom-product-data-list li {
margin-bottom: 25px;
display: flex;
font-size: 16px;
}
.loop-feature-icon {
flex: 0 0 32px;
text-align: left;
}
.loop-feature-icon img {
padding: 0 !important;
}
.loop-feature-name {
padding-left: 12px;
}
.product_list_wrap ul.products li.product .button { width: 47%;
clear: both;
}
a.added_to_cart.wc-forward {
display: none!important;
}
.head-call-now a {
transition: 300ms;
}
.head-call-now a:hover {
color: #ed7c22;
}
.woocommerce a.button.added::after {
position: absolute;
right: 5px;
}
a.loop-read-more { font-size: 14px;
margin-top: 6px !important;
background-color: #ed7c22 !important;
padding: 10px 7px 10px 8px !important;
letter-spacing: 1px;
border-radius: 5px;
margin-left: 9px;
width: 33%;
margin-bottom: 6px;
line-height: 1;
float: left;
color: #FFF !important;
text-transform: uppercase;
}
a.loop-spec-btn {
font-size: 14px;
margin-top: 6px !important;
background-color: #ed7c22 !important;
padding: 10px 7px 10px 8px !important;
letter-spacing: 1px;
border-radius: 5px;
margin-left: 9px;
width: 42%;
margin-bottom: 6px;
line-height: 1;
float: left;
color: #FFF !important;
text-transform: uppercase;
}
a.loop-read-more:hover {
background: #CB6412 !important;
}
.woocommerce ul.products li.product .button {
width: 14% !important;
padding: 10px 0px 10px 0px !important;
}
.product_list_wrap ul li .add_to_cart_button {
margin-top: 6px !important;
display: inline-block;
margin-right: 6px !important;
}
.product_list_wrap ul.products.columns-3 li.product {
background: #444444;
border-radius: 9px;
overflow: hidden;
}
.product_list_wrap ul.products li.product a:first-child {
background: #FFFFFF;
display: inline-flex; }
.product_list_wrap ul.products li.product .price {
float: none !important;
}
.product_list_wrap ul.products li.product .price .woocommerce-Price-amount.amount {
font-size: 1.25rem;
}
.accordian_header.is_active {
background: #ed7c22;
}
div#cat-our-pro h2 {
margin-top: 0;
}
.accordian_header:before {
content: "";
position: absolute;
width: 40px;
height: 40px;
background: url(//shop.multipromachines.com/wp-content/uploads/2022/12/drop-down-arrow.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
right: 20px;
}
.cat-features-wrap {
display: flex;
flex-flow: row nowrap;
padding: 37px 0;
}
.grey-1 {
background: #f0f0f0;
}
.grey-2 {
background: #e8e8e8;
}
.grey-3 {
background: #e1e1e1;
}
.cat-features-logo,
.cat-features-img,
.cat-features-desc {
width: 100%;
}
.product-page-heading-title span {
color: #ed7c22;
font-weight: 500;
}
.cat-feature-title {
font-size: 1.625rem;
line-height: 1.2;
font-weight: 500;
color: #000000;
}
.cat-feature-btn {
display: inline-block;
color: #ed7c22;
background: #000000;
padding: 22px 10px;
border-radius: 9px;
font-size: 1.5rem;
line-height: 1;
font-weight: 500;
margin-top: 40px;
width: 100%;
text-align: center;
}
.product-page-heading-title {
background: #000000;
color: #FFFFFF;
font-size: 1.875rem;
text-align: center;
padding: 20px 10px;
font-weight: 400;
border-radius: 9px;
margin: 40px 0;
}
.cat-feature-softika-logo { margin-top: 34px;
margin-bottom: 17px;
}
.cat-feature-cat-tile {
font-size: 2.5rem;
color: #000000;
font-weight: 700;
line-height: 1.2;
}
.cat-feature-img-title {
color: #ed7c22;
font-size: 1.625rem;
display: inline-block;
margin-bottom: 20px;
line-height: 1.2;
}
.featured-product-heads {
background: #000000;
color: #FFFFFF;
font-size: 1.875rem;
text-align: center;
padding: 20px 10px;
font-weight: 400;
border-radius: 9px;
margin: 40px 0;
}
.featured-product-heads span {
color: #ed7c22;
font-weight: 500;
}
.fefature-product-wrap {
display: flex;
}
.feature-pro-title {
font-size: 2.5rem;
line-height: 1.2;
color: #000000;
margin-bottom: 42px;
}
.feature-pro-features ul {
padding: 0;
margin: 0;
list-style: none;
}
.feature-pro-features ul li {
display: flex;
align-items: center;
}
.feature-pro-icon-wrap {
width: 90px;
max-width: 89px;
flex: 0 0 90px;
}
.feature-pro-feature-name {
padding-left: 12px;
color: #000000;
}
.feature-pro-feature-name span:first-child {
font-weight: 400;
display: flex;
margin-bottom: 3px;
}
.new-label {
font-size: 1.5rem;
padding: 8px 21px;
display: inline-block;
background: #ed7c22;
font-weight: 500;
color: #FFFFFF;
border-radius: 8px;
line-height: 1;
}
.feature-pro-cats {
display: block;
line-height: 1.2;
font-size: 2.5rem;
font-weight: 600;
color: #000000;
margin: 15px 0 22px;
}
.feature-pro-add-to-cart a {
display: inline-block;
background: #ed7c22;
padding: 15px 20px;
border-radius: 9px;
line-height: 1;
font-size: 1.25rem;
color: #FFFFFF !important;
text-transform: uppercase;
transition: 300ms;
}
.feature-pro-add-to-cart a:hover {
background: #CB6412;
}
.feature-pro-gif-img {
display: flex;
flex-flow: column nowrap;
margin-bottom: 25px;
}
.feature-pro-gif-img span {
margin-top: 6px;
font-weight: 600;
}
.feature-pro-sec-2 {
max-width: 48%;
flex: 0 0 48%;
padding: 0px 30px;
}
.feature-pro-sec-1,
.feature-pro-sec-3 {
max-width: 26%;
flex: 0 0 26%;
}
.feature-pro-price .woocommerce-Price-amount {
font-size: 2.5rem;
color: #000000;
margin-bottom: 16px;
display: inline-block;
line-height: 1;
font-weight: 600;
}
.featured-product-section:before {
background: url(//shop.multipromachines.com/wp-content/uploads/2022/12/feature-pro-bg.jpg);
content: "";
width: 100%;
height: 80%;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.custom-product-form {
display: flex;
align-items: flex-end;
}
.custom-form-heading {
font-size: 1.5rem;
font-weight: 500;
color: #ff7c0a;
line-height: 1.2;
margin-bottom: 5px;
}
.custom-form-sub-heading {
font-weight: 300;
color: #000000;
font-size: 1rem;
margin-bottom: 30px;
}
button#cf7mls-next-btn-cf7mls_step-1 {
background: #ed7c22;
border-radius: 7px;
padding: 14px 40px;
border: 0;
color: #FFFFFF;
font-weight: 500;
text-transform: uppercase;
font-size: 1.125rem;
line-height: 1;
transition: 300ms;
cursor: pointer;
}
.custompro-form-wrap label input {
background-color: #EEEEEE !important;
width: 100%;
border: 0;
border-radius: 0;
}
.custompro-form-wrap input.wpcf7-submit {
background: #ed7c22;
border: 0;
color: #FFFFFF;
font-weight: 500 !important;
text-transform: uppercase;
font-size: 1.125rem;
line-height: 1;
transition: 300ms;
cursor: pointer;
border-radius: 9px !important;
padding: 11px 40px !important;
}
.custompro-form-wrap input.wpcf7-submit:hover {
background: #cb6412;
}
.custompro-form-wrap {
flex: 0 0 50%;
}
.custompro-form-wrap {
padding: 25px;
border: 6px solid #f5f5f5;
position: relative;
}
.custompro-form-img {
padding-left: 50px;
}
.video-popup-wrap.display-none {
display: none;
}
.flex-div br {
display: none;
}
.flex-div span.wpcf7-form-control-wrap input,
.flex-full p span.wpcf7-form-control-wrap input,
.flex-div-two p span.wpcf7-form-control-wrap input {
font-size: 1.125rem;
height: 50px;
width: 100%;
}
#wpcf7-f2406-o3 .wpcf7-response-output {
color: #000000;
}
.flex-div span.wpcf7-form-control-wrap {
flex: 0 0 33.33%;
width: 33.33%;
max-width: 100%;
padding: 0px 7px;
}
.wpmci-popup-cnt-inr-wrp {
padding: 10px 10px 30px 10px !important;
}
.flex-div-two p {
display: flex;
align-items: center;
width: 100%;
}
.flex-div-two p span.wpcf7-form-control-wrap {
flex: 0 0 50%;
width: 50%;
max-width: 100%;
padding: 0px 7px;
}
.flex-full p span.wpcf7-form-control-wrap {
flex: 0 0 100%;
width: 100%;
max-width: 100%;
padding: 0px 7px;
}
.flex-full {
margin-bottom: 15px;
}
div#wpcf7-f2406-o3 form.wpcf7-form p {
margin: 0;
}
.flex-div-two {
margin: 14px 0px;
}
.flex-full p {
display: flex;
align-items: center;
}
.flex-div p {
display: flex;
align-items: center;
width: 100%;
justify-content: space-evenly;
}
.success-msg-thank {
font-size: 2rem;
font-weight: 500;
color: #ff7c0a;
line-height: 1.2;
margin-bottom: 10px;
text-align: center;
}
.submission-success-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
background: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
}
.success-msg {
font-size: 1rem;
font-weight: 500;
}
.close-thankyou {
cursor: pointer;
margin-top: 20px;
font-weight: 500;
}
div#wpcf7-f1539-o2 form p span input {
width: 100%;
}
.fea-product .woocommerce ul.products li.product a.button.ajax_add_to_cart {
margin: 0 !important;
margin-top: -34px !important;
}
.fea-product ul.products li a {
width: 100%;
}
.fea-product  ul.products li a img {
border: 1px solid #dbdbdb;
margin-bottom: 10px;
}
@media only screen and (max-width: 769px) {
ul#menu-our-products li#menu-item-491>a:after {
display: none;
}
.elementor-container.elementor-column-gap-default {
padding: 5px;
}
.footer-mobile-menu a {
color: #FFFFFF;
font-size: 14px;
line-height: 1;
margin-bottom: 5px;
display: block;
}
.ays-pb-modals.av_pop_modals_1 .ays-pb-modal_1 {
width: 70% !important;
}
.elementor-57 .elementor-element.elementor-element-2735a63 .gallery-item .gallery-caption {
font-size: 1rem;
}
}
@media only screen and (max-width: 450px) {
html {
font-size: 12px;
}
.mobile-hide {
display: none;
}
.show-mobile {
display: block;
}
.show-mobile .elementskit-menu-toggler {
background: #1e4e9d;
margin-right: 20px !important;
color: #FFFFFF !important;
border: 1px solid #FFFFFF !important;
z-index: 99999;
}
.show-mobile .ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
z-index: 999999;
}
.show-mobile .elementskit-menu-toggler .elementskit-menu-hamburger-icon {
background-color: #FFFFFF !important;
height: 2px;
}
.show-mobile .elementor-element.elementor-element-253229d .elementskit-menu-close {
color: #FFFFFF;
border: 1px solid #FFFFFF;
}
.show-mobile {
position: absolute;
top: 14px;
}
.elementor-element-81f2d38 .apsw-search-wrap .apsw-search-form input[type='search'] {
height: 40px;
line-height: 40px;
max-width: calc(100% - 40px);
}
.elementor-widget-container form.apsw-search-form.both button.apsw-search-btn {
width: 36px;
height: 36px;
}
li.product-inq-now {
display: block;
}
span.head-titles {
font-size: 1.375rem;
}
.woocommerce-breadcrumb {
margin: 20px 0px 20px 20px;
}
.elementor-element-ec90a47 {
overflow: hidden;
}
.elementor-element-dba2d2d .elementor-inline-items {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
}
.elementor-image-gallery .gallery-columns-3 {
grid-template-columns: repeat(2, 1fr);
}
.elementor-section-wrap {
padding: 0px 5px;
}
.footer-mobile-menu a {
color: #FFFFFF;
font-size: 14px;
line-height: 1;
margin-bottom: 5px;
display: block;
}
.feature-pro-sec-3 {
margin-top: 75px;
}
.feature-pro-sec-1 {
margin-bottom: 20px;
}
}
.cat-feature-softika-logo img {
mix-blend-mode: multiply;
}
.icon-feature {
width: 20%;
}
.cat-feature-img-title {
width: 80%;
}
.animate-charcter {
background-image: linear-gradient(-225deg, #ffffff 0%, #ed7c22 29%, #ffffff 67%, #ed7c22 100%);
background-size: auto auto;
background-clip: border-box;
background-size: 200% auto;
color: #fff;
background-clip: text;
text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: textclip 2s linear infinite;
display: inline-block;
}
@keyframes textclip {
to {
background-position: 200% center;
}
}
.over-t {
width: 22%;
}
.feature-text {
width: 78%;
}
ul.short-feature li {
margin-top: 10px;
}
div#wpgis-gallery {
display: none;
}
.wpgis-slider-for .btn-prev,
.wpgis-slider-for .btn-next {
opacity: 1 !important;
margin: 0px !important;
background-color: transparent !important;
color: #707070 !important;
font-size: 40px !important;
;
}
.slick-slide {
padding: 40px;
}
ul.psfw-social-icons.round li a {
border-radius: 0;
border: 0;
color: #000;
font-size: 22px;
margin-right: 10px;
}
.product .summary form.cart {
margin: 5px auto 0px auto;
}
.woocommerce-product-gallery__image,
.yith_magnifier_thumbnail:not(.yith_magnifier_thumbnail>a) {
border: none;
}
.feature-pro-img {
margin-bottom: -60px;
}
.feature-pro-img img {
mix-blend-mode: multiply;
}
.elementor-16 .elementor-element.elementor-element-03d1a12 .elementskit-navbar-nav>li>a .elementskit-submenu-indicator {
color: #ffffff;
}
ul.elementskit-dropdown.elementskit-submenu-panel {
padding: 0 !important;
}
.dropdown-item.active,
.dropdown-item:active,
.elementskit-navbar-nav-default .elementskit-submenu-panel>li:hover>a,
.elementskit-navbar-nav-default .elementskit-submenu-panel>li>a:hover {
background-color: #ed7c22 !important;
color: #fff !important;
}
.elementor-16 .elementor-element.elementor-element-03d1a12 .elementskit-navbar-nav .elementskit-submenu-panel>li.current-menu-item>a {
color: #fff !important;
}
.product-type-simple a:first-child { display: inline-block;
}
.archive .product-type-simple a:first-child {
background: #FFF !important;
display: inline-block;
}
.product_list_wrap .woocommerce ul.products li a.add_to_cart_button {
background-color: transparent !important;
} .archive .product-type-simple .loop-bottom-btn a:first-child {
background: #ed7c22 !important;
}
a.video-icon {
color: #fff !important;
}
.ekit-template-content-header .elementor-16 li#menu-item-420 .elementskit-submenu-panel .menu-item a.dropdown-item.active {
color: #FFFFFF !important;
}
.sidebar-right-q {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color: #fff;
overflow-x: hidden;
transition: 0.5s;
z-index: 999999;
}
div#mySidebar .wpcf7 {
padding: 20px 30px;
}
.sidebar-right-q.isOpen-nav {
width: 30%;
}
.sidebar-right-q a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidebar-right-q a:hover {
color: #f1f1f1;
}
.sidebar-right-q .closebtn {
position: absolute;
top: 0;
right: 0;
font-size: 36px;
background-color: #000;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
z-index: 99999999;
padding: 10px;
width: 50px;
height: 50px;
}
.openbtn {
font-size: 20px;
cursor: pointer;
background-color: #ed7c22;
color: white;
padding: 10px 15px;
border: none;
border-radius: 30px;
}
.openbtn:hover {
background-color: #444;
} @media screen and (max-height: 450px) {
.sidebar-right-q {
padding-top: 15px;
}
.sidebar-right-q a {
font-size: 18px;
}
}
div#mainS {
position: fixed;
top: 50%;
right: -53px;
transform: rotate(-90deg);
z-index: 99;
}
div#mySidebar h3 {
width: 92%;
padding-bottom: 20px;
color: #ed7c22;
line-height: 1.2;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-1e812bd.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default p.elementor-image-box-description {
padding-left: 10px;
padding-right: 10px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-e1d361c.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
margin: 0px;
}
.product-info-table thead tr th:nth-child(4),
.product-info-table thead tr th:nth-child(6) {
background: #ec7b21;
}
.product-info-table thead tr th:nth-child(5) {
background: #2a2a2a;
}
.product-info-table.dough-spec tr td:before {
display: none;
}
ul.feature {
margin-left: 0px;
list-style: none;
padding-left: 23px;
}
.feature li:before {
content: "\2022";
color: #e87700; font-size: 29px;
font-weight: 700;
position: absolute;
top: -7px;
left: -20px;
}
.feature li {
position: relative;
}
.main_product_list_wrap ul.products li.product .price {
float: none !important;
text-align: center !important;
}
ul.products li {
background: #FFFFFF; width: 100%;
}
.main_product_list_wrap ul.products li span.woocommerce-Price-amount.amount {
font-size: 1.25rem !important;
}
.add-icon {
background-color: #fff;
text-align: center;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.portipro-add {
color: #000;
}
.portipro-add {
display: flex;
align-items: center;
}
.portipro-add strong {
color: #000;
display: block;
font-size: 20px;
font-weight: bold;
padding-bottom: 10px;
padding-left: 17px;
}
.elementor-element.elementor-element-406b21c.elementor-widget.elementor-widget-text-editor .portipro-add strong {
color: #ed7c22;
}
.call-icon {
display: flex;
align-items: center;
padding-left: 44px;
}
.call-icon a {
font-size: 18px;
color: #000;
font-weight: bold;
padding-left: 26px;
}
.call-image {
background-color: #000000;
border-radius: 100%;
padding: 11px;
border: solid #ed7c22 2px;
}
.contact-info-tel-icon {
background-color: #fff;
border-radius: 100%;  display: flex;
font-style: italic;
justify-content: center;
padding: 10px;
}
.contact-info a {
color: #fff;
font-size: 20px;
font-weight: bold;
padding-left: 20px;
}
.contact-info {
display: flex; align-items: center;
}
.contact-info a {
text-decoration: none;
}
.elementor-692 .elementor-element.elementor-element-6a8bcad .elementkit-tab-nav .elementkit-nav-link {
padding: 14px 116px 14px 113px;
color: #ffffff;
border-style: inherit;
border-width: 1px 1px 1px 1px;
border-color: inherit;
background-color: #000; }
.elementor-692 .elementor-element.elementor-element-6a8bcad .elementkit-tab-nav .elementkit-nav-link.active {
color: #fff;
}
.elementor-692 .elementor-element.elementor-element-6a8bcad .elementkit-tab-wraper:not(.vertical) .elementkit-nav-item:not(:last-child) {
margin-right: 0px;
}
.contact-inquiry-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
width: 100%;
}
.contact-inquiry-form select {
width: 100%;
padding: 12px;
border-radius: 3px;
background-color: #f1f1f1;
font-size: 16px;
color: #707070;
}
.contact-inquiry-form {
width: 48%;
float: left;
}
.product-inquiry-image {
width: 49%;
float: left;
margin-left: 15px;
}
div#content-8f0319d63ae8701ab562 .wpcf7-form {
position: relative; overflow: hidden;
display: block !important;
border: solid #ff6600 1px;
padding: 30px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-91b0668.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default input.wpcf7-form-control.has-spinner.wpcf7-submit {
background-color: #ed7c22;
border-radius: 0px;
padding: 11px 33px;
font-size: 20px;
text-transform: uppercase;
color: #fff;
border: inherit;
border-radius: 6px;
margin-top: 10px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-91b0668.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .wpcf7-form {
position: relative; overflow: hidden;
display: block !important;
}
.por-main {
display: flex;
align-items: center;
}
.address-contact {
padding-left: 20px;
}
.address-contact {
color: #000;
}
.address-contact strong {
font-size: 21px;
text-transform: uppercase;
}
.por-main {
display: flex;
align-items: flex-start;
}
.roti {
color: #ed7c22;
padding: 7px 0;
font-weight: bold;
}
.contact-call a {
text-decoration: none;
padding-left: 43px;
font-size: 19px;
transition: 300ms;
}
.contact-call a:hover{
color: #ed7c22;
}
.roti-title.bank {
margin-bottom: 13px;
}
.elementor-692 .elementor-element.elementor-element-6a8bcad .tab-content .tab-pane {
padding: 0px !important;
}
.elementor-692 .elementor-element.elementor-element-6a8bcad .elementkit-tab-wraper:not(.vertical) .elementkit-tab-nav {
margin-bottom: 0px;  }
.elementor-692 .elementor-element.elementor-element-6a8bcad .elementkit-tab-nav .elementkit-nav-link.active {
color: #fff;
background-color: #ed7c22;
}
.elementor-692 .elementor-element.elementor-element-5c0f146 .elementkit-tab-wraper.elementskit-fitcontent-tab:not(.vertical) {
text-align: center;
position: relative;
margin-top: -60px;
}
div#content-8f0319d63aea5205e1dd { margin-top: 10px;
}
.elementor-692 .elementor-element.elementor-element-5c0f146 .elementkit-tab-nav .elementkit-nav-link.active {
color: #fff!important;
background-color: #ed7c22;
border: 0;
}
.elementor-692 .elementor-element.elementor-element-5c0f146 .elementkit-tab-nav .elementkit-nav-link {
color: #FFFFFF!important;
border: 0!important;
}
.elementor-692 .elementor-element.elementor-element-5c0f146 .elementkit-tab-nav .elementkit-nav-link {
padding: 14px 110px 14px 110px;
color: #2575fc;
border-style: inherit;
border-width: 1px 1px 1px 1px;
border-color: #2575fc;
background-color: #000;
color: #fff;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
font-size: 20px;
text-transform: uppercase;
background-color: #ed7c22;
border: inherit;
border-radius: 5px;
color: #fff;
padding-bottom: 10px;
}
.elementor-692 .elementor-element.elementor-element-5c0f146 .elementkit-tab-wraper:not(.vertical) .elementkit-nav-item:not(:last-child) {
margin-right: 1px;
}
.map iframe {
border-radius: 20px;
box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.video-wrap a:first-child {
background: #ED7C22 !important;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
width: 40px;
height: 40px;
border-radius: 100%;
font-size: 28px;
padding-bottom: 5px;
float: right;
margin-bottom: 20px;
position: absolute;
right: -14px;
top: -11px;
}
.raise-text {
text-align: center;
font-size: 32px;
font-weight: bold;
color: #000;
line-height: 42px;
box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
padding: 50px 0;
border: solid #ff660038 1px;
}
.raise-text a {
background-color: #ed7c22;
color: #fff;
padding: 7px 23px;
display: inline-block;
border-radius: 5px;
font-size: 19px;
text-decoration: none;
font-weight: normal;
margin-top: 20px;
line-height: 30px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-600a40b.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
float: right;
}
.custom strong {
font-size: 25px;
color: #ed7c22;
padding-bottom: 17px;
display: inline-block;
}
.custom {
color: #000;
}
table.shop_table th {
background: white !important;
color: #000 !important;
}
table.shop_table td,
table.shop_table th {
border: 1px solid #ccc;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-name {
font-size: 16px;
}
.woocommerce table.cart td.actions .coupon {
float: left;
width: 50%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
width: 68%;
}
.cart_totals h2 {
font-size: 23px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
border: solid 1px #ccc;
}
#slider-n {
width: 500px;
top: 100px;
position: absolute
}
#sidebar-n {
position: absolute;
top: 180px;
left: 79px;
box-shadow: 0 0 8px grey;
background-color: #ed7c22;
color: #fff;
padding: 11px 30px;
transform: rotate(-90deg);
border-radius: 50px;
font-size: 20px;
}
#sidebar1 {
position: absolute;
top: 180px;
left: 126px;
background-color: #ed7c22;
color: #fff;
padding: 11px 30px;
transform: rotate(-90deg);
border-radius: 50px;
font-size: 20px;
}
#header-n {
width: 490px;
position: absolute;
right: -47%;
border: 1px solid #d8d8d8;
margin-left: 0;
padding: 20px 40px;
border-radius: 3px;
background: #fff;
top: -110px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-b656018.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
position: fixed;
right: 13%;
top: 10%;
z-index: 9999;
}
div#header-n h3 {
font-size: 27px;
color: #ed7c22;
line-height: 1.5;
margin-bottom: 20px;
}
.page-template-default .banner-header {
padding: 0px;
margin-bottom: 50px;
}
.page-template-default .banner-header span.head-titles {
left: 0;
color: #fff;
font-size: 40px;
max-width: 1140px;
margin: 0 auto;
display: block;
margin-top: -130px;
padding-bottom: 60px;
position: relative;
}
.woocommerce .form-row {
display: block;
}
.woocommerce .woocommerce-MyAccount-navigation li {
background: #ed7c22;
}
.woocommerce .woocommerce-MyAccount-navigation li a {
color: #fff;
padding: 8px 17px;
text-decoration: none;
}
.woocommerce-MyAccount-content .col-1 {
max-width: 100%;
}
.woocommerce-MyAccount-content .col-2 {
max-width: 100%;
}
form.checkout.woocommerce-checkout .col-1 {
max-width: 100%;
}
form.checkout.woocommerce-checkout .col-2 {
max-width: 100%;
}
.woocommerce-info {
border-top-color: #ed7c22;
}
.woocommerce-info::before {
color: #ed7c22;
}
.woocommerce-checkout-review-order-table tfoot th {
border-bottom: inherit !important;
}
table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce .woocommerce-order .woocommerce-table--order-details td,
.woocommerce .woocommerce-order-details .woocommerce-table--order-details td {
border: inherit;
}
.woocommerce table.shop_table {
border: 1px solid #e5e5e5;
}
.page-template-default .banner-header img {
width: 100%;
} @media only screen and (max-width: 1049px) {
.elementor-16 .elementor-element.elementor-element-03d1a12 .elementskit-navbar-nav>li>a {
font-size: 11px;
padding: 0px 10px 0px 10px;
}
}
@media only screen and (max-width: 1024px) {
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a {
color: #ffffff;
border-bottom: solid #fff 1px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
float: left;
width: 100%;
}
.summary.entry-summary {
width: 100%;
float: left;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
color: both;
float: none;
width: 100%;
clear: both;
margin: auto;
}
.pro-softika-logo {
position: relative;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
float: none;
width: 100%;
clear: both;
}
.container.et-clearfix {
min-width: 1140px;
}
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 1140px;
}
.container.et-clearfix {
min-width: auto;
}
}
@media only screen and (max-width: 851) {
.featured-product-heads {
font-size: 22px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
float: none;
width: 100%;
clear: both;
margin: auto !important
}
.product .summary .product_title {
font-size: 30px;
}
.pro-model {
margin-top: 0px;
}
.product .summary .product_title {
font-size: 28px;
}
.pro-model {
margin-top: 0px;
}
}
@media only screen and (max-width: 767px) {
.tax-product_cat .banner-header-wrap,
.single-product .banner-header-wrap{
padding: 30px 0;
margin-bottom: 66px;
}
.product-layout-single {
margin-top: 40px;
}
.tax-product_cat .banner-header,
.single-product .banner-header{
position: relative;
padding: 0px 0;
background-color: #000000a1;
bottom: 0px;
padding: 10px;
width: 100%;
}
body h1.product_title.entry-title.pr-title{
margin-top:0 !important;
}
.product-page-heading-title {
margin-top: 0;
}
.banner-header-wrap {
background-size: contain;
background-repeat: no-repeat;
min-height: 260px;
height: 260px;
padding: 0px 0 !important;
margin-bottom: 0 !important;
background-position: top;
}
.sidebar-right-q.isOpen-nav {
width: 50%;
}
}
@media only screen and (max-width: 767px) {
section.elementor-section.elementor-inner-section.elementor-element.elementor-element-cc71419.fllow-footer.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
float: left;
width: 60%;
margin-top: 20px;
}
.elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-eb2fab7 {
margin-top: 20px;
}
section.elementor-section.elementor-inner-section.elementor-element.elementor-element-4401ea5.direction-footer.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
width: 40%;
float: left;
}
.elementor-17 .elementor-element.elementor-element-1e7f17f>.elementor-widget-container {
margin-top: 0 !important;
}
ul.feature-list li {
flex: 0 0 44%;
max-width: 44%;
margin-bottom: 20px !important;
}        .feature-title {
padding-bottom:0;
min-height: inherit !important;
}
rs-module#rev_slider_2_2,
rs-module-wrap#rev_slider_2_2_wrapper{
height: 300px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-f299fef.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle {
padding-top: 0;
}
.elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-6249931 {
margin: 30px 0;
}
.elementor-49 .elementor-element.elementor-element-0a18729 {
padding: 0 !important;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-60fb606.double-color.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default {
display: block;
}
.footer-links .elementor-icon-list-item {
padding: 10px 4px;
border-bottom: solid #e1e1e1 1px;
}
.r-right {
width: 30% !important;
float: left;
}
.r-left {
width: 70% !important;
float: left;
}
.product_list_wrap {
padding: 5px;
}
.wmpci-popup-body {
max-width: 95%!important;
}
.wmpci-popup-body {
width: 100% !important;
}
.flex-div span.wpcf7-form-control-wrap ,.flex-div-two p span.wpcf7-form-control-wrap{
flex: 0 0 100%;
margin-bottom: 10px;
}
.flex-div p ,.flex-div-two p{
flex-flow: row wrap;
}
.flex-div-two {
margin: 1px 0px;
}
.elementor-element.elementor-element-e812a64.elementor-view-stacked.elementor-widget__width-auto.elementor-vertical-align-middle.elementor-widget.elementor-widget-icon-box {
position: relative;
top: -11px;
}
.elementor-column.elementor-col-100.elementor-inner-column.elementor-element.elementor-element-af627bb {
position: relative;
top: 14px;
}
.cat-feature-gif {
margin-top: 10px;
}
.accordian_header:before {
width: 25px;
height: 25px;
right: 10px;
}
.sidebar-right-q.isOpen-nav {
width: 100%;
}
.sidebar-right-q {
z-index: 100000;
}
.elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-09bf77a {
width: 500px;  }
.elementor-view-stacked .elementor-icon {
padding: 0px;
}
.elementor-16 .elementor-element.elementor-element-21cf2a6 .elementor-icon-box-wrapper {
text-align: right;
display: flex;
align-items: center;
}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-3c204ae {
width: 100%;
}
.elementor.elementor-16 .elementor-section .elementor-container {
flex-wrap: inherit;
}
ul.feature-list li {
max-width: 100% !important;
margin-bottom: 10px !important;
max-width: 100%;
}
.product-info-table tr th {
text-align: left;
padding: 0px 11px;
width: 25%;
}
.compare-wrap .product-info-table tr td {
border: 1px solid #e9e9e9;
font-size: 13px;
}
.product-info-table tr td {
padding: 8px 8px;
}
ul.feature-list {
display: block !important;
}
.compare-wrap {
margin: 20px 0;
}
.pro-softika-logo {
position: relative;
}
.main_product_list_wrap {
width: auto;
}
.cat-feature-cat-tile {
font-size: 25px;
}
.custom strong {
font-size: 18px;
}
.custom strong {
font-size: 18px;
}
.cat-feature-img-title {
font-size: 19px;
}
.cat-feature-btn {
padding: 10px 10px;
}
.main_product_list_wrap {
padding: 8px;
}
.accordian_header {
font-size: 16px;
line-height: 1.4;
}
.elementor-72 .elementor-element.elementor-element-4c3cf9b .elementor-tab-content {
font-size: 12px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-f30f204.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default {
display: flex;
flex-wrap: inherit;
}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-3cd59cd .elementor-widget-wrap {
flex-wrap: inherit !important;
}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-3cd59cd {
flex: 0 0 15%;
}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-fc6b615 {
flex: 0 0 85%;
}
.elementor-49 .elementor-element.elementor-element-793f841>.elementor-element-populated {
padding: 11px 0px 15px 0px;
}
.elementor-49 .elementor-element.elementor-element-790c2af .elementor-heading-title {
font-size: 26px;
}
.elementor-49 .elementor-element.elementor-element-2776864 .elementor-heading-title {
font-size: 22px;
}
.featured-product-heads {
margin: 0px 0;
}
.feature-pro-title {
font-size: 28px;
}
.fefature-product-wrap {
display: block;
}
.feature-pro-sec-1,
.feature-pro-sec-3 {
max-width: 100%;
flex: 0 0 26%;
}
.featured-product-section:before {
height: auto;
}
.fefature-product-wrap {
display: block;
background-color: #f2f2f2;
padding-left: 10px;
}
.feature-pro-title {
margin-bottom: 19px;
padding-top: 19px;
}
.feature-pro-sec-2 {
max-width: 100%;
flex: 0 0 48%;
padding: 0px 9px;
}
.feature-pro-cats {
font-size: 25px;
margin: 15px 0 13px;
}
.feature-pro-price .woocommerce-Price-amount {
font-size: 23px;
}
.elementor-49 .elementor-element.elementor-element-2f66450 .elementor-heading-title {
font-size: 23px;
}
.elementor-49 .elementor-element.elementor-element-b8bff3e .elementor-heading-title {
font-size: 23px;
}
.elementor-49 .elementor-element.elementor-element-ebd37d2 {
padding: 0px 0px 0px 0px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 14px;
}
.elementor-element-76d4c1e .price .woocommerce-Price-amount.amount {
font-size: 20px;
}
.woocommerce ul.products li.product .button {
width: 71%;
text-align: center;
font-size: 14px;
}
.elementor-49 .elementor-element.elementor-element-e2b2b77 .elementor-heading-title {
font-size: 20px;
}
.elementor-49 .elementor-element.elementor-element-b8bff3e>.elementor-widget-container {
padding: 0px 0px 0px 0px;
}
.elementor-49 .elementor-element.elementor-element-1049da2 .elementor-heading-title {
font-family: "Lato", Sans-serif;
font-size: 26px;
font-weight: 600;
line-height: 29px;
}
.elementor-49 .elementor-element.elementor-element-154ea06:not(.elementor-motion-effects-element-type-background),
.elementor-49 .elementor-element.elementor-element-154ea06>.elementor-motion-effects-container>.elementor-motion-effects-layer {
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.elementor-49 .elementor-element.elementor-element-c0ce26f>.elementor-element-populated {
padding: 10px 0px 10px 0px;
}
.elementor-49 .elementor-element.elementor-element-a2b5699 .elementor-heading-title {
font-size: 22px;
}
.elementor-49 .elementor-element.elementor-element-94ab457 .elementor-icon-wrapper {
text-align: left;
}
.elementor-widget:not(:last-child) {
margin-bottom: 6px;
}
.elementor-icon i,
.elementor-icon svg {
font-size: 46px;
margin-top: 4px;
}
.elementor-49 .elementor-element.elementor-element-e766b24>.elementor-element-populated {
padding: 5px 0px 5px 0px;
}
.elementor-49 .elementor-element.elementor-element-18127ff .elementor-heading-title {
font-size: 21px;
}
.elementor-49 .elementor-element.elementor-element-351b236 img {
width: auto;
}
.elementor-widget-image {
text-align: left !important;
}
.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-d8ed5d2 {
margin-top: 12px;
}
.elementor-17 .elementor-element.elementor-element-59dd807 {
padding: 10px 0px 0px 0px;
margin-top: 10px;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
padding: 0px;
}
.elementor-17 .elementor-element.elementor-element-cf27721 .elementor-icon-list-text {
color: #000000;
margin: 0px 0px 0px 0px;
font-size: 14px;
line-height: 10px;
}
.elementor-17 .elementor-element.elementor-element-1e7f17f>.elementor-widget-container {
margin: 10px 0px 0px 0px;
}
.elementor-icon i:before,
.elementor-icon svg:before {
font-size: 22px;
top: 8px;
}
.elementor-17 .elementor-element.elementor-element-64406f8>.elementor-element-populated {
padding: 5px 0px 5px 0px;
}
.elementor-49 .elementor-element.elementor-element-2776864 .elementor-heading-title {
margin-bottom: 26px;
}
.elementor-49 .elementor-element.elementor-element-d00ec0d>.elementor-container { }
.elementor-49 .elementor-element.elementor-element-d00ec0d {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; }
.elementor-60 .elementor-element.elementor-element-2abb237>.elementor-widget-container,
.elementor-72 .elementor-element.elementor-element-f9b1f31>.elementor-widget-container,
.elementor-77 .elementor-element.elementor-element-f367020>.elementor-widget-container {
margin: 50px 0px 50px 0px;
}
.elementor-60 .elementor-element.elementor-element-2abb237 .elementor-heading-title,
.elementor-72 .elementor-element.elementor-element-f9b1f31 .elementor-heading-title,
.elementor-77 .elementor-element.elementor-element-f367020 .elementor-heading-title {
color: #FFFFFF;
font-family: "Roboto", Sans-serif;
font-size: 30px;
font-weight: 500;
margin-left: 5px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-cc36c81.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default {
flex-wrap: inherit !important;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-e1d361c.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default {
flex-wrap: inherit;
}
.elementor-60 .elementor-element.elementor-element-772ddc0 {
padding: 20px 0px 20px 0px;
}
.elementor-60 .elementor-element.elementor-element-de3424c .elementor-heading-title {
font-size: 26px;
}
.elementor-60 .elementor-element.elementor-element-f866341 .elementor-heading-title {
font-size: 26px;
}
.elementor-60 .elementor-element.elementor-element-e03b457 .elementor-heading-title {
font-size: 26px;
}
.elementor-60 .elementor-element.elementor-element-8a51ffc {
padding: 5px 0px 25px 0px;
margin-top: 10px;
}
.elementor-60 .elementor-element.elementor-element-5867133>.elementor-widget-container {
margin: 26px 0px 0px 0px;
}
.elementor-60 .elementor-element.elementor-element-5d5e573>.elementor-widget-container {
margin: 10px 0px 0px 0px;
}
.elementor-element.elementor-element-26d5158.elementor-widget.elementor-widget-image {
width: 150px;
}
.raise-text {
font-size: 23px;
line-height: 27px;
padding: 15px 0;
}
.elementor-692 .elementor-element.elementor-element-2abb237>.elementor-widget-container {
margin: 50px 0px 50px 0px;
}
.elementor-692 .elementor-element.elementor-element-2abb237 .elementor-heading-title {
font-size: 28px;
}
.contact-inquiry-form {
width: 100%;
}
.contact-call a {
padding-left: 22px;
}
.contact-call img {
width: 25px;
}
.elementor-692 .elementor-element.elementor-element-5c0f146 .elementkit-tab-nav .elementkit-nav-link {
padding: 6px 5px 5px 5px;
}
.elementor-692 .elementor-element.elementor-element-5c0f146 .elementkit-tab-wraper.elementskit-fitcontent-tab:not(.vertical) {
margin-top: -40px;
}
span.elementskit-tab-title {
font-size: 10px;
}
.banner-header {
position: relative;
padding: 50px 0;
}
h1.head-titles {
font-size: 28px;
}
.banner-breadcrumb ul {
margin-top: 0px;
}
.main_product_list_wrap {
width: 100%;
}
ul.products.columns-3 li.product {
margin-bottom: 20px;
}
.custom-product-form {
display: block;
align-items: flex-end;
}
ul.products li {
font-size: 16px;
width: 100% !important;
}
ul.custom-product-data-list li {
margin-bottom: 5px;
}
a.loop-read-more { }
.woocommerce ul.products li.product .button { }
.product_list_wrap .woocommerce ul.products li a.add_to_cart_button {
margin-bottom: 10px;
}
}
@media only screen and (max-width: 571px) {
.accordian_header:before {
width: 16px;
height: 16px;
}
ul.feature-list {
display: block !important;
}
.feature-img img {
height: auto !important;
}
.woocommerce div.product form.cart div.quantity {
width: 100%;
margin-bottom: 0;
}
.accordian_header {
padding: 10px 40px 5px 15px;
}
.product .summary .product_title {
font-size: 21px;
}
.pro-model {
font-size: 14px;
margin-top: 0px;
}
.address-contact strong {
font-size: 16px;
text-transform: uppercase;
}
.price .woocommerce-Price-amount.amount {
font-size: 20px;
}
.feature-text {
font-size: 13px;
}
.woocommerce div.product form.cart div.quantity {
margin-bottom: 6px;
margin-top: 12px;
}
ul.psfw-social-icons {
margin: 0px 0;
}
.product .summary form.variations_form.cart,
.product .summary form.cart {
margin: 5px auto 0px auto;
}
.woocommerce div.product div.summary {
margin-bottom: 0px;
}
.address-contact {
color: #000;
font-size: 13px !important;
}
.contact-call a {
font-size: 15px;
}
.contact-call {
margin-bottom: 10px;
}
.por-main {
margin-bottom: 15px;
}
.add-icon img {
width: 34px;
}
.contact-call a {}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-41859b6 {
width: 56%;
}
}
@media only screen and (max-width: 400px) {
select.orderby {
display: none !important
}
.accordian_header {
font-size: 12px;
}
.main_product_list_wrap {
margin-bottom: 5px;
}
}
@media only screen and (max-width: 400px) {
.accordian_header:before {
width: 16px;
height: 16px;
top: 8px;
}
.raise-text {
font-size: 17px;
line-height: 24px;
padding: 15px 0;
}
.raise-text a {
background-color: #ed7c22;
color: #fff;
padding: 7px 18px;
display: inline-block;
border-radius: 5px;
font-size: 15px;
text-decoration: none;
font-weight: normal;
margin-top: 5px;
line-height: 20px;
}
.elementor-72 .elementor-element.elementor-element-0cee0bb {
margin-top: 20px;
margin-bottom: 20px;
}
.elementor-72 .elementor-element.elementor-element-600a40b {
margin-top: 0px;
margin-bottom: 0px;
}
.elementor-72 .elementor-element.elementor-element-7a7bdcd {
margin-top: 10px;
}
.elementor-49 .elementor-element.elementor-element-790c2af .elementor-heading-title {
font-size: 18px;
}
.elementor-49 .elementor-element.elementor-element-2776864 .elementor-heading-title {
font-size: 19px;
}
.featured-product-heads {
font-size: 14px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-7a7bdcd.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-widget-image img {
width: 100px;
}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-e5000a6 .elementor-widget-image img {
width: 100px;
}
.elementor-72 .elementor-element.elementor-element-7db95df {
margin-bottom: 10px;
}
.featured-product-heads {
padding: 3px 10px;
}
.feature-pro-cats {
font-size: 15px;
margin: 12px 0 13px;
}
ul.products.columns-3 li.product {
width: 49%;
}
.woocommerce ul.products li.product .button {
width: 100%;
text-align: center;
font-size: 14px;
margin: auto;
}
.woocommerce ul.products li.product .price {
padding-top: 7px;
color: #243665;
display: block;
font-weight: 600;
float: none;
text-align: center;
}
.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-bbc2d27 {
margin-top: 38px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-60fb606.double-color.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default { flex-wrap: inherit;
}
.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-9e482ab {
flex: 0 0 78%;
}
.elementor-element.elementor-element-a2b5699.elementor-widget.elementor-widget-heading h2 { font-size: 15px;
}
.elementor-49 .elementor-element.elementor-element-18127ff .elementor-heading-title {
font-size: 15px;
}
.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-b0859ee {
flex: 0 0 76%;
}
.elementor-49 .elementor-element.elementor-element-e2b2b77 .elementor-heading-title {
font-size: 16px;
line-height: 1.4;
padding: 7px;
}
}
@media only screen and (max-width: 324px) {
.elementor-49 .elementor-element.elementor-element-e587352>.elementor-element-populated {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 10px 0px 10px 0px;
}
.elementor-49 .elementor-element.elementor-element-1049da2 .elementor-heading-title {
font-size: 18px;
line-height: 22px;
}
} .main_product_list_wrap ul.products.columns-3 {
display: flex;
flex-flow: wrap;
}
.product-info-table {
overflow-x: scroll;
}
h1.product_title.entry-title.pr-title {
font-size: 32px;
margin-top: 35px !important;
margin-bottom: 50px;
}
.fea-product li.product .woocommerce-loop-product__title {
font-size: 16px !important;
min-height: 125px !important;
}
.fea-product.auto-zip li.product .woocommerce-loop-product__title  {
min-height: inherit !important;
}
.fea-product .woocommerce ul.products li.product a img {
min-height: 250px;
object-fit: contain;
order: 1;
display: flex;
}
.fea-product .woocommerce ul.products li.product a.button.ajax_add_to_cart {
margin: 0 !important;
float: inherit;
width: 100%;
}
.fea-product span.price {
width: 100%;
text-align: center;
margin-bottom: 10px;
padding-top: 0 !important;
}
ul.products li.product a {
display: flex;
flex-direction: column;
}
a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
color: #ed7c22!important;
}
body.page-template-default.page.page-id-10 .banner-header-wrap, body.page-template-default.page.page-id-8 .banner-header-wrap {
height: 40px;
}
body.page-template-default.page.page-id-10 .banner-header-wrap .banner-header, body.page-template-default.page.page-id-8 .banner-header-wrap .banner-header {
display: none;
}