/**
 * Theme Name: WBlock YSW
 * Description: WBlock Child theme
 * Author: WPDAXUE.COM
 * Version: 1.0.0
 * Template: blocksy
 * Text Domain: wblock-child
 */
.hide {
    display: none !important;
}
img {
    width: 100%;
    height: auto;
}
a.ct-button.no-pd {
	padding: 0 12px;
}
.mt-30 {
    margin-top: 30px;
}
.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: 1em 0.8em;
}
.gs-slider-control-btn:not(.active) {
    filter: brightness(0);
}
.wp-video {
    max-width: 100% !important;
}
@media screen and (min-width:2000px){
    article>.entry-content>*:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
    .woocommerce-notices-wrapper, article>.related, article>.upsells, article>.page-links, article>.entry-tags, article>.author-box, article>.ct-comments, article>.ct-share-box, article>.hero-section, article>.post-edit-link, article>.post-navigation, article>.ct-related-posts, article>.ct-newsletter-subscribe-block, article>.product .wc-tabs, article>.post-password-form, article>.product .product-entry-wrapper,
    .ct-container {
        max-width: 1800px;
    }
    .gspb_row__content {
        max-width: 1840px !important;
    }
    .range-product {
        max-width: 1800px;
    }
}
/*********************************/
@media (min-width: 690px) {
    #search-modal .ct-panel-content input {
        margin-bottom: 0;
    }
    #search-modal .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        height: 60px;
    }
    #search-modal form button {
        top: 0;
    }
    .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
        padding: 15px;
        font-size: 14px;
    }
}
/*********************************/
#post-27769 .entry-content{
    display: none;
}
.gspb_slidingPanel-wrap .wishlist-title-container,
.wishlist-page-links,
.gspb_slidingPanel-wrap .product-sku,
.gspb_slidingPanel-wrap .wishlist-product-collection,
.gspb_slidingPanel-wrap .wishlist-product-color,
.gspb_slidingPanel-wrap .product-quantity,
.gspb_slidingPanel-wrap .product-add-to-cart,
.gspb_slidingPanel-wrap .woocommerce-message:before,
.yith_wcwl_wishlist_footer{
    display: none;
}
.gspb_slidingPanel-wrap table.wishlist_table tbody td {
    padding: 5px;
    font-size: 12px;
}
.gspb_slidingPanel-wrap table.wishlist_table tbody td.product-thumbnail {
	width: 80px;
}
.gspb_slidingPanel-wrap table.wishlist_table tbody td.product-remove{
    text-align: center;
}
.gspb_slidingPanel-wrap .woocommerce-message {
    min-height: 30px;
    padding-inline-start: 15px;
}
.gspb_slidingPanel-wrap .remove_from_wishlist {
    font-size: 20px;
    display: block;
    width: 30px;
}

/*.gspb_button-id-gsbp-aabb49a6-9c84 .gspb_slidingPanel {*/
/*    overflow-x: hidden;*/
/*}*/
/*.woocommerce .wishlist-title {*/
/*    max-width: 220px;*/
/*}*/
.woocommerce .wishlist-title h2{
    font-size: 2em;
    padding: 0;
}
.wishlist_table.mobile h3{
    font-size: 1em;
}
.hidden-title-form,
.show-title-form {
    display: none;
}
.wishlist-items-wrapper .product-thumbnail{
    max-width: 100px;
}
.wl-pdf-download-wrap{
	width:fit-content;
	float:right;
	position:relative;
	color: var(--theme-palette-color-1);
	cursor:pointer;
}

.wl-pdf-download-wrap a{
	color: var(--theme-palette-color-1);
}

.wl-pdf-download-options{
	text-align:center;
	border-left:1px solid;
	border-right:1px solid;
	height:0;
	overflow:hidden;
	transition:0.5s ease;
	background:white;
	position:absolute;
	width: 100%;
	z-index:2;
}

.wl-pdf-download-options.active{
	height:auto;
	transition:0.5s ease;
}

.wl-pdf-download-btn{
	border:1px solid;
	padding:5px 15px;
}

.wl-pdf-download-option1,
.wl-pdf-download-option2{
	padding:5px 15px;
	border-bottom:1px solid;
}

.wl-pdf-download-option1:hover,.wl-pdf-download-option2:hover{
	background: var(--theme-palette-color-1);
	color:white;
}

.wl-pdf-download-option1:hover a{
	color:white;
}
/*************************/
/*.ct-header > div {*/
/*    border-bottom: 1px solid #fff;*/
/*    border-color: ;*/
/*}*/
/*.ct-header > div:hover {*/
/*    background-color: #fff;*/
/*    border-color: var(--theme-palette-color-5);*/
/*}*/
#header [data-row]:hover {
    border-bottom-color: #ddd;
    
}
[data-header*="type-1"] .ct-header:hover [data-transparent-row="yes"][data-row*="middle"]{
    background-color: #fff;
    --borderBottom: 1px solid #ddd;
}
nav>ul>[class*=ct-mega-menu]>.sub-menu {
    width: 90%;
    max-width: 1800px;
}
.big-menu.gstabs-vertical{
    margin-bottom: 0;
}
.big-menu .t-btn-container {
    margin-top: 20px;
}
.big-menu .t-panel-container {
    min-height: 200px;
}
.big-menu .t-panel-container::after {
    content: "";
    width: 30%;
    height: 100%;
    display:block;
    position: absolute;
    top: 0;
    right: -30%;
    z-index: -1;
    background: #fff;
}
.entry-content .big-menu ul {
    padding-left: 0;
}
.entry-content .menu-post-list {
    list-style: none;
    padding-left: 0;
}
.menu-post-list li h5{
    position: relative;
    font-size: 1em;
    font-weight: 400;
}
.menu-post-list li h5 a{
    display: inline-block;
    overflow: hidden;
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu-post-list li span {
    position: absolute;
    top: -5px;
    color: var(--theme-palette-color-2);
    margin-left: 8px;
}
.menu-post-list li .post-thumb {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
}
.menu-post-list li .wp-post-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    background-color: #F5F6F7;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.list_wpkj_brochure li .post-thumb {
    width: auto;
    background: none;
    position: relative;
}
.list_wpkj_brochure li .post-thumb img {
    width: auto;
    box-shadow: 2px 2px 10px rgba(0,0,0,.05);
}
.pc-link-wrap {
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
	position: relative;
	gap: 2%;
	padding-left: 0;
}
.pc-link-wrap .pc-link-li {
	width: 23%;
	padding: 5px 0;
}
.ptype-link-wrap {
    display: flex;
	flex-wrap: wrap;
	z-index: 1;
	position: relative;
	gap: 2%;
}
.ptype-link-col {
    width: 23%;
    margin-bottom: 20px;
    padding-left: 0;
}
.ptype-link-col.type-52 {
    width: 23%;
}
.ptype-link-title {
    font-weight: 600;
    border-bottom: 1px solid var(--theme-palette-color-5);
    margin-bottom: 10px;
}
 
.ptype-sublink-wrap .ptype-link-li {
    display: block;
    width: 100%;
    font-size: 14px;
}

.ptype-link-col.type-52 .ptype-sublink-wrap .ptype-link-li{
    width: 100%;
    float: none;
}
/* .ptype-link-col.type-68 {
    position: absolute;
    right: 27%;
    bottom: 62px;
} */
.col5 {
    width: 18%;
    margin: 15px 0;
}
.col5 a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pcl-col-image {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
}
@media screen and (min-width:981px) and (max-width:1400px){
    
    body.gspb-bodyfront #gspb_container-id-gsbp-86eaa1e1-37cf.gspb_container,
    .menu-post-list li .post-thumb {
        height: 150px !important;
    }
    
}
.mobile-menu .pc-link-wrap .pc-link-li {
    width: 100%;
}
.mobile-menu .menu-post-list li h5 a {
    font-size: 14px;
    font-weight: 400;
}
.mobile-menu .menu-post-list li .post-thumb {
    height: 160px;
}
.mobile-menu [class*=children]>ul {
    padding-inline-start: 5px;
}
.mobile-menu .sub-menu li {
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
    justify-content: flex-end;
    min-height: 40px;
}
.mobile-menu .gspb_tabs-id-gsbp-2fbe0887-6774 >.t-btn-container,
.mobile-menu .gspb_tabs-id-gsbp-2fbe0887-6774 >.t-btn-container >.t-btn{
    width: 100% !important;
}
.mobile-menu .ptype-link-col {
    width: 100%;
}
.mobile-menu .ptype-link-title a {
    font-weight: 600;
}
.mobile-menu .ptype-link-col.type-52 .ptype-sublink-wrap .ptype-link-li {
    width: 100%;
    float: none;
}
.mobile-menu .col5 {
    width: 100%;
    margin: 12px 0;
}
.mobile-menu .ptype-link-col.type-68 {
    position: relative;
    right: auto;
    bottom: auto;
}
.mobile-menu .gs-accordion .gs-accordion-item__heading {
    border-bottom: 1px solid var(--theme-palette-color-5);
}
.mobile-menu .gs-accordion .gs-accordion-item__heading:last-child {
    border-bottom: 0;
}
.mobile-menu .gs-accordion .gs-accordion-item__title span.iconfortoggle {
    height: 24px;
    width: 24px;
    right: 10px;
}
.mobile-menu .gs-accordion .gs-accordion-item__title span.iconfortoggle .gs-iconbefore,
.mobile-menu .gs-accordion .gs-accordion-item__title span.iconfortoggle .gs-iconafter {
    width: 15px;
    height: 2px;
    transition: all .3s ease-in-out;
    left: 6px;
}
.mobile-menu .gs-accordion .gsopen .gs-accordion-item__title span.iconfortoggle .gs-iconbefore {
    transform: rotate(-45deg);
}
.mobile-menu .gs-accordion .gsopen .gs-accordion-item__title span.iconfortoggle .gs-iconafter{
    transform: rotate(45deg);
}
.mobile-menu .ptype-link-wrap {
    margin-top: 1.3em;
    padding-left: 15px;
}
/**************************************/
div.woocommerce-product-gallery ol {
    margin: 0;
}
[data-products=type-1] .product {
    border-bottom: 1px dashed rgba(224, 229, 235, 0.8);
    padding-bottom: 40px;
    position: relative;
}
.new-arrival-label {
    position: absolute;
    width: 100px;
    line-height: 28px;
    left: 0;
    background: linear-gradient(to right, #C6C6C6, #eee);
    border-radius: 0 0 8px 0;
    font-size: 12px;
    color: #3f4245;
}
.new-arrival-label.soon {
    background: linear-gradient(to right, #313333, #ccc);
    color: #fff;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    top: 0;
    left: auto;
    right: 0;
}
/*************************************/
.single-product .yith-wcwl-add-button {
    font-size: 1.2em;
}
.single-product .yith-wcwl-add-button a {
    color: var(--theme-palette-color-2);
}
.single-product .yith-wcwl-add-button a:hover {
    color: var(--theme-palette-color-1);
}

.single-product-collection{
	font-size: 1.2em;
	color:#666;
	margin-bottom:10px;
}

.single-product-title{
	font-size:24px;
	margin-left:100px;
	margin-bottom:20px;
	font-weight:bold;
	color:#333;
}

.single-product-download-wrap {
    background-color: var(--theme-palette-color-6);
}
.single-product-download{
    margin: 30px auto 0 auto;
    border-top: 1px solid var(--theme-palette-color-5);
    border-bottom: 1px solid var(--theme-palette-color-5);
    padding: 50px 0;
    text-align: center;
    display: flex;
    gap: 100px;
    justify-content: center;
    font-size: 1.2em;
}

.single-product-download svg {
    margin-bottom: -4px;
}

.same-color-product-wrap{
	position:fixed;
	bottom:0;
	width:100%;
	z-index:-1;
	transition:0.5s ease;
	overflow:hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid var(--theme-palette-color-5);
	border-top:1px solid var(--theme-palette-color-5);
	opacity:0;
	background:white;
}

.same-color-product-wrap.active{
	height:auto;
	transition:0.5s ease;
	opacity:1;
	z-index:99;
}

.same-color-product .slick-next:before,.same-color-product .slick-prev:before{
	color:black;
}

#voc-btn{
	background:url("/wp-content/uploads/2021/05/color.png") 0 center no-repeat;
	padding-left: 32px;
	/*cursor:pointer;*/
	margin-top: 20px;
	margin-bottom: 20px;
}

.voc-close{
	margin-left:20px;
	/* height:22px; */
	/* width:22px; */
	position:relative;
	vertical-align:middle;
	opacity:0;
}

#voc-btn.active .voc-close{
	opacity:1;
}

.voc-close:before{
	left: 0;
	top: 11px;
	transform:rotate(45deg);
	content:"";
	width: 17px;
	height:1px;
	position:absolute;
	background-color:#1a1a1a;
}

.voc-close:after{
	content:"";
	width: 16px;
	height:1px;
	position:absolute;
	display:block;
	background-color:#1a1a1a;
	left: 0;
	top: 11px;
	transform:rotate(-45deg);
}

.scp-close:after,.scp-close:before{
	width:26px;
	height:1px;
	left:3px;
	top:16px;
	background-color:#f82d2d;
	position:absolute;
	content:""
}

.scp-close{
	width:34px;
	height:34px;
	position:absolute;
	top:20px;
	right:40px;
	cursor:pointer;
}

.scp-close:after{
	transform:rotate(-45deg);
}

.scp-close:before{
	transform:rotate(45deg);
}

/*.same-color-product{*/
	/*width:80%;*/
	/*margin:0 auto;*/
/*	max-width:1800px;*/
/*}*/

.same-color-product .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.same-color-slider img{
	max-height:64px;
	max-width:64px;
	margin: 0 auto;
}

.same-color-name{
	font-size:14px;
	color:#333;
}

.color-product-item:hover .same-color-name {
	color:var(--theme-palette-color-1);
}

.woocommerce-product-gallery__image{
	overflow:hidden;
}

.entry-summary .ct-product-divider {
    display: none;
}

@media screen and (min-width:1280px){
    
	.same-color-product-img img{
		margin-left:auto;
		margin-right:auto;
	}
	
	.same-color-name{
		text-align:center;
	}
	
	.woocommerce-product-gallery__image img:hover{
		transform:scale(1.3);
		transition:0.7s ease;
	}

	.woocommerce-product-gallery__image img{
		transition:0.7s ease;
	}
}


.range-product-wrap{
	width: 100%;
	margin-top: 60px;
}

.range-product{
	width:90%;
	margin:0 auto;
}

.range-product .title{
	margin-bottom: 40px;
	font-size: 1.5em;
	font-weight: 500;
}

.range-product .product-img img{
	width:90%;
	max-height:300px;
	max-width:300px;
	margin:0 auto;
}

.range-product .product-name{
	text-align:center;
	font-size:14px;
	color:#333;
	text-transform:uppercase;
	font-weight: 400;
}

.single-product .upsells{
	display:none;
}

.range-product .slick-prev{
	left:-3%;
}

.range-product .slick-prev:before{
	color:black;
	font-size:30px;
}

.range-product .slick-next{
	right:-3%;
}

.range-product .slick-next:before{
	color:black;
	font-size:30px;
}
/*************************************/

#post-27465 {
    border-bottom: 1px solid var(--theme-palette-color-5);
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.wpfFilterButtons {
    clear: both;
    position: absolute;
    width: 24.5%;
    text-align: center;
    top: 56px;
    right: 0;
}
.wpfFilterWrapper .wfpDescription {
    padding-bottom: 5px;
    font-size: 1.375em;
}
.wpfFilterButtons .wpfClearButton.wpfButton {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    height: 39px;
    width: 100%;
    background: var(--theme-palette-color-2);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.wpfFilterButtons .wpfClearButton.wpfButton:hover {
    background: var(--theme-palette-color-1);
}
/**************************************/
.ct-footer .ct-widget ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form {
    text-align: center;
}
.wpcf7 .wpcf7-submit {
    float: none;
    display: block;
}
.wpcf7-date::before {
    content: 'Preferred Date';
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    color: #999;
}

.wpcf7 .wpcf7-date {
    padding-left: 150px !important;
}
.wpcf7 .wpcf7-spinner {
    display: block;
    margin: 0 auto;
}
.wpcf7 .contact-us .wpcf7-submit {
    float: left;
    min-width: 200px;
}

/***************************************/
.gal-album-wrap{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.album-item img{
	width:100%;
	display:block;
}

.album-slide-inner{
	display:flex;
	flex-wrap:wrap;
}

.album-item{
	width:32%;
	margin-bottom: 2%;
	cursor:pointer;
}

.album-item:nth-child(3n+2){
	margin-left:2%;
	margin-right:2%;
}

.gal-album-wrap .fade{
  -webkit-animation-name: albumFade;
  -webkit-animation-duration: 1.5s;
  animation-name: albumFade;
  animation-duration: 1.5s;
}

.album-container{
	position:relative;
}

.album-slide-prev,.album-slide-next{
	position:absolute;
	top:45%;
	font-size:25px;
	cursor:pointer;
}

.album-slide-prev{
	left:-80px;
}

.album-slide-next{
	right:-80px;
}

.album-canvas .loading{
	background:url("/wp-content/uploads/2021/11/Spinner-1s-200px.gif");
}

@-webkit-keyframes albumFade{
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes albumFade{
  from {opacity: .4}
  to {opacity: 1}
}

.album-slide-dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.album-slide-dot.active, .album-slide-dot:hover {
  background-color: #717171;
}

.album-slide-dots-wrap{
	text-align:center;
}

.album-slides{
	display:none;
}

.album-canvas{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	overflow:auto;
	padding-top:120px;
	background-color:rgba(0,0,0,0.7);
	z-index:9999;
	display:none;
}

.canvas-content{
	width:54%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	max-width:1200px;
}

.canvas-image img{
	width:100%;
	display:block;
}

.canvas-btn-wrap{
	text-align:center;
	margin-top:50px;
}

.canvas-image{
	position:relative;
}

#canvas-btn{
	color:white;
	padding:5px 20px;
	border:1px solid white;
	border-radius:30px;
}

#album-btn-mobile{
	color:#000;
	padding:5px 20px;
	border:1px solid #000;
	border-radius:30px;
}

.album-btn-mobile{
	width:100%;
	text-align:center;
}

.canvas-prev,.canvas-next{
	color:white;
	font-size:22px;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	cursor:pointer;
}

.canvas-prev{
	left:-30px;
}

.canvas-next{
	right:-30px;
}

.canvas-close{
	color:white;
	font-size:25px;
	position:absolute;
	right:calc(23% - 20px);
	top:90px;
	cursor:pointer;
}

#gal-book-btn,#gal-book-btn-mobile{
	width:100px;
	border-radius:20px;
	background-color:white;
	border-width:1px;
	font-family:'cera-mid';
	cursor:pointer;
}

.book-collection .inactive,.book-collection-mobile .inactive{
	display:none;
}

.album-mobile-item img{
	width:100%;
	display:block;
}

.album-mobile-item{
	width:50%;
	position:absolute;
	left:0;
	transition:0.5s ease;
	top:30px;
}

.album-container-mobile{
	width:100%;
	position:relative;
	height:200px;
}

.album-mobile{
	width:100%;
	position:relative;
	padding-left:0;
	list-style:none;
}

.album-mobile-prev,.album-mobile-next{
	font-size:20px;
	position:absolute;
	top:38%;
	cursor:pointer;
	z-index:200;
}

.album-mobile-prev{
	left:20%;
}

.album-mobile-next{
	right:20%;
}
@media screen and (min-width:691px){
	.hide-for-pc{
		display:none!important;
	}
}

@media screen and (max-width: 690px) {
    .hide-for-mobile{
		display:none!important;
	}
	
	.gal-album-wrap{
		width:100%;
	}
	.wpfFilterButtons{
		position: relative;
		width: 100%;
		top: 0;
	}
	.single-product-download {
		gap: 20px;
	    flex-wrap: wrap;
		font-size: 1em;
	}
	.same-color-product {
	    width: 86%;
	    margin:0 auto;
	}
	.same-color-product .slick-track {
        margin-left: auto;
        margin-right: auto;
    }
    .same-color-product .slick-slide {
        text-align: center;
    }
}
