body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: rgb(30, 30, 30);
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: transform, opacity;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
animation-timing-function: cubic-bezier(.5, 0, .14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: transform, opacity;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, .6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-ms-transform: scaleX(0);
transform: scaleX(0);
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: transform;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
left: env(safe-area-inset-left);
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
right: env(safe-area-inset-right);
} .fancybox-caption {
background: linear-gradient(to top,
rgba(0, 0, 0, .85) 0%,
rgba(0, 0, 0, .3) 50%,
rgba(0, 0, 0, .15) 65%,
rgba(0, 0, 0, .075) 75.5%,
rgba(0, 0, 0, .037) 82.85%,
rgba(0, 0, 0, .019) 88%,
rgba(0, 0, 0, 0) 100%);
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 75px 44px 25px 44px;
pointer-events: none;
right: 0;
text-align: center;
z-index: 99996;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
}
}
.fancybox-caption--separate {
margin-top: -50px;
}
.fancybox-caption__body {
max-height: 50vh;
overflow: auto;
pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@keyframes fancybox-rotate {
100% {
transform: rotate(360deg);
}
} .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, .25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-ms-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-close-small {
right: -6px;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
.fancybox-caption {
padding-left: 12px;
padding-right: 12px;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding-left: max(12px, env(safe-area-inset-left));
padding-right: max(12px, env(safe-area-inset-right));
}
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, .1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all .2s cubic-bezier(.25, .46, .45, .94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}.ticker .ticker-title {
background-color: #3ca4dc;
}
.wrap-right .header-call-to {
font-size: 26px;
padding-right: 20px !important;
}
.wrap-right .fa.fa-mobile {
visibility: hidden;
}
.header-call-to > a, .header-cart span.cart-count, .header-cart span.cart-totle {
color: #3ca4dc;
}
.main-navigation ul li:hover a, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_item a, .main-navigation ul li.current-menu-ancestor a {
color: #3ca4dc;
}
.main-navigation ul li ul {
background-color: #3ca4dc;
}
.main-navigation ul li ul li a {
border-bottom: 1px solid #288dc4 !important;
}
.menu-wrap .header-search a:hover {
background-color: #3ca4dc;
border-top: 1px solid #3ca4dc;
}
.top-footer .widget .widget-title {
color: #3ca4dc;
}
#primary {
padding: 0 15px !important;
}
.page-id-11324 .page-title > span {
display: none;
}
.home #primary {
margin-top: 0;
}
.call-cta {
margin-top: 20px;
border: 4px solid #ccc;
padding: 10px 20px;
}
.tel {
color: #3ca4dc;
}
.top-footer .textwidget p {
color: #999;
}
.main-navigation ul li ul li a:hover {
background-color: #54b9ef;
border-bottom: 1px solid #288dc4 !important;
border-bottom: 1px solid #3ca4dc;
}
.main-navigation ul li ul li a::after {
border-bottom: 1px solid #288dc4 !important;
}
.wrap-right p {
font-size: 15px;
}
.wp-block-image img:hover {
background-color: #666;
opacity: 0.8;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
font-size: 1.75em !important;
}
.header-call-to .fa {
position: relative !important;
}
.header-call-to p {
white-space: nowrap;
}
.header-call-to p.call-us-now {
font-size: 0.85em;
}
@media only screen and (max-width: 1175px) {
.wrap-right .header-call-to {
padding-right: 0 !important;
}
}
@media only screen and (max-width: 781px) {
.wp-block-column:not(:first-child) {
margin-left: 0;
margin-right: 0 !important;
}
.wp-block-column:nth-child(2n) {
margin-left: 0 !important;
}
.wp-block-column:not(:last-child) {
margin-right: 0;
}
.wp-block-column:nth-child(2n+1) {
margin-right: 0;
}
}
@media screen and (max-width: 640px) {
.wrap-right .header-cart {
float: right;
}
.wrap-right .header-call-to {
padding-left: 5px !important;
}
}
@media only screen and (min-width: 781px) {
.wp-block-column:not(:last-child) {
margin-right: 0;
margin-bottom: 0;
}
}
@media only screen and (max-width: 414px) {
.header-call-to p.call-us-now {
font-size: 1.6em !important;
}
.header-call-to p.email-us-now {
font-size: 1.4em !important;
}
}@media screen and (max-width: 1210px) {
.ed-container {
width: 100%;
}
.boxed .site {
width: 95%;
}
.top-header, .buttom-header, .menu-wrap, #promo-section, #widget-area-one-section, #product-area-section, #widget-area-two-section, 
#blog-section, #widget-area-three-section, #brand-section, .site-info, .top-footer, .no-sidebar #primary, .footer-top {
padding-left: 10px;
padding-right: 10px;
}
.menu-wrap .header-search .search-box {
right: 15px;
}
.menu-wrap .header-search .search-box.search-active {
right: 0;
}
.widget ul li .whislist-quickview a {
font-size: 10px;
}
.boxed .top-header .ed-social-icons + .ticker {
width: 48%;
}
.boxed .ticker .ticker-title {
max-width: 15%;
}
.boxed .ticker .slick-slider {
max-width: 85%;
}
.top-header .ed-social-icons + .ticker + .account-wrap, .top-header .ticker + .account-wrap {
width: 36%;
} 
.slides {
height: 45vw;
} .right-sidebar #primary, .woocommerce-page #primary, .both-sidebar .left-sidebar-right, .left-sidebar .left-sidebar {
padding-left: 10px;
} 
.right-sidebar .right-sidebar, .woocommerce-page .shop-sidebar, .both-sidebar .sidebar.right-sidebar, .left-sidebar #primary {
padding-right: 10px;
} 
}
@media screen and (max-width: 1096px) {
.boxed #promo-section .promo-text .title {
font-size: 18px;
} .top-header .ed-social-icons {
width: 17%;
}
.top-header .ticker {
width: 58%;
}
.top-header .ed-social-icons + .ticker, .boxed .top-header .ed-social-icons + .ticker {
width: 42%;
}
.ticker .ticker-title, .boxed .ticker .ticker-title {
max-width: 30%;
}
.ticker .slick-slider, .boxed .ticker .slick-slider {
max-width: 69%;
}
.top-header .ed-social-icons + .ticker + .account-wrap, .top-header .ticker + .account-wrap {
width: 40%;
}
.top-header .ed-social-icons + .account-wrap {
width: 83%;
}
.account-wrap div {
font-size: 13px;
margin-right: -4px;
}
.account-wrap div a {
padding-left: 5px;
padding-right: 5px;
} .menu-wrap .main-navigation {
width: 94%;
}
.menu-wrap .header-search {
width: 5%;
}
.main-navigation ul li a {
padding-left: 15px;
padding-right: 15px;
}
.main-navigation ul li.menu-item-has-children > a {
padding-right: 20px;
} .bx-wrapper .bx-viewport {
height: 70vh !important;
}
#slider-section .slider-caption {
width: 60%;
} #cta-section figure {
width: 39.4%;
} #widget-icon-section .widget figure .fa {
font-size: 2.5em;
}
.boxed #widget-icon-section .widget .payment-info {
padding-left: 10px;
}
.boxed #widget-icon-section .widget .payment-info h3 {
font-size: 13px;
}
.boxed #widget-icon-section .widget .payment-info p {
font-size: 12px;
} #brand-section .brands {
width: 19.33%;
} .woocommerce .columns-3 ul.products li.product, .woocommerce-page .columns-3 ul.products li.product, 
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, 
.woocommerce .columns-4 ul.products li.product, .woocommerce-page .columns-4 ul.products li.product, 
.woocommerce .columns-5 ul.products li.product, .woocommerce-page .columns-5 ul.products li.product {
width: 32.66%;
}
.wishlist_table .add_to_cart.button, .yith-wcwl-add-button a.add_to_wishlist, 
.yith-wcwl-popup-button a.add_to_wishlist, .wishlist_table a.ask-an-estimate-button, 
.wishlist-title a.show-title-form, .hidden-title-form a.hide-title-form, 
.woocommerce .yith-wcwl-wishlist-new button, .wishlist_manage_table a.create-new-wishlist, 
.wishlist_manage_table button.submit-wishlist-changes, .yith-wcwl-wishlist-search-form button.wishlist-search-button, 
.woocommerce-page.woocommerce .products li .whislist-quickview .button {
font-size: 10px;
}
}
@media screen and (max-width: 980px) { .top-header .ed-social-icons {
width: 21%;
}
.top-header .ed-social-icons + .ticker, .boxed .top-header .ed-social-icons + .ticker {
width: 36%;
}
.top-header .ed-social-icons + .ticker + .account-wrap, .top-header .ticker + .account-wrap {
width: 41%;
}
.top-header .ed-social-icons + .account-wrap {
width: 79%;
} .menu-wrap .main-navigation {
width: 93%;
}
.menu-wrap .header-search {
width: 6%;
}
button.menu-toggle {
display: block;
height: 40px;
line-height: 40px;
overflow: hidden;
text-indent: 40px;
white-space: nowrap;
width: 40px;
padding: 0;
border-width: 1px;
margin-top: 5px;
}
button.menu-toggle::after {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #333;
content: "\f0c9";
font-family: fontawesome;
font-size: 21px;
opacity: 1;
position: absolute;
text-indent: 0;
width: 100%;
visibility: visible;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
button.menu-toggle:hover::after {
color: #f6a225;
}
.main-navigation .close {
border: 1px solid #ddd;
cursor: pointer;
display: block;
font-size: 25px;
height: 35px;
line-height: 30px;
position: absolute;
right: 20px;
text-align: center;
top: 8px;
width: 35px;
visibility: hidden;
opacity: 0;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.main-navigation.toggled .close {
z-index: 99999999;
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
}
.main-navigation .close:hover {
color: red;
border-color: red;
}
.main-navigation ul.nav-menu {
background: #fff none repeat scroll 0 0;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
padding-top: 50px;
overflow: scroll;
opacity: 0;
visibility: hidden;
transform: scale(0.7);
-webkit-transform: scale(0.7);
z-index: -1;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
}
.main-navigation.toggled ul.nav-menu {
z-index: 9999999;
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
}
.main-navigation ul li:hover a{
color: #000;
}
.menu-wrap ul li {
display: none;
}
.menu-wrap .main-navigation.toggled ul li{
display: block;
}
.main-navigation ul li a {
border-bottom: 1px solid #ddd;
padding: 10px;
width: 100%;
}
.main-navigation .menu > li:first-child > a {
padding-left: 15px;
}
.main-navigation ul li ul {
opacity: 1;
position: static;
transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
visibility: visible;
width: 100%;
}
.main-navigation ul li ul li a {
padding: 10px;
}
.main-navigation ul li ul li.menu-item-has-children > a::before {
top: 10px;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
} #slider-section .small-caption {
font-size: 1.6em;
}
#slider-section .slider-content {
font-size: 14px;
}
#slider-section .home-viewmore.slider-viewmore {
padding-top: 5px;
padding-bottom: 5px;
} #promo-section .promo-text {
width: 100%;
} .widget ul.new-prod-slide li, .widget ul.feature-cat-product li {
width: 24.33%;
} #cta-section figure {
width: 39%;
} #widget-area-three-section .woocommerce ul.cart_list li img, 
#widget-area-three-section .woocommerce ul.product_list_widget li img {
width: 80px;
} #widget-icon-section .widget {
padding-left: 10px;
padding-right: 10px;
}
#widget-icon-section .widget figure .fa {
font-size: 2em;
}
#widget-icon-section .widget .payment-info {
padding-left: 10px;
}
#widget-icon-section .widget .payment-info h3 {
font-size: 13px;
}
#widget-icon-section .widget .payment-info p {
font-size: 12px;
} #brand-section .brands {
width: 19.33%;
} .top-footer.footer-column-4 .footer-block {
width: 24.33%;
} .woocommerce .columns-3 ul.products li.product, .woocommerce-page .columns-3 ul.products li.product, 
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, 
.woocommerce .columns-4 ul.products li.product, .woocommerce-page .columns-4 ul.products li.product, 
.woocommerce .columns-5 ul.products li.product, .woocommerce-page .columns-5 ul.products li.product {
width: 49.33%;
}
}
@media screen and (max-width: 800px) { .top-header .ed-social-icons {
width: 26%;
}
.top-header .ed-social-icons + .ticker, .top-header .ed-social-icons + .account-wrap, .boxed .top-header .ed-social-icons + .ticker {
width: 73%;
}
.top-header .ticker {
width: 52%;
}
.ticker .ticker-title, .boxed .ticker .ticker-title {
max-width: 35%;
}
.ticker .slick-slider, .boxed .ticker .slick-slider {
max-width: 65%;
}
.top-header .ed-social-icons + .ticker + .account-wrap {
width: 100%;
text-align: left;
}
.top-header .ticker + .account-wrap {
width: 47%;
}
.top-header .ed-social-icons + .ticker .ticker-title {
padding-bottom: 5px;
padding-top: 5px;
}
.top-header .ed-social-icons + .ticker + .account-wrap div a {
padding-bottom: 5px;
padding-top: 5px;
}
.wrap-right .header-call-to {
padding-right: 20px;
}
.wrap-right .header-cart {
padding-left: 40px;
} #promo-section .promo-text {
left: 25px;
}
#promo-section .promo-text .category > a {
font-size: 1.3em;
}
#promo-section .promo-text .title {
font-size: 20px;
} .menu-wrap .main-navigation {
width: 90%;
}
.menu-wrap .header-search {
width: 9%;
} .bx-wrapper .bx-viewport {
height: 80vh !important;
}
#slider-section .slider-caption {
width: 100%;
padding: 0 10px;
}
#slider-section .small-caption::after {
bottom: -10px;
}
#slider-section .small-caption {
font-size: 1.3em;
margin-bottom: 20px;
}
#slider-section .slider-content {
font-size: 14px;
margin-bottom: 20px;
}
#slider-section .home-viewmore.slider-viewmore {
font-size: 14px;
padding: 5px 15px;
}   .widget ul.new-prod-slide li, .widget ul.feature-cat-product li {
width: 49.33%;
}
.widget ul.new-prod-slide li:nth-last-of-type(4),  
.widget ul.feature-cat-product li:nth-last-of-type(3) {
padding-bottom: 30px;
}  #cta-section .cta-content {
padding: 20px;
} .widget_wp_store_offer .offer-percent {
font-size: 20px;
height: 90px;
width: 90px;
}
.widget_wp_store_offer .offer-percent span {
font-size: 25px;
line-height: 25px;
}
.widget_wp_store_offer .offer-content-wrap {
padding-left: 70px;
} .boxed .blogs {
padding-left: 5px;
padding-right: 5px;
}
.boxed .blogs span {
font-size: 13px;
} #widget-area-three-section .widget {
padding-left: 5px;
padding-right: 5px;
}
#widget-area-three-section .woocommerce ul.cart_list li img, 
#widget-area-three-section .woocommerce ul.product_list_widget li img {
float: none;
padding-right: 0;
width: 150px;
}
#widget-area-three-section .widget ul li .product-title {
display: block;
margin-bottom: 0;
} #widget-icon-section .widget .payment-info {
padding: 20px 0;
display: block;
}
#widget-icon-section .widget .payment-info h3, 
#widget-icon-section .widget .payment-info p {
text-align: center;
}
#widget-icon-section .widget figure .fa {
font-size: 3em;
}
#widget-icon-section .widget .payment-info h3 {
font-size: 14px;
}
#widget-icon-section .widget .payment-info p {
font-size: 13px;
} .top-footer.footer-column-3 .footer-block, 
.top-footer.footer-column-4 .footer-block {
width: 32.66%;
margin-bottom: 30px;
}
.top-footer.footer-column-3 .footer-block:nth-last-of-type(1),  
.top-footer.footer-column-4 .footer-block:nth-last-of-type(1) {
margin-bottom: 0;
}
.footer-copyright {
margin-bottom: 20px;
text-align: center;
width: 100%;
}
.payment-partner {
text-align: center;
width: 100%;
} .right-sidebar #primary, .woocommerce-page #primary, 
.right-sidebar .right-sidebar, .woocommerce-page .shop-sidebar, .both-sidebar .left-sidebar-right, 
.both-sidebar .left-sidebar-right #primary, .both-sidebar .left-sidebar-right .sidebar, .both-sidebar .sidebar, 
.left-sidebar #primary, .left-sidebar .left-sidebar {
float: none;
padding-left: 10px;
padding-right: 10px;
width: 100%;
} .price, .woocommerce ul.products li.product .price, .woocommerce table.wishlist_table tbody td.product-price {
font-size: 14px;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
width: 99%;
height: auto;
}
}
@media screen and (max-width: 768px) { #yith-quick-view-modal .yith-wcqv-wrapper {
width: 0;
height: 80%;
}
}
@media screen and (max-width: 640px) {
.section-title, #widget-area-one-section .widget-title, #product-area-section .widget-title {
margin-bottom: 20px;
}
#slider-section .slider-caption {
display: none;
} .top-header .ed-social-icons {
width: 31%;
}
.top-header .ed-social-icons + .ticker, 
.top-header .ed-social-icons + .account-wrap, 
.boxed .top-header .ed-social-icons + .ticker {
width: 68%;
}
.top-header .ticker {
width: 64%;
}
.ticker .slick-slider {
max-width: 80%;
}
.ticker .ticker-title, .boxed .ticker .ticker-title {
max-width: 34%;
}
.ticker .slick-slider, .boxed .ticker .slick-slider {
max-width: 68%;
}
.top-header .ticker + .account-wrap {
width: 35%;
}
.my-account p, .wishlist-box .my-wishlist {
display: none;
}
.wrap-right .header-call-to, .wrap-right .header-cart {
font-size: 11px;
padding-left: 20px;
}
.wrap-right p, .header-cart .cart-title {
font-size: 11px;
}
.wrap-right .fa.fa-mobile {
font-size: 25px;
line-height: 25px;
}
.wrap-right .header-cart {
padding-left: 30px;
}
.header-cart .fa.fa-shopping-bag {
font-size: 16px;
} .home .site-content #slider-section + .ed-container #promo-section {
top: 0;
}
#promo-section .promo-block {
width: 49%;
margin-bottom: 30px;
}
#promo-section .promo-block:nth-child(2n) {
margin-right: 0;
}
#promo-section .promo-block:last-child {
margin-bottom: 0;
width: 100%;
}
#promo-section .promo-text {
width: 70%;
} .widget ul.new-prod-slide li, .widget ul.feature-cat-product li {
width: 49%
}
.widget ul.new-prod-slide li:nth-last-of-type(3), 
.widget ul.new-prod-slide li:nth-last-of-type(4),  
.widget ul.feature-cat-product li:nth-last-of-type(3) {
padding-bottom: 30px;
}
.yith-wcwl-add-to-wishlist {
width: 55%;
} 
.button.yith-wcqv-button {
width: 43%;
} .blogs {
margin-bottom: 30px;
width: 50%;
}
.blogs:last-child {
margin-bottom: 0;
width: 100%;
padding: 0;
} #widget-area-three-section .widget {
float: none;
margin-bottom: 30px;
padding: 0;
width: 100%;
}
#widget-area-three-section .widget:last-child {
margin-bottom: 0;
}
#widget-area-three-section .woocommerce ul.cart_list li img, 
#widget-area-three-section .woocommerce ul.product_list_widget li img {
float: left;
padding-right: 10px;
}
#widget-area-three-section .widget ul li .product-title {
display: inline-block;
margin-bottom: 0px;
} #brand-section .brands {
width: 32.66%;
} .top-footer.footer-column-3 .footer-block, 
.top-footer.footer-column-4 .footer-block {
width: 49.33%;
margin-bottom: 30px;
}
.top-footer.footer-column-3 .footer-block:nth-last-of-type(1), 
.top-footer.footer-column-3 .footer-block:nth-last-of-type(2), 
.top-footer.footer-column-4 .footer-block:nth-last-of-type(1), 
.top-footer.footer-column-4 .footer-block:nth-last-of-type(2) {
margin-bottom: 0;
} .lost_reset_password .woocommerce-FormRow {
width: 100% !important;
}
}
@media screen and (max-width: 540px) {
#widget-area-three-section .woocommerce ul.cart_list li img, 
#widget-area-three-section .woocommerce ul.product_list_widget li img {
width: 70px;
}
#widget-area-three-section .widget ul li del, 
#widget-area-three-section .widget ul li ins {
padding: 0;
font-size: 13px;
}
.right .buttom-header .wrap-right {
text-align: right;
}
.inline-field {
width: 100%;
} .comments-area ol li article .comment-meta .comment-author {
width: 100%;
margin-bottom: 10px;
}
.comments-area ol li article .comment-meta .comment-metadata {
width: 100%;
text-align: left;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
margin: 5px 0;
width: 100%;
} .top-header .ed-social-icons + .account-wrap, .top-header .ed-social-icons, .top-header .ed-social-icons + .ticker, 
.top-header .ticker, .top-header .ed-social-icons + .ticker + .account-wrap, .top-header .ticker + .account-wrap {
width: 100%;
padding: 5px 0;
text-align: left;
}
.boxed .top-header .ed-social-icons + .ticker {
width: 100%;
}
.ticker .ticker-title, .boxed .ticker .ticker-title {
max-width: 35%;
}
.ticker .slick-slider, .boxed .ticker .slick-slider {
max-width: 64%;
}
.account-wrap div {
font-size: 12px;
margin-left: -4px;
}
.account-wrap div a {
padding-left: 5px;
padding-right: 5px;
}
.my-account p, .wishlist-box .my-wishlist {
display: inline-block;
}
.buttom-header .site-branding {
padding-bottom: 15px;
width: 100%;
}
.buttom-header .wrap-right {
text-align: left;
width: 100%;
}
.wrap-right .header-call-to {
padding-right: 10px;
}
.header-cart .widget::before {
left: 55%;
} .menu-wrap .main-navigation {
width: 83%;
}
.menu-wrap .header-search {
width: 15%;
}
.menu-wrap .header-search .search-box.search-active {
z-index: 99;
width: 300px;
} #promo-section .promo-block {
float: none;
margin: 0 0 15px 0;
width: 100%;
padding: 0;
} #promo-section .promo-text {
width: 50%;
}
.prod-title-desc {
font-size: 14px;
}
.widget ul.new-prod-slide li, .widget ul.feature-cat-product li {
padding: 15px 10px;
width: 100%;
}
.widget ul.new-prod-slide li:nth-last-of-type(1), .widget ul.new-prod-slide li:nth-last-of-type(2), 
.widget ul.new-prod-slide li:nth-last-of-type(3), .widget ul.new-prod-slide li:nth-last-of-type(4), 
.widget ul.feature-cat-product li:nth-last-of-type(1), .widget ul.feature-cat-product li:nth-last-of-type(2), 
.widget ul.feature-cat-product li:nth-last-of-type(3) {
padding-bottom: 15px;
} #cta-section .cta-content {
padding: 20px;
width: 100%; 
}
#cta-section figure {
width: 100%;
} .widget_wp_store_offer {
overflow: hidden;
}
.widget_wp_store_offer .offer-img {
width: 100%;
}
.widget_wp_store_offer .offer-percent {
bottom: inherit;
font-size: 18px;
height: 40px;
left: inherit;
right: -50px;
top: 20px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 180px;
}
.widget_wp_store_offer .offer-percent span {
display: inline-block;
font-size: 18px;
padding-top: 0;
}
.widget_wp_store_offer .offer-content-wrap {
padding: 20px;
width: 100%;
} .blogs {
float: none;
margin-bottom: 30px;
padding: 0;
width: 100%;
} #widget-icon-section .widget {
border-right: medium none;
float: none;
padding: 0;
width: 100%;
}
#widget-icon-section .widget .payment-info {
padding-left: 20px;
display: inline-block;
}
#widget-icon-section .widget .payment-info h3, #widget-icon-section .widget .payment-info p {
text-align: left;
} #brand-section .brands {
width: 49%;
} .top-footer .footer-block {
padding: 0;
}
.top-footer.footer-column-2 .footer-block, 
.top-footer.footer-column-3 .footer-block, 
.top-footer.footer-column-4 .footer-block {
width: 100%;
margin-bottom: 30px;
}
.top-footer.footer-column-3 .footer-block:nth-last-of-type(2), 
.top-footer.footer-column-4 .footer-block:nth-last-of-type(2) {
margin-bottom: 30px;
}
.top-footer.footer-column-2 .footer-block:last-child, 
.top-footer.footer-column-3 .footer-block:last-child, 
.top-footer.footer-column-4 .footer-block:last-child {
margin-bottom: 0;
}
.footer-top .top-footer-menu {
width: 100%;
margin-bottom: 20px;
}
.footer-top .top-footer-menu ul li {
display: block;
}
.footer-top .top-footer-menu + .ed-social-footer {
text-align: left;
width: 100%;
} .woocommerce .woocommerce-result-count, 
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: none;
}
.woocommerce .columns-2 ul.products li.product, .woocommerce-page .columns-2 ul.products li.product, 
.woocommerce .columns-3 ul.products li.product, .woocommerce-page .columns-3 ul.products li.product, 
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, 
.woocommerce .columns-4 ul.products li.product, .woocommerce-page .columns-4 ul.products li.product, 
.woocommerce .columns-5 ul.products li.product, .woocommerce-page .columns-5 ul.products li.product {
width: 100%;
}
.woocommerce-cart table.cart img {
width: 80px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
float: none;
margin-bottom: 20px;
width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: none;
width: 100%;
}  .woocommerce-cart table, .woocommerce-cart thead, .woocommerce-cart tbody, .woocommerce-cart th, .woocommerce-cart td, .woocommerce-cart tr,
.woocommerce-wishlist table, .woocommerce-wishlist thead, .woocommerce-wishlist tbody, .woocommerce-wishlist th, .woocommerce-wishlist td, 
.woocommerce-wishlist tr { 
display: block; 
} .woocommerce-cart thead tr, .woocommerce-wishlist thead tr { 
position: absolute;
top: -9999px;
left: -9999px;
}
.woocommerce-cart tr, .woocommerce-wishlist tr { 
border: 1px solid #ccc; 
}
.woocommerce-cart td, .woocommerce-wishlist td { border: none !important;
border-bottom: 1px solid #eee  !important; 
position: relative;
padding-left: 50%  !important; 
}
.woocommerce table.wishlist_table tbody td.wishlist-empty {
padding-left: 5px;
}
.woocommerce-cart td:before, .woocommerce-wishlist td:before { position: absolute; top: 6px;
left: 6px;
width: 45%; 
padding-right: 10px; 
white-space: nowrap;
font-weight: bold;
} .woocommerce-cart td:nth-of-type(1):before { content: ""; }
.woocommerce-cart td:nth-of-type(2):before { content: "Product Image"; }
.woocommerce-cart td:nth-of-type(3):before { content: "Product"; }
.woocommerce-wishlist td:nth-of-type(3):before { content: "Product Name"; line-height: 40px; }
.woocommerce-cart td:nth-of-type(4):before { content: "Price"; }
.woocommerce-wishlist td:nth-of-type(4):before { content: "Price"; line-height: 24px; }
.woocommerce-wishlist td:nth-of-type(5):before{ content: "stock Status";}
.woocommerce-wishlist td:nth-of-type(6):before { content: "";}
.woocommerce-cart td:nth-of-type(5):before { content: "Quantity"; }
.woocommerce-cart td:nth-of-type(6):before { content: "Total"; }
.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, 
.woocommerce table.my_account_orders tr td.order-actions::before, .woocommerce-page #content table.cart .product-thumbnail, 
.woocommerce-page table.cart .product-thumbnail, .woocommerce-page table.my_account_orders tr td.order-actions::before{
display: block;
}
.woocommerce-cart td.product-remove{
text-align: right;
}
.woocommerce table.wishlist_table tr td.product-remove {
padding: 5px !important;
text-align: right;
}
.woocommerce #content table.wishlist_table.cart a.remove {
margin: 0;
}
.woocommerce-cart td.product-remove a {
left: 90%;
position: relative;
}
.woocommerce table.wishlist_table tbody td.product-price {
display: block;
}
.woocommerce table.wishlist_table tbody td.product-name a {
display: block;
padding-bottom: 5px;
}
.woocommerce-cart td.actions {
padding-left: 10px !important;
}
.woocommerce table.cart td.actions .input-text{
width: 100% !important;
margin-bottom: 10px !important;
}
.woocommerce-cart td.actions .button {
width: 100% !important;
}
.woocommerce-cart .cart-collaterals th{
float: left;
padding-left: 10px !important;
}
.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, 
.wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td {
text-align: center;
}
.woocommerce-wishlist.woocommerce .cart .button {
float: none;
}
.woocommerce #review_form #respond p.comment-form-author, .woocommerce #review_form #respond p.comment-form-email {
width: 100%;
padding: 0;
} .no-results form.search-form label {
width: 100%;
margin-bottom: 10px;
}
.no-results form.search-form .search-submit {
width: 30%;
} .error404-text > h1 {
font-size: 6em;
line-height: 90px;
width: 100%;
} .archive article .post-thumbnail {
float: none;
margin-bottom: 20px;
width: 100%;
}
.archive article .wrap-content {
float: none;
padding-left: 0;
width: 100%;
}
.archive.alternate-image article:nth-child(2n) .post-thumbnail {
float: none;
}
.archive.alternate-image article:nth-child(even) .wrap-content {
padding-right: 0;
}
}a:focus {
outline: thin dotted;
}
button:focus:after {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
width: 100%;
}
button:focus, button:active, button:focus {
color: #fff;
border-color: #f6a225;
}
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
background: #f6a225;
color: #fff;
border-color: #f6a225;
}
.widget ul li a:focus, .shop-sidebar ul li a:focus {
color: #f6a225;
}
.button:focus, #cta-section .cta-content a:focus, .bttn a:focus, 
.widget ul li a.button:focus, .woocommerce #respond input#submit.alt:focus, 
.woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus, .woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, 
.widget ul li a.added_to_cart:focus, .edit-link a:focus, .woocommerce a.added_to_cart:focus,
.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a:focus {
background: none;
color: #fff;
border-color: #f6a225;
}
.woocommerce #respond input#submit:focus, .woocommerce input.button:focus {
background: #f6a225;
}
.button:focus:before, #cta-section .cta-content a:focus:before, .bttn a:focus:before, 
.woocommerce #respond input#submit.alt:focus:before, .woocommerce a.button.alt:focus:before, 
.woocommerce button.button.alt:focus:before, .woocommerce input.button.alt:focus:before, 
.woocommerce a.button:focus:before, .woocommerce button.button:focus:before, .added_to_cart:focus:before, 
.edit-link a:focus:before,
.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a:focus:before {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
width: 100%;
}
.whislist-quickview .button:focus:before {
opacity: 0 !important;
visibility: hidden !important;
width: 0 !important;
}
.nav-links a:focus:after {
width: 30%;
border-bottom-color: #f6a225;
}
.nav-links a:focus {
color: #f6a225;
}
.single .entry-content a:focus {
text-decoration: underline;
}
.social-icons a.facebook:focus {
background: none;
color: #4060a5;
}
.social-icons a.twitter:focus {
background: none;
color: #00abe3;
}
.social-icons a.gplus:focus {
background: none;
color: #e64522;
}
.social-icons a.youtube:focus {
background: none;
color: #ff3334;
}
.social-icons a.pinterest:focus {
background: none;
color: #cb2027;
}
.social-icons a.linkedin:focus {
background: none;
color: #007bb6;
}
.social-icons a.vimeo:focus {
background: none;
color: #44bedf;
}
.social-icons a.instagram:focus {
background: none;
color: #a59179;
}
.social-icons a.skype:focus {
background: none;
color: #03aceb;
}
#back-to-top:focus {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.comments-area ol li article .comment-meta .comment-metadata a:focus, .logged-in-as a:focus {
color: #f6a225;
}
.comments-area ol li article .comment-meta .comment-metadata span a:focus {
color: #fff;
}
.comments-area ol li article .reply a:focus {
background: #f6a225 none repeat scroll 0 0;
color: #fff;
}
.comment-respond h3 a:focus:after {
width: 50%;
}
.bx-wrapper .bx-prev:focus::after, 
#main-slider .owl-nav div.owl-prev:focus:after {
background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.bx-wrapper .bx-next:focus::after, 
#main-slider .owl-nav div.owl-next:focus:after {
background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a.active, 
#main-slider .owl-dot.active span, #main-slider.clickable .owl-dot:focus span {
background: #f6a225;
}
.ticker .slick-slider li h5 a:focus {
color: #f6a225;
}
.account-wrap div a:focus {
background: #f6a225;
color: #fff;
}
.account-wrap div a:focus .fa {
color: #fff;
}
.wrap-right .header-cart:focus {
background: #f0f0f0;
}
.header-call-to > a:focus {
color: #f6a225;
}
.header-cart:focus .widget {
top: 100%;
margin-top: 0;
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
}
.main-navigation ul li:focus a {
color: #f6a225;
} 
.main-navigation ul li:focus-within > ul {
transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
}
.main-navigation ul li:focus a + ul li a {
color: #fff;
}
.main-navigation ul li ul li a:focus:after {
width: 100%;
border-bottom-color: #bb7b1c; 
}
.main-navigation ul li ul li a:focus:after {
width: 100%;
border-bottom-color: #bb7b1c; 
}
.menu-wrap .header-search a:focus {
background: #f6a225;
color: #fff;
border-top-color: #f6a225;
}
.header-search .search-box .close:focus {
color: red;
}
#slider-section .home-viewmore.slider-viewmore:focus {
color: #fff;
}
#slider-section .home-viewmore.slider-viewmore:focus:after {
width: 100%;
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
}
#promo-section .promo-block:focus img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
h3.product-title:focus {
color: #f6a225;
font-size: 16px;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.woocommerce ul.products li.product h3.product-title:focus {
font-size: 18px;
}
.new-prod-slide li:focus .whislist-quickview, .products li:focus .whislist-quickview {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
}
.yith-wcwl-add-to-wishlist:focus, .yith-wcwl-add-to-wishlist .button:focus, 
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .button:focus {
color: #f6a225;
}
.whislist-quickview a.button.yith-wcqv-button:focus {
color: #f6a225;
}
.widget_wp_store_cat_product .feature-cat-image:focus .product-cat-desc {
background: rgba(246, 162, 37, 0.75);
color: #fff;
}
.widget_wp_store_offer:focus .offer-img img {
opacity: 0.8;
filter: alpha(opacity= 80);
}
.sidebar .widget_wp_store_offer .offer-wrap:focus .offer-content-wrap {
padding-top: 25px;
padding-bottom: 25px;
}
.blogs > h5 a:focus {
color: #f6a225;
}
.blogs > h5 a:focus:after {
width: 20%;
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
}
#widget-area-three-section .woocommerce ul.cart_list li:focus img, 
#widget-area-three-section .woocommerce ul.product_list_widget li:focus img {
opacity: 0.8;
filter: alpha(opacity= 80);
}
#widget-area-three-section .widget ul li .product-title:focus {
color: #f6a225;
}
#widget-icon-section .widget:focus .fa {
color: #f6a225;
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
}
#brand-section .brands img:focus {
opacity: 0.5;
filter: alpha(opacity= 50);
}
.footer-top .top-footer-menu ul li a:focus {
color: #f6a225;
}
.top-footer .widget ul li a:focus {
color: #f6a225;
}
.footer-copyright .copyright-text a:focus {
color: #fff;
}
.widget_calendar .calendar_wrap table tfoot tr td a:focus {
background: #f6a225;
color: #fff;
}
.widget_tag_cloud .tagcloud a:focus, .widget_product_tag_cloud .tagcloud a:focus {
background: #f6a225;
color: #fff;
}
.widget_wp_store_cta_simple a.btn:focus {
background: none;
color: #fff;
border-color: #f6a225;
}
.widget_wp_store_cta_simple a.btn:focus:after {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
width: 100%;
}
.widget_wp_store_cta_video .video-bkg-img:focus .fa {
background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
color: #333;
}
.widget_wp_store_promo .promo-btn:focus {
border-color: #f6a225;
background: #f6a225;
color: #fff;
}
.form-row.place-order .button.alt:focus {
background: #f6a225;
}
.showlogin:focus, .showcoupon:focus, .lost_password a:focus {
color: #f6a225;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus {
background: #f6a225 none repeat scroll 0 0;
border-color: #c48306;
color: #fff;
}
.woocommerce .woocommerce-breadcrumb a:focus {
color: #f6a225;
}
.woocommerce-page.woocommerce .products li .whislist-quickview .button:focus {
color: #f6a225;
}
.woocommerce .shop-sidebar ul.cart_list li a:focus .product-title, 
.woocommerce .shop-sidebar ul.product_list_widget li a:focus .product-title {
color: #f6a225;
}
.woocommerce .shop-sidebar ul.cart_list li:focus img, 
.woocommerce .shop-sidebar ul.product_list_widget li:focus img  {
opacity: 0.8;
filter: alpha(opacity= 80);
}
.woocommerce-page ul.products li a.button.ajax_add_to_cart:focus:before, 
.shop_table.wishlist_table tbody tr td.product-add-to-cart a.button.ajax_add_to_cart:focus:before {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
width: 100%;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:focus, 
.woocommerce.widget_shopping_cart .cart_list li a.remove:focus {
background-color: #f6a225;
}
.single .product_meta span a:focus {
color: #f6a225;
}
.woocommerce #respond input#submit.alt.disabled:focus, 
.woocommerce #respond input#submit.alt:disabled:focus, 
.woocommerce #respond input#submit.alt[disabled]:disabled:focus, 
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:focus, 
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:focus, 
.woocommerce a.button.alt[disabled]:disabled:focus, 
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:focus, 
.woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:focus, 
.woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:focus, 
.woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:focus, 
.woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:focus, 
.woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:focus {
background-color: transparent;
color: #333;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:focus {
background: #f6a225 none repeat scroll 0 0;
color: #fff;
}
.archive article .entry-title a:focus {
color: #f6a225;
}
.archive article .entry-header .entry-meta a:focus, 
.single .page-header .entry-meta a:focus {
color: #f6a225;
}
.archive article .wrap-content .entry-content a:focus::after {
visibility: visible;
width: 50%;
}
.archive article .wrap-content .entry-footer a:focus, .single .entry-footer a:focus {
color: #f6a225;
text-decoration: underline;
}
.archive article .wrap-content .entry-footer .edit-link a:focus, 
.single .entry-footer .edit-link a:focus {
color: #fff;
text-decoration: none;
}
.search-results article .entry-title a:focus {
color: #f6a225;
}
.search-results article .entry-title a:focus:after {
visibility: visible;
width: 30%;
}
.search-results .entry-meta a:focus {
color: #f6a225;
}
.wp-block-categories a:focus,
.wp-block-archives a:focus,
.wp-block-latest-posts a:focus  {
color: #f6a225;
}
button.menu-toggle:focus{
outline: thin 1px #000;
}.strong-rating-wrapper {
line-height: 1.7;
} .strong-rating-wrapper.average > span {
display: inline-block;
} .strong-rating-wrapper.average.block > span {
display: block;
margin: 0;
} .strong-rating-wrapper.average.centered {
text-align: center;
}
.strong-rating-title {
font-weight: 700;
}
.strong-rating-wrapper legend {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
} .strong-rating {
display: inline-block;
border: 0;
} .strong-rating span.star {
display: inline-block;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
}
.strong-rating-wrapper:not(.average) span.star:first-child:before {
padding-left: 0;
}
.strong-rating-wrapper:not(.average) span.star:last-child:before {
padding-right: 0;
}
.strong-rating span.star:hover {
cursor: default;
}  .strong-rating-wrapper.in-form .strong-rating {
padding: 0;
} .strong-rating-wrapper.in-view {
display: inline-block;
}
.strong-rating-wrapper.in-view .strong-rating {
margin: 0;
padding: 0;
} .strong-rating-wrapper.in-metabox {
display: inline-block;
}
.strong-rating-wrapper.in-metabox .strong-rating span.star:before {
font-size: 20px;
line-height: 27px;
}
.strong-rating-wrapper.in-table-list .strong-rating span.star:before { padding: 1px;
}   .strong-rating span.star0 {
display: none;
} .strong-rating-wrapper .star svg path {
fill: #FFB900;
} .strong-rating-wrapper .star svg {
width: 20px;
} .strong-rating span.current ~ span.star:before {
content: "";
-webkit-mask: url(//www.carpetsandfloorings.co.uk/wp-content/plugins/strong-testimonials/assets/public/svg/star-regular.svg) center center no-repeat;
mask: url(//www.carpetsandfloorings.co.uk/wp-content/plugins/strong-testimonials/assets/public/svg/star-regular.svg) center center no-repeat;
} .strong-rating span.current:before {
color: #FFB900;
} .strong-rating-wrapper.average .strong-rating span.star.half:before {
content: "";
-webkit-mask: url(//www.carpetsandfloorings.co.uk/wp-content/plugins/strong-testimonials/assets/public/svg/star-half-alt-solid.svg) center center no-repeat;
mask: url(//www.carpetsandfloorings.co.uk/wp-content/plugins/strong-testimonials/assets/public/svg/star-half-alt-solid.svg) center center no-repeat;
} @media only screen and (max-width: 480px) {
.strong-rating-wrapper > span {
display: block;
line-height: 30px;
vertical-align: middle;
margin: 0;
text-align: center;
}
}