/*
Theme Name: neomedia
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root{
    --color-blue:#195E75;
    --color-red:#ef3636;
}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #ebebeb;
}
::-webkit-scrollbar-thumb {
    background-color: #195E75;
}
html, body {
    font-size: 16px;
    color: #4F4F4F;
    line-height: 1.5;
}
b,
strong {
    font-weight: bold;
}
.h2,
h2 {
    font-size: 1.4em;
}
.h3,
h3 {
    font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6, .heading-font {line-height: 1.3;}
.ux-menu-link__link {
    padding: 0;
    min-height: unset;
    margin-bottom: 8px;
}
a{
    color: #b46382;
}
#breadcrumbs {
    padding: 10px 0;
    background: #f1f1f1;
    margin-bottom: 30px;
}
#breadcrumbs p {
    margin: 0;
}
.breadcrumbs,
#breadcrumbs span {
    font-size: 16px;
    text-transform: initial !important;
    font-weight: 400;
    color: #184363;
    opacity: 1;
}
#breadcrumbs a {
    text-transform: initial;
    font-size: 14px;
    color: #184363;
}
.archive h1.term-name {font-size: 28px;margin-bottom: 20px;}
.taxonomy-description ul,
.taxonomy-description ol {
    padding-left: 25px;
}
.taxonomy-description {
    margin-bottom: 30px;
}
.row .row-small:not(.row-collapse),
.container .row-small:not(.row-collapse) {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}
.row-small > .flickity-viewport > .flickity-slider > .col,
.row-small > .col {
    padding: 0 9px 20px;
    margin-bottom: 0;
}

pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
    margin-bottom: 20px;
}
.button.az-button {
    padding: 0 30px;
    line-height: 56px;
    height: 56px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    text-shadow: unset;
    font-weight: normal;
    border-radius: 7px;
}
.button.az-button.primary{
    font-weight: 700;
    color: #111;
}
.button.az-button.primary:hover,
#reviews input[type="submit"]:hover {
    background-color: var(--color-green-main);
    color: #fff;
}
.button.az-button.secondary {
    border-color: #df4521;
}
.button.az-button.is-small {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    padding: 0 16px;
    border: none;
    font-weight: 500;
}
.az-button.white {
    background: white !important;
    border: 1px solid white !important;
    color: #184363 !important;
}
.az-button.white:hover {
    background: #15a9e3 !important;
    border: 1px solid #15a9e3 !important;
    color: #fff !important;
    box-shadow: unset;
}
.is-outline.az-button {
    background: transparent;
    color: #2B3875;
}
.is-outline.az-button:hover {
    background: #4588c8;
    border: none;
}
.is-link.az-button.primary:hover{
    color: initial;
}
.is-link.az-button{
    position: relative;
    height: 30px;
    line-height: 30px;
    min-height: unset;
    padding: 0;
    margin: 0;
}
.is-link.az-button i{
    margin: 0 !important;
    font-size: 24px;
}
.is-link.az-button:before{
    content:"";
    position: absolute;
    height: 1px;
    background-color: #111;
    bottom: 0;
    left: 0;
    right: 100%;
    transition: all 0.3s ease;
}
.is-link.az-button:hover:before{
    right: 0;
}
.button.az-button .inner-button  > i {
    vertical-align: 0;
    margin-right: 10px;
    margin-left: 0;
}
.button.az-button .inner-button > span + i {
    margin-right: 0;
    margin-left: 10px;
}
.az-button.is-outline.white {
    background: transparent !important;
    color: #fff;
    border-color: #fff;
}
.az-title-shortcode {
    margin-bottom: 20px;
}
.az-title-shortcode.center {
    text-align: center;
    margin-bottom: 40px;
}
.az-sub-title {
    margin-bottom: 0;
    font-weight: 600;
    color: #8b8b8b;
}
.az-title-shortcode .title-description {
    margin-top: 10px;
    font-weight: 500;
}
.az-title {
    text-transform: uppercase;
    color: #2e3191;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: bold;
}
.section-title-container {margin-bottom: 10px;}
.section-title .sub-title {
    font-size: 18px;
    color: #3CB4E7;
    font-weight: bold;
    padding: 0;
    text-transform: initial;
    opacity: 1;
    line-height: 1.44;
}
h2.section-title {
    text-align: center;
    font-size: 32px;
    line-height: 125%;
    border: none;
}
.section-title .read-more{
    position: absolute;
    right: 0;
    height: unset;
    margin: 0;
    line-height: inherit;
    padding: 0;
    text-transform: initial;
}
.section-title .read-more i{
    color: #111;
    opacity: 1;
    margin: 0;
    font-size: 25px;
}
.section-title .read-more.button.az-button.primary:hover{
    color: #111;
}
.description-title {
    color: #4d4d4d;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.section-title-center ~ .description-title {
    text-align: center;
}
.section-title {
    font-weight: bold;
    flex-direction: column;
}
.section-title .ez-toc-section {display: none;}
.section-title-normal {
    border: none;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}
.is-link .section-title-normal:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #580e06;
    top: 50%;
}

.section-title-normal a.view-more {
    font-size: 13px;
    font-weight: 500;
    background: #184363;
    padding: 0 20px;
    border-radius: 7px;
    color: #fff;
    line-height: 30px;
    height: 30px;
}
.section-title-normal a.view-more i {
    color: #fff;
}
.section-title-main {
    border: none !important;
    padding: 0;
    margin: 0;
    text-transform: initial;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    text-align: center;
}
.section-title-normal .section-title-main {text-align: left;margin-right: 0;margin-left: 0;padding-left: 0;color: inherit;}
.is-link .section-title-normal .section-title-main {
    background: white;
    position: relative;
    z-index: 1;
    padding-right: 15px;
}
.section-title-normal .section-title-main span {
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    z-index: 2;
    text-transform: initial;
}
.section-title-normal .read-more {
    text-transform: initial;
    margin: 0;
    border-radius: 12px;
    border: none;
    font-size: 14px;
    padding: 0 0 0 15px;
    line-height: 36px;
    height: 36px;
    background: white;
    position: relative;
    z-index: 1;
}
.section-title i.icon-angle-right {
    margin-left: 5px;
    font-size: 17px;
}
.title-text-link .section-title-normal .section-title-main {
    max-width: calc(100% - 150px);
}
h1.section-title .section-title-main {
    font-size: 28px;
}
h2.section-title .section-title-main {
    font-size: 26px;
    color: #111;
    display: contents;
}
.section-title-center {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px !important;
}
.section-title-center span {
    margin: 0 auto;
}
.section-title span {text-transform: initial;}
.product-summary .variations_button {
    gap: 10px;
}
.product-summary .single_add_to_cart_button {
    border: 1px solid black;
    background: transparent;
    color: black;
    flex: 1;
}
.quantity{
    overflow: hidden;
    margin-bottom: 0;
    align-items: center;
    padding: 0;
    background: #efefef;
}
.quantity input[type=number]{
    background: unset;
    border: unset;
    height: 44px;
    width: 50px;
    max-width: unset;
    background: #efefef;
}
input[type=button].is-form{
    width: 34px;
    height: 44px;
    min-height: auto;
    line-height: 28px;
    font-size: 20px;
    padding: 0;
    font-weight: 300;
    color: #111;
    background-color: unset;
}
.quantity .button.minus,
.quantity .button.plus{
    border: none !important;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection,
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="text"],
textarea,
input[type="password"],
input[type="time"],
input[type="date"],
select {
    border: 1px solid rgb(216, 216, 216);
    box-shadow: none;
    width: 100%;
    display: block;
    line-height: 40px;
    height: 55px;
    padding: 0 15px;
    font-size: 16px;
    margin: 0;
}
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    box-shadow: unset;
}
.select2-container {font-size: 14px;}
.neo-woo-form .form-row {
    display: flex;
    margin-bottom: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {height: 53px;line-height: 53px;}
textarea {
    min-height: 100px;
    padding: 10px;
    line-height: 1.6;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.box-push .box-text {
    border-radius: 5px 5px 0 0;
    background: rgba(255, 255, 255, 0.8);
}
.pagination-outside > .slider,
.pagination-outside.slider {
    padding-bottom: 30px;
}
.page-wrapper {
    padding: 0;
}
table {
    margin: 0 auto 1.5em;
    width: 100%;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
}
table td,
table th {
    padding: 10px !important;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.nav-column li.active>a, 
.nav-column li>a:hover, 
.nav-dropdown li.active>a, 
.nav-dropdown>li>a:hover, 
.nav-vertical-fly-out>li>a:hover, 
.nav>li.active>a, .nav>li.current>a, 
.nav>li>a.active, .nav>li>a.current, 
.nav>li>a:hover{
    
}
.slider-nav-reveal .flickity-prev-next-button, 
.slider-nav-reveal .flickity-prev-next-button:hover{
    box-shadow: 0 0px 43px 55px rgb(255 255 255 / 100%);
}
.progress {
    display: flex;
    align-items: center;
}
.progress p {margin: 0;width: 20px;}
.visual_progress {
    height: 2px;
    width: 200px;
    background: #c2c2c2;
    position: relative;
    margin: 0 15px;
}
.visual_progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    background-color: black;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
}
.slider-show-nav .flickity-prev-next-button, 
.slider:hover .flickity-prev-next-button{
    opacity: 1;
}
/*************** AZ ICON BOX  ***************/
.az-icon-box {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}
.az-icon-header {
    padding: 25px;
    text-align: center;
}
.az-icon-box-title {
    margin: 8px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
}
.az-icon-box-description {
    font-weight: 300;
    padding: 15px 15px 10px;
    text-align: center;
}
.az-icon-box-description > *:last-child {
    margin-bottom: 10px;
}
.az-icon-box-description p {
    margin-bottom: 10px;
}

/*************** AZ MENU  ***************/
.az-menu,
.sticky-menu .ux-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
    flex-direction: row;
    margin-bottom: 40px;
    justify-content: center;
}
.sticky-menu {
    position: sticky;
    top: 70px;
    background: #f7f7f7;
    z-index: 99;
    padding: 0 !important;
}
.sticky-menu .ux-menu {
    justify-content: center;
}
.az-menu li,
.sticky-menu .ux-menu-link {
    margin: 0 15px;
    margin-bottom: 0 !important;
}
.az-menu li:first-child{
    margin-left: unset;
}
.az-menu li:last-child{
    margin-right: unset;
}
.az-menu li a,
.sticky-menu .ux-menu-link a {
    color: #777;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    white-space: nowrap;
    min-height: unset;
    padding: 0;
    display: block;
}
.az-menu li.current-menu-item a{
    font-weight: 600;
}
.az-menu li.current-menu-item a,
.az-menu li:hover>a,
.sticky-menu .ux-menu-link:hover a,
.sticky-menu .ux-menu-link.active a {
    color: #111;
}
.az-menu li a:after,
.sticky-menu .ux-menu-link a:after {
    content: "";
    height: 2px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -21px;
    display: block;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all linear 0.3s;
}
.az-menu li.current-menu-item a:after,
.az-menu li:hover a:after,
.sticky-menu .ux-menu-link:hover a:after,
.sticky-menu .ux-menu-link.active a:after {
    background: #195E75;
    left: 0;
    right: 0;
}

/*************** NEO CTA BUTTON  ***************/


/*************** TOOLTIPSER  ***************/
.tooltipster-sidetip .tooltipster-box {
    font-family: Inter, sans-serif;
    border: none !important;
    font-weight: 400;
}
.tooltipster-default .tooltipster-content {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px;
}

/*************** AZ VIDEO  ***************/
.az-video .box {
    padding: 10px;
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.az-video .box-image {
    border-radius: 10px;
}
.az-video .box-text {
    padding: 15px 10px 5px;
}
.az-video .box-text h3 {
    text-align: center;
    margin: 0;
    color: #4d4d4d;
    font-weight: 500;
}

/*************** HEADER ***************/
[data-icon-label]:after{
    background-color: var(--color-blue);
}
.header-nav-main.nav-right>li{
    height: 90px;
    display: flex;
    margin: 0 10px;
}
.stuck .header-nav-main.nav-right>li{
    height: 70px;
}
.header-nav-main.nav-right .users-custom{
    background-image: url(assets/images/user.png);
    height: 30px;
    width: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    transform: translateY(2px);
}
.header-nav-main.nav-right .cart-item img{
    width: 30px;
}
.header-nav-main.nav-right .header-cart-icon:after{
    top: 12px;
}
.stuck .header-nav-main.nav-right .header-cart-icon:after{
    top: 1px;
}
.header-nav-main.nav-right i{
    font-size: 23px;
    color: #111;
}
.header-nav-main.nav-right .header-search i{
    transform: translateY(2px);
}
.header-nav-main.nav-left .menu-item a,
.header-nav-main.nav-right .has-dropdown>.nav-dropdown>li>a{
    /* font-weight: 500; */
    color: #111;
    font-size: 16px;
}
.header-nav-main.nav-left .section-title-main {font-weight: bold !important;}
.header-nav-main.nav-left>li{
    margin: 0 10px;
}
.header-nav-main>li{
    position: relative;
}
.header-nav-main.nav-left .menu-item>.nav-top-link:after{
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--color-blue);
    bottom: 0;
    right: 50%;
    left: 50%;
    transition: all 0.3s ease;

}
.header-nav-main.nav-left .current-menu-item > .nav-top-link:after, 
.header-nav-main.nav-left .menu-item:hover>.nav-top-link:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--color-blue);
    bottom: 0;
    right: 0;
    left: 0;
}
.header-nav-main.nav-left .menu-item section.container {
    padding-left: 15px;
    padding-right: 15px;
}
.header-nav-main.nav-left .menu-item .section-title-container,
.header-nav-main.nav-left .sub-menu>.menu-item a,
.header-nav-main.nav-right .has-dropdown .nav-dropdown>li>a{
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-blue);
}
.header-nav-main.nav-left .menu-item .section-title-main,
.header-nav-main.nav-left .sub-menu>.menu-item a,
.header-nav-main.nav-right .has-dropdown>.nav-dropdown>li>a{
    transition: all 0.3s ease;
}
.header-nav-main.nav-left .menu-item .section-title-main:hover,
.header-nav-main.nav-left .sub-menu>.menu-item a:hover,
.header-nav-main.nav-right .has-dropdown>.nav-dropdown>li>a:hover{
    padding-left: 10px;
}
.header-nav-main.nav-left .menu-item .ux-menu-link__link span{
    font-weight: 300;
    position: relative;
}
.header-nav-main.nav-left .menu-item .ux-menu-link__link span:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: var(--color-blue);
    bottom: 0;
    left: 0;
    right: 100%;
    transition: all 0.3s ease;
}
.header-nav-main.nav-left .menu-item .ux-menu-link__link:hover span:after{
    right: 0;
}
.header-nav-main.nav-left .menu-item>.nav-dropdown,
.header-nav-main .has-dropdown .nav-dropdown{
    transition: opacity .3s,visibility .3s,transform .4s;
    border: none;
}
.header-nav-main.nav-left .menu-item>.nav-dropdown,
.header-nav-main.nav-right .has-dropdown>.nav-dropdown{
    transform: translateY(30px);
}
.header-nav-main.nav-right .has-dropdown>.nav-dropdown{
    position: absolute;
    top: 100%;
}
.header-nav-main.nav-left .menu-item:hover>.nav-dropdown,
.header-nav-main.nav-right .has-dropdown:hover>.nav-dropdown{
    transform: translateY(0px);
}
.nav-dropdown-has-arrow li.has-dropdown:after, 
.nav-dropdown-has-arrow li.has-dropdown:before{
    display: none;
}

/*************** PRODUCT-SMALL ***************/
.product-small>.col-inner{
    height: 100%;
}
.product-small .title-wrapper,
.product-small .price-inner,
.product-small .price-wrapper,
.product-small .label-wrapper
{
    margin-bottom: 8px;
}
.product-small .product-title a{
    line-height: 1.5;
    color: #111;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}
.product-small .stars-wrapper .star-count{
    padding-right: 5px;
    border-right: 1px solid #111;
}
.product-small .stars-wrapper .rating_count{
    padding-left: 5px;
}
.product-small .stars-wrapper span{
    line-height: 16px;
    height: 16px;
    color: #111;
    font-weight: 400;
    display: inline-block;
}
.product-small .price-inner{
    display: flex;
    line-height: 17px;
    flex-wrap: wrap;
}
.product-small .price-inner .per{
    color: var(--color-red);
}
.product-small .price-inner .per,
.product-small .price .woocommerce-Price-amount{
    font-size: 16px;
    font-weight: 500;
    margin-right: 8px;
}
.product-small .price-inner .price{
    margin: 0;
    line-height: 17px;
}
.product-small .price-inner .price.is_on_sale{
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
}
.product-small .text-center .price-inner {
    justify-content: center;
}
.product-small .price.is_on_sale ins .woocommerce-Price-amount{
    color: #333;
    font-weight: bold;
    font-size: 24px;
}
.product-small .price del .woocommerce-Price-amount,
.product-small .price del
{
    font-size: 16px;
    line-height: 17px;
    display: block;
    color: #B1B1B1;
    opacity: 1;
}
.product-small .label-wrapper .label-item{
    display: inline-block;
    height: 20px;
    border: 1px solid #111;
    border-radius: 999px;
    line-height: 18px;
    padding: 0 7px;
    font-size: 13px;
    font-weight: 400;
}
.product-small .wishlist-button{
    border: unset;
    color: #111;
    background-color: #fff;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px !important;
}
.product-small .wishlist-button.wishlist-added{
    color: var(--color-red);
}
.product-small .wishlist-button:hover{
    background-color: #fff;
    box-shadow: unset;
}
.product-small .wishlist-button i{
    font-size: 22px;
    transition: all 0.2s ease;
    height: 24px;
    width: 24px;
    top: 0;
}
.product-small .wishlist-button:hover i{
    color: var(--color-red);
}
.product-small .box-image img{
    transition: all 0.3s ease;
}
.product-small:hover .box-image .attachment-post-thumbnail{
    scale: 1.15;
}
.product-small .add_to_cart_button{
    position: absolute;
    bottom: -10px;
    right: 10px;
    padding: 8px;
    border-radius: 7px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    width: 39px;
    height: 39px;
}
.product-small:hover .add_to_cart_button{
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.product-small .add_to_cart_button img{
    display: block;
}
.product-small .added_to_cart{
    display: none;
}
.product-small .title-wrapper a{
    display: -webkit-box;
    height: 50px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.product-small .wishlist-popup{
    top: 120%;
}
.nav-pagination>li>span,
.nav-pagination>li>a{
    border: unset;
    border-radius: unset;
    line-height: 2.25em;
}
.nav-pagination>li>.current, 
.nav-pagination>li>a:hover, 
.nav-pagination>li>span:hover {
    background-color: #111;
}
.product-small .countdown-sale{
    height: 23px;
    line-height: 21px;
}
.product-small .countdown-sale .label{
    font-size: 12px;
}
.product-small .countdown-sale .countdown-time{
    font-size: 11px;
}
.product-small .countdown-sale .label i{
    line-height: 20px;
}
/*************** SINGLE-PRODUCT ***************/
.product-main .row, .product-footer .container {max-width: 1250px}
.woocommerce-thumbnail {
    overflow: hidden;
}
.woocommerce-thumbnail .slick-slide {margin: 0 0 10px;}
.woocommerce-thumbnail .slick-slide img {display: block;width: 100%;}
.woocommerce-thumbnail .slick-slide.slick-current {border-color: black;}
.woocommerce-thumbnail .slick-slide:last-child {margin-bottom: 0;}
.slick-arrow {
    margin: 0 auto;
    color: transparent;
    font-size: 0;
    text-align: center;
    border: none;
    display: block;
    position: absolute;
    z-index: 9999;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    line-height: 35px;
    opacity: 0;
    left: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.slick-arrow.slick-next {
    left: initial;
    right: 30px;
}
.slick-slider:hover .slick-arrow {
    opacity: 1;
    left: 10px;
}
.slick-slider:hover .slick-arrow.slick-next {
    opacity: 1;
    right: 10px;
    left: initial;
}
.slick-arrow:after {
    content: "\eac9";
    font-family:IcoFont!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    white-space:nowrap;
    word-wrap:normal;
    direction:ltr;
    line-height:1;
    -webkit-font-feature-settings:"liga";
    -webkit-font-smoothing:antialiased;
    color: black;
    font-size: 35px;
}
.slick-arrow.slick-next:after {content: "\eaca"}
.slick-vertical .slick-arrow {margin: 0 auto 10px;position: static;opacity: 1;}
.slick-vertical .slick-arrow:after {content: "\eacb";}
.slick-vertical .slick-arrow.slick-next:after {content: "\eac8"}
.product-info {padding-left: 100px;}
.product-info .label-wrapper .label-item{
    display: inline-block;
    height: 20px;
    border: 1px solid #111;
    border-radius: 999px;
    line-height: 18px;
    padding: 0 7px;
    font-size: 13px;
    font-weight: 400;
}
.product-info form{
    margin-bottom: 0;
}
.product-info .product-button,
.product-info .product-quantity,
.product-info .sku_wrapper,
.product-info .capacity_wrapper,
.product-info .price-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.product-info .product-button button,
.product-info .product-button .button{
    margin: 0;
    border: 1px solid #111;
    background-color: #fff;
    color: #111;
    font-weight: 600;
}
.product-info .product-button button, .product-info .product-button a{
    width: calc(50% - 40px);
    height: 60px;
    padding: 0;
    line-height: 58px;
}
.product-info .product-button #single_go_checkout{
    background-color: #111;
    color: #fff;
}
.product-info .wishlist-button{
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
}
.product-info .wishlist-button.wishlist-added {
    color: var(--color-red);
}
.product-info .wishlist-popup{
    margin-top: 0;
}
.product-info .product-quantity .quantity {
    margin: 0;
}
.product-info .label {
    font-size: 18px;
    font-weight: 400;
}
.product-info .value {
    font-weight: 500;
    font-size: 18px;
}
table.variations .label {
    margin-bottom: 10px;
}
.ux-swatch--label {
    font-weight: bold;
    padding: 10px;
    box-shadow: unset;
    border: 1px solid grey;
}
.variations_form .ux-swatch.selected, .variations_form .ux-swatch:hover {
    box-shadow: unset !important;
    border-color: black;
    background: black;
    color: white;
}
.variations .reset_variations {
    top: 4px;
}
.product-info .product_meta{
    margin-bottom: 0;
}
.product-info .product_meta>span{
    border-top: unset;
    padding: 0;
}
.product-info .price-inner{
    display: flex;
    align-items: baseline;
}
.product-info .price-inner .price,
.product-info .price-inner .per{
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
}
.product-info .price-inner .per{
    color: var(--color-red);
}
.product-info .price-inner .price.is_on_sale ins .woocommerce-Price-amount{
    color: black;
    font-size: 30px;
}
.product-info .price-inner .price.is_on_sale ins .woocommerce-Price-amount,
.product-info .price-inner .per{
    margin-right: 10px;
}
.product-info .price-inner .price.is_on_sale del .woocommerce-Price-amount,
.product-info .price-inner .price.is_on_sale del,
.product-info .price-inner .per
{
    font-size: 18px;
    line-height: 18px;
}
.product-info .price-inner .price.is_on_sale {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
}
.product-info .product-short-description{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cbcbcb;
}
.product-info .product-short-description p{
    margin: 0;
}
.product-info .price-total-wrapper{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid#cbcbcb;
    line-height: 24px;
}
.product-info .price-total-label{
    font-weight: 600;
}
.product-info .price-total{
    font-size: 24px;
    font-weight: 600;
    color: var(--color-blue);
}
.product-footer .main-content-product {
    margin: 0 auto 50px;
    background: white;
    padding: 30px 40px;
    position: relative;
    box-shadow: 0px 0px 10px #0000001c;
    border-radius: 5px;
    max-width: 1000px;
}
.product-footer .main-content-product ul {padding-left: 30px;}
.product-footer .title {
    font-size: 22px;
    font-weight: bold;
}
#commentform #submit{
    margin: unset;
    background-color: var(--color-blue);
}
.product-footer .review-form-inner{
    padding: 30px;
    border-color: #111;
}
.product-info .countdown-sale{
    margin-top: 10px;
}
.product-gallery .woocommerce-thumbnail{
    width: fit-content !important;
}
.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover{
    border-color: #333;
}
.mobile-product-details .block-content{
    padding: 15px 20px;
    background: white;
    margin-bottom: 10px;
    display: block !important;
}
.mobile-product-details .header-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-product-details .content-block{
    display: none;
    padding-top: 10px;
    font-size: 16px;
}
#product_reviews .header-block{
    pointer-events: none;
}
#product_reviews *{
    pointer-events: auto;
}
#product_reviews .content-block{
    display: block;
}
.mfp-content .block-content{
    background-color: #fff;
    height: 100vh;
}
.mfp-content .block-content .header-block{
    background-color: #111;
    color: #fff;
    height: 50px;
    padding: 0 20px;
}
.mfp-content .block-content .header-block h2{
    color: white;
    font-size: 20px;
    margin: 0;
    text-align: center;
    line-height: 50px;
    height: 50px;
}
.mfp-container{
    padding: 0;
}
.mfp-content .content-block{
    padding: 20px;
    font-size: 16px;
    height: calc(100vh - 50px);
    overflow-y: auto;
}
table.variations, table.variations tbody, table.variations tr, table.variations th {
    border: none;
    display: block;
    padding: 0 !important;
}
table.variations .value {padding: 0 !important;max-width: unset;display: block;}
.ux-swatches-attribute-ux_label {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
}

/*************** SHOP ***************/
#woocommerce-ordering label {
    margin: 0 0 0 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
#woocommerce-ordering label input {
    position: absolute;
    opacity: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    cursor: pointer;
}
#woocommerce-ordering label span {
    color: #8b8b8b;
    font-weight: normal;
    font-size: 15px;
}
#woocommerce-ordering label input.checked ~ span {color: #333;}
#woocommerce-ordering label input.checked ~ span:before {
    content: '';
    background: url(assets/images/sort_active.png) no-repeat left center;
    width: 13px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}
.shop-page-title-top {
    padding-top: 50px;
    text-align: center;
}
.shop-page-title-top .main-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.shop-page-title-top .az-menu {
    padding: 15px 50px;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: 0;
    align-items: flex-start;
}
.shop-page-title-top .az-menu>li {
    margin: 0;
    max-width: 16.6666%;
    flex-basis: 16.6666%;
}
.shop-page-title-top .az-menu>li>a{
    padding: 10px 20px;
}
.shop-page-title-top .az-menu li a {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.shop-page-title-top .az-menu>li>a:before {
    content: '';
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    background: #a3a3a3;
    left: 0;
    top: 14px;
}
.shop-page-title-top .az-menu li:nth-of-type(6n+1) a:before, .shop-page-title-top .az-menu li a:after {display: none;}
.post-type-archive-product .products {
    margin-left: -20px;
    margin-right: -20px;
}
.post-type-archive-product .products > .product-small {
    padding: 0 20px 40px;
}
.shop-page-title-top .az-menu .sub-menu{
    list-style: none;
    margin: 0;
    transition: all 0.5s ease-in-out;
    max-height: 0;
    overflow: hidden;
}
.shop-page-title-top .az-menu>li:hover .sub-menu{max-height: 300px;}
.shop-page-title-top .az-menu .sub-menu li{
    margin: 0;
    padding: 5px 0;
}

/*************** HOME ***************/
.home-banner .progress {
    position: absolute;
    bottom: 30px;
    z-index: 999;
    right: 30px;
}
.home-banner .progress .visual_progress {background: #0000003b;height: 3px;width: 150px;}
/*.section_spm {
    padding-left: calc((100vw - 1370px) / 2);
}*/
.section_spm .tabbed-content{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.section_spm .flickity-slider .col,
.section_spm .tab-panels{
    padding-bottom: 0 !important;
}
.section_spm .tabbed-content h4{
    font-size: 24px;
    text-transform: initial;
    font-weight: 600;
    letter-spacing: 0;
}
.section_spm .tab span,
.section-dgsp .tab span{
    font-weight: 400;
    color: #111;
}
.section_spm .tabbed-content .nav-vertical{
    min-width: 260px;
    align-items: flex-start;
}
.section_spm .tabbed-content .tab-panels {
    border: none;
    padding: 0;
    flex-basis: calc(100% - 260px);
    max-width: calc(100% - 260px);
}
.section_spm .tabbed-content .nav-vertical li {border: none;}
.section_spm .tabbed-content .nav-vertical li:first-child a {padding: 0;}
.section_spm .tabbed-content .nav-vertical li:first-child a span {
    font-weight: 600 !important;
    font-size: 20px;
}
.section_spm .tabbed-content .nav-vertical li:first-child a span:after {display: none;}
.section_spm .tabbed-content .nav-vertical li a,
.section-dgsp .tabbed-content li a {
    font-size: 16px;
    text-transform: initial;
    padding: 10px 0;
}
.section_spm .tabbed-content .nav-vertical li.active a span,
.section-dgsp .tabbed-content li.active a span{
    font-weight: bold;
    position: relative;
}
.section_spm .tabbed-content .nav-vertical li.active a span:after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background-color: #3d3d3d;
    transform: translateY(-50%);
    top: 55%;
    right: -15px;
}
.section_spm .tabbed-content .nav-vertical li.active a:before,
.section_spm .tabbed-content .nav-vertical li:hover a:before{display: none;}

/* .tabbed-content .nav-vertical+.tab-panels{
    width: calc(100% - 20%);
} */
.section-video .progress {
    position: absolute;
    z-index: 9;
    left: calc(50% + 80px);
    bottom: 30px;
}
.section-best-seller .progress {
    margin: 40px auto;
    justify-content: center;
}
.section-best-seller .visual_progress {
    width: 50%;
}
.section-best-seller .num{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 55px;
    height: 55px;
    padding: 10px;
    background-color: #000;
    text-align: center;
    line-height: 20px;
}
.section-best-seller .num span{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 13px;
    margin-bottom: 6px;
    display: block;
}
.section-best-seller .num p{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
}
.section-best-seller .section-content > .row > .col .col:not(:first-child) .num{
    background-color: #BABEC6;
}
.section_spm .visual_progress {
    margin: 0;
    width: 100%;
}
.progress-bar {
  height: 10px;
  width: 0;
  background: #333;
}
.list-video:hover .flickity-prev-next-button {opacity: 1}
.section-dgsp .icon-box-text{
    margin-bottom: 30px;
}
.section-dgsp .tabbed-content li{
    margin: 0 30px;
}


/*************** Testimonial ***************/
.testimonial-box .testimonial-text>*{
    text-align: justify;
}
.testimonial-box .testimonial-text>:last-child{
    margin-bottom: 0;
}
.testimonial-box .icon-box-text{
    padding: 15px;
    border: 1px solid #ececec;
    background: white;
}
.testimonial-box .star-rating{
    margin-top: 15px;
    margin-bottom: 15px;
}
.testimonial-box .testimonial-name{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
}
.testimonial-box .testimonial-company{
    font-size: 14px;
    opacity: 0.7;
}
.testimonial-box .testimonial-text{
    margin-bottom: 10px;
}

/*************** PAGE DEALS ***************/
.section_prodeals .tabbed-content{
    border-top: 2px solid #111;
    padding-top: 20px;
}
.section_prodeals .tab{
    margin: 0 5px;
}
.section_prodeals .tab a{
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}
.section_prodeals .tab:first-child a{
    padding-left: 0;
}
.section_prodeals .tab.active a{
    font-weight: 600;
}
/*************** PAGE WISHLIST ***************/
.wishlist_table th.product-add-to-cart{
    border-right: 1px solid #bfbfbf;
}

/*************** PAGE ACCOUNT ***************/
.woocommerce-account .account-container{
    display: flex;
    justify-content: center;
}
.woocommerce-account .account-login-inner h3{
    text-align: center;
    font-size: 30px;
}
.woocommerce-account .woocommerce-form-login{
    max-width: 500px;
    width: 100%;
}
.woocommerce-account .woocommerce-form-login input,
.woocommerce-account .woocommerce-form-register input{
    border: 1px solid #111;
}
.woocommerce-account .content-account{
    display: none;
}
.woocommerce-account .content-account.action{
    display: block;
    width: 100%;
}
.woocommerce-account .box-bottom{
    text-align: center;
}
.woocommerce-account .box-bottom a,
.woocommerce-account .btn-lostpass a{
    text-transform: uppercase;
    text-decoration: underline;
    color: var(--color-red);
    font-weight: 600;
    font-size: 14px;
}

/*************** PAGE CART ***************/
.shop_table thead th,
.woocommerce-cart .cart_totals th.product-name,
.shop_table .order-total th,
.shop_table .order-total td,
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td,
.woocommerce-cart .cart-wrapper table td{
    border-right: 0;
    border-color: #111;
}
.woocommerce-cart .cart_totals table,
.woocommerce-cart .cart-wrapper table,
.woocommerce-cart .cart-wrapper table tr:last-child td
{
    border: unset;
}
.woocommerce-cart .shop_table .product-subtotal{
    min-width: 95px;
}
.woocommerce-cart .checkout-button{
    background-color: #111;
}
.woocommerce-cart .shop_table tr th{
    font-weight: 600;
}
.woocommerce-cart .shop_table .cart_item td{
    border-bottom: 1px dashed #bfbfbf !important;  
}
.woocommerce-cart .shop_table .cart_item:last-child td{
    border-bottom: 1px solid #111;
}

/*************** PAGE CHECK_OUT ***************/
.select2-container--open {padding-top: 32px;}
.form-row .select2-container--open {padding-top: 0;}
.select2-container--open .select2-search__field {height: 40px;}
.woocommerce-billing-fields{
    border-color: #111;
}
.woocommerce-checkout .shop_table{
    border: unset;
}
.woocommerce-checkout .shop_table thead th,
.woocommerce-checkout .order-total th,
.woocommerce-checkout .order-total td{
    border-color: #111;
}
.woocommerce-checkout .shop_table td,
.woocommerce-checkout .cart-subtotal th{
    border-right: 0;
}
.woocommerce-shipping-totals .shipping__inner {padding: 0 !important;}
.woocommerce-shipping-totals .shipping__inner .shipping__table {border: none;}
.woocommerce-shipping-totals .shipping__inner .shipping__table th, .woocommerce-shipping-totals .shipping__inner .shipping__table td {border: none;}
.woocommerce-shipping-totals .shipping__inner .shipping__table td .shipping__list_item label {font-weight: bold;color: #333;opacity: 1;}
.woocommerce-checkout .shop_table .cart_item td{
    border-bottom: 1px dashed #bfbfbf;
}
.woocommerce-checkout .shop_table .cart_item:last-child td{
    border-bottom: 1px solid #111;
}
.woocommerce-checkout .checkout-sidebar button[type="submit"]{
    background-color: #111;
    margin: 0;
    width: 100%;
    height: 50px;
}
.wc_payment_methods.payment_methods {margin-bottom: 0;}
.woocommerce-form__label-for-checkbox {padding: 7px 0 10px;margin: 7px 0 10px;font-weight: normal;font-size: 15px;}
.checkout-page-title .breadcrumbs {font-size: 18px;}
.checkout-breadcrumbs a {color: #666;}
.breadcrumb-step {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    background: #f6f6f6;
}
.current .breadcrumb-step {background: black;color: white;}

/*************** PAGE LIÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â N HÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  ***************/
.section_branch .row_branch .col-inner{
    padding: 40px;
    background-image: url(assets/images/price-02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.section_branch .row_branch .col-inner:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 1;
    border: 1px solid;
    transition: all 0.3s ease;
}
.section_branch .row_branch .col-inner div{
    position: relative;
    z-index: 1;
}
.section_branch .row_branch .col:hover .col-inner:after{
    opacity: 0.8;
}
.section_branch .row_branch .ux-menu-link__icon{
    font-size: 22px;
    width: 36px;
}
.section_branch .row_branch .ux-menu-link__link{
    margin: unset;
}
.section_branch .row_branch .ux-menu-link{
    padding-top: 20px;
}
.section_branch .row_branch .ux-menu-link:first-child{
    padding-top: 0;
}
.section_branch .row_branch .ux-menu-link__text{
    font-weight: 400;
}
.section_branch .button{
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    color: #111;
    background-color: #000;
    color: #fff;
}
.section_branch .button:hover,
#form--dktv button:hover{
    background-color: var(--color-blue);
}
.container_form_dang_ky_tu_van h2{
    font-size: 36px;
}
#form--dktv{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4,1fr);
    grid-gap: 20px;
    margin-bottom: 60px;
}
#form--dktv input,
#form--dktv button
{
    margin: 0;
    height: 55px;
    border-radius: unset;
}
#form--dktv input[name='name']{grid-column: 1;grid-row: 1;}
#form--dktv input[name='email']{grid-column: 1;grid-row: 2;}
#form--dktv input[name='phone']{grid-column: 1;grid-row: 3;}
#form--dktv textarea{
    grid-column: 2;
    grid-row: 1/5;
    height: 100%;
}
#form--dktv button{
    grid-column: 1;grid-row: 4;
    background-color: #111;
    color: #fff;
}
/*************** PAGE VÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ DALIV ***************/
.page-id-19 .section-title-normal span{
    padding-bottom: 0;
}
.page-id-19 .section_banner h2,
.page-id-19 .section_banner h3{
    padding-bottom: 15px;
}
.page-id-19 .banner_img1{
    left: 4%;
    bottom: 270px;
    z-index: 5;
}
.page-id-19 .banner_img2{
    bottom: -340px;
    left: 96%;
    z-index: 5;
}
.page-id-19 .section_gtmh .row .col-inner>.img{
    display: none;
}
.page-id-19 .section_gtmh .row .col-inner>.img.action{
    display: block!important;
}
.page-id-19 .section_gtmh .ux-menu{
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 16px;
}
.page-id-19 .section_gtmh .menu-item:before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background-color: #777;
    margin: 0 15px 0 15px;
}
.page-id-19 .section_gtmh .menu-item:first-child:before,
.page-id-19 .section_gtmh .menu-item.none:before{
    display: none;
}
.page-id-19 .section_gtmh .menu-item{
    color: #777;
    font-weight: 400;
    padding-bottom: 14px;
}
.page-id-19 .section_gtmh .menu-item.action{
    color: #111;
    font-weight: 600;
}
.page-id-19 .section_gtmh .menu-item a{
    margin: 0;
    position: relative;
}
.page-id-19 .section_gtmh .menu-item.action a:after{
    content: "";
    position: absolute;
    background-color: #111;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
}
.page-id-19 .section_gtmh .button.is-outline{
    position: relative;
    border: 1px solid #111;
    border-radius: 0;
    height: 55px;
    margin: 0;
    width: 190px;
    transition: all 0.3s ease;
}
.page-id-19 .section_gtmh .button.is-outline:hover{
    box-shadow: 190px 0 #000 inset !important;
    color: #fff;
}
.page-id-19 .section_gtmh .description-title,
.page-id-19 .section_cnc .description-title,
.page-id-19 .section_sbv .description-title,
.page-id-19 .section_daqg .description-title,
.page-id-19 .section_gtk .description-title{
    color: #111;
    font-size: 46px;
}
.page-id-19 .section_cnc .icon-box{
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #DCDDDD;
    background-color: #fff;
    padding: 30px 50px;
    margin: 10px 0;
}
.page-id-19 .section_cnc .icon-box:hover{
    box-shadow: -2px 2px 10px 0px rgb(0,0,0,0.1);
}
.page-id-19 .section_cnc .icon-box-text{
    padding-left: 30px;
}
.page-id-19 .section_sbv .section-title-center{
    margin-bottom: 0 !important;
}
.page-id-19 .section_sbv .section-title-container{
    margin-bottom: 0;
}
.page-id-19 .section_sbv .icon-box{
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid rgba(108, 67, 31, 0.1);
}
.page-id-19 .section_sbv .col-inner .icon-box:first-child{
    border: unset;
}
.page-id-19 .section_sbv .icon-box-text h4,
.page-id-19 .section_sbv .icon-box-text p{
    margin-bottom: 0;
}
.page-id-19 .section_sbv .icon-box-text{
    padding: 0 40px;
}
.page-id-19 .section_gtk .col:first-child p{
    margin-bottom: 10px;
}
.page-id-19 .section_gtk .accordion .accordion-title{
    position: relative;
    border: unset ;
    font-size: 20px;
    font-weight: 600;
    padding: 35px 0;
}
.page-id-19 .section_gtk .accordion .accordion-item{
    border-bottom: 1px solid #111;
}
.page-id-19 .section_gtk .accordion .accordion-item:first-child{
    border-top: 2px solid #111 ;
}
.page-id-19 .section_gtk .accordion .accordion-title.active{
    background: unset;
}
.page-id-19 .section_gtk .toggle{
    display: none;
}
.page-id-19 .section_gtk .accordion .accordion-title:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #111;
    right: 0;
    top: 50%;
}
.page-id-19 .section_gtk .accordion .accordion-title:after{
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #111;
    right: 0;
    top: 50%;
    rotate: 90deg;
    transition: all 0.3s ease;
}
.page-id-19 .section_gtk .accordion .accordion-title.active:after{
    rotate: 0deg;
}
.page-id-19 .section_gtk .accordion-inner{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.page-id-19 .section_gtk .accordion-inner .button.is-outline{
    border: 1px solid #111;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 65px;
    position: relative;
}
.page-id-19 .section_gtk .accordion-inner .button.is-outline:hover{
    color: #111;
}
.page-id-19 .section_gtk .accordion-inner .button.is-outline:before{
    content: "";
    position: absolute;
    width: 35px;
    height: 48px;
    left: 20px;
    background-image: url(assets/images/youtube.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.page-id-19 .section_gtk .row_accordion .col-inner{
    padding: 35px;
    border: 1px solid rgba(0,0,0,0.2);
}
.page-id-19 .section_daqg .box-blog-post .box-text{
    display: none;
}
.page-id-19 .section_daqg .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
    margin-top: -4%;
}
/*************** TABS DROPDOWN ***************/
.tabbed-content {position: relative;}
.tabbed-content .nav-dropdown {
    left: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    text-transform: initial;
    max-height: unset;
    border-radius: 12px;
    position: absolute;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.tabbed-content .nav-dropdown.active {
    top: 45px;
    opacity: 1;
    visibility: visible;
}
.tabbed-content .nav-dropdown li {display: block;margin: 0;}
.tabbed-content .nav-dropdown li > a {text-transform: inherit;font-weight: 600;font-size: 16px;line-height: 24px;color: #4F4F4F;padding: 10px 15px;}
.tabbed-content .nav-dropdown li:not(:last-child) > a {border-bottom: 1px solid #ebebeb;}
.tabbed-content .dropdown-button {
    background: #FFFFFF;
    height: 40px;
    color: #4F4F4F;
    font-size: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-transform: initial;
    font-weight: 600;
    margin: 0;
    border: none;
    border-radius: 12px;
}
/*************** ARCHIVE ***************/
.page-wrapper{
    padding-top: 80px;
}
.header-archive{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.header-archive .title-page,
.blog-single .entry-title{
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
.category-36 .blog-featured{
    margin-bottom: 20px;
}

/*************** BLOG ***************/
.box-blog-post .post-title,
.box-blog-post .from_the_blog_excerpt{
    margin-bottom: 5px;
}
.box-blog-post .from_the_blog_excerpt{
    font-size: 16px;
}
.box-blog-post .post-title a{
    color: #111;
    font-size: 20px;
    display: -webkit-box;
    height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.6rem;
    font-weight: 600;
}
.box-blog-post.box-vertical .box-text-inner .button{
    color: #111;
    position: relative;
    padding: 0;
    font-size: 16px;
    line-height: 14px;
    height: 17px;
    min-height: unset;
    margin: auto 0 0;
    text-transform: inherit;
}
.box-blog-post .box-text-inner .button i{
    margin-right: 0;
    font-size: 20px;
    line-height: 18px;
}
.box-blog-post .box-text-inner .button:after{
    content: "";
    position: absolute;
    height: 1px;
    background-color: #111;
    bottom: 0;
    left: 0;
    right: 100%;
    transition: all 0.3s ease;
}
.box-blog-post .box-text-inner .button:hover:after{
    right: 0;
}
.box-blog-post .post-meta,
.box-blog-post .from_the_blog_excerpt {
    font-weight: 400;
    color: #7d7d7d;
}
.box-blog-post .post-meta{
    font-size: 14px;
}
.box-blog-post.box-vertical .post-title a{
    font-size: 30px;
    display: block;
    height: auto;
    line-height: 1.3;
}
.box-blog-post.box-vertical .from_the_blog_excerpt {
    font-size: 16px;
    padding-bottom: 70px;
}
.box-blog-post.box-vertical .box-text{
    display: flex;
    padding: 30px 120px 100px 80px;
    flex: 1;
}
.box-blog-post.box-vertical .box-text-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
}
@media screen and (min-width: 550px){
    .post-item .box-vertical {
        display: flex;
    }
}

/*************** SINGLE-BLOG ***************/
.blog-single .entry-category,
.blog-single .entry-meta{
    font-size: 14px;
    font-weight: 400;
}
.blog-single .entry-category{
    color: var(--color-blue);
}
.blog-single .entry-meta{
    color: #b1b1b1;
}
.blog-single .section-title.relate-posts{
    align-items: unset;
    text-align: left;
    border-bottom: 2px solid #111;
    padding-bottom: 10px;
}
/*************** WIDGET ***************/
.widget {border-radius: 7px;overflow:hidden}
.widget .is-divider {display: none;}
.widget-title {
    display: block;
    padding: 0 15px;
    background: #17347f;
    color: white;
    line-height: 40px !important;
    height: 40px;
}
.widget ul {
    padding: 10px 15px;
    border: 1px solid #17347f;
    border-radius: 0 0 7px 7px;
}
ul.product_list_widget li a:not(.remove) {font-size: 15px;}
.widget #form--support {
    margin: 0;
    border-top: none;
    padding-top: 15px;
    background: #f8c43d33;
}
.widget #form--support input, .widget #form--support textarea, .widget #form--support button {border: none;border-radius: 7px;}

/*************** CONTACT PAGE ***************/
.form-row > .col {padding-bottom: 0;}
.wrap-contact-form {
    padding: 50px 30px 10px;
    background: #f8c43d;
    border-radius: 7px;
    text-align: center;
    color: white;
}
.wrap-contact-form input, .wrap-contact-form textarea {border: none;}
.wrap-contact-form p {
    color: white;
    font-size: 20px;
    margin: 0;
}
.wrap-contact-form h3 {
    color: white;
    font-size: 30px;
    margin-bottom: 30px;
}
.wrap-contact-form button {background: #5c0803;margin: 0 !important;border-radius: 7px;border: none;display: inline-block;height: 40px;line-height: 42px;}

/*************** FOOTER ***************/
#footer {
    background: #f9f9f9;
}
#footer img.size-full.alignnone {margin-bottom: 0;}
.footer-icon .icon-box-text {
    padding-left: 20px !important;
}
.footer .social-icons {display: block;}
.footer-icon .icon-box-text h4, .footer .social-icons > span {
    font-size: 16px;
    display: block;
    color: #333;
    font-weight: normal;
    margin-bottom: 0;
    padding-top: 7px;
}
.footer .social-icons > span {margin-bottom: 10px;}
.footer-icon .icon-box-text p {
    letter-spacing: -.5px;
    margin: 0;
}
.footer .social-icons > a {
    background: black;
    color: white;
}
.footer .social-icons > a svg {fill: white;}
#footer .ux-menu-link{
    font-size: 15px;
    color: #111;
    font-weight: 400;
}
#footer .menu_csws{
    display: flex;
    flex-direction: row;
}
#footer .menu_csws a{
    margin-bottom: 0;
    font-weight: 600;
}
#footer .menu_csws .menu-item{
    margin-right: 20px !important;
}
#footer .menu_csws .menu-item:first-child{
    margin-right: 0;
}
#footer .col_logo img,
#footer .col_logo p{
    margin: unset;
}

/*************** NEWSPAPER ***************/
.az-newspapers-item .box-text {
    padding: 15px;
    border: 1px solid #ebebeb;
    border-top: none;
}
.az-newspapers-item .newspaper-logo {
    height: 40px;
    width: auto;
}
.az-newspapers-item h3 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
}

/*************** AZ FEEDBACK ***************/
.az-feedback-wrap {background: white;display: block}
.az-feedback-wrap .box-text {padding: 15px}
.feedback-customer {display: flex;align-items: center;padding-bottom: 10px;}
.feedback-avatar {border-radius: 50%; margin-right: 15px;}
.customer-des {font-style: italic;}
.feedback-content {font-size: 16px;}

/*************** SOCIAL ***************/
.social-icons {display: flex;align-items: center;}
.social-icons .icon {
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    transition: all .6s cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    transform-origin: 0 100%;
    background: transparent;
    color: #184363;
    border: none;
    margin: 0 3px !important;
    background: black;
}
.social-icons .button {
    border-radius: 7px !important;
    background-color: black;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.social-icons .icon i, .social-icons .icon svg {display: block;top: 0;color: white}
.social-icons .button.icon:hover {
    transform: translateY(-5px);
    background-color: #f0f0f0 !important;
}
.social-icons .button.facebook:hover svg{
    fill: #1773ea;
} 
.social-icons .button.icon:hover i {color: inherit !important;}
.social-icons .icon svg {
    fill: #fff;
    transition: fill .3s ease-out;
    width: 14px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.social-icons .button svg {fill: #184363;}
.social-icons a.button.twitter>svg {
    fill: #00aced;
}
.social-icons a.button.pinterest>svg {
    fill: #cb2027;
}
.social-icons a.button.linkedin>svg {
    fill: #007bb6;
}
.social-icons a.button.whatsapp>svg {
    fill: #55b750;
}
.social-icons a.button.telegram>svg {
    fill: #08c;
}

/*************** MOBILE MENU ***************/
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {background: white;}
.mobile-nav svg {
    display: inline-block;
    width: 16px;
    fill: #efa82b;
    margin-right: 10px;
}
#main-menu .nav-sidebar li {
    border-color: #f1f1f1;
}
#main-menu .nav-sidebar li.html {padding: 0;}
#main-menu .nav-sidebar li.search-form {
    padding: 15px;
}
#main-menu .nav-sidebar li.html:last-child {border: none;}
#main-menu .nav-sidebar li button.toggle {font-size: 11px;}
#main-menu .nav-sidebar li a {
    text-transform: initial;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
#main-menu .nav-sidebar li a img {-webkit-filter: invert(100%); /* Safari/Chrome */filter: invert(60%);margin-right: 10px;}
#main-menu .nav-sidebar .sub-menu {padding-bottom: 10px;}
#main-menu .nav-sidebar .sub-menu li a {display:flex;}
#main-menu .nav-sidebar .sub-menu li a:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #666666;
    margin-right: 10px;
    
}
#main-menu .nav-sidebar .title {
    padding: 0 20px;
    text-transform: uppercase;
    color: #cf181f;
    font-weight: 700;
    font-size: 20px;
    border: none !important;
}
#main-menu .nav-sidebar .search-form {border: none;}
#main-menu .searchform {
    position: relative;
}
#main-menu .search-field {
    height: 36px;
    background: #f5f5f5;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 13px;
    padding: 0 40px 0 15px;
}
#main-menu .ux-search-submit {
    color: #ab2025;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main-menu .ux-search-submit svg {fill: #ab2025;width: 18px;}

/*************** MY ACCOUNT ***************/
.content-account {padding: 50px 0;}
.content-account h1 {
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    padding: 20px 0;
}
.neo-woo-form {
    max-width: 460px;
    margin: 0 auto;
    letter-spacing: -0.4px;
}
.align-items-center {align-items: center;}
.justify-content-between {justify-content: space-between;}
.woocommerce-form-login__rememberme {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
}
input[type=checkbox] {
    width: 21px;
    height: 21px;
    margin: -3px 6px 0 0;
    outline: 0;
    background: no-repeat left center;
    background-image: url(assets/images/ckbox.jpg);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    transition: background .2s;
    display: inline-block;
}
input[type=checkbox]:checked {
    background-image: url(assets/images/ckbox_on.jpg);
}
.py-md {padding: 15px 0;}
.py-sm {padding: 10px 0;}
.py-xs {padding: 5px 0;}
.pb-no {padding-bottom: 0 !important;}
.neo-woo-form button {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: none;
    margin: 0;
}
.password-input {flex: 1;width: 100%;}
.show-password-input {height: 100%;line-height: 55px;padding: 0 20px;}


@media screen and (max-width: 1400px){
    .product-info {padding-left: 20px;}
}
@media screen and (max-width: 1024px){
    .product-gallery > .row {display: block;}
    .product-gallery > .row .medium-12 {max-width: 100%;padding-bottom: 10px;}
    .woocommerce-thumbnail .slick-list {margin: 0 -5px;}
    .woocommerce-thumbnail .slick-slide {padding: 0 5px;}
    .woocommerce-gallery {margin-bottom: 0}
}
@media screen and (max-width: 850px){
    #masthead .mobile-nav.nav-right {justify-content: end;}
    #masthead .header-nav-main > li > a {padding: 0;height: 36px;line-height: 36px;}
    #masthead .mobile-nav > li > a {display: flex;flex-direction: row;font-size: 16px !important;}
    #masthead .header-nav-main li:not(:last-child) a:after {display: none;}
    #logo img {padding: 10px 0 !important;}
    #masthead [data-icon-label]:after {opacity: 1;top: 15px;font-weight: normal;}
    .is-link .section-title-normal .section-title-main {font-size: 24px !important;}
    .pb-medium-none, .big-article .post-item {padding-bottom: 0 !important}
    .list-article .box-vertical {display: block;}
    .list-article .box-image {width: 100%!important;display: block}
    .list-article .box-text {padding: 10px 0}
    #sidebar, #main-content {
        flex-basis: 100%;
        max-width: 100%;
    }
    .product-info {padding-top: 20px;padding-bottom: 0px}
    .product-container {max-width: 620px;margin: 0 auto}
    .post {margin-bottom: 0}
    #footer .menu_csws .menu-item {
        padding: 5px 0;
    }
    .product-small .price-inner .per{
        font-size: 22px;
        margin-bottom: 8px;
    }
    .product-main {padding: 20px 0;}
    .product-footer .tabs {margin-bottom: 15px;}
    .col {padding-bottom: 20px;} 
    .section-best-seller .box-text {padding-bottom: 0}
    .section_spm .tabbed-content  {display: block;}
    .section_spm .tabbed-content .nav-vertical, .tabbed-content .nav-vertical+.tab-panels {width: 100%;max-width: 100%;}
    .section_spm .tabbed-content .nav-vertical {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 20px;
        align-items: center;
    }
    .section_spm .tabbed-content .nav-vertical h4 {}
        .section_spm .tabbed-content .nav-vertical li {
        width: auto;
        margin-right: 40px;
    }
    .section-video .col-inner {max-width: 600px;margin: 0 auto !important;}
    .section-video .list-video .box-vertical {display: block;}
    .section-video .list-video .box-image {
        display: block;
        width: 100% !important;
    }
    .section-video .list-video .box-text {padding: 15px 0;}
    .box-blog-post.box-vertical .from_the_blog_excerpt {padding-bottom: 10px;}
    .section-video .progress {position: static;justify-content: center;}
}
@media screen and (max-width: 768px){
    .slider-product .flickity-slider .col, .list-article .post-item, .slider .post-item {
        flex-basis: 350px !important;
        max-width: 350px !important;
    }
    .list-article .post-item {padding-bottom: 0 !important;}
    .list-article .box-image .image-cover {padding-top: 60% !important}
    #footer .menu_csws {flex-wrap: wrap;}
}
@media screen and (max-width: 630px){
    .product-small .price-inner .price.is_on_sale{
        flex-direction: column-reverse;
    }
    .product-small .price-inner{
        align-items: center;
    }
    .product-small .price-inner .per, 
    .product-small .price .woocommerce-Price-amount{
        font-size: 20px;
    }
    .product-small .price-inner .per{
        margin-bottom: 0;
    }
    .section-title .read-more{
        position: relative;
    }
}
@media screen and (max-width: 610px){
    .product-small .price-inner .per, 
    .product-small .price .woocommerce-Price-amount{
        font-size: 17px;
    }
    .product-small .price del .woocommerce-Price-amount, 
    .product-small .price del{
        font-size: 15px;
    }
    .product-footer .tabs>li>a {font-size: 14px;}
}
@media screen and (max-width: 580px){
    .section-title-normal .read-more {display: none;}
    .section-uu-the .icon-box-text h5 {font-size: 16px;}
    .section-uu-the .icon-box-img {width: 50px !important}
    .is-link .section-title-normal:after, .is-link .section-title-main:before {display: none;}
    .single-post-meta {display: block}
    .single-post-meta .rating-share {justify-content: flex-start}
    .blog-share {padding-top: 10px;padding-bottom: 10px}
    .banner-slider img {height: 400px;width: auto;max-width: unset;transform: translateX(-50%);}
    .home-banner .progress {
        bottom: 10px;
        right: 15px;
    }
    .home-banner .progress .visual_progress {width: 100px;}
}
@media screen and (max-width: 550px){
    .recent-blog-posts-li .box-text, .tour-item .box-vertical .box-text {padding: 15px 0;}
    .recent-blog-posts-li .box-text h3 {font-weight: 600;font-size: 16px}
    .mobile-nav.nav-right li a {
        padding: 0;
    }
    .section_prodeals .nav {
        justify-content: center;
    }
    .section_prodeals .tab a {
        padding-left: 7px;
    }
    #footer .menu_csws a {
        text-align: center;
    }
    #form--dktv{
        display: flex;
        flex-direction: column;
    }
    #form--dktv button {
        margin-bottom: 40px;
    }
    .flickity-page-dots .dot{
        width: 7px;
        height: 7px;
    }
    .product-small .title-wrapper{
        height: unset;
        max-height: 3em;
    }
    .section_spm .tabbed-content .nav-vertical li{
        margin-right: 25px;
    }
    .section_spm .tabbed-content .nav-vertical li.active a span:after{
        right: -10px;
    }
    .testimonial-box .star-rating{
        margin: 15px 0 0 auto;
        width: 100%;
    }
    .page-id-19 .banner_img1{
        left: 7%;
        top: 100%;
        z-index: 5;
        height: fit-content;
        transform: translate(-50%, -100%);
    }
    .page-id-19 .banner_img2{
        z-index: 5;
        top: 0;
        transform: translate(-50%, 0);
        left: 93%;
    }
    .banner-layers{
        overflow: hidden;
    } 

}
@media screen and (max-width: 480px){
    .slider-product .flickity-slider .col, .slider .post-item {
        flex-basis: 85%;
        max-width: 85%;
    }
    .product-info .product-button {flex-wrap: wrap;}
    .product-info .product-button button, .product-info .product-button .button {width: 100%; margin-bottom: 10px;}
    .product-info .product-button #single_go_checkout {width: calc(100% - 70px);}
    #footer .menu_csws {display: block;}
    .shop-page-title-top .az-menu>li{
        max-width: unset;
        flex-basis: unset;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #a3a3a3;
    }
    .shop-page-title-top .az-menu{
        padding: 15px;
    }
    .shop-page-title-top .az-menu>li:last-child{
        border: unset;
    }
    .shop-page-title-top .az-menu>li>a:before{
        display: none;
    }
    .shop-page-title-top .az-menu li a{
        width: fit-content;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }
    .shop-page-title-top .az-menu li.current-menu-item a{
        color: #111 !important;
    }
    .shop-page-title-top .az-menu>li:hover .sub-menu{
        max-height: 0;
    }
    .shop-page-title-top .az-menu>li:hover a{
        color: #777;
    }
    .shop-page-title-top .az-menu>li.menu-item-has-children:after{
        content: "\eab2";
        font-family: IcoFont !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        line-height: 1;
        -webkit-font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 14px;
        right: 15px;
    }
    .shop-page-title-top .az-menu>li.action.menu-item-has-children:after{
        transform: rotate(180deg);
    }
    .shop-page-title-top .az-menu>li.action .sub-menu{
        max-height: 99999px;
        transition: all 0.5s ease;
    }
    .section_spm .nav-vertical>a{
        display: block;
        width: 100%;
        text-align: left;
    }
}

.flickity-enabled .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    background: #333;
    margin: 0 4px;
    border: none;
    border-radius: 8px;
    transition: all linear .3s;
    opacity: .7;
}
.flickity-enabled .flickity-page-dots .dot.is-selected, .flickity-enabled .flickity-page-dots .dot:hover {
    background: #333;
    width: 21px;
}
.home-content {background: url(assets/images/daliv_bg.png) repeat-y left top;background-size: 100% auto;}

#ftwp-container.ftwp-wrap #ftwp-contents {border: 1px solid #b7c8de73 !important;}
#ftwp-container.ftwp-wrap #ftwp-header, #ftwp-container.ftwp-wrap #ftwp-list {background: #eef1f7 !important;padding: 15px 0;border-top: 1px dashed #b7c8de73;}
#ftwp-container.ftwp-wrap #ftwp-header {padding: 10px 25px;border-top: none;}
#ftwp-container.ftwp-wrap #ftwp-header-minimize {margin-right: -10px;}
#ftwp-container #ftwp-list.ftwp-list-nest .ftwp-sub .ftwp-anchor::before {display: none;}
.ftwp-sub {padding-left: 15px !important;}
#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp-icon .ftwp-anchor {padding: 5px 25px;font-weight: normal;display: flex;}
#ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal>.ftwp-item>.ftwp-anchor::before {content: '';width: 6px;height: 6px;background: #2e4c82;transform: rotate(45deg);margin-top: 6px;}
#ftwp-container #ftwp-list.ftwp-strong-first>.ftwp-item>.ftwp-anchor .ftwp-text {font-weight: 500;font-size: 14px;line-height: 1.4;}

.vertical-thumbnails .col {padding: 3px !important}
.slick-track {margin-left: unset !important;}
