/** Shopify CDN: Minification failed

Line 475:15 Expected identifier but found "{"
Line 475:16 Unexpected "{"
Line 475:26 Expected ":"

**/
@charset "utf-8";

.bold {
	font-weight: bold;
}
.flexbox {
	display: flex;
}
.flexbox.justify-start {
	justify-content: flex-start;
}
.flexbox.align-center {
	align-items: center;
}
/***************************************/
/************* GEM - PAGE PRODUIT ****************/
/***************************************/
#dynamic-texts {
  	display: none;
	font-weight: 700;
  	font-size: 19px;
  	line-height: 30.4px;
  	color: rgb(29,29,27);
  	text-align: center;
}
#dynamic-texts span {
  color: #e40230;
}
.custom-labels .label {
  font-size: 14px;
  font-weight: bold;
  padding: 3px 15px;
  color: #1b1b1d;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 5px;
  border-radius: 2px;
}
.custom-labels .label1 {
  background-color: #ffbb00;
}
.custom-labels .label2 {
	background-color: #ff7878;
}
/***************************************/
/************* COLLECTION PAGE LA SEMAINE ****************/
/***************************************/
#main .page-num-semaine .display-order-condition {
	display: none!important;
}
#main .page-num-semaine .display-order-condition.show {
	display: block!important;
}
.page-num-semaine [data-label="Heading"] + [data-label="Product List"] > div > div > div.gf_row {
	 padding-top: 0px;
}

.globo-form-app .globo-form-control > label.flat-label + div.globo-paragraph > p {
	font-size: 18px;
}

/***************************************/
/************* FORM CONCOURS PRODUCTS ****************/
/***************************************/
.submit-form-product {
	display: none!important;
}

/***************************************/
/************* GLOBAL ****************/
/***************************************/
.hidden {
	display: none!important;
  	visibility: hidden!important;
}
button[data-secondary-action="open-quick-view"] { 
  display: none!important; 
}
main.hide_fbt ~ #shopify-section-footer > .cbb-frequently-bought-container {
	display: none!important;
}
main.hide_fbt ~ #shopify-section-footer {
	margin-top: 70px;
}
/***************************************/
/************* HEADER ****************/
/***************************************/
#main-menu-desktop > li:nth-child(2) .gm-submenu > ul > li.gm-has-submenu .gm-item.gm-heading > a {
	padding-bottom: 0px!important;
    margin-bottom: -10px!important;
}
.header + .nav-bar {
	border-top: 1px solid #e1e3e4;
}
#logos-list {
  	display: none;
	/*display: flex;*/
    align-items: center;
}
#logos-list li {
	list-style: none;
	margin-left: 15px;
}
#logos-list li img {
	max-width: 65px;
}
#logos-list li.tva img {
	max-width: 55px;
}
#main-menu-desktop {
	z-index: 0;
}
#main-menu-desktop .gm-text {
  font-family: 'DIN Next'!important;
  font-size: 1rem!important;
}
/*
#main-menu-desktop .nav-bar__link {
	color: transparent!important;
}*/
#shopify-section-header .search-bar__filter,
#shopify-section-header .search-bar__input {
    background-color: #f8f8f8!important;
}
#main-menu-desktop .gm-tab-panel .gm-links li a.gm-target {
	line-height: 1.4!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
#main-menu-desktop .gm-tabs a.gm-target {
    line-height: 1.87!important;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
}
#main-menu-desktop .gm-tabs .gm-heading {
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;
}
.gm-tabs .gm-single-product > .gm-target .gm-label.gm-sold_out-label,
.gm-tabs .gm-single-product>.gm-target .gm-label.gm-sale-label {
    font-size: 14px;
    padding: 0px 10px;
    text-transform: initial;
    color: #FFF;
	border-radius: 0px 0px 0px 3px;
}
.gm-tabs .gm-single-product > .gm-target .gm-label.gm-sold_out-label {
    background: #969696;
}
.gm-tabs .gm-single-product>.gm-target .gm-label.gm-sale-label {
    background: #E40230; 
}


/***************************************/
/************* GLOBO FORM ****************/
/***************************************/
.globo-form-app .flat-label.globo-label {
	font-size: 16px;
}


/***************************************/
/************* PAGE ACCOUNT ****************/
/***************************************/
.form__floating-label > span,
.form__field.form__field--text > span{
	color: #b0b0b0;
}
.form__input-wrapper .wrapper-help-subscriber {
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 13px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.popover__inner .form__input-wrapper .wrapper-help-subscriber {
  margin-top: 34px;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.form__input-wrapper .help-subscriber {
  z-index: 3;
  display: block;
  cursor: pointer;
  position: absolute;
  left: -30px;
  width: auto;
}
.popover__inner .form__input-wrapper .help-subscriber {
  	left: auto;
	right: 8px;
    top: -34px;
}
.form__input-wrapper .help-subscriber img {
	max-width: 20px;
}
.popover__inner .form__input-wrapper .screenshot-help {
    margin-top: -14px;
    margin-right: -8px;
}
.form__input-wrapper .screenshot-help {
  	cursor: pointer;
	opacity: 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
    margin-left: -8px;
    background-color: #FFF;
    padding: 13px 20px 17px;
   	-webkit-transform: translateX(-10px);
  	-moz-transform: translateX(-10px);
  	-ms-transform: translateX(-10px);
  	transform: translateX(-10px);
  	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
}

.form__input-wrapper .screenshot-help.show {
	opacity: 1;
  	-webkit-transform: translateX(0px);
  	-moz-transform: translateX(0px);
  	-ms-transform: translateX(0px);
  	transform: translateX(0px);
  	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.form__input-wrapper .screenshot-help p {
    font-size: 0.9rem;
    letter-spacing: -0.3px;
	line-height: 1.2rem; 
    margin-bottom: 7px;
}

#customer-account-page .info-user p span {
	font-weight: bold;
}
#notif-subscriber {
	display: none!important;
}
#notif-subscriber h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}
#notif-subscriber .message span {
	text-decoration: underline;
}
#notif-subscriber .message p {
    margin: -1px 0 10px;
}
#notif-subscriber .message p b,
#notif-subscriber .message a {
  color: #e40230;
  font-weight: bold;
}
#notif-subscriber .message input#numero-dabonne {
	margin: -9px 0 10px;
    display: inline-block;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 9px;
}
#notif-subscriber .message input#numero-dabonne + span.checked {
    display: inline-block;
  	opacity: 1;
    max-width: 25px;
    margin: 0 0 0 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#notif-subscriber .message input#numero-dabonne + span.checked.hide {
  	opacity: 0;
	-webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
/***************************************/
/************* PAGE PRODUIT ****************/
/***************************************/
.coca-accordion .coca-accordion-wrapper {
  	max-width: 1480px;
    padding: 0 var(--desktop-container-gutter);
}
.coca-accordion-wrapper h2 {
	font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 21px));
    line-height: 1.5;
  	font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    color: var(--heading-color);
}
.coca-accordion-wrapper .coca-accordion-content .coca-accordion-faq-view * {
	font-size: 15px!important;
}
.coca-accordion-wrapper .coca-accordion-content .coca-accordion-faq-view a {
	color: #e40230!important;
}
.product-block-list__item.product-block-list__item--description .card__header {
	display: none!important;
}
body.template-product .product-form__payment-container {
	flex-wrap: wrap;
}
body.template-product .product-form__payment-container .GPO_tooltip2 {
	padding: 5px 11px;
    line-height: 1.2rem;
}	
body.template-product .product-form__payment-container .GPO_tooltip2 + .shopify-payment-button + .shopify-payment-button__button--unbranded {
	margin-top: 6px;
}
.product-meta__title > .product-meta__vendor {
    display: block;
    margin: 10px 0 20px;
    font-weight: normal;
}
#th_product_bundle {
  margin-top: 10px;
}
ul.th_pb_list_ul li.li_product_list {
	padding: 0 10%;
}
.th_pb_section .th_pb_innercode {
	padding: 0 12px 12px;
}
.th_pb_section .th_pb_title {
    padding-bottom: 15px!important;
  	padding: 0 20px;
}
.th_pb_section .th_pb_title h4 {
	font-size: 1.5rem!important;
    font-weight: 400;
  	color: rgb(106, 106, 106)!important;
}
.th_pb_section .th_pb_list_ul {
  	margin-bottom: -10px;
}
.th_pb_list_content figure a img {
	max-width: 200px;
  	float: none;
  	margin: 0 auto;
}
.th_pb_section .th_pb_addtocart_section .th_pb_add_to_cart {
	max-width: 180px;
    font-size: 1rem!important;
    line-height: 1.8rem;
}
.text-with-icons__content-wrapper .button {
	margin-top: 20px;
}
.th_pb_section .th_pb_addtocart_section .th_pb_total_save_label {
	display: block!important;
    opacity: 0.4;
  	width: 100%;
}
#th_product_bundle.no-bundle + .cbb-frequently-bought-container {
	margin-top: -30px!important;
} 
.cbb-frequently-bought-container {
	margin-top: 0px!important;
  	padding: 20px 40px!important;
	padding-top: 10px!important;
}
.cbb-frequently-bought-container .cbb-frequently-bought-title {
	margin-bottom: 7px!important;
    line-height: 1.4;
}
.cbb-frequently-bought-container .cbb-frequently-bought-recommendations-container {
	text-align: center;
}
.cbb-frequently-bought-container .cbb-frequently-bought-total-price-box {
	font-size: 1.1rem;
    color: #000;
}
.cbb-frequently-bought-container .cbb-frequently-bought-total-price-regular-price {
	color: #000!important;
}
.cbb-frequently-bought-container .cbb-frequently-bought-add-button {
  	max-height: none!important;
	line-height: 1.8rem!important;
    max-width: 180px!important;
}
.cbb-frequently-bought-container .cbb-frequently-bought-selector-list {
	margin-top: 10px;
}
.cbb-frequently-bought-container .cbb-frequently-bought-product {
}
.cbb-frequently-bought-container .cbb-frequently-bought-product-image {
	max-width: 100%!important;
}
.template-product .shipping-estimator.form > .form__input-row > .form__input-wrapper:first-child{
	display: none!important;
}
#shopify-section-static-related-blogs .zestard-bloglist {
	margin: 0;
}
#shopify-section-static-related-blogs h3.blog_page_title {
	text-align: left;
	color: rgb(29, 29, 27);
  	font-family: 'DIN Next';
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
	margin-bottom: -5px;
}
#shopify-section-static-related-blogs .zestard-bloglist a.blog-thumb-img {
    padding: 20%;
    margin-top: 15px;
}
#shopify-section-static-related-blogs .caption h4 {
    margin-bottom: 0px;
}
#shopify-section-static-related-blogs .caption a {
    font-size: 1.2rem;
    color: #e50230;
    text-transform: initial;
}
.spurit-po-wrapper {
    margin: 0 20px;
}
.selector-wrapper {
  margin: 0 0px 15px 0px;
}
.selector-wrapper label + span {
  	margin-top: -11px;
}
.selector-wrapper label span {
    font-size: 0.9rem;
  	margin-top: 2px;
  	line-height: 1.1rem;
    display: block;
  	color: rgb(103, 114, 121);
  	letter-spacing: -0.4px;
}
.selector-wrapper select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.selector-wrapper select:focus {
  box-shadow: none;
  outline: 0 none;
  border-color:{{ settings.primary_color }};
}
.selector-wrapper label {
  font-size:1.1em;
  margin-right:5px;
}
.selector-wrapper input[type="text"] {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    color: #555;
  	font-size: 16px;
    display: block;
    height: 44px;
  	text-align: left;
    line-height: 1.42857;
	padding: 6px 16px 7px 16px;
}
.selector-wrapper input[type="text"]:focus {
	border-color: rgb(26, 161, 237);
    background: rgba(26, 161, 237, 0.06);
    color: rgb(26, 161, 237);
}
.product-form__payment-container button.disabled,
.product-form__payment-container button[data-disabled="true"] {
	opacity: 0.65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
/***************************************/
/************* PAGE COLLECTION ****************/
/***************************************/
.product-meta .product-label,
.product-item__label-list .product-label {
	font-size: 1.1rem;
}
.product-item {
	padding-bottom: 20px;
}
.product-item .product-item__info .product-item__title {
	height: 65px;
}
.product-item .product-item__info .product-item__vendor {
	min-height: 40px;
}
.product-item__title {
    margin-bottom: 10px;
}
.product-item__info-inner h2.product-item__title-vendor {
	margin: 0;
}
/*
.product-item .product-item__info .product-item__price-list {
    position: absolute;
    bottom: 20px;
}
*/
.product-item__image-wrapper {
	margin-bottom: 0px;
}
.collection__filter-group-list [data-tag="abo"],
.collection__filter-group-list [data-tag="afficher"],
.collection__filter-group-list [data-tag="cacher"],
.collection__filter-group-list [data-tag="codepostal"],
.collection__filter-group-list [data-tag="horsseries"],
.collection__filter-group-list [data-tag="collection"] {
	display:none!important;
}

/***************************************/
/************* PAGE BLOGUE ****************/
/***************************************/
#shopify-section-static-related-products.hidden + div {
	padding-top: 40px;
}
.template-article .article__inner {
	margin-top: 0px;
}
#shopify-section-blog-sidebar .full-width-list .item {
	width: 100%;
	margin-bottom: 15px;
}
#shopify-section-blog-sidebar .zestard-productlist .product_page_title {
	font-size: 22px;
  	font-weight: 500;
  	margin-bottom: 10px;
}
#shopify-section-blog-sidebar .zestard-productlist .text-muted {
	display: none;
}
#shopify-section-blog-sidebar .blog-thumb-img {
  padding: 0 17%;
}
#shopify-section-blog-sidebar .caption {
  padding: 0 5%;
}
.zestard-productlist .caption a {
	color: #1ba1ed;
    font-size: 1.2rem;
}

/***************************************/
/************* PAGE PANIER ****************/
/***************************************/
#header-table .ms__row {
	margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
}
#header-table .ms__row > * {
	font-weight: 500;
    padding-left: 6px;
}
.template-cart .section.gift {
	margin-top: -20px;
}
.template-cart .section.gift .text-with-icons--boxed {

}
.template-cart .text-with-icons__icon-wrapper svg {
	width: 50px;
  	height: auto;
}
.template-cart .text-with-icons__title {
	font-size: 1.4rem;
}
.template-cart input.button-gift-checkout {
    width: 100%;
    margin-bottom: 10px;
}
input.button-gift-checkout {
    width: auto;
    color: #ffffff;
    display: inline-block;
    padding: 0 30px;
    line-height: 48px;
    background: #f79e1b;
    text-decoration: none;
    border-radius: 2px;
    border: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/***************************************/
/************* CART ****************/
.template-cart .delay-shipping {
	display: flex;
  	align-items: center;
  	justify-content: center;
	flex-wrap: wrap;
	padding: 25px 20px;
}
.template-cart .delay-shipping .icon-title {
	text-align: center;
  	margin-right: 30px;
	min-width: 160px;
	margin-bottom: 15px;
}
.template-cart .delay-shipping .icon-title h4 {
	text-transform: uppercase;
  	color: #000;
  	font-weight: bold;
    margin-bottom: 5px;
}
.template-cart .delay-shipping .shipping-details {
	display: flex;
  	align-items: initial;
  	justify-content: center;
}
.template-cart .delay-shipping .item-detail {
  	width: calc(200px + 20px);
	padding-top: 5px;
	padding-right: 20px;
  	position: relative;
}
.template-cart .delay-shipping .item-detail.unit {
	min-width: 260px;
}
.template-cart .delay-shipping .item-detail + .item-detail {
	padding-left: 25px;
}
.template-cart .delay-shipping .shipping-details > .item-detail:last-child {
	padding-right: 0px;
}
.template-cart .delay-shipping .item-detail:after {
  	content: "";
  	width: 1px;
  	background-color: #000;
  	top: 6px;
  	bottom: 3px;
  	right: 0;
  	position: absolute;
}
.template-cart .delay-shipping .shipping-details > .item-detail:last-child:after {
	content: none;
}
.template-cart .delay-shipping .item-detail h5 {
	color: #000;
  	font-size: 14px;
  	font-weight: bold;
    margin-bottom: 3px;
    line-height: 14px;
}
.template-cart .delay-shipping .item-detail p {
	color: #000;
  	font-size: 13px;
  	line-height: 16px;
}
.template-cart .delay-shipping .item-detail p b {
	color: #e40230;
  	font-size: 16px;
  	font-weight: bold;
}
.template-cart .delay-shipping .icon-title img {
    width: 100px;
}
.estimate-shipping__toggle > .estimate-shipping__icon {
	display: none;
}
[data-section-id="cart-template"] > #gs__toggle-box {
	display: none!important;
}
#msGroupsBox .ms__address-wrapper,
#gsGroupsBox .gs__address-wrapper {
	width: 62%;
}
.ms__review-block-content > a,
.gs__review-block-content > a{
	color: #e40230;
}
.template-cart #ms__toggle-box,
.template-cart #gs__toggle-box {
    margin-bottom: 20px;
  	padding: 0px;
    width: 100%;
    margin-top: 20px;
}
.template-cart #ms__toggle-box input,
.template-cart #gs__toggle-box input{
	display: none;
}
.template-cart #ms__toggle-box label,
.template-cart #gs__toggle-box label{
	  width: 100%;
	  border-radius: 2px;
	  font-weight: 500;
      background-color: #ff9c00;
      padding: 13px 15px;
	  cursor: pointer;
      color: #FFF;
  	  text-align: center;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
}
.template-cart #ms__toggle-box label:hover,
.template-cart #gs__toggle-box label:hover {
	background-color: #d88400;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
body:not(.template-cart) #msGroups {
    padding-top: 30px;
}
body:not(.template-cart) #ms__toggle-box,
body:not(.template-cart) #gs__toggle-box {
	display: inline-block;
  	margin-right: 30px;
}
body:not(.template-cart) #ms__toggle-box label,
body:not(.template-cart) #gs__toggle-box label {
	text-transform: uppercase;
  	margin-bottom: 0px;
    font-size: 18px;
  	font-weight: normal;
}
body:not(.template-cart) #msCrumbs,
body:not(.template-cart) #gsCrumbs {
	display: inline-block;
	width: 50%;
}
body:not(.template-cart) #msCrumbs li a,
body:not(.template-cart) #gsCrumbs li a {
    height: 50px;
    line-height: 50px;
}
body:not(.template-cart) #msCrumbs li,
body:not(.template-cart) #gsCrumbs li {
	border-radius: 0px;
}
body:not(.template-cart) #msCrumbs li a:after, 
body:not(.template-cart) #msCrumbs li a:before,
body:not(.template-cart) #gsCrumbs li a:after, 
body:not(.template-cart) #gsCrumbs li a:before {
    border-width: 25px 10px;
}
body:not(.template-cart) #msGroupsBox td.ms__cart-meta,
body:not(.template-cart) #gsGroupsBox td.ms__cart-meta {
	padding-left: 20px;
}
body:not(.template-cart) button#msMultiContinue,
body:not(.template-cart) button#msMultiCheckout,
body:not(.template-cart) button#gsMultiContinue,
body:not(.template-cart) button#gsMultiCheckout {
    font-size: 16px;
    background-color: #000;
    color: #FFF;
    font-weight: 500;
    line-height: 30px;
    padding: 13px 50px;
  	border-radius: 2px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
body:not(.template-cart) button#msMultiContinue:hover,
body:not(.template-cart) button#msMultiCheckout:hover,
body:not(.template-cart) button#gsMultiContinue:hover,
body:not(.template-cart) button#gsMultiCheckout:hover {
    background-color: #424242;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
} 
.section__content .ms__review-block-label,
.section__content .gs__review-block-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8em;
    -ms-flex: 0 1 8em;
    flex: 0 1 8em;
}

/***************************************/
/************* POPUP PANIER POPUP CART ****************/
/***************************************/

/* The Modal */ 
    #popup-cart {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 999; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
      -webkit-animation-name: fadeIn; /* Fade in the background */
      -webkit-animation-duration: 0.4s;
      animation-name: fadeIn;
      animation-duration: 0.4s
    }

  /* Modal Content */
  #popup-cart .wrap-content {
    max-width: 600px;
	height: 90vh;
    position: fixed;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
  }

  /* The Close Button */
  #popup-cart .close {
    color: #d0d0d0;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    right: 15px;
    top: -6px;
  }

  #popup-cart .close:hover,
  #popup-cart .close:focus {
    color: #4a4a4a;
    text-decoration: none;
    cursor: pointer;
  }

  #popup-cart .wrap-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
  }

  #popup-cart .wrap-body {
    padding: 22px 16px 6px;
    overflow: scroll;
	height: 100%;
    width: 100%;
  }

  #popup-cart .wrap-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
  }

  /* Add Animation */
  @-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
  }

  @keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }

  @-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
  }

  @keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
  }

/***************************************/
/************* RESPONSIVE ****************/
/***************************************/
@media screen and (min-width: 1000px) {

  #main-menu-desktop a.gm-target {
    line-height: 1.87!important;
    padding-top: 18px!important;
    padding-bottom: 18px!important;
    padding-right: 14px!important;
    padding-left: 14px!important;
  }
  #main-menu-desktop .nav-bar__item {
      padding-top: 13.5px!important;
	  padding-bottom: 13.5px!important;
  }
  .template-collection .layout__section:only-child {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #main .form-products-contest .row-informations-participant .gf_column + .gf_column {
  	margin-top: -17px;
  }
  #main .form-products-contest .confirmation-form-contest {
	margin-top: -20px!important;
    margin-bottom: -20px!important;
  }
  #main .form-products-contest input.gf_checkbox {
	margin-right: 5px!important;
    height: 20px;
    width: 20px;
    top: 4px!important;
  }
  #main .form-products-contest [data-key="text-field"],
  #main .form-products-contest [data-key="email-field"],
  #main .form-products-contest [data-key="dropdown"] {
  	margin-top: 10px!important;
    margin-bottom: 30px!important;
  }
  #main .form-products-contest [data-key="text-field"] input,
  #main .form-products-contest [data-key="email-field"] input {
    padding-left: 9px!important;
  }
  #main .form-products-contest [data-key="accordion"] .gf_column {
	padding-left: 0px;
    padding-right: 0px;
  }
  #main .form-products-contest [data-key="accordion"] .gf_column .text-edit.gf-elm-left {
  	text-align: left;
  }
    #main .form-products-contest [data-key="accordion"] .gf_column .text-edit.gf-elm-left p {
      line-height: 19px!important;
    }
  .template-cart .delay-shipping .shipping-details {
  	flex-direction: column;
  }
  .template-cart .delay-shipping .item-detail,
  .template-cart .delay-shipping .shipping-details > .item-detail:last-child{
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
    text-align: center;
    min-width: auto;
  }
  .template-cart .delay-shipping .item-detail:after {
  	content: none;
  }
}

@media screen and (min-width: 640px) {
  .cbb-frequently-bought-container .cbb-frequently-bought-add-button {
      font-size: 15px!important;
  }
}