/*
    hide all login/registration
*/


/* hides also cuppon form on checkout page*/

.woocommerce-info {
    display: none;
}


/* hides checkbox(create account) from guest checkout page */

.woocommerce-checkout .create-account {
    display: none;
}

body {
    margin: 90px 0 0 0;
    background: #fff;
    font-family: 'rawline', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6e70;
}

.desctop {
    display: block;
}

.mobile-only {
    display: none;
}

a {
    text-decoration: none;
    color:#00a4e3;
}

a:focus {
    outline: none;
}

a:hover {
    color:#007dc3;
}

.fw {
    width: 100%
}

.center-block {
    margin: 0 auto;
}

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

.container {
    width: 1140px;
}

.container-fw {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.responsive-image {
    width: 100%;
    height: auto;
    display: block;
}

.responsive-image-custom {
    margin: 0 auto;
    display: block;
    height: 175px;
}

.col5 {
    width: 50%;
}


/* Header */

.main-header {
    background: #fff;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.main-header .container {
    padding: 16px 0 0 0;
}

#main-menu-widget {
    padding-top: 23px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
}

#main-menu-widget li {
    display: block;
    float: left;
    margin: 0 24px 0 0;
    letter-spacing: 0.1px;
}

#main-menu-widget li a {
    color: #6d6e71;
}

#main-menu-widget li a.active {
    color: #00a4e3;
}

#main-menu-widget li a:hover {
    color: #191919;
}

.cart-widget {
    padding-top: 18px;
}

.cart-widget #items-count {
    display: block;
    width: 20px;
    height: 22px;
    background-image: url("../images/cart.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 11px;
    line-height: 28px;
    color: #6d6e70;
}

.cart-widget #items-count.active {
    background-image: url("../images/cart_blue.png");
    color: #00a4e3;
}


/* Homepage */

.parallax {
    /* The image used */
    background-image: url("../images/swed_building_900x2000_b.jpg");
    /* Full height */
/*    height: 100%;
    min-height: 530px;*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*background-position: 0 -490px;*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 750px;
}

.slogan-section {
    position: relative;
}

.slogan-section .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.slogan-section .container .slogan {
    width: 470px;
    height: 100%;
    margin: 0 auto;
    display: table;
}

.slogan-section .slogan .slogan-title {
    opacity: 0;
    transition: all 0.5s linear 0.5s;
}

.slogan-section .slogan.active .slogan-title {
    opacity: 1;
}

.slogan-section .slogan .slogan-text p:first-child {
    opacity: 0;
    transition: all 0.5s linear 1s;
}

.slogan-section .slogan.active .slogan-text p:first-child {
    opacity: 1;
}

.slogan-section .slogan .slogan-text p {
    opacity: 0;
    transition: all 0.5s linear 1.5s;
}

.slogan-section .slogan.active .slogan-text p {
    opacity: 1;
}

.slogan-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.slogan-title {
    color: #00a4e3;
    font-size: 42px;
    line-height: 44px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}

.slogan-title.smaller {font-size: 36px;line-height: 42px;}

.slogan-title div {
    display: inline;
    text-transform: uppercase;
    font-size: 79px;
    line-height: 85px;
    font-weight: 500;
}


.text-shadow {
    text-shadow: 2px 2px 6px #191919;
}

.slogan-text {
    font-size: 19px;
    line-height: 27px;
    color: #fff;
}

.slogan-text p {
    margin: 0 0 20px 0;
}

.video-section iframe {
    width: 100%;
    height: auto;
    display: block;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 35%;
}

#welcome-video .video-container {
    padding-bottom: 35%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.must-concept .container {
    padding: 70px 0;
    width: 960px;
}

.must-concept .container .slogan-title {
    padding-top: 0;
    opacity: 0;
    transition: all 0.5s linear 2.5s;
}

.must-concept.active .container .slogan-title {
    opacity: 1;
}

.must-concept .container .col5 {
    font-size: 21px;
    line-height: 36px;
    color: #191919;
    text-align: center;
}

.item-row {
    width: 100%;
}

.item-row.odd {
    background-color: #fff;
}

.item-row.even {
    background-color: #eeefef;
}

.item-row.even .right {
    float: left;
}

.item-row.even .left {
    float: right;
}

.item-row-inner {
    margin: 0 auto;
    padding: 80px 0;
    width: 1140px;
}

.item-row-inner .col5 {
    width: 47.5%;
}

.tabs-wrapper .item-row-inner .col5.left {
    width: 38%;
    text-align: justify;
}

.tabs-wrapper .item-row-inner .col5.right {
    width: 59%;
}



.item-row-inner img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.product {
    color: #707070;
}

#product-list .item-row .product {
    text-align: left;
}

.product-list {
    position: relative;
}

.product-list img {
    /*width: 100%;*/
    height: auto;
    display: block;
    margin: auto;
}

.product-list>img {
    position: absolute;
    top: 87px;
    left: 0;
    z-index: 99999;
    opacity: 0.5;
}

.product .title {
    color: #00a4e3;
    font-size: 29px;
    line-height: 40px;
}

.product .subtitle {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 20px;
}

.product .description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.product .rd-title {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 3px;
}

.product .rd-list {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.product .dimensions-title {
    font-size: 25px;
    line-height: 34px;
}

.product .dimensions-list {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
}

.product .quantity {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 20px;
}

.product .quantity {
    width: 100%;
    /*Show or Hide Product Quantity*/
    /* display: none; */
}

.product .quantity-wrapper,
.product .quantity-info {
    float: left;
}

.product .quantity-wrapper {
    margin-right: 5px;
}

.product .q-digit {
    border: 1px solid #000;
    display: block;
    float: left;
    height: 28px;
    margin-left: 1px;
    width: 16px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#505050+0,000000+100 */
    background: #505050;
    /* Old browsers */
    background: -moz-linear-gradient(top, #505050 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #505050 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #505050 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.product .price {
    color: #00a4e3;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
}

.product .add_to_cart_inline {
    border: 0!important;
    padding: 0!important;
}

.product .woocommerce .woocommerce-Price-amount {
    display: none!important;
}

.welcome-footer .blue-btn,
.woocommerce-page #payment #place_order,
.product .woocommerce .add_to_cart_button,
.product .single_add_to_cart_button {
    background-color: #00a4e3;
    color: #fff;
    border: 1px solid #00a4e3;
    width: 172px;
    border-radius: 3px;
    height: 34px;
    line-height: 32px;
    text-transform: lowercase;
    cursor: pointer;
    font-size: 13px;
    padding: 0;
    text-align: center;
    position: relative;
    font-family: 'rawline', sans-serif;
}



.welcome-footer .blue-btn:hover,
.woocommerce-page #payment #place_order:hover,
.product .woocommerce .add_to_cart_button:hover,
.product .single_add_to_cart_button:hover {
    border: 1px solid #007dc3;
    background-color: #007dc3;
    color: #fff;
}



.product .woocommerce .add_to_cart_button.loading {
    padding-right: 0;
}

.product .woocommerce .add_to_cart_button:after {
    position: absolute;
    right: 20px;
    top: 0px;
}

.product .woocommerce .add_to_cart_button.loading:after {
    top: 1px;
    right: 20px;
}

.carousel-container-title {
    width: 1110px;
    margin: 0 auto;
    padding-top: 30px;
}

.carousel-container-title .subtitle {
    padding-bottom: 44px;
}



.carousel-container {
    width: 1110px;
    margin: 0 auto;
    position: relative;
}

.carousel-container #next,
.carousel-container #prev {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.test {
    color: red;
    font-size: 16px;
}

.carousel-container #prev {
    left: -40px;
    background-image: url(../images/prev-arr.png);
}

.carousel-container #next {
    right: -40px;
    background-image: url(../images/next-arr.png);
}

#slideshow .product-item {
    vertical-align: top;
    height: 235px;
    position: relative !important;
}

#slideshow.show-details .product-item {
    height: 250px;
}

#slideshow .product-item:hover {
    cursor: pointer;

}

#slideshow .product-item:hover .product-title {
    color:#000;
}
.cycle-slideshow {
    width: 100%!important;
}

.row-item .product-title,
#slideshow .product-title {
    white-space: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

#slideshow .product-more {
    text-align: center;
    color: #00a4e3;
    font-size: 13px;
    padding-top: 10px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

#slideshow .product-item.resized .product-more {
    opacity: 1;
    visibility: visible;
}

#slideshow .product-item:hover .product-more {
    color:#007dc3;
}

#slideshow .product-item .arrow-wrapper {
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
}

.row-item .arrow-wrapper .arrow,
#slideshow .product-item .arrow {
    opacity: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 26px solid #999999;
}

.row-item .product-item.active .arrow,
#slideshow .product-item.active .arrow {
    opacity: 1;
}

.tabs-wrapper {
    display: none;
}

.tabs-wrapper.active {
    display: block;
}

.tabs-wrapper .item-row {
    display: none;
}

.tabs-wrapper .item-row {
    background-color: #999999;
}

.tabs-wrapper .item-row.active {
    display: block;
}

.tabs-wrapper .item-row-inner {
    padding: 35px 0;
}

.carousel-item .product-item {
    width: 16.66%;
    float: left;
}

.tabs-wrapper {
    position: relative;
}

.tabs-wrapper #next-tab,
.tabs-wrapper #prev-tab {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.tabs-wrapper .item-row .product .title,
.tabs-wrapper .item-row .product .price,
.tabs-wrapper .item-row .product {
    color: #fff;
}

.tabs-wrapper .product .add_to_cart_button,
.tabs-wrapper .product .single_add_to_cart_button {
    background-color: #999999;
    border: 2px solid #fff;
}

.tabs-wrapper .product .add_to_cart_button:hover,
.tabs-wrapper .product .single_add_to_cart_button:hover {
    background-color: #808285;
    border: 2px solid #fff;
}

.tabs-wrapper .button {
    float: left;
}

.tabs-wrapper .button-link {
    display: block;
    margin-left: 15px;
    text-transform: none;
}

.tabs-wrapper #prev-tab {
    left: 0;
    background-image: url(../images/white-prev-arr.png);
}

.tabs-wrapper #next-tab {
    right: 0;
    background-image: url(../images/white-next-arr.png);
}

.shipment .container {
    padding: 80px 0;
    width: 1110px;
}

.shipment .slogan-title {
    padding: 0 0 10px 0;
}

.shipment .shipment-text {
    line-height: 30px;
}

.main-footer {
    color: #fff;
    font-size: 13px;
    background-color: #6d6e71;
    height: 60px;
}

.main-footer .copyright {
    line-height: 60px;
}
.copyright-text {
    font-size: 10px;
}
.copyright-text a {
    color: inherit;
}

.social-media-footer a {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    /*background-color: #fff;*/
    /*border-radius: 20px;*/
    background-position: center center;
    background-size: cover;
    margin-top: 11px;
    margin-left: 10px;
}

.social-media-footer .mail-btn {
    background-image: url(../images/mail_button.png);
}

.social-media-footer .facebook-btn {
    margin-left: 0;
    background-image: url(../images/facebook_button.png);
}

.social-media-footer .facebook-btn:hover {
   background-image: url(../images/facebook_button_hover.png);
   cursor: pointer;
}

.social-media-footer .mail-btn:hover {
   background-image: url(../images/mail_button_hover.png);
   cursor: pointer;
}

/*#concept,*/
#product-list,
#item-1,
#item-2,
#carausel,
#shipment {
    opacity: 0;
    transition: all 1s linear;
}
/* Hiding the first product for Must October 2019 */
#item-1{
  display: none;
}
/* Nav Bar Hiding the first product for Must October 2019 */
#main-menu-widget li:nth-child(2)  {
  display: none;
}
@media (max-width: 810px) {
  ul.mobile-header-nav li:nth-child(2) {
      display: none;
  }
}

/* Product counter align correctly due to long product title - remove this on November 1st START */

@media (max-width: 810px) {
    .product .quantity-wrapper, .product .quantity-info {
        float: none;
        display: inherit;
    }
}
/* Product counter align correctly due to long product title - remove this on November 1st END */

#concept #video {
    opacity: 0;
    transition: all 1s linear 1s;
}

#concept .a1 {
    opacity: 0;
    transition: all 0.5s linear 1s;
}

#concept .a2 {
    opacity: 0;
    transition: all 0.5s linear 1.7s;
}

#concept .a3 {
    opacity: 0;
    transition: all 0.5s linear 2.4s;
}

#concept .a4 {
    opacity: 0;
    transition: all 0.5s linear 3.1s;
}

#concept.passed .a1 {
    opacity: 1;
}

#concept.passed .a2 {
    opacity: 1;
}

#concept.passed .a3 {
    opacity: 1;
}

#concept.passed .a4 {
    opacity: 1;
}

#concept.passed,
#product-list.passed,
#item-1.passed,
#item-2.passed,
#carausel.passed,
#shipment.passed {
    opacity: 1;
}

#concept.passed #video {
    opacity: 1;
}

#close-tab {
    position: absolute;
    z-index: 99998;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/close.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.product .title:after {
    display: none;
}

.products-list-page {
    background: #fff;
}

.products-list-page .container {
    width: 1190px;
    margin: 0 auto;
}

.products-list-page .row-item .responsive-image {
    max-width: 166px;margin: auto;height: 175px;
}

.product-list-page a.single_add_to_cart_button {
    display: none;
}

.row-item .product-item {
    position: relative;
    float: left;
    width: 18%;
    margin: 0 2% 0 0;
}

.row-item .product-item:hover {
    cursor: pointer;
}

.row-item .product-item:hover .product-title, .row-item .product-item.active {
    color:  #000000;
}

.row-item-info .product,
.row-item-info .product .title {
    color: #fff;
}

.row-item .product-item:last-child {
    margin: 0;
}

.row-additional-info .item {
    float: left;
}

.row-additional-info {
    width: 100%;
    background: #999999;
    color: #fff;
}

.row-item-info {
    margin: 0 auto;
    padding: 80px 0;
    /*width: 954px;*/
    width: 1140px;
}

.row-item .arrow-wrapper {
    width: 100%;
    height: auto;
}

.row-additional-info .row-item-info {
    display: none;
}

.row-additional-info {
    position: relative;
}

.row-additional-info .next-tab,
.row-additional-info .prev-tab {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.row-additional-info .prev-tab {
    left: 0;
    background-image: url(../images/white-prev-arr.png);
}

.row-additional-info .next-tab {
    right: 0;
    background-image: url(../images/white-next-arr.png);
}

.row-additional-info .close-tab {
    display: none;
    position: absolute;
    z-index: 12;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/close.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.row-item-info .left.col5 {
     width: 59%;
}
.row-item-info .right.col5 {
     width: 38%;
     text-align: justify;
}
.row-item-info .col5 .add_to_cart_button,
.row-item-info .col5 .single_add_to_cart_button {
    color: #fff;
    width: 172px;
    border-radius: 3px;
    height: 34px;
    line-height: 32px;
    text-transform: lowercase;
    cursor: pointer;
    font-size: 13px;
    padding: 0;
    text-align: center;
    position: relative;
    background-color: #999999;
    border: 2px solid #fff;
    display: block;
    float: left;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: normal;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .woocommerce .cart .button, .woocommerce-cart .woocommerce .cart input.button {
    font-family: 'rawline', sans-serif;
    font-weight: 400;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    -webkit-font-smoothing: initial;
}
.row-item-info .col5 .add_to_cart_button:hover,
.row-item-info .col5 .single_add_to_cart_button:hover {
    background-color: #808285;
    border: 2px solid #fff;
}

.row-item-info .col5 .single_add_to_cart_button {
    margin-left: 20px;
    display: none;
}

.row-item-info .col5 img {
    max-width: 100%;
}

.row-item-info h4.price span.woocommerce-Price-amount, .row-item-info  .woocommerce a.added_to_cart {
    color: #ffffff;
}

.row-additional-info .close-tab.active {
    display: block;
}

.cart-section {
    width: 100%;
}

.cart-section .container {
    width: 1140px;
    margin: 0 auto;
}

.shop_table {}

.shop_table .quantity {
    float: left;
}

.shop_table .quantity input {
    display: block;
    padding: 0;
    margin: 0;
    width: 41px;
    height: 41px;
    text-align: center;
    border: 1px solid #00a4e3;
    text-indent: 13px;
}

.shop_table .quantity input[min="1"][max="1"] {
    border-color: #ccc;
}

.shop_table .addition-q,
.shop_table .subtract-q {
    display: block;
    float: left;
    width: 30px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.shop_table .addition-q.featured, .shop_table .subtract-q.featured {
    cursor: not-allowed;
    opacity: 0.4;
}
.woocommerce-cart table.cart img {
    width: 80px;
    height: auto;
    display: block;
}

body .woocommerce table.cart a.remove {
    color: #9d9d9d !important;
}

body .woocommerce table.cart a.remove:hover {
    background: #9d9d9d !important;
    color: #ffffff !important;

}

.woocommerce table.shop_table {
    border: 0;
    font-family: 'rawline', Arial, Helvetica, sans-serif;
    color: #6d6e70;
}

.woocommerce table.shop_table thead th {
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}

.woocommerce table.shop_table th {
    border-bottom: 0;
    border-top: 0;
}

.woocommerce table.shop_table td {
    border-top: 0;
    border-bottom: 1px dotted #6d6e70;
    padding: 20px 5px;
}

.woocommerce table.shop_table td.actions {
    border-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .woocommerce .cart .button,
.woocommerce-cart .woocommerce .cart input.button,
.woocommerce a.button {
    background-color: #00a4e3;
    color: #fff;
    border: 1px solid #00a4e3;
    width: 172px;
    border-radius: 3px;
    height: 34px;
    line-height: 32px;
    /*text-transform: lowercase;*/
    cursor: pointer;
    font-size: 13px;
    padding: 0;
    text-align: center;
    position: relative;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .woocommerce .cart .button:hover,
.woocommerce-cart .woocommerce .cart input.button:hover,
.woocommerce a.button:hover {
    border: 1px solid #007dc3;
    background-color: #007dc3;
    color: #fff;
}

.woocommerce p.cart-empty {margin-bottom: 10px;}

.cart-collaterals .cart_totals {
    border-top: 1px dotted #6d6e70;
    font-family: 'rawline', Arial, Helvetica, sans-serif;
}

.cart-collaterals .cart_totals h2 {
    display: none
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.cart-collaterals .cart_totals .shop_table td {
    border: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    padding: 4px 0;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td {
    font-size: 20px;
    line-height: 26px;
    height: 26px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 500;
}

.checkout-section {
    width: 100%;
}

.checkout-section .container {
    width: 1140px;
    margin: 0 auto;
}

.checkout-section .container .col-1,
.checkout-section .container .col-2 {
    width: 100%;
    float: none;
}

.checkout-section .container input {
    font-size: 14px;
    border: 1px solid #ccc;
    line-height: 32px;
    height: 32px;
    padding: 0 8px;
    border-radius: 3px;
}

.checkout-section .container textarea {
    font-size: 14px;
    border: 1px solid #ccc;
    line-height: 32px;
    min-height: 64px;
    padding: 2px 8px;
    border-radius: 3px;
}

.checkout-section .container .woocommerce h3 {
    color: #00a4e3;
    margin: 40px 0 5px 0;
    font-size: 44px;
    line-height: 44px;
}

.woocommerce table.shop_table tfoot th {
    border-top: 0;
    border-bottom: 1px dotted #6d6e70;
}

.woocommerce table.shop_table tr.order-total th {
    font-weight: 600;
}

.woocommerce table.shop_table th {
    padding: 20px 5px;
}

body.welcome-body {
    margin: 0;
}

#guide1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 9999;
}

.welcome-header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.welcome-header .container {
    width: 1040px
}

.welcome-header .logo-wrapper {
    margin: 15px 0 0 0;
}

.main-header .logo-wrapper img {
    width: 124px;
    height: auto;
    display: block;
}

.welcome-header img {
    width: 156px;
    height: auto;
    display: block;
}

.welcome-footer {
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 213px;
}

.welcome-footer .container {
    width: 770px;
    margin: 0 auto;
    padding: 27px 0;
}

.login-form {
    width: 41.2%;
}

.welcome-info {
    width: 42.2%;
}

.welcome-info,
.login-form {
    padding: 0;
}

.welcome-footer .separator {
    margin: 0 auto;
    width: 1px;
    height: 180px;
    background: #00a4e3;
}

.welcome-footer .login-form h3 {
    font-size: 24px;
    padding: 10px 0 15px 0;
    line-height: 30px;
}

.welcome-footer .login-form input {
    font-size: 20px;
    border: 1px solid #ccc;
    line-height: 46px;
    height: 46px;
    width: 100%;
    padding: 0 8px;
    border-radius: 3px;
}

.welcome-footer .login-form input.blue-btn {
    height: 32px;
    font-size: 15px;
    line-height: 26px;
}

.welcome-footer .forgot-pass {
    color: #00a4e3;
    font-size: 14px;
    line-height: 32px;
}

.welcome-footer .field-row {
    padding: 30px 0 0 0;
}

.welcome-footer .forgot-pass:hover {
    color: #007dc3;
}

.welcome-footer .login-form input.blue-btn {
    text-transform: uppercase;
    border: 1px solid #00a4e3;
    width: 78px;
}

.welcome-info h3 {
    font-size: 21px;
    line-height: 21px;
    text-align: center;
    padding: 0 0 3px 0;
    font-weight: bold;
    margin-top: 14px;
}

.welcome-info .welcome-info-text {
    text-align: center;
    font-size: 13.4px;
    line-height: 19px;
}


.welcome-info .contacts-info .right,
.welcome-info .contacts-info .left {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 0 12px 0
}

.welcome-info .small-separator {
    color: #00a4e3;
    width: 10px;
    margin: 0 0 0 44%;
    text-align: center;
    line-height: 12px;
    height: 15px;
    padding: 6px 0;
}

.welcome-info .social-media-footer a {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-top: 0;
}

.welcome-info .social-media-footer {
    text-align: center
}

.welcome-footer .container,
.welcome-info h3 {
    font-family: 'rawline', Arial, Helvetica, sans-serif;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #00a4e3;
}

.woocommerce a.added_to_cart {
    padding-top: 11px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    color: #00a4e3;
    text-decoration: none;
}

.woocommerce a.added_to_cart:hover {
    color: #007dc3;
}

.woocommerce form .form-row .required {
 text-decoration:   none;
 color:inherit;
}

.page-template-default .page-section p {line-height: 30px;}
.page-template-default h2 {
    color: #00a4e3;
    font-size: 42px;
    line-height: 44px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}
p.woocommerce-thankyou-order-received,
.checkout-section .woocommerce h2 {
    color: #00a4e3;
    font-size: 30px;
    line-height: 35px;
    padding: 40px 0 10px;
}
.products-list-page h2.slogan-title {
    color: #00a4e3;
    font-size: 35px;
    line-height: 35px;
    padding: 20px 0 30px;
    text-transform: none;
    text-align: center;
    font-weight: 500;
}
.woocommerce a.added_to_cart {display: none;}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {color: inherit;font-size: 18px;}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {position: relative;top:-10px;}

.page-id-165 .header-widget-wrapper, .page-id-165 .mobile-menu-toggle, .page-id-165 .cart-widget {display: none;}


/*@media (max-height: 850px) {
    #welcome-video .video-container {
        padding-bottom: 39%;
    }
}

@media (max-height: 810px) {
    #welcome-video .video-container {
        padding-bottom: 33%;
    }
}

@media (max-height: 720px) {
    #welcome-video .video-container {
        padding-bottom: 25%;
    }
}*/
