/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 2.5.1.1563449275
Updated: 2019-07-18 11:27:55

*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900&display=swap');


body, button, input, textarea {
    color: #000;
    font-family: 'Work Sans', sans-serif !important;
    line-height: normal;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}
.fa, .fas {
	font-family: 'FontAwesome';
}
img {
    border-radius: 0px; 
}
.hentry .entry-content a:not(.button) {
	text-decoration:none;
}
.hentry {
	margin-bottom:0;
}
h1, h2, h3, h4, h5, h6 {
	 color: #000;
}
h1, .alpha {
	font-size:35px;
	font-weight:500;
}
h2, .beta {
    font-size: 34px;
    line-height: 1.214;
} 
h3, .gamma {
	font-size: 34px;
}
h4, .delta {
	font-size: 24px;
}
h5 {
	font-size: 20px;
	font-weight:400;
}
.site-main {
	margin-bottom:0;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
	outline:none;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
	background-color:#66b6ff ;
}
.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle {
	color: #666;
	font-size:14px;
	letter-spacing:0;
	font-weight:400;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	color:#000;
}
.widget_recent_entries ul li::before, .widget_pages ul li::before, .widget_categories ul li::before, .widget_archive ul li::before, .widget_recent_comments ul li::before, .widget_nav_menu ul li::before, .widget_links ul li::before, .widget_product_categories ul li::before, .widget_layered_nav ul li::before, .widget_layered_nav_filters ul li::before {
	display:none;
}
.widget_recent_entries ul li, .widget_pages ul li, .widget_categories ul li, .widget_archive ul li, .widget_recent_comments ul li, .widget_nav_menu ul li, .widget_links ul li, .widget_product_categories ul li, .widget_layered_nav ul li, .widget_layered_nav_filters ul li {
	padding-left:0;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	background-color: #1d1d1d;
}
ul.woocommerce-error li {
	font-size:13px;
	padding-bottom:5px;
	padding-top:5px;
}
input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text {
	background-color:#FFF;
	box-shadow:none;
	border:1px solid #d7d7d7;
}
.onsale {
	border:none;
	background-color:#66b6ff;
	color:#FFF;
	position:absolute;
	top:0;
	right:0;
}
header.cart-header-links h3 a:hover {
	color:#66b6ff;
}
header.cart-header-links h3.entry-title.checkout_securely a:hover {
	background-color:#66b6ff;
}

/*--------------------------------------------- Header CSS Starts ----------------------------------------------*/
.site-branding {
	width: calc( 100% - 600px);
    margin-left: 300px;
}
.logotop_wrapper {
	max-width:1516px;
	margin:0 auto;
}
.hdr_top {
	font-size:12px;
	color:#666666;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:8px 0;
	border-bottom:1px solid #e8e8e8;
}
.custom-logo-link {
	margin-top:25px;
	margin-bottom:0 !important;
	display:block;
}
.logotop_right  {
	float:right;
	width:300px;
	margin-top:35px;
}
.logotop_right .links_wrap_top {
	display:flex;
	flex-direction:row-reverse;
}
.hedr_top_class a {
	font-size:12px;
	color:#545454;
	text-align:right;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
}
.logotop_right .links_wrap_top .hedr_top_class:first-child {
	margin-left:24px;
}
.icones_wrap_top {
	display:flex;
	justify-content: flex-end;
	position:relative;
	margin-top:10px;
}
.serchwrap {
	margin-right:20px;
}
.serchwrap .clickserch a {
	font-size:0;
	width:26px;
	height:28px;
	background-image:url(assets/images/icon-search.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
}
nav.main-navigation {
	margin-bottom:17px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	max-width:1700px;
	margin:0 auto;
	padding:30px;
	background:#FFFFFF;
	box-shadow: 0 0 5px 5px #00000017;
}
.post-119 .shippingbanner-mobile img {
	display: none;
}
.post-123 .wpb_single_image .vc_figure {
	display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	background:#FFFFFF;
	box-shadow: 0 0 5px 5px #00000017;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background:none;
}
@media (min-width: 768px) {
.col-full {
	max-width:100%;
}
.left-sidebar .widget-area {
	width: 18%;
    float: left;
    margin-right: 3%;
}
.left-sidebar .content-area {
    width: 79%;
    float: right;
    margin-right: 0;
}
span.mega-menu-description {
    display: none !important;
}
.woocommerce-cart.left-sidebar .content-area, .page-template-template-fullwidth-php .content-area, .page-template-template-homepage-php .content-area {
	width:100%;
}
.site-branding, .site-search, .site-logo-anchor, .site-logo-link, .custom-logo-link {
		margin-bottom:15px;
}
.site-header-cart {
	position:static;
}
.site-header-cart .cart-contents {
	padding: 0;
}
.site-header-cart .cart-contents::after {
	content:'';
	width:26px;
	height:28px;
	background-image:url(assets/images/icon-cart.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.main-navigation ul.menu, .main-navigation ul.nav-menu {
	margin-left:0;
}
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
	padding:0 10px;
}
.main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.nav-menu > li.menu-item-has-children > a::after, .main-navigation ul.nav-menu > li.page_item_has_children > a::after {
	margin-left:10px;
}
.storefront-breadcrumb {
	margin-bottom:0;
}
.storefront-sorting select {
    width: auto;
    padding: 6px 10px;
	font-size:15px;
} 
/*--------------------------------------------- Popup Cart Starts ----------------------------------------------*/
.site-header-cart .widget_shopping_cart {
	 background-color:#FFF;
	 border:1px solid #dbdbd9;
}
.widget_shopping_cart .product_list_widget li {
	padding:15px;
}
.site-header-cart .widget_shopping_cart a {
	color:#1a1a1a;
	text-transform:capitalize;
	font-size:13px;
}
.site-header-cart .widget_shopping_cart a.remove + a {
	line-height:18px;
	max-height:36px;
	text-overflow:ellipsis;
	overflow:hidden;
}
.product_list_widget li img {
	float:left;
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
	float:right;
	text-align:right;
	color:#1a1a1a;
	font-size:0;
	margin-right:10px;
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
	font-size:12px;
	color:#000;
}
.site-header-cart .widget_shopping_cart .product_list_widget img {
	margin-left:0;
	margin-right:10px;
}
.site-header-cart .quantity {
	padding-left:45px;
	color:#66b6ff;
}
.product_list_widget li {
	border-bottom:1px solid #e8e8e8;
}

}
/*--------------------------------------------- HeaderSearch Starts ----------------------------------------------*/
.overlayme_uplod {
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(17, 20, 29, 0.94);
    z-index: 9999;
}
.poup_container {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
h2.pop-title {
	color:#FFF;
}	
.pop-close {
	width:26px; 
	height:28px;
	display:block;
	background-image:url(assets/images/icon-close.png);
	background-repeat:no-repeat;
	background-position:center center;
	padding:0;
	margin:0;
	background-color:transparent;
	border:none;
	float:right;
	right:15px;
	top:10px;
	position:absolute;
}
.aws-container .aws-search-field {
	box-shadow:none;
	font-size:14px;
	color:#000;
}
.aws-search-result .aws_result_title {
	color:#66b6ff;
	font-size:14px;
}
.aws-search-result .aws_onsale {
	background-color:#66b6ff;
}
/*--------------------------------------------- Header USP Starts ----------------------------------------------*/
.usps {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	align-items:flex-start;
	justify-content:space-between;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	padding:20px 70px;
	
}
.usps > div {
	 -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    max-width: 100%;
	display:flex;
	align-items:flex-start;
	flex-direction:row;
	margin:0;
}
.usps > div span {
	color:#666666;
	text-transform:uppercase;
	font-size:14px;
}
.usps > div span strong {
	font-size:22px;
	font-weight:400;
}
.usps > div span:first-child {
	margin-right:10px;
}
/*--------------------------------------------- Home Page Starts ----------------------------------------------*/
body.home a img:hover {
	opacity:0.7;
}
.crossitems h3 {
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:0;
}
#ywcps_layout3 .ywcps-wrapper .ywcps-slider {
	border:none !important;
}
#ywcps_layout3 .ywcps-wrapper .ywcps-nav-prev, #ywcps_layout3 .ywcps-wrapper .ywcps-nav-next {
	border:none;
	font-size:30px;
	color:#000000 !important;
}
#ywcps_layout3 .ywcps-wrapper .ywcps-nav-prev {
    left: -22px;
    opacity: 1;
}
#ywcps_layout3 .ywcps-wrapper .ywcps-nav-prev, #ywcps_layout3 .ywcps-wrapper .ywcps-nav-next {
	border:none !important;
	line-height:54px;
}
#ywcps_layout3 .ywcps-wrapper .ywcps-nav-next {
    right: -22px;
    opacity: 1;
}
#ywcps_layout3 .ywcps-wrapper .ywcps-nav-prev #prev_tmp3, #ywcps_layout3 .ywcps-wrapper .ywcps-nav-next #next_tmp3 {
	margin-top:0 !important;
	padding-top:0 !important;
}
.crossitems .product_img, .weekly-products .product_img {
	height:230px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#FFF;
}
.crossitems .product_img img , .weekly-products .product_img img {
	max-height:230px;
	height:100%;
	width:auto ;
	max-width:90% ;
	margin:0 !important;
	display:inline-block !important;
	
}

.product_price del, .price del {
	font-weight:400 !important;
	color:#999999;
	opacity:1;
}
.product_price ins, .price > ins, ul.products li.product .price {
	font-weight:500;
	color:#1a1a1a;
}
#ywcps_layout3 .single_product_container .product_other_info .product_name a {
	color:#1a1a1a !important;
	font-weight:500;
	overflow: hidden;
	line-height:18px;
	height:54px;
	display:block;
	text-transform:none;
	font-size:15px;
}
#ywcps_layout3 .single_product_container .product_other_info .product_name a:hover {
	color:#66b6ff !important;
}
.crossitems .product_price, .weekly-products .product_price {
	margin-top:25px;
}
.ywcps-products .owl-dots .owl-dot span {
	margin:5px 2px !important;
}
.ywcps-products .owl-dots .owl-dot.active span, .ywcps-products .owl-dots .owl-dot:hover span {
	background-color:#000 !important;
}
.homecategories {
	text-align:center;
}
.homecategories h4 {
	color:#2d2d2d;
	letter-spacing:1px;
	font-weight:500;
	text-transform:uppercase;
	margin-top:20px;
}
button.mz-button.mz-button-prev {
    left: 15% !important;
    
    color: #000 !important;
}


button.mz-button.mz-button-next {
    right: 15% !important;
    color: #000 !important;
}
button.mz-button.mz-button-close {
  
    color: #000 !important;
}


.homecategories a {
	font-size:14px;
	color:#2d2d2d;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
}
.homecategories a:hover {
	color:#66b6ff;
}
.home3cats {
	text-align:center;
}
.home3cats h4 {
	color:#FFF;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:2px;
}
.home3cats p {
	color:#2d2d2d;
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
}
.home3cats .cat3 {
	position:absolute;
	top:40px;
	z-index:1;
	left:0;
	right:0;
	margin:auto;
	pointer-events: none;
}
.home3cats .wpb_single_image.wpb_content_element.vc_align_left {
	position:relative;
	top:0;
	left:0;
}
.weekly-products h2, .brandslider h2 {
	font-size:40px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:0px;
}
.weekly-products #ywcps_layout3 .ywcps-wrapper .ywcps-nav-prev {
	left:0;
}
.main_mobile {
	display: none;
}
.weekly-products #ywcps_layout3 .ywcps-wrapper .ywcps-nav-next {
	right:0;
}
.weekly-products #ywcps_layout3 .ywcps-wrapper:hover .ywcps-nav-prev {
    left: 0 !Important;
    opacity: 1;
}
.weekly-products #ywcps_layout3 .ywcps-wrapper:hover .ywcps-nav-next {
    right: 0 !Important;
    opacity: 1;
}
 
 
.archive #secondary.widget-area .widget ul li a{
transition: 0.5s all ease-in-out;
}
.archive #secondary.widget-area .widget ul li a:hover {
	color: #66b6ff !important;
}

.site-main ul.products.columns-4 li.product a > h2.woocommerce-loop-product__title {
transition: 0.5s all ease-in-out;
}
.site-main ul.products.columns-4 li.product a:hover h2.woocommerce-loop-product__title {
	color: #66b6ff !important;
}
 



/*--------------------------------------------- FOOTER CSS Starts ----------------------------------------------*/
footer#colophon {
	 border-top:1px solid #dbdbd9;
	 border-bottom:1px solid #dbdbd9;
}
.col-full_ftr {
	max-width:1516px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content: space-between;
}
.widget .widget-title, .widget .widgettitle, .social-title h2 {
	color:#1a1a1a;
	font-size:16px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-bottom:0;
	margin-bottom:20px;
	border-bottom:none;
}
.site-footer ul.menu li a {
	font-size:14px;
	text-decoration:none;
	text-transform:capitalize;
	letter-spacing:0;
}
.site-footer a:not(.button) {
	text-decoration:none;
}
.site-footer .widget_nav_menu ul li {
	padding-left:0;
	margin-bottom:5px;
}
.site-footer .widget_nav_menu ul li::before {
	display:none;
}
.site-footer .social-link {
	margin-top:38px;
	
}

.site-footer .social-link a {
	margin-right:35px;
    font-size:30px;
}
.site-footer .social-link a:last-child {
	margin-right:0;
}
.social-link p {
	display: flex;
	width: 100%;
}
.site-footer .widget {
	margin-bottom:20px;
}
.last_ftr_wrapper {
	padding:15px 0;
	max-width:1516px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content: space-between;
	align-items:center;
}
.copy, .designby, .designby a {
	font-size:14px;
	color:#666666;
}

/*--------------------------------------------- BREADCRUMB CSS Starts ----------------------------------------------*/
.woocommerce-breadcrumb a:first-of-type::before {
	content:'';
}
.woocommerce-breadcrumb {
	font-size:12px;
}
.woocommerce-breadcrumb a {
	text-decoration:none;
}
.woocommerce-breadcrumb a, a.woocommerce-review-link, .product_meta a {
	color:#1a1a1a;
	font-size:12px;
}
.woocommerce-breadcrumb .breadcrumb-separator::after {
	content:'|';
	opacity:1;
}
/*--------------------------------------------- Categorypage Starts ----------------------------------------------*/	
.archive  .usps, .woocommerce-cart .usps {
	zoom:0.7;
	padding:10px 100px;
}
.archive ul.products li.product {
	margin-bottom:20px;
}
.archive #secondary .widget .widget-title {
	letter-spacing:0;
	font-size:18px;
	cursor:pointer;
	margin-bottom:10px;
}
.archive #secondary.widget-area .widget a:not(.button) {
	font-weight:400;
	text-decoration:none;
}
.archive #secondary.widget-area .widget a {
	color:#1a1a1a;
	 font-size:14px;
}
.archive #secondary.widget-area .widget ul li {
	line-height:normal;
	margin-bottom:18px;
	padding-left:0;
}
.archive #secondary.widget-area .widget ul li:before {
	display:none;
}
.archive #secondary.widget-area .widget ul li a:before {
	content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #d2d2d2;
    display: block;
    float: left;
    position: relative;
    top: 1px;
	margin-right:8px;
	text-align:center
}
.archive #secondary.widget-area .widget ul li.chosen a:before {
	background-image:url(assets/images/checkdot.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
div#secondary span.gamma.widget-title:after {
    content: "";
    width: 12px;
    height: 12px;
   background-image:url(assets/images/minus.png);
   background-repeat:no-repeat;
   background-position:center center;
    top: 5px;
    right: 0px;
    position: absolute;
    display: inline-block;
}

div#secondary span.gamma.widget-title.close_icone:after{
    content: "";
    width: 12px;
    height: 12px;
	 background-image:url(assets/images/plus.png);
	    background-repeat:no-repeat;
   background-position:center center;
    top: 5px;
    right: 0px;
    position: absolute;
    display: inline-block;
}
.archive #serchmeBrands, .archive #serchmeDepartment {
	margin-bottom:18px;
}
header.woocommerce-products-header h1.woocommerce-products-header__title.page-title {
	font-size:17px;
	color:#1a1a1a;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:0;
}
header.woocommerce-products-header {
	text-align:center;
}
.storefront-sorting {
	display:flex;
	flex-direction:column-reverse;
}
    
 #secondary .textwidget {
	display: none;
}
.woocommerce-result-count {
	text-align:center;
	font-size:16px;
}
.woocommerce-ordering {
	text-align:right;
}
ul.products li.product h2, ul.products li.product h3, ul.products li.product .woocommerce-loop-product__title {
	font-size:15px;
	color:#1a1a1a;
	font-weight:500;
}
.archive .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}
.archive .quantity button {
	padding:0;
	background-color:#66b6ff;
	color:#FFF;
	height:20px;
	width:16px;
	text-align:center;
	line-height:20px;
}
.archive .quantity button.minus {
	border-radius:10px 0 0 10px;
}
.archive .quantity button.plus {
	border-radius:0 10px 10px 0;
}
.archive .quantity input.qty {
	padding:0;
	width:45px;
	height:20px;
	line-height:20px;
	background-color:#ebebeb;
	border:none;
	box-shadow:none;
	text-align:center;
	font-size:16px;
	color:#000000;
}
.archive .addtocartbtnlist {
	width:33px;
	height:33px;
	border-radius:16px;
	background-color:#e0e0e0;
	padding:0;
	font-size:0;
	background-image:url(assets/images/cart-2.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.archive .addtocartbtnlist:hover {
	background-image:url(assets/images/cart-2hvr.png); 
	background-color:#66b6ff;
}
.archive .add_to_wishlist {
	font-size:12px;
	color:#7c7c7c;
	font-weight:500;
	margin-right:-15px !important;
}
.archive .add_to_wishlist:before {
	content:url(assets/images/icon-heart.png); 
	position:relative;
	top:3px;
	margin-right:5px;
}
.archive .yith-wcqv-button.button {
	background:transparent !important;
	padding:0;
	font-size:12px;
	color:#7c7c7c !important;
	font-weight:500;
	float:left;
	width:50%;
	text-align:right;
	padding-right:10px;
	margin-bottom:0 !important;
}
.archive .yith-wcqv-button.button:before  {
	content:url(assets/images/icon-eye.png); 
	position:relative;
	top:3px;
	margin-right:5px;
}
.designby {
	display: none;
}
.archive form.cart .price {
	margin-bottom:0 !important;
}
.archive form.cart {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:10px;
	border-bottom:1px solid #e0e0e0;
	padding-bottom:15px;
}
.archive .yith-wcwl-add-to-wishlist {
	margin-top:0;
}
.common-sections ul li {
	font-size: 14px !important;
	color: #000 !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
	background: #000 !important;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
	background: #000 !important;
}
.common-sections.Shipping h1 {
	padding-bottom: 20px;
	line-height: 0px;
}
.col-full_ftr div#media_image-2 {
    width: 137px;
}

.vc_row.wpb_row.vc_row-fluid.shiiping-page:nth-child(6) .wpb_text_column.wpb_content_element {
	margin: 0;
}

.archive .yith-wcwl-add-to-wishlist {
	width:50%;
	text-align:left;
	float:right;
	padding-left:10px;
}
.archive .yith-wcwl-add-to-wishlist + div {
    display:none;
}
.archive .yith-wcwl-add-to-wishlist span.feedback {
	font-size:12px;
}
.archive .yith-wcwl-add-to-wishlist span.feedback + a {
	clear:both;
	float:left;
}
.archive .product.type-product.status-publish form.cart, .archive .product.type-product.status-publish .yith-wcwl-add-to-wishlist, .archive .product.type-product.status-publish .yith-wcqv-button.button, .archive .product.type-product.status-publish a.button.product_type_variable {
	opacity:0;
	visibility:hidden;
	transition: all 0.5s;
	
}
body.archive .term-description {
    margin: 30px 0;
    padding: 0 40px;
} 


.archive .product.type-product.status-publish:hover form.cart, .archive .product.type-product.status-publish:hover .yith-wcwl-add-to-wishlist, .archive .product.type-product.status-publish:hover .yith-wcqv-button.button,  .archive .product.type-product.status-publish:hover a.button.product_type_variable  {
	opacity:1;
	visibility:visible;
}
.archive a.button.product_type_variable {
	display:block;
	padding:0 0 10px 0;
	background:none;
	color:#1a1a1a;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:10px !important;
}

/* Hide HTML5 Up and Down arrows. */
.archive input[type="number"]::-webkit-outer-spin-button, .archive input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
 
.archive input[type="number"] {
    -moz-appearance: textfield;
}
.yith-wcwl-add-to-wishlist img.ajax-loading  {
	margin-bottom:0 !important;
}
.archive .star-rating {
	display:none;
}
.yit-wcan-container+.storefront-sorting {
    display: none;
}

/*--------------------------------------------- CART PAGE  CSS Starts ----------------------------------------------*/
header.entry-header h1.entry-title {
	display:none;
}
header.cart-header-links {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
header.cart-header-links h3 a {
	font-size:18px;
	color:#333333;
	font-weight:500;
	letter-spacing:0.25px;
}
header.cart-header-links h3:first-child a:before {
	content:url(assets/images/arrow-left.jpg); 
	position:relative;
	top:2px;
	margin-right:3px;
}
header.cart-header-links h1 {
	text-transform:uppercase;
	letter-spacing:1px;
}
header.cart-header-links h3.entry-title.checkout_securely a {
	color:#FFF;
	background-color:#1a1a1a;
	padding:10px 20px;
	font-size:20px;
	text-transform:uppercase;
}
@media (min-width: 768px) {
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
		margin-top:30px;
	}
	.page-template-template-fullwidth-php table.cart thead tr {
		font-size:18px;
		text-transform:uppercase;
		font-weight:500;
		letter-spacing:1px;
	}
	.page-template-template-fullwidth-php table.cart thead tr th {
		border-top:1px solid #eaeaea;
		border-bottom:1px solid #eaeaea;
	}
	.page-template-template-fullwidth-php table.cart tbody tr td {
		border-bottom:1px solid #eaeaea;
	}
	table.cart th {
		padding:10px;
	}
	table.cart td  {
		padding:20px 10px;
	}
	table.cart .product-thumbnail img {
		max-width:115px;
	}
	.page-template-template-fullwidth-php table.cart .product-thumbnail {
		vertical-align:middle;
	}
	table.cart td.product-name a {
		font-size:18px;
		line-height:normal;
		color:#000;
		text-transform:capitalize;
	}
	table.cart td.product-quantity {
		min-width:245px;
	}
	table.cart td.product-quantity span.quntitybox_left {
		float:left;
	}
	table.cart td.product-quantity span.quntitybox_right {
		padding-left:15px;
		float:left;
	}
	table.cart td.product-quantity .updatepleadsecart button {
		background:none;
		padding:0;
		font-size:14px;
		color:#000000;
		text-decoration:underline;
		font-weight:400;
		margin-top:10px;
		opacity:1 !important;
	}
	table.cart td.product-quantity .removefromcart a.remove, .woocommerce-cart .cart-collaterals .cart-discount.coupon-first50 a {
		width:auto;
		height:auto;
		text-indent:0;
		font-size:14px;
		color:#000000;
		text-decoration:underline;
		font-weight:400;
		text-transform:capitalize;
		margin-top:10px;
	}
	table.cart td.product-quantity .removefromcart a.remove::before {
		display:none;
	}
	table.cart td.product-quantity .stocknoticecart {
		text-transform:uppercase;
		color:#010101;
		font-weight:600;
	}
	table.cart td.product-price, table.cart td.product-subtotal {
		font-size:20px;
		font-weight:600;
		vertical-align:middle;
		min-width:150px;
	}
	table.cart td.actions {
		border-top:none;
		border-bottom:none !important;
		padding:10px 0;
	}
	table.cart td.actions button {
		text-transform:uppercase;
	}
	.page-template-template-fullwidth-php .cart-collaterals .cart_totals, .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
		max-width:465px;
	}
	.woocommerce-cart .cart-collaterals h2 {
		display:none;
	}
	.woocommerce-cart .cart-collaterals th {
		padding-left:0;
	}
	.woocommerce-cart .cart-collaterals td {
		text-align:right;
		padding-right:0;
	}
	.woocommerce-cart .cart-collaterals .cart-subtotal th {
		text-transform:uppercase;
	}
	.woocommerce-cart .cart-collaterals .order-total th, .woocommerce-cart .cart-collaterals .order-total td  {
		border-top:1px solid #d3d3d3;
		padding-top:25px;
		text-transform:uppercase;
		font-size:17px;
	}
	.woocommerce-cart .wc-proceed-to-checkout {
		display:none;
	}
	.woocommerce-cart .cart-collaterals + header.cart-header-links h3.entry-title {
		width:100%;
		max-width:465px;
	}
	.woocommerce-cart .cart-collaterals + header.cart-header-links h3.entry-title.checkout_securely a {
		max-width:465px;
		width:100%;
		display:block;
		text-align:center;
	}
	.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
		float:left;
		margin-right: 4.347826087%;
	}
	.page-template-template-fullwidth-php .woocommerce-MyAccount-content {
		margin-right:0;
	}
	.single.single-product .woocommerce-tabs .panel {
		width:100%;
	}
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	background-color:#e0e0e0;
	display:flex;
	flex-wrap:wrap;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
	flex-grow:1;
	flex-basis:0;
}
}

/*--------------------------------------------- Login/My Account Page Starts ----------------------------------------------*/
.woocommerce-account h2, .woocommerce-checkout h2{
	font-weight:600;
	text-transform:uppercase;
	font-size:24px;
}
.woocommerce-account #rememberme {
	margin-bottom:10px;
}
.woocommerce-MyAccount-navigation ul li a {
	color:#1a1a1a;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li.is-active a::before {
	color:#66b6ff;
}
.woocommerce-MyAccount-navigation ul li a::before { 
	opacity:1;
	color:#585858;
}
.addresses header.title h3 {
	font-size:24px;
	font-weight:500;
	text-transform:uppercase;
}
.woocommerce-account .form-row label,  .woocommerce-checkout .form-row label {
	margin-bottom:10px;
}
.woocommerce-account em {
	 margin-top:10px;
	 display: inline-block;
}
.woocommerce-account fieldset {
	padding:0;
}
/*--------------------------------------------- Product Details Page Starts ----------------------------------------------*/	
.single.single-product .usps {
	display:none;	
}
.single.single-product h1.product_title.entry-title	 {
	font-size:24px;
	font-weight:600;
	letter-spacing:0.50px;
	border-bottom:1px solid #eaeaea;
	padding-bottom:20px;
}
.single.single-product .sku_wrapper {
	font-size:16px;
	margin-bottom:15px;
	display: inline-block;
}
.single.single-product .summary.entry-summary .price {
	text-align:center;
	font-size:35px;
	margin:0 0 20px;
	color:#66b6ff;
}

.single.single-product .summary.entry-summary .price del  {
	font-weight:400;
	color:#999999;
}
.single.single-product .summary.entry-summary .price del + ins {
	color:#66b6ff;
	font-weight:400;
	letter-spacing:0;
}
.woocommerce-product-rating, .single-product form.variations_form table td, .single.single-product .woocommerce-variation-availability, .single.single-product .woocommerce-variation-add-to-cart.variations_button  {
	text-align:center;
}
.single.single-product  div.product .woocommerce-product-rating {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:10px;
}
.single.single-product  div.product .woocommerce-product-rating a {
	font-size:12px;
	font-weight:400;
	text-decoration:none;
	color:#333333;
}
.single.single-product  div.product .woocommerce-product-rating .star-rating {
	float:none;
}
.single.single-product  form.variations_form .label {
	margin-bottom:10px;
	 text-transform:uppercase;
	 font-size:16px;
	 letter-spacing:0.25px;
}
.single.single-product  div.product table.variations select {
	border:1px solid #d3d2d2;
	color:#8b8b8b;
	font-size:11px;
	padding:8px;
}
.single.single-product   a.reset_variations {
	font-size:12px;
	color:#1a1a1a;
}
.single.single-product  .stock.in-stock {
	color:#333333;
	font-size:11px;
}
.single.single-product  .stock.in-stock::before {
	content: "\f0d8";
	font-family: 'FontAwesome';
	display:block;
}
.single.single-product  div.product form.cart {
	margin-bottom:0;
	text-align:center;
}
.single.single-product  div.product form.cart .quantity {
	float:none;
	margin-right:0;
	text-align:center;
}
.single.single-product  div.product form.cart .quantity button {
	background-color:#FFFFFF;
	color:#1a1a1a;
	font-weight:700;
	border:1px solid #eaeaea;
}
.single.single-product  div.product form.cart .quantity input {
	border:1px solid #eaeaea;
}
.post-110 .banner-section {
	display: none;
}
.single.single-product  .single_add_to_cart_button.button.alt {
	background-color:#1a1a1a;
	color:#FFF;
	font-size:20px;
	font-weight:500;
	letter-spacing:0.25px;
	margin-top:30px;
	text-transform:uppercase;
	padding:0;
	height:40px;
	line-height:40px;
	width:100%;
	max-width:360px;
}
.single.single-product  .yith-wcwl-add-to-wishlist a.add_to_wishlist {
	text-align:center;
	width:40px;
	height:40px;
	background-image:url(assets/images/cart-heart.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	font-size:0;
	border:1px solid #1a1a1a;
	margin:0 auto;
	display:block;
	border-radius:0;
}


.single.single-product  .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {
	text-align:center;
	width:40px;
	height:40px;
	background-image:url(assets/images/hovercart-heart.png);
	background-repeat:no-repeat;
	background-position:center center;
	font-size:0;
	margin:0 auto;
	display:block;
	border-radius:0;
	border: 2px solid #66b6ff;
}







.productpagesharediv {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.productpagesharediv a {
	width:32px;
	height:32px;
	line-height:32px;
	display:block;
	background-color:#1a1a1a;
	border-radius:16px;
	margin:0 5px;
	font-size:0px;
	color:#FFF;
	text-align:center;
}
.productpagesharediv a:first-child:before {
	content: "\f09a";
	font-family: 'FontAwesome';
	font-size:20px;
}
.productpagesharediv a:nth-child(2):before {
	content: "\f099";
	font-family: 'FontAwesome';
	font-size:20px;
}
.productpagesharediv a:last-child:before {
	content: "\f232";
	font-family: 'FontAwesome';
	font-size:20px;
}
.single.single-product  table.woo_discount_rules_table {
	margin:30px auto 0;
	max-width:455px;
	 border-collapse: collapse;
}
.single.single-product  table.woo_discount_rules_table .wdr_td_head_range {
	font-size:22px;
	color:#FFF;
	font-weight:600;
	text-align:center;
	letter-spacing:0.25px;
	text-transform:uppercase;
	padding:10px 15px;
}
.single.single-product  table.woo_discount_rules_table td {
	padding:10px 15px;
	 text-align:center;
	 font-size:16px;
	 color:#000000;
	 border:1px solid #dedddd;
}
.product-usp {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:space-between;
	margin-top:30px;
	color:#333333;
}
.product-usp > div {
	display:flex;
	align-items:center;
	flex-direction:column;
	font-size:11px;
	text-align:center;
}
.product-usp > div span {
	height:38px;
	display: flex;
    align-items: center;
}
.product-usp > div strong {
	font-size:13px;
	text-transform:uppercase;
	margin-bottom:3px;
}
.single.single-product  .woocommerce-tabs ul.tabs {
	border-top:none;
}
.single.single-product  .woocommerce-tabs ul.tabs li {
	border-bottom:1px solid #e3e3e3;
	text-align:center;
}
.single.single-product  .woocommerce-tabs ul.tabs li a {
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
	color:#d3d3d3;
	padding:15px 0;
}
.single.single-product  .woocommerce-tabs ul.tabs li a:hover {
	color:#66b6ff;
}
.single.single-product  .woocommerce-tabs ul.tabs li.active a { 
	 color:#1a1a1a;
	 border-bottom:2px solid #66b6ff; 
}
.woocommerce-tabs ul.tabs li.active::after {
	display:none;
}
.single.single-product .woocommerce-tabs .panel h2:first-of-type {
	display:none;
}
.single.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
	font-size:14px;
	color:#333333;
	line-height:25px;
}
.single.single-product  .wrps_related_products_area_title {
	text-align:center;
	text-transform:uppercase;
	color:#1a1a1a;
	font-weight:600;;
	letter-spacing:0.50px;
	font-size:24px;
	margin-bottom:30px;
}
.single.single-product .wpb_wrps_title a {
	 font-family: 'Work Sans', sans-serif;
	 font-size:14px;
	 color:#1a1a1a;
	 line-height:18px;
	 font-weight:500;
	 color:#1a1a1a;
	 text-transform:capitalize;
}
.single.single-product .wpb_wrps_price {
	font-size:14px;
	color:#1a1a1a;
}
.single.single-product .wpb_wrps_price del {
	color:#999999;
}
.single.single-product .wpb_wrps_onsale {
	background-color:#66b6ff;
}
.single.single-product .wrps_related_products_area {
	margin-bottom:30px;
}
.single.single-product .wrps_related_products_area .owl-buttons {
	top:50%;
	width:100%;
}
.post-150 .banner-section {
	display: none;
}
.wrps_related_products_area .owl-theme .owl-controls .owl-buttons div {
	background:transparent;
	border:none;
}
.wrps_related_products_area .owl-theme .owl-controls .owl-buttons i {
	font-size:30px;
	color:#000;
}
.single.single-product .wpb-icon-angle-left:before {
    content: "\f053";
}
.single.single-product .wpb-icon-angle-right:before  {
	  content: "\f054";
}
.single.single-product .owl-prev {
	float:left;
	 text-align:left;
	 padding:0 !important;
}
.single.single-product .owl-next {
	float:right;
	text-align:right;
	 padding:0 !important;
}
.pswp__counter {
	color:#000;
}
.pswp__bg, .pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption, .pswp__top-bar, .pswp__caption {
	background:#FFF;
}
.wrps_related_products.wrps_theme_box .wpb-wrps-item {
	background:#FFF;
}

/*--------------------------------------------- Contact Us CSS Starts ----------------------------------------------*/
.contact-details {
	font-size:15px;
	color:#1a1a1a;
}
.contact-details h5 {
	text-transform:uppercase;
	font-weight:600; 
}
.contact-social a {
	display:inline-block;
	float:left;
	margin-right:10px;
}
span.contact-social {
    float: left;
    display: inline-block;
    margin-bottom: 30px !important;
}



/*--------------------------------------------- Hide Elements CSS Starts ----------------------------------------------*/
.xoo-wsc-basket, .single.single-product .owl-pagination  {
	display:none;
}


/*--------------------------------------------- EXTRA CSS Starts ----------------------------------------------*/

.logotop_wrapper .site-branding img {
    text-align: center;
    margin: 0 auto;
    
}

.Page-wrap-full {
    padding: 0px 50px;
}
span.gamma.widget-title {
    
    position:relative;
    
}

ul#site-header-cart a.cart-contents span {
    display: none !important;
}
.return-steps {
	margin: 0;
}
.shiiping-page.shiiping-table tr:nth-child(1) td {
	font-weight: bold;
	color: #000 !important;
}
.shiiping-page.shiiping-table {
	margin-top: 25px;
}
.shiiping-page.please-note strong {
	font-weight: bold;
	color: #000 !important;
}

table.woo_discount_rules_table td.wdr_td_head_range {
    background: #000;
	color:#fff ;
}
table.woo_discount_rules_table {
    max-width: 400px;
}


.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    float: left;
    padding: 2px;
    width: 15%;
    overflow:hidden;
    max-height: 620px;
}

.woocommerce-product-gallery .flex-viewport {
    float: right;
    width: 80%;
	padding:5px ;
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
    width: 75% !important;
}

article#post-7 button.minus {
    display: none !important;
}

article#post-7 button.plus {
    display: none !important;
}

.wrps_related_products .wpb_wrps_cart_btn {
    display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    width: 100%;
	display: flex;
    align-items: flex-end;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
    float: left;
    width: 20%;
}

.widget_layered_nav input {
    width: 100%;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid;
	font-size:12px;
}

.widget_layered_nav input {
   background-image:url(assets/images/icon-search2.png);
	background-repeat:no-repeat;
	background-position:center right;
    padding-left: 2px;
	transition: border-width 1.6s linear;
	border-bottom:1px solid #ebeaea;
}




 
 .main-navigation ul.menu, .main-navigation ul.nav-menu {
 
    text-align: center;
}



table.variations a.reset_variations {
    display: none;
}
.single.single-product div.product table.variations select {
  
    min-width: 205px;
}

span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    border: 1px solid red !important;
}


form.wpcf7-form span.contactwrap {
    width: 50%;
    float: left;
}
span.contactwrap_select {
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.wccpf-fields-container {
    display: none !important;
}
.yith-wcwl-add-to-wishlist {
    display: none;
}
#cctvbannersectionid.vc_custom_1579166804057 {
	background-image: url(http://zippyelectricalsuppliers.com.au/wp-content/uploads/2019/12/subbanner-for-mobile.png?id=1237) !important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}

form.cart .yith-wcwl-add-to-wishlist {
    display:block;
}

/* width */
main.prod_content-main ::-webkit-scrollbar {
  width: 2px;
}

/* Track */
main.prod_content-main ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
main.prod_content-main ::-webkit-scrollbar-thumb {
  background: #66b6ff69; 
}

/* Handle on hover */
main.prod_content-main ::-webkit-scrollbar-thumb:hover {
  background: #0000007a; 
}


.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
   
    left: 21% !important;
    
    bottom: 00px !important;
	    top: unset !important;
}


.cat2 figure a{
transition: 0.5s all ease-in-out;
overflow: hidden;

}
.cat2 figure a img{
transition: 0.5s all ease-in-out;
transform: scale(1,1);
}
.cat2 figure a:hover img{
	transform: scale(1.05, 1.05);
    opacity:1 !important;
}

div#tab-downloads a {
    color: #000;
    font-size: 16px;
    padding: 0 61px;
    font-weight: bold;
}
#commentform input#submit {
	border: 2px solid #000;
	background-color: transparent;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
}
.single.single-product .woocommerce-Tabs-panel h4 {
	text-transform: uppercase;
	font-size: 18px;
}
.single.single-product .woocommerce-tabs #tab-shipping p, .single.single-product .woocommerce-tabs #tab-returns p {
	font-size: 12px;
}
.single.single-product .woocommerce-tabs #tab-shipping ul li {
	font-size: 12px;
}


#comment {
	background: #efefef;
	border: none;
}

.single.single-product .woocommerce-tabs div#respond {
	background-color: #fff !important;
	border-left: 1px solid #efefef;
}
#reviews #comments h2 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.single-product .wrapnre {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
}

.single-product .yith-wcwl-add-button.show {
	margin: 20px auto 0px;
}

.single-product .yith-wcwl-wishlistexistsbrowse.show a ,.single-product .yith-wcwl-wishlistaddedbrowse.show a {
    
	text-align: center;
	width: 40px;
	height: 40px;
	 background-image: url(http://s588383946.websitehome.co.uk/zippy/wp-content/uploads/2019/08/wishlistviwe.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
	border: 2px solid #66b6ff;
	margin: 0 auto;
	display: block;
	border-radius: 0;



}

.single-product form.cart .yith-wcwl-add-to-wishlist {
	display: block;
	height: 40px;
	margin-top: 30px;
}
 .single-product .yith-wcwl-add-button.show {
	margin: 0px auto 0px;
}


.ywcps-slider li img {
    height: auto !important;
    width: auto !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #1a1a1a;
    color: transparent;
    background: url(http://s588383946.websitehome.co.uk/zippy/wp-content/uploads/2019/08/zoomzippy.jpg);
    height: 55px;
    width: 55px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
}


.page-id-110 form.wpcf7-form span.contactwrap:nth-of-type(1) {
        width: 49%;
        float: left;
        margin-right: 1%;
}

.page-id-110  input[type="text"],.page-id-110 input[type="number"],.page-id-110 input[type="email"],.page-id-110 input[type="tel"],.page-id-110 input[type="url"],.page-id-110 input[type="password"], input[type="search"],.page-id-110 textarea,.page-id-110 .input-text {
        background-color: #FFF;
        box-shadow: none;
        border: 1px solid #d7d7d7;
        width: 100%;
}

.page-id-110 .wpcf7-form-control-wrap.your-message {
	margin: 10px auto 0px;
	display: block;
}

.page-id-110 .wpcf7-form label {
	font-weight: 400;
	text-transform: uppercase;
}

.page-id-110 .wpcf7-form-control-wrap {
	position: relative;
	margin: 10px auto 0px;
	display: block;
}



.page-id-110 span.red {
    color: red;
}


.page-id-110  .wpcf7-form-control.wpcf7-submit {
	margin: 40px auto 0px;
	padding: 13px 59px;
	text-transform: uppercase;
	font-size: 20px;
}

.page-id-110  .red {
	color: #ff0000;
}
.page-id-110  span.contactwrap_select {
	float: left;
	width: 100%;
	padding: 30px 0px 30px;
}

.page-id-110 #Subject {
	width: 100%;
	padding: 7px 7px;
	border: 1px solid #ddd;
	color: #757575;
}
.page-id-110 #Subject option {
	color: #757575;
}
.page-id-110 .wpcf7-form label {
    font-weight: 400;
    text-transform: uppercase;
    width: 98%;
}
.page-id-110 .storefront-breadcrumb {
	display:none;
}


.page-id-185 td.product-add-to-cart .price {
    display: none;
}

 .single-product .usps ,.page-id-110 .usps  {
    display: none;
}

.archive .yith-wcwl-add-to-wishlist {
    display:block;
}


.shop-online-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.shop-online-data {
	flex-basis: 67%;
}

.shop-title h2 {
	font-size: 21px;
	line-height: 28px;
	color: #222;
	font-weight: 600;
	letter-spacing: 0;
}

.shop-online-text {
	padding: 0px 10px;
}
.shop-online-text p{
font-size:14px;
line-height:28px;
}



.single-product span.onsale {
    display: none;
}

/*Site map page CSS*/
.page-id-136 .wsp-container ul li {
    width: 20%;
    float: left;
	list-style: none;
}

.page-id-136 .wsp-container ul li a {
    padding: 10px 11px;
    display: block;
    background: #66b6ff6b;
    margin: 10px;
    color: #000;
	 transition: 0.5s;
}
.page-id-136 .wsp-container ul li a:hover {
 background: #000;
  color: #fff;
   
    font-weight: bold;
    letter-spacing: 1px;
    
    
   
}


.page-id-136 .wsp-container h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
}
.page-id-136 .wsp-container {
    margin-bottom: 22px;
    display: inline-block;
}
.pswp__caption__center {
	text-align:center;
}
.sitemappage + div + div + div ul, .sitemappage + div + div + div + div ul {
	margin:0 0 1.41575em 0;
}


.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 60px;
	/* float: left; */
	width: 33%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.dgwt-wcas-si {
	width: 100% !important ;
	display: block ;
	height: auto !important ;
}



.dgwt-wcas-suggestion-more {
    width: 100% !important ;
    float: left !important ;
}


.dgwt-wcas-content-wrapp {
    display: block !important ;
     
}

span.dgwt-wcas-st-title {
    font-size: 11px;
    padding-top: 10px;
}
 .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
    padding-top: 13px;
    padding-bottom: 0px;
    min-height: 60px;
    float: left;
}



.dgwt-wcas-suggestion-more {
    width: 100% !important;
    float: left !important;
    background: #28a5d8 !important;
    color: #fff !important;
}
.dgwt-wcas-si {
 
    min-height: 155px;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
  
    border-bottom: none;
}
.single.single-product .stock.in-stock {
    color: #333333;
    font-size: 11px;
    text-align: center;
}
.single.single-product .wpb_wrps_onsale {
    display: none;
}

.homecategories .vc_figure, .homecategories a, .homecategories img, .thirdcat .vc_figure, .thirdcat a, .thirdcat img, .home3cats .vc_figure, .home3cats .vc_figure a, .home3cats .vc_figure a img, .cat2 .vc_figure, .cat2 .vc_figure a, .cat2 .vc_figure a img, .sub-banner .vc_figure, .sub-banner a, .sub-banner img, .contactbanner img, .contactbanner .vc_figure, .contactbanner .vc_box_border_grey {
	width:100%;
}
p {
    font-size: 14px;
    line-height: 25px;
}






.wrps_related_products_area img {
    max-width: 300px !important;
    height: auto !important;
    margin: 0 auto !important;
}

.summary.entry-summary .woocommerce-product-rating {
    padding-top: 15px !important;
}




article#post-150 .vc_toggle_title>h4:after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 23px;
    font-weight: bold;
}


article#post-150 .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    right: 0 !important;
    left: unset !important;
    display: none;
}

article#post-150 .vc_toggle_active .vc_toggle_title>h4:after {
    content: '-';
    position: absolute;
    right: 0;
    font-size: 23px;
    font-weight: bold;
}




.page-id-150 header.entry-header {
    position: relative;
}


.page-id-150 .searchwrapper {
    position: absolute;
    top: 67%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.page-id-150 .searchwrapper input {
    padding: 7px 7px;
    min-width: 550px;
}



.vc_toggle.yellowme .vc_toggle_title h4 {
    color: #1054d0 !important;
    font-size: 15px !important;
}

.searchwrapper {
    display: none;
}

.page-id-150 .searchwrapper {
    display: block;
}
.xoo-wsc-sum-col a {
	color:#000;
}

.hdr_midwrap .widget.woocommerce.widget_shopping_cart {
    display: none !important;
}

.single-product .prod_content-area {
    max-width: 1520px;
    margin: 0 auto;
}


.page-id-8 .entry-content ,.page-id-9 .entry-content,.page-id-185 .entry-content,.page-id-136 .entry-content {
    max-width: 1520px;
    margin: 0 auto;
}

.archive div#content{
    max-width: 1800px;
    margin: 0 auto;
}

article#post-129 p {
    color: #828282 !important;
    line-height: 1.6;
}

h3.heddinggo {
    font-size: 2.5em;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/* nick */

.showmwafterclick {
    display: none;
}

.xoo-wsc-footer a.button {
    margin: 4px 0;
    text-transform: uppercase !important;
}

span.xoo-wsc-shiptxt {
    line-height: 21px;
}





.page-id-9 .usps {
    display: none !important;
}
.page-id-9 h3.heddinggo {
    padding: 25px 0px;
}

.archive div#content {
    max-width: 1516px !important;
}


.os-img {
    float: left;
    width: 30%;
}


span.os-right {
    width: 70%;
    float: right;
	margin-top: 16px;
}
.os-img img {
    padding: 11px;
}
table.woocommerce-checkout-review-order-table .product-name {
    width: 70%;
    word-wrap: break-word;
}



.page-id-9 .heddrwrapper {
    border-bottom: 1px solid #aaaaaa63;
}

 

.woocommerce-account h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}






.page-id-9 .entry-content {
    max-width: 1150px;
    margin: 0 auto;
}

.page-id-9 div#customer_login span,.page-id-9 div#customer_login p,.page-id-9 div#customer_login label {
    font-size: 14px;
}
.page-id-9 .beforeclickregisterblock ul li {
    margin-bottom: 6px;
}
.page-id-9 h3.heddinggo {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 450;
}
.sub-banner.hide-desktop {
	display: none;
}
.hide-desktop{
display:none;
}



.woocommerce-Tabs-panel p + h4 {
    margin-top: 0;
}
.woocommerce-Tabs-panel ul + h4 {
    margin-top: 0;
}





.single-product .heddrwrapper {
    border-bottom: 1px solid #9d9d9d66;
}

.single.single-product .single_add_to_cart_button.button.alt:hover {
    background: #66b6ff;
}

.single.single-product .storefront-breadcrumb {
    max-width: 1520px;
    margin: 0 auto;
}



#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 1px 15px 1px 15px;
    width: 100%;
}


 

.maxwidthapplyhere {
   max-width: 1520px !important;
    margin: 0 auto !important;
    
    float: none !important;
    left: 0 !important;
	width:100% !important  ;
} 

.xoo-wsc-header {
    text-align: center;
    
}
span.xoo-wsc-ctxt {
    font-size: 18px;
    text-transform: uppercase;
}

 
.xoo-wsc-content span.xoo-wsc-ecnt {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.xoo-wsc-subtotal span {
    text-transform: uppercase;
}

 
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th {
    background-color: #66b6ff;
    color: #fff;
    font-size: 21px;
}

h2.woocommerce-order-details__title {
    text-align: center;
    margin: 57px 0 15px 0px;
    font-size: 29px;
}
.condition-3 img {
	padding-bottom: 20px;
}
.condition-3 .num {
	border: 1px solid #333;
	border-radius: 38px;
	padding: 8px;
	width: 45px !important;
	height: 45px;
	list-style: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.return-title{
    font-family: 'Work Sans', sans-serif !important;
    color:#000;
    font-size:34px;
}
.condition-3 .wpb_content_element .wpb_wrapper p:nth-of-type(2),.condition-3 .wpb_content_element .wpb_wrapper p:nth-of-type(3) {
	padding: 0px 75px;
}
.condition-3 .wpb_content_element .wpb_wrapper p:nth-of-type(2)::after {
	position: absolute;
	content: "";
	top: 90px;
	right: 0;
	width: 49px;
	height: 153px;
	background: url("http://zippyelectricalsuppliers.com.au/wp-content/uploads/2019/12/arrow-img.png") no-repeat scroll center right / 90%;
}

.col-full_ftr span.gamma.widget-title {
    pointer-events: none !important;
}


.mob-menu-header-holder.mobmenu .mobmenur-container.cartwrapnew a {
    padding: 3px 12px;
    display: inline-block;
}
.mob-menu-header-holder {
    width: 100%;
    background-color: #fff !important;
    height: 80px;
    position: fixed;
}

.mobmenul-container i {
    color: #000  !important;
}


.mobmenu-content ul.sub-menu.show-sub-menu li a {
    text-transform: capitalize !important;
    padding: 5px 20px;
}

.mobmenu-content ul#mobmenuleft li.menu-item a {
    text-transform: uppercase;
}

.mobmenu-content li > .sub-menu li {
    padding-left: calc(3*1%) !important;
}


.mobmenu-content ul#mobmenuleft li.menu-item a {
    text-transform: uppercase;
    color: #000 !important;
}


.mobmenur-container {
    display: flex;
	padding: 4px;
}

.heddrwrapper .hdr_top p {
    margin: 0;
    padding: 0;
    color: #666666;
}



div#SectionBlue h3, div#SectionBlue p, div#SectionBlue strong , div#SectionBlue a {
    color: #fff;
}

div#SectionBlue a {
   
    font-weight: bold;
}

div#graybgsection {
    background-color: #1e242b;
}

div#graybgsection h3, div#graybgsection p, div#graybgsection strong , div#graybgsection a {
    color: #fff;
}
#cctvbannersectionid{
display:none;
}

div#SectionBlue .condition-3 .num {
    border: 1px solid #fff;
     
}

body.archive .term-description {
    float: left;
    width: 100%;
}

body.archive div#secondary {
    margin-bottom: 0;
}
.page-id-127 .Page-wrap-full {
    padding: 0 0 !important;
}
body.archive .term-description {
   
    text-align: center !important;
}


p.stock.available-on-backorder {
    text-align: center;
    font-weight: bold;
    color: #66b6ff;
    font-size: 16px;
}

.MagicScroll > div > a , .MagicScroll > span > a {
    opacity: 0 !important;
}
.MagicZoom > figure > span , .MagicZoom > figure > div {
    opacity: 0 !important;
}

.mz-expand  > span > a {
    opacity: 0 !important;
}
.mz-expand-bg {
    filter: opacity(0.1) !important;
    background: #fff !important;
}

.mz-expand > span > a, .MagicToolboxSelectorsContainer span a {
	opacity:0 !Important;
}
div.MagicScroll div a {
    opacity: 0;
}

.mz-expand {
    background-color: #fff !important;
}
.mz-expand div a {
    opacity: 0 !important;
}

.woocommerce-tabs.wc-tabs-wrapper div#reviews div#review_form_wrapper {
    width: 50%;
    float: left;
}

.woocommerce-tabs.wc-tabs-wrapper div.comment_container img {
    display: none !important;
}
.woocommerce-tabs #reviews .commentlist li .comment_container .comment-text {
    width: 100%;
}
p.comment-form-comment textarea#comment {
    border: 1px solid #efefef;
    background: #fff;
}

.woocommerce-tabs.wc-tabs-wrapper div#reviews div#comments {
    width: 50%;
    float: left;
    padding-right: 40px;
}
.single.single-product .woocommerce-tabs .panel h2.woocommerce-Reviews-title {
    display: block;
}
.single.single-product .woocommerce-tabs div#respond {
    background-color: #fff !important;
}
.productpagesharediv a:first-child::before {
	content: "\f167";
	font-family: 'FontAwesome';
	font-size: 20px;
}
.productpagesharediv a:nth-child(1)::before {
	display: none;
}
.productpagesharediv a:nth-child(1){
display:none;
}
.productpagesharediv a:nth-child(2)::before {
content: "\f09a";
font-family: 'FontAwesome';
font-size: 20px;
}
.productpagesharediv a:nth-child(3)::before {
content: "\f099";
font-family: 'FontAwesome';
font-size: 20px;
}
.productpagesharediv a:nth-child(4)::before {
content: "\f0e1";
font-family: 'FontAwesome';
font-size: 20px;
}


table.woocommerce-orders-table a.woocommerce-button.button.invoice {
    display: none;
}
.page-id-9 table.woocommerce-orders-table a.woocommerce-button.button.invoice {
    display: inline-block;
}

table.woocommerce-orders-table tr.woocommerce-orders-table__row td {
    background: #fff !important;
}


tr.tracking a.button {
    padding: 0 !important;
    margin: 0;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-family: inherit !important;
}

.woocommerce-tabs.wc-tabs-wrapper div#tab-returns p , .woocommerce-tabs.wc-tabs-wrapper div#tab-shipping p , .woocommerce-tabs.wc-tabs-wrapper div#tab-returns li , .woocommerce-tabs.wc-tabs-wrapper div#tab-shipping li  {
     
    font-size: 14px  !important;
}
table.variations select {
    font-size: 14px !important;
}



body.woocommerce-checkout .hdr_top {
    display: none !important;
}

body.woocommerce-checkout .usps {
    display: none;
}
body.woocommerce-checkout .last_top {
    display: none;
}

body.woocommerce-checkout .logotop_right {
    display: none !important;
}

body.woocommerce-checkout nav.woocommerce-breadcrumb {
    display: none;
}



.argmc-wrapper .argmc-form-steps .col_right_step {
    float: left;
    width: 70%;
    padding-right: 30px;
}

.argmc-wrapper .argmc-form-steps .order_reviwe_steps {
    float: left;
    width: 30%;
}





.all_steps_wrappers_nick .right_step_wrap {
    float: left;
    width: 67%;
    padding-right: 20px;
}



.all_steps_wrappers_nick .left_step_wrap {
    float: left;
    width: 33%;
}

.all_steps_wrappers_nick .argmc-login-tabs {
    text-align: center;
}

.all_steps_wrappers_nick .argmc-login-tabs .tab-item.current {
    opacity: 1;
    font-weight: 500;
    color: #176cb9;
}

.woocommerce-checkout .woocommerce .argmc-wrapper form label.error {
    color: red !important;
}




.argmc-shipping-step table.shop_table.woocommerce-checkout-review-order-table thead , .argmc-shipping-step table.shop_table.woocommerce-checkout-review-order-table tbody {
    display: none !important;
}


.argmc-shipping-step table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal , .argmc-shipping-step table.shop_table.woocommerce-checkout-review-order-table tr.cart-discount   , .argmc-shipping-step table.shop_table.woocommerce-checkout-review-order-table tr.order-total {
    display: none;
}



.left_step_wrap tr.woocommerce-shipping-totals.shipping {
    display: none;
}
.argmc-login-tabs .tab-item {
    text-transform: uppercase;
}

.all_steps_wrappers_nick form.checkout.woocommerce-checkout.argmc-form h3 {
    font-size: 22px;
    
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 17px 0px;
    border-bottom: 1px solid #bbbbbb66 ;
}


 


.all_steps_wrappers_nick .argmc-login-tabs .tab-item.current {
    opacity: 1;
    font-weight: bold;
    color: #000;
}
.all_steps_wrappers_nick .argmc-login-tabs{
	 padding: 0 0 17px 0px;
    border-bottom: 1px solid #66b6ffa1;
	
	}
.all_steps_wrappers_nick table.shop_table.woocommerce-checkout-review-order-table span.nameprod {
    font-size: 14px;
    padding: 0 !important;
    margin: 0 !important;
}



.all_steps_wrappers_nick table.shop_table.woocommerce-checkout-review-order-table span.os-right {
    width: 70%;
    float: right;
    margin-top: 7px;
}

body.woocommerce-checkout footer#colophon{
	 
	  display: none !important;
	 }
body.woocommerce-checkout .last_ftr_wrapper {
    border-top: 1px solid;
}


ul li .onsale + span ins {
    color: red;
    font-weight: 600;
    font-size: 14px;
}


.single.single-product .woocommerce-Tabs-panel h4 {
    text-transform: uppercase;
    font-size: 14px;
}

.single.single-product .summary.entry-summary p.price ins {
    color: red !important;
}


.single.single-product .summary.entry-summary  p.stock.out-of-stock {
    text-align: center;
    margin: 15px 0;
}
.woocommerce-product-ss {
    text-align: center;
}

ul li .onsale {
   
    background-color: red ;
     
}

.single.single-product .summary.entry-summary p.stock.one-two-days {
    text-align: center;
    color: #66b6ff;
    font-weight: 500;
    font-size: 15px;
	    margin: 20px 0 !important;
}

.single.single-product .summary.entry-summary p.stock.in-stock {
    text-align: center;
   color: #66b6ff;
    font-weight: 500;
    font-size: 15px;
	    margin: 20px 0 !important;
}

.single.single-product .summary.entry-summary p.available-on-backorder {
    text-align: center;
    color: #66b6ff;
    font-weight: 500;
    font-size: 15px;
	    margin: 20px 0 !important;
}

.single.single-product .summary.entry-summary p.out-of-stock{
     
    text-align: center;
    color: red;
    font-weight: 500;
    font-size: 15px;
	    margin: 20px 0 !important;
    
}
.single.single-product .stock.in-stock::before {
    content: none !important;
     
}

.woocommerce-tabs.wc-tabs-wrapper.mobileshowmw {
    display: block;
}

.woocommerce-tabs.wc-tabs-wrapper.dekstopshoe {
    display: none;
}


.mz-expand .mz-expand-stage {
    
    background: #fff !important;
}




.comment-form-rating p.stars:nth-child(2) {
    display: none !important;
}





body.archive .term-description {
    margin: 30px 0;
    padding: 0 40px;
}


input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='url']:focus, input[type='password']:focus, input[type='search']:focus, textarea:focus, .input-text:focus {
    background-color: #ffffff !important;
}


p.woocommerce-noreviews {
    background-color: #d3d3d3;
    color: #000;
}

.term-description + .storefront-sorting {
    display: none;
}



article#post-9 th.woocommerce-orders-table__header {
    background-color: #fff !important;
    border-bottom: 1px solid #aaaaaa;
    padding: 15px 19px;
}




.archive ul.products .imagewrapshop {
	display: flex;
	align-items: center;
}
.archive ul.products li.product .wccpf-fields-container {
    display: none !important;
}

.ftr_col.col_five.mobileonly {
    display: none !important;
}

.mobiletoggalnav {
    display: none;
}

.left_step_wrap table.shop_table.woocommerce-checkout-review-order-table thead  , .left_step_wrap table.shop_table.woocommerce-checkout-review-order-table tfoot{
    display: none !important;
}

.left_step_wrap table.woocommerce-checkout-review-order-table .product-name {
    
    padding: 8px 5px 3px 0px;
}
.left_step_wrap .itemstextcheckout {
    font-weight: 600;
    padding: 9px 0px 10px 23px;
    text-transform: uppercase;
    border-bottom: 1px solid #d7d7d7;
}
.left_step_wrap table.shop_table.woocommerce-checkout-review-order-table td {
    background: #fff;
}
.left_step_wrap .divwrapallnewitems {
    border: 1px solid #d7d7d7;
}

.left_step_wrap .totalwraperleftcheckout {
	 border: 1px solid #d7d7d7;
}

.left_step_wrap .totalwraperleftcheckout {
    border: 1px solid #d7d7d7;
    padding: 10px 20px 11px 20px;
    margin-bottom: 15px;
}
 
.left_step_wrap .totalwraperleftcheckout .cart-subtotal-title {
    font-size: 16px;
    padding: 0 0 3px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.left_step_wrap .cartsummarytotaldiv > div {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0 10px 0px;
}
.left_step_wrap .cartsummarytotaldiv > div.order-total {
    border-bottom: 0px solid #fff;
    
}

.left_step_wrap .cartsummarytotaldiv > div span.colright {
    float: right;
     
}

.left_step_wrap .gsttextstatic {
    text-align: right;
    color: #66b6ff;
	border-bottom: 0px !important;
}




.argmc-wrapper .argmc-tab-item.completed .number-text {
    display: block !important;
}
.argmc-tab-number-wrapper {
    text-align: center;
    width: 100%;
    float: left;
}
.argmc-tab-item-inner {
    width: 100%;
}
.argmc-wrapper .argmc-tab-text {
    display: block;
    
    text-align: center;
}
 
 
.argmc-form-steps-wrapper div#order_review form.checkout_coupon.woocommerce-form-coupon {
    display: none !important;
}
.argmc-form-steps-wrapper #payment .payment_methods > li:not(.woocommerce-notice) {
    background-color: #fff !important;
}

.argmc-form-steps-wrapper div#order_review .form-row.place-order {
     background: #fff;
}
.argmc-form-steps-wrapper div#order_review #payment .payment_methods > .wc_payment_method > label {
    padding: 2px 0 15px 0;
}
.argmc-form-steps-wrapper #payment .payment_methods li .payment_box {
    padding: 0;
    background: #fff;
}

.argmc-form-steps-wrapper #payment .payment_methods li {
    padding: 15px 15px 0px 5px;
	 border: 1px solid #d7d7d7 !important ;
	 margin-bottom: 15px;
}  
.argmc-form-steps-wrapper .wc-braintree-cc-container.closed-icons {
    padding: 16px 2px 51px 0px;
    max-width: 600px;
}
.argmc-form-steps-wrapper #payment .payment_methods li p {
    margin: 0;
    padding: 3px 3px 15px 35px;
    font-size: 12px;
}
.argmc-form-steps-wrapper .wc-braintree-card-icons-container img {
    max-height: 14.5px !important;
    width: auto !important;
}
.argmc-form-steps-wrapper #payment .payment_methods li img {
   
    max-height: 2.618em;
}

.MagicScroll-horizontal .mcs-item {
    height: auto;
}
.MagicToolboxSelectorsContainer > div:not(.MagicScroll) a {
    max-width: 19%;
}


.mz-expand-thumbnails {
    
    margin: 50px auto !important;
	overflow: unset !important;
  
}


 figcaption.mz-caption.mz-show {
    display: none !important;
}


.MagicZoom img, .mz-figure img {
    max-height: 500px !important;
}
.magic-slide.mt-active{
	 min-height: 500px !important;
	}
	
	a.reset_variations {
    display: none !important;
}

div#review_form_wrapper #commentform input#submit:hover {
    background: #66b6ff;
    color: #fff;
}

div#reviews h2.woocommerce-Reviews-title {
    display: none !important;
}



.yith-quick-view-content.woocommerce.single-product .MagicToolboxContainer.selectorsBottom.minWidth {
    display: none !important;
}
.yith-quick-view-content.woocommerce .quantity {
    display: none !important;
}
 


.yith-quick-view-content.woocommerce form.cart {
    visibility: unset !important;
    opacity: 1 !important;
}

.yith-quick-view-content.woocommerce .woocommerce-product-ss {
    display: none;
}

.yith-quick-view-content.woocommerce .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.single.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #66b6ff;
    border-bottom: 2px solid #66b6ff;
}
.yith-quick-view-content.woocommerce .yith-quick-view-thumbs {
    display: none !important;
}
.yith-quick-view-content.woocommerce div.summary button.button.alt {
    background: #000;
    color: #ffffff;
    text-transform: uppercase;
	width: 70%;
}
.yith-quick-view-content.woocommerce div.summary button.button.alt:hover {
    background: #3498db;
    color: #ffffff;
	
}
.yith-quick-view-content.woocommerce a.social-google-plus {
    display: none !important;
}

.all_steps_wrappers_nick .left_step_wrap {
    
    padding-left: 15px;
}

.all_steps_wrappers_nick .left_step_wrap tr.cart_item {
    padding: 1px;
    display: inline-block;
}

.argmc-nav button , .right_step_wrap .form-row .button{
   text-transform: uppercase !important;
    font-weight: normal !important;
    padding: 8px 53px;
}

 

 

.yith-quick-view-content.woocommerce div.summary table.variations td {
	padding: 0;
	border: 0;
	margin-bottom: 10px;
	text-align: left;
}

.yith-quick-view-content.woocommerce div.product form.cart .variations select {
    float: none;
    width: auto;
    max-width: 140px;
    padding: 5px;
}

.my_account_orders .button, .woocommerce-MyAccount-downloads .button {
    padding: 0.6180469716em 0.875em;
    font-size: 0.875em;
    margin-right: 0.236em;
    text-transform: uppercase;
    background: #585858;
}

.woocommerce-MyAccount-content a.button {
    text-transform: uppercase;
    background-color: #585858;
}

p.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    text-transform: uppercase;
    background-color: #585858;
}

.woocommerce-MyAccount-content button.woocommerce-Button.button {
    text-transform: uppercase;
}

.orderconfermarion .titlehere {
    font-size: 23px;
    font-weight: bold;
    color: #585858;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 1px solid #58585830;
    padding-bottom: 13px;
}

.orderconfermarion .titlehere span {
    font-size: 23px;
    font-weight: bold;
   color: #66b6ff;
}
.orderconfermarion span.shippingadd {
    font-size: 15px !important;
    color: #000 !important;
    text-transform: capitalize;
    font-weight: normal;
}

.yith-quick-view-content.woocommerce div.summary h1 {
    font-size: 25px;
}





.dgwt-wcas-si {
    min-height: auto !important;
}

.yith-quick-view-content.woocommerce div.summary-content {
   
    text-align: center;
}
.yith-quick-view-content.woocommerce div.summary h1 {
    font-size: 19px;
}

 
span.checkoutonly {
    display: none;
}
.page-id-8 span.checkoutonly {
    display: block;
}

.right_step_wrap .form-row .button {
    text-transform: uppercase;
}

.page-id-8 a.custom-logo-link {
    float: left;
}

.page-id-8 .woocommerce-active .site-branding {
    float: left;
}
.page-id-8 span.checkoutonly {
    display: block;
    float: left;
    font-size: 33px;
    font-weight: 550;
    padding-left: 19px;
    margin-top: 42px;
    text-transform: uppercase;
    color: #000;
}

.page-id-8 .storefront-breadcrumb {
    border-bottom: 1px solid #000;
   
    margin: 0px auto;
    padding: 15px 0;
    margin-bottom: 15px;
}

.checkoutonlyfooter {
    display: none;
}

.page-id-8 .checkoutonlyfooter {
    display: block;
    text-align: center;
}
.page-id-8 .checkoutonlyfooter h3 {
    padding: 0px 0 11px 0;
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 600;
}

.page-id-8 .checkoutonlyfooter a {
    font-weight: 600;
    color: #000;
}

.checkoutonlyfooterlogo   {
    
	 display: none;
    
}

.page-id-8 .last_ftr_wrapper {
    display: none;
}

.page-id-8 .checkoutonlyfooterlogo   {
    background: #e1e1e1;
	 display: block;
	 padding: 8px 0;
    
}


.checkoutonlyfooterlogo   {
    background: #d7d7d7;
    
}

.checkoutonlyfooterlogo img {
    text-align: center;
    margin: 0 auto;
   
}



.page-id-110 div#bannersectionfirst {
    background-attachment: fixed;
    background-size: 100% 100% !important;
}

 



.argmc-form-steps-wrapper p#order_comments_field label {
    display: none;
}



.argmc-form-steps-wrapper tr.woocommerce-shipping-totals.shipping th {
    display: none;
}


h2.signature {
    font-size: 13px;
}
.right_step_wrap tr.fee {
    display: none;
}

.argmc-form-steps-wrapper tr.woocommerce-shipping-totals.shipping td {
    padding: 0;
}



.dgwt-wcas-suggestion-selected {
    background: #fff !important;
     
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:hover {
    opacity: 0.8;
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:hover span.dgwt-wcas-st-title {
    color: #000;
     
    font-weight: bold;
}
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-si img {
    border: 0px;
}


.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-si img {
    max-height: 132px;
}

