/*
Theme Name: HALEDCO v3
Theme URI: http://phamnhatthang.com
Author: Pham Nhat Thang
Author URI: http://phamnhatthang.com
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
	font-size: 1rem;
}
#wpadminbar {
	position: fixed !important;
}
.row-small {
	margin-left: -0.5rem !important;
	margin-right: -0.5rem !important;
}
.col-small {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
@media (max-width: 767.98px) {
	.row {
		margin-left: -8px;
		margin-right: -8px;
	}
	[class^="col-"] {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 0.975rem;
	color: #333;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
	color: #505CFD;
}
a:focus {
    text-decoration: none;
}
b, strong {
	font-weight: 700;
}
.display-4 {
    font-size: 2.5rem;
}
h1, .h1 {
	font-size: 2rem;
}
h2, .h2 {
	font-size: 1.8rem;
}
h3, .h3 {
    font-size: 1.5rem;
}
h4, .h4 {
    font-size: 1.2rem;
}
h5, .h5 {
    font-size: 1rem;
}
.mxh-16 {
    max-height: 16rem;
}
.mih-16 {
    min-height: 16rem;  
}
.ob-cover {
    object-fit: cover;
}
small, .small {
	font-size: 87.5%;
}
.font-family-secondary {
	font-family: 'Montserrat', sans-serif;
}
.font-size-inherit {
	font-size: inherit !important;
}
.font-weight-medium {
	font-weight: 500 !important;
}
.font-weight-semibold {
	font-weight: 600 !important;
}
.font-weight-extrabold {
	font-weight: 800 !important;
}
.text-primary {
	color: #505CFD !important;
}
a.text-primary:hover {
	color: #FFBA00 !important;
}
.text-primary > a:hover {
	color: #FFBA00 !important;
}
.text-secondary {
	color: #FFBA00 !important;
}
a.text-secondary:hover {
	color: #505CFD !important;
}
.text-white.bg-primary > a:hover,
.text-white.bg-primary > a:focus,
.text-white.bg-secondary > a:hover,
.text-white.bg-secondary > a:focus {
	color: #FFF;
}
.bg-cover {
	background-color: #D7D7D7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg-primary {
	background-color: #505CFD !important;
}
a.bg-primary:hover {
	background-color: #FFBA00 !important;
}
.bg-secondary {
	background-color: #FFBA00 !important;
}
.bg-light {
	background-color: #F3F3F3 !important;
}
.bg-white {
	background-color: #FFF !important;
}
a.bg-white:hover {
	color: #FFF !important;
	background-color: #505CFD !important;
}
a.bg-white:hover .btn-primary {
	border-color: #FFF;
}
.bg-gradient-primary {
	background-color: rgba(7, 7, 101, 0.6);
}
.bg-gradient-dark {
	background-color: rgba(0, 0, 0, 0.6);
}
.border-primary {
	border-color: #505CFD !important;
}
.border-secondary {
	border-color: #FFBA00 !important;
}
.border-light {
    border-color: #dee2e6 !important;
}
.border-product {
    border-width: 0.2px !important;
}
.box-shadow {
	box-shadow: 0 0 1rem -0.25rem rgba(0, 0, 0, 0.4);
}
.black-white {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.lh-inherit {
	line-height: inherit;
}
.lh-1 {
	line-height: 1;
}
.lh-12 {
	line-height: 1.2;
}
.mh-2 {
	min-height: 20rem;
}
.mh-3 {
	min-height: 30rem;
}
.svg {
	height: 0.9375rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 575.98px) {
	.display-4 {
		font-size: 1.5rem !important;
	}
	.mh-2 {
		min-height: 15rem;
	}
	.mh-3 {
		min-height: 20rem;
	}
    .display-5 {
		font-size: 2rem !important;
	}
    h1, .h1 {
    	font-size: 1.2rem;
    }
    h2, .h2 {
        font-size: 1rem;
    }
    h4, .h4, h3, .h3 {
        font-size: 1rem;
    }
    .font-size-body {
        font-size: 13px;
    }
    .choose-icon {
        max-height: 50px;
        width: auto;
    }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder { 
	color: #aaa;
}
.form-control::-moz-placeholder {
	color: #aaa;
}
.form-control:-ms-input-placeholder { 
	color: #aaa;
}
.form-control:-moz-placeholder { 
	color: #aaa;
}
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-group {
	margin-bottom: 1.5rem;
}
.required {
	color: #F00;
}
select,
.input-text,
.form-control,
.custom-select,
.btn,
.button {
	font-size: 1rem;
	color: inherit;
	background-color: #FFF;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	box-shadow: none !important;
	line-height: 1.5;
	padding: 0.375rem 1rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
select:focus,.input-text:focus,.custom-select:focus,.form-control:focus,.form-control:focus + .input-group-btn .btn {
	border-color: #505CFD;
}
select,.custom-select {
	background: #FFF url(images/arrow-down-black.png) no-repeat right 0.5rem center;
	-webkit-background-size: 8px 4px;
	-moz-background-size: 8px 4px;
	background-size: 8px 4px;
	padding: 0.375rem 1.5rem 0.375rem 0.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-control-sm {
	font-size: 0.875rem;
	padding: 0.25rem 1rem 0.25rem 0.5rem;
}
.btn,.button {
	font-family: 'Montserrat';
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.125rem;
	border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
	display: inline-block;
	padding: 0.5rem 1.2rem;
}	
.btn-sm,.btn-lg {
	font-size: 0.7125rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.btn-primary,.btn-primary:not(:disabled):not(.disabled):active:focus,.button.alt {
	color: #FFF !important;
	background-color: #505CFD;
	border-color: #505CFD;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled):active,.button.alt:hover,.button.alt:focus {
	background-color: #FFBA00;
	border-color: #FFBA00;
}
.btn-outline-primary,.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #505CFD;
	background-color: #FFF;
	border-color: #505CFD;
}
.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #000;
	border-color: #000;
}
.btn-secondary,.btn-secondary:not(:disabled):not(.disabled):active:focus,.button {
	color: #FFF !important;
	background-color: #FFBA00;
	border-color: #FFBA00;
}
.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:not(:disabled):not(.disabled):active,.button:hover,.button:focus {
	background-color: #505CFD;
	border-color: #505CFD;
}
.btn-outline-white,.btn-outline-white:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
}
.btn-outline-white:hover,.btn-outline-white:focus,.btn-outline-white:not(:disabled):not(.disabled):active {
	color: #505CFD;
	background-color: #FFF;
	border-color: #FFF;
}
@media (max-width: 575.98px){
    .btn-lg {
    	font-size: 0.7125rem;
        letter-spacing: 0;
    }
    .btn-sm {
        letter-spacing: 0;
    }
}
/*--------------------------------------------------------------
# Tab
--------------------------------------------------------------*/
.nav-tabs .nav-link {
	border: 0;
	border-bottom: 3px solid transparent;
}
.nav-tabs .nav-link.active {
	color: #505CFD;
	border-bottom-color: #505CFD;
}

/*--------------------------------------------------------------
# Pill
--------------------------------------------------------------*/
.nav-pills .nav-link {
	font-size: 1rem;
	font-weight: 700;
	color: #505CFD;
	border-radius: 1.5rem;
}
.nav-pills .nav-link:hover {
	color: #FFBA00;
}
.nav-pills .nav-link.active {
	color: #FFF;
	background-color: #FFBA00;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	font-size: 0.875rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #666;
	background: transparent;
	padding: 0;
	margin: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-size: 0.75rem;
	font-weight: 900;
	color: #666;
}
.breadcrumb-item.active {
	color: #505CFD;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.woocommerce-pagination {	
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
.nav-pagination {	
	margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}
.woocommerce-pagination ul,
.pagination {
	list-style: none;
	display: inline-block;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
}
.woocommerce-pagination li,
.pagination li {
	margin: 0.375rem;
	float:left;
}
.woocommerce-pagination li a,
.woocommerce-pagination li span,
.pagination li a {
	color: #666;
	background: transparent;
	border: 1px solid #666; 
    border-radius: 50% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.125rem;
	height: 2.125rem;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    color: #fff;
    background: #505CFD;
	border-color: #505CFD;
}
.pagination .page-link:hover .svg,
.pagination .page-item.active .page-link .svg {
	fill: #FFF;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
    min-height: calc(100vh - 3.75rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-content {
    border-radius: 0;
}
.modal-header {
    justify-content: center;
    border-bottom: 0;
}
.modal-title {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.modal-title:after {
    content: ' ';
    background: #333;
    width: 50px;
    height: 2px;
    margin-top: 0.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.modal-body {
    padding: 1rem;
}
.modal-footer {
    background-color: #e0e0e0;
    justify-content: center;
}
.modal-close {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
}
.modal-close svg {
	fill: #777;
	height: 1.5rem;
	transition: all 0.3s ease 0s;
}
.modal-close:hover svg {
	fill: #333;
}
.modal-backdrop.show {
	opacity: 0.7;
}

/*--------------------------------------------------------------
# Tooltip
--------------------------------------------------------------*/
.tooltip-inner {
	text-align: left;
}
.tooltip-inner ul {
	padding-left: 1rem;
}

/*--------------------------------------------------------------
# Badge
--------------------------------------------------------------*/
.badge {
	font-size: 80%;
	font-weight: 400;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-logo img {
	height: 100%;
    max-width: 96px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.site-header.scroll .site-logo img {
	height: 5rem;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.site {
	padding-top: 96px;
}
.admin-bar .site-header {
	top: 46px;
}
@media (min-width: 783px) {
	.admin-bar .site-header {
		top: 32px;
	}
}

/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.site-nav .menu {
	display: flex;
}
.site-nav .menu > li {
	margin-right: 3rem;
	position: relative;
	z-index: 10;
}
.site-nav .menu > li:hover {
	z-index: 11;
}
.site-nav .menu > li > a {
	font-weight: 800;
	text-transform: uppercase;
	color: #666;
	border-top: 0.3125rem solid transparent;
	border-bottom: 0.3125rem solid transparent;
	display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.site-nav .menu > li:hover > a {
	color: #505CFD;
}
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current-menu-parent > a {
	color: #505CFD;
	border-bottom-color: #505CFD;
}
.site-nav > .menu > li.menu-item-has-children > .sub-menu {
	background: #fff;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
	min-width: 26rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
}
.site-nav > .menu > li.item-product.menu-item-has-children > .sub-menu {
    left: calc(50% - 13rem);
}
.site-nav li:hover > .sub-menu {
	display: block;
}
.site-nav > .menu > li.menu-item-has-children > .sub-menu > li {
	position: relative;
    float: left;
    width: 50%;
    border-bottom: 1px dotted #ccc;
}
.site-nav > .menu > li.menu-item-has-children > .sub-menu > li:nth-child(2n+1){
    border-right: 1px dotted #ccc;
}
.site-nav .sub-menu > li > a {
	white-space: nowrap;
	display: block;
	padding: 0.6rem 1rem;
    color: inherit;
}
.site-nav .sub-menu > li > a:hover {
	color: #FFF;
	background-color: #505CFD;
}
.site-nav > .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
	top: 0;
	left: 100%;
    position: absolute;
    z-index: 110;
    background: #505CFD;
    width: auto;
    min-width: 13rem;
}
.site-nav > .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.site-nav > .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a:hover {
    background: #FFBA00;
}
.site-header.scroll .site-nav .menu > li > a {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
    /*
	.site-nav .menu > li:hover:before {
		content: ' ';
		display: block;
		min-width: 26rem;
		height: 2.5rem;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}*/
	.site-nav .sub-menu {
		display: none !important;
	}
	.site-nav li:hover > .sub-menu {
		display: block !important;
	}
}
@media (max-width: 1199.98px) {
	.site-nav .menu > li {
		margin-right: 2rem;
	}
    .site-nav > .menu > li.item-product.menu-item-has-children > .sub-menu {
        left: calc(50% - 16rem);
    }
}
@media (max-width: 992px) {
    .site-nav > .menu > li.item-product.menu-item-has-children > .sub-menu {
        left: calc(50% - 22rem);
    }
}
@media (max-width: 991.98px) {
	.site-nav-toggler,
	.site-search-toggler {
		font-size: 2rem;
	}
	.site-nav {
		background: #FFF;
		overflow-y: auto;
		width: 20rem;
		height: 100%;
		position: fixed;
		z-index: 1002;
		left: -20rem;
		bottom: 0;
		transition: all 0.3s ease 0s;
	}
	body.open-site-nav .site-nav {
		left: 0;
	}
	.site-overlay {
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
	}
    .site-nav > .menu > li.menu-item-has-children > .sub-menu {
        padding-left: 1rem;
        padding-right: 1rem;
        min-width: 100%;
    }
    .site-nav > .menu > li.menu-item-has-children > .sub-menu > li {
        float: none;
        width: 100%;
        border: none;
    }
    .site-nav > .menu > li.menu-item-has-children > .sub-menu > li:nth-child(2n+1) {
        border: none;
    }
    .site-nav > .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a:hover {
        background: transparent;
    }
    .site-nav > .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
        position: relative;
        background: transparent;
    }
    .site-nav > .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li {
        color: #333;
    }
	.site-nav .menu {
		display: block;
	}
	.site-nav .menu li {
		border-bottom: 1px solid #DEE2E6;
		padding: 0.5rem 1rem;
		margin-right: 0;
	}
	.site-nav .sub-menu li:last-child {
		border-bottom: 0;
	} 
	.site-nav .menu li a {
		border: 0;
		white-space: normal;
		display: inline;
		padding: 0;
	}
	.site-nav .menu > li:hover > a,
	.site-nav .menu > li.current-menu-item > a,
	.site-nav .menu > li.current-menu-parent > a {
		color: #505CFD;
	}
	.site-nav li.menu-item-has-children {
		position: relative;
		padding-right: 1.5rem;
	}
	.site-nav li.menu-item-has-children:before {
		content: '\f078';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		color: #AAA;
		cursor: pointer;
		position: absolute;
		top: 0.5rem;
		right: 1rem;
	}
	.site-nav li.menu-item-has-children.active:before {
		content: '\f077';
	}
	.site-nav li.menu-item-has-children:hover:before {
		color: #212529;
	}
	.site-nav .sub-menu {
		box-shadow: none !important;
		clear: both;
		display: none;
		padding: 0;
		position: relative !important;
		top: 0;
		left: 0 !important;
	}
	.site-nav li:hover .sub-menu {
		display: none;
	}
	.site-nav .sub-menu > li  {
		border: 0 !important;
	}
	.site-nav .sub-menu > li > a:hover {
		color: #505CFD;
		background-color: transparent;
	}
}

/*--------------------------------------------------------------
# Site search
--------------------------------------------------------------*/
.site-search-toggler {
	padding-top: 2rem;
	padding-bottom: 2rem;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.site-header.scroll .site-search-toggler {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*--------------------------------------------------------------
# Slick slider
--------------------------------------------------------------*/
.slick-slider .slick-arrow {
	font-size: 1rem;
	color: #505CFD;
	background-color: transparent;
	border: 0.1rem solid #505CFD;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
.slick-slider .slick-arrow:hover {
	color: #FFF;
	background-color: #505CFD;
	border-color: #505CFD;
}
.slick-slider .slick-prev {
	left: -4rem;
}
.slick-slider .slick-next {
	right: -4rem;
}
.slick-slider .slick-dots {
	list-style: none;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-top: 1rem;
	margin-bottom: 0;
}
.slick-slider .slick-dots li {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.slick-slider .slick-dots button {
	font-size: 0;
	color: transparent;
	background-color: transparent;
	border: 1px solid #666;
	border-radius: 50%;
	width: 0.75rem;
	height: 0.75rem;
	padding: 0;
}
.slick-slider .slick-dots button:hover,
.slick-slider .slick-dots li.slick-active button {
	background-color: #505CFD;
	border-color: #505CFD;
}
.slick-slider .slick-list {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.slick-slider .slick-slide {
    padding-left: 0.5rem;
    padding-right: 0.5rem;    
}
.products-slider.slick-slider .slick-slide,
.bestselling-products-slider.slick-slider .slick-slide {
    padding-left: 0;
    padding-right: 0;
}
.products-slider.slick-slider .slick-list,
.bestselling-products-slider.slick-slider .slick-list {
    margin-left: 0;
	margin-right: 0;
}
.bestselling-products-slider,
.products-slider {
    border-left: 0.2px solid #dee2e6;
    border-right: 0.2px solid #dee2e6;
    border-top: 0.2px solid #dee2e6;
}
.bestselling-products-slider .border-product,
.products-slider .border-product {
    border-top: 0 !important;
}
.border-product {
    border-left: 0 !important;
}
.row-archive-product {
    border-left: 0.2px solid #dee2e6;
    border-top: 0.2px solid #dee2e6;
}
.row-archive-product .border-product {
    border-bottom: 0.2px solid #dee2e6 !important;
    border-top: 0 !important;
}
.col-archive-product {
    padding-bottom: 10px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.col-archive-product:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 12px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.12);
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.col-archive-product .image-product {
    margin-top: 10px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.col-archive-product .image-product:hover {
    margin-top: 0;
    margin-bottom: 10px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
@media (max-width: 767.98px) {
	.slick-slider .slick-list {
		margin-left: -8px;
		margin-right: -8px;
	}
	.slick-slider .slick-slide {
		padding-left: 8px;
		padding-right: 8px;
	}
    .products-slider.slick-slider .slick-slide,
    .bestselling-products-slider.slick-slider .slick-slide {
        padding-left: 0;
        padding-right: 0;
    }
    .products-slider,
    .bestselling-products-slider {
        margin-bottom: 50px;
    }
    .products-slider.slick-slider  .slick-dots,
    .bestselling-products-slider.slick-slider  .slick-dots {
        position: absolute;
        text-align: center;
        width: 100%;
    }
    .slick-slider .slick-dots {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.img-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.site-slider .swiper-pagination-bullets {
	width: auto;
	position: absolute;
	bottom: 1.5rem;
	left: auto;
	right: 5%;
}
.site-slider .swiper-pagination-bullet {
	font-family: 'Montserrat';
	font-size: inherit;
	font-weight: 700;
	color: #999;
	background: #FFF;
	border-color: #FFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	opacity: 1;
}
.site-slider .swiper-pagination-bullet:hover,
.site-slider .swiper-pagination-bullet-active {
	color: #FFF;
	background: #505CFD;
	border-color: #505CFD;
}
.site-slider .swiper-slide {
	min-height: calc(100vh - 154px);
}
.admin-bar .site-slider .swiper-slide {
	min-height: calc(100vh - 150px);
}
@media (min-width: 783px) {
	.site-slider .swiper-slide {
		min-height: calc(100vh - 104px);
	}
	.admin-bar .site-slider .swiper-slide {
		min-height: calc(100vh - 136px);
	}
}

/*--------------------------------------------------------------
# tess slider
--------------------------------------------------------------*/
.tess-slider .slick-dots {
	margin-top: 0.5rem;
}
.tess-slider .slick-dots button {
	border-color: #FFF;
}
.tess-slider .slick-dots button:hover,
.tess-slider .slick-dots li.slick-active button {
	background-color: #FFBA00;
	border-color: #FFBA00;
}

/*--------------------------------------------------------------
# swiper product
--------------------------------------------------------------*/
.product-thumbs .swiper-slide a,
.product-video-thumbs .swiper-slide a {
    border: 2px solid #dee2e6;
    padding: 0.25rem;
}
.product-thumbs .swiper-slide-thumb-active a,
.product-video-thumbs .swiper-slide-thumb-active a {
    border-color: #505CFD;
}

/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.widget .menu {
	display: flex;
	flex-wrap: wrap;
}
.widget .menu li {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}
.widget .menu li a {
	font-size: 85%;
	color: #505CFD;
	border: 1px solid #E5E5E5;
	display: block;
	padding: 0.25rem 1rem;
}
.widget .menu li a:hover {
	color: #FFF;
	background: #505CFD;
	border-color: #505CFD;
}
.widget_calendar table {
	width: 100%;
	position: relative;
}
.widget_calendar table caption {
	font-size: 85%;
	color: #FFF;
	background-color: #FFBA00;
	text-align: center;
	caption-side: top;
	margin-bottom: 0.5rem;
}
.widget_calendar table tr {
	display: flex;
}
.widget_calendar table thead th,
.widget_calendar table tbody td {
	font-size: 85%;
	border: 1px solid #E5E5E5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	margin: 0.25rem;
}
.widget_calendar table thead th {
	background: #F3F3F3;
}
.widget_calendar table tbody .pad {
	visibility: hidden;
}
.widget_calendar tfoot {
	display: none;
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content {
	text-align: justify;
    line-height: 25px;
}
.entry-content a {
    color: #505CFD;
    text-decoration: underline;
    margin: 0 10px;
}
.entry-content a:hover {
    color: #FFBA00;
}
.entry-content cite {
    font-style: normal
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
    font-size: inherit;
    font-weight: 700;
    margin-bottom: 1rem;
}
.entry-content h2 {
	font-size: 14pt;
	color: #505CFD;
}
.entry-content h3 {
	color: #FFBA00;
}
.entry-content ul,
.entry-content ol {
	padding-left: 1.125rem;
}
.entry-content ul li,
.entry-content ol li {
	margin-bottom: 0.5rem;
}
.entry-content table {
	table-layout: fixed;
	background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}
.entry-content table th,
.entry-content table td {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    width: 50%;
}
.entry-content table th {
    font-weight: 600;
    text-transform: uppercase
}
.entry-content table thead th {
	border-bottom: 2px solid #dee2e6;
	padding: 0.75rem;
}
.entry-content img.centered,
.entry-content .aligncenter {
    display: block;
    margin: 0 auto 1em
}
.entry-content img.alignnone {
    margin-bottom: 1em
}
.entry-content .alignleft {
    float: left;
    text-align: left
}
.entry-content .alignright {
    float: right;
    text-align: right
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin: 0 1em 1em 0
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin: 0 0 1em 1em
}
.entry-content .wp-caption {
    max-width: 100%
}
.entry-content .wp-caption-text {
    font-weight: 400;
    text-align: center;
    color: #999;
    padding: 0.75rem;
}
.entry-content blockquote {
	font-size: 14pt;
	font-style: italic;
	color: #505CFD;
	display: flex;
}
.entry-content blockquote:before {
	content: '\f10d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1.5rem;
}
.list-share li a {
	font-size: 0.875rem;
	font-weight: 600;
	color: #FFF;
	background: #3B5998;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.125rem 0.5rem;
}
.list-share li a:hover {
	opacity: 0.7;
}
.list-share li.twitter a {
	background: #55ACEE;
}
.list-share li.google a {
	background: #E02F2F;
}
.list-share li.linkedin a {
	background: #007BB5;
}
.term-description,
.product .excerpt {
	position: relative;
    overflow: hidden;
}
.term-description[data-readmore], .product .excerpt[data-readmore] {
    transition: height 150ms;
}
.term-description + div a {
	text-decoration: none;
}
@media (max-width: 575.98px){
    .mini-icon-mobile {
        max-height: 65px;
    }
    .entry-content iframe {
        height: 190px !important;
    }
    .entry-content table {
        width: 100% !important;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        height: auto !important;
    }
    #modal-product .entry-content table td {
        padding: 0.25rem 0.5rem;
    }
}

/*--------------------------------------------------------------
# single product
--------------------------------------------------------------*/
.product .product-images .slick-list {
	margin: 0;
}
.product .product-images .slick-slide {
	padding: 0;
}
.product .product-thumbs .slick-list {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.product .product-thumbs .slick-slide {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.product .product-thumbs a:hover,
.product .product-thumbs .slick-slide.slick-current a {
	border-color: #FFBA00 !important;
}
.product .product-thumbs .slick-arrow {
	font-size: 0.75rem;
	color: #FFF;
	background-color: #505CFD;
	border-width: 1px;
	width: 1.5rem;
	height: 1.5rem;
}
.product .product-thumbs .slick-prev {
	left: 0;
}
.product .product-thumbs .slick-next {
	right: 0;
}
.product .excerpt table th,
.product .excerpt table td {
	font-size: 1rem;
	padding: 0.25rem 0.5rem;
}
.product .excerpt table td {
    width: 50%;
}
.product .excerpt table td:first-child,
#modal-product #tab-excerpt table td:first-child {
	font-weight: 700;
}
.product .promotion ul {
	list-style: none;
	padding-left: 0;
}
.product .promotion ul li {
	display: flex;
}
.product .promotion ul li:before {
	content: ' ';
	background-color: #505CFD;
	border-radius: 50%;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 0.75rem;
	height: 0.75rem;
	margin-top: 0.375rem;
	margin-right: 0.5rem;
}

@media (min-width: 768px) {
	.module-related-products .col-archive-product {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
}
@media (max-width: 767.98px){
    .button-mobile > a {
        font-size: 1rem;
    }
    #modal-product .modal-body {
        padding-top: 0;
    }
    #modal-product .modal-close {
        background: #f1f1f1;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
    }
    .modal-product-tab {
        overflow-x: auto;
        overflow-y: hidden;
    }
}
@media (max-width:575px){
    .single-suffix .col-suffix:nth-child(1),
    .single-suffix .col-suffix:nth-child(2),
    .single-suffix .col-suffix:nth-child(3){
        max-width: 33.333333%;
    }
    .product .excerpt table {
        width: 100% !important;
    }
    .single-suffix img {
        max-height: 60px;
        width: auto;
    }
}

.sitemap-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.sitemap-nav .menu > li {
	margin-bottom: 1.5rem;
}
.sitemap-nav .menu > li > a {
	font-weight: 700;
	display: inline-block;
	margin-bottom: 0.25rem;
}
.sitemap-nav .sub-menu a {
	color: #505CFD;
	display: inline-block;
	margin-bottom: 0.25rem;
}
.sitemap-nav a:hover {
	color: #FFBA00;
}
.col-archive-product h2 a {
    display: block;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    width: 100%;
}
.col-archive-product h3 a,
.col-archive-product h2 a {
    display: block;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    width: 100%;
    min-height: 44px;
}
.col-archive-product p {
    display: block;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    width: 100%;
}
/*--------------------------------------------------------------
# site footer
--------------------------------------------------------------*/
.site-footer a:hover {
	color: #FFBA00;
}
.site-footer .menu li {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0.75rem;
    position: relative;
}
.site-footer .menu li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 4px;
    height: 4px;
    background: #ffffff;
    top: 8px;
    border-radius: 50%;
}
.site-footer .menu li a {
    color: #ffffff;
}
@media (max-width: 767.98px) {
    .site-footer .info-title {
        font-size: 0.8125rem;
    }
}
/*--------------------------------------------------------------
# scroll top
--------------------------------------------------------------*/
.scroll-top,
.scroll-top:focus {
	font-size: 1.25rem;
    color: #FFF;
    background: #ED7922;
    text-align: center;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    display: none;
    position: fixed;
    bottom: 14rem;
    right: 3.75rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}
.scroll-top:hover {
    color: #FFF;
    background: #FFBA00;
}

/*--------------------------------------------------------------
# floating hotline
--------------------------------------------------------------*/
 .floating-hotline {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;
	background-color: transparent;
	cursor: pointer;
	z-index: 999;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
	left: 2.5rem;
	bottom: 3rem;
}
.floating-hotline-circles {
	display: block;
	position: relative;
}
.floating-hotline-circle-small {
	background: #FFBA00 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==") no-repeat center center;
	background-size: 2rem 2rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: block;
	width: 3rem;
	height: 3rem;
	-webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.floating-hotline-circle-medium {
	width: 4rem;
	height: 4rem;
	top: -0.5rem;
	left: -0.5rem;
	position: absolute;
	background-color: rgba(255, 186, 0, 1);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: 0.8;
	-webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.floating-hotline-circle-large {
	width: 6rem;
	height: 6rem;
	top: -1.5rem;
	left: -1.5rem;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid #FFBA00;
	opacity: 0.8;
	-webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
@-moz-keyframes coccoc-alo-circle-anim {
	0% {
		-moz-transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1;
		-moz-opacity: .1;
		-webkit-opacity: .1;
		-o-opacity: .1
	}
	30% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5;
		-moz-opacity: .5;
		-webkit-opacity: .5;
		-o-opacity: .5
	}
	100% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
		opacity: .6;
		-moz-opacity: .6;
		-webkit-opacity: .6;
		-o-opacity: .1
	}
}
@-webkit-keyframes coccoc-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		-webkit-opacity: .1
	}
	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		-webkit-opacity: .5
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: .1
	}
}
@-o-keyframes coccoc-alo-circle-anim {
	0% {
		-o-transform: rotate(0) kscale(.5) skew(1deg);
		-o-opacity: .1
	}
	30% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		-o-opacity: .5
	}
	100% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		-o-opacity: .1
	}
}
@keyframes coccoc-alo-circle-anim {
	0% {
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}
	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}
@-moz-keyframes coccoc-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}
@-webkit-keyframes coccoc-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}
@-o-keyframes coccoc-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}
@keyframes coccoc-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}
@-moz-keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}
}
@-o-keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}
}
@keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}
}
.copyright-f {margin-top: 10px;}
.social-f {margin-left: -25px;}
.dev-f {margin-top: -10px;margin-left: 15px;padding-left: 25px;}
@media (max-width: 768px) {
	.copyright-f {margin-top: 0;}
	.social-f {margin-left: 0;}
	.dev-f {margin-top: 0;margin-left: 0;padding-left: 10px;}
}
.w-100{
    width:100%;
}
ul.list-unstyled.d-flex.mb-0.ml-auto{
    float:right;
}
section.py-5 .align-items-center a.btn.btn-primary{
    position: relative;
}
div#catalogs .mr-2{
    font-size: 14px;
    font-weight: 600; 
}
.mobile.sidebar{
    display:none;
}
.mobile.sidebar li a{
   font-size: 14px;
  font-weight: 600; 
}
@media (max-width: 767.98px){
   .mobile.sidebar{
     display:block;
     margin-bottom: 20px;
    }
    .none-mobile{
        display:none;
    }
    .tax-product_cat .archive-catalogs {
        display: none !important;
    }
    .tax-product_cat.paged .catalog-child {
        _display: none !important;
    }
}
#recent{
    width:100%;
}
#recent ul .col-archive-product{
    float:left;
}
#secondary .bg-white.mb-5.sticky.none-mobile.bg-light{
    position: inherit !important;
}