@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//everydayglobal.uk/wp-content/themes/woodmart/fonts/woodmart-font-2-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(43,43,43);
	--wd-text-font-size: 15px;
	--wd-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 10px;
	--wd-primary-color: rgb(53,109,241);
	--wd-alternative-color: rgb(208,20,44);
	--wd-link-color: rgb(208,20,44);
	--wd-link-color-hover: rgb(14,73,181);
	--btn-default-bgcolor: rgb(53,109,241);
	--btn-default-bgcolor-hover: rgb(208,20,44);
	--btn-accented-bgcolor: rgb(53,109,241);
	--btn-accented-bgcolor-hover: rgb(208,20,44);
	--btn-transform: capitalize;
	--btn-color: rgb(255,255,255);
	--btn-bgcolor: rgb(53,109,241);
	--btn-color-hover: rgb(255,255,255);
	--btn-bgcolor-hover: rgb(208,20,44);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(14,73,181);
	--notices-success-color: rgb(255,255,255);
	--notices-warning-bg: rgb(237,32,36);
	--notices-warning-color: rgb(255,255,255);
}
:is(.shop-content-area.wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.shop-content-area.wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(255,255,255);
	--wd-bordered-bg:rgb(255,255,255);
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 225px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(28,97,231);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .post.wd-post .post-title {
	font-size: 18px;
}
.page .main-page-wrapper {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-blog .main-page-wrapper {
	background-color: rgb(246,246,246);
	background-image: none;
}
html .wd-buy-now-btn {
	color: rgb(255,255,255);
	background: rgb(53,109,241);
}
html .wd-buy-now-btn:hover {
	color: rgb(255,255,255);
	background: rgb(208,20,44);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


p:empty {
    display: none;
}

.single-product .variations tr {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-product .wd-reset-side-lg .wd-reset-var {
    width: auto;
    margin-top: 10px;
}

.woocommerce-product-gallery .wd-gallery-images{
		box-shadow: 0px 0px 4px #dddddd;
		border-radius: 10px;
}

.woocommerce-product-gallery  .wd-carousel-item img {
		border: 1px solid #dddddd;
		border-radius: 10px;
}


fieldset.hidden-fields-container {
    display: none;
}

.import-ban p {
    border: 2px dashed #e0e0e0;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 15px !important;
    text-align: center;
	  border-radius: 10px;
}

.wd-header-cart.wd-design-3 .wd-cart-subtotal .amount {
    color: #ffffff !important;
}

.header-number .info-box-inner {
    margin-top: 0 !important;
}



/*******Product layout********/

.filll-form h2 {
    color: #000000;
   /* background: #1c61e7;*/
    padding: 5px 30px;
    border-radius: 3px;
}



.get .this-col {
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 1px dashed #e3e3e3;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.filll-form {
    margin-bottom: 20px !important;
}

.buy-now-form .vc_col-sm-6{
		padding-left: 10px !important;
		padding-right: 10px !important;
}

.buy-now-form .form-order p {
    text-align: center;
}

.buy-now-form input[type="submit"] {
    background: #1c61e7;
    color: #ffff;
    border-radius: 3px;
    padding: 10px 40px;
		width: 100%;
}

.buy-now-form input[type="submit"]:hover {
    background: #ff9b00;
}

.order-img figure {
    text-align: center;
}

/******Product layout end*********/

.pre-f {
    padding-top: 45px;
    padding-bottom: 0px;
    /* margin-bottom: 35px; */
    /* border-bottom: 2px solid #ffffff; */
    border-top: 2px solid #ffffff;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

#social-row {
    padding-top: 20px;
    padding-bottom: 30px;
   /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-bottom: 2px solid #ffffff;*/
}

.social-facebook .wd-icon:before {
    color: #1c61e7;
}

.social-twitter .wd-icon:before {
    color: #1c9cf0;
}

.social-pinterest .wd-icon:before {
    color: red;
}

.social-linkedin .wd-icon:before {
    color: #153d8d;
}

.social-tg .wd-icon:before {
    color: #1c9cf0;
}

.social-instagram .wd-icon:before {
    color: black;
}

.social-youtube .wd-icon:before {
    color: red;
}

.social-snapchat .wd-icon:before {
    color: #f0de43;
}

.social-tiktok .wd-icon:before {
    color: black;
}

.pre-f h4.info-box-title {
    margin-bottom: 0;
    color: #000000;
    font-size: 20px;
}

.pre-f p {
    color: #000000;
    font-size: 18px;
}
/*
#social-row {
    padding-top: 30px;
    padding-bottom: 30px;
}
*/

#row-one-images img {
    padding: 8px;
}

#row-two-images img {
    padding: 5px;
}

#footer-column.one li {
    margin-bottom: 6px;
}


#footer-column h3.info-box-title {
    margin-bottom: 5px;
}

.social-f:hover {
    transform: translateY(-7.5px);
}
.social-f {
    transition: all 0.4s ease-out 0s;
}

/******STICKY SOCIAL********/
#in img{
    height: 40px;
}

.wd-sticky-nav:is(:hover,.wd-opened) .wd-sticky-nav-content .sticky-social .in img{
	height: 51px
}

body .wd-sticky-nav-content{
		opacity: 1;
}

.wd-sticky-nav-content .sticky-social img{
		width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: 0% 0;
}

.wd-sticky-nav:is(:hover,.wd-opened) .wd-sticky-nav-content .sticky-social img{
		width: 245px;
    height: 50px;
		object-fit: cover;
		transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}

/*****Single Product*******/
.recently-view .product-wrapper {
    display: flex;
    align-items: center;
}

#respond .form-submit {
    margin-bottom: 12px;
}

.product-grid-item .wd-star-rating {
    display: none;
}

.wd-buy-now-btn {
    color: #fff !Important;
		background: #fd5b10;
}

.mobiles ul.sub-sub-menu {
		column-count:2;
}

.mobiles.mega-menu-list img {
		max-height:50px
}

.mobiles.mega-menu-list a {
		font-size:0;
		padding:0;
}

.product-list-item :is(.shop_attributes tbody,[class*="short-description"]) {
    padding-inline-end: 20px;
}

.wd-swatches-filter.wd-swatches-brands.wd-size-large {
    --wd-swatch-h: 50px;
    --wd-swatch-w: 85px;
}

[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
		display:none;
}

span.wd-filter-lable.layer-term-lable {
    color: black;
    font-weight: 600;
		font-size: 14px;
}

h5.widget-title {
    margin-bottom: 12px;
}

#woodmart-woocommerce-layered-nav-3 span.wd-filter-lable.layer-term-lable {
    border: 0 !important;
}

.woodmart-woocommerce-layered-nav {
		margin-bottom: 15px;
    padding-bottom: 15px;
}

.wd-active .wd-swatch-text,
.wd-active .layer-term-lable {
    background: #1c61e7 !important;
    color: white !important;
    border-color: #1c61e7 !important;
}

#woodmart-woocommerce-layered-nav-3 .wd-active .layer-term-lable {
    background:transparent !important;
		color:#000 !important;
		border:0 !important;
}

.wd-active:hover .wd-swatch-text,
.wd-active:hover .layer-term-lable{
    background: #ff5722 !important;
    color: white !important;
    border-color: #ff5722 !important;
}

.wd-swatches-filter.wd-filter-list span.count {
    display: none;
}

span.wd-swatch-text {
    border: 2px solid #e5e5e5;
    padding: 7px 12px !important;
    border-radius: 5px;
}

span.wd-swatch-text:hover {
    border: 2px solid #000;
    padding: 7px 12px !important;
    border-radius: 5px;
}

.wd-scroll .wc-layered-nav-term span.wd-filter-lable.layer-term-lable {
    border: 2px solid #e5e5e5;
    padding: 7px 12px !important;
    border-radius: 5px;
}

.wd-scroll .wc-layered-nav-term span.wd-filter-lable.layer-term-lable:hover {
    border: 2px solid #000;
    padding: 7px 12px !important;
    border-radius: 5px;
}


/**** Slider *****/

.slider-button-one {
    border: 2px solid #e6effd;
}

/*********CART*****/
.woocommerce-mini-cart .cart-info span.quantity {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.woocommerce-mini-cart .cart-info .wd-product-sku {
    display: none;
}

/*******MENU******/
.wd-nav.wd-style-bg>li:is(:hover,.current-menu-item,.wd-active,.active)>a:before {
    opacity: 1;
    background-color: #FFF;
}

.wd-nav.wd-style-bg>li:is(:hover,.current-menu-item,.wd-active,.active)>a {
    color: #000;
}

/******TOPBAR**********/
.whb-top-bar p{
		font-size: 13px !important;
}

.whb-top-bar .box-icon-align-left .box-icon-wrapper {
    margin-right: 8px;
}

.whb-top-bar .info-box-inner a {
    color: #777;
}

.whb-top-bar .menu span{
		color: #777;
		font-size: 13px;
}


/******PRODUCTS********/

.wd-hover-fw-button .wd-product-sku,
.wd-hover-fw-button .hover-content-wrap,
.wd-product-stock{
    display: none;
}

.wd-hover-with-fade.hover-ready:hover .content-product-imagin, .wd-hover-with-fade.hover-ready.state-hover .content-product-imagin {
    visibility: hidden;
}

/****************  Pre Footer *******************/

#footer-row-one #menu-social-menu li:nth-child(1) a {
    color: #3B5998 !important;
}

#footer-row-one #menu-social-menu li:nth-child(2) a {
    color: #3f729b !important;
}

#footer-row-one #menu-social-menu li:nth-child(3) a {
    color: #E60023 !important;
}

#footer-row-one #menu-social-menu li:nth-child(4) a {
    color: #55ADED !important;
}

#footer-row-one #menu-social-menu li {
    margin-bottom: 0 !important;
}

/**************** End Of Pre Footer *******************/
#footer-column .col-b .info-box-inner {
    margin-top: 0 !important;
    font-size: 13px;
}

#footer-column .wd-fontsize-xs {
    font-size: 15px;
}

#footer-column p {
    font-size: 15px !important;
		color: #777;
    font-weight: 400;
}

#footer-column div.info-box-subtitle {
    font-size: 15px !important;
		font-weight: 700;
    color: #000;
		margin-bottom: 5px;
}

#footer-row-one .text-left p {
    font-size: 13px;
}

#row-two-image .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}

#row-two-image .vc_col-sm-6 {
    padding-bottom: 0;
}

#footer-column .middle{
		border-right: 2px solid;
    border-left: 2px solid;
    border-image: linear-gradient(to top, #f1f1f147, #eaeaea, #f1f1f147) 1 100%;
		padding:8px 10px 0;
}

#footer-column .one {
    padding-top: 5px;
}

#footer-column .vc_column-inner .wd-button-wrapper {
    padding: 0 20px !important;
}

#menu-menu .item-level-0 > a {
    border-right: 1px solid rgba(129,129,129,.2);
    height: 18px;
    padding: 0 14px;
}

#menu-menu .item-level-0:last-child > a {
    border-right: 0;
}

.footer-sidebar .custom-html-widget > p {
    display: none;
}

#footer-column .menu-important-links-container {
    padding-left: 12px;
}

#row-one-images .vc_column_container>.vc_column-inner {
    padding-left: 5px  !important;
    padding-right: 5px !important;
}
#row-one-images .wpb_single_image {
    margin-bottom: 0 !important;
}

#row-two-images .wpb_single_image {
    margin-bottom: 0 !important; 
}

#row-two-images .wpb_text_column {
    margin-bottom: 10px !important;
}

#footer-row-one .wpb_content_element {
    margin-bottom: 0 !important;
}

#footer-row-one #menu-social-menu .twitter a {
    color: #33ccff !important;
}

#footer-row-one #menu-social-menu .instagram a {
    color: #774430 !important;
}

#footer-row-one #menu-social-menu .youtube a {
    color: #cb2027 !important;
}

#footer-row-one #menu-social-menu .linkedin a {
    color: #0274b3 !important;
}

#footer-row-one #menu-social-menu li.fb a {
    color: #536DA2 !important;
}

#footer-row-one #menu-social-menu {
    text-align: right;
}

#footer-row-one #menu-social-menu li {
    display: inline-block;
    list-style: none !important;
    background-image: none;
    padding-left: 10px !important;
}

#footer-row-one #menu-social-menu li a {
   font-weight: 700;
}

#footer-row-one #menu-social-menu li:after {
    content: "/";
    color: #000;
    padding-left: 15px;
}

#footer-row-one #menu-social-menu li:last-child:after {
    content: "";
}

#footer-row-one .wpb_text_column {
    margin-bottom: 0 !important;
}

#footer-row-one p span a {
    padding: 0 10px;
    font-size: 15px;
}
#footer-row-one p span a {
    font-weight: 700;
}

.woodmart-prefooter {
    padding-bottom: 0px !important;
}

/*
.footer-container .container.main-footer {
    padding-top: 35px;
}
*/

/*
.footer-container{
		background: #f7f7f7 !important;
		border-top: 2px solid;
    border-image: linear-gradient(to top, #f1f1f147, #eaeaea, #f1f1f147) 1 100%;
}
*/

.footer-container {
    background: #f7f7f7 !important;
    /*border-top: 1px solid #dddddd;*/
}

.social-icons img {
    transition: .7s;
    border-radius: 0 !important;
}

.social-icons img:hover {
    transform: translateY(-10px);
    opacity: 0.8;
    cursor: pointer;
}

.footer-sidebar {
    padding-top: 10px !important;
}

.color-scheme-dark .widget a, .color-scheme-dark .widget a:hover{
  color:black !important;
}

.footer-col-left-one #menu-important-links li {
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: 0 6.5px !important;
}

.footer-col-left-one #menu-important-links li a {
    line-height: 22px;
}

.color-scheme-dark .widget li  {
    background-size: 8px 10px;
    background-repeat: no-repeat;
    background-position: 0 5.5px;
    padding-left: 16px;
  	margin-bottom: 8px !important;
    background-image: url(https://www.getnow.pk/wp-content/uploads/2019/04/right-arrow-link.png);
}

.footer-menu-links,.woodmart-info-box,
.footer-sidebar .footer-column, .footer-sidebar .footer-column-2 p{
    margin-bottom:0px !important;
}

.product-grid-item .wd-product-cats,
.product-grid-item .wd-product-brands-links {
    display: none;
}




}

.whb-top-bar {
    border-color: rgb(0 0 0) !important;
}

.whb-top-bar-inner .info-box-icon path {
    fill: #000000 !important;
}

body .searchform[class*="wd-style-with-bg"] .searchsubmit {
    background-color: #356df1 !important;
}

.whb-top-bar p {
    color: #000 !important;
}

.whb-header path {
    fill: #b8812d !important;
}

body .whb-color-light .wd-header-divider:before {
    border-color: #356df1 !important;
}

.whb-top-bar .menu span {
    color: #000 !important;
    font-size: 13px;
}

.info-box-content span {
    color: #ed2024 !important;
}

.info-box-content h6 {
    color: #000000 !important;
}

.wd-sticky-nav-title {
    background: rgb(184 129 45) !important;
}

body .wd-hover-fw-button .wd-add-btn>a {
    background-color: #356df1 !important;
}

body .amount {
    color: rgb(53 109 241) !important;
}

#wd-643c116952c02 a {
    background-color: #efd150 !important;
    border-color: #efd150 !important;
}
.wd-rs-643c116952c02.wd-button-wrapper a {
    color: rgb(184 129 45) !important;
}

.testimonial-content .star-rating span {
    color: #b8812d !important;
}

body .testimonial .testimonial-content footer>span {
    color: #356df1 !important;
}



/**** Product Page ****/

.wd-buy-now-btn {
    background: rgb(208 20 44) !important;
}

.single-product .safe-payments img {
    border: 2px solid whitesmoke;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #f4f4f4;
}

.recent .product-wrapper {
    box-shadow: 0px 0px 4px #dddddd;
}

.descrp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.desc-sec {
    background-color: white !important;
}

.descrp li.vc_tta-tab.vc_active {
    background-color: #051948;
    border-radius: 0px 27px 0px 0px;
    color: #ffffff !important;
}

.descrp li.vc_tta-tab {
    background-color: #ffffff;
    margin: 0px 5px 10px 5px !important;
}

.descrp li.vc_tta-tab.vc_active .vc_tta-title-text:after {
    background-color: rgb(5 25 72) !important;
}@media (min-width: 1025px) {
	#menu-sticky-navigation-mega-electronics > li > a .wd-nav-img {
  width: 30px !important;
  height: 30px !important;
}

#menu-sticky-navigation-mega-electronics > li > a {
  min-height: 50px !important;
  padding: 4px 15px !important;
}

/******/

.banner-two.promo-banner .wd-countdown-timer {
  margin-top: 25px;
  margin-left: 50px;
}

.p-spec-table th:first-child {
  width: 300px;
}

.footer-column.footer-column-2 {
  max-width: 36%;
  border-right: 2px solid;
  border-left: 2px solid;
  border-image: linear-gradient(to top, #f1f1f147, #eaeaea, #f1f1f147) 1 100%;
  padding-left: 4%;
  padding-right: 2%;
  flex: 0 0 36%;
}

.footer-column.footer-column-3 {
  max-width: 35%;
}

/*******/

.smartphones img.promo-banner-image.attachment-full {
  min-height: 775px;
}
/* -------- */

.whb-sticked .whb-not-sticky-row {
  display: block;
}

ul#menu-header-right-menu {
  gap: 30px;
}

#menu-header-right-menu .menu-item::before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 15px;
  left: -14px;
  content: "";
  background-color: #356df1;
  border-radius: 18px;
}

}

@media (min-width: 577px) and (max-width: 767px) {
	.container.main-footer {
    border-top: 1px solid #e0e0e0;
}

.whb-mobile-center .site-logo {
    padding: 0;
}

body .wd-header-cart.wd-design-2 .wd-cart-number,
body .wd-header-cart.wd-design-5 .wd-cart-number {
    background-color: rgb(184 128 45) !important;
}
}

@media (max-width: 576px) {
	.container.main-footer {
    border-top: 1px solid #e0e0e0;
}

.whb-mobile-center .site-logo {
    padding: 0;
}

body .wd-header-cart.wd-design-2 .wd-cart-number,
body .wd-header-cart.wd-design-5 .wd-cart-number {
    background-color: #d0142c !important;
}

.post-type-archive .main-page-wrapper,
.tax-product_cat .main-page-wrapper{
    padding-top: 5px;
}

.post-type-archive .vc_row.wpb_row.vc_inner,
.tax-product_cat .vc_row.wpb_row.vc_inner {
    margin-bottom: 0 !important;
}

.post-type-archive .vc_row.wpb_row {
		margin-bottom:10px !important;
}

.tax-product_cat .vc_row.wpb_row,
.wd-shop-product {
    margin-bottom: 5px !important;
}

.site-content {
		margin-bottom:0;
}

.p-spec-table th:first-child {
    width: 180px;
}


#last-section {
		margin-bottom:0 !important;
}

#footer-column .info-box-title {
    margin-bottom: 0;
}

.footer-container .container.main-footer {
    padding-top: 15px;
}

#footer-column .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.copyrights-wrapper .col-left {
    margin-bottom: 5px !important;
}

.copyrights-wrapper .min-footer {
    padding: 15px 0;
}

/*

.social-f img {
    margin-bottom: 10px;
}

*/

.social-f img {
padding: 0 30px;
}

.pre-f .wpb_wrapper {
    margin-bottom: 15px;
}

#social-row {
    padding-top: 10px;
    padding-bottom: 0px;
}

/*******/

.get .this-col {
    border-radius: 0;
    border: 0;
}

.single-product-page .wd-single-gallery {
    margin-bottom: 0px !important;
}

.filll-form h2 {
   font-size: 24px !important;
}




.container .min-footer strong {
    flex: 1 0 50% !important;
}
}

