New products 2017

New products 2017

var allowZooming;
var allowLightbox;
var for_zoom;
if(“off” == “on”){
for_zoom = “.for_zoom img, .thumbs-block img”;
}
else if(“off” == “off”){
for_zoom = “.for_zoom img”;
}
var view_num = 2;

var catalogZoomType = “window”;
var catalogWindowWidth = 300;
var catalogWindowHeight = 200;
var catalogWindowOffetx = 0;
var catalogWindowOffety = 200;
var catalogWindowPosition = 16;
var catalogBorderSize = 0;
var catalogBorderColour = “#000”;
var catalogWindowFadeIn = 200;
var catalogWindowFadeOut = 200;
var catalogLensSize = 200;

var catalogLensFadeIn = 200;
var catalogLensFadeOut = 200;
var catalogZoomLens = false;
var catalogLensShape = “square”;
var catalogLensColour = “fff”;
var catalogLensOpacity = 40/100;
var catalogCursor = “crosshair”;
if(catalogZoomType != “inner”) { var catalogScrollZoom = true; }
else{ var catalogScrollZoom = false; }

var catalogEasing = true;

var catalogTint = false;
var catalogTintColour = “#fff”;
var catalogTintOpacity = 40/100;
var catalogZoomTintFadeIn = 200;
var catalogZoomTintFadeOut = 200;

var catalogGallery = null;

var lightbox_transition = ‘elastic’;
var lightbox_speed = 800;
var lightbox_fadeOut = 300;
var lightbox_title = false;
var lightbox_scalePhotos = true;
var lightbox_scrolling = false;
var lightbox_opacity = 0.201;
var lightbox_open = false;
var lightbox_returnFocus = true;
var lightbox_trapFocus = true;
var lightbox_fastIframe = true;
var lightbox_preloading = true;
var lightbox_overlayClose = true;
var lightbox_escKey = false;
var lightbox_arrowKey = false;
var lightbox_loop = true;
var lightbox_closeButton = false;
var lightbox_previous = “previous”;
var lightbox_next = “next”;
var lightbox_close = “close”;
var lightbox_html = false;
var lightbox_photo = false;
var lightbox_width = ‘false’;
var lightbox_height = ‘false’;
var lightbox_innerWidth = ‘false’;
var lightbox_innerHeight = ‘false’;
var lightbox_initialWidth = ‘300’;
var lightbox_initialHeight = ‘100’;

var maxwidth=jQuery(window).width();
if(maxwidth>768){ maxwidth=768; }
var lightbox_maxWidth = maxwidth;
var lightbox_maxHeight = 500;

var lightbox_slideshow = false;
var lightbox_slideshowSpeed = 2500;
var lightbox_slideshowAuto = true;
var lightbox_slideshowStart = “start slideshow”;
var lightbox_slideshowStop = “stop slideshow”;
var lightbox_fixed = true;

var lightbox_top = false;
var lightbox_bottom = false;
var lightbox_left = false;
var lightbox_right = false;

var lightbox_reposition = false;
var lightbox_retinaImage = true;
var lightbox_retinaUrl = false;
var lightbox_retinaSuffix = “@2x.$1”;
var disable_right_click = ‘off’ == ‘on’;

jQuery(document).ready(function(){

var group_count = 0;
jQuery(“.catalog_ccolorbox_grouping_9”).each(function(){
group_count++;
});
var i;
for(i = 1; i <= group_count; i++){
jQuery(".catalog_group" + i + "_9").ccolorbox({rel:'catalog_group' + i + "_9"});
}

var catalog_slider_slides_count = 0;
jQuery(".slider-content").each(function(){
catalog_slider_slides_count++;
});
catalog_slider_slides_count = catalog_slider_slides_count – 1;

for(i = 1; i <= catalog_slider_slides_count; i++){
jQuery(".catalog_slider_group" + i + "_9").ccolorbox({rel:'catalog_slider_group' + i + "_9"});
jQuery(".clone .catalog_slider_group" + i + "_9").removeClass("catalog_slider_group" + i + "_9" + " ccboxElement");
}
//alert(catalog_slider_slides_count);

jQuery(".callbacks").ccolorbox({
onOpen:function(){ alert('onOpen: ccolorbox is about to open'); },
onLoad:function(){ alert('onLoad: ccolorbox has started to load the targeted content'); },
onComplete:function(){ alert('onComplete: ccolorbox has displayed the loaded content'); },
onCleanup:function(){ alert('onCleanup: ccolorbox has begun the close process'); },
onClosed:function(){ alert('onClosed: ccolorbox has completely closed'); }
});

jQuery('.non-retina').ccolorbox({rel:'group5', transition:'none'})
jQuery('.retina').ccolorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true});

jQuery("#click").click(function(){
jQuery('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
return false;
});
});

function HugeCatalogSearch_9(searchText,type,paginationType,view_obj) {
var existElements,data,query,group_count,i,max_count;

max_count = 19;
data = {};
data.type = type;
data.pagetype = paginationType;
data.text = searchText;
jQuery.extend(data,view_obj);

if(type == ‘load’) {
jQuery(‘.load_more_elements_9’).css({ “display” : “none” });
jQuery(‘.catalog_load_block_9’).find(“.load_more_loading_icon”).css({ “display” : “” });
existElements = ‘(‘+getCurrentElementsId_9().toString()+’)’;
data.elements = existElements;
}
else {
jQuery(“.catalog_load_block_9″).css(‘display’,’block’);
jQuery(‘#huge_it_catalog_container_9′).html(”);
}

jQuery.post(“https://www.kmucutie.com/wp-admin/admin-ajax.php”, data, function(response) {
response = JSON.parse(response);
query = response.query;
var morePopups = response.morePopups;
response = response.moreImages;
if(view_obj.show_popup_linkbutton) {//when content popup
jQuery(“#huge_it_catalog_popup_list_9”).append(morePopups);
}
if(type==’load’) {
if(!response) {
jQuery(“.catalog_load_block_9”).css(‘display’,’none’);
jQuery(‘#search_block_9 form > input’).keyup();
}
jQuery(“#huge_it_catalog_container_9”).append(response);
jQuery(“#huge_it_catalog_container_9 img”).load(function () {
if( getCurrentElementsId_9().length >= max_count){
jQuery(“.catalog_load_block_9”).css(‘display’,’none’);
}
else jQuery(“.catalog_load_block_9″).css(‘display’,’block’);
});
setTimeout(function () {
if( jQuery(window).width() >= 600) {
jQuery(‘.main-image-block.not_for_zoom’).hide();
jQuery(‘.main-image-block.for_zoom’).show();
}
},100);
if(disable_right_click) {
jQuery(‘section[id^=”huge_it_catalog_content_”] img, ul[id^=”huge_it_catalog_popup_list_”] img, div[id^=”main-slider_”] img’).bind(‘contextmenu’, function () {
return false;
});
jQuery(‘#ccolorbox’).bind(‘contextmenu’, ‘#pcboxLoadedContent img’, function () {
return false;
});
}
}
else {
if(response != ”) {
jQuery(“#huge_it_catalog_container_9”).append(response);
jQuery(‘#huge_it_catalog_content_9’).find(‘#search_not_results_9’).css(‘display’,’none’);
}
else {
jQuery(‘#huge_it_catalog_content_9’).find(‘#search_not_results_9’).css(‘display’,’block’);
jQuery(“.catalog_load_block_9″).css(‘display’,’none’);
jQuery(‘#search_block_9 form > input’).keyup();
}

if(disable_right_click) {
jQuery(‘section[id^=”huge_it_catalog_content_”] img, ul[id^=”huge_it_catalog_popup_list_”] img, div[id^=”main-slider_”] img’).bind(‘contextmenu’, function () {
return false;
});
jQuery(‘#ccolorbox’).bind(‘contextmenu’, ‘#pcboxLoadedContent img’, function () {
return false;
});
}
}
setTimeout(function(){
jQuery(“#huge_it_catalog_container_9”).hugeitmicro(‘reloadItems’ ).hugeitmicro({ sortBy: ‘original-order’ }).hugeitmicro( ‘reLayout’ );
jQuery(“.load_more_elements_9”).css({ “display” : “” });
jQuery(“.load_more_elements_9”).parent().find(“.load_more_loading_icon”).css({ “display” : “none” });
}, 100);
if(data.allow_lightbox == “on”) {
setccolorboxGrouping();
group_count = getCurrentElementsId_9().length;

for(i = 0; i <= group_count; i++){
jQuery(".catalog_group" + i + "_9").ccolorbox({rel:'catalog_group' + i + "_9"});
}
for(i = 0; i <= group_count; i++){
jQuery(".catalog_group_not_for_zoom" + i + "_9").ccolorbox({rel:'catalog_group_not_for_zoom' + i + "_9"});
}
}
zoom_resize(); // CALLING ELEVATEZOOM

});
};
function getCurrentElementsId_9() {
var ExistElementsArray = [];
jQuery('#huge_it_catalog_container_9 .element_9').each(function(){
ExistElementsArray.push(jQuery(this).attr('data-element-id'));
});
return ExistElementsArray;
}

function setccolorboxGrouping() {
var i = 0;
jQuery('#huge_it_catalog_container_9 .element_9').each(function(){
jQuery(this).find('img').parent('a').not('.not_for_zoom_class').removeClass().addClass('catalog_group'+i+'_'+9);
i++;
});
}

/**** ***/

jQuery(function(){
if(‘off’ == ‘on’) {

jQuery(‘#search_block_9 > form’).submit(function(event){
event.preventDefault();
jQuery(‘#search_block_9 form > input’).keyup();
var searchText = jQuery(this).find(‘input’).val();
HugeCatalogSearch_9(searchText,’search’,’show_all’,$ob_9);
});

jQuery(‘#search_block_9 form > input’).on(‘keyup’,function(event){
event.preventDefault();
(jQuery(this).val() != ”)?jQuery(this).next().css(‘display’,’block’):jQuery(this).next().css(‘display’,’none’);
});
jQuery(‘#search_block_9 form > input+div’).on(‘click’,function(event){
event.preventDefault();
(jQuery(this).prev().val(”))&&(jQuery(this).prev().attr(‘placeholder’,’Search products…’));
jQuery(this).css(‘display’,’none’);
HugeCatalogSearch_9(”,’search’,’show_all’,$ob_9);
jQuery(‘#huge_it_catalog_content_9’).find(‘#search_not_results_9’).css(‘display’,’none’);
});
jQuery(‘.show_all_9’).click(function(){
jQuery(‘#search_items_9’).find(‘#search_block_9 form > input’).val(”);
jQuery(this).css(‘display’,’none’);
HugeCatalogSearch_9(”,’show_all’,’show_all’,$ob_9);
});

}
/* input’).keyup();
var searchText = jQuery(this).parents(‘#huge_it_catalog_content_9’).find(‘#search_block_9 form > input’).val();
searchText||(searchText=”);
HugeCatalogSearch_9(searchText,’load’,’show_all’,$ob_9);
return false;
});
});

/**** ***/

/*** ***/

var $ob_9 = {
action: ‘my_action’,
post: ‘load_more_elements_into_catalog’,
view: 2,
catalog_id: 9,
count_into_page: 1,
allow_lightbox: “on”,
show_thumbs: “on”,
thumbs_position: “before”,
show_popup_title: “on”,
show_description: “on”,
show_price: “on”,
price_text: “Price”,
show_linkbutton: “on”,
linkbutton_text: “View Product”,
parmalink: “https://www.kmucutie.com/new-products-2017/”,
show_popup_linkbutton: “on”
};
/*** ***/

var allowZooming = ‘off’;

jQuery(function(){
var defaultBlockWidth=275;
var defaultBlockHeight=275;

var $container = jQuery(‘#huge_it_catalog_container_9’);

// add randomish size classes
$container.find(‘.element_9’).each(function(){
var $this = jQuery(this),
number = parseInt( $this.find(‘.number’).text(), 10 );
//alert(number);
if ( number % 7 % 2 === 1 ) {
$this.addClass(‘width2’);
}
if ( number % 3 === 0 ) {
$this.addClass(‘height2’);
}
});

$container.hugeitmicro({
itemSelector : ‘.element_9’,
masonry : {
columnWidth : 275+20+2 },
masonryHorizontal : {
rowHeight: 300+20
},
cellsByRow : {
columnWidth : 300+20,
rowHeight : 240
},
cellsByColumn : {
columnWidth : 300+20,
rowHeight : 240
},
getSortData : {
symbol : function( $elem ) {
return $elem.attr(‘data-symbol’);
},
category : function( $elem ) {
return $elem.attr(‘data-category’);
},
number : function( $elem ) {
return parseInt( $elem.find(‘.number’).text(), 10 );
},
weight : function( $elem ) {
return parseFloat( $elem.find(‘.weight’).text().replace( /[()]/g, ”) );
},
id : function ( $elem ) {
return $elem.find(‘.id’).text();
}
}
});

var $optionSets = jQuery(‘#huge_it_catalog_options_9 .option-set’),
$optionLinks = $optionSets.find(‘a’);

$optionLinks.click(function(){
var $this = jQuery(this);

if ( $this.hasClass(‘selected’) ) {
return false;
}
var $optionSet = $this.parents(‘.option-set’);
$optionSet.find(‘.selected’).removeClass(‘selected’);
$this.addClass(‘selected’);

var options = {},
key = $optionSet.attr(‘data-option-key’),
value = $this.attr(‘data-option-value’);

value = value === ‘false’ ? false : value;
options[ key ] = value;
if ( key === ‘layoutMode’ && typeof changeLayoutMode === ‘function’ ) {

changeLayoutMode( $this, options )
} else {

$container.hugeitmicro( options );
}

return false;
});

var isHorizontal = false;
function changeLayoutMode( $link, options ) {
var wasHorizontal = isHorizontal;
isHorizontal = $link.hasClass(‘horizontal’);

if ( wasHorizontal !== isHorizontal ) {

var style = isHorizontal ?
{ height: ‘75%’, width: $container.width() } :
{ width: ‘auto’ };

$container.filter(‘:animated’).stop();

$container.addClass(‘no-transition’).css( style );
setTimeout(function(){
$container.removeClass(‘no-transition’).hugeitmicro( options );
}, 100 )
} else {
$container.hugeitmicro( options );
}
}

$container.delegate( ‘.default-block_9’, ‘click’, function(){
var strheight=0;
jQuery(this).parents(‘.element_9’).find(‘.wd-catalog-panel_9 > div’).each(function(){
strheight+=jQuery(this).outerHeight()+10;
//alert(strheight);
})
strheight+=320;
if(jQuery(this).parents(‘.element_9’).hasClass(“large”)){
jQuery(this).parents(‘.element_9’).animate({
height: “320px”
}, 300, function() {
jQuery(this).removeClass(‘large’);
$container.hugeitmicro(‘reLayout’);
});

jQuery(this).parents(‘.element_9’).removeClass(“active”);
return false;
}

jQuery(this).parents(‘.element_9’).css({height:strheight});
jQuery(this).parents(‘.element_9’).addClass(‘large’);

$container.hugeitmicro(‘reLayout’);
jQuery(this).parents(‘.element_9’).css({height:”320px”});

//alert(strheight);

jQuery(this).parents(‘.element_9’).animate({
height:strheight+”px”,
}, 300,function(){ $container.hugeitmicro(‘reLayout’);});
});

var $sortBy = jQuery(‘#huge_it_catalog_content_9 #sort-by’);
jQuery(‘#huge_it_catalog_content_9 #shuffle a’).click(function(){
$container.hugeitmicro(‘shuffle’);
$sortBy.find(‘.selected’).removeClass(‘selected’);
$sortBy.find(‘[data-option-value=”random”]’).addClass(‘selected’);
return false;
});

jQuery(window).load(function(){
$container.hugeitmicro({ filter: ‘*’ });
});

////filteringgggggg

// bind filter on select change
jQuery(document).ready(function(){
jQuery(‘#huge_it_catalog_filters_9 ul li’).click(function() {
// get filter value from option value
var filterValue = jQuery(this).attr(‘rel’);
// use filterFn if matches value
filterValue = filterValue;//filterFns[ filterValue ] ||
$container.hugeitmicro({ filter: filterValue });
});
// var topmargin = jQuery(“#huge_it_catalog_filters_9 ul”).height();
// jQuery(“#huge_it_catalog_options_9”).css({‘margin-top’:parseInt(topmargin) + 5});
// var topmargin = jQuery(“#huge_it_catalog_options_9”).height();
// jQuery(“#huge_it_catalog_filters_9”).css({‘margin-top’:’5px’});

/* */
/* */
jQuery(“#huge_it_catalog_popup_list_9 .heading-navigation_9 .left-change”).click(function(){
//var strid = jQuery(this).closest(“.pupup-element”).prev(“.pupup-element”).find(‘a’).data(‘popupid’).replace(‘#’,”);
var height = jQuery(window).height();
//jQuery(‘#huge_it_gallery_pupup_element_’+strid).css({height:height*0.7});
var num = jQuery(this).find(“a”).attr(“href”).replace(‘#’, ”);
if(num >= 1){
var strid = jQuery(this).closest(“.pupup-element”).prev(“.pupup-element”).find(‘a’).data(‘popupid’).replace(‘#’,”);
jQuery(‘#huge_it_catalog_pupup_element_’+strid).css({height:height*0.7});
jQuery(this).closest(“.pupup-element”).removeClass(“active”);
jQuery(this).closest(“.pupup-element”).prev(“.pupup-element”).addClass(“active”);
}else{
var strid = jQuery(“#huge_it_catalog_popup_list_9”).find(“.pupup-element”).last().find(‘a’).data(‘popupid’).replace(‘#’,”);
jQuery(‘#huge_it_catalog_pupup_element_’+strid).css({height:height*0.7});
jQuery(this).closest(“.pupup-element”).removeClass(“active”);
jQuery(“#huge_it_catalog_popup_list_9”).find(“.pupup-element”).last().addClass(“active”);
}
if(jQuery(‘.pupup-element.active .description’).height() + jQuery(‘.right-block h3’).height() + 350 > jQuery(‘.pupup-element.active .right-block’).height()){
if(jQuery(‘.pupup-element.active img’).height() > jQuery(‘.pupup-element.active .image-block_9’).height()){
jQuery(‘.pupup-element.active .right-block’).css(‘overflow-y’, ”);
jQuery(‘.pupup-element.active .popup-wrapper_9’).css(‘overflow-y’, ‘auto’);
}else{
jQuery(‘.pupup-element.active .right-block’).css(‘overflow-y’, ‘auto’);
}
}else {
if(jQuery(‘.pupup-element.active img’).height() > jQuery(‘.pupup-element.active .image-block_9’).height()){
jQuery(‘.pupup-element.active .popup-wrapper_9’).css(‘overflow-y’, ‘auto’);
}
}

});

/* */
jQuery(“#huge_it_catalog_popup_list_9 .heading-navigation_9 .right-change”).click(function(){
var height = jQuery(window).height();
var num = jQuery(this).find(“a”).attr(“href”).replace(‘#’, ”);
var cnt = 0;
jQuery(“#huge_it_catalog_popup_list_9”).find(“.pupup-element”).each(function(){
cnt++;
});
// alert(num+” “+cnt);
if(num jQuery(‘.pupup-element.active .right-block’).height()){
if(jQuery(‘.pupup-element.active img’).height() > jQuery(‘.pupup-element.active .image-block_9’).height()){
jQuery(‘.pupup-element.active .right-block’).css(‘overflow-y’, ”);
jQuery(‘.pupup-element.active .popup-wrapper_9’).css(‘overflow-y’, ‘auto’);
}else{
jQuery(‘.pupup-element.active .right-block’).css(‘overflow-y’, ‘auto’);
}
}else {
if(jQuery(‘.pupup-element.active img’).height() > jQuery(‘.pupup-element.active .image-block_9’).height()){
jQuery(‘.pupup-element.active .popup-wrapper_9’).css(‘overflow-y’, ‘auto’);
}
}
});
//////

});

});
jQuery(document).ready(function(){

jQuery(‘body’).delegate(‘.element_9 .image-block_9 .image-overlay a’, ‘click’, function() {
var strid = jQuery(this).attr(‘href’).replace(‘#’,”);
jQuery(‘body’).append(‘

‘);
jQuery(‘#huge_it_catalog_popup_list_9’).insertBefore(‘#huge-popup-overlay_9’);
var height = jQuery(window).height();
var width=jQuery(window).width();
if(width jQuery(‘.pupup-element.active .right-block’).height()){
if(jQuery(‘.pupup-element.active img’).height() > jQuery(‘.pupup-element.active .image-block_9’).height()){
jQuery(‘.pupup-element.active .right-block’).css(‘overflow-y’, ”);
jQuery(‘.pupup-element.active .popup-wrapper_9’).css(‘overflow-y’, ‘auto’);
}else{
jQuery(‘.pupup-element.active .right-block’).css(‘overflow-y’, ‘auto’);
}
}else {
if(jQuery(‘.pupup-element.active img’).height() > jQuery(‘.pupup-element.active .image-block_9’).height()){
jQuery(‘.pupup-element.active .popup-wrapper_9’).css(‘overflow-y’, ‘auto’);
}
}
return false;
});

jQuery(‘body’).delegate(‘#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block ul.thumbs-list_9 li a’, ‘click’, function() {
var width=jQuery(window).width();
if(width<=767){
jQuery('body').scrollTop(0);
}
jQuery(this).parent().parent().find('li.active').removeClass('active');
jQuery(this).parent().addClass('active');
jQuery(this).parents('.right-block').prev().find('img').attr('src',jQuery(this).find('img').attr('src'));
return false;
});

jQuery('body').delegate('#huge_it_catalog_popup_list_9 .heading-navigation_9 .close', 'click', function() {
closePopup();
return false;
});

jQuery('body').on('click','#huge-popup-overlay_9',function(){
closePopup();
return false;
});

function closePopup() {
jQuery('#huge-popup-overlay_9').remove();
jQuery('#huge_it_catalog_popup_list_9 li').removeClass('active');
jQuery('#huge_it_catalog_popup_list_9').removeClass('active');
}
});

.element_9 {
width:275px;
height:320px;
margin:0px 0px 10px 0px;
background:#f9f9f9;
border:1px solid #dedede;
outline:none;
}

.element_9 .image-block_9 {
position:relative;
width:100%;
}

.element_9 .image-block_9 img {
margin:0px !important;
padding:0px !important;
width:275px !important;
height:275px !important;
display:block;
border-radius: 0px !important;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}

.element_9 .image-block_9 .image-overlay {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background: rgba(255,255,255,0.7) !important;
display:none;
}

.element_9:hover .image-block_9 .image-overlay {
display:block;
}

.element_9 .image-block_9 .image-overlay a {
position:absolute;
top:0px;
left:0px;
display:block;
width:100%;
height:100%;
background:url(‘https://www.kmucutie.com/wp-content/plugins/product-catalog/Front_end/../images/zoom.light.png’) center center no-repeat;
}

.element_9 .title-block_9 {
position:relative;
height: 30px;
margin: 0;
padding: 15px 0px 15px 0px;
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
}

.element_9 .title-block_9 h3 {
position:relative;
margin:0px !important;
padding:0px 1% 0px 1% !important;
width:98%;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
font-weight:normal;
font-size: 18px !important;
line-height: 22px !important;
color:#222222;
}

.element_9 .title-block_9 .button-block {
position:absolute;
right:0px;
top:0px;
display:none;
vertical-align:middle;
height:30px;
padding:10px 10px 4px 10px;
background: rgba(255,255,255,0.7) !important;
border-left: 1px solid rgba(0,0,0,.05);
}
.element_9:hover .title-block_9 .button-block {display:block;}

.element_9 .title-block_9 a,.element_9 .title-block_9 a:link,.element_9 .title-block_9 a:visited,
.element_9 .title-block_9 a:hover,.element_9 .title-block_9 a:focus,.element_9 .title-block_9 a:active {
position:relative;
display:block;
vertical-align:middle;
padding: 3px 10px 3px 10px;
border-radius:3px;
font-size:14px;
background:#2ea2cd;
color:#ffffff;
text-decoration:none;
}

/*#####POPUP#####*/

#huge_it_catalog_popup_list_9 {
position:fixed;
display:table;
width:80%;
top:7%;
left:7%;
margin:0px !important;
list-style:none;
z-index:20000000;
display:none;
height:90%;
}

#huge_it_catalog_popup_list_9.active {display:table;}

#huge_it_catalog_popup_list_9 li.pupup-element {
position:relative;
display:none;
width:100%;
padding:40px 0px 20px 0px;
min-height:100%;
position:relative;
background:#FFFFFF;
}

#huge_it_catalog_popup_list_9 li.pupup-element.active {
display:block;
}

#huge_it_catalog_popup_list_9 .heading-navigation_9 {
position:absolute;
width:100%;
height:40px;
top:0px;
left:0px;
z-index:2001;
background:url(‘https://www.kmucutie.com/wp-content/plugins/product-catalog/Front_end/../images/divider.line.png’) center bottom repeat-x;
}

#huge_it_catalog_popup_list_9 .heading-navigation_9 .close,#huge_it_catalog_popup_list_9 .heading-navigation_9 .close:link, #huge_it_catalog_popup_list_9 .heading-navigation_9 .close:visited {
position:relative;
float:right;
width:40px;
height:40px;
display:block;
background:url(‘https://www.kmucutie.com/wp-content/plugins/product-catalog/Front_end/../images/close.popup.dark.png’) center center no-repeat;
border-left:1px solid #ccc;
opacity:.65;
}

#huge_it_catalog_popup_list_9 .heading-navigation_9 .close:hover, #huge_it_catalog_popup_list_9 .heading-navigation_9 .close:focus, #huge_it_catalog_popup_list_9 .heading-navigation_9 .close:active {opacity:1;}

#huge_it_catalog_popup_list_9 li.pupup-element .popup-wrapper_9 {
position:relative;
width:98%;
height:98%;
padding:2% 0% 0% 2%;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .image-block_9 {
width:55%;
height: 100%; position:relative;
float:left;
margin-right:2%;
border-right:1px solid #ccc;
min-width:200px;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .image-block_9 img {
width:100% !important; display:block;
padding:0px !important;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block {
height: 100%;
width:42.8%;
position:relative;
float:left;
}

#huge_it_catalog_popup_list_9 li.pupup-element .popup-wrapper_9 .right-block > div {
padding-top:10px;
margin-right: 4%;
margin-bottom:10px;
background:url(‘https://www.kmucutie.com/wp-content/plugins/product-catalog/Front_end/../images/divider.line.png’) center top repeat-x;
}
#huge_it_catalog_popup_list_9 li.pupup-element .popup-wrapper_9 .right-block > div:last-child {background:none;}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .title {
position:relative;
display:block;
margin:0px 0px 10px 0px !important;
font-size:18px !important;
line-height:22px !important;
color:#222222;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .description {
clear:both;
position:relative;
font-weight:normal;
text-align:justify;
font-size:14px !important;
color:#222222;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .description h1,
#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .description h2,
#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .description h3,
#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .description h4,
#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .description h5,
#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .description h6,
#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .description p,
#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .description strong,
#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .description span {
padding:2px !important;
margin:0px !important;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .description ul,
#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .description li {
padding:2px 0px 2px 5px;
margin:0px 0px 0px 8px;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .price-block_9 {
padding: 20px 0px 7px 0px !important;
font-size: 15px;
color: #e74c3c;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .old-price {
text-decoration: line-through;
margin: 0px;
padding: 0px;
font-weight: normal;
/* font-size: 14px;*/
padding: 7px 10px 7px 10px;
margin: 0px 10px 0px 0px;
border-radius: 5px;
color: #FFFFFF;
background: #e74c3c;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .old-price-block {
font-size: 15px;
color: #e74c3c;

}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .discont-price-block {
/* font-size: 15px;
color: #000000; */
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block ul.thumbs-list_9 {
list-style:none;
display:table;
position:relative;
clear:both;
width:100%;
margin:0px auto;
padding:0px;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block ul.thumbs-list_9 li {
display:block;
float:left;
width:75px;
height:75px;
margin:0px 2% 5px 1% !important;
opacity:0.45;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block ul.thumbs-list_9 li.active,#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block ul.thumbs-list_9 li:hover {
opacity:1;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block ul.thumbs-list_9 li a {
display:block;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block ul.thumbs-list_9 li img {
margin:0px !important;
padding:0px !important;
width:75px !important;
height:75px !important;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .price-block_9 p {
font-size: 15px;
color: #e74c3c;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block .market-price-block_9 p {
font-size: 15px;
color: #000000;
}

.pupup-element .button-block {
position:relative;
}

.pupup-element .button-block a,.pupup-element .button-block a:link,.pupup-element .button-block a:visited{
position:relative;
display:inline-block;
padding:6px 12px;
background:#2ea2cd;
color:#ffffff;
font-size:14;
text-decoration:none;
}

.pupup-element .button-block a:hover,.pupup-element .button-block a:focus,.pupup-element .button-block a:active {
background:#0074a2;
color:#ffffff;
}

#huge-popup-overlay_9 {
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:199;
background: rgba(0,0,0,0.7) !important}

@media only screen and (max-width: 767px) {

#huge_it_catalog_popup_list_9 {
position:absolute;
left:0px;
top:0px;
width:100%;
height:auto !important;
left:0px;
}

#huge_it_catalog_popup_list_9 li.pupup-element {
margin:0px;
height:auto !important;
position:absolute;
left:0px;
top:0px;
}

#huge_it_catalog_popup_list_9 li.pupup-element .popup-wrapper_9 {
height:auto !important;
overflow-y:auto;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .image-block_9 {
width:100%;
float:none;
clear:both;
margin-right:0px;
border-right:0px;
}

#huge_it_catalog_popup_list_9 .popup-wrapper_9 .right-block {
width:100%;
float:none;
clear:both;
margin-right:0px;
border-right:0px;
}

#huge-popup-overlay_9 {
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:199;
}

}

#huge_it_catalog_content_9 #huge_it_catalog_options_9 {
overflow: hidden;
/*margin-top: 5px;*/
float: none;
width: 100%;
}

#huge_it_catalog_content_9 #huge_it_catalog_options_9 ul {
margin: 0px !important;
padding: 0px !important;
list-style: none;
}

#huge_it_catalog_content_9 #huge_it_catalog_filters_9 ul {
margin: 0px !important;
padding: 0px !important;
overflow: hidden;
}

#huge_it_catalog_content_9 #huge_it_catalog_options_9 ul {
float: left;
}

#huge_it_catalog_content_9 #huge_it_catalog_options_9 ul li {
border-radius: 3pxpx;
list-style-type: none;
margin: 0px !important;
float:left !important;margin: 4px 8px 4px 0px !important;float:left !important;border: 1px solid #ccc;}

#huge_it_catalog_content_9 #huge_it_catalog_options_9 ul li a {
background-color: ##fff !important;
font-size:12pxpx !important;
color:##000 !important;
text-decoration: none;
cursor: pointer;
margin: 0px !important;
display: block;
padding:3px;
}

/*#huge_it_catalog_content_9 #huge_it_catalog_options_9 ul li:hover {

}*/

#huge_it_catalog_content_9 #huge_it_catalog_options_9 ul li a:hover {
background-color: ##fff !important;
color:##000 !important;
cursor: pointer;
}

#huge_it_catalog_content_9 #huge_it_catalog_filters_9 {
/*margin-top: 5px;*/
float: none;
width: 100%;
}

#huge_it_catalog_content_9 #huge_it_catalog_filters_9 ul li {
list-style-type: none;
float:left !important;margin: 4px 8px 4px 0px !important;float:left !important;border: 1px solid #ccc;}

#huge_it_catalog_content_9 #huge_it_catalog_filters_9 ul li a {
font-size:12pxpx !important;
color:##000 !important;
background-color: ##fff !important;
border-radius: 3pxpx;
padding: 3px;
display: block;
text-decoration: none;
}

#huge_it_catalog_content_9 #huge_it_catalog_filters_9 ul li a:hover {
color:##000 !important;
background-color: ##fff !important;
cursor: pointer
}

#huge_it_catalog_content_9 section {
position:relative;
display:block;
}

#huge_it_catalog_content_9 #huge_it_catalog_container_9 {
}

.catalog_pagination_block_9{
/*text-align: center;*/
padding: 20px 0px;
margin: 16px 0px 35px 0px;
}
.catalog_pagination_9{
text-align: center;
/*display: inline-block;*/
/*height: 50px;*/
/* border: 1px solid #dadada;
border-radius: 6px;*/
}
.catalog_pagination_9 a, .catalog_pagination_9 span{
color: #515151;
font-size: 20px;
text-decoration: none;
text-align: center;
/* width: 48px;
height: 48px;*/
/*display: inline-block;*/
/*float: left;*/
margin: 0;
padding: 0;
}
.catalog_pagination_9 .pagination-text{
/*float: left;*/
color: #000;
font-size: 22px;
/*font-weight: bold;*/
padding: 12px 0px;
text-decoration: none;
text-align: center;
/*display: inline-block;*/
/* width: 180px;
height: 48px;*/
/*background-color: #fff;*/
}
@media only screen and (max-width:500px) {
.catalog_pagination_9 .pagination-text{
font-size: 16px !important;
width: 120px !important;
}
.catalog_pagination_block_9{
text-align: left;
}
}
.catalog_pagination_9 a{
text-align: center;
position: relative;
margin-right: 5px;

}
.catalog_pagination_9 a i{
font-size: 22px;
color: #000;
/* position: absolute;
top: -moz-calc(50% – 8px) !important;
top: -webkit-calc(50% – 8px) !important;
top: calc(50% – 8px) !important;
top: -o-calc(50% – 8px) !important;
top: -ms-calc(50% – 8px) !important;

left: -moz-calc(50% – 8px) !important;
left: -webkit-calc(50% – 8px) !important;
left: calc(50% – 8px) !important;
left: -o-calc(50% – 8px) !important;
left: -ms-calc(50% – 8px) !important;*/
}
.catalog_pagination_9 .go-to-first{
font-size: 10px !important;
/*background-color: #F0F0F0 !important;*/
/*background:url(‘https://www.kmucutie.com/wp-content/plugins/product-catalog/Front_end/../images/first-active.png’) center center no-repeat;*/
/* border-right: 1px solid #D0D0D0;
border-top-left-radius: 5px;
border-bottom-left-radius: 10px;*/
}
.catalog_pagination_9 .go-to-first-passive{
font-size: 10px !important;
/*background-color: #F0F0F0 !important;*/
/*background:url(‘https://www.kmucutie.com/wp-content/plugins/product-catalog/Front_end/../images/first-passive.png’) center center no-repeat;*/
/* border-right: 1px solid #D0D0D0;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;*/
}

.catalog_pagination_9 .go-to-previous{
font-size: 10px !important;
/*background-color: #F0F0F0 !important;*/
/*background:url(‘https://www.kmucutie.com/wp-content/plugins/product-catalog/Front_end/../images/left-active.png’) center center no-repeat;*/
/*border-right: 1px solid #D0D0D0;*/
}
.catalog_pagination_9 .go-to-previous-passive{
/*background-color: #F0F0F0 !important;*/
/*background:url(‘https://www.kmucutie.com/wp-content/plugins/product-catalog/Front_end/../images/left-passive.png’) center center no-repeat;*/
/*border-right: 1px solid #D0D0D0;*/
}

.catalog_pagination_9 .go-to-last{
font-size: 10px !important;
/*background-color: #F0F0F0 !important;*/
/*background:url(‘https://www.kmucutie.com/wp-content/plugins/product-catalog/Front_end/../images/last-active.png’) center center no-repeat;*/
/* border-left: 1px solid #D0D0D0;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;*/
}
.catalog_pagination_9 .go-to-last-passive{
font-size: 10px !important;
/*background-color: #F0F0F0 !important;*/
/*background:url(‘https://www.kmucutie.com/wp-content/plugins/product-catalog/Front_end/../images/last-passive.png’) center center no-repeat;*/
/* border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-left: 1px solid #D0D0D0;*/
}

.catalog_pagination_9 .go-to-next{
font-size: 10px !important;
/*background-color: #F0F0F0 !important;*/
/*background:url(‘https://www.kmucutie.com/wp-content/plugins/product-catalog/Front_end/../images/right-active.png’) center center no-repeat;*/
/*border-left: 1px solid #D0D0D0;*/
}
.catalog_pagination_9 .go-to-next-passive{
font-size: 10px !important;
/*background-color: #F0F0F0 !important;*/
/*background:url(‘https://www.kmucutie.com/wp-content/plugins/product-catalog/Front_end/../images/right-passive.png’) center center no-repeat;*/
/*border-left: 1px solid #D0D0D0;*/
}

.zoomContainer {
z-index: 10;
}
.catalog_load_block_9{
margin: 35px 0px;
}
.catalog_load_9{
text-align: center;
}
.catalog_load_9 a{
text-decoration: none;
/*width: 100%;*/
border-radius: 5px;
display: inline-block;
padding: 5px 15px;
font-size: 22px !important;
color: #F2F2F2 !important;
background: #FF2C2C !important;
cursor: pointer;
}
.catalog_load_9 a:hover{
color: #F2F2F2 !important;
background: #991A1A !important;
}
.catalog_load_9 a:focus{
outline: none;
}
#huge_it_catalog_popup_list_9 .heading-navigation_9 .left-change, #huge_it_catalog_popup_list_9 .heading-navigation_9 .right-change{
width: 40px;
height: 39px;
font-size: 25px;
display: inline-block;
text-align: center;
border: 1px solid #eee;
border-bottom: none;
border-top: none;
}
#huge_it_catalog_popup_list_9 .heading-navigation_9 .right-change{
margin-left: -6px;
}
#huge_it_catalog_popup_list_9 .heading-navigation_9 .right-change:hover, #huge_it_catalog_popup_list_9 .heading-navigation_9 .left-change:hover{
background: #ddd;
border-color: #ccc;
color: #000 !important;
cursor: pointer;
}
#huge_it_catalog_popup_list_9 .heading-navigation_9 .right-change a:hover, #huge_it_catalog_popup_list_9 .heading-navigation_9 .left-change a:hover{
color: #000 !important;
}
#huge_it_catalog_popup_list_9 .heading-navigation_9 .right-change a:active, #huge_it_catalog_popup_list_9 .heading-navigation_9 .left-change a:active{
outline:none;
border:none;
}
#huge_it_catalog_popup_list_9 .heading-navigation_9 .right-change a:visited, #huge_it_catalog_popup_list_9 .heading-navigation_9 .left-change a:visited{
color:#000 !important;
}

#huge_it_catalog_popup_list_9 .heading-navigation_9 .right-change a, #huge_it_catalog_popup_list_9 .heading-navigation_9 .left-change a{
color: #777;
text-decoration: none;
width: 12px;
height: 17px;
display: inline-block;
}
#huge_it_catalog_popup_list_9 .heading-navigation_9 a{
border:none;
text-decoration: none;
}

/**/
#search_block_9 {
text-align: left;
margin: 5px;
}
#search_block_9 > form {
position: relative;
height: 36px;
display: inline-block;
width: 94%;
overflow: hidden;
border-radius: 0px;
border: 1px solid #dedede;
}
#search_block_9 > form > input {
width: 100%;
height: 36px;
display: block;
position: absolute;
padding:5px 10px;
top: 0;
left: 0;
border: none;
color: #272717;
background: #FFFFFF;
margin: 0;
}
#search_block_9 > form > input + div {
display: inline-block;
color: #6EBFDC;
position: absolute;
display: none;
cursor: pointer;
height: calc(100% – 2px);
top: 1px;
width: 6%;
right: 20%;
text-align: center;
font-size: 20px;
background: #FFFFFF;
}
#search_block_9 > form:hover > input + div {
display: block;
}
#search_block_9 > form > input:blur + div {
display: none;
}
#search_block_9 > form > #search_button_9 {
width: 20%;
height: 36px;
display: block;
position: absolute;
padding:0 10px 5px;
top: 0;
right: 0%;
border-top-right-radius: 0px;
border: 0;
background: #6EBFDC;
color: #ffffff;
margin: 0;
}

#search_block_9 > form > #search_button_9:hover {
background: #718B94;
}
#search_not_results_9 {
width: 100%;
height: 40px;
background: #F1F1F1;
color: #A49999;
border-radius: 5px;
border: 2px solid #E1E3DF;
text-align: center;
display: none;
}
#search_not_results_9 > span {
padding: 0;
margin: 0;
line-height: 36px;
font-size: 14px;
}
/**/

Chentilly Soft vibe lure 26 color in stock wholesale

Polyester foam Trolling board sea boat fishing Game fishing trolling board

New arriving colors 50/70/100mm TPR live shrimp lure CHS007

Plastic VIB Fishing Lure VIBE lure Wholesale 31g/20g/16g/10g

madai snapper jigs wholesale from kmucutie fishing tackle

Music squid jig CHS024

Rainbow wholesale squid jig CHS023 #3

Value pack high carbon steel circle hook wholesale

Rigged soft bait CHSOFT26 4″ 25g

KHS0201B Stainless steel big game hooks value pack wholesale

BASF material soft frog baits & Bird &Mouse Lures Wholesale

lead head soft fishing lure bass killer

Jumping Soft Frog

BASF material hollow body soft lure

Soft duck lures

Custom trolling lures

Bucktail jigs wholesale

The post New products 2017 appeared first on .

Source: kmucutie

Leave a Reply