/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 2026030605
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

/** customize row to full width **/
.cus_full_width{
		margin-left: -15px;
		width: 100vw;
	}
@media (min-width:768px){
	.cus_full_width{
		margin-left: -1em; 
		width: 100vw;
	}
}
@media (min-width:993px){
	.cus_full_width{
		margin-left: calc(0px - 2.617924em); 
		width: 100vw;
	}
}
@media (min-width:1266px){
	.cus_full_width{
		margin-left: calc(0px - (100vw - 1170px)/2); 
		width: 100vw;
	}
}

/** customize row to full width end **/
/** customize mobile or pc display **/
@media (max-width:767px){
	.cus_screen_pc{
		display:none;
	}
}
@media (min-width:768px){
	.cus_screen_mobile{
		display:none;
	}
}
/** customize mobile or pc display end**/
@media (min-width: 771px) and (max-width: 1099px){
	body.theme-shoptimizer .site-main ul.products li.product {
		width: 33.3% !important;
	}
}
ul.products li.product .star-rating{
	float:left;
}
ul.products li.product .cus_loop_rate_count {
    height: 1.118em;
    top: -2px;
    font-size: 0.8em;
}
.big-review-images span.wcpr-prev-normal:before, .big-review-images span.wcpr-next-normal:before{
	text-shadow: 0 0px 2px #fff;
}
/***  css copy from /commercegurus-commercekit/assets/css/ajax-search.css ***/
.commercekit-ajs-results {
    position: absolute;
    overflow: hidden
}

.commercekit-ajs-suggestions {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d6d6d6
}
.commercekit-ajs-view-all-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none
}
/***  css copy from /commercegurus-commercekit/assets/css/ajax-search.css  end ***/

/**** cus footer start total 171 line  ***/
	.cus_footer {
    padding: 30px 50px;
    border-top: 2px solid darkorange;
	}
    .cus_footer>div, .cus_copyright>div{
        max-width: 1140px;
        margin: 0 auto;
    }
    .cus_footer .footer_col {
        width: 50%;
        padding: 0 30px;
        /**float: left;**/
    }
    .cus_footer .footer_row, .cus_copyright .footer_row{
        display: flex;
    }
    .cus_footer .footer_logo{
        width: 50%;
    }
    .cus_footer .footer_summary{
        font-size: 14px;
        margin-top: 20px;
    }
    .cus_footer .footer_icon{
        margin-top: 20px;
    }
    .cus_footer .footer_icon_grid {
 
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .cus_footer .footer_icon_grid_item{
        margin: 0 3px;
        cursor: pointer;
    }
    .cus_footer .footer_icon_grid_item a{
        border-radius: 50%;
        margin: 0;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    
    .cus_footer .footer_icon_grid_item.facebook a{
        background-color: #3b5998;    
    }
    .cus_footer .footer_icon_grid_item.instagram a{
        background-color: #262626;    
    }
    .cus_footer .footer_icon_grid_item.pinterest a{
        background-color: #bd081c;    
    }
    .cus_footer .footer_icon_grid_item svg{
        fill: #fff;
        width: 20px;
        height: 20px;   
    }
    .cus_footer .footer_navigation_col{
        width:50%;
    }
    .cus_footer .footer_navigation {
        display: flex;
    }
    .cus_footer .footer_navigation ul{
        list-style: none;
    }
    .cus_footer .footer_navigation li{
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .cus_footer .footer_navigation a{
        color: rgba(0,0,0,0.79);
        font-size: 13px;
    }
    .cus_footer .footer_navigation a:hover{
        color: rgba(0,0,0,0.79);
    }
    .cus_footer .footer_navigation a span:first-child{
        vertical-align: middle;
    }

    .cus_footer .footer_navigation svg{
        width: 13px;
        height: 13px;
        fill: rgba(0,0,0,0.23);
    }
    .cus_footer .footer_navigation .footer_navigation_text{
        display: inline-block;
    }
    .cus_footer .footer_navigation a:hover .footer_navigation_text:after{
        transform: scale(1,1);
        transform-origin: left center;
    }
    .cus_footer .footer_navigation a .footer_navigation_text:after {
            display: block;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    content: "";
    transition: transform .6s cubic-bezier(.28,.75,.22,.95);
            transform: scaleX(0);
    transform-origin: right center;
}
    .cus_copyright{
        background-color: #eee;
        height: 68px;
        padding: 5px 50px;
        margin-top: 0px !important;
    }
    .cus_copyright .footer_col{
        width: 50%;
        height: 54px;
        line-height: 54px;
    }
.c4wp_captcha_field {
  clear: both;
}
@media (max-width:768px){
    .cus_footer{
        padding: 20px 15px 0px 15px;
    }
    .cus_footer .footer_row, .cus_copyright .footer_row, .cus_footer .footer_navigation{
        flex-direction: column;
    }
    .cus_copyright .footer_col, .cus_footer .footer_col{
        width: 100%;
        padding: 0;
    }
    .cus_copyright{
        background-color: unset;
        text-align: center;
        padding: 15px 15px 0 15px;
    }
    .footer_navigation_mobile_title{
        font-weight: 700;
        font-size:15px;
        padding: 5px;
        background-color: #eee;
    }
    .footer_navigation_mobile_title:not(.last):not(.active){
        border-bottom: 1px #ccc solid;
    }
    .cus_footer .footer_navigation{
        margin-top: 20px;
    }
    .footer_navigation_mobile_menu{
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    .footer_navigation_mobile_title:after {
          content: '\002B';
          color: #000;
          font-weight: bold;
          float: right;
          font-size: 20px;
          line-height: 20px;  
}
.footer_navigation_mobile_title.active:after {
  content: "\2212";
}
}
/**** cus footer end total 171 line ***/
/** copy from wp-includes/css/classic-themes.min.css **/
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}


/** copy wp-includes/css/dist/block-library/style.min.css    */
.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image.has-custom-border img,.wp-block-image img {
    box-sizing: border-box
}
.wp-element-button {
    cursor: pointer
}
.wp-block-group {
    box-sizing: border-box
}
ol.wp-block-latest-comments {
    margin-left: 0
}
.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}
.has-text-align-center {
    text-align: center
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}
html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}
.wp-block-table {
    overflow-x: auto
}
ol,ul {
    box-sizing: border-box
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table td,.wp-block-table th {
    border: 1px solid;
    padding: .5em
}
figure {
    margin: 0 0 1em
}
.wp-block-search__button {
    margin-left: .625em;
    word-break: normal
}
:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    border: 1px solid #949494;
    text-decoration: unset!important
}
/** copy wp-includes/css/dist/block-library/style.min.css  end  */
section.related.products {
    margin-bottom: 32px;
}
@media (min-width:800px){
	#page .product .woocommerce-product-gallery, .single-product div.product .product-details-wrapper .images {
		width: 50% !important;
	}
	div.product .product-details-wrapper .summary{
		width:46%;
	}
	.big-review-images-content img, .big-review-images-content video {
		max-height: 600px;
	}
	.big-review-images {
		padding:0px 5px !important;
	}

}

@media (max-width:767px){
	div.cgkit-video-wrap div.cgkit-play {
    display: none !important;
}
	
}
@media (max-width:480px){
	.big-review-images {
		padding:0px 5px !important;
		width: calc(100% - 50px) !important;
	}
	
	
}

.grecaptcha-badge{
	display:none !important;
}


.cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-image > button:not(.cgkit-disabled):hover:before, .cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-image > button.cgkit-swatch-selected:before{
	border-color:#ef7224;
}
.cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button button.cgkit-swatch-selected{
	border-color:#dc9814;
}
.cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button button{
	border-color:#ccc;
}
.cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button button.cgkit-swatch-selected{
	background-color:#dc9814;
}
.cgkit-as-variation-price {
    clear: both;
}


