/** Shopify CDN: Minification failed

Line 4962:1 Unexpected ";"
Line 5040:10 Expected identifier but found whitespace
Line 5040:18 Unexpected ";"

**/


.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes spin { 0%{transform:rotate(0deg);} 100%{transform:rotate(360deg);}}
@keyframes ad-spin { 0%{transform:rotate(0deg);}100%{transform:rotate(359deg);}}
.ad-spin { animation:ad-spin 1.5s infinite linear; }
@keyframes scaleimg {0%, 100%{transform:scale(1);}50%{transform:scale(1.2);}}

.text-justify {text-align:justify;}

a { color:#444; text-decoration: none; outline:none; }
a:hover { color:#B69269; opacity:0.8; }
a.classic-link { text-decoration: underline; }
a:hover, a:focus { outline: 0 !important; }
.no-text-underline { text-decoration:none !important; }

p { margin:0 0 15px 0; }
.rte p { margin-bottom:20px; }
.rte { margin-bottom:20px; }
.address { margin-bottom:15px; }
.title-bold { font-weight:700;}

.imgFl { display:block; width:100%; height:auto; }
.imgWrapper { display:block; margin:auto; }
.autoHt { height:auto; }
.bgImg { background-size:cover; background-repeat:no-repeat; background-position:center; }

html { overflow-x:hidden; }


.slick-slider { position:relative; display:block; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -ms-user-select:none; user-select:none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display:block; margin:0; padding:0; }
.slick-list:focus { outline:none; }
.slick-list.dragging { cursor:pointer; cursor:hand; }
.slick-slider .slick-track, .slick-slider .slick-list { transform:translate3d(0, 0, 0); overflow:hidden;}
.slick-track { position:relative; left:0; top:0; display:block; }
.slick-track:before, .slick-track:after { content:""; display:table; }
.slick-track:after { clear:both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float:left; height:100%; min-height:1px; display:none; }
[dir="rtl"] .slick-slide { float:right; }
.slick-slide img { display:block; margin:0 auto; }
.slick-slide.slick-loading img { display:none; }
.slick-slide.dragging img { pointer-events:none; }
.slick-initialized .slick-slide { display:block; }
.slick-loading .slick-slide { visibility:hidden; }
.slick-vertical .slick-slide { display:block; height:auto; }
.slick-arrow.slick-hidden { display:none; }

.slick-loading .slick-list:before { content:"\f110"; font-family:'adorn-icons'; font-size:30px; animation:ad-spin 1.5s infinite linear; position:absolute; top:50%; left:50%; transform:translateX(-50%); }

.slick-arrow { font-size:0; color:#000; opacity:0.75; position:absolute; top:50%; z-index:9; height:35px; line-height:34px; width:35px; text-align:center; padding:0; background:#fff; border:none; border-radius:0; outline:0 none; cursor:pointer; transform:translateY(-50%); transition:all 0.3s ease-out; }
.slick-arrow.slick-disabled:before { opacity: 0.25; }
.slick-arrow:before { font-family:"adorn-icons"; font-size:20px; }
.slick-arrow:focus { outline:0 !important; }
@media only screen and (max-width: 766px) {
	.slick-arrow { height:30px; width:30px; line-height:29px; opacity:1 !important; }
  	.slick-arrow:before { font-size:16px; }
}
.slick-prev { left:0; }
[dir="rtl"] .slick-prev { left:auto; right:-25px; }
.slick-prev:before { content:"\ea8b"; }
[dir="rtl"] .slick-prev:before { content:'\ea8c'; }

.slick-next { right:0; }
[dir="rtl"] .slick-next { left:0; right:auto; }
.slick-next:before { content:'\ea8c'; }
[dir="rtl"] .slick-next:before { content:"\ea8b"; }
.slick-slider .slick-arrow { opacity:0; }
.slick-slider:hover .slick-arrow { opacity:0.7; }
.slick-slider:hover .slick-arrow:hover { opacity:1; }

.page-width .slick-prev { left:-40px; }
.page-width .slick-next { right:-40px; }

@media only screen and (max-width:1279px) {
	.page-width .slick-prev { left:-10px; }
	.page-width .slick-next { right:-10px; }
}
@media only screen and (max-width:1024px) {
	.page-width .slick-prev { left:0; }
	.page-width .slick-next { right:0; }
}

.slick-dotted.slick-slider { margin-bottom:0; }
.slick-dots { position:absolute; bottom:-25px; list-style:none; display:block; text-align:center; padding:0; margin:0; width:100%; }
.slick-dots li { position:relative; display:inline-block; height:12px; width:12px; margin:0 4px; padding:0; cursor:pointer; }
.slick-dots li button { border:0; background-color:#fff; display:block; height:12px; width:12px; line-height:0; color:transparent; cursor:pointer; opacity:0.5; border-radius:50%; }
.slick-dots li button:hover, .slick-dots li button:focus { opacity: 0.7; }
.slick-dots li.slick-active button { opacity:1; }





body{ font-family:Roboto,Arial,Tahoma,Verdana,sans-serif;
    background-color:#fff;
    
    color:#444; font-size:13px; line-height:1.4; margin:0; padding:0;
}
@media only screen and (min-width:1025px){
    body { letter-spacing:0.02em }
}

h1,h2,h3,h4,h5,h6 {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  line-height: 1.4; letter-spacing:0.02em;
  overflow-wrap: break-word; word-wrap: break-word; margin:0 0 20px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; font-weight: inherit; }
h1,.h1 { font-size:30px; }
h2,.h2 { font-size: 26px; }
h3, .h3 { font-size:20px }
h4, .h4 { font-size: 15px;}
h5, .h5 { font-size: 14px;}
h6, .h6 { font-size: 13px;}

@media only screen and (max-width: 766px){
  h1, .h1 { font-size:25px; }
  h2, .h2 { font-size:22px; }
  h3, .h3 { font-size:17px }
}

.sec-ttl { padding-bottom:20px; }
.sec-ttl.text-left span { margin:5px 0 0; }
.sec-ttl .h3, .sec-ttl h3 { color:#111; margin:0 auto; font-size:18px; }
.sec-ttl span { color:#111; margin:5px auto 0; display:block; }
@media only screen and (min-width:767px) {
	.sec-ttl { padding-bottom:35px; }
	.sec-ttl .h3,
   	.sec-ttl h3 { font-size:22px; line-height:1.3; max-width:600px; 
		 margin:0;
    }
	.sec-ttl span { max-width:800px; font-size:13px; }
}

.shopify-policy__title h1,
.page-title { letter-spacing: normal; font-weight: 700; font-size:20px; position:relative; margin:0 0 30px 0; text-align:center;}

@media only screen and (max-width:767px) {
  .content-indent.default.result_richtext_n {
    margin-top: -90px !important;
}
  .shopify-policy__title h1,
  .page-title {margin-bottom:15px;}
}

.page.section-header { border:1px solid #eeeeee; border-top:none; }
.page.section-header h1 { margin-bottom:0; padding:35px 0; font-size:20px; text-transform:uppercase; letter-spacing:1.5px; }

.ttl span { display:block; }
.ttl .tt-small { font-size:15px; }
.ttl .tt-big { font-size:23px; line-height:35px; }

.acor-ttl { font-size:13px; font-weight:700; margin:0 0 5px; }
.acor-ttl a { border:0; color:#fff; display:flex; padding:15px; text-decoration:none; background-color:#111;
	justify-content:space-between; }
.acor-ttl a:hover { opacity:0.9; }
.acor-ttl.active a { color:#111; background-color:#eee; }
.acor-ttl.active .ad:before { content:"\ea48"; }
.tabSpace { margin-bottom:35px; }
.tab-container .tab-content { display:none; }


fieldset { border: 1px solid #eeeeee; margin:0 0 15px; padding:10px; }
label { display: block; margin-bottom: 5px; }

::-webkit-input-placeholder { opacity:0.6; }
::-moz-placeholder { opacity:0.6; }
:-ms-input-placeholder { opacity:0.6; }

input[type="tel"] { -webkit-appearance:none; -moz-appearance: none;}

input, textarea, select { color:#000; font-size:13px; font-family:Roboto; margin-bottom:15px;
  	max-width:100%; line-height:1.2; padding:8px 15px;
  	border:1px solid #dddddd; background-color:#fff; 
}

@media only screen and (min-width:767px){
	input, textarea, select { padding: 10px 18px; }
}
input:focus, textarea:focus, select:focus { border-color: #c4c4c4; }
input[disabled], textarea[disabled], select[disabled] { cursor: default; }
input.input--error, select.input--error, textarea.input--error { border-color:#d20000; background-color:#fff8f8; color:#d20000; }
 

select { background:url(//mothersprotect.com/cdn/shop/t/304/assets/arrow-select.png?v=93383133388335707051751021652) no-repeat right 10px center; cursor:pointer; padding-right:30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; }
optgroup { font-weight:700; }
option { color:#000; background-color:#fff; }

  
.label--error { color: #d20000; }
.note, .form-message, .form--success, .errors { padding:8px; margin:0 0 7.5px; }
  
@media only screen and (min-width:767px) {
	.note, .form-message, .form--success, .errors { padding:10px; }
}
  
.note, .form-message { border: 1px solid #eeeeee; }
.form--success { border: 1px solid #54d437; background-color: #edfbea; color: #3fbc22; }
.errors { color:#d20000; border:1px solid #d20000; background-color:#fff8f8; }
.errors .form-message__title { color:#d20000; }
.errors ul { list-style: none; padding:0; margin:0; }
.errors a { color:#d20000; text-decoration:underline; }
  
.input-group { position:relative; display:table; width:100%; border-collapse:separate; }
.form-vertical .input-group { margin-bottom:15px; }
.input-group__field, .input-group__btn { width:100%; display:table-cell; vertical-align:middle; margin:0; }
.input-group__field, .input-group__btn .btn { height:32px; padding-top:0; padding-bottom:0; }
 @media only screen and (min-width: 767px) {
	.input-group__field,  .input-group__btn .btn { height:40px; }
}
.form-vertical .input-group__field { margin:0; }
.input-group__btn { white-space:nowrap; width:1%; }
.input-group__btn .btn { white-space:nowrap; }
  
input.custCheck { display:none !important; }
span.checkbox { display:inline-block;width:16px;height:16px; margin:0 5px 0 0; border:1px solid rgba(68, 68, 68, 0.3); background:#fff; vertical-align:middle;
   font-size:11px; font-weight:400; line-height:16px;text-align:center;
}
input:checked + span.checkbox { color:#fff;background-color:#444; }
input:checked + span.checkbox:before { content:'\ea7f'; font-family:"adorn-icons"; }


@keyframes btnzoom {
	0%{transform:scale(1);}
	45%{transform:scale(1);}
	47%{transform:scale(1.05);}
	49%{transform:scale(1);}
	51%{transform:scale(1.05);}
	53%{transform:scale(1);}
	55%{transform:scale(1.05);}
	57%{transform:scale(1);}
	100%{transform:scale(1);}
}
.btnzoom { animation:btnzoom 5s infinite linear; }

.btn,
.spr-summary-actions-newreview { display:inline-block; width:auto; text-decoration:none; text-align:center; vertical-align:middle; cursor:pointer;
	border: 2px solid rgba(0,0,0,0); background-color:#b69269; color:#fff; font-weight:400;
  	text-transform:uppercase; line-height:1; white-space:normal; transition:all 0.3s ease-in-out; font-size:13px; padding:10px 24px;
	white-space:nowrap; -moz-user-select:none; -ms-user-select:none; -webkit-user-select:none; user-select:none; -webkit-appearance:none; -moz-appearance:none; appearance:none;
  	
      border-radius:0;
    

  	
}
.btn.btn-md { font-size:14px; padding:12px 26px; }
.btn.btn-lg { font-size:16px; padding:14px 32px; }
 @media only screen and (max-width:766px) {
  .btn.mob-btn-sm { font-size:12px; padding:8px 18px; }
  .btn.mob-btn-md { font-size:13px; padding:10px 24px; }
  .btn.mob-btn-lg { font-size:14px; padding:11px 26px; }    
}
@media only screen and (max-width:480px) {
   .spr-summary-actions-newreview {float:none !important;}
   .spr-summary-actions { display:block; margin-top:10px; }
}
.btn:hover, .btn:focus, .spr-summary-actions-newreview:hover { 
  color:#fff; background-color:#000; border-color:#000; opacity:1;
  
}
.btn[disabled] { cursor:default; opacity:0.4; }
.btn--secondary { color:#fff; background-color:#000000; border-color:rgba(0,0,0,0);
  
}
.btn--secondary:hover, .btn--secondary:focus { color:#fff; background-color:#111; border-color:rgba(0,0,0,0) }
.btn--small { padding:0 10px; font-size:0.92308em; border-width:2px; line-height:25px; }
.btn--link { color:#f17171; background-color:transparent; border:0; margin:0; outline:none !important; box-shadow:none !important; }
.btn--link:hover, .btn--link:focus { color:#000; }
.btn--narrow { padding-left:15px; padding-right:15px; }
.btn--disabled,.btn--disabled:hover, .btn--disabled:focus { opacity:0.5; cursor:default; }
.text-link { display:inline; border:0 none; background:none; padding:0; margin:0; }

.qtyField { display:flex; width:100%;
	border-radius:0; }
.qtyField .qtyBtn, .qtyField input { margin:0; color:#000; width:28px; height:38px; text-align:center; line-height:normal; text-align:center; padding:11px 0; background:none; border-radius:0; }
.qtyField .qtyBtn { line-height:17px; }
.qtyField .qtyBtn .ad { font-size:7px; }
.qtyField .qty { border:0 none; }

.social-sharing { clear:both; }
.btn--share { color:#111; font-weight:400; margin:5px; display:inline-block; letter-spacing:0; text-transform:capitalize; }
.btn--share .ad { font-size:13px; min-width:14px; min-height:14px; vertical-align:middle; margin-right:1px; }
.btn--share .ad-facebook-official { color:#3b5998; }
.btn--share .ad-twitter-square { color:#00aced; }
.btn--share .ad-pinterest-square { color:#cb2027; }
.btn--share .ad-google-plus-square { color:#DD4D42; }
.share-title { display:inline-block; vertical-align:middle; }

hr { margin:25px 0; border:0; border-bottom:1px solid #eeeeee; }
.hr--small { padding:10px 0; margin:0; }
.hr--invisible { border-bottom:0; }
.border-bottom { border-bottom: 1px solid #eeeeee; }
.border-top { border-top: 1px solid #eeeeee; }
.no-border { border:0; }

.social-icons li { text-align:center; }
.social-icons a { padding:0 7px; display:inline-block; }
.social-icons .icon { width:15px; height:15px;}


table { margin-bottom:7.5px; }
th { font-family:Poppins, sans-serif; font-weight:700; }
th, td { text-align:left; border:1px solid #eeeeee; padding:10px; }



@media only screen and (max-width:766px) {
.responsive-table thead { display:none; }
.responsive-table tr { display:block; }
.responsive-table tr, .responsive-table td { float:left; clear:both; width:100%; }
.responsive-table th, .responsive-table td { display:block; text-align:right; padding:10px 15px; border:0; margin:0; }
.responsive-table td::before { content:attr(data-label); float:left; text-align:center; font-size:12px; padding-right:10px; }
.responsive-table__row + .responsive-table__row, tfoot > .responsive-table__row:first-child { position:relative; margin-top:10px; padding-top:15px; }
.responsive-table__row + .responsive-table__row::after, tfoot > .responsive-table__row:first-child::after { content:''; display:block; position:absolute; top:0; left:7.5px; right:7.5px; border-bottom:1px solid #eeeeee; }}
.display-table { display: table; table-layout: fixed; width: 100%; margin:0 !important;}
.display-table-cell{ float: none; display: table-cell;  vertical-align: middle; padding:0;}

.grid--no-gutters { margin-left:0; }
.grid--no-gutters > .grid__item { padding-left:0; }
.grid--half-gutters { margin-left:-15px; }
.grid--half-gutters > .grid__item { padding-left:15px; }
.grid--double-gutters { margin-left:-60px; }
.grid--double-gutters > .grid__item { padding-left:60px; }
.grid--flush-bottom { margin-bottom:-50px; overflow:auto; }
.grid--flush-bottom > .grid__item { margin-bottom:50px; }


.placeholder-svg { display:block; fill:rgba(68, 68, 68, 0.2); background-color:rgba(68, 68, 68, 0.05); width:100%; height:100%; max-width:100%; max-height:100%; border:1px solid rgba(68, 68, 68, 0.1); }
.placeholder-noblocks { padding:40px; text-align:center; }
.placeholder-background { position:absolute; top:0; right:0; bottom:0; left:0; }
.placeholder-background .icon { border:0; }
.product-price__price { color:#000; }
s.product-price__price { opacity:0.6; margin-right:4px; font-weight:400; }
.product-price__sale, .product__price--sale { color:#9b9b9b; }
.product-price__sale-label { display: inline-block; white-space: nowrap; }
.product-price__sold-out { font-weight:700; white-space: nowrap; }
.price__unit { color:#444; font-size:12px; font-weight:400; opacity:0.7; }

.product__policies { margin:-20px 0 20px; }


.page-width { margin:0 auto; padding-left:15px; padding-right:15px; max-width:1250px;}
.page-width:after { content:''; display:table; clear:both; }

.page-width.fullwidth { max-width:100%; }
@media only screen and (min-width:1280px){ .page-width.fullwidth { padding-left:55px; padding-right:55px; }}
@media only screen and (max-width:766px) { .page-width { padding-left:10px; padding-right:10px; }}


.main-content { display:block; }
@media only screen and (min-width:767px){ .main-content { min-height:500px }}

.page-wrapper { @include transition(all 0.3s ease-in-out); }



.empty-page-content { padding:125px 15px; }
@media only screen and (max-width:766px) {
	.empty-page-content { padding-left:10px; padding-right:10px; }
}
.shopify-policy__container { padding:30px 0; }


.empty.default { padding-top:50px; }
.empty.small { padding-top:20px; }
.content-indent { margin-top:20px; }
.content-indent.none { margin-top:0; }
.sec-empty { height:20px; }
.sec-empty.none { height:0; }
.section-cover { padding:20px 10px; }

@media only screen and (min-width:767px) {
	.content-indent.default { margin-top:50px; }
	.content-indent.small { margin-top:20px; }
  	.sec-empty.default { height:50px; }
	.sec-empty.small { height:20px; }
	.section-cover { padding:50px 0; }
	.section-cover.small-pd { padding:30px 0; }
}


.modalsCenter, .loadingBox, .modal { position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); }
.modalOverly { display:none; position:fixed; bottom:0; left:0; right:0; top:0; z-index:666; background-color:rgba(0, 0, 0, 0.6); transition:all 0.4s cubic-bezier(0.29, 0.63, 0.44, 1); }
.loadingBox { display:none; padding:20px; background-color:#fff; border-radius:5px; box-shadow:0 0 5px rgba(0, 0, 0, 0.3); z-index:1050; }
.loadingBox .ad { font-size:40px; opacity:0.7; }
.loading .loadingBox { display:block; position:fixed; }
.showOverly .modalOverly, .loading .modalOverly { display:block; }
.hideOverly .modalOverly { display:none; }

.mfp-zoom-in .mfp-with-anim { opacity:0; transform:scale(0.9); transition:all 0.3s ease-in-out; }
.mfp-zoom-in.mfp-ready .mfp-with-anim { opacity:1; transform:scale(1); }
.mfp-zoom-in.mfp-removing .mfp-with-anim { opacity:0; transform:scale(0.9); }

.mfpbox { margin:0 auto; padding:40px; max-width:800px; position:relative; background-color:#fff; box-shadow:0 0 20px rgba(68, 68, 68, 0.3); }
.mfpbox .mfp-close { right:0; opacity:1; top:0; color:#444; line-height:30px; height:30px; width:30px; }
@media only screen and (max-width:767px) {
  .mfpbox { padding:20px; overflow-x:scroll; }
}

.modal { padding:20px; display:none; overflow:hidden; z-index:667; width:80%; max-width:440px; text-align:center; background-color:#fff; box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.5); bottom:inherit; }
.modal p { margin-bottom:10px; }
.modal--is-active { transform:translateY(0); display:block; opacity:1; overflow:hidden; }
.modal__inner { -moz-transform-style:preserve-3d; -webkit-transform-style:preserve-3d; transform-style:preserve-3d; height:100%; }
.modal__centered { transform:translateY(-50%); position:relative; top:50%; }
.no-csstransforms .modal__centered { top:20%; }
.modal__close { border:0 !important; padding:10px 15px; position:fixed; top:0; right:0; }
.modal__close .icon { font-size:1.53846em; }
.closeDrawer { position:absolute; top:0; right:0; color:#fff; background-color:#000; width:30px; height:30px; line-height:28px; text-align:center; font-size:1.38462em; }
.closeDrawer:hover { color:#fff; opacity:0.75; }
.text-link.cancel { vertical-align:middle; margin:0 0 10px 10px; }

#LoginModal.modal { width:100%; max-width:100%; height:100%; top:0; left:0; transform:translate(0, 0); }
#LoginModal .password__form-heading,
#LoginModal .password__input-group { margin-bottom:20px; }
#LoginModal .last-child { margin-bottom:0; }


.notification-bar { text-align:center; position:relative; z-index:1; background-color:#121212;
	 }
.notification-bar__message { color: #fff; letter-spacing:0.5px; font-size:11px; display:block; padding:6px 10px; }

.notification-bar__message:hover { color:#fff; text-decoration:none; }
.close-announcement { color:#fff; cursor:pointer; font-size:15px; height:25px; width:25px; line-height:23px; position:absolute; right:10px; top:50%; margin-top:-12px; }



.topSpace { height:30px; }
.bredcrumbWrap { background:#f9f9f9; margin:0 0 30px; }
.breadcrumbs { padding-top:8px; padding-bottom:8px; }
.breadcrumbs.fullwidth { padding:8px 10px; }
.breadcrumbs a, .breadcrumbs span { color:#111; display:inline-block; padding:0 3px 0 0; margin-right:3px; font-size:12px; }
.breadcrumbs a:first-child, .breadcrumbs span:first-child { padding-left:0; }

.infinitpagin { clear:both; padding-top:15px; text-align:center; }

.pagination { width:100%; text-align:center; list-style:none; font-size:1.15385em; }
.pagination li { display:inline-block; }
.pagination li a { color:#919191; height:35px; width:35px; line-height:32px; display:inline-block; border:2px solid rgba(68, 68, 68, 0.1); }
.pagination li.active a { color:#444; border-color:#444; }
.pagination .icon { display:block; height:20px; vertical-align:middle; }
.pagination__text { padding:0 7.5px; }

@media only screen and (max-width:1024px) {
  .template-product .topSpace { height:5px;}
}

@media only screen and (max-width:767px) {
  .bredcrumbWrap {margin-bottom:20px;}
}


.collection-grid-item { position:relative;  }
.collection-grid-item .collection-grid-item__link { opacity:1; }

.collection-grid-item .img { background-size:cover; background-repeat:no-repeat; transition:all ease-out 0.4s; }
.collection-grid-item:hover .img { transform:scale(1.1); }
.no-zoom .collection-grid-item .img { transform:none; }

.collection-box { clear:both; }
.collection-box .grid .grid__item { padding:0; }
.collection-box .slick-prev { left:0; }
.collection-box .slick-next { right:0; }

.collection-box .collection-grid-item { text-align:center; }
.collection-box .collection-grid-item .imgWrap { overflow:hidden; }
.collection-box .collection-grid-item .details { z-index:1; position:relative; padding:15px; width:100%; text-align:center; transition:all 0.3s ease-out; }
.collection-box .collection-grid-item .details.pad-0 { padding-left:0; padding-right:0; }
.collection-box .collection-grid-item .counts { font-size:13px; font-weight:400; opacity:0.7; display:block; margin-top:6px; }
.collection-box .collection-grid-item .btn { display:inline-block; margin-top:15px; }

.collection-box .collection-grid-item__title { font-size:16px; margin:0; font-weight:400; }
@media only screen and (max-width:1024px) {
	.collection-box .collection-grid-item__title { font-size:14px; }
  	.collection-grid-item:hover .img {transform:none;}
}

.collection-box.style1 .collection-grid-item .details { display:flex; justify-content:center; align-items:center; flex-direction:column; height:100%; position:absolute; top:0; left:0; opacity:0; }
.collection-box.style1 .collection-grid-item:hover .details { opacity:1; }

.collection-box.style2 .collection-grid-item .details { position:absolute; bottom:0; left:0; transform:translateY(100%); }
.collection-box.style2 .collection-grid-item .counts { margin-top:2px; }
.collection-box.style2 .collection-grid-item:hover .details { transform:translateY(0); }

.collection-box.style4 .collection-grid-item .details { position:absolute; bottom:20px; width:auto; left:20px; right:20px; padding:15px 25px; }
.collection-box.style4 .collection-grid-item .counts { margin-top:2px; }
 @media only screen and (max-width:766px) {
	.collection-box.style1 .collection-grid-item .details, .collection-box.style2 .collection-grid-item .details,
	.collection-box.style4 .collection-grid-item .details { opacity:1; position:relative; left:0; bottom:inherit; transform:translateY(0); }
}
.collection-box.fullwidth div[class^="grid-mr-"] { margin:0; }

.collection-banners a:hover { opacity:1; }
.collection-banners .grid { display:flex; flex-wrap:wrap; }
.collection-banners .grid__item { padding:0; flex:0 0 auto; max-width:100%; }

.collection-banners .details { left:50%; transform:translateX(-50%); position:absolute; bottom:30px; right:0; padding:20px; text-align:center; }
.collection-banners .details h3 { font-size:16px; margin:0; }
.collection-banners .details .btn { margin-top:14px; }
@media only screen and (min-width:767px) {
	.collection-banners .details.left { left:7%; transform:none; }
	.collection-banners .details.right { right:7%; transform:none; }
}
.collection-banners .details p { margin:5px 0 0; }
@media only screen and (max-width:1024px) {
	.collection-banners .details h3 { font-size:14px; }
  	.collection-banners .details { bottom:20px; }
}
@media only screen and (max-width:766px) {
  	.collection-banners .grid__item { flex:0 0 auto; }
	.collection-banners .grid__item.small--one-half { flex:1 0 50%; max-width:400px; }
	.collection-banners .details { width:90%; }
}

#shopify-section-sub-collections .collection-banner.top { display:flex; justify-content:center; align-items:center;
  background-position:50% 0; }


.product-labels { position:absolute; left:50%; top:5px; z-index:11; transform:translate(-50%,0); }
.product-labels .lbl { color:#fff; font-size:11px; text-transform:uppercase; margin-bottom:5px; letter-spacing:0;
  
  	white-space:nowrap; line-height:18px; text-align:center; padding:0 5px; height:19px;
  
}
.product-labels .on-sale { background-color:#9b9b9b; }
.product-labels .sold-out { background-color:#CB611E; line-height:20px; border-radius:360px;font-size:10px; padding:0 12px; }
.product-labels .pr-label1 { background-color:#000; }
.product-labels .pr-label2 { background-color:#e9a400; }
.product-labels .pr-label3 { background-color:#81d53d; }


.tooltip-label { font-size:11px; text-transform:none; line-height:18px; transition:all 0.2s ease-in-out; visibility:hidden; opacity:0; background-color:#000; color:#fff;
	border-radius:0; padding:0 5px;	white-space:nowrap; position:absolute; bottom:calc(100% + 20px); left:50%; transform:translateX(-50%); }
.tooltip-label:before { content:""; border:5px solid transparent; border-top-color:#000; position:absolute; bottom:-9px; left:50%; margin-left:-5px; }
@media only screen and (max-width:1024px) {
	.tooltip-label { display:none; }
}

.gridSwatches { margin-top:10px; font-size:0px; }
.gridSwatches li { overflow:hidden; display:inline-block; position:relative; height:17px; width:17px; margin:3px; background-size:100% auto; background-repeat:no-repeat; cursor:pointer; box-shadow:0 0 1px 1px #ddd; border:2px solid #fff; }
.gridSwatches li.rounded { border-radius:50%; }
.gridSwatches li.rounded_rectangle { border-radius:5px; }
.gridSwatches li.flat { box-shadow:none; border:0; }
.gridSwatches li.medium { height:30px; width:30px; }
.gridSwatches li.large { height:40px; width:40px; }
.gridSwatches li:hover, 
.gridSwatches li.active { box-shadow:none; border:2px solid #e34848; }
.gridSwatches li .white { border:1px solid #ddd; }
.gridSwatches li .white .ad { color:#000; }
@media only screen and (min-width:1025px) {
	.gridSwatches li:hover { overflow:visible; }
	.gridSwatches li:hover .tooltip-label { opacity:1; bottom:calc(100% + 7px); visibility:visible; z-index:2; }
}
@media only screen and (max-width:766px) {
	.gridSwatches li.large,
  	.gridSwatches li.medium {  height:25px; width:25px; }
}

a.grid-view-item__link { opacity:1; }
.grid-view_image { width:100%; overflow:hidden; position:relative; z-index:1; }
.grid-view-item__image .placeholder-svg { position:absolute; width:100%; height:100%; }
.grid-view-item__image { display:block; position:relative; padding-bottom:130%;
  background-position:center center; background-size:cover; background-repeat:no-repeat; transition:all ease-out 0.4s; }
.grid-view_image .hover,
.grid-view_image .variantImg { visibility:hidden; opacity:0; position:absolute; left:0; top:0; z-index:2; width:100%; height:100%; }
.grid-view_image .ad-spinner4 { color:#000; font-size:24px; text-shadow:1px 1px 2px rgba(255, 255, 255, 0.7); display:none; transform:translate(-50%, -50%); position:absolute; top:50%; left:50%; z-index:50; }
.grid-view_image.showLoading .ad-spinner4 { display:block; }
.showVariantImg .grid-view-item__image { opacity:0; }
.showVariantImg .variantImg { visibility:visible; opacity:1; }
@media only screen and (min-width:1025px) {
	.grid-view_image:hover .primary { opacity:0; }
  	.grid-view_image:hover .hover { opacity:1; visibility:visible; }
}

.grid-view-item__vendor { color:#777; margin-bottom:5px; }
.grid-view-item__title { color:#4C4C4C; font-size:18px;font-weight: 600; text-transform:; font-weight: ; }
.grid-view-item__title:hover { color:#000; opacity:0.8;}

.grid-view-item__meta { margin:5px 0 10px; }
.grid-view-item .spr-badge-caption, .list-columns .spr-badge-caption { display:none;}
.grid-view-item { margin-bottom:30px; text-align:center; position:relative; z-index:0; border:1px solid rgba(0,0,0,0); transition:all 0.3s ease-out; }
.carousel .grid-view-item {margin-bottom:0;}
.grid-view-item .sizelink { display:none; }

.grid-view-item .button-set { width:100%; display:block; font-size:0px; position:absolute; bottom:-30px; left:0; z-index:444; opacity:0; transition:all 0.3s ease-out; }
.grid-view-item .button-set .btn { display:inline-block; border:0; background-color:#000; position:relative; font-size:18px; padding:0; margin:2px; line-height:35px; width:100%; height:36px; width:38px; text-align:center;
  border-radius:4px;
}
.grid-view-item:hover .button-set { bottom:10px; opacity:1; }
.grid-view-item .button-set .btn:hover { opacity:1; background-color:#333333; }
.grid-view-item .button-set .btn:hover .tooltip-label { opacity:1; bottom:calc(100% + 7px); visibility:visible; z-index:2; }
.grid-view-item .button-set .ad { color:#fff; }

@media only screen and (max-width:766px) {
  .grid-view-item .button-set .btn { line-height:30px; height:30px; width:30px; }
  .grid-view-item .button-set .ad { font-size:14px; }
  .collection-tabs-wrapper .carousel .grid-view-item { margin-bottom:20px;}
}

.spr-badge-starrating .spr-icon, .spr-icon {font-size:12px !important;}
.grid-view-item .details { padding:15px 10px 10px; }
.grid-view-item .product-price__price { font-size:14px; font-weight:400; display:inline-block; }
.grid-view-item .product-price__sale { padding-right:0; }
.grid-view-item .product-review { line-height:1; margin-bottom:14px; }
.grid-view-item .overly { content:""; display:block; width:100%; height:100%; opacity:0; position:absolute; top:0; left:0; z-index:4; background-color:rgba(255, 255, 255, 0.85); transition:all 0.3s ease-out; }

.grid-view-item.style2 .button-set,
.grid-view-item.style3 .button-set {  margin-top:10px; }
.grid-view-item.style3 .details { padding-top:10px;}

.grid-view-item.style4 .details { text-align:left; }
.grid-view-item.style4 .button-set { left:10px; bottom:10px; width:40px; }

.grid-view-item.style5 .flatbtn { margin:10px 0; }
.grid-view-item.style5 .flatbtn .btn { padding:8px 25px; border-radius:3px;}

@media only screen and (min-width:1025px) {
    .grid-view-item.style2 .details { width:100%; height:auto !important; padding-bottom:30px; opacity:0; position:absolute; top:50%; left:0; z-index:5; transform:translateY(-50%); transition:all 0.3s ease-out; }
    .grid-view-item.style2:hover .button-set { bottom:-20px; }
    .grid-view-item.style2:hover .overly,
  	.grid-view-item.style2:hover .details { opacity:1; }
  
    .grid-view-item.style3 .gridSwatches { border-bottom:1px solid rgba(0,0,0,0); }
    .grid-view-item.style3 .button-set { position:static; opacity:1; }
  
    .grid-view-item.style4:hover .button-set { visibility:visible; opacity:1; }
  	.grid-view-item.style4 .button-set .tooltip-label { left:55px; bottom:50%; transform:translateY(50%); }
	.grid-view-item.style4 .button-set .tooltip-label:before { border-color:transparent; border-right-color:#000; left:-5px; bottom:4px; }
	.grid-view-item.style4 .btn:hover .tooltip-label { left:45px; bottom:50%; transform:translateY(50%); }
  	
  	.grid-view-item.style5 .flatbtn .btn { margin-bottom:10px; }
}
@media only screen and (max-width:1024px) {
  .grid-view-item { margin-bottom:20px; }
  .grid-view-item .button-set { bottom:5px; opacity:1; }

  .grid-view-item.style2 .button-set, .grid-view-item.style3 .button-set { position:relative; bottom:0; margin-bottom:10px; }        
  .grid-view-item .details { position:relative; padding:15px 0 0; }

  .grid-view-item.style4 .saleTime.mobile { justify-content:left; padding:10px 0 0 10px;}
  
  .grid-masonary .grid-view-item .details{ padding-bottom:15px;}  

}

.saleTime { position:absolute; opacity:1; bottom:5px; left:0; right:0; z-index:11; display:flex; justify-content:center; transition:all 0.3s ease-out; }
.saleTime > span { font-size:12px; font-weight:700; display:block; min-width:35px; padding:7px 5px; line-height:1; margin:0 0 3px 3px; text-align:center; 
  color:#000;  border:1px solid #fff;
  background-color:rgba(255, 255, 255, 0.75); }
.saleTime > span span { border:0; margin-top:3px; display:block; background:none; font-size:9px; font-weight:400; line-height:1; text-transform:uppercase; }
.saleTime.mobile { position:static; margin:0 -10px; }
.saleTime.mobile > span { margin:0; min-width:30px; font-size:10px; background:#f2f2f2; }
.grid-view-item:hover .saleTime.desktop { opacity:0; }





.list-view-item__title { color:#000; font-size:em(13+2px); font-weight:700; }
.list-view-item__meta { margin:10px 0; }
.list-view-item__vendor { font-size:0.92308em; font-style:italic; }

.list-view-item { display:table; table-layout:fixed; margin-bottom:10px; padding-bottom:20px; width:100%; position:relative; }
.list-view-item:last-child { margin-bottom:0; }
.list-view-item .listview-button .btn { height:37px; line-height:36px; padding:0 10px; display:inline-block; vertical-align:top; }
.list-view-item .saleTime { bottom:10px; }
.list-view-item .list-view-item__image-wrapper { text-align:center; }
.list-view-item .list-view-item__image-wrapper img { width:100%; }
.list-view-item__image-column { display:table-cell; vertical-align:middle; width:230px; }
.list-view-item__image-column .list-view-item__image-wrapper { position:relative; margin-right:20px; overflow:hidden; }
.list-view-item__title-column { display:table-cell; vertical-align:middle; }
.list-view-item__title-column .product-review { margin:5px 0 7px; }
.list-view-item__title-column .product-price__price { font-size:13+3; font-weight:700; display:inline-block; }
.list-view-item__title-column .product-price__sale { padding-right:0; }
.list-view-item__price { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.list-view-item__price--reg { color:#f77575; }
 @media only screen and (max-width:766px) {
    .list-view-item .list-view-item__image-column, .list-view-item .list-view-item__title-column { width:100%; display:block; }
    .list-view-item__image-column { width:200px; }
    .list-view-item__image-column .list-view-item__image-wrapper { margin-right:10px; }
    .list-view-item__title-column .list-view-item__title { font-size:0.92308em; }
    .list-view-item__price--reg,  .list-view-item__price--sale { display:block; }
}

.list-columns { margin-bottom:20px; align-items:center; }
.list-columns .grid-view_image { width:33%; margin-right:15px; }
.list-columns .details { width:66%; }

.list-view-item__title-column .spr-badge { margin:10px 0;}





#header { position:relative; z-index:15; background-color	:#fff; border-bottom:1px solid #fff;
   
}

.header-logo { margin:0; min-width:170px; max-width:280px; }
.header-logo .header-logo-link { display:block; font-weight:700; letter-spacing:normal; font-size:20px; text-transform:uppercase; line-height:1; text-decoration:none; }
.header-logo img,
.header-logo svg { display:block; max-width:250px; max-height:150px;  }
@media only screen and (max-width:1024px) {
  .header-logo { max-width:100%; min-width:194px; text-align:center; flex:1 }
  .header-logo img, .header-logo svg { max-width:194px; margin:0 auto; }
  #header { border-bottom:0; }
}

.site-header { display:flex; width:100%; align-items:center; position:relative; padding:0 10px; }


  .site-header #shopify-section-navigation{flex-grow:1;}
.site-header .icons-col { justify-content:flex-end; margin-left:40px;  }
.site-header a.hdicon { position:relative; color:#030505; display:inline-block; height:40px; line-height:30px; text-align:center; }
.site-header a.hdicon .ad { font-size:18px; width:40px; height:40px; }


#CartCount, .favCount { position:absolute; background:#4C4C4C; color:#fff; min-width:16px; height:16px; border-radius:16px; line-height:17px; font-size:11px; right:0px; top:3px; }


@media only screen and (min-width:767px) {
	.site-header a.hdicon .ad { font-size:17px; }
}
@media only screen and (max-width:1024px) {
	.site-header { min-height:100px;align-items:center; }
	.site-header .mobile-nav, .site-header .icons-col {margin-left:0; flex:1; align-items:center; display: flex;
    align-items: center;}
  
}


#header.classic-style:not(.stickyHeader) { background:none; box-shadow:none; position:absolute; left:0; right:0; z-index:97; border:none; }
#header.classic-style:not(.stickyHeader) .stlogo,
#header.classic-style.stickyHeader .cllogo { display:none; }
#header.classic-style:not(.stickyHeader) #shopify-section-navigation { background:none; }
#header.classic-style:not(.stickyHeader) a.hdicon,
#header.classic-style:not(.stickyHeader) #siteNav > li > a { color:#030505; }
#header.classic-style:not(.stickyHeader) #siteNav > li:hover > a,
#header.classic-style:not(.stickyHeader) #siteNav > li > a:hover,
#header.classic-style:not(.stickyHeader) #siteNav > li a.active { opacity:0.7; background:none !important; }
#header.classic-style:not(.stickyHeader).nav-below { position:relative; }


#header.stickyHeader { position:fixed; top:0; z-index:50; width:100%; left:0; box-shadow:0 0 7px rgba(0, 0, 0, 0.2); }
.stickyHeader .site-header { min-height:50px; }
.stickyHeader .site-header .header-logo img,
.stickyHeader .site-header .header-logo svg { max-height:10px; max-width:70px; }

@media only screen and (min-width:1025px) { .stickyHeader.popup { padding-right:16px; } }


#settingsBox, #cart-drawer, #searchPopup { color:#000; text-align:left; background-color:#fff; 
  box-shadow:0 0 15px rgba(0, 0, 0, 0.1); transition:all 0.3s ease-in-out; }

#settingsBox { font-size:13px; visibility:hidden; opacity:0; padding:20px; width:300px; position:absolute; top:130%; right:15px; z-index:99; }
#settingsBox.active { visibility:visible; opacity:1; top:100%; }
#settingsBox .customer-links { text-transform:uppercase; }
#settingsBox .ctLink { color:#000; text-decoration:underline; }
#settingsBox .ctLink:hover { text-decoration:none; }
#settingsBox .ttl { margin:20px 0 10px; font-weight:600; display:block; letter-spacing:0.2px; }
#settingsBox .btn { width:100%; }

.currency-picker .selected-currency { display:none; }
.cnrLangList li { display:inline-block; margin:0 5px 5px 0; cursor:pointer; }
.cnrLangList li a { color:#000; display:block; font-size:12px; padding:1px 10px; opacity:0.6; border-radius:3px; border:1px solid rgba(0, 0, 0, 0.3); }
.cnrLangList li a:hover { opacity:1; }
.cnrLangList li.selected a,
.cnrLangList li a.weglot-link--active { color:#F04343; border-color:#F04343; opacity:1; }

#cart-drawer { width:90%; max-width:320px; height:100%; display:flex; flex-direction:column; position:fixed; top:0; right:-400px; z-index:555; }
#cart-drawer.active { right:0; }
#cart-drawer > h4 { color:#000; font-size:18px; text-align:left; margin:10px 15px; }
#cart-drawer .close-cart { color:#000; font-size:20px; opacity:0.6; position:absolute; right:10px; top:7px; }
#cart-drawer .remove { color:#000; opacity:0.5; }
#cart-drawer .btn { width:100%; }
#cart-drawer .cart_tearm { margin-bottom:20px; }

.mini-products-list { padding:0 15px; overflow-x:hidden; overflow-y:auto; }
.mini-products-list .grid { margin:0; }
.mini-products-list .grid__item { padding:0; }
.mini-products-list li { padding:10px 0; line-height:normal; border-top:1px solid #eeeeee; }
.mini-products-list .product-details { text-align:left; padding-left:15px; }
.mini-products-list .pName { color:#000; white-space:normal; text-decoration:none; display:block; line-height:1.3; margin-right:20px; }
.mini-products-list .vropts { color:#000; opacity:0.6; padding:5px 0; }
.mini-products-list .remove { float:right; padding:7px; margin:-7px -7px 0 0; }
.mini-products-list li ul { margin:0 0 5px; padding:0; }
.mini-products-list li ul li { border:0 none; padding:0; }
.mini-products-list .priceRow { align-items:center; }
.mini-products-list .qtyField { max-width:75px; margin-left:auto; }
.mini-products-list .qtyField .qtyBtn { width:25px; height:25px; line-height:25px; padding:0; }


.minicartTol { padding:15px 15px 25px; border-top:1px solid #eeeeee; }
.minicartTol .freeShipMsg { background-color:rgba(0, 0, 0, 0.05); padding:10px 15px; margin:-15px -15px 15px; }
.minicartTol .cart-subtotal-row { padding:0 0 10px; margin-bottom:0; }

.minicartTol .freeShipMsg {display:flex;}
.minicartTol .freeShipMsg .ad {margin:2px 4px 0 0;}

#searchPopup { width:100%; padding:40px 50px; opacity:0; position:fixed; top:0; left:0; z-index:999; transform:translateY(-100%); }
#searchPopup.active { opacity:1; transform:translateY(0); }
#searchPopup h4 { color:#000; }
#searchPopup .closeSearch { color:#000; font-size:24px; position:absolute; top:10px; right:20px; }
#searchPopup .input-group { border-bottom:1px solid #eeeeee; }
#searchPopup .search__input { color:#000; padding:5px 0; background:none; border:0 none; }
#searchPopup .btn { color:#000; opacity:0.5; padding:0; border:0 none; background:none; }
@media only screen and (max-width:766px) {
	#searchPopup { padding:15px 20px; }
	#searchPopup .closeSearch { top:0px; right:10px; }
}

.search-results { list-style-type:none; width:100%; max-width:100%; margin:0 -5px; padding:10px 0 0; }
.search-results li { float:left; vertical-align:top; width:25%; margin:0; padding:5px; }
.search-results li:nth-child(4n+1) { clear:both; }
.search-results a { color:#000; display:table; width:100%; text-decoration:none; }
.search-results a:hover { color:#000; opacity:1; background-color:#f2f2f2; }
.search-results .img { display:table-cell; width:60px; padding:5px; vertical-align:middle; }
.search-results .img img { display:block; margin:0 auto; }
.search-results .details { padding:5px; line-height:1.2; display:table-cell; text-align:left; vertical-align:middle; }
.search-results .price { display:block; font-weight:700; margin-top:5px; }
@media only screen and (max-width:766px) {
	.search-results li { width:50%; }
	.search-results li:nth-child(2n+1) { clear:both; }
	.search-results .img { width:40px; padding:5px; vertical-align:middle; }
}




.siteNavigation .lbl { color:#fff; font-size:10px; letter-spacing:0; line-height:1; display:inline-block; padding:2px 4px; background-color:#f00; position:relative; vertical-align:middle; }
.siteNavigation .lbl:after { content:" "; display:block; width:0; height:0; position:absolute; bottom:3px; left:-7px; border:4px solid transparent; border-right-color:#f00; }
.siteNavigation .lbl.nm_label1 { background-color:#06b608; }
.siteNavigation .lbl.nm_label1:after { border-right-color:#06b608; }
.siteNavigation .lbl.nm_label2 { background-color:#1cb5b5; }
.siteNavigation .lbl.nm_label2:after { border-right-color:#1cb5b5; }
.siteNavigation .lbl.nm_label3 { background-color:#f48920; }
.siteNavigation .lbl.nm_label3:after { border-right-color:#f48920; }
.siteNavigation .lbl.nm_label4 { background-color:#d0a306; }
.siteNavigation .lbl.nm_label4:after { border-right-color:#d0a306; }
.siteNavigation .lbl.nm_label5 { background-color:#ff0000; }
.siteNavigation .lbl.nm_label5:after { border-right-color:#ff0000; }



@media only screen and (max-width:1279px){
	#siteNav > li > a { padding:0 10px; }
}

.js-mobile-nav-toggle { margin-left:-9px; }
.js-mobile-nav-toggle.close .ad-bars-l:before { content:"\ec0f"; }

@media only screen and (max-width:1024px) {
    body { position:relative; left:0; transition:all 0.3s ease-in-out; }
    body.menuOn { left:270px; }
    body.menuOn .modalOverly { display:block; opacity:0.3; }
    .mobile-nav-wrapper { width:270px; height:100%; position:fixed; left:-270px; top:0; z-index:999; background-color:#fff;
        box-shadow:0 0 5px rgba(0, 0, 0, 0.3); opacity:0; visibility:hidden; transition:all 0.3s ease-in-out; }
    .mobile-nav-wrapper.active { left:0; opacity:1; visibility:visible; }
    .closemobileMenu { color:#000; font-size:13px; padding:8px 10px; background-color:#eee; cursor:pointer; }
    .closemobileMenu .ad { font-size:18px; }
    #MobileNav { height:calc(100% - 36px); padding-bottom:10px; overflow:auto; }
    #MobileNav li { border-top:1px solid #eee; position:relative; }
    #MobileNav li.grid__item { float:none; padding:0; }
    #MobileNav li a { color:#000; font-size:13px; text-decoration:none; display:block; padding:10px 45px 10px 10px;
      	opacity:1; font-weight:400; letter-spacing:0.05em; text-transform:uppercase; }
    #MobileNav li a .ad { color:#000; display:block; width:40px; height:40px; line-height:40px; position:absolute; right:0; top:0; text-align:center; padding:0 10px; }
    #MobileNav li ul { display:none; background-color:#f2f2f2; }
    #MobileNav li li a { padding-left:20px; }
    #MobileNav li li li a { padding-left:30px; }
    #MobileNav li li li li a { padding-left:40px; }
}





.slideshow-wrapper { position:relative; }
.slideshow { overflow:hidden; margin-bottom:0; }
.slideshow a:hover, .slideshow__link { opacity:1; text-decoration:none; }
.slideshow .slick-list, .slideshow .slick-track, .slideshow__slide { height:100%; }
.slideshow .slick-arrow { width:40px; border-radius:5px; height:40px; line-height:38px; background-color:rgba(255, 255, 255, 0.5); }
.slideshow .slick-arrow:before { font-size:20px; }
.slideshow .slick-arrow:hover { background-color:rgba(255, 255, 255, 0.6); box-shadow:0 0 4px rgba(0, 0, 0, 0.3); }
.slideshow .slick-prev { left:10px; }
.slideshow .slick-next { right:10px; }
.slideshow .slick-dots { bottom:10px; text-align:center; left:50%; transform:translateX(-50%); }
.slideshow .slick-dots li button { background-color:#fff; padding:0; }

.slideshow__slide { position:relative; overflow:hidden; }
a.slideshow__link { display:block; position:absolute; top:0; left:0; right:0; bottom:0; opacity:1 !important; }
.slideshow__overlay:before { content:''; position:absolute; top:0; right:0; bottom:0; left:0; background-color:rgba(0,0,0,0); opacity:0; z-index:3; }
.slideshow__image {  position:absolute; top:0; left:0; opacity:0; visibility:hidden; z-index:1; height:100%; width:100%; background-repeat:no-repeat; background-size:cover; background-position:center center; }
.slick-active .slideshow__image { opacity:1; visibility:visible; }

@media only screen and (max-width:766px) {
	.slideshow .slick-arrow { width:30px; height:30px; line-height:30px; }
	.slideshow .slick-arrow:before { font-size:16px; }
  	
  	.slideshow__image.left, .slideshow__image.leftbottom { background-position:60% 0 !important; }
	.slideshow__image.right, .slideshow__image.rightbottom { background-position:10% 0 !important; }
}
.slideshow__text-wrap { height:100%; }
.slideshow__link .slideshow__text-wrap { cursor:inherit; }
.slideshow__text-wrap:after { content:''; display:block; width:40px; height:40px; position:absolute; margin-left:-20px; margin-top:-20px; border-radius:50%; border:3px solid white; border-top-color:transparent; -webkit-animation:spin 0.65s infinite linear; animation:spin 0.65s infinite linear; opacity:1; transition:all 1s cubic-bezier(0.29, 0.63, 0.44, 1); top:50%; left:50%; z-index:5; }
.slick-initialized .slideshow__text-wrap:after, .no-js .slideshow__text-wrap:after { opacity:0; visibility:hidden; content:none; }
.wrap-caption { display:inline-block; padding:30px; }


.slideshow__text-content { position:absolute; max-width:600px; width:50%; top:51%; z-index:3; transform:translateY(-50%); }
.left .slideshow__text-content { left:7%; text-align:left; }
.leftbottom .slideshow__text-content { left:7%; text-align:left; bottom:8%; transform:none; top:inherit; }
.right .slideshow__text-content { 
  right:21px; 
  text-align:right; }
  .slideshow__text-wrap.slideshow__overlay.right {
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.rightbottom .slideshow__text-content { right:7%; text-align:right; bottom:8%; transform:none; top:inherit; }
.topcenter .slideshow__text-content { left:50%; top:5%; transform:translateX(-50%); text-align:center; }
.bottomcenter .slideshow__text-content { top:inherit; left:50%; bottom:5%; transform:translateX(-50%); text-align:center; }
.center .slideshow__text-content { left:50%; transform:translate(-50%, -50%); text-align:center; }

@media only screen and (max-width:1279px){
  	.wrap-caption { padding:20px; }
	.left .slideshow__text-content { left:1.5%; }
	.right .slideshow__text-content { right:1.5%; }
}
@media only screen and (max-width:766px) {
  	
	.slideshow__text-content { width:100%; }
	.left .slideshow__text-content { left:50%; transform:translate(-50%, -50%); }
	.right .slideshow__text-content { right:50%; transform:translate(50%, -50%); }
	.leftbottom .slideshow__text-content { left:10%; }
	.rightbottom .slideshow__text-content { right:10%; }
}
  @media only screen and (max-width:390px) {
    .slideshow__text-content { width:110%; }
  }
.slideshow__text-content .btnWrap { display:inline-block; margin-top:15px; }
@media only screen and (min-width:1025px) {
	.slideshow__text-content .btnWrap { margin-top:20px; }
}
.slideshow__text-content .anim-tru.style1 { opacity:0; transition:1s all 100ms; transform:scale(0.8); }
.slick-active .slideshow__text-content .anim-tru.style1 { opacity:1; transform:scale(1); }
.slideshow__text-content .anim-tru.style2 .mega-small-title { opacity:0; transition:1s all 100ms; transform:translateY(-20px); }
.slideshow__text-content .anim-tru.style2 .slideshow__title { opacity:0; transition:0.8s all 200ms; transform:translateY(-15px); }
.slideshow__text-content .anim-tru.style2 .slideshow__subtitle { opacity:0; transition:0.7s all 300ms; transform:translateY(-10px); }
.slideshow__text-content .anim-tru.style2 .btnWrap { opacity:0; transition:0.6s all 400ms; transform:translateY(10px); }
.slick-active .slideshow__text-content .anim-tru.style2 .mega-small-title { opacity:1; transform:translateY(0); }
.slick-active .slideshow__text-content .anim-tru.style2 .slideshow__title { opacity:1; transform:translateY(0); }
.slick-active .slideshow__text-content .anim-tru.style2 .slideshow__subtitle { opacity:1; transform:translateY(0); }
.slick-active .slideshow__text-content .anim-tru.style2 .btnWrap { opacity:1; transform:translateY(0); }
.slideshow__text-content .anim-tru.style3 { opacity:0; margin-bottom:-30px; transition:1s all 100ms; }
.slick-active .slideshow__text-content .anim-tru.style3 { opacity:1; margin-bottom:0; }

.mega-small-title { margin:0; letter-spacing:normal; font-size:12px; line-height:1.2; }
.slideshow__title { letter-spacing:normal; font-size:47px; line-height:1.1; }
.slideshow__subtitle { margin-top:10px; letter-spacing:normal; display:block; font-size:16px; line-height:1.1; }
@media only screen and (max-width:1279px) {
	.mega-small-title { font-size:11px; }
  	.slideshow__title { font-size:37px; }
  	.slideshow__subtitle { font-size:14px; }
}
@media only screen and (max-width:1024px) {
	.mega-small-title { font-size:10px; }
  	.slideshow__title { font-size:32px; }
  	.slideshow__subtitle { font-size:12px; }
}
@media only screen and (max-width:766px) {
	.mega-small-title { font-size:10px; }
  	.slideshow__title { font-size:28px; }
  	.slideshow__subtitle { font-size:12px; }
}

.slideshow__subtitle li { line-height:1.5; position:relative; padding-left:20px;}
.slideshow__subtitle li:before {
 left: 0;
    content: "\ea7f";
    font-family: adorn-icons;
    font-size: 22px;
    top: 50%;
    margin-top: -10px;
    font-weight: bold;
    padding-right: 10px;
    color: #b69269;
  }

.imageSlideshow .slideshow { height:auto; }
.imageSlideshow .placeholder-background,  .imageSlideshow .slideshow__image, .imageSlideshow .slideshow__link { position:static; text-align:center; }
.imageSlideshow .slideshow__image img { width:100%; }


a.hero-outer:hover { opacity:1; }
.hero { position:relative; display:table; width:100%; background-size:cover; background-repeat:no-repeat; background-position:50% 50%; }
.hero .mega-title { font-size:30px; margin:0; line-height:1.3; }
.hero .mega-subtitle { font-size:16px; margin:10px 0 0; }
.hero .hero__inner { position:relative; display:table-cell; vertical-align:middle; z-index:2; }
.hero .pretext { text-transform:uppercase; letter-spacing:0.5px; margin-bottom:5px; display:inline-block; }
.hero .wrap-text { padding:20px; text-align:center; position:relative; }
.hero .wrap-text .btn { margin-top:25px; }
@media only screen and (min-width:767px) {
    .hero .wrap-text { max-width:500px; padding:30px; }
    .hero .center { margin:0 auto; }
    .hero .topleft { position:absolute; left:5%; top:10%; }
    .hero .topright { position:absolute; right:5%; top:10%; }
    .hero .bottomleft { position:absolute; left:5%; bottom:10%; }
    .hero .bottomright { position:absolute; right:5%; bottom:10%; }
    .hero .leftcenter { float:left; }
    .hero .rightcenter { float:right; }
}
@media only screen and (max-width:1024px) {
	.hero { background-attachment:inherit !important; background-position:50% 50% !important; }
}
.heroSaleTime { display:inline-block; margin-top:20px; }
.heroSaleTime > span { border-radius:5px; font-size:14px; display:inline-block; margin:0 4px; padding:8px 8px 7px; }
.heroSaleTime > span span { display:block; font-size:12px; min-width:40px; margin-bottom:0; }
 @media only screen and (max-width:766px) {
	.hero .mega-title { font-size:21px; line-height:1; }
	.hero .mega-subtitle { font-size:13px; }
	.heroSaleTime > span { margin:0 1px; padding:3px 5px; }
	.heroSaleTime > span span { font-size:10px; min-width:30px; }
}


.quote-wraper { padding:40px; }
@media only screen and (max-width:766px) {
	.quote-wraper { padding:20px 0; }
}
.quote-wraper .sec-ttl h3 { font-size:18px; }
.quote-wraper .quotes-slider__text { font-size:13px; }
.quote-wraper .author-pic { margin-bottom:20px; display:block; }
.quote-wraper .author-pic img { border-radius:50%; }
.quotes-slider blockquote { font-weight:400; border:0; max-width:700px; margin:0 auto; line-height:26px; background:none; }
.quotes-slider .authour { margin-top:25px; font-weight:600; font-size:13px; letter-spacing:1px; text-transform:uppercase; line-height:18px; }
.quotes-slider .authour span { display:block; letter-spacing:0.03em; font-size:11px; font-weight:400; }

.quotes-slider.slick-initialized { cursor:grab; cursor:-moz-grab; cursor:-webkit-grab; }
.quotes-wrapper .slick-dots { position:relative; bottom:0; margin-top:50px; }
.quotes-wrapper .slick-dots li button { background-color:#111; opacity:0.2; padding:0; }
.quotes-wrapper .slick-dots li.slick-active button { opacity:1; }
.quotes-wrapper .slick-slide[tabindex="0"] { outline:none; }



.feature-row { display:flex; width:100%; justify-content:space-between; -ms-flex-align:center; align-items:center; }
.feature-row__item { flex:0 1 50%; }
.feature-row__image { display:block; }
.feature-row__text { padding:20px; }
.feature-row h3 { font-size:16px; margin-bottom:15px; }
.feature-row .row-text { font-size:14px; width:100%; margin:0 auto; }
.left .row-text {padding-left:35px;}
.feature-row .row-text.text-center { padding:0 20px; }
@media only screen and (min-width:767px) {
	.imgCol.fadeInRight { order:2; }
}
@media only screen and (max-width:766px) {
  	.feature-row { flex-direction:column; }
  	.feature-row__item { flex:1 1 100%; width:100%; }
	.feature-row__text { order:2; padding:20px 0; }
  	.feature-row h3 { font-size:13px; }
	.feature-row .row-text { font-size:12px; padding:0 35px; width:100%; }
}


.map-section { position:relative; height:300px; width:100%; overflow:hidden; }
.map-section .page-width { height:100%; }
.map-section__overlay-wrapper { position:relative; text-align:center; height:100%; }
.map-section__overlay { position:relative; display:inline-block; background-color:#fff; padding:20px; margin-top:10px; width:100%; text-align:center; z-index:3; }
.map-section--load-error { height:auto; }
.map-section--load-error .map-section__overlay { position:static; transform:translateY(0); }
.map-section__link { display:block; position:absolute; top:0; left:0; width:100%; height:100%; z-index:2; }
.map-section__container { position:absolute; top:0; left:0; width:100%; height:120%; margin-bottom:-50%; }
@media only screen and (min-width:767px) {
  	.map-section { height:500px; }
  	.map-section__overlay { position:absolute; left:0; top:50%; transform:translateY(-50%); margin-top:0; width:auto; }
}
@media only screen and (max-width:766px) {
	.map-section__overlay { position:absolute; left:0; width:auto; }
}
.gm-style-cc, .gm-style-cc + div { visibility:hidden; }



.custom-block .text { margin-bottom:15px; }
.custom-content { display:flex; width:100%; align-items:stretch; flex-wrap:wrap; width:auto; margin:0 -15px -30px; }
.custom-content.zero-pad { margin:0; font-size:0px; }
.custom__item { flex:0 0 auto; margin-bottom:30px; padding-left:15px; padding-right:15px; max-width:100%; }
.zero-pad .custom__item { padding:0; margin:0; font-size:0px; }
@media only screen and (max-width:766px) {
	.custom-content { margin:0 -10px -20px; }
	.custom__item { flex:0 0 auto; padding-left:10px; padding-right:10px; margin-bottom:20px; }
	.custom__item.small--one-half { flex:1 0 50%; max-width:400px; margin-left:auto; margin-right:auto; }
}
.custom__item .collection-grid-item,
.custom__item .grid-view-item { margin:0; }
.custom__item .rte-setting a { text-decoration:underline; }
.custom__item .rte-setting a :hover { text-decoration:none; }
.custom__item .text-center .custom-text { margin:0 auto; }
@media only screen and (min-width:1025px) {
	.custom__item .text-center .custom-text { max-width:80%; }
	.one-whole .custom__item .text-center .custom-text { max-width:70%; }
}
@media only screen and (max-width:766px) {
  .small--one-whole.block-product { width:50%; }
  .zero-pad .custom__item { margin-bottom:10px; }
  .zero-pad .custom__item .details { padding-left:8px; padding-right:8px; }
}
.custom__item-inner { z-index:1; position:relative; display:inline-block; text-align:left; max-width:100%; width:100%; }
.custom__item-inner--video, .custom__item-inner--collection, .custom__item-inner--html { display:block; }
.custom__item-inner--text img { margin-bottom:15px; }
.custom__item-inner--text h3 { margin-bottom:10px; }
@media only screen and (min-width:767px) {
	.custom__item-inner--text h3.medium { font-size:25px; }
	.custom__item-inner--text h3.large { font-size:32px; }
}
.custom__item-inner--text .rte-setting + .btn { margin-top:20px; }
.custom__item-inner--collection { position:relative; }
.custom__item-inner--collection .details { position:absolute; left:0; right:0; text-align:center; bottom:30px; }
.custom__item-inner--collection .details h3 { margin:0; background-color:#fff; font-size:15px; display:inline-block; padding:10px 20px; 
  color: #444;
}

.custom__item-inner .product-single__photo {width:100%; margin:0;}

@media only screen and (max-width:1023px) {
  .custom__item-inner .product-single {display:block; max-width:768px; margin:0 auto;}
  .custom__item-inner .product-single > div {display:block; width:100%;}
}

.align--top-middle { text-align:center; }
.align--top-right { text-align:right; }
.align--middle-left { -ms-flex-item-align:center; align-self:center; }
.align--center { -ms-flex-item-align:center; align-self:center; text-align:center; }
.align--middle-right { -ms-flex-item-align:center; align-self:center; text-align:right; }
.align--bottom-left { -ms-flex-item-align:flex-end; align-self:flex-end; }
.align--bottom-middle { -ms-flex-item-align:flex-end; align-self:flex-end; text-align:center; }
.align--bottom-right { -ms-flex-item-align:flex-end; align-self:flex-end; text-align:right; }


.collection-tabs { text-align:center; margin-bottom:30px; }
.collection-tabs li { display:inline-block; margin:0 8px; }
.collection-tabs a { color:#000; font-size:13px; display:inline-block; padding:0; position:relative;
	padding:5px 15px 4px; border:1px solid rgba(0,0,0,0); background-color:rgba(0,0,0,0); }
.collection-tabs a:hover, .collection-tabs a:focus,
.collection-tabs .active a { color:#fff; opacity:1; border-color:rgba(0,0,0,0); background-color:#000; }

.collection-tabs .style1 a { padding:4px; border:0 none; background:none; }
.collection-tabs .style1 a:after { content:""; width:100%; opacity:0; display:block; height:2px; margin-top:2px; background:rgba(0,0,0,0); }
.collection-tabs .style1 a:hover:after { opacity:0.5; }
.collection-tabs .style1.active a:after { opacity:1; }

.collection-tabs .style3 a { border-radius:30px; }

.productSlider .slick-list { margin-left:-15px; margin-right:-15px; }
.productSlider .item { padding:3px 15px; }
@media only screen and (max-width:766px) {
	.productSlider .slick-list { margin-left:-5px; margin-right:-5px; }
	.productSlider .item { padding:0 5px; }
}

.collection-columns .column-ttl { position:relative; margin-bottom:25px; }
@media only screen and (max-width:766px) {
  .collection-columns .column-ttl { margin-bottom:15px; margin-top:10px;}
}



.imgBanners { padding:10px 0; margin-top:-20px; }
.imgBanners .sec-ttl { margin:30px 0 -10px; }
.layout-boxed .imgBanners { padding:10px 15px; }
.layout-boxed .imgBanners .fullwidth, .layout-boxed .imgBanners .page-width { padding:0; }
.imgBnrOuter .grid { margin:0 -10px; }
.imgBnrOuter .grid .grid__item:not(.img-bnr) { padding:0; }
.imgBnrOuter .img-bnr { text-align:center; padding:10px; }
.imgBnrOuter .inner { position:relative; overflow:hidden; }
.imgBnrOuter .inner * { transition:all 0.3s ease-in-out; }
.imgBnrOuter .inner img { display:block; width:100%; }
.imgBnrOuter .inner .ttl { line-height:25px; font-size:16px; display:inline-block; padding:10px 20px; max-width:80%; position:absolute; }
.imgBnrOuter .inner:hover a { opacity:1; }
.imgBnrOuter .inner:hover img { transform:scale(1.1); }
.imgBnrOuter .inner.topleft .ttl { left:20px; top:20px; text-align:left; }
.imgBnrOuter .inner.topright .ttl { right:20px; top:20px; text-align:right; }
.imgBnrOuter .inner.center .ttl { left:50%; top:50%; transform:translate(-50%, -50%); }
.imgBnrOuter .inner.btmleft .ttl { left:20px; bottom:20px; text-align:left; }
.imgBnrOuter .inner.btmright .ttl { right:20px; bottom:20px; text-align:right; }
.imgBnrOuter .grid.no-zoom img { transform:none !important; }
@media only screen and (max-width:766px) {
  	.layout-boxed .index-section.imgBanners { padding:5px 10px; }
	.imgBnrOuter a { opacity:1; }
	.imgBnrOuter .grid .grid__item { width:100%; }
}


.store-info { justify-content:space-between; margin:0 -20px; }
.store-info li { flex:1; padding:10px 20px; }
.store-info h5 { margin-bottom:5px; letter-spacing:0.05em; font-size:14px; }
.store-info .ad { font-size:40px; display:inline-block; margin-bottom:20px; }
.store-info.style2 li a { align-items:center; }
.store-info.style2 .ad { margin:0 15px 0 0; }
@media only screen and (min-width:767px){
	.store-info a:not(.flex) { display:inline-block; }
	.store-info.style1 li { text-align:center; }
}
@media only screen and (max-width:1024px){
	.store-info.style2 { flex-wrap:wrap; }
	.store-info.style2 li { flex:1 1 50%; }
}
@media only screen and (max-width:766px){
	.store-info { flex-wrap:wrap; flex-direction:column; margin:0; }
    .store-info li { border:0 !important; width:100%; padding:10px 0;}
    .store-info li a { display:flex; }
    .store-info li .ad { margin:0 15px 0 0; font-size:30px; min-width:30px; text-align:center; }
}


.logo-bar .slick-track { display:flex; align-items:center; }
.logo-bar__link { display:block; margin:auto; }
.logo-bar__link .logoImg { background-size:contain; background-repeat:no-repeat; background-position:center; }


.insta-shop { margin:0 -10px; }
.home-instagram .instagram-des { margin-bottom:25px; }
.home-instagram .instafeed { position:relative; width:100%; text-align:center; }
.home-instagram .instafeed:not(.carousel ) { display:flex; flex-wrap:wrap; }
.home-instagram .instafeed .insta-img a { position:relative; padding-bottom:100%; display:block; overflow:hidden; }
.home-instagram .instafeed .insta-img img { display:block; width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); }
.home-instagram .grid-sp .insta-img { padding:0 5px 10px; }
.home-instagram .followus { text-align:center; padding:20px 0; }
.home-instagram .followus .btn { position:relative; z-index:555; }



.video-sec { position:relative; font-size:0px; }
.video-text { position:absolute; }
.video-text .ttl { font-size:30px; display:block; margin-bottom:15px; }
@media only screen and (min-width:767px) {
    .video-text.left { left:7%; text-align:left; top:50%; }
    .video-text.leftbottom { left:7%; text-align:left; bottom:10%; transform:none; top:inherit; }
    .video-text.right { right:7%; text-align:right; top:50%; }
    .video-text.rightbottom { right:7%; text-align:right; bottom:10%; transform:none; top:inherit; }
    .video-text.topcenter { left:50%; top:140px; transform:translateX(-50%); text-align:center; }
    .video-text.bottomcenter { top:inherit; left:50%; bottom:10%; transform:translateX(-50%); text-align:center; }
    .video-text.center { left:50%; top:50%; transform:translate(-50%, -50%); text-align:center; }
}
@media only screen and (max-width:766px) {
	.video-text { top:50%; transform:translateY(-50%); text-align:center; width:100%; }
	.video-text .ttl { font-size:27px; }
}


.simple-text { letter-spacing:normal; }
.simple-text a { text-decoration:underline; }
.simple-text span { display:block; margin-bottom:20px; }
@media only screen and (max-width:766px) {
	.simple-text { font-size:16px; padding:0 15px; }
}


.wrap-block { margin:0 auto; display:block; text-align:center; }
.wrap-block .simple-text { padding:0; }
.wrap-block a { margin-top:20px; }



.collection-image { margin-bottom:20px; }
.collection-title { font-size:18px; text-transform:uppercase; font-weight:700; margin-bottom:0; }
.collection-description { font-size:13px; }

.clPageBnr { justify-content:center; align-items:center; padding:20px 30px; position:relative; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; }
.clPageBnr.info-below { padding:0; }
.clPageBnr.info-over { margin-bottom:20px; }
.clPageBnr.text-left { justify-content:flex-start; }

.info-below .collection-title  {margin-bottom:12px;}

.catBanners { margin-bottom:25px; }
.catBanners .slideshow > .slideshow__slide:not(:first-child) { display:none; }


.sidebar { width:300px; transition:all 0.3s ease-in-out; }

.closeFilter { z-index:333; color:#444; font-size:17px; line-height:34px; height:35px; width:35px; text-align:center; 
     cursor:pointer; position:absolute; top:5px; right:5px; }
.sidebar .sidebar_widget { margin-bottom:30px; }
.sidebar .widget-title { color:#000; font-size:15px; margin-bottom:10px; font-weight:700; letter-spacing:0.2px; position:relative; }

@media only screen and (min-width:1024px) {
  .sidebar.popup { height:100%; padding:15px; position:fixed; top:0; left:0; z-index:335; overflow:auto; transform: translateX(-110%); background-color:#fff; box-shadow:0 0 10px rgba(0, 0, 0, 0.1); }
  .sidebar.popup.active { transform: translateX(0); }
  
}
@media only screen and (max-width:1024px) {
  .sidebar_tags { overflow:auto; max-height:100%;}
  .filterbar { width:280px; height:100%; padding:0; position:fixed; top:0; left:0; z-index:444; background-color:#fff; transform:translateX(-290px); box-shadow:0 0 10px rgba(0,0,0,0.1); }
  .filterbar.active { left:0; transform: translateX(0); }
  .filterbar .sidebar_widget { padding:15px 15px 0 15px; margin-bottom:15px; }
}

ul.sidebar_cate .grid__item { float:none; }
ul.sidebar_cate li { padding:4px 0; }
ul.sidebar_cate a { color:#000; }
ul.sidebar_cate a:hover { color:#B69269; }
ul.sidebar_cate ul { margin:0 0 0 15px; }

ul.twoCall { column-count:2; column-gap:12px; }
ul.flOpt li { padding:3px 0; }
ul.flOpt li label { font-weight:400; font-size:12px; }
ul.flOpt li.disabled { opacity:0.5; cursor:default; }

.clrFl { overflow:hidden; }
.clrFl li { display:inline-block; padding:0; margin:0 5px 5px 0; position:relative; }
.clrFl .clrbox { font-size:11px; display:block; height:18px; width:18px; line-height:18px; border-radius:0; overflow:hidden; }
.clrFl .clrbox:before { position:absolute; width:100%; text-align:center; color:#fff; font-family:"adorn-icons"; }
.clrFl .clrbox.rounded { border-radius:50%; }
.clrFl .clrbox.rounded_rectangle { border-radius:4px; }
.clrFl .clrbox.medium { font-size:13px; height:30px; width:30px; line-height:30px; }
.clrFl .clrbox.large { font-size:14px; height:40px; width:40px; line-height:40px; }
.clrFl .clrbox.swtwhite { border:1px solid #eee; }
.clrFl .clrbox.swtwhite:before { color:#000; }
.clrFl input:checked + .clrbox:before { content:'\ea7f'; }
.clrFl input:disabled + .clrbox:before { content:""; position:relative; opacity:0.5; cursor:default; display:block; width:100%; height:100%; background:url(//mothersprotect.com/cdn/shop/t/304/assets/soldout.png?v=23754512391860133391751021652) no-repeat 50% 50%/cover; }
.clrFl li:hover .tooltip-label { opacity:1; visibility:visible; bottom:calc(100% + 7px); }

.crFilters { margin-bottom:20px; }
.crFilters .actFilter { cursor:pointer; display:inline-block; margin:0 3px 0 0; padding:3px 6px; background:#000; color:#fff; font-size:11px; }
.crFilters .actFilter:only-child { display:none; }
.crFilters .ad { font-size:11px; vertical-align:baseline; padding-left:5px; }
.crFilters .btn-link { display:inline-block; margin-top:10px; font-size:11px; text-decoration:underline; }

.side-pr-slider item:not(:first-child) { display:none; }
.side-pr-slider .grid-view-item { margin-bottom:0; }
.side-pr-slider .slick-prev { left:-12px; }
.side-pr-slider .slick-next { right:-12px; }

.sidebar .static-banner { border:0 none; }


.filters-toolbar { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; margin-bottom:20px; }
.filters-toolbar select { font-size:12px; height:auto; max-width:100%; min-width:inherit; margin:0; padding:5px 25px 5px 5px; border:0 none; }
.filters-toolbar .change-view { font-size:18px; line-height:1; background:none; opacity:0.5; border:0; padding:0 3px; }
.filters-toolbar .change-view--active { opacity:1; }
.btn-filter { border-radius:3px; text-transform:uppercase; padding:2px 12px; line-height:normal; height:auto; font-size:12px; letter-spacing:0; margin-right:15px; }
.btn-filter .ad { font-size:13px; vertical-align:middle; margin-bottom:3px; }
.flbarCount { font-size:12px; margin:0 auto; }

@media only screen and (max-width:766px) {
	.btn-filter { width:100%; padding:5px; margin:0 0 10px; }
  	.flbarCount { font-size:11px; }
	.medium-up--hide .medium-up--show { display:block !important; }
}



.product-single__photos { margin-bottom:45px; }
@media only screen and (max-width:766px) {
	.product-single__photos { margin-bottom:25px; }
}


.prod-large-img { position:relative; z-index:1; }

	@media only screen and (min-width:766px){
  		.prod-large-img {
          	
    		
        }
	}
	.prod-large-img .slick-prev { left:0; background:none; }
  	.prod-large-img .slick-next { right:0; background:none; }


.style2 .prod-large-img .slick-prev{left:10px;}

.zoomcr:hover { cursor:crosshair; }
.product-single__photo { min-height:1px; position:relative; overflow:hidden;
  
  
  
}

	.primgSlider .product-single__photo:not(.slick-slide):not(:first-child) { display:none; }
	.primgSlider .product-single__photo:not(.slick-current):not(:first-child) .imgFl { opacity:0; visibility:hidden; }





.prMedia { position:relative; }
.prMedia .shopify-model-viewer-ui, .prMedia model-viewer { position:absolute; top:0; left:0; width:100%; height:100%; }

.product-single__media video { width:100%; }

.product-btn { position:absolute; right:10px; bottom:10px; }
.product-btn .btn { width:40px; height:35px; line-height:30px; padding:0; position:relative; margin-right:3px; }
.product-btn .ad { font-size:18px; }
.product-btn .popup-video .ad { font-size:22px; }
@media only screen and (min-width:1025px) {
	.product-btn .btn:hover .tooltip-label { opacity:1; visibility:visible; bottom:calc(100% + 7px); }
}


	@media only screen and (min-width:1025px){
      	.thumbnails-wrapper {
      		
    		
			padding-top:10px; margin:0 -5px;
        }
	}

.thumbnails-wrapper .prThumb { position:relative;
  
  	display:inline-block; width:16.66%; padding:0 5px; vertical-align:top;
  
}
.thumbnails-wrapper .slick-current { opacity:0.5; }
.thumbnails-wrapper .prThumb:not(.slick-slide):not(:first-child) { display:none; }

  	.thumbnails-wrapper .slick-prev { left:0; }
	.thumbnails-wrapper .slick-next { right:0; }


@media only screen and (max-width:1024px) {
	.thumbnails-wrapper .product-single__thumbnails { margin:6px -3px 0; }
	.thumbnails-wrapper .prThumb { float:left; width:20%; padding:0 3px; margin:0; vertical-align:top; }
}

.product-single__thumbnail { display:block; padding-bottom:130%; background-repeat:no-repeat; background-position:center center; background-size:cover; }

.thumbnails-wrapper .ad-play { color:#fff; text-shadow:0px 0 2px rgba(0, 0, 0, 0.5); font-size:17px; margin:-10px 0 0 -7px; position:absolute; top:50%; left:50%; }

.product-single .social-sharing { padding-top:20px; text-align:center; }
.product-single .social-sharing .share-title { display:none; }

.product-single__meta { margin-bottom:45px; position:relative;
     
     
}

.style7 .product-single__price {justify-content:center;}

h1.product-single__title { color:#4c4c4c; text-transform:capitalize; font-weight:600; font-size:36px; margin-bottom:15px; }
@media only screen and (max-width:1024px) {
	h1.product-single__title { font-size:30px; }
  .product-single__meta { margin-bottom:25px;}
}

.instock { color:#76bd1c; }
.outstock, .preorder { color:#ff9f3b; }

.product-info { color:#777777; margin-bottom:20px; }
.product-info > div { display:inline-block; margin:0 25px 0 0; }
.product-info > p { margin:0 0 5px; display:block; }
.product-info a { color:rgba(68, 68, 68, 0.7); }
.product-info a:hover { color:#444; opacity:1; text-decoration:underline; }
.product-info.other { margin-top:15px;}.product-single__price { line-height:1.4; align-items:center; flex-wrap:wrap; margin-bottom:20px; }
.product-single__price > * { margin-right:10px; }
.product-single__price .product-price__price { color:#c39f76; font-size:23px; font-weight:600; }
.product-single__price s.product-price__price { color:#9b9b9b; font-size:19px; font-weight:400; margin-right:10px; }
@media only screen and (max-width:766px) {
	.product-single__price .product-price__price { font-size:19px; }
	.product-single__price s.product-price__price { font-size:17px; }
}



.countdown-lbl { margin-bottom:5px; }
.prcountdown { margin:0 -4px 30px; }
.prcountdown > span { color:#000; font-weight:700; min-width:60px; text-align:center; display:inline-block; padding:10px; border:1px solid #dddddd; background:#f8f8f8; font-size:20px; line-height:1; margin:0 3px; }
.prcountdown > span span { font-size:11px; letter-spacing:1px; font-weight:400; display:block; text-align:center; text-transform:uppercase; padding-top:5px; }





.product-form { display:flex; flex-wrap:wrap; margin:0 -5px 10px; }
.product-form__item { flex:1 1 200px; margin-bottom:10px; padding:5px; }
.product-form__item label { display:block; }
.product-form__input { display:block; width:100%; margin:0; }

.sizelink { margin-left:12px; font-size:12px; font-weight:400; }
.sizelink .ad { font-size:17px; vertical-align:text-top; opacity:0.7; }

.group-prod > li { padding:15px 0; display:flex; align-items:center; border-top:1px solid #eeeeee; }
.group-prod > li .img { width:70px; font-size:0; }
.group-prod > li .details { padding:0 0 10px 20px; flex:1; display:flex; flex-wrap:wrap; }
.group-prod .product-name { margin-bottom:15px; font-weight:700; font-size:14px; width:100%; }
.group-prod .gprvrAct { color:#000; font-size:13px; padding:7px 10px; cursor:pointer; display:inline-block; position:relative; 
	background-color:#fff; border:1px solid #dddddd; }
.group-prod .gprvrAct span { margin-right:15px; }
.group-prod .gprvrAct .ad { right:10px; top:8px; position:absolute; }
.group-prod .gpprVariants { position:relative; margin-right:10px; }
.group-prod .gpprVariants ul { z-index:11; position:absolute; top:100%; left:0; border:1px solid #dddddd; border-top:0; width:100%; display:none; background-color:#fff; }
.group-prod .gpprVariants li { cursor:pointer; padding:5px 10px; }
.group-prod .gpprVariants li:hover { background-color:rgba(0, 0, 0, 0.05); }
.group-prod .qtyField { width:91px; background-color:#fff; }
.group-prod .qtyField .gprQty { padding:0 8px; width:auto; height:32px; line-height:32px; border-radius:0; }
.group-prod .qtyField .qty { line-height:32px; height:32px; width:35px; }
.group-prod .qtyField .ad { font-size:12px; }
.group-prod .no-var { line-height:30px; margin-right:10px; }
.group-prod .money { line-height:33px; margin-right:10px; }
.group-prod .gpprVariants .money { line-height:inherit; }


  .product-form .swatch { margin-bottom:22px; padding:0; width:100%; }
  .product-form .swatch label.header { margin-bottom:0; text-transform:uppercase; }

  .swatch-element { display:inline-block; margin:0 4px 2px 0; position:relative; }
  .swatch-element .swatchLbl { color:#333; font-size:12px; font-weight:400; line-height:32px; text-align:center; display:inline-block; margin:0;
      min-width:35px; height:35px; padding:0 10px; background-color:#f5f5f5; border:2px solid transparent;
    
      border-radius:5px;
    
  }
  .swatch-element .swatchLbl.square-only { border-radius:0; }

  .swatch-element .color { padding:0; background-repeat:no-repeat; background-position:50% 0; background-size:cover;
      border:2px solid #fff; box-shadow:0 0 0 1px #ddd;
      
          width:50px; height:50px;
      
  }
  
  .swatch-element .swatchInput:checked + .swatchLbl { border:2px solid #e34848; box-shadow:none; }
  .swatch-element.soldout .swatchLbl { text-decoration:line-through; opacity:0.5; cursor:no-drop; }
  .swatch-element.soldout .color:after { content:""; display:block; width:100%; height:100%; background:url(//mothersprotect.com/cdn/shop/t/304/assets/soldout.png?v=23754512391860133391751021652) no-repeat 50% 50%/cover; }

  @media only screen and (min-width:767px) {
      .swatch-element:hover .tooltip-label { opacity:1; bottom:calc(100% + 7px); visibility:visible; }
  }


.slVariant { min-width:40px; display:inline-block; font-weight:700; }.infolinks a.inLink { display:inline-block; vertical-align:top; margin:0 15px 15px 0; color:#444; }
.infolinks a.inLink:hover { color:#444; opacity:0.8; }
.infolinks .ad { font-size:13px; margin-right:5px; }
.infolinks .btn { display:block; margin-bottom:15px; }


.product-action { width:100%; position:relative; margin-bottom:15px; flex-wrap:wrap; }
.product-action .qtyField {  max-width:25%;margin:0 10px 0 0; }
/* .product-action button {font-family: "Roboto bold";
    font-size: 18px;
    font-weight: 500; width: auto !important;max-width: 218px !important;text-transform: capitalize;border-radius: 5px; max-width:500px; flex:1; height:40px; margin-bottom:0; border:1px solid #b69269; background-color:#b69269; color:#fff; } */
.product-action button:hover { background-color:#fff; color:#b69269; border:1px solid #b69269;}



.shippingMsg, .freeShipMsg, .userViewMsg { margin-bottom:12px; }
.shippingMsg .ad, .freeShipMsg .ad, .userViewMsg .ad { font-size:15px; width:23px; }

.trustseal-img { margin-top:20px; }

.storeFeatures { padding-top:15px; color:#111; flex-wrap:wrap;
  margin:0 -10px 10px;
}
.storeFeatures p { padding:5px 10px; margin:0; }
.storeFeatures .ad { min-width:25px; }

p.product-type {margin-bottom:10px;}

.fbtImgCall { position:relative; align-self:center; width:130px; max-width:100%; }
.fbtImgCall + .fbtImgCall:before { content:"+"; font-size:18px; font-weight:300; position:absolute; top:44%; left:-6px; }
.fbtbtnCall { margin-left:20px; max-width:200px; }
.fbtPrice { color:#c39f76; font-size:120%; }
.fbtRow { margin-bottom:10px; }
.fbtRow:not(.checked) { opacity:0.3; }
.fbtRow label { margin-right:15px; }
.fbtRow b.price { color:#c39f76; margin-right:10px; }
.fbtRow select { margin:0; padding:7px 25px 7px 7px; min-width:inherit; }
@media only screen and (max-width:766px){
  .fbtGroup { flex-direction:column; }
  .fbtbtnCall { margin:15px 0 0; max-width:100%; }
}

.product-tabs { width:100%; margin-bottom:25px; border-bottom:1px solid #dddddd; margin:0 0 25px;
	 }
.product-tabs li { display:flex; align-items:stretch;  margin-right:10px;   }
.product-tabs li a {  text-align:center; font-size:13px; position:relative; letter-spacing:0.02em; display:block; padding:10px 25px; font-weight:600;outline:none;
	color:#000; border:1px solid #eeeeee; border-bottom:0;  background:#eee; }
.product-tabs li a:hover,
.product-tabs li.active a { opacity:1; text-decoration:none; background-color:#fff; color:#000; }

.product-tabs li.active a { border:1px solid #dddddd; border-bottom:0; }
.product-tabs li.active a:before { content:""; width:100%; height:2px; background-color:#fff; position:absolute; bottom:-1px; left:0; right:0; }


.prTabs .acor-ttl a {  color:#000; font-size:13px; background-color:#eee; border:1px solid #eeeeee; }
.prTabs .acor-ttl.active a { color:#000; background-color:#fff; border:1px solid #dddddd; }


.template-product .tab-container { margin-bottom:50px; }

@media only screen and (max-width:766px) {
  .template-product .tab-content { padding:15px 0; margin-bottom:0;}
  .template-product .tab-container {margin-bottom:25px;}
}

.product-description img { margin-bottom:25px; }
.tab-content #sizechart { display:block !important; padding:10px 0; overflow-x:auto; width:100%; box-shadow:none; max-width:100%; }
#sizechart h2,#sizechart h3,#sizechart h4,#sizechart h5, #sizechart h6 { margin-bottom:15px;}
#sizechart, #sizechart th, #sizechart td { text-align:center;}


.sprnav { color:#444; font-size:12px; line-height:1.2; max-width:200px; padding:5px; opacity:0.3; display:flex; width:100%; align-items:center; justify-content:space-between;
	position:fixed; top:45%; z-index:10; background-color:#fff; box-shadow:0 0 10px rgba(68, 68, 68, 0.2); }
.sprnav.prev { left:-130px; }
.sprnav.next { right:-130px; }
.sprnav span.img { width:60px; }
.sprnav .details { width:125px; padding:5px; transition:all 0.4s ease-out; }
.sprnav .details span { display:block; margin-top:7px; }
.sprnav:hover { color:#444; opacity:1; }
.sprnav.prev:hover { left:0; }
.sprnav.next:hover { right:0; }



.stickyCart { display:none; color:#f5f5f5; position:fixed; bottom:0; left:0; z-index:50; width:100%; padding:5px; background-color:#111; }
.stickyCart .flex { justify-content:center; align-items:center; }

.stickyCart .sticky-title { padding:0 60px 0 10px; }
.stickyCart .stickyOptions { margin-right:10px; position:relative; }
.stickyCart .selectedOpt { padding:8px 30px 0 15px; font-size:110%; height:35px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:220px; text-overflow:ellipsis; cursor:pointer;
	border:1px solid #535353; position:relative; }
.stickyCart .selectedOpt:after { content:"\e905"; font-family:"adorn-icons"; position:absolute; top:8px; right:10px; }
.stickyCart ul { position:absolute; bottom:100%; left:0; display:none; min-width:100%; max-height:300px; overflow:auto; background-color:#111; border:1px solid #535353; }
.stickyCart li { font-size:90%; padding:10px; white-space:nowrap; text-overflow:ellipsis; cursor:pointer; }
.stickyCart li.soldout { opacity:0.5; text-decoration:line-through; }
.stickyCart .product-form__cart-submit { padding:0 20px; line-height:37px; border:0; background:#e34848; color:#fff; }
.stickyCart .wrapQtyBtn { margin-right:10px; }
.stickyCart .qtyField { border:1px solid #535353; }
.stickyCart .qtyBtn, .stickyCart .qty { color:#f5f5f5; height:35px; }
.stickyCart.popup { padding-right:16px; }
@media only screen and (max-width:766px) {
  	.stickyCart .flex { justify-content:space-between; }
  	.stickyCart .flex > * { width:calc(50% - 3px); }
	.stickyCart .selectedOpt { width:100%; }
}


#products-related-products, #shopify-section-product-recommendations { margin-bottom:20px; }


.product-single.home { align-items:center; }
.product-single.home .product-single__title { margin-bottom:10px; }
.product-single.home .social-sharing { padding:0; }
.product-single.home .sizelink { display:none; }
.product-single.home .product-single__photo {width:100%; margin:0;}
@media only screen and (max-width:766px) {
	.product-single.home { flex-direction:column; }
}


    #content_quickview .product__policies { margin-top:-10px; }
    #content_quickview .product-photos .grid__item:not(:first-child):not(.slick-slide),
    #content_quickview .sizelink { display:none; }
    #content_quickview .view-full { width:100%; margin:10px 0 0; }
    #content_quickview .product-single__meta, #content_quickview .product-single__photos { margin-bottom:0; }
    #content_quickview .product-single__title { font-size:18px; }
    #content_quickview .product-info, #content_quickview .product-single__price { margin-bottom:15px; }

    #content_quickview .wishlist { display:inline-block; margin:5px 0 0; }
    #content_quickview .wishlist .ad { margin-right:5px; }
    @media only screen and (max-width:766px) {
      #content_quickview { padding:5px;}
      #content_quickview .product-single__photos { margin-bottom:20px; }
      #content_quickview .product-single__meta { padding:0 20px 20px; }
      #content_quickview .view-full { margin:0; }
    }




.cart table,.cart .edit-shop, .currencymsg { margin-bottom:25px; }
.cart th, .cart td { border:0; text-align:center; }
.cart th { background:#f5f5f5; text-transform:uppercase; }

.cart .delete { width:30px; padding:0; }
.cart .remove { opacity:1; height:22px; width:22px; border-radius:50%; padding:5px; line-height:12px; border:0; }
.cart .remove .ad { font-size:12px; }
.cart .removeMb { text-decoration:underline; display:inline-block; margin-top:15px; opacity:0.7; }
.cart__image-wrapper { width:110px; }
.cart__meta-text { padding:5px 0; font-size:11px; font-style:italic; }
.cart .qtyField { width:80px; margin:0 auto; }
.edit-shop { justify-content:space-between; }

.cart__footer { justify-content:flex-end; flex-wrap:wrap; }
.cart__footer .grid__item { float:none; flex:1; display:flex; margin-bottom:20px; }
.cart .bdr-box { width:100%; border:0; padding:25px; background:#f5f5f5; }
.cart .bdr-box .btn { width:100%; }
.cart textarea { resize:none; width:100%; min-height:100px; }
.cart-options-ttl { text-transform:uppercase; font-size:13px; margin-bottom:12px; font-weight:600; display:block; }
.cartSummery, .shipCalc { max-width:33.33%; }
.cart-subtotal-row { margin-bottom:10px; font-size:14px; text-align:left; font-weight:600; padding:0 0 10px; text-transform:uppercase; justify-content:space-between; }
.totalSave { color:#4eaf13; text-align:left; font-style:italic; padding:0 0 10px; justify-content:space-between; }
.bdr-box .additional-checkout-button, .bdr-box .checkout { min-height:44px; width:100% !important; margin:0 0 10px !important; }
#shipping-calculator .field * { width:100%; }
#shipping-rates-feedback { padding:10px; text-align:center; border:2px solid #111; letter-spacing:normal; }

.cart.style1 #shipping-calculator .btn { margin:0; }
.cart.style2 #shipping-calculator { margin-bottom:20px; }

@media only screen and (max-width:766px) {
	.cart__image-wrapper { width:60px; padding:10px 0; }
	.cart__update-wrapper { padding-right:0; }
  
    .cart__footer { flex-direction:column; }
    .cart__footer .grid__item { width:100%; max-width:100%; }
    .shipCalc { order:1; }
    .cart .bdr-box { padding:15px; }
}


.recentPost .article-name { line-height:17px; display:block; margin-bottom:5px; }
.recentPost .article__date { display:block; margin:0; opacity:0.8; }

.article__grid-image { display:block; margin-bottom:15px; background-size:cover; }
.article__grid-meta { margin-bottom: 30px; }
.article__title {  font-weight:700; }

.publish-detail { margin:0 -5px 10px; }
.publish-detail li { list-style:none; display:inline-block; margin:5px; font-size:90%; opacity:0.8; }
.publish-detail .ad { font-size:14px; margin-right:3px; }
.publish-detail a { text-decoration:underline; transition:all 0.3s ease-out; }
.publish-detail a:hover { }

.template-article .section-header { margin:20px 0; }
.template-article h1 { text-transform:inherit; margin:0 0 10px; }
.blog--list-view .article { margin-bottom:20px; }
@media only screen and (min-width:767px) {
	.blog--list-view .article { margin-bottom:40px; }
}

.blog--list-view { max-width:900px; margin:0 auto; }
.blog--list-view .pagination { padding-top:0; }
.article_featured-image { margin-bottom:30px; }
.template-blog .article h3 { text-transform:none; letter-spacing:0; margin:15px 0 0; }

.blog-nav { margin:0 0 40px; justify-content:space-between; }

h2.com-title { font-size:14px; text-align:left; letter-spacing:0.5px; margin:0; border-bottom:1px solid #eeeeee; padding-bottom:15px; }
#comments .comment { padding:20px 0; }
#comments .comment + .comment { border-top:1px solid #eeeeee; }

.comment__meta { margin-top:20px; position:relative; font-size:12px; }
.comment__meta .authour { font-weight:700; text-transform:uppercase; }

.comment-form { padding:40px 40px 25px; background:#faf9f9; margin-bottom:30px; }
.comment-form h2 { font-size:15px; text-transform:uppercase; font-weight:700; font-family:arial; margin-bottom:30px;}
.comment-form input:not([type="submit"]), #comment_form textarea, #comment_form select { background:#fff; }
.comment-form label { text-align:left; }

@media only screen and (max-width:766px) {
  .comment-form { padding:25px 25px 10px; }
}


.social-url a { margin:0 6px; }



.custom-page .image_with_text { margin-bottom:0; display:inherit; }
.custom-page .feature-row__image:hover { transform:none; }
@media only screen and (max-width:766px) {
  .custom-page .row_text { margin-bottom:10px; padding:20px 15px 0; }
  .custom-page .custom__item.text.small--one-half { flex:1 0 100%; max-width:100%; }
}



.contact-template { margin-top:0; }
.contact-template .map { height:350px; margin-top:40px; }
.contact-template .map h3 { margin-bottom:10px; }
.contact-template .map-section__overlay-wrapper { position:static; text-align:left; }
.contact-template .map-section__overlay { left:40px; width:300px; }
@media only screen and (min-width:1025px) {
	.contact-template .form-vertical { padding-right:30px; }
}
.contact-template .form-vertical .h3 {
  margin-bottom: 10px;
    color: #4c4c4c;
    font-family: "Poltawski", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
      margin-top: 70px;
  }
  .contact-template .grid__item label, form label {
    font-size: 16px !important;
    color: #4C4C4C;
    font-family: 'Roboto' !important;
}


.contact-template .contact-logo { margin-bottom:30px; }
.contact-template .follow-us label { margin-bottom:15px; }
.contact-template .follow-us li { margin-right:10px; }
.contact-template label { font-weight:400; }
.contact-template .open-hours { margin-bottom:20px; }
.contact-template .open-hours strong { display:block; letter-spacing:1px; margin-bottom:10px; }
.contact-template .contact-address { margin-bottom:20px; }
.contact-template .contact-address li { padding:5px 0; }

.contact-template .style2 .follow-us label { display:inline-block; }
.contact-template .style2 .social-icons { vertical-align:text-bottom; display:inline-block; margin-left:20px; }
.contact-template .style2 .map-section { margin-top:15px; }
@media only screen and (max-width:1024px) {
	.contact-template .style2 .contact-details { margin-top:30px; }
}
@media only screen and (max-width:766px) {
	.contact-template .style1 .form-vertical { padding:0 0 25px; }
}


.filterbrand { margin-bottom:20px; align-items:center; flex-wrap:wrap; }
.filterbrand a { width:42px; padding:7px; font-weight:400; text-align:center; background-color:#fff; box-shadow:0 0 0 1px #eee; display:inline-block; }
.brandList .ttl, .brandList .list { padding:20px 10px; border-top:1px solid #eee; }
.brandList .ttl { width:100px; font-size:20px; font-weight:700; }
.brandList ul { column-count:4; }
.brandList ul a { display:inline-block; padding:5px; }
@media only screen and (max-width:1024px) {
.brandList ul { column-count:3; }
}
@media only screen and (max-width:766px) {
.brandList .ttl { width:50px; }
.brandList ul { column-count:2; }
}

.brand-logo-list .grid { margin:0 -5px 25px; }
.brand-logo-list .grid .grid__item { padding:0 5px; margin-bottom:10px; }
.brand-logo-list .logo-bar__link { padding:10px; display:block; text-align:center; border:1px solid #eee; }



.faqList { border-radius:0; border:none; margin-bottom:12px; box-shadow:none; }
.faqList h4 { padding:10px 15px; }
.faq-body { border-bottom:1px solid #eeeeee; }
.faqList .panel-title { cursor:pointer; font-weight:600; font-size:105%; text-transform:uppercase; padding:18px 0; margin:0; }
.faq-style1 .panel-title.active .ad:before { content:"\ebd1"; }
.faqList .panel-content { padding:0 0 25px; }
.faq-style1 .faq-body + .faq-body .panel-content { display:none; }


.faq-style2 .faqList .panel-title { cursor:default; }



@keyframes box-shadow { 0%, 100% { box-shadow:0 0 0 0; } 50% { box-shadow:0 0 0 4px; } }
.lookbook { flex-wrap:wrap; }
.lookbook a { opacity:1; }

.lookbook .collection-grid-item { overflow:visible; }
.lookbook .collection-grid-item.gallery { overflow:hidden; }
.lookbook .collection-grid-item:hover img { transform:none; }

.lookbook .grid-lookbook.active { z-index:5; }

.lookbook .lookbook-caption { font-size:20px; text-align:center; bottom:-100px; transition-duration:0.5s; position:absolute; left:0; right:0; margin:0; padding:12px 18px; }
.lookbook .grid-lookbook:hover .lookbook-caption { bottom:0; }

.lookbook .text-1 { font-size:15px; }
.lookbook .text-2 { font-size:13px; display:block; }
.lookbook .zoom-img { text-align:center; border-radius:2px; display:block; width:31px; height:28px; opacity:0; transition:all 0.3s ease-out; cursor:pointer; position:absolute; left:10px; top:10px; }
.lookbook .zoom-img .ad { font-size:19px; line-height:28px; }
.lookbook .grid-lookbook:hover .zoom-img { opacity:1; }

.lookbook .products { position:absolute; }
.lookbook .btn-shop { z-index:1; margin:5px; cursor:pointer; background:#000; color:#fff; border-radius:50%; display:block; height:24px; width:24px; text-align:center; line-height:23px; }
.lookbook .btn-shop:before { content:""; color:rgba(255,255,255,0.4); position:absolute; animation:box-shadow 1.5s linear infinite; left:5px; top:5px; border-radius:50%; height:24px; width:24px; }
.lookbook .btn-shop .ad { font-size:10px; }

.lookbook .list-columns { visibility:hidden; z-index:2; box-shadow:0 0 2px #bbb; transition:all 0.3s ease-in-out; opacity:0; position:absolute; width:260px; background:#fff; padding:10px; }
.lookbook .list-columns.active { opacity:1; visibility:visible; }
.lookbook .list-columns.left { right:0; }
.lookbook .list-columns.right { left:0; }
.lookbook .list-columns .btn-shop-close { background:#111111; color:#ffffff; position:absolute; right:-8px; top:-8px; padding:1px 6px; cursor:pointer; z-index:3; }
.lookbook .list-columns .btn-shop-close .ad { font-size:12px; }

@media only screen and (max-width:1024px) {
  .lookbook .list-columns { padding:5px; width:130px; flex-direction:column; }
  .lookbook .grid-view-item__title { font-size:12px; }
  .lookbook .list-columns.left { left:auto; right:-20px; }
  .lookbook .list-columns.right { left:auto; right:-20px; }
  .lookbook .list-columns .grid-view_image { margin:0 0 10px; width:100%; }
  .lookbook .list-columns .details {width:100%; padding:5px;}
  .lookbook .list-columns .btn { font-size:11px; }
}


.login-register { max-width:1000px; margin:0 auto; }
.login-register h5 { font-weight:600; }
.login-register p { margin-bottom:25px; }
.login-register .wrap { width:95%; height:100%; display:table; border:1px solid #eeeeee; padding:40px; }
@media only screen and (max-width:766px) {
	.login-register { flex-direction:column; }
	.login-register .flex-item { margin-bottom:20px; }
}

.form-border { border:1px solid #eeeeee; padding:20px; margin-bottom:20px; }
.form-border h2 { margin-bottom:15px; }
.form-border label { font-weight:400; }

.template-search .section-header { margin-top:35px; }



.spr-header-title { display:none; }#prodNotify { color:#000; width:auto; max-width:320px; text-align:left; padding:5px; overflow:hidden; visibility:visible; opacity:1;
	position:fixed; left:10px; bottom:-200px; z-index:999; transition:all 0.5s ease-out;
	background-color:#fff; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }
#prodNotify img { float:left; max-width:70px; max-height:80px; width:auto; height:auto; }
#prodNotify .details { margin:0 0 0 75px; padding:5px; }
#prodNotify a { color:#000; }
#prodNotify .closeNotify { width:20px; height:20px; text-align:center; position:absolute; top:0; right:0; background:#000; color:#fff; }
#prodNotify .closeNotify .ad { font-size:10px; }
#prodNotify p { font-size:11px; line-height:1.2; margin:0 0 5px; color:#666666; }
#prodNotify .msg { margin-right:15px; }
#prodNotify .pname { font-size:13px; margin-bottom:15px; }
#prodNotify.active { visibility:visible; opacity:1; bottom:10px; }

.newsletter-section .input-group { max-width:500px; margin:0 auto; }





body:not(.template-index) .site-footer { margin-top:20px; }
@media only screen and (min-width:767px) {
	body:not(.template-index) .site-footer { margin-top:50px; }
}

.footer-block { position: relative;display:flex; width:100%; -ms-flex-align:stretch; align-items:stretch; justify-content:space-evenly; flex-wrap:wrap;margin-left:0px; padding:112px 20px 15px 0px; }
.footer-block__item { flex:0 0 auto; margin-bottom:30px; padding-left:20px; max-width:100%; }

.site-footer { font-size:13px; color:#ffffff80!important; background-color:#fafafa;
  
	 
}
.site-footer .footer-fw { padding:0 60px; }

.footer-top .h4 { color:#000; font-size:14px; letter-spacing:0; margin:0 0 15px; }
.footer-top a { color:#000; text-decoration:none; }
.footer-top .ad, .footer-top .icon { color:#000; }
.footer-top .addressFooter li { position:relative; margin-bottom:12px; clear:left; }
.footer-top .addressFooter .ad { font-size:12px; padding-right:12px; min-height:25px; float:left; margin-top:4px; text-align:center; }
.footer-top .addressFooter + .h4 { margin:25px 0 10px; }

.footer-top .social-icons { margin-left:-6px; }
.footer-top .social-icons__link:hover { opacity:0.7; }
.footer-top .social-icons__link .ad { font-size:14px; }
.footer-top .socialicons li { display:block; text-align:left; width:100%; margin-bottom:10px; }
.footer-top .socialicons .ad { width:17px; vertical-align:middle; }
.footer-top .socialicons span { color:#000; padding-left:5px; }

.footer-top .newsletter:not(.text-center) .input-group { display:block; }
.footer-top .newsletter .input-group__field { color:#222; background-color:#fff; margin-bottom:10px; }
.footer-top .newsletter .btn { border:0; font-size:11px; padding:0 15px; color:#fff; background-color:#000; }
.footer-top .newsletter .socials { margin-top:20px; }
.footer-top .newsletter .wrap-newsletter { max-width:450px; }
.footer-top .newsletter.text-center .wrap-newsletter { max-width:550px; margin:0 auto; }
.footer-top .newsletter.text-center .input-group__field { margin:0; }

.footer-top .instafeed { margin-left:-2px; }
.footer-top .instafeed .insta-img { padding:0 2px 4px; }

.footer-links li { margin-bottom:7px; }
.footer-links a:hover { opacity:0.7; text-decoration:underline; }

@media only screen and (max-width:1279px) {
	.site-footer .footer-fw { padding:0 15px; }
}
@media only screen and (max-width:1024px) {
	.footer-block__item { width:50%; }
	.footer-block__item.one-whole.newsletter { width:100%; }
}
@media only screen and (max-width:766px) {
	.site-footer .footer-fw { padding:0 10px; }
  	.footer-block { margin:0; padding:15px 0; }
	.footer-block__item { width:100%; padding:12px 0; margin:0; }
	.footer-block__item + .footer-block__item { border-top:1px solid rgba(0, 0, 0, 0.1); }

	.footer-links .h4 { line-height:20px; margin-bottom:0; cursor:pointer; }
	.footer-links .h4:before { content:"\ea45"; font-size:15px; font-family:"adorn-icons"; float:right; }
	.footer-links .h4.active:before { content:"\ea48"; }
	.footer-links .h4 + ul {  margin:10px 0 20px; }    
}

.footer-bottom { background:#fafafa; clear:both; padding:15px 0;  border-top:1px dotted #eeeeee;  }
.footer-bottom .flex { justify-content:space-between; align-items:center; }
.footer-bottom .flex > div {flex:1;}
.footer-bottom .flex:after { display:none; }
.footer-bottom .payment-list__item { margin-left:5px; width:35px; }
.footer-bottom a { color:#000; }
@media only screen and (max-width:766px){
  .footer-bottom .flex { flex-direction:column; }
  .footer-bottom .paymentCall { margin-bottom:15px; order:-1; }
  body { overflow-x:hidden;}
}

#site-scroll { color:#fff; line-height:33px; cursor: pointer; font-size: 20px; height: 35px; right:20px; position:fixed ; border-radius:50%; text-align: center; transition: all 0.3s ease 0s; width: 35px;
	bottom:40px; z-index:444; display:none; background:#f77575; }


#age-check-prompt { border-radius:0; }
#age-check-prompt select { min-width:80px; float:none; display:inline-block; }
.snptwdgt__usr-profl, .snptwdgt-rtd__fotr { display:none !important; }


.falling-snow { position:relative; }
@keyframes falling-down-snow {
  0% { background-position:0 0, 0 0, 0 0; }
  100% { background-position:0 700px, 0 500px, 0 300px; }
}
.falling-snow.style1:before,
.falling-snow.style2:before { content:''; background-color: transparent; position: absolute;width:100%; height:100%;top:0;left:0;z-index:1; pointer-events:none; }
.falling-snow.style1:before { background-image: url(//mothersprotect.com/cdn/shop/t/304/assets/snowballs-sm.png?v=15510488341375942811751021652), url(//mothersprotect.com/cdn/shop/t/304/assets/snowballs-lg.png?v=60793347477728279361751021652), url(//mothersprotect.com/cdn/shop/t/304/assets/snowballs-md.png?v=23628896460147754191751021652);
  -ms-animation:falling-down-snow 10s linear infinite; animation: falling-down-snow 10s linear infinite; }

@keyframes snow {
	0% { background-position:0 0, 0 0, 0 0; }
 	100% { background-position:500px 1000px, 400px 400px, 300px 300px; }
}
.falling-snow.style2:before { background-image: url(//mothersprotect.com/cdn/shop/t/304/assets/snow-1.png?v=55535515282641567171751021652), url(//mothersprotect.com/cdn/shop/t/304/assets/snow-2.png?v=172925635096769504501751021652), url(//mothersprotect.com/cdn/shop/t/304/assets/snow-2.png?v=172925635096769504501751021652);
  -ms-animation:snow 10s linear infinite; animation:snow 10s linear infinite; }
.snow-wrap.falling-snow.style2::before { z-index:111; }

.shopify-challenge__container { padding:10% 0; }
.grecaptcha-badge { display:none !important; }

#dynamic-checkout-cart ul { display:block !important;}


ul#siteNav li a {
    font-family: Roboto bold;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 0.1em;
  color: #555555 !important;
}

a.hdicon.header-cart img {
    width: 40px;
}
.notification-bar.small--hide {
    display: none;
}
p.mega-small-title {
    text-align: center;
    color: #4C4C4C;
    font-family: Roboto;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 1.5px;
}
@font-face {
 font-family: 'Poltawski';
  font-display: swap;
 src: url(/cdn/shop/files/PoltawskiNowy-SemiBold.woff?v=1666001741);
}
  @font-face {
 font-family: 'Poltawski bold';
    font-display: swap;
 src: url(/cdn/shop/files/PoltawskiNowy-Bold.woff2?v=1666002931);
}
 @font-face {
 font-family: 'Poltawski regular';
   font-display: swap;
 src: url(/cdn/shop/files/PoltawskiNowy-Regular.woff?v=1666001741);
}
  @font-face {
 font-family: 'Roboto';
    font-display: swap;
 src: url(/cdn/shop/files/Roboto-Regular.ttf?v=1667191858);
}
 @font-face {
 font-family: 'Roboto bold';
   font-display: swap;
 src: url(/cdn/shop/files/Roboto-Medium.ttf?v=1667191764);
}
   @font-face {
 font-family: 'Open Sans';
     font-display: swap;
 src: url(/cdn/shop/files/OpenSans-Regular.ttf?v=1667195819);
}
 @font-face {
 font-family: 'Raleway';
   font-display: swap;
 src: url(/cdn/shop/files/Raleway-Regular.ttf?v=1667380371);
}
.review_box p.second_pp {
    font-family: 'Roboto bold';
}

  button.video_btn_cart.btn.product-form__cart-submit:hover {
    background-color: #C39F76 !important;
    border-color: white;
    color: white;
}
 .product_faq_btn {
    font-family: "Roboto bold";
    font-size: 18px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    background-color: #B69269;
    border-color: #B69269;
    text-transform: initial;
    transition: all 0.2s;
    
}
.product_faq_btn:hover {
    border: 1px solid white !important;
 background-color: #B69269 !important;
  color:white !important;
 }

.video_btn_cart {
    font-family: Roboto bold;
    font-weight: 500;
    width: auto!important;
    max-width: 180px !important;
    text-transform: initial !important;
    border-radius: 5px;
    max-width: 500px;
    flex: 1;
    height: 40px;
    margin-bottom: 0;
    border: 1px solid #b69269;
    background-color: #b69269;
    color: #fff;
    padding: 10px !important;
}
.slideshow__title {
    text-align: center;
    color: #4C4C4C !important;
    font-family: "Poltawski";
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
      margin-top: 24px;
    letter-spacing: 2px;
}
span.second {
    text-align: center;
    color: #4C4C4C;
    font-family: 'Roboto bold' !important;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 0.5px;
}
ul.top_gap {
    margin-top: 12px;
}
.slideshow__subtitle li {
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
    font-family: 'Roboto' !important;
    font-size: 18px;
  color: #4C4C4C;
    letter-spacing: 0.2px;
  padding-bottom: 5px;
}
.slideshow__text-wrap span.btn.mob-btn-sm.btn-md {
    background-color: #b69269;
    font-family: 'Roboto bold' !important;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  padding: 10px 26px !important;
      border-radius: 3px;
margin-left: 26px;
}
span.upper_heading b {
    color: #4C4C4C;
    font-family: "Poltawski", Sans-serif;
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 5px;
}
span.second_heading {
    text-align: center;
    color: #9b9b9b;
    font-family: 'Roboto' !important;
    font-size: 16px !important;
    font-weight: normal;
    font-style: italic;
}

span.upper_heading {
    margin-bottom: 0px;
}
.box_text_btn {
      max-width: 900px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 35px 1px rgb(0 0 0 / 20%);
    height: 80px;
    border-radius: 9px;
    margin-top: 60px;
}
p.box-p {
    text-align: right;
    color: #4C4C4C;
    font-family: 'Roboto bold' !important;
    font-size: 18px;
  
    margin-bottom: 0;
    padding-right: 24px;
}
a.box_a {
    font-family: 'Roboto bold' !important;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #b69269;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B69269;
    display: flex;
    align-items: center;
    padding: 8px 25px;
    border-radius: 3px;
  cursor: pointer;
}
.slideshow__text-wrap span.btn.mob-btn-sm.btn-md:hover {
       border-color: #b69269;
    opacity: .8;
}


a.btn.box_btn_ppp.mob-btn-sm.btn-sm {
    background-color: transparent;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    fill: #B69269;
    color: #B69269;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #b69269;
    border-radius: 3px 3px 3px 3px;
    padding: 15px 15px 15px 15px;
}
.wrap-block.second-block-pp {
    margin-bottom: 60px !important;
      padding-top: 34px;
}
span.second_heading {
    padding-bottom: 18px;
}
span.upper_head {
    margin-bottom: 0px;
}
  img.review_img {
    max-width: 100px;
}
.review_box {
    text-align: left;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E4E4E4;
   border-radius: 10px;
    padding: 20px 25px 0px 25px;
    margin-bottom: 15px;
}
.review_block p.first_p {
    color: #C39F76 !important;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 0px;
}

.block_upper_class {
    margin-top: 40px;
}
.wrap-block.second-block-pp.review_block p.review_bottom {
    font-weight: bold !important;
}
a.font_wait_add {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
  color: inherit !important;
}
hr.hr_new {
    max-width: 500px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
.wrap-block.second-block-pp.review_block p.last_line {
    text-align: center;
    color: #ADADAD !important;
    font-family: 'Open Sans' Qimportant;
    font-size: 16px;
    font-style: italic  !important;
}
.wrap-block.second-block-pp.review_block p.span_py {
    color: #C39F76 !important;
}
.bottom_all_div {
    margin-top: 50px;
}
a.btn.box_btn_ppp.mob-btn-sm.btn-sm {
    margin-top: 30px !important;
}


footer.site-footer.style1 {
    background:#111;
  position: relative;
}
.over_lay {
    background-color: #000000;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    display: block;
       max-width: 100%;
    height: 100%;
    position: absolute;
}
.site-footer .page-width {
    position: relative;
}
.footer-top .h4 {
    color: #FFFFFF !important;
    font-family: "Roboto" !important;
    font-size: 18px;
    font-weight: normal;
}
.footer-top a {
    color: rgba(255,255,255,0.5) !important;
    text-decoration: none;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
}
h4.elementor-heading-title.elementor-size-default {
    color: #ffffff;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: normal;
}
a.button_bottom {
    font-family: "Roboto";
    font-weight: normal;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    background-color: #B69269;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B69269;
    border-radius: 3px 3px 3px 3px;
    padding: 12px 24px;
    margin: auto;
    width: auto;
}
.margin_add {
    margin-top: 45px;
}
.margin_add h4 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
}
.last_div {
    text-align: center;
  line-height: 35px;
  padding-left: 10px !important;
}
.footer-top .ad, .footer-top .icon {
    padding: 14px;
    color: #000;
    background-color: white;
    border-radius: 3px;
  width: 45px;
}
.paymentCall.text-right.small--text-center {
    padding-right: 60px;
}
p.pp_product_img span {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
}

p.pp_product_img svg {
    max-width: 35px;
    padding-right: 14px;
}
.dark-box {
    max-width: 450px;
  margin-top: 30px;
    margin-bottom: 25px;
}
.dark-box {
    max-width: 462px;
    background-color: #edf2e8;
    padding: 15px;
    border-radius: 3px;
}
sapn.subheading_dark a {
    text-decoration: underline;
    cursor: pointer;
}
p.heading_dark {
    color: #4C4C4C;
    font-family: Roboto bold;
    font-size: 16px;
  font-weight: bold;
    margin-bottom: 0;
}
sapn.subheading_dark {
  color: #4C4C4C;
    font-size: 16px;
    font-family: Roboto;
}
p.pp_product_img {
    display: flex;
    align-items: center;
    padding-top: 20px;
    max-width: 404px;
}
a.btn.btn-options {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 10px 18px!important;
    font-family: Roboto bold;
    text-transform: initial!important;
}
 a.btn.btn-options:hover {
    opacity: .8;
   border-color: #b69269!important;
    background-color: #b69269;
 }
a.btn.add-to-cart:hover, a.btn.add-to-cart:focus{
  opacity: .8;
  border-color: #b69269!important;
    background-color: #b69269 !important;
}

  ul#siteNav li a:hover {
  color: #b69269 !important;
    opacity: initial !important;
}
.para_add {
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 25px;
    max-width: 978px;
    margin: auto;
}
  p.last_para {
    color: #808080;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    text-align: center;
    padding-top: 30px;
}

.para_app.page-width.fullwidth {
    max-width: 1080px;
}

#Collection a.btn.add-to-cart {
    color: #FFFFFF;
    background-color: #B69269;
    font-family: "Roboto bold";
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 13px 18px 13px 18px;
    margin-top: 5px;
  text-transform: initial !important;
}
.test-collection span.product-price__price {
    font-size: 18px !important;
    color: #B69269;
    font-family: 'Roboto';
}

.slVariant {
    min-width: 40px;
    display: inline-block;
    font-weight: 500;
    font-family: 'Roboto' !important;
    padding-left: 5px;
}
.swatch-element .swatchLbl {
    color: #333;
    font-size: 14px  !important;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    margin: 0;
    min-width: 35px;
    /* height: 55px  !important; */
    padding: 0 10px;
  
    border-radius: 5px !important;
    background-color: transparent;
    border: 2px solid #d9d9d9 !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-family: 'Roboto' !important;
}
.swatch-element .swatchInput:checked+.swatchLbl {
    border: 2px solid #c39f76 !important;
    box-shadow: none;
  box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 1px #c39f76);
}
.add_apper_img img {
    margin: auto;
    display: flex;
}

p.span_text_last {
    font-family: 'Roboto';
    font-size: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.upper_richtext_block_1 .p_class_product {
    text-align: center;
}
.wrap-block.Product-block-pp.upper_richtext_block_as {
    max-width: 800px !important;
  
    margin-top: 0px !important;
    padding-top: 0px !important;

}
.class_czarodziej .p_class_product {
    max-width: 800px !important;
    margin: auto;
}
span.product_sp {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    line-height: 1.5em;
    font-size: 16px !important;
}
.class_aura .p_class_product {
    max-width: 800px;
    margin: auto;
    padding-top: 0;
    margin-top: -25px;
    padding-bottom: 0px;
    margin-bottom: -26px;
}
.wrap-block.Product-block-pp.upper_richtext_block.class_rozeniec {
    max-width: 800px !important;
  padding-top: 0px !important;
}
.class_rozeniec .p_class_product {
     padding-top: 0;
    margin-top: -25px;
    padding-bottom: 0px;
    margin-bottom: -26px;
}
#polityka-cookies .page-title {
    letter-spacing: normal;
    font-weight: 700;
    font-size: 45px;
    position: relative;
    margin: 0;
    text-align: left;
    color: #242424;
}
#sposoby-platnosci .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-c5ca636 {
    margin-left: 30px;
    margin-right: 30px;
}
#sposoby-platnosci img.entered.lazyloaded {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #E5E5E5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 30px 30px 30px 30px;
    --e-column-margin-right: 30px;
    --e-column-margin-left: 30px;
    min-height: 154px;
    padding: 27px;
}
#shopify-section-template--23026177212756__page > div > div > div > section.elementor-section.elementor-element-72bd593 > div > div:nth-child(3) > img{
  height:100%;
  padding:0 20px;
}
@media screen and (max-width:768px){
  #shopify-section-template--23026177212756__page > div > div > div > section.elementor-section.elementor-element-72bd593 > div > div:nth-child(3){
    height:149px;
  }
}
#wspolpraca #PageContainer .page-width {
    max-width: 800px;
}

 #dostawa h2.elementor-heading-title.elementor-size-default {
    color: #4C4C4C;
    font-family: "Poltawski", Sans-serif;
    font-size: 29px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 11px;
}
 #dostawa img.entered.lazyloaded {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    max-height: 285px;
    max-width: 304px;
}
  #dostawa .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-7240a1c {
    margin-bottom: 40px;
    margin-right: 30px;
}
  .two_part {
    display: flex;
    column-gap: 25px;
}
  .two_part ul li {
    padding-bottom: 20px;
}
  p.box-p_first.result_m {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto bold" !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
}
  p.second_r.re_m span {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding-left: 13px;
}
  p.second_r.re_m {
    text-align: center;
    max-width: 610px;
    margin: auto;
    padding-top: 11px;
}
  .box_text_btn_1 {
    max-width: 900px;
    margin: 60px auto auto;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 35px 1px #0003;
    height: 177px;
    border-radius: 9px;
    padding-top: 15px;
}

  .box_text_btn_1.second_result, .box_text_btn_1 {
    max-width: 900px;
    margin: 60px auto auto;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 35px 1px #0003;
    height: 150px;
    margin-bottom: 41px;
    border-radius: 9px;
}
.elementor-row.jastify_check {
    justify-content: left;
    padding: 20px;
}
h3.left_side_p.elementor-heading-title.polt.elementor-size-medium {
    text-transform: capitalize !important;
    font-family: 'Roboto' !important;
    color: #4a4a4a;
}
a.heading_aaa {
    color: #4c4c4c;
    font-family: "Poltawski", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.elementor-image.img_left_side {
    width: 271px;
    margin-right: 30px;
}
.elementor-image.img_right_side {
    width: 270px;
    margin-left: 40px;
}
.p_class_product h3 {
    padding-bottom: 20px;
}
.related-product .jdgm-prev-badge {
    display: none !important;
}
.template-product a.btn.btn-options {
    padding: 7px 11px !important;
    letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .wrap-block.Product-block-pp.hide_gap_p {
    margin-top: -68px !important;
    height: 0px;
}
  span.upper_head.page_add_he b.adaptogency_kk {
    color: #4c4c4c;
    font-family: "Poltawski" !important;
    font-size: 33px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 5px;
}
  .fadeInLeft img {
        padding: 12px 65px 0px 0px;
}
.fadeInRight img {
    padding: 19px 0px 20px 30px;
}
.height_set {
    height: 615px;
}
  .template-page .wrap-block.second_product_block {
    max-width: 1519px!important;
    padding-left: 250px;
    margin: auto!important;
    padding-right: 250px;
}
  #wynik-krolowa-dla-karmiacych p.second_p {
      font-size: 22px!important;
  }
  .content-indent.default.result_richtext_n {
    margin-top: -65px !important;
}

  .review_section_ad .box_text_btn_1 {
    max-width: 805px !important;
    margin: 60px auto auto;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 35px 1px #0003;
    height: 92px  !important;
    border-radius: 9px;
    padding-top: 12px  !important;
}
   .header-logo img, .header-logo svg {
    display: block;
    max-width: 350px;
    max-height: 44px;
}
    .Video_block p.second_p {
    font-size: 22px!important;
}
  .first_part_ad {
    width: 50%;
    padding-left: 5px;
}
  .second_part_ad {
    width: 50%;
}
  .add_margin_p.elementor-image {
    margin-right: 60px;
    width: 337px;
}
  .elementor-image.add_margin_p_1 {
    margin-left: 60px;
    width: 300px;
}
  span.sub_title_ad.second.section_se {
    color: #4C4C4C;
    font-family: "Roboto" !important;
    font-size: 33px !important;
    font-weight: normal;
    line-height: 1.3em;
    letter-spacing: 0.5px;
    text-transform: initial !important;
    padding-top: 15px;
      font-style: initial !important;
}
  span.upper_head.page_add_he b {
    color: #4C4C4C;
    font-family: "Poltawski", Sans-serif;
    font-size: 48px !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 3px;
}
  .wrap-block.Product-block-pp.upper_richtext_block_result_p {
    max-width: 965px !important;
}
 #hurt-i-dystrybucja #PageContainer .page-width {
    max-width: 800px;
}
  #hurt-i-dystrybucja #contact_form .btn:hover{
  background-color:#c39f76 !important;
  border-color:#c39f76 !important;
  }
  #sposoby-platnosci #PageContainer .page-width {
    max-width: 850px;
}
#dostawa #PageContainer .page-width {
    max-width: 800px;
}

  #polityka-prywatnosci #PageContainer .page-width {
    max-width: 900px;
}
  .wrap-block.Product-block-pp.upper_richtext_block_1 {
    max-width: 800px !important;
}
  
  .p_class_product {
    padding: 10px;
}
  .feature-row__item_img.imgCol.wow.fadeInLeft {
    width: 42%;
}
  .feature-row__item_text.feature-row__text.right.wow.fadeInLeft {
    width: 66%;
}
  .feature-row__item_img.imgCol.wow.fadeInRight {
    width: 39%;
}
  .feature-row .row-text {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}
  .feature-row__item_text.feature-row__text.left.wow.fadeInRight {
  max-width: 58%;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
}
  .wrap-block.Product-block-pp.upper_richtext_block.ashwagandha_full {
    max-width: 1220px!important;
    margin: auto;
  margin-top: 115px !important; 
}
.centar_add {
    text-align: center;
}
  .grid__item.medium-up--one-half.product-single__meta {
    padding-left: 9px !important;
}

  .wrap-block.last_product_block {
    max-width: 63% !important;
}
  ul.li_containt.second-ul.add_max_width {
    padding: 0px 111px;
}
  .wrap-block.Product-block-pp.upper_richtext_block.add_width {
    max-width: 1220px !important;
    margin: auto;
}
  .add_width .centar_add {
    text-align: center;
}
  .related-product a.btn.add-to-cart {
    color: #ffffff;
    background-color: #b69269;
    border-color: #C39F76;
    font-family: "Roboto bold";
    font-size: 15px !important;
    letter-spacing: 1px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 3px 3px 3px 3px;
    padding: 7px 11px 7px 11px !important;
    margin-top: 5px;
    text-transform: initial !important;
}
  .related-product h3.h3 {
    color: #4C4C4C !important;
    font-family: 'Poltawski' !important;
    font-size: 33px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 49px !important;
        margin: auto;
}
  .video_btn_cart span {
    font-size: 18px !important;
}
     .add_video_div {
    padding-left: 90px;
    padding-right: 90px;
     padding-bottom: 25px;
     padding-top: 15px;
}
  .logo_p_y {
    width: 11.66667% !important;
}
  button.cart_btn_ad.btn.product-form__cart-submit {
    font-family: Roboto bold;
    font-size: 18px;
    font-weight: 500;
    width: auto!important;
    max-width: 174px!important;
    text-transform: initial;
    border-radius: 3px;
    flex: 1;
    height: 44px;
    margin-bottom: 0;
    border: 1px solid #b69269;
    background-color: #b69269;
    color: #fff;
    /* padding: 0.618em 1em !important; */
}
  .richtext-block-width.wrap-block.richtext_block {
    max-width: 98% !important;
    padding: 30px 150px 25px 150px;
}
  span.upper_head.video_block_t {
    padding-top: 115px;
}
  .second-ul li::before {
    padding-right: 25px !important;
}
  
  .wrap-block.second_product_block {
    max-width: 1000px  !important;
        margin: auto !important;
}
  /*  .wrap-block.Product-block-pp { 
    margin-top: 115px !important;
}*/
  .template-product .slick-slide img {
    display: block;
    margin: 0 auto;
    width: 1920px !important;
    height: auto;
      object-fit: cover;
}
  .footernav_max_width-1 {
    width: 15.997%;
}
  .footernav_max_width-2 {
    max-width: 16.499%;
}
  .footer_max_width-3 {
    width: 20.169% !important;
}
.footernav_max_width-4 {
    width: 27.335%;
}
  .wrap-block.second-block-pp.review_block {
    max-width: 965px !important;
}
  .wrap-block.second-block-pp {
    max-width: 1220px !important;
}
  .p_class {
    padding: 0px 155px 0px 155px;
}
  span.upper_heading.heading_upper_p {
    padding-top: 45px;
}
/*   span.upper_head {
    margin-top: 70px !important;
} */
   span.upper_head b {
    color: #4c4c4c !important;
    font-family: "Poltawski",Sans-serif !important;
    font-size: 33px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 5px;
}
  .wrap-block.second-block-pp {
    color: #4C4C4C !important;
    font-family: 'Roboto' !important;
    font-size: 16px !important;
      padding: 0px 5px;
}
  .page-width.row_padding.wow.fadeInUp {
    padding-left: 95px;
    padding-right: 95px;
}
  .product-rows a.btn.add-to-cart {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 18px 10px 18px !important;
    font-family: 'Roboto bold';
    text-transform: initial !important;
}
  .row_padding .grid-view-item .product-price__price {
    font-size: 18px !important;
    font-weight: 400;
    display: inline-block;
    color: #c39f76 !important;
}

}
.p_class p {
    color: #4C4C4C;
  font-family: 'Roboto';
    font-size: 16px;
}
h1.collection-title {
    color: #FFFFFF;
    font-family: "Poltawski" !important;
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 5px;
}
  .upper_hedding {
    text-align: center;
    margin-top: 60px;
}
.upper_hedding.collection_on h2 {
    color: #4C4C4C;
    font-family: 'Roboto';
    font-size: 30px;
      margin-bottom: 40px;
}

p.pp_product {
    text-align: left;
    color: #B69269;
    font-family: "Roboto";
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0.3px;
}
.product_discription {
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 1.6em;
}
.product_discription ul li {
    list-style: disc !important;
}
.product_discription ul {
    /* padding-left: 30px !important; */
}
video.upper_video {
    max-width: 100%;
}
span.last_span {
    text-align: left;
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 16px !important;
}
.wrap-block.Product-block-pp.upper_richtext_block_result_p {
    margin-top: 100px !important;
}
span.text_centar {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    line-height: 1.5em;
    font-size: 16px !important;
}
#wynik-czarodziej .product-form.mfp-link {
    display: none;
}
  .box_text_btn_1.product_three_block {
    height: 166px;
}
  p.test_c {
    text-align: center;
    color: #B69269;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
  p.text_g {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
ul.ul_list li {
    font-size: 16px!important;
}
.video_block {
      padding: 20px;
}
.box_text_btn_1.second_result.height_custom.review_margin_remove {
    max-width: 795px;
}
ul.flex_add {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.flex_add li {
    font-size: 16px;
    padding: 0 0px 0px 17px;
    display: flex;
}
ul.flex_add li i.fa.fa-check {
    padding-right: 14px;
    font-weight: bolder;
  font-size: 16px;
}
.wrap-block.Product-block-pp.result_page_heading {
    max-width: 800px !important;
}
.product-single__price {
    border-bottom: none !important;
}
@media only screen and (max-width: 1024px)
{
#MobileNav li a {
    color: #000;
    font-size: 15px !important;
    text-decoration: none;
    display: block;
    padding: 10px 45px 10px 10px;
    opacity: 1;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
}
}
.related-product .jdgm-widget.jdgm-widget {
    display: none;
}
                          #jaki-adaptogen-jest-dla-ciebie-test-mother-39-s-protect .elementor-button-wrapper {
    display: flex;
    padding-top: 50px;
    padding-bottom: 30px;
        justify-content: center;
}
@media screen and (max-width: 768px) 
{
  #jaki-adaptogen-jest-dla-ciebie-test-mother-39-s-protect a.elementor-button-link.elementor-button.elementor-size-lg {
    padding: 15px 30px !important;
  }
 
  ul.ul_second {
    padding-left: 15px;
}
  .adaptogency_width p {
    padding-left: 0px !important;
}
  .padding_set {
    padding: 0px 10px;
}
  .padding_ak {
    padding: 0px 15px;
}
  a.class_a_tag.btn.mob-btn-sm.btn-sm {
    margin: auto;
    display: block;
}
  h3.heading_h {
    text-align: center;
}
  p.top_text_pppp {
    text-align: center;
}
.add_pedding_new {
    padding: 0px 20px;
}
  #adaptogeny-lista-wlasciwosci-badania-naukowe-ciekawostki .hole_div.page_border {
/*     padding-bottom: 0px; */
}

  h3.set_h13 {
    text-align: center;
}
  #adaptogeny-lista-wlasciwosci-badania-naukowe-ciekawostki .wrap-block.Product-block-pp.page_hh_ad {
    max-width: 900px !important;
    margin: auto;
    padding: 1px !important;
}
  span.upper_head.page_add_he b.adaptogency_kk {
    color: #4c4c4c;
    font-family: "Poltawski" !important;
    font-size: 23px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 5px;
}
  .height_set {
    height:671px;
}
  .upper_line_text .simple-text {
    font-size: 14px !important;
}
  .template-product a.btn.btn-options {
        font-size: 18px;
}
  #wynik-krolowa-dla-karmiacych p.second_p {
      font-size: 16px!important;
  }
.slideshow__text-wrap span.btn.mob-btn-sm.btn-md {
       margin-left: 0px !important;
}
  .product_image_2 {
      padding: 0px !important;
}
   .elementor-image.img_right_side {
    width: 270px;
  
    margin: auto !important;
}
  .elementor-image.img_left_side {
  
    margin: auto !important;
}
  .elementor-image.img_left_side {
    margin: auto !important;
}
 .result_page_heading .box_text_btn_1 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-bottom: 16px !important;
    height: auto !important;
}
  .content-indent.default.review_section_ad .box_text_btn_1 {
    height: auto!important;
    padding-bottom: 17px;
    margin: auto !important;
}
  .content-indent.default.review_section_ad  .box_text_btn_1 {
    height: auto !important;
  }
  ul.flex_add {
     justify-content: left !important;
}
  p.box-p_first.result_m {
    font-size: 13px !important;
    font-family: 'Roboto' !important;
}
  ul.flex_add li {
    font-size: 13.5px !important;
    padding: 0 0 0 17px;
    display: flex;
}
 .box_text_btn_1.second_result.height_custom.review_margin_remove {
    margin: 26px 0px !important;
    padding: 15px 0px;
}
  .product_add_cart img.product_img_section {
    max-width: 100% !important;
}
  .hole-my-img {
    background-image: none !important;
}
  .box_text_btn_1.second_result.height_custom {
    height: auto !important;
}
  .wrap-block.second-block-pp.review_block {
    margin-top: 50px !important;
}
  .box_text_btn_1 {
  
    height: 80px !important;
    border-radius: 9px;
    margin: 20px !important;
}
  .video_a1 {
      width: 100% !important;
}
  .video_block {
      padding: 20px;
}
  .video_block {
    display: block !important;
 }
  p.heading_ad_p {
    color: #4c4c4c;
    font-family: "Poltawski",Sans-serif;
    font-size: 22px !important;
  }
  .rte.rte-setting.featured-row__subtext p {
    font-family: "Roboto",Sans-serif;
    line-height: 1.7em;
    font-size: 16px;
    padding-left: 20px;
}
  .upper_richtext_page_new .p_class_product {
    max-width: 800px;
    margin: auto;
    text-align: left !important;
}
  .richtext-block-width.wrap-block.richtext_block.page_max_width.upper_h_space {
    padding-top: 35px;
}
  .richtext-block-width.wrap-block.richtext_block.page_max_width.upper_h_space p {
    text-align: left;
    font-family: Roboto;
    font-weight: 500!important;
    font-size: 16px;
}
  span.sub_title_ad.second.section_se {
    color: #4C4C4C;
    font-family: "Roboto" !important;
    font-size: 21px !important;
    font-weight: normal;
    line-height: 1.3em;
    letter-spacing: 0.5px;
    text-transform: initial !important;
    padding-top: 15px;
      font-style: initial !important;
}
  span.upper_head.page_add_he b {
    color: #4C4C4C;
    font-family: "Poltawski", Sans-serif;
    font-size: 40px !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 3px;
}
  .box_text_btn_1.result_product_on {
    margin: 20px;
}
  .result_page_set {
 
    padding: 10px;
  }
  p.text_g {
    text-align: center;
    color: #4c4c4c;
    font-family: "Roboto",Sans-serif;
    font-size: 13px !important; 
    font-weight: 400;
    padding: 0 8px;
}
  .last_btn_share.two_product_a {
    max-width: 693px;
    margin: 55px auto !important;
    text-align: center;
}

.box_text_btn_1.product_three_block {
    margin-left: 20px;
    margin-right: 20px;
}
.first_product_left_1, .second_product_right_3, .second_product_right_1 {
    width: 100% !important;
    padding-bottom: 20px;
}
.first_product_left_1 {
    width: 100% !important;
}
.second_product_right_3 {
    width: 100% !important;
}
.second_product_right_1 {
    width: 100% !important;
}
  .product_add_cart_two_1 {
       display: block !important;
}
  .thierd_block_first_1 {
    width: 100% !important;
    padding: 20px;
}
  .left_block_first_1, .right_block_first_1 {
    width: 100% !important;
    padding: 0 20px;
}
  .block_side_two_1 {
    display: block !important;
 }
  .product_image_2 {
    display: block !important;
  
}
  .second_product_right {
    width: 100% !important;
}
  h1.product_first_name {
    color: #4c4c4c;
    font-family: Poltawski;
    font-size: 22px !important;
  }
  .second_product_right {
    padding-top: 25px;
}
  .mobile_padding {
    max-width: 459px;
    margin: auto;
    padding: 6px;
}
  .product_add_cart_two {
    max-width: 100%;
    margin: 70px auto auto;
    text-align: center;
    display: block !important;
}
  .first_product_left {
    width: 100% !important;
}


  .product_image_1 {
    display: block !important;
  }
  .block_side_two {
    display: block !important;
    max-width: 100%;
    margin: auto;
    text-align: center;
    column-gap: 30px;
}
  .left_block_first{
    width: 100% !important;
    padding: 15px;
}
   .right_block_first {
    width: 100%  !important;
    padding: 15px;
}
  p.second_r.re_m span {
    font-family: "Roboto",Sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-left: 13px;
    width: 100%;
    display: block;
    text-align: left;
}
  .box_text_btn_1.se_result {
     padding: 5px;
}
  .two_part {
    display: block !important;
    column-gap: 25px;
}


  p.second_r.re_m {
     padding: 5px;
}
  .p_class_product_last {
       padding: 3px !important;
}
  p.result_custom_text {
       padding: 20px;
}
  .box_text_btn_1 {
       padding-top: 8px !important;
}
  p.second_p {
    text-align: center;
    color: #b69269;
    font-family: "Roboto",Sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    text-transform: uppercase;
}
  p.box-p_first {
    text-align: center;
    color: #4c4c4c;
    font-family: "Roboto",Sans-serif;
    font-size: 12px !important;
    }
  .wrap-block.Product-block-pp.result_page_heading {
    padding: 0px !important;
}
  h1.product_name {
      font-size: 30px !important;
}
  .wrap-block.second_product_block {
    padding: 20px;
}
  .header-logo img, .header-logo svg {
    display: block;
    max-width: 100% !important;
    min-height: 44px !important;
}
  .wrap-block.second-block-pp.review_block {
    padding: 0px !important;
}
  .class_img-bottom {
    text-align: left !important;
    padding-right:20px;
  }
  .feature-row__item_img.imgCol.wow.fadeInRight {
    width: 90%;
}
  .logo_p_name {
    max-width: 235px !important;
    margin: auto;
}
  .hole_div h1.image_upper_heading_p {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
   .feature-row__item_img.imgCol.wow.fadeInLeft {
    width: 90%;
}
  h1.image_upper_heading_p {
 
    font-size: 23px !important;
      padding: 16px !important;
}
  .grid__item.medium-up--one-half.product-single__meta {
    padding-left: 20px;
    padding-right:20px;
}
  ul.ul_last {
    padding: 0 30px;
}
  a.btn_last_block.btn.box_btn_ppp.mob-btn-sm.btn-sm {
  
    font-size: 18px !important;
  
    margin-bottom: 20px  !important;
}
  .wrap-block.last_product_block {
    max-width: 85%!important;
}
  .related-product a.btn.add-to-cart {
    color: #fff;
    background-color: #b69269;
    border-color: #c39f76;
    font-family: Roboto bold;
    font-size: 18px!important;
    letter-spacing: 1px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 3px;
    padding: 7px 11px!important;
    margin-top: 5px;
    text-transform: initial!important;
}
  .related-product h3.h3 {
    font-size: 22px !important;
    line-height: 1.1em;
    letter-spacing: 2.9px;
    color: #4c4c4c!important;
    font-family: Poltawski!important;
    font-weight: 600!important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 49px!important;
}
  div#judgeme_product_reviews {
    padding: 20px;
}
  .flex.product-action.product_bottom {
    margin: 35px auto auto !important;
  }
  p.last_p_j {
    text-align: center !important;
}
  .p_section_product_certificate p {
    text-align: left !important;
    padding-left: 20px;
        padding-right: 20px;
}
  .video_btn_cart span {
    font-size: 16px !important;
}
  .add_video_div {
    padding-bottom: 20px;
}
  .grid.logo_bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
  .logo_p_y {
    padding-left: 20px !important;
    padding-right: 20px  !important;
    padding-top: 0px  !important;
}
  img.certificate.ls-is-cached.lazyloaded {
    margin-top: 20px;
}
  button.cart_btn_ad.btn.product-form__cart-submit {
    font-family: Roboto bold;
    font-size: 15px;
    font-weight: 500;
    width: auto!important;
    max-width: 150px!important;
    text-transform: initial;
    border-radius: 3px;
    flex: 1;
    height: 44px;
    margin-bottom: 0;
    border: 1px solid #b69269;
    background-color: #b69269;
    color: #fff;
    padding: 0.618em 1em!important;
}
  .richtext-block-width.wrap-block.richtext_faq {
  padding: 20px 0; 
}
  .richtext_faq .p_section_product_video.faq_text_rich, .faq_heading, .richtext_faq .product-action, .richtext_faq .ba-ornament-img{
  padding:0 20px !important;
  }
  

  h1.faq_upper_headding {
    color: #4c4c4c!important;
    font-family: Poltawski!important;
    font-size: 22px !important;
  }
  .color_cer {
    max-width: 100% !important;
    padding: 20px !important;
}
  .black_white_certificate {
    display: block !important;
  }
  .four_certificate {
    width: 100% !important;
    padding: 10px;
}
  .bottom_threee {
    display: block !important;
    margin: auto;
    max-width: 1150px;
    justify-content: center;
}
  .wrap-block.Video_block {
    padding: 20px !important;
   
}
   span.upper_head.video_block_t {
    padding-top: 15px;
}
 
 
  .flex.product-action.product_bottom {
   
    padding: 22px !important;
  
    max-width: 100% !important;
}
  .wrap-block.Product-block-pp {
    margin-top: 50px!important;
}
  .wrap-block.Product-block-pp {
    padding: 20px;
}
  .slideshow__image img {
    max-width: 100%;
    object-fit: cover;
    height: 400px;
    background-position: center;
}
  .product-action .qtyField {
    max-width: 40% !important;
    margin: 0 10px 0 0;
}
  .form_product_faq .product-action .qtyField, .Video_block .product-action .qtyField{
    max-width:50% !important;
  }
  .btn.product-form__cart-submit {
    font-family: Roboto bold;
    font-size: 16px;
    font-weight: 500;
    width: auto!important;
    max-width: 165px!important;
    height: 38px !important;
}
  .product-single__price .price {
    color: #B69269;
    font-family: "Roboto", Sans-serif;
    font-size: 19px !important;
}
  .slideshow__text-content .wrap-caption.text-center.anim-tru.style1 {
    padding: 0px !important;
}
  .slideshow__text-content_img {
    /* display: none; */
}
  h1.collection-title {
    text-align: center;
    font-size: 23px !important;
}
  .upper_hedding.collection_on {
    margin-top: 5px !important;
}
.upper_hedding.collection_on h2 {
    font-size: 22px !important;
}
.para_add {
    padding-left: 46px !important;
    padding-right: 46px  !important;
}
  .simple-text {
    font-size: 16px !important;
    padding: 0 !important;
}
  .collection_text.simple-text {
    font-size: 14px !important;
}
.upper_hedding {
    text-align: center;
    margin-top: 60px;
    padding: 25px;
}
  a.btn.box_btn_ppp.mob-btn-sm.btn-sm {
    margin-top: 35px !important;
}
  .row_padding .grid-view-item .product-price__price {
    font-size: 18px !important;
    font-weight: 400;
    display: inline-block;
    color: #c39f76 !important;
}

  .block_upper_class {
    margin-top: 40px;
    padding: 10px;
}
 .bottom_all_div {
    margin-top: 0px !important;
} 
.add-to-cart {
    color: #FFFFFF;
    background-color: #B69269;
    font-family: "Roboto bold", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 5px;
    padding: 13px 18px 13px 18px !important;
}
    span.upper_head b {
    color: #4c4c4c !important;
    font-family: "Poltawski",Sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 2.1em;
    letter-spacing: 2.9px;
   
}
  .wrap-block.second-block-pp {
    color: #4C4C4C !important;
    font-family: 'Roboto' !important;
    font-size: 16px !important;
      padding: 0px 15px;
}
  .wrap-block.second-block-pp {
    margin-bottom: 60px!important;
    padding-top: 20px !important;
        padding: 0px 20px 0px 20px;
}
   .upper_hedding h2 {
    color: #4C4C4C;
    font-family: Roboto bold;
    font-size: 30px !important;
}


a.box_a {
border-radius: 4px;
    cursor: pointer;
    display: block;
    width: 199px!important;
    text-align: center;
    margin: auto;
}
  p.box-p {
    text-align: center !important;
    color: #4c4c4c;
    font-family: Roboto bold!important;
    font-size: 18px!important;
    font-weight: 400!important;
    margin-bottom: 0;
    padding-right: 0px !important;
    padding-bottom: 20px;
}
  span.second_heading {
    padding-bottom: 0px !important;
}
  
  .slideshow__text-content {
    position: absolute;
    max-width: 600px;
       top: 67% !important;
    z-index: 3;
    transform: translateY(-50%);
}
  .template-index .slideshow {
    height: 1065px !important;
}
  span.second {
    text-align: center;
    color: #4c4c4c;
    font-family: Roboto bold!important;
    font-size: 16px !important;
  }
  .slideshow__title {
    text-align: center;
    color: #4c4c4c!important;
    font-family: Poltawski;
    font-size: 36px !important;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-top: 24px;
    letter-spacing: 2px;
   
}
  .box_text_btn {
   margin: 20px;
    padding: 20px;
    display: block !important;
      height: 100%;
    border-radius: 9px;
  }
  p.mega-small-title {
    text-align: center;
    color: #4c4c4c;
    font-family: Roboto;
    font-size: 16px !important;
}
.product-rows .grid-view-item__title{
  color: #4C4C4C !important;
}
p.second_pp {
    font-family: Roboto bold !important;
}

}
a.qtyBtn.minus {
    width: 40px;
    min-height: 36px !important;
    background-color: transparent !important;
    border: 1px solid #E2D3C3 !important;
    color: #4C4C4C !important;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-weight: 400 !important;
    font-size: 12px !important;
    display: flex;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
      border-radius: 3px;
}

@media only screen and (max-width: 1024px)
{

}
.product-single__price {
 
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}
.product-single__price .product-price__price {
 
     font-weight: normal !important;
    font-family: 'Roboto' !important;
}
input#quantity {
    max-width: 45px !important;
    min-height: 36px !important;
    font-size: 12px;
    margin: 0;
    width: 45px;
    padding: 0;
    border: 1px solid #E2D3C3 !important;
    color: #4C4C4C !important;
    text-align: center !important;
    margin-left: 5px;
      border-radius: 3px;
}
a.qtyBtn.plus {
    width: 40px;
    min-height: 36px !important;
    background-color: transparent !important;
    border: 1px solid #E2D3C3 !important;
    color: #4C4C4C !important;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-weight: 400 !important;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
      border-radius: 3px;
}

.slideshow__text-content_img {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 597px;
    top: 120px;
}
  .slideshow__title {
   margin-bottom: 10px !important;
}
.section-cover {
  
    width: 100%;
    z-index: 15;
}
.para_app.page-width.fullwidth {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
a.btn.btn-options {
    color: #fff;
    background-color: #b69269;
    font-family: Roboto bold;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 13px 18px;
    margin-top: 5px;
    text-transform: initial!important;
}
ul.dropdown {
    margin-top: 30px;
}
.Product_containt.ptContainer.style1.page-width {
    margin-top: 48px;
}

p.p_icon_ad {
    font-size: 15px;
    color: #B69269;
}
i.fa.fa-truck {
    font-size: 20px;
    padding-right: 10px;
}
i.fa.fa-calendar {
    font-size: 20px;
    padding-right: 10px;
}
.free_shipping {
    padding-top: 20px;
}
.grid.product-single {
    border-bottom: 2px dotted #ededed;
    padding-bottom: 30px;
}
.wrap-block.Product-block-pp {
    max-width: 811px !important;
}
span.sub_title_ad {
    text-align: center;
    color: #9b9b9b;
    font-family: "Roboto", Sans-serif;
    font-size: 16px !important;
    font-style: italic;
}
.p_class_product {
    text-align: left;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    line-height: 1.5em;
    font-size: 16px;
    padding-top: 15px;
}
ul.li_containt li:before {
    content: "\ea7f";
    font-family: adorn-icons;
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
}
span.upper_head.product_add_he {
    padding-bottom: 10px;
      margin-top: -20px;
}
.second_product_block {
    padding-top: 55px;
    padding-bottom: 55px;
}
span.upper_head.second_block_t {
    padding-bottom: 20px;
}
span.sub_title_ad p {
    text-align: center;
    color: #929292;
    font-family: "Raleway";
    font-size: 12px;
    line-height: 1em;
}

.p_class_product h3 {
    color: #4c4c4c;
    font-family: "Poltawski" !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px;
    font-weight: normal !important;
}
.p_class_product {
    text-align: left;
    color: #4c4c4c;
    font-family: "Roboto",Sans-serif;
    line-height: 1.5em;
    font-size: 16px;
    padding-top: 15px;
}
.p_class_product ul li {
    color: #4C4C4C;
    font-family: 'Roboto' !important;
    letter-spacing: 0px;
}


ul.li_containt.second-ul {
    line-height: 28px !important;
}
ul.li_containt.second-ul span {
    font-size: 13px;
    display: inline;
    padding-left: 2px;
}
.p_class_product h3 {
    color: #4c4c4c;
    font-family: Poltawski!important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 15px;
    font-weight: 400!important;
    margin-top: 30px;
}
p.text-center.padding_zero {
    margin-bottom: 0px;
}
.p_section_product p {
    text-align: center;
    color: #4C4C4C !important;
    font-family: "Roboto" !important;
    line-height: 1.7em;
    font-size: 16px;
}
span.sub_title_ad_second {
    color: #ADADAD;
    font-family: "Roboto", Sans-serif;
    font-size: 16px !important;
    margin-top: 20px;
}
.padding_grid {
    padding: 21px;
    filter: grayscale(1);
}
.margin-to-zero.ontent-indent.default {
    margin-top: -10px;
}
.product_add_cart img.product_img_section {
    max-width: 665px;
}
.product_add_cart {
    text-align: center;
    margin: auto;
}
.product_add_cart {
    max-width: 800px;
    margin: auto;
  margin-top: 29px;
}
p.product_name {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    line-height: 1.5em;
    font-size: 16px;
  padding:0 20px;
}
.flex.product-action.product_bottom {
    margin: auto;
    justify-content: center;
    padding: 30px;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    margin-top: 58px;
    max-width: 73%;
}
.wrap-block.Video_block {
    max-width: 800px !important;
}
.p_section_product_video {
    text-align: left;
    padding-top:20px;
}
.p_section_product_video {
    text-align: left;
    color: #676666;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 30px;
}
i.fa.fa-angle-double-right {
    font-size: 19px;
    font-weight: bold;
    padding-right: 10px;
}
i.fa.fa-angle-right {
    font-size: 17px;
  padding-right: 4px;
    font-weight: bold;
}
.rozeniec_p h3.h3 {
    text-align: center !important;
    margin: auto;
    margin-bottom: 0px !important;
}
.wrap-block.Product-block-pp.class_golu-kola {
    margin-top: 0px !important;
    padding-top: 0px !important;
  
}
.wrap-block.Product-block-pp.class_golu-kola .p_class_product {
      max-width: 800px !important;
      margin: auto;
}
.sec-ttl.text-left.gotu_related h3 {
    margin: auto;
    margin-bottom: 0px !important;
}
a.sprnav.prev.small--hide.medium--hide {
    display: none;
}
a.sprnav.next.small--hide.medium--hide {
    display: none;
}
.product-btn.flex {
    display: none;
}
.stickyCart {
    display: none !important;
}
.richtext-block-width.wrap-block.richtext_block p {
    text-align: center;
}
.last-footer {
    margin: 50px auto 0;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.flex-block-footer {
      display: flex;
    padding-bottom: 25px;
    max-width: 1220px;
    margin: auto;
    border-style: dotted;
    border-width: 1px 0px 0px 0px;
    border-color: #ffffff96;
    padding-top: 25px
}

.left-footer {
    width: 50%;
    color: rgba(255,255,255,0.5) !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5em;
    z-index: 2;
  padding: 10px;
}
.right-footer {
    width: 50%;
    text-align: right;
  color: rgba(255,255,255,0.5) !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5em;
    z-index: 2;
  padding: 10px;
}
.template-product.lazyloaded {
    padding-bottom: 0 !important;
}
p.bottom_remove {
    margin-bottom: 5px;
}
.footer-links .h4:before {
    content: "\ea45";
    font-size: 15px;
    font-family: adorn-icons;
    float: right;
  display:none;
}
h3.class_headding {
    text-align: center;
}
span.small_ad {
    text-align: center;
    font-size: 12px !important;
    color: #626161;
    letter-spacing: 0.5px;
    font-weight: 200;
  display: block !important;
}
h3.class_headding {
    text-align: center;
}

.p_class_product h3 {
    color: #4c4c4c;
    font-family: Poltawski!important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 0px;
    font-weight: 400!important;
    margin-top: 32px;
}
span.small_ad {
    text-align: center;
    font-size: 12px !important;
    color: #626161;
    letter-spacing: 0.5px;
    font-weight: 200;
}
@media only screen and (max-width: 766px)
{
  .flex-block-footer {
    display: flex;
  
    flex-wrap: wrap !important;
}
  .footer-top .social-icons__link .ad {
    font-size: 20px;
    font-weight: bold;
}
  .last-footer {
    padding-left: 20px;
    padding-right: 20px;
}
.footer-block {
    margin: 0;
    padding: 36px 20px !important;
}
  .footer-block {
      padding-bottom: 15px !important;
}
  .left-footer {
    width: 100% !important;
  }
  .right-footer {
    width: 100% !important;
        text-align: left !important;
  }
  .footer-top .h4 {
  
    padding-bottom: 10px !important;
}
  .footer-top a {
      font-size: 13px;
  }
  a.button_bottom {
    font-size: 14px !important;
}
  .last-footer {
    margin: 0px auto 0 !important;
  }
  .over_lay {
        height: 100% !important;
  }
  .left-footer {
      padding: 0px !important;
}

}
 
button.product_add_to_cart_cart.btn.product-form__cart-submit {
    font-family: Roboto bold;
    font-size: 18px;
    font-weight: 500;
    width: auto!important;
    max-width: 180px !important;
    text-transform: initial;
    border-radius: 5px;
    flex: 1;
    height: 40px;
    margin-bottom: 0;
    border: 1px solid #b69269;
    background-color: #b69269;
    color: #fff;
    text-align: center;
    padding: 10px;
}
button.product_add_to_cart_cart.btn.product-form__cart-submit:hover {
    background-color: #C39F76 !important;
      border-color: #FFFFFF;
}
.cart_btn_ad.btn.product-form__cart-submit:hover{
   background-color: #C39F76 !important;
      border-color: #FFFFFF;
}
a.box_a:hover {
    border-color: #FFFFFF;
}
video.upper_video {
  padding-bottom: 20px;
    padding-top: 20px;
}
p.last_p_j {
    text-align: center;
    color: #4C4C4C !important;
    font-family: "Roboto", Sans-serif;
    font-weight: normal;
    font-style: italic;
    line-height: 1.5em;
}
.p_section_product_certificate p {
    text-align: center;
    color: #4C4C4C;
  color: #4c4c4c;
    font-family: "Roboto",Sans-serif;
    line-height: 1.5em;
    padding-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
}
img.padding_ad_top.lazyautosizes.ls-is-cached.lazyloaded {
    padding-top: 20px;
}
.faq_simple_text {
    max-width: 800px;
    margin: auto;
}
h1.faq_upper_headding {
    color: #4C4C4C !important;
    font-family: 'Poltawski' !important;
    font-size: 33px;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 5px;
    margin-top: 80px;
}
p.upper_paragraph {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    line-height: 1.5em;
    font-size: 16px;
}
.form_product_faq {
    max-width: 800px;
    margin: auto;
    padding-top: 40px;
}
.p_section_product_video .centar_add p {
    line-height: 24px;
}

.related-product {
    max-width: 1100px;
    margin: auto;
}

.related-product span.product-price__price {
    color: #b69269;
    font-family: "Roboto", Sans-serif;
    font-size: 18px !important;
    font-weight: 400;
}
.p_class_product_last {
    text-align: center;
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    line-height: 1.3em;
      padding: 10px;
}
span.upper_head.second_block_t b {
       font-family: "Poltawski";
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 5px;
}
p.second_lin {
    text-align: center;
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    line-height: 1.3em;
      padding-bottom: 20px;
}

ul.ul_last li {
    text-align: left;
    font-size: 16px;
  list-style: auto;
}

.wrap-block.last_product_block {
    padding-top: 50px;
}
p.last_p_li {
    text-align: center;
    color: #ffffff;
    font-family: "Roboto";
    font-size: 16px;
    padding-top: 40px;
}
a.btn.box_btn_ppp.mob-btn-sm.btn-sm {
    margin-top: 20px;
}
a.btn_last_block.btn.box_btn_ppp.mob-btn-sm.btn-sm {
    padding: 12px 24px !important;
    font-family: "Roboto";
    font-size: 16px !important;
    font-weight: 300;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: #FFFFFF00 !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
}
.wrap-block.last_product_block {
    padding-top: 50px;
    padding-bottom: 50px !important;
    margin-bottom: -55px !important;
}
.black_white_certificate {
    display: flex;
    justify-content: center;
    max-width: 780px;
    margin: auto;
}
.four_certificate {
    width: 25%;
    padding: 10px;
}
span.bottom_title {
    color: #333 !important;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
    font-size: 14px !important;
    margin-top: 9px;
}
.bottom_threee {
    display: flex;
    margin: auto;
  max-width: 1150px;
    justify-content: center;
}
.color_cer {
    max-width: 16.579%;
    padding: 10px;
}
.black_white_certificate {
    padding-top: 25px;
}

p.text-center.video_padding_zero {
    padding-top: 15px;
}
span.upper_head.second_block_t.last_ff b {
    color: #FFFFFF !important;
}
a.btn_last_block.btn.box_btn_ppp.mob-btn-sm.btn-sm:hover {
    color: #FFFFFF;
    background-color: #C39F76 !important;
    border-color: #FFFFFF00;
}

.wrap-block.Product-block-pp.upper_richtext_block {
    margin-top: 10px !important;
}
.jdgm-widget.jdgm-widget {
    display: block;
    max-width: 965px;
    margin: auto;
  margin-bottom:16px;
}
.wrap-block.last_product_block {
    max-width: 950px !important;
}
.class_img-bottom {
    text-align: center;
    color: #a3a3a3;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 0.3px;
    width: 401px;
    margin: auto;
}
a.a_tag {
    text-decoration: underline;
}
.centar_add.golu-kola-centar p {
    text-align: center;
}
p.text_center {
    text-align: center;
}
h1.image_upper_heading_p {
    color: #FFFFFF;
    font-family: "Poltawski", Sans-serif;
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 5px;
    margin: auto;
    text-align: center;
}
.rte.rte-setting.featured-row__subtext p {
      font-family: "Roboto", Sans-serif;
    line-height: 1.7em;
    font-size: 16px;
}
.hole_div {
    max-width: 1200px;
    margin: auto;
  padding-bottom: 50px;
}
#adaptogeny-lista-wlasciwosci-badania-naukowe-ciekawostki .hole_div.page_border{
  padding-bottom:0;
}

h1.image_upper_heading_p {
    padding-top: 55px;
    padding-bottom: 10px;
}
p.text_centar {
    text-align: center;
    padding-bottom: 25px;
}
.logo_p_name .logoImg.lazyloaded {
    background-size: contain;
}
.logo_p_name.padding_grid {
   
    filter: initial !important;
}
p.logo_name {
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.logo_p_name_upper {
    padding: 30px;
}
.grid.logo_bar.upper_gap_remove {
    margin-top: -25px !important;
}
span.upper_head.richtext_block_t.logo_upper_heaad {
    margin-top: 40px;
}
.text_center {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 39px;
}
h3.heading_s {
    margin-bottom: 0px;
}
.wrap-block.Product-block-pp {
    max-width: 1200px!important;
    padding-top: 55px !important;
}
.wrap-block.Product-block-pp {
    max-width: 1200px!important;
    padding-top: 55px !important;
}
.cazrodziej_class span.upper_head.product_add_he {
    padding-bottom: 25px;
}
.color_gray {
    text-align: center;
    color: #9b9b9b;
    font-family: "Roboto";
    font-size: 16px;
    font-style: italic;
}
.form_product_faq.czarodziej_cl .product-form.mfp-link {
    text-align: start;
}
.form_product_faq.czarodziej_cl {
    text-align: left;
    max-width: 550px;
}
.czarodziej_cl .product-action .qtyField {
    max-width: 40% !important;
    margin: 0 10px 0 0;
}
.czarodziej_cl  .flex.product-action.product_bottom {
    margin: 20px auto auto;
    justify-content: center;
    padding: 18px;
/*     border-bottom: none !important;
    border-top: none !important; */
    max-width: 73%;
}
.sec-ttl.text-left.related_product h3 {
    text-align: center !important;
    max-width: 100% !important;
}
span.small_ad.bold_add {
    font-family: 'Roboto bold';
    text-transform: uppercase;
}
p.with_underline {
    text-decoration: underline;
}
ul.krolowa_class li i {
    padding-right: 13px;
    font-weight: bolder;
}

p.center_add {
    padding-top: 30px;
    font-size: 16px;
}
span.span_k {
    font-size: 16px !important;
    text-align: left;
}
a.button_go_tocart {
    background: #B69269!important;
    padding: 14px 20px!important;
    text-transform: uppercase;
    font-size: 13px!important;
    color: #fff!important;
    letter-spacing: 0.5px;
    font-family: 'Roboto';
    border-radius: 3px;
    font-weight: 600;
}
.product_block {
    padding: 25px 35px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    display: flex;
  margin-top: 30px;
}
.left_side_1 {
  width: 50%;
    font-size: 16px;
    font-family: 'Roboto';
    color: #4C4C4C;
}
.right_side_1 {
    width: 60%;
    text-align: right;
}
  .product_block.active_1 {
    display: flex !important;
}
.class_rozeniec span.upper_head.product_add_he {
    line-height: 1px;
}
td.cart__price-wrapper.small--hide {
    color: #c39f76 !important;
}
  td.total_price div {
     color: #c39f76 !important;
}
.template-cart .cart .qtyField {
    width: 130px !important;
    margin: 0 auto;
}
.template-cart .qtyField .qty {
    border: 1px solid #E9E9E9!important;
    margin-left: 7px;
    width: 38px !important;
}
.template-cart h1.page-title {
    display: none;
}
.section-cover.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

.BtdShopifyPageBody .BtdShopifyHeroArea{
  background-image:url("/cdn/shop/files/gorgias_bg_v1.jpg?v=1683546127") !important;
  background-repeat: no-repeat !important;
  background-size:cover !important;;
}
.BtdShopifyTabContentHeaderIcon{
  display:none !important;
}
.BtdShopifySmallButton{
  color:#fff !important;
}
.slideshow .slick-dots{
  display:none !important;
}
/*recharge subscription  */
.dys8oc0 span, .dys8oc0 .recharge-heading {
  color:#4C4C4C !important;
}
.recharge-heading-h1{
  font-size:24px !important;
}
#recharge-customer-portal > div > div:nth-child(2) > div > div > div > div > div > div > div.dys8oc0._1setxj6ho._1setxj6r6.fqm02w0 span{
  font-size:18px !important;
  font-weight:500 !important;
}
#recharge-customer-portal > div > div:nth-child(2) > div > div > div > div > div > div > div.dys8oc0._1setxj6hr._1setxj6r6.fqm02w0 > div > div:nth-child(6) > div > div > div:nth-child(1) > div > div:nth-child(2) > div > button{
  background:#fff !important;
  border:none !important;
}
#recharge-customer-portal > div > div:nth-child(2) > div > div > div > div > div > div > div.dys8oc0._1setxj6hr._1setxj6r6.fqm02w0 > div > div:nth-child(4) > div > div > div > div > div > div:nth-child(1) > div > div:nth-child(2) > span > span > div, #recharge-customer-portal > div > div:nth-child(2) > div > div > div > div > div > div > div.dys8oc0._1setxj6hr._1setxj6r6.fqm02w0 > div > div:nth-child(4) > div > div > div > div > div > div:nth-child(2) > div > div:nth-child(3) > div > div:nth-child(2) > span > span > div{
  color: #B69269 !important;
}
#recharge-customer-portal > div > div:nth-child(2) > div > div > div > div > div > div > div.dys8oc0._1setxj6ho._1setxj6r6.fqm02w0 > div a.active span{
  color:#B69269 !important;
}
[data-testid="recharge-internal-send-now-button"] .dys8oc0 .recharge-text-p3{
  color:#fff !important;
}
[data-testid="recharge-internal-reschedule-button"] .dys8oc0 .recharge-text-p3, [data-testid="recharge-internal-skip-button"] .dys8oc0 .recharge-text-p3{
  color:#B69269 !important;
}
[data-testid="recharge-internal-reschedule-button"]{
  background:#fff !important;
  border:2px solid #B69269;
}
[data-testid="recharge-internal-skip-button"]{
background:#fff !important;
  border:none !important;
}
 .rc_popup__label, .rc-selling-plans__label, .reload-icon, .rc_popup__hover{
 display:none !important; 
  }
  .rc-template__legacy-radio .rc-radio{
    padding:0 !important;
  }
  .rc-login--header-media{
    display:none !important;
  }
  .rc-login-form-button{
    background-color:#B69269 !important;
  }
  .rc-login--header-title {
  color: #4c4c4c;
    font-size:20px !important;
    margin:24px 0 !important;
    font-family: "Poltawski",Sans-serif;
    font-size: 33px;
    text-align:center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 5px;
    }
/*    video section Matka Natura  */
#shopify-section-template--19041846722900__33a9ea21-27da-418c-a750-311335b821c3 .second-block-pp{
  margin-bottom:30px !important;
}     
.video-sec{
  max-width:850px !important;
  margin:0 auto;
} 
#shopify-section-template--19041846722900__563737de-6b40-49b7-a714-52f90e612054{
  margin-top:80px !important;;
}
div:has(.movie_from_mother) .box_text_btn::before {
  content:url("/cdn/shop/files/ziemia_profilowe.png?v=1685529171");
  margin-right:37px;
  
}


div:has(.movie_from_mother) .h3{
  margin-right:37px !important;
}
div:has(.movie_from_mother) .box_text_btn{
  max-width:650px !important;
  position:relative;
}
@media screen and (max-width:480px){
  div:has(.movie_from_mother) .box_text_btn::before{
    position: absolute !important;
    top: -30px;
    left: 30px;
} 
  div:has(.movie_from_mother) .box_text_btn{
    padding: 23px, 0 !important;
}
  div:has(.movie_from_mother) .h3{
  margin-right:0 !important;
}
   div:has(.movie_from_mother) .box_text_btn{
     padding: 33px 0 !important;
     margin-top:40px !important;
   }
  }
/*   timer promo */
/* .promo-timer-discount-info{
  padding-top:10px;
  
} */
.promoTimerZone{
   position:fixed; left:0; top:0; z-index:90; width:100%; background-color:white; display:flex; justify-content:center; align-items:center;
  flex-wrap:wrap;
  font-family:Roboto;
  background:#fff;
  color:#4C4C4C;
   padding:20px 0 17px 0;
  box-shadow:0 0 36px 0 rgba(0,0,0,0.6);
 } 
.promoTimerZone .promoTimerZone-title{
  text-transform:uppercase;
  font-weight:700;
  color:#B0936E;
  font-size:16px;
  line-height:19px;
  text-align:center;
  
  margin:0 0 0 20px;
  /* margin:0 20px 0 0; */
  padding:0 0 3px 0;
  letter-spacing:1%;
 
}
  .promoTimerZone-description{
    font-size:16px;
    line-height:19px;
    margin:0 0 0 20px;
    padding:0;
    letter-spacing:1%;
    text-transform:uppercase;
    
    }
  .promoTimerZone-description span{
    font-weight:600;
    /* color:#B0936E; */
    letter-spacing:1%;
  }
  .promoTimerZone-timer{
    display:flex;
    height:100%;
  }
  .promoTimerZone-timer p{
    display:flex;
    flex-direction:column;
    font-size:16px;
    align-items:center;
    padding:0 10px;
    margin:0;
  }
  .promoTimerZone-timer p span{
    line-height:19px;
  }
  .promoTimerZone-timer p span:first-child{
    font-weight:700;
    padding:0 0 7px 0;
  }
 
@media screen and (max-width:776px){
  .promoTimerZone-timer{
    order:2;
  }
   .promo-timer-discount-info{
  /* font-size:8px; */
    padding-top:4px;
  }
  .promoTimerZone{
    flex-direction:column;
    justify-content:center;
    z-index:500;
    padding:13px 0 9px 0;
  }
   .promoTimerZone-timer p{
     flex-direction:row;
     font-size:14px;
   }
 .promoTimerZone .promoTimerZone-title{
    text-align:center;
    margin:0;
    font-size:14px;
    padding-bottom:3px;
  }
  .promoTimerZone-description{
    font-size:14px;
    padding-bottom:7px;
    text-align:center;
     margin:0;
  }
  .promoTimerZone-timer p span:first-child{
    padding:0 5px 0 0;
  }
   .promoTimerZone-timer p span{
     font-weight:600;
   }
 
}
/* #rich-text-01JFJFZK2ZP7C37FEH4XQWSKXS,#rich-text-01JFJJNN9TP9XP5AYZT6X6HVZ2{
  display:none !important;
}
#rich-text-01JFJFZK2ZP7C37FEH4XQWSKXS.phone-entered, #rich-text-01JFJJNN9TP9XP5AYZT6X6HVZ2.phone-entered{
  display:block !important;
} */
label.needsclick div{
  display:block !important;
};
.needsclick.go3298969293{
  display:none !important;
}
/*countdown timer  */
.count-down-Timer {
	color:#4C4C4C;
  font-family: "Roboto", Sans-serif;
   line-height: 1.5em;
  margin-bottom:30px;
  padding:0 !important;
}
.count-down-Timer span, .count-down-Timer strong{
  font-size:16px;
}
.count-down-text {
	color:#B69269;
	font-weight:600;
  font-size:16px;
	}
.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge {
    color: #070707 !important;
    background-color: transparent !important;
     }
     .jdgm-rev.jdgm-divider-top.jdgm--done-setup {
    text-align: left !important;
}
.jdgm-rev__body p {
    text-align: left !important;
}
span.jdgm-rev__timestamp {
    font-size: 13px !important;
}
.wrap-block a {
    margin-top: 0px !important;
    font-size: 20px !important;
   	color:#B69269;
}
.tooltip {
   position: relative;
   display: inline-block;
   position: relative;
}
.tooltip .tooltiptext {
 visibility: hidden;
    background-color: #E2D3C3;
    color: #4C4C4C;
    border-radius: 4px;
    padding: 8px 12px;
    position: absolute;
    z-index: 1;
           top: -50px;
    left: 50%;
  width:240px;
  transform:translateX(-50%);
    line-height: 19px;
    display: flex;
    align-items:flex-start;
  justify-content: center;
    justify-items: center;
    margin: auto;
    text-align: center;
}
.tooltip:hover .tooltiptext {
   visibility: visible;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform:translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #E2D3C3 transparent transparent transparent;
}

/*--adjust as necessary--*/
    color: #b69269;
  bottom: -11px;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
   bottom: -10px;
    margin: auto;
    left: auto;

}
span.jdgm-rev__author {
    font-size: 15px !important;
}
.jdgm-rev.jdgm-divider-top.jdgm--done-setup {
    margin: 0 0 18px 0 !important;
    box-shadow: -0px 0 17px 0 lightgrey !important;
    padding: 3em !important;
}
span.jdgm-rev__buyer-badge {
    font-size: 16px !important;
    padding-top: 25px;
    padding-left: 0px;
}
.product-recommendations .jdgm-prev-badge__text {
    display: none;
}
h3.elementor-heading-title.elementor-size-default.class_contact_h {
    color: #4c4c4c;
    font-family: "Poltawski", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
span.ink_add_1 strong em {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
}
p.ink_add_1 strong em {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
}
p.ink_add_1 {
    margin: 5px!important;
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 28px;
}
h3.con_heading_bottom {
    color: #4C4C4C;
    font-family: "Poltawski", Sans-serif;
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 5px;
    margin-top: 90px !important;
}
.P_contact {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
}
input.btn.submit_con:hover {
    background-color: #b69269;
    border-color: #b69269;
}
#regulamin .pageCnt.page-width p {
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 1.6em;
}
#regulamin .rte ol, .rte ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.hole-my-img {
   filter: opacity(.5);
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1.5;
    transition: background .3s,border-radius .3s,opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    position: absolute;
}
.result_page_set {
    text-align: center;
    margin-top: 50px;
  z-index: 9;
    position: relative;
}
span.Result_page b {
    color: #4C4C4C;
    font-family: Roboto;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
p.text-center.result_image {
    margin-top: 15px;
    margin-bottom: 10px;
}
.p_section_result {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto" !important;
    font-size: 16px;
    padding-bottom: 5px;
}
h1.product_name {
    text-align: center;
    color: #4C4C4C;
    font-family: "Poltawski bold";
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 1px;
      margin-bottom: 0;
}
span.last_span_gray {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    font-style: italic;
      max-width: 367px;
      display: block;
    margin: auto;
    font-size: 16px;
}
.result_div_p {
    position: relative;
    width: 100%;
}
.product_image {
    position: relative;
    z-index: 99999;
    max-width: 435px;
    margin: auto;
}
.p_class_product.result_page_aa {
    text-align: center;
}
.box_text_btn_1 {
    max-width: 900px;
    margin: 60px auto auto;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 35px 1px #0003;
    height: 95px;
    border-radius: 9px;
}
p.box-p_first {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
      padding-top: 10px;
    margin-bottom: 0px !important;
}
p.second_p {
    text-align: center;
    color: #B69269;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
p.price_result_remove {
    text-align: center;
    color: #4C4C4C;
    font-family: 'Roboto' !important;
    font-size: 22px;
    text-decoration: line-through;
    font-weight: 300;
   margin-bottom: 0px !important;
}
p.price_result_custom {
    text-align: center;
    color: #B69269;
    font-family: "Roboto bold";
    font-size: 30px;
    font-weight: 600;
}
.flex.product-action.re_product_bottom {
    margin: auto;
    text-align: center;
    justify-content: center;
    padding-bottom: 20px;
}
p.result_custom_text {
    text-align: center;
    color: #4C4C4C;
    font-family: 'Roboto' !important;
    font-size: 16px;
      margin-top: 20px;
}
.box_text_btn_1.se_result, .box_text_btn_1 {
       height: auto !important;
    margin-top: 40px;
    padding: 20px;
}
.last_btn_share {
    padding-top: 50px;
    border-top: 1px dashed #cac8c8;
    margin-top: 61px;
      margin-bottom: 50px;

}
i.fa.fa-facebook-square {
    padding-right: 4px;
}
a.face_book_btn {
    background-color: #37538C;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #37538C;
    color: white;
    padding: 11px;
    font-size: 15px;
    font-family: 'Roboto';
}
p.span_py a {
    text-align: center;
    color: #C39F76;
    font-family: "Roboto", Sans-serif;
    font-size: 16px !important;
    font-style: italic;
}
.wrap-block.second-block-pp.review_block p.span_py {
    color: #c39f76!important;
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-style: italic;
}
.review_pppp p {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.review_pppp {
    margin-top: 25px;
}
a.second-block-ll.btn.box_btn_ppp.mob-btn-sm.btn-sm {
    margin-top: 35px !important;
}
.class_czarodziej_ad .swatch.clearfix.option1 {
    display: none;
}
.class_czarodziej_ad  p.span_text_last {
    display: none;
}
.class_czarodziej_ad  .flex.product-action.product_bottom {
    display: none;
}
p.upper_paragraph a {
    font-size: 16px !important;
    color: #4c4c4c !important;
}

.price_div .product-single__price {
    border-bottom: none;
    padding-bottom: 0;
}
.gotu_kola_price_hide .price_div {
    display: none;
}

.box_text_btn.class_custom_ad {
    margin-bottom: 57px;
}
h3.elementor-heading-title.polt.elementor-size-medium {
    text-transform: uppercase !important;
    padding-top: 20px;
    color: #656666;
}
.template-index .box_text_btn_1 {
    display: none;
}
b.jdgm-rev__title {
    display: none !important;
}
ul.ul_last li {
    text-align: left;
    font-size: 16px;
    list-style: auto;
    font-family: 'Roboto';
 }
  .product_image_1 {
    display: flex;
    max-width: 826px;
    margin: auto;
    position: relative;
    z-index: 999999;
}
.block_side_two {
    display: flex;
    max-width: 800px;
    margin: auto;
    text-align: center;
      column-gap: 30px;
}
p.small_heading {
    color: #4C4C4C;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}
p.product_name_p {
    color: #4C4C4C;
    font-family: "Poltawski";
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 2.5px;
      margin-bottom: 0px;
}
p.small_heading_second {
    text-align: center;
    color: #A3A3A3;
    font-family: "Roboto";
    font-style: italic;
    font-size: 16px;
}
.textarea_text p {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
}
.left_block_first {
    width: 50%;
}
.right_block_first {
    width: 50%;
}
.textarea_text {
    border-top: 1px dotted #C9C9C9;
    padding-top: 33px;
    margin-top: 37px;
}
.product_add_cart_two {
    max-width: 716px;
    margin: auto;
    text-align: center;
    margin-top: 70px;
  display: flex;

}
h1.product_first_name {
    color: #4C4C4C;
    font-family: "Poltawski";
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 5px;
    margin-bottom: 0px;
}
.infor_pro {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
}
.first_product_left {
    width: 50%;
}
.last_btn_share.two_product_a {
    max-width: 693px;
    margin: auto;
    text-align: center;
    margin-top: 65px;
}
.second_product_right {
    width: 50%;
}
#wynik-krolowa-czarodziej .product-form.mfp-link {
    display: none;
}
#wynik-czarodziej-gotu-kola .product-form.mfp-link {
    display: none !important;
}
#wynik-gotu-kola-rozeniec-gorski .product-form.mfp-link {
    display: none !important;
}
.product_image_2 {
    display: flex;
    max-width: 1211px;
    margin: auto;
    position: relative;
    z-index: 999999;
    padding: 75px;
}
.block_side_two_1 {
    display: flex;
    max-width: 1024px;
    margin: auto;
    text-align: center;
    column-gap: 30px;
}
.block_side_two_1 p.product_name_p {
    color: #4c4c4c;
    font-family: Poltawski;
    font-size: 26px;
}
.left_block_first_1 {
    width: 33%;
}
.right_block_first_1 {
    width: 33%;
}
.thierd_block_first_1 {
    width: 33.33%;
}
.product_add_cart_two_1 {
    max-width: 1024px;
    margin: 70px auto auto;
    text-align: center;
    display: flex;
}
.first_product_left_1 {
    width: 33.33%;
}
.second_product_right_3 {
    width: 33.33%;
}
.second_product_right_1 {
    width: 33.33%;
}
.first_product_left_1 h1.product_first_name {
    color: #4c4c4c;
    font-family: 'Roboto';
    font-size: 21px;
  letter-spacing: 1px;
  }
.second_product_right_3 h1.product_first_name {
    color: #4c4c4c;
   font-family: 'Roboto';
    font-size: 21px;
  letter-spacing: 1px;
  }
.second_product_right_1 h1.product_first_name {
    color: #4c4c4c;
  font-family: 'Roboto';
    font-size: 21px;
  letter-spacing: 1px;
  }
#wynik-czarodziej-ashwagandha-rozeniec-gorski .product-form.mfp-link {
    display: none;
}
#wynik-brak-wrazliwosci .product-form.mfp-link {
    display: none;
}
.add_richtext_in p {
    text-align: center;
    color: #000000!important;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
}
.richtext_pp {
    max-width: 800px;
    margin: auto;
}
.centar_heading {
    color: #0e0d0d;
    font-family: "Poltawski", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 3.6px;
    margin-top: 40px;
    margin-bottom: 50px;
}
.bottom_rich p {
    text-align: center;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
}
a.go_to_product {
    font-family: Roboto bold !important;
    border-radius: 5px;
    max-width: 824px !important;
    flex: 1;
    border: 1px solid #b69269;
    background-color: #b69269;
    width: 785px !important;
    color: #fff;
    padding: 13px 35px!important;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 500px !important;
}
p.result_custom_text.apper_scace.add {
    margin-top: 33px;
    font-size: 16px;
    color: black;
}
.form_product p.result_custom_text{
     margin-top: 20px !important;
}

#wynik-brak-wrazliwosci .form_product p.result_custom_text {
    margin-top: 29px!important;
}
.box_text_btn_1.result_product_on p {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.box_text_btn_1.result_product_on {
    height: auto !important;
    padding: 40px 28px;
}
p.second_p {
    text-align: center;
    color: #B69269 !important;
    font-family: "Roboto", Sans-serif;
     font-weight: 600;
    text-transform: uppercase;
}
.p_section_result.text_22 {
    max-width: 800px;
    margin: auto;
    padding-bottom: 20px;
}
a.go_to_product.btn-1 {
    cursor: pointer;
}
.wrap-block.Product-block-pp.upper_richtext_block_zostan {
    max-width: 1000px !important;
    padding-top: 55px!important;
}
.upper_richtext_block_zostan span.upper_head.product_add_he b {
    color: #4C4C4C;
    font-family: "Poltawski", Sans-serif;
    font-size: 48px !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 3px;
}


.wrap-block.Product-block-pp.page_hh_ad {
    max-width: 1012px !important;
}
.wrap-block.Product-block-pp.page_hh_ad {
    margin-top: 0px !important;
    padding-top: 25px !important;
}
.row-text.text-left.class_custom {
    padding: 0px !important;
    padding-top: 20px !important;
}
ul.ul_list li b {
    font-family: "Roboto", Sans-serif;
    line-height: 1.6em;
    font-size: 16px !important;
}
.page_border {
    border-bottom: 1px dotted #a09d9d;
}
.wrap-block.Product-block-pp.upper_richtext_page_new {
    margin-top: 30px !important;
}
.upper_richtext_page_new .p_class_product {
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.p_section_product_video {
    text-align: left;
    color: #676666;
    font-family: Roboto;
    font-size: 16px;
    line-height: 30px;
}
.page_max_width .p_section_product_video p {
    margin-bottom: 0px;
}
.richtext-block-width.wrap-block.richtext_block.page_max_width {
    max-width: 1045px !important;
  padding-bottom: 50px;
}
.richtext-block-width.wrap-block.richtext_block p {
    text-align: center;
    font-family: Roboto;
    font-weight: 500 !important;
}
#zostan-ambasadorem div#judgeme_product_reviews {
    display: none;
}
p.heading_ad {
    text-align: center;
    font-family: "Roboto bold";
    font-size: 16px;
  padding-bottom: 25px;
}
p.heading_ad_p {
    color: #4C4C4C;
    font-family: "Poltawski", Sans-serif;
  
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 5px;
}
.upper_jk {
    margin-top: 45px;
    padding-bottom: 20px;
}
.p_section_product_video em {
    color: #9b9b9b !important;
}
#najczesciej-zadawane-pytanie-adaptogeny-mother-39-s-protect .elementor-text-editor.elementor-clearfix p {
    margin: 5px!important;
    line-height: 40px!important;
}
#o-firmie p {
    padding-bottom: 15px;
}
.small_o p {
    font-size: 10px;
    margin-bottom: 3px !important;
}
.small_o {
    margin-bottom: 40px;
    margin-top: 25px;
}
p.heading_big b {
    text-align: center;
    color: #4C4C4C;
    font-family: "Roboto", Sans-serif;
    line-height: 1.5em;
    font-size: 16px;
}
p.heading_small {
    font-size: 16px;
}
p.heading_big {
    margin-bottom: 10px;
}
.video_block {
    display: flex;
    max-width: 1220px;
    margin: auto;
    column-gap: 20px;
}

#wynik-krolowa-dla-karmiacych a.btn_last_block.btn.box_btn_ppp.mob-btn-sm.btn-sm {

    font-size: 16px !important;
    }

    .video_a1 {
    max-height: 442px;
    width: 33.33%;
    height: 457px !important;
}
.video_a1 p {
    max-height: 400px;
}
.video_a1 p a {
    display: block;
      max-height: 419px;
  color:white;
}
.video_a1 p a img {
    max-height: 100%;
    height: 400px !important;
    object-fit: cover;
    width: 100% !important;
}
p.last_p_li_1 {
    text-align: left;
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
}
span.span_k_venter_1 {
    text-align: center;
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-weight: normal;
    font-size: 16px !important;
    margin-bottom: 5px;
    margin-top: 46px;
}
  .Video_block .box_text_btn_1.se_result {
    height: auto !important;
    margin-top: 20px;
    padding: 20px;
}
#adaptogeny-lista-wlasciwosci-badania-naukowe-ciekawostki .rte ul {
    margin: 14px 0 27px 18px !important;
}
.price_ch {
    color: #c39f76;
    font-size: 23px;
    }
  
.p_class_product.result_page_aa p {
    margin-bottom: 4px;
}
.wrap-block.Product-block-pp.result_page_heading.remove_upper_re {
    margin-top: 20px !important;
}
a.hdicon.js-mobile-nav-toggle.open img {
    max-width: 33px;
    margin-top: 10px;
}
p.second_p.last_l {
    font-size: 25px !important;
}
#wynik-krolowa-czarodziej .form_product p.result_custom_text {
    margin-top: 24px !important;
}
h1.ab-page-title.instrukcje {
    margin: 60px;
    margin-bottom: 0px;
}
.box_text_btn_1.product_three_block {
    height: auto !important;
    padding-top: 23px !important;
      padding-bottom: 40px;
  
}
.result_div_p span.last_span_gray {
    max-width: 100%;
    padding-bottom: 40px;
    padding-top: 20px;
}
.slideshow__subtitle li {
      padding-left: 0px !important;
}
span.upper_head.product_add_he b {
    line-height: initial;
}
.flex.product-action.product_bottom {
    row-gap: 10px;
}

section p {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
}

.section button {
    display: inline-block;
    background: #a9a9a9;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    margin: 5px;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 1px;
}
.section button {
    border: none;
    padding: 15px 30px;
    outline: none;
    background: #85b91e;
}




.hide_start {
    display: none;
}
ul.class_ul {
    display: none;
}
li.parent {
    position: relative;
}
.parent_a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 15px;
    padding-left: 15px;
}
i.upper_ap.fa.fa-angle-down {
    position: absolute;
    z-index: 8988;
    top: 21px;
    left: 111px;
}
ul.class_ul {
    position: absolute;
    top: 58px;
}
div#shopify-section-mob_navigation {
    position: relative;
}
/*button "to top"  */
#site-scroll{
  background:#B69269;
}
/*mini-cart  */
#cart-drawer.active .buttonSet .cart__shipping{
  display:none;
}
#cart-drawer.active h4{
  color:#4C4C4C;
}
#cart-drawer .cart-subtotal-row{
  justify-content:center !important;
  font-size: 18px !important;
    font-weight: 500 !important;
    background-color: #fafafa !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #e6e6e6 !important;
    padding: 20px !important;
    margin-top: 40px !important;
  margin-bottom:10px !important;
  text-transform:capitalize !important;
   font-weight:bold !important;
  
}
#cart-drawer .cart-subtotal-row .product-price{
  color:#c39f76 !important;
  text-transform:lowercase;
 
  padding-left:5px !important;
}
#cart-drawer .cart-subtotal-row span:first-child{
  color:#4C4C4C;
}
#cart-drawer #cartDWcheckout:hover{
  background-color:#c39f76 !important;
  border-color:#c39f76 !important;
}
#cart-drawer #inlinecheckout-cart{
  border: 1px solid #e6e6e6;
  background:#fff;
  color:#666;
  padding:10px 24px;
  font-size:17px;
  font-weight:500;
}
#cart-drawer #inlinecheckout-cart:hover{
  border-color:#c39f76;
}
#cart-drawer .priceRow .product-price{
  color:#c39f76;
}
#cart-drawer .mini-products-list .grid div{
  font-size:15px !important;
}
#cart-drawer .mini-products-list .grid a, #cart-drawer .mini-products-list .grid .qtyField{
  color:#4C4C4C;
}
#cart-drawer .mini-products-list .grid .vropts{
  color:#666;
}
.template-product .dark-box{
  color:#4C4C4C;
  opacity:1;
}
.template-product .dark-box a:hover{
color:#4C4C4C;
}
a[aria-current="page"] {
    color: #b69269 !important;
}

.add_max_width_in {
    max-width: 900px;
    margin: auto;
}
.richtext-block-width.wrap-block.richtext_block.adaptogency_change {
    max-width: 900px !important;
    padding: 0;
    padding-top: 20px;  
}
h3.set_h13 {
    color: #4c4c4c;
    font-family: "Poltawski" !important;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.adaptogency_change p {
    text-align: left !important;
    color: #4c4c4c;
    font-family: "Roboto" !important;
    line-height: 1.7em;
}
ul.list_style_add {
    margin-left: 20px;
}
ul.list_style_add li {
    list-style: disc;
}
#adaptogeny-lista-wlasciwosci-badania-naukowe-ciekawostki div#judgeme_product_reviews {
    display: none;
}
#adaptogeny-lista-wlasciwosci-badania-naukowe-ciekawostki .page_border {
    border-bottom: none !important;
}
.adaptogency_width.content-indent.default {
    max-width: 900px;
    margin: auto;
}
.top_upper_gap {
    margin-top: 50px !important;
}
p.left_border_ad {
    font-style: italic;
    line-height: 1.7em;
    color: #7f7f7f;
    border-color: #e6e9ec;
    border-left: 7px solid #e6e9ec;
    padding-left: 20px;
}
span.bottom_text_f {
    font-size: 15px;
    color: #333;
    text-align: center !important;
    line-height: 1.4;
    font-style: italic;
}
.bottom_text_f {
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
    padding: 0 20px;
}
#adaptogeny-lista-wlasciwosci-badania-naukowe-ciekawostki .wrap-block.Product-block-pp.page_hh_ad {
    max-width: 900px !important;
    margin: auto;
}
p.top_text_pppp {
    color: #4c4c4c;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 30px;
}
h3.heading_h {
    color: #4c4c4c !important;
    font-family: "Poltawski",Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}
a.class_a_tag.btn.mob-btn-sm.btn-sm {
    font-size: 15px;
    color: #4c4c4c;
    font-weight: normal !important;
    text-decoration: underline;
    padding-left: 0px;
}
.wrap-block.Product-block-pp.hide_gap_p {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.richtext-block-width.wrap-block.richtext_block.ad_text {
    max-width: 900px !important;
    margin: auto;
    padding: 0px;
}
.ad_text .p_section_product_video p {
    text-align: left !important;
}

.richtext-block-width.wrap-block.richtext_block.left_side_set {
    max-width: 900px !important;
    padding: 0px;
    margin: auto;
      padding-top: 70px;
}
h3.top_up_ad {
    margin-top: -23px;
}
.richtext-block-width.wrap-block.richtext_block.left_side_set p {
    text-align: left;
    color: #4c4c4c;
}
ul.ul_second li {
    list-style: disc;
    color: #4c4c4c;
    font-weight: bold;
}
ul.ul_second {
    padding-bottom: 20px;
  margin-left: 20px;
}
.all_hide.index-2 {
    display: block;
}
.all_hide.index-3 {
    display: block;
}

.all_hide.index-4 {
    display: block;
}

.all_hide {
    display: none;
}
#jaki-adaptogen-jest-dla-ciebie-test-mother-39-s-protect a.elementor-button-link.elementor-button.elementor-size-lg {
    padding: 20px 40px;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}
div.product-single__meta p.product-single__price{
  border-bottom:1px solid #e9e9e9 !important;
 
}

img.padding_ad_top.lazyautosizes.ls-is-cached.lazyloaded{
  padding-top:0;
}
.elementor-image{
  border:5px solid #ededed;
  border-radius:5px;
  margin:20px !important;
}
#shopify-section-template--20459830116692__a71dda63-537d-4d0d-a90e-e9dd70a79954 > div > div.result_page_set > div.product_image > a{
  display:none;
}
/* zakraplanie */
#tolstoy{
  border-radius:10px;  height:500px; width:400px; }
  @media screen and (max-width:700px){
    #tolstoy{
  height:450; max-width:350px; }
  }
   @media screen and (max-width:390px){
    #tolstoy{
  height:430; max-width:330px; }
  }
  .Video_block .simple-text{
    padding:0 !important;
  }
/* video app */
span.upper_head.richtext_block_t.logo_upper_heaad{
margin-bottom:20px;
}
@media screen and (max-width:1024px){
 span.upper_head.richtext_block_t.logo_upper_heaad{
margin-bottom:0;
} 
} 
 .shopify-section.section--apps .tolstoy-carousel-title{
    line-height: 1.3em;
    letter-spacing: 5px;
    font-family: "Poltawski",Sans-serif !important;
    font-size: 33px !important;
    font-weight: 500 !important;
   text-transform:uppercase;
   padding-bottom:35px !important;
  }
  .page-width ._carouselContainer_25ufd_1{
    margin-bottom:36px;
  }
@media screen and (max-width: 768px){
.shopify-section.section--apps .page-width {
    padding-left: 0 !important;
  padding-right: 0 !important;
  max-width:1350px !important;
  
}
  .page-width ._carouselContainer_25ufd_1{
    margin-left:0;
    margin-right:0;
    width:100%;
  }
  .shopify-section.section--apps .tolstoy-carousel-title{
    font-size: 23px !important;
    
  }
 
}
/*upsell form    */
  #upsell_form, #upsell_form_kol,#upsell_form1, #upsell_form2,#upsell_form3,#upsell_form4,#upsell_form7, #upsell_product_form,#upsell_product_form_FF, #upsell_product_form_FF_D3 {
  display:none;
}
.quick-add-to-cart-form .quick-add-to-cart{
font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 18px 10px 18px !important;
    font-family: 'Roboto bold';
    text-transform: initial !important;
}
.quick-add-to-cart-form .quick-add-to-cart:hover, .quick-add-to-cart-form .quick-add-to-cart:focus{
opacity: .8;
    border-color: #b69269!important;
    background-color: #b69269 !important;
}
.research-icon{
  margin-right:15px;
}
.delivery-info{
  padding-top:30px;
}
.delivery-info p{
  margin:0;
  max-width:100%;
  font-family:"Roboto";
  
}
.delivery-info .delivery-info-star{
  font-size:12px;
}
.elementor-section .payment-info p{
  margin:0 0 0 10px;
  max-width:100%;
}
@media screen and (min-width:700px){
.elementor-image.przelewy24{
  width:45%;
}
                  }
.re_product_bottom.product-action button:focus{
  background-color:#B69269 !important;
  border:#B69269;
}
@media only screen and (max-width: 700px){
 
form.productForm {padding: 0 !important;}
.Video_block .product-action .qtyField{max-width:50% !important;}
}

.thumbs .swiper-slide {
    aspect-ratio: 1;
    display: flex;
    border-radius: 5px;
    border:1px solid #E2D3C3;
    overflow: hidden;
    margin-bottom: 1px;
    transition-duration: 0.2s;
    cursor: pointer;
} 
.thumbs .swiper-slide img {
    height: 100%;
    width:100%;
    object-fit: cover;
    object-position: center;
}
.thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color:#b69269;
}
.product-gallery {
    margin:0 0 40px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 24px!important;
    color: #000;
}

@media only screen and (max-width: 700px){
.swiper-button-prev,
.swiper-button-next {
  display:none;
}
}