/*
 * Theme Name: Surf House
 * Author: Mozi - Guy Ytzhak
 * Author URI: http://mozinteractive.co.il/
 * Version: 1.0
 * Text Domain: scratch
 */

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
    font-size: 2.2em;
}

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

a {
    text-decoration: none;
}

img,
iframe {
    max-width: 100%;
    width: auto;
    height: auto;
}

@media screen and (min-width: 992px) {
    #main {
        min-height: 100vh;
    }
}

/* Logo */
.logo {
    position: absolute;
    z-index: 1;
    top: 15px;
    max-width: 225px;
    width: 25%;
    right: 30px;
}
@media all and (min-width: 1800px) {
    .logo {
        right: 100px;
    }
}

/*
.home.admin-bar .logo {
    top: 47px;
}*/

@media all and (max-width: 991px) {
    .logo {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 50%;
        right: auto;
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        height: 50px;
        padding: 3px 0;
        width: auto;
        text-align: center;
    }
    .logo img {
        display: inline-block;
        width: auto;
        height: 100%;
    }
}

.page-template-home .logo {
    right: 45px;
}

@media all and (max-width: 782px) {
    
    .home.admin-bar .logo {
        top: 61px;
    }
    
}


/* Loader */
.s-h-loader-parent {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
}

.s-h-loader {
    height: 60px;
    text-align: center;
    font-size: 10px;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
}

.s-h-loader > div {
    background-color: white;
    height: 100%;
    width: 6px;
    margin-left: 4px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.s-h-loader .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.s-h-loader .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.s-h-loader .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.s-h-loader .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

/* onsale */
span.onsale {
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/

.woocommerce span.onsale {
    top: 29px;
    right: -32px;
}

.product_image {
    background: #f3f3f3;
}

.woocommerce ul.products li {
    text-align: center;
}

.woocommerce ul.products li.product
.woocommerce-loop-product__title,
.woocommerce ul.products li.product-2
.woocommerce-loop-product__title {
    font-family: 'PauzaBook';
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1em;
}

@media all and (max-width: 550px) {
    .woocommerce ul.products li.product
    .woocommerce-loop-product__title,
    .woocommerce ul.products li.product-2
    .woocommerce-loop-product__title {
        font-size: 0.85em;
        margin: 0.6em 0;
    }
    
    .woocommerce.archive ul.products li.tile > a .price {
        font-size: 0.9em;
    }
}

.woocommerce ul.products li.product .price {
    color: black;
    display: block;
    margin-bottom: 0;
    font-size: inherit;
}

.woocommerce ul.products li.product a img {
    width: auto;
    max-height: 490px;
    margin: 0 auto;
}



/*--------------------------------------------------------------
# Woocommerce Archive
--------------------------------------------------------------*/
.woocommerce.archive .cat-term-children > li.active a {
    border-bottom: 2px solid black;
}

.woocommerce ul.products li.product .outofstock-label,
.woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product-2 .outofstock-label,
.woocommerce ul.products li.product-2 .onsale {
    right: -17px;
    top: 44px;
}

.woocommerce.archive ul.products li {
    text-align: center;
    margin-bottom: 15px;
}

.woocommerce.archive ul.products li > a img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.woocommerce.archive .woo-cat-header {
    margin-bottom: 15px;
}

.woocommerce.archive  .cat-term-children {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.woocommerce.archive  .cat-term-children li {
    float: none;
    display: inline-block;
}

/*--------------------------------------------------------------
# Woocommerce Single Product
--------------------------------------------------------------*/
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__image {
    overflow: inherit;
    display: block;
    width: 100%;
}

.woocommerce.single-product div.product div.images .slider-nav .item {
    width: 33.333%;
    display: inline-block;
    float: right;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
    background: #f3f3f3;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    margin: 0 auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.woocommerce.single-product div.product div.images .slider-nav .item, .woocommerce.single-product div.product div.images .slider-for .item {
    padding: 20px;
}

.woocommerce.single-product div.product div.images .slider-for .item {
    text-align: center;
}

.item:focus {
    outline: 0 !important;
}

.woocommerce.single-product div.product div.images .slider-for .item img{
    display: inline-block;
    vertical-align: middle;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 100%;
    display: block;
}

.woocommerce.single-product div.product div.images .slider-for .slick-next {
    left: 30px;
}

.woocommerce.single-product div.product div.images .slider-for .slick-prev {
    right: 30px;
}

.woocommerce.single-product div.product div.images .slider-for .slick-prev, .woocommerce.single-product div.product div.images .slider-for .slick-next {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: #ffc000;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 9;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0;
    border: 0;
}

/*.woocommerce.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(1) img {
    position: relative;
    margin: 10px auto 10px auto;
    max-width: 100%;
    width: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    float: none;
    width: 29.4%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img {
    max-width: 100%;
    width: auto;
    min-width: auto;
    margin: 10px auto;
    position: static;
    top: auto;
    transform: none;
}*/

.product-thumbnail-nav {
    display: none;
}

.woocommerce.single-product .product form.cart .button:hover,
.woocommerce.single-product .product form.cart .button:focus {
    background-color: black;
}

@media screen and (min-width: 992px) {
    .woocommerce.single-product .product form.cart div.quantity input {
        padding: 0 12px 4.2px 2px;
    }

    .woocommerce.single-product .product form.cart .button {
        padding: 8.1px 60px;
        margin: 35px 10px 0 0;
    }

    .product-thumbnail-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: block;
        z-index: 99;
    }

    .product-thumbnail-nav > button {
        width: 34px;
        height: 34px;
        line-height: 27px;
        color: white;
        background-color: #ffc000;
        border-radius: 50%;
        text-align: center;
    }

    .product-thumbnail-nav > button:disabled {
        background-color: #eee;
    }

    .product-thumbnail-nav > button:first-of-type {
        margin-right: -15px;
    }

    .product-thumbnail-nav > button:first-of-type i {
        margin-left: 5px;
    }

    .product-thumbnail-nav > button:last-of-type {
        float: left;
        margin-left: -15px;
    }

    .product-thumbnail-nav > button:last-of-type i {
        margin-right: 5px;
    }

    .woocommerce.single-product #content .summary {
        padding-left: 0;
    }
}



body.single-post #main > .container-fluid {
	padding-left: 120px;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/

.woocommerce-cart ul.products li.product .onsale {
    top: 28px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 1.15em;
    padding: .618em 1em;
}

.woocommerce-cart table.cart img {

}

.woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount.amount {
    font-size: .925em !important;
}

.woocommerce-cart-form__cart-item .product-price  .woocommerce-Price-amount.amount > .amount-txt {
    display: none;
}

.woocommerce a.remove {
    font-size: 0.5em;
}

.woocommerce-cart .product-remove img {
    box-shadow: none !important;
    border: 0 !important;
    max-width: 25px;
}

@media screen and (min-width: 992px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 28%;
    }

    .woocommerce-cart .product-subtotal {
        text-align: left;
    }

    .woocommerce-cart  .woocommerce table.shop_table .qty {
        height: 40px;
        padding-bottom: 9px;
    }

    .woocommerce-cart .shop_table .amount-txt {
        float: none;
    }

    .woocommerce-cart td .amount {
        font-size: 1.25em;
    }
}


/*--------------------------------------------------------------
   # Checkout
   --------------------------------------------------------------*/
.woocommerce-checkout .col2-set .col-1 {
    float: right !important;
}


.woocommerce-checkout .col2-set .col-2 {
    float: left !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 48%;
}

.woocommerce-checkout form .form-row {
    margin: 0 0 25px;
}

.woocommerce-checkout form .form-row label {
    line-height: 1;
    margin-bottom: 0;
    font-size: .9em;
    font-weight: 400;
}
.woocommerce-checkout form .select2-container--default .select2-selection--single,
.woocommerce-checkout form .form-row .select2-container,
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row select {
    border: 0;
    border-bottom: 1px solid black;
    height: 25px;
}

.woocommerce-checkout form .select2-container--default .select2-selection--single {
    height: 30px;
    border-radius: 0;
}

.woocommerce-checkout form .form-row input.input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: transparent;
}
.woocommerce-checkout form .form-row input.input-text::-moz-placeholder {/*  Firefox 19+ */
    color: transparent;
}
.woocommerce-checkout form .form-row input.input-text:-ms-input-placeholder { /*  IE 10+ */
    color: transparent;
}
.woocommerce-checkout form .form-row input.input-text:-moz-placeholder { /* Firefox 18- */
    color: transparent;
}

.woocommerce-checkout form .form-row #billing_address_2::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #eee;
}

.woocommerce-checkout form .form-row .input-text,
.woocommerce-checkout form .form-row .input-text,
.woocommerce-checkout form .form-row.woocommerce-validated .select2-container,
.woocommerce-checkout form .form-row.woocommerce-validated input.input-text,
.woocommerce-checkout form .form-row.woocommerce-validated select {
    border: 0;
    border-bottom: 1px solid black;
}

.woocommerce-checkout table.shop_table tr:last-child td,
.woocommerce-checkout table.shop_table tr:first-child td {
    border-top: 1px solid rgba(0,0,0,.1);
}

/*--------------------------------------------------------------
# Shopping Cart
--------------------------------------------------------------*/
.site-header-cart {
    background-color: white;
    padding: 10px !important;
    border: 2px solid #333333;
    position: absolute;
    top: 80px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 400px;
}

/*.site-header-cart::before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border: 23px solid;
    border-color: transparent transparent #333333 transparent;
    z-index: 99;
    top: 0;
    left: -1px;
    transform: translateY(-99.9999%);
}*/

#site-header-cart {

}

.site-header-cart a {
    color: #333333 !important;
}

#nav-wrap ul.main-menu > li.icon-cart .site-header-cart {
    margin-right: 0;
    margin-left: -69px;
    width: 340px;
}

#nav-wrap ul.main-menu > li.icon-cart .site-header-cart li a {
    width: auto;
    text-align: right;
}

#nav-wrap ul.main-menu > li.icon-cart .site-header-cart li a img {
    margin: 0 0 0 15px;
    padding: 0;
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
}

#nav-wrap ul.main-menu > li.icon-cart .site-header-cart li a.remove {
    display: block;
    float: none;
    width: 40px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    font-size: 32px;
}

#nav-wrap ul.main-menu > li.icon-cart .site-header-cart li {
    padding: 0;
    text-align: right;
}

#nav-wrap ul.main-menu > li.icon-cart:hover .site-header-cart {
    top: 44px;
    opacity: 1;
    visibility: visible;
    display: block;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border: 0;
    padding: 10px 0;
}

#nav-wrap ul.main-menu > li.icon-cart .site-header-cart li p {
    text-align: center;
}

#nav-wrap ul.main-menu > li.icon-cart .site-header-cart li p a {
    line-height: 0.9;
    padding: 0 10px 4px !important;
    margin: 10px 0 5px;
}

#nav-wrap ul.main-menu > li.icon-cart .site-header-cart .product_list_widget li {
    border: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

#nav-wrap ul.main-menu > li.icon-cart > span {
    position: absolute;
    top: -7px;
    line-height: 1;
    left: 60%;
    transform: translateX(-50%);
    font-size: .6em;
    color: white;
}



body.kite #nav-wrap ul.main-menu > li.icon-cart > span,
body.surf #nav-wrap ul.main-menu > li.icon-cart > span,
body.sup #nav-wrap ul.main-menu > li.icon-cart > span {
    color: black;
}

a.navbar-cart svg {
    width: 40px;
    height: 40px;
}

a.navbar-cart circle, a.navbar-cart .cls-1 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.navbar-cart circle {
    fill: #000;
}
a.navbar-cart .cls-1 {
    fill:none;
    stroke: #000;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 1.27px;
}

.woocommerce.widget_shopping_cart p {
    margin-bottom: 0;
}

.woocommerce.widget_shopping_cart p a:hover,
.woocommerce.widget_shopping_cart p a:focus {

}

.woocommerce.widget_shopping_cart .mini_cart_item {
    border-bottom: 1px solid black;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 100px;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
    font-size: 54px;
    font-weight: 100;
}

.woocommerce.widget_shopping_cart .buttons a {
    display: inline-block !important;
    background-color: white;
    border-radius: 0;
}

.woocommerce.widget_shopping_cart .buttons a:first-child {
    border-left: 1px solid black;
    padding-left: 5px !important;
}

@media screen and (min-width: 992px) {
    .woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
        padding: .6em 1em .6em .6em;
        font-size: 0.9em;
    }

    .woocommerce.widget_shopping_cart .cart_list li a.remove {
        left: -18px;
        right: auto;
        top: 15px;
    }

    .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
        float: right;
    }

    #nav-wrap ul.main-menu > li.iconic a {
        padding-right: 0px;
        width: 40px;
        text-align: center;
    }
    
    #nav-wrap ul.main-menu > li.iconic.icon-cart a {
        padding: 0;
        text-align: center;
    }
}

#nav-wrap ul.main-menu > li.iconic a {
    line-height: 36px;
}
#nav-wrap ul.main-menu > li.iconic a img {
    display: inline-block;
    vertical-align: middle;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
#portfolio .tile {
    display: inline-block;
    padding: 25px;
}

#portfolio .content p {
    font-size: inherit;
}

#portfolio .tile > div:first-child {
    position: relative;
}

#portfolio .tile > div:first-child > img + span {
    position: absolute;
    top: 20px;
    right: -10px;
    background-color: red;
    padding: 2px 8px 7px 20px;
    font-size: .8em;
    color: white;
    line-height: 1;
}

/*--------------------------------------------------------------
# Template Contact
--------------------------------------------------------------*/

.page-template-page-contact .wpcf7 .form-group {
    margin-bottom: 30px;
}

.page-template-page-contact .wpcf7 .form-control {
    font-size: 1.3em;
    margin-bottom: 0;
}

.page-template-page-contact .wpcf7 .btn {
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    .page-template-page-contact .wpcf7 .btn {
        max-width: 400px;
        float: left;
    }
}

/*--------------------------------------------------------------
# Template Reseller
--------------------------------------------------------------*/
/* Map */
.page-template-resellers #mapView {
    height: calc(100vh - 40px);
    width: 100%
}

/* Info Box */
.info-box {
    font-family: 'Mandatory29';
    position: relative;
    background: white;
}

.info-box::before {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border: 23px solid;
    border-color: transparent transparent transparent black;
    z-index: 99;
    top: 50%;
    right: 0;
    transform: translateY(-80%) translateX(95%);
}

.info-box .thumbnail {
    margin-bottom: 0;
    border: 2px solid black;
    border-radius: 0;
}

.info-box h3 {
    font-size: 2.5em;
    margin: 0;
    margin-bottom: 5px;
    display: inline-block;
    font-family: 'PauzaBook';
}

.info-box .caption p {
    font-size: 1.8em;
    font-weight: 200;
    font-family: 'PauzaBook';
    line-height: 1.2;
}

.info-box .closeInfo {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    float: left;
}

/* Page Header */
.page-template-resellers .page-header {
    position: absolute;
    z-index: 1;
}

/*--------------------------------------------------------------
# Template School
--------------------------------------------------------------*/

.course-includes li > span {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid black;
    margin-left: 8px;
    font-size: 13px;
}

.course-includes li > span::before {
    margin-right: 2px;
}

.page-template-page-school .call-to-action .panel-heading {
    border-bottom: 0;
}

.page-template-page-school .call-to-action .col-sm-4 .panel-body > p {
    margin-bottom: 25px;
}

.page-template-page-school .panel.panel-default .panel-heading * {
    font-size: 1.3em;
    font-weight: 900;
}

.page-template-page-school .wpcf7-form .form-group {
    margin-bottom: 25px;
}


.page-template-page-school .wpcf7-form-control-wrap .form-control {
    height: 40px;
    font-size: 1.1em;
}

.page-template-page-school .call-to-action .wpcf7 .btn {
    margin-top: 0;
}

.page-template-page-school .call-to-action .wpcf7 form > div:last-child {
    margin-bottom: 0;
}

/* Section Purchase Lessons */

.purchase-lessons > h2 {
    margin-bottom: 25px;
}

.purchase-lessons a {
    text-decoration: none;
}

.purchase-lessons .thumbnail {
    padding: 0;
    border-radius: 1px;
    border: 0;
}

.purchase-lessons .thumbnail .caption {
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.purchase-lessons h3 {
    margin-top: 10px;
}

.purchase-lessons .thumbnail .caption p {
    font-size: .888em;
}

.purchase-lessons .amount {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 5px;
}

.purchase-lessons .thumbnail .call-to-purchase {
    width: 100%;
}

.purchase-lessons .thumbnail .call-to-purchase > .pull-right,
.purchase-lessons .thumbnail .call-to-purchase > .pull-left{
    width: 50%;
}

.purchase-lessons .thumbnail .call-to-purchase > .pull-right > a,
.purchase-lessons .thumbnail .call-to-purchase > .pull-left > a {
    display: block;
    text-align: center;
    padding: 5px 10px 10px 10px;
    border: 1px solid black;
    line-height: 1;
    font-size: 1.1em;
    font-weight: bold;
}

.purchase-lessons .thumbnail .call-to-purchase > .pull-left > a {
    background-color: black;
    color: white;
}

.purchase-lessons a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}

/*--------------------------------------------------------------
# Template Type
--------------------------------------------------------------*/
.page-template-page-type {

}

.page-template-page-type .thumb {
    position: relative;
}

.page-template-page-type .thumb .thumb-content {
    position: absolute;
    top: 40%;
    left: 55px;
    transform: translateY(-50%);
    color: white;
    direction: ltr;
    font-family: Mandatory17;
}

.page-template-page-type .thumb .thumb-content h1 {
    font-size: 13em;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: -27px;
    font-family: inherit;
}

.page-template-page-type .thumb .thumb-content p {
    font-family: inherit;
    font-size: 3em;
    position: absolute;
    bottom: -20%;
    left: 11px;
    width: 100%;
    letter-spacing: .2px;
}

@media screen and (max-width: 1800px) {

    .page-template-page-type .thumb .thumb-content h1 {

    }

    .page-template-page-type .thumb .thumb-content p {
    }
}

@media screen and (max-width: 991px) {
    .page-template-page-type .thumb .thumb-content {
        position: absolute;
        top: 40%;
        left: 25px;
        transform: translateY(-50%);
        width: 100%;
    }

    .page-template-page-type .thumb .thumb-content h1 {
        font-size: 9em;
        letter-spacing: -14px
    }

    .page-template-page-type .thumb .thumb-content p {
        font-size: 2em;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .page-template-page-type .thumb .thumb-content {
        top: 40%;
        left: 16px;
    }

    .page-template-page-type .thumb .thumb-content h1 {
        font-size: 5em;
    }

    .page-template-page-type .thumb .thumb-content p {
        font-size: 1em;
    }

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#menu-footer-menu li {
    font-size: inherit !important;
}

.footer {
    padding-bottom: 40px;
}

.footer .container-fluid > .inner {
    padding-top: 25px !important;
}

.footer .menu-footer-menu-container ul {
    margin-bottom: 10px;
}

.footer p.info {
    margin-right: 0!important;
}

.footer  p.info {
    font-size: inherit!important;
}

.footer .newsletter > div {
    margin: 10px auto 10px auto;
    width: 100%;
}

.footer .newsletter h3 {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer .newsletter .wpcf7 .wpcf7-form input {
    border: 0;
    border-bottom: 1px solid #000000;
    background-color: transparent;
}

.footer .newsletter .wpcf7 .wpcf7-form input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
}

.footer .newsletter .wpcf7 .wpcf7-form input[type="email"]::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
}

.footer .newsletter .wpcf7 .wpcf7-form input[type="email"]:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}

.footer .newsletter .wpcf7 .wpcf7-form input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #999999;
}

.footer .newsletter .wpcf7 .wpcf7-form input[type="submit"] {
    font-weight: 900;
}

.footer-main-menu ul > li {
    display: inline-block;
    position: relative;
}

.footer-main-menu ul > li:before {
    content: '';
    display: block;
    height: 40px;
    width: 4px;
    background-color: black;
    position: absolute;
    top: 56%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
}

.footer-main-menu ul > li:last-child::before {
    display: none;
}

.footer-main-menu ul > li > a {
    padding: 0 20px;
    font-size: 2.1em;
    font-family: 'Mandatory29';
}

@media all and (max-width: 1200px) {
    .footer-main-menu ul > li > a {
        font-size: 1.8em;
    }
}



.footer-main-menu ul > li:last-child > a {
    border-left: 0;
}

@media screen and (min-width: 992px) {

    .footer .footer-main-menu {
        margin-top: -15px;
    }

    .footer .newsletter h3 {
        margin-bottom: 20px;
    }

    .footer .newsletter .wpcf7 .wpcf7-form input {
        height: 34.08px;
    }

    .footer .newsletter .wpcf7 .wpcf7-form input[type="email"] {
        margin-left: -5px;
    }

    .footer .credit,
    .footer p.info,
    .footer .menu-footer-menu-container {
        font-size: .8em !important;
    }


}

/* Page Overlay */
.page-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
}

/* Owl Carousel */
.owl-carousel .real-nav button {
    transform: translateY(-100%);
    top: 46%;
}

.owl-carousel .real-nav button:hover,
.owl-carousel .real-nav button:focus {
    transform: translateY(-100%);
}

.page-template-page-type .owl-carousel .owl-item .sale-item > a > img,
.woocommerce.single-product .owl-carousel .owl-item .product > a > img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    max-height: 490px;
}


body.home #nav-wrap ul.main-menu > li.iconic a:hover svg circle {
	fill: white;
}


.woocommerce.single-product .woo-thumbntext span.onsale {
    right: -12px;
    top: 49px;
}


/*new home page*/
.home_main{
    background-image: url(http://a17608-tmp.s121.upress.link/wp-content/uploads/2017/11/home_sup.jpg);
}

.mobile-menu .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
    font-size: 1.5em;
}

.cnr-youtube.only-video {
    width: 100%;
}

#product_cat-loop {
    margin: 0 -15px;
}

#home_nav ul li .bg_back{
    webkit-transition: all 150ms ease 150ms;
    -moz-transition: all 150ms ease 150ms;
    -ms-transition: all 150ms ease 150ms;
    transition: all 150ms ease 150ms;
    background: transparent;
    position: absolute;
    height: 0px;
    width: 100%;
    top: 50%;
    transform: translate(0% , -35%);
    z-index: -1;
}

.sup_link:hover .bg_back {
    position: absolute;
    height: 60px!important;
    background: #ffc000!important;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0% , -40%);   transform: translate(0% , -40%);
    z-index: -1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.sk8_link:hover .bg_back{
    position: absolute;
    height: 60px!important;
    background: #000!important;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0% , -40%);transform: translate(0% , -40%);
    z-index: -1;
}
.kite_link:hover .bg_back{
    background: #49df00!important;
    position: absolute;
    height: 60px!important;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0% , -40%);    transform: translate(0% , -40%);
    z-index: -1;
}
.surf_link:hover .bg_back{
    background: #009cff!important;
    position: absolute;
    height: 60px!important;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0% , -40%);  transform: translate(0% , -40%);
    z-index: -1;
}

#nav-wrap ul.main-menu > li.item.last:after {
    content: '';
    display: block;
}





#nav-wrap .main-nav.open * {
    font-size: 25px;
}

#nav-wrap .logo a {
    margin-right: 10px;
    font-size: 33px!important;
}
#nav-wrap ul.main-menu > li.item.last a {
    margin-left: 6px;
}



#nav-wrap .main-nav h1.logo, #nav-wrap .main-nav p.logo {
    margin: 0;
    padding: 0;
    font-size: 38px;
    color: white;
    line-height: 60px;
    position: absolute;
    left: 70px;
    right: auto;
    width: 200px;
    max-width: 260px;
}
ul#site-header-cart * {
    font-size: 18px!important;
}
ul.sub-menu li {
    font-size: 18px!important;
}


.modal {
    z-index: 999999;
    overflow: hidden;
}

.modal-backdrop {
    z-index: 99999;
}

.modal .close {
    width: 25px;
    height: 24px;
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
    background: url(assets/images/close_btn.png) 0 0 no-repeat;
    background-size: contain;
    opacity: 1;
}

.modal .modal-dialog {
    position: absolute;
    top: 100%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal .close span {
    visibility: hidden;
}

.modal .close {
    outline: 0 !important;
}

.modal.in .modal-dialog, .modal.fade .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type="submit"] {
    cursor: pointer;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.modal-header {
    border: 0;
    height: 50px;
}

.modal-title {
    margin: 30px 0 0;
    line-height: 1.5;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    display: block;
    width: 100%;
}

.modal-body {
    padding: 0px 30px 30px;
}

.modal-content {
    border-radius: 0;
}

.fixed_popup {
    right: 35px;
    bottom: 35px;
    position: fixed;
    width: 70px;
    height: 70px;
    border: 0;
    outline: 0 !important;
    background: transparent !important;
    padding: 0;
    cursor: pointer;
}

.fixed_popup img {
    width: 100%;
    height: auto;
}

.modal-dialog {
    max-width: 500px;
    margin: 30px auto;
    width: 94%;
}

.modal-dialog {
    max-width: 500px;
    margin: 30px auto;
    width: 94%;
}

.page-template-page-contact .modal .wpcf7 .btn {
    max-width: 100%;
}

#nav-wrap ul.main-menu > li.iconic a {
    outline: 0 !important;
}


#c_form a {
    background: #243aff;
    color: white;
    padding: 10px 30px 17px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 20px;
}

@media all and (min-width: 991px) {
    .woocommerce.archive .woo-cat-header {
        position: sticky;
        top: 125px;
        z-index: 999;
        background: white;
    }
    
    /*.woocommerce.archive .sticky_nav_ul_term_children {
        position: sticky;
        top: 188px;
        z-index: 999;
        background: white;
    }*/
    
    .woocommerce.archive.admin-bar .woo-cat-header {
        top: 157px;
    }
    
    /*.woocommerce.archive.admin-bar .sticky_nav_ul_term_children {
        top: 220px;
    }*/
}

@media all and (max-width: 991px) {
    
    .woocommerce.archive .woo-cat-header {
        position: static;
    }
    
    .woocommerce.archive #main {
       margin-top: 105px;
    }
    .woocommerce.archive .owl-carousel:not(.carousel-cat-term-children) {
        width: 100%;
        background: white;
         position: relative;
         top: 0px;
            -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

    .woocommerce.archive .owl-carousel:not(.carousel-cat-term-children).sticky {
       position: fixed;
        top: 101px;
        width: 100%;
        left: 0;
            -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

    #back2top {
    display: none;
  }

}


#under_product {
    color: #243aff;
}

.product_image span.onsale {
    display: none!important;
}
.show_sale_indicator .product_image span.onsale {
    display: block!important;
}

.single-product span.onsale {
    display: none!important;
}
.single-product .show_sale_indicator span.onsale {
    display: block!important;
}