p {
	margin-bottom: 15px;
}

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


/* Menú principal (Temporal) */
.cbp-hrmenu .cbp-column-title:not(.cbp-category-title) {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}
.cbp-horizontal .cbp-category-link-w:not(.cbp-submenu-link) a .fa-home {
    display: none;
}

#gdpr_consent {
    padding: 0 1rem;
}
#gdpr_consent span {
    display: inline-block;
}
@media (min-width:768px) {
    #header .header-top>.container {
        width: 1320px!important;
        padding: 0 30px;
    }
}


/*Botones texto oculto---Jose Chica*/

#featured-home .row .col.section-1 .content {
	background-position-x: center !important;
}
#featured-home .row .col.section-2 .content {
	background-position-x: center !important;
}

#featured-home .row .col.section-3 .content {
	background-position-x: center !important;
}

#featured-home .row .col.section-4 .content {
	background-position-x: center !important;
}

#featured-home .row .col.section-5 .content {
	background-position-x: center !important;
}

#featured-home .row .col.section-6 .content {
	background-position-x: center !important;
}

#featured-home .row .col .content {
	padding: 24px;
	border: 1px solid #505050;
	height: 350px !important;
	background-repeat: no-repeat;
	background-position-y: center !important;
	background-size: auto 150%;
	transition: all .4s linear;
}


#featured-home .row .col .content a {
	display: flex !important;
	height: 350px;
	margin: -24px;
	padding: 12px;
	align-items: center !important;
}



#boton1 {
	background-color: transparent;
	color: black;
	border: none;
	padding: 0;
}

#boton2 {
	background-color: transparent;
	color: black;
	border: none;
	padding: 0;
}

span.price-producto{
font-size: 30px !important;
color: #000 !important;
font-weight: 500 !important;
}

/* Producto */
.product-accessories .product-miniature {
	max-width: 250px;
}

/* Categoría */
#products .thumbnail-container .product-cover .product-add-to-cart form,
.featured-products .thumbnail-container .product-cover .product-add-to-cart form,
.product-accessories .thumbnail-container .product-cover .product-add-to-cart form,
.product-miniature .thumbnail-container .product-cover .product-add-to-cart form {
	float: none;
	display: block;
}
#products .thumbnail-container .product-cover .product-add-to-cart .btn-cart,
.featured-products .thumbnail-container .product-cover .product-add-to-cart .btn-cart,
.product-accessories .thumbnail-container .product-cover .product-add-to-cart .btn-cart,
.product-miniature .thumbnail-container .product-cover .product-add-to-cart .btn-cart {
	float: none;
	width: 100%;
}
.product-miniature .bootstrap-touchspin .input-group-btn-vertical {
	border: 1px solid rgba(0,0,0,0.25);
    border-left: 0;
    border-radius: 0 4px 4px 0;
}
.product-miniature .input-group-add-cart {
	display: flex;
    align-items: center;
	justify-content: center;
}
.product-miniature .btn-cart {
	flex-grow: 1;
}
.product-miniature a.btn-secondary.btn-cart {
	width: 100%;
    color: #fff!important;
    line-height: 40px;
}
.product-miniature .product-add-to-cart {
		position: absolute;
		bottom: 1rem;
		width: calc(100% - 0.75rem);
	}
.btn-dark.add-to-cart,
.btn-dark.btn-cart {
	background-color: #000;
    color: #fff;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 0;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
}
.btn-dark-light.btn-cart {
	width: 100%;
    background: #EFF0F0;
    color: #75787a!important;
    line-height: 30px;
    border-color: #EFF0F0;
	transition: background 400ms,color 400ms;
}
.btn-dark-light.btn-cart:hover {
	background: #75787a;
    color: #EFF0F0!important;
	transition: background 400ms,color 400ms;
}
.product-miniature .product-flags li.product-flag.discount {
	justify-self: flex-end;
	margin-left: auto;
	box-shadow:none;
}
.product-miniature .product-flags li.product-flag.out-of-stock {
    background: #EFF0F0;
    color: #75787a;
    font-weight: normal;
    box-shadow: none;
    border-radius: 0 4px 4px 0;
    margin-left: 1px;
}
@media (max-width: 767px){
	.product-miniature .product-add-to-cart {
		left: 0.25rem;
	}
	.product-miniature .product-add-to-cart a.btn-cart {
		color: #fff!important;
		display:flex;
		align-items:center;
		justify-content: center;
	}
	.product-miniature #spr_list .star_custom_size_list {
		padding-left:0;
		padding-right: 0;
	}
	.product-miniature .product-flags {
		left: initial!important;
		right: 0;
		text-align: right;
		width: 100%;
		top: 5px!important;
	}
	.product-miniature .product-flags li {
		float:right;
		margin-top:0;
	}

	#product .product-accessories-extra .product-miniature .thumbnail-container {
		padding-bottom: 0px!important;
	}
	#product .product-accessories-extra .product-miniature .product-description {
		margin-bottom: 2rem!important;
	}
	#product .product-accessories-extra .product-miniature .thumbnail-container .product-add-to-cart {
		width:100%!important;
		left: 0px!important;
	}
}
@media(min-width: 768px){
	.product-miniature .product-add-to-cart {
		bottom: 2rem;
		width: calc(100% - 2.5rem);
	}
}
@media (min-width: 1200px) {
#category .product-miniature {
		width: 25%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 1430px;
	}
}

/*Botón Whatsapp movil*/
#whatsapp-icon {
    display: none !important;
}

iframe#whatsapp-iframe{
	margin: auto 0 0;
	bottom: 0;
top: 335px;
}

@media screen and (max-width:767px){
	#product iframe#whatsapp-iframe{
	margin: auto 0 !important;
	bottom: -122px !important;
	z-index: 999 !important;
}

p.bcm_name {
	font-size: 8px !important;
}

.bcm_manufacturer a {
	padding: 0px 20px;
}

.elastislide-horizontal {
	padding: 0;
}
}

@media screen and (max-width:420px){
p.bcm_name{
	display: none !important;
}
}

.elastislide-carousel {
	height: 114px !important;
}

.bcm_manufacturer {
	border: none !important;
}

.products-sort-order #dropdown-menu-order-by {
    z-index: 1111 !important;
}

#back-to-top {
	z-index: 999 !important;
}

/** Whatsapp **/
@media only screen and (max-device-width: 575px) {
	.clientifywhatsapp-iframe {
		z-index: 6!important;
	}
}

/** Miniaturas **/
.product-miniature {
	margin: 0;
}
.product-miniature .thumbnail-container .product-cover .product-add-to-cart .btn-cart {
	color: #fff!important;
}
#category product-miniature .thumbnail-container .product-price-and-shipping {
	min-height: 31px;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
	padding: 0.75rem 0.5rem 45px 0.5rem;
    transition: border 400ms;
    height: 100%;
    border: 1px solid;
    border-color: var(--df-neutral-outline, #cbcccd);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word;
}
#products .thumbnail-container:hover, .featured-products .thumbnail-container:hover, .product-accessories .thumbnail-container:hover, .product-miniature .thumbnail-container:hover {
	border-color: #ff8e00;
    box-shadow: 0 0 0 1px #ff8e00;
}
#product .product-accessories-extra .product-miniature .thumbnail-container {
	position: relative;
	padding-bottom: 50px;
}
#product .product-accessories-extra .product-miniature .thumbnail-container .product-cover {
	margin-bottom:0;
	bottom: 0px;
	width: 100%;
}
#product .product-accessories-extra .product-miniature .thumbnail-container .product-add-to-cart {
	width: calc(100% - 1rem);
	bottom: 1rem;
}
@media (max-width: 767px) {
	#products .product-price-and-shipping .discount-product, 
	.featured-products .product-price-and-shipping .discount-product, 
	.product-accessories .product-price-and-shipping .discount-product, 
	.product-miniature .product-price-and-shipping .discount-product {
	    margin-top: -207px!important;
		margin-left: -16px!important;
		font-size: 12px;
		display:none!important;
	}

	.featured-products .thumbnail-container, 
	.product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
		padding:0px;
	}
	#product .thumbnail-container {
		padding:0.5rem;
	}

	#products .products .product-miniature, 
	.featured-products .products .product-miniature, 
	.product-accessories .products .product-miniature {
		padding: 4px;
	}

	#products .products .product-miniature .thumbnail-container .product-cover .product-add-to-cart, .featured-products .products .product-miniature .thumbnail-container .product-cover .product-add-to-cart, .product-accessories .products .product-miniature .thumbnail-container .product-cover .product-add-to-cart {
		margin-left: -30px;
	}
}

#products .product-price-and-shipping .discount-product, 
.featured-products .product-price-and-shipping .discount-product, 
.product-accessories .product-price-and-shipping .discount-product, 
.product-miniature .product-price-and-shipping .discount-product {
	position: absolute;
    margin-left: 115%;
    margin-top: -340%;
    font-weight: bold;
    background-color: var(--df-card-flag-discount-background, var(--df-accent-tertiary, #323334));
    color: var(--df-card-flag-discount-color, var(--df-accent-on-tertiary, #fafafa));
    border-radius: 4px 0px 0px 4px;
	display:none;
}
#index .featured-products .products .product-miniature .product-cover,
#products .thumbnail-container .product-cover,
.featured-products .thumbnail-container .product-cover,
.product-accessories .thumbnail-container .product-cover,
.product-miniature .thumbnail-container .product-cover {
	top: auto;
    bottom: -5px;
    height: auto;
    border: none;
    width: calc(100% - 60px);
    left: 29px;
    background: transparent;
}
#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
	height: auto;
}
#product #spr_list {
	margin-top: -1.25rem;
	margin-bottom: 2rem;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
	padding: 0 12px;
}
body[id^=module-thecheckout-order] #wrapper {
	box-shadow: none;
}
body[id^=module-thecheckout-order] .footer-container {
	padding-top: 0;
}

#product .product-accessories-extra .delivery-time {
	min-height: 62px!important;
}

@media(max-width: 767px) {
	#products .thumbnail-container .product-cover, .featured-products .thumbnail-container .product-cover, .product-accessories .thumbnail-container .product-cover, .product-miniature .thumbnail-container .product-cover {
		bottom: -20px;
	}
	#products .products .product-miniature .thumbnail-container .product-cover, .featured-products .products .product-miniature .thumbnail-container .product-cover, .product-accessories .products .product-miniature .thumbnail-container .product-cover {
		height: auto;
	}
	body[id^=module-thecheckout-order] #wrapper  #content {
		border: 1px solid rgba(0,0,0,.125);
		border-radius: 10px;
		box-shadow: 1px 1px 6px rgb(0 0 0 / 8%);
	}
}
@media(max-width:525px) {
	#products .products .product-miniature .product-cover .product-add-to-cart .btn-special {
		width: 100%;
		max-width: none;
		margin-bottom: 1rem;
		text-align: center;
	}
	#products .products .product-miniature .thumbnail-container {
		padding-bottom: 0px;
		padding-top: 0.5rem;
	}
	#products .products .product-miniature .thumbnail-container .product-cover {
		width: 100%;
	}
	#product .product-miniature .product-title {
		min-height: 96px;
	}
	#product .product-accessories .products .product-miniature .product-price-and-shipping {
		min-height: 48.8px;
		text-align: left!important;
	}
	#product .product-accessories-extra .product-miniature .thumbnail-container .product-cover {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	#product .product-accessories-extra .product-miniature .thumbnail-container .product-cover .btn-special .right_arrow {
		display: none;
	}
	#products .products .product-miniature .product-cover .product-add-to-cart form {
		width: 100%;
	}
	#products .thumbnail-container .product-cover {
		bottom: -20px;
	}
	.featured-products .products .product-miniature .thumbnail-container {
		padding-bottom: 80px;
		padding-top: 0.5rem;
	}
	.featured-products .products .product-miniature .thumbnail-container .product-flags {
		position: absolute;
	}
	.featured-products .products .product-miniature .thumbnail-container .product-cover {
		width: 100%!important;
	}
	.featured-products .products .product-miniature .thumbnail-container .product-price-and-shipping {
		min-height: 79px;
	}
	.featured-products .products .product-miniature .thumbnail-container .product-title{
		min-height: 54px;
	}
}

#manufacturer #category-description {
	margin-bottom: 2rem;
}
#manufacturer #category-description ul {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 1.5rem;
}
#manufacturer #category-description ul li {
	margin-bottom: 0.5rem;
}

/**************************/
/** Product discontinued **/
/**************************/
#product .product-discontinued .product-cover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#product .product-discontinued .product-cover .product-cover-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.25);
	display: flex;
	align-items: center;
	justify-content: center;
}
#product .product-discontinued .product-cover .product-cover-layer span {
	color: #fff;
	font-weight: 600;
	letter-spacing: 5px;
	font-size: 2rem;
	transform: rotate(-45deg);
	text-shadow: 0 0 5px #000;
}
#product .product-discontinued #additional-information {
	margin: 2rem 0;
}
#product .product-discontinued #additional-information .btn-link {
	font-size: inherit;
	padding: 0;
	font-weight: 500;
}


@media(min-width: 768px) {
	#product .product-discontinued .product-accessories .product-miniature {
		max-width: 249px;
	}
}

/*********************************/
/***    Price combinations     ***/
/*********************************/
.product-variants .input-container label {
	text-align: center!important;
}
.product-variants span.radio-label {
	box-shadow: none!important;
	border: 1px solid #000!important;
	padding: 0.25rem 1rem!important;
	font-weight: normal!important;
	min-height: 52px;
}
.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
	outline: 1px solid #505050!important;
}
#product .product-variants .mobile-input-container {
	display:none;
}
#product .product-variants .group-input-radio {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width:767px)
{
	#product .product-variants .product-variants-item {
		width: 100%;
	}
	#product .product-variants .group-input-radio .input-container {
		width: 50%;
		margin-right: 0;
	}
	#product .product-variants .group-input-radio .input-container:nth-child(2n+1) {
		padding-right:7.5px;
	}
	#product .product-variants .group-input-radio .input-container:nth-child(2n) {
		padding-left:7.5px;
	}
	#product .product-variants .group-input-radio .input-container label {
		width: 100%;
		margin-bottom: 15px;
	}
	#product .product-variants .group-input-radio .radio-label {
		background-color: #fff!important;
		border: 1px solid rgba(0,0,0,.1)!important;
		text-align: left;
		font-weight: 400;
		transition: all .2s ease-in-out;
		min-height: 47px;
		width: 100%;
		text-align: center;
	}
}

#header .header-top .container #iqitmegamenu-wrapper {
	width: calc(100vw - 2vw)!important;
	position: relative;
	margin-left: -48vw!important;
	left: 49.25%;
	z-index:5;
}
#header .header-nav .mobile .text-right {
	padding: 0;
}
#header .desktop-cart-container {
	padding:0;
	max-height: 31px;
}
#header-banner .header-top-msg {
	background-color: #000;
	color: #fff;
	padding: .5rem;
}
#header-banner .header-top-msg p,
#header-banner .header-top-msg h1 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: initial;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 0.675rem;
}
#header .header-nav .cart-preview #cart-toogle .cart-products-count {
	background-color: #ff8e00;
	min-width:16px;
}

@media(min-width: 768px) {
	#header-banner .header-top-msg .col:first-of-type p,
	#header-banner .header-top-msg .col:first-of-type h1 {
		text-align: left;
	}

	#header-banner .header-top-msg .col:last-of-type p,
	#header-banner .header-top-msg .col:last-of-type h1 {
		text-align: right !important;
	}

	.header-nav .cart-preview #cart-toogle .cart-products-count {
		margin-top: -5px;
	}
}
@media(max-width: 767px){
	#header-banner .header-top-msg p,
	#header-banner .header-top-msg h1 {
		font-size: 0.675rem;
	}
}
#category .h2 {
	text-align: left;
}
#category #category-title .introduction:after {
	bottom: -5px!important;
	height: 0px;
}

.cbp-hrmenu .pull-right a {
	font-weight: 700;
}

#category #category-description .img-md {
	width: 50%;
	max-width: 200px;
}
#cms #content img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	#cart .input-group.bootstrap-touchspin {
		border: 1px solid #ccc;
		border-radius: 5px;
	}

	#cart .input-group.bootstrap-touchspin input {
		border: none;
	}

	body:not(#product) .qty {
		padding-right: 0;
	}
}

#checkout .h5 {
	text-transform: uppercase;
}

/* Regalos */
ul.dariqueWrapper li {
	display: flex;
	align-items: stretch;
}
ul.dariqueWrapper li .gift .gift-img img {
	margin-bottom: 1rem;
}
.arrow_right, .arrow_left {
	border-width: 12px;
	border: none;
    width: 20px;
    height: 20px;
    font-size: 0;
}
.arrow_left {
	border-right-color: #ccc;
}
.arrow_right {
	border-left-color: #ccc;
}
.arrow_right::before {
	content: '\f054';
    color: #ff8e00;
    font-size: 1.5rem;
    font-family: 'FontAwesomeSolid';
}
.arrow_left::before {
	content: '\f053';
    color: #ff8e00;
    font-size: 1.5rem;
    font-family: 'FontAwesomeSolid';
}
@media(max-width: 991px)
{
	#checkout .cart-darique {
		padding: 0;
		margin-bottom:0;
		border-bottom: 1px solid #e4eaee;
	}
	#checkout #dariqueWrapper .dariqueWrapper.row.glider {
		margin-bottom: 0;
	}
	#checkout .cart_gift_separator {
		display: none;
	}
	#checkout .darique-gifts .product-quantity {
		margin-right: 0.25rem;
	}
}

/* Newsletter Modal */
.modal .vertical-alignment-helper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-container .block_newsletter form.row {
	display: block;
}
/* Slick */
.slick-arrow {
	border:none;
	background-color: transparent;
}
.slick-arrow.slick-next::before {
	content:'\f054';
}
.slick-arrow.slick-prev::before {
	content:'\f053';
}
/* Icons */
#sticky-desktop-wrapper #sticky_search_widget button[type=submit].dropdown-toggle {
	display:flex;
	align-items: center;
	justify-content: center;
}
#sticky-desktop-wrapper #sticky_search_widget button[type=submit].dropdown-toggle i {
	font-size: 2rem;
}
#sticky-desktop-wrapper .row::after {
	content:initial;
}
#sticky-desktop-wrapper .row .col {
	margin-left: 0;
}
#sticky-desktop-wrapper .iqitmegamenu-wrapper {
	width: calc(100vw - 2rem);
    position: relative;
    margin-left: -48vw;
    left: 50.5%;
	z-index: 0;
}

/* carrito supercheckout paco*/

#velsof_supercheckout_form .section-title::before, #velsof_supercheckout_form #checkoutShippingAddress h2::before, #velsof_supercheckout_form .opc_shoppingcart h2::before, #velsof_supercheckout_form #checkoutBillingAddress h2::before {
	display:none;
}

#velsof_supercheckout_form .opc_shoppingcart h2 i, #velsof_supercheckout_form #checkoutBillingAddress h2 i, #velsof_supercheckout_form .cart-darique h2 i {
	display:none;	
}

.title.section-title i, h2 i {
	display:none;	
}

#velsof_supercheckout_form #checkoutShippingAddress h2 i {
	display:none;
}

.opc-container .login-options [type="radio"]:checked+label {
	background-color: #efefef!important;
    color: #000;
    opacity: 1;
    border-bottom: 2px solid black;
}

.opc-container .login-options [type="radio"]:checked+label, .opc-container .login-options [type="radio"]:not(:checked)+label {
	padding-left: 0;
    padding: 10px 5px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
	border-radius: 4px 4px 0 0;
}

#velsof_supercheckout_form .section-title, #velsof_supercheckout_form #checkoutShippingAddress h2, #velsof_supercheckout_form .opc_shoppingcart h2, #velsof_supercheckout_form #checkoutBillingAddress h2, #velsof_supercheckout_form .cart-darique h2 {
	padding:0.8rem 10px;
	border:0;
}

.totalAmount h3 {
	margin: 0;
    font-size: 16px;
    padding: 5px 0px;
    color: #000;
    float: right;
}

.opc-container ul.dariqueWrapper li .gift {
	border-radius:4px;	
}

#velsof_supercheckout_form .section-title, #velsof_supercheckout_form #checkoutShippingAddress h2, #velsof_supercheckout_form .opc_shoppingcart h2, #velsof_supercheckout_form #checkoutBillingAddress h2, #velsof_supercheckout_form .cart-darique h2 {
	line-height:auto;	
}
/* Header */
body:not(#module-supercheckout-supercheckout) #header #_desktop_logo a {
    position: absolute;
    top: -1.75rem;
    left: -2.25rem;
}
body#module-supercheckout-supercheckout #header #_desktop_logo a .logo {
	margin: 0 auto;
}
#header #_desktop_cart {
	text-align: right;
}

/*supercheckout en carrito: botón eliminar*/
#confirmCheckout .remove-from-cart{
	z-index: 2;
}

ul.dariqueWrapper li .gift.disable {
	opacity: 0.2 !important;
	background-color: #000 !important;
}
ul.dariqueWrapper li .gift.disable img {
	display: none;
}

.dbblog__home {
	padding-top: initial;
	padding-left: 20px;
	padding-right: 20px;
}

.dbblog__home .title_list {
	margin: 0 auto 25px auto;
	text-align: center;
}

#info-adicional-producto > .col-md-6 > .col-md-9{
	  float: left;
	  width: 75%;
} 
#info-adicional-producto > .col-md-6 > .col-md-3{
	  float: right;
	  width: 25%;
}

#info-adicional-producto > .col-md-6 > .col-md-3 img{
	max-width: 70px;
}

@font-face {
  font-family: 'FontAwesomeBrands';
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  src:  url('../../assets/fonts/fontawesome/webfont/fa-brands-400.woff2') format('woff2'),
        url('../../assets/fonts/fontawesome/webfont/fa-brands-400.woff') format('woff'),
        url('../../assets/fonts/fontawesome/webfont/fa-brands-400.ttf') format('truetype');
}
@font-face {
  font-family: 'FontAwesomeRegular';
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  src:  url('../../assets/fonts/fontawesome/webfont/fa-regular-400.woff2') format('woff2'),
        url('../../assets/fonts/fontawesome/webfont/fa-regular-400.woff') format('woff'),
        url('../../assets/fonts/fontawesome/webfont/fa-regular-400.ttf') format('truetype');
}
@font-face {
  font-family: 'FontAwesomeSolid';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:  url('../../assets/fonts/fontawesome/webfont/fa-solid-900.woff2') format('woff2'),
        url('../../assets/fonts/fontawesome/webfont/fa-solid-900.woff') format('woff'),
        url('../../assets/fonts/fontawesome/webfont/fa-solid-900.ttf') format('truetype');
}


.desktop-user-info-container{
    margin-left: 0;
        margin-top: -4px;
    }
    #header #_desktop_cart {
        text-align: right;
        margin-top: 6px;
    }
    
    #_desktop_currency_selector > div > button{
    padding: 0px 0px 0 5px;
    }
    
  /*  #header .header-nav #_desktop_logo img {
        display: block;
        max-height: 100px;
        margin-top: -19px;
    }*/
    body#checkout #header .header-nav {
    
        min-height: 77px!important;
      
    }
    body#checkout #header .header-nav  #_desktop_logo img {
            margin-top: 6px;
    }
    @media (max-width: 767px) {
        body#checkout #header .header-nav #_desktop_logo img{
                margin-left: 42px;
        margin-top: 27px;
        }
        #_desktop_cart{
            margin-top: 14px;
        }
    }
    label.required::after {
        content: " *";
        color: red;
      }
      #sticky-desktop-wrapper > div > div.col.col-auto.col-header-right > div.desktop-cart-container.col.col-lg-4.col-md-4.col-sm-4.col-xs-12.table-cell{
        margin-top: 13px;
      }


.cbp-hrmenu-tab.cbp-has-submenu:not(.cbp-hropen):hover > .cbp-hrsub{
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.cbp-hrmenu-tab.cbp-has-submenu:not(.cbp-hropen):hover a > .hr > hr{
  width: 100% !important;
  border-color: #ff8e00;
}