#secProductCategory {
    height: auto;
    display: block
}

@media (max-width: 1024px) {
    #secProductCategory {
        width: 100%;
    }
}

.column-product-category {
    width: 23%;
    order: 2;
    padding: 10px;
    display: block
}

@media (max-width: 992px) {
    .column-product-category {
        display: none;
    }
}

.column-product-category-content {
    order: 1;
    width: 77.000000%;
    padding: 10px 0;
    display: block
}

@media (max-width: 992px) {
    .column-product-category-content {
        order: 1;
        width: 100%
    }
}

.widget-product-category-group {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 10px 10px 10px;
    margin: 0 0 15px;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    display: block;
    right: 0;
    position: relative
}

.widget-product-category-group > .widget-childs {
    display: block
}

.widget-product-category-title {
    height: auto;
    width: 100%;
    color: #fff;
    font-size: 18px;
    top: 0;
    left: 0;
    background-color: var(--c-1593747925171, #222);
    padding: 10px 5px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: visible;
    text-align: center;
    display: block;
    right: 0;
    position: relative;
    margin-bottom: 1px;
}

.widget-product-category-submenu {
    width: 100%;
    height: auto;
    overflow: visible;
    top: 0;
    left: 0;
    background-color: var(--c-1589940939575, #fff);
    border: none;
    display: block;
    right: 0;
    position: relative
}

.widget-product-category-submenu > ul {
    list-style-type: none;
    border: none
}

.widget-product-category-submenu ul > li img.show-hover {
    display: none;
}

.widget-product-category-submenu ul > li:hover > span {
    background-color: var(--c-1593747964201, #222);
    color: #FFF;
}

.widget-product-category-submenu ul > li > span {
    padding-left: 5px;
}

.widget-product-category-submenu ul > li:hover > span > a {
    color: #FFF;
}

.widget-product-category-submenu ul > li:hover > span > a img.hide-hover,
.widget-product-category-submenu ul > li:focus > span > a img.hide-hover {
    display: none;
}

.widget-product-category-submenu ul > li:hover > span > a img.show-hover,
.widget-product-category-submenu ul > li:focus > span > a img.show-hover {
    display: inline-block;
}

.widget-product-category-submenu ul > li > span {
    color: #222;
    height: auto;
    font-weight: 500;
    font-size: 14px
}

.widget-product-category-submenu ul li > span > a {
    padding: 10px 0;
}

.widget-product-category-submenu > ul ul {
    list-style-type: none;
    padding: 0;
    background-color: var(--c-1589940939575, #fff)
}

.widget-product-category-submenu > ul > li img {
    max-height: 25px;
    margin-right: 5px;
}

.widget-product-category-submenu li > ul {
    position: relative;
}

.widget-product-category-grid {
    top: 0;
    left: 0;
    padding: 0 0;
    overflow: visible;
    display: block;
    width: 100%;
    right: 0;
    position: relative
}

.widget-product-category-grid .repeater-box {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: 10px 15px
}

.widget-product-category-grid .repeater-box .repeater-item {
    background-color: #fff;
    padding-bottom: 10px;
}

@media (max-width: 712px) {
    .widget-product-category-grid .repeater-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

.widget-product-category-grid .widget-pagging {
    padding-top: 15px
}

.widget-product-category-grid .widget-pagging .item {
    background-color: #fff;
    color: #222;
    border-radius: 50px;
    border: 1px solid #bfbfbd;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-left: 5px
}

.widget-product-category-grid .widget-pagging .item:hover {
    background-color: var(--c-1593747964201, #f2f2f2);
    color: var(--c-1589940939575, #222)
}

.widget-product-category-grid .widget-pagging .item.active {
    background-color: var(--c-1593747925171, #3899ec);
    border: 1px solid #4e91;
    color: #fff
}

.widget-product-category-grid .widget-pagging .item.disable {
    background-color: #ccc;
    color: #b3b2b2
}

@media (max-width: 540px) {
    .widget-product-category-grid .widget-pagging .item:hover {
        background-color: var(--c-1593747925171, #f2f2f2);
        color: var(--c-1589940939575, #222)
    }
}

@media (max-width: 480px) {
    .widget-product-category-grid .widget-pagging .item {
        border-radius: 40px;
    }
}

.widget-most-views {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 10px 10px 20px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    margin: 0 0 20px;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.15);
    display: block;
    right: 0;
    position: relative
}

.widget-most-views:hover {
    border-width: 1px;
}

.widget-most-views > .widget-childs {
    display: block
}

.widget-most-views-title {
    height: auto;
    width: 100%;
    color: #fff;
    font-size: 18px;
    top: 0;
    left: 0;
    background-color: var(--c-1593747925171, #222);
    padding: 10px 5px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: visible;
    text-align: center;
    display: block;
    right: 0;
    position: relative
}

.widget-most-views-grid {
    top: 0;
    left: 0;
    padding: 0 0;
    overflow: visible;
    display: block;
    width: 100%;
    right: 0;
    position: relative
}

.widget-most-views-grid .repeater-box {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    grid-gap: 5px;
    margin-top: 10px;
}

.widget-most-views-grid .repeater-box .repeater-item {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.widget-most-views-grid .repeater-box .repeater-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px
}

@media (max-width: 640px) {
    .widget-most-views-grid .repeater-box .repeater-item {
        padding: 5px;
    }
}

.widget-most-views-grid-group {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    overflow: visible;
    display: block;
    right: 0;
    position: relative
}

.widget-most-views-grid-group:hover {
    border-width: 0;
    border-style: solid;
    border-color: var(--c-1598340915070, rgba(0, 0, 0, 1))
}

.widget-most-views-grid-group > .widget-childs {
    display: block
}

.widget-most-views-grid-group img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.view-list .widget-most-views-grid-group {
    display: block
}

.view-grid.even .repeater-item:nth-of-type(even) .widget-most-views-grid-group {
    display: block
}

.view-list.even .repeater-item:nth-of-type(even) .widget-most-views-grid-group {
    display: block
}

.widget-most-views-grid-discount {
    height: 45px;
    width: 45px;
    top: 20px;
    left: 100%;
    border-radius: 100px;
    background-color: var(--c-1602726730789, #ff6600);
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    transform: translateX(calc(-100% - 10px));
    display: block;
    position: absolute
}

.view-list .widget-most-views-grid-discount {
    top: 15px;
    left: 230px;
    display: block
}

.view-grid.even .repeater-item:nth-of-type(even) .widget-most-views-grid-discount {
    display: block
}

.view-list.even .repeater-item:nth-of-type(even) .widget-most-views-grid-discount {
    display: block
}

@media (max-width: 640px) {
    .view-list .widget-most-views-grid-discount {
        height: 50px;
        width: 50px;
        left: 100%;
        background-color: #ff6600;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-weight: 600;
    }
}

.widget-most-views-grid-image {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 100%;
}

.widget-most-views-grid-group .widget-most-views-grid-image {
    --animation-duration: 300ms;
    --animation-fill-mode: forwards;
    --animation-iteration-count: inherit;
    --animation-timing-function: ease-out;
    --animation-transform-scale-to: scale(1.05);
}

.widget-most-views-grid-group:hover .widget-most-views-grid-image {
    -webkit-animation: var(--animation-duration) animation-scale-to var(--animation-timing-function) var(--animation-fill-mode);
    -moz-animation: var(--animation-duration) animation-scale-to var(--animation-timing-function) var(--animation-fill-mode);
    -o-animation: var(--animation-duration) animation-scale-to var(--animation-timing-function) var(--animation-fill-mode);
    -ms-animation: var(--animation-duration) animation-scale-to var(--animation-timing-function) var(--animation-fill-mode);
    animation: var(--animation-duration) animation-scale-to var(--animation-timing-function) var(--animation-fill-mode);
    animation-iteration-count: var(--animation-iteration-count);
    transition: all .3s
}

.view-list .widget-most-views-grid-image {
    width: 200px;
    display: inline-block;
}

.view-grid.even .repeater-item:nth-of-type(even) .widget-most-views-grid-image {
    display: inline-block
}

.view-list.even .repeater-item:nth-of-type(even) .widget-most-views-grid-image {
    display: inline-block
}

@media (max-width: 640px) {
    .view-list .widget-most-views-grid-image {
        width: 100%;
        height: auto;
        top: 10px;
        left: 0;
    }
}

.widget-most-views-grid-group-content {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 5px 0;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.widget-most-views-grid-group-content > .widget-childs {
    align-items: center;
    justify-content: space-around;
    align-content: stretch;
    flex-wrap: wrap;
    display: flex
}

.view-list .widget-most-views-grid-group-content {
    width: calc(100% - 215px);
    left: 5px;
    display: inline-block
}

.view-grid.even .repeater-item:nth-of-type(even) .widget-most-views-grid-group-content {
    display: inline-block
}

.view-list.even .repeater-item:nth-of-type(even) .widget-most-views-grid-group-content {
    display: inline-block
}

@media (max-width: 640px) {
    .view-list .widget-most-views-grid-group-content {
        width: 100%;
        height: auto;
        top: 0;
        padding: 5px 0;
    }
}

.widget-most-views-grid-name {
    max-height: 48px;
    width: 100%;
    color: var(--c-1603076367880, #333);
    font-size: 16px;
    top: unset;
    left: unset;
    text-align: center;
    padding: 5px 0 0;
    line-height: 22px;
    display: block;
    position: relative
}

.widget-most-views-grid-name:hover {
    color: var(--c-1602726730789, rgb(0, 0, 0))
}

.view-list .widget-most-views-grid-name {
    display: block
}

.view-grid.even .repeater-item:nth-of-type(even) .widget-most-views-grid-name {
    display: block
}

.view-list.even .repeater-item:nth-of-type(even) .widget-most-views-grid-name {
    display: block
}

.widget-most-views-grid-price {
    width: 100%;
    height: auto;
    top: unset;
    left: unset;
    padding: 5px 0;
    margin: 0 0 5px;
    display: block;
    right: 0;
    position: relative
}

.widget-most-views-grid-price > .widget-childs {
    align-items: center;
    justify-content: space-around;
    align-content: stretch;
    flex-wrap: wrap;
    display: flex
}

.view-list .widget-most-views-grid-price {
    display: block
}

.view-grid.even .repeater-item:nth-of-type(even) .widget-most-views-grid-price {
    display: block
}

.view-list.even .repeater-item:nth-of-type(even) .widget-most-views-grid-price {
    display: block
}

.widget-most-views-grid-main-price {
    color: var(--c-1602726730789, #f54592);
    width: auto;
    height: 24px;
    padding: 0 5px;
    top: unset;
    left: unset;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    display: block;
    position: relative
}

.view-list .widget-most-views-grid-main-price {
    display: block
}

.view-grid.even .repeater-item:nth-of-type(even) .widget-most-views-grid-main-price {
    display: block
}

.view-list.even .repeater-item:nth-of-type(even) .widget-most-views-grid-main-price {
    display: block
}

.widget-most-views-grid-group-buttons {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    /*padding: 10px 0 0;*/
    display: block;
    position: relative
}

.widget-most-views-grid-group-buttons > .widget-childs {
    align-items: center;
    justify-content: space-around;
    align-content: stretch;
    flex-wrap: wrap;
    display: flex
}

.view-list .widget-most-views-grid-group-buttons {
    display: none
}

.view-grid.even .repeater-item:nth-of-type(even) .widget-most-views-grid-group-buttons {
    display: block
}

.view-list.even .repeater-item:nth-of-type(even) .widget-most-views-grid-group-buttons {
    display: block
}

.widget-most-views-grid-cart {
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-family: Source-Sans-Pro;
    text-align: center;
    padding: 6px;
    background-color: var(--c-1593747964201, #f92400);
    top: unset;
    left: unset;
    height: 50px;
    border-radius: 50px;
    margin: 0 0 10px;
    border: none;
    display: inline-flex;
    position: relative
}

.widget-most-views-grid-cart:hover {
    border-width: 2px 2px 2px 2px;
    background-color: var(--c-1602726730789, #f28b00);
    color: #fff
}

.view-list .widget-most-views-grid-cart {
    display: inline-flex
}

.view-grid.even .repeater-item:nth-of-type(even) .widget-most-views-grid-cart {
    display: inline-flex
}

.view-list.even .repeater-item:nth-of-type(even) .widget-most-views-grid-cart {
    display: inline-flex
}

.viewmore {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: var(--c-1593747925171, #288ad6);
    border: 1px solid #eee;
    background-color: transparent;
    text-align: center;
    border-radius: 3px;
    margin: 10px auto 20px;
    width: 240px;
}

.viewmore:hover {
    background: var(--c-1593747925171, #288ad6);
    border-color: var(--c-1593747925171, #288ad6);
    color: #fff;
    text-decoration: none;
}

.viewmore:after:not(.loading) {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid var(--c-1593747925171, #288ad6);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.viewmore:hover:after {
    border-top: 6px solid #fff;
}

.viewmore.loading {
    padding-top: 10px;
}

.cslder {
	display: block;
	text-align: center;
	height: 20px;
	position: relative;
	clear: both;
}

.cslder .cswrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.csdot {
	width: 5px;
	height: 5px;
	border: 1px solid var(--c-1593747925171, #288ad6);
	background: var(--c-1593747925171, #288ad6);
	border-radius: 50%;
	float: left;
	margin: 0 2px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-animation: fx 1000ms ease infinite 0ms;
	animation: fx 1000ms ease infinite 0ms
}

.csdot:nth-child(2) {
	-webkit-animation: fx 1000ms ease infinite 300ms;
	animation: fx 1000ms ease infinite 300ms
}

.csdot:nth-child(3) {
	-webkit-animation: fx 1000ms ease infinite 600ms;
	animation: fx 1000ms ease infinite 600ms
}

.viewmore.loading:after, .viewmore.loading:hover {
    background-color: #fff;
}

@-webkit-keyframes fx {
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fx {
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
