/***********************************
* HEADER
************************************/
#header-container > .container{
    width:100%;
    padding: 0;
}
#header-container .header-wrapper {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(30, 30, 30, 0.1);
    -moz-box-shadow:    0px 2px 5px 0px rgba(30, 30, 30, 0.1);
    box-shadow:         0px 2px 5px 0px rgba(30, 30, 30, 0.1);
}
#header.skin1 #header-container .container .header-wrapper {
    padding: 20px 30px 20px;
    position: relative;
}
#header.skin1 #header-container.fixed .container .header-wrapper {
    padding: 0px 30px 10px;
}
#header.skin1 #header-row .header-wrapper,
#header-container .container .header-wrapper {
        border-bottom: 0px solid;
}
#header.skin1 .nav, #header.skin2 #header-sidebar .nav {
    margin-top: 9px;
}
.nav > ul > li.bigmenu > div.submenu > ul > li {
    width: 240px;
    margin-bottom: 10px;
}
.nav > ul > li > div.submenu ul.sub-menu li a {
    line-height: 2.0em;
}
.nav > ul > li::after {
    font-size: 18px;
    font-weight: 100;
    margin-left:3px;
}
#header.skin1 #header-sidebar .nav, #header.skin2 #header-sidebar .nav {
    margin-top: 7px;
}
#header.skin1 #header-sidebar .yit_cart_widget {
    margin-top: -10px;
}
#header-sidebar *, #header.skin2 #header-sidebar *{
    font-size: 12px;
}

#header a.cart-items .yit-mini-cart-background {
  width: 45px;
  height: 38px;
  display: inline-block;
  margin-top: 0px;
  background-position: 7px 15px;
  background-repeat: no-repeat;
}
#header span.yit-mini-cart-icon {
  margin-top: 9px;
}

 .yit-mini-cart-subtotal{
  display: inline-block;
  line-height: 9px;
}

 .nav > ul > li:last-child:after {
    content: "|";
    display: inline-block;
    padding: 3px 9px;
}
 .nav > ul > li div.submenu ul.sub-menu, #lang_sel li ul {
}
#slogan {
    margin-top: -25px;
    text-align: left;
}

.slogan-wrapper {
    display: block;

}
#slogan h2 {
    line-height:100px;
    text-align:left;
}
#product-nav div.prev-product img.attachment-shop_thumbnail, 
#product-nav div.next-product img.attachment-shop_thumbnail {
    padding: 5px 0px;
}



/***********************************
* CONTENT
************************************/
.single-product.woocommerce div.product div.summary div.product_meta {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
    font-size: 14px;

}
.single-product.woocommerce div.product div.summary h1 {
    margin-top:0;
    font-size:2em;
}

.woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus {
  background: #fff;
}
.single-product.woocommerce div.product form.cart .variations .label,
.single-product.woocommerce div.product form.cart .variations .value {
  display: inline-block;
}
form.variations_form.cart td.value .select_option span {
    min-width: 22px;
    min-height: 22px;
}
.single-product.woocommerce div.product form.cart .variations .label {
  line-height:38px;
}
.woocommerce ul.products li.product .product-wrapper {
    border: 0px;
    padding:0px;
}

.woocommerce-page ul.products li .product-meta {
    padding:0 0px;
}
.woocommerce ul.products li.product .product-wrapper .product-meta h3.product-name {
    margin-bottom: 15px;
}
ul.products li.product.grid .product-wrapper .product-actions-wrapper .product-buttons{
    position:absolute;
    top:50%;
    text-align:center;
    width:100%;
     opacity:0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

ul.products li.product.grid .product-wrapper:hover .product-actions-wrapper .product-buttons{
     opacity:1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
ul.products li.product.grid .product-wrapper.zoom .product-actions{
    padding:0 0 5px;
}
ul.products li.product.grid .product-wrapper.zoom .product-actions-wrapper {
    width: auto;
    text-align: center;
    height: auto;
}
ul.products li.product .product-actions-wrapper .product-other-action, #product-box .product-actions {
    display: inline-block;
    margin-top: -24px;
    margin-bottom: 5px;
    float:right;
    width:auto;
}
ul.products li.product .product-wrapper.price-no .product-actions-wrapper .product-other-action, #product-box .product-actions {
    margin-top: -38px;
}
.woocommerce ul.products li.product .product-actions-wrapper .product-other-action > div{
    display: inline-block;
    float:right;
    clear:none;
}
.woocommerce ul.products li.product .product-actions-wrapper .product-other-action .share-button, 
.woocommerce ul.products li.product .product-actions-wrapper .product-other-action .compare-button, 
.woocommerce ul.products li.product .product-actions-wrapper .product-other-action .yith-wcwl-add-to-wishlist, 
#product-box .product-actions .yith-wcwl-add-to-wishlist, #product-box .product-actions .compare-button {
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    padding: 0px 2px;
    cursor: pointer;
    width:28px;
    height:28px;
    float:right;
    margin-left:4px;
}
ul.products li.product .product-actions-wrapper .product-other-action.buttons_3 > div:last-child {
    border-left: 0px solid;
}
.woocommerce-tabs {
    margin-top: 20px;
    border-bottom: 1px solid #DBDBDB;
}
.woocommerce ul.products li.product.list .product-wrapper .product-meta .price {
    margin: 15px 0;
}
#yith-wcwl-form .yith-wcwl-share li a,
#popupWrap .product-share .socials.text a, 
.single-product.woocommerce div.product div.summary .socials a {
    width: 24px;
    height: 24px;
}
.woocommerce div.term-header-image {
    margin-bottom:30px;
    display:none;
}
.woocommerce div.term-header-image img {
    width:100%;
    height:auto;
}
.single-product.woocommerce div.product div.images > a > img, 
.single-product.woocommerce div.product div.images .yith_magnifier_zoom_wrap > a > img, 
.single-product.woocommerce div.product div.images .thumbnails a img {
    border: 0px solid;
    padding: 0px;
}
.yith_magnifier_gallery li {
    float: right;
}
.single-product.woocommerce div.product div.images .thumbnails {
    margin-top: 12px;
}
.single-product.woocommerce div.product div.images .thumbnails.noslider a {
    margin: 0px 0px 0px 12px;
}

.related.products {
    margin-bottom:30px;
}
.related.products h3 {
    font-size:22px;
    margin-top:30px;
}
/***********************************
* QUICK VIEW POPUP
************************************/
.quick-view-overlay.product-quick-view .single-product.woocommerce div.product div.summary form.cart {
    margin-bottom: 15px;
}
.quick-view-overlay.product-quick-view .single-product.woocommerce div.product div.summary {
    padding: 30px 20px 15px;
}
.quick-view-overlay .main {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.9);
}
.quick-view-overlay.product-quick-view a.overlay-close.remove:before {
    font-weight: 300;
}
/*.button.single_add_to_cart_button.button  {
    background: #D3AF6E;
    border-color: #D3AF6E;

}*/

.single-product.woocommerce div.product div.summary .product-share span {
    float: left;
    display: inline-block;
    line-height: 20px;
    padding-right: 10px;
}
.single-product.woocommerce div.product div.summary div.product-share div.socials {
    float: left;
    padding: 0px 0px;
}
#page-meta form.woocommerce-ordering {
    width: 220px;
}
.woocommerce .sbHolder .sbToggle, .widget .sbHolder .sbToggle {
    right: 8px;
}
.woocommerce .sbSelector, .widget .sbSelector {
    padding: 8px 25px 8px 10px;
}
#list-or-grid .glyphicon  {
    font-size:16px !important; 
}
#list-or-grid span, #number-of-products span {
    font-size: 14px;
}
#page-meta.group {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 15px;
}
form.variations_form.cart td.value .select_option img {
    width: 36px;
    height: 36px;
}
form.variations_form.cart td.value .select_option {
    border: 0px solid;
}
.woocommerce ul.products li.product.list .product-wrapper .product-meta .product-name {margin-top:0;}
.woocommerce ul.products li.product.list .product-wrapper .product-meta .product-name a { font-size:130%;}
.related ul.products li.product .product-actions-wrapper .product-other-action  {display:none;}
/***********************************
* FOOTER
************************************/
#footer {
    padding-top: 15px;
    padding-bottom: 35px;
}
#copyright .devlogo { padding: 0px }
    #copyright .devlogo a img.logo-img {
        max-height: 16px;
        width: auto;
        display: none;
    }
    #copyright .devlogo a img.spacer {
        height: 16px;
        width: 85px;
        display: block;
    }
    #copyright .devlogo a.devlink {
        display: inline-block;
        background: url(/images/common/dev_logo_white.png) 0 50% no-repeat;
        height: 16px;
        width: 85px;
        vertical-align: middle;
    }
.svg #copyright .devlogo a.devlink { background: url(/images/common/dev_logo_white.svg) no-repeat 0 50% }
.svg #copyright .footer-widget .logo a {
    height: 40px;
    width: 120px;
    display: block;
    vertical-align: middle;
    background: url(/images/common/logo.png) no-repeat 0% 0;
    background-size: cover;
}
.svg #copyright .footer-widget .dark .logo a { background: url(/images/common/logo_dark.png) no-repeat 0% 0 }
#footer .widget input.email-field.text-field.autoclear {
    max-width: initial;
    background:#0c95a1;
    margin-bottom:15px;
    color:#fff !important;
}
#footer .widget input.email-field.text-field.autoclear::-ms-input-placeholder  {
    color:#fff !important;
}

#footer .widget input.email-field.text-field.autoclear::-moz-placeholder {
    color:#fff !important;
}

#footer .widget input.email-field.text-field.autoclear::-webkit-input-placeholder {
    color:#fff !important;
}
#footer .widget  input.btn-alternative {
    border: 0px none;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 8px 25px;
    background:none;
    border:1px solid #ffffff;
    float:right
}
#footer .widget ul {
    border-color: #13c9d9;
}

.footer-before {
    background:#EFEEED;
    padding:25px 0 15px;
    margin-top:115px;
}
.footer-before .footer-bag {
    background: url(images/shopping_bag.png) no-repeat 100% 100%;
    height:250px;
    margin-top:-145px;
}

.footer-before .footer-box {
    margin-bottom:15px;
}
.footer-before .footer-box-inner {
    border:1px solid #E0E0E0;
    padding:15px 15px;
    overflow: hidden;   
}
.footer-before .footer-box-inner h3{
    font-size:26px;
    color:#13b9c8;
    font-weight:400;
    margin:0;
    padding:0px 0 5px;
    line-height: .9;
}
.footer-before .footer-box-inner p{
    font-size:18px;
    color:#000;
    margin:0;
    padding:0px 0 5px;
    line-height: 1.3;
}
.footer-before .footer-icon-car,
.footer-before .footer-icon-cards {
    height:74px;
    width:74px;
    float:right;
}
.footer-before .footer-icon-car {
    background: url(images/footer_icons_car.png) no-repeat 0% 100%;
}
.footer-before .footer-icon-cards {
    background: url(images/footer_icons_cards.png) no-repeat 0% 100%;
}
.home-sep-heddings h4 {
    font-size: 42px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888888;
    font-weight: 100;
    
}

.logos-slider .list_carousel {
    border-top: 0px solid #e0e0e0;
        border-top-color: rgb(224, 224, 224);
        border-bottom: 0px solid #e0e0e0;
        border-bottom-color: rgb(224, 224, 224);
        padding: 20px 0px;
}
.quick-view-overlay1 .woocommerce-variation-add-to-cart {
    display:none;
}
#ship-to-different-address label {
    display:block;
    clear:both
}
.header-parallax .parallaxeos_animate.horizontal_right.vertical_bottom span,
    .header-parallax .parallaxeos_animate.horizontal_right.vertical_bottom p {
    font-size: 44px !important;
    bottom: -30px;
    position: relative;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
}
.footer-social {
    margin:0 5px 0 0;
}
#ls-global #primary {
    margin-top: 0px;
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0px;
}
@media (max-width: 1024px) {
    .footer-before .site-copons .footer-box h3 {
        font-size:18px;
    }
    .footer-before .footer-box-inner p {
        font-size: 14px;
    }
} 
@media (max-width: 768px) {
    .footer-before .site-copons.col-sm-9.col-xs-12 {
        width:100% 
    }
    .home-sep-heddings h4 {
        font-size: 24px;
    }

}


input.wpcf7-form-control.wpcf7-captchar, input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-date, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select, input.wpcf7-form-control.wpcf7-quiz {
    margin: 5px 0px 0px;
    padding: 10px;
    outline: 0px none;
    resize: none;
    font-size: 14px;
    line-height: 17px;
    background-color: #FFF;
    color: #818181;
    box-sizing: border-box;
    border: 1px solid rgb(238, 238, 238);
    font-weight: 300;
}
input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-date, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select {
    width: 100%;
}