*:focus {
	outline: none;
}

.pro-content {
	overflow: hidden;
	padding-top: 0;
}

.select2-container--default .select2-selection--single {
	height: calc(1.5em + 0.75rem + 2px) !important;
	padding: 0.150rem 0rem !important;
	border: 1px solid #ced4da !important;
	border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 2px !important;
}

.checkout-left {
	padding: 1rem;
	background-color: #fff;
	border: 2px solid #dee2e6;
}

.radio-address {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	transition: all ease .5s;
	z-index: 10;
	cursor: pointer;
}

input[name="radio_address"]+.radio-address {
	border: 1px solid rgba(0, 0, 0, 0.125);
}

input[name="radio_address"]:checked+.radio-address {
	border-color: #a3a3a3;
	box-shadow: 0px 0px 0px 2px #a3a3a3;
}

input[name="radio_address"] {
	display: none;
}

.slider-for img {
	object-fit: cover;
	border-radius: 8px;
}

.product-page .pro-options .attributes {
    display: unset;
}

.product article .content .title {
	display: unset;
}

.right-menu-categories {
	border: 1px solid #dee2e6;
	padding: 5px 0;
}
td.item-detail-left {
	justify-content: flex-start !important;
}

.hideProductsDescriptionContent {
    overflow: hidden;
    line-height: 1em;
    height: 7em;
}

.showProductsDescriptionContent {
    line-height: 1em;
    height: auto;
}
.showProductsDescriptionContent {
    height: auto;
}

.product article .content {
	position: relative;
}
.product article .content .icon-liked {
	position: absolute;
    right: 14px;
    top: 26px;
    z-index: 9;
    font-size: 1.4em;
}
.icon-liked .icon {
	color: #ddd;
}
.icon-liked .icon.active {
	color: #f44336;
}
.licences img {
	height: 42px;
	margin: 12px;
}
.show-more a {
	font-family: "NunitoSans-ExtraBold", sans-serif;
	text-decoration: underline;
}
.float-whatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 100px;
	right: 34px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 100;
}
.float-whatsapp:hover {
	color: #fff;
	box-shadow: 0px 0px 12px #999;
}
.bottom-float-whatsapp {
	margin-top:16px;
}
.bottom-float-whatsapp:hover {
	color: #fff;
}

.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
	border-radius: 64px !important;
    padding: 6px !important;
}

.blog .post-title {
	font-size: 2em;
}

.about-paralax {
	position: relative;
	background-size:cover;
	background-repeat: no-repeat;
	width:100%;
	text-align: center;
	padding: 5em 0;
}

.rounded-lg {
	border-radius: 64px!important;
}

.btn-order {
    color: #fff;
    background-color: #006400;
    border-color: #006400;
}

.btn-order:hover {
    color: #fff;
    background-color: #044404;
    border-color: #044404;
}


nav[aria-label=breadcrumb] {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sticky-header .header-sticky-inner {
    z-index: 10;
}

.blog .blog-thumbnail .img-thumbnail {
    border-radius: 12px;
    height: 240px;
    object-fit: cover;
}
.blog .blog-thumbnail .over {
    border-radius: 12px;
}
.header-one .bg-top-bar {
    border: 0;
}
.header-one.header-sticky {
    position: sticky;
    top: 0;
    z-index: 999;
}
.header-one .header-maxi {
    padding: 10px 0;
    box-shadow: rgb(0 0 0 / 12%) 0px 2px 6px;
}
.header-one .header-maxi .search-field-module {
    background: rgb(248, 246, 242);
    border: 1px solid rgb(245, 245, 245);
    border-radius: 6px;
}
.header-one .header-maxi .search-field-module .search-field-wrap .btn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 45px;
    padding: 0;
    color: #828281;
}
.header-one .header-maxi .search-field-module .search-field-wrap {
    float: unset;
    width: 100%;
}
.header-one .header-maxi .search-field-module .search-field-wrap input {
    padding:0;
    padding-left: 45px;
    font-size: 14px;
    color: rgb(79, 79, 79);
    background: #f8f6f2;
}
.icon-menu {
    width: 25px;
    height: 25px;
    filter: opacity(0.5) drop-shadow(0 0 0 #828281);
}

.awesome-menu {
    height: 42px;
}
.awesome-menu .dropdown-toggle::after {
    content: unset;
}
.awesome-menu span.title-menu {
    display: block;
    margin: 0;
    line-height: 14px;
}
.dropdown.awesome-menu a.dropdown-toggle {
    line-height: 42px;
}
.dropdown.awesome-menu .dropdown-menu {
    margin-top: 12px;
    border: 0;
    padding: 18px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition:         all 0.4s  ease;
    -moz-transition:    all 0.4s  ease;
    -webkit-transition: all 0.4s  ease;
    -o-transition:      all 0.4s  ease;
    -ms-transition:     all 0.4s  ease;
}
.dropdown.awesome-menu:hover .dropdown-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}
.dropdown.awesome-menu {
    display: inline-block;
}

.dropdown.awesome-menu .dropdown-menu li a {
    padding: 8px 0;
    display: block;
    font-size: 14px;
}
 
.header-mobile .bg-top-bar {
    background-color: #c69c6d;
}
.header-mobile .header-mini .navbar-lang .select-control .form-control {
    color: #fff;
    border: none;
}
.header-one .header-mini .pro-header-options .dropdown .dropdown-menu {
    z-index: 9999;
}

@media only screen and (max-width: 600px) {
    .zoomImg {
        display:none !important;
    }
}

@media (max-width: 767px) {
    
    .btn-xs-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-xs-block,
    input[type="reset"].btn-xs-block,
    input[type="button"].btn-xs-block {
        width: 100%;
    }
    .btn-block + .btn-xs-block,
    .btn-xs-block + .btn-block,
    .btn-xs-block + .btn-xs-block {
        margin-top: 0.5rem;
    }
}
@media (max-width: 991px) {
    .header-one.header-sticky {
        display:none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    nav[aria-label=breadcrumb] {
        margin-top: 15px;
    }
    
    .btn-sm-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-sm-block,
    input[type="reset"].btn-sm-block,
    input[type="button"].btn-sm-block {
        width: 100%;
    }
    .btn-block + .btn-sm-block,
    .btn-sm-block + .btn-block,
    .btn-sm-block + .btn-sm-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-md-block,
    input[type="reset"].btn-md-block,
    input[type="button"].btn-md-block {
        width: 100%;
    }
    .btn-block + .btn-md-block,
    .btn-md-block + .btn-block,
    .btn-md-block + .btn-md-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 1200px) {
    .btn-lg-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-lg-block,
    input[type="reset"].btn-lg-block,
    input[type="button"].btn-lg-block {
        width: 100%;
    }
    .btn-block + .btn-lg-block,
    .btn-lg-block + .btn-block,
    .btn-lg-block + .btn-lg-block {
        margin-top: 0.5rem;
    }
}