/**[]
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Header
 * 3.0 - Footer
 * 4.0 - Blog
 * 5.0 - Widget
 * 6.0 - Responsive
 * 7.0 - Sassio
 *      - mmenu
 *    - superfish
 */

/**
 * 1.0 - Reset
 */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,
mark,menu,meter,nav,output,progress,section,summary,time,video{ border:0; outline:0; 
  vertical-align:baseline; background:transparent; margin:0;padding:0; }
article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{ display:block; }
nav ul{ list-style:none; }
ol{ list-style:decimal; }
ul{ list-style:disc; }
ul ul{ list-style:circle; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:none; }
ins{ text-decoration:underline; }
del{ text-decoration:line-through; }
mark{ background:none; }
abbr[title],dfn[title], acronym[title]{ border-bottom:1px dotted; cursor:help; }
table{ border-collapse:collapse;border-spacing:0; }
hr{ display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}
input[type=submit],input[type=button],button{ margin:0; padding:0;}
input,select,a img{ vertical-align:middle; }
b, strong{ font-weight: bold; }
i, em{ font-style: italic; }

html{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; -moz-box-sizing: inherit; -webkit-box-sizing: inherit; }

/* generic class */
body{ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; word-break: break-word; }
p{ margin-bottom: 20px; font-size: 0.875rem; line-height: 1.625rem; }
ul, ol{ margin-left: 35px; margin-bottom: 20px; }
dl{ margin-bottom: 20px; }
dl dt{ font-weight: 700; margin-top: 10px; }
dl dt:first-child{ margin-top: 0px; }
dl dd{ margin-left: 20px; }
h1, h2, h3, h4, h5, h6{ line-height: 1.2; margin-bottom: 20px; }
figure{ max-width: 100%; } 
pre{ overflow: auto; padding: 10px 10px; background: #f3f3f3; margin-bottom: 20px; }

.clear{ display: block; clear: both; visibility: hidden; line-height: 0; height: 0; zoom: 1; }
.clearfix{ zoom: 1; }
.clearfix:after{ content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

/* wordpress core */
.alignnone{ display: block; margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter{ display: block; margin: 5px auto 5px auto; }
.alignright{ float:right; margin: 5px 0 20px 20px; }
.sassio-content-area p img.alignright{ clear: right; }
.alignleft{ float: left; margin: 5px 40px 10px 0; }
a img.alignright{ float: right; margin: 5px 0 20px 20px; }
a img.alignnone{ margin: 5px 20px 20px 0; }
a img.alignleft{ float: left; margin: 5px 20px 20px 0; }
a img.aligncenter{ display: block; margin-left: auto; margin-right: auto }
.wp-caption { text-align: center; max-width: 100%; }
.wp-caption.alignnone{ margin: 5px 20px 20px 0; }
.wp-caption.alignleft{ margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
figcaption.wp-caption-text {  margin-top: 20px; } 
figure{ line-height: 0; }
.wp-block-image figcaption,
figcaption,
figcaption.wp-caption-text{ margin-top: 0.7em; margin-bottom: 20px; font-size: 13px; line-height: 1.7; }
.bypostauthor{ max-width: 100%;  }
.gallery-caption{ max-width: 100%; }
.sticky{ max-width: 100%;  }
.single-post figure.alignleft{ margin-right: 30px; }

.single-format-gallery figcaption.wp-caption-text{ margin-bottom: 20px; }
.single-format-gallery figure.gallery-item{ margin-bottom: 20px; }

.navigation{ text-align: center; margin-bottom: 30px; }
.navigation .screen-reader-text{ display: none; }

.sassio-body .post-password-form input[type="password"]{ padding: 0; height: 50px; }
.sassio-body .post-password-form input[type="submit"]{ padding: 16px 35px 15px; background: #0044EB; border-radius: 30px; }

.blocks-gallery-grid, .wp-block-gallery{ display: flex; }
.wp-block-gallery .alignnone{ margin: 0; }
figcaption.blocks-gallery-caption{ margin-bottom: 20px; margin-top: 0px; }
.blocks-gallery-item .blocks-gallery-item__caption{ margin-bottom: 0px; }

body .sassio-single-article-content .page-links > a,
body .sassio-single-article-content .nav-links > a, body .sassio-single-article-content .nav-links > span.dots{ background-color: #fff; color: #000; border:1px solid #ddd; text-decoration: none;}
body .sassio-single-article-content .page-links > span, body .sassio-single-article-content .page-links > a:hover,
body .sassio-single-article-content .nav-links > span.current, body .sassio-single-article-content .nav-links > a:hover{ background-color: #0044eb; color: #fff; }

.page-links{ clear: left; padding-top: 30px; margin-bottom: 20px; }
.page-links > span,
.page-links > a{ text-decoration: none; display: inline-block; font-size: 14px; padding: 9px 14px;
  margin-right: 7px; font-weight: bold;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

body .page-links > span.screen-reader-text{ display: none; }

.nav-links{ clear: left; }
.nav-links > span,
.nav-links > a{ text-decoration: none; display: inline-block; font-size: 14px; padding: 10px 20px;
  margin-right: 3px; font-weight: bold;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

body .nav-links a{ text-transform: uppercase; font-weight: 600; letter-spacing: 1.5px; font-size: 14px; border:1px solid #ddd; background-color: #fff; }
nav.navigation.comment-navigation{ display: inline-block; width: 100%; }
.nav-links .nav-previous{ float: left; }
.nav-links .nav-next{ float: right; }

.wp-block-gallery{ margin-left: 0px; }

.gallery{ text-align: center; margin-bottom: 30px; }
.gallery:after{ content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.gallery-columns-2 .gallery-item{ float: left; width: 50%; }
.gallery-columns-3 .gallery-item{ float: left; width: 33.33%; }
.gallery-columns-4 .gallery-item{ float: left; width: 25%; }
.gallery-columns-5 .gallery-item{ float: left; width: 20%; }
.gallery-columns-6 .gallery-item{ float: left; width: 16.66%; }
.gallery-columns-7 .gallery-item{ float: left; width: 14.28%; }
.gallery-columns-8 .gallery-item{ float: left; width: 12.5%; }
.gallery-columns-9 .gallery-item{ float: left; width: 11.11%; }
.gallery-columns-10 .gallery-item{ float: left; width: 10%; }

.gallery-columns-2 .gallery-item:nth-child(2n + 1){ clear: left; }
.gallery-columns-3 .gallery-item:nth-child(3n + 1){ clear: left; }
.gallery-columns-4 .gallery-item:nth-child(4n + 1){ clear: left; }
.gallery-columns-5 .gallery-item:nth-child(5n + 1){ clear: left; }
.gallery-columns-6 .gallery-item:nth-child(6n + 1){ clear: left; }
.gallery-columns-7 .gallery-item:nth-child(7n + 1){ clear: left; }
.gallery-columns-8 .gallery-item:nth-child(8n + 1){ clear: left; }
.gallery-columns-9 .gallery-item:nth-child(9n + 1){ clear: left; }
.gallery-columns-10 .gallery-item:nth-child(10n + 1){ clear: left; }

cite{ padding-bottom: 20px; display: inline-block; }
.wp-block-spacer{ clear: both; }
.wp-block-cover{ margin-top: 5px; margin-bottom: 20px; }
.wp-block-cover, .sassio-body .wp-block-cover a, .sassio-body .wp-block-cover a:hover{ color: #fff; }
.wp-block-button{ margin-bottom: 20px; }
.sassio-body .sassio-single-article-content a.wp-block-button__link,
.sassio-body .sassio-single-article-content a.wp-block-button__link:hover{ color: #fff; text-decoration: none; }
.is-style-outline .wp-block-button__link{ border-width: 2px; border-style: solid; border-color: #32373c; }
.sassio-body .is-style-outline a.wp-block-button__link{  color: #32373c;  }
.wp-block-button.is-style-squared .wp-block-button__link{ border-radius: 0; }
.wp-block-media-text{ margin-bottom: 30px; }
.wp-block-media-text .wp-block-media-text__content{ padding-top: 20px; }
.wp-block-embed__wrapper iframe{ max-width: 100%; }
hr.wp-block-separator{ width: 50%; margin-left: auto; margin-right: auto; }
hr.wp-block-separator.is-style-wide{ width: 100%; }

/* layout */
html, body{ /* height: 100%; */ }
.sassio-body-outer-wrapper{ min-height: 100% ; }
.sassio-body-outer-wrapper{ position: relative; overflow: hidden; }
.sassio-body-wrapper.sassio-with-frame{ position: relative; }
.sassio-page-wrapper{ clear: both; }

body.sassio-boxed .sassio-body-wrapper{ margin-left: auto; margin-right: auto; position: relative; }
body.sassio-boxed .sassio-body-wrapper.sassio-left{ margin-left: 0px; }
body.sassio-boxed .sassio-body-wrapper.sassio-right{ margin-right: 0px; }
body.sassio-boxed.sassio-boxed-border .sassio-body-wrapper{ 
  box-shadow: 0px -5px 9px rgba(0,0,0,0.25); -webkit-box-shadow: 0px -5px 9px rgba(0,0,0,0.25); }

body.sassio-boxed.sassio-background-pattern{ background-position: center; background-repeat: repeat; }
.sassio-body-background{ position: fixed; top: 0px; right: 0px;
  bottom: 0px; left: 0px; background-position: center; background-size: cover; }

.sassio-container{ margin-left: auto; margin-right: auto; }

.sassio-column-10{ float: left; width: 16.6666%; }
.sassio-column-12{ float: left; width: 20%; }
.sassio-column-15{ float: left; width: 25%; }
.sassio-column-20{ float: left; width: 33.3333%; }
.sassio-column-24{ float: left; width: 40%; }
.sassio-column-30{ float: left; width: 50%; }
.sassio-column-36{ float: left; width: 60%; }
.sassio-column-40{ float: left; width: 66.6666%; }
.sassio-column-45{ float: left; width: 75%; }
.sassio-column-48{ float: left; width: 80%; }
.sassio-column-50{ float: left; width: 83.3333%; }
.sassio-column-60{ float: left; width: 100%; }

.sassio-sidebar-right{ float: right; }
.sassio-sidebar-center{ float: none; display: inline-block; }

.sassio-content-area{ padding-top: 60px; padding-bottom: 40px; }
.sassio-sidebar-area{ padding-top: 60px; }

.sassio-line-height-0{ line-height: 0; }

a, button{  text-decoration: none;
  transition: background 300ms, color 300ms, border-color 300ms; -moz-transition: background 300ms, color 300ms, border-color 300ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms; -webkit-transition: background 300ms, color 300ms, border-color 300ms; }
img{ max-width: 100%; height: auto; }
blockquote{ quotes: none; padding: 30px 30px 15px; font-size: 17px; margin-bottom: 35px; 
  font-style: italic; margin-top: 35px; border-left-width: 2px; border-left-style: solid; }
.sassio-blockquote-style-2 blockquote{ font-size: 20px; font-weight: 800; padding-top: 10px; padding-left: 35px; padding-right: 0px;
  font-style: normal; padding-bottom: 10px; border-left-width: 4px; }
.sassio-blockquote-style-2 blockquote p{ margin-bottom: 0px; }

.sassio-blockquote-style-3 blockquote{ font-size: 24px; font-weight: 400; line-height: 1.6; padding: 0px; border: none; background: none; }
.sassio-blockquote-style-3 blockquote:before{ content: '“'; font-style: normal; font-size: 140px; height: 120px; line-height: 1; float: left; margin-right: 30px; font-weight: 600; margin-top: -5px; }
.sassio-blockquote-style-3 blockquote p{ overflow: hidden; }
.sassio-blockquote-style-3 .gdlr-core-blog-item blockquote:before{ content: ""; display:none; }

.sassio-blockquote-background-style blockquote{ border: 0px; background-position: center; background-size: cover;
  border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }

q{ margin-right: 15px; display: inline-block; padding: 10px 20px; vertical-align: middle; border-left-width: 2px; border-left-style: solid; }

.sassio-media-image{ line-height: 0; position: relative; }
.sassio-media-video video{ width: 100%; }
.sassio-left-align{ text-align: left; }
.sassio-center-align{ text-align: center; }
.sassio-right-align{ text-align: right; }

.sassio-body-wrapper{ /* overflow: hidden; */ z-index: 3; position: relative; }

/* input */
select,
input[type="text"],
input[type="search"],
textarea,
input[type="email"] {
  border: 0;
}

select,
input[type="text"],
input[type="password"],
input[type="search"],
textarea,
input[type="email"] {
  border: 0;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: 400;
  width: 100%;
  padding-bottom: 0.875rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
input[type="email"]:focus {
  outline: none;
  border-bottom: 1px solid black;
}

select.-border-dark,
input[type="text"].-border-dark,
input[type="password"].-border-dark,
input[type="search"].-border-dark,
textarea.-border-dark,
input[type="email"].-border-dark {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

form ::-moz-placeholder {
  font-weight: 400;
}

form :-ms-input-placeholder {
  font-weight: 400;
}

form ::placeholder {
  font-weight: 400;
}

/*input, textarea{ border-width: 1px 1px 2px 1px; border-style: solid; }*/
input:focus, textarea:focus{ outline: none; }

/* button */
.sassio-button, input[type="button"], input[type="submit"], input[type="reset"]{ font-size: 13px; font-weight: bold; 
  text-transform: uppercase; letter-spacing: 0.8px; padding: 15px 33px; display: inline-block; -webkit-appearance: none; }
input[type="button"], input[type="submit"], input[type="reset"]{ border-width: 0px; border-style: solid; cursor: pointer; 
  transition: background 300ms, color 300ms, border-color 300ms; -moz-transition: background 300ms, color 300ms, border-color 300ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms; -webkit-transition: background 300ms, color 300ms, border-color 300ms; }
input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus{ outline: none; }

/**
 * 2.0 - Header
 */
 
/* preload */
.sassio-page-preload{ position: fixed; z-index: 999999; top: 0px; right: 0px; bottom: 0px; left: 0px; 
  background-color: #fff; background-image: url('../images/preload.gif'); background-position: center; background-repeat: no-repeat; }
.sassio-page-preload.sassio-out{ background-image: none; }

/* top bar */
.sassio-top-bar{ position: relative; border-bottom-style: solid; }
.sassio-top-bar-background{ position: absolute; right: 0px; left: 0px; top: 0px; bottom: 0px; }
.sassio-top-bar-container{ margin-left: auto; margin-right: auto; }
.sassio-top-bar-container-inner{ position: relative; }
.sassio-top-bar-left{ float: left; }
.sassio-top-bar-left-text{ display: inline; }

.sassio-top-bar-right{ float: right; }
.sassio-top-bar-right-text{ display: inline; }
.sassio-top-bar-right-social{ display: inline; margin-left: 10px; }
.sassio-top-bar-right-social a{ margin-left: 25px; }

.sassio-top-bar.sassio-inner{ border-bottom-width: 0px; }
.sassio-top-bar-bottom-border{ position: absolute; bottom: 0px; left: 0px; right: 0px; border-style: solid; }

.sassio-top-bar.sassio-splited-border .sassio-top-bar-right-social a:after{ content: " "; position: absolute; top: 0px; bottom: 0px; border-width: 0px 0px 0px 1px; border-style: solid; }
.sassio-top-bar.sassio-splited-border .sassio-top-bar-right-social a i{ margin-right: 21px; }

.sassio-top-bar-left-text .sassio-with-divider{ padding-left: 20px; padding-right: 20px; }
.sassio-top-bar-left-text .sassio-with-divider:before{ content: " "; position: absolute; top: 0px; bottom: 0px; border-width: 0px 0px 0px 1px; border-style: solid; margin-left: -20px; }

/* top bar menu */
.sassio-top-bar .sassio-top-bar-menu{ display: inline-block; margin-right: 23px; margin-bottom: 0px; }
.sassio-top-bar .sassio-top-bar-menu > li{ float: none; display: inline-block; }
.sassio-top-bar .sassio-top-bar-menu > li > a{ display: inline; margin-right: 16px; }
.sf-menu.sassio-top-bar-menu > .sassio-normal-menu ul{ margin-left: 0px; font-size: 13px; }
.sf-menu.sassio-top-bar-menu > .sassio-normal-menu:first-child ul{ margin-left: -17px; }
.sf-menu.sassio-top-bar-menu > .sassio-normal-menu ul li {padding: 0px 18px 10px;}
.sf-menu.sassio-top-bar-menu > .sassio-normal-menu ul li:first-child{ padding-top: 10px; }
.sf-menu.sassio-top-bar-menu > .sassio-normal-menu ul li > a{ background: transparent;  }
.sf-menu.sassio-top-bar-menu > .sassio-normal-menu ul li > a:after{ margin-left: 10px; }

.sf-menu.sassio-top-bar-menu > .sassio-mega-menu .sf-mega-full{ left: 0px; right: 0px; padding-top: 18px; padding-bottom: 8px; }
.sf-menu.sassio-top-bar-menu > .sassio-mega-menu .sf-mega-section-inner ul{ font-size: 13px; }
.sf-menu.sassio-top-bar-menu > .sassio-mega-menu .sf-mega-section-inner ul li{ padding: 0px 18px 10px; }

/* side content menu */
#sassio-side-content-menu{ display: none; position: fixed; right: 0px; top: 0px; bottom: 0px; 
  width: 460px; padding: 120px 60px 80px; text-align: left; z-index: 1999; overflow: auto; transform: translateX(100%);
  transition: transform 300ms; -webkit-transition: transform 300ms; -moz-transition: transform 300ms; }
#sassio-side-content-menu.sassio-active{ transform: translateX(0); }
#sassio-side-content-menu .sassio-widget-title{ font-size: 13px; }
#sassio-side-content-menu .sassio-side-content-menu-close{ font-size: 35px; position: absolute; right: 30px; top: 40px; cursor: pointer; }

.sassio-side-content-menu-button{ float: left; width: 30px; margin-left: 20px; cursor: pointer; }
.sassio-side-content-menu-button:before{ content: " "; display: block; height: 2px; margin-bottom: 7px; }
.sassio-side-content-menu-button span{ display: block; height: 2px; width: 66%; margin-bottom:7px; }
.sassio-side-content-menu-button:hover span{ width: 100%; }
.sassio-side-content-menu-button:after{ content: " "; display: block; height: 2px; width: 33%; }
.sassio-side-content-menu-button:hover:after{ width: 100%; }

.sassio-side-content-menu-button span,
.sassio-side-content-menu-button:before,
.sassio-side-content-menu-button:after{ transition: width 300ms; -webkit-transition: width 300ms; -moz-transition: width 300ms; }

#sassio-side-content-menu .sassio-widget{ margin-bottom: 60px; }
#sassio-side-content-menu .sassio-widget-title{ font-size: 22px; font-weight: 500; margin-bottom: 30px; }

/* mobile menu */ 
.sassio-mm-menu-wrap{ display: none; }
.admin-bar .mm-menu{ margin-top: 32px; }

.sassio-mobile-button-hamburger-with-border{ font-size: 16px; padding: 6px; line-height: 0; width: 32px; height: 32px; 
  text-align: center; display: inline-block; border-width: 2px; border-style: solid; 
  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

.sassio-right-menu-button{ display: inline-block; margin-left: 27px; }
.sassio-mobile-menu{ float: left; margin-top: -8px; margin-left: 21px; }
.sassio-mobile-menu-right{ position: absolute; right: 30px; top: 50%; margin-top: -9px; }
.sassio-mobile-menu-right:first-child{ position: relative; float: right; margin: 0px; padding: 8px 0px; }
.sassio-mobile-menu-left{ position: absolute; left: 30px; top: 50%; margin-top: -9px; }
.sassio-mobile-menu-left .sassio-mobile-menu{ margin-left: 0px; }
.sassio-mobile-header .sassio-mobile-logo-center .sassio-logo-inner{ margin-left: auto; margin-right: auto; }

.sassio-mobile-header.sassio-fixed-navigation .sassio-fixed-nav-logo{ display: block; }
.sassio-mobile-header.sassio-fixed-navigation .sassio-orig-logo{ display: none; }

/* hamburger */
.sassio-mobile-button-hamburger{ box-sizing: border-box; display: block; width: 32px; height: 32px; position: relative; }
.sassio-mobile-button-hamburger:before,
.sassio-mobile-button-hamburger:after,
.sassio-mobile-button-hamburger span{ content: ''; display: block; width: 22px; height: 2px; position: absolute; left: 5px; }
.sassio-mobile-button-hamburger:before{ top: 8px; }
.sassio-mobile-button-hamburger span{ top: 15px; }
.sassio-mobile-button-hamburger:after{ top: 22px; }

.sassio-mobile-button-hamburger:before{ 
  transition-duration: 0.4s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.sassio-mobile-button-hamburger span{ transition: opacity 0.15s 0.4s ease; }
.sassio-mobile-button-hamburger:after{ transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.sassio-mobile-button-hamburger.sassio-active:before{ -webkit-transform: translate3d(0, 7px, 0) rotate(135deg); transform: translate3d(0, 7px, 0) rotate(135deg); transition-delay: 0.1s; }
.sassio-mobile-button-hamburger.sassio-active span{ transition-delay: 0s; opacity: 0; }
.sassio-mobile-button-hamburger.sassio-active:after{ transition-delay: 0.1s; -webkit-transform: translate3d(0, -7px, 0) rotate(-135deg); transform: translate3d(0, -7px, 0) rotate(-135deg); }

.sassio-right-menu-button.sassio-mobile-button-hamburger-small{ margin-left: 20px; }
.sassio-mobile-button-hamburger-small{ box-sizing: border-box; display: block; width: 32px; height: 32px; position: relative; }
.sassio-mobile-button-hamburger-small:before,
.sassio-mobile-button-hamburger-small:after,
.sassio-mobile-button-hamburger-small span{ content: ''; display: block; width: 16px; height: 2px; position: absolute; left: 7px; }
.sassio-mobile-button-hamburger-small:before{ top: 11px; }
.sassio-mobile-button-hamburger-small span{ top: 15px; }
.sassio-mobile-button-hamburger-small:after{ top: 19px; width: 10px;
  transition: width 200ms; -moz-transition: width 200ms; 
  -o-transition: width 200ms; -webkit-transition: width 200ms; }
.sassio-mobile-button-hamburger-small:hover:after{ width: 16px; }

/* navigation menu */
.sassio-navigation .sf-menu{ display: inline-block; line-height: 1.7; text-align: left; margin-bottom: 0px; }
.sassio-navigation .sf-menu > li:first-child{ padding-left: 0px; }
.sassio-navigation .sf-menu > li:last-child{ padding-right: 0px; }
.sassio-navigation .sf-menu > li > a{ letter-spacing: 0.5px; }
.sassio-navigation-submenu-indicator .sf-menu > li > a.sf-with-ul-pre:after{ display: inline-block; margin-left: 13px; 
  content: "\f107"; font-family: fontAwesome; }

.sassio-navigation .sf-menu > .sassio-normal-menu li{ padding: 0; }
.sassio-navigation .sf-menu > .sassio-normal-menu li:first-child{ padding-top: 0; }
.sassio-navigation .sf-menu > .sassio-normal-menu li:last-child{ padding-bottom: 0; }
.sassio-navigation .sf-menu > .sassio-normal-menu li li{ /* padding-left: 0; */ }
.sassio-navigation .sf-menu > .sassio-normal-menu li > a{ display: block; padding: 12px 20px 11px 20px; position: relative;font-weight: 400; }
.sassio-navigation .sf-menu > .sassio-normal-menu li > a.sf-with-ul-pre:after{ position: absolute; right: 10px;
  content: "\f105"; font-family: fontAwesome; }
.sassio-navigation .sf-menu > .sassio-normal-menu .sub-menu{ font-size: 14px; }

.sassio-navigation .sf-menu > .sassio-mega-menu .sf-mega-full{ left: 0px; right: 0px; min-width: 800px;display: block !important; top: 100%; padding: 40px 20px; border: 1px solid #ededed; border-radius: 15px; opacity: 0; visibility: hidden; }
.sassio-navigation .sf-menu > li:hover .sf-mega-full {opacity: 1;visibility: visible;}
.sassio-navigation .sf-menu > .sassio-mega-menu .sf-mega-section-wrap{ overflow: hidden; 
  border-top-width: 1px; border-top-style: solid; }
.sassio-navigation .sf-menu > .sassio-mega-menu .sf-mega-section-wrap:first-child{ border-top: none; }
.sassio-navigation .sf-menu > .sassio-mega-menu .sf-mega-section{ padding-bottom: 999px; margin-bottom: -999px;
    border-left-width: 1px; border-left-style: solid; border:0 }
.sassio-navigation .sf-menu > .sassio-mega-menu .sf-mega-section:first-child{ border-left: none; }
.sassio-navigation .sf-menu > .sassio-mega-menu .sf-mega-section-inner > a{ font-size: 15px; display: block; 
  margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; padding: 0px 12px;padding: 0 !important; }
.sassio-navigation .sf-menu > .sassio-mega-menu .sf-mega-section-inner .sub-menu a{ font-size: 14px; padding: 5px 12px; display: block; }

.sassio-navigation .sassio-navigation-slide-bar-style-1{ border-bottom-width: 3px; border-bottom-style: solid; position: absolute; 
  display: none; margin-top: -8px; padding-top: 5px; overflow: hidden; }
.sassio-navigation .sassio-navigation-slide-bar-style-1:before{ content: " "; display: block; width: 0px; height: 0px; 
    position: absolute; left: 50%; margin-left: -3px; bottom: 0px; 
    border-width: 0px 5px 5px 5px; border-style: solid; border-color: transparent; }

.sassio-navigation .sassio-navigation-slide-bar-style-2{ border-bottom-width: 3px; border-bottom-style: solid; position: absolute; 
  display: none; margin-top: -3px; overflow: hidden; }

.sassio-navigation .sassio-navigation-slide-bar-style-dot{ text-align: center; position: absolute; display: none; margin-top: -8px; overflow: hidden; }
.sassio-navigation .sassio-navigation-slide-bar-style-dot:before{ content: " "; display: block; width: 8px; margin: 0px auto; 
border-bottom-width: 4px; border-top-width: 4px; border-style: solid; 
border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }


.sassio-navigation .sf-menu a i{ margin-right: 10px; }

.sassio-navigation .sf-vertical > li{ border-bottom-width: 1px; border-bottom-style: solid; }
.sassio-navigation .sf-vertical > li:first-child{ padding-top: 0px;  }
.sassio-navigation .sf-vertical > li > a{ font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; display: block; }
.sassio-navigation .sf-vertical ul.sub-menu{ font-size: 14px; 
  box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }
.sassio-navigation .sf-vertical ul.sub-menu li{ padding: 2px 11px; }
.sassio-navigation .sf-vertical ul.sub-menu li:first-child{ padding-top: 20px; }
.sassio-navigation .sf-vertical ul.sub-menu li:last-child{ padding-bottom: 20px; }
.sassio-navigation .sf-vertical ul.sub-menu li > a{ display: block; padding: 4px 12px; }
.sassio-navigation .sf-vertical ul.sub-menu li > a.sf-with-ul:after,
.sassio-navigation-submenu-indicator .sf-vertical > li > a.sf-with-ul:after{ 
  float: right; margin-left: 18px; content: "\f105"; font-family: fontAwesome; }

/* bullet anchor */
.sassio-bullet-anchor{ position: fixed; top: 50%; right: 30px; margin-top: -50px; z-index: 10; opacity: 0; 
  transition: opacity 200ms; -moz-transition: opacity 200ms; -o-transition: opacity 200ms; -webkit-transition: opacity 200ms; }
.sassio-bullet-anchor.sassio-init{ opacity: 1; }
.sassio-bullet-anchor a{ display: block; width: 17px; height: 17px; margin-bottom: 5px; overflow: hidden; 
  border-width: 1px; border-style: solid; border-color: transparent;
  border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.sassio-bullet-anchor a:before{ content: " "; width: 9px; height: 9px; margin: 3px; display: block; overflow: hidden; 
  border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; 
  transition: background-color 200ms; -moz-transition: background-color 200ms; 
  -o-transition: background-color 200ms; -webkit-transition: background-color 200ms; }

/* breadcrumbs */
.sassio-breadcrumbs a{ color: #c0c0c0; }
.sassio-breadcrumbs,
.sassio-breadcrumbs a:hover{ color: #777; }

.sassio-breadcrumbs{ font-size: 14px; padding: 17px 0px; border-bottom-width: 1px; border-bottom-style: solid; }
.sassio-breadcrumbs-item > span{ margin: 0px 22px; }
.sassio-breadcrumbs-item > span:first-child{ margin-left: 0px; }
.sassio-breadcrumbs-item a span{ transition: color 200ms; -moz-transition: color 200ms; -o-transition: color 200ms; -webkit-transition: color 200ms; }

/* top search */
.sassio-top-search-wrap input.search-field{ border-bottom-color: #303030; color: #fff; }
.sassio-top-search-wrap .sassio-top-search-submit,
.sassio-top-search-wrap .sassio-top-search-close{ color: #fff; }
.sassio-top-search-wrap input::-webkit-input-placeholder{  color: #fff; }
.sassio-top-search-wrap input::-moz-placeholder{  color: #fff; }
.sassio-top-search-wrap input:-ms-input-placeholder{  color: #fff; }
.sassio-top-search-wrap input:-moz-placeholder{  color: #fff; }

.sassio-top-search-row{ display: table; width: 100%; height: 100%; }
.sassio-top-search-cell{ display: table-cell; vertical-align: middle; padding-left: 30px; padding-right: 30px; }

.sassio-top-search-wrap{ position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 9999; overflow-y: auto; display: none; }
.sassio-top-search-wrap form{ max-width: 630px; margin-left: auto; margin-right: auto; position: relative; }
.sassio-top-search-wrap input.search-field{ background: transparent; width: 100%; border-width: 0px 0px 3px; 
  font-size: 40px; padding: 0px 120px 25px 0px; line-height: 48px; letter-spacing: 0.5px; }
.sassio-top-search-wrap input.search-submit{  position: absolute; top: 0px; right: 52px;
  width: 48px; height: 48px; padding: 0px; opacity: 0; filter: alpha(opacity=0); }
.sassio-top-search-wrap .sassio-top-search-submit{ font-size: 30px; position: absolute; right: 52px; top: 0px; 
  line-height: 48px; width: 48px; text-align: center; }
.sassio-top-search-wrap .sassio-top-search-close{ font-size: 55px; position: absolute; right: 0px; top: -4px; 
  line-height: 48px; width: 48px; text-align: center; cursor: pointer; }

/* overlay menu */
.sassio-overlay-menu-row{ display: table; width: 100%; height: 100%; }
.sassio-overlay-menu-cell{ display: block; vertical-align: middle; padding: 40px 20px; margin-top: 100px; }

.sassio-overlay-menu-content{ position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 9999; overflow-y: auto; display: none; background: #fff; }
.sassio-overlay-menu-content ul.menu{ list-style: none; text-align: center; padding-top: 180px; padding-bottom: 140px; 
  max-width: 570px; margin-left: auto; margin-right: auto; margin-bottom: 0px; } 
.sassio-overlay-menu-content ul.menu > li{ font-size: 23px; font-weight: bold; text-transform: uppercase; opacity: 0;
  margin-bottom: 17px; padding-bottom: 17px; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-style: solid;
  -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0);
  transition: opacity 300ms, transform 300ms; -moz-transition: opacity 300ms, -moz-transform 300ms; 
  -o-transition: opacity 300ms, -o-transform 300ms; -webkit-transition: opacity 300ms, -webkit-transform 300ms; }
.sassio-overlay-menu-content.sassio-active ul.menu > li{ opacity: 1; filter: alpha(opacity=100); 
  -webkit-transform: none; transform: none; }
.sassio-overlay-menu-content ul.sub-menu{ display: none; padding-top: 0; padding-bottom: 0; list-style: none; margin-left: 0px; margin-bottom: 0px; padding-left: 20px; }
.sassio-overlay-menu-content ul.sub-menu > li{ font-size: 15px; letter-spacing: 0px; text-transform: none; font-weight: normal; margin-bottom: 0; }
.sassio-overlay-menu-content ul.sub-menu ul.sub-menu{ max-width: 100%; margin: 0; 
    border-top-width: 1px; border-bottom-width: 1px; border-style: solid; border: 0;}
.sassio-overlay-menu-content .sassio-overlay-menu-close{ line-height: 1; font-size: 48px;
  position: absolute; left: 50%; top: 75px; margin-left: -24px; cursor: pointer; }
.sassio-overlay-menu-content .sassio-overlay-menu-close:after{ content: "\4d"; font-family: elegantIcons; }
.sassio-overlay-menu-content ul li.menu-item-has-children > a:after{ content: "\f105"; font-family: "fontAwesome"; margin-left: 15px; position: absolute;top: 50%;right: 20px; transform: translateY(-50%); }

body.admin-bar .sassio-overlay-menu-content{ margin-top: 32px; overflow-y: scroll; }

/* menu right area */
.sassio-main-menu-right-button{
  float: left;
  padding: 8px 15px;
  font-size: 0.9375rem;
  line-height: 1;
    border: 2px solid #EDEDED;
    font-weight: 400;
    text-align: center;
    border-radius: var(--button-border-radius);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-transform: capitalize !important;
}
.sassio-main-menu-right-button.sassio-style-round{
  min-width: 5.625rem;
  padding: 0.625rem 1.75rem;
}
.sassio-main-menu-right-button.sassio-style-text {
  border:none !important;
  background: transparent !important;
  font-size: 14px;
  line-height: 26px;
}

.sassio-main-menu-right-button.sassio-style-text:hover {
  background: transparent;
  color: inherit;
  cursor: inherit;
}

.sassio-body .sassio-main-menu-right-button .sassio-button-1 {
  margin-left: 0;
}
.sassio-main-menu-right-button.sassio-button-2 {
    margin-left: 0.75rem !important;
}

.sassio-main-menu-right-button.sassio-style-round-with-shadow{ padding: 13px 21px 14px; margin-top: -14px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.11); -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.11);
  border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; }

.sassio-main-menu-right{ float: left; margin-top: -7px; } 

.sassio-main-menu-search{ float: left; margin-top: 13px; margin-left: 25px; margin-right: 25px; }
.sassio-main-menu-search i{ font-size: 14px; margin-top: -1px; cursor: pointer; }

.sassio-main-menu-cart{ float: left; margin-top: 12px; padding-left: 0; margin-left: 0; position: relative; margin-right: 30px;}
.sassio-main-menu-cart i{ font-size: 16px; margin-top: -1px; cursor: pointer; }
.sassio-main-menu-cart > .sassio-top-cart-count{ font-size: 10px; font-weight: 700; vertical-align: super;
  width: 16px; height: 16px; line-height: 15px; position: absolute; top: -5px; right: -8px; text-align: center;
  border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }

/* header */
.sassio-logo{ position: relative; }
.sassio-header-wrap{ position: relative; z-index: 103; }
.sassio-header-container{ position: relative; margin-left: auto; margin-right: auto; }
.sassio-header-container-inner{ position: relative; }

/* header plain */
.sassio-header-style-plain{ position: relative; border-bottom-style: solid; z-index: 101; }
.sassio-header-style-plain .sassio-navigation{ line-height: 0; }
.sassio-header-style-plain .sassio-header-background{ position: absolute; right: 0px; left: 0px; top: 0px; bottom: 0px; }
.sassio-header-background-transparent{ position: absolute; left: 0px; right: 0px; z-index: 3; }

.sassio-header-style-plain.sassio-style-menu-left .sassio-logo{ float: left; }
.sassio-header-style-plain.sassio-style-menu-left .sassio-navigation{ overflow: unset; }
.sassio-header-style-plain.sassio-style-menu-left .sassio-main-menu{ float: left; vertical-align: top; }
.sassio-header-style-plain.sassio-style-menu-left .sassio-main-menu-right-wrap{ padding-top:5px; float: right; line-height: 1.7; margin-left: 10px; vertical-align: top; }
.sassio-header-style-plain.sassio-style-menu-left .sassio-main-menu-right-button{ margin-left: 0px; }
.sassio-header-style-plain.sassio-style-menu-left .sassio-main-menu-right-button.sassio-button-2{ margin-left: 10px; }
.sassio-header-style-plain.sassio-style-menu-left .sassio-main-menu-search,
.sassio-header-style-plain.sassio-style-menu-left .sassio-main-menu-cart{ display: inline-block; float: none; vertical-align: top; margin-top: 0px; line-height: 1.4; }

.sassio-header-style-plain.sassio-style-menu-right .sassio-logo{ float: left; }
.sassio-header-style-plain.sassio-style-menu-right .sassio-navigation{ float: right; }
.sassio-header-style-plain.sassio-style-menu-right .sassio-main-menu{ display: inline-block; vertical-align: top; }
.sassio-header-style-plain.sassio-style-menu-right .sassio-main-menu-right-wrap{ display: inline-block; line-height: 1.7; margin-left: 10px; vertical-align: top; }

.sassio-header-style-plain.sassio-style-center-logo .sassio-logo-inner{ margin-left: auto; margin-right: auto; }
.sassio-header-style-plain.sassio-style-center-logo .sassio-navigation{ text-align: center; position: relative; }
.sassio-header-style-plain.sassio-style-center-logo .sassio-main-menu{ display: inline-block; vertical-align: top; }
.sassio-header-style-plain.sassio-style-center-logo .sassio-main-menu-right-wrap{ position: absolute; right: 0px; line-height: 1.7; }

.sassio-header-style-plain.sassio-style-center-menu .sassio-logo{ position: static;padding-left: 0; min-width: 100px; }
.sassio-header-style-plain.sassio-style-center-menu .sassio-navigation{ text-align: center; }
.sassio-header-style-plain.sassio-style-center-menu .sassio-main-menu{ display: inline-block; vertical-align: top; position:relative;}
.sassio-header-style-plain.sassio-style-center-menu .sassio-main-menu-right-wrap{ position: absolute; right: 0px; top:10px;left:auto;margin-right: 0; }

.sassio-header-style-plain.sassio-style-splitted-menu .sassio-logo{ padding-top: 0px; padding-bottom: 0px; }
.sassio-header-style-plain.sassio-style-splitted-menu .sassio-navigation{ text-align: center; }
.sassio-header-style-plain.sassio-style-splitted-menu .sassio-main-menu{ display: inline-block; vertical-align: top; }
.sassio-header-style-plain.sassio-style-splitted-menu .sassio-main-menu-right-wrap{ position: absolute; right: 0px; line-height: 1.7; }
.sassio-header-style-plain.sassio-style-splitted-menu .sassio-main-menu-left-wrap{ position: absolute; left: 0px; line-height: 1.7; }
.sassio-header-style-plain.sassio-style-splitted-menu .sassio-right-menu-button{ margin-left: 0px; }

/* header box */
.sassio-header-boxed-wrap{ position: absolute; left: 0px; right: 0px; z-index: 3; }
.sassio-header-style-boxed.sassio-fixed-navigation{ margin-top: 0px; }
.sassio-header-style-boxed .sassio-header-container-item{ position: relative; }

.sassio-header-style-boxed .sassio-navigation{ line-height: 0; }
.sassio-header-style-boxed .sassio-header-background{ position: absolute; right: 0px; left: 0px; top: 0px; bottom: 0px; }

.sassio-header-style-boxed.sassio-style-menu-right .sassio-logo{ float: left; }
.sassio-header-style-boxed.sassio-style-menu-right .sassio-navigation{ float: right; }
.sassio-header-style-boxed.sassio-style-menu-right .sassio-main-menu{ display: inline-block; vertical-align: top; }
.sassio-header-style-boxed.sassio-style-menu-right .sassio-main-menu-right-wrap{ display: inline-block; line-height: 1.7; margin-left: 10px; vertical-align: top; }

.sassio-header-style-boxed.sassio-style-center-menu .sassio-logo{ position: absolute; }
.sassio-header-style-boxed.sassio-style-center-menu .sassio-navigation{ text-align: center; }
.sassio-header-style-boxed.sassio-style-center-menu .sassio-main-menu{ display: inline-block; vertical-align: top; }
.sassio-header-style-boxed.sassio-style-center-menu .sassio-main-menu-right-wrap{ position: absolute; line-height: 1.7; }

.sassio-header-style-boxed.sassio-style-splitted-menu .sassio-logo{ padding-top: 0px; padding-bottom: 0px; }
.sassio-header-style-boxed.sassio-style-splitted-menu .sassio-navigation{ text-align: center; }
.sassio-header-style-boxed.sassio-style-splitted-menu .sassio-main-menu{ display: inline-block; vertical-align: top; }
.sassio-header-style-boxed.sassio-style-splitted-menu .sassio-main-menu-right-wrap{ position: absolute; line-height: 1.7; }
.sassio-header-style-boxed.sassio-style-splitted-menu .sassio-main-menu-left-wrap{ position: absolute; line-height: 1.7; }
.sassio-header-style-boxed.sassio-style-splitted-menu .sassio-right-menu-button{ margin-left: 0px; }

/* header bar */
.sassio-header-style-bar .sassio-logo{ float: left; }
.sassio-header-style-bar .sassio-logo-right-text{ float: right; text-align: right; font-size: 13px; }
.sassio-header-style-bar .sassio-header-container-inner{ position: relative; }

.sassio-navigation-bar-wrap{ border-top-width: 1px; border-top-style: solid; position: relative; }
.sassio-navigation-bar-wrap.sassio-style-transparent{ position: absolute; left: 0px; right: 0px; z-index: 3; }
.sassio-navigation-bar-wrap .sassio-navigation{ line-height: 0; position: relative; }
.sassio-navigation-bar-wrap .sassio-navigation-background{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
.sassio-navigation-bar-wrap .sassio-navigation-container{ position: relative; }
.sassio-navigation-bar-wrap .sassio-main-menu{ display: inline-block; vertical-align: top; }

.sassio-navigation-bar-wrap.sassio-style-left .sassio-main-menu-right-wrap{ float: right; line-height: 1.7; margin-left: 10px; }
.sassio-navigation-bar-wrap.sassio-style-center{ text-align: center; }
.sassio-navigation-bar-wrap.sassio-style-center .sassio-main-menu-right-wrap{ position: absolute; right: 0px; line-height: 1.7; }

.sassio-header-style-bar.sassio-style-center .sassio-logo{ float: none; }
.sassio-header-style-bar.sassio-style-center .sassio-logo-inner{ margin-left: auto; margin-right: auto; }
.sassio-header-style-bar.sassio-style-center .sassio-logo-right-text{ position: absolute; top: 0px; right: 0px; }

.sassio-header-style-bar.sassio-style-2 .sassio-header-background{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
.sassio-navigation-header-style-bar.sassio-style-2{ border: 0px; }
.sassio-navigation-header-style-bar.sassio-style-2 .sassio-main-menu{ padding: 0px 25px; }
.sassio-navigation-header-style-bar.sassio-style-2 .sassio-main-menu-right-wrap{ padding: 0px 25px; }
.sassio-navigation-header-style-bar.sassio-style-2{ box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
.sassio-navigation-header-style-bar.sassio-style-2.sassio-fixed-navigation .sassio-navigation-container{ position: static; }
.sassio-navigation-header-style-bar.sassio-style-2.sassio-fixed-navigation .sassio-navigation-background{ left: 0px; right: 0px; margin-left: 0px; margin-right: 0px; }

/* header side */
.sassio-header-side-content{ position: relative; z-index: 98; }

.sassio-header-side-nav{ position: fixed; top: 0px; bottom: 0px; z-index: 99; }
.sassio-header-side-nav.sassio-allow-slide{ position: absolute; bottom: auto; }
.sassio-header-side-nav.sassio-fix-bottom{ position: fixed; top: auto; bottom: 0px; }
.sassio-header-side-nav.sassio-fix-top{ position: fixed; }
.sassio-header-side-nav.sassio-style-left{ left: 0px; }
.sassio-header-side-nav.sassio-style-right{ right: 0px; }
.sassio-header-side-nav .sassio-pos-bottom,
.sassio-header-side-nav.sassio-style-middle .sassio-pos-middle{ opacity: 0; filter: alpha(opacity=0);
  transition: opacity 300ms; -moz-transition: opacity 300ms; -o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.sassio-header-side-nav .sassio-pos-bottom.sassio-active,
.sassio-header-side-nav.sassio-style-middle .sassio-pos-middle.sassio-active{ opacity: 1; filter: alpha(opacity=100); }

.sassio-header-side-nav.sassio-style-side .sassio-header-social{ padding-top: 20px; padding-bottom: 40px; }
.sassio-header-side-nav.sassio-style-side .sassio-header-social a{ margin-left: 25px; }
.sassio-header-side-nav.sassio-style-side .sassio-header-social a:first-child{ margin-left: 0px; }
.sassio-header-side-nav.sassio-style-side .sassio-main-menu-right-wrap{ padding-top: 22px; }
.sassio-header-side-nav.sassio-style-side .sassio-main-menu-search{ float: none; display: inline-block; margin-top: 0px; margin-left: 20px; }
.sassio-header-side-nav.sassio-style-side .sassio-main-menu-cart{ float: none; display: inline-block; margin-top: 0px; margin-left: 0px; }
.sassio-header-side-nav.sassio-style-side .sassio-main-menu-right-wrap > div:first-child{ margin-left: 0px; }
.sassio-header-side-nav.sassio-style-left .sf-vertical ul.sub-menu{ text-align: left; margin-left: 0px; }
.sassio-header-side-nav.sassio-style-right .sf-vertical ul.sub-menu{ left: auto; right: 100%; text-align: right; }
.sassio-header-side-nav.sassio-style-right .sf-vertical ul.sub-menu li > a.sf-with-ul:after{ content: "\f104"; float: left; margin-left: 0px; margin-right: 18px; }

.sassio-header-style-side.sassio-center-align .sassio-logo-inner{ margin-right: auto; margin-left: auto; }
.sassio-header-style-side.sassio-right-align .sassio-logo-inner{ margin-right: 0px; margin-left: auto; }

.sassio-header-side-nav.sassio-style-side-toggle { text-align: center; }
.sassio-header-side-nav.sassio-style-side-toggle .sassio-logo-inner{ margin-left: auto; margin-right: auto; }
.sassio-header-side-nav.sassio-style-side-toggle .sassio-main-menu-search,
.sassio-header-side-nav.sassio-style-side-toggle .sassio-main-menu-cart{ float: none; margin-bottom: 8px; padding-left: 0px; margin-left: 0px; margin-top: 0px; }
.sassio-header-side-nav.sassio-style-side-toggle .sassio-header-icon{ padding-bottom: 20px; padding-top: 30px; }

body.admin-bar .sassio-header-side-nav{ padding-top: 32px; }
html.mm-opened body.admin-bar .sassio-header-side-nav{ padding-top: 0px; }

/* fixed nav bar */
.sassio-logo-inner{ transition: max-width 200ms; -moz-transition: max-width 200ms; 
  -o-transition: max-width 200ms; -webkit-transition: max-width 200ms; }
.sassio-logo-inner img{ width: 100%; /* for ie */ }
.sassio-fixed-nav-logo{ display: none; }
.sassio-sticky-navigation.sassio-fixed-navigation .sassio-fixed-nav-logo{ display: block; }
.sassio-sticky-navigation.sassio-fixed-navigation .sassio-orig-logo{ display: none; }

.sassio-sticky-navigation.sassio-style-fixed .sassio-logo, 
.sassio-sticky-navigation.sassio-style-fixed .sassio-navigation,
.sassio-sticky-navigation.sassio-style-fixed .sassio-navigation .sf-menu > li > a{ 
  transition: background 300ms, color 300ms, border-color 300ms, padding 200ms; -moz-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms; -webkit-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms; }
.sassio-sticky-navigation.sassio-style-fixed .sassio-navigation-top{
  transition: top 200ms; -moz-transition: top 200ms; -o-transition: top 200ms; -webkit-transition: top 200ms; }
.sassio-sticky-navigation.sassio-style-fixed.sassio-animate-fixed-navigation .sassio-logo-inner img{
  transition: height 200ms; -moz-transition: height 200ms; -o-transition: height 200ms; -webkit-transition: height 200ms; }

.sassio-fixed-navigation.sassio-style-fixed,
.sassio-fixed-navigation.sassio-style-slide{ position: fixed; top: 0px; left: 0px; right: 0px; z-index: 999999; 
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1); }
.sassio-fixed-navigation.sassio-style-slide .sassio-logo-inner img{ max-height: 50px !important; width: auto; }

body.sassio-sticky-navigation-no-logo .sassio-fixed-navigation .sassio-logo{ display: none; }
body.sassio-sticky-navigation-no-logo .sassio-mobile-header.sassio-fixed-navigation .sassio-logo{ display: block; }
body.admin-bar .sassio-fixed-navigation.sassio-style-fixed,
body.admin-bar .sassio-fixed-navigation.sassio-style-slide{ margin-top: 32px; }
@media screen and (max-width: 782px){ body.admin-bar .sassio-fixed-navigation.sassio-style-slide{ margin-top: 0px; }  }


.sassio-animate-fixed-navigation.sassio-header-style-plain.sassio-style-splitted-menu .sassio-logo{ margin-top: -10px; }
.sassio-animate-fixed-navigation.sassio-header-style-plain.sassio-style-splitted-menu .sassio-navigation .sf-menu > li > a{ padding-top: 0px; }
.sassio-animate-fixed-navigation.sassio-header-style-plain.sassio-style-splitted-menu .sassio-navigation-top{ top: 22px; }
.sassio-animate-fixed-navigation.sassio-header-style-plain.sassio-style-center-logo .sassio-logo{ position: absolute; left: 0px; top: 0px; z-index: 3; }

.sassio-animate-fixed-navigation.sassio-header-style-boxed.sassio-style-splitted-menu .sassio-logo{ margin-top: -10px; padding-top: 0px; padding-bottom: 0px; }
.sassio-animate-fixed-navigation.sassio-header-style-boxed.sassio-style-splitted-menu .sassio-navigation .sf-menu > li > a{ padding-top: 0px; }

/* page title */
.sassio-page-title-wrap{ background-image: url('../images/page-title-background.png'); 
  background-position: center; background-size: cover; position: relative; overflow: hidden; clear: both; }
.sassio-page-title-wrap .sassio-page-title-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
.sassio-page-title-wrap .sassio-page-title-top-gradient{ position: absolute; top: 0px; right: 0px;left: 0px; }
.sassio-page-title-wrap .sassio-page-title-bottom-gradient{ position: absolute; right: 0px; bottom: 0px; left: 0px; }
.sassio-page-title-wrap .sassio-page-title-container{ position: relative; }
.sassio-page-title-wrap .sassio-page-title{}

.sassio-page-title-wrap.sassio-style-small .sassio-page-title{ font-size: 25px; margin-bottom: 0px; }
.sassio-page-title-wrap.sassio-style-small .sassio-page-caption{ font-size: 14px;line-height: 26px; margin-top: 13px; }
.sassio-page-title-wrap.sassio-style-small .sassio-page-title-content{ padding-top: 70px; padding-bottom: 70px; }

.sassio-page-title-wrap.sassio-style-medium .sassio-page-title{ font-size: 40px; margin-bottom: 0px; }
.sassio-page-title-wrap.sassio-style-medium .sassio-page-caption{ font-size: 14px; margin-top: 13px; }
.sassio-page-title-wrap.sassio-style-medium .sassio-page-title-content{ padding-top: 90px; padding-bottom: 80px; }

.sassio-page-title-wrap.sassio-style-large .sassio-page-title{ font-size: 60px; margin-bottom: 0px; }
.sassio-page-title-wrap.sassio-style-large .sassio-page-caption{ font-size: 14px; margin-top: 13px; }
.sassio-page-title-wrap.sassio-style-large .sassio-page-title-content{ padding-top: 116px; padding-bottom: 137px; }
.sassio-page-title-wrap.sassio-style-large.sassio-style-page-header-without-bg .sassio-page-title-content {padding-bottom: 0;}

.sassio-page-title-wrap.sassio-style-custom .sassio-page-title{ font-size: 37px; margin-bottom: 0px; }
.sassio-page-title-wrap.sassio-style-custom .sassio-page-caption{ font-size: 16px; }

.sassio-page-title-event-time{ margin-top: 12px; }
.sassio-page-title-event-link{ margin-top: 12px; }

/**
 * 3.0 - Footer
 */ 
  
/* footer */
.sassio-footer-wrapper{ background-position: center; }
.sassio-footer-wrapper .sassio-footer-container{ overflow: hidden; }
.sassio-footer-wrapper .sassio-widget-title{ font-size: 13px; text-transform: uppercase; letter-spacing: 0; margin-bottom: 35px; }
.sassio-footer-wrapper .sassio-widget-title .gdlr-core-flexslider-nav{ float: right; margin-left: 20px; }
.sassio-footer-wrapper .widget{ margin-bottom: 60px; }
.sassio-footer-wrapper .widget:last-child{ margin-bottom: 0px; }

.sassio-footer-wrapper.sassio-with-column-divider .sassio-footer-column{ padding-bottom: 1029px; margin-bottom: -1020px; 
  border-left: 1px; border-style: solid; border-color: inherit; padding-left: 30px; padding-right: 30px; border:0 } 
.sassio-footer-wrapper.sassio-with-column-divider .sassio-footer-column:first-child{ border: none; }

.sassio-fixed-footer{ position: fixed; left: 0px; right: 0px; bottom: 0px; }
body.sassio-boxed .sassio-fixed-footer .sassio-footer-wrapper,
body.sassio-boxed .sassio-fixed-footer .sassio-copyright-wrapper{ margin-left: auto; margin-right: auto; }

.sassio-footer-back-to-top-button{ position: fixed; z-index: 9; right: 30px; bottom: 30px; font-size: 18px; 
  line-height: 20px; width: 45px; height: 45px; text-align: center; padding: 12px; cursor: pointer; opacity: 0;
  border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; pointer-events: none;
  transition: opacity 300ms; -moz-transition: opacity 300ms; -o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.sassio-footer-back-to-top-button.sassio-scrolled{ opacity: 1; pointer-events: auto; }

/* copyright */
.sassio-footer-wrapper{ padding-top: 70px; padding-bottom: 50px; }
.sassio-copyright-container{ text-transform: uppercase; letter-spacing: 2px; }
.sassio-copyright-text{ text-align: center; font-size: 14px; }
.sassio-copyright-left{ float: left; }
.sassio-copyright-right{ float: right; }

/**
 * 4.0 - Blog
 */

/* single */
.sassio-single-article.sassio-style .sassio-single-article-title{ font-size: 26px; font-weight: 600; margin-bottom: 15px; line-height: 42px; letter-spacing: 0; }
.sassio-single-article.sassio-style .sassio-single-article-title a, .sassio-single-article.sassio-style .sassio-single-article-title a:hover {color:#1a3454;}
.sassio-single-article-content p {
    font-size: 14px;
    line-height: 24px;
    color: #404046;
    margin-bottom: 20px;
}
.sassio-single-article.sassio-style .sassio-single-article-head{ text-align: left; }
.sassio-single-article.sassio-style .sassio-blog-info-wrapper{ margin-bottom: 20px; }
.sassio-single-article.sassio-style .sassio-excerpt-read-more {
    background: transparent;
    color: #0044EB;
    padding: 0;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
}
.sassio-single-article.sassio-style .sassio-excerpt-read-more:before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0044EB;
    transition: all 0.3s ease;
}
.sassio-single-article.sassio-style .sassio-excerpt-read-more:hover:before {
    width: 0;
    left: auto;
    right: 0;
}
.sassio-single-article-thumbnail.sassio-media-image > img {
  border-radius: 25px;
}
.sassio-single-article-date-wrapper{ float: left; width: 58px; border-right-width: 1px; border-right-style: solid;
  line-height: 1; margin-top: 8px; margin-right: 30px; padding-right: 20px; text-align: center; }
.sassio-single-article-date-wrapper .sassio-single-article-date-day{ font-size: 27px; font-weight: bold; 
  margin-bottom: 8px; margin-top: -4px; letter-spacing: 1px; white-space: nowrap; }
.sassio-single-article-date-wrapper .sassio-single-article-date-month{ font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.sassio-single-article-date-wrapper .sassio-single-article-date-year{ font-size: 12px; margin-top: 4px; }

.sassio-single-article{ padding-bottom: 35px; }
.sassio-single-article .sassio-single-article-content ul,
.sassio-single-article .sassio-single-article-content ol{ line-height: 2; margin:0;padding-left: 15px; }
.sassio-single-article .sassio-single-article-thumbnail{ margin-bottom: 42px; }
.sassio-single-article .sassio-single-article-title{ font-size: 37px; font-weight: 700; margin-bottom: 16px; letter-spacing: 0.5px; }
.sassio-single-article .sassio-single-article-head-right{ overflow: hidden; }
.sassio-content-area .sassio-single-article .sassio-single-article-head{ margin-bottom: 32px; }
.sassio-content-area .sassio-single-article.sassio-style .sassio-single-article-head{ margin-bottom: 0; }

article.product .sassio-single-article.cania-style .sassio-blog-info-wrapper,
article.product .sassio-single-article.cania-style .sassio-excerpt-read-more{ display: none; }

.sassio-blog-info-wrapper .sassio-head{ margin-right: 7px; vertical-align: middle; }
.sassio-blog-info-wrapper .sassio-head i{ font-size: 14px; }
.sassio-blog-info-wrapper .sassio-blog-info { display: inline-block; margin-right: 25px; font-size: 11px; 
  font-weight: bold; letter-spacing: 1px; text-transform: uppercase; }
.sassio-blog-info-wrapper .sassio-blog-info:last-child{ margin-right: 0px; }

.sassio-sticky-banner{ line-height: 1;   display: inline-block; letter-spacing: 0.5px;
  padding: 18px 20px 17px; text-transform: uppercase; font-size: 11px; font-weight: bold; margin-bottom: 22px; }
.sassio-sticky-banner i{ font-size: 12px; margin-right: 10px; }
.sassio-single-article-thumbnail .sassio-sticky-banner{ position: absolute; left: 0px; bottom: 0px; margin-bottom: 0px; }

body.single-post .sassio-sidebar-style-none{ margin-left: auto; margin-right: auto; }
body.blog .sassio-sidebar-style-none{ margin-left: auto; margin-right: auto; }
body.blog .sassio-single-article, 
body.archive .sassio-single-article,
body.search .sassio-single-article{ padding-bottom: 60px; }

.sassio-archive-taxonomy-description { margin-bottom: 60px; }

/* single post format */
.sassio-blog-aside-format .sassio-single-article-content{ font-size: 18px; font-style: italic; padding: 50px 60px 40px; }
.sassio-blog-aside-format .sassio-excerpt-read-more{ display: none; }

.sassio-blog-quote-format .sassio-single-article-content{ padding: 50px 45px 40px; position: relative; }
.sassio-blog-quote-format .sassio-blog-quote-background{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; 
  background-size: cover; background-position: center; opacity: 0.3; filter: alpha(opacity=30); }
.sassio-blog-quote-format .sassio-blog-quote{ float: left; font-size: 120px; font-weight: 800; margin-top: -10px; line-height: 1; margin-right: 35px; position: relative; }
.sassio-blog-quote-format .sassio-blog-content-wrap{ overflow: hidden; position: relative; }
.sassio-blog-quote-format .sassio-blog-quote-content{ font-size: 18px; font-style: italic; }
.sassio-blog-quote-format .sassio-blog-quote-author{ font-size: 16px; font-style: italic; margin-bottom: 20px; font-weight: bold; }
.sassio-blog-quote-format .sassio-blog-quote-author:before{ content: "-"; margin-right: 2px; }
.sassio-blog-quote-format .sassio-excerpt-read-more{ display: none; }
.sassio-blog-quote-format blockquote, 
.sassio-blog-quote-format q{ background: transparent; border: none; padding: 0px; margin-top: 0px; margin-bottom: 0px; font-size: 18px; }

.sassio-blog-link-format .sassio-blog-icon-link{ font-size: 16px; float: left; margin-right: 15px; margin-top: 0; }
.sassio-blog-link-format .sassio-blog-content-wrap{ overflow: hidden; }
.sassio-blog-link-format .sassio-blog-title{ font-size: 20px; text-transform: none; letter-spacing: 0px; margin-bottom: 9px; }
.sassio-blog-link-format .sassio-blog-content{ font-size: 14px; margin-bottom: 0px; }
.sassio-blog-link-format .sassio-excerpt-read-more{ display: none; }

/* single social share */
.sassio-single-social-share{ padding-top: 10px; padding-bottom: 48px; }

/* single author */
.sassio-single-author{ text-align: center; margin-bottom: 121px; margin-top: 41px;
  border-top-width: 1px; border-top-style: solid; }
.sassio-single-author .sassio-single-author-wrap{ max-width: 80%; margin: -41px auto 0px; }
.sassio-single-author .sassio-single-author-avartar{ max-width: 80px; margin: 0px auto 37px; overflow: hidden;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.sassio-single-author .sassio-single-author-caption{ font-size: 14px; font-style: italic; margin-bottom: 9px; letter-spacing: 0.5px; }
.sassio-single-author .sassio-single-author-title{ font-size: 26px; margin-bottom: 22px; }

/* single navigation */
.sassio-single-nav-area{ border-top: 1px; border-bottom: 1px; border-style: solid; padding: 33px 0px; margin-bottom: 116px; display: flex; flex-wrap: wrap; }
.sassio-single-nav i{ font-size: 25px; }
.sassio-single-nav .sassio-text{ font-size: 18px; color: #1A3454; text-transform: capitalize; font-weight: 600; font-weight: 600; letter-spacing: 0; display: block; padding-bottom: 7px; }
.sassio-single-nav:hover .sassio-text, .sassio-single-nav:hover i {color: #0044EB;}
.sassio-single-nav-left{ float: left; }
.sassio-single-nav-left i{ margin-right: 15px; vertical-align: middle; }
.sassio-single-nav-right{ float: right; }
.sassio-single-nav-right i{ margin-left: 15px; vertical-align: middle; }
.sassio-single-nav-area-left, .sassio-single-nav-area-right {
  width: 50%;
  position: relative;
}
.sassio-single-nav-right i,
.sassio-single-nav-left i {
  position: absolute;
  top: 3px;
  right: 0;
}
.sassio-single-nav-left i {
  position: absolute;
  left: 0;
  right: auto;
}
.sassio-single-nav-left {
  padding-left: 45px;
}
.sassio-single-nav-right {
  padding-right: 45px;
  text-align: right;
}
.sassio-body .sassio-single-nav-title.sassio-title-font {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

/* blog tags */
.sassio-single-author-tags{ margin-bottom: 65px; margin-top: -18px; }
.sassio-single-author-tags a{ display: inline-block; font-size: 12px; padding: 5px 13px 4px; 
  margin-right: 12px; border-width: 2px; border-style: solid; font-weight: bold;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.sassio-blog-style-1 .sassio-single-related-post-title{ font-size: 40px; margin-bottom: 55px; font-weight: 700; text-align: center; letter-spacing: 0px; text-transform: none; }

.sassio-single-related-post-container .gdlr-core-blog-grid .gdlr-core-blog-title{ font-size: 18px; font-weight: 600; line-height: 26px; }

/* blog style 4 */
.sassio-single-blog-title-style-4.sassio-single-article-head{ text-align: center; margin-bottom: 0px; }
.sassio-single-blog-title-style-4.sassio-single-article .sassio-single-article-title{ font-size: 50px; font-weight: 800; margin-bottom: 20px; }
.sassio-single-blog-title-style-4 .sassio-blog-info-wrapper .sassio-blog-info .sassio-head{ display: none; }
.sassio-single-blog-title-style-4 .sassio-blog-info-wrapper .sassio-blog-info{ margin-right: 0px; text-transform: none; font-size: 15px; font-weight: normal; }
.sassio-single-blog-title-style-4 .sassio-blog-info-wrapper .sassio-blog-info .sassio-blog-info-sep{ margin: 0px 15px; color: #fff; }
.sassio-single-blog-title-style-4 .sassio-blog-info-wrapper .sassio-blog-info:first-child .sassio-blog-info-sep{ display: none; }

body.single .sassio-single-blog-title-style-4 .sassio-blog-info-wrapper .sassio-blog-info .sassio-blog-info-sep {
  color: #000;
  position: relative;
  top: -1px;
}
body.single .sassio-single-blog-title-style-4 .sassio-blog-info-wrapper .sassio-blog-info {
  color: #1A3454;
}

.sassio-blog-style-4 .sassio-single-article-thumbnail img{ border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.sassio-blog-style-4 .sassio-single-article-thumbnail.sassio-media-gallery img{ border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.sassio-blog-style-4 .sassio-single-nav-area{ border-top: 0px; padding-top: 0px; border-bottom: 0px; padding-bottom: 0px;}
.sassio-blog-style-4 .sassio-single-nav .sassio-text{ font-size: 12px; letter-spacing: 3px; display: block; margin-bottom: 9px; }
.sassio-blog-style-4 .sassio-single-nav-title{ font-size: 17px; font-weight: bold; letter-spacing: 0.5px; line-height: 1; }
.sassio-blog-style-4 .sassio-single-nav-left{ max-width: 50%; }
.sassio-blog-style-4 .sassio-single-nav-right{ text-align: right; max-width: 50%; }

.sassio-blog-style-4 .gdlr-core-social-share-item{ float: left; }
.sassio-blog-style-4 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count{ font-size: 13px; font-weight: bold; }
.sassio-blog-style-4 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix{ font-size: 13px; font-weight: bold; letter-spacing: 3px; }
.sassio-blog-style-4 .gdlr-core-social-share-item .gdlr-core-divider{ display: none; }
.sassio-blog-style-4 .gdlr-core-social-share-item .gdlr-core-social-share-count{ margin-right: 32px; }
.sassio-blog-style-4 .sassio-single-social-share{ border-top-width: 1px; border-top-style: solid; padding-top: 19px; }
.sassio-blog-style-4 .sassio-single-magazine-author-tags{ padding-bottom: 0px; float: right; }
.sassio-blog-style-4 .sassio-single-magazine-author-tags a{ font-size: 11px; letter-spacing: 2px; font-weight: 600;
    text-transform: uppercase; padding: 8px 17px 10px; display: inline-block; margin-right: 5px; margin-bottom: 5px; }
.sassio-blog-style-4 .sassio-comments-area .comment-author { font-size: 16px; }
.sassio-blog-style-4  section.comment-content{ font-size: 15px; }
.sassio-blog-style-4 .sassio-single-related-post-title,
.sassio-blog-style-4 .sassio-comments-area .sassio-comments-title,
.sassio-blog-style-4 .sassio-comments-area .comment-reply-title{ font-size: 22px; margin-bottom: 30px; font-weight: 700; text-align: left; letter-spacing: 0px; text-transform: none; }

.sassio-blog-style-4 .sassio-single-author{ border-top: none; background: #fff; box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); padding: 45px; margin-top: 30px; margin-bottom: 80px; }
.sassio-blog-style-4 .sassio-single-author .sassio-single-author-avartar{ float: left; margin-bottom: 0px; margin-right: 33px; }
.sassio-blog-style-4 .sassio-single-author .sassio-single-author-wrap{ max-width: 100%; margin: 0px; }
.sassio-blog-style-4 .sassio-single-author-content-wrap{ overflow: hidden; text-align: left; }
.sassio-blog-style-4 .sassio-single-author .sassio-single-author-title{ font-size: 18px; margin-bottom: 16px; font-weight: 700; }
.sassio-blog-style-4 .sassio-comments-area{ border-top-width: 1px; border-top-style: solid; padding-top: 45px; margin-top: 5px; }
.sassio-blog-style-4 .sassio-comments-area .comment-time{ font-style: normal; font-size: 13px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; }
.sassio-blog-style-4 .sassio-comments-area .edit-link,
.sassio-blog-style-4 .sassio-comments-area .comment-reply{ font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; }

.sassio-blog-style-4 .sassio-comments-area .comment-respond{ background: transparent; padding: 10px 0px 30px; margin-bottom: 40px; }
.sassio-blog-style-4 .sassio-comments-area textarea{ border-bottom-width: 1px;}
.sassio-blog-style-4 .sassio-comments-area input[type="text"]{ border-bottom-width: 1px; }
.sassio-blog-style-4 .sassio-comments-area .sassio-comment-form-author{ width: 33.33%; }
.sassio-blog-style-4 .sassio-comments-area .sassio-comment-form-email{ width: 33.33%; padding-right: 7px; }
.sassio-blog-style-4 .sassio-comment-form-url{ width: 33.33%; float: left; padding-left: 7px; }

.sassio-blog-style-4 .sassio-comments-area .form-submit{ text-align: left; }
.sassio-blog-style-4 .sassio-comments-area .form-submit input[type="submit"]{ font-size: 12px; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; }

.sassio-blog-style-4 .sassio-single-related-post-wrap .gdlr-core-blog-grid .gdlr-core-blog-title{ margin-bottom: 6px; font-weight: 700; }
.sassio-blog-style-4 .sassio-button, 
.sassio-blog-style-4 input[type="button"], 
.sassio-blog-style-4 input[type="submit"], 
.sassio-blog-style-4 input[type="reset"]{ font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.8px; padding: 21px 35px 23px; }

/* blog style 2 */
.sassio-blog-title-wrap .sassio-single-blog-title-style-2 .sassio-single-article-title{ margin-bottom: 0px; margin-top: 5px; }
.sassio-single-blog-title-style-2 .sassio-blog-info-wrapper .sassio-blog-info .sassio-head{ display: none; }
.sassio-single-blog-title-style-2 .sassio-blog-info-wrapper .sassio-blog-info{ margin-right: 0px; text-transform: none; font-size: 13px; }
.sassio-single-blog-title-style-2 .sassio-blog-info-wrapper .sassio-blog-info .sassio-blog-info-sep{ margin: 0px 15px; }
.sassio-single-blog-title-style-2 .sassio-blog-info-wrapper .sassio-blog-info:first-child .sassio-blog-info-sep{ display: none; }

.sassio-blog-style-2 .sassio-single-author .sassio-single-author-wrap{ margin: 0px; }
.sassio-blog-style-2 .sassio-single-author{ border-top-width: 0px; margin-top: 0px; text-align: left; }
.sassio-blog-style-2 .sassio-single-author .sassio-single-author-avartar{ margin: 0px; float: left; margin-right: 30px; max-width: 100px;
  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.sassio-blog-style-2 .sassio-single-author .sassio-single-author-caption{ display: none; }
.sassio-blog-style-2 .sassio-single-author .sassio-single-author-content-wrap{ overflow: hidden; padding-top: 12px; }
.sassio-blog-style-2 .sassio-single-author .sassio-single-author-title{ font-size: 20px; margin-bottom: 10px; }

.sassio-blog-style-2 .gdlr-core-social-share-item{ text-align: left; }
.sassio-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count{ margin-right: 25px; font-weight: bold; }
.sassio-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count{ font-size: 16px; }
.sassio-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix{ font-size: 16px; text-transform: none; letter-spacing: 0px; }
.sassio-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-divider{ display: none; }

.sassio-blog-style-2 .sassio-single-article{ padding-bottom: 0px; }
.sassio-blog-style-2 .sassio-single-nav-area{ border: none; padding: 30px 0px 0px; margin-bottom: 0px; }
.sassio-blog-style-2 .sassio-single-nav-area a,
.sassio-blog-style-2 .sassio-single-nav-area a:hover{ color: #fff; }
.sassio-blog-style-2 .sassio-single-nav-area-left{ float: left; width: 50%; padding: 50px 80px; position: relative; overflow: hidden; }
.sassio-blog-style-2 .sassio-single-nav-area-right{ float: left; width: 50%; padding: 50px 80px; position: relative; overflow: hidden; }
.sassio-blog-style-2 .sassio-single-nav-area-background{ position: absolute; 
  top: 0px; right: 0px; bottom: 0px; left: 0px; background-size: cover; background-position: center;
  transition: transform 300ms ease-out; -moz-transition: transform 300ms ease-out; 
  -o-transition: transform 300ms ease-out; -webkit-transition: transform 300ms ease-out; }
.sassio-blog-style-2 .sassio-single-nav-area-left:hover .sassio-single-nav-area-background,
.sassio-blog-style-2 .sassio-single-nav-area-right:hover .sassio-single-nav-area-background{ -webkit-transform: scale(1.1); transform: scale(1.1); }
.sassio-blog-style-2 .sassio-single-nav-left i{ font-size: 20px; }
.sassio-blog-style-2 .sassio-single-nav-left,
.sassio-blog-style-2 .sassio-single-nav-right{ float: none; }
.sassio-blog-style-2 .sassio-single-nav{ position: relative; }
.sassio-blog-style-2 .sassio-single-nav .sassio-text{ letter-spacing: 0px; text-transform: none; }
.sassio-blog-style-2 .sassio-single-nav-title{ font-size: 22px; font-weight: 800; display: block; margin-top: 2px; }
.sassio-blog-style-2 .sassio-single-nav-area-overlay{ opacity: 0.7; filter: alpha(opacity=62);
  position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }

.sassio-blog-style-2 .sassio-comment-wrapper{ padding-top: 80px; }
.sassio-blog-style-2 .sassio-comment-content{ margin: 0px auto; }
.sassio-blog-style-2 .sassio-comments-area .sassio-comments-title{ text-align: left; text-transform: none; 
  letter-spacing: 0px; font-weight: 800; font-size: 20px; }
.sassio-blog-style-2 .sassio-comments-area .comment-avatar{ max-width: 90px; border-radius: 3px; }
.sassio-blog-style-2 .sassio-comments-area .comment-author{ font-size: 18px; }
.sassio-blog-style-2 .sassio-comments-area .comment-time{ font-size: 13px; font-style: normal; }
.sassio-blog-style-2 .sassio-comments-area .comment-content{ font-size: 15px; }
.sassio-blog-style-2 .sassio-comments-area .comment-meta{ margin-bottom: 16px; }
.sassio-blog-style-2 .sassio-comments-area .comment-reply{ text-transform: none; font-weight: 800; letter-spacing: 0px; }
.sassio-blog-style-2 .sassio-comments-area .comment-article{ padding-bottom: 0px; border-bottom-width: 0px; }
.sassio-blog-style-2 .sassio-comments-area .comment-reply-title{ font-size: 20px; letter-spacing: 0px;
  text-align: left; text-transform: none; font-weight: 800; margin-bottom: 35px; border-bottom: 0;}
.sassio-blog-style-2 .sassio-comments-area .comment-respond{ padding: 0px 0px 85px; background: transparent; margin-bottom: 0px; }
.sassio-blog-style-2 .sassio-comments-area textarea{ font-size: 14px;padding: 20px 22px; margin-bottom: 22px; }
.sassio-blog-style-2 .sassio-comments-area input[type="text"]{ font-size: 14px; padding: 20px 22px; margin-bottom: 22px; }
.sassio-blog-style-2 .sassio-comments-area .sassio-comment-form-author{ width: 33.33%; padding-right: 13px; }
.sassio-blog-style-2 .sassio-comments-area .sassio-comment-form-email{ width: 33.33%; padding-right: 7px; }
.sassio-blog-style-2 .sassio-comments-area .sassio-comment-form-url{ width: 33.33%; float: left; padding-left: 14px; }
.sassio-blog-style-2 .sassio-comments-area .form-submit{ text-align: left; padding-top: 0px; }
.sassio-blog-style-2 .sassio-comments-area .form-submit input[type="submit"]{ font-size: 13px; text-transform: none; padding: 16px 30px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.sassio-blog-style-2 .sassio-single-related-post-wrap{ padding: 80px 0px 50px; }
.sassio-blog-style-2 .sassio-single-related-post-container{ padding-left: 80px; padding-right: 80px; }
.sassio-blog-style-2 .sassio-single-related-post-title{ font-size: 20px; margin-bottom: 40px; font-weight: 800; }
.sassio-blog-style-2 .sassio-single-related-post-container{ margin: 0px auto; }
.sassio-blog-style-2 .gdlr-core-blog-grid .gdlr-core-blog-title{ font-size: 21px; }
.sassio-blog-style-2 .sassio-single-related-post-wrap .gdlr-core-sticky-banner{ display: none; }

/* blog style 3 */
.sassio-blog-style-3 .sassio-single-nav-left,
.sassio-blog-style-3 .sassio-single-nav-right{ max-width: 50%; }
.sassio-blog-style-3 .sassio-single-nav-right{ text-align: right; }
.sassio-blog-style-3 .sassio-single-nav .sassio-text{ font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; display: block; margin-bottom: 8px; }
.sassio-blog-style-3 .sassio-single-nav .sassio-single-nav-title{ font-size: 18px; font-weight: 800; }

.sassio-blog-style-3 .sassio-single-social-share{ padding-bottom: 27px; }
.sassio-blog-style-3 .gdlr-core-social-share-item{ position: relative; }
.sassio-blog-style-3 .gdlr-core-social-share-item .gdlr-core-social-share-count{ position: absolute; right: 0px; }
.sassio-blog-style-3 .gdlr-core-social-share-item .gdlr-core-social-share-wrap{ margin-right: 25px; float: left; }
.sassio-blog-style-3 .gdlr-core-social-share-item .gdlr-core-divider{ display: none; }
.sassio-blog-style-3 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count{ font-size: 15px; margin-right: 6px; }
.sassio-blog-style-3 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix{ font-size: 15px; text-transform: none; font-weight: 600; letter-spacing: 0px; }

.sassio-blog-style-3 .sassio-single-author .sassio-single-author-avartar{ margin: 0px; float: left; margin-right: 40px; border-width: 1px; border-style: solid; max-width: 116px; padding: 8px; }
.sassio-blog-style-3 .sassio-single-author .sassio-single-author-wrap{ max-width: 100%; margin: 0px; }
.sassio-blog-style-3 .sassio-single-author{ border: none; }
.sassio-blog-style-3 .sassio-single-author-content-wrap{ overflow: hidden; text-align: left; }
.sassio-blog-style-3 .sassio-single-author .sassio-single-author-title{ font-size: 18px; margin-bottom: 15px; }
.sassio-blog-style-3 .sassio-single-author .sassio-single-author-avartar img{ border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }

.sassio-blog-style-3 .sassio-comments-area .sassio-comments-title { font-size: 25px; text-align: left; letter-spacing: 0px; text-transform: none; font-weight: 800; margin-bottom: 30px; }
.sassio-blog-style-3 .sassio-comments-area .comment-respond{ background: transparent; padding: 0px; }
.sassio-blog-style-3 .sassio-comments-area textarea, 
.sassio-blog-style-3 .sassio-comments-area input[type="text"]{ border-bottom-width: 1px; font-size: 14px; font-weight: 500; }
.sassio-blog-style-3 .sassio-comments-area input[type="checkbox"]{vertical-align: middle;margin: 0px 10px 3px 0px;}
.sassio-blog-style-3 .sassio-comments-area .form-submit{ text-align: left; }
.sassio-blog-style-3 .sassio-comments-area .form-submit input[type="submit"]{ text-transform: none; font-size: 14px; letter-spacing: 0; padding: 15px 33px 19px; }
.sassio-blog-style-3 .sassio-comments-area .comment-reply-title{ text-align: left; text-transform: none; letter-spacing: 0px; font-size: 22px; }
.sassio-blog-style-3 .sassio-single-magazine-author-tags{ margin-bottom: 30px; }
.sassio-blog-style-3 .sassio-comments-area .comment-time{ display: inline; margin-right: 12px; }
.sassio-blog-style-3 .sassio-comments-area .comment-time time{ text-transform: uppercase; font-weight: 400; letter-spacing: 0px; }
.sassio-blog-style-3 .sassio-comments-area .comment-reply{ position: static; display: inline; font-size: 14px; letter-spacing: 0px; text-decoration: underline; }
.sassio-blog-style-3 .sassio-comments-area .edit-link { font-size: 14px; text-decoration: underline; text-transform: uppercase; letter-spacing: 0.5px; }

.sassio-blog-style-3 .sassio-single-related-post-wrap{ margin-bottom: 20px; }
.sassio-blog-style-3 .sassio-single-related-post-title{ font-size: 22px; margin-bottom: 40px; font-weight: 700; }
.sassio-blog-style-3 .sassio-single-related-post-wrap .gdlr-core-blog-info-wrapper .gdlr-core-blog-info { font-size: 13px; }

/* blog style 5 */
.sassio-blog-style-5 .sassio-single-nav-area{ padding-top: 50px; padding-bottom: 0px; border-bottom: 0px; }
.sassio-blog-style-5 .sassio-single-nav-left,
.sassio-blog-style-5 .sassio-single-nav-right{ max-width: 50%; }
.sassio-blog-style-5 .sassio-single-nav-right{ text-align: right; }
.sassio-blog-style-5 .sassio-single-nav .sassio-text{ font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; display: block; margin-bottom: 2px; }
.sassio-blog-style-5 .sassio-single-nav .sassio-single-nav-title{ font-size: 20px; font-weight: 600; }

.sassio-blog-style-5 .sassio-single-social-share{ float: right; padding-top: 0px; padding-bottom: 50px; }
.sassio-blog-style-5 .gdlr-core-social-share-item.gdlr-core-style-round a{ font-size: 18px; width: 40px; height: 40px; padding: 11px 0px; }
.sassio-blog-style-5 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count{ font-size: 15px; margin-right: 6px; }
.sassio-blog-style-5 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix{ font-size: 15px; text-transform: none; font-weight: 600; letter-spacing: 0px; }

.sassio-blog-style-5 .sassio-single-author .sassio-single-author-avartar{ margin: 0px; float: left; margin-right: 30px; max-width: 116px; }
.sassio-blog-style-5 .sassio-single-author .sassio-single-author-wrap{ max-width: 100%; margin: 0px; }
.sassio-blog-style-5 .sassio-single-author{ border: none; margin-top: 10px; margin-bottom: 60px; padding: 45px 55px 40px 40px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.12); }
.sassio-blog-style-5 .sassio-single-author-content-wrap{ overflow: hidden; text-align: left; }
.sassio-blog-style-5 .sassio-single-author .sassio-single-author-title{ font-size: 18px; margin-bottom: 25px; }
.sassio-blog-style-5 .sassio-single-author .sassio-single-author-caption{ font-size: 13px; font-style: normal; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; margin-bottom: 2px; }
.sassio-blog-style-5 .sassio-single-author .sassio-single-author-avartar img{ border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }

.sassio-blog-style-5 .sassio-single-magazine-author-tags{ margin-bottom: 50px; padding-bottom: 0px; float: left; }

.sassio-blog-style-5 .sassio-comments-area .sassio-comments-title { font-size: 25px; text-align: left; letter-spacing: 0px; text-transform: none; font-weight: 800; margin-bottom: 30px; }
.sassio-blog-style-5 .sassio-comments-area .comment-respond{ background: transparent; padding: 0px; }
.sassio-blog-style-5 .sassio-comments-area textarea, 
.sassio-blog-style-5 .sassio-comments-area input[type="text"]{ border-bottom-width: 1px; font-size: 14px; font-weight: 500; }
.sassio-blog-style-5 .sassio-comments-area input[type="checkbox"]{vertical-align: middle;margin: 0px 10px 3px 0px;}
.sassio-blog-style-5 .sassio-comments-area .form-submit{ text-align: left; }
.sassio-blog-style-5 .sassio-comments-area .form-submit input[type="submit"]{ text-transform: none; font-size: 14px; letter-spacing: 0; padding: 15px 33px 19px; }
.sassio-blog-style-5 .sassio-comments-area .comment-reply-title{ text-align: left; text-transform: none; letter-spacing: 0px; font-size: 28px; }
.sassio-blog-style-5 .sassio-comments-area .comment-time{ display: inline; margin-right: 12px; }
.sassio-blog-style-5 .sassio-comments-area .comment-time time{ text-transform: uppercase; font-weight: 400; letter-spacing: 0px; }
.sassio-blog-style-5 .sassio-comments-area .comment-reply{ position: static; display: inline; font-size: 14px; letter-spacing: 0px; text-decoration: underline; }
.sassio-blog-style-5 .sassio-comments-area .edit-link { font-size: 14px; text-decoration: underline; text-transform: uppercase; letter-spacing: 0.5px; }

.sassio-blog-style-5 .sassio-single-related-post-wrap{ margin-bottom: 5px; }
.sassio-blog-style-5 .sassio-single-related-post-title{ font-size: 28px; margin-bottom: 40px; font-weight: 700; }
.sassio-blog-style-5 .sassio-single-related-post-wrap .gdlr-core-blog-info-wrapper .gdlr-core-blog-info { font-size: 13px; }

.sassio-blog-style-5 .sassio-single-magazine-author-tags{ padding-bottom: 23px; }
.sassio-blog-style-5 .sassio-single-magazine-author-tags i{ margin-right: 20px; font-size: 18px; vertical-align: middle; }
.sassio-blog-style-5 .sassio-single-magazine-author-tags a{ font-size: 18px; font-weight: 500; display: inline-block; border-bottom-width: 2px; border-style: solid; 
  margin-right: 13px; margin-bottom: 10px; padding: 0; background: transparent; }

/* blog magazine */
.sassio-blog-magazine .sassio-single-article{ padding-bottom: 0px; }
.sassio-blog-magazine .sassio-single-article-content .sassio-single-social-share{ padding-bottom: 30px; }
.sassio-blog-magazine .gdlr-core-social-share-item .gdlr-core-divider{ display: none; }
.sassio-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count{ margin-left: 20px; }
.sassio-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count,
.sassio-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix{ font-size: 13px; font-weight: normal; }
.sassio-blog-magazine .sassio-single-social-share{ padding-top: 0px; padding-bottom: 23px; }
.sassio-single-magazine-author-tags{ padding-bottom: 23px; }
.sassio-single-magazine-author-tags a{ font-size: 13px; font-weight: 500; padding: 7px 12px; display: inline-block; margin-right: 5px; margin-bottom: 5px; }
.sassio-blog-magazine .sassio-single-nav-area{ margin-top: 60px; margin-bottom: 45px; border: none; padding-top: 5px; padding-bottom: 5px; position: relative; }
.sassio-blog-magazine .sassio-single-author{ border: none; text-align: left; padding: 40px; margin-top: 50px; }
.sassio-blog-magazine .sassio-single-author .sassio-single-author-wrap{ margin: 0px; }
.sassio-blog-magazine .sassio-single-author .sassio-single-author-avartar{ float: left; margin-right: 30px; }
.sassio-blog-magazine .sassio-single-author-content-wrap{ overflow: hidden; }
.sassio-blog-magazine .sassio-single-author .sassio-single-author-caption{ display: none; }
.sassio-blog-magazine .sassio-single-author .sassio-single-author-title{ font-size: 16px; margin-bottom: 18px; }
.sassio-blog-magazine .sassio-single-author-description{ font-size: 15px; }
.sassio-blog-magazine .sassio-single-nav-left,
.sassio-blog-magazine .sassio-single-nav-right{ max-width: 50%; }
.sassio-blog-magazine .sassio-single-nav-right{ text-align: right; }
.sassio-blog-magazine .sassio-single-nav-area-divider{ position: absolute; left: 50%; top: 0px; bottom: 0px; border-left-width: 1px; border-left-style: solid; }
.sassio-blog-magazine .sassio-single-nav .sassio-text{ font-size: 13px; font-weight: 500; letter-spacing: 0.5px; display: block; margin-bottom: 8px; }
.sassio-blog-magazine .sassio-single-nav .sassio-single-nav-title{ font-size: 15px; font-weight: bold; }
.sassio-blog-magazine .sassio-single-related-post-wrap .sassio-single-related-post-title{ font-size: 16px; border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 10px; margin-bottom: 35px; }
.sassio-blog-magazine .sassio-comment-wrapper{ margin-top: 45px; }
.sassio-blog-magazine .sassio-single-related-post-wrap .gdlr-core-blog-grid .gdlr-core-blog-info-wrapper{ padding-top: 0px; }
.sassio-blog-magazine .sassio-single-related-post-wrap .gdlr-core-blog-grid .gdlr-core-blog-title{ margin-bottom: 10px; }
.sassio-blog-magazine .sassio-single-related-post-wrap .gdlr-core-blog-info-wrapper .gdlr-core-blog-info{ font-size: 11px; }
.sassio-blog-magazine .sassio-single-related-post-wrap .gdlr-core-blog-grid-with-frame .gdlr-core-blog-grid-frame { padding: 20px; }

/* comment area */

.sassio-comments-area ol.comment-list{ list-style: none; margin-bottom: 55px; margin-left: 0px; }
.sassio-comments-area ol.comment-list ol{ margin-left: 50px; list-style: none; }
.sassio-comments-area ol.comment-list .comment-content ol{ list-style: decimal; }
.sassio-comments-area .comment-article{ padding-bottom: 20px; margin-bottom: 40px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 0;}
.sassio-comments-area .comment-avatar{ max-width: 80px; margin-right: 35px; float: left; overflow: hidden;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.sassio-comments-area .comment-avatar img{ display: block; }
.sassio-comments-area .comment-meta{ position: relative; margin-bottom: 20px; }
.sassio-comments-area .comment-author{ font-size: 20px; font-weight: 600; margin-bottom: 5px; text-transform: capitalize; }
.sassio-comments-area .comment-body{ overflow: hidden; }
.sassio-comments-area .comment-time{ font-size: 14px; font-style: initial;  }
.sassio-comments-area .comment-time time {color: #404046;}
.sassio-comments-area .comment-reply{ font-size: 15px; text-transform: uppercase; font-weight: bold; 
  letter-spacing: 1.5px; position: absolute; right: 0px; top: 4px; }

.sassio-comments-area .comment-respond{ padding: 60px 55px 40px; margin-bottom: 55px; }
.sassio-comments-area ol.comment-list .comment-respond{ margin-top: 55px; }
.sassio-body .sassio-comments-area .comment-reply-title, .sassio-comments-area .sassio-comments-title{ font-size: 26px; font-weight: 700; 
  text-transform: capitalize; letter-spacing: 0.05em; text-align: left; margin-bottom: 40px; color: #1A3454; }
.sassio-comments-area .comment-reply-title small{ margin-left: 10px; }
.sassio-comments-area textarea{ width: 100%; padding: 18px 22px; display: block; font-size: 14px;
    border-width: 1px 1px 2px 1px; border-style: solid; margin: 0px; margin-bottom: 14px; }
.sassio-comments-area input[type="text"]{ font-size: 14px; width: 100%; display: block; border-width: 1px 1px 2px 1px; border-style: solid; padding: 16px 22px; margin-bottom: 14px; }
.sassio-comments-area input[type="text"]:focus,
.sassio-comments-area textarea:focus{ outline: none; }
.sassio-comments-area .sassio-comment-form-author{ width: 50%; padding-right: 7px; float: left; }
.sassio-comments-area .sassio-comment-form-email{ width: 50%; padding-left: 7px; float: left; }
.sassio-comments-area .form-submit{ text-align: left; padding-top: 25px; }

/* blog title */
.sassio-blog-title-wrap{ background-image: url('../images/page-title-background.png'); background-position: center; position: relative; background-size: cover; overflow: hidden; }
.sassio-blog-title-wrap .sassio-blog-title-container{ position: relative; }
.sassio-blog-title-wrap .sassio-blog-title-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; opacity: 0.8; }
.sassio-blog-title-wrap.sassio-feature-image .sassio-blog-title-top-overlay{ position: absolute; top: 0px; right: 0px; left: 0px; height: 413px;
  opacity: 1; background: url("../images/blog-title-top-gradient.png") center top repeat-x; }
.sassio-blog-title-wrap.sassio-feature-image .sassio-blog-title-bottom-overlay{ position: absolute; right: 0px; bottom: 0px; left: 0px; height: 413px;
  opacity: 1; background: url("../images/blog-title-gradient.png") center bottom repeat-x; }

.sassio-blog-title-wrap.sassio-style-small .sassio-blog-title-content{ padding-top: 93px; padding-bottom: 87px; }
.sassio-blog-title-wrap.sassio-style-large .sassio-blog-title-content{ padding-top: 184px; padding-bottom: 168px; }

.sassio-blog-title-wrap .sassio-single-article-title{ font-size: 50px; font-weight: 700; margin-bottom: 30px; letter-spacing: 0.5px; }
.sassio-blog-title-wrap .sassio-single-article-head-right{ overflow: hidden; }
.sassio-blog-title-wrap .sassio-single-article-date-wrapper{ margin-top: 11px; }

/* 404 */
.sassio-not-found-wrap{ text-align: center; position: relative; }
.sassio-not-found-wrap .sassio-not-found-background{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; opacity: 0.27; filter: alpha(opacity=27);
  background-position: center; background-size: cover; background-image: url('../images/404-background.jpg'); }
.sassio-not-found-wrap .sassio-not-found-content{ position: relative; padding: 60px 0px 65px; }
.sassio-not-found-wrap .sassio-not-found-head{ font-size: 150px; line-height: 1; margin-bottom: 40px; }
.sassio-not-found-wrap .sassio-not-found-title{ font-size: 35px; line-height: 1; font-weight: 800; text-transform: uppercase; margin-bottom: 14px; }
.sassio-not-found-wrap .sassio-not-found-caption{ font-size: 18px; }
.sassio-not-found-wrap .sassio-not-found-back-to-home a{ font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.sassio-not-found-wrap form.search-form{ max-width: 430px; margin: 58px auto 0px; position: relative; margin-bottom: 13px; }
.sassio-not-found-wrap form.search-form input.search-field{ font-size: 15px; width: 100%; border: none; 
  padding: 22px 60px 22px 25px; height: 64px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.sassio-not-found-wrap form.search-form input.search-submit{ position: absolute; right: 0px; top: 0px; width: 64px; height: 64px; opacity: 0; filter: alpha(opacity=0); }
.sassio-not-found-wrap form.search-form .sassio-top-search-submit{ position: absolute; right: 20px; top: 50%; margin-top: -15px; font-size: 18px;  }

body.search .sassio-not-found-wrap .sassio-not-found-head{ font-size: 100px; text-transform: uppercase; margin-bottom: 18px; }
body.search .sassio-not-found-wrap form.search-form{ margin-top: 50px; }

/**
 * 5.0 - Widget
 */

/* sidebar */
.sassio-sidebar-area .sassio-widget{ margin-bottom: 42px; }
.sassio-sidebar-area .sassio-widget-title, .sassio-sidebar-area .wp-block-group__inner-container > h2{ font-size: 13px; text-transform: uppercase; font-weight: 800; 
    letter-spacing: 1px; position: relative; margin-bottom: 28px; overflow: hidden; }
.sassio-sidebar-area .sassio-widget-title .gdlr-core-flexslider-nav{ float: right; margin-left: 20px; }
.sassio-sidebar-area .sassio-widget-head-text{ display: block; float: left; margin-right: 28px; }
.sassio-sidebar-area .sassio-widget-head-divider{ display: block; border-top-width: 1px; border-top-style: solid; overflow: hidden; margin-top: 0.6em; }

/* list */
.textwidget select{ max-width: 100%; }

.widget_categories .screen-reader-text, .widget_archive .screen-reader-text{ display: none; }

.widget_rss .rss-widget-icon{ margin-right: 10px; margin-top: -3px; }

.widget_product_categories ul,
.widget_archive ul, .widget_categories ul, .widget_nav_menu ul, 
.widget_meta ul, .widget_pages ul, .widget_recent_comments ul, 
.widget_recent_entries ul, .widget_rss ul, 
ul.wp-block-latest-posts__list{ position: relative; list-style: none; margin-left: 0px; }

.widget_product_categories ul li,
.widget_archive ul li, .widget_categories ul li, .widget_nav_menu ul li, 
.widget_meta ul li, .widget_pages ul li, .widget_recent_comments ul li, 
.widget_recent_entries ul li, .widget_rss ul li, 
ul.wp-block-latest-posts__list li{ font-size: 14px; margin-bottom: 15px; padding-left: 0; 
  line-height: 20px; padding-bottom: 15px; border-bottom-width: 1px; border-bottom-style: solid; font-weight: 400; display: flex; flex-wrap: wrap;}
.widget_product_categories ul li a,
.widget_archive ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, 
.widget_meta ul li a, .widget_pages ul li a, .widget_recent_comments ul li a, 
.widget_recent_entries ul li a, .widget_rss ul li a, 
ul.wp-block-latest-posts__list li a {
  margin-right: auto;
} 
.widget_nav_menu ul li a:hover,
.widget_product_categories ul li a:hover,
.widget_archive ul li a:hover, .widget_categories ul li a:hover, .widget_nav_menu ul li a:hover, 
.widget_meta ul li a:hover, .widget_pages ul li a:hover, .widget_recent_comments ul li a:hover, 
.widget_recent_entries ul li a:hover, .widget_rss ul li a:hover, 
ul.wp-block-latest-posts__list li a:hover {
  color: #0044EB;
}
.widget_product_categories ul ul,
.widget_archive ul ul, .widget_categories ul ul, .widget_nav_menu ul ul, 
.widget_meta ul ul, .widget_pages ul ul, .widget_recent_comments ul ul,
.widget_recent_entries ul ul, .widget_rss ul ul, 
ul.wp-block-latest-posts__list ul{ margin-top: 0; margin-bottom: 0px; width: 100%; padding-left: 20px; }

.widget_product_categories ul ul ul,
.widget_archive ul ul ul, .widget_categories ul ul ul, .widget_nav_menu ul ul ul, 
.widget_meta ul ul ul, .widget_pages ul ul ul, .widget_recent_comments ul ul ul, 
.widget_recent_entries ul ul ul, .widget_rss ul ul ul, 
ul.wp-block-latest-posts__list ul ul{ margin-left: 0; }

.widget_product_categories ul ul li,
.widget_archive ul ul li, .widget_categories ul ul li, .widget_nav_menu ul ul li,
.widget_meta ul ul li, .widget_pages ul ul li, .widget_recent_comments ul ul li, 
.widget_recent_entries ul ul li, .widget_rss ul ul li, 
ul.wp-block-latest-posts__list ul li{ border-top-width: 1px; border-top-style: solid;
  margin-bottom: 0px; padding-bottom: 0px; border-bottom: 0px; padding-top: 15px; margin-top: 15px; }

.widget_product_categories ul li:before,
.widget_archive ul li:before, .widget_categories ul li:before, .widget_nav_menu ul li:before,
.widget_meta ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before,
.widget_recent_entries ul li:before, .widget_rss ul li:before, 
ul.wp-block-latest-posts__list li:before{ content: "\f105"; font-family: FontAwesome; 
  text-align: center; position: absolute; left: 0px; display: block; height: 20px; width: 20px; margin-top: -1px; display: none;}

.widget_archive select, .widget_categories select, .widget_text select{ font-size: 14px; width: 100%; height: 50px; padding-left: 15px; outline: none;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-width: 1px; border-style: solid; 
  background: url('../images/dropdown.png') no-repeat 97% center; 
  -moz-appearance: none; -webkit-appearance: none;  appearance: none; }

.widget_rss span.rss-date{ margin-bottom: 17px; display: block; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; font-size: 12px; display: block;width: 100%;margin-top: 10px; }
.widget_rss .rssSummary{ line-height: 1.7; margin-bottom: 15px; }
.widget_rss a.rsswidget{ font-size: 16px; font-weight: 700; }
.widget_rss cite{ font-size: 14px; margin-bottom: 14px; display: block; }
.widget_rss ul li{ margin-bottom: 27px; }

/* search widget */
.widget_search form{ display: block; position: relative; }
.widget_search form:after{ content: "\f002"; font-family: "fontAwesome"; font-size: 14px; line-height: 14px;
  position: absolute; right: 20px; top: 50%; margin-top: -7px; }
.widget_search label .screen-reader-text{ display: none; }
.widget_search .search-form input.search-field{ font-size: 13px; line-height: 17px; height: 51px; 
    border-width: 1px; border-style: solid; width: 100%; padding: 16px 20px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.widget_search input.search-field:focus{ outline: none; }
.widget_search input.search-submit{ position: absolute; right: 0px; top: 0px; bottom: 0px; width: 51px; padding: 0px; opacity: 0; filter: alpha(opacity=0); z-index: 1; }

label.wp-block-search__label{ display: none; }
.wp-block-search .wp-block-search__input{ font-size: 13px; line-height: 17px; height: 51px; border-width: 1px; border-style: solid; width: 100%; padding: 16px 20px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.wp-block-search .wp-block-search__button{ position: absolute; right: 0; top: 0; bottom: 0; width: 51px; padding: 0; opacity: 0; filter: alpha(opacity=0); z-index: 1; cursor: pointer; }

/* tag cloud */
.tagcloud{ zoom: 1; }
.tagcloud:after{ content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.tagcloud a{ font-size: 14px !important; text-transform: uppercase; font-weight: 400; float: left;
    padding: 5px 15px; margin-right: 10px; margin-bottom: 10px; border:1px solid rgba(0, 0, 0, 0.2); }
    .tagcloud a:hover {background-color: #0044EB;color: #fff !important;}

/* calendar */
.widget_calendar table{ width: 100%; margin-bottom: 0px; }
.widget_calendar table thead th{ font-size: 13px; font-weight: bold; padding: 10px 0px; }
.widget_calendar table tbody td{ text-align: center; padding: 10px 0px; }
.widget_calendar table tfoot td{ text-align: center; padding: 10px 0px; }
.widget_calendar caption{ font-size: 14px; margin-bottom: 20px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }  

.widget ul.menu .sub-menu .sub-menu li{ padding-left: 20px; }
.widget ul.menu .sub-menu .sub-menu li:before{ left: -10px; }
.widget ul.menu .sub-menu .sub-menu .sub-menu .sub-menu li{ padding-left: 15px; }
.widget ul.menu .sub-menu .sub-menu .sub-menu .sub-menu li:before{ left: -15px }
.widget ul.menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li{ padding-left: 5px; }
.widget ul.menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li:before{ left: -25px; }

/* table */
table{ width: 100%; text-align: center; border-spacing: 2px; border-collapse: separate; margin-bottom: 20px; }
table tr td{ padding: 10px 20px; text-align: left; color: #000; }
table tr th{ padding: 13px 8px; font-size: 16px; font-weight: normal; word-break: normal; }

/* for goodlayer core plugin */
body.sassio-boxed .gdlr-core-column-extend-left .gdlr-core-pbf-background-wrap{ margin-left: -50px; } 
body.sassio-boxed .gdlr-core-column-extend-right .gdlr-core-pbf-background-wrap{ margin-right: -50px; } 

/* block widget */
body.sassio-sidebar-block .sassio-sidebar-area .widget{ border-width: 1px; border-style: solid; padding: 35px 25px 10px; 
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
body.sassio-sidebar-block .sassio-sidebar-area .widget_gdlr-core-plain-text-widget,
body.sassio-sidebar-block .sassio-sidebar-area .widget_search{ border: 0px; padding: 0px;
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
body.sassio-sidebar-block .sassio-sidebar-area .widget.widget_gdlr-core-plain-text-widget{ background: transparent; }
body.sassio-sidebar-block .widget_product_categories ul li:last-child,
body.sassio-sidebar-block .widget_archive ul li:last-child,
body.sassio-sidebar-block .widget_categories ul li:last-child,
body.sassio-sidebar-block .widget_nav_menu ul li:last-child,
body.sassio-sidebar-block .widget_meta ul li:last-child,
body.sassio-sidebar-block .widget_pages ul li:last-child, 
body.sassio-sidebar-block .widget_recent_comments ul li:last-child,
body.sassio-sidebar-block .widget_recent_entries ul li:last-child, 
body.sassio-sidebar-block .widget_rss ul li:last-child,
body.sassio-sidebar-block ul.wp-block-latest-posts__list li:last-child{ padding-bottom: 0px; border-bottom: 0px; }


/**
 * 6.0 - Responsive
 */
.sassio-mobile-header-wrap{ display: none; }
.sassio-mobile-header{ padding-top: 15px; padding-bottom: 15px; z-index: 99; position: relative;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }
.sassio-mobile-header.sassio-fixed-navigation{ display: none; }
.sassio-mobile-header .sassio-mobile-header-container{ position: relative; }
.sassio-mobile-header .sassio-logo-inner{ line-height: 45px; margin-right: 80px; }
.sassio-mobile-header .sassio-logo-inner img{ vertical-align: middle; width: auto; }
body .sassio-mobile-header .sassio-logo{ padding: 0px 15px; }

/*--- tablet ---*/
@media only screen and (max-width: 1140px){
  
  html .widget_product_search input[type="search"]#woocommerce-product-search-field{ width: 100%; margin-bottom: 10px; }

}

@media only screen and (max-width: 999px){
  
  body{ width: 100%; overflow-x: hidden; }
  body.sassio-boxed div.sassio-body-wrapper{ margin-top: 0px; margin-bottom: 0px; }

  .sassio-bullet-anchor{ display: none; }

  /* remove header */
  .sassio-top-bar{ display: none; }
  .sassio-header-wrap.sassio-header-style-plain, 
  .sassio-header-wrap.sassio-header-style-bar, .sassio-navigation-bar-wrap,
  .sassio-header-background-transparent, .sassio-header-boxed-wrap, .sassio-header-side-nav, 
  .sassio-header-transparent-substitute, .sassio-sticky-navigation{ display: none !important; } 

  .sassio-mobile-header-wrap{ display: block; }
  .sassio-mobile-header-wrap .sassio-top-bar{ display: block; }
  .sassio-mobile-header-wrap .sassio-top-bar{ font-size: 13px; }
  .sassio-mobile-header-wrap .sassio-top-bar-left,
  .sassio-mobile-header-wrap .sassio-top-bar-right{ padding-top: 0px; padding-bottom: 0px; }
  .sassio-mobile-header.sassio-fixed-navigation{ display: block; }
  .sassio-sticky-menu-placeholder{ display: none !important; }

  body .sassio-header-side-content.sassio-style-left{ margin-left: 0px; }
  body .sassio-header-side-content.sassio-style-right{ margin-right: 0px; }

  body.single-product.woocommerce div.product form.cart{ float: none; margin-bottom: 30px; width: auto; margin-right: 0px; }
  body.single-product.woocommerce div.product .product_meta{ margin-top: 0px; }

  .sassio-blog-style-2 .sassio-single-nav-area-left,
  .sassio-blog-style-2 .sassio-single-nav-area-right{ padding: 30px 40px; }
  .sassio-blog-style-2 .sassio-single-related-post-container{ padding-left: 30px; padding-right: 30px; }
}

/*--- mobile landscape style ---*/
@media only screen and (max-width: 767px){
  body.sassio-body-front .sassio-container{ max-width: 100%; padding-left: 15px; padding-right: 15px; }
  body.sassio-body-front .gdlr-core-container{ max-width: 100%; padding-left: 15px; padding-right: 15px; }

  .sassio-column-10, .sassio-column-12, .sassio-column-15, .sassio-column-20,
  .sassio-column-24, .sassio-column-30, .sassio-column-36, .sassio-column-40,
  .sassio-column-45, .sassio-column-48, .sassio-column-50, .sassio-column-60{ width: 100%; }

  /* header */
  .sassio-mobile-header-wrap .sassio-top-bar-left,
  .sassio-mobile-header-wrap .sassio-top-bar-right{ float: none; text-align: center; }

  .sassio-top-bar-right-text{ display: block; }
  .sassio-top-bar-right-social{ margin-left: 0px; }
  .sassio-top-bar-right-social a:first-child{ margin-left: 0px; }

  .sassio-page-title-wrap .sassio-page-title-content{ padding-top: 60px !important; padding-bottom: 110px !important; }
  .sassio-blog-title-wrap .sassio-blog-title-content{ padding-top: 60px !important; padding-bottom: 110px !important; }
  .sassio-blog-title-wrap.sassio-style-before-content.is-in-view .sassio-blog-title-content{ padding-top: 0 !important; padding-bottom: 0 !important; }
  .sassio-single-article-date-wrapper{ display: none; }

  
  
  /* single*/
  .sassio-comments-area .comment-respond{ padding: 45px 30px; }
  .sassio-comments-area .sassio-comment-form-author{ width: 100%; padding-right: 0; }
  .sassio-comments-area .sassio-comment-form-email{ width: 100%; padding-left: 0; }
  .sassio-comments-area .comment-avatar{ float: none; margin-right: 0px; margin-bottom: 30px; }
  .sassio-comments-area ol.comment-list ol{ margin-left: 10px; }

  .wp-block-image .alignleft{ float: none; margin-left: auto; margin-right: auto; }
  .wp-block-image .alignright{ float: none; margin-left: auto; margin-right: auto; }

  .sassio-blog-style-2 .sassio-comments-area .sassio-comment-form-author{ width: 100%; padding-right: 0px; }
  .sassio-blog-style-2 .sassio-comments-area .sassio-comment-form-email{ width: 100%; padding-right: 0px; }
  .sassio-blog-style-2 .sassio-comments-area .sassio-comment-form-url{ width: 100%; padding-left: 0px; }
  .sassio-blog-style-2 .sassio-single-nav-area{ padding-top: 0px; }
  .sassio-blog-style-2 .sassio-single-nav-area-left, 
  .sassio-blog-style-2 .sassio-single-nav-area-right{ float: none; width: 100%; display: block; text-align: center; }
  .sassio-blog-style-2 .sassio-single-nav-area a i{ display: none; }
  .sassio-blog-style-2 .sassio-single-related-post-container{ max-width: 500px; }

  .sassio-blog-style-4 .gdlr-core-social-share-item .gdlr-core-social-share-count{ margin-right: 0px; }
  .sassio-blog-style-4 .sassio-single-nav-left{ float: none; text-align: center; display: block; margin-bottom: 30px; max-width: none; }
  .sassio-blog-style-4 .sassio-single-nav-right{ float: none; text-align: center; display: block;  max-width: none; }
  .sassio-blog-style-4 .gdlr-core-social-share-item{ float: none; }
  .sassio-blog-style-4 .sassio-single-magazine-author-tags{ float: none; margin-top: 30px; text-align: center; }
  .sassio-blog-style-4 .sassio-comments-area .sassio-comment-form-author,
  .sassio-blog-style-4 .sassio-comments-area .sassio-comment-form-email,
  .sassio-blog-style-4 .sassio-comment-form-url{ width: 100%; padding-left: 0px; padding-right: 0px; }
  .sassio-blog-style-4 .sassio-single-author .sassio-single-author-avartar{ float: none; max-width: 90px; margin: 0px auto 30px; }
  .sassio-blog-style-4 .sassio-single-author-content-wrap{ text-align: center; }
  
  /* footer */
  .sassio-footer-wrapper{ padding-bottom: 7px; }
  .sassio-footer-column{ margin-bottom: 60px; }
  .sassio-footer-wrapper.sassio-with-column-divider .sassio-footer-column{ padding: 0px 15px; margin-bottom: 60px; border: none; }
  .sassio-footer-wrapper.sassio-with-column-divider .sassio-footer-column:last-child{ margin-bottom: 20px; }

  .sassio-fixed-footer-placeholder{ display: none; }
  .sassio-fixed-footer{ position: static; }

  .sassio-copyright-left,
  .sassio-copyright-right{ float: none; text-align: center; }

  body .woocommerce .col2-set, .woocommerce-page .col2-set { width: 100%; float: none; margin-right: 0%; }
  body div#order_review{ width: 100%; }
} 

/*--- mobile portrait style ---*/
@media only screen and (max-width: 419px){

  body{ min-width: 320px; }
  .sassio-top-search-wrap input.search-field{ font-size: 30px; padding-right: 90px; }
  .sassio-top-search-wrap .sassio-top-search-submit{ right: 48px; font-size: 24px; margin-top: -2px; }
  .sassio-top-search-wrap input.search-submit{ right: 48px; }
  .sassio-top-search-wrap .sassio-top-search-close{ font-size: 40px; top: 0; }
  .sassio-top-search-wrap input.search-field{ padding-bottom: 10px; }

  .sassio-top-cart-item .sassio-top-cart-item-content{ overflow: hidden; clear: both; }
  .sassio-top-cart-item .sassio-top-cart-item-thumbnail{ margin-bottom: 7px; }
  .sassio-top-cart-item .sassio-top-cart-item-remove{ top: 1%; }
}

/**
 * 7.0 - Sassio
 */
 
/*------------------------*/
/*--- sassio lightbox ---*/
/*------------------------*/
.sassio-lightbox-wrapper{ background: #000; background: rgba(0, 0, 0, 0.78); position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 10001; overflow: auto; }
.sassio-lightbox-wrapper .sassio-lightbox-content-row{ display: table; width: 100%; height: 100%; position: relative; z-index: 10003; }
.sassio-lightbox-wrapper .sassio-lightbox-content-cell{ display: table-cell; vertical-align: middle; padding: 20px; overflow-y: auto; }
.sassio-lightbox-content-wrap{ display: none; background: #fff; }
.sassio-lightbox-wrapper .sassio-lightbox-content-wrap{ display: block; max-width: 835px; margin: 0px auto; }

.sassio-lightbox-wrapper .sassio-lightbox-title{ color: #0e0e0e; font-size: 14px; text-align: center; margin-bottom: 0px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; }
.sassio-lightbox-wrapper .sassio-lightbox-head{ position: relative; padding-bottom: 24px; border-bottom-width: 2px; border-bottom-style: solid; margin-bottom: 45px; }
.sassio-lightbox-wrapper .sassio-lightbox-content-wrap{ padding: 30px; overflow: hidden; position: relative; }
.sassio-lightbox-wrapper .sassio-lightbox-close{ cursor: pointer; font-size: 25px; line-height: 25px; position: absolute; right: 20px; top: 20px; }

html.sassio-lightbox-on,
html.sassio-lightbox-on body{ position: relative; overflow: hidden; width: 100%; height: 100%; }

.sassio-top-cart-content-wrap .sassio-top-cart-title{ font-size: 17px; font-weight: 600; text-align: center; margin-top: 22px; margin-bottom: 45px; }
.sassio-top-cart-item{ margin-bottom: 35px; position: relative; }
.sassio-top-cart-item .sassio-top-cart-item-thumbnail{ max-width: 78px; float: left; margin-right: 28px; }
.sassio-top-cart-item .sassio-top-cart-item-content{ overflow: hidden; padding-top: 8px; }
.sassio-top-cart-item .sassio-top-cart-item-title{ font-size: 17px; font-weight: 800; margin-bottom: 2px; }
.sassio-top-cart-item .sassio-top-cart-item-info{ font-size: 15px; }
.sassio-top-cart-item .sassio-top-cart-item-remove{ position: absolute; right: 0px; top: 50%; margin-top: -9px; font-size: 17px; cursor: pointer; }
.sassio-top-cart-item-wrap{ margin: 0px 30px; }
.sassio-top-cart-item-wrap .sassio-top-cart-item-divider{ margin: 38px 0px 30px; border-bottom-width: 1px; border-bottom-style: solid; }
.sassio-top-cart-item-wrap .sassio-top-cart-price-wrap{ font-size: 17px; }
.sassio-top-cart-item-wrap .sassio-top-cart-price-wrap .sassio-tail{ font-weight: 800; margin-left: 10px; }
.sassio-top-cart-button-wrap .sassio-button{ margin: 0px 6px 20px; }

.sassio-top-cart-content-wrap .sassio-highlight,
.sassio-top-cart-item-wrap .sassio-top-cart-price-wrap .woocommerce-Price-amount.amount{ color: #fd2e2e; }

/*-------------------*/
/*--- wpml        ---*/
/*-------------------*/
ul.sf-menu > .menu-item-language img.iclflag{ vertical-align: baseline; margin-right: 10px; }
ul.sf-menu > .menu-item-language ul.submenu-languages{ display: none; position: absolute; z-index: 99; 
  list-style: none; margin: 0px 0px 0px -15px; }
ul.sf-menu > .menu-item-language li{ padding: 1px 11px; }
ul.sf-menu > .menu-item-language li a{ padding: 6px 12px; display: block; } 
ul.sf-menu > .menu-item-language li:first-child{ padding-top: 12px; }
ul.sf-menu > .menu-item-language li:last-child{ padding-bottom: 12px; }

.sassio-custom-wpml-flag{ margin-right: 26px; }
.sassio-custom-wpml-flag .sassio-custom-wpml-flag-item{ margin-left: 20px; }
.sassio-custom-wpml-flag .sassio-custom-wpml-flag-item:first-child{ margin-left: 0px; }

.sassio-dropdown-wpml-flag{ position: relative; padding-top: 19px; padding-bottom: 19px; }
.sassio-dropdown-wpml-flag .sassio-dropdown-wpml-flag-background{ position: absolute; top: 0px; bottom: 0px; left: -27px; right: 0px; }
.sassio-dropdown-wpml-flag .sassio-dropdown-wpml-current-language{ font-weight: bold; }
.sassio-dropdown-wpml-flag .sassio-dropdown-wpml-list{ position: absolute; left: -27px; min-width: 120px; top: 100%; 
  z-index: 99; padding: 10px 18px; display: none; }
.sassio-dropdown-wpml-flag .sassio-dropdown-wpml-item{ display: block; white-space: nowrap; }
.sassio-dropdown-wpml-flag .sassio-dropdown-wpml-current-language{ margin-right: 25px; position: relative; }
.sassio-dropdown-wpml-current-language:after{ content: "\f0d7"; font-family: fontAwesome; margin-left: 12px; font-size: 12px; }

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap,
.sassio-dropdown-wpml-flag .sassio-dropdown-wpml-list{ background: #f3f3f3; }

/*-------------------*/
/*--- wpcf7       ---*/
/*-------------------*/
.sassio-body span.wpcf7-not-valid-tip{ font-size: 13px; margin-bottom: 15px; }
.sassio-body div.wpcf7-response-output{ font-size: 13px; padding: 6px 20px; clear: both; margin: 0px; }

/*.wpcf7 input,*/
/*.wpcf7 select{ font-size: 15px; padding: 15px 22px; width: 100%; display: block; }*/
.wpcf7 input[type="button"], .wpcf7 input[type="submit"], input[type="reset"]{
    min-width: 11.25rem;
    padding: 1.0625rem 2rem;
    position: relative;
  display: inline-block;
  text-decoration: none;
  border: 0;
  font-size: 0.875rem;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  border-radius: var(--button-border-radius);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"]{ width: auto; display: inline; }
.wpcf7 .wpcf7-form-control .wpcf7-list-item{ display: block; margin-bottom: 5px; }
/*.wpcf7 textarea{ font-size: 15px; padding: 18px 22px; height: 120px; width: 100%; }*/

/*-------------------*/
/*--- woocommerce ---*/
/*-------------------*/

/* style */
figure.woocommerce-product-gallery__wrapper{ max-width: none; }
body.woocommerce .woocommerce-error, body.woocommerce .woocommerce-info, body.woocommerce .woocommerce-message{ padding: 0.7em 2em 1em 3.5em !important; }
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{ padding: 0.7em 2em 1em 3.5em !important; }
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before{ top: 0.7em; }
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button{ margin-top: 5px; padding: 0; background-color: transparent; }
.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover{ background-color: transparent; }
.woocommerce div.product form.cart .variations td.label{ padding-right: 1.3em; padding-left: 1.3em; }
.woocommerce div.product form.cart .variations td.value, .woocommerce div.product form.cart .variations th.value{ min-width: 210px; }
.woocommerce div.product form.cart .variations select{ float: left; margin-top: 0.3em; margin-left: 15px; margin-right: 0px; }
a.reset_variations{ margin-right: 15px; margin-left: 7px; }
.woocommerce div.product form.cart .variations select{ min-width: 59%; }
.related.products h2{ font-size: 36px; margin-bottom: 72px; font-weight: 700; color: #1A3454; }
.woocommerce table.shop_attributes th{ background: transparent; padding-top: 16px; padding-bottom: 16px; }
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th{ border-bottom: 0; }
.woocommerce table.shop_attributes{ border-top: 0; }
.single-product.woocommerce #review_form #respond p.comment-form-comment{ margin-bottom: 25px; }
.woocommerce table.shop_table{ border: 0; }
.woocommerce table.shop_table.shop_table_responsive.cart{ border-spacing: 0; }
.woocommerce table.shop_table th{ padding: 17px 12px; background: none; }
.woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(odd), .woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(even){ background-color: transparent; }
.woocommerce table.shop_table td{ padding: 19px 20px; }
.woocommerce-cart table.cart img{ width: 96px; height: 96px; object-fit: cover; border-radius: 0.5rem; }
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt{ margin-bottom: 0; }    
.woocommerce a.remove{ width: auto; }
.cart_item input.input-text.qty.text{ padding: 15px 0px 15px 10px; border-bottom-width: 1px; width: 140px; border: 1px solid rgba(0,0,0,0.1);border-radius: 30px;} 
.woocommerce-cart table.cart td.actions .coupon .input-text{ padding: 0 20px; height: 51px; font-size: 14px; border-radius: 30px;margin-right: 10px; width: 450px ; }
.woocommerce .cart input.button[name="apply_coupon"] { height: 51px; }
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{ width: 180px; }
.woocommerce .cart .button, .woocommerce .cart input.button{ padding: 0 30px !important; border-radius: 30px; font-size: 14px; height: 51px;font-weight: 400;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{ padding: 14px 24px 18px; border-radius: 0; font-size: 13px; font-weight: 700; }
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{ padding: inherit; opacity: inherit; padding-left: 23px; padding-right: 23px; }
.woocommerce .cart_totals h2{ font-size: 18px; }
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th{ border-top: 0; }
.woocommerce-cart .cart-collaterals .cart_totals table{ border-spacing: 0; margin: 0; }
.woocommerce-cart .wc-proceed-to-checkout{ padding: 0; position: absolute;bottom: -100px;left: 0;width: 100%; }
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th{ padding-left: 20px; padding-right: 20px; }
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th{ padding-left: 20px; padding-right: 20px; }
.woocommerce a.showcoupon, .woocommerce a.showcoupon:hover{ margin-left: 20px; color: #fff;text-decoration: underline; }
.woocommerce .woocommerce-billing-fields h3, .woocommerce .woocommerce-shipping-fields h3, #order_review_heading{ font-size: 22px; margin-bottom: 30px;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{ padding: 13px 15px; border-bottom-width: 1px; }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{ margin-bottom: 35px; }
.woocommerce .col2-set, .woocommerce-page .col2-set { width: 47%; float: left; margin-right: 3%; }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{ width: 100%; }
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{ width: 100%; }
div#order_review{ float: left; width: 50%; background: #fff; box-shadow: 0px 25px 70px rgb(1 33 58 / 7%); padding: 30px;}
.woocommerce form .form-row{ margin: 0 0 32px; }
.woocommerce form p.form-row.form-row-first{ margin: 0; }
.select2-container .select2-choice { padding: 6px 1px 6px 13px; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{ width: 49%; }
.shop_table.woocommerce-checkout-review-order-table{ border-spacing: 0px; }
.woocommerce table.shop_table th{ padding: 17px 20px 17px 20px; }
.woocommerce .cart_item td.product-total{ padding-right: 20px; padding-left: 20px; }
.woocommerce .cart_item td.product-name{ padding-left: 20px; }
.woocommerce table.shop_table td{ padding-right: 20px; }
.checkout_coupon .form-row.form-row-last{ margin-bottom: 0; }
table tr.cart_item{ background: transparent; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{ font-size: 13px; }
html .woocommerce a.remove{ border-radius: 100%; color: #333 !important; }
.woocommerce-checkout table tr.cart_item{ background: transparent; }
li.woocommerce-MyAccount-navigation-link { padding: 13px 0px; padding-bottom: 13px; border-bottom-width: 1px; border-bottom-style: solid; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 28%; }
li.woocommerce-MyAccount-navigation-link.is-active { font-weight: 600; }
header.woocommerce-Address-title.title h3 { font-size: 18px; }
.woocommerce-Address address { padding: 25px;}
.u-columns.woocommerce-Addresses.col2-set.addresses { width: 100%; margin-bottom: 40px; }
.woocommerce-account .woocommerce-MyAccount-content { padding: 31px; }

.woocommerce-Address address,
.woocommerce-account .woocommerce-MyAccount-content { background: #f5f5f5; }

.woocommerce form .select2-selection{ border-bottom: 1px solid; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; height: 43px; padding: 7px 6px; font-size: 13px; }
.woocommerce form .select2-selection .select2-selection__arrow{ top: 0; right: 0; }
form.checkout:after{ content: " "; clear: both; display: block; }
.woocommerce div.product form.cart .variations label{ white-space: nowrap; }
.woocommerce div.product form.cart .reset_variations{ white-space: nowrap; margin: 0px 5px; }

/*-- Widget --*/
.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt { margin-bottom: 0em; }
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl { padding-left: 0; border-left: 0; }
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li { margin-bottom: 20px; border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 15px; }
.woocommerce .widget_shopping_cart .cart_list li:last-child, .woocommerce.widget_shopping_cart .cart_list li:last-child { margin-bottom: 15px; }
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total { border-top: 0;  font-size: 17px; }
.widget_shopping_cart_content .total span.woocommerce-Price-amount.amount { margin-left: 5px;}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img { width: 47px;}
.widget_shopping_cart a.button.wc-forward { padding: 19px 28px; font-size: 14px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.woocommerce .widget_price_filter .price_slider_amount .button { float: left; font-size: 14px; padding: 16px 26px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.price_slider_amount .price_label { margin-top: 24px; font-size: 14px; font-weight: 400;color: #000;position: relative;top: 8px; }
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li { padding: 15px 0; border-bottom-style: solid; border-bottom-width: 1px; }
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li { padding: 15px 0; margin: 0; list-style: none; border-bottom-style: solid; border-bottom-width: 1px; }
html ul.cart_list li a, html .woocommerce ul.product_list_widget li a { font-weight: 400; }
html .woocommerce ul.cart_list li a, html .woocommerce ul.product_list_widget li a { font-weight: 400; }
html .woocommerce ul.cart_list li .star-rating{ float: left; margin-top: 10px; }
html .woocommerce ul.product_list_widget li .star-rating { float: left; margin-top: 3px; margin-right: 10px; }
html .woocommerce ul.product_list_widget li del{ margin-right: 10px; }
html .product_list_widget span.reviewer { margin-top: 4px; margin-left: 12px; float: left; }
html .widget_product_search label.screen-reader-text { display: none; }
html .widget_product_search input[type="submit"]{ height: 47px; }
html .widget_product_search input#woocommerce-product-search-field { height: 47px; padding: 14px 12px; border-bottom-width: 1px; width: 62%; font-size: 13px; }
.widget.woocommerce ul.cart_list li:first-child, .widget.woocommerce ul.product_list_widget li:first-child{ padding-top: 0px; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger { z-index: 2; }

/*-- Fixed Color --*/
.woocommerce .woocommerce-message:before { color: #fff; }
.woocommerce .woocommerce-error{ background-color: #bd584e; border-top: 3px solid #bd584e; color: #fff; }
.woocommerce .woocommerce-info{ background-color: #46a5ca; border-top: 3px solid #46a5ca; color: #fff; }
.woocommerce .woocommerce-message{ background-color: #46ca7b; border-top: 3px solid #46ca7b; color: #fff; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{ color: #ffffff; }
.single-product.woocommerce div.product .quantity .qty{ background: #f3f3f3; }
.woocommerce .woocommerce-info:before{ color: #fff }
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before{ color: #fff !important; top: inherit; }

html .woocommerce a.remove:hover { color: #afafaf !important; background: transparent !important;}
html .woocommerce form .form-row .required { color: #c5c5c5; }
html .woocommerce form .form-row.woocommerce-invalid .select2-container, html .woocommerce form .form-row.woocommerce-invalid input.input-text, html .woocommerce form .form-row.woocommerce-invalid select {  border-color: #d4d4d4; }
html .woocommerce form .form-row.woocommerce-invalid label { color: #9e9e9e; }
html .woocommerce form .form-row.woocommerce-validated .select2-container, html .woocommerce form .form-row.woocommerce-validated input.input-text, html .woocommerce form .form-row.woocommerce-validated select { border-color: #d4d4d4; }

/* single product */
html .woocommerce span.onsale{ font-size: 13px; font-weight: 800; line-height: 46px; width: 48px; padding: 0px 0px 0px; height: 48px; }

.single-product.woocommerce .sassio-page-wrapper{ border-top-width: 1px; border-top-style: solid; }
.single-product.woocommerce .woocommerce-breadcrumb{ font-size: 14px; font-weight: 400; }
.single-product.woocommerce .product_title{ font-size: 40px; margin-bottom: 2px; }
.single-product.woocommerce div.product .woocommerce-product-rating{ margin-bottom: 2px; margin-top: 10px;}
.single-product.woocommerce div.product .star-rating{ font-size: 14px; padding-right: 15px; box-sizing: content-box; margin-right: 10px; }
.single-product.woocommerce div.product .star-rating:before,
.single-product.woocommerce div.product .star-rating span:before{ letter-spacing: 3px; }
.single-product.woocommerce div.product .woocommerce-review-link{ font-size: 13px; font-weight: 400; }
.single-product.woocommerce div.product p.price{ padding-top: 10px; margin-bottom: 28px; }
.single-product.woocommerce div.product p.price ins{ text-decoration: none; }
.single-product.woocommerce div.product p.price .woocommerce-Price-amount{ font-size: 26px; font-weight: bold; }
.single-product.woocommerce div.product p.price del .woocommerce-Price-amount{ font-size: 23px; margin-right: 9px; }
.single-product.woocommerce div.product span.onsale{ position: absolute; left: -10px; top: -10px; display: inline-block; margin-right: 15px; vertical-align: middle; }
.single-product.woocommerce div.product .quantity .qty{ height: 51px; font-size: 16px; 
  width: 75px; padding-left: 15px; border: none; }
.single-product.woocommerce div.product form.cart{ margin: 25px 0px 25px 0px; }
.single-product.woocommerce div.product form.cart.variations_form{ width: 300px; }
.single-product.woocommerce div.product form.cart .button { font-size: 13px; height: 60px; text-transform: uppercase; 
  border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; padding: 10px 30px; font-weight: 600; }
.single-product.woocommerce div.product .product_meta{ margin-top: 50px; }
.single-product.woocommerce div.product .product_meta{ overflow: hidden; padding-top: 5px; }
.single-product.woocommerce div.product .product_meta > span{ display: block; font-size: 13px; margin-bottom: 5px; }
.single-product.woocommerce div.product .product_meta > span .sassio-head{ font-weight: 600; }
.single-product.woocommerce div.product .woocommerce-variation-add-to-cart-disabled{ display: none; }
.single-product.woocommerce div.product .sassio-woocommerce-social-share{ clear: both; padding-top: 15px; margin-top: 50px;
  border-top-width: 1px; border-top-style: solid; }
.single-product.woocommerce div.product .gdlr-core-social-share-item a{ font-size: 14px; }

.sassio-woocommerce-tab{ clear: both; }
.single-product.woocommerce div.product .sassio-woocommerce-tab{ clear: both; padding-top: 42px; margin-bottom: 50px; border-top: 1px solid rgba(0, 0, 0, 0.1); position: relative; }
.single-product.woocommerce div.product .sassio-woocommerce-tab .gdlr-core-tab-item-title{ font-size: 14px; 
    text-transform: none; letter-spacing: 0px; font-weight: 400; padding: 0 18px; }
.single-product.woocommerce div.product .sassio-woocommerce-tab .gdlr-core-tab-item-title-line{ border-bottom-width: 1px; bottom: -1px; }
.single-product.woocommerce div.product .sassio-woocommerce-tab .gdlr-core-tab-item-title-wrap{ border-bottom-width: 1px; }
.single-product.woocommerce div.product .sassio-woocommerce-tab .gdlr-core-tab-item-content{ text-align: left; margin: 0px auto; }

.single-product.woocommerce .woocommerce-Reviews-title{ display: none; }
.single-product.woocommerce #reviews{ padding-top: 43px; }
.single-product.woocommerce #reviews .comment-respond{ text-align: left; }
.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar{ border: none; width: 85px; 
  position: static; padding: 0px; border-radius: 50%; margin-right: 20px; }
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text{ overflow: hidden; margin-left: 0px; 
  padding: 0; border: none; text-align: left; }
.single-product.woocommerce #reviews #comments ol.commentlist li{ padding: 39px 49px; margin-bottom: 30px; }
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{ margin-bottom: 18px; }
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong[itemprop="author"]{ display: block; font-size: 17px; text-transform: capitalize; }
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time[itemprop="datePublished"]{ display: block; font-size: 15px; }
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{ float: none; margin-top: 24px; }
.single-product.woocommerce #reviews #review_form_wrapper{ padding-top: 0; }
.single-product.woocommerce #reviews .comment-reply-title{ font-size: 22px; font-weight: 700; letter-spacing: 0; margin-bottom: 25px; display: block; color: #1A3454; font-weight: 700; }
.single-product.woocommerce #review_form #respond label{ font-size: 14px;font-weight: 400; padding-left: 10px; font-weight: 400; }
.single-product.woocommerce #review_form #respond p{ margin-bottom: 30px; }
.single-product.woocommerce #review_form #respond label[for="rating"]{ display: inline-block; margin-right: 30px; vertical-align: middle;padding-left: 0; }
.single-product.woocommerce #review_form #respond p.stars{ display: inline-block; vertical-align: middle; margin-bottom: 0px; font-size: 19px; line-height: 1; }
.single-product.woocommerce #review_form #respond p.stars a{ margin-right: 0px; }
.single-product.woocommerce #review_form #respond input[type="text"], 
.single-product.woocommerce #review_form #respond input[type="email"]{ display: block; margin-top: 10px; border-bottom-width: 1px; width: 100%; height: auto; padding-bottom: 17px;margin-bottom: 39px;}
.single-product.woocommerce #review_form #respond textarea{ display: block; margin-top: 10px; border-bottom-width: 1px; width: 100%; height: 150px; padding: 0; font-size: 14px; margin-bottom: 39px; }
.single-product.woocommerce #review_form #respond .comment-form-rating{ margin-bottom: 20px; }
.single-product.woocommerce #review_form #respond .form-submit input{ font-size: 13px; height: 51px; text-transform: uppercase; 
    border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; padding: 10px 38px; border-radius: 30px; background: #0044EB; font-weight: 600;border:2px solid transparent; }
.single-product.woocommerce #review_form #respond .form-submit input:hover {background-color: #fff;border-color: #0044EB;color: #0044EB; }
.woocommerce.single-product .related.products{ clear: left; text-align: center; margin-top: 120px; margin-bottom: 40px; }
.woocommerce-account .woocommerce-MyAccount-navigation > ul{ margin-left: 0px; }

@media only screen and (max-width: 767px){
.woocommerce-account .woocommerce-MyAccount-navigation { width: auto; float: none; }
}

.woocommerce div.product form.cart .group_table td { padding: 0px;  vertical-align: middle; }
table.woocommerce-grouped-product-list.group_table tr:nth-child(odd), table.woocommerce-grouped-product-list.group_table tr:nth-child(even){ background-color: transparent; }
body.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{ padding-left: 25px; font-weight: 700; text-align: left; }
td.woocommerce-grouped-product-list-item__price{ text-align: left; font-weight: 600; }
.single-product.woocommerce div.product .quantity .qty{ height: 51px; font-size: 16px; width: 87px; background: transparent !important; border: 1px solid #ededed; border-radius: 30px; }
table.woocommerce-grouped-product-list.group_table{ border-spacing: 0px 15px; }
.single-product.woocommerce div.product form.cart .button{ height: 51px; padding: 0 44px;background-color: #0044EB; border-radius: 30px;letter-spacing: 0.05em; }
.single-product.woocommerce div.product p.price{ font-size: 32px !important; }
.single-product.woocommerce div.product p.price{ margin-bottom: 0px; }
.single-product.woocommerce div.product p.price{ padding-top: 20px; }
.single-product.woocommerce div.product form.cart{ margin: 25px 0px 25px 0px; }
.single-product.woocommerce div.product .product_meta{ margin-top: 30px; }
.single-product.woocommerce div.product .logisco-woocommerce-social-share{ clear: both; padding-top: 15px; margin-top: 30px; }
.single-product.woocommerce div.product .product_meta>span { font-size: 14px; font-weight: 400;}

.woocommerce .cart_totals h2{ font-size: 20px; color: #1A3454; font-weight: 600; text-transform: capitalize; padding: 0 40px; }
.woocommerce .cross-sells h2{ font-size: 20px; }
.woocommerce table.cart td.actions{ padding-left: 0; padding-right: 0; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{ font-size: 15px; padding: 21px; }
.woocommerce .cart .button, .woocommerce .cart input.button{ padding: 17px 20px 20px; }

.woocommerce .woocommerce-result-count{ margin-bottom: 3em; font-size: 12px; color: #615E5E;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{ font-size: 1.4em; }
body .price ins{ text-decoration: none; }
.woocommerce ul.products li.product .price ins{ font-weight: 800; }
body span.woocommerce-Price-amount.amount{ font-size: 20px; }
.woocommerce ul.products li.product .price{ font-weight: 800; }
del span.woocommerce-Price-amount.amount{ font-size: 1.1em; font-weight: 600; }

li.product .gdlr-core-product-default .gdlr-core-product-thumbnail{ margin-bottom: 26px; }
li.product .gdlr-core-product-default .gdlr-core-product-price.gdlr-core-title-font { font-size: 19px; font-weight: 600; float: left; }
li.product .gdlr-core-product-default span.woocommerce-Price-amount.amount { font-size: 1rem; color: #0044EB; }
li.product .gdlr-core-product-default .star-rating { float: right; margin-top: 8px; }
li.product .gdlr-core-product-default .gdlr-core-product-price del{ margin-right: 9px; opacity: 0.5; }
li.product .gdlr-core-product-default .gdlr-core-product-price ins{ text-decoration: none; }
.woocommerce ul.products li.product .gdlr-core-product-default h3{ font-size: 16px; margin-bottom: 6px; padding-top: 10px; padding-bottom: 0px; }
.woocommerce ul.products li.product .gdlr-core-product-default .button{ font-size: 13px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.05em; padding: 13px 25px; background: transparent; margin-top: 12px; border:2px solid #EDEDED; border-radius:30px; line-height: unset; height:auto;}
.woocommerce ul.products li.product .gdlr-core-product-default .button:hover {background-color:#0044EB;color:#fff !important; border-color:transparent;}
.woocommerce ul.products li.product .gdlr-core-product-default img{ margin-bottom: 0px; }
.woocommerce.single-product .related.products li.product{ position: relative; }
.woocommerce.single-product .related.products .onsale{ position: absolute; left: -10px; top: -10px; margin: 0; }

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce{ margin-bottom: 70px; }

.sassio-body.woocommerce nav.woocommerce-pagination{  text-align: center;  margin-bottom: 30px;  }
.sassio-body.woocommerce nav.woocommerce-pagination ul{ margin: 0px; border: 0px; }
.sassio-body.woocommerce nav.woocommerce-pagination ul li{ border: 0px; margin-right: 15px;}
.sassio-body.woocommerce nav.woocommerce-pagination ul li:last-child {margin-right: 0;}
.sassio-body.woocommerce nav.woocommerce-pagination ul li span, 
.sassio-body.woocommerce nav.woocommerce-pagination ul li a,
.gdlr-core-pagination .page-numbers{ font-size: 14px; font-weight: 400; margin-right: 3px; padding: 0; line-height: 1.7; border-radius: 30px; width: 48px;height: 48px;line-height: 48px;border-width: 1px; border-style: solid; }

/*-------------*/
/*--- mmenu ---*/
/*-------------*/
.mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;left:0;right:0;top:0;bottom:0;z-index:0;box-sizing:border-box}
.mm-btn,.mm-menu{box-sizing:border-box}
.mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover{text-decoration:none}
.mm-hidden{display:none!important}
.mm-wrapper{overflow-x:hidden;position:relative}
.mm-menu{display:block;padding:0;position:absolute}
.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;position:absolute}
.mm-btn,.mm-panel.mm-highest{z-index:1}
.mm-panels{overflow:hidden}
.mm-panel{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-panel.mm-opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-panel.mm-subopened{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}
.mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}
.mm-vertical .mm-panel{-webkit-transform:none!important;transform:none!important}
.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}
.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}
.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto}
.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto}
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(45deg);transform:rotate(45deg);right:19px}
.mm-btn{width:40px;height:40px;position:absolute;top:0}
.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px}
.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}
.mm-arrow:after,.mm-next:after{content:'';border:1px solid transparent;display:block;width:6px;height:6px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-prev:before{border-right:none;border-bottom:none;left:0px}
.mm-arrow:after,.mm-next:after{border-top:none;border-left:none;right:2px}
.mm-navbar{text-align:center;line-height:20px;height:40px;margin:0;}
.mm-navbar .mm-btn:last-child{text-align:right;padding-right:20px;right:0}
.mm-panel .mm-navbar{display:none}
.mm-panel.mm-hasnavbar .mm-navbar{display:block;margin: 0px 25px 30px;position:relative;}
.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}
.mm-listview{font:inherit;font-size:14px;line-height:20px}
.mm-listview>li{position:relative}
.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}
.mm-listview>li>a,.mm-listview>li>span{color:inherit;display:block;margin:0}
.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow{padding-right:50px}
.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}
.mm-listview .mm-next.mm-fullsubopen{width:100%}
.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}
.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}
.mm-listview .mm-inset{list-style:disc inside;padding:0 10px 15px 40px;margin:0}
.mm-listview .mm-inset>li{padding:5px 0}
.mm-listview .mm-divider{font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}
.mm-listview .mm-spacer{padding-top:40px}
.mm-listview .mm-spacer>.mm-next{top:40px}
.mm-listview .mm-spacer.mm-divider{padding-top:25px}
.mm-page{box-sizing:border-box;position:relative}
.mm-slideout{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:2}
html.mm-opened{overflow-x:hidden;position:static;}
#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:100}
html.mm-blocking #mm-blocker{display:block}
.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed}
.mm-menu.mm-offcanvas.mm-current{display:block}
.mm-menu{width:330px}
@media all and (max-width:380px){.mm-menu{width:280px}}
html.mm-opening .mm-slideout{-webkit-transform:translate3d(330px,0,0);transform:translate3d(330px,0,0)}
@media all and (max-width:380px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}}
/* right effect */
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;transform-origin:right center}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu.mm-pageshadow.mm-right:after{left:auto;right:100%}
.mm-menu.mm-right{left:auto;right:0}
html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-330px,0,0);transform:translate3d(-330px,0,0)}
@media all and (max-width:380px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}}
.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
/* page dim */
html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker{opacity:0}
html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker{opacity:.3;transition: ease .4s}
html.mm-pagedim #mm-blocker{background:inherit}
html.mm-pagedim-white #mm-blocker{background:#fff}
html.mm-pagedim-black #mm-blocker{background:#000}

/* custom */
ul.mm-listview li{ margin: 0px 25px; border-bottom-width: 1px; border-bottom-style: solid; }
ul.mm-listview li a, ul.mm-listview li span.sassio-mm-menu-blank{ font-size: 12px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; padding: 17px 0px; }
.mm-navbar .mm-btn{ line-height: 40px; font-size: 30px; display: block; text-align: left; left: -8px; padding: 0px; }
.mm-navbar .mm-btn:before{ content: "\34"; font-family: elegantIcons; }
.mm-navbar .mmenu-custom-close{ line-height: 40px; font-size: 30px; display: block; text-align: left; margin-left: -8px; cursor: pointer; }
.mm-navbar .mmenu-custom-close:after{ content: "\4d"; font-family: elegantIcons; }
.mm-navbar .mm-title{ display: none; }
.mm-navbar .mm-title:first-child{ display: block; }

html.sassio-mmenu-left .sassio-sticky-navigation.sassio-fixed-navigation,
html.sassio-mmenu-right .sassio-sticky-navigation.sassio-fixed-navigation{ transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease,-webkit-transform .4s ease; }
html.mm-opening.sassio-mmenu-left .sassio-sticky-navigation.sassio-fixed-navigation{ -webkit-transform: translate3d(330px,0,0); transform: translate3d(330px,0,0); }
html.mm-opening.sassio-mmenu-right .sassio-sticky-navigation.sassio-fixed-navigation{ -webkit-transform: translate3d(-330px,0,0); transform: translate3d(-330px,0,0); }
html.sassio-mmenu-left .sassio-mobile-header-wrap .sassio-top-bar,
html.sassio-mmenu-left .sassio-mobile-header,
html.sassio-mmenu-right .sassio-mobile-header-wrap .sassio-top-bar,
html.sassio-mmenu-right .sassio-mobile-header{ transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease,-webkit-transform .4s ease; }
html.mm-opening.sassio-mmenu-left .sassio-mobile-header-wrap .sassio-top-bar,
html.mm-opening.sassio-mmenu-left .sassio-mobile-header{ -webkit-transform: translate3d(330px,0,0); transform: translate3d(330px,0,0); }
html.mm-opening.sassio-mmenu-right .sassio-mobile-header-wrap .sassio-top-bar,
html.mm-opening.sassio-mmenu-right .sassio-mobile-header{ -webkit-transform: translate3d(-330px,0,0); transform: translate3d(-330px,0,0); }
@media all and (max-width:380px){
  html.mm-opening.sassio-mmenu-left .sassio-sticky-navigation.sassio-fixed-navigation{ -webkit-transform: translate3d(280px,0,0); transform: translate3d(280px,0,0); }
  html.mm-opening.sassio-mmenu-right .sassio-sticky-navigation.sassio-fixed-navigation{ -webkit-transform: translate3d(-280px,0,0); transform: translate3d(-280px,0,0); }
  html.mm-opening.sassio-mmenu-left .sassio-mobile-header-wrap .sassio-top-bar,
  html.mm-opening.sassio-mmenu-left .sassio-mobile-header{ -webkit-transform: translate3d(280px,0,0); transform: translate3d(280px,0,0); }
  html.mm-opening.sassio-mmenu-right .sassio-mobile-header-wrap .sassio-top-bar,
  html.mm-opening.sassio-mmenu-right .sassio-mobile-header{ -webkit-transform: translate3d(-280px,0,0); transform: translate3d(-280px,0,0); }
}

/*-----------------*/
/*--- superfish ---*/
/*-----------------*/

/* top level */
.sf-menu{ list-style: none; margin-left: 0px; }
.sf-menu > li{ float: left; cursor: pointer; }
.sf-menu > li > a{ display: block; text-decoration: none; position: relative; z-index: 9; }

/* normal menu */
.sf-menu > .sassio-normal-menu ul{ 
  list-style: none; 
  position: absolute; 
  display: none; 
  z-index: 99; 
  min-width: 220px;
  top: 100%;
  left: 0;
  margin-left: 15px !important;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 30px 20px 25px;
  background-color: #fff;
}
.sf-menu > .sassio-normal-menu ul{ margin-left: -15px; }
.sf-menu > .sassio-normal-menu ul ul{ margin-left: 0px; }

.sf-menu > .sassio-normal-menu.sfHover > ul,
.sf-menu > .sassio-normal-menu.sfHover > ul:hover,
.sf-menu > .sassio-normal-menu li.sfHover > ul{ display: block; }
.sf-menu > .sassio-normal-menu ul ul{ top: 0px; left: 100%; }
.sf-menu > .sassio-normal-menu ul.sassio-menu-right{ right: 0px; }
.sf-menu > .sassio-normal-menu ul ul.sub-menu-right{ left: auto; right: 100%; }
.sf-menu > .sassio-normal-menu ul ul.sub-menu-left{ right: auto; left: 100%; }
.sf-menu > .sassio-normal-menu li{ position: relative; white-space: nowrap; }
.sf-menu > .sassio-normal-menu li a{ text-decoration: none; }
.sf-menu > .sassio-normal-menu li > a.sf-with-ul-pre{}
.sf-menu > .sassio-normal-menu li > a.sf-with-ul-pre:after{ content: '>'; }

/* mega menu */
.sf-menu > .sassio-mega-menu .sf-mega{ position: absolute; display: none; z-index: 99;}
.sf-menu > .sassio-mega-menu.sfHover .sf-mega,
.sf-menu > .sassio-mega-menu.sfHover .sf-mega:hover{ display: block; }
.sf-menu > .sassio-mega-menu .sf-mega-section-inner a{ text-decoration: none; }
.sf-menu > .sassio-mega-menu .sf-mega-section-inner ul{ list-style: none; margin-left: 0px; margin-bottom: 0px; margin-top: 43px; }

/* vertical menu */
.sf-vertical{ list-style: none; margin-left: 0px; left: 100%; top: 0; margin-bottom: 0px; }
.sf-vertical li{ position: relative; }
.sf-vertical ul.sub-menu{ list-style: none; position: absolute; display: none; left: 100%; top: 0px; z-index: 9; min-width: 190px; }
.sf-vertical ul.sub-menu li{ white-space: nowrap; }

.gdlr-core-nav-side-text{ display: none; }
.gdlr-core-custom-menu-widget .gdlr-core-nav-side-text{ display: inline; margin-left: 10px; }
.gdlr-core-custom-menu-widget .gdlr-core-nav-side-text.gdlr-core-with-bg{ display: inline-block; padding: 1px 6px;  color: #fff;
  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* woocommerce category */
.products > li.product-category{ float: left; padding: 20px; list-style: none; }
.products > li.product-category.first{ clear: left; }
.products > li.product-category h2{ font-size: 15px; text-align: center; }

.products.columns-2 > li.product-category{ width: 50%; }
.products.columns-3 > li.product-category{ width: 33.33%; }
.products.columns-4 > li.product-category{ width: 25%; }
.products.columns-5 > li.product-category{ width: 20%; }

@media only screen and (max-width: 767px){
    .products > li.product-category.product{ width: 50%; }
    .products > li.product-category.first{ clear: none; }
    .products > li.product-category:nth-child(2n+1){ clear: left; }
}

/* timetable */
.mptt-shortcode-wrapper .mptt-shortcode-table { table-layout: fixed; }
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot{ font-size: 15px; font-weight: 800; line-height: 22px; }
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th{ padding: 22px 10px; font-weight: 700; }
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title{ font-size: 15px; font-weight: 700; margin-top: 25px; }

.sassio-body select.mptt-navigation-select{ width: 250px; border: 0px; background: none; border-bottom-width: 2px; border-bottom-style: solid; padding-bottom: 10px; font-size: 15px; font-weight: 700; margin-bottom: 30px; 
  border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.sassio-body select.mptt-navigation-select:focus{ outline: none; }

/* float social */
.sassio-float-social{ position: fixed; z-index: 999; right: 35px; top: 50%; white-space: nowrap;
    transform: translate(50%, 0) rotate(270deg); transform-origin: 50% 50%; }
.sassio-float-social a{ margin-right: 24px; }
.sassio-float-social a:last-child{ margin-right: 0px; }
.sassio-float-social.sassio-display-after-title{ opacity: 0; }
.sassio-float-social .sassio-divider{ width: 8px; border-top-width: 1px; border-top-style: solid; display: inline-block; margin: 0px 24px 0.2em; }

.sassio-float-social, 
.sassio-float-social .sassio-float-social-icon{ color: #fff; }
.sassio-float-social .sassio-float-social-icon:hover{ color: #fff; }
@media only screen and (max-width: 1400px){
  .sassio-float-social{ display: none !important; }
}

/* woo style 2 */
.cania-single-product-style-2 .related.products h2{ text-align: center; }
.cania-single-product-style-2.single-product.woocommerce div.product .cania-woocommerce-social-share{ border: none; padding-top: 0px; margin-top: 20px; }
.cania-single-product-style-2.single-product.woocommerce div.product .product_meta{ padding-top: 38px; margin-top: 45px; border-top-width: 1px; border-top-style: solid; }
.cania-single-product-style-2.single-product.woocommerce div.product .gdlr-core-social-share-item a{ font-size: 20px; margin: 0px 20px 0px 0px; }
.cania-single-product-style-2.single-product.woocommerce div.product p.price .woocommerce-Price-amount{ font-weight: 500; }
.cania-single-product-style-2.single-product.woocommerce div.product p.price{ margin-bottom: 25px; }
.cania-single-product-style-2.single-product.woocommerce div.product .product_title{ margin-bottom: 10px; }
.cania-single-product-style-2.single-product.woocommerce div.product span.onsale{ margin-right: 0px; right: 0px; top: 0px; left: auto; width: 80px; height: 80px; font-weight: 500; font-size: 15px; line-height: 78px; }

.cania-single-product-style-2.single-product.woocommerce div.product .star-rating{ margin-top: 12px; width: 6.7em; }
.cania-single-product-style-2.single-product.woocommerce div.product .star-rating:before, 
.cania-single-product-style-2.single-product.woocommerce div.product .star-rating span:before{ letter-spacing: 0.5em; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart table.variations th{ background: none; color: inherit; padding: 0; text-align: left; vertical-align: middle; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart table.variations tr{ background: transparent; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart table.variations td{padding: 0px;display: flex;align-items: center;gap: 10px;}
.cania-single-product-style-2.single-product.woocommerce div.product form.cart table.variations select{ padding: 0px 15px; width: 100%; margin: 0px; height: 50px; 
  border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart .variations label{ font-weight: 500; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart.variations_form{ max-width: 400px; width: auto; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart .button{ border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.cania-single-product-style-2.single-product.woocommerce div.product .quantity .qty{ margin-right: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart .reset_variations{ font-size: 12px; text-transform: uppercase; }
.cania-single-product-style-2.single-product.woocommerce .woocommerce-variation-add-to-cart{ margin-top: 25px; }
.cania-single-product-style-2.single-product.woocommerce .summary span.woocommerce-Price-amount.amount{ font-size: 26px; font-weight: 400; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart .variations{ margin-bottom: 35px; }

.cania-single-product-style-2.single-product.woocommerce div.product p.price{ font-size: 20px !important; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart table.variations select:focus{ outline: none; }

.cania-single-product-style-2.single-product.woocommerce #reviews #comments ol.commentlist li{ background: transparent; border-width: 1px; border-style: solid; border-color: inherit; }
.cania-single-product-style-2.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{ display: flex; flex-direction: column-reverse; }
.cania-single-product-style-2.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash{ display: none; }
.cania-single-product-style-2.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author{ font-size: 22px; font-weight: 600; }
.cania-single-product-style-2.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time.woocommerce-review__published-date{ font-size: 14px; letter-spacing: 0px; }
.cania-single-product-style-2.single-product.woocommerce table.shop_attributes{ max-width: 800px; margin-left: auto; margin-right: auto; border-spacing: 0px; }
.cania-single-product-style-2.single-product.woocommerce table.shop_attributes tr{ background: transparent; }
.cania-single-product-style-2.single-product.woocommerce table.shop_attributes th{ text-align: left; }
.cania-single-product-style-2.single-product.woocommerce table.shop_attributes td{ text-align: right; }
.cania-single-product-style-2.single-product.woocommerce table.shop_attributes th,
.cania-single-product-style-2.single-product.woocommerce table.shop_attributes td{ background: transparent; border-bottom-width: 1px; border-style: solid; border-color: inherit; }

.cania-single-product-style-2.single-product.woocommerce div.product .product_title { margin-bottom: 5px; }
.cania-single-product-style-2.single-product.woocommerce div.product p.price .woocommerce-Price-amount { font-weight: 400; }
.cania-single-product-style-2.single-product.woocommerce div.product .product_meta { padding-top: 45px; }
.cania-single-product-style-2.single-product.woocommerce div.product .cania-woocommerce-social-share { padding-top: 10px; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart table.variations select { font-size: 17px; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart table.variations select { height: 53px; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart .variations label { font-size: 18px; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart table.variations td { margin-left: 20px; }
.cania-single-product-style-2.single-product.woocommerce div.product form.cart .reset_variations { letter-spacing: 1px; font-weight: 500; }
.cania-single-product-style-2.single-product.woocommerce div.product > span.onsale { font-size: 20px; }
.cania-single-product-style-2.single-product.woocommerce .cania-top-cart-item-info span.woocommerce-Price-amount.amount { font-size: 17px; font-weight: 400; }
.cania-single-product-style-2.single-product.woocommerce .cania-top-cart-price-wrap span.woocommerce-Price-amount.amount { font-size: 21px; font-weight: 400; }

.woocommerce div.product form.cart .variations select{ -webkit-appearance: none; -moz-appearance: none; appearance: none; background-repeat: no-repeat; background-image: var(--select-image); background-position: right 15px top 50%; }
:root {
    --select-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDcgMS41MyAxLjUzLjQ3IDUgMy45NCA4LjQ3LjQ3bDEuMDYgMS4wNkw1IDYuMDYuNDcgMS41M3oiIGZpbGw9IiMxODE4MTgiLz48L3N2Zz4="); --select-ordering-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMyAyLjU1MS42MzMuMTg0IDAgLjgxNmwzIDMgMy0zLS42MzMtLjYzMkwzIDIuNTVaIiBmaWxsPSIjNkE2QTZBIi8+PC9zdmc+");
}

.text-xl {
    font-size: var(--text-xl) !important;
}

/* Tabs*/
.js-tabs .sectionHeading__title {
  margin-bottom: 0;
}
.js-tabs-button p {
  font-size: 14px;
  color: #404046;
    font-size: 0.875rem;
    line-height: 1.7;
}

.background-image-animation .gdlr-core-pbf-background-wrap .gdlr-core-pbf-background {
  -webkit-animation: floatOne 1s ease-out infinite alternate;
    animation: floatOne 1s ease-out infinite alternate;
}

@-webkit-keyframes floatOne {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3%);
  }
}

@keyframes floatOne {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3%);
  }
}

.sassio-navigation .sf-menu li {
  display: block;
}
.sf-menu > li > .sub-menu a {
  border-radius: 10px;
}
.sf-menu > li > .sub-menu .current-menu-item > a {
  border-radius: 10px;
  padding: 10px 20px;
  display: block;
  background-color: #f4f7fe !important;
}
.sf-menu > li > .sub-menu a:hover,
.sf-menu > li > .sub-menu .current-menu-item > a,
.sassio-navigation .sf-menu>.sassio-mega-menu .sf-mega-section-inner .sub-menu a:hover{
  color: #104eed !important;
}

/* Custom Header Style */
.sassio-header-custom-container {
  z-index: 5;
  position: relative;
  width: 100%;
  padding: 1.75rem 10rem 2.6rem;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header.is-sticky .sassio-header-custom-container {
    background-color: white;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 10%);
    padding: 1.75rem 9.375rem !important;
}



.sassio-navigation .sf-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sassio-navigation .sf-menu li {
  display: block;
  padding: 0;
}

.sassio-navigation .sf-menu li a {
  display: block;
  padding: 1.25rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.2;
  color:#999;
}

.sassio-navigation .sf-menu > li > a:hover {
    text-decoration: underline !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu {
    position: unset !important;
  }
}

@media (min-width: 992px) {
  .menu {
    position: relative;
    width: unset;
  }
  .sassio-navigation .sf-menu {
    display: flex;
    width: 100%;
  }
  .sassio-navigation .sf-menu > li > a {
    position: relative;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .sassio-navigation .sf-menu li {
    cursor: pointer;
  }
  .sassio-navigation .sf-menu li:hover > a::after {
    transform: scaleX(1);
  }
  .sassio-navigation .sf-menu li.-has-mega-menu {
    position: unset !important;
  }
  .sassio-navigation .sf-menu li.-has-mega-menu:hover .mega {
    opacity: 1;
    pointer-events: auto;
  }
  .sassio-navigation .sf-menu li.menu-item-has-children {
    position: relative;
  }
  .sassio-navigation .sf-menu li.menu-item-has-children:hover > .nav__submenu {
    opacity: 1;
    pointer-events: auto;
  }
  .menu .nav__submenu {
    z-index: 4;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 1.875rem 1.25rem 0.9375rem 1.25rem;
    min-width: 15rem;
    border-radius: 0.5rem;
    background-color: white;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
    opacity: 0;
  }
  .menu .nav__submenu_item > a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    padding: 0.875rem 1.25rem !important;
    line-height: 1;
    border-radius: 0.5rem;
    color: var(--font-dark) !important;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menu .nav__submenu_item > a:hover {
    background-color: #F5F7FE;
  }
  .menu .nav__submenu_item.menu-item-has-children > a {
    display: block;
    position: relative;
  }
  .menu .nav__submenu_item.menu-item-has-children > a::after {
    content: '\e907';
    font-family: 'icomoon' !important;
    font-size: 0.625rem;
    font-weight: normal;
    position: absolute;
    right: 1.25rem;
  }
  .menu .nav__submenu_item.menu-item-has-children .nav__submenu {
    position: absolute;
    top: -1.25rem;
    left: calc(100%);
    pointer-events: none;
    opacity: 0;
  }
  .menu .mobile__background {
    display: none !important;
  }
  .menu .mobile__back {
    display: none !important;
  }
  .menu .mobile__footer {
    display: none !important;
  }
  .menu .mobile__socials {
    display: none !important;
  }
  .menu .mobile__copyright {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .menu {
    z-index: -1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    padding: 0;
  }
  .menu.is-active {
    pointer-events: auto;
  }
  .menu .mega {
    display: none;
  }
  .menu__container {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
    padding-top: 30px;
    margin-top: 4.6875rem;
    margin-top: 6.625rem;
    position: relative;
    margin-bottom: 1.875rem;
    overflow: auto;
  }
  .menu ul {
    pointer-events: none;
    position: relative;
    width: 100%;
  }
  .menu ul.is-active {
    pointer-events: auto;
  }
  .menu ul.nav__submenu {
    display: none !important;
  }
  .menu ul.nav__submenu.is-list-displayed {
    display: block !important;
  }
  .sassio-navigation .sf-menu {
    position: relative;
    height: unset;
    width: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menu .nav.is-open {
    transform: none;
    pointer-events: auto;
    opacity: 1;
  }
  .sassio-navigation .sf-menu li {
    overflow: hidden;
    width: 100%;
    margin: 0 !important;
    height: unset;
  }
  .sassio-navigation .sf-menu li a {
    position: relative;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    padding: 0.875rem 1.25rem !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--font-dark) !important;
    transform: translateY(100%);
    border-radius: 0.5rem;
  }
  .sassio-navigation .sf-menu li a::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #F5F7FE;
    opacity: 0;
  }
  .sassio-navigation .sf-menu li a:hover::before {
    opacity: 1;
  }
  .sassio-navigation .sf-menu li.menu-item-has-children > a::after {
    content: '\e907';
    font-family: 'icomoon' !important;
    font-size: 0.625rem;
    font-weight: normal;
    position: absolute;
    right: 1.25rem;
  }
  .menu .nav__submenu {
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu .nav__submenu li a {
    position: relative;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    padding: 0.875rem 1.25rem !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1A3454;
    transform: translateY(100%);
    border-radius: 0.5rem;
  }
  .menu .nav__submenu li a::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #F5F7FE;
    opacity: 0;
  }
  .menu .nav__submenu li a:hover::before {
    opacity: 1;
  }
  .menu .mobile__background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    transform: scaleY(0);
    transform-origin: bottom;
  }
  .menu .mobile__back {
    position: relative;
    width: 100%;
    margin-bottom: 1.25rem;
    opacity: 0;
    display: none;
  }
  .menu .mobile__back.-is-active {
    display: block;
  }
  .menu .mobile__back a {
    background-color: var(--accent-color);
    position: relative;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    padding: 0.875rem 1.25rem !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: white;
    border-radius: 0.5rem;
  }
  .menu .mobile__back a::before {
    content: '\e907';
    font-family: 'icomoon' !important;
    font-size: 0.625rem;
    font-weight: normal;
    position: relative;
    margin-right: 1rem;
    transform: rotate(180deg);
  }
  .menu .mobile__footer {
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-end;
    border-top: 1px solid #EEEEEE;
    padding: 26px 20px;
    width: 100%;
    opacity: 0;
  }
  .menu .mobile__socials {
    display: flex;
  }
  .menu .mobile__socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 100%;
    border: 1px solid transparent;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #404046;
  }
  .menu .mobile__socials a:hover {
    color: var(--accent-color) !important;
  }
}

@media (max-width: 767px) {
  .menu__container {
    margin-top: 4.6875rem !important;
  }
}



.sassio-mega-menu-section-content,
.sf-with-ul-pre,
.sassio-navigation .sf-menu > .sassio-mega-menu .sf-mega-section-inner > a {
    font-size: 18px;
    color: #1A3454;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 20px !important;
    position: absolute;
    top: 0;
    left: 0;
}
.sassio-navigation .sf-menu>.sassio-mega-menu .sf-mega-section-inner .sub-menu a {
  padding: 12px 20px 11px;
  border-radius: 10px;
}
.sassio-navigation .sf-menu > .sassio-mega-menu .sf-mega-section-inner > a:hover {
  background: transparent;
}

.sf-mega.sf-mega-full .sf-mega-section {
  position: relative;
}
.sf-menu > li > .sub-menu a:hover, .sf-menu > li > .sub-menu .current-menu-item > a, .sf-menu > li > .sub-menu .current-menu-ancestor > a, .sf-menu > .sassio-mega-menu > .sf-mega a:hover, .sf-menu > .sassio-mega-menu > .sf-mega .current-menu-item > a, .sf-vertical > li > .sub-menu a:hover, .sf-vertical > li > .sub-menu .current-menu-item > a, .sf-vertical > li > .sub-menu .current-menu-ancestor > a {
  color: #0045eb;
}
.sassio-body .sassio-main-menu-right-button:hover {
  color: #fff;
}

.sassio-body .sassio-main-menu-right-button.sassio-button-2:hover {
  color: #0a0a0a;
}
.sassio-fixed-navigation .sf-menu > li > a, 
.sassio-fixed-navigation .sf-vertical > li > a {
  color: #1A3454;
}

.sassio-fixed-navigation .sf-menu > li > a:hover, 
.sassio-fixed-navigation .sf-vertical > li > a:hover,
.sassio-navigation .sf-menu > li > a:hover {
  color: #0045eb;
}

.sassio-footer-wrapper.sassio-with-column-divider .sassio-footer-column .widget_nav_menu ul li:before {
  display: none;
}
.sassio-footer-wrapper.sassio-with-column-divider .sassio-footer-column #menu-footer-menu li,
.sassio-footer-wrapper.sassio-with-column-divider .sassio-footer-column .widget_nav_menu ul li {
  padding: 0;
  border: 0;
}
.sassio-navigation .sassio-main-menu .sf-menu .sub-menu > li a {
  padding:0.875rem 1.25rem !important;
}

.sassio-navigation .sf-menu li.sassio-mega-menu {
    position: unset !important;
}

.sassio-header-wrap.sassio-header-style-plain.sassio-style-center-menu .sassio-header-container-inner {
  display: flex;
  flex-wrap:wrap;
  align-items: center;
}
.sassio-header-wrap.sassio-header-style-plain.sassio-style-center-menu .sassio-header-container-inner .sassio-navigation {
  margin-left: auto;
  margin-right: auto;
}

.sassio-header-style-plain.sassio-style-menu-left .sassio-navigation {
  display:flex;
  flex-wrap:wrap;
  align-items: center;
}
.sassio-header-style-plain.sassio-style-menu-left .sassio-main-menu-right-wrap {
  margin-left: auto;
}
.sassio-header-style-plain.sassio-style-menu-left .sassio-logo-inner {
  margin-top: -2px;
}
.sassio-navigation .sf-menu {
  position:relative;
}
.sassio-main-menu-right-button.sassio-style-half-round {
    border: 2px solid transparent !important;
    background-color: rgba(255, 255, 255, 0.2);
    min-width: 5.625rem;
    padding: 0.625rem 1.75rem;
    font-size: 0.9375rem;
    line-height: 1;
    border-radius: 0.5rem !important;
}

.masthead .masthead__text p {
  margin-bottom: 0 ! important;
}

.gdlr-core-custom-menu-item.gdlr-core-style-1 ul li {
  float: left;
  margin: 0 !important;
  border: none;
  padding: 0 10px;
}

.gdlr-core-counter-item.gdlr-core-center-align .gdlr-core-counter-item-number,
.gdlr-core-counter-item.gdlr-core-center-align .gdlr-core-counter-item-bottom-text.gdlr-core-skin-content {
  text-align: center;
}

/* BLOG SINGLE PAGE  */ 

.sassio-single-author {
  border-top:0;
}
.sassio-single-author .sassio-single-author-wrap {
  max-width:100%;
  margin:0;
  position:relative;
  text-align:left;
}
.sassio-single-author .sassio-single-author-avartar {
  position:absolute;
  top:0;
  left:0;
  max-width:64px;
}
.sassio-single-author-content-wrap {
  padding-left:95px;
}
.sassio-single-author .sassio-single-author-caption {
  font-style:inherit;
  width:100%;
}
.sassio-single-author .sassio-single-author-title {
    color: #1A3454;
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 600;
  width:100%;
  order:0;
  margin-bottom:10px;
}

.sassio-single-author-description {
    color: #404046;
    font-size: 14px;
  order:2;
}

.sassio-single-author-content-wrap {
  display:flex; 
  flex-wrap:wrap;
}
.sassio-comments-area .comment-respond {
  background:transparent !important;
  padding:0;
}
.sassio-comments-area .comment-reply-title {
  text-align:left;
}

/* SHOP PAGES CSS  */

.woocommerce ul.products li.product a:hover {
  color:#0044EB;
}
.gdlr-core-product-grid-content {
  text-align:center;
}
li.product .gdlr-core-product-default .gdlr-core-product-price.gdlr-core-title-font {
  float:none;
}

.posted_in > a{
  font-size: 14px;
}
.posted_in > a:hover,
.single-product.woocommerce div.product .product_meta a:hover {
  color: #0044EB;
}
.posted_in {
  margin-bottom: 8px;
  display: block;
}
.woocommerce-page ul.products li.product .gdlr-core-item-mgb {
  margin-bottom: 0;
}
.woocommerce .woocommerce-ordering select {
  border: 0;
  padding: 0;
  color: #615E5E;
  margin-bottom: 0;
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-top: -10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 12px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0;
  margin-bottom: 30px;
  padding: 0 15px;
  width: calc(100% / 4);
}
.woocommerce ul.products {
  margin: 0 -15px;
}


.gdlr-core-pagination.gdlr-core-style-round a, 
.gdlr-core-pagination.gdlr-core-style-round span {
  border-radius: 30px;
  padding: 0;
  margin-right: 15px;
  text-align:center;
}

.gdlr-core-pagination.gdlr-core-style-round a:last-child,
.gdlr-core-pagination.gdlr-core-style-round span:last-child {
  margin-right: 0;
}
.gdlr-core-pagination.gdlr-core-style-round.gdlr-core-right-align.gdlr-core-item-pdlr {
	text-align:center;
}


.sassio-shop-header {
  padding: 0 15px;
}
.woocommerce-product-details__short-description {
  margin-top: 30px;
  font-weight: 600;
}

.single-product.woocommerce div.product .sassio-woocommerce-tab .gdlr-core-tab-item-title-wrap {
  border-bottom: 0;
  margin-bottom: 33px;
}
.single-product.woocommerce div.product .sassio-woocommerce-tab .gdlr-core-tab-item-title.gdlr-core-active {
  color: #0044EB;
}
.single-product.woocommerce div.product .sassio-woocommerce-tab .gdlr-core-tab-item-title-line {
  display: none;
}

.gdlr-core-tab-item-content p {
  margin-bottom: 26px;
}
.gdlr-core-tab-item-content p:last-child {
  margin-bottom: 0;
}

.gdlr-core-social-share-wrap a i {
    font-size: 18px;
}

.gdlr-core-social-share-wrap a {
    margin-right: 10px;
}

.woocommerce-Reviews {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-Reviews #comments {
    width: 50%;
}

.woocommerce-Reviews #review_form_wrapper {
    width: 50%;
    margin-left: auto;
}

.woocommerce-review__author.sassio-title-font {
    font-size: 20px;
    color: #1A3454;
    text-transform: capitalize;
    display: block;
    margin-bottom: 13px;
}

.woocommerce-review__dash {
    display: none;
}

.woocommerce-review__published-date {
    display: block;
    font-size: 14px;
    color: #404046;
}
.description p {
    font-size: 14px;
    line-height: 20px;
    color: #404046;
}
.col-lg-6.comment-form-author,
.col-lg-6.comment-form-email {
  width: 100%;
}
.col-lg-6.comment-form-email {
  margin-bottom: 30px;
}

.single-product.woocommerce div.product .sassio-woocommerce-tab:before, .single-product.woocommerce div.product .sassio-woocommerce-tab:after {
    content: '';
    position: absolute;
    top: -1px;
    right: 100%;
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,0.1);
}

.single-product.woocommerce div.product .sassio-woocommerce-tab:after {
    right: auto;
    left: 100%;
}
.woocommerce div.product div.images {
  margin-bottom: 115px;
}

/* CART PAGE */

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:first-child{
  border-radius:10px 0 0 10px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:last-child{
  border-radius:0 10px 10px 0;
}
.woocommerce table.shop_table.shop_table_responsive.cart thead th {
  color: #0044EB;
  font-weight: 600;
  font-size: 16px;
  background:#E5ECFD;
}
.woocommerce table.shop_table.shop_table_responsive.cart .product-thumbnail > a:nth-child(2) {
    color: #1A3454;
    font-size: 16px;
    margin-left: 24px;
}

body .woocommerce table.shop_table.shop_table_responsive.cart span.woocommerce-Price-amount.amount {
  color: #404046;
  font-size: 14px;
}
.woocommerce table.shop_table.shop_table_responsive.cart th, 
.woocommerce table.shop_table.shop_table_responsive.cart td {
  padding: 30px;
}
.woocommerce table.shop_table.shop_table_responsive.cart td.product-thumbnail,
.woocommerce table.shop_table.shop_table_responsive.cart th.product-name {
  text-align: left;
}
.woocommerce table.shop_table.shop_table_responsive.cart td.product-remove > a {
  font-size: 36px;
}
.woocommerce table.shop_table tbody tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table.shop_table_responsive.cart thead th.product-remove,
.woocommerce table.shop_table.shop_table_responsive.cart td.product-remove a {
  text-align: right;
}


.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  position: relative;
}
.woocommerce-page table.cart td.actions .coupon button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    color: #000;
    background: transparent;
    font-weight: 600;
    border: 0;
}


.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
  padding: 38px 0;
  background: #fff;
  box-shadow: 0px 25px 70px rgb(1 33 58 / 7%);
  position: relative;
}
.woocommerce .cart-collaterals .cart_totals table tr:nth-child(odd),
.woocommerce .cart-collaterals .cart_totals table tr:nth-child(even),
.woocommerce-page .cart-collaterals .cart_totals table tr:nth-child(odd),
.woocommerce-page .cart-collaterals .cart_totals table tr:nth-child(even) {
  background: transparent;
}

.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding: 25px 40px !important;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  text-align: right;
  padding-right: 40px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
body .cart-collaterals .cart_totals table span.woocommerce-Price-amount.amount {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.woocommerce-cart .wc-proceed-to-checkout a.button {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child th, 
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child td {
  padding-bottom: 0 !important;
}
.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals {
  margin-top: 95px;
  margin-bottom: 206px;
}
.woocommerce .woocommerce-info {
  background:#0044EB;
  border-color:#0044EB;
  color: #fff;
}

table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(odd),
table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(even) {
  background: transparent;
}

.comment-form input[type="text"], 
.comment-form textarea {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding: 0 0 10px;
    margin-bottom: 35px;
}
.comment-form-cookies-consent label {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 400;
}

.sassio-body .sassio-comments-area .form-submit input {
    background: #0044EB;
    border-radius: 30px;
    color: #ffff;
    letter-spacing: 0.05em;
    font-size: 13px;
    border: 2px solid transparent;
    padding: 0 30px;
    height: 51px;
    line-height: 51px;
}
.sassio-body .sassio-comments-area .form-submit input:hover {
  background-color: #fff;
  color: #0044EB;
  border-color: #0044EB;
}
.sassio-footer-wrapper .widget.widget_media_image.sassio-widget {
  margin-bottom: 25px;
}
.sassio-footer-wrapper .widget.widget_media_image.sassio-widget + .sassio-widget {
  margin-bottom: 25px;
}

.sassio-copyright-container.sassio-container {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sassio-copyright-text {
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 400;
}
input#wp-comment-cookies-consent {
  position: relative;
  top: -1px;
}


.widget_gdlr-core-newsletter-widget .sassio-widget-title {
  margin-bottom: 25px;
}

.woocommerce a.button {
  height: 51px;
  line-height: 51px;
  padding: 0 25px;
  font-weight: 400;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody span.woocommerce-Price-amount.amount {
  color: #615E5E;
  font-size: 14px;
}
body table.shop_table.woocommerce-checkout-review-order-table tbody td {
  color: #615E5E;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 600;
}
body table.shop_table.woocommerce-checkout-review-order-table tfoot span.woocommerce-Price-amount.amount,
body table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  color: #000;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
    padding: 0;
    line-height: 47px;
}
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}
div#gdlr-core-social-icons-widget-2 {
  margin-bottom: 40px;
}


.gdlr-core-custom-menu-item.gdlr-core-style-2 ul {
  position: static;
}




.sassio-mobile-header-wrap.sassio-transparent-header {
    background: transparent;
    margin-bottom: -79px;
}
.sassio-mobile-header-wrap.sassio-transparent-header .sassio-mobile-menu-button i {
  color:#fff;
}

.comment-form-cookies-consent {
  display: flex;
}


article.sticky {
  background: #0044eb;
  padding: 30px;
  margin-bottom: 60px;
}
article.sticky .gdlr-core-blog-full-frame {
  background: transparent;
}
article.sticky .sassio-single-article.sassio-style .sassio-single-article-title a, 
article.sticky .sassio-single-article.sassio-style .sassio-single-article-title a:hover,
article.sticky .sassio-single-article-content p,
article.sticky .sassio-single-article.sassio-style .sassio-excerpt-read-more {
  color: #fff;
}
article.sticky .sassio-single-article.sassio-style .sassio-excerpt-read-more:before {
  background-color: #fff;
}
body.blog article.sticky .sassio-single-article.sassio-style {
  padding-bottom: 0;
}
.sassio-body .sassio-single-article-content p a {
  color: #0044eb;
  text-decoration: underline;
}
.sassio-body .sassio-single-article-content a:hover {
  text-decoration: none;
  color: #0044eb;
}
.sassio-body .sassio-single-author-tags a:hover {
  color: #fff;
}

.sassio-single-article .sassio-single-article-content ol li {
  list-style: decimal;
}
.sassio-single-article .sassio-single-article-content ul li {
  list-style: disc;
}
.sassio-single-article .sassio-single-article-content figure ul {
  padding-left: 0;
}
figure.wp-container-2.wp-block-gallery-1.wp-block-gallery.columns-2.is-cropped {
  margin-top: 30px;
}

.sassio-body .wp-block-file .wp-block-file__button {
    color: #fff;
    text-decoration: none;
}

ul.wp-block-archives-list.extraclass.wp-block-archives li {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

ul.wp-block-archives-list.extraclass.wp-block-archives li a {
    margin-right: auto;
    text-decoration: none;
}

ul.wp-block-archives-list.extraclass.wp-block-archives {
    padding-left: 0;
}

.wp-block-calendar table th {
  background: #0044EB;
  border-color: transparent;
}
.wp-block-calendar tbody td, 
.wp-block-calendar th {
  padding: 9px;
  background: #fff;
  color: #000;
}
.wp-block-calendar th {
  color: #fff;
}

.wp-block-calendar table caption, 
.wp-block-calendar table tbody {
  text-align: center;
  margin-top: 20px;
}

.wp-block-calendar {
  margin-bottom: 30px;
}

select {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 0 20px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>);
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 50%;
}
select:focus {
  border-color: #ddd;
}

.wp-block-archives-dropdown.wp-block-archives label {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.wp-block-latest-comments__comment-date {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 12px;
}
footer .wp-block-latest-comments__comment-author,
footer .wp-block-latest-comments__comment-link {
  font-size: 16px;
}

ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
  padding: 0;
  width: 100%;
  border: 0;
  margin-bottom: 20px;
}
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts {
  margin-bottom: 20px;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li {
  border: 0;
  padding-left: 0;
}
.wp-block-search__inside-wrapper {
  margin-bottom: 30px;
}

.sassio-body .sassio-single-article-content .wp-block-tag-cloud a {
    margin-right: 5px;
    font-size: 14px !important;
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    text-decoration: none;
    padding: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.sassio-body .sassio-single-article-content .wp-block-tag-cloud a:hover {
  background: #0044EB;
  color: #fff;
  border-color: transparent;
}

.wp-block-archives-dropdown.wp-block-archives label {
  display: block;
  margin-bottom: 15px;
}
ul.wp-block-archives-list.extraclass.wp-block-archives + p {
  margin-top: 30px;
}
.wp-container-1.wp-block-group.has-background {
  padding: 30px;
  margin-bottom: 30px;
}

.sassio-single-article-content > ul + h3 {
  margin-top: 20px;
}
.sassio-single-author-tags a {
  margin-bottom: 10px;
}
.sassio-content-area + .sassio-single-author-tags {
  margin-top: -50px;
}
.sassio-single-article .sassio-single-article-content ol li {
  list-style: decimal;
}
.sassio-single-article.sassio-blog-aside-format p {
  font-size: 18px;
  color: #fff;
}
figure.wp-block-table table th, figure.wp-block-table table td {
  padding: 25px;
}

pre.wp-block-verse {
  padding: 30px;
}
.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 50px;
}

blockquote.wp-block-quote.has-text-align-right.extraclass strong em a {
    font-size: 26px;
    text-decoration: none;
}
blockquote.has-text-color.has-light-gray-color cite {
  margin-top: 10px;
}

figure.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color.is-style-solid-color cite {
  line-height: 20px;
}
.sassio-sidebar-area .widget_calendar table thead th {
    text-align: center;
}

.sassio-sidebar-area .widget_calendar table td {
    background: #fff;
    border: 1px solid #ddd;
}

.sassio-sidebar-area .widget_calendar caption {
    color: #000;
    margin-top: 20px;
}

.sassio-sidebar-area ul li:first-child {
    border-top: 0;
    padding-top: 0;
}
.sassio-sidebar-area ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

body.single .sassio-blog-title-wrap.sassio-style-small .sassio-single-blog-title-style-4 .sassio-blog-info-wrapper .sassio-blog-info .sassio-blog-info-sep,
body.single .sassio-blog-title-wrap.sassio-style-small .sassio-single-blog-title-style-4 .sassio-blog-info-wrapper .sassio-blog-info{
	color:#fff;
}

.widget_gdlr-core-newsletter-widget .gdlr-core-style-curve3.gdlr-core-with-fa-send-o-button form input[type="email"] {
	max-width: calc(100% - 70px); 
	border-radius: 30px;
	height:55px;
}
.widget_gdlr-core-newsletter-widget .gdlr-core-style-curve3 .gdlr-core-newsletter-submit {
	position:absolute;
	top:0;
	right:0; 
}
.widget_gdlr-core-newsletter-widget .gdlr-core-style-curve3 .gdlr-core-newsletter-submit .button.-accent {
	width:55px; 
	height: 55px;
	line-height: 55px;
	position: relative;
}
.widget_gdlr-core-newsletter-widget .gdlr-core-style-curve3 .gdlr-core-newsletter-submit .button.-accent svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sassio-footer-wrapper.sassio-with-column-divider .sassio-footer-column {
	padding-right:0;
}
article.sticky .sassio-blog-info-wrapper,
article.sticky .sassio-single-article .sassio-blog-info-wrapper a,
article.sticky .sassio-single-article .sassio-blog-info-wrapper i{
	color:#fff;
}

.logged-in-as {
	margin-bottom: 20px;
}
.logged-in-as a {
	text-decoration:underline;
	color: #0044EB;
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-title {
	font-size: 26px; 
	font-weight: 600;
	letter-spacing:0;
}

.gdlr-core-body .gdlr-core-blog-full .gdlr-core-excerpt-read-more {
  margin-top: 33px;
  background: transparent;
  color: #0044EB;
  font-size: 14px;
  width: auto;
  padding: 0;
  min-width: unset;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: 1px solid #0044EB;
  line-height: 14px;
}
	
.gdlr-core-body .gdlr-core-blog-full .gdlr-core-excerpt-read-more:hover {
	border-color: transparent;
	background:transparent;
	color:#0044EB;
}
body.search.search-results .sassio-header-background-transparent {
	position:static;
}
body.search.search-results.sassio-body .sassio-main-menu-right-button {
	background-color:#1a3454;
	color:#fff;
}


@media only screen and (max-width: 999px) {
  .widget_nav_menu ul {position: static;}
  .woocommerce.single-product .related.products {display: block;padding-bottom: 90px;}
  .woocommerce.single-product .related.products .sectionHeading__subtitle {margin-bottom: 25px;}
  .products.columns-4 .gdlr-core-column-15 {width: 33.33%;}
  .woocommerce table.shop_table.shop_table_responsive.cart th, .woocommerce table.shop_table.shop_table_responsive.cart td {padding: 30px 18px;}
  .product-thumbnail {display: flex;align-items: center;}
  .woocommerce .col2-set, .woocommerce-page .col2-set, div#order_review {width: 100%;}
  .sassio-mobile-header {padding-top: 9px;}
  .sassio-mobile-header {box-shadow: unset;padding-top: 0;padding-bottom: 0;}
  .sassio-mobile-header .sassio-logo-inner img {min-width: 100px;}
  .sassio-overlay-menu-content ul.menu > li{ font-size: 16px; padding-bottom: 0; margin-bottom: 0; border:0; letter-spacing: 0; font-weight: 600; text-transform: capitalize; }
  .sassio-overlay-menu-content ul.menu{ padding-top: 0; padding-bottom: 0; max-width: 100%; position: static; text-align: left; pointer-events: unset;width: 100%;}
  .sassio-overlay-menu-content .sassio-overlay-menu-close{ top: 35px; }
  .sassio-overlay-menu-content ul.menu > li a {display: block; width: 100%;position: relative; padding: 10px 20px; pointer-events: auto;} 
  .sassio-overlay-menu-content ul.menu > li a:hover {background-color: #F5F7FE;border-radius: 0.5rem;}
  body.admin-bar .sassio-overlay-menu-content{ margin-top: 0px; }
  body.admin-bar .sassio-overlay-menu-content ul.menu{ padding-top: 160px; }
  body.admin-bar .sassio-overlay-menu-content .sassio-overlay-menu-close{ top: 80px; }
  .sassio-main-menu-search {margin-top: -5px;margin-right: 0;}
  .sassio-main-menu-cart {margin-right: 0;margin-left: 20px;margin-top: -2px;}
  .sassio-main-menu-search i {font-size: 16px;}
}

@media only screen and (max-width: 767px) {
  .svg-custom-shape .gdlr-core-pbf-wrapper-full-no-space {max-width: 500px; }
  .gdlr-core-shape-divider-wrap.gdlr-core-pos-top.gdlr-core-divider-style-custom, .gdlr-core-shape-divider-wrap.gdlr-core-pos-bottom.gdlr-core-divider-style-custom {top:1px; }
  .woocommerce div.product div.images {margin-bottom: 50px;}
  .products.columns-4 .gdlr-core-column-15 {width: 50%;}
  .single-product.woocommerce #reviews {display: block;}
  .woocommerce-Reviews #comments {padding-right: 0;width: 100%;}
  .woocommerce-Reviews #review_form_wrapper {width: 100%;margin-top: 50px;}
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {color: #000;}
  .woocommerce-cart table.cart td.actions .coupon .input-text {width: 100%;margin-bottom: 15px;}
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {background: #fff;}
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {margin-bottom: 150px;}
  .woocommerce table.shop_table.shop_table_responsive.cart td {border-bottom: 1px solid #ddd;padding-right: 0;padding-left: 0;}
  .woocommerce table.shop_table.shop_table_responsive.cart tr:last-child td {border-top: 0;}
  .woocommerce-page table.cart td.actions .coupon button {width: auto !important;}
  .sassio-page-title-wrap.sassio-style-custom .sassio-page-title-content {padding-bottom: 40px !important;}
  .gdlr-core-with-fa-send-o-button.tnp.tnp-subscription.gdlr-core-style-curve3 {max-width:100%;}
}

@media only screen and (max-width: 480px) {
  .sassio-comments-area .comment-reply {position: static;margin-top: 10px;}
  .products.columns-4 .gdlr-core-column-15 {width: 100%;}
  .single-product.woocommerce div.product form.cart .button {width: 100%;margin-top: 20px;}
  .related.products h2 {font-size: 25px;}
  .woocommerce-additional-fields > h3 {font-size: 22px;}
  .gdlr-core-portfolio-item.gdlr-core-item-pdb.clearfix.gdlr-core-portfolio-item-style-grid {padding-bottom: 0;}
}

.sassio-animate-fixed-navigation.sassio-header-style-plain .sassio-navigation-top, .sassio-animate-fixed-navigation.sassio-header-style-boxed .sassio-navigation-top {
	top:10px !important;
}