/* COLORS */
/* line 4, ../sass/page.scss */
pre {
    border-radius: 0;
}
.pager {
    clear: both;
}
tbody {
    border-top: 0;
}
/* line 8, ../sass/page.scss */
.panel {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 50px;
    padding: 0;
}
.field-name-body table td h5 {
    font-size: 18px;
    color: #000000;
    text-align: center;
}
/* line 16, ../sass/page.scss */
ul li.leaf {
    list-style-image: none;
    list-style-type: none;
}
/* line 21, ../sass/page.scss */
.more-link {
    border-top: 1px solid #484848;
    margin-top: 10px;
    padding-top: 15px;
}
/* line 29, ../sass/page.scss */
.form-submit,
.form-actions>a,
#edit-unsubscribe {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
    font-size: .857em;
    font-weight: 700;
    padding: 11px 20px;
    text-transform: uppercase;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    border-radius: 0;
}
.pager--infinite-scroll.pager li>a {
    padding: 15px 36px;
}
/* line 39, ../sass/page.scss */
.form-submit:hover,
.form-submit:focus,
.form-actions>a:hover,
.form-actions>a:focus,
.form-actions input:hover,
#edit-unsubscribe:hover,
#edit-unsubscribe:focus {
    background-color: #000000;
    color: #ffffff;
}
/* line 45, ../sass/page.scss */
.form-actions>a {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: #333333;
}
/* line 49, ../sass/page.scss */
.form-actions>a:hover,
.form-actions>a:focus {
    background-color: #333333;
    border-color: #333333;
    color: white;
}
/* line 58, ../sass/page.scss */
/* .form-submit[value="Checkout"],
#edit-continue,
#edit-submit {
  background: #3598db;
  border-color: #3598db;
} */
/* line 61, ../sass/page.scss */
.form-submit[value="Checkout"]:hover,
.form-submit[value="Checkout"]:focus,
#edit-continue:hover,
#edit-continue:focus,
#edit-submit:hover,
#edit-submit:focus {
    background: #333333;
    border-color: #333333;
}
/* line 67, ../sass/page.scss */
.form-item,
.form-actions {
    margin-top: 0;
}
/* line 71, ../sass/page.scss */
input[type="radio"],
input[type="checkbox"] {
    margin-top: 0;
}
/* line 75, ../sass/page.scss */
#page {
    /* overflow: hidden; */
    position: relative;
}
/* headline */
/* line 81, ../sass/page.scss */
.headline {
    background: #181818;
    color: white;
    font-size: .714em;
    text-transform: uppercase;
    /* display:none; */
}
/* line 87, ../sass/page.scss */
.headline p {
    margin: 0;
}
/* line 91, ../sass/page.scss */
.headline .block {
    float: left;
    padding-bottom: 18px;
    padding-top: 18px;
}
.ddcommon .ddArrow {
    position: absolute;
    top: 22%;
    right: 7px;
    border: solid #333333;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/* line 99, ../sass/page.scss */
.headline .block-lang-dropdown,
.headline .block-jump-menu,
.headline .wp-cart-status {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}
/* line 105, ../sass/page.scss */
.headline .block-uc-cart {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}
/* line 111, ../sass/page.scss */
.headline .wp-cart-status {
    padding-right: 25px;
}
/* line 115, ../sass/page.scss */
.headline .cart-block-summary td {
    padding-left: 3px;
    padding-right: 3px;
}
/* line 120, ../sass/page.scss */
.headline .cart-block-summary .cart-block-summary-items,
.headline .cart-block-summary .cart-block-summary-links {
    display: none;
}
/* line 124, ../sass/page.scss */
.headline #block-tb-megamenu-user-menu {
    float: right;
    padding-top: 0;
    padding-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 132, ../sass/page.scss */
.headline #block-tb-megamenu-user-menu .tb-megamenu .nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    font-family: 'ralewayregular', Tahoma, Geneva, sans-serif;
}
/* header */
/* line 145, ../sass/page.scss */
#header {
    -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    z-index: 5;
	background-color: #fff;
}
#header .block-lang-dropdown {
    /* position: absolute;
    right: 0;
    top: 22px; */
}
/*
#header .block-uc-cart
*/
#header .wp-cart-status {
    position: absolute;
    right: 150px;
    top: 30px;
}
/* line 150, ../sass/page.scss */
#header .container {
    position: relative;
}
/* line 154, ../sass/page.scss */
#logo {
    float: left;
    margin: 0;
}
/* line 159, ../sass/page.scss */
#main-menu-inner {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
/* bootstrap-slideshow */
@-webkit-keyframes fadeInLeft {
    /* line 168, ../sass/page.scss */
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    /* line 173, ../sass/page.scss */
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    /* line 180, ../sass/page.scss */
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    /* line 185, ../sass/page.scss */
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    /* line 192, ../sass/page.scss */
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    /* line 197, ../sass/page.scss */
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    /* line 204, ../sass/page.scss */
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    /* line 209, ../sass/page.scss */
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRight {
    /* line 215, ../sass/page.scss */
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    /* line 220, ../sass/page.scss */
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    /* line 227, ../sass/page.scss */
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    /* line 232, ../sass/page.scss */
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    /* line 239, ../sass/page.scss */
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    /* line 244, ../sass/page.scss */
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    /* line 251, ../sass/page.scss */
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    /* line 256, ../sass/page.scss */
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/* line 262, ../sass/page.scss */
.bootstrap-slideshow .views-row {
    margin-left: 0;
}
/* line 269, ../sass/page.scss */
.bootstrap-slideshow .views-field-type-image,
.bootstrap-slideshow .views-field-field-category,
.bootstrap-slideshow .views-field-title,
.bootstrap-slideshow .views-field-field-coll-brand,
.bootstrap-slideshow .views-field-name,
.bootstrap-slideshow .views-field-buyitnowbutton,
.bootstrap-slideshow .views-field-field-link {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
/* line 287, ../sass/page.scss */
.bootstrap-slideshow .views-field-field-category,
.bootstrap-slideshow .views-field-title,
.bootstrap-slideshow .views-field-field-coll-brand,
.bootstrap-slideshow .views-field-name,
.bootstrap-slideshow .views-field-buyitnowbutton,
.bootstrap-slideshow .views-field-field-link {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.bootstrap-slideshow .views-field-buyitnowbutton {
    display: none;
}
/* line 293, ../sass/page.scss */
.bootstrap-slideshow .views-field-type-image {
    float: right;
    text-align: right;
    width: 50%;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
/* line 303, ../sass/page.scss */
.bootstrap-slideshow .views-field-title,
.bootstrap-slideshow .views-field-field-coll-brand,
.bootstrap-slideshow .views-field-name {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: none;
    animation-delay: 600ms;
}
/* line 309, ../sass/page.scss */
.bootstrap-slideshow .views-field-buyitnowbutton,
.bootstrap-slideshow .views-field-field-link {
    -webkit-animation-delay: 900ms;
    -moz-animation-delay: none;
    animation-delay: 900ms;
}
/* line 315, ../sass/page.scss */
.bootstrap-slideshow .carousel-inner .slideshow-content {
    bottom: auto;
    color: #666666;
    float: left;
    left: 0;
    margin-top: 180px;
    position: static;
    right: auto;
    text-align: left;
    text-shadow: none;
    top: auto;
    width: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-left: 50px;
}
/* line 333, ../sass/page.scss */
.bootstrap-slideshow .carousel-inner .slideshow-content .views-field-field-category a,
.bootstrap-slideshow .carousel-inner .slideshow-content .views-field-title a,
.bootstrap-slideshow .carousel-inner .slideshow-content .views-field-field-coll-category a,
.bootstrap-slideshow .carousel-inner .slideshow-content .views-field-field-coll-brand a,
.bootstrap-slideshow .carousel-inner .slideshow-content .views-field-name a {
    color: #666666;
    text-shadow: none;
}
.bootstrap-slideshow .carousel-inner .slideshow-content .views-field-field-link {
    width: 132px;
}
.bootstrap-slideshow .carousel-inner .slideshow-content .views-field-field-link a {
    color: #ffffff;
    padding: 15px 30px;
}
/* line 339, ../sass/page.scss */
.bootstrap-slideshow .carousel-inner .slideshow-content input[type="submit"]:hover,
.bootstrap-slideshow .carousel-inner .slideshow-content input[type="submit"]:focus,
.bootstrap-slideshow .carousel-inner .slideshow-content .views-field-field-link:hover,
.bootstrap-slideshow .carousel-inner .slideshow-content .views-field-field-link a:hover,
.bootstrap-slideshow .carousel-inner .slideshow-content .views-field-field-link:focus {
    border-color: #3598db;
    color: #3598db;
}
/* line 348, ../sass/page.scss */
.carousel-control {
    background: #333333;
    bottom: auto;
    color: white;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
    top: 50%;
    width: 50px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
/* line 363, ../sass/page.scss */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
/* line 366, ../sass/page.scss */
.carousel-control:hover,
.carousel-control:focus {
    background: #3598db;
}
/* panel-first */
/* line 372, ../sass/page.scss */
#panel-first {
    background: whitesmoke;
    border-bottom: 1px solid #dddddd;
    padding: 44px 0 0;
}
/* main */
/* line 379, ../sass/page.scss */
#main {
    /* padding-top: 50px; */
    padding-top: 10px;
}
/* line 383, ../sass/page.scss */
.home #main {
    /* background: whitesmoke; */
    /* border-bottom: 1px solid #dddddd; */
    /* border-top: 1px solid #dddddd; */
    margin-bottom: 0;
    padding: 0;
}

/* panel-second */
/* line 392, ../sass/page.scss */
#panel-second {
    text-align: center;
}
/* line 398, ../sass/page.scss */
#panel-second .block h2 {
    font-family: "ralewaybold";
    font-size: 1.714em;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}
/* line 18, ../sass/includes/_mixins.scss */
#panel-second .block h2:after {
    border-top: 1px solid #dddddd;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
/* line 66, ../sass/includes/_mixins.scss */
#panel-second .block h2 span {
    background: white;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}
/* panel-third */
/* line 408, ../sass/page.scss */
#panel-third .block-quicktabs h2 {
    font-family: "ralewaybold";
    font-size: 1.714em;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
/* line 18, ../sass/includes/_mixins.scss */
#panel-third .block-quicktabs h2:after {
    border-top: 1px solid #dddddd;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
/* line 66, ../sass/includes/_mixins.scss */
#panel-third .block-quicktabs h2 span {
    background: white;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}
/* line 412, ../sass/page.scss */
#panel-third .quicktabs-tabs {
    margin-bottom: 50px;
    text-align: center;
}
/* line 415, ../sass/page.scss */
#panel-third .quicktabs-tabs li {
    display: inline-block;
    margin: 0 1px;
}
/* line 418, ../sass/page.scss */
#panel-third .quicktabs-tabs li a {
    background: white;
    border: 2px solid black;
    color: black;
    font-size: .88em;
    font-weight: 700;
    display: inline-block;
    padding: 12px 10px;
    position: relative;
    text-transform: uppercase;
    min-width: 100px;
    z-index: 2;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
.i18n-ru #panel-third .quicktabs-tabs li a {
    font-size: .7em;
}
/* line 432, ../sass/page.scss */
#panel-third .quicktabs-tabs li a:hover {
    background: black;
    color: white;
}
/* line 438, ../sass/page.scss */
#panel-third .quicktabs-tabs li.active a {
    background: black;
    color: white;
}
/* panel-fourth */
/* line 448, ../sass/page.scss */
#panel-fourth {
    /* background: #333333; */
    color: white;
    text-align: center;
}
/* line 453, ../sass/page.scss */
#panel-fourth .container {
    /* min-height: 400px; */
    min-height: 550px;
    padding: 80px 100px 0;
}
/* line 458, ../sass/page.scss */
#panel-fourth .views-row {
    margin-left: 0;
}
/* panel-fifth */
/* line 466, ../sass/page.scss */
#panel-fifth .block h2 {
    font-family: "ralewaybold";
    font-size: 1.714em;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
/* line 18, ../sass/includes/_mixins.scss */
#panel-fifth .block h2:after {
    border-top: 1px solid #dddddd;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
/* line 66, ../sass/includes/_mixins.scss */
#panel-fifth .block h2 span {
    background: white;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}
/* line 474, ../sass/page.scss */
.panel-column .block-menu ul.menu li {
    padding-bottom: 5px;
}
/* line 478, ../sass/page.scss */
.panel-column .block-menu ul.menu li a {
    color: #999999;
}
/* line 483, ../sass/page.scss */
.panel-column .block-menu ul.menu li a:hover,
.panel-column .block-menu ul.menu li a:focus {
    color: #3598db;
}
/* line 489, ../sass/page.scss */
.tagclouds-term a {
    border: 1px solid #484848;
    color: #999999;
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 5px 10px;
    text-transform: capitalize;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
/* line 497, ../sass/page.scss */
.tagclouds-term a:hover,
.tagclouds-term a:focus {
    border-color: #3598db;
    color: #3598db;
}
/* line 512, ../sass/page.scss */
.tagclouds.level1,
.tagclouds.level2,
.tagclouds.level3,
.tagclouds.level4,
.tagclouds.level5,
.tagclouds.level6,
.tagclouds.level7,
.tagclouds.level8,
.tagclouds.level9,
.tagclouds.level10 {
    font-size: 1em;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
/* line 517, ../sass/page.scss */
.block-system .tagclouds-term a {
    color: #333333;
}
/* line 519, ../sass/page.scss */
.block-system .tagclouds-term a:hover,
.block-system .tagclouds-term a:focus {
    color: #3598db;
}
/* panel-footer */
/* line 526, ../sass/page.scss */
#panel-footer,
#footer {
    background: #181818;
    color: #999999;
}
/* line 531, ../sass/page.scss */
#panel-footer {
    font-size: .929em;
    padding: 50px 0 25px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
/* line 538, ../sass/page.scss */
#panel-footer h2 {
    font-family: "roboto_slabregular";
    font-size: 1.071em;
    color: white;
    text-transform: uppercase;
}
/* line 545, ../sass/page.scss */
#panel-footer .block-menu ul.menu li {
    margin-bottom: 5px;
}
/* line 547, ../sass/page.scss */
#panel-footer .block-menu ul.menu li a {
    color: #999999;
}
/* line 549, ../sass/page.scss */
#panel-footer .block-menu ul.menu li a:hover,
#panel-footer .block-menu ul.menu li a:focus {
    color: #3598db;
}
/* footer */
/* line 559, ../sass/page.scss */
#footer {
    font-size: 0.786em;
    overflow: hidden;
    padding: 0 0 20px;
}
/* line 564, ../sass/page.scss */
#footer .region-footer {
    border-top: 1px solid #383838;
    padding-top: 25px;
}
/* line 569, ../sass/page.scss */
#footer .block {
    float: left;
    width: 50%;
}
/* line 574, ../sass/page.scss */
#footer a {
    color: #3598db;
}
/* line 576, ../sass/page.scss */
#footer a:hover,
#footer a:focus {
    color: white;
}
/* line 581, ../sass/page.scss */
#footer .social-list {
    margin-bottom: 0;
    text-align: right;
}
/* line 584, ../sass/page.scss */
#footer .social-list li {
    display: inline-block;
    list-style: none;
    padding: 0 5px;
    text-align: right;
}
/* line 589, ../sass/page.scss */
#footer .social-list li a {
    color: #999999;
    height: 25px;
    position: relative;
    text-align: center;
    width: 25px;
}
/* line 595, ../sass/page.scss */
#footer .social-list li a:before {
    font-size: 2em;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
/* line 599, ../sass/page.scss */
#footer .social-list li a:hover,
#footer .social-list li a:focus {
    color: #3598db;
}
/* line 602, ../sass/page.scss */
#footer .social-list li a span {
    display: none;
}
/* line 610, ../sass/page.scss */
#newsletter-subscribe-form {
    margin-top: 1em;
    position: relative;
}
/* line 614, ../sass/page.scss */
#newsletter-subscribe-form .form-item {
    height: 35px;
    background: white;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 36px;
}
/* line 621, ../sass/page.scss */
#newsletter-subscribe-form .form-item .form-text {
    height: 35px;
    border: none;
    background: none;
    width: 100%;
}
/* line 629, ../sass/page.scss */
#newsletter-subscribe-form #subscribe {
    margin: 0;
    position: absolute;
    right: 0;
    top: 1em;
    width: 35px;
}
/* line 636, ../sass/page.scss */
#newsletter-subscribe-form #subscribe:after {
    height: 0;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #999999;
    border-top: 6px solid rgba(0, 0, 0, 0);
    content: "";
    right: 15px;
    position: absolute;
    top: -2px;
    width: 0;
    z-index: 1;
}
/* line 648, ../sass/page.scss */
#newsletter-subscribe-form #subscribe:hover:after {
    border-left-color: #3598db;
}
/* line 652, ../sass/page.scss */
#newsletter-subscribe-form #subscribe .form-submit {
    background: none;
    border: none;
    height: 35px;
    padding: 0;
    width: 35px;
    position: absolute;
    right: 0;
    top: -12px;
    z-index: 2;
    text-indent: -999em;
}
/* line 666, ../sass/page.scss */
#newsletter-subscribe-form #newsletter-error {
    clear: both;
    color: #f64243;
    padding-top: 10px;
}
/* line 674, ../sass/page.scss */
.btn-btt {
    background: #3598db;
    bottom: 20px;
    color: white;
    display: none;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.714em;
    height: 50px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    line-height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-indent: -9999em;
    width: 50px;
    z-index: 200;
}
/* line 690, ../sass/page.scss */
.btn-btt:hover,
.btn-btt:focus {
    background: #333333;
    color: white;
}
/* line 694, ../sass/page.scss */
.btn-btt:after {
    content: "\f106";
    line-height: 50px;
    left: 0;
    position: absolute;
    text-indent: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
/* main-title */
/* line 701, ../sass/page.scss */
.title {
    /* color: white; */
    margin: 0;
    text-transform: uppercase;
    font-family: 'Cormorant Upright', 'Gabriola', times;
    font-size: 40px;
}
/* line 708, ../sass/page.scss */
.main-title {
    /* background: #8e8e8e; */
    /* color: white; */
    padding: 25px 0 20px;
    text-align: center;
}
/* blog */
/* line 718, ../sass/page.scss */
.page-blog .main-title .title {
    -webkit-text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}
/* line 722, ../sass/page.scss */
.page-blog .action-links {
    padding: 0;
}
/* line 724, ../sass/page.scss */
.page-blog .action-links li {
    list-style: none;
}
/* line 726, ../sass/page.scss */
.page-blog .action-links li a {
    background: #3598db;
    color: white;
    display: inline-block;
    padding: 9px 20px;
}
/* line 731, ../sass/page.scss */
.page-blog .action-links li a:hover,
.page-blog .action-links li a:focus {
    background: #333333;
}
/* line 739, ../sass/page.scss */
ul.inline li {
    padding: 0;
}
/* line 743, ../sass/page.scss */
.node {
    margin-bottom: 0;
}
/* line 745, ../sass/page.scss */
.node+.node {
    border-top: 1px solid #f0f0f0;
    padding-top: 40px;
}
/* line 749, ../sass/page.scss */
.node h2 {
    /* font-family: ralewaybold, Tahoma, Geneva, sans-serif; */
    /* font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0; */
}
/* line 752, ../sass/page.scss */
.node .submitted {
    color: #999999;
    font-size: .929em;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
/* line 144, ../sass/includes/_mixins.scss */
.node .submitted:after {
    border-bottom: 1px solid #f0f0f0;
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100px;
}
/* line 152, ../sass/includes/_mixins.scss */
.node .submitted a {
    color: #3598db;
}
/* line 154, ../sass/includes/_mixins.scss */
.node .submitted a:hover,
.node .submitted a:focus {
    color: #999999;
}
/* line 159, ../sass/includes/_mixins.scss */
.node .submitted>span>span+span {
    margin-left: 10px;
}
/* line 162, ../sass/includes/_mixins.scss */
.node .submitted>span i {
    margin-right: 8px;
}
/* line 754, ../sass/page.scss */
.node .submitted span {
    margin-right: 8px;
}
/* line 756, ../sass/page.scss */
.node .submitted span i {
    margin-right: 3px;
}
/* line 759, ../sass/page.scss */
.node .submitted span span {
    margin-right: 0;
}
/* line 765, ../sass/page.scss */
.node .field-type-image,
.node .field-name-field-video {
    margin-bottom: 0;
}
/* line 769, ../sass/page.scss */
.node .field-name-body p,
.node .field-name-body ul,
.node .field-name-body ol {
    margin-bottom: 20px;
}
/* line 773, ../sass/page.scss */
.node ul.inline {
    display: block;
    margin-bottom: 0;
    margin-top: 25px;
}
/* line 781, ../sass/page.scss */
.field-name-field-tags.field-label-inline {
    font-size: .857em;
    margin-bottom: 50px;
    margin-top: 50px;
}
/* line 785, ../sass/page.scss */
.field-name-field-tags.field-label-inline div {
    display: inline-block;
}
/* line 787, ../sass/page.scss */
.field-name-field-tags.field-label-inline div+div {
    margin-left: 8px;
    text-transform: capitalize;
}
/* line 790, ../sass/page.scss */
.field-name-field-tags.field-label-inline div+div a {
    background: whitesmoke;
    display: inline-block;
    padding: 7px 10px;
}
/* line 796, ../sass/page.scss */
.field-name-field-tags.field-label-inline div.field-label {
    font-weight: 700;
    text-transform: uppercase;
}
/* line 803, ../sass/page.scss */
.field-name-field-tags.field-label-above {
    font-size: .857em;
    margin-bottom: 50px;
    margin-top: 50px;
}
/* line 808, ../sass/page.scss */
.field-name-field-tags.field-label-above .field-items {
    text-transform: capitalize;
    padding-top: 10px;
    display: block;
}
/* line 812, ../sass/page.scss */
.field-name-field-tags.field-label-above .field-items .field-item {
    display: inline-block;
    padding-right: 5px;
}
/* line 816, ../sass/page.scss */
.field-name-field-tags.field-label-above .field-items a {
    background: whitesmoke;
    padding: 7px 10px;
    display: inline-block;
}
/* line 822, ../sass/page.scss */
.field-name-field-tags.field-label-above .field-label {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
/* line 830, ../sass/page.scss */
.blog-extra-info {
    color: #999999;
    font-size: .929em;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
/* line 144, ../sass/includes/_mixins.scss */
.blog-extra-info:after {
    border-bottom: 1px solid #f0f0f0;
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100px;
}
/* line 152, ../sass/includes/_mixins.scss */
.blog-extra-info a {
    color: #3598db;
}
/* line 154, ../sass/includes/_mixins.scss */
.blog-extra-info a:hover,
.blog-extra-info a:focus {
    color: #999999;
}
/* line 159, ../sass/includes/_mixins.scss */
.blog-extra-info>span>span+span {
    margin-left: 10px;
}
/* line 162, ../sass/includes/_mixins.scss */
.blog-extra-info>span i {
    margin-right: 8px;
}
/* line 832, ../sass/page.scss */
.blog-extra-info .views-field {
    display: inline-block;
}
/* line 834, ../sass/page.scss */
.blog-extra-info .views-field+.views-field {
    margin-left: 10px;
}
/* line 837, ../sass/page.scss */
.blog-extra-info .views-field i,
.blog-extra-info .views-field .views-label {
    margin-right: 8px;
}
/* line 843, ../sass/page.scss */
.wp-blog-masonry .views-field-name {
    color: #999999;
    font-size: .929em;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
/* line 144, ../sass/includes/_mixins.scss */
.wp-blog-masonry .views-field-name:after {
    border-bottom: 1px solid #f0f0f0;
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100px;
}
/* line 152, ../sass/includes/_mixins.scss */
.wp-blog-masonry .views-field-name a {
    color: #3598db;
}
/* line 154, ../sass/includes/_mixins.scss */
.wp-blog-masonry .views-field-name a:hover,
.wp-blog-masonry .views-field-name a:focus {
    color: #999999;
}
/* line 159, ../sass/includes/_mixins.scss */
.wp-blog-masonry .views-field-name>span>span+span {
    margin-left: 10px;
}
/* line 162, ../sass/includes/_mixins.scss */
.wp-blog-masonry .views-field-name>span i {
    margin-right: 8px;
}
/* line 845, ../sass/page.scss */
.wp-blog-masonry .views-field-name .views-field {
    display: inline-block;
}
/* line 847, ../sass/page.scss */
.wp-blog-masonry .views-field-name .views-field+.views-field {
    margin-left: 10px;
}
/* line 850, ../sass/page.scss */
.wp-blog-masonry .views-field-name .views-field i,
.wp-blog-masonry .views-field-name .views-field .views-label {
    margin-right: 8px;
}
/* line 856, ../sass/page.scss */
.wp-blog-masonry .blog-extra-info:after {
    display: none;
}
/* line 861, ../sass/page.scss */
.wp-blog-masonry .views-field-name {
    color: #999999;
    font-size: .929em;
}
/* line 867, ../sass/page.scss */
.view-blog-view .views-row {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 40px;
    padding-bottom: 50px;
    margin-left: 0;
}
/* line 872, ../sass/page.scss */
.view-blog-view .views-row .node {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* line 878, ../sass/page.scss */
.view-blog-view .views-field-title {
    font-family: ralewaybold;
    font-size: 1.714em;
    font-weight: 700;
    margin-bottom: 10px;
}
/* line 883, ../sass/page.scss */
.view-blog-view .views-field-type-image,
.view-blog-view .views-field-field-video {
    margin-bottom: 23px;
}
/* line 887, ../sass/page.scss */
.view-blog-view .field-name-body p {
    margin-bottom: 0;
}
/* line 889, ../sass/page.scss */
.view-blog-view .field-name-body p+p {
    margin-top: 25px;
}
/* line 894, ../sass/page.scss */
.view-blog-view .views-field-view-node {
    margin-top: 25px;
}
/* line 896, ../sass/page.scss */
.view-blog-view .views-field-view-node a {
    background: #333333;
    color: white;
    display: inline-block;
    padding: 11px 20px;
}
/* line 901, ../sass/page.scss */
.view-blog-view .views-field-view-node a:hover,
.view-blog-view .views-field-view-node a:focus {
    background: #3598db;
}
/* line 908, ../sass/page.scss */
.field-name-field-rate,
.views-field-field-rate {
    margin-bottom: 10px;
    overflow: hidden;
}
/* line 912, ../sass/page.scss */
.field-name-field-rate .fivestar-default,
.field-name-field-rate .description,
.views-field-field-rate .fivestar-default,
.views-field-field-rate .description {
    float: left;
}
/* line 916, ../sass/page.scss */
.field-name-field-rate .form-item,
.views-field-field-rate .form-item {
    overflow: hidden;
}
/* line 920, ../sass/page.scss */
.field-name-field-rate .fivestar-default,
.views-field-field-rate .fivestar-default {
    margin-right: 10px;
}
/* line 923, ../sass/page.scss */
.field-name-field-rate .fivestar-default div.fivestar-widget-static .star,
.field-name-field-rate .fivestar-default div.fivestar-widget-static .star span.off,
.views-field-field-rate .fivestar-default div.fivestar-widget-static .star,
.views-field-field-rate .fivestar-default div.fivestar-widget-static .star span.off {
    background-image: url(../images/star.png);
}
/* line 926, ../sass/page.scss */
.field-name-field-rate .fivestar-default div.fivestar-widget-static .star,
.views-field-field-rate .fivestar-default div.fivestar-widget-static .star {
    width: 15px;
}
/* line 931, ../sass/page.scss */
.field-name-field-rate .description,
.views-field-field-rate .description {
    color: #666666;
    font-size: .929em;
}
/* line 936, ../sass/page.scss */
.node-wp-product {
    /* end group-item-info */
}
.node-wp-product h1 {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.node-wp-product .divider {
    width: 45%;
    height: 1px;
    background: #000;
    margin: 1em auto;
}
.node-wp-product h1:before {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #000000;
}
.node-wp-product h1:before {
    margin-left: -50%;
    text-align: right;
}
/* line 937, ../sass/page.scss */
.node-wp-product>.content {
    overflow: hidden;
}
/* line 941, ../sass/page.scss */
.node-wp-product .field-name-uc-product-image,
/* .node-wp-product .group-item-info, */
.node-wp-product .group-item-info {
    float: left;
    width: 50%;
}
/* line 948, ../sass/page.scss */
.node-wp-product .field-name-uc-product-image>.field-items {
    margin-right: 30px;
}
/* line 950, ../sass/page.scss */
.node-wp-product .field-name-uc-product-image>.field-items .field-item+.field-item {
    margin-top: 30px;
}
/* line 956, ../sass/page.scss */
.node-wp-product .group-item-info {
    /* add-to-cart */
    /* end group-cat */
}
/* line 957, ../sass/page.scss */
.node-wp-product .group-item-info .field-name-title-field {
    font-family: "roboto_slabregular";
    font-size: 1.714em;
    margin-bottom: 10px;
}
/* line 962, ../sass/page.scss */
.node-wp-product .group-item-info .sell-price {
    margin-bottom: 30px;
}
/* line 964, ../sass/page.scss */
.node-wp-product .group-item-info .sell-price .uc-price-label {
    display: none;
}
/* line 967, ../sass/page.scss */
.node-wp-product .group-item-info .sell-price .uc-price {
    color: #3598db;
    font-family: "roboto_slabregular";
    font-size: 1.714em;
}
/* line 973, ../sass/page.scss */
.node-wp-product .group-item-info .weight {
    margin-bottom: 30px;
}
/* line 977, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart {
    /* border-bottom: 1px solid #dddddd; */
    margin-bottom: 20px;
    /* padding-bottom: 30px; */
}
/* line 984, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .attribute,
.node-wp-product .group-item-info .add-to-cart .form-item-qty,
.node-wp-product .group-item-info .add-to-cart .form-actions {
    display: inline-block;
}
/* line 988, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .attributes {
    clear: both;
    text-align: left;
    max-width: 380px;
    margin: 20px auto 10px;
}
.node-wp-product .group-item-info .add-to-cart .sizes {
    margin-bottom: 30px;
}
.node-wp-product .group-item-info .add-to-cart .sizes a {
    text-decoration: underline;
}
/* line 996, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .attribute,
.node-wp-product .group-item-info .add-to-cart .attribute label {
    margin-right: 10px;
}
.node-wp-product .group-item-info .add-to-cart .attribute.attribute-6 {
    display: block;
    margin-bottom: 10px;
}
.node-wp-product .group-item-info .add-to-cart .attribute.attribute-6 #edit-attributes-6 {
    width: 175px;
}
.node-wp-product .group-item-info .add-to-cart .attribute.attribute-6 .description {
    font-size: 0.85em;
    text-align: right;
    padding-right: 15px;
    color: #989898;
    font-family: serif, sans-serif;
}
.node-wp-product .group-item-info .add-to-cart .attribute label,
.node-wp-product .group-item-info .add-to-cart .form-item.form-item-qty label {
    font-family: 'Cormorant Upright', 'Gabriola', times;
    font-size: 24px;
}
/* line 1000, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .form-item.form-item-qty {
    color: #333333;
    margin-right: 12px;
}
.node-wp-product .group-item-info .add-to-cart .form-item.form-item-qty .form-required {
    display: none;
}
.node-wp-product .group-item-info .add-to-cart .form-item.form-item-qty input {
    border: 1px solid #dddddd;
}
/* line 1003, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .form-item-qty>span {
    cursor: pointer;
    display: inline-block;
    width: 15px;
}
/* line 1007, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .form-item-qty>span#uc-quantity-decrease {
    padding-left: 4px;
}
/* line 1010, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .form-item-qty>span#uc-quantity-increase {
    padding-right: 4px;
}
/* line 1014, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .form-item-qty .form-text {
    background: #fafafa;
    border: 0;
    padding: 10px;
    color: #333333;
    text-align: center;
    width: 50px;
}
/* line 1027, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .form-item,
.node-wp-product .group-item-info .add-to-cart .form-actions {
    margin: 0;
}
/* line 1030, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .form-actions {
    position: relative;
}
/* line 1033, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .form-actions .form-submit {
    padding: 8px 16px 4px;
}
/* line 1036, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .form-actions .node-add-to-cart {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Cormorant Upright', 'Gabriola', times;
    font-weight: normal;
}
/* line 1040, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .form-actions .node-add-to-cart:hover,
.node-wp-product .group-item-info .add-to-cart .form-actions .node-add-to-cart:focus {
    background-color: #ffffff;
    border-color: #333333;
}
/* line 1045, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .form-actions .node-add-to-wishlist {
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #999999;
    margin-left: 10px;
}
/* line 1050, ../sass/page.scss */
.node-wp-product .group-item-info .add-to-cart .form-actions .node-add-to-wishlist:hover,
.node-wp-product .group-item-info .add-to-cart .form-actions .node-add-to-wishlist:focus {
    background: #333333;
    color: white;
}
/* line 1071, ../sass/page.scss */
.node-wp-product .group-item-info .group-info {
    font-size: .929em;
    margin-bottom: 30px;
}
/* line 1077, ../sass/page.scss */
.node-wp-product .group-item-info .model,
.node-wp-product .group-item-info .group-cat {
    font-size: .929em;
}
/* line 1081, ../sass/page.scss */
.node-wp-product .group-item-info .model {
    display: block;
    font-weight: 100;
    margin-bottom: 5px;
    margin-right: 0;
}
/* line 1087, ../sass/page.scss */
.node-wp-product .group-item-info .group-cat {
    margin-bottom: 50px;
}
/* line 1089, ../sass/page.scss */
.node-wp-product .group-item-info .group-cat .field {
    margin-bottom: 5px;
}
/* line 1091, ../sass/page.scss */
.node-wp-product .group-item-info .group-cat .field div {
    display: inline-block;
}
/* line 1095, ../sass/page.scss */
.node-wp-product .group-item-info .group-cat .field div+div div+div:before {
    content: ", ";
}
/* line 1111, ../sass/page.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-accordion .ui-accordion-content {
    background: none;
    border: none;
    color: #333333;
    padding: 0;
}
/* line 1119, ../sass/page.scss */
.ui-accordion .ui-accordion-icons {
    border-radius: 0;
    font-weight: 700;
    margin: 0 0 12px;
    padding: 12px 0 0;
    text-align: center;
}
/* line 1126, ../sass/page.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto;
    filter: alpha(opacity=30);
    opacity: .3;
    right: 0;
}
/* line 1133, ../sass/page.scss */
.ui-accordion .field-group-format-wrapper {
    padding-bottom: 30px;
    padding-top: 0;
    height: auto !important;
}
/* line 1137, ../sass/page.scss */
.ui-accordion .field-group-format-wrapper #comments {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
/* line 1141, ../sass/page.scss */
.ui-accordion .field-group-format-wrapper #comments h2.title {
    display: none;
}
/* line 1145, ../sass/page.scss */
.ui-accordion .field-group-format-wrapper #comments .form-actions input {
    font-weight: normal;
}
.node-type-product .field-name-body {
    text-align: center;
    margin-top: 30px;
}
.node-type-product .field-name-body .field-label {
    color: #212121;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Cormorant Upright', 'Gabriola', times;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px;
}
.node-type-product .field-name-body {
    margin-bottom: 20px;
    padding-bottom: 1em;
    width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-size: 22px;
    font-family: 'Cormorant Upright', 'Gabriola', times;
    line-height: 1.2em;
}
.node-type-product .field-name-body address {
    margin-bottom: 0;
    line-height: inherit;
}
.node-type-product .field-name-body table {
    margin-bottom: 20px;
    width: 100%!important;
    border: 1px solid #000;
}
.node-type-product .field-name-body table td {
    padding: 5px;
}
.node-type-product .field-name-body:after {
    position: absolute;
    bottom: 0;
    left: 34%;
    width: 32%;
    border-bottom: 1px solid #000;
    content: "";
}
/* comments */
/* line 1154, ../sass/page.scss */
#comments {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #dddddd;
}
/* line 1158, ../sass/page.scss */
#comments h2 {
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 1em;
}
/* line 1165, ../sass/page.scss */
#comments .text-format-wrapper .form-item {
    width: 100%;
}
/* line 1170, ../sass/page.scss */
.comment {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    padding-left: 100px;
}
/* line 1176, ../sass/page.scss */
.comment h3 {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 10px;
}
/* line 1181, ../sass/page.scss */
.comment .submitted {
    margin-bottom: 15px !important;
    color: #999999;
    font-size: 0.929em;
    position: relative;
}
/* line 1187, ../sass/page.scss */
.comment ul.inline {
    display: block;
    margin-bottom: 0;
    margin-top: 25px;
}
/* line 1192, ../sass/page.scss */
.comment .user-picture {
    max-width: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
/* line 1197, ../sass/page.scss */
.comment .user-picture img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
/* line 1204, ../sass/page.scss */
.indented {
    margin-left: 0;
}
/* line 1208, ../sass/page.scss */
.comment-preview {
    padding-left: 120px;
    padding-right: 20px;
    padding-top: 20px;
    border: 1px solid #dddddd;
}
/* line 1215, ../sass/page.scss */
.comment-preview .user-picture {
    left: 20px;
    top: 20px;
}
/* line 1221, ../sass/page.scss */
.comment-form .form-actions {
    margin-bottom: 30px;
}
/* line 1227, ../sass/page.scss */
.confirmation .form-actions {
    margin-top: 25px;
}
/* line 1229, ../sass/page.scss */
.confirmation .form-actions .form-submit {
    margin-right: 5px;
}
/* Primary */
/* line 1236, ../sass/page.scss */
ul.primary {
    margin: 0 0 30px;
    padding: 0;
    border-bottom-color: #dddddd;
    overflow: hidden;
}
/* line 1241, ../sass/page.scss */
ul.primary li {
    display: block;
    float: left;
}
/* line 1244, ../sass/page.scss */
ul.primary li a {
    border-color: #dddddd;
    padding: 10px 15px;
    display: inline-block;
    border-bottom: none !important;
    background: white;
    color: #333333;
}
/* line 1252, ../sass/page.scss */
ul.primary li.active a {
    border-color: #3598db;
    background: #3598db;
    color: white;
}
/* user-login */
/* line 1268, ../sass/page.scss */
#user-login .form-item>label,
#user-pass .form-item>label,
#user-register-form .form-item>label,
#newsletter-manage-subscriptions-form .form-item>label,
#user-profile-form .form-item>label,
#uc-wishlist-settings-form .form-item>label {
    display: block;
}
/* line 1271, ../sass/page.scss */
#user-login .form-item .description,
#user-pass .form-item .description,
#user-register-form .form-item .description,
#newsletter-manage-subscriptions-form .form-item .description,
#user-profile-form .form-item .description,
#uc-wishlist-settings-form .form-item .description {
    display: none;
}
/* line 1275, ../sass/page.scss */
#user-login .form-actions,
#user-pass .form-actions,
#user-register-form .form-actions,
#newsletter-manage-subscriptions-form .form-actions,
#user-profile-form .form-actions,
#uc-wishlist-settings-form .form-actions {
    margin-bottom: 0;
    margin-top: 20px;
}
/* line 1282, ../sass/page.scss */
.profile h3 {
    border-bottom: none;
}
/* line 1285, ../sass/page.scss */
.profile a {
    color: #3598db;
}
/* line 1288, ../sass/page.scss */
.profile a:hover,
.profile a:focus {
    color: #333333;
}
/* line 1294, ../sass/page.scss */
#newsletter-manage-subscriptions-form {
    margin-bottom: 50px;
}
/* line 1296, ../sass/page.scss */
#newsletter-manage-subscriptions-form #edit-mail {
    margin-bottom: 20px;
}
/* line 1299, ../sass/page.scss */
#newsletter-manage-subscriptions-form #edit-unsubscribe {
    margin-right: 10px;
}
/* line 1302, ../sass/page.scss */
#newsletter-manage-subscriptions-form .form-checkboxes label {
    display: inline-block;
}
/* line 1307, ../sass/page.scss */
#user-profile-form {
    margin-bottom: 50px;
}
/* line 1311, ../sass/page.scss */
#user-profile-form .form-type-checkbox label,
#user-profile-form .form-radios label {
    display: inline-block;
}
/* line 1317, ../sass/page.scss */
#user-profile-form #edit-picture .user-picture {
    float: left;
    margin-right: 20px;
}
/* breadcrumb */
/* line 1331, ../sass/page.scss */
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0 0 25px;
    font-family: 'Cormorant Upright', 'Gabriola', times;
    font-size: 1.6em;
}
.breadcrumb a {
    margin: 0 5px;
}
/* comment-form */
/* line 1344, ../sass/page.scss */
.comment-form .form-type-item label {
    margin-right: 10px;
}
/* line 1349, ../sass/page.scss */
.comment-form .form-item-subject,
.comment-form .form-type-textarea {
    width: 50%;
}
/* line 1351, ../sass/page.scss */
.comment-form .form-item-subject label,
.comment-form .form-type-textarea label {
    display: block;
}
/* line 1356, ../sass/page.scss */
.comment-form .form-item-subject input {
    width: 100%;
}
/* line 1360, ../sass/page.scss */
.comment-form .form-actions .form-submit {
    margin-right: 10px;
}
/* contact */
/* line 1367, ../sass/page.scss */
.page-contact .region-content>.block {
    float: left;
    width: 50%;
}
/* line 1370, ../sass/page.scss */
.page-contact .region-content>.block+.block .block-inner {
    margin-left: 30px;
}
/* line 1373, ../sass/page.scss */
.page-contact .region-content>.block h2 {
    font-family: "ralewaybold";
    font-size: 1em;
    text-transform: uppercase;
}
/* line 1381, ../sass/page.scss */
.contact-form .form-item label {
    display: block;
}
/* line 1384, ../sass/page.scss */
.contact-form .form-item .form-text {
    width: 100%;
}
/* line 1389, ../sass/page.scss */
.contact-form .form-type-checkbox .form-checkbox {
    margin: -3px 5px 0 0;
}
/* line 1392, ../sass/page.scss */
.contact-form .form-type-checkbox label {
    display: inline-block;
}
/* line 1396, ../sass/page.scss */
.contact-form .form-actions {
    margin-bottom: 30px;
}
/* line 1402, ../sass/page.scss */
.node-webform ul.inline {
    clear: both;
}
/* line 1407, ../sass/page.scss */
#gmap {
    margin-top: 30px;
}
/* line 1409, ../sass/page.scss */
#gmap iframe {
    width: 100%;
    display: block;
    border: none;
}
/* line 1417, ../sass/page.scss */
.contact-content-full h3 {
    font-family: "ralewaybold";
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
/* line 1421, ../sass/page.scss */
.contact-content-full h3 .fa {
    margin-right: 10px;
}
/* line 1425, ../sass/page.scss */
.contact-content-full>div {
    margin-top: 50px;
}
/* line 1430, ../sass/page.scss */
.contact-content-full,
.contact-content {
    line-height: 1.8;
}
/* line 1432, ../sass/page.scss */
.contact-content-full address,
.contact-content address {
    line-height: 2.4;
}
/* line 1437, ../sass/page.scss */
.contact-content p {
    margin-bottom: 30px !important;
}
/* line 1441, ../sass/page.scss */
#block-webform-client-block-36 {
    width: 84%;
    margin: 0 auto;
}
.webform-client-form {
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
}
/* line 1446, ../sass/page.scss */
.webform-client-form .form-item,
.webform-client-form .form-actions {
    padding-left: 15px;
    padding-right: 15px;
}
/* line 1450, ../sass/page.scss */
.webform-client-form .form-item {
    float: left;
}
/* line 1452, ../sass/page.scss */
.webform-client-form .form-item label {
    width: 100px;
    display: inline-block;
    font-family: 'Cormorant Upright', 'Gabriola', sans-serif;
    font-size: 22px;
}
.webform-client-form .form-item .form-text {
    display: inline-block;
    width: 70%;
}
.webform-client-form legend {
    border: 0;
}
.webform-client-form .fieldset-legend {
    display: none;
}
.webform-client-form .left-fieldset .fieldset-wrapper {
    margin-top: 36px;
}
.webform-client-form .right-fieldset label {
    width: 100%;
    text-align: center;
}
.webform-client-form textarea {
    height: 246px;
}
.webform-client-form .form-submit {
    float: right;
    padding: 10px 80px;
    color: #000;
    border: 1px solid #000;
    background-color: #ffffff;
}
/* line 1460, ../sass/page.scss */
.wp-get-touch-1,
.wp-get-touch-2 {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* line 1468, ../sass/page.scss */
.wp-get-touch-1 .field-type-text-with-summary,
.wp-get-touch-1 .webform-client-form {
    float: left;
}
/* line 1471, ../sass/page.scss */
.wp-get-touch-1 .field-type-text-with-summary {
    width: 40%;
}
/* line 1473, ../sass/page.scss */
.wp-get-touch-1 .field-type-text-with-summary>div {
    margin-right: 30px;
}
/* line 1477, ../sass/page.scss */
.wp-get-touch-1 .webform-client-form {
    width: 60%;
}
/* line 1479, ../sass/page.scss */
.wp-get-touch-1 .webform-client-form .form-item {
    width: 50%;
}
/* line 1482, ../sass/page.scss */
.wp-get-touch-1 .webform-client-form .webform-component-textarea {
    clear: both;
    float: none;
    width: 100%;
}
/* line 1492, ../sass/page.scss */
.wp-get-touch-2 .field-type-text-with-summary {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
/* line 1498, ../sass/page.scss */
.wp-get-touch-2 .webform-client-form .form-item {
    width: 33.333%;
}
/* line 1501, ../sass/page.scss */
.wp-get-touch-2 .webform-client-form .webform-component-textarea {
    clear: both;
    float: none;
    width: 100%;
}
/* search advance */
/* line 1510, ../sass/page.scss */
.page-search .region-content {
    margin-bottom: 50px;
}
/* line 1513, ../sass/page.scss */
.search-advanced {
    width: 100%;
}
/* line 1515, ../sass/page.scss */
.search-advanced:after,
.search-advanced:before {
    content: " ";
    display: table;
}
/* line 1519, ../sass/page.scss */
.search-advanced:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
/* line 1526, ../sass/page.scss */
.search-advanced .fieldset-wrapper {
    clear: both;
    padding-top: 10px;
}
/* line 1533, ../sass/page.scss */
.search-form .form-item>label {
    padding-right: 8px;
}
/* line 1536, ../sass/page.scss */
.search-form .container-inline {
    margin-bottom: 50px;
}
/* line 1538, ../sass/page.scss */
.search-form .container-inline .form-item {
    margin: 0 10px 0 0;
}
/* line 1541, ../sass/page.scss */
.search-form .container-inline .form-submit {
    padding-bottom: 11px;
    padding-top: 11px;
}
/* line 1549, ../sass/page.scss */
.search-advanced .fieldset-wrapper {
    margin-bottom: 50px;
}
/* line 1552, ../sass/page.scss */
.search-advanced legend {
    margin-bottom: 20px;
    padding: 0 0 15px;
}
/* line 1556, ../sass/page.scss */
.search-advanced .action {
    float: none;
    padding-top: 20px;
}
/* line 1560, ../sass/page.scss */
.search-advanced .criterion {
    margin-right: 30px;
    width: 30%;
}
/* line 1563, ../sass/page.scss */
.search-advanced .criterion+.criterion {
    margin-bottom: 15px;
    margin-right: 0;
    width: 65%;
}
/* line 1568, ../sass/page.scss */
.search-advanced .criterion .form-type-textfield {
    overflow: hidden;
}
/* line 1570, ../sass/page.scss */
.search-advanced .criterion .form-type-textfield label {
    display: block;
}
/* line 1573, ../sass/page.scss */
.search-advanced .criterion .form-type-textfield input {
    width: 100%;
}
/* line 1577, ../sass/page.scss */
.search-advanced .criterion .form-type-checkboxes .form-checkboxes .form-item {
    float: left;
    width: 25%;
}
/* line 1580, ../sass/page.scss */
.search-advanced .criterion .form-type-checkboxes .form-checkboxes .form-item input[type="radio"],
.search-advanced .criterion .form-type-checkboxes .form-checkboxes .form-item input[type="checkbox"] {
    margin: 0;
}
/* search-results */
/* line 1589, ../sass/page.scss */
.search-results {
    padding: 0;
}
/* line 1591, ../sass/page.scss */
.search-results .title {
    margin-bottom: 10px;
    text-transform: none;
}
/* line 1597, ../sass/page.scss */
.search-wrapper {
    margin-right: 80px;
    margin-left: 100px;
}
.search-wrapper .container {
    width: auto;
}
/* line 1610, ../sass/page.scss */
.search-wrapper .container-inline {
    margin: 14px 0 8px;
    position: relative;
    width: 95%;
}
/* line 1615, ../sass/page.scss */
.search-wrapper input {
    background: none;
}
#block-views-exp-collections-page-search .block-inner {
    margin: 18px auto;
    position: relative;
    width: 70%;
}
#block-views-exp-collections-page-search .views-widget-filter-title {
	display: inline-block;
	width: 90%;
}
#block-views-exp-collections-page-search .views-widget-filter-title .views-widget {
	width: 98%;
}
#block-views-exp-collections-page-search .views-exposed-form .views-submit-button {
	display: inline-block;
	width: 10%;
}
#block-views-exp-collections-page-search.fixed {
	position: fixed;
	top: 87px;
}

.search-wrapper .form-text,
#block-views-exp-collections-page-search .form-text {
    color: white;
    width: 100%;
    background-color: #666666;
    font-size: 1.4em;
    padding: 0.2em 0.5em;
}
/* line 1625, ../sass/page.scss */
.search-wrapper .form-submit {
    border: none;
    /* height: 50px; */
    position: absolute;
    right: 0;
    top: 0;
    font-family: FontAwesome;
    color: #9c9c9c;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 2px;
}
#block-views-exp-collections-page-search .form-submit {
    background: url("../img/search.png") no-repeat 0 0;
    height: 20px;
    width: 20px;
    border: 0;
    text-indent: -9999px;
	margin-top: 0.8em;
}
.views-exposed-form .views-exposed-widget {
    display: inline-block;
    margin-right: 0;
    float: left!important;
}
.views-exposed-form .views-exposed-widget .views-widget {
    margin-right: 0!important;
}
#edit-brand-wrapper {
    clear: both;
    border-top: 1px solid #000;
    padding-top: 10px;
    text-align: center;
}
.bef-checkboxes {
    text-align: left;
}
fieldset.collapsible .fieldset-legend {
    padding-left: 18px;
    text-align: left;
}
.views-exposed-form .views-exposed-widget .views-widget,
.views-exposed-form .views-exposed-widget label {
    margin-right: 0!important;
}
.views-exposed-form .views-exposed-widget label {
    font-weight: bold;
    text-align: left;
}
.views-exposed-form .views-exposed-widget label.option {
    font-weight: normal;
    display: inline-block;
}
.views-exposed-form legend {
    font-size: inherit;
}

/* .view-collections .views-exposed-form .views-exposed-widget  */
.views-widget-filter-field_models_tid_i18n,
.views-widget-filter-field_style_tid_i18n,
.views-widget-filter-field_top_tid_i18n,
.views-widget-filter-field_skirt_tid_i18n,
.views-widget-filter-field_clasp_tid_i18n,
.views-widget-filter-field_length_tid_i18n,
.views-widget-filter-field_colour_tid_i18n,
.views-widget-filter-field_jacket_shawl_tid_i18n {
    width: 12.5%;
    padding: 15px 0 0 15px!important;
    position: relative;
    min-height: 210px;
}
@media (max-width: 768px) {
    .views-widget-filter-field_models_tid_i18n,
    .views-widget-filter-field_style_tid_i18n,
    .views-widget-filter-field_top_tid_i18n,
    .views-widget-filter-field_skirt_tid_i18n,
    .views-widget-filter-field_clasp_tid_i18n,
    .views-widget-filter-field_length_tid_i18n,
    .views-widget-filter-field_colour_tid_i18n,
    .views-widget-filter-field_jacket_shawl_tid_i18n {
        width: 50%;
        margin-right: 0;
        min-height: auto;
    }
    #edit-field-style-tid-i18n-wrapper:after {
        width: 0;
    }
    #edit-field-clasp-tid-i18n-wrapper:after {
        width: 0;
    }
}
.views-exposed-form .views-exposed-widget.views-widget-filter-taxonomy_catalog_tid_i18n {
    width: 100%;
}
.search-wrapper .form-submit:hover,
#block-views-exp-collections-page-search .form-submit:hover {
    /* background: none; */
    color: #333333;
}
/* line 1634, ../sass/page.scss */
.search-wrapper.open {
    height: 110px;
}
.search-results li {
    display: inline-block;
    margin: 1em 2em 1em 0;
}
.search-results li h2 {
    font-family: serif, sans-serif;
    font-size: 26px;
}
/* login */
/* line 1639, ../sass/page.scss */
#wp-user-wrapper {
    background: black;
    color: white;
    position: absolute;
    right: 0;
    width: 500px;
    z-index: 3;
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: -moz-transform .2s ease;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
}
/* line 1654, ../sass/page.scss */
#wp-user-wrapper #user-login-form {
    padding: 30px;
}
/* line 1657, ../sass/page.scss */
#wp-user-wrapper #user-login-form .item-list,
#wp-user-wrapper #user-login-form .form-item {
    margin-bottom: 30px;
}
/* line 1660, ../sass/page.scss */
#wp-user-wrapper #user-login-form label {
    color: #999999;
    display: block;
}
/* line 1664, ../sass/page.scss */
#wp-user-wrapper #user-login-form .form-text {
    background: none;
    width: 100%;
}
/* line 1668, ../sass/page.scss */
#wp-user-wrapper #user-login-form .item-list li {
    display: inline;
    margin: 0;
}
/* line 1671, ../sass/page.scss */
#wp-user-wrapper #user-login-form .item-list li+li {
    margin-left: 30px;
}
/* line 1674, ../sass/page.scss */
#wp-user-wrapper #user-login-form .item-list li a {
    color: white;
}
/* line 1676, ../sass/page.scss */
#wp-user-wrapper #user-login-form .item-list li a:hover,
#wp-user-wrapper #user-login-form .item-list li a :focus {
    color: #3598db;
}
/* line 1681, ../sass/page.scss */
#wp-user-wrapper #user-login-form .form-submit {
    background: none;
    border: 1px solid #dddddd;
}
/* line 1684, ../sass/page.scss */
#wp-user-wrapper #user-login-form .form-submit:hover,
#wp-user-wrapper #user-login-form .form-submit:focus {
    background: #3598db;
    border-color: #3598db;
}
/* line 1692, ../sass/page.scss */
#wp-user-wrapper.open {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* wp-404 */
/* line 1701, ../sass/page.scss */
.wp-404 {
    margin: 0 auto 100px;
    text-align: center;
    width: 43%;
}
/* line 1705, ../sass/page.scss */
.wp-404 .wp-404-emotion {
    color: black;
    font-size: 10em;
    filter: alpha(opacity=10);
    opacity: .1;
}
/* line 1711, ../sass/page.scss */
.wp-404 .wp-404-text {
    color: #333333;
    font-family: "roboto_slabbold";
    font-size: 4.286em;
    line-height: 1;
    margin-top: 0 !important;
}
/* line 1718, ../sass/page.scss */
.wp-404 .wp-return-back {
    background: #3598db;
    color: white;
    display: inline-block;
    font-size: .857em;
    font-weight: 700;
    padding: 11px 20px;
    text-transform: uppercase;
}
/* line 1726, ../sass/page.scss */
.wp-404 .wp-return-back:hover,
.wp-404 .wp-return-back:focus {
    background: #333333;
}
/* shopping cart */
/* line 1734, ../sass/page.scss */
.page-cart .content {
    clear: both;
}
/* line 1745, ../sass/page.scss */
#cart-form-pane table,
#cart-pane table,
.order-review-table table,
.view-uc-orders-user table,
.page-user-track .block-system .content table,
#wishlist-form-products table {
    /* border-right: 1px solid #dddddd; */
    width: 100%;
}
.view-uc-orders-user table {
    border-right: none;
}
.view-uc-orders-user tbody,
.view-uc-orders-user tr {
    border-bottom: 1px solid #333333;
}
/* line 1749, ../sass/page.scss */
#cart-form-pane table thead th,
#cart-pane table thead th,
.order-review-table table thead th,
.view-uc-orders-user table thead th,
.page-user-track .block-system .content table thead th,
#wishlist-form-products table thead th {
    background: transparent;
    border-bottom: 1px solid #333333;
    border-bottom: none;
    color: #333333;
    padding: 13px 20px;
}
/* line 1756, ../sass/page.scss */
#cart-form-pane table thead th a,
#cart-pane table thead th a,
.order-review-table table thead th a,
.view-uc-orders-user table thead th a,
.page-user-track .block-system .content table thead th a,
#wishlist-form-products table thead th a {
    color: #333333;
}
/* line 1761, ../sass/page.scss */
#cart-form-pane table tr,
#cart-pane table tr.even,
#cart-pane table tr.odd,
.order-review-table table tr.even,
.order-review-table table tr.odd,
.view-uc-orders-user table tr.even,
.view-uc-orders-user table tr.odd,
.page-user-track .block-system .content table tr.even,
.page-user-track .block-system .content table tr.odd,
#wishlist-form-products table tr.even,
#wishlist-form-products table tr.odd {
    background-color: transparent;
    border-bottom: 1px solid #333333;
    padding: 0;
}
#cart-form-pane table tbody tr:last-child {
    border-bottom: 0;
}
#cart-form-pane table tbody ul li {
    list-style: none;
}
#cart-form-pane .entity-uc-cart-item {
    display: none;
}
#cart-form-pane .cart-info {
    overflow: hidden;
}
#cart-form-pane .cart-info .cooperation {
    float: left;
    position: relative;
}
.cart-info .cooperation a {
    text-decoration: underline;
    display: inline-block;
    position: relative;
    padding: 8px;
}
#cart-form-pane .cart-info .cooperation p {
    width: 320px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.i18n-en #cart-form-pane .cart-info .cooperation p {
    width: 320px;
}
.i18n-de #cart-form-pane .cart-info .cooperation p {
    width: 440px;
}
.i18n-ru #cart-form-pane .cart-info .cooperation p {
    width: 340px;
}
#cart-form-pane .cart-info .cooperation p:nth-child(1):before,
#cart-form-pane .cart-info .cooperation p:nth-child(2):after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 9%;
    height: 1px;
    content: '\a0';
    background-color: #000000;
}
#cart-form-pane .cart-info .cooperation p:nth-child(1):before {
    left: 0;
}
#cart-form-pane .cart-info .cooperation p:nth-child(2):after {
    right: 0;
}
#cart-form-pane .cart-info .cooperation p:nth-child(1):after,
#cart-form-pane .cart-info .cooperation p:nth-child(2):before {
    bottom: 0;
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #000000;
    z-index: 2;
}
#cart-form-pane .cart-info .cooperation p:nth-child(1):after {
    right: 22px;
    border-width: 0 1px 1px 0;
}
#cart-form-pane .cart-info .cooperation p:nth-child(2):before {
    left: 32px;
    border-width: 0 0 1px 1px;
}
#cart-form-pane .cart-info .costs {
    float: right;
    border-top: 1px solid #333333;
    padding-top: 5px;
    margin-bottom: 15px;
}
#cart-form-pane .form-actions a {
    display: none;
}
/* line 1766, ../sass/page.scss */
#cart-form-pane table td,
#cart-pane table td,
.order-review-table table td,
.view-uc-orders-user table td,
.page-user-track .block-system .content table td,
#wishlist-form-products table td {
    border-left: 0;
    padding: 15px 18px;
    vertical-align: middle;
}
.view-uc-orders-user table td {
    border-left: none;
}
.view-uc-orders-user td.active {
    background-color: transparent;
}
/* line 1770, ../sass/page.scss */
#cart-form-pane table td .form-text,
#cart-pane table td .form-text,
.order-review-table table td .form-text,
.view-uc-orders-user table td .form-text,
.page-user-track .block-system .content table td .form-text,
#wishlist-form-products table td .form-text {
    text-align: center;
}
/* line 1774, ../sass/page.scss */
#cart-form-pane table td.subtotal .uc-price {
    font-size: 18px;
    font-family: Tahoma, Geneva, sans-serif;
    margin-left: 1em;
}
#cart-form-pane .desc a {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
/* line 1782, ../sass/page.scss */
#cart-form-pane {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    /* end form */
}
/* line 1786, ../sass/page.scss */
#cart-form-pane #uc-cart-view-form img {
    float: none;
    padding-right: 0;
}
/* line 1792, ../sass/page.scss */
#cart-form-pane .form-actions a {
    margin: 0;
}
/* line 1795, ../sass/page.scss */
#cart-form-pane .form-actions .form-submit {
    margin-left: 15px;
}
/* line 1801, ../sass/page.scss */
#uc-cart-pane-coupon {
    border: none;
    float: left;
    margin: 0 0 50px;
    padding: 0;
    width: 30%;
}
/* line 1807, ../sass/page.scss */
#uc-cart-pane-coupon h3 {
    font-family: "ralewaybold";
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
/* line 1812, ../sass/page.scss */
#uc-cart-pane-coupon #uc-coupon-form {
    margin-left: 30px;
}
/* line 1814, ../sass/page.scss */
#uc-cart-pane-coupon #uc-coupon-form .form-item {
    margin-bottom: 20px;
}
/* line 1816, ../sass/page.scss */
#uc-cart-pane-coupon #uc-coupon-form .form-item label {
    display: block;
}
/* line 1819, ../sass/page.scss */
#uc-cart-pane-coupon #uc-coupon-form .form-item .form-text {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
/* line 1825, ../sass/page.scss */
#uc-cart-pane-coupon #uc-coupon-form .form-submit {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: #333333;
}
/* line 1829, ../sass/page.scss */
#uc-cart-pane-coupon #uc-coupon-form .form-submit:hover,
#uc-cart-pane-coupon #uc-coupon-form .form-submit:focus {
    background-color: #333333;
    border-color: #333333;
    color: white;
}
/* line 1838, ../sass/page.scss */
.not-front #content {
    margin-bottom: 0;
}
/* check out */
/* line 1843, ../sass/page.scss */
.uc-cart-checkout-form {
    margin-bottom: 50px;
    /* end form-wrapper */
    /* end cart-pane */
}
/* line 1845, ../sass/page.scss */
.uc-cart-checkout-form .form-wrapper {
    margin-bottom: 30px;
}
/* line 1847, ../sass/page.scss */
.uc-cart-checkout-form .form-wrapper legend {
    font-family: "ralewaybold";
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
/* line 1854, ../sass/page.scss */
.uc-cart-checkout-form .fieldset-wrapper a {
    color: #3598db;
}
/* line 1856, ../sass/page.scss */
.uc-cart-checkout-form .fieldset-wrapper a:hover,
.uc-cart-checkout-form .fieldset-wrapper a:focus {
    color: #333333;
}
/* line 1862, ../sass/page.scss */
.uc-cart-checkout-form .fieldset-description,
.uc-cart-checkout-form .form-item {
    margin-bottom: 8px;
}
/* line 1866, ../sass/page.scss */
.uc-cart-checkout-form #cart-pane td {
    padding: 12px 20px;
}
/* line 1871, ../sass/page.scss */
.uc-cart-checkout-form .form-item label {
    text-align: left;
}
/* line 1876, ../sass/page.scss */
.uc-cart-checkout-form .form-item .form-text {
    width: 30%;
}
/* line 1880, ../sass/page.scss */
.uc-cart-checkout-form .description {
    padding: 5px 0 0 14.5em;
}
/* line 1883, ../sass/page.scss */
.uc-cart-checkout-form .form-type-checkbox {
    margin-bottom: 20px;
}
/* line 1887, ../sass/page.scss */
.uc-cart-checkout-form .form-actions .form-submit {
    margin-left: 15px;
}
/* line 1893, ../sass/page.scss */
#quote {
    border: none;
    margin-top: 0;
    padding: 0;
}
/* line 1899, ../sass/page.scss */
#payment-details {
    border-top-color: #dddddd;
    margin-top: 2em;
}
/* line 1904, ../sass/page.scss */
.order-review-table {
    border: none;
    font-size: 1em;
    margin-bottom: 50px;
    width: 100%;
}
/* line 1909, ../sass/page.scss */
.order-review-table .pane-title-row {
    background-color: transparent;
    border: none;
    text-align: left;
}
/* line 1915, ../sass/page.scss */
.order-review-table .title-col {
    padding-left: 0;
    text-align: left;
}
/* line 1920, ../sass/page.scss */
.order-review-table .review-button-row {
    background-color: transparent;
    border: none;
}
/* line 1925, ../sass/page.scss */
.order-review-table .pane-title-row td {
    font-family: "ralewaybold";
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
}
/* line 1930, ../sass/page.scss */
.order-review-table td {
    padding: 10px 0;
}
/* line 1933, ../sass/page.scss */
.order-review-table .row-border-top td {
    padding-top: 20px;
}
/* line 1936, ../sass/page.scss */
.order-review-table table {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}
/* line 1944, ../sass/page.scss */
.order-review-table .form-actions .form-submit {
    margin-left: 15px;
}
/* line 1952, ../sass/page.scss */
#panel-fourth .parallax .parallax-bg {
    background: transparent url("../images/parallax-bg.jpg") no-repeat 50% 0 fixed;
}
/* messages */
/* line 1959, ../sass/page.scss */
#messages {
    margin-top: 30px;
}
.messages a {
    text-decoration: underline;
    font-weight: bold;
}
/* faqs */
/* line 1964, ../sass/page.scss */
.faq-question {
    font-weight: 700;
    padding: 5px 0;
}
/* line 1967, ../sass/page.scss */
.faq-question a:before {
    content: "\f128 ";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}
/* line 1973, ../sass/page.scss */
.faq-question.faq-qa-visible .active {
    color: #3598db;
}
/* line 1979, ../sass/page.scss */
.faq-answer {
    padding-bottom: 20px;
    padding-top: 10px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
/* line 1985, ../sass/page.scss */
.panel-group .panel {
    border-radius: 0;
}
/* line 1989, ../sass/page.scss */
.panel-default>.panel-heading {
    background-image: none;
}
/* line 1992, ../sass/page.scss */
.panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    color: #333333;
}
/* line 1997, ../sass/page.scss */
.panel-group .panel-heading {
    border-bottom: 0 none;
}
/* line 2000, ../sass/page.scss */
.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 15px;
}
/* line 2006, ../sass/page.scss */
.panel-title a br {
    display: none;
}
/*  */
/* line 2012, ../sass/page.scss */
.node-product .field-slideshow {
    margin-bottom: 20px;
    overflow: visible;
    z-index: 1;
}
/* line 2017, ../sass/page.scss */
.node-product .item-list {
    margin-left: -1.5em;
}
/* line 2022, ../sass/page.scss */
.filter-help {
    float: none;
    margin-bottom: 20px;
    padding-left: 0;
}
/* line 2028, ../sass/page.scss */
.profile .user-picture {
    float: none;
    margin: 0 0 1em;
}
/* line 2033, ../sass/page.scss */
iframe {
    display: block;
}
/* line 2037, ../sass/page.scss */
html.js fieldset.collapsed {
    height: auto;
}
/* edit-wishlist */
/* line 2043, ../sass/page.scss */
#edit-wishlist,
#wishlist-form-products {
    margin-bottom: 30px;
}
/* panel-seventh */
/* line 2049, ../sass/page.scss */
#panel-seventh h2 {
    font-family: "ralewaybold";
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
/* line 2057, ../sass/page.scss */
.wp-ads {
    list-style: none;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0;
}
/* line 2062, ../sass/page.scss */
.wp-ads li {
    background: #3598db;
    color: white;
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 20px 0 20px 25px;
    width: 20%;
}
/* line 2070, ../sass/page.scss */
.wp-ads li strong {
    display: block;
}
/* line 2073, ../sass/page.scss */
.wp-ads li span {
    font-size: .857em;
    filter: alpha(opacity=50);
    opacity: .5;
}
/* line 2078, ../sass/page.scss */
.wp-ads li .fa {
    float: left;
    font-size: 2.571em;
    margin-right: 10px;
}
/* line 2083, ../sass/page.scss */
.wp-ads li+li {
    background: rgba(26, 188, 156, 0.9);
}
/* line 2085, ../sass/page.scss */
.wp-ads li+li+li {
    background: rgba(26, 188, 156, 0.8);
}
/* line 2087, ../sass/page.scss */
.wp-ads li+li+li+li {
    background: rgba(26, 188, 156, 0.7);
}
/* line 2089, ../sass/page.scss */
.wp-ads li+li+li+li+li {
    background: rgba(26, 188, 156, 0.6);
}
/* page-home3 */
/* line 2100, ../sass/page.scss */
.page-home3 #header {
    box-shadow: none;
}
/* line 2103, ../sass/page.scss */
.page-home3 .navbar-header {
    border-bottom: 3px solid #282828;
    float: none;
    text-align: center;
}
/* line 2108, ../sass/page.scss */
.page-home3 #logo {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
/* line 2114, ../sass/page.scss */
.page-home3 #main-menu-inner {
    border-bottom: 1px solid #dddddd;
    padding-right: 0;
}
/* line 2118, ../sass/page.scss */
.page-home3 .tb-megamenu .nav>li>a {
    padding: 18px 20px 17px;
}
/* partners */
/* line 2125, ../sass/page.scss */
#panel-eighth .block-views {
    border-top: 1px solid #dddddd;
    padding-top: 50px;
}
/* line 2131, ../sass/page.scss */
.partners .views-row {
    float: left;
    margin-left: 0;
    text-align: center;
    width: 20%;
}
/* line 2139, ../sass/page.scss */
.short-intro {
    margin-bottom: 50px;
}
/* line 2141, ../sass/page.scss */
.short-intro p {
    margin: 0;
}
/* line 2143, ../sass/page.scss */
.short-intro p strong {
    font-size: .928em;
    text-transform: uppercase;
}
/* line 2148, ../sass/page.scss */
.short-intro h1 {
    font-family: Roboto Slab, serif;
    font-size: 4.285em;
    text-transform: uppercase;
}
/* line 2156, ../sass/page.scss */
.divider {
    background: #555;
    display: block;
    height: 1px;
    width: 50px;
    margin: 0 auto 20px;
}
/* line 2165, ../sass/page.scss */
#main-menu .container {
    position: relative;
}
/* line 2169, ../sass/page.scss */
#main-menu #block-search-form,
#main-menu .wp-special-button {
    height: 52px;
}
/* line 2172, ../sass/page.scss */
#main-menu .wp-special-button .wp-user {
    line-height: 52px;
}
/* line 2175, ../sass/page.scss */
#main-menu #block-search-form:before {
    margin-top: 15px;
}
#product-node-form .form-textarea {
    height: 100px;
}
.captcha .field-prefix {
    font-family: arial;
    font-size: 16px;
}
.view-header {
    margin-bottom: 2em;
}
/* Kontakt page */
.left-fieldset,
.right-fieldset {
    float: left;
    width: 50%
}
.page-node-1622 .form-item.webform-component-textarea,
.page-node-1623 .form-item.webform-component-textarea,
.page-node-1624 .form-item.webform-component-textarea {
    width: 100%;
}
/* Action Products on Order Thank you screen */
.view-actions {
    background: #fafafa;
    overflow: hidden;
    padding: 1em;
    border-bottom: 1px solid #000;
}
.view-actions .views-row {
    margin-left: 0;
}
.view-actions .view-header {
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.view-actions .views-field {
    display: inline-block;
    vertical-align: top;
}
.view-actions .views-field-uc-product-image {
    vertical-align: top;
    width: 16%;
    float: left;
}
.view-actions .views-field-title {
    float: left;
    width: 84%;
    font-size: 24px;
}
.view-actions .views-field-addtocartlink {
    float: left;
    width: 84%;
    vertical-align: top;
}
.view-actions .views-field-uc-product-image img {
    max-width: 160px;
}
.view-actions .attributes {
    width: 36%;
    float: left;
}
.view-actions .attribute {
    float: left;
    width: 50%;
}
.view-actions .form-item-qty {
    width: 20%;
}
.view-actions .form-item-qty input {
    width: 50px;
}
.view-actions .attribute,
.view-actions .form-item-qty {
    margin-top: 37px;
}
.view-actions .price-wrapper {
    float: left;
    width: 44%;
}
.view-actions .sizes {
    display: none;
}
.view-actions .form-actions {
    float: right;
    margin: 30px 0 0 0;
    width: 40%;
    text-align: center;
}
.old-price {
	text-decoration: line-through;
}
.price-red {
	color: #db0606;
}
.view-actions .old-price {
    float: left;
    margin: 37px 20px 0 0;
}
.view-actions .old-price div {
    border: 1px solid #000;
    padding: 10px;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
}
.view-actions .new-price-wrapper {
    float: left;
    text-align: center;
}
.view-actions .sep {
    height: 20px;
    background: linear-gradient(#000, #000) no-repeat center/1px 100%;
}
.view-actions .new-price-title,
.view-actions .custom-price {
    border: 1px solid #000;
    display: inline-block;
    padding: 10px;
}
.view-actions .custom-price {
    color: #f90f0f;
    font-weight: bold;
}
.view-actions label {
    display: block;
}
.view-actions .form-item {
    cursor: text;
    float: left;
}
.view-actions .form-item input {
    pointer-events: none;
}
.view-actions .form-required {
    display: none;
}
.node-type-product .old-price label {
	display: none;
}
/* .node-type-product .old-price,  */
.node-type-product .new-price-title {
    display:none;
}
@media (max-width: 1024px) {
    .view-actions .views-field-uc-product-image,
    .view-actions .views-field-title,
    .view-actions .views-field-addtocartlink,
    .view-actions .attributes,
    .view-actions .form-item,
    .view-actions .form-item-qty,
    .view-actions .price-wrapper,
    .view-actions .form-actions,
    .view-actions .new-price-wrapper,
    .view-actions .old-price {
        width: 100%;
        float: none;
    }
    .view-actions .views-field-uc-product-image {
        text-align: center;
    }
    .view-actions .attribute,
    .view-actions .form-item-qty {
        margin-top: 0;
    }
    .view-actions .price-wrapper {
        text-align: center;
    }
    .view-actions .old-price {
        margin: 0 auto 20px;
    }
    .view-actions .old-price div {
        display: inline-block;
    }
}
@media (max-width: 992px) {
    .left-fieldset,
    .right-fieldset {
        float: none;
        width: 100%;
    }
    .webform-client-form .form-item .form-text {
        display: inline-block;
        width: 100%;
    }
    .block_three_info {
        margin-top: 3em!important;
    }
    /* .block_three_info h2 {
        display: none!important;
    } */
}
/* CART */
.cart-block-items {
    display: none;
}
.region-cart {
    display: inline-block;
}
.region-cart h2 {
    display: none;
}
.region-cart .cart-block-summary-links {
    display: none;
}
.region-cart .cart-block-summary-total {
    display: none;
}
.region-cart .cart-block-summary tbody {
    border: none;
}
#block-search-form {
    /* display: none; */
}
/* .navbar .middle-col {
    padding: 0;
}
.navbar.fixed .middle-col {
    padding-right: 15px;
    padding-left: 15px;
}
.logo-txt img {
    width: 100%;
    padding-top: 5px;
}
.menu-container {
    position: initial;
}
.navbar-collapse {
    float: left;
} */
.cart-container {
    margin-left: 20px;
    display: inline-block;
}
.row-menu {
    height: 60px;
}
.row-user-cart {
    /* height: 22px; */
	white-space: nowrap;
	font-size: 0.9em;
}
.search-wrapper.open {
    background: #000;
}
/* .collections {
    position: relative;
    overflow: hidden;
}
.collections .kiara {
    width: 41.5%;
}
.collections .traum {
    width: 19%;
}
.collections .elegia {
    width: 19%;
}
.collections .butterfly {
    width: 19%;
}
.collections .nina {
    width: 27%;
}
.collections .queen {
    width: 27%;
}
.collections .pilar {
    width: 44.5%;
}
.collections .row-c {
    float: left;
    width: 100%;
    display: table;
}
.collections .row-c.row1 {
    vertical-align: top;
}
.collections .row-c.row2 {
    margin-top: -80px;
    vertical-align: bottom;
}
.collections .row-c div {
    display: inline-block;
    padding: 10px;
    position: relative;
}
.collections .row-c img {
    width: 100%;
    height: auto;
}
.collections .row1 div {
    vertical-align: top;
}
.collections .row2 div {
    vertical-align: bottom;
} */
.collections h3,
.collections-mob h3 {
    margin-top: 1px;
    margin-bottom: 0;
    display: inline-block;
    font-size: 20px;
    word-wrap: break-word;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: 'Cormorant Upright', 'Gabriola', times;
    font-size: 36px;
	text-shadow: 0px 0 5px #fff, 0px 0 10px #fff, 0px 0 20px #fff, 0px 0 30px #fff;
	color:#000;
}
.cornered-heading:before,
.cornered-heading:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #000000;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.cornered-heading:before {
    top: -15px;
    left: -22px;
    border-width: 2px 0 0 2px;
}
.cornered-heading:after {
    bottom: -15px;
    right: -22px;
    border-width: 0 2px 2px 0;
}
.cornered-heading:before,
.cornered-heading:after {
    width: 30px;
    height: 30px;
    opacity: 1;
}
/* .cornered-heading:hover:before, .cornered-heading:hover:after */
.row-c div:hover .cornered-heading:before,
.row-c div:hover .cornered-heading:after,
.collections-mob .post-image:hover .cornered-heading:before,
.collections-mob .post-image:hover .cornered-heading:after {
    width: 50px;
    height: 50px;
    opacity: 0;
}
.collections-mob {
    display: none;
}
.collections-mob .post-image {
    position: relative;
    margin-bottom: 20px;
}
.collections-mob .post-image a {
    display: inline-block;
}
.collections-mob .post-image img {
    margin: 0 auto;
}
.home .main h1,
.home .main h2, .home .home h2,
.register-page h2 {
    font-family: "ralewaybold", 'Times New Roman', Times, serif;
    font-size: 1.714em;
    position: relative;
    text-align: center;
    margin-top: 70px;
    /* margin-bottom: 30px; */
}
.home .main h1 {
	margin-top: 50px;
	margin-bottom: 0;
}
.register-page h2 {
    margin: 0 0 10px;
}
.home .main h1 span,
.home .main h2 span,
.register-page h2 span {
    padding: 0 40px;
    position: relative;
    z-index: 2;
	line-height: 0.9em;
	display: inline-block;
	text-align: center;
}
.home .main h1,
.home .main h2,
.home h2 {
    /* font-family: 'Edwardian Script ITC', sans-serif;
    font-size: 50px; */
	font-family: 'Cormorant Upright', 'Gabriola', Times;
	font-size: 36px;
	/* text-transform: uppercase; */
	text-align: center;
}
.register-page h2 span {
    background: #ffffff;
    font-family: 'Cormorant Upright', 'Gabriola', times;
    font-size: 32px;
}
/* .home .main h1:after,
.home .main h2:after, */
.register-page h2:after {
    border-top: 1px solid #000000;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.home .dresses {
	margin-top: 2em;
}
.home .dresses .views-row {
	margin-left: 0;
}
#header {
    padding: 14px 0;
}
#header.fixed {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    padding: 0;
    opacity: 0.8;
}
.cart-container .wp-special-button {
    background: url(../images/cart.png) no-repeat;
    background-size: contain;
    height: 16px;
    width: 16px;
}
.home-top-image {
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    margin-top: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
}
.home-top-image.mobile {
	display: none;
}
#block-block-15,
#block-block-16 {
    border-bottom: 1px solid #000000;
    /* border-right: 1px solid #000000; */
    margin-bottom: 35px;
    padding: 0 0.5em 0 0;
}
#block-block-15 {
    margin-bottom: 0;
}
#block-block-15,
#block-block-16 {
    font-family: 'Cormorant Upright', 'Gabriola', sans-serif;
    font-size: 22px;
}
#block-block-15 {
    margin-top: 0;
}
#block-block-16 {
    margin-top: 35px;
    margin-bottom: 0;
}
.page-node-150 .field-name-body,
.page-node-156 .field-name-body,
.page-node-157 .field-name-body {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    padding: 20px 0 0 20px;
    font-size: 22px;
    font-family: 'Cormorant Upright', 'Gabriola', times;
}
.page-node-150 #main,
.page-node-156 #main,
.page-node-157 #main {
    padding-top: 0;
}
.targetarea {
    cursor: all-scroll;
}
.thumbs img {
    cursor: pointer;
    margin-bottom: 5px;
    max-width: 80px;
    float: right;
}
.group-item-info .accordion-item a {
    color: #212121;
    text-decoration: none;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Cormorant Upright', 'Gabriola', times;
    font-weight: normal;
}
.group-item-info .ui-widget {
    font-family: serif, sans-serif;
}
.group-item-info .ui-accordion-header-icon {
    display: none;
}
.group-item-info .price-wrapper {
	margin-top: 30px;
}
.group-item-info .custom-price {
    float: none;
    text-align: center;
    font-family: Calibri, sans-serif;
    font-size: 25px;
    margin: 0 0 5px;
}
.group-item-info .add-to-cart form {
    text-align: center;
}
#breadcrumb .field-name-taxonomy-catalog {
    display: inline-block;
}
.page-node-1795 .main-title {
    display: none;
}
.login-container {
    width: 100%;
    margin: 3em 0;
    border-right: 1px solid #000000;
}
#user-login-form {
    width: 70%;
}
#user-login-form label {
    display: block;
}
#user-login-form input {
    width: 100%;
}
#user-login-form input.form-submit {
    width: 200px;
}
#user-login-form .form-actions {
    text-align: center;
}
#user-login-form .item-list li {
    list-style-type: none;
    margin: 0;
    text-align: right;
}
#user-login-form .item-list li.first {
    display: none;
}
#user-register-form .form-item-name .description,
#user-register-form .form-item-mail .description {
    display: none;
}
#edit-legal legend {
    display: none;
}
#user-register-form #edit-legal label {
    display: inline-block;
}
#user-register-form #edit-legal a {
    color: #428bca;
}
.login-desc p {
    padding-left: 10px;
    padding-bottom: 10px;
    font-family: 'Cormorant Upright', 'Gabriola', times;
    font-size: 22px;
}
.login-desc .bordered {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
}
.login-remark p {
    background: #efefef;
    font-size: 0.9em;
    padding: 5px;
    margin-top: 2em;
}
.reg-remark {
    margin-top: 0.5em;
}
.page-user .tabs.primary {
    display: none;
}
.page-user #block-block-17 {
    float: left;
    width: 30%;
    padding: 0 15px;
}
.page-user #block-system-main {
    float: left;
    width: 70%;
    padding: 0 15px;
}
.page-user ul.user-menu {
    border-right: 1px solid #000;
    padding: 3em 0;
}
.page-user ul.user-menu li {
    list-style-type: none;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}
.page-user ul.user-menu a {
    padding: 10px 40px;
    position: relative;
}
.page-user ul.user-menu .selected a {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
}
.page-user ul.user-menu .selected a:hover {
    color: #ffffff;
    background-color: #333333;
}
.page-user ul.user-menu .selected:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    height: 0.65em;
    border-top: 1px solid #000000;
    z-index: -1;
}
.view-slideshow-account img {
    width: 250px;
}
.view-slideshow-account .views-row {
    margin-left: 0;
}
.view-slideshow-account .views-slideshow-cycle-main-frame {
    width: 100%!important;
}
.view-slideshow-account .views-slideshow-cycle-main-frame-row {
    left: inherit!important;
    right: 0px;
}
.view-uc-orders-user .views-field-order-id-1 a {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
    padding: 5px 7px;
}
.view-uc-orders-user .views-field-order-id-1 a:hover {
    color: #ffffff;
    background-color: #333333;
}
td.remove {
    text-align: center;
}
td.remove input[type="submit"] {
    background-image: url(../images/remove.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 20px;
    width: 20px;
    border: none;
    font-size: 0;
    padding: 0;
}
td.remove input[type="submit"]:hover {
    background-color: inherit;
}
.page-cart-checkout-complete .congrat {
    text-align: center;
    margin: 2em auto 5em;
    max-width: 60%;
    font-size: 22px;
}
.available {
    font-size: 20px;
    margin: 30px 0 40px;
}
.login-to-see {
    margin: 50px 0 100px;
    font-family: 'Cormorant Upright', 'Gabriola', times;
    font-size: 24px;
}
#order-pane-ship_to,
#order-pane-bill_to,
#order-pane-payment {
    display: none;
}
.uc-order-comments td,
.uc-order-comments th {
    padding: 8px;
}
.order-pane-table {
    width: 100%;
}
.order-pane-table th.price,
.order-pane-table th.qty,
.order-pane-table th.total,
.order-pane-table td.price,
.order-pane-table td.qty,
.order-pane-table td.total {
    text-align: right;
}
.order-pane-table td.image {
    width: 20%;
}
.order-pane-table td.product {
    width: 40%;
    font-family: Calibri, times;
    font-size: 22px;
}
.order-pane-table td.product .item-list {
    font-size: 26px;
    font-family: 'Cormorant Upright', 'Gabriola', times;
    margin: 0.5em 0 0 2.5em;
}
.order-pane-table .sku {
    display: none;
    width: 0%;
}
.order-pane-table td.price,
.order-pane-table td.qty,
.order-pane-table td.total {
    width: 13%;
}
#quotes-pane input[type="submit"] {
    display: none;
}
.order-pane-table .product-description {
    font-size: .8em;
}
.order-pane-table .product-description li {
    margin: 0;
    list-style-type: none;
    line-height: 1.2em;
}
#order-pane-order_comments {
    display: none;
}
/* Hide subtotal */
#order-pane-line_items tr:nth-child(1) {
    display: none;
}
/* Hide delivery price */
#order-pane-line_items tr:nth-child(2) .li-amount {
    display: none;
}
.field-name-field-custom-order-num .field-item {
    font-weight: bold;
}
a.download {
    display: inline-block;
    width: 70%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 15px 0 10px 15px;
}
a.download span {
    background: #fff;
    padding: 0 10px;
}
.page-search-collections .views-field-uc-product-image img {
    width: 100%;
}
.front-text {
	font-family: 'Cormorant Upright', 'Gabriola',Arial,Tahoma,Verdana,sans-serif;
	text-align: center;
	margin: 1em auto;
	font-size: 22px;
    /* font-weight: 500; */
    line-height: 1.2;
}
.home_text_wrapper {
	width: 47%;
    float: right;
    padding: 0;
    box-sizing: border-box;
    border-left: 1px solid #000;
    height: 30px;
	margin-bottom: -6px;
}
.home_text_wrapper.top {
	margin-top: -10px;
}
.home_text_wrapper.bottom {
	margin-top: -7px;
}
.block_one_razdel.margin_top_0 {
	margin-top: 0;
}
.downloads div {
	margin: 0.4em 0;
}
.product_video iframe {
    width:100%!important;
}

@media (max-width: 768px) {
	.home-top-image {
		display: none;
	}
	.home-top-image.mobile {
		display: block;
	}
    .login-container {
        border-right: none;
    }
    #user-login-form {
        width: 100%;
    }
    .login-col img {
        display: none;
    }
    #user-register-form input {
        width: 100%;
    }
    #user-register-form #edit-legal input,
    #user-register-form #edit-legal label {
        width: inherit;
        display: inline;
    }
    .page-user #block-block-17 {
        float: none;
        width: 100%;
    }
    .page-user #block-system-main {
        float: none;
        width: 100%;
        padding: 0;
    }
    .page-user ul.user-menu {
        border-right: none;
        padding: 0;
    }
    .page-user ul.user-menu a {
        background-color: #f3f3f3;
    }
    .page-user ul.user-menu .selected a {
        background-color: #ffffff;
        border: none;
    }
    .page-user ul.user-menu .selected:after {
        border-top: none;
    }
    #user-profile-form .form-text {
        width: 100%;
    }
    #user-profile-form .confirm-parent,
    #user-profile-form .password-parent {
        width: 100%;
    }
    .view-slideshow-account {
        display: none;
    }
    .view-uc-orders-user table thead th,
    .view-uc-orders-user table td {
        padding: 3px;
    }
    .view-uc-orders-user table thead th {
        font-size: 14px;
    }
    .view-uc-orders-user .views-field-order-id-1 a {
        border: none;
        padding: 0;
        text-decoration: underline;
    }
    .page-user-orders .main .container {
        padding: 0;
    }
    .order-pane-table th,
    .order-pane-table td {
        padding: 3px;
    }
    .order-pane-table tr {
        padding: 0;
    }
    .order-pane-table td.product .item-list {
        margin: 0.5em 0 0 0;
    }
    .node-type-product .field-name-body {
        width: 100%;
    }
    .password-strength,
    div.password-confirm {
        float: none;
        margin: 0.5em 0;
    }
    #change-pwd-page-form {
        margin-bottom: 3em;
    }
    #change-pwd-page-form .form-item label {
        display: block;
    }
    #change-pwd-page-form .form-item .form-text,
    #change-pwd-page-form .form-submit,
    div.form-item div.password-suggestions,
    .confirm-parent,
    .password-parent {
        width: 100%;
    }
	.front-text {
		/* text-align: justify; */
		margin: 1em auto;
		font-size: 20px;
	}
}