html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  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;
} 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
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: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
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;
}
input.search-field:focus-visible {
outline: 0;
}
@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 {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.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;
}
.h1 {}
.h2 {}
.h3 {}
.h4 {}
.h5 {}
.h6 {}
h2 {
font-size: 35px;
}
h3 {
font-size: 22px !important;
font-weight: normal !important;
}
h4 {
font-size: 25px;
}
h5 {
font-size: 20px;
font-weight: 400 !important;
letter-spacing: 1px;
}
h6,
span { font-weight: 400;
letter-spacing: 1px;
}
p {
font-size: 14px;
}
@media screen and (max-width: 1800px) {
.container {
width: 1550px;
margin: 0 auto;
}
}
@media screen and (max-width: 1600px) {
.container {
width: 1400px;
margin: 0 auto;
}
}
@media screen and (max-width: 1440px) {
.container {
width: 1140px;
margin: 0 auto;
}
}
@media screen and (max-width: 1199px) {
.container {
width: 992px;
margin: 0 auto;
}
}
@media screen and (max-width: 1024px) {
.container {
width: 750px;
margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
.container {
width: 100%;
margin: 0 auto;
padding: 0 10px;
}
}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 480px) { h5 {
font-size: 20px;
font-weight: 400 !important;
letter-spacing: 1px;
}  .footer-main ul li {
text-align: center;
}
.menu-top {
position: fixed !important;
bottom: 0;
width: 100% !important;
z-index: 99999;
float: left;
background: #000;
}
}
input[type=search] {
color: #fff;
border-radius: 3px;
background: #a81c1c !important;
}
.footer-main ul {
list-style: none;
margin: 0;
padding: 0;
}
.footer-main ul li a {
color: #fff;
font-size: 14px;
font-weight: 400;
margin: 10px 0;
}
.footer-main ul li a:hover {
color: #000;
}
.page {
margin: 0px;
}
.container {
width: 1140px;
margin: 0 auto;
max-width: 100%;
padding: 0 10px;
}
.social-col .wpb_wrapper {
display: flex;
align-items: center;
justify-content: end;
}
.social-i {
font-size: 7px;
margin: 0 !important;
}
.topbar .vc_column-inner {
padding: 0 !important;
}
.social-col .vc_column-inner {
padding: 0 !important;
}
.topbar-text {
margin: 0 !important;
}
.topbar-text p {
color: #c9c9c9;
font-size: 15px;
font-weight: 400;
line-height: 27px;
margin-top: 0;
}
.topbar-section {
align-items: center;
display: flex;
padding: 4px 5% !important;
height: auto;
max-height: 80px;
}
.topbar-text p a {
color: #c9c9c9;
}
aside#secondary {
display: none;
}
h1.entry-title {
display: none;
}
input.search-field {
background: #ffffff !important;
padding: 7px;
}
.saerch-bar {
margin-bottom: 0 !important;
}
.saerch-bar .widget.widget_search {
margin-bottom: 0;
}
.link-middle a {
color: #c9c9c9;
text-decoration: none;
font-size: 15px;
font-weight: 400;
line-height: 27px;
}
.link-middle a:hover {
color: #708090;
}
.middle-header-col .vc_column-inner {
padding: 0 !important;
}
.middle-header {
align-items: center;
display: flex;
justify-content: center;
}
.link-middle {
margin: 0 auto !important;
align-items: center;
display: flex;
justify-content: end;
}
.link-middle p {
margin: 0;
}
.middle-header-row {
display: flex;
align-items: center;
}
.middle-header-row-sub {
align-items: center;
display: flex;
}
.navbar-col .vc_column-inner {
padding: 20px 0 0 !important;
}
.first-head-row .vc_color-white.vc_message_box {
background-color: transparent !important;
}
.first-head-row .header-bottom .vc_message_box p strong {
font-weight: 500 !important;
}
.first-head-row .header-bottom .vc_message_box>p:last-child {
font-weight: 400 !important;
}
.product-image img {
overflow: hidden;
transition: 0.5s all;
}
.product-image:hover img {
transform: scale(1.1) !important;
transition: 0.5s all !important;
}
.two-heading-row h6 {
letter-spacing: 3px;
} .vc_custom_1686381300588 {
background-color: #000000 !important;
}
.vc_custom_1686382650426 {
background-color: #1d1d1d !important;
}
input.search-field {
background: #ffffff !important;
padding: 7px;
}
.header-logo {
width: 60%;
max-width: 100%;
margin: 0 auto !important;
}
.saerch-bar {
margin-bottom: 0 !important;
}
.saerch-bar .widget.widget_search {
margin-bottom: 0;
}
.link-middle a {
color: #c9c9c9;
text-decoration: none;
font-size: 15px;
font-weight: 400;
line-height: 27px;
}
.link-middle a:hover {
color: #708090;
}
.middle-header-col .vc_column-inner {
padding: 0 !important;
}
.middle-header {
align-items: center;
display: flex;
justify-content: center;
}
.link-middle {
margin: 0 auto !important;
align-items: center;
display: flex;
justify-content: end;
}
.link-middle p {
margin: 0;
}
.middle-header-row {
display: flex;
align-items: center;
}
.middle-header-row-sub {
align-items: center;
display: flex;
}
.header-bottom .vc_column-inner {
padding-top: 0 !important;
}
.header-menu ul {
display: flex;
justify-content: center;
align-items: center;
list-style-type: none;
margin-bottom: 1em;
}
.header-menu ul li a {
text-decoration: none;
padding: 10px 20px;
color: black;
font-size: 15px;
font-weight: 600 !important;
}
.header-menu ul li a:active {
color: #708090 !important;
}
.header-menu ul li a:hover {
color: #708090 !important;
}
.header-menu {
margin: 0 !important;
}
.header-menu .widget.widget_nav_menu {
margin-bottom: 0;
}
.navbar-col .vc_column-inner {
padding: 20px 0 0 !important;
}
.icon-col .wpb_wrapper {
display: flex !important;
justify-content: end;
}
.bag-icon .vc_icon_element-icon {
cursor: pointer;
}
.social-col .social-i {
color: #fff;
}
.social-col .social-i:hover {
color: #708090 !important;
}
.bag-icon .vc_icon_element-icon:hover {
color: #708090 !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
width: 2em !important;
margin-left: 10px !important;
}
.page-id-821 .entry-content {
margin-top: 0px;
}
.woocommerce ul.products li.product {
margin-bottom: 30px;  }
.woocommerce ul.products li.product a img {
margin-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 18px;
letter-spacing: 1px;
font-weight: 600;
color: #1d1d1d;
margin-bottom: 10px;
line-height: normal;
padding: 0px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
color: #708090;
}
.woocommerce ul.products li.product .price span {
font-size: 16px;
letter-spacing: 1px;
color: #708090;
} .footer-text p {
color: #707070;
font-size: 14px !important;
font-weight: 400;
line-height: 22px;
margin-top: 0;
}
.footer-heading {
margin-top: 0;
}
.footer-text {
margin-bottom: 15px;
}
.footer-text p u a {
text-decoration: none !important;
color: black;
}
.footer-logo {
width: 80%;
max-width: 100%;
margin-bottom: 16px;
}
.footer-link {
position: relative;
width: fit-content;
}
.footer-link::after {
content: "";
position: absolute;
position: absolute;
left: 0;
width: 0;
bottom: -2px;
height: 1px;
content: "";
display: block;
-webkit-transition: width .3s ease;
-moz-transition: width .3s ease;
-ms-transition: width .3s ease;
-o-transition: width .3s ease;
background-color: rgb(182, 112, 42);
transition: width .3s ease;
}
.footer-link:hover::after {
width: 100%;
visibility: visible;
}
.footer-link:hover {
color: rgb(182, 112, 42) !important;
}
.footer-text p a {
color: #707070;
}
.footer-text p a:hover {
color: #000;
}
.footer-link2 ul {
display: flex;
list-style-type: none;
margin: 0;
padding: 0;
}
.footer-link2 ul li a {
text-decoration: none;
font-size: 14px;
color: #707070;
line-height: 24px;
text-align: left;
font-family: Roboto;
font-weight: 700;
padding: 0 4px;
font-style: normal;
}
.footer-link2 {
margin-bottom: 0;
}
.footer-link2 ul li a {
position: relative;
width: fit-content;
}
.footer-link2 ul li a::after {
content: "";
position: absolute;
position: absolute;
left: 0;
width: 0;
bottom: -2px;
height: 1px;
content: "";
display: block;
-webkit-transition: width .3s ease;
-moz-transition: width .3s ease;
-ms-transition: width .3s ease;
-o-transition: width .3s ease;
background-color: rgb(182, 112, 42);
transition: width .3s ease;
}
.footer-link2 ul li a:hover::after {
width: 100%;
visibility: visible;
}
.footer-link2 ul li a:hover {
color: rgb(182, 112, 42) !important;
}
.vc_custom_1686313206441 {
padding-top: 15px !important;
padding-right: 40px !important;
padding-bottom: 50px !important;
padding-left: 40px !important;
background-color: #f1f1f1 !important;
}
.vc_custom_1686810824114 {
margin-bottom: 0px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
background-color: #000000 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
text-align: center;
}
#mega-menu-wrap-menu-1 {
background: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
font-size: 18px;
font-weight: 500;
color: #1d1d1d;
padding: 0px 15px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
font-size: 18px;
font-weight: 500;
color: #708090;
background: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
font-size: 15px;
font-weight: 500;
color: #1d1d1d;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
font-size: 15px;
font-weight: 500;
color: #708090;
}
.vc_custom_1686834134250 .wpb_content_element {
margin-bottom: 10px !important;
} .vc_custom_1686829417065 {
padding-right: 70px !important;
}
.footer-text {
margin-bottom: 20px !important;
}
.footer-raw {
padding-bottom: 17px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus {
background: transparent;
color: #1d1d1d;
font-weight: 600;
}
.overflow-hidden {
overflow: hidden;
margin: 20px 10px;
} @media only screen and (max-width: 500px) {
.banner-content {
padding: 40px 0 40px 20px !important;
}
.large-6.columns {
width: 100% !important;
}
.banner-text {
width: 100% !important;
padding-right: 20px !important;
font-size: 15px !important;
line-height: 23px !important;
}
.slick-prev,
.slick-next {
margin-top: 30%;
}
div .slick-prev {
left: 165px !important;
}
.icon-contact-list a span.elementor-icon-list-text {
font-size: 14px !important;
}
.icon-contact-list span.elementor-icon-list-text {
font-size: 14px !important;
}
.woocommerce div.product form.cart .variations select {
min-width: 216px !important;
}
div a.compare.button {
left: 55% !important;
}
div.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
width: 100% !important;
}
p.woocommerce-result-count {
text-align: center !important;
float: none !important;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
float: none;
text-align: center;
}
div.search-results a.post-thumbnail {
width: 100% !important;
}
.search-results .entry-summary {
width: 100% !important;
}
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
.resp-email .elementor-widget-wrap.elementor-element-populated {
padding: 31px 7px 45px 7px !important;
}
.last-box .elementor-column.elementor-col-25 {
width: 50% !important;
}
.banner-content {
padding: 70px 0 35px 70px !important;
}
div .slick-prev {
z-index: 999 !important;
left: 21px !important;
}
div .slick-next {
right: 41px !important;
z-index: 999 !important;
}
.banner-text {
width: 100% !important;
padding-right: 63px !important;
font-size: 15px !important;
}
.icon-contact-list .elementor-widget-container {
padding: 30px 30px 10px 30px !important;
}
.contact-form .elementor-widget-container {
padding: 20px 10px 20px 10px !important;
}
}
@media only screen and (min-width: 768px) {
.single-product .container {
padding: 0 10px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
background-color: white;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
background-color: white;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
background-color: white !important;
}
}
@media only screen and (max-width: 767px) {
#mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
background: #fff !important;
padding: 0px 0px 0px 0px; }
.top-icon .elementor-column.elementor-col-25 {
width: 50% !important;
}
.lower-text p {
margin-bottom: 0 !important;
}
.search-form {
display: flex;
justify-content: center;
}
.link-middle {
justify-content: center !important;
}
.banner {
height: 400px !important;
}
.slick-next:before {
padding: 10px 12px 10px 14px !important;
}
.slick-next {
right: 46px !important;
}
.slick-prev:before {
padding: 10px 12px 10px 11px !important;
}
.slick-prev {
left: 19px !important;
}
.trand-divi {
bottom: 27% !important;
}
div .paragraph p {
font-size: 14px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
width: 270px;
text-align: center;
}
li#tab-title-description {
width: 270px;
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
display: block !important;
margin: 0 auto !important; width: fit-content;
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: 10px 0 !important;
}
li#tab-title-description {
margin: 10px 0 !important;
width: 270px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 7px 28px 8px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0 !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
margin-left: 0 !important;
}
div.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100% !important;
}
div.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
border: none !important;
}
.related.products h2 {
font-size: 24px !important;
}
.woocommerce-Tabs-panel h2 {
font-size: 24px !important;
}
.woocommerce-tabs.wc-tabs-wrapper .entry-content {
margin-top: 0 !important;
}
td.product-quantity::before {
padding-top: 5px;
padding-right: 11px;
}
.search-results h2.entry-title a {
position: absolute;
left: 54% !important;
color: #000000;
text-transform: capitalize;
color: #000000 !important;
font-family: "Roboto", Sans-serif;
font-size: 21px !important;
font-weight: 700;
line-height: 40px;
text-decoration: none; top: 51px !important;
width: 100% !important;
display: flex;
justify-content: center;
}
.search-results article {
position: relative;
align-items: center;
}
.search-results a.post-thumbnail {
width: 100% !important;
}
.search-results .entry-summary {
width: 100% !important; margin: 0 auto !important;
text-align: center;
padding-top: 50px;
padding-left: 0 !important;
}
.search-results h2.entry-title a {
transform: translate(-50%, 100%);
top: 270px !important;
left: 50% !important;
width: 51%;
}
.search-results a.post-thumbnail img {
max-width: 100%;
width: 70%; height: 300px;
object-fit: cover;
margin: 0 auto !important;
display: flex;
justify-content: center;
}
div.woocommerce .col2-set,
.woocommerce-page .col2-set {
width: 100% !important;
}
div#order_review {
width: 100% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-content {
padding: 100px 0 40px 100px !important;
}
.banner-text {
width: 85% !important;
padding-right: 35px !important;
}
.banner {
height: 450px !important;
}
.trand-divi {
bottom: 27% !important;
}
.search-results h2.entry-title a {
left: 35% !important;
}
.search-results .entry-summary {
margin-top: 9% !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.banner-content {
padding: 150px 0 70px 150px !important;
}
.resp .product-btn2 .elementor-button {
margin-top: 30px;
}
.top-icon .elementor-column.elementor-col-25 {
width: 25% !important;
}
.last-box .elementor-column.elementor-col-25 {
width: 25% !important;
}
.res-set .elementor-button.elementor-button-link.elementor-size-sm {
margin-top: 20px;
}
.banner-text {
width: 80% !important;
}
}
@media (max-width: 767px) {
.site-footer .elementor-column {
width: 100% !important;
}
}
.woocommerce-additional-fields h3 {
font-weight: 700 !important;
text-transform: capitalize;
}
.woocommerce-cart .woocommerce-shipping-totals{
display:none;
}#heateor_sss_error{color:red;margin:7px 0}div.heateor_sss_sharing_ul a:link,div.heateor_sss_sharing_ul a:focus{text-decoration:none;background:transparent!important}.heateor_sss_login_container{margin:2px 0}.heateor_sss_login_container img,.heateor_sss_sharing_container img{cursor:pointer;margin:2px;border:none}.heateor_sss_login_container img{display:none;float:left}#heateor_sss_loading_image{display:block!important;float:none}.heateor_sss_error{background-color:#ffffe0;border:1px solid #e6db55;padding:5px;margin:10px}#heateor_sss_sharing_more_providers{position:fixed;top:50%;left:47%;background:#fafafa;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#heateor_sss_mastodon_popup_bg,#heateor_sss_popup_bg{background:url(//www.sandstoneporcelain.co.uk/wp-content/plugins/sassy-social-share/images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#heateor_sss_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58b8f8!important;border-bottom:1px solid #d7d7d7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#heateor_sss_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#heateor_sss_sharing_more_providers #heateor_sss_sharing_more_content{background:#fafafa;border-radius:4px;color:#555;height:auto;width:100%}#heateor_sss_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#heateor_sss_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#heateor_sss_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#heateor_sss_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#heateor_sss_sharing_more_providers .close-button img{margin:0}#heateor_sss_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#heateor_sss_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#heateor_sss_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#fff!important;font-size:16px!important;text-align:left!important}#heateor_sss_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #d7d7d7;padding:6px 0;width:100%;color:#fff}#heateor_sss_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#heateor_sss_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#heateor_sss_sharing_more_providers .all-services ul li a span{width:51%}#heateor_sss_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none}.heateor_sss_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58b8f8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.heateor_sss_share_count,.heateor_sss_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}div.heateor_sss_follow_ul,div.heateor_sss_sharing_ul{padding-left:0!important;margin:1px 0!important}#heateor_sss_mastodon_popup_close img,#heateor_sss_sharing_popup_close img{opacity:1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}div.heateor_sss_follow_ul .heateorSssSharingRound,div.heateor_sss_sharing_ul .heateorSssSharingRound{background:0 0!important}.heateor_sss_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style:normal;font-size:.6em;visibility:hidden}div.heateor_sss_follow_ul a,div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{float:left;padding:0!important;list-style:none!important;border:none!important;margin:2px}.heateorSssSharing,.heateorSssSharingButton{display:block;cursor:pointer;margin:2px}div.heateor_sss_follow_ul a:before,div.heateor_sss_sharing_ul a:before{content:none!important}div.heateor_sss_follow_ul a{width:auto}.heateor_sss_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}div.heateor_sss_horizontal_counter li.heateor_sss_facebook_share,div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share{width:96px}li.heateor_sss_facebook_like .fb-like span,li.heateor_sss_facebook_recommend .fb-like span,li.heateor_sss_facebook_share .fb-share-button span{vertical-align:top!important}li.heateor_sss_facebook_like .fb-like span iframe,li.heateor_sss_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}.heateor_sss_counter_container li{height:21px}.heateorSssTCBackground:hover{border-width:0!important;background-color:transparent}.heateorSssTCBackground{border-width:0!important;background-color:transparent!important;font-style:normal;word-wrap:normal;color:#666;line-height:1;visibility:hidden}.heateorSssSharingSvg{width:100%;height:100%}.heateorSssSharing{float:left;border:none}.heateorSssSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.heateorSssPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0 !important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}div.heateorSssTotalShareCount{word-wrap:normal!important;font-weight:bolder;font-family:sans-serif;padding:0;margin:0;text-align:center}div.heateorSssTotalShareText{word-wrap:normal!important;margin:0;padding:0;text-align:center}div.heateor_sss_horizontal_sharing li{width:auto}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_like{width:91px}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_recommend{width:145px}div.heateor_sss_horizontal_sharing li.heateor_sss_twitter_tweet{width:95px}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share span{vertical-align:text-top!important}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share{width:96px}div.heateor_sss_horizontal_sharing li.heateor_sss_buffer_share{width:108px}div.heateor_sss_horizontal_sharing li.heateor_sss_reddit_badge{width:130px}div.heateor_sss_horizontal_sharing li.heateor_sss_yummly{width:106px}div.heateor_sss_horizontal_sharing li.heateor_sss_pinterest_pin{width:76px}div.heateor_sss_horizontal_sharing li.heateor_sss_xing{width:98px}.heateor_sss_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}.heateorSssClear{clear:both}div.course_instructor_widget .heateor_sss_vertical_sharing{display:none!important}@media screen and (max-width:783px){#heateor_sss_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#heateor_sss_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#heateor_sss_sharing_more_content .all-services ul li{width:100%!important}}div.heateor_sss_bottom_sharing{margin-bottom:0}div.heateor_sss_sharing_container a:before,div.heateor_sss_follow_icons_container a:before{content:none}.heateor_sss_mastodon_popup_button{background:linear-gradient(#ec1b23,#d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:4px auto;font-weight:bolder;width:35%;cursor:pointer;border-bottom-style:groove;border-bottom-width:5px;border-bottom-color: rgb(0,0,0,.2)}