/*
 * Theme Name: Theme Melly
 * Description: Theme Melly
 * Theme URI: https://thinhweb.com
 * Version: 1.5
 * Author: Thinhweb Blog
 * Author URI: https://thinhweb.com
 * Tags: basic, two-columns
 * Textdomain: thinhweb
 * Languages Folder: /languages
 */
 

@import url('https://fonts.googleapis.com/css?family=Open+Sans:wght@400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');

@font-face {
    font-family: star;
    src: url(fonts/star.eot);
    src: url(fonts/star.eot?#iefix) format("embedded-opentype"), url(fonts/star.woff) format("woff"), url(fonts/star.ttf) format("truetype"), url(fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

/* Global Style */
html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: 'Quicksand', 'Open Sans', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #2b2b2b;
    line-height: 1.6;
    background-color: #FFFFFF;
    -webkit-touch-callout: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not ([controls] ) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

svg:not (:root ) {
    overflow: hidden;
}

a {
    color: #555;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:focus, a:hover {
    color: #f48380;
    text-decoration: none;
}

p {
    margin: 0px;
    margin-bottom: 9px;
}

input, input[type="submit"], button {
    border: 1px solid #C8C8C8;
    padding: 5px 10px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

table, table tr, table td {
    border: 1px solid #E7E7E7;
    padding: 8px;
}

figure {
    margin: 0;
    max-width: 100%;
    margin-bottom: 15px;
}

figure figcaption{
    padding: 10px 0px;
    text-align: center;
    background-color: #dddddd;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, select, textarea {
    max-width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    padding: 0.875em;
}

fieldset>:last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ee6e73;
}

pre {
    background-color: #515567;
    padding: 1em;
    color: #eaeaea;
}

/* --- padding --- */
.padding-top {
    padding-top: 10px;
}

.padding-left {
    padding-left: 10px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.padding-right {
    padding-right: 10px;
}
/* --- margin --- */
.margin-top {
    margin-top: 10px;
}

.margin-top-lg {
    margin-top: 15px;
}

.margin-left {
    margin-left: 10px;
}

.margin-left-lg {
    margin-left: 15px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-bottom-lg {
    margin-bottom: 15px;
}

.margin-right {
    margin-right: 10px;
}

.margin-right-lg {
    margin-right: 15px;
}

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

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

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

.aligncenter {
    display: block;
    margin: 0px auto 15px;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.error404 #header, .search #header, .archive #header, .page #header, .category #header, .single #header, .tag #header {
    position: relative;
}

/* logo */
.logo{
    padding: 0px 0px;
}
.logo h1, .logo p {
    padding: 16px 0px;
    margin: 0;
    font-size: 18px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.logo img{
    max-height:57px;
    width: auto; 
}

/* main-section */
.main-section {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
}
/* main content */
#main-content {
    margin-top: 15px;
}

.content{
    font-size: 15px;
    background: white;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

/* sidebar */
#sidebar {
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
}

#sidebar .widget_search .search-form{
    padding: 0;
}
#sidebar .widget h3{
    display: block;
    color: #266971;
    padding-top: 5px;
    padding-bottom: 5px;
}
#sidebar .widget h3 span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #000;
}
#sidebar .widget ul {
    margin: 0;
    padding: 0;
}
#sidebar .widget ul li {
    list-style: circle;
    color: #266971;
    font-size: 15px;
    margin-bottom: .3em;
    text-align: left;
}
#sidebar .widget>ul>li+li {
    border-top: 1px solid #ececec;
}
#sidebar .widget ul li a{
    display: inline-block;
    padding: 6px 0;
    -ms-flex: 1;
    flex: 1;
}

#header{
    padding: 0px 0;
    background-color: #F4B0B0;
    border-bottom: 1px solid #ededed;
    position: relative;
}
#menu{
    width: 270px;
    display: none;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    background-color: #0C0C0C;
    z-index: 500;
    transform: translate3d(-270px,0,0);
    -webkit-transform: translate3d(-270px,0,0);
    -ms-transform: translate3d(-270px,0,0);
    -sand-transform: translate3d(-270px,0,0);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
.act-mobile-menu {
    overflow: hidden;
}
.act-mobile-menu #menu{
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -sand-transform: translate3d(0,0,0);
    display: inline-block;
}
.basel-close-side {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    opacity: 0;
    visibility: hidden;
    z-index: 400;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.left-wrapp .basel-close-side {
    opacity: 1;
    visibility: visible;
}

.align-center {
    -webkit-align-items: center;
    align-items: center;
}

.mobile-nav ul{
    padding: 0px;
    list-style: none;
}
.mobile-nav ul li{
    display: block;
    position: relative;
}
.mobile-nav ul li a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: rgba(255,255,255,.8);
    border-bottom: 1px solid rgba(92,92,92,.23);
}
.mobile-nav .sub-menu-dropdown ul {
    display: none;
    position: relative;
    background-color: #171717;
}
.mobile-nav .icon-sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    width: 49px;
    padding-right: 0;
    border-left: 1px solid rgba(92,92,92,.23);
    cursor: pointer;
    padding-right: 18px;
}
.mobile-nav .icon-sub-menu:after, .mobile-nav .icon-sub-menu:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}
.mobile-nav .icon-sub-menu:after, .mobile-nav .icon-sub-menu:before {
    right: 50%;
    margin-right: -5px;
}
.mobile-nav .icon-sub-menu:before {
    transform: translateX(3px) rotate(-50deg);
    -webkit-transform: translateX(3px) rotate(-50deg);
    -moz-transform: translateX(3px) rotate(-50deg);
    -o-transform: translateX(3px) rotate(-50deg);
    -ms-transform: translateX(3px) rotate(-50deg);
    -sand-transform: translateX(3px) rotate(-50deg);
}
.mobile-nav .icon-sub-menu:after {
    transform: translateX(-4px) rotate(50deg);
    -webkit-transform: translateX(-4px) rotate(50deg);
    -moz-transform: translateX(-4px) rotate(50deg);
    -o-transform: translateX(-4px) rotate(50deg);
    -ms-transform: translateX(-4px) rotate(50deg);
    -sand-transform: translateX(-4px) rotate(50deg);
}
.mobile-nav ul li .up-icon{
    background-color: #dd3333;
}
.mobile-nav .icon-sub-menu.up-icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.mobile-nav .icon-sub-menu.up-icon:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
}
.mobile-nav .sub-menu-dropdown ul:before {
    position: absolute;
    bottom: 100%;
    margin-bottom: 4px;
    left: 20px;
    font-size: 30px;
    content: "\f0d8";
    font-family: FontAwesome;
    line-height: 0;
    color: #171717;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}

/* widget */
.widget{
    margin-bottom: 16px;
}

/* bars */
#bars{
    display: none;
}


/* owl-slider */
/*
#owl-slider{
    margin-bottom: 16px;
}
#owl-slider .owl-nav{
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0;
}
#owl-slider button[type="button"] {
    background: rgba(0,0,0,.73);
    color: #fff;
    position: relative;
    bottom: 40%;
    margin: 0;
    padding: 0;
    width: 36px;
    border: none;
    cursor: pointer;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    text-shadow: none;
    line-height: 2.8em;
    vertical-align: middle;
    border-radius: 0;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    
    opacity: 0;
}
#owl-slider button[type="button"]:focus{
    outline: 0;
}
#owl-slider:hover button[type="button"].owl-prev{
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
}
#owl-slider:hover button[type="button"].owl-next{
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}
#owl-slider:hover button[type="button"]{
    box-shadow: none;
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#owl-slider button[type="button"]:active{
    color: #266971;
}
*/
/* back to top */
a.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 140px;
    right: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 2px solid #414c5c;
    border-radius: 100%;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #414c5c url("images/cd-top-arrow.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 99;
}

a.cd-top.cd-is-visible, a.cd-top.cd-fade-out, .no-touch a.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

a.cd-top, a.cd-top:visited, a.cd-top:hover {
    color: #CCCCCC;
    text-decoration: none;
}

a.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

a.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 1;
}


/* address */
.address{
    padding: 39px 0;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.address span{
    display: block;
    font-size: 12px;
    color: #858585;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.address i{
    margin-right: 10px;
}
.address img{
    margin-right: 10px;
}

.bar-sort{
    position: relative;
    display: block;
    list-style: none;
    border-top: none;
    padding: 7px 20px;
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    top: 5px;
}
.bar-sort a{
    position: relative;
    display: inline-block;
}
.icon-gio-hang {
    width: 30px;
    height: 30px;
    border: none;
    display: block;
    background-image: url(images/icons/cart.png);
    background-size: 100%;
    margin: 0 auto 5px;
}
.bar-sort .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    font-weight: 400;
    color: #333;
    
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.bar-sort .name_cart{
    display: none;
}
#search-form .search-form{
    z-index: 2;
    min-width: 300px;
    right: 0;
    -webkit-box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #dfe3e8;
    padding: 0;
}
#search-form .search-form .search-field{
    color: #000;
    background-color: transparent;
    border: 0px solid #e1e1e1;
    padding: 0.67rem 1rem 0.57rem;
    margin: 0rem 0;
    font-size: 13.005px;
    transition: color 400ms ease-in, border-color 400ms ease-in;
    height: calc(1.5em + 0.75rem + 8px);
    border-right: 0px;
    outline: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#search-form .search-form .search-field:focus{
    box-shadow: 0 0 0;
}
#search-form .search-form .search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #282828;
  opacity: 1; /* Firefox */
}

#search-form .search-form .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #282828;
}

#search-form .search-form .search-field::-ms-input-placeholder { /* Microsoft Edge */
  color: #282828;
}
#search-form .search-form button[type="submit"]{
    border: 1px solid #f48380;
    color: #333;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: calc(1.5em + 0.75rem + 8px);
    transition: color 400ms ease-in, border-color 400ms ease-in;
    font-size: 13.005px;
    padding: 0.47rem 1rem 0.57rem;
    margin: 0rem 0;
    border-left: 0px;
    outline: 0;
    color: #fff;
    background-color: #f48380;
}
#search-form .search-form button[type="submit"]:focus{
    box-shadow: 0 0 0;
}

.related.products,
.widget_category_products,
.widget_news_post,
.product_widget .block-title,
.block-title{
    margin-top: 15px;
}
.related.products > h2,
.widget_news_post h2{
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.related.products > h2 > span,
.widget_news_post h2 span{
    color: #000;
}

.widget_category_products .clearfix.heading,
.product_widget .block-title,
.block-title{
    margin-bottom: 25px;
    padding-top: 5px;
    position: relative;
}

.product_widget .block-title .liner-continer h3,
.widget_news_post .block-title .liner-continer h3{
    margin: 0 0 35px 0;
    font-size: 16px;
    color: #F9D529;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: block;
}
.product_widget .block-title .liner-continer h3:after,
.widget_news_post .block-title .liner-continer h3:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #A1A1A1;
}
.product_widget .block-title .liner-continer h3 span,
.widget_news_post .block-title .liner-continer h3 span {
    position: relative;
    display: inline-block;
    background: #F9D529;
    color: #212529;
    min-width: 300px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px 5px 0 0;
    padding: 0 10px;
}

.widget_category_products .clearfix.heading:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #A1A1A1;
}

.product_widget .block-title .liner-continer .title{
    position: relative;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0;
}
.widget_category_products .liner-continer .title,
.block-title .liner-continer .title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.widget_category_products .liner-continer .title a{
    background: #0d5146;
    color: #FFF;
    border-radius: 0;
    padding: 9px 0px;
    padding-left: 20px;
    position: relative;
    margin-right: 40px;
    min-width: 250px;
    display: inline-block;
}

.widget_category_products .liner-continer .title a:before{
    content: '';
    width: 0;
    height: 0;
    border-bottom: 40px solid #0d5146;
    border-right: 40px solid transparent;
    position: absolute;
    top: 0;
    right: -40px;
}

/* products_widget */
.about-bottom{
    margin-bottom: 50px;
}
.products_widget{
    margin-bottom: 50px;
}
.products_widget span.titleH-first {
    font-size: var(--font-size-title-first-home);
    display: block;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.3;
}
.products_widget h2 {
    font-size: var(--font-size-title-second-home);
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
}
.products_widget{
    
}

.brick-item{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.brick-item:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgb(69 79 89 / 15%);
    -moz-box-shadow: 0 5px 10px 0 rgba(69, 79, 89, 0.15);
    box-shadow: 0 5px 10px 0 rgb(69 79 89 / 15%);
}

.brick-item .images {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.brick-item .caption {
    padding: 10px 10px 10px;
}
.brick-item .caption h3 {
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.brick-item .caption h3 a {
    color: #282828;
}

.brick-item .images span.onsale {
    background-color: #d33;
    height: 40px;
    width: 40px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 5px;
    right: 5px;
    z-index: 1;
    color: #fff;
    position: absolute;
    font-size: 12px;
    line-height: 24px;
    padding: 8px 0;
}
.product-item-price{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #f94c43;
    font-family: 'Quicksand',sans-serif;
}
.product-item-price ins {
    text-decoration: none;
}
.product-item-price del {
    color: #878c8f;
    font-weight: 300;
    font-size: 12px;
    margin-left: 10px;
}


.widget .woocommerce-product-search label{
    display: none;
}
.widget.widget_product_search .search-field {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    font-size: 13.005px;
    border-radius: 2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: .3rem 1rem .3rem;
    margin: .5rem 0;
    outline: 0;
}
.widget.widget_product_search .search-field:focus {
    outline: 0;
    box-shadow: 0 0 0;
}
.widget.widget_product_search button {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    padding: .3rem 1rem .3rem;
    border-radius: 2rem;
    color: #888686;
    text-align: center;
    transform: translateY(-1px);
    outline: 0;
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
    font-size: 13.005px;
    height: calc(1.5em + .75rem + 2px);
    margin: .5rem 0;
}
.widget.widget_product_search button:focus {
    outline: 0;
    box-shadow: 0 0 0;
}

/* - woo cat toggling elements, injected via jQuery - */

/* make list item be relative, to be able to position toggle within this item, if desired */
#sidebar .widget_product_categories ul.product-categories > li.cat-parent {
	position: relative;	
}
/* the new toggle element wrapper, which is added via jQuery */
#sidebar .widget_product_categories ul.product-categories > li.cat-parent .expand {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin-left: 0.5em;
	width: 1.5em;
	line-height: 1em;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: all 0.4s ease;
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,0.05);
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 10px;
}
/* when it's popped, style the toggle wrapper differently */
#sidebar .widget_product_categories ul.product-categories > li.cat-parent .expand.cat-popped {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background: rgba(0,24,113,1);
	color: white;
}
/* toggle icon */
#sidebar .widget_product_categories ul.product-categories > li.cat-parent .expand::before {
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '+';
	line-height: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
}
/* toggle icon when triggered */
#sidebar .widget_product_categories ul.product-categories > li.cat-parent .expand.cat-popped::before {
	content: '\2013';
	line-height: .7;
}
/* hide sub cats by default */
#sidebar .widget_product_categories ul.product-categories > li.cat-parent .expand ~ ul.children {
	overflow: hidden;
	max-height: 0;
	transition: all 0.4s ease;
}
/* show sub cats when triggered via jQuery toggle */
#sidebar .widget_product_categories ul.product-categories > li.cat-parent .expand.cat-popped ~ ul.children {
	max-height: 300px;
}

/* wp-pagenavi */
.navigation{
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
.navigation .wp-pagenavi {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    margin: 1em;
}
.navigation .wp-pagenavi a,
.navigation .wp-pagenavi span{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    min-width: 30px;
    text-align: center;
    line-height: 39px;
    text-decoration: none;
    border: 0;
}
.navigation .wp-pagenavi a:before,
.navigation .wp-pagenavi a:after,
.navigation .wp-pagenavi span:before,
.navigation .wp-pagenavi span:after{
    position: absolute;
    z-index: 0;
    bottom: 0;
    height: 1px;
    content: "";
}
.navigation .wp-pagenavi a:before,
.navigation .wp-pagenavi span:before{
    left: 0;
    width: 0;
    transition: width .3s cubic-bezier(.455,.03,.515,.955);
    background-color: currentColor;
}
.navigation .wp-pagenavi a:hover:before,
.navigation .wp-pagenavi a.current:before,
.navigation .wp-pagenavi span:hover:before,
.navigation .wp-pagenavi span.current:before{
    width: 100%;
    transition: width .3s .1s cubic-bezier(.455,.03,.515,.955);
}
.navigation .wp-pagenavi a:after, 
.navigation .wp-pagenavi span:after {
    right: 0;
    width: 100%;
    transition: width .3s .1s cubic-bezier(.455,.03,.515,.955);
    background-color: #929292;
}
.navigation .wp-pagenavi a:hover:after, 
.navigation .wp-pagenavi a.current:after, 
.navigation .wp-pagenavi span:hover:after, 
.navigation .wp-pagenavi span.current:after {
    width: 0;
    transition: width .3s cubic-bezier(.455,.03,.515,.955);
}


/* calenda */
.calendar_wrap table {
    width: 100%;
    border: 0px;
}
.widget.widget_calendar #calendar_wrap caption {
    caption-side: top;
    
    text-align: center;
    color: #313131;
    font-weight: 500;
    font-size: 15px;
    background-color: #f8fafa;
    padding: 20px 20px 19px;
    margin-bottom: 10px;
}
.widget.widget_calendar #calendar_wrap thead {
    border-bottom: 1px solid #ebebeb;
}
.widget.widget_calendar #calendar_wrap thead tr{
    border: 0px;
}
.widget.widget_calendar #calendar_wrap thead tr th {
    color: #3c4a55;
    border: 0;
    font-weight: bold;
    padding: 6px;
    text-align: center;
}
.widget.widget_calendar #calendar_wrap tfoot tr {
    border: 0px;
    border-top: 1px solid #ebebeb;
}
.widget.widget_calendar #calendar_wrap tfoot #next {
    text-align: right;
}
.widget.widget_calendar #calendar_wrap tbody tr td, .widget.widget_calendar #calendar_wrap tfoot tr td {
    color: #818181;
    border: 0;
    padding: 7px;
    text-align: center;
    font-size: 13px;
    position: relative;
}
.widget.widget_calendar #calendar_wrap tfoot #prev {
    text-align: left;
}
.widget.widget_calendar #calendar_wrap tfoot #prev a, .widget.widget_calendar #calendar_wrap tfoot #next a {
    color: #00aeef;
    text-decoration: none;
}
.widget.widget_calendar #calendar_wrap tbody {
    padding-top: 20px;
}
.widget.widget_calendar #calendar_wrap tbody tr{
    border: 0;
}
.widget.widget_calendar #calendar_wrap tbody tr td a{
    text-decoration: none;
}
.widget.widget_calendar #calendar_wrap tbody tr td a:before {
    content: '\f040';
    font-family: 'FontAwesome';
    margin-right: 3px;
    font-size: 12px;
}
.widget.widget_calendar #calendar_wrap tbody tr:first-child td {
    padding-top: 20px;
}
.widget.widget_calendar #calendar_wrap #today {
    color: #00aeef;
    font-weight: bold;
}

.widget_recent_entries.widget ul,
.widget_recent_comments.widget ul,
.widget_news_post_right.widget ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}
.widget_recent_entries.widget ul li,
.widget_recent_comments.widget ul li,
.widget_news_post_right.widget ul li {
    display: inline-block;
    float: none;
    clear: both;
    width: 99%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    list-style: none;
    line-height: 140%;
}
.widget_recent_entries.widget ul li a {
    display: block;
    line-height: 2;
    padding: 3px 0px;
    font-size: 13px;
    position: relative;
}

#sidebar .widget.widget_search label{
    display: none;
}
#sidebar .widget.widget_search .search-field {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    font-size: 13.005px;
    border-radius: 2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: .3rem 1rem .3rem;
    margin: 0;
    outline: 0;
}
#sidebar .widget.widget_search .search-field:focus {
    outline: 0;
    box-shadow: 0 0 0;
}
#sidebar .widget.widget_search button {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    padding: .3rem 1rem .3rem;
    color: #888686;
    text-align: center;
    transform: translateY(-1px);
    outline: 0;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    font-size: 13.005px;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
}
#sidebar .widget.widget_search button:focus {
    outline: 0;
    box-shadow: 0 0 0;
}
.tagcloud a{
    display: inline-block;
    padding: 4px 12px 3px;
    margin: 5px 4px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3rem;
    color: #fff;
    background-color: #000;
    transition: color .4s ease-in,background-color .4s ease-in;
}
.tagcloud a:hover{
    background-color: #00d1b7;
}
.tagcloud a:before {
    display: inline-block;
    content: "#";
}

ul.primary-menu{
    padding: 0;  
    margin: 0;
}
ul.primary-menu li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    padding: 33px 0;
}
ul.primary-menu li a{
    color: #ffffff;
    position: relative;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
ul.primary-menu li ul{
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 140px;
    margin-top: 30px;
    padding: 0;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
ul.primary-menu li ul li{
    position: relative;
    padding: 0;
    display: block;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
}
ul.primary-menu li ul li:last-child{
    border-bottom: 0;
}
ul.primary-menu li ul li a{
    padding: 9px 25px 9px 15px;
    white-space: nowrap;
    text-align: left;
    display: block;
    font-size: 14px;
    text-transform: none;
    color: #282828;
}

#owl-slider img{
    opacity: 1;
}
#owl-slider .owl-item.active .slider-image img {
    -webkit-animation: zoom 25s;
    animation: zoom 25s;
}
/*------------------- Home slider ---------------------*/
@-webkit-keyframes zoom {
    from {
        transform: scale(1, 1); }
    to {
        transform: scale(1.2, 1.2); 
    } 
}

@keyframes zoom {
    from {
        transform: scale(1, 1); }
    to {
        transform: scale(1.2, 1.2); 
    } 
}

#owl-slider {
    overflow: hidden; 
}
#owl-slider .owl-nav button {
    position: absolute;
    top: 50%;
    z-index: 2;
    padding: 0;
    color: #888;
    font-size: 0;
    text-align: center;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; 
    outline: 0;
}
#owl-slider .owl-nav button.owl-prev {
    left: 35px; 
}
#owl-slider .owl-nav button.owl-prev:hover {
    left: 25px; 
}
#owl-slider .owl-nav button.owl-next {
    right: 35px; 
}
#owl-slider .owl-nav button.owl-next:hover {
    right: 25px; }
#owl-slider .owl-nav button svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    color: #fff;
}
#owl-slider .owl-dots {
    position: absolute;
    bottom: 28px;
    text-align: center;
    width: 100%; 
}
#owl-slider .owl-dots .owl-dot {
    display: inline-block; 
    outline: 0;
}
#owl-slider .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    border: 2px solid #fff;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out; 
}
#owl-slider .owl-dots .owl-dot.active span {
    background: #fff; 
}
#owl-slider .slider-content-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#owl-slider .slider-content-text .wrap-content-slider .title-content-slider p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto 15px;
    opacity: 0; 
}
#owl-slider .slider-content-text .wrap-content-slider .title-content-slider h2 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    margin: 0 auto 15px;
    opacity: 0;
    line-height: 1.4;
}
#owl-slider .slider-content-text .wrap-content-slider .button_content_box {
    display: inline-block;
    padding-top: 15px;
    opacity: 0;
}
#owl-slider .slider-content-text .wrap-content-slider .button_content_box a {
    padding: 16px 45px; 
}
#owl-slider .owl-item.active .slider-image img {
    -webkit-animation: zoom 25s;
    animation: zoom 25s;
}
#owl-slider .owl-item.active .slider-content-text .wrap-content-slider p {
    animation: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.1s 1 forwards slideshowFade;
}
#owl-slider .owl-item.active .slider-content-text .wrap-content-slider h2 {
    animation: 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1 forwards slideshowFade; 
}
#owl-slider .owl-item.active .slider-content-text .wrap-content-slider .button_content_box {
    animation: 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1 forwards slideshowFade;
}
@media (min-width: 992px) {
    #owl-slider .slider-content-text .wrap-content-slider .title-content-slider h2 {
        max-width: 900px;
        min-width: 900px;
    }
    #owl-slider .slider-content-text .wrap-content-slider .title-content-slider p {
        max-width: 400px;
        min-width: 400px; 
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #owl-slider .slider-content-text .wrap-content-slider .title-content-slider p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #owl-slider .slider-content-text .wrap-content-slider .title-content-slider h2 {
        font-size: 18px;
    }
    #owl-slider .slider-content-text .wrap-content-slider .button-content-slider {
        padding-top: 0;
    }
    #owl-slider .slider-content-text .wrap-content-slider .button-content-slider a {
        padding: 15px 25px; 
    }
}
@media (max-width: 767px) {
    #owl-slider .slider-content-text .wrap-content-slider .title-content-slider p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #owl-slider .slider-content-text .wrap-content-slider .title-content-slider h2 {
        font-size: 18px;
    }
    #owl-slider .slider-content-text .wrap-content-slider .button-content-slider {
        padding-top: 0;
    }
    #owl-slider .slider-content-text .wrap-content-slider .button-content-slider a {
        padding: 12px 25px;
    }
    #owl-slider .owl-dots {
        bottom: 8px;
    } 
}

/* 1.8 - animation css3 */
@-webkit-keyframes marginLeft {
    0% {
        background-position: 20%; 
    }
    100% {
        background-position: 90%; 
    } 
}

@keyframes marginLeft {
    0% {
        background-position: 20%; 
    }
    100% {
        background-position: 90%; 
    } 
}

@-webkit-keyframes slideshowFade {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; 
    } 
}

@keyframes slideshowFade {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8); 
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; 
    } 
}

/* 1.7 - button */
.btn-box {
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 500;
    padding: 15px 25px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #f48380;
    border-radius: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    overflow: hidden;
}
.btn-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-box.dark {
    background-color: #f48380;
    border-color: #f48380;
}
.btn-box.btnred {
    background-color: #ff1b0b;
    border-color: #ff1b0b;
}
@media (min-width: 768px) {
    .btn-box:hover.dark {
        color: #282828;
    }
    .btn-box:hover.btnred {
        color: #282828;
    }
    .btn-box:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/*-------variables--------*/
:root {
    --font-size-title-first-home: 20px;
    --font-size-title-second-home: 32px;
    --font-size-description-home: 18px;
    --font-size-body: 14px; 
}

@media (min-width: 768px) and (max-width: 991px) {
    :root {
        --font-size-title-first-home: 18px;
        --font-size-title-second-home: 24px;
        --font-size-description-home: 16px;
    } 
}

@media (max-width: 767px) {
    :root {
        --font-size-title-first-home: 16px;
        --font-size-title-second-home: 24px;
        --font-size-description-home: 14px; 
    } 
}

#slider {
    margin-bottom: 50px;
}

.wrapper-banner-introproduct {
    padding: 0 0 40px;
}
.wrapper-banner-introproduct.introproduct-1 {
    background: #ffffff;
    padding-top: 40px;
}

.wrapper-banner-introproduct.introproduct-2 {
    background: #fde4e9;
    padding: 40px 0;
}

.wrapper-banner-introproduct .banner-introproduct-title_first {
    font-size: var(--font-size-title-first-home);
    display: block;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.3;
}
.wrapper-banner-introproduct .banner-introproduct-title_second {
    font-size: var(--font-size-title-second-home);
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
}
.wrapper-banner-introproduct .banner-introproduct-desc {
    font-size: var(--font-size-description-home);
    line-height: 1.5;
    font-weight: 300;
    margin: 0;
    padding-top: 15px;
    letter-spacing: 0.2px;
}
.wrapper-banner-introproduct .banner-introproduct-button {
    margin-top: 25px;
}


.testimonials-wrap{
    padding-top: 30px;
    min-height: 400px;
    background: #fde4e9;
    padding: 40px 0 50px;
}
.testimonials-wrap .testimonial-box {
    width: 100%;
    min-height: 200px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.testimonials-wrap .testimonial-box .testimonial-content {
    flex: 1;
    display: block;
    flex-wrap: wrap;
    background: white;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-size: 13px;
    color: #546e81;
    text-align: left;
    line-height: 20px;
    position: relative;
}
.testimonials-wrap .testimonial-box .testimonial-content:after {
    bottom: -34px;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 20px;
}
.testimonials-wrap .testimonial-box .testimonial-content i:first-child{
    padding-right: 8px;
}
.testimonials-wrap .testimonial-box .testimonial-content i:last-child{
    padding-left: 8px;
}
.testimonials-wrap .testimonial-box .testimonial-info {
    flex: 0 0 80px;
    padding-top: 24px;
    display: flex;
    flex-direction: row;
}
.testimonials-wrap .testimonial-box .testimonial-info .info-avatar {
    flex: 0 0 80px;
}
.testimonials-wrap .testimonial-box .testimonial-info .info-avatar img {
    max-width: 68px;
    max-height: 68px;
    border-radius: 100%;
    border: 1px solid #cae0f0;
}
.testimonials-wrap .testimonial-box .testimonial-info .info-text {
    flex: 1 0 0;
    padding-left: 10px;
    text-align: left;
    line-height: 16px;
    color: #888888;
    font-size: 13px;
}
.testimonials-wrap .testimonial-box .testimonial-info .info-text h3 {
    font-size: 13px;
    font-weight: 500;
    color: #1c4a71;
}

.testimonials-wrap span.titleH-first {
    font-size: var(--font-size-title-first-home);
    display: block;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.3;
}
.testimonials-wrap h2 {
    font-size: var(--font-size-title-second-home);
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
}
.form-reg{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpcf7-form-control-wrap{
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.wpcf7-form-control-wrap input{
    padding: 1.375rem .75rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.wpcf7-submit{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    background-color: #f48380;
    border-color: #f48380;
}
.wpcf7-spinner{
}
.registration{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: rgba(38,39,96,0.9);
    color: #fff;
    font-size: 18px;
}

#footer{
    padding: 40px 0 20px;
    font-size: 15px;
}
#footernav{
    border-top: 1px solid #c6c6c6;
    padding: 10px 0;
}
#footernav p{
    margin: 0;
}
ul.socialList{
    padding-left: 0;
    list-style: none;
}
ul.socialList li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
ul.socialList li a {
    position: relative;
    display: block;
    background: #ebebeb;
    color: #858585;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
ul.socialList li.facebook:hover a {
    background: #3b5998;
    color: #fff;
}
ul.socialList li.twitter:hover a {
    background: #1C9CEA;
    color: #fff;
}
ul.socialList li.youtube:hover a {
    background: #F70000;
    color: #fff;
}
ul.socialList li.instagram:hover a {
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
}
ul.socialList li.pinterest:hover a {
    background: #D94645;
    color: #fff;
}
ul.socialList li.linkedin:hover a {
    background: #3b5998;
    color: #fff;
}

ul.secondary-menu{
    padding: 0px;
    list-style: none;
}
ul.secondary-menu li h3{
    position: relative;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: #282828;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
ul.secondary-menu li > ul {
    padding-left: 0;
    list-style: none;
}
ul.secondary-menu li > ul li{
    padding: 5px 0;
}
ul.secondary-menu li > ul li i{
    margin-right: 10px;
}
ul.secondary-menu a{
    color: #282828;
}

.breadcrums {
    background: #f3f5f6;
}
#breadcrumbs{
    padding: 9px 0 10px;
    background: transparent;
    border-radius: 0;
    margin: 0;
}

.woocommerce-products-header .woocommerce-products-header__title{
    font-size: 30px;
    color: #282828;
    margin: 0 0 13px 0;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
}

#ordering .ordering{
    cursor: pointer;
    font-size: 18px;
}
#ordering .ordering:after{
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 8px;
    position: relative;
}
#ordering .ordering.is-hover:after{
    content: "\f106";
}
#ordering ul{
    display: none;
    left: 0;
    z-index: 99;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    padding: 10px 0 10px;
}
#ordering ul li{
    border-bottom: 1px solid #dedede;
    list-style: none;
    text-align: left;
}
#ordering ul li:last-child{
    border-bottom: 0;
}
#ordering ul li a{
    padding: 8px 15px;
    white-space: pre;
    display: block;
    font-size: 15px;
    color: #282828;
}
#ordering ul li a.active{
    font-weight: bold;
}
.order-filter{
    display: inline-block;
    position: relative;
}
.order-filter #ordering,
.order-filter #filters{
    display: inline-block;
    margin: 0px 10px;
    padding: 0px 10px;
    position: relative;
}
#filters .filters{
    cursor: pointer;
    font-size: 18px;
}
#filters .filters:after{
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 8px;
    position: relative;
}
#filters .filters.is-hover:after{
    content: "\f106";
}
#sidebar-woocommerce{
    display: none;
    z-index: 1;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 32px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 32px 0 rgb(0 0 0 / 5%);
    padding: 15px;
    margin-bottom: 50px;
}
#sidebar-woocommerce #siderbar{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#sidebar-woocommerce .widget{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

#map {
    height: 390px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 3px;
}

#contact{
    padding-bottom: 20px;
    padding: 40px 0px 20px;
    font-size: 16px;
}
#contact p{
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0;
}
#contact label {
    color: #2d5789;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
#contact .form-group {
    margin-bottom: 30px;
}
#contact input{
    border-radius: 3px;
    padding: .67rem 1rem .57rem;
    font-size: 13.005px;
    transition: color .4s ease-in,border-color .4s ease-in;
    width: 100%;
}
#contact textarea{
    border-radius: 3px;
    padding: .67rem 1rem .57rem;
    font-size: 13.005px;
    transition: color .4s ease-in,border-color .4s ease-in;
    width: 100%;
    max-height: 150px;
}
/*#contact input[type="submit"] {
    display: inline-block;
    vertical-align: bottom;
    border: none;
    padding: 1em 3.5em;
    text-transform: uppercase;
    background-color: #000;
    transition: background-color .4s ease-in;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}
#contact input[type="submit"]:hover{
    background-color: #00d1b7;
}*/

#contact input[type="submit"] {
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 500;
    padding: 15px 25px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #f48380;
    border-radius: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    overflow: hidden;
}
#contact input[type="submit"]:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#contact input[type="submit"] {
    background-color: #f48380;
    border-color: #f48380;
}
#contact input[type="submit"].wpcf7-submit{
    flex: 0 0 100%;
    max-width: 100%;
    width: auto;
}
@media (min-width: 768px) {
    #contact input[type="submit"]:hover {
        color: #282828;
    }
    #contact input[type="submit"]:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.list-article-content .article-list-item {
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 4px rgb(128 128 128 / 11%);
    height: 100%;
    text-align: center;
}
.list-article-content .article-list-item .article-excerpt-image {
    overflow: hidden;
    display: block;
}
.list-article-content .article-list-item .article-excerpt-image img {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.list-article-content .article-list-item:hover .article-excerpt-image img {
    -moz-transform: scale(1.1, 1.1) rotate(2deg);
    -webkit-transform: scale(1.1, 1.1) rotate(2deg);
    -o-transform: scale(1.1, 1.1) rotate(2deg);
    transform: scale(1.1, 1.1) rotate(2deg);
}
.list-article-content .article-list-item .article-excerpt-content {
    padding: 15px;
}
.list-article-content .article-list-item .article-excerpt-meta {
    font-size: var(--font-size-body);
    display: inline-block;
    color: #282828;
    margin-bottom: 15px;
}
.list-article-content .article-list-item .article-excerpt-title {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}
.list-article-content .article-list-item .article-excerpt-desc{
    font-size: 15px;
}
.list-article-content .article-list-item .article-excerpt-readmore {
    display: inline-block;
    font-weight: 500;
}
.link {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.wrapper-content-blogs{
    margin: 48px 0;
}
.wrapper-content-blogs .page-title{
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 25px;
}
.widget_news_post h3.widget-title{
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
    cursor: pointer;
}
.news-post h3{
    font-size: 14px;
}
.item-article{
    padding: 18px 0;
    border-bottom: 1px dashed #dee2e6;
    margin: 0;
}
.entry-content{
    font-size: 15px;
}

.related-article h3{
    text-transform: uppercase;
    font-weight: 500;
}

.pager{
    padding: 40px 0;
}

.widget_shopping_cart_content{
    position: absolute;
    top: auto;
    background-color: #fff;
    box-shadow: 0px 4px 9px 2px rgba(0,0,0,0.3);
    width: 270px;
    right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999;
    display: none;
}
.act-cart-menu .widget_shopping_cart_content{
    display: block;
}
.bar-sort:hover .widget_shopping_cart_content{
    display: block;
}
.widget_shopping_cart_content.show{
    display: block;
}

.woocommerce-mini-cart__total{
    padding: 0px 10px;
}
.woocommerce-mini-cart__buttons{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 0;
}
.woocommerce-mini-cart__buttons a {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
ul.woocommerce-mini-cart{
    padding: 10px !important;
    list-style: none outside;
}
ul.woocommerce-mini-cart li{
    border-bottom: 1px solid #d8d8d8;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
ul.woocommerce-mini-cart li a{
    white-space: normal;
}
ul.woocommerce-mini-cart li img {
    float: left;
    margin-right: 15px;
    width: 70px;
    height: auto;
    box-shadow: none;
}
ul.woocommerce-mini-cart li a {
    display: block !important;
    font-weight: 500;
}
ul.woocommerce-mini-cart li span{
    position: absolute;
    bottom: 5px;
    right: 5px;
}
ul.woocommerce-mini-cart li span span{
    position: relative;
    bottom: 0;
    right: 0;
}
ul.woocommerce-mini-cart a.remove {
    position: relative;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 28px;
    background-color: #000;
    cursor: pointer;
    padding-right: 0;
    display: block !important;
    font-weight: 500;
    position: absolute;
    z-index: 9;
}
ul.woocommerce-mini-cart a.remove:before,
ul.woocommerce-mini-cart a.remove:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block !important;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}
ul.woocommerce-mini-cart a.remove:before{
    right: 5px;
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -sand-transform: rotate(44deg);
    transform: rotate(44deg);
}
ul.woocommerce-mini-cart a.remove:after {
    right: 5px;
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -sand-transform: rotate(-44deg);
}
ul.woocommerce-mini-cart a.remove:hover {
    color: #fff !important;
    background: red;
}
ul.woocommerce-mini-cart a.remove:hover:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}
ul.woocommerce-mini-cart a.remove:hover:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
}

.woocommerce-mini-cart__buttons.buttons .button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 400;
    left: auto;
    color: #fff;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: .667rem 15px .6rem;
    background-color: #3e3e3e;
    outline: 0;
    text-transform: uppercase;
    font-size: 12px;
    transition: color .4s ease-in,background-color .4s ease-in,border-color .4s ease-in;
}

.woocommerce-mini-cart__buttons.buttons .button.loading {
    opacity: .25;
    padding-right: 2.618em
}
.woocommerce-mini-cart__buttons.buttons a.button:hover {
    background-color: #d33;
    text-decoration: none;
    background-image: none;
    color: #fff;
}

.woocommerce-mini-cart__empty-message{
    padding: 10px;
}


.checkout-button {
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 500;
    padding: 15px 25px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #f48380;
    border-radius: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    overflow: hidden;
}
.checkout-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.checkout-button.dark {
    background-color: #f48380;
    border-color: #f48380;
}
.checkout-button.btnred {
    background-color: #ff1b0b;
    border-color: #ff1b0b;
}
@media (min-width: 768px) {
    .checkout-button:hover.dark {
        color: #282828;
    }
    .checkout-button:hover.btnred {
        color: #282828;
    }
    .checkout-button:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.msg-zalo {
    position: fixed;
    right: 28px;
    bottom: 85px;
    z-index: 9999;
    display: inline-block;
    height: 38px;
    width: 40px;
    color: #08c;
    font-weight: 400;
    border-radius: 7px;
    background-color: #fff;
}

#form-search{
    webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: .5s all ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease-in-out;    
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#form-search.open{
    top: 0;
    opacity: 1;
    z-index: 121;
    pointer-events: auto;
}
#form-search:after {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    display: block;
    position: absolute;
    z-index: 1;
    transition: all .3s ease-in-out;
    background: rgba(51,51,51,.6);
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#form-search .form-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
#form-search .form-search .search-form{
    border: 0;
    border-bottom: 2px solid #fff;
    z-index: 2;
}
#form-search .form-search input[type="search"]{
    background-color: transparent;
    border: 0px;
    box-shadow: 0px 0px 0px;
    border-radius: 0px;
    color: #fff;
    padding: 10px 0px;
    width: 300px;
}
#form-search .form-search input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fafafa;
    opacity: 1; /* Firefox */
}

#form-search .form-search input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fafafa;
}

#form-search .form-search input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #fafafa;
}
#form-search .form-search button[type="submit"]{
    border: 0px;
    box-shadow: 0px 0px 0px;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
}
#form-search .form-search .close {
    position: fixed;
    top: 80px;
    right: 30px;
    opacity: 1;
    z-index: 99;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
}