.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.products .section-head {
margin-bottom: 40px; }
.products .section-head p {
margin: 15px 0; }
.products .item {
margin-bottom: 15px;
overflow: hidden;
position: relative;
text-align: center; }
.products .item:hover .info {
bottom: 30%; }
.products .item:hover .info .icon {
display: inline-block;
margin-top: 38px; }
.products .item:hover .product-img:after {
height: 100%;
opacity: .6;
top: 0;
visibility: visible; }
.products .item .product-img {
overflow: hidden;
position: relative; }
.products .item .product-img:after {
background-color: rgba(0, 0, 0, 0.9);
border-top: 2px solid #ce9e51;
content: '';
height: 25%;
left: 0;
opacity: 1;
position: absolute;
top: 75%;
transition: all .4s;
visibility: visible;
width: 100%; }
.products .item .info {
color: #fff;
bottom: 5%;
left: 0;
padding: 0 15px;
position: absolute;
transition: all .4s;
width: 100%;
z-index: 4; }
.products .item .info h6, .products .item .info h6 a {
font-size: 16px;
letter-spacing: 1px;
margin-bottom: 5px;
color: #fff; }
.products .item .info span {
font-size: 13px;
font-style: italic;
margin-bottom: 10px;
color: #eee; }
.products .item .info .icon {
color: #eee;
cursor: pointer;
display: none;
font-size: 16px;
margin: 7px 10px;
position: relative;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
border: 1px solid #eee; }
.products .item .info .icon .icon-text {
visibility: hidden;
opacity: 0;
position: absolute;
top: 0;
left: 50%;
font-size: 12px;
text-transform: capitalize;
margin-top: -6px;
display: table;
clear: both;
-webkit-transform: translate3d(-50%, -100%, 0);
transform: translate3d(-50%, -100%, 0);
color: #fff !important;
padding: 3px 8px;
line-height: 1.5;
border-radius: 3px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
width: 80px;
border-color: #ce9e51;
background-color: #ce9e51; }
.products .item .info .icon .icon-text:before {
content: "";
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
bottom: -5px;
left: 50%;
right: auto;
margin-bottom: 0;
margin-left: -4px;
margin-right: 0;
border-width: 5px 5px 0 5px;
border-color: transparent;
border-top-color: #ce9e51; }
.products .item .info .icon:hover {
color: #ce9e51;
border-color: #ce9e51; }
.products .item .info .icon:hover .icon-text {
visibility: inherit;
opacity: 1; }  .menu-float .section-head {
margin-bottom: 40px; }
.menu-float .section-head p {
margin: 15px 0; }
.menu-float .item {
overflow: hidden;
text-align: center; }
.menu-float .item .product-img {
overflow: hidden;
position: relative; }
.menu-float .item .product-img:after {
background-color: rgba(0, 0, 0, 0.9);
border-top: 2px solid #ce9e51;
content: '';
height: 25%;
left: 0;
opacity: 1;
position: absolute;
top: 75%;
transition: all .4s;
visibility: visible;
width: 100%; }
.menu-float .item .info {
color: #fff;
left: 0;
transition: all .4s;
width: 100%;
z-index: 4; }
.menu-float .item .info h6, .menu-float .item .info h6 a {
font-size: 16px;
letter-spacing: 1px;
margin-bottom: 5px;
color: #fff; }
.menu-float .item .info span {
font-size: 13px;
font-style: italic;
margin-bottom: 10px;
color: #eee; }
.menu-float .item .info .icon {
color: #eee;
cursor: pointer;
font-size: 16px;
margin: 7px 10px;
position: relative;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
border: 1px solid #eee;
display: inline-block;
float: right;
}
.menu-float .item .info .icon .icon-text {
visibility: hidden;
opacity: 0;
position: absolute;
top: 0;
left: 50%;
font-size: 12px;
text-transform: capitalize;
margin-top: -6px;
display: table;
clear: both;
-webkit-transform: translate3d(-50%, -100%, 0);
transform: translate3d(-50%, -100%, 0);
color: #fff !important;
padding: 3px 8px;
line-height: 1.5;
border-radius: 3px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
width: 80px;
border-color: #ce9e51;
background-color: #ce9e51; }
.menu-float .item .info .icon .icon-text:before {
content: "";
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
bottom: -5px;
left: 50%;
right: auto;
margin-bottom: 0;
margin-left: -4px;
margin-right: 0;
border-width: 5px 5px 0 5px;
border-color: transparent;
border-top-color: #ce9e51; }
.menu-float .item .info .icon:hover {
color: #ce9e51;
border-color: #ce9e51; }
.menu-float .item .info .icon:hover .icon-text {
visibility: inherit;
opacity: 1; }
.menu-float .item .info .icon.main-nav {
Color:#ce9e51;
}
.sub-icon{
opacity:0;
right:-10px;
transition: all 1s ease;
}
.main-icon:focus ~ .sub-icon {
opacity:1;
right:0;
}  .header-search-icon a.search {
font-size: 16px;
position: relative; }
.header-search-icon a.cart-contents {
font-size: 14px;
position: relative;
left: 20px; }
.header-search-icon a i {
color: #eee; }
.header-search-icon .close-black-block a i {
color: #ffffff; }
.header-search-icon .close-black-block a i.fa-times {
color: #ffffff; }
.header-search-icon .close-black-block a:after {
display: none; }
.header-search-icon .searchform input[type=search] {
font-style: italic;
font-size: 16px;
height: 56px; }
.header-search-icon .searchform .searchsubmit {
background: transparent; }
.header-search-icon .searchform::after {
background: #ce9e51;
color: #ffffff !important;
right: 0;
height: 56px;
line-height: 56px;
width: 56px;
font-size: 2rem; }
.header-search-icon .searchform:hover::after {
opacity: 0.7; }
.header-search-icon.open .black-search-block {
opacity: 1;
visibility: visible;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
z-index: 9999999; }
.header-search-icon.open .black-search-table-cell div {
top: 0px;
opacity: 1;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
-webkit-transition-delay: 150ms;
transition-delay: 150ms; } .header-offcanvas-icon a.offcanvas {
font-size: 16px;
position: relative; }
.header-offcanvas-icon a.cart-contents {
font-size: 14px;
position: relative;
left: 20px; }
.header-offcanvas-icon a i {
color: #eee; }
.header-offcanvas-icon .close-black-block-offcanvas a i {
color: #ffffff; }
.header-offcanvas-icon .close-black-block-offcanvas a i.fa-times {
color: #ffffff; }
.header-offcanvas-icon .close-black-block-offcanvas a:after {
display: none; }
.header-offcanvas-icon .offcanvasform input[type=offcanvas] {
font-style: italic;
font-size: 16px;
height: 56px; }
.header-offcanvas-icon .offcanvasform .offcanvassubmit {
background: transparent; }
.header-offcanvas-icon .offcanvasform::after {
background: #ce9e51;
color: #ffffff !important;
right: 0;
height: 56px;
line-height: 56px;
width: 56px;
font-size: 2rem; }
.header-offcanvas-icon .offcanvasform:hover::after {
opacity: 0.7; }
.black-offcanvas-block {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
opacity: 0;
background: rgba(0, 0, 0, 0.9);
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
z-index: -1;
}
.header-offcanvas-icon.open .black-offcanvas-block {
opacity: 1;
visibility: visible;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
z-index: 9999999; }
.header-offcanvas-icon.open .black-offcanvash-table-cell div {
top: 0px;
opacity: 1;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
-webkit-transition-delay: 150ms;
transition-delay: 150ms; }
.side-panel{
position: fixed;
z-index: 10000;
top: 0;
bottom: 0;
right: 0;
width: 100%;
max-width: 360px;
height: 100vh;
overflow: hidden;
overflow-y: auto;
background: #fff;
-webkit-transform: translateX(-webkit-calc(100% + 80px));
-moz-transform: translateX(-moz-calc(100% + 80px));
-ms-transform: translateX(calc(100% + 80px));
-o-transform: translateX(calc(100% + 80px));
transform: translateX(calc(100% + 80px));
-webkit-transition: -webkit-transform .45s ease-in-out;
transition: -webkit-transform .45s ease-in-out;
-o-transition: -o-transform .45s ease-in-out;
-moz-transition: transform .45s ease-in-out, -moz-transform .45s ease-in-out;
transition: transform .45s ease-in-out;
transition: transform .45s ease-in-out, -webkit-transform .45s ease-in-out, -moz-transform .45s ease-in-out, -o-transform .45s ease-in-out; 
}
.side-panel.open {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); 
}
.side-panel .close-black-block-offcanvas{
position: absolute;
color: #fff;
font-size: 15px;
display: block;
font-weight: normal;
line-height: 1;
border-radius: 50% 50% 50% 50%;
padding: 4px 7px 5px 7px;
border: 1px solid #ccc;
z-index: 10;
background-color: #fff;
top: 15px;
right: 15px;
}