/* ATTENTION! This file was generated automatically! Don&#039;t change it!!!
----------------------------------------------------------------------- */
/*Theme Name:INSUGROUPDescription:Hover styles for all theme elements (menus,buttons,inputs,etc.)*/
[class*="sc_button_hover_slide"] {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.sc_button_hover_just_init {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.sc_button_hover_arrow {
    position: relative;
    overflow: hidden;
    padding-left: 2em !important;
    padding-right: 2em !important
}

.sc_button_hover_arrow:before {
    content: '\e8f4';
    font-family: 'fontello';
    position: absolute;
    z-index: 1;
    right: -2em !important;
    left: auto !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    background-color: transparent !important;
    color: inherit !important
}

.sc_button_hover_arrow:hover:before,.sc_button_hover_arrow.active:before,.vc_active .sc_button_hover_arrow:before {
    right: 0.5em !important
}

/* Images (post featured) hovers----------------------------------------------------- */
.post_featured[class*="hover_"] {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.post_featured[class*="hover_"],.post_featured[class*="hover_"] * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.post_featured .mask {
    content: ' ';
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    filter: alpha(opacity=0);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.post_featured .post_info {
    position: absolute;
    z-index: 103;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5,0.5);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.5,0.5);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.5,0.5);
    transform: translateX(-50%) translateY(-50%) scale(0.5,0.5);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    display: none;
    font-size: 1.1429em;
    line-height: 1.3em;
    width: 90%;
    text-align: center;
    margin: -1em auto 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.post_featured.hover_icon,.post_featured.hover_icons {
    position: relative;
    display: block
}

.post_featured.hover_icon .mask {
    background-color: rgba(0,0,0,0.4)
}

.post_featured.hover_icon:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100)
}

.post_featured.hover_icon .icons,.post_featured.hover_icons .icons {
    position: absolute;
    z-index: 102;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.post_featured.hover_icon .icons a,.post_featured.hover_icons .icons a {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    font-size: 1.7143em;
    cursor: pointer;
    display: block;
    width: 2.1667em;
    height: 2.1667em;
    line-height: 2.1667em;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3,0.3);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.3,0.3);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.3,0.3);
    transform: translateX(-50%) translateY(-50%) scale(0.3,0.3);
    -webkit-transition: all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    -moz-transition: all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    -ms-transition: all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    -o-transition: all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    transition: all .5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: -1.3333em
}

.post_featured.hover_icons .icons a.single_icon {
    margin-left: 0
}

.post_featured.hover_icon .icons a {
    font-size: 4em;
    margin-left: 0
}

.post_featured.hover_icons .icons a+a {
    margin-left: 1.3333em;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.post_featured.hover_icon:hover .icons a,.post_featured.hover_icons:hover .icons a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1,1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1,1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1,1);
    transform: translateX(-50%) translateY(-50%) scale(1,1);
    -webkit-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    -moz-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    -ms-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    -o-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s
}

.post_featured.hover_icons:hover .icons a+a {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

/* Hover Zoom:icons 'link' and 'zoom' */
.post_featured.hover_zoom:before {
    content: ' ';
    position: absolute;
    z-index: 101;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border: 2px solid #fff;
    background-color: rgba(0,0,0,0.15);
    -webkit-transform: scale(0,0) rotate(0deg);
    -moz-transform: scale(0,0) rotate(0deg);
    -ms-transform: scale(0,0) rotate(0deg);
    transform: scale(0,0) rotate(0deg);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.post_featured.hover_zoom:hover:before {
    -webkit-transform: scale(1,1) rotate(45deg);
    -moz-transform: scale(1,1) rotate(45deg);
    -ms-transform: scale(1,1) rotate(45deg);
    transform: scale(1,1) rotate(45deg)
}

.post_featured.hover_zoom .mask {
    background-color: rgba(255,255,255,0.15)
}

.post_featured.hover_zoom:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100)
}

.post_featured.hover_zoom .icons {
    position: absolute;
    z-index: 102;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block
}

.post_featured.hover_zoom .icons a {
    display: inline-block;
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    position: relative;
    left: -50px;
    opacity: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.post_featured.hover_zoom .icons a+a {
    margin-left: 8px;
    left: 50px
}

.post_featured.hover_zoom .icons a:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.2)
}

.post_featured.hover_zoom:hover .icons a {
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1)
}

.post_featured.hover_dots:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100)
}

.post_featured.hover_dots .icons {
    position: absolute;
    z-index: 120;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.post_featured.hover_dots .icons span {
    position: absolute;
    z-index: 102;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    filter: alpha(opacity=0)
}

.post_featured.hover_dots:hover .icons span {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block
}

.post_featured.hover_dots:hover .icons span:first-child {
    margin-left: -13px
}

.post_featured.hover_dots:hover .icons span+span+span {
    margin-left: 13px
}

.post_featured.hover_dots.hover_with_info .icons span {
    margin-top: 1em
}

.post_featured.hover_dots .post_info {
    display: block;
    top: 45%
}

.post_featured.hover_dots:hover .post_info {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1,1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1,1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1,1);
    transform: translateX(-50%) translateY(-50%) scale(1,1);
    opacity: 1;
    filter: alpha(opacity=100)
}

/* Hover Fade,Slide,Pull,Border:Common Rules */
.post_featured.hover_fade,.post_featured.hover_slide,.post_featured.hover_pull,.post_featured.hover_border {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.post_featured.hover_fade .post_info,.post_featured.hover_slide .post_info,.post_featured.hover_pull .post_info,.post_featured.hover_border .post_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.post_featured.hover_fade .post_info .post_title,.post_featured.hover_slide .post_info .post_title,.post_featured.hover_pull .post_info .post_title,.post_featured.hover_border .post_info .post_title {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    text-align: center
}

.post_featured.hover_fade .post_info .post_descr,.post_featured.hover_slide .post_info .post_descr,.post_featured.hover_pull .post_info .post_descr,.post_featured.hover_border .post_info .post_descr {
    margin: 0;
    position: relative;
    padding: 0.5em 1em;
    text-align: center
}

.post_featured.hover_fade .post_info .post_title span,.post_featured.hover_slide .post_info .post_title span,.post_featured.hover_pull .post_info .post_title span,.post_featured.hover_border .post_info .post_title span {
    font-weight: 700
}

.post_featured.hover_fade .post_info .post_excerpt,.post_featured.hover_slide .post_info .post_excerpt,.post_featured.hover_pull .post_info .post_excerpt,.post_featured.hover_border .post_info .post_excerpt {
    display: none
}

.post_featured.hover_fade img,.post_featured.hover_fade .post_info .post_info_back,.post_featured.hover_fade .post_info .post_title,.post_featured.hover_fade .post_info .post_descr,.post_featured.hover_slide img,.post_featured.hover_slide .post_info .post_info_back,.post_featured.hover_slide .post_info .post_title,.post_featured.hover_slide .post_info .post_descr,.post_featured.hover_pull img,.post_featured.hover_pull .post_info .post_info_back,.post_featured.hover_pull .post_info .post_title,.post_featured.hover_pull .post_info .post_descr,.post_featured.hover_border img,.post_featured.hover_border .post_info .post_info_back,.post_featured.hover_border .post_info .post_title,.post_featured.hover_border .post_info .post_descr {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.post_featured.hover_fade .post_info .post_excerpt,.post_featured.hover_slide .post_info .post_excerpt,.post_featured.hover_pull .post_info .post_excerpt,.post_featured.hover_border .post_info .post_excerpt {
    margin-top: 1em;
    display: none
}

.post_featured.hover_fade:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100)
}

.post_featured.hover_fade .post_info .post_info_back {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.post_featured.hover_fade.top_to_bottom .post_info .post_info_back {
    margin-top: -100%
}

.post_featured.hover_fade.bottom_to_top .post_info .post_info_back {
    margin-top: 100%
}

.post_featured.hover_fade.left_to_right .post_info .post_info_back {
    margin-left: -100%
}

.post_featured.hover_fade.right_to_left .post_info .post_info_back {
    margin-left: 100%
}

.post_featured.hover_fade:hover .post_info .post_info_back {
    margin: 0 !important;
    opacity: 1;
    filter: alpha(opacity=100)
}

.post_featured.hover_slide .mask {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.post_featured.hover_slide:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100)
}

.post_featured.hover_slide .post_info,.post_featured.hover_slide .post_info .post_title,.post_featured.hover_slide .post_info .post_descr {
    text-align: left
}

.post_featured.hover_slide img,.post_featured.hover_slide .post_info .post_title,.post_featured.hover_slide .post_info .post_descr {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.post_featured.hover_slide .post_info .post_title,.post_featured.hover_slide .post_info .post_descr {
    position: relative;
    margin: 0
}

.post_featured.hover_slide .post_info .post_title {
    padding: 0 0 15px;
    margin: 30px 30px 15px;
    overflow: hidden
}

.post_featured.hover_slide .post_info .post_title:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.post_featured.hover_slide:hover .post_info .post_title:after {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.post_featured.hover_slide img {
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px)
}

.post_featured.hover_slide:hover img {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.post_featured.hover_slide .post_info,.post_featured.hover_slide .post_info .post_title,.post_featured.hover_slide .post_info .post_descr {
    text-align: left
}

.post_featured.hover_slide .post_info .post_descr {
    padding: 0 30px 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.post_featured.hover_slide:hover .post_info .post_descr {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.post_featured.hover_pull .post_info,.post_featured.hover_pull .post_info .post_title,.post_featured.hover_pull .post_info .post_descr {
    text-align: left
}

.post_featured.hover_pull .post_info .post_title,.post_featured.hover_pull .post_info .post_descr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    margin: 0
}

.post_featured.hover_pull:hover img {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px)
}

.post_featured.hover_pull:hover .post_info .post_title {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px)
}

.post_featured.hover_pull .post_info .post_descr {
    height: 60px;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px)
}

.post_featured.hover_pull:hover .post_info .post_descr {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.post_featured.hover_border:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100)
}

.post_featured.hover_border .post_info:before,.post_featured.hover_border .post_info:after {
    content: ' ';
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.post_featured.hover_border .post_info:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0)
}

.post_featured.hover_border:hover .post_info:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.post_featured.hover_border .post_info:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0)
}

.post_featured.hover_border:hover .post_info:after {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.post_featured.hover_border .post_info .post_info_back {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 45px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.post_featured.hover_border img,.post_featured.hover_border .post_info .post_title,.post_featured.hover_border .post_info .post_descr {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.post_featured.hover_border:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}

.post_featured.hover_border .post_info .post_title,.post_featured.hover_border .post_info .post_descr {
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    text-align: center;
    margin: 0
}

.post_featured.hover_border .post_info .post_title {
    font-size: 1.2em;
    padding: 0 0 15px;
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    -o-transform: translateY(-1em);
    transform: translateY(-1em)
}

.post_featured.hover_border:hover .post_info .post_title {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.post_featured.hover_border .post_info .post_descr {
    padding: 0;
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -o-transform: translateY(1em);
    transform: translateY(1em)
}

.post_featured.hover_border:hover .post_info .post_descr {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.post_featured.hover_border .post_info .post_info_item + .post_info_item:before {
    content: ' ';
    display: block;
    margin: 0.5em 0 0 0
}

/* Hover Shop (icons) */
.post_featured.hover_shop {
    position: relative;
    display: block
}

.post_item:hover .post_featured.hover_shop .mask,.post_item:hover .post_featured.hover_shop:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100)
}

.post_featured.hover_shop .icons {
    position: absolute;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.post_featured.hover_shop .icons a:not(.added_to_cart) {
    pointer-events: all;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 80%;
    font-size: 14px !important;
    padding: 0 !important;
    letter-spacing: 0 !important;
    cursor: pointer;
    display: inline-block;
    width: 62px;
    height: 62px;
    margin: -33px 0 0 -33px !important;
    line-height: 60px !important;
    text-align: center;
    border: 3px solid #ddd !important;
    -webkit-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    -moz-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    -ms-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    -o-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    opacity: 0;
    filter: alpha(opacity=0)
}

.post_featured.hover_shop .icons a.added,.post_featured.hover_shop .icons a.added + a + a {
    margin-top: -73px !important
}

.post_featured.hover_shop .icons a.shop_link {
    margin-left: -73px !important;
    font-size: 36px !important
}

.post_featured.hover_shop .icons a.shop_cart {
    margin-left: 7px !important;
    font-size: 24px !important;
    font-weight: 400 !important
}

.post_featured.hover_shop .icons a.added_to_cart {
    pointer-events: all;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 80%;
    font-size: 14px !important;
    cursor: pointer;
    display: inline-block;
    padding: 0.6429em 1.5em !important;
    margin: 14px 0 0 0 !important;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    -moz-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    -ms-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    -o-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    font-weight: 600 !important;
    line-height: 24px;
    border: solid 3px #CCCCCC;
    text-transform: uppercase
}

.post_featured.hover_shop .icons a:before {
    line-height: 60px
}

.woocommerce #respond input#submit.added:after,.woocommerce a.button.added:after,.woocommerce button.button.added:after,.woocommerce input.button.added:after {
    display: none
}

.post_item:hover .post_featured.hover_shop .icons a,.post_featured.hover_shop:hover .icons a {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50%;
    -webkit-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    -moz-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    -ms-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    -o-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) 0s
}

/* Hover Shop (buttons) */
.post_featured.hover_shop_buttons {
    position: relative;
    display: block;
    overflow: hidden !important
}

.post_featured.hover_shop_buttons .mask {
    display: none
}

.post_featured.hover_shop_buttons .icons {
    position: absolute;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.post_featured.hover_shop_buttons .icons a {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: -5em;
    font-size: 1em !important;
    letter-spacing: 0 !important;
    display: block;
    text-transform: none !important;
    width: 50%;
    text-align: center;
    padding: 0.5em 1em !important;
    pointer-events: all
}

.product-category .post_featured.hover_shop_buttons .icons a {
    width: 100%
}

.post_featured.hover_shop_buttons .icons a.added_to_cart {
    display: none
}

.post_featured.hover_shop_buttons .icons a+a,.post_featured.hover_shop_buttons .icons a+a+a {
    left: 50%
}

.post_featured.hover_shop_buttons .icons a:before {
    font-family: 'fontello' !important;
    font-weight: 400 !important;
    content: '\e93d' !important
}

.post_featured.hover_shop_buttons .icons a.shop_link:before {
    content: '\e8b5' !important
}

.post_item:hover .post_featured.hover_shop_buttons .icons a,.post_featured.hover_shop_buttons:hover .icons a {
    bottom: 0
}

.sc_layouts_column .sc_layouts_item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5em
}

.sc_layouts_column .sc_layouts_item:last-child {
    margin-right: 0
}

.sc_layouts_column_align_right .sc_layouts_item {
    margin-left: 1.5em;
    margin-right: 0
}

.sc_layouts_column_align_right .sc_layouts_item:first-child {
    margin-left: 0
}

.sc_layouts_column_align_left,.sc_layouts_column.sc_layouts_column_align_left .widget,.sc_layouts_column.sc_layouts_column_align_left .widget_title,.sc_layouts_column.sc_layouts_column_align_left .widgettitle {
    text-align: left
}

.sc_layouts_column_align_center,.sc_layouts_column.sc_layouts_column_align_center .widget,.sc_layouts_column.sc_layouts_column_align_center .widget_title,.sc_layouts_column.sc_layouts_column_align_center .widgettitle {
    text-align: center
}

.sc_layouts_column_align_right,.sc_layouts_column.sc_layouts_column_align_right .widget,.sc_layouts_column.sc_layouts_column_align_right .widget_title,.sc_layouts_column.sc_layouts_column_align_right .widgettitle {
    text-align: right
}

@media (max-width: 767px) {
    .sc_layouts_column {
        width:100% !important
    }

    .sc_layouts_column_align_left, .sc_layouts_column_align_right {
        text-align: center
    }


}
@media screen and (max-width: 1024px) {
    .sc_layouts_hide_on_mobile {
        display: none !important
    }
    .sc_layouts_menu_mobile_button {
        display: inline-block !important;
    }
    header .vc_col-sm-2 {
        width: 100% !important;
    }
    header .vc_col-sm-2 .wpb_wrapper {
        display: flex;
align-items: center;
justify-content: space-between;
    }
    header .sc_layouts_item + .sc_layouts_item {
        float: right;
        margin-bottom: 0px !important;
    }
    header .sc_socials {
        display: none !important;
    }
}
body.frontpage .sc_layouts_hide_on_frontpage,body.error404 .sc_layouts_hide_on_frontpage {
    display: none !important
}

.sc_layouts_row_delimiter {
    border-bottom: 1px solid #ddd
}

.sc_layouts_item_link {
    display: block
}

.sc_layouts_item_icon {
    font-size: 2.25em;
    line-height: 1.1em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.sc_layouts_item_details {
    display: inline-block;
    vertical-align: middle
}

.sc_layouts_item_icon + .sc_layouts_item_details {
    margin-left: 0.5em
}

.sc_layouts_column_icons_position_left .sc_layouts_item_details {
    text-align: left
}

.sc_layouts_column_icons_position_right .sc_layouts_item_details {
    text-align: right
}

.sc_align_center .sc_layouts_item_details {
    text-align: center
}

.sc_layouts_item_details_line1,.sc_layouts_item_details_line2 {
    display: block
}

.sc_layouts_item_details_line1 {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px
}

.sc_layouts_item_details_line2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px
}

@media (max-width: 959px) {
    .sc_layouts_item_details_line1 {
        font-size:12px;
        line-height: 16px
    }

    .sc_layouts_item_details_line2 {
        font-size: 15px;
        line-height: 20px
    }
}

@media (max-width: 767px) {
    .sc_layouts_item_details_line1 {
        font-size:11px;
        line-height: 14px
    }

    .sc_layouts_item_details_line2 {
        font-size: 13px;
        line-height: 18px
    }
}

.sc_layouts_column_icons_position_right .sc_layouts_item:after {
    content: ' ';
    width: 100%;
    height: 0;
    clear: both
}

.sc_layouts_column_icons_position_right .sc_layouts_item_icon {
    float: right;
    margin-left: 0.4em;
    margin-right: 0
}

.sc_layouts_column_icons_position_right .sc_layouts_item_details {
    float: right
}

/* Row type:Narrow-------------------------------------------------- */
.sc_layouts_row_type_narrow {
    font-size: 13px;
    line-height: 19px;
    padding: 0.5em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 959px) {
    .sc_layouts_row_type_narrow {
        font-size:12px;
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .sc_layouts_row_type_narrow {
        font-size:11px;
        line-height: 16px
    }
}

.sc_layouts_row_type_narrow .sc_layouts_item {
    margin-top: 0.5em;
    margin-bottom: 0.5em
}

.sc_layouts_row_type_narrow .sc_layouts_item_icon,.sc_layouts_row_type_narrow .sc_layouts_item input[type="text"] {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.sc_layouts_row_type_narrow .sc_layouts_item_details_line1,.sc_layouts_row_type_narrow .sc_layouts_item_details_line2 {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.sc_layouts_row_type_narrow .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
    margin-left: 0.5em
}

.sc_layouts_row_type_narrow .socials_wrap {
    margin-right: -15px
}

.sc_layouts_row_type_narrow .socials_wrap .social_item {
    margin-right: 15px
}

.sc_layouts_row_type_narrow .socials_wrap .social_item a {
    width: auto;
    height: auto;
    line-height: inherit;
    font-size: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.sc_layouts_row_type_narrow .sc_button_wrap .sc_button {
    background-color: transparent;
    border: 1px solid #efa758;
    color: #efa758;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    padding: 1em 2em;
    letter-spacing: 0;
    vertical-align: top;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em
}

/* Row type:Compact-------------------------------------------------- */
.sc_layouts_row_type_compact {
    padding: 0.8em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.sc_layouts_row_type_compact .sc_layouts_item {
    margin-top: 0.5em;
    margin-bottom: 0.5em
}

.sc_layouts_row_type_compact .sc_layouts_item_icon {
    font-size: 1.25em;
    font-weight: 400
}

.sc_layouts_row_type_compact .sc_layouts_item input[type="text"] {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.sc_layouts_row_type_compact .sc_layouts_item_details_line1,.sc_layouts_row_type_compact .sc_layouts_item_details_line2 {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.sc_layouts_row_type_compact .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
    margin-left: 0.5em
}

.sc_layouts_row_type_compact .socials_wrap {
    margin-right: -15px
}

.sc_layouts_row_type_compact .socials_wrap .social_item {
    margin-right: 15px
}

.sc_layouts_row_type_compact .socials_wrap .social_item a {
    width: auto;
    height: auto;
    line-height: inherit;
    font-size: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.sc_layouts_row_type_compact .sc_button_wrap .sc_button {
    background-color: #efa758;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 1.5em 3em;
    letter-spacing: 0.5px;
    vertical-align: top;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em
}

/* Row type:Normal-------------------------------------------------- */
.sc_layouts_row_type_normal {
    padding: 2em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.sc_layouts_row_type_normal .sc_layouts_item {
    margin-top: 0.5em;
    margin-bottom: 0.5em
}

.sc_layouts_row_type_normal .sc_button_wrap .sc_button {
    background-color: #efa758;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 1.5em 3em;
    letter-spacing: 0.5px;
    vertical-align: top;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em
}

.sc_layouts_row_fixed_placeholder {
    display: none
}

.sc_layouts_row_fixed_on + .sc_layouts_row_fixed_placeholder {
    display: block
}

.sc_layouts_row_fixed_on {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: -15px;
    right: -15px;
    margin: 0 !important;
    background-color: #fff
}

@media (max-width: 600px) {
    .sc_layouts_row_fixed_on {
        position:absolute
    }
}

.sc_layouts_row_type_compact.sc_layouts_row_fixed_on,.sc_layouts_row_type_normal.sc_layouts_row_fixed_on {
    padding-top: 0;
    padding-bottom: 0
}

.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
    max-height: 40px
}

.sc_layouts_logo img {
    max-height: 80px;
    width: auto
}

.sc_layouts_row_type_compact .sc_layouts_logo img {
    max-height: 60px
}

.sc_layouts_row_type_narrow .sc_layouts_logo img {
    max-height: 40px
}

@media (max-width: 1439px) {
    .sc_layouts_logo img {
        max-height:60px;
        width: auto
    }

    .sc_layouts_row_type_compact .sc_layouts_logo img {
        max-height: 40px
    }

    .sc_layouts_row_type_narrow .sc_layouts_logo img {
        max-height: 30px
    }
}

.sc_layouts_logo .logo_text {
    display: block
}

.sc_layouts_logo .logo_slogan {
    display: block;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px
}

.sc_layouts_menu_mobile_button {
    display: none
}

.sc_layouts_menu_mobile_button .sc_layouts_item_icon {
    font-size: 2em
}

@media (max-width: 767px) {
    .sc_layouts_menu_mobile_button {
        display:inline-block
    }
}

.sc_layouts_menu_mobile_button_burger:not(.without_menu) {
    display: inline-block
}

/* Menu:common rules----------------------------------------- */
.sc_layouts_menu_nav,.sc_layouts_menu_nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.sc_layouts_menu_nav:after,.sc_layouts_menu_nav ul:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.sc_layouts_menu_nav li {
    margin: 0;
    position: relative
}

.sc_layouts_menu_nav li>a {
    display: block;
    position: relative
}

.sc_layouts_menu_nav {
    text-align: left;
    vertical-align: middle
}

.sc_layouts_menu_nav>li {
    position: relative;
    float: left;
    z-index: 20
}

.sc_layouts_menu_nav>li+li {
    z-index: 19
}

.sc_layouts_menu_nav>li+li+li {
    z-index: 18
}

.sc_layouts_menu_nav>li+li+li+li {
    z-index: 17
}

.sc_layouts_menu_nav>li+li+li+li+li {
    z-index: 16
}

.sc_layouts_menu_nav>li+li+li+li+li+li {
    z-index: 15
}

.sc_layouts_menu_nav>li+li+li+li+li+li+li {
    z-index: 14
}

.sc_layouts_menu_nav>li+li+li+li+li+li+li+li {
    z-index: 13
}

.sc_layouts_menu_nav>li+li+li+li+li+li+li+li+li {
    z-index: 12
}

.sc_layouts_menu_nav>li+li+li+li+li+li+li+li+li+li {
    z-index: 11
}

.sc_layouts_menu_nav>li>a {
    padding: 1em;
    position: relative;
    color: #333
}

.sc_layouts_menu_nav>li>a:hover,.sc_layouts_menu_nav>li.sfHover>a,.sc_layouts_menu_nav>li.current-menu-item>a,.sc_layouts_menu_nav>li.current-menu-parent>a,.sc_layouts_menu_nav>li.current-menu-ancestor>a {
    color: #efa758
}

.sc_layouts_menu_nav>li.current-menu-item>a,.sc_layouts_menu_nav>li.current-menu-parent>a,.sc_layouts_menu_nav>li.current-menu-ancestor>a {
    font-weight: 600
}

.sc_layouts_menu_nav>li.menu-item-has-children>a {
    padding-right: 2em
}

.sc_layouts_menu_nav>li.menu-item-has-children>a:after {
    content: '\e882';
    font-family: 'trx_addons_icons';
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1em;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sc_layouts_menu_nav li li.menu-item-has-children>a:after {
    content: '\e884';
    font-family: 'trx_addons_icons';
    font-weight: normal;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.75em
}

.sc_layouts_menu_nav li[class*="icon-"]:before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sc_layouts_menu_nav>li[class*="icon-"]>a {
    padding-left: 2em
}

.sc_layouts_menu_nav>li[class*="icon-"]:before {
    position: absolute;
    display: inline-block;
    z-index: 1;
    left: 0.5em;
    top: 0;
    padding: 0.8em 0 1em;
    width: 1em;
    line-height: inherit
}

.sc_layouts_menu_nav>li[class*="columns-"][class*="icon-"]:before {
    position: static;
    margin: 0 0 0 0.5em;
    float: left
}

.sc_layouts_menu_nav>li[class*="columns-"][class*="icon-"]>a {
    float: left;
    margin-left: -1.5em
}

.sc_layouts_menu_nav>li ul {
    position: absolute;
    display: none;
    z-index: 10000;
    width: 13em;
    padding: 1.4em 0;
    text-align: left;
    background-color: #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2)
}

.sc_layouts_menu_nav>li li>a {
    padding: 0.6em 1.6667em;
    color: #333
}

.sc_layouts_menu_nav>li li>a:hover,.sc_layouts_menu_nav>li li.sfHover>a,.sc_layouts_menu_nav>li li.current-menu-item>a,.sc_layouts_menu_nav>li li.current-menu-parent>a,.sc_layouts_menu_nav>li li.current-menu-ancestor>a {
    color: #efa758
}

.sc_layouts_menu_nav>li li[class*="icon-"]>a>span {
    display: inline-block;
    padding-left: 1.6667em
}

.sc_layouts_menu_nav>li li[class*="icon-"]:before {
    position: absolute;
    z-index: 1;
    left: 1.6667em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333
}

.sc_layouts_menu_nav>li li[class*="icon-"]:hover:before,.sc_layouts_menu_nav>li li[class*="icon-"].shHover:before,.sc_layouts_menu_nav>li li.current-menu-item:before,.sc_layouts_menu_nav>li li.current-menu-parent:before,.sc_layouts_menu_nav>li li.current-menu-ancestor:before {
    color: #efa758
}

.sc_layouts_menu_nav>li>ul {
    top: 4.2em;
    left: 50%;
    margin-left: -6.5em;
}

.sc_layouts_menu_nav>li>ul ul {
    left: 13em;
    top: -1.4em;
    margin: 0 0 0 2px
}

.sc_layouts_menu_nav>li>ul ul.submenu_left {
    left: -13em;
    margin: 0 0 0 -2px
}

.sc_layouts_menu_nav>li[class*="columns-"] {
    position: static
}

.sc_layouts_menu_nav>li[class*="columns-"]>ul {
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0
}

.sc_layouts_menu_nav ul li.columns-2>ul {
    width: 26em
}

.sc_layouts_menu_nav ul li.columns-2>ul.submenu_left {
    left: -26em
}

.sc_layouts_menu_nav ul li.columns-3>ul {
    width: 39em
}

.sc_layouts_menu_nav ul li.columns-3>ul.submenu_left {
    left: -39em
}

.sc_layouts_menu_nav ul li.columns-4>ul {
    width: 52em
}

.sc_layouts_menu_nav ul li.columns-4>ul.submenu_left {
    left: -52em
}

.sc_layouts_menu_nav ul li.columns-5>ul {
    width: 65em
}

.sc_layouts_menu_nav ul li.columns-5>ul.submenu_left {
    left: -65em
}

.sc_layouts_menu_nav li[class*="columns-"]>ul>li {
    display: inline-block;
    vertical-align: top
}

.sc_layouts_menu_nav li.columns-2>ul>li {
    width: 50%
}

.sc_layouts_menu_nav li.columns-3>ul>li {
    width: 33.3333%
}

.sc_layouts_menu_nav li.columns-4>ul>li {
    width: 25%
}

.sc_layouts_menu_nav li.columns-5>ul>li {
    width: 20%
}

@media (min-width: 960px) and (max-width:1279px) {
    .sc_layouts_menu_nav ul li.columns-4>ul, .sc_layouts_menu_nav ul li.columns-5>ul {
        width:39em
    }

    .sc_layouts_menu_nav li.columns-4>ul>li, .sc_layouts_menu_nav li.columns-5>ul>li {
        width: 33.3333%
    }
}

@media (max-width: 959px) {
    .sc_layouts_menu_nav ul li.columns-3>ul, .sc_layouts_menu_nav ul li.columns-4>ul, .sc_layouts_menu_nav ul li.columns-5>ul {
        width:26em
    }

    .sc_layouts_menu_nav li.columns-3>ul>li, .sc_layouts_menu_nav li.columns-4>ul>li, .sc_layouts_menu_nav li.columns-5>ul>li {
        width: 50%
    }
}

.sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children>a {
    font-weight: bold
}

.sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children>a:after {
    display: none
}

.sc_layouts_menu_nav li[class*="columns-"]>ul ul {
    position: static !important;
    display: block !important;
    margin-left: 0;
    padding: 0;
    left: auto;
    top: auto;
    width: auto;
    vertical-align: top;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important
}

.menu_hover_slide_line>ul>li#blob,.menu_hover_slide_box>ul>li#blob {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
    -moz-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
    -ms-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
    -o-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
    transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
}

.menu_hover_slide_line>ul>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover,.menu_hover_slide_line>ul>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.menu_hover_slide_line>ul>li#blob {
    height: 1px;
    margin: 3em 0 0 1em
}

.menu_hover_zoom_line>ul>li>a {
    position: relative
}

.menu_hover_zoom_line>ul>li>a:before {
    content: "";
    height: 1px;
    position: absolute;
    margin-left: 0.25em;
    top: 3em;
    left: 50%;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.menu_hover_zoom_line>ul>li>a:hover:before,.menu_hover_zoom_line>ul>li.sfHover>a:before,.menu_hover_zoom_line>ul>li.current-menu-item>a:before,.menu_hover_zoom_line>ul>li.current-menu-parent>a:before,.menu_hover_zoom_line>ul>li.current-menu-ancestor>a:before {
    width: 80%
}

.menu_hover_path_line>ul>li>a {
    position: relative
}

.menu_hover_path_line>ul>li:before,.menu_hover_path_line>ul>li:after,.menu_hover_path_line>ul>li>a:before,.menu_hover_path_line>ul>li>a:after {
    content: ' ' !important;
    position: absolute;
    -webkit-transition: -webkit-transform 0.1s;
    -ms-transition: -ms-transform 0.1s;
    transition: transform 0.1s;
    -webkit-transition-timing-function: cubic-bezier(1,0.68,0.16,0.9);
    -ms-transition-timing-function: cubic-bezier(1,0.68,0.16,0.9);
    transition-timing-function: cubic-bezier(1,0.68,0.16,0.9)
}

.menu_hover_path_line>ul>li:before,.menu_hover_path_line>ul>li:after {
    top: 0.5em;
    bottom: 0.5em;
    width: 1px;
    /*height:100%;*/
    -webkit-transform: scale3d(1,0,1);
    -ms-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1)
}

.menu_hover_path_line>ul>li:before {
    left: 0.2em;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.menu_hover_path_line>ul>li:after {
    right: 0.2em;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.menu_hover_path_line>ul>li>a:before,.menu_hover_path_line>ul>li>a:after,.menu_hover_path_line>ul>li.menu-item-has-children>a:after {
    left: 0.2em;
    right: 0.2em;
    /*width:100%;*/
    height: 1px;
    -webkit-transform: scale3d(0,1,1);
    -ms-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1)
}

.menu_hover_path_line>ul>li>a:before {
    top: 0.5em;
    bottom: auto;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.menu_hover_path_line>ul>li>a:after,.menu_hover_path_line>ul>li.menu-item-has-children>a:after {
    top: auto;
    bottom: 0.5em;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

/* Delays (first reverse,then current) */
.menu_hover_path_line>ul>li>a:after,.menu_hover_path_line>ul>li.menu-item-has-children>a:after {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.menu_hover_path_line>ul>li>a:hover:after,.menu_hover_path_line>ul>li.sfHover>a:after,.menu_hover_path_line>ul>li.menu-item-has-children>a:hover:after,.menu_hover_path_line>ul>li.sfHover.menu-item-has-children>a:after {
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}

.menu_hover_path_line>ul>li:before {
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.menu_hover_path_line>ul>li:hover:before,.menu_hover_path_line>ul>li.sfHover:before {
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.menu_hover_path_line>ul>li>a:before {
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.menu_hover_path_line>ul>li.sfHover>a:before,.menu_hover_path_line>ul>li>a:hover:before {
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.menu_hover_path_line>ul>li.sfHover:after,.menu_hover_path_line>ul>li:hover:after {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.menu_hover_path_line>ul>li.sfHover:before,.menu_hover_path_line>ul>li:hover:before,.menu_hover_path_line>ul>li.sfHover:after,.menu_hover_path_line>ul>li:hover:after,.menu_hover_path_line>ul>li.sfHover>a:before,.menu_hover_path_line>ul>li>a:hover:before,.menu_hover_path_line>ul>li>a:hover:after,.menu_hover_path_line>ul>li.sfHover>a:after {
    -webkit-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.menu_hover_roll_down>ul>li>a:before {
    content: ' ';
    position: absolute;
    top: 3.3em;
    left: 1.5em;
    right: 1.5em;
    height: 1px;
    opacity: 0;
    -webkit-transform: translate3d(0,-3em,0);
    -ms-transform: translate3d(0,-3em,0);
    transform: translate3d(0,-3em,0);
    -webkit-transition: -webkit-transform 0s 0.3s,opacity 0.2s;
    -ms-transition: transform 0s 0.3s,opacity 0.2s;
    transition: transform 0s 0.3s,opacity 0.2s
}

.menu_hover_roll_down>ul>li>a:hover:before,.menu_hover_roll_down>ul>li.sfHover>a:before,.menu_hover_roll_down>ul>li.current-menu-item>a:before,.menu_hover_roll_down>ul>li.current-menu-ancestor>a:before,.menu_hover_roll_down>ul>li.current-menu-parent>a:before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.3s,opacity 0.1s;
    -ms-transition: -webkit-transform 0.3s,opacity 0.1s;
    transition: transform 0.3s,opacity 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    -ms-transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-timing-function: cubic-bezier(0.4,0,0.2,1)
}

.menu_hover_roll_down>ul>li>a>span {
    display: block;
    pointer-events: none
}

.menu_hover_roll_down>ul>li.sfHover>a>span,.menu_hover_roll_down>ul>li>a:hover>span,.menu_hover_roll_down>ul>li.current-menu-item>a>span,.menu_hover_roll_down>ul>li.current-menu-ancestor>a>span,.menu_hover_roll_down>ul>li.current-menu-parent>a>span {
    -webkit-animation: anim-roll-down 0.3s forwards;
    -ms-animation: anim-roll-down 0.3s forwards;
    animation: anim-roll-down 0.3s forwards
}

@-webkit-keyframes anim-roll-down {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes anim-roll-down {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.menu_hover_color_line>ul>li>a:hover:before,.menu_hover_color_line>ul>li>a:focus:before {
    -webkit-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}

.menu_hover_color_line>ul>li>a:before,.menu_hover_color_line>ul>li>a:after,.menu_hover_color_line>ul>li.menu-item-has-children>a:after {
    content: ' ' !important;
    position: absolute;
    top: 3.3em;
    left: 1.5em;
    right: 1.5em !important;
    margin: 0;
    height: 1px;
    -webkit-transform: scale3d(0,1,1);
    -ms-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.3s cubic-bezier(0.22,0.61,0.36,1);
    -ms-transition: transform 0.3s cubic-bezier(0.22,0.61,0.36,1);
    transition: transform 0.3s cubic-bezier(0.22,0.61,0.36,1)
}

.menu_hover_color_line>ul>li>a:hover,.menu_hover_color_line>ul>li.sfHover>a:after,.menu_hover_color_line>ul>li>a:hover:after,.menu_hover_color_line>ul>li>a:before {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.menu_hover_color_line>ul>li.sfHover>a:after,.menu_hover_color_line>ul>li.menu-item-has-children>a:hover:after,.menu_hover_color_line>ul>li>a:hover:after,.menu_hover_color_line>ul>li.sfHover>a:before,.menu_hover_color_line>ul>li>a:hover:before,.menu_hover_color_line>ul>li.current-menu-item>a:after,.menu_hover_color_line>ul>li.current-menu-item>a:before,.menu_hover_color_line>ul>li.current-menu-ancestor>a:after,.menu_hover_color_line>ul>li.current-menu-ancestor>a:before,.menu_hover_color_line>ul>li.current-menu-parent>a:after,.menu_hover_color_line>ul>li.current-menu-parent>a:before {
    -webkit-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.menu_hover_color_line>ul>li.sfHover>a:before,.menu_hover_color_line>ul>li>a:hover:before {
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}

.search_wrap,.search_wrap .search_form {
    position: relative
}

.search_wrap .search_field {
    width: 6em;
    padding: 0 0 0 1.75em;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.search_wrap .search_submit {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.search_wrap .search_submit:before {
    margin: 0
}

.sc_layouts_row_type_narrow .search_wrap .search_field,.sc_layouts_row_type_compact .search_wrap .search_field {
    border: none !important;
    background-color: transparent !important
}

.sc_layouts_row_type_compact .search_wrap .search_submit {
    font-size: 1.25em;
    font-weight: 400
}

.sc_layouts_column_icons_position_right .search_wrap .search_field {
    padding: 0 1.75em 0 0
}

.sc_layouts_column_icons_position_right .search_wrap .search_submit {
    left: auto;
    right: 0
}

.sc_layouts_row_type_normal .search_wrap .search_field {
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 1.5em 0 3em;
    width: 15em;
    height: 4.7727em;
    line-height: 4.7727em;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    border-radius: 3em
}

.sc_layouts_row_type_normal .search_wrap .search_submit {
    display: block;
    font-size: 11px;
    text-align: center;
    width: 1em;
    height: 4.7727em;
    line-height: 4.7727em;
    position: absolute;
    bottom: auto;
    top: 0;
    left: 1em
}

.sc_layouts_row_type_normal .search_wrap .search_submit:before {
    font-size: 13px
}

.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_submit {
    left: auto;
    right: 1em
}

.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_field {
    padding: 1em 3em 1em 1.5em
}

.search_wrap.search_style_expand .search_field {
    width: 0;
    visibility: hidden
}

.search_style_expand.search_opened .search_field {
    width: 6em;
    visibility: visible
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand .search_field {
    height: 4.7727em;
    line-height: 4.7727em;
    padding-top: 0;
    padding-bottom: 0;
    visibility: visible
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_field {
    padding: 0 2.3em 0 2.3em
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand.search_opened .search_field {
    width: 15em
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_submit {
    width: 4.7727em;
    left: 0;
    right: auto
}

.search_style_fullscreen .search_field {
    width: 0;
    visibility: hidden
}

.search_style_fullscreen .search_field,.search_style_fullscreen .search_submit,.search_style_fullscreen .search_submit:before {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.search_style_fullscreen.search_opened .search_field,.search_style_fullscreen.search_opened .search_submit,.search_style_fullscreen.search_opened .search_submit:before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen .search_field {
    width: 0;
    height: 4.7727em;
    line-height: 4.7727em;
    padding-top: 0;
    padding-bottom: 0;
    visibility: visible
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_field {
    padding: 0 2.3em 0 2.3em
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_submit {
    width: 4.7727em;
    left: 0;
    right: auto
}

.search_style_fullscreen .search_close {
    display: none
}

.search_style_fullscreen .search_close:before {
    margin: 0
}

.search_style_fullscreen.search_opened .search_close {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.search_style_fullscreen.search_opened .search_form_wrap {
    position: fixed;
    background-color: rgba(255,255,255,0.9);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden
}

.search_style_fullscreen.search_opened .search_form {
    position: relative;
    width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-bottom: 1px solid #fff;
    font-size: 1em
}

.search_style_fullscreen.search_opened .search_results {
    top: 0;
    display: none !important
}

.search_style_fullscreen.search_opened .search_submit:before {
    font-size: inherit
}

.search_style_fullscreen.search_opened .search_submit,.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_submit {
    position: absolute;
    left: 0 !important;
    right: auto !important;
    top: 50%;
    font-size: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search_style_fullscreen.search_opened .search_field,.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_field {
    font-size: 2rem !important;
    font-weight: 400 !important;
    line-height: 3em !important;
    height: 3em;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 0 2em;
    border: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    resize: none;
    overflow: hidden;
    display: block;
    visibility: visible;
    width: 100%
}

.search_style_fullscreen.search_opened .search_field,.search_style_fullscreen.search_opened .search_field:hover,.search_style_fullscreen.search_opened .search_field:focus {
    background-color: transparent !important
}

.content .search_wrap {
    max-width: 50%;
    margin: 0
}

.post_item_none_search .search_wrap,.post_item_none_archive .search_wrap {
    max-width: none
}

.content .search_wrap .search_form_wrap {
    width: 100%
}

.content .search_wrap .search_form_wrap .search_field {
    width: 100%
}

.post_item_none_search .search_wrap .search_field,.post_item_none_archive .search_wrap .search_field {
    padding: 1.2em 3em 1em 1em
}

.post_item_none_search .search_wrap .search_submit,.post_item_none_archive .search_wrap .search_submit {
    right: 1em;
    top: 1.2em
}

.content .search_wrap .search_results {
    width: 100%
}

.search_wrap .search_results {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 3.5em;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 22em;
    padding: 2em 1.5em;
    text-align: left
}

.search_wrap .search_results:after {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    top: -6px;
    left: 3em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sc_layouts_column_align_right .search_wrap .search_results {
    left: auto;
    right: 1em
}

.sc_layouts_column_align_right .search_wrap .search_results:after {
    left: auto;
    right: 3em
}

.search_wrap .search_results .search_results_close {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    text-align: center;
    overflow: hidden;
    font-size: 1em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    cursor: pointer
}

.search_wrap .post_more {
    display: block;
    text-align: center
}

.search_wrap .post_meta {
    font-style: normal
}

.sc_layouts_title_caption {
    margin: 0 auto
}

.sc_layouts_title_caption img {
    display: inline-block;
    max-height: 1.5em;
    vertical-align: middle;
    width: auto;
    margin: -0.2em 0.2em 0 0
}

.sc_layouts_title_link {
    display: inline-block;
    margin: 0.5em 0 2em
}

.sc_layouts_title_meta .post_edit:before {
    margin-right: 0.5em
}

.sc_layouts_title_description {
    font-size: 13px;
    line-height: 19px;
    margin: 4px auto 1em;
    max-width: 75%
}

.sc_layouts_title_description p {
    margin: 0
}

.sc_layouts_title_breadcrumbs {
    margin-top: 0.5em
}

.sc_layouts_featured.with_content {
    position: relative;
    min-height: 0em
}

.sc_layouts_featured.with_image {
    min-height: 40rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.sc_layouts_featured.with_image.with_content:before {
    content: ' ';
    position: absolute;
    z-index: 0;
    /* Important! 1+ place this block over cart and over popups! */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5)
}

.sc_layouts_featured .sc_layouts_featured_content {
    position: static
}

.sc_layouts_featured.with_image .sc_layouts_featured_content {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.sc_content_width_1_1 {
    width: 1170px
}

.sc_content_width_1_2 {
    width: 585px
}

.sc_content_width_1_3 {
    width: 390px
}

.sc_content_width_2_3 {
    width: 780px
}

.sc_content_width_1_4 {
    width: 292.5px
}

.sc_content_width_3_4 {
    width: 877.5px
}

.trx_addons_container,.trx_addons_container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.trx_addons_columns_wrap {
    margin-right: -30px
}

.trx_addons_columns_wrap>[class*="trx_addons_column-"] {
    padding-right: 30px
}

.trx_addons_columns_wrap.columns_padding_left {
    margin-left: -30px
}

.trx_addons_columns_wrap.columns_padding_left>[class*="trx_addons_column-"],.trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_left {
    padding-left: 30px
}

.trx_addons_columns_wrap.columns_padding_right {
    margin-right: -30px
}

.trx_addons_columns_wrap.columns_padding_right>[class*="trx_addons_column-"],.trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_right {
    padding-right: 30px
}

.trx_addons_columns_wrap.columns_padding_center {
    margin-left: -15px;
    margin-right: -15px
}

.trx_addons_columns_wrap.columns_padding_center>[class*="trx_addons_column-"],.trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_center {
    padding-left: 30px
}

.trx_addons_columns_wrap.columns_padding_bottom>[class*="trx_addons_column-"],.trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_bottom {
    padding-bottom: 30px
}

.trx_addons_scroll_to_top {
    border: none;
    z-index: 9999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.menu_style_right .trx_addons_scroll_to_top {
    right: 7rem
}

.menu_style_left .sc_layouts_row_fixed_on {
    padding-left: 6rem
}

.menu_style_right .sc_layouts_row_fixed_on {
    padding-right: 6rem
}

.header_position_under .top_panel .wpb_row {
    background-color: transparent !important
}

.top_panel.with_bg_image .sc_layouts_row {
    background-color: transparent !important
}

.body_style_boxed .sc_layouts_row_delimiter {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.body_style_boxed .sc_layouts_row_delimiter.sc_layouts_row {
    padding: 0 27px !important
}

.swiper-container-horizontal>.swiper-pagination,.slider_swiper_outer>.swiper-pagination {
    bottom: 1em
}

.slider_swiper .slider_pagination_wrap,.slider_swiper_outer .slider_pagination_wrap {
    color: #fff
}

.slider_swiper .swiper-pagination-bullet,.slider_swiper_outer .swiper-pagination-bullet {
    border: 2px solid #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;
    width: 8px;
    height: 8px;
    padding: 2px
}

.slider_swiper .swiper-pagination-bullet:before,.slider_swiper_outer .swiper-pagination-bullet:before {
    content: '';
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.sidebar .swiper-container-horizontal>.swiper-pagination,.sidebar .slider_swiper_outer>.swiper-pagination {
    bottom: 0.5em
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 11px
}

.sidebar .slider_swiper .swiper-pagination-bullet,.sidebar .slider_swiper_outer .swiper-pagination-bullet {
    width: 8px;
    height: 8px
}

.slider_style_modern .swiper-container-horizontal>.swiper-pagination,.slider_style_modern>.swiper-pagination {
    bottom: 0
}

.sidebar .slider_swiper_outer .slider_controls_wrap,.sidebar .slider_swiper.slider_controls_side .slider_controls_wrap {
    display: none
}

.slider_swiper.slider_controls_side .slider_controls_wrap>a,.slider_outer_controls_side .slider_controls_wrap>a {
    width: 2.1429em;
    height: 3.2857em;
    line-height: 3.2857em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none !important
}

.slider_swiper.slider_controls_side .slider_controls_wrap>.slider_prev,.slider_outer_controls_side .slider_controls_wrap>.slider_prev {
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: -100px;
    left: 0
}

.slider_swiper.slider_controls_side .slider_next,.slider_outer_controls_side .slider_controls_wrap>.slider_next {
    opacity: 0;
    filter: alpha(opacity=0);
    margin-right: -100px;
    right: 0
}

.slider_swiper.slider_controls_side:hover .slider_controls_wrap>a,.slider_outer_controls_side:hover + .slider_controls_wrap>a {
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-left: 18px;
    margin-right: 18px
}

.slider_swiper.slider_controls_side .slider_controls_wrap>a:before,.slider_outer_controls_side .slider_controls_wrap>a:before {
    font-family: 'fontello';
    font-size: 3.5714em
}

.slider_swiper.slider_controls_side .slider_controls_wrap>.slider_prev:before,.slider_outer_controls_side .slider_controls_wrap>.slider_prev:before {
    content: '\e92a'
}

.slider_swiper.slider_controls_side .slider_controls_wrap>.slider_next:before,.slider_outer_controls_side .slider_controls_wrap>.slider_next:before {
    content: '\e92b'
}

.slider_style_modern .slider_controls_label span:first-child {
    font-style: italic;
    letter-spacing: 0
}

.slider_style_modern .slider_controls_label span + span {
    font-size: 1.6667em;
    line-height: 1.25em;
    margin-top: 0.2em
}

.sc_slider_controller .slider_swiper_outer.slider_outer_controls_side .slider_controls_wrap>a,.slider_style_modern .slider_swiper.slider_controls_side .slider_controls_wrap>a,.slider_style_modern.slider_outer_controls_side .slider_controls_wrap>a {
    opacity: 1;
    filter: alpha(opacity=100)
}

.header_widgets_wrap .slider_swiper .slide_overlay.slide_overlay_large {
    background-color: transparent
}

.slider_swiper.slider_titles_center .slide_info.slide_info_large {
    padding: 3em 2em;
    width: 50%
}

.header_widgets_wrap .slider_swiper.slider_titles_center:not(.slider_multi) .slide_info.slide_info_large {
    width: 18em
}

.sidebar .slider_swiper.slider_multi .slide_info:not(.slide_info_large),.sidebar .slider_swiper .slide_info:not(.slide_info_large) {
    bottom: 8px
}

.slider_swiper .slide_info {
    line-height: 1.3em
}

.slider_swiper .slide_info.slide_info_large .slide_cats {
    color: transparent !important
}

.slider_swiper .slide_info.slide_info_large .slide_cats a {
    font-size: 0.8667em;
    line-height: 1.7333em;
    font-weight: 500;
    text-transform: uppercase
}

.slider_swiper .slide_info.slide_info_large .slide_title {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0.5em 0
}

.slider_swiper .slide_info.slide_info_large .slide_date {
    font-size: 0.9333em;
    font-style: italic
}

.sidebar .slider_swiper.slider_multi .slide_title,.sidebar .slider_swiper .slide_info:not(.slide_info_large) .slide_title {
    font-size: 1em
}

.sidebar .slider_swiper.slider_multi .slide_date,.sidebar .slider_swiper .slide_info:not(.slide_info_large) .slide_date {
    font-size: 12px;
    line-height: 16px
}

.slider_titles_outside_wrap {
    bottom: 1rem
}

.slider_titles_outside_wrap .slide_cats,.slider_titles_outside_wrap .slide_subtitle {
    font-style: italic;
    letter-spacing: 0
}

.sc_slider_controller_info {
    font-size: 1.3333em;
    line-height: 1.2em;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    width: 85%
}

.sc_slider_controller_titles .sc_slider_controller_info {
    text-transform: uppercase
}

.sc_slider_controller_thumbs .sc_slider_controller_info {
    font-size: 1.2em;
    line-height: 1.2em;
    display: none
}

.sc_slider_controller_thumbs .sc_slider_controller_info_number {
    color: #ccc
}

.sc_slider_controller_thumbs .sc_slider_controller_info_title {
    color: #fff
}

.footer_wrap .sc_layouts_row {
    line-height: 1.7857em
}

.footer_wrap .sc_layouts_item {
    margin-top: 0;
    margin-bottom: 0
}

.widget.widget_bg_image {
    padding: 2em 1.5em !important;
    /* to override .columns_wrap>.column rules */
}

.widget.widget_bg_image * {
    color: #aaa !important
}

.widget.widget_bg_image .widget_title,.widget.widget_bg_image .widget_content a {
    color: #ddd !important
}

.widget.widget_bg_image .widget_title,.widget.widget_bg_image .widget_content a:hover {
    color: #fff !important
}

.widget_aboutme .aboutme_avatar img {
    width: 100%;
    height: auto
}

.widget_aboutme .aboutme_username {
    text-align: left;
    font-size: 1em
}

.widget_aboutme .aboutme_description {
    margin-top: 1em;
    text-align: left;
    line-height: 1.6em
}

.trx_addons_audio_player {
    padding: 2.3571em 2.1429em 3em
}

.sidebar .trx_addons_audio_player,.footer_wrap .trx_addons_audio_player,.trx_addons_audio_player.with_cover {
    padding: 3em 2.1429em
}

.trx_addons_audio_player.without_cover {
    background-color: transparent;
    border: none
}

.trx_addons_audio_player .audio_author {
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 1px;
    text-transform: none
}

.trx_addons_audio_player .audio_caption {
    font-size: 1.7143em;
    font-weight: 600;
    line-height: 1.35em;
    text-transform: none;
    margin: 0 0 11px !important
}

.vc_row .trx_addons_audio_player .audio_caption {
    font-size: 1.7143em;
    line-height: 1.35em
}

.trx_addons_audio_player .audio_author + .audio_caption {
    margin: -0.6em 0 0.25em
}

.trx_addons_audio_player .mejs-container {
    padding: 0 !important
}

.trx_addons_audio_player .mejs-container .mejs-controls .mejs-time {
    font-size: 14px !important;
    font-weight: 300;
    line-height: 25px
}

.trx_addons_audio_player .mejs-container .mejs-controls .mejs-time {
    margin-top: 0 !important;
    padding-top: 12px !important;
    text-align: left;
    height: 22px !important;
    min-width: 40px;
    white-space: nowrap
}

.trx_addons_audio_player .mejs-container .mejs-controls .mejs-time .mejs-currenttime,.trx_addons_audio_player .mejs-container .mejs-controls .mejs-time .mejs-duration {
    font-family: 'Poppins',sans-serif
}

.sidebar .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time,.footer_wrap .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time {
    display: none
}

.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-buffering,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-loaded,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-current,.trx_addons_audio_player .mejs-controls a.mejs-horizontal-volume-slider,.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    height: 3px !important
}

.trx_addons_audio_player .mejs-container .mejs-controls .mejs-fullscreen-button,.trx_addons_audio_player .mejs-container .mejs-controls .mejs-volume-button,.trx_addons_audio_player .mejs-container .mejs-controls .mejs-playpause-button {
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s
}

.trx_addons_audio_player .mejs-container .mejs-controls .mejs-playpause-button {
    margin-left: 9px !important;
    margin-right: 0 !important
}

.trx_addons_audio_player .mejs-container .mejs-controls .mejs-volume-button,.trx_addons_audio_player .mejs-container .mejs-controls .mejs-volume-button:hover {
    margin-left: 0 !important;
    margin-right: 2px !important
}

.trx_addons_audio_player .mejs-controls div.mejs-time-rail {
    margin-top: 7px !important
}

.trx_addons_audio_player .mejs-controls a.mejs-horizontal-volume-slider {
    margin-right: 20px;
    margin-top: 10px !important;
    width: 43px !important
}

.widget .trx_addons_tabs .trx_addons_tabs_titles li {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1px
}

.widget .trx_addons_tabs .trx_addons_tabs_titles li:after {
    display: none !important
}

.widget .trx_addons_tabs .trx_addons_tabs_titles li + li {
    margin-left: 0.5em
}

.widget .trx_addons_tabs .trx_addons_tabs_titles li a {
    padding: 0.3em 0.5em
}

.widget_categories_list[class*="column-"] [class*="column-"],.sidebar .widget_categories_list [class*="column-"] {
    width: 100%;
    float: none;
    overflow: hidden
}

.widget_categories_list[class*="column-"] [class*="column-"]+[class*="column-"],.sidebar .widget_categories_list [class*="column-"]+[class*="column-"] {
    margin-top: 0.5em
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_item,.sidebar .widget_categories_list .categories_list_style_1 .categories_list_item {
    text-align: left
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image,.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image {
    display: inline-block;
    width: 20%
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image img,.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img {
    width: 100%;
    height: auto
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_title,.sidebar .widget_categories_list .categories_list_style_1 .categories_list_title {
    display: inline-block;
    width: 70%;
    margin: 0;
    font-size: 1em;
    padding-left: 1em;
    text-align: left;
    text-transform: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.widget_contacts .contacts_info .contacts_left,.widget_contacts .contacts_info .contacts_right,.sidebar .widget_contacts .contacts_info .contacts_left,.sidebar .widget_contacts .contacts_info .contacts_right {
    display: block;
    width: 100%;
    margin: 0 !important;
    text-align: left
}

.widget_contacts .contacts_description,.sidebar .widget_contacts .contacts_description {
    margin-top: 0
}

.widget_contacts .contacts_logo + .contacts_description,.sidebar .widget_contacts .contacts_logo + .contacts_description {
    margin-top: 2.3571em
}

.widget_contacts .contacts_info,.sidebar .widget_contacts .contacts_info {
    margin-top: 1.6429em
}

.widget_contacts .contacts_socials,.sidebar .widget_contacts .contacts_socials {
    margin-top: 3em !important
}

.sidebar .widget_contacts .contacts_info .contacts_left span,.columns_wrap .widget_contacts:not(.column-1_1) .contacts_info .contacts_left span,.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left span {
    padding-left: 1.5714em;
    padding-right: 0;
    line-height: 2.2857em
}

.sidebar .widget_contacts .contacts_info .contacts_left span:before,.widget_contacts:not(.column-1_1) .contacts_info .contacts_left span:before,.widget_contacts .contacts_info .contacts_left span:before {
    left: 1px;
    right: auto;
    text-align: left
}

.widget_contacts .contacts_info span {
    padding-left: 1.5714em !important;
    padding-right: 0 !important
}

.footer_wrap .widget_contacts .contacts_map_left .contacts_info {
    font-size: 1em
}

.widget_contacts .contacts_info span.contacts_address:before {
    content: '\e833';
    font-family: 'Fontello';
    font-size: 13px
}

.widget_contacts .contacts_info span.contacts_phone:before {
    content: '\e943';
    font-family: 'Fontello';
    font-size: 12px
}

.widget_contacts .contacts_info span.contacts_email:before {
    content: '\e819';
    font-family: 'Fontello';
    font-size: 13px;
    top: -2px
}

.widget_contacts .contacts_info span.contacts_email a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

body.expand_content .sc_recent_news_style_news-announce .post_size_full {
    height: 656px
}

body.expand_content .sc_recent_news_style_news-announce .post_size_big {
    height: 328px
}

body.expand_content .sc_recent_news_style_news-announce .post_size_medium,body.expand_content .sc_recent_news_style_news-announce .post_size_small {
    height: 164px
}

.sc_recent_news .post_counters .post_counters_edit a {
    background-color: transparent !important
}

.sidebar .sc_recent_news .post_item .post_title,.footer .sc_recent_news .post_item .post_title {
    font-size: 1em
}

.sidebar .sc_recent_news .post_item .post_content,.footer .sc_recent_news .post_item .post_content {
    font-size: 0.8667em;
    line-height: 1.3846em
}

.sc_recent_news .post_accented_off .post_featured.with_thumb .post_video_hover {
    font-size: 1.2em
}

.sc_recent_news .post_accented_off .slider_controls_wrap {
    display: none
}

.sc_recent_news .post_accented_off .slider_pagination_wrap {
    bottom: 0
}

.sc_recent_news .post_accented_off .slider_pagination_wrap .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 3px
}

/* Recent posts & Most Popular posts & Search Results */
.widget_area .post_item,.widget .post_item {
    overflow: hidden;
    text-align: left;
    margin-bottom: 0;
    padding-top: 0.4286em;
    position: relative;
    background-color: transparent !important
}

.widget .post_item + .post_item {
    margin-top: 2.2146em;
    padding-top: 0;
    border-top: none
}

.search_results.widget_area .post_item + .post_item {
    border-top: 1px solid #e5e5e5;
    margin-top: 1.6em;
    padding-top: 1.6em
}

.widget_area .post_item .post_content,.widget .post_item .post_content {
    overflow: hidden
}

.widget_area .post_item .post_thumb,.widget .post_item .post_thumb {
    float: left;
    width: 4.8571rem;
    height: 4.8571rem;
    margin: 0 0.8571em 4px 0;
    overflow: hidden
}

.widget_area .post_item .post_thumb img,.widget .post_item .post_thumb img {
    width: 100%
}

.widget_area .post_item .post_title,.widget .post_item .post_title {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.7143em;
    margin: -1px 0 5px 0;
    text-align: left
}

.widget_area .post_item .post_info,.widget .post_item .post_info {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0
}

.widget_area .post_item .post_info .post_info_item+.post_info_item:before,.widget .post_item .post_info .post_info_item+.post_info_item:before {
    content: "";
    margin: 0 0 0 27px
}

.widget_area .post_item .post_info .post_counters_comments:before,.widget .post_item .post_info .post_counters_comments:before {
    content: '\e93f';
    font-family: 'Fontello'
}

.widget_area .post_item .post_categories,.widget .post_item .post_categories {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 5px;
    position: relative;
    padding-right: 2em
}

.widget_area .post_item .post_categories .post_info_counters,.widget .post_item .post_categories .post_info_counters {
    position: absolute;
    right: 0;
    top: 0
}

.sc_socials {
    padding-top: 4px
}

.socials_wrap {
    margin: 0 -10px -10px 0
}

.socials_wrap .social_item,.socials_wrap .social_item a span,.socials_wrap .social_item a span:before {
    vertical-align: top;
    display: inline-block;
    height: 24px
}

.socials_wrap .social_item {
    margin: 0 10px 10px 0 !important
}

.socials_wrap .social_item a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 1.1111em;
    height: 1.1111em;
    font-size: 16px
}

.slider_engine_revo .widget_socials {
    width: 10em
}

.slider_engine_revo .widget_socials .socials_wrap {
    text-align: left;
    min-width: 160px !important
}

.slider_engine_revo .widget_socials .social_item {
    display: inline-block
}

.slider_engine_revo .widget_socials .social_item + .social_item {
    margin-left: 0.5em
}

.slider_engine_revo .widget_socials .social_item span {
    background-color: transparent !important;
    width: auto;
    height: auto;
    font-size: 13px !important;
    line-height: 1.5em;
    display: inline;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.slider_engine_revo .widget_socials .social_item a {
    background-color: transparent;
    background: none
}

.slider_engine_revo .widget_socials .social_item a:hover span {
    background-color: transparent
}

.slider_engine_revo .widget_socials .social_item a:hover span:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none
}

.widget_twitter .widget_content ul {
    padding-left: 2em;
    list-style-type: none
}

.widget_twitter .widget_content ul>li {
    position: relative;
    text-align: left
}

.widget_twitter .widget_content ul>li+li {
    margin-top: 1.5em
}

.widget_twitter .widget_content ul>li:before {
    position: absolute;
    z-index: 1;
    display: inline-block;
    font-size: 1.2em;
    font-style: normal;
    left: -1.5em;
    top: 0;
    background-color: transparent
}

.widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon {
    text-align: center;
    font-size: 1.6em;
    font-style: normal;
    margin-bottom: 0.8em
}

.widget_twitter .widget_content .sc_twitter_item a,.widget_twitter .widget_content ul>li a {
    font-weight: normal
}

.trx_addons_video_player.with_cover .video_mask {
    background: none !important
}

.trx_addons_video_player.with_cover .video_hover {
    font-size: 3em !important;
    width: 1.8809em;
    height: 1.8809em;
    line-height: 1.8809em;
    border: solid 2px #000000;
    background: none !important
}

.trx_addons_video_player.with_cover .video_hover:before {
    content: '\e8e1';
    font-family: 'fontello';
    margin-left: 0.119em
}

.widget_video .trx_addons_video_player.with_cover .video_hover {
    font-size: 2.4em
}

.sidebar .trx_addons_video_player.with_cover .video_hover,.footer_wrap .trx_addons_video_player.with_cover .video_hover {
    font-size: 1.8em
}

.mobile_layout .trx_addons_video_player.with_cover .video_hover {
    opacity: 1;
    margin-top: 0
}

.widget_flickr .flickr_badge_image,.widget_flickr .flickr_images>a {
    padding: 0 6px 6px 0
}

body.trx_addons_cv {
    margin-left: 0;
    margin-right: 0
}

.trx_addons_cv_header_letter {
    line-height: 0.75em
}

.trx_addons_cv_header_letter,.trx_addons_cv_header_text,.trx_addons_cv_header_socials .social_item>a {
    text-shadow: none
}

.trx_addons_cv_section_contacts input,.trx_addons_cv_section_contacts textarea {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.trx_addons_hover_mask {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.trx_addons_hover_content .trx_addons_hover_links a + a {
    margin-left: 0.7em
}

.trx_addons_hover_style_zoomin .trx_addons_hover_content .trx_addons_hover_title {
    display: none
}

[class*="sc_button_hover_"]:not(.sc_button_bg_image) {
    -webkit-transition: color 0.3s ease !important,border-color 0.3s ease !important,background-position 0.3s ease !important,background-color 0 linear 0.3s !important;
    -moz-transition: color 0.3s ease !important,border-color 0.3s ease !important,background-position 0.3s ease !important,background-color 0 linear 0.3s !important;
    -ms-transition: color 0.3s ease !important,border-color 0.3s ease !important,background-position 0.3s ease !important,background-color 0 linear 0.3s !important;
    -o-transition: color 0.3s ease !important,border-color 0.3s ease !important,background-position 0.3s ease !important,background-color 0 linear 0.3s !important;
    transition: color 0.3s ease !important,border-color 0.3s ease !important,background-position 0.3s ease !important,background-color 0 linear 0.3s !important
}

.sc_item_subtitle {
    font-size: 1.2857em;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4444em
}

.sc_item_title + div[class*='_container'],.sc_item_subtitle + div[class*='_container'],.sc_item_descr + div[class*='_container'],.sc_item_title + .sc_item_columns,.sc_item_subtitle + .sc_item_columns,.sc_item_descr + .sc_item_columns,.sc_item_title + .sc_item_content,.sc_item_subtitle + .sc_item_content,.sc_item_descr + .sc_item_content {
    position: relative;
    margin-top: 2.2143em !important;
    padding-top: 3em !important
}

.sc_item_title + .sc_form_form,.sc_item_subtitle + .sc_form_form,.sc_item_descr + .sc_form_form {
    margin-top: 2.9286em
}

.sc_item_title + div[class*='_container']:before,.sc_item_subtitle + div[class*='_container']:before,.sc_item_descr + div[class*='_container']:before,.sc_item_title + .sc_item_columns:before,.sc_item_subtitle + .sc_item_columns:before,.sc_item_descr + .sc_item_columns:before,.sc_item_title + .sc_item_content:before,.sc_item_subtitle + .sc_item_content:before,.sc_item_descr + .sc_item_content:before {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #23a1ea;
    top: 0;
    left: 3px
}

.sc_item_title.sc_align_right + div[class*='_container']:before,.sc_item_subtitle.sc_align_right + div[class*='_container']:before,.sc_item_descr.sc_align_right + div[class*='_container']:before,.sc_item_title.sc_align_right + .sc_item_columns:before,.sc_item_subtitle.sc_align_right + .sc_item_columns:before,.sc_item_descr.sc_align_right + .sc_item_columns:before,.sc_item_title.sc_align_right + .sc_item_content:before,.sc_item_subtitle.sc_align_right + .sc_item_content:before,.sc_item_descr.sc_align_right + .sc_item_content:before {
    left: auto;
    right: auto
}

.sc_item_title.sc_align_center + div[class*='_container']:before,.sc_item_subtitle.sc_align_center + div[class*='_container']:before,.sc_item_descr.sc_align_center + div[class*='_container']:before,.sc_item_title.sc_align_center + .sc_item_content:before,.sc_item_subtitle.sc_align_center + .sc_item_content:before,.sc_item_descr.sc_align_center + .sc_item_content:before {
    left: 50%;
    margin-left: -20px
}

.sc_item_title.sc_align_center + .sc_item_columns:before,.sc_item_subtitle.sc_align_center + .sc_item_columns:before,.sc_item_descr.sc_align_center + .sc_item_columns:before {
    left: 50%;
    margin-left: -35px
}

.sc_item_subtitle + .sc_item_title {
    margin-top: 0
}

.sc_item_descr {
    margin-bottom: 0
}

.sc_item_descr.sc_align_center,.wpb_column:not(.vc_column-sm-12) .sc_item_descr.sc_align_center {
    margin-left: auto;
    margin-right: auto;
    max-width: 740px
}

.sc_item_title + .sc_item_descr,.sc_item_subtitle + .sc_item_descr,.sc_item_title + .sc_item_slider,.sc_item_subtitle + .sc_item_slider,.sc_item_descr + .sc_item_slider,.sc_item_title + .sc_item_columns,.sc_item_subtitle + .sc_item_columns,.sc_item_descr + .sc_item_columns,.sc_item_title + .sc_item_content,.sc_item_subtitle + .sc_item_content,.sc_item_descr + .sc_item_content {
    margin-top: 1.2143em
}

.sc_item_link {
    margin-top: 1.7857em;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px
}

.sc_button_link:after {
    content: '\e911';
    font-family: 'Fontello';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 1px;
    position: relative;
    top: 2px
}

.sc_title {
    position: relative;
    margin-bottom: 1.3571em !important;
    padding-bottom: 2.2857em !important
}

.sc_title:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #23a1ea;
    bottom: 0;
    left: 0
}

.sc_title.sc_title_align_right:after {
    left: auto;
    right: 0
}

.sc_title.sc_title_align_center:after {
    left: 50%;
    margin-left: -20px
}

.sc_action_item_default .sc_action_item_subtitle {
    font-size: 2em;
    line-height: 1.2em
}

.sc_action_item_default .sc_action_item_subtitle + .sc_action_item_title {
    margin-top: 0.2167em
}

.sc_action_item_default.sc_action_item.with_image .sc_action_item_inner {
    padding: 5.5714em
}

[data-vc-stretch-content='true'] .vc_col-lg-3 .sc_action_item_default.sc_action_item.with_image .sc_action_item_inner {
    padding: 8.5714em
}

.sc_action_item_default .sc_action_item_title {
    font-size: 3.4286em;
    line-height: 1.2083em;
    font-weight: 700
}

[data-vc-stretch-content*='true'] .vc_col-lg-12 .sc_action_item_default .sc_action_item_title {
    font-size: 4.2857em;
    line-height: 1.1667em;
    font-weight: 700;
    letter-spacing: -0.025em
}

[data-vc-stretch-content='true'] .vc_col-lg-3 .sc_action_item_default .sc_action_item_title {
    font-size: 4.6879em;
    line-height: 1.2342em;
    font-weight: 600;
    letter-spacing: -0.025em
}

.sc_action_item_default .sc_action_item_subtitle {
    font-size: 1.8571em;
    line-height: 1.2308em;
    font-weight: 500
}

.sc_action_item.with_image.sc_action_fixed_height:before,.sc_action_item.with_image.trx_addons_stretch_height:before {
    display: block !important;
    width: 85%;
    height: 77%;
    border: solid 6px #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    padding: 0;
    z-index: 2
}

[data-vc-full-width='true'] .vc_col-lg-12 .sc_action_item.with_image.sc_action_fixed_height:before,[data-vc-full-width='true'] .vc_col-lg-12 .sc_action_item.with_image.trx_addons_stretch_height:before {
    width: 92%
}

[data-vc-full-width='true'] .vc_col-lg-3 .sc_action_item.with_image.sc_action_fixed_height:before,[data-vc-full-width='true'] .vc_col-lg-3 .sc_action_item.with_image.trx_addons_stretch_height:before {
    width: 62.5%;
    height: 66.67%
}

.sc_action_item_event.with_image .sc_action_item_inner {
    padding: 2.4em 2em
}

.sc_action_item_event .sc_action_item_image + .sc_action_item_subtitle {
    margin-top: 0.8em
}

.sc_action_item_event .sc_action_item_title {
    margin-top: 0;
    margin-bottom: 0.3em
}

.sc_action_item_date {
    font-size: 1em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.8em 0;
    border: none;
    position: relative
}

.sc_action_item_description {
    font-style: italic;
    letter-spacing: 0
}

.sc_action_item_info {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5789em;
    padding: 0;
    letter-spacing: 0;
    border: none;
    position: relative;
    text-transform: uppercase
}

.sc_action_item_info:before,.sc_action_item_date:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    margin: 0 0 32px
}

.sc_action_item_info span,.sc_action_item_date span {
    display: block
}

.sc_action_item_subtitle + .sc_action_item_link,.sc_action_item_title + .sc_action_item_link,.sc_action_item_description + .sc_action_item_link,.sc_action_item_link + .sc_action_item_link {
    margin: 1.2857em 0.7143em 0
}

[data-vc-full-width='true'] .sc_action_item_link {
    margin-top: 1.7143em
}

.sc_action_item_link.sc_action_item_link_over {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0
}

.menu_side_inner #toc_menu {
    display: block
}

.menu_side_icons #toc_menu {
    position: relative;
    left: 0;
    top: 0;
    margin: 0
}

.menu_side_icons .toc_menu_item .toc_menu_description,.menu_side_inner>.toc_menu_item .toc_menu_description {
    font-size: 1.0667em;
    line-height: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    top: 1px
}

.menu_side_inner>.toc_menu_item .toc_menu_description {
    top: 0
}

.menu_side_icons .toc_menu_item:hover .toc_menu_description,.menu_side_inner>.toc_menu_item:hover .toc_menu_description {
    margin-right: 0
}

.menu_side_icons .toc_menu_item .toc_menu_description:before,.menu_side_inner>.toc_menu_item .toc_menu_description:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 6rem
}

.menu_side_icons .toc_menu_item .toc_menu_description span,.menu_side_inner>.toc_menu_item .toc_menu_description span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3em;
    letter-spacing: 3px;
    margin-top: 5px
}

.menu_side_icons .toc_menu_item .toc_menu_icon,.menu_side_inner>.toc_menu_item .toc_menu_icon {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    border-top: 1px solid #ddd;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box
}

.menu_side_inner>.toc_menu_item .toc_menu_icon {
    border-top: none
}

.menu_side_icons .toc_menu_item .toc_menu_icon:before,.menu_side_inner>.toc_menu_item .toc_menu_icon:before {
    font-size: 2rem;
    font-weight: normal;
    line-height: inherit
}

.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon {
    text-align: center
}

.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon:before {
    content: ' ';
    width: 5px;
    height: 5px;
    line-height: inherit;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon:before {
    width: 9px;
    height: 9px
}

.menu_style_left .toc_menu_item .toc_menu_description {
    left: -20em;
    right: auto
}

.menu_style_left .toc_menu_item:hover .toc_menu_description {
    left: 100%;
    right: auto
}

.sc_anchor_visible {
    font-size: 1.7143em;
    line-height: 1.25em;
    font-weight: 300;
    color: #CCCCCC;
    position: absolute;
    display: block;
    width: 400px;
    height: 1.25em;
    -webkit-transform: rotate(-90deg) translateX(-50%) translateY(-150px);
    -moz-transform: rotate(-90deg) translateX(-50%) translateY(-150px);
    -ms-transform: rotate(-90deg) translateX(-50%) translateY(-150px);
    transform: rotate(-90deg) translateX(-50%) translateY(-150px);
    left: 0;
    top: 23px;
    white-space: nowrap;
    text-align: right;
    z-index: 10000;
    cursor: default !important
}

.remove_margins .sc_anchor_visible {
    top: 106px
}

.sc_anchor_visible:before {
    content: '';
    position: absolute;
    display: block;
    width: 145px;
    height: 1px;
    background-color: #000000;
    right: -167px;
    top: 50%
}

.sc_blogger_item_featured .post_featured {
    margin-bottom: 0
}

.sc_blogger .sc_blogger_item .sc_blogger_post_meta {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5em
}

.sc_blogger .sc_item_button .sc_button_simple:before,.sc_blogger .sc_item_button .sc_button_simple:after {
    top: 2px
}

.sc_blogger_default .sc_blogger_item {
    padding: 2.1429em
}

.sc_blogger_default .sc_blogger_item .sc_blogger_item_content {
    left: 45%;
    width: 55%
}

.sc_blogger_default .sc_blogger_item .sc_blogger_post_meta {
    margin-top: 0.6em
}

.sc_blogger_default .sc_blogger_item .sc_blogger_item_featured {
    margin-bottom: 0
}

.sc_blogger_classic .sc_blogger_item {
    background: none !important;
    text-align: left
}

.sc_blogger_classic .sc_blogger_item .sc_blogger_item_content {
    padding: 2.5em 1.4286em 2.6em 0;
    position: relative;
    z-index: 200
}

.sc_blogger_classic .sc_blogger_item .sc_blogger_post_meta {
    margin-top: 0.4em
}

.sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt {
    margin-top: 1.5em
}

.sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt_text {
    line-height: 1.7143em;
    max-height: 5.1429em
}

.sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt_text p {
    margin: 0
}

.sc_blogger_classic .sc_blogger_item_button {
    margin-top: 1.5em
}

.sc_blogger_classic .sc_blogger_item .more-link {
    background-color: transparent
}

.sc_blogger_classic .post_counters_comments .post_counters_number {
    margin-left: 0
}

.sc_blogger_classic .post_counters_comments .post_counters_number:before {
    content: '\e93f';
    font-family: 'Fontello';
    margin-right: 0.4286em;
    font-size: 1.1667em
}

.sc_blogger_classic .post_categories {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    max-width: 90%;
    font-size: 0
}

.sc_blogger_classic .post_categories a {
    display: inline-block;
    white-space: nowrap;
    height: 1.3em;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    padding: 0.5em 1.2em;
    margin: 0 0 1.3em 1.3em;
    background-color: #777777;
    color: #FFFFFF;
    font-size: 0.8333rem;
    line-height: 1.3em
}

.sc_blogger_classic .post_categories + .post_meta_item:before {
    display: none
}

.sc_item_button a,.sc_form button,.sc_price_link,.sc_action_item_link,.theme_button {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 1.2143em 2.0714em 1.1429em;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0;
    border: solid 3px #000000;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sc_button.sc_button_size_small {
    padding: 0.6429em 1.5em
}

.sc_button_icon {
    font-size: 17px;
    line-height: inherit
}

.sc_button_simple {
    text-transform: uppercase;
    font-size: 0.8667em;
    letter-spacing: 3px
}

.sc_button_simple:before,.sc_button_simple:after {
    content: '\e93a';
    font-family: 'fontello';
    top: -2px;
    font-style: normal
}

.sc_item_button .sc_button_simple:not(.sc_button_bg_image) {
    background: none !important;
    background-color: transparent
}

.sc_item_button .sc_button_simple {
    font-style: italic;
    font-weight: 400;
    font-size: 1.0667em;
    line-height: 1.25em;
    letter-spacing: 0;
    text-transform: none;
    border: none;
    padding: 0 1.8em 0 0
}

.sc_item_button .sc_button_simple:before,.sc_item_button .sc_button_simple:after {
    font-style: normal;
    line-height: inherit;
    top: 3px
}

.sc_button.sc_button_round {
    padding: 0;
    width: 6.7857em;
    height: 6.7857em;
    line-height: 6.7857em;
    border: solid 2px #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.sc_button.sc_button_round:not(.sc_button_bg_image) {
    background: none !important;
    -webkit-background-size: cover;
    background-size: cover
}

.sc_button.sc_button_round .sc_button_icon {
    margin: 0 0 0 0.1em;
    padding: 0;
    font-size: 2.8571em;
    line-height: 1.925em !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.sc_courses_default .sc_courses_item_info {
    padding: 2em
}

.sc_courses_default .sc_courses_item_date {
    letter-spacing: 0;
    font-style: italic
}

.sc_courses_default .sc_courses_item_price {
    font-size: 2em;
    margin-top: 0.8em;
    min-height: 1.2em
}

.sc_courses_default .trx_addons_hover_content {
    text-align: left;
    padding: 2em;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none
}

.sc_courses_default .sc_courses_item .trx_addons_hover_mask {
    background-color: #000
}

.sc_courses_default .trx_addons_hover_content .trx_addons_hover_title {
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-size: 1.6667em
}

.sc_courses_default .trx_addons_hover_content .trx_addons_hover_text {
    padding: 0;
    margin-top: 2em;
    font-style: normal
}

.sc_courses_default .trx_addons_hover_content .trx_addons_hover_links a {
    margin-top: 3em;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1.3em 1.9em
}

.sc_dishes_default .sc_dishes_item_info {
    padding: 2.6em 3em;
    text-align: center
}

.sc_dishes_default .sc_dishes_item_title {
    margin-top: 0
}

.sc_dishes_default .sc_dishes_item_subtitle {
    font-size: 0.8667em;
    line-height: 1.5em;
    font-style: italic;
    letter-spacing: 0;
    margin-top: 0.1em
}

.sc_dishes_default .sc_dishes_item_content {
    margin-top: 1.6em;
    min-height: 5.4em
}

.sc_dishes_default .sc_dishes_item_button {
    margin: 1.6em 0 0
}

.sc_dishes_compact .sc_dishes_item_header {
    padding: 2rem
}

.sc_dishes_compact .sc_dishes_item_title {
    line-height: 1.25em
}

.sc_dishes_compact .sc_dishes_item_subtitle {
    font-size: 13px;
    line-height: 16px
}

.trx_addons_dropcap {
    background: none;
    font-weight: 600;
    margin: 4px 12px 0 0 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important
}

.trx_addons_dropcap_style_1 {
    font-size: 5.7143em !important;
    line-height: 0.825em !important;
    height: 0.825em !important;
    width: 0.85em !important
}

.trx_addons_dropcap_style_2 {
    font-size: 3.4286em !important;
    line-height: 1.45em !important;
    height: 1.375em !important;
    width: 1.4167em !important
}

.sc_events_item {
    height: 5.2632em
}

.sc_events_item + .sc_events_item {
    margin-top: 1em
}

.sc_events_button {
    text-align: center
}

.sc_events_item_date {
    height: 5.2632em
}

.sc_events_item_day {
    font-weight: 200;
    margin-top: 0.2em
}

.sc_events_item_button {
    min-height: 1.3em
}

.sc_events_item_button:before,.sc_events_item_button:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '\e93a';
    font-family: 'fontello';
    font-size: 0.9286em;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.sc_events_item_button:after {
    left: -30px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.sc_events_item:hover .sc_events_item_button:before {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 30px
}

.sc_events_item:hover .sc_events_item_button:after {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0
}

.sc_events_detailed .sc_events_item_date,.sc_events_detailed .sc_events_item_time,.sc_events_detailed .sc_events_item_button {
    font-size: 0.7368em;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase
}

.sc_events_detailed .sc_events_item_title {
    font-size: 1.0526em;
    line-height: 1.2em;
    font-weight: 700;
    font-style: italic
}

.sc_events_detailed .sc_events_item,.sc_events_detailed .sc_events_item_date,.sc_events_detailed .sc_events_item_button,.sc_events_detailed .sc_events_item_title,.sc_events_detailed .sc_events_item_time {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.sc_form_field {
    margin-bottom: 1.4286em
}

.sc_form form input.filled.trx_addons_field_error,.sc_form form input.filled.trx_addons_field_error:hover,.sc_form form input.filled.trx_addons_field_error:focus {
    color: #ff0000 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.sc_form .sc_form_info_item .sc_form_info_icon:before {
    font-family: 'fontello'
}

.sc_form .sc_form_info_item_address .sc_form_info_icon:before {
    content: '\e8fd'
}

.sc_form .sc_form_info_item_email .sc_form_info_icon:before {
    content: '\e8fa'
}

.sc_form .sc_form_info_item_phone .sc_form_info_icon:before {
    content: '\e8f5'
}

.sc_form button:after {
    content: ' '
}

.sc_form_default .sc_form_field_button:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.sc_form_default .sc_form_field_button {
    text-align: left;
    border-bottom: 0 !important;
    padding-top: 1.4286em
}

.sc_form_modern .sc_form_field_button {
    text-align: center
}

.sc_form_detailed button {
    display: block
}

.sc_form_field_title {
    text-transform: none;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.8em;
    margin-bottom: 0.7em
}

label.required .sc_form_field_title:after {
    content: '*';
    display: inline-block;
    vertical-align: text-top;
    margin: -0.5em 0 0 0.5em;
    font-size: 80%;
    color: #da6f5b
}

.sc_form_compact {
    max-width: 300px
}

.sc_form_compact .sc_form_field {
    margin-bottom: 1.0714em
}

.sc_form_compact .sc_form_field.sc_form_field_button {
    margin-top: 1.4286em
}

.sc_form_compact .sc_form_field button {
    padding: 0.6429em 1.5em
}

[class*="sc_input_hover_"] input[type="text"],[class*="sc_input_hover_"] input[type="number"],[class*="sc_input_hover_"] input[type="email"],[class*="sc_input_hover_"] input[type="password"],[class*="sc_input_hover_"] input[type="search"],[class*="sc_input_hover_"] select,[class*="sc_input_hover_"] textarea {
    font-style: normal;
    padding: 0.7143em 1.4em !important;
    line-height: 1.7143em;
    font-size: 1em !important
}

.sc_input_hover_iconed[class*="sc_input_hover_"] input[type="text"],.sc_input_hover_iconed[class*="sc_input_hover_"] input[type="number"],.sc_input_hover_iconed[class*="sc_input_hover_"] input[type="email"],.sc_input_hover_iconed[class*="sc_input_hover_"] input[type="password"],.sc_input_hover_iconed[class*="sc_input_hover_"] input[type="search"],.sc_input_hover_iconed[class*="sc_input_hover_"] select,.sc_input_hover_iconed[class*="sc_input_hover_"] textarea {
    font-style: normal;
    padding: 0.7143em 1.4em 0.7143em 4em !important
}

[class*="sc_input_hover_"] .sc_form_field_hover {
    font-size: 1em
}

[class*="sc_input_hover_"] .sc_form_field_content {
    font-size: 1em;
    line-height: 1.2em
}

[class*="sc_input_hover_"] label.required:after {
    display: none
}

[class*="sc_input_hover_"] label.required .sc_form_field_content:after {
    font-size: 110%
}

.sc_input_hover_accent .sc_form_field_hover:before {
    height: 3em
}

.sc_input_hover_accent textarea + .sc_form_field_hover:before {
    height: 9em
}

.sc_input_hover_path .sc_form_field_content {
    padding-top: 2em
}

.sc_input_hover_path textarea + .sc_form_field_hover>.sc_form_field_content {
    padding-top: 2em
}

.sc_input_hover_path input:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path textarea:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path input.filled + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path textarea.filled + .sc_form_field_hover>.sc_form_field_content {
    -webkit-transform: scale3d(0.875,0.875,1) translate3d(0,2.8em,0);
    -ms-transform: scale3d(0.875,0.875,1) translate3d(0,2.8em,0);
    transform: scale3d(0.875,0.875,1) translate3d(0,2.8em,0)
}

.sc_input_hover_path textarea:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path textarea.filled + .sc_form_field_hover>.sc_form_field_content {
    -webkit-transform: scale3d(0.875,0.875,1) translate3d(0,10em,0);
    -ms-transform: scale3d(0.875,0.875,1) translate3d(0,10em,0);
    transform: scale3d(0.875,0.875,1) translate3d(0,10em,0)
}

.sc_input_hover_jump .sc_form_field_content:before {
    top: -190%
}

.sc_input_hover_jump .sc_form_field_content {
    padding: 1.5em
}

.sc_input_hover_underline .sc_form_field_hover:before {
    height: 2px
}

.sc_input_hover_underline input:focus + .sc_form_field_hover:before,.sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,.sc_input_hover_underline input.filled + .sc_form_field_hover:before,.sc_input_hover_underline textarea.filled + .sc_form_field_hover:before {
    -webkit-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.sc_input_hover_underline input:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_underline input.filled + .sc_form_field_hover>.sc_form_field_content {
    -webkit-transform: translate3d(0,2.2em,0) scale3d(0.875,0.875,1);
    -ms-transform: translate3d(0,2.2em,0) scale3d(0.875,0.875,1);
    transform: translate3d(0,2.2em,0) scale3d(0.875,0.875,1)
}

.sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content {
    height: 5.3em;
    -webkit-transform: translate3d(0,6.2em,0) scale3d(0.875,0.875,1);
    -ms-transform: translate3d(0,6.2em,0) scale3d(0.875,0.875,1);
    transform: translate3d(0,6.2em,0) scale3d(0.875,0.875,1)
}

.sc_input_hover_iconed .sc_form_field_hover {
    padding: 0.7143em 1.4em !important;
    white-space: nowrap
}

.sc_form_label {
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 1em
}

form .trx_addons_message_box {
    min-width: 90%;
    padding: 1em;
    font-size: 0.9231em
}

.sc_googlemap_content .sc_form_default .sc_form_details {
    width: 100%;
    float: none
}

.sc_googlemap_content .sc_form_default .sc_form_details>div {
    width: 100%;
    padding-right: 0
}

.sc_googlemap_content .sc_form_default .sc_form_field_message {
    width: 100%;
    float: none;
    padding-left: 0
}

.sc_googlemap_content .sc_form .sc_form_field input[type="text"],.sc_googlemap_content .sc_form .sc_form_field textarea {
    padding: 0.5em 1em
}

.sc_googlemap_content .sc_form .sc_form_field textarea {
    min-height: 3em
}

.sc_googlemap_content_detailed p {
    margin-bottom: 1em
}

.wpcf7 input[type="text"],.wpcf7 input[type="tel"],.wpcf7 input[type="password"],.wpcf7 input[type="email"],.wpcf7 select {
    width: 100%
}

.sc_icons .sc_icons_icon:before,.sc_icons .sc_icons_icon>span:before {
    font-size: 6em;
    line-height: 1.1em
}

.sc_icon_type_svg svg {
    width: 6em;
    height: 6em
}

.sc_icons_size_small .sc_icons_icon::before,.sc_icons_size_small .sc_icons_icon>span::before {
    font-size: 4em;
    line-height: 1.1em
}

.sc_icons_size_small .sc_icon_type_svg svg {
    width: 4em;
    height: 4em
}

.sc_icons_size_large .sc_icons_icon::before,.sc_icons_size_large .sc_icons_icon>span::before {
    font-size: 8em;
    line-height: 1.1em
}

.sc_icons_size_large .sc_icon_type_svg svg {
    width: 8em;
    height: 8em
}

.sc_icons .sc_icons_icon,.sc_icons .sc_icons_item_title {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.sc_icons_item_title {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px
}

.sc_icons .sc_icons_image + .sc_icons_item_title,.sc_icons .sc_icons_image + .sc_icons_item_description {
    margin-top: 2em
}

.footer_wrap .sc_icons .sc_icons_icon + .sc_icons_item_title {
    margin-top: 1em;
    margin-bottom: 2em
}

.sc_icons_item_description {
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 400;
    font-style: normal
}

.sc_icons_modern .sc_icons_item_description {
    font-size: 1.2em;
    line-height: 1.3em
}

.sc_icons .sc_icons_item_title + .sc_icons_item_description {
    margin-top: 0.7em
}

ul[class*="trx_addons_list"] {
    padding-left: 0
}

ul[class*="trx_addons_list"]>li {
    padding-left: 1.1429em
}

ul[class*="trx_addons_list"]>li,ol[class*="trx_addons_list"]>li {
    margin: 0 0 0.4286em
}

.trx_addons_list_dot>li:before {
    font-size: 29px;
    left: 1px !important
}

ul[class*="trx_addons_list"].trx_addons_list_custom>li {
    padding-left: 1.5714em
}

.trx_addons_list_custom>li:before {
    content: '\e89b' !important;
    left: 0 !important;
    font-size: 0.8571em !important;
    line-height: 1.8333em !important
}

.sc_price {
    padding: 0;
    margin: 0 auto;
    max-width: 361px;
    background: none;
    border: solid 6px #cccccc;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.sc_price_info {
    padding: 3.1429em 0;
    text-align: center
}

.sc_price_subtitle {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    padding: 0 2px
}

.sc_price_title {
    font-size: 1.7143em;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: -0.025em;
    padding: 0 1.1667em
}

.sc_price_description {
    font-size: 0.8571em;
    font-weight: 500;
    line-height: 1.25em;
    letter-spacing: normal;
    font-style: normal;
    margin: 0.4167em 0 3.0833em;
    padding: 0 2.3333em
}

.sc_price_price {
    font-size: 3.9286em;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: normal;
    padding: 0.5818em 0 0.2em;
    margin: 0 0 0.6182em;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    word-spacing: -0.0182em
}

.sc_price_decimals {
    text-decoration: none
}

.sc_price_value {
    font-size: 32px;
    vertical-align: top;
    font-weight: 300;
    position: relative;
    top: -10px
}

.sc_price_number {
    vertical-align: baseline;
    letter-spacing: -0.0182em
}

.sc_price_period {
    font-size: 19px;
    vertical-align: baseline;
    font-weight: 300
}

.sc_price_details {
    font-size: 1em;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7143em;
    letter-spacing: normal;
    min-height: 12.8571em;
    padding: 0 2em
}

.sc_price_details p {
    margin-bottom: 0.8571em
}

.sc_price_link {
    margin-top: 2.2143em;
    padding: 0.7143em 1.9286em 0.5714em
}

.sc_price_link:after {
    display: none
}

.sc_promo.sc_promo_size_tiny .sc_promo_image {
    margin: 0.5em
}

.sc_promo_text blockquote {
    margin: 0 !important
}

.sc_promo.sc_promo_size_normal .sc_promo_icon,.sc_promo.sc_promo_size_large .sc_promo_icon {
    font-size: 7em;
    line-height: 1em;
    margin-bottom: 0.14em
}

.sc_promo_title + .sc_promo_content,.sc_promo_subtitle + .sc_promo_content {
    margin-top: 1.8em
}

.sc_promo_title + .sc_promo_subtitle {
    margin-top: 1.25em
}

.sc_promo_button .sc_button_simple:before,.sc_promo_button .sc_button_simple:after {
    top: 4px
}

.sc_promo.sc_promo_size_normal .sc_promo_text_inner {
    padding: 3em
}

.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_descr,.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_descr,.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_slider,.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_slider,.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_slider,.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_columns,.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_columns,.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_columns,.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_content,.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_content,.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_content {
    margin-top: 1.8em
}

.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button,.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button_image,.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button,.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button_image,.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button,.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button_image,.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button,.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button_image,.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button,.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button_image,.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button,.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button_image {
    margin-top: 1.8em
}

.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button.sc_promo_button,.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button.sc_promo_button,.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button.sc_promo_button,.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button.sc_promo_button,.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button.sc_promo_button,.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button.sc_promo_button {
    margin-top: 2.2857em
}

.sc_promo_modern .sc_promo_title {
    font-size: 3.6667rem;
    line-height: 1.1818em
}

.sc_promo_modern .sc_promo_descr,.sc_promo_modern .sc_promo_button {
    padding-left: 6.6rem
}

.sc_services_default .trx_addons_hover_content .trx_addons_hover_title {
    font-size: 1.3333em
}

.sc_services_default .sc_services_item {
    background: none;
    text-align: left
}

.sc_services_default .sc_services_item_icon {
    margin-top: 0.8em
}

.sc_services_default .sc_services_item_info {
    padding: 2.5em 1.4286em 2.6em 0
}

.sc_services_default .sc_services_item_title {
    margin-top: 0;
    letter-spacing: -0.0208em
}

.sc_services_default .sc_services_item_subtitle {
    letter-spacing: 0;
    margin-top: 0.1em
}

.sc_services_default .sc_services_item_content {
    margin-top: 1.2857em;
    min-height: 4.8462em;
    max-height: 4.8462em;
    overflow: hidden
}

.sc_services_default .sc_services_item_button {
    margin: 1.6em 0 0
}

.sc_services_default .sc_services_item_button a {
    height: 24px
}

.sc_services_iconed .sc_services_item_icon {
    font-size: 2.8em;
    line-height: 1em
}

.sc_services_iconed .sc_services_item_header {
    padding: 2rem
}

.sc_services_iconed .sc_services_item_title {
    font-size: 1em;
    line-height: 1.5em
}

.sc_services_iconed .sc_services_item_subtitle,.sc_services_iconed .sc_services_item_button {
    display: none
}

.sc_services_light .sc_services_item_featured_left .sc_services_item_info {
    margin-left: 7.4286em
}

.sc_services_light .sc_services_item_featured_right .sc_services_item_info {
    margin-right: 7.4286em
}

.sc_services_light .sc_services_item_icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 5.7143em;
    height: 5.7143em;
    text-align: center;
    font-size: 1em !important;
    line-height: 5.7143em;
    border: solid 5px #cccccc
}

.sc_services_light .sc_services_item_icon:before {
    font-size: 2.7143em;
    line-height: 2.1053em
}

.sc_services_light .sc_services_item_featured_left .sc_services_item_header,.sc_services_light .sc_services_item_featured_right .sc_services_item_header {
    padding-top: 1.0714em
}

.sc_services_light .sc_services_item_content {
    margin-top: 1.2857em;
    padding-bottom: 0.8571em
}

.sc_services_light .sc_services_item_title {
    letter-spacing: -0.025em
}

.sc_services_list .sc_services_item_featured_top .sc_services_item_icon {
    font-size: 1em !important;
    width: 8em;
    height: 8em;
    line-height: 8em;
    border: solid 5px #cccccc;
    text-align: center
}

.sc_services_list .sc_services_item_featured_top .sc_services_item_icon:before {
    font-size: 4.2857em;
    line-height: 1.8667em
}

.sc_services_list .sc_services_item_info {
    padding: 1.2857em 0 0
}

.sc_services_list .sc_services_item_title {
    font-weight: 500;
    font-size: 0.8571em;
    line-height: 1.8333em
}

.sc_services_light .sc_services_item_featured_left,.sc_services_light .sc_services_item_featured_right {
    overflow: inherit
}

.sc_skills_counter .sc_skills_item_wrap {
    max-width: none;
    border: solid 10px #cccccc;
    padding: 3.1429em 0.7143em 2.5714em;
    min-height: 5em
}

.sc_skills .sc_skills_item_title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

.vc_row.vc_inner .sc_skills_counter .sc_skills_column + .sc_skills_column:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px
}

.vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap {
    padding: 3.4em 0 0 4em
}

.sc_skills_counter .sc_skills_icon {
    font-size: 4.2em;
    line-height: 1.15em
}

.sc_skills_counter .sc_skills_total {
    font-weight: 700;
    font-size: 2.5714em;
    line-height: 1.1667em;
    margin: 0;
    white-space: nowrap
}

.sc_skills_counter .sc_skills_icon+.sc_skills_total {
    margin-top: 0.2em
}

.sc_skills_counter .sc_skills_item_title {
    font-size: 1em;
    line-height: 1.25em;
    text-transform: none;
    font-weight: 600;
    letter-spacing: normal
}

.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
    font-size: 2.5714rem;
    line-height: 1.25em;
    top: 50%;
    font-weight: 600
}

.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 0.7143em;
    text-transform: none;
    letter-spacing: normal
}

.sc_table table th,.sc_table table td {
    padding: 1.8em 1em
}

.sc_testimonials_item_content {
    font-size: 1em;
    line-height: 1.7143em;
    font-weight: 300;
    font-style: normal
}

.sc_testimonials_item_content:before {
    content: '”';
    font-size: 120px;
    line-height: 120px;
    font-weight: 600;
    margin: 0;
    height: 62px;
    padding: 2px 0 0
}

.sc_testimonials [class*="column"] .sc_testimonials_item_content {
    font-size: 1em;
    line-height: 1.7143em
}

.sc_testimonials_item_author {
    background-color: transparent;
    text-align: center;
    margin-top: 0;
    max-width: none;
    padding: 2.3571em 0 2.1429em
}

.sc_testimonials_slider .sc_testimonials_item_author_avatar {
    width: 5.7143em;
    height: 5.7143em;
    margin: 0 0 1.2143em
}

.sc_testimonials_slider .sc_testimonials_item_author_data {
    display: block;
    max-width: none
}

.sc_testimonials_item_author_title {
    font-size: 1em;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 600
}

.sc_testimonials_item_author_subtitle,.sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
    font-size: 0.8571em;
    line-height: 1.5em;
    margin: 0.1667em 0 0
}

.sc_testimonials_simple .sc_testimonials_item_content:before,.sc_testimonials_simple .sc_testimonials_item_author_subtitle {
    display: none
}

.sc_testimonials_simple .sc_testimonials_item_author_data:before {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #cccccc;
    margin: 0 auto 2.7143em
}

.sc_testimonials_simple .sc_testimonials_item_author {
    padding-top: 2.2857em;
    padding-bottom: 0
}

.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item {
    margin: 0 8px
}

.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item a {
    border: none;
    width: auto;
    font-size: 17px
}

.sc_team_default .trx_addons_hover_content .trx_addons_hover_title {
    font-size: 1.3333em
}

.sc_team_default .sc_team_item_info {
    padding: 2.6em 3em;
    text-align: center
}

.sc_team_default .sc_team_item_title {
    margin-top: 0
}

.sc_team_default .sc_team_item_subtitle,.sc_team_short .sc_team_item_subtitle,.sc_team_featured .sc_team_item_subtitle {
    font-size: 11px;
    line-height: 17px;
    font-style: normal;
    letter-spacing: normal;
    font-weight: 500;
    text-transform: lowercase
}

.sc_team_default .sc_team_item_content {
    margin-top: 1.6em;
    min-height: 5.4em
}

.sc_team_default .sc_team_item_socials .social_item {
    display: inline-block;
    margin: 0 3px 3px 0
}

.sc_team_default .sc_team_item_socials .social_item a {
    display: block;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em
}

.sc_team_default .sc_team_item_socials + .sc_team_item_button {
    display: none
}

.sc_team_default .sc_team_item_button {
    margin: 1.6em 0 0
}

.sc_team_featured .sc_team_columns.trx_addons_columns_wrap {
    margin: 0
}

.sc_team_featured .sc_team_columns.trx_addons_columns_wrap>[class*="trx_addons_column-"] {
    padding-right: 1px
}

.sc_team_featured .sc_team_columns.trx_addons_columns_wrap.columns_padding_bottom>[class*="trx_addons_column-"],.sc_team_featured .sc_team_columns.trx_addons_columns_wrap>.columns_padding_bottom[class*="trx_addons_column-"] {
    padding-bottom: 1px
}

.sc_team_featured .sc_team_item .post_featured {
    border: solid 12px transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.sc_team_featured .sc_team_item .post_featured.sc_team_item_thumb {
    margin: 0;
    overflow: hidden;
    position: relative
}

.sc_team_featured .trx_addons_hover_content .trx_addons_hover_title.sc_team_item_title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 5px
}

.team_member_page .team_member_brief_info_text {
    letter-spacing: 0
}

.team_member_page .team_member_socials .social_item {
    display: inline-block;
    margin: 0 3px 3px 0
}

.team_member_page .team_member_socials .social_item a {
    display: block;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em
}

.trx_addons_tooltip {
    border: none !important;
    cursor: pointer;
    text-decoration: underline
}

.trx_addons_tooltip:before {
    font-size: 0.7857em !important;
    line-height: 1.3636em !important;
    font-weight: 500;
    padding: 0.6364em 1.0909em 0.7273em !important
}

.vc_separator.vc_separator_no_text {
    margin-top: 1.9286em !important;
    margin-bottom: 1.9286em !important
}

.vc_general.vc_tta-style-classic .vc_tta-tab>a {
    background: none !important;
    border: none !important;
    width: 10.4286em !important;
    padding: 0 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.vc_general.vc_tta-style-classic .vc_tta-tab .vc_tta-icon {
    border: 5px solid #cccccc;
    font-size: 1em !important;
    height: 8em;
    line-height: 8em;
    text-align: center;
    width: 8em;
    display: inline-block !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.vc_general.vc_tta-style-classic .vc_tta-tab .vc_tta-icon:before {
    font-size: 4.2857em;
    line-height: 1.8667em;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.vc_general.vc_tta-style-classic .vc_tta-tab .vc_tta-title-text {
    display: block;
    font-size: 0.8571em;
    font-weight: 500;
    line-height: 1.8333em;
    padding: 1.2857em 0 0;
    margin: 0 !important
}

.vc_general.vc_tta-style-classic .vc_tta-panels .vc_tta-panel-body {
    padding: 5.3571em 0 0 !important
}

.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border: none !important
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.rev_slider .sc_item_button {
    display: inline-block;
    vertical-align: top
}

.rev_slider .sc_item_button + .sc_item_button {
    margin-left: 21px
}

.sc_popup {
    max-width: 960px;
    position: relative;
    margin: 0 auto
}

.mfp-content>div:not(#trx_addons_login_popup) button.mfp-close {
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    overflow: hidden;
    font-size: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-content>div:not(#trx_addons_login_popup) button.mfp-close:before {
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -45px;
    right: -45px
}

.mfp-content>div:not(#trx_addons_login_popup) button.mfp-close:after {
    content: '×';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    text-align: center;
    width: 35px;
    font-size: 28px;
    line-height: 34px;
    z-index: 2
}

.vc_row + button.mfp-close {
    right: -15px !important
}

.wpcf7 input[type="submit"] {
    margin-top: 2.1429em
}

/* Login & Registration Pop-Up */
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    max-width: 90%;
    max-height: 95%
}

.trx_addons_popup {
    width: auto;
    max-width: 460px;
    height: auto
}

.mfp-content .sc_popup {
    margin-bottom: 1.5%
}

.sc_popup p {
    margin-bottom: 1.6429em
}

.trx_addons_popup .trx_addons_tabs_title>a {
    font-weight: 500;
    text-transform: none
}

.trx_addons_popup_form_field_submit .submit_button {
    -webkit-appearance: none;
    cursor: pointer;
    padding: 0.6429em 1.5em;
    border: 3px solid #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 24px;
    text-transform: uppercase;
    white-space: nowrap
}

.trx_addons_popup .trx_addons_tabs_title>a>i {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.trx_addons_popup .mfp-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.sc_layouts_row {
    padding: 0 42px !important
}

.sc_layouts_row_type_compact {
    padding-top: 24px !important;
    padding-bottom: 27px !important
}

.sc_layouts_row_type_compact.sc_layouts_row_fixed_on {
    padding-top: 14px !important;
    padding-bottom: 17px !important
}

.sc_layouts_row .sc_button_wrap .sc_button {
    padding: 0.5833em 1.3333em 0.5em;
    font-size: 12px;
    line-height: 16px;
    top: -1px;
    position: relative
}

.sc_layouts_item_icon {
    font-weight: 400 !important
}

.sc_layouts_item_icon + .sc_layouts_item_details {
    margin-left: 0.6667em
}

.sc_layouts_cart {
    display: inline-block
}

.sc_layouts_login_icon:before {
    content: '\e82b';
    font-family: 'Fontello'
}

.sc_layouts_cart_icon:before {
    content: '\e942';
    font-family: 'Fontello'
}

.sc_layouts_menu_mobile_button .sc_layouts_iconed_text_icon,.sc_layouts_iconed_text.open_sidebar .sc_layouts_iconed_text_icon {
    font-size: 19px !important
}

.sc_layouts_iconed_text.open_sidebar .sc_layouts_iconed_text_icon {
    cursor: pointer
}

.sc_layouts_menu_mobile_button .sc_layouts_iconed_text_icon:before {
    content: '\e949';
    font-family: 'Fontello'
}

.search_wrap .search_submit.trx_addons_icon-search:before {
    content: '\e948';
    font-family: 'Fontello'
}

.breadcrumbs .breadcrumbs_delimiter {
    font-size: 7px;
    line-height: 18px;
    margin: 0 8px 0 11px
}

.breadcrumbs .breadcrumbs_delimiter:before {
    content: '\e814';
    font-family: 'Fontello'
}

.sc_layouts_cart_details {
    display: none
}

.sc_layouts_cart_items_short {
    display: block
}

.sc_layouts_iconed_text,.sc_layouts_login_details {
    font-weight: 600
}

.sc_layouts_login_icon {
    font-size: 14px !important
}

.sc_layouts_cart_icon {
    font-size: 18px !important
}

.sc_layouts_cart_items_short {
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    top: 5px;
    right: -10px
}

.sc_layouts_title_breadcrumbs {
    margin-top: 2.75em
}

.breadcrumbs {
    font-size: 14px;
    font-weight: 500
}

.sc_layouts_row_type_compact .search_wrap .search_submit {
    font-size: 1.6667em;
    line-height: 1.1em;
    border: none
}

.sc_layouts_logo {
    margin-top: 3px;
    display: inline-block;
    vertical-align: top
}

.sc_layouts_row_type_compact .sc_socials {
    padding-top: 0;
    margin-top: -2px
}

.sc_layouts_row_type_compact .socials_wrap .social_item a {
    font-size: 12px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.sc_layouts_row_type_compact .socials_wrap .social_item a span:before {
    line-height: 24px
}

.sc_layouts_item .search_style_fullscreen {
    width: 21px
}

.sc_layouts_search {
    font-weight: 300;
    position: relative
}

.sc_layouts_item .widget_shopping_cart {
    display: block !important
}

.sc_layouts_cart {
    top: 1px;
    z-index: 100
}

.sc_layouts_cart_widget {
    padding: 28px 30px 30px;
    width: 196px;
    top: 38px;
    right: -53px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.sc_layouts_cart_widget:after {
    border: none;
    right: 52px;
    margin: -7px 0 0;
    width: 16px;
    height: 16px
}

.sc_layouts_cart_widget .sc_layouts_cart_widget_close {
    width: 20px;
    height: 20px;
    padding: 0;
    top: 5px;
    right: 5px
}

.sc_layouts_cart_widget a.remove {
    display: none !important
}

.sc_layouts_cart_widget .cart_list {
    max-height: 207px
}

.sc_layouts_cart_widget .cart_list li {
    padding: 0 0 12px !important
}

.sc_layouts_cart_widget .cart_list li.empty {
    padding: 0 !important;
    text-align: center
}

.sc_layouts_cart_widget .mini_cart_item a {
    font-size: 14px;
    line-height: 18px
}

.sc_layouts_cart_widget .mini_cart_item img {
    width: 49px !important;
    border: solid 1px #e8ebed;
    margin: 2px 12px 6px 0 !important
}

.sc_layouts_cart_widget .quantity {
    margin: 0 !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500
}

.sc_layouts_cart_widget .total + .buttons {
    margin-top: 8px
}

.sc_layouts_cart_widget .buttons .button {
    display: block;
    padding-top: 6px;
    padding-bottom: 5px;
    border: solid 3px #000000;
    text-align: center;
    font-weight: 600
}

.sc_layouts_cart_widget .buttons .button + .button {
    margin-top: 10px
}

.sc_layouts_item_details_line1 {
    font-weight: 300
}

.sc_layouts_item_details_line2 {
    font-weight: 600
}

.sc_layouts_row_type_narrow {
    padding-top: 0;
    padding-bottom: 0
}

.sc_layouts_row_type_narrow .sc_layouts_item {
    line-height: 1.6667em;
    letter-spacing: 0;
    margin-bottom: 0.3571em;
    margin-top: 0.3571em
}

.sc_layouts_row_type_narrow .sc_layouts_column .sc_layouts_item {
    margin-right: 4.8333em
}

.sc_layouts_row_type_narrow .sc_layouts_column_align_right .sc_layouts_item {
    margin-left: 4.8333em;
    margin-right: 0
}

.sc_layouts_row_type_compact .sc_layouts_column .sc_layouts_item,.sc_layouts_row_type_compact .sc_layouts_column_align_right .sc_layouts_item {
    margin-left: 4em;
    margin-right: 0
}

.sc_layouts_row_type_compact .sc_layouts_column .sc_layouts_item:first-child,.sc_layouts_row_type_compact .sc_layouts_column_align_right .sc_layouts_item:first-child {
    margin-left: 0
}

.sc_layouts_row_type_narrow .sc_layouts_column_align_left .sc_layouts_item {
    margin: 0;
    padding: 5px 0 7px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sc_layouts_row_type_narrow .sc_layouts_column_align_left .sc_layouts_item + .sc_layouts_item {
    border-left: solid 1px #cccccc;
    margin-left: 40px;
    padding-left: 40px
}

.sc_layouts_row_type_compact .sc_layouts_item,.sc_layouts_row_type_normal .sc_layouts_item {
    letter-spacing: 0
}

.top_panel_default .sc_layouts_row_fixed_on {
    -webkit-transition: padding .3s ease;
    -moz-transition: padding .3s ease;
    -ms-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease
}

.top_panel_default .sc_layouts_row .sc_layouts_logo img {
    -webkit-transition: max-height .3s ease;
    -moz-transition: max-height .3s ease;
    -ms-transition: max-height .3s ease;
    -o-transition: max-height .3s ease;
    transition: max-height .3s ease
}

.sc_layouts_menu_nav>li + li {
    margin-left: 2em
}

.sc_layouts_menu_nav>li.menu-item-has-children>a:after {
    content: ''
}

.top_panel_default .sc_layouts_menu_nav li li.menu-item-has-children>a:after {
    content: '\e836';
    font-family: 'fontello'
}

.sc_layouts_menu_nav li li.menu-item-has-children>a:after {
    font-size: 1.5714em;
    line-height: 1.4545em
}

.sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children>a {
    font-weight: 600;
    font-size: 1.0769em
}

.sc_layouts_menu_nav>li.menu-item-has-children>a {
    padding-right: 1em
}

.sc_layouts_menu_nav>li>ul {
    top: 3.7143em;
    left: -1.2857em;
    margin-left: 0
}

.sc_layouts_menu_nav>li>ul:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #000000;
    margin: -7px 0 0;
    top: 0;
    left: 40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sc_layouts_menu_nav>li ul {
    width: 15.6428em;
    padding: 1.2857em 0 1.3571em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.sc_layouts_menu_nav>li li>a {
    padding: 0.4286em 2.1429em 0.3571em
}

.sc_layouts_menu_nav>li>ul ul {
    left: 15.7143em;
    top: -1.2857em
}

.sc_layouts_menu_nav>li>ul ul.submenu_left {
    left: -15.7143em
}

.search_style_expand.search_opened {
    border-top: solid 1px #dedede;
    border-left: solid 1px #dedede;
    background: #FFFFFF !important;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    padding: 8px 18px
}

.search_style_expand.search_opened .search_field {
    width: 11.0714em !important;
    padding-left: 1.7857em !important;
    font-size: 14px !important
}

.search_wrap.search_style_expand .search_submit {
    bottom: -2px !important
}

.trx_addons_tooltip {
    border-bottom-style: solid
}

.trx_addons_tooltip:before {
    font-size: 1em;
    line-height: 1.3em;
    padding: 0.6em 1em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.trx_addons_tooltip:after {
    margin-bottom: -8px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none
}

.trx_addons_dropcap {
    font-size: 2.21437em;
    padding: 0;
    margin: 0.25em 0.5em 0 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.trx_addons_tiny_text {
    letter-spacing: 2px
}

.trx_addons_list_parameters>li>strong,.trx_addons_list_parameters>li>em {
    color: inherit
}

.trx_addons_list_parameters>li>em {
    font-family: inherit
}

.flat-light .esg-filters .esg-sortbutton-order,.flat-light .esg-filters .esg-cartbutton-order {
    line-height: 36px;
    margin: 0
}

.flat-light .esg-filters .esg-sortbutton {
    padding-right: 0
}

.esg-grid .eg-winelist-content {
    border: none;
    padding: 0.1em 2em 1.5em
}

.esg-grid .eg-winelist-element-0 {
    margin-top: 0.2em;
    line-height: 1.15em
}

.esg-grid .eg-winelist-element-25 {
    padding: 0;
    margin-top: 0.2em
}

.sbi>div {
    margin: -3px -3px -3px -2px
}

.sbi>div>.sbi_item,#sb_instagram #sbi_images .sbi_item {
    margin: 0;
    padding: 3px 3px 3px 2px !important
}

.vc_row.vc_parallax[class*="scheme_"] .vc_parallax-inner:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.vc_row .wpb_column:not(.vc_col-sm-12) blockquote {
    margin: 0
}

.vc_col-sm-12 {
    min-height: 0
}

.vc_row.vc_row-o-full-height {
    min-height: 100vh !important
}

.vc_row.vc_parallax[class*="scheme_"] .vc_parallax-inner:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.vc_row .wpb_column:not(.vc_col-sm-12) blockquote {
    margin: 0
}

.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill + .vc_row-full-width + .vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill + .vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill + .vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill + .vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important
}

.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body {
    padding: 2.4em 0
}

.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body p {
    margin-bottom: 0
}

.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body p + p {
    margin-top: 1em
}

.vc_tta.vc_tta-accordion .vc_tta-panel-body,.vc_tta.vc_tta-accordion .vc_tta-panel-heading {
    border: none !important;
    background: transparent !important
}

.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,.vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,.vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,.vc_tta.vc_tta-style-modern .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: 1.6em
}

.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading,.vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
    margin-top: 1.6em
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title {
    font-size: 1em;
    line-height: 1.3em
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text {
    font-size: 1.0667em;
    line-height: 1.3em;
    text-transform: uppercase
}

.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 4.2em
}

.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
    padding-right: 4.2em;
    padding-left: 0
}

.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-left.vc_tta-panel-title>a>.vc_tta-controls-icon {
    left: 0
}

.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-right.vc_tta-panel-title>a>.vc_tta-controls-icon {
    right: 0
}

.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon {
    width: 2.6667em;
    height: 2.6667em;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.vc_tta.vc_tta-accordion.vc_tta-shape-rounded .vc_tta-panel-heading .vc_tta-controls-icon {
    border-radius: 5px
}

.vc_tta.vc_tta-accordion.vc_tta-shape-round .vc_tta-panel-heading .vc_tta-controls-icon {
    border-radius: 50%
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 0
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 0
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-minus:before,.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 9px;
    border-width: 1px 0 0 0
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
    top: 50%;
    bottom: auto;
    border-width: 0 0 0 1px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 9px
}

.vc_tta.vc_tta-accordion .vc_tta-panel:not(.vc_active) + .vc_tta-panel {
    margin-top: 1.6em
}

.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    background-color: transparent;
    border: none;
    padding: 0.6em 1.8em 0.3em
}

.vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab + .vc_tta-tab {
    margin-left: 0.8em
}

.vc_separator {
    margin-top: 3.3334em;
    margin-bottom: 5em !important
}

.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar {
    box-shadow: none;
    border-radius: 0;
    height: 4px;
    margin-top: 1.4em
}

.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_bar {
    height: 4px;
    border-radius: 0
}

.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar + .vc_single_bar {
    margin-top: 3.5714em
}

.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label {
    position: absolute;
    font-size: 0.7857em;
    font-weight: 600;
    font-style: normal;
    top: -1.8182em;
    padding: 0;
    line-height: 1.5em;
    text-shadow: none;
    display: block;
    width: 100%;
    text-transform: lowercase
}

.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units {
    position: absolute;
    z-index: 1;
    top: 3px;
    right: 0;
    font-size: 0.9091em;
    font-weight: 600
}

.vc_message_box {
    padding: 1.4em 0.875em 1.4em 4.9em
}

.vc_message_box-solid-icon {
    padding-left: 7em
}

.vc_message_box-icon {
    width: 4.5em
}

.vc_message_box .vc_message_box-icon>* {
    font-size: 1.8em
}

.vc_message_box-solid-icon .vc_message_box-icon {
    width: 5em;
    font-weight: 400;
    font-size: 1em
}

.vc_message_box:not(.vc_message_box-solid-icon) .vc_message_box-icon>* {
    left: auto;
    right: 0.6em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vc_message_box-outline .vc_message_box-icon i {
    color: inherit
}

.vc_color-juicy_pink.vc_message_box-outline,.vc_color-juicy_pink.vc_message_box-solid-icon {
    color: #f4524d
}

.vc_color-orange.vc_message_box-outline,.vc_color-orange.vc_message_box-solid-icon {
    color: #e39a31
}

.vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon,.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon i,.vc_color-vista_blue.vc_message_box-outline,.vc_color-vista_blue.vc_message_box-solid-icon {
    color: #9dbf00
}

.vc_color-vista_blue.vc_message_box-outline,.vc_color-vista_blue.vc_message_box-solid-icon {
    border-color: #9dbf00
}

.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon i {
    background-color: #9dbf00
}

.vc_message_box_closeable {
    position: relative
}

.vc_message_box_closeable:after {
    content: '\e8ac';
    font-family: 'fontello';
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 400;
    padding: 1em;
    color: inherit;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wpb_text_column[class*="scheme_"] {
    padding: 2rem 2.4rem
}

.wpb_text_column h1:first-child,.wpb_text_column h2:first-child,.wpb_text_column h3:first-child,.wpb_text_column h4:first-child,.wpb_text_column h5:first-child,.wpb_text_column h6:first-child {
    margin-top: 0
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0
}

.mc4wp-form {
    position: relative;
    max-width: 467px;
    margin-left: 1px
}

.mc4wp-form:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 26px;
    background-color: #000000;
    right: 55px;
    top: 10px
}

.mc4wp-form:after {
    content: '\e922';
    font-family: 'Fontello';
    position: absolute;
    font-size: 34px;
    line-height: 47px;
    display: block;
    width: 55px;
    height: 45px;
    right: 0;
    top: 0;
    text-align: center;
    color: #000000;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.mc4wp-form .mc4wp-form-fields input[type="email"] {
    padding: 1em;
    width: 100%;
    vertical-align: top;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: solid 1px #000000;
    border-right: none;
    border-bottom: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 45px;
    padding: 10px 66px 10px 18px;
    color: #000000;
    font-size: 14px;
    -webkit-transition: color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease;
    -moz-transition: color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease;
    -ms-transition: color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease;
    -o-transition: color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease;
    transition: color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease
}

.mc4wp-form .mc4wp-form-fields input[type="email"]:hover,.mc4wp-form:hover .mc4wp-form-fields input[type="email"],.mc4wp-form .mc4wp-form-fields input[type="email"]:focus,.mc4wp-form .mc4wp-form-fields input[type="email"]:active {
    border: solid 2px #000000;
    padding: 9px 64px 8px 17px;
    color: #CCCCCC
}

.mc4wp-form .mc4wp-form-fields input[type="submit"],.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover,.mc4wp-form .mc4wp-form-fields input[type="submit"]:focus,.mc4wp-form .mc4wp-form-fields input[type="submit"]:active {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 55px;
    height: 45px;
    background: none;
    border: none !important
}

.mc4wp-response {
    position: relative
}

.mc4wp-form .mc4wp-alert {
    margin: 0;
    padding: 1em 0;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    left: 0;
    top: 0
}

.tooltipster-base.tooltipster-light {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 14px rgba(0,0,0,0.3)
}

.tooltipster-base.tooltipster-light .tooltipster-content {
    padding: 1em 1em;
    border: none;
    background-color: #13162b;
    color: #fff
}

.tooltipster-base.tooltipster-light .tooltipster-arrow span {
    border-top-color: #13162b !important
}

.cq-hotspots .hotspot-item a.cq-tooltip span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

body[class*="woocommerce-"] table th,body[class*="woocommerce-"] table td {
    border-width: 0
}

.woocommerce .list_products_header,.woocommerce-page .list_products_header {
    padding: 1em 0;
    margin-bottom: 2em;
    display: none
}

.woocommerce-products-header {
    display: none
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 0.9333em;
    display: none
}

.woocommerce .post_item_single .woocommerce-breadcrumb {
    margin: -1.2em 0 3em
}

.woocommerce .page-title {
    margin: 0;
    text-align: center;
    font-size: 2em
}

.woocommerce .insugroup_shop_mode_buttons,.woocommerce-page .insugroup_shop_mode_buttons {
    float: left;
    font-size: 14px;
    margin: 1.25em 0.5em 1.25em 0;
    display: block
}

.woocommerce .button,.woocommerce-page .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button.woocommerce #respond input#submit,.woocommerce input[type="button"],.woocommerce-page input[type="button"],.woocommerce input[type="submit"],.woocommerce-page input[type="submit"],.woocommerce .woocommerce-message .button,.woocommerce ul.products li.product .button,.woocommerce div.product form.cart .button,.woocommerce #review_form #respond p.form-submit input[type="submit"],.woocommerce-page #review_form #respond p.form-submit input[type="submit"],.woocommerce table.my_account_orders .order-actions .button {
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0.6429em 2em;
    letter-spacing: 0;
    border: solid 3px #cccccc;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em
}

.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit[disabled]:disabled,.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button[disabled]:disabled,.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button[disabled]:disabled,.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button[disabled]:disabled {
    padding: 0.6429em 2em
}

.woocommerce ul.products li.product .add_to_cart:before,.woocommerce div.product form.cart .button:before {
    content: '\e93d';
    font-family: 'fontello';
    margin-right: 0.6em
}

.woocommerce .woocommerce-result-count {
    margin: 1.2em 0.5em 1.2em 0
}

.woocommerce .insugroup_shop_mode_buttons a+a,.woocommerce-page .insugroup_shop_mode_buttons a+a {
    margin-left: 0.5em
}

.woocommerce .woocommerce-ordering {
    margin-top: 0em;
    margin-bottom: 2em
}

.woocommerce ul.products,.woocommerce-page ul.products {
    margin-right: -30px;
    margin-bottom: 0
}

.woocommerce.columns-1 ul.products li.product,.woocommerce-page.columns-1 ul.products li.product,.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.woocommerce-page[class*="columns-"] ul.products li.product,.woocommerce[class*="columns-"] ul.products li.product {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    clear: none;
    padding: 0 26px 30px 0;
    position: relative;
    width: 50%
}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.woocommerce-page[class*="columns-"] ul.products li.product,.woocommerce[class*="columns-"] ul.products li.product {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -6px
}

.woocommerce.columns-2 ul.products li.product,.woocommerce-page.columns-2 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_2,.woocommerce-page .related.products ul.products li.product.column-1_2,.woocommerce .upcells.products ul.products li.product.column-1_2,.woocommerce-page .upcells.products ul.products li.product.column-1_2,.woocommerce ul.products li.product.column-1_2,.woocommerce-page ul.products li.product.column-1_2 {
    width: 50%
}

.woocommerce.columns-3 ul.products li.product,.woocommerce-page.columns-3 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_3,.woocommerce-page .related.products ul.products li.product.column-1_3,.woocommerce .upcells.products ul.products li.product.column-1_3,.woocommerce-page .upcells.products ul.products li.product.column-1_3,.woocommerce ul.products li.product.column-1_3,.woocommerce-page ul.products li.product.column-1_3 {
    width: 33.3333%
}

.woocommerce.columns-4 ul.products li.product,.woocommerce-page.columns-4 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_4,.woocommerce-page .related.products ul.products li.product.column-1_4,.woocommerce .upcells.products ul.products li.product.column-1_4,.woocommerce-page .upcells.products ul.products li.product.column-1_4,.woocommerce ul.products li.product.column-1_4,.woocommerce-page ul.products li.product.column-1_4 {
    width: 25%
}

.woocommerce.columns-5 ul.products li.product,.woocommerce-page.columns-5 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_5,.woocommerce-page .related.products ul.products li.product.column-1_5,.woocommerce .upcells.products ul.products li.product.column-1_5,.woocommerce-page .upcells.products ul.products li.product.column-1_5,.woocommerce ul.products li.product.column-1_5,.woocommerce-page ul.products li.product.column-1_5 {
    width: 20%
}

.woocommerce.columns-6 ul.products li.product,.woocommerce-page.columns-6 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_6,.woocommerce-page .related.products ul.products li.product.column-1_6,.woocommerce .upcells.products ul.products li.product.column-1_6,.woocommerce-page .upcells.products ul.products li.product.column-1_6,.woocommerce ul.products li.product.column-1_6,.woocommerce-page ul.products li.product.column-1_6 {
    width: 16.6667%
}

.woocommerce ul.products li.product-category mark,.woocommerce-page ul.products li.product-category mark {
    background: none
}

.woocommerce ul.products li.product .post_item,.woocommerce-page ul.products li.product .post_item {
    max-width: 238px;
    margin: 0 auto
}

.woocommerce ul.products li.product .post_featured {
    overflow: hidden;
    margin-bottom: 0
}

.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img,.woocommerce ul.products li.product a:hover img,.woocommerce-page ul.products li.product a:hover img {
    margin: 0;
    box-shadow: none
}

.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale {
    font-size: 11px;
    height: 4em;
    line-height: 4.2em;
    margin: 0;
    padding: 0;
    right: 5%;
    text-transform: uppercase;
    top: 5%;
    width: 4em
}

.woocommerce ul.products li.product strong {
    margin-top: 0.5em
}

.woocommerce ul.products li.product .post_data,.woocommerce-page ul.products li.product .post_data {
    padding: 1.7143em 0 0;
    min-height: 10.5em;
    overflow: hidden
}

.woocommerce ul.products li.product .post_featured:not(.hover_none)+.post_data .add_to_cart_button,.woocommerce-page ul.products li.product .post_featured:not(.hover_none)+.post_data .add_to_cart_button {
    display: none
}

.woocommerce ul.products li.product .post_featured.hover_none+.post_data,.woocommerce-page ul.products li.product .post_featured.hover_none+.post_data {
    height: 11em
}

.woocommerce ul.products li.product .post_data .add_to_cart_button,.woocommerce-page ul.products li.product .post_data .add_to_cart_button {
    margin-top: 1em
}

.woocommerce ul.products li.product .post_header .post_tags {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: normal;
    margin-bottom: 0.6429em;
    text-transform: capitalize
}

.woocommerce ul.products li.product .post_header,.woocommerce-page ul.products li.product .post_header {
    margin-bottom: 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3,.woocommerce ul.products li.product h2.woocommerce-loop-product__title,.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 1.2857em;
    line-height: 1.4444em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.1667em;
    padding: 0
}

.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price {
    font-size: 1em;
    font-weight: 400;
    margin: 0.8571em 0 0;
    line-height: 1.2em
}

span.amount {
    font-size: 1.4286em;
    font-weight: 700
}

span.amount>.decimals {
    position: relative;
    display: inline;
    font-size: 0.55em;
    line-height: 1em;
    margin-left: 0;
    vertical-align: top
}

.woocommerce ul.products li.product .price .decimals,.woocommerce-page ul.products li.product .price .decimals {
    top: 0
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: inherit;
    font-style: inherit
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
    margin-right: 6px;
    font-size: 0.8em;
    opacity: 1;
    text-decoration: none;
    position: relative
}

.woocommerce ul.products li.product .price del:before {
    content: ' ';
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 1px
}

.woocommerce .shop_mode_list ul.products li.product,.woocommerce-page .shop_mode_list ul.products li.product {
    overflow: hidden;
    margin: 0;
    float: none;
    width: 100%
}

.woocommerce .shop_mode_list ul.products li.product .post_item,.woocommerce-page .shop_mode_list ul.products li.product .post_item {
    overflow: hidden;
    text-align: left;
    border: none
}

.woocommerce .shop_mode_list ul.products li.product + li.product .post_item,.woocommerce-page .shop_mode_list ul.products li.product + li.product .post_item {
    border-top: 1px solid #ddd;
    margin-top: 3em;
    padding-top: 5em
}

.woocommerce .shop_mode_list ul.products li.product .post_data,.woocommerce-page .shop_mode_list ul.products li.product .post_data {
    height: auto;
    overflow: hidden;
    text-align: left;
    padding: 0
}

.woocommerce .shop_mode_list ul.products li.product .post_featured,.woocommerce-page .shop_mode_list ul.products li.product .post_featured {
    float: left;
    margin: 0 2em 0 0;
    width: 33%;
    max-width: 270px;
    position: relative;
    border: 1px solid #ddd
}

.woocommerce .shop_mode_list ul.products li.product .description,.woocommerce-page .shop_mode_list ul.products li.product .description {
    margin-bottom: 1.5em;
    line-height: 1.3em;
    overflow: hidden;
    max-height: 6.6em
}

.woocommerce .shop_mode_list ul.products li.product-category .description,.woocommerce-page .shop_mode_list ul.products li.product-category .description {
    border-bottom: none
}

.woocommerce .shop_mode_list ul.products li.product .post_content,.woocommerce-page .shop_mode_list ul.products li.product .post_content {
    margin: 1.2em 0 1.6em
}

.woocommerce .shop_mode_list ul.products li.product .description p,.woocommerce-page .shop_mode_list ul.products li.product .description p,.woocommerce .shop_mode_list ul.products li.product .description ul,.woocommerce-page .shop_mode_list ul.products li.product .description ul {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1.3em
}

.woocommerce .shop_mode_list ul.products li.product .price,.woocommerce-page .shop_mode_list ul.products li.product .price {
    font-size: 1.4em;
    line-height: 1em;
    font-weight: 400;
    margin: 0
}

.woocommerce a.added_to_cart,.woocommerce-page a.added_to_cart {
    padding: 1.3em 0 0 1em;
    vertical-align: top;
    line-height: 1em
}

.woocommerce #respond input#submit.loading:after,.woocommerce a.button.loading:after,.woocommerce button.button.loading:after,.woocommerce input.button.loading:after {
    display: none
}

.woocommerce .products .star-rating {
    float: none;
    margin: 0.6em auto -0.6em
}

.woocommerce ul.products li.product .post_header {
    position: relative;
    overflow: visible
}

.woocommerce ul.products li.product .post_header h3 a {
    display: inline
}

.woocommerce ul.products li.product .star-rating {
    position: relative;
    margin: 0;
    font-size: 11px;
    width: 68px;
    letter-spacing: 2px
}

.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating {
    font-size: 11px;
    width: 68px;
    letter-spacing: 2px
}

.woocommerce .star-rating:before {
    content: ''
}

.woocommerce .star-rating span:before {
    font-size: 11px;
    letter-spacing: 2px
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    list-style-type: none;
    text-transform: uppercase;
    margin-top: 3.5em;
    text-align: center;
    font-size: 1em
}

.remove_margins.woocommerce nav.woocommerce-pagination ul {
    margin-bottom: 7.4rem
}

.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.3571em;
    border: none;
    padding: 0
}

.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span.current {
    width: 2.5833em;
    height: 2.5833em;
    line-height: 2.6em;
    text-align: center;
    font-size: 0.8571em;
    border: solid 2px #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    padding: 0
}

.woocommerce nav.woocommerce-pagination ul li a.prev,.woocommerce nav.woocommerce-pagination ul li a.next {
    overflow: hidden;
    text-indent: -100px
}

.woocommerce nav.woocommerce-pagination ul li a.prev:before,.woocommerce nav.woocommerce-pagination ul li a.next:before {
    font-family: 'Fontello',sans-serif;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 1.25em;
    line-height: 2em;
    text-align: center;
    text-indent: 0
}

.woocommerce nav.woocommerce-pagination ul li a.prev:before {
    content: '\e837'
}

.woocommerce nav.woocommerce-pagination ul li a.next:before {
    content: '\e836'
}

.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button {
    margin: 0 0 0.5em 1em
}

.woocommerce div.product .product_title {
    display: none;
    margin: -0.35em 0 0
}

.woocommerce div.product p.price,.woocommerce div.product span.price {
    position: relative;
    font-size: 1.8em;
    font-weight: 400
}

.woocommerce div.product p.price {
    margin: 0 0 1.5em
}

.woocommerce div.product p.price ins {
    text-decoration: none;
    font-style: normal;
    font-weight: 400
}

.woocommerce div.product p.price del {
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400
}

.woocommerce-main-image {
    position: relative;
    display: block
}

.woocommerce div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce-page #content div.product div.images {
    margin-bottom: 2em;
    width: 27%;
    float: left
}

.woocommerce div.product div.images img {
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    max-width: 100%
}

.woocommerce div.product span.onsale {
    z-index: 1;
    left: 2em;
    top: 2em;
    font-size: 12px;
    line-height: 5.8em;
    width: 5.5em;
    height: 5.5em;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a {
    margin-right: 1.5%;
    width: 18.5%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.woocommerce #content div.product div.thumbnails a:hover,.woocommerce div.product div.thumbnails a:hover,.woocommerce-page #content div.product div.thumbnails a:hover,.woocommerce-page div.product div.thumbnails a:hover {
    border-style: solid
}

.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a {
    margin-right: 2.6666%;
    width: 23%
}

.woocommerce #content div.product div.thumbnails.columns-3 a,.woocommerce div.product div.thumbnails.columns-3 a,.woocommerce-page #content div.product div.thumbnails.columns-3 a,.woocommerce-page div.product div.thumbnails.columns-3 a {
    margin-right: 3.5%;
    width: 31%
}

.woocommerce #content div.product div.thumbnails a:before,.woocommerce div.product div.thumbnails a:before,.woocommerce-page #content div.product div.thumbnails a:before,.woocommerce-page div.product div.thumbnails a:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.woocommerce #content div.product div.thumbnails a:hover:before,.woocommerce div.product div.thumbnails a:hover:before,.woocommerce-page #content div.product div.thumbnails a:hover:before,.woocommerce-page div.product div.thumbnails a:hover:before {
    background-color: rgba(255,255,255,0.4)
}

.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first {
    clear: none
}

.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce #content div.product div.thumbnails a:nth-child(4n+1),.woocommerce div.product div.thumbnails a:nth-child(4n+1),.woocommerce-page #content div.product div.thumbnails a:nth-child(4n+1),.woocommerce-page div.product div.thumbnails a:nth-child(4n+1) {
    clear: both
}

div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous {
    margin-top: 4px
}

.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
    width: 73%;
    padding-left: 5em;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.woocommerce #content div.product div.summary:after,.woocommerce div.product div.summary:after,.woocommerce-page #content div.product div.summary:after,.woocommerce-page div.product div.summary:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    float: none
}

/* Meta:SKU,tags,categories,ID */
.woocommerce .product_meta span {
    display: block
}

.woocommerce .product_meta span span {
    display: inline
}

.woocommerce .product_meta span,.woocommerce .product_meta span span,.woocommerce .product_meta a {
    font-weight: 400
}

.woocommerce div.product .product_meta span>a,.woocommerce div.product .product_meta span>span {
    font-size: 1.0667em;
    letter-spacing: 0
}

.woocommerce div.product .summary .stock {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px
}

.single-product span.amount>.decimals {
    top: -0.2em
}

.woocommerce div.product form.cart,.woocommerce #content div.product form.cart,.woocommerce-page div.product form.cart,.woocommerce-page #content div.product form.cart {
    padding: 0;
    margin-bottom: 2em
}

.quantity input.qty {
    border-width: 1px !important
}

div.quantity {
    margin: 0 0.5em 0 0;
    width: 6em;
    height: 3.5em;
    position: relative;
    overflow: hidden
}

table div.quantity {
    margin: 0 auto
}

div.quantity span {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    width: 1.5em;
    height: 50%;
    text-align: center;
    line-height: 1.5em;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

div.quantity span.q_inc {
    top: 0
}

div.quantity span.q_dec {
    bottom: 0;
    border-top: 1px solid #ffffff
}

div.quantity span:before {
    font-family: 'fontello'
}

div.quantity span.q_inc:before {
    content: '\e835'
}

div.quantity span.q_dec:before {
    content: '\e828'
}

div.quantity input[type="number"],div.quantity input {
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 1.25em
}

.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th {
    padding: 0 0 0.5em;
    background-color: transparent
}

.woocommerce div.product form.cart .variations td.label {
    font-weight: 400;
    vertical-align: middle
}

.woocommerce div.product form.cart .variations label {
    font-weight: 400
}

.woocommerce div.product form.cart .reset_variations {
    font-style: italic;
    font-size: 1em;
    letter-spacing: 0
}

.woocommerce-variation-price {
    margin: 2em 0 1em
}

.woocommerce td.product-name dl.variation dd,.woocommerce td.product-name dl.variation dt {
    font-size: 0.9333em;
    line-height: 1.25em;
    font-weight: 400;
    padding: 0;
    margin: 0
}

.woocommerce td.product-name dl.variation dd {
    padding-left: 0.5em
}

.woocommerce .reset_variations {
    display: none !important
}

.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist {
    float: left;
    width: auto;
    margin-top: 0;
    margin-bottom: 2em
}

.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .feedback {
    display: block
}

.woocommerce div.product div.summary .compare {
    float: left;
    margin-bottom: 2em;
    margin-right: 2em
}

.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before,.woocommerce div.product div.summary .compare:before {
    content: '\e93d';
    font-family: 'fontello';
    margin-right: 0.6em
}

.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
    content: '\e909'
}

.woocommerce div.product div.summary .compare:before {
    content: '\e8e7'
}

.woocommerce table.wishlist_table {
    font-size: 1em
}

.woocommerce .yith-wcwl-share h4.yith-wcwl-share-title {
    font-size: 1.25em
}

.woocommerce .wishlist_table td.product-add-to-cart a {
    display: inline-block !important
}

.woocommerce div.product .product_meta {
    clear: both
}

.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    margin-bottom: -1px;
    padding-left: 30px
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    border-width: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    background: #ffffff;
    box-shadow: none;
    border: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
    border: none;
    border-radius: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
    padding: 0.4em 2em
}

.woocommerce div.product .woocommerce-tabs .panel,.woocommerce #content div.product .woocommerce-tabs .panel,.woocommerce-page div.product .woocommerce-tabs .panel,.woocommerce-page #content div.product .woocommerce-tabs .panel {
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 1.5em 1.5em 1em 1.5em;
    display: none
}

.woocommerce div.product .woocommerce-tabs h2,.woocommerce #content div.product .woocommerce-tabs h2,.woocommerce-page div.product .woocommerce-tabs h2,.woocommerce-page #content div.product .woocommerce-tabs h2 {
    margin: 0 0 1em;
    font-size: 1.5385em;
    font-weight: 400;
    letter-spacing: 1px
}

.woocommerce div.product .woocommerce-tabs h3,.woocommerce #content div.product .woocommerce-tabs h3,.woocommerce-page div.product .woocommerce-tabs h3,.woocommerce-page #content div.product .woocommerce-tabs h3 {
    font-size: 1.5385em;
    margin-bottom: 0.25em !important;
    letter-spacing: 1px
}

.woocommerce div.product .woocommerce-tabs p,.woocommerce #content div.product .woocommerce-tabs p,.woocommerce-page div.product .woocommerce-tabs p,.woocommerce-page #content div.product .woocommerce-tabs p {
    margin: 0
}

.woocommerce div.product .woocommerce-tabs p+p,.woocommerce #content div.product .woocommerce-tabs p+p,.woocommerce-page div.product .woocommerce-tabs p+p,.woocommerce-page #content div.product .woocommerce-tabs p+p {
    margin-top: 0.5em
}

.woocommerce div.product .woocommerce-tabs #tab-description h2 {
    display: none
}

.single-product div.product .trx-stretch-width-wrap {
    clear: both;
    padding-top: 3em
}

.single-product div.product .trx-stretch-width .woocommerce-tabs {
    padding: 5em 0 0;
    border-top: 1px solid #ddd
}

.single-product div.product .trx-stretch-width .woocommerce-tabs .panel {
    border: none;
    padding: 3em 0 0 0
}

.single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs {
    padding-left: 0
}

.single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs:before,.single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs:after {
    display: none
}

.single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs li {
    border: none !important;
    background-color: transparent !important;
    margin: 0 0 6px !important;
    padding: 0 !important
}

.single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs li a {
    position: relative;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding: 1.1em 3em 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em
}

.single-product div.product .trx-stretch-width .woocommerce-tabs #review_form_wrapper {
    margin-top: 1em
}

.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td {
    font-weight: 400;
    text-align: left;
    font-style: normal
}

.woocommerce div.product .woocommerce-product-rating,.woocommerce-page div.product .woocommerce-product-rating {
    float: right;
    margin-top: 0.15em;
    margin-bottom: 1em
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link,.woocommerce-page .woocommerce-product-rating .woocommerce-review-link {
    display: none
}

.woocommerce .woocommerce-product-rating .star-rating,.woocommerce-page .woocommerce-product-rating .star-rating {
    margin-top: 4px;
    margin-bottom: 4px
}

.woocommerce .star-rating,.woocommerce-page .star-rating {
    width: 68px;
    font-size: 11px;
    letter-spacing: 2px;
    height: 1.2em
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
    font-style: normal;
    font-weight: normal
}

.woocommerce #reviews #comments ol.commentlist li {
    margin-bottom: 0
}

.woocommerce .woocommerce-tabs .form-submit {
    display: block
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    background: none;
    border: none;
    padding: 0;
    width: 7.1429em;
    float: left;
    margin: 0 1.4286em 1em 0;
    position: static
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    padding: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-top: -5px;
    margin-bottom: 4px;
    font-size: 0.9333em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 1em;
    font-weight: 400
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time,.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta time {
    letter-spacing: 0
}

.woocommerce #review_form #respond textarea,.woocommerce-page #review_form #respond textarea {
    height: 10em;
    font-weight: 400;
    overflow: auto
}

.woocommerce #review_form #respond p {
    margin: 0 0 1.5em
}

.woocommerce #review_form #respond p.comment-form-rating {
    margin-bottom: 20px
}

.woocommerce #review_form #respond p.comment-form-rating .stars {
    margin-bottom: 0;
    display: block;
    width: 70px
}

.woocommerce #review_form #respond p.comment-form-rating .select_container {
    display: none
}

.woocommerce #review_form #respond .comment-form-author label,.woocommerce #review_form #respond .comment-form-email label {
    display: inline-block;
    width: 60px
}

.single-product .related {
    margin-top: 5em;
    padding-top: 4em;
    border-top: 1px solid #ddd
}

.single-product .related h2 {
    margin-top: 0
}

.woocommerce ul.products li.product.product-category .thumb_wrapper,.woocommerce-page ul.products li.product.product-category .thumb_wrapper {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/woo/shop-cat-bg-1.jpg) center center no-repeat;
    padding: 1em;
    overflow: hidden
}

.woocommerce ul.products li.product.product-category .thumb_wrapper img,.woocommerce-page ul.products li.product.product-category .thumb_wrapper img {
    -moz-transform: scale(1.7) translate(15%,15%);
    -o-transform: scale(1.7) translate(15%,15%);
    -ms-transform: scale(1.7) translate(15%,15%)
}

.woocommerce ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper,.woocommerce-page ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper {
    background: url(../images/woo/shop-cat-bg-2.jpg) center center no-repeat
}

.woocommerce ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper,.woocommerce-page ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper {
    background: url(../images/woo/shop-cat-bg-3.jpg) center center no-repeat
}

.woocommerce ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper,.woocommerce-page ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper {
    background: url(../images/woo/shop-cat-bg-4.jpg) center center no-repeat
}

.woocommerce ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper,.woocommerce-page ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper {
    background: url(../images/woo/shop-cat-bg-5.jpg) center center no-repeat
}

.woocommerce ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper,.woocommerce-page ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper {
    background: url(../images/woo/shop-cat-bg-6.jpg) center center no-repeat
}

.woocommerce ul.products li.product.product-category img,.woocommerce-page ul.products li.product.product-category img {
    width: 100%;
    height: auto
}

.woocommerce ul.products li.product.product-category h3,.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title,.woocommerce-page ul.products li.product.product-category h3,.woocommerce-page ul.products li.product.product-category .woocommerce-loop-category__title {
    margin-bottom: 0;
    border-bottom: none
}

.woocommerce ul.products li.product.product-category mark.count,.woocommerce-page ul.products li.product.product-category mark.count {
    font-weight: 400;
    font-style: normal
}

/* Cart & Products list */
.sidebar_inner .widget_shopping_cart .buttons a.checkout {
    margin-left: 0.4286em
}

.woocommerce a.remove {
    margin-top: 41px;
    text-align: center;
    width: 16px;
    height: 16px;
    left: -3px !important;
    overflow: hidden;
    text-indent: -100px;
    text-decoration: none
}

.woocommerce a.remove:before {
    content: 'X';
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    left: 50px;
    font-size: 14px;
    line-height: 16px
}

.woocommerce a.remove,.woocommerce a.remove:hover {
    background-color: transparent !important
}

.woocommerce table.shop_table {
    border-collapse: collapse;
    margin-bottom: 2em;
    border: solid 1px #cccccc;
    border-bottom: none
}

.woocommerce table.shop_table thead th {
    text-align: center !important;
    font-weight: 600
}

.woocommerce table.shop_table tr:first-child th {
    border-style: solid;
    border-width: 0 0 1px 0 !important
}

.woocommerce table.shop_table tr:nth-child(n+1) th:first-child,.woocommerce table.shop_table tr:nth-child(n+1) td:first-child,.woocommerce table.shop_table td {
    border-style: solid;
    border-width: 0 0 1px
}

.woocommerce .shop_table p {
    margin: 0
}

.woocommerce .shop_table a.remove {
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    position: relative
}

.woocommerce .widget_shopping_cart .cart_list li,.woocommerce-page .widget_shopping_cart .cart_list li {
    padding: 0;
    overflow: hidden
}

.woocommerce .sidebar_inner .widget_shopping_cart .cart_list li:not(.empty),.woocommerce-page .sidebar_inner .widget_shopping_cart .cart_list li:not(.empty) {
    padding-left: 2.0714em
}

.woocommerce ul.cart_list li dl:after,.woocommerce ul.product_list_widget li dl:after {
    clear: none
}

.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:before,.woocommerce-page ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:before {
    display: none
}

.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a,.woocommerce-page ul.cart_list li a,.woocommerce-page ul.product_list_widget li a {
    font-weight: 500
}

.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img {
    box-shadow: none;
    width: 4.6875em;
    float: left;
    margin: 0 0.75em 1em 0
}

.widget_area .woocommerce ul.cart_list li img,.widget_area .woocommerce ul.product_list_widget li img {
    width: 4.8571em;
    margin: 0 0.8571em 1.2857em 0
}

.woocommerce.widget_shopping_cart .quantity,.woocommerce .widget_shopping_cart .quantity,.woocommerce-page.widget_shopping_cart .quantity,.woocommerce-page .widget_shopping_cart .quantity {
    margin: 0.5em 0 1em;
    display: inline-block
}

.woocommerce ul.cart_list li>.amount,.woocommerce ul.product_list_widget li>.amount,.woocommerce-page ul.cart_list li>.amount,.woocommerce-page ul.product_list_widget li>.amount,.woocommerce ul.cart_list li span .amount,.woocommerce ul.product_list_widget li span .amount,.woocommerce-page ul.cart_list li span .amount,.woocommerce-page ul.product_list_widget li span .amount,.woocommerce ul.cart_list li ins .amount,.woocommerce ul.product_list_widget li ins .amount,.woocommerce-page ul.cart_list li ins .amount,.woocommerce-page ul.product_list_widget li ins .amount {
    font-size: 1em;
    font-weight: 700
}

.woocommerce ul.cart_list li ins,.woocommerce ul.product_list_widget li ins,.woocommerce-page ul.cart_list li ins,.woocommerce-page ul.product_list_widget li ins {
    text-decoration: none;
    font-style: normal
}

.woocommerce ul.cart_list li del,.woocommerce ul.product_list_widget li del,.woocommerce-page ul.cart_list li del,.woocommerce-page ul.product_list_widget li del {
    font-size: 0.875em
}

.woocommerce.widget_shopping_cart .total,.woocommerce .widget_shopping_cart .total,.woocommerce-page.widget_shopping_cart .total,.woocommerce-page .widget_shopping_cart .total {
    font-size: 12px;
    padding: 1.6667em 0 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.0333em
}

.woocommerce.widget_shopping_cart .total .amount,.woocommerce .widget_shopping_cart .total .amount,.woocommerce-page.widget_shopping_cart .total .amount,.woocommerce-page .widget_shopping_cart .total .amount {
    font-size: 1em;
    font-weight: 600
}

.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt {
    padding: 0;
    float: none;
    margin: 0;
    font-weight: 500
}

.sidebar_inner .widget_shopping_cart .buttons {
    margin-top: 0.8571em
}

.product_list_widget span.amount>.decimals {
    font-size: 1em;
    line-height: 1.7143em;
    vertical-align: baseline;
    left: auto;
    top: auto
}

.product_list_widget span.amount>.decimals:before {
    content: '.'
}

.product_list_widget .reviewer {
    font-size: 0.8571em
}

.woocommerce .widget_layered_nav_filters>ul>li {
    padding: 0 0.625em 0.5em 0;
    display: block
}

.woocommerce .widget_layered_nav_filters>ul>li:before {
    display: none
}

.woocommerce .widget_layered_nav_filters>ul>li a,.woocommerce .widget_layered_nav ul li.chosen a,.woocommerce-page .widget_layered_nav ul li.chosen a {
    background-color: transparent;
    border: none;
    padding: 0
}

.woocommerce .widget_rating_filter ul li .star-rating {
    vertical-align: middle
}

.woocommerce .widget_price_filter .price_slider_wrapper {
    padding-top: 0.7143em
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    margin: 0 0.3571em 2.5em;
    height: 2px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 50%;
    height: 10px;
    margin-left: -5px;
    top: -4px;
    width: 10px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 2px;
    top: 0px
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-size: 1em;
    line-height: 1.7143em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    border: solid 3px #cccccc;
    padding: 0.6429em 2em;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 1em;
    line-height: 1.7143em
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    padding-top: 1.1818em;
    font-size: 0.7857em
}

.woocommerce.widget_product_search form {
    width: 100%;
    overflow: hidden;
    position: relative
}

.woocommerce.widget_product_search form:after {
    content: '\e8eb';
    font-family: 'fontello';
    display: block;
    text-align: center;
    position: absolute;
    right: 1.2em;
    top: 50%;
    margin-top: -0.5em;
    width: 1em;
    height: 1em;
    line-height: 1em;
    z-index: 0;
    pointer-events: none;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.woocommerce.widget_product_search .search_field {
    width: 100%;
    padding: 0.7857em 1.2143em 0.6429em !important;
    padding-right: 3.5em !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.woocommerce.widget_product_search button.search_button {
    display: block;
    text-indent: -1000px;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    left: auto !important;
    width: 4em;
    height: 100%;
    padding: 0;
    border: none !important;
    background: none !important;
    z-index: 1;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.woocommerce.widget_rating_filter ul li:before {
    display: none !important
}

aside.woocommerce .product-title,aside.woocommerce .mini_cart_item>a:not(.remove) {
    display: block
}

.woocommerce .quantity input.qty,.woocommerce #content .quantity input.qty,.woocommerce-page .quantity input.qty,.woocommerce-page #content .quantity input.qty {
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    font-size: 0.8421em;
    line-height: 1em
}

.woocommerce table.cart .product-remove,.woocommerce #content table.cart .product-remove,.woocommerce-page table.cart .product-remove,.woocommerce-page #content table.cart .product-remove,.woocommerce table.cart .product-thumbnail,.woocommerce #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail {
    text-align: center;
    width: 40px
}

#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img {
    width: 40px
}

.woocommerce table.cart .product-name,.woocommerce #content table.cart .product-name,.woocommerce-page table.cart .product-name,.woocommerce-page #content table.cart .product-name {
    text-align: left
}

.woocommerce table.cart th,.woocommerce #content table.cart th,.woocommerce-page table.cart th,.woocommerce-page #content table.cart th,.woocommerce table.cart td,.woocommerce #content table.cart td,.woocommerce-page table.cart td,.woocommerce-page #content table.cart td {
    padding: 12px;
    text-align: center
}

.woocommerce table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon .input-text {
    padding: 0.8571em 0.5em;
    margin-right: 0.5em;
    width: 10.4em;
    border-right: none;
    border-bottom: none
}

.woocommerce table.shop_table tfoot th,.woocommerce-page table.shop_table tfoot th {
    text-align: center
}

.woocommerce .cart-collaterals h2,.woocommerce-page .cart-collaterals h2 {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.3em;
    margin: 1em 0 0.6em
}

.woocommerce .cart-collaterals .cart-subtotal .amount,.woocommerce-page .cart-collaterals .cart-subtotal .amount {
    font-size: 1em;
    font-weight: 700
}

.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals {
    max-width: 400px
}

.woocommerce .cart-collaterals .cart_totals table {
    border-collapse: collapse
}

.woocommerce .cart-collaterals .cart_totals table td,.woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 6px 15px;
    vertical-align: middle
}

.woocommerce .cart-collaterals .cart_totals table th,.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 6px 15px;
    font-weight: 600;
    text-align: left;
    vertical-align: middle
}

.woocommerce .cart-collaterals .cart_totals table select,.woocommerce-page .cart-collaterals .cart_totals table select {
    font-size: 1em
}

.woocommerce table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text {
    width: 100px
}

.woocommerce ul#shipping_method li {
    padding-left: 0;
    text-indent: 0
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-size: 1em;
    font-weight: 400
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 12px
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent
}

.woocommerce table.shop_table_responsive tbody th,.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive thead {
    display: table-cell
}

#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: none
}

.woocommerce form .form-row {
    padding: 0;
    margin-bottom: 1em
}

.woocommerce form .form-row label,.woocommerce-page form .form-row label {
    line-height: 1.5em
}

.woocommerce form .form-row label.inline {
    margin-left: 1em
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
    line-height: 1.7143em
}

.woocommerce form.checkout_coupon {
    padding-bottom: 0.6em
}

.woocommerce form.checkout_coupon #coupon_code {
    padding: 0.8em 1.4em
}

.woocommerce-checkout h3 {
    margin-bottom: 0.6em;
    margin-top: 0
}

.woocommerce .checkout input[type="checkbox"] {
    display: inline
}

.woocommerce .checkout .col-2 h3#ship-to-different-address label,.woocommerce-page .checkout .col-2 h3#ship-to-different-address label {
    display: inline-block
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-page form .form-row input.input-text,.woocommerce-page form .form-row textarea {
    font-weight: 400
}

.woocommerce .checkout table.shop_table {
    margin-bottom: 3em
}

.woocommerce .checkout table.shop_table th,.woocommerce .checkout table.shop_table td {
    text-align: left
}

.woocommerce table.shop_table span.amount {
    font-size: 1.2em;
    font-weight: inherit
}

.woocommerce .checkout table.shop_table tfoot th {
    text-align: right
}

.woocommerce .checkout table.shop_table tfoot td,.woocommerce .checkout table.shop_table tfoot th {
    font-weight: 400
}

.woocommerce table.shop_table .cart-subtotal .amount,.woocommerce-page table.shop_table .cart-subtotal .amount,.woocommerce table.shop_table .shipping td,.woocommerce-page table.shop_table .shipping td {
    font-weight: 400
}

.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator {
    clear: none;
    float: left;
    margin-bottom: 30px
}

.woocommerce .checkout #order_review,.woocommerce-page .checkout #order_review {
    margin-bottom: 3em
}

.woocommerce .checkout #order_review_heading,.woocommerce-page .checkout #order_review_heading {
    padding-top: 1.825em
}

.woocommerce .checkout #order_review .order-total .amount,.woocommerce-page .checkout #order_review .order-total .amount {
    letter-spacing: 0
}

.woocommerce .checkout #order_review .payment_methods li,.woocommerce-page .checkout #order_review .payment_methods li {
    list-style: none
}

.woocommerce .checkout #order_review .payment_methods li label,.woocommerce-page .checkout #order_review .payment_methods li label {
    display: inline-block
}

#add_payment_method #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img {
    margin: -14px 0.5em 0
}

.woocommerce-checkout #payment div.payment_box:after {
    top: 0
}

#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment {
    background-color: transparent
}

#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 3.3333em
}

#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods,#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row {
    padding: 1em 0
}

.woocommerce .order_details.woocommerce-thankyou-order-details {
    padding: 1em
}

.woocommerce .order_details.woocommerce-thankyou-order-details li strong {
    font-weight: 400;
    margin-top: 0.2em
}

.woocommerce .shop_table.order_details th,.woocommerce .shop_table.customer_details th {
    text-align: left
}

.woocommerce .shop_table.order_details tfoot th {
    text-align: right
}

.woocommerce .shop_table.order_details td.product-name strong {
    font-style: normal
}

.woocommerce .order_details li,.woocommerce-page .order_details li {
    font-size: 1em;
    line-height: 1em;
    list-style: none
}

.woocommerce form .form-row #createaccount {
    display: none
}

.woocommerce form .form-row input[type="radio"] + label:before,.woocommerce form .form-row input[type="checkbox"] + label:before {
    top: 12px
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 10px
}

.woocommerce form .form-row label.inline input[type="checkbox"] {
    display: inline;
    position: relative;
    top: 2px
}

.woocommerce-account h2,.woocommerce-account .address .title h3 {
    margin: 1em 0 0.4em
}

.woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content .woocommerce-Address-title a {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase;
    letter-spacing: 1px
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
    float: left
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.woocommerce-MyAccount-navigation ul li {
    padding: 0;
    margin: 0
}

.woocommerce-MyAccount-navigation ul li+li {
    border-top: 1px dotted #ddd
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 1.2em 0 0.8em;
    -webkit-transition: color ease .3s;
    -moz-transition: color ease .3s;
    -ms-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

.woocommerce table.my_account_orders {
    font-size: 1em
}

.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {
    font-weight: 400
}

.woocommerce table.shop_table tfoot tr:last-child td {
    font-weight: 700
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    float: right
}

.woocommerce-MyAccount-content .my_account_orders th {
    text-align: left
}

.woocommerce-MyAccount-content .woocommerce-Address-title {
    position: relative
}

.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    display: inline-block;
    margin-top: 0.5em
}

.woocommerce-MyAccount-content .woocommerce-Address-title a {
    display: inline-block;
    vertical-align: text-top;
    margin: 0 0 0 2em;
    text-decoration: underline;
    float: none !important
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    margin-top: 2em
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
    top: -1em
}

.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th {
    padding: 10px 8px 7px
}

.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead {
    display: table-row-group
}

.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr {
    display: table-row
}

.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td {
    display: table-cell
}

.woocommerce-loop-category__title a {
    display: inline-block
}
