/*
 Theme Name:   Shopping Child
 Theme URI:    http://anshlab.dev/
 Description:  Shopping Child Theme
 Author:       Nicolas
 Author URI:   http://example.com
 Template:     omega
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  shopping_child
*/
/* === RESET === */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;line-height:1;margin:0;padding:0;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}table{border-collapse:collapse;border-spacing:0;}a span{cursor:pointer;}textarea{font-size:1em!important;overflow:auto;resize:none;}::selection{background:#FDB515;}::-moz-selection{background:#9BBB59;}a:focus{outline:none;}
/*=== suppr before after woocommerce==*/
.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before, .woocommerce form .form-row:after, .woocommerce form .form-row:before, .woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before, .woocommerce-page .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals:after, .woocommerce-page .cart-collaterals:before, .woocommerce-page form .form-row:after, .woocommerce-page form .form-row:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before {
    display: none !important;	
}

html {
    overflow-x: hidden;
}

body {
    background: #FFF;
    color:#231f20;
    font: 300 13px Calibri, Helvetica, Arial, sans-serif;

}
@media (max-width: 1190px) {
    body {
        overflow-x: hidden
    }
}
a {
    color: #231f20 ;
}
a:hover, a:link {
	text-decoration: none!important; 
	}
a:hover {
	text-decoration: none!important
}
::-webkit-input-placeholder{
	color: #231f20;
}  
.faux-row {
    display: table;
}
.faux-col {
    display: table-cell;
    vertical-align: top;
}
.site-header {
    position: relative;
    z-index: 5;
}
.top-menu {
    background: #FDB515;
    position: relative;
    z-index: 10;
}
.sticky .top-menu {
    height: 5px;
    overflow: hidden;
}
.sticky .top-menu:hover {
    height: auto;  
    overflow: visible;	
}
.top-menu .menu.parent {
    float: right;
}
.top-menu .menu-item.parent, .menu-user .menu-user-item {
    float: left;
    position: relative;
}
.menu-user .menu-user-item {
    width: 33.33333333333333%;
}
.top-menu .menu-item.parent > a , .menu-user .menu-user-item a {
    color: #FFF;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none!important;
    width: auto; padding: 0 20px;     min-width: 116px;
}
.menu-user .menu-user-item a {
    border-left: solid 1px #025F7E;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.menu-user .menu-user-item:first-child a {
    border-width: 0;
}
.top-menu .menu-item.support > a, .menu-user .menu-user-item.support a {
    background: #818286;
}
.top-menu .menu-item.login > a, .menu-user .menu-user-item.login a {
    background: #009CC5;
}
.top-menu .menu-item.cart > a, .menu-user .menu-user-item.cart a {
    background: #00617E;
}
.menu-user .menu-user-item.cart a {
    background: #FDB515;
}
.top-menu .menu .fa, .menu-user .fa {
    margin-right: 10px;
}
.top-menu .menu-item.parent > a:hover, .menu-user .menu-user-item a:hover {
    background: #f5f5f5;
}
.top-menu .menu-item.support > a:hover, .menu-user .menu-user-item.support a:hover {
    color: #818286;
}
.top-menu .menu-item.login > a:hover, .top-menu .login > a:hover .fa,
.menu-user .menu-user-item.login a:hover, .menu-user .menu-user-item.login a:hover .fa {
    color: #009CC5;
}
.top-menu .menu-item.cart > a:hover, .menu-user .menu-user-item.cart a:hover {
    color: #00617E;
}
.sticky .top-menu .menu-item.cart > a {
    text-indent: -99999px;
}
.sticky .top-menu:hover .menu-item.cart > a {
	text-indent: 0;
}
.menu-mobile-add {
    background: #00617E;
}
.menu-mobile-add .menu-footer {
    padding: 10px 0;

}
.menu-mobile-add .menu-footer a {
    display: inline-block;
    padding: 10px 20px;
}
.hamburger-icon {
    position: fixed;
    right: 10px;
    top: 23px;
    width: 30px;
    z-index: 11;
}
.hamburger-icon, .hamburger-icon:before, .hamburger-icon:after {
    border-top: solid 2px #009CC9;
}
.hamburger-icon:before, .hamburger-icon:after {
    content: '';
    display: block;
    height: 2px;
    margin-top: 5px;
}
@media (max-width: 1199px) {
    .menu-mobile {
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
        display: none;
        margin-top: 53px;
        z-index: 5;
        min-height: 0;
        width: 100%;
        position:fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        background: #00617E;
        padding: 0px; 
        overflow-y: auto;
    }
    :checked ~ .site-header .main-menu .menu-mobile {
        display: block;
    }
    :checked ~ .site-header .main-menu .hamburger-icon {
        border-width: 0;
    }
    :checked ~ .site-header .main-menu .hamburger-icon:before {
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
    }
    :checked ~ .site-header .main-menu .hamburger-icon:after {
        margin-top: -2px;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
    }
    :checked ~ .content{
        display: none;
    }
    :checked ~ .page-content{ 
        display: none;
    }

}
.parent .sub {
    opacity: 0;
    transition-property: opacity, visibility, position;
    -webkit-transition-property: opacity, visibility, position;
    transition-duration: .3s, 0s, 0s;
    -webkit-transition-duration: .3s, 0s, 0s;
    transition-delay: 0s, .3s, .3s;
    -webkit-transition-delay: 0s, .3s, .3s;
    visibility: hidden;
}
.parent .sub {
    left: auto; right: 0 !important;
    position: absolute;
    z-index: -1;
}
@media (min-width: 1200px) {
    .parent .sub {
        background: #F5F5F5;
        bottom: 100%;
        -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
        box-shadow: 0 3px 5px rgba(0,0,0,0.15);
        left: auto; right: 0 !important;
        position: absolute;
        width: 280px;
        z-index: -1;
    }
}
.top-menu .parent nav {
    top: 30px;
    width: 240px;
}
.top-menu .menu.child {
    padding: 15px 30px;
}
.top-menu .menu.child a {
    color: #231f20;
    display: inline-block;
    font-size: 16px;
    padding: 15px 0;
}
.top-menu .menu footer a {
    background: #009CC6;
    color: #FFF;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: right;
}
.top-menu .menu footer .fa {
    font-size: 12px;
    margin: 0 25px 0 15px;
}
@media (min-width: 1200px) {
    .menu-item:hover .sub, .menu-item .showa, .sticky .top-menu:hover .menu-item:hover .sub {
        bottom: auto;
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
        -webkit-transition-delay: 0s, 0s, 0s;
        visibility: visible;
    }
}
@media (max-width: 1199px) {
    .parent .sub {
        background: #333333;
    }
    .parent :checked ~ .sub {
        opacity: 1;
        position: static;
        transition-delay: 0s, 0s, 0s;
        -webkit-transition-delay: 0s, 0s, 0s;
        visibility: visible;
    } 
	 /*.menu-user-item:hover .sub {
	 	bottom: auto;
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
        -webkit-transition-delay: 0s, 0s, 0s;
        visibility: visible;
		 z-index: 99;
	 }*/
}
.main-menu {
    background: #FFF;
    height: 100px;
    position: relative;
}
@media(min-width: 1200px) {
    .main-menu {
        -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
        box-shadow: 0 3px 5px rgba(0,0,0,0.15);
    }
}
@media (max-width: 1199px) {
    .main-menu {
        height: 54px;
    }
    .main-menu .col-lg-4, .top-menu {       
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 10;
    }
    .main-menu .col-lg-4 {
        background: #FFF;
        -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
        box-shadow: 0 3px 5px rgba(0,0,0,0.15);
        top: 5px;
    }
}
.sticky {
    padding-top: 90px; /*130px;*/
}
.sticky .site-header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky .main-menu {
    height: 50px;
}
.logo a {
    background: url(./images/logo-anshlabs.png) no-repeat 0 0;
    display: inline-block;
    height: 52px;
    width: 319px;
    margin: 24px 0 24px 50px;
    text-indent: -99999px;
}
.sticky .logo a {
    background-position: 0 0px;
    height: 33px;
    margin: 8px 0 8px 50px;        
}
@media (max-width:1200px){
	.sticky .logo a {
		margin-left: 5px;
	}
}
.logo img {
    vertical-align: top;
}
@media (min-width: 1200px) {
    .main-menu .menu.parent {
        display: table;
        width: 100%
    }
    .main-menu .menu-item.parent, .main-menu .search {
        display: table-cell;
        position: relative;
        text-align: center;
        vertical-align: top;
        white-space: nowrap;
    }
    .main-menu .sub {
        border-top: solid 23px #FDB515;
    }
}

.main-menu .menu-item.parent > a {
    color: #231f20;
    display: inline-block;
    font-size: 18px;
    height: 100px;
    line-height: 100px;
    text-decoration: none!important;
    text-transform: uppercase;
    width: 100%; 
}
@media (min-width: 1920px) {
    .main-menu .menu-item.parent > a {

    }
}
@media (max-width: 1199px) {
    .main-menu .menu.parent {
        background: #FFF;
        padding-top: 50px;
    }
    .main-menu .menu-item.parent {
        border-bottom: solid 1px #00617E;
        position: relative;
    }
    .main-menu .menu-item.parent:hover, .main-menu .menu-item.parent:active {
        background: #FDB515;
    }
    .main-menu .menu-item.parent:first-child {
        border-top: solid 1px #00617E;
    }
    .main-menu .menu-item.parent > a {
        color: #009cc6;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-right: 50px;
        padding-left: 20px;
        padding-right: 0;
        width: auto;
        font-size: 20px;
    }
    .main-menu .menu-item.parent > a:after, .main-menu .sub a:after {
        border-right: solid 1px #00617E;
        content: "\f054";
        font: normal normal normal 10px/1 FontAwesome;
        float: right;
        padding: 20px;
        position: relative;
        top: 50%;
        transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
    }
    .main-menu .toggle-sub {
        display: block;
        font-size: 20px;
        font-weight: 300;
        height: 50px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 50px;
    }
    .main-menu .toggle-sub:after {
        content: "\002B";
        color: #009cc6;
        display: block;
        position: relative;
        top: 50%;
        transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
    }
    .main-menu :checked ~ .toggle-sub:after {
        content: "\002D";
    }    
}
.sticky .main-menu .menu-item.parent > a {
    height: 50px;
    line-height: 50px;
}
.main-menu .menu-item.parent > a:hover, .main-menu .menu-item.parent:hover > a, 
.main-menu .menu-item.parent.active > a, .main-menu .menu-item.parent.active > a{
    background: #FDB515;
    color: #FFF;
}
.main-menu .sub {

}
.main-menu .sub a {
    color: #009cc6;
    display: block;
    font-size: 16px;
    padding: 20px 30px;
    text-align: left;
}
.main-menu .sub a:hover {
    background: #009cc6;
    color: #FFF;
    text-decoration: none;
}
@media (max-width: 1199px) {
    .main-menu .sub a {
        border-top: solid 1px #00617E;
        color: #FFF;
        height: 50px;
        line-height: 50px;
        padding: 0 0 0 16px;
        text-transform: uppercase;        
    }
    .main-menu .sub a:hover, .main-menu .sub a:active {

    }
}
.main-menu .search {
    background: #F5F5F5;
}
@media (min-width: 1200px) {
    .main-menu .search {
        height: 100px;
        padding: 30px;
        position: relative;
        width: 240px;
    }
}
@media (max-width: 1199px) {
    .main-menu .search {
        height: 50px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;        
    }
}
.sticky .main-menu .search {
    height: 50px;
    padding: 0;
}
.search form {
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    right: 20px;
}
.search .search-input, .search button {
    background: transparent;
    border-width: 0;
}
.search .search-input {
    font-size: 18px;
    padding-right: 20px;
    width: 100%;
}
.search button {
    color: #009cc6;
    font-size: 16px;
    right: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
}
.search-input::-webkit-input-placeholder {
    color: #808285;
}
.search-input:-moz-placeholder {
    color: #808285;
}
.search-input::-moz-placeholder {
    color: #808285;
}
.search-input:-ms-input-placeholder {  
    color: #808285;
}
.slider {
    position: relative;
}
.slider li {
    position: relative;
}
.slider li p {
    text-shadow: 0 1px 20px rgba(0,0,0,0.4);
    color: #FFF;
    font-size: 36px;
    left: 160px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
}
.slider p span {
    font-size: 72px;    
}
.control-slider span {

}
.control-slider .next, .control-slider .next:hover {
    background-position: 100% 0;
    left: auto;
    right: 20px;
}
.slider-border {
    background: #00617E;
    height: 3px;
    text-align: right;
}
.slider-border:before, .slider-border:after {
    content: '';
    display: inline-block;
    height: 3px;
    vertical-align: top;
    width: 33.33333333333333%;
}
.slider-border:before {
    background: #009EC8;
}
.slider-border:after {
    background: #FBB714;
}
.home-product .tools {
    background: #009CC6;
    color: #FFF;
    padding: 30px;
}
@media (min-width: 1200px) {
    .home-product .tools {
        height: 521px;
        padding: 50px;
    }
}
@media (max-width: 991px) {
    .slider .control a {
        left: 10px        
    }
    .slider .control .next {
        right: 10px;
    }
    .mobile-title {
        color: #00617e;
        font-size: 24px;
        font-weight: 300;
        padding: 20px 20px 25px;
    }
    .mobile-title span {
        font-size: 36px;
    }
}
.tools h2 {
    font-size: 60px;
    font-weight: 300;
}
.tools p {
    font-weight: 300;
}
.tools .lead {
    font-size: 24px;
    margin-top: 25px;
}
.tools .body {
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px;
}
@media (max-width: 991px) {

    .tools .lead {
        font-size: 20px;
        margin: 20px 0;
    }
    .tools .body {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0;
    }
}
.home-product {
    border-top: solid 1px #FFF;
}
.home-product .row, .site-footer .row {
    margin: 0;
}
.home-product [class*='col'], .site-footer [class*='col'] {
    padding: 0;    
}
.home-product .product {
    background: #00617E;
    color: #FFF;
    padding: 15px;
}
.home-product .product, .home-product .product-thumb img {
    height:100%;
}
.home-product .product, .home-product .product-thumb {
    height: 260px;
    overflow: hidden;
}
/*@media(min-width: 1200px) {
    .home-product .col-lg-6:last-child .row:first-child .product,
    .home-product .col-lg-6:last-child .row:first-child .product-thumb {
        border-bottom-width: 1px
    }
}*/
@media(min-width: 1200px) and (max-width: 1919px) {
    .home-product .img-responsive {
        height: 100%;
        max-width: none;
    }
}

.home-product .col-md-6 .row:first-child .product-thumb, .home-product .col-md-6 .row:first-child .product {
    border-bottom-width: 1px;
}
.product h3 {
    font-size: 18px;
    font-weight: 300;
}
@media (max-width: 767px) {
    .product h3 {
        position: relative;
        top: 50%;
        transform: translatey(-50%);
        -webkit-transform: translatey(-50%);

    }
    /* .product h3:after {
        content: attr(data-mobile-text);
    } */
    .home-product .product, .home-product .product-thumb {
        height: 120px;
    }
    .home-product .product {
        border-bottom-width: 1px;
        position: relative;
    }
    .home-product .l .product {
        border-bottom-width: 0;
    }
}
.product .body {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}
.product .body a {
    border-bottom: dotted 1px #00c2f6;
    color: #00c2f6;
    margin-right: 5px;
    text-decoration: none!important;
}
.product .body.hidden-xs a:hover{
	border-bottom: dotted 1px #97daea;
    color: #97daea;
}
@media (min-width: 768px) and (max-width: 991px) {
    .home-product .product, .home-product .product-thumb {
        height: 210px
    }
    .home-product .product {
        padding-right: 10px;
    }
    .product h3 {
        font-size: 20px;
    }
    .product .body {
        font-size: 14px;        
    }
}
.checkui {
    opacity: 0;
    position: absolute;
}
.slide-product {
    background-color: rgba(0, 97, 126, 0.4);
    -webkit-background-color: rgba(0, 97, 126, 0.4);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
    z-index: 1;
    width: 50px;
}
:checked ~ .slide-product ,:hover~ .slide-product   {
    width: 100%;
    background-color: rgba(0, 156, 198, 0.8);
    -webkit-background-color: rgba(0, 156, 198, 0.8);
}
.slide-product span {
    background: url(./images/arrow-anshlabs.png) no-repeat 0 0;
    height: 20px;
    float: right;
    margin-right: 20px;
    position: relative;
    top: 120px;
    width: 10px;
}

:checked ~ .slide-product span , :hover ~ .slide-product span {
    background-position: -10px 0;
}
.product-thumb label a {
    color: #FFF;
    display: block;
    font-size: 25px;
    left: 50%;
    opacity: 0;
    font-weight:100;
    position: absolute;
    text-align: center;
    text-decoration: none!important;
    top: 50%;
    transition-property: opacity, visibility;
    -webkit-transition-property: opacity, visibility;
    transition-duration: .3s, 0s;
    -webkit-transition-duration: .3s, 0s;
    transition-delay: 0s, .3s;
    -webkit-transition-delay: 0s, .3s;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    visibility: hidden;
    white-space: nowrap;
    z-index: 2;
}
.product-thumb :hover ~ a {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s, 0s;
    -webkit-transition-delay: 0s, 0s;
}
@media (max-width: 767px) {
    .slide-product span {

    }
    .product-thumb a {
        font-size: 14px;
        left: 10px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }
}
.site-footer {
    border-top: solid 2px #FDB515;
    background: #00607D;
}
@media(min-width: 1200px) {
    .site-footer {
        height: 62px;
    }    
}
.site-footer .menu li {
    display: inline-block;
    margin: 22px 0 0 20px;
}
.site-footer .menu a, .menu-mobile-add .menu-footer a {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.site-footer .social li {
    margin-left: 25px;
}
.site-footer .social a {
    color: #009CC6;
    font-size: 20px;
}
.site-footer .col-menu-social {
    text-align: right;
}
@media (min-width: 1200px) {
    .site-footer .col-menu-social {

    }
    .site-footer .col-menu-social {
        height: 60px;
        padding-right: 30px;
    }
    .site-footer .btn-newsletter {
        height: 60px;
		
    }
}
@media (min-width: 1920px) { 
	.site-footer .btn-newsletter {
        height: 100%;
		padding-left: 20px;
}
}
@media (max-width: 1199px) {
    .site-footer .social li {
        float: left;
        margin: 0;
        text-align: center;
        width: 25%;
    }
    .site-footer .col-menu-social {
        border-left: solid 1px #FFF;    
    }
}
@media (max-width: 1919px) {
    .site-footer .col-md-3 {

    }
}
@media(min-width: 1920px) {
    .newsletter-input {
        padding-left: 10px;
    }
}
.newsletter-form {
    background: #009CC5; 
    width: 100%;
}
.newsletter-form .newsletter-input {
    background-color: transparent;
    border-width: 0;
    color: #fff;
    font-size: 18px;
    margin-top: -4px;
    vertical-align: top;
    width: 210px;
    padding: 10px 0px 10px 15px!important;
    height: 50px;
}
/*@media(min-width: 1200px) and (max-width: 1919px) {
    .newsletter-form .newsletter-input {
        display: none!important
    }
}*/
.newsletter-input::-webkit-input-placeholder { /* 99daed */
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.newsletter-input:-moz-placeholder {
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.newsletter-input::-moz-placeholder {
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.newsletter-input:-ms-input-placeholder {  
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.newsletter-form .newsletter-input {
    display: inline-block;
    overflow: hidden;
    color: #FFF;
    font-size: 16px;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-newsletter {
    background-color: transparent;
    border-width: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
}
.btn-newsletter .fa {
    font-size: 11px;
    margin-left: 5px;
}
.btn-newsletter span {
    display:none;
}
/*@media (max-width: 1919px) {
    .btn-newsletter span {
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
        white-space: nowrap;
    }
}*/
.alert-newsletter{
}
.conten-news-alert{
    color: #009cc6;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    background: #fff;
    padding: 35px 50px;
}
@media (max-width: 1199px) {
    .newsletter-form, .btn-newsletter {
        height: 50px
    }
    .site-footer .social a {
        line-height: 50px;
    }
}
@media (max-width: 479px) {
    .newsletter-form .newsletter-input {
        width: 95px;
        padding-left: 20px!important;
    }
    .btn-newsletter span {
        width: 75px;
    }
}
@media(min-width: 992px) and (max-width: 1199px) {
    .site-footer .col-md-3 {
        width: 50%
    }
}
.breadcrumba {
    background: #009CC6;
    color: #FFF;
    height: 65px;
    padding: 25px 0 0 50px;
    font-size: 14px;
}
.breadcrumba a {
    color: #FFF;
    font-size: 14px;
}
.page-content {
    border-collapse: separate;
    border-spacing: 50px;
    width: 100%;
}
.main-body {
    margin: 0 25px;
    /*width: 100%;*/
}
.main-body.faux-col{
    width: 75%;
}
.page {
    font-size: 16px;
}
.page h1 {
    font-size: 54px;
    font-weight: 300;
    margin-bottom: 25px;
}
.page h2 {
    color: #00617e;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 25px;
}
.page h3 {
    color: #00617e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.page p {
    font-size: 16px;
    line-height: 24px;
    /*margin-bottom: 30px;*/
    margin-bottom: 4px;
}
.page .sep {
    border-top: solid 3px #F5F5F5;
    display: block;
    margin-bottom: 35px;    
}
.page .summary {
    background: #F5F5F5;
    height: 265px;
    float: left;
    font-size: 16px;
    margin: 0 40px 40px 0;
    padding: 40px;
    width: 430px;
}
.summary h4 {
    color: #009cc6;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    text-transform: none;
}
.page p a {
    color: #009cc6;
}
.summary .sub {
    color: #00617e;
    line-height: 20px;
}
.summary p {
    color: #231f20;
    font-weight: 400;
    margin: 10px 0 15px;
}
.summary a {
    color: #009cc6;
    text-decoration: none;
}
.image-article {
    float: left;
    margin: 0 40px 40px 0;
}
.image-article img {
    vertical-align: top;
}
.image-article figcaption {
    background: #00617E;
    color: #FFF;
    font-size: 14px;
    height: 40px;
    padding: 10px 0 0 20px;
}
.page .callout {
    border-color: #99daed;
    border-style: solid;
    border-width: 3px 0;
    color: #99daed;
    display: block;
    font-size: 44px;
    margin-bottom: 40px;
    padding: 40px 0;
    text-align: center;
}
.page  li {
    line-height: 20px;
    margin-top: 20px;
}
.page .list li:before , .rightsidebar .entry.page.publish .entry-content li:before{
    background: #009CC6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    content: '';
    display: inline-block;
    height: 4px;
    margin-right: 10px;
    vertical-align: middle;
    width: 4px;

}
.page .list li li {
    margin-left: 35px;    
}
.page .list li li:before {
    background: #231f20;
}
.page ul > li:last-child {
    margin-bottom: 35px;
}

.page em {
    font-style: normal;
    font-weight: 400;
}
.form-row {
    display: block;
    margin-bottom: 15px;
}
.basic-input {
    border-color: #F5F5F5;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 10px 10px 0;
    width: 70% !important;
    display: inline-block;
    float: right;

    border: 1px solid rgba(253,181,21,0);
    background: rgb(235,235,228);
    transition: border .3s ease;
}

.basic-input:focus {
    border: 1px solid rgba(253,181,21,1);
}

.basic-input::-webkit-input-placeholder {
    color: #404041;
}
.basic-input:-moz-placeholder {
    color: #404041;
}
.basic-input::-moz-placeholder {
    color: #404041;
}
.basic-input:-ms-input-placeholder {  
    color: #404041;
}
.custom-select {
    position: relative;
}
.custom-select select {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.custom-select .value {
    border-bottom: solid 1px #F5F5F5;
    display: block;
    padding: 10px 10px 10px 0;
}
.custom-select .value:after, .accordion .header:before {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    padding-right: 2px;
}
.custom-select .first {
    color: #00617e;
    font-size: 16px;
    font-weight: 700;    
}
.basic-textarea {
    height: 95px;
}
.custom-checkbox {
    background: #F5F5F5;
    color: #009CC6;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0 7px 7px 0;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.custom-checkbox .fa {
    visibility: hidden;
}
:checked ~ .custom-checkbox .fa {
    visibility: visible;
    position: relative; /**/
    width: 100%; /**/
    height: 20px;
}

:checked ~ .custom-checkbox .fa:before {
    width: 100%;
    display: block;
    position: absolute;
    top: 4px;
    margin: auto;
}

.woocommerce form .form-row label.inline {
    margin-left: 30px;
}

form#wppb-register-user-customer-registration {
    margin-top: 15px;
}

ul.wppb-woo-shipping-fields {
    padding-left: 0 !important;
}



.check-group {
    width: 100%;
}
.check-group label {
    font-weight: 300;
}
.custom-checkbox.radio {
    border-radius: 50%;
    -webkit-border-radius: 50%;    
}
.custom-checkbox.radio:before {
    background: #009CC6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    content: '';
    display: inline-block;
    height: 8px;
    visibility: hidden;
    width: 8px;
    margin-top: 7px;
}
:checked ~ .custom-checkbox.radio:before {
    visibility: visible;
}
.basic-btn {
    background: #009CC6;
    border-width: 0;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 57px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.accordion {
    margin-top: 55px;
}
.accordion .accordion-item {
    border-bottom: solid 1px #F5F5F5;
    margin: 0;
    padding: 15px 0;
    position: relative;
}
.accordion .accordion-item:first-child {
    border-top: solid 1px #F5F5F5;
}
.accordion .accordion-item:before {
    display: none;    
}
.accordion .header {
    color: #009cc6;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.accordion .header:after {
    font-size: 12px;    
}
.accordion :checked ~ .header:before {
    content: "\f077";
}
.accordion .content, .tab .content {
    padding-top: 30px;
    position: absolute;
    visibility: hidden;
    width: 100%;
    float: none!important;
    display: none;
}
.accordion :checked ~ .content, .tab :checked ~ .content {
    position: static;
    visibility: visible;
    display:inline-block; 
}
.tab {
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.tab ul {
    display: flex;
    align-items: center;
}
@media(max-width: 768px){
    .tab ul{
        display: block;
    }
}
.tab li {
    /* float: left; */
    margin: 0!important;
    padding-left: 1px;
    flex: 1;
}
.tab li:before {
    display: none;    
}
.tab .basic-btn {
    cursor: pointer;    
    line-height: 57px;
}
.tab .basic-btn.active {
    background: transparent;
    color: #009CC6;
}
.tab .content {
    padding: 40px 40px 1px;
}
.cta {
    margin-top: 40px;
}
.cta .faux-row {
    border-collapse: separate;
    border-spacing: 40px;
}
.cta img {
    vertical-align: top;
}
.cta .faux-col {
    /*height: 225px;*/
}
.cta.blue, .cta .blue {
    background: #009CC6;
    color: #FFF;
    float: left;  
    width: 100%;
}
.cta.blue h3 {
    color: #FFF;
	font-size: 30px;
}
.cta .faux-col {
    position: relative;
}
@media(max-width:1200px){
	.cta .faux-col {
		height: auto;
	}
	.cta {
		margin-bottom: 30px;
	} 
}
.btn-cta {
    display: inline-block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 240px;
}
.btn-cta.white {
    background: #FFFFFF;
    color: #009cc6;
}
.cta .btn-cta {
    bottom: 0;
    right: 0;
}
.cta .btn-cta .fa {
    margin-left: 5px;
}
.cta.yellow {
    background: #FDB515;
}
.cta.grey {
    background: #DDDEDE;
}
.cta.stroc {
    background: #FFFFFF;
    border: 1px solid #e1e1e1;
    overflow: auto;
    float: left;
}
.cta.stroc  h3{
    font-weight: normal;
    text-transform: none;
}
.cta.stroc p{
    margin-bottom: 0;
}
.btn-cta.white {
    background: #FFFFFF;
    color: #009cc6;
}
.cta.dark.blue, .cta .dark.blue {
    background: #00607D;
    color: #FFF;
}
.content-split {
    border-collapse: collapse;
    width: 100%;
}
.content-split .faux-col {
    width: 35%;
}
.faux-col.form {
    width: 75%;
}
.faux-col.form form {
    padding-left: 40px;    
}
.menu-side .menu-item {
    line-height: 1;
    margin: 0!important;
}
.menu-side .menu-item:before {
    display: none;
}
.menu-side .menu-item label {
    cursor: pointer;
    font-size: 24px;
    font-weight: 300;
}
.menu-side .child-item {
    font-size: 20px;
}
.menu-side .child-item a {
    color: #231f20;
    text-decoration: none!important;
}
.menu-side .child {
    display: none;
}
.menu-side :checked ~ .child {
    display: block;
}
.menu-side .menu-item label {
    display: block;
    padding: 20px 40px;
}
.menu-side .menu-item label a:active , .menu-side .menu-item label:hover a  , .menu-side .menu-item label:hover , .menu-side .menu-item label:active{
    color: #009cc6;
    text-decoration: none;
}
.menu-side .menu-item label:active , .menu-side .menu-item label a:active,.menu-side .menu-item label:focus , .menu-side .menu-item label a:focus{
    color: #FDB515; 
    text-decoration: none;
} 
.menu-side .menu :checked ~ label {
    background: #F5F5F5;
}
.menu-side .has-child label:after {
    content: "\f067";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    margin-top: 5px;
}
.menu-side .child-item {
    border-bottom: solid 1px #F5F5F5;
    margin: 0;
    padding: 15px 0 15px 60px;
}
.menu-side .has-child :checked ~ label:after {
    content: "\f068";
}
aside .cta {
    padding: 40px;
}
aside .cta [class*='faux'] {
    display: block!important;
    height: auto;
}
aside .cta .btn-cta {
    position: static;
    width: 100%;
}
aside .cta h3 {
    font-size: 30px;
    font-weight: 700;
}
.cta.grey h3{
	color: #231f20 ;
}
aside .cta img {
    margin-bottom: 40px;
}
@media(min-width: 1920px) {
    .page-content > aside {
        width: 540px;
    }
}

.page-content .clearfix:before, .page-content .clearfix:after {
    border-collapse: collapse;    
}
@media (max-width: 1199px) {

}
@media (max-width: 1199px) {
    .top-menu {
        height: 5px
    }
    .top-menu .menu {
        display: none
    }
    .logo a {
        background-position: 0 0px;
        height: 33px;
        margin: 8px 0 8px 5px;        
    }
}

/* Account*/
@media(min-width:1200px){

    .page-content > aside {
        width: 25.12%;
        min-width: 305px;
        padding-bottom: 30px;
    }
    .pageProduct .page-content > aside {
        min-width: 325px;
        width: 25.12%;
    }
}

.title-page-account h6{
    padding: 10px 30px 0px 0px;
    text-align: right;
    padding-right: 30px;
}
.title-page-account h1 {
    margin-top: 0px;
}

.title-page a{
    color: #009cc6 ;
    border-bottom: 1px dotted #009cc6;
    padding-bottom: 3px;
    cursor: pointer;


}
.title-page a:hover{
    text-decoration: none;
}
.tab-content-Account .content, .tab-content-Manage .content{
    display: none;
}
.tab-content-Account .content {
    padding: 40px;
}
.tab-content-Account .order{
    width: 75%;
    padding-right: 50px;
}
@media(max-width:1600px){
    .accordion :checked ~ .content, .tab :checked ~ .content{
        display:inline-block;
    }
    .tab-content-Account td:first-child {

    }
}

.order .title-order{
	display: -webkit-box;
    display:flex;
	display: -webkit-flex;
}
.order .title-order h2{
    width: calc(100% - 70px);
    margin-bottom: 40px;
}
.order .title-order span{
    width: 70px;
    text-align: right;
}
.order .title-order a , .option .title-ship a ,.option .title-bill a,.title-page-account a , .address .title a{
    text-decoration: none;
    color: #009cc6 ;
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px dotted  #009cc6;
    padding-bottom: 3px;
}
.order th h3{
    font-size: 20px;
    text-transform: none;
    color: #009cc6 ;
    font-weight: 400;
}
.tab-content-Account td{
    text-align: left;
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #F5F5F5;
    font-size: 16px;

}
.tab-content-Account tr:last-child td{
    border-bottom: none;
    font-size: 20px;
    padding-top: 15px;
}
.tab-content-Account tr td:nth-child(2){
    color: #009cc6 ;
    min-width: 110px;
}
.tab-content-Account tr td:last-child{
    min-width: 80px;
    text-align: right;
}

@media(max-width:768px){
    .pg-account .tab .content{
        padding: 40px 30px 1px;
    }

    .title-page-account h1{
        font-size: 48px;
    }
}
.tab-content-Account .option{
    padding-left: 40px;
    border-left: 3px solid #F5F5F5;
    width: 30%;
}


.tab-content-Account .Ship-option , .tab-content-Account .Bill-option{
    width: 100%;
    margin-bottom: 50px;
}
@media (max-width:1600px){
    .tab-content-Account .Bill-option{
        padding-left: 50px;
        border-left: 3px solid #F5F5F5;
    }
}
@media (max-width:992px){
    .tab-content-Account .option {
		display: -webkit-box;
        display: flex;
		display: -webkit-flex;
        border-top:  3px solid #F5F5F5;
    }
    .tab-content-Account .Bill-option{
        padding-left: 0px;
        border-left: none;
    }
    .tab-content-Account .Ship-option  {
        padding-right: 0px;
    }
}
.Ship-option .title-ship ,.Bill-option .title-bill , .address .title{
    display: -webkit-box;
	display: flex;
	display: -webkit-flex;
}
.Ship-option .title-ship h2 ,.Bill-option .title-bill h2, .address .title h2{
    font-size: 30px;
    color: #00617e ;
    margin-bottom: 0px;
    width: 85%;
}
.title-ship span ,.title-bill span{
    width: 15%;
    text-align: right;
}
.menu-account {
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15); 
}
.menu-account ul li{
    border: 1px solid #F5F5F5;
}
.menu-account ul li a:actif{
    background: #F5F5F5;
}
@media(max-width:1100px){
    .menu-account .menu label{
        font-size: 22px;
    }

}
/* shopCart*/
.parent.cart a span{
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #009cc6;
    position: relative;
    left: 20px;
    top: -10px;
    color: #ffffff;
    width: 14px ;
    height: 14px;
    display: inline-block;
}
.top-menu .parent .cart nav{
    transform: translateX(-50%);
    -webkti-transform: translateX(-50%);
}
.cart .child {
    font-size: 16px;
}
.menu .cart .child a {
    text-decoration: none;
    color: #009cc6;
    border-bottom: 1px dotted  #009cc6;
    padding-bottom: 2px;
}
.cart ul li:first-child{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.cart ul li:first-child {
    display: table;
}
.cart ul li:first-child span{
    display: table-cell;
    width: 90px;
    text-align: right;
}
.cart ul li:nth-child(2) {
    padding: 20px 0px 10px;
    color: #00617e;
}
.Shop-content{
    padding: 50px 50px 35px;
} 


.table-shop th {
    padding: 20px 0px;
    font-size: 18px;
    width:160px;
    min-width: 100px;
    text-transform: uppercase;

}
.table-shop th:first-child {
    width: 715px;
    min-width: 300px;
}

.table-shop th:nth-child(4) {
    width: 140px;
    padding-left: 18px;
}
.table-shop th:last-child {
    width:465px;
    min-width: 140px;

}
.table-shop td{
    padding: 20px 0px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 18px;
}
.table-shop td:nth-child{
    color: 009cc6;
}
.table-shop tr:last-child td{
    border: none;
}
.table-shop td:nth-child(2){
    color:  #009cc6;
    min-width: 95px;
}
.table-shop td:last-child{
    text-align: right;
}
.table-shop td:last-child a{
    color: #009cc6;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.table-shop tr .quantity {
    width: 90px;
    border: 2px solid #dddddd;
    padding: 10px 7px;
}
.table-shop .quantity input{
    border: none;
    width: 30px;
    text-align: center;
}
.table-shop td .add-qty {
    cursor: pointer;
    color:  #009cc6;
    font: normal normal normal 10px/1 FontAwesome;
    margin-top: 5px;
    margin-right: 12px;
}
.table-shop td .minus-qty{
    cursor: pointer;
    color:  #009cc6;
    font: normal normal normal 10px/1 FontAwesome;
    margin-top: 5px;
    margin-left: 12px;
}
@media (max-width:768px){
    .Shop-content {
        padding: 50px 20px 35px;
    }
    .table-shop td:nth-child(2) {
        min-width: 60px;
    }
}

.promo ul{
    padding: 0px;
}
.promo ul,.order-summary ul{
    float: right;
}
.promo ul li ,.order-summary ul li{
    float: left;
}
.promo .code {
    font-size: 22px;
    text-align: left;
    width: 230px;
    border: none;
    border-bottom: 2px solid #dddddd;
    padding: 20px 0px 18px;
}
.promo ul .blue{
    font-size: 16px;
    margin-left:14px;
    background: #009cc6;;
    width: 240px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.promo .blue a , .checkout a {
    line-height: 60px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}
@media(max-width: 992px){
    .promo ul li, .promo ul{
        float: none;
    }
    .promo {
        display: block;
        padding: 0px 20px ;
    }
    .promo ul .blue {
        margin-left:  0px;
    }

}

.top-page{
    border-top: 3px solid #f5f5f5;
    border-bottom: 3px solid #f5f5f5;
    padding: 10px 0;
    color: #00617e;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.page .top-page p{
    margin-bottom: 0;
    color: #00617e;
    font-weight: 700;
    font-size: 16px;
}
.share-page{
    float: right;
}
.share-page .title-share{
    display: inline-block;
}
.share-page ul, .share-page li{
    display: inline-block;
    margin-top: 0;
}
.top-page .share-page li{
    margin: 0 5px;
    color: #009cc6;
}
.share-page li:last-child{
    margin-right:0;
}

/* related news */
.cta.block-related h3{
    color:#808285;
    text-transform: none;
    font-weight: normal;
}
.list-related .item{
    display: inline-block;
    width:33.33%;
    margin: 0 -3px 0 0;
    border-right: 1px solid #e1e1e1;
    padding: 0 40px;
    box-sizing: border-box;
    vertical-align: top;
}
.list-related .item:first-child{
    padding-left: 0;
}
.list-related .item:last-child{
    border-right: 0;
}
.list-related .item h4 a{
    color: #009cc6;
    font-size: 24px;
    line-height: 30px;
}
.list-related .item p{
    margin-bottom: 0;
    color: #00617e;
    text-transform: uppercase;
    font-weight:700;
}
.menu-category {
    box-shadow: 0 0px 3px #dddede;
    -moz-box-shadow: 0 0px 3px #dddede;
    -webkit-box-shadow: 0 0px 3px #dddede;
}
.menu-side.menu-category .menu-item{
    border-bottom: 3px solid #f5f5f5;
}
.menu-side.menu-category .menu-item.active, .menu-side.menu-account .menu-item.active{
    background: #f5f5f5;
}
@media(max-width: 1050px){
    .block-related{
        max-width:100%;
    }
}
@media(max-width: 768px){
    .list-related .item{
        border: 0;
        border-bottom: 1px solid #e1e1e1; 	
        margin:0 0 20px;
        padding:0 0 15px;
        width: 100%;
    }
}
.list-archive li{
    display: inline-block;
    margin-right: 10px;
}
.list-archive li  a{
    color: #009cc6; 
    font-size: 24px;
}
.list-archive li  a.active{
    color:#009cc6;
}
.block-list .item{
    border-top: 3px solid #f5f5f5;
    padding: 25px 0;
}
.block-list .item h2{
    margin:0;
}
.block-list .item h2 a{
    color: #009cc6;
    font-size: 24px;
}
.block-list .item .date{
    color: #808285;
    font-size: 24px;
    margin: 0;
}
@media(max-width: 500px){
    .pagination li{
        margin:0
    }
}
/* pagination */
.pagination{
    text-align: center;
    width: 100%;
    border-spacing: 0px;
}
.pagination ul{
    text-align:center;
}
.pagination li{
    margin: 4px;
    width: 40px; 
    height: 40px;
    display: inline-block;
}
.pagination li:hover a, .pagination li:hover span {
    color: #97daea; 
}
.pagination .current , .pagination .current:hover , .pagination .current:active  {
    background: #014d62; 
    color: #fff; 	
}
.pagination li a ,.pagination li span{
    height: 40px;
    width: 40px;
    color: #009cc6;
    font-size:16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    display: block;
}
.pagination li a.current{
    background: #00617e;
    color: #FFFFFF;
}
.order-summary{
    background: #F5F5F5;
    padding: 40px 50px;
}
.order-summary .title-sum{
    text-align: right;
    font-size: 48px;
    color: #808285;
    padding-right: 85px;
    letter-spacing: 8px;
}
.order-summary li:nth-child(2) {
    padding-right: 160px;
}
.order-summary li table{
    font-size: 22px;

}
.order-summary table td {
    padding: 10px 20px 10px 0px;
    text-align: left;
    max-width:  220px;
}
.order-summary table  th {
    text-align: right; 
}
.order-summary .checkout{
    max-width: 490px;
    width: 490px;
    background: #fdb515;
    height: 60px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    float: right; 
}
@media (max-width : 1919px){
    .order-summary .checkout{
        width: 90%;
        max-width: 490px;

    }
}
.page .order-summary  h1{
    font-size: 48px;
    color: #808285;
    float: none;

}
.page .order-summary  h3{
    font-size: 22px;
    color: #231f20;
    margin-right: 20px;
    padding-top: 15px;
}

@media(max-width:1500px){
    .order-summary ul  {
        width: 100%;
        text-align: center;
    }
    .order-summary li:nth-child(2) {
        padding-left: calc(50% - 110px);
        padding-right: 0;
    }
    .order-summary ul ,.order-summary ul li{
        float: none;
    }
    .order-summary .title-sum {
        text-align: center;
        padding-right: 0px;
    }

}

.search-product .accordion {
    margin-top: 3px;
}
.search-product .accordion-item:first-child {
    border-top-width: 0;
}
.search-product .accordion-item {
    padding-bottom: 21px;
    padding-top: 22px;
}
.search-product .accordion .content li {
    padding: 10px 0;
}
.search-product .accordion .content li a {
    display: inline-block;
    padding: 0 0 1px;
}
.search-product .accordion .content li a:hover {
    background-color: transparent;
    border-bottom: dotted 1px #009cc6;
    color: #009cc6;
    padding: 0;
}

.sub .menu-category {
    padding-top: 15px;
}
.search-product form {
    height: 100%;

    text-align: left;
}
.search-product form button {
    height: 50px;
    width: 120px;
}
.search-product .form-row {
    height: 50px;
    margin-bottom: 0;
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
}
.search-product form .input-wrapper {
    width: 100%;     
}
.search-product .search-product-input {
    height: 100%;
    width: 100% !important;
}
@media (min-width: 1200px) {
    .sub.search-product {
        background: #FFF;
        height: 341px;
        width: 640px
    }    
    .search-product .faux-row {
        width: 100%;
    }
    .search-product .category {
        background: #F5F5F5;
        width: 220px;
    }
    .search-product .field {
        padding: 35px 40px 50px 35px;
        background: #fff;
    }
    .sub .menu-category a {
        padding: 17px 40px;
    }
}
@media (max-width: 1199px) {
    .sub.search-product .faux-col, .sub.search-product .faux-row {
        display: block
    }
    .search-product .field {
        padding: 15px;
    }s
    .search-product .accordion-item {
        padding: 16px;
    }
    .search-product .accordion .content li a {
        border-width: 0;
        height: auto;
        line-height: normal;
        text-transform: none;
    }
    .search-product .accordion .content li a:after {
        display: none;
    }
}
.breadcrumba .trail {
    display: inline-block;
}
.breadcrumba .link-back {
    float: right;
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
}
.breadcrumba .link-back:hover {
	cursor: pointer;
}
.breadcrumba .link-back .fa {
    font-size: 11px;
    margin-right: 15px;
    vertical-align: middle;
}
.product-thumb-desc, .product-price-menu {

}
.product-title {
    background: #00617E;
    color: #FFF;
    height: 80px;
    font-size: 44px;
    font-weight: 300;
    line-height: 80px;
    padding-left: 50px;
}
@media(min-width: 1200px) and (max-width: 1919px) {
    .product-title {
        font-size: 2.7vw;
    }
}
.product-desc p {
    color: #00617e;
    font-size: 24px;
}
.product-spec-tab {
    margin-top: 50px;
}
.product-thumb-desc {
    border-collapse: collapse;
}
@media(min-width: 1200px ) {
    .product-thumb-desc, .product-price-menu {
        height: 220px
    }
}
@media(min-width: 1200px) and (max-width: 1300px) {
    .product-spec-tab .header, .product-add-cart .basic-btn {
        font-size: smaller
    }    
}
.pproduct-thumb {
    width: 208px;
}
.product-thumb-wrapper {
    position: relative;
}
.faux-col .product-desc{
	margin-top: -30px;
} 
.product-desc {
    padding-left: 30px;
}
.product-spec-thumb {
    background: #FFF;
    border: solid 1px #E1E1E1;
    padding: 3px;
}
.product-zoom {
    background: rgba(0, 156, 198, .85);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    color: #FFF!important;
    display: inline-block;
    font-size: larger;
    height: 60px;
    left: -99999px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    text-decoration: none!important;
    top: -99999px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 60px;
}
.product-thumb-wrapper:hover .product-zoom {
    left: 50%;
    top: 50%;
    cursor: pointer;
}
.product-thumb-wrapper .ctrl {
    color: #009ACD;
    font-size: larger;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
}
.product-thumb-wrapper .prev {
    left: -25px;
    visibility: hidden;
}
.product-thumb-wrapper .next {
    right: -25px;
}
@media(max-width: 767px) {
    .product-thumb-desc, .product-thumb-desc .faux-col {
        display: block;
        width: auto;
    }
    .product-thumb-desc .pproduct-thumb {
        text-align: center;
    }
    .product-thumb-wrapper {
        display: inline-block;
    }
}
@media(min-width: 768px) {
    .tab-content .header {
        display: none
    }
}
.table-product-spec th {
    padding-right: 20px;
    white-space: nowrap;
}
.table-product-spec td {
    /*line-height: 24px;
    padding: 20px 0px;*/    
}
.product-price {
   /* border-bottom: solid 1px #F5F5F5; */
    padding-bottom: 20px;
}
.product-price .label-price {
    font-size: 18px;
}
.product-price .price {
    font-size: 36px;
    margin: 10px 0 0;
}
.product-price .price strong {
    color: #808285;
    float: right;
    font-size: 16px;
    margin-top: 17px;
}
.product-menu {
    text-align: right;
    border-bottom: solid 1px #E1E1E1;
}
.product-menu a {
    color: #009cc6;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-menu .fa {
    margin-left: 10px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type=number] {
    -moz-appearance: textfield;
}
.product-add-cart {
    margin-top: 50px;
}
.product-add-cart label {
    font-size: 24px;
    font-weight: 300;
}
.product-add-cart .qty-input,.shop_table .product-quantity .input {
    border: solid 2px #DDDDDD;
    font-size: 18px;
    height: 60px;
    margin: 0 10px;
    text-align: center;
    width: 60px;
}
.product-add-cart form {
	display: -webkit-box;
    display: flex;
	display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}
@media(min-width: 992px) {
    .product-add-cart .basic-btn {

    }

}
.product-category {
    background: #F5F5F5;
    margin-top: 40px;
    padding: 30px;
}
.product-category h3 {
    color: #808285;
    font-size: 16px;
}
.product-category li {
    margin: 10px 0 0;
}
.product-category a {
    border-bottom: dotted 1px #009cc6;
    color: #009cc6;
    font-size: 18px;
}
.related-product {
    background: #F5F5F5;
    padding-bottom: 60px;
}
.related-product .col-md-4 {
    border-left: solid 1px #E1E1E1;
    margin-top: 30px;
}
.related-product .summary {

    height: auto;
    margin: 0;
    padding: 0 45px;
    width: auto;
}
.related-product .col-md-4:last-child .summary {
    border-right-width: 0;
}
.related-product h2 {
    color: #808285;
    font-size: 36px;
    margin: 0;
    padding: 50px 50px 0;
}
.related-product .summary h4 {
    line-height: 30px;
}
.related-product .summary .sub {
    display: inline-block;
    margin-top: 5px;
}
.related-product .summary p {
    font-weight: 300;
}
.related-product .summary .cat {
    color: #009cc6;
    border-bottom: dotted 1px #009cc6;
    text-decoration: none;
    margin: 5px;
}
.related-product .summary .price {
    display: block;
    font-size: 24px;
    margin: 20px 0;
}
.related-product .summary-menu li {
    display: inline-block;
    margin: 0 15px 0 0!important;
    vertical-align: middle;
}
.related-product .summary-menu .fa {
    color: #009CC6;
}
.related-product .summary-menu .fa-heart, .related-product .summary-menu .fa-th-list {
    font-size: smaller;
}
@media(min-width: 768px) {
    .related-product .row, .related-product .col-md-4 {
        display: -webkit-box;
		display: flex;
		display: -webkit-flex;
    }
}

.content-header .faux-row {
    width: 100%;    
}
@media(min-width: 1920px) {
    .content-header .faux-col:last-child {
        width: 25.12%;
    }
}
@media(min-width: 1199px) and (max-width: 1919px) {
    .content-header .faux-row {
		display: -webkit-box;
        display: flex;
		display: -webkit-flex;
    }
    .content-header .faux-col:first-child {
        display: block;
        width: 100%;
    }
    .content-header .faux-col:last-child {
        width: 33.5%;
        min-width: 325px;
        white-space: nowrap;
    }
}

.content-header h3 {
    background: #F5F5F5;
    color: #808285;
    font-size: 44px;
    font-weight: 300;
    height: 145px;
    padding: 50px;    
}
.search-filter {
    color: #808285;
    display: inline-block;
    font-size: 36px;
    margin-bottom: 5px;
}
.product-search {
    padding-left: 50px;
}
.product-search .btn-search {
    width: 120px;    
}
.search-input {
	display: -webkit-box;
    display: flex;
	display: -webkit-flex;
}
.search-criteria {
    cursor: pointer;
    font-weight: 300;
}
.product-search .accordion {
    margin-top: 5px;
}
.btn-search-criteria .fa {
    font-size: smaller;
    margin-left: 5px;
    vertical-align: top;    
}
.product-search .accordion .scroll-pane  {
    height: 180px;
    width: 100%;
}
.table-shop td:first-child{
    padding-right: 10px;
}

@media(max-width:1200px){

.product-search {
    padding-left: 0px; max-width: 90%; margin: 0 5%;
}

}

@media(max-width:768px){
    .table-shop {
        overflow-x: auto;
    }
    .pg-account .tab li , .tab-content-Manage.tab li  {
        width: 100%;
    }
}

@media(max-width:768px){

    .pg-account .content .tab-order {
        overflow-x: auto;
    }
    .tab-content-Account .tab-order td:first-child {
        min-width: 400px;

    }
}
.tab-content-Account td:first-child {
    width: 860px;
    padding-left: 0px;
}
@media (min-width :1600px ){
    .tab-content-Account td:first-child {
        width: 570px;
    }
}
.order-summary table td:first-child {
    text-align: right;
    text-transform: uppercase;
}
@media(max-width :480px){
    .order .title-order,.Ship-option .title-ship, .Bill-option .title-bill {
        display: block;
    }
    .order .title-order h2 {
        width: 100%;
        margin-bottom: 0px;
    }
    .Ship-option .title-ship h2, .Bill-option .title-bill h2{
        width: 100%;
    }
    .menu-side .menu label{
        padding: 20px 20px;
    }
}
@media(max-width: 1200px) {
    .content-header .faux-row, .content-header .faux-col,
    .page-content.faux-row, .main-body.faux-col, aside.faux-col {
        display: block
    }
	
    .breadcrumba {
        height: 50px;
        padding: 5px 0 0;
    }
    .breadcrumba .trail {
        display: none;
    }
    .product-title {
        font-size: 30px;
        height: auto;
        line-height: normal;
        padding: 15px 20px;
    }
    .content-header h3 {
        display: none;
    }

}
@media(max-width: 767px) {
    .product-spec {
        margin-top: 40px
    }
    .product-spec-thumb {
        display: inline-block
    }
    .product-desc p {
        font-size: 20px;
        margin: 20px 0;
    }
    .product-spec-tab .tab-header {
        display: none;
    }
    .tab .basic-btn {
        margin-bottom: 15px;
        padding-left: 20px;
        text-align: left;
    }
    .tab .basic-btn:after, .tab .basic-btn:before {
        font: normal normal normal 14px/1 FontAwesome;
        float: right;
        margin: 22px 10px 0 0;
    }
    .tab .basic-btn:after {
        content: "\f067";
    }
    .tab :checked ~ .basic-btn:after {
        content: "\f068";
    }
    .tab-content:last-child .basic-btn {
        margin-bottom: 0;
    }
    .table-product-spec, .table-product-spec tr, .table-product-spec th, .table-product-spec td {
        display: block;
    }
    .tab .content {
        padding: 20px;
    }
    .product-price .price strong {
        display: block;
        float: none;
    }
    .product-menu {
        text-align: left;
    }
    .product-menu .fa {
        float: left;
        margin: 2px 10px 0 0;
    }
    .product-add-cart label {
        display: none;
    }
    .related-product .col-md-4 {
        border-left-width: 0;        
    }
    .related-product .summary {

        float: none;
        margin: 0 20px;
        padding: 20px 0;
        border-bottom: solid 1px #E1E1E1;
    }
    .related-product .col-md-4:last-child .summary {
        border-bottom-width: 0;
    }
    .page-content > aside {
        padding: 20px;
        width: 100%;
    }    
    .product-spec-tab {
        margin: 0;
    }
    .related-product {
        padding: 0;
    }
}
@media(min-width: 768px) and (max-width: 1199px) {
    .product-spec {
        margin-top: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-add-cart {
        margin-top: 0;
    }
    .product-add-cart button {
        width:  210px;
    }
    .product-add-cart form {
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }
    .related-product {
        padding: 0 15px;
    }
    .related-product .summary {
        margin-left: 0;
        margin-right: 0;
        padding: 0 15px 40px;
		border-bottom: solid 1px #E1E1E1;
    }
    .product-desc p {
        padding-left: 20px;
    }
    .btn-search-criteria {
        margin: 0px;
    }
    .related-product h2 {
        margin: 0 -20px;
    }

}
@media(max-width: 1199px) {
    .product-price {
        padding-top: 20px;
    }
    .product-category {
        margin: 20px 0px;
        padding: 20px;
    }
    .related-product {

    }
    .related-product h2 {
        background: #00617E;
        color: #FFF;
        font-size: 30px;
        padding: 20px;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .product-menu {
		display: -webkit-box;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
		-webkit-justify-content: space-between;
    }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin:0;
}


/* Modif_acceuil*/

@media(min-width:1200px) and (max-width: 1300px){
    .product .body {
        font-size: 12px;
        margin-top: 10px;
    }
    .product h3 {
        font-size: 18px;
    }
    .home-product .product {
        padding: 15px;
    }
    .home-product .tools {
        padding: 40px;
    }
    .tools .body{
        font-size: 16px;

    }
}
.search-product .accordion .scroll-pane {
    height:  180px;
    width: 100%!important;
}

@media(max-width : 1199px){
    .pg-account .aside-Myaccount {
        display: none;
    }

}
@media(max-width: 768px){
    .promo ul .blue ,  .promo .code {
        width: 100%;
    }
}
@media(max-width: 767px) {
    .table-shop {
        width: 100%;
        overflow-x: auto
    }
}

<!-- -->
.site-footer .menu a:hover {
    color: #009CC6;
    text-decoration: none;
}
.site-footer .social a:hover {
    color: #fff;
}
.slider .control a:hover{
    background: url(./images/sprite-control-slider-orange.png) no-repeat 0 0;
}
.newsletter-form:hover .newsletter-input ,.newsletter-form:hover .btn-newsletter{
    cursor: pointer;
    opacity: 0.8;
}
.modal-asset .overlay {
    background: rgba(0, 0, 0, .9);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}
.checkui:checked ~ .overlay {
    opacity: 1;
    transform: translatex(0);
    -webkit-transform: translatex(0);
}
.modala-content {
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    visibility: hidden;
    width: 600px;
}
@media(max-width: 767px) {
    .modala-content {
        width: 200px;
    }
}
@media(min-width: 768px) and (max-width: 992px) {
    .modala-content {
        width: 300px;
    }
}
@media(min-width: 992px) and (max-width: 1919px) {
    .modala-content {
        width: 400px;
    }
}
.checkui:checked ~ .modala-content {
    opacity: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    visibility: visible;
} 
.modala-content .product-thumb-wrapper + p {
    color: #FFF;
    font-size: 18px;
}
.close-modal {
    bottom: 100%;
    height: 23px;
    float: right;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 23px;
}
.close-modal:hover {
    cursor: pointer;
}
.close-modal:before, .close-modal:after {
    content: '';
    display: block;
    position: absolute;
}
.close-modal:before {
    border-top: solid 3px #009CC6;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    width: 100%;
}
.close-modal:after {
    border-left: solid 3px #009CC6;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    width: 1px;
}
.modal-asset {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}
.order .title-order a:hover , .option .title-ship a:hover ,.option .title-bill a:hover,.title-page-account a:hover {
    color: #97daea;
    border-bottom: 1px dotted #97daea;
    cursor: pointer;
}
.tab-content-Account .scroll-pane{
    width: 100%;
    height: auto;
}
.Shop-content .scroll-pane{
    width: 100%;
}

.search-product form .basic-btn:hover {
    width: 120px;
    height: 50px;
}

.menu .cart .child a:hover {
    width: auto !important;
}
#ERR_SECURE_CONNECT_FAIL{
    display: none;
}
.cell-bodi .row-prod p.cle-mots{
    position: relative;
    bottom: 10px;
    padding-top: 10px;  
	max-height: calc(100% - 80px);
	overflow-y: auto;
}
.search-result .pagination li{
    color: #009CC6;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.search-result .pagination li a:hover ,.search-result .pagination li:hover{
    text-decoration: none;
    color: #fdb515  ;

}
.search-result .pagination li{
    /*display: none;*/
}
.search-result .pagination .show-pagination{
    display: inline-block;
}
.table-search .catalog-mobil {
    display: none;
    text-transform: uppercase;
}
@media (max-width : 488px){
    .count-affiche .filter {
        display: block;
        width:  100px; 
        margin: 10px 0px;
    }
    .select-filter {
        float: none;
        display: inherit;
    }
    .search-result .pagination li {
        width: 25px ; 
        height: 25px;
    }
}

.wl-add-but{
    color: #009cc6;
}
.wl-add-but:hover{
    color: #fdb515;
}
.woocommerce-page .page-title {
    display: none;
}
/* */
@media(max-width : 488px){
    .wishlist , .purchase-history{
        overflow: auto;
        width: 100%;
    }

}
.wishlist table{
    margin: 20px 0px;
}
.tab-content-Account .wishlist  th , .tab-content-Account .wishlist  tbody td{
    min-width: 150px;
    padding: 5px ;
}
.tab-content-Account .wishlist  th, .tab-content-Account .wishlist  tbody td{
	text-align: left!important;
}

.tab-content-Account .wishlist tr:last-child td,.tab-content-Account .purchase-history tr:last-child td {
    font-size: 16px;
    padding-top: 10px;
}
.purchase-history td {
    width: 20% ;
}
.purchase-history .product-name {
    min-width: 150px;
}

/* My-lists Wishlist of menu Myaccount*/
.My-lists .wl-row a ,.My-lists .actions input ,#wl-wrapper .form-row .button{
    background: #009CC6;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    width: 300px;
    line-height: 2;
}
.My-lists .wl-row a:hover,.My-lists .actions input:hover,#wl-wrapper .form-row .button:hover {
    background: #fdb515;
    color: #fff;
}
#wl-wrapper .form-row  {
    margin: 10px 0px; 
}
.form-row .wl-rad-table {
    margin-bottom: 20px;
    width: 100%;
}
.form-row .wl-rad-table td {
    padding: 30px;
}

.My-lists .shop_table a , .shop_table .product-name a{
    color: #009cc6;
    text-decoration: none;
}
.My-lists .shop_table a:hover,.shop_table .product-name a:hover {
    color: #97daea;
    text-decoration: none;
}
.My-lists .shop_table  .row-actions {
    margin: 10px 0px; 
}
.My-lists .shop_table  .row-actions a {
    border-bottom: 1px dotted #009cc6;
    font-size: 16px; 

}
.My-lists .shop_table  .row-actions a:hover {
	color: #97daea;
	border-bottom: 1px dotted  #97daea;
    text-decoration: none;
}
/*Manage List */
.btn-small {
    border: none;
    height: 40px; 
    background: #009CC6;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    line-height: 20px;
    width: 150px;
    font-weight: bold;
}
.btn-small:hover {
    background: #fdb515;
    color: #fff;
}
.tab .tab-content {

}
.tab-content-Manage .wl-form{
    padding: 0px !important;

}
.tab-content-Manage  .content .manage{ 
    min-width: 600px;
}
.tab-content-Manage .tab-content {
    margin-bottom: 0px;
}
@media (max-width:768px){
    .tab-content-Manage  form{
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }
}
/* crate-a-list*/
.content #wl-wrapper{
    padding: 0px 50px; 
}
.content #wl-wrapper .wl-form{
    padding: 0px 50px; 

}
.form-row.col-md-4{
    padding: 0px 20px!important;
}
@media (max-width:992px){
    #wl-wrapper .button {
        width: 100%;
    }
}
@media (max-width: 768px){
    .content #wl-wrapper{
        padding: 0px 30px ;
    }
}
.woocommerce table.shop_table {
    border: none!important;
}

.site-header .search-product .accordion  .content .special-acc-item li{
    padding: 0px !important; 
}
.site-header .search-product .accordion .content{
    padding-top: 10px;
}

/* header modif*/
.top-menu .login .menu.child {
    padding: 15px 0px;

}
@media (max-width: 1500px){
    .tools h2 {
        font-size: 40px;
    }
}
@media (max-width: 992){
    .tools h2 {
        font-size: 30px
    }
}
@media(min-width: 1920px ){
    .product .body {
        font-size: 16px;
    }
    .home-product .product {
        padding: 30px;
    }
    .product h3 {
        font-size: 24px;
    }
}
@media(min-width: 1600px) and (max-width: 1920px ){
    .product h3 {
        font-size: 20px;
    }
}
@media(max-width: 1200px ) {
    .product h3 {
        font-size: 19px;
    }
}
.scroll-pane_plug {
    line-height: 10px !important;
}

/* slider*/
.hesperiden.tparrows {
    background: url(./images/sprite-control-slider.png) no-repeat 0 0;
    display: block;
    height: 70px;
    left: 20px;
    position: absolute;
    text-indent: -99999px;
    top: 95%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    width: 50px; 
    z-index: 100;

}
.hesperiden.tparrows:hover {
    left: auto;
    right: 20px;
    background: url(./images/sprite-control-slider-orange.png) no-repeat 0 0;

}
.hesperiden.tparrows.tp-rightarrow,.hesperiden.tparrows.tp-rightarrow:hover {
    background-position: 100% 0;
}
.tp-caption.medium_light_white, .medium_light_white  {
    font-family:  Calibri, Helvetica, Arial, sans-serif;
    position: absolute;
    left: -100px;


}
@media(max-width :1200px){
    .tp-caption.medium_light_white, .medium_light_white  { 
        display: none!important;
    }
}

/* menu header application/analyte */
.sub.scroll-menu {
    width: 300px;
    height: 247px;
    background:#F5F5F5;
}
.sub.scroll-menu li{
    background: #F5F5F5;
    width: 291px;
    line-height: 0px!important;
}
.scroll-menu .scroll-pane_plug{
    width: 100%;
}
.mCSB_container_wrapper>.mCSB_container {
    line-height: 0px!important;
}
.mCSB_container_wrapper {
    margin-bottom: 0px; 
    margin-right: 0px; 
}

@media(max-width: 1199px){
    .sub.scroll-menu {
        width: 100%;
        background: #333333;
    }
    .sub.scroll-menu li{ 
        width: 100%;
        background: #333333;
    }
}
.home-menu {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: #FFF;
    border-style: solid;
}
.site-footer .row { 
    background: #00617E;
}
/* my-orders of Myaccount*/
.tab-account-orders {
    width: 100%;
    margin: 20px 0px;
    min-width: 550px;
}

.tab-account-orders .order-actions{
    text-align: right;
}
.order-actions a , .order-number a{
    border-bottom: 1px dotted #009cc6 ; 
    color: #009cc6;
}
.order-actions a:hover , .order-number a:hover{
    border-bottom: 1px dotted #97daea ; 
    color: #97daea;
}
.tab-custom td {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0px;
    min-width: 100px;
}
@media (max-width: 768px){
    .container-table {
        width: 100%;
        overflow: auto;
    }
}
/* home-menu*/

.home-menu:hover .slide-product   {
    width: 100%;
}
.home-menu:hover  .slide-product span {
    background-position: -10px 0;
}
.home-menu:hover .product-thumb  a {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s, 0s;
    -webkit-transition-delay: 0s, 0s;
}
@media (max-width: 768px){
    .slide-product span {
        top:50px;
    }
}
/* global */
.mCSB_container {
    width: calc(100%)!important;
    overflow-y: hidden!important;
}
/* footer */ 
@media (min-width: 1920px){
    .footMenu-vlg{
		display: -webkit-box;
        display: flex;
        display: -webkit-flex;
    }
    .footMenu-lg{
        display: none;
    }
}
@media (max-width: 1919px){ 
    .footMenu-lg{
        display: block;
    }
    .footMenu-vlg{
        display: none;
    }

}


.footMenu-entermail{
    background: #014d64;
    display: none;
}
.footMenu-entermail input{
    height: 60px;
    border-width: 0px!important; 
    background: #004d64;
    padding-left: 30px!important; 
    width: 100%;
    font: 300 16px Calibri, Helvetica, Arial, sans-serif;
    color: #009cc5;
}
.footMenu-entermail input::-webkit-input-placeholder {
    color: #009cc6;
    font-size: 16px;
    font-weight: 700;
}
.footMenu-entermail input::-moz-input-placeholder {
    color: #009cc6; 
}
.footMenu-entermail input::-moz-input-placeholder {
    color: #009cc6; 
}
.footMenu-entermail input::-webkit-input-placeholder {
    color: #009cc6;
}
.footMenu-entermail input::-ms-input-placeholder {
    color: #009cc6;
}


@media (min-width: 1920px){
    .footMenu-entermail , .newsletter-form {
        display: inline-block;
        width: 50%;
    }
}
@media (max-width : 1920px){
    .newsletter-form .newsletter-input {
        padding-left: 30px;
    }

}
/* Newsletter*/
.list-archive li  a:hover , .block-list .item h2 a:hover {
    text-decoration: none;
    color: #97daea; 

}
.list-archive li  a:active , .block-list .item h2 a:active {
    color: #014d64;
    text-decoration: none;
}
@media (max-width: 488px){
    .pagination li, .pagination li a, .pagination li span {
        width: 30px ; 
        height: 30px;
        line-height: 20px;
    }
}
.btn-cta.white:hover {
    background: #FDB515;
    color: #FFFFFF;

}
/* product spec table*/
@media (max-width : 992px){
    .table-product-spec tr{
        border-bottom: 1px solid #E1E1E1;
        padding: 20px;
    }
    .table-product-spec tr:last-child {
        border: none;
    }
    .table-product-spec td{
        padding: 5px 0px;
    }
}
/* product-search-criteria */ 
.product-search .scroll-pane_plug  li {
    line-height: 5px ;
    margin: 0px ;

}
.product-search .accordion-item  li  input[type=checkbox]{
    left: 0px;
    width: 25px; 
    height: 25px;
    cursor: pointer;
}
.product-search .scroll-pane_plug   li label {
    line-height: 0px; 
}
.product-search .accordion .search-criteria {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
}
.product-search .accordion label .custom-checkbox{
    /*float: left;*/
}

/* style formulaire input */ 
input[type=text], input[type=email] ,input[type=password] , textarea{
    border-color: #F5F5F5;
    border-style: solid;
    border-width: 0 0 1px;
    font-weight: 300;
    padding: 10px 10px 10px 0;
    width: 100%;
    font: 300 16px Calibri, Helvetica, Arial, sans-serif;
}
textarea {
    height: 95px; 
}
input[type=text]:focus ,input[type=password]:focus, input[type=email]:focus , textarea:focus, .text-input:focus {
    border: 1px solid  #FDB515;
}
#billing_state_field , #billing_country_field {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
}
#billing_state_field > label , #billing_country_field > label{
	width: 120px;
	line-height: 25px;
	min-width: 75px;
}
.select2-container .select2-choice {
    border: none;
    color: #009cc6; 
    padding: 5px 0px 0px 8px;
	width: 250px;
}

.select2-container .select2-choice>.select2-chosen:after {
    content: "\f078";
    font:  normal normal normal 14px/1 FontAwesome; 
    border: none;
    top: 15%; 
	padding-left: 10px;
}
.select2-container .select2-choice .select2-arrow {
	display: none;
}
.select2-drop {
	border: 1px solid #009cc6;
	border-radius: 0px; 
	-webkit-border-radius: 0px; 
	/*width: calc(100% - 250px)!important;*/
}

@media (min-width: 768px){
	.select2-drop  {
		width: calc(50% - 150px)!important;
	}
}
.select2-results {
	background: #fff;
}
.select2-results li {
	color: #009cc6;
	font-size: 16px;
}
.select2-results li:hover {
	color: #fff; 
	background: #009cc6;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices{
	border: none;
}
.select2-drop.select2-drop-above.select2-drop-active , .select2-drop.select2-drop-above {
	border: 1px solid #009cc6; 
}
.select2-drop.select2-drop-above {
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
.select2-search {
	padding-top: 4px;
	background: #fff;
}
input.button.alt {
    background: #009cc6 ; 
}
.shop_table p{
    margin: 0px; 
}
input[name=save_address].button{
	/*margin-top: 30px;*/
    margin: 30px 10px;
	float: right;
	width: 68%; /*47%*/
}
@media (max-width: 768px){
	.form-row-first , .form-row-last {
		float: none!important;
		width: 100%!important;
	}
	input[name=save_address].button{ 
		width: 95% ; 
		float: none;
	}
}

/* My account blank*/
.pg-account {
    border-spacing: 50px;
}
.page-content .entry-content p{
    margin: 0px;

}
aside-Myaccount {
    padding-left: 50px;
}

/* criteria search*/
:checked ~ .custom-checkbox .fa {
    visibility: visible!important;
}

/* fiche Produit  */
.product-spec .product-add-cart {
    margin-top: 30px; 
    float: right;
	display: -webkit-box;
    display: flex;
	display: -webkit-flex;
}
.product-add-cart .title-Qty {
    line-height: 45px;
    font-size: 24px;
}
.product-spec .product-add-cart .blc-num-add{
    display: -webkit-box;
	display: flex;
	display: -webkit-flex;
}
.product-spec .product-add-cart .blc-num-add input {
    height: 50px;
    width: 50px;
    border: 1px solid #dddddd;
    margin: 0px 10px;
}
.product-spec .product-add-cart  .blc-num-add a{
    height: 50px;
    width: 150px;
    padding-top: 15px;
    top: 0px;
}
.product-spec .product-add-cart  .blc-num-add a:hover {
    background: #FDB515;
}
/* photo ptoduct*/
.product-spec-description {
    display: none;
}
.display-descript{
    display: block!important;
}
.product-spec-description p{
    color: #FFF;
    font-size: 18px;
    padding-top: 10px;
}
.product-thumb-wrapper .next:hover ,.product-thumb-wrapper .prev:hover {
    cursor: pointer;
}
/* blank in top*/
.entry-header {
    display: none !important ; 
}
.cart-collaterals {
    width:calc( 100% + 100px); 
    height: calc( 100% + 50px);
    position: relative; 
    bottom: -50px;
    left: -50px;
}
.table-sum {
    float: right;
}
@media (max-width : 1200px){
    .cart-collaterals {
        bottom: 0px;
    }
    .order-summary .checkout {
        width: 490px;
        margin-bottom: 20px;
        float: none; 
        margin-left: calc( 50% - 245px);
    }
    .table-sum { 
        float: none;
        margin-left: calc( 50% - 120px);}
}

@media (max-width : 768px) {
    .order-summary .checkout {
        max-width: 100%;
        width: 100%;
        margin: 0px;
    }
}
.table-sum .shipping p{
    margin: 0px;
}

/* edit-profil*/
#pass-strength-result {
    line-height: 20px;
    margin: 13px 5px 5px 20%; 
}
.wppb-user-forms ul li .text-input {
    border: 1px solid rgba(253,181,21,0);
    background: rgb(235,235,228);
    transition: border ease .3s;
}
.wppb-user-forms ul li .text-input:focus{
    border: 1px solid rgba(253,181,21,1);
}

.wppb-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]), 
.wppb-user-forms select, 
.wppb-user-forms textarea {
    background: rgb(235,235,228) !important;
    line-height: 2;
    transition: border ease .3s;
}
.woocommerce .woocommerce-message , .woocommerce .woocommerce-info{
    height: 50px;
    margin: 0px;
    display: none;
}
/* edit profil*/
input:focus, textarea:focus, keygen:focus, select:focus , button:focus {
    outline: 0;
}
.text-input ,.wppb-form-field label {
    height: 40px;
    line-height: 50px;
}
input:-webkit-autofill {
    background: #fff; 
}

}
.submit.button:hover {
    background: #FDB515;
}
.wppb-form-field > span {
    padding-top: 0px;
    margin-left: 20%;
}
@media (max-width: 1200px){
    .edit_profil_woo {
        padding: 30px 30px;
    }
} 
@media (max-width: 768px){
    .edit_profil_woo {
        padding: 30px 0px;
    }
}
@media (max-width : 488px){
    .submit.button {
        width: 100%; 
        margin: 0px;
    }
    .wppb-form-field > span {
        margin-left: 0;
    }
    #pass-strength-result {
        margin: 13px 5px 5px 0; 
    }
}

/* footer pieds de page*/
.site-footer {
    position:fixed !important; /**/
    z-index: 9999; /**/
    bottom: 0px; 
    left: 0px;
    width: 100%
}
/* single pots */
.textwidget a{
    color: #009CC6;
}
.textwidget a:hover {
    color: #FDB515;
    cursor: pointer;
}
.cta.stroc .faux-col {
    line-height: 20px;
}
.cta.block-related .faux-col {
    height: auto;
}
/* related news */
.block-related {
    background: #f5f5f5;
    max-width: calc(71.88% - 55px );
    width: calc(100% - 465px);
}
.cta.block-related h3{
    color:#808285;
    text-transform: none;
    font-weight: normal;
}
.cta.stroc h3 {
    font-size: 30px;
}
.cta.block-related h3 {
    font-size: 30px;
    font-weight: 700;
}
.page-single .list-related .item:last-child {
    padding: 0px 0px 0px 40px;
}

@media (max-width : 1200px){
    .page-single .block-related {
        width: 100%; 
        max-width: 100%;
    }
    .page-single .list-related .item:nth-child(2) {
        padding: 0px 20px;
    }
    .page-single .list-related .item:last-child {
        padding: 0px 0px 0px 20px;
    }
    page-single .list-related .item:first-child {
        padding: 0px 20px 0px 0px;
    }
}
@media (max-width : 768px){ 
    .list-related .item{
        padding: 0px 15px!important ; 
    }
    .page-single .list-related .item:last-child { 
        border-bottom: none;
    }
}
@media (max-width: 488px){
    .page-single .title-page {
        font-size: 34px; 
        margin-top: 20px;
    }
    .page-single .image-article img {
        width: 100%;
    }
    .page-single .image-article {
        margin: 0px 0px 20px;
    }
    .page-single p a img{
        width: 100%;
    }
    .cta.stroc {
        padding: 20px 20px;
    }
    .cta.stroc h3 {
        margin-bottom: 0px;
    }

}
/* */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    display: none !important ; 
}
/* */
.tab-content-Account.atglance :checked ~ .content {
    display: -webkit-box;
	display: flex;
	display: -webkit-flex;
}
@media (max-width : 1200px) {
    .title-page-account {
        padding-top: 30px;
    }
}
@media (max-width: 992px){
    .tab-content-Account :checked ~ .content {
        display: block;
    }
    .tab-content-Account .order {
        width: 100%;
        padding-right: 0px;
    }
    .tab-content-Account .option {
        width: 100%;
    }
    .tab-content-Account .option{
        padding-left: 0px; 
        border-left: 0px;
        padding-top: 20px;
    }
    .tab-content-Account .Ship-option:first-child {
        padding-right: 40px;
        border-right: 2px solid  #F5F5F5 ; 
    }
    .tab-content-Account .Ship-option:last-child {
        padding-left: 40px;
    }
}
@media (max-width : 768px){
    .tab-content-Account .option {
        display: block;
    }
    .tab-content-Account .Ship-option {
        padding: 20px 0px !important;
        margin-bottom: 0px!important;
    }
    .tab-content-Account .Ship-option:first-child { 
        border-bottom: 2px solid  #F5F5F5 ; 
        border-right: none;
    }

}
/* */
.accordion .check-title {
    padding-left: 5px;
    display:block;
    width:100%;
}
.search-content  .search-result{
/*    padding-bottom: 70px;
*/}
/* my-wishlist */
.page-content .entry-wrap {
    border-spacing: 0px;
}
.content #wl-wrapper {
    padding: 0px;
}
@media (min-width : 1199px) {
    .entry-content > aside {
        width: 540px;
        min-width: 305px;
    }
    .my-list-wish {
        width: 75%;
        margin: 0px;

    }
}
.my-list-wish {
    position: relative;
    top: -80px;
    padding-right: 50px;
}
/* */
.edit_profil_woo .form-submit{
    max-width: 900px;

}

@media( min-width: 1200px){
    .related.products .related-product {
        width: calc(100% - 305px);
        max-width: 74.88% ;

    }
}
/*Event */
.disp-tab {
    display: table;
    border-spacing: 50px 0px;
    border-collapse: separate;
}
.event-aside {
    padding-top: 100px;
}
.tribe-events-list .summary.entry-title{
    background: none;
}
.tribe-events-list .summary.entry-title a:hover ,.itemm .post h2 a:hover , .itemm .post more a:hover{
    color:  #99daed;
}
#tribe-bar-views .tribe-bar-views-list {
    z-index: 1;
}
#tribe-events .tribe-events-button{
    margin-bottom: 10px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] , #tribe-events .tribe-events-button {
    background: #009CC6 ;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover , #tribe-events .tribe-events-button:hover {
    background: #FDB515;
}
.tribe-events-button {
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
/* archive*/ 
.nav-archive .list-archive li a:link{
    text-decoration: none;
}
.nav-archive .list-archive li a:active {
    color:  #00617e ;
}
.nav-archive .list-archive li .active {
    color:  #00617e ;
}
/* */
.jspPane {
    height: 100%!important;
}
/*resultat de recherche post */ 
.itemm .post h2 a {
    color:  #009CC6 ;
}
.itemm .post .small {
    color: #808285 ;
}

.search input::-webkit-input-placeholder {
    color: #808285;
}
.search input::-moz-input-placeholder {
    color: #808285;
}
.search input::-moz-input-placeholder {
    color: #808285;
}
.search input::-webkit-input-placeholder {
    color: #808285;
}
.search input::-ms-input-placeholder {
    color: #808285;
}

footer .menu{
    margin-left: 25px;
}
.page p a:hover{
    text-decoration: none;
}
/*message woo */
.woocommerce .col2-set:before, .woocommerce-page .col2-set:before , .woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
    display: none;
}
/*contact us */
.content .home-main {
	padding: 0px 50px;
}
.wpcf7-form .row-fluid.mb10 {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
/*	padding: 10px;*/
    padding: 10px 0;
}
.wpcf7-form .row-fluid.mb10:last-child {
	display: block;
}
.wpcf7-form .row-fluid.mb10  label {
	line-height: 40px;
	width: 150px;
	font-size: 16px;
}
.wpcf7-form .row-fluid.mb10  span {
	width: 630px;
}
.wpcf7-form > p{
	padding-top: 30px
}
.row-fluid .wpcf7-submit {
	background: #009CC6;
    border-width: 0;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 57px;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
}
.wpcf7-submit.large{
	width: 630px!important;
}
.row-fluid .wpcf7-submit:hover {
	background:  #FDB515;
}
/*.entry.page.publish{
	padding-top: 30px;
}
.entry.page.publish .entry-content ul{
	padding-left: 30px;

}*/
/* page not found*/
.Message-not-found {
	min-width: 100%; 
	width: 100%; 
	margin-right: 1000px;
}

@media (min-width: 1400px ) and (max-width: 1600px){
.Message-not-found { 
	margin-right: 800px;
}
}
@media (max-width: 1400px ) {
	.Message-not-found { 
	margin-right: 500px;
}
}



/* Login et inscription*/
.wppb_shipping_state select,
.wppb_shipping_country select,
.select-change-appear  select,
#wl-wrapper .wl-actions-table select,
.edit_profil_woo select {
	-webkit-appearance: none!important;
    -moz-appearance: none!important;
	color: #009CC6 ; 
	border: none;
	background: transparent;
	margin-top: 10px;
}

.wppb_shipping_state select:hover,
.wppb_shipping_country select:hover,
.select-change-appear  select:hover,
#wl-wrapper .wl-actions-table select:hover,
.edit_profil_woo select:hover {
	cursor: pointer;
}
.wppb_shipping_state:after, .wppb_shipping_country:after {
	position: relative;
	top: -20px; 
	left: 150px;
	
}
.select-change-appear:after{
	position: relative;
	top: 0px; 
	left: -115px;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    z-index: -99;
    color: #009CC6;
    padding-left: 10px;
}

.edit_profil_woo form:first-child .wppb-form-field:after {
	position: relative;
	top: -25px; 
	left: 240px;
}
.wppb_shipping_state select::-ms-expand, .wppb_shipping_country select::-ms-expand, .tab-content-Manage  .move-list-sel::-ms-expand , .edit_profil_woo select::-ms-expand{ 
	 display: none;
}

.wppb-radios .wppb-rc-value:before {
	background: #F5F5F5 ; 
	content: ;
	border-radius: 50%; 
	-webkit-border-radius: 50%; 
	color: #009CC6;
	visibility: hidden;
	width: 20px; 
	height: 20px;
}
:checked .wppb-rc-value:before {
	visibility: visible;
}
.wppb-radios li:first-child{
	float: left;
}
.wppb-radios li:last-child {
	margin-bottom: 0px!important;
}
/* photo profil*/
.thumb-profil .product-spec-description {
	width: 200px;
	height: 200px;
}
.thumb-profil .product-spec-thumb {
	width: 100%;
	height: 100%;
}
.img-spec-resize {
	width: 100%;
	height: 100%;
}

/*page not found */
.error-404 {
	padding: 0px 50px;
}
.error-404  p{
	font-size: 16px;
}
.error-404 .page-header {
	font-size: 24px;
}
.error-404 .search-form {
	padding: 20px 0px;
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	
}
.error-404 .search-form .search-field , .error-404 .search-form .search-submit{
	height: 50px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.error-404 .search-form .search-field {
	border: 2px solid #f5f5f5;
	width: 200px;
}
.error-404 .search-form .content-search-form {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
}
.error-404 .search-form .content-search-form:before {
	content: '\f002';
	color: #fff;
	font:normal normal normal 20px/1 FontAwesome;
	position: relative; 
	left:calc(100% - 35px);
	top: 13px;
	z-index: 999; 
}

.error-404 .search-form .search-submit {
	background:#009CC6 ;
	color: #fff;
	width: 50px;
	border: none;
}

/**popup newsletter*/
.popup, .popup-error, .popup-comparison{
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	display: none;
	z-index: 5000;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;

	> div {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		position: fixed;
		background: #FFFFFF;
		box-shadow: 0px 0px 15px 0px rgba(#000000, 0.3);
		-webkit-box-shadow: 0px 0px 15px 0px rgba(#000000, 0.3);
		padding: 30px 15px;
		/* Width of popup can be changed */
		width: 70%;
		max-width: 600px;
		z-index: 5001;
		@include transform(translate(-50%, -50%));
  		left: 50%;
	   top: 50%;
		text-align: center;
		border: 5px solid #9AD3DE;
	}
}
.popup-error .wrapper , .popup .content-popup{
	width: 500px;
	position: absolute; 
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	-webkit-transform: translate(-50% , -50%);
	
}
.popup-error p{
    color:red;
}
.close-poupNewletter, .close-poupComparison {
	border: none;
	background: transparent;
	background-image: url(../shopping_child/images/btn-modal-close.png);
	-webkit-background-image: url(../shopping_child/images/btn-modal-close.png);
	width: 30px; 
	height: 30px; 
	position: relative; 
	left: calc(100% - 30px);
}
.close-poupNewletter:hover, .close-poupComparison:hover {
	background-image: url(../shopping_child/images/btn-modal-close-hover.png);
	-webkit-background-image: url(../shopping_child/images/btn-modal-close.png);
}

/* */
.related-product .title-wish{
	display: none;
}
.fa-th-list-prime .compared {
	color: #FDB515; 
}

/**popup comparaison*/

.popup-comparison .popup-comparaison-content{
	width: 90%;
    position: absolute;
    left: 50%; 
	top: 50%; 
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	min-width: 960px;
	max-width: 1270px;
	
}

.loading-comparison{
    color:rgba(255,255,255,0) !important;
    background: #79a6b2 url(../shopping_child/images/ajax-loader.gif) center !important;
    background-size: 20px !important;
    -webkit-background-size: 20px !important;
    background-repeat: no-repeat !important; 
    -webkit-background-repeat: no-repeat !important; 
  }

/* support*/
.support-page .form-contact {
	margin: 30px 0px;
}
.support-page .about-support p{
	margin-bottom: 0px;
}
.form-contact .required {
	color: red;
	padding-left: 10px; 
}
.form-contact .row >div ,.form-contact .inline{
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	margin: 15px 0px;
}
.form-contact .inline label {
	padding-left: 15px;
}
.form-contact label ~ span {
	width: 100%;
}
/*.form-contact .attachement {
	width: 250px ; 
	height: 57px;
	float: left;
	border: 1px solid #009CC6;
}
.form-contact .attachement:hover {
	border-color: #FDB515 ; 
	color: #FDB515;
	cursor: pointer;
  
}
.form-contact .attachement:hover span:after{
	color: #FDB515;
}
.form-contact .attachement span:after{
	content: "click here to choose file";
	color: #009CC6;
    border-width: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	position: relative; 
	top: -35px; 
}*/
 .basic-btn.send input{
	opacity: 0;
	float: left; 
	width: 100% ; 
	height: 100%;
}
.form-contact  label {
	width: 150px;
	line-height: 40px;
}
.form-contact .to-send{
	float: right;
}
.form-contact .basic-btn.send {
width: 250px; 
	float: right;
	line-height: 57px;
}
.basic-btn.send input{
	height: 100%; 
	width: 100% ; 
	position: relative;
	top: -57px;
}
.basic-btn.send > span {
	padding-left: 25px;
}
.form-contact .actions {
	float: right;
}
.form-contact .attachement  {
	padding-left: 165px;
}
@media(max-width:768px){
	.form-contact .attachement  {
	padding-left: 0px;
}
}
/* chekout page */
.checkout .order_review{
	padding: 20px 15px; 
}
.checkout .input-checkbox {
	visibility: hidden;
}
.woocommerce-shipping-fields > h3:hover{
	cursor: pointer;
}
/* */
.tp-caption.Fashion-BigDisplay, .Fashion-BigDisplay {
	font-family: Calibri, Helvetica, Arial, sans-serif !important;
}
.page-single div.wpcf7 img.ajax-loader {
	width: 15px; 
	height: 15px; 
	position: relative;
	left: -125px;
	top: 20px;
}
.loading{
  color:rgba(255,255,255,0) !important;
  background: #79a6b2 url("../shopping_child/images/ajax-loader.gif") center !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important; 
}
.added{
  text-align: left !important;
  padding-left: 20px !important;
  background: #009cc6 url("../shopping_child/images/ouii.png") !important;
  background-repeat: no-repeat !important; 
}
.cart .menu-item span.number_2 ,.cart .menu-item span.number_1 , .cart .menu-user-item span.number_1,.cart .menu-user-item span.number_2 {
	text-align: left;
	font-size: 16px; 
	font-weight: 400;
}

a.added_to_cart.wc-forward {
    display: block;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background: #009CC6;
    border-width: 0;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
	line-height: 30px;
	border-radius:0; 
	-webkit-border-radius:0; 
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #FDB515; 
	color: #FFF;
}
.wl-list-pop dl{
	font-size: 16px;
}


/*.col2-set.addresses {
	display: table;
	border-spacing: 0px;
}
.col2-set.addresses .col-1 , .col2-set.addresses .col-2 {
	display: table-cell;
	float: none;
}*/
.entry-content li {
	list-style-image: none!important;
}

/* FAQ */
.check_faq {
	position: relative;
	top:20px;
}
.btn-size_small {
	width: 150px;
}
.underln-dotted:hover{
	color: #97daea;
	border-bottom: 1px dotted #97daea;
}
.underln-dotted{
	color: #009CC6;
	border-bottom: 1px dotted #009CC6 ;
}
.myacc-register-text {
	margin-bottom: 20px;
}
.lost_password a {
	margin-left: 5px;
}
.check-option:hover  {
	cursor: pointer;
}
/* menu bottom mobil*/
.menu-user-item sub{
	background: #fff;
}
@media (max-width: 488px){
	.image-article {
		width: 100%;
	}
}
/* input text  */
input[type=text] {
	padding-left: 5px;
	padding-right: 5px;
}
.FAQ .accordion {
	margin-top: 0px;
}
.FAQ .home-main  , .citation .home-main{
	padding: 0px;
}
.FAQ .accordion ul {
	padding-left: 0px!important;
}
/* pop up wishlist */
.wl-list-pop {
	font-family: Calibri , Helvetica, Arial, sans-serif;
}
.wl-list-pop  dt {
	font-size: 18px;
}
.wl-list-pop  dd {
	line-height: 20px; 
	font-size: 16px;
}
.wl-list-pop  dd a {
	color: #009CC6;
}
.wl-list-pop  dd a:hover {
	color: #97daea;
}
/* form login */
.lost_password a, .myacc-register-text a, .allpage a{
	color: #009CC6;
	border-bottom: 1px dotted  #009CC6 ;
	text-decoration: none;
}
.lost_password a:hover,  .myacc-register-text a:hover ,.allpage a:hover{
	color: #97daea;
	border-bottom: 1px dotted  #97daea ;
	text-decoration: none;
}
@media (min-width: 1200px){
.page.search-content {
	display: table;
}
}
/* single app aside*/
.cta h3 {
	font-size: 30px;
}
/* register */
.allpage .wppb-radios label {
	width: 40px; 
	margin-left: -25px;
}
.wppb-radios li:before {
	content: "";
	background: #F5F5F5;
    color: #009CC6;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 7px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.wppb-radios .custom_field_radio ~ label:before{
	content: "\f111";
	font: normal normal normal 9px/1 FontAwesome;
	color: #009CC6;
	position: relative;
	left: -6px;
	top: -4px;
}
.wppb-radios .custom_field_radio:checked ~ label:before{
	visibility: visible!important;
}
.allpage .wppb-radios .custom_field_radio  {
	position: relative;
	left: -15px;
	visibility: hidden;
}
.allpage .form-submit , .pg-account .form-submit{
	text-align: right;
	max-width: 900px;
}
.allpage .submit.button , .pg-account .submit.button {
	background: #009CC6;
    border-width: 0;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 57px;
    text-align: center;
    text-transform: uppercase;
    width: 630px;
	max-width: 630px;
	box-shadow: none;
	-webkit-box-shadow: none;
	
}
.allpage .submit.button:hover , .pg-account .submit.button:hover  {
	background: #FDB515; 
}
@media(max-width:1200px){
	.allpage .submit.button , .pg-account .submit.button { 
		width: 100%;
		margin-bottom: 30px;
	}
	.allpage .main-body {
		margin: 0px;
	}
}
@media(max-width:488px){
	.allpage .main-body {
		margin: 25px;
	}
	.allpage .home-main {
		padding: 0px;
	}
	.wppb-form-field input {
		width: 100%!important;
	}
	.allpage .wppb-form-field label {
		line-height: 50px;
	}
}
.wppb-form-field label {
	font-weight: 300;}
.allpage select , .pg-account select {
	padding-left: 5px;
}
.allpage .wppb-form-field label {
	line-height: 20px;
}
.allpage .wppb-radios label:hover {
	cursor: pointer;
}
.allpage .wppb-radios li:hover {
	cursor: pointer;
}
.allpage .wppb-user-forms .wppb-radios li {
	margin-right: 20px; 
	padding: 0px;
}

p#wppb_register_pre_form_message {
    padding: 15px 0;
}

.wppb-form-field input, .wppb-form-field input[type="text"], .wppb-form-field input[type="email"], .wppb-form-field input[type="url"], .wppb-form-field input[type="password"], .wppb-form-field input[type="search"], .wppb-form-field select, .wppb-form-field textarea, .wppb-checkboxes, .wppb-radios, #wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input {
    width: 80%;
    float: left;
}

.wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label {
    width: 20%;
}

.pg-account form:first-child p{
	max-width: 900px;
}
 input[type=email] {
 	padding-left: 5px;
 }
/* select 2*/
.mCSB_dragger_bar{
	background-color:  #009CC6!important;
}

.use_customSelect .select2-container .select2-choice {
	border: none;
	background-color: transparent;
	background-image: none;
	color: #009CC6;
	box-shadow: none!important;
}
.use_customSelect .select2-container .select2-choice:hover {
	cursor: pointer;
	color: #009CC6;
	border: none;
	box-shadow: none!important;
}
.use_customSelect .select2-container .select2-choice .select2-arrow {
	display: none;
}
.use_customSelect .select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, 
.select2-container.select2-drop-above .select2-choice{
	background-image: none; 
	border: none;
	box-shadow: none!important;
}
.select2-drop-active {
	border: 1px solid #009CC6 !important;
	border-radius: 0!important;
}
.select2-results .select2-highlighted {
	background: #009CC6!important; 
}
.select2-results__options {
	height: 200px; 
	overflow: auto;
}
.allpage  .select2-container.select2-container--default {
	position: relative; 
	top : 0px;
}
.pg-account .select2-container.select2-container--default {
	position: relative;
	top: 0px
}
.select2-container--open.select2-container--default {
	border: 1px solid  #009CC6 ;
	background: #fff;	
}
.select2-container--open.select2-container--default ul  {
	padding-left: 5px;
}
.use_customSelect .select2-container--open.select2-container--default {
	border: none!important;
	
}
.select2-results__options li {
	padding: 5px 0px;
}
.select2-results__options li:hover , .select2-selection:hover{
	cursor: pointer;
}
.select2-search input {
	border: 1px solid #FDB515; 
}
.select2-selection {
	color: #009CC6;
	font-size: 16px;
	font-style: normal;
	border: none!important;     background: rgb(235,235,228) !important;
    line-height: 2 !important;
}
.select2-selection:after {
	content: "\f078";  display: none;
	font: normal normal normal 14px/1 FontAwesome; 
	z-index: -99;
	color: #009CC6; 
	padding-left: 10px;
}
.allpage .use_customSelect .wppb_shipping_state , .allpage .use_customSelect  .wppb-woocommerce-customer-shipping-address{
	height: 50px;
}
.select2-search input {
	border: 1px solid #FDB515 !important;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width: 0px;
}
/* */ 
.scroll-pane_plug li.menu-special-appli {
	height: 40px;
	line-height: 0px;
	
}
.scroll-pane_plug li.menu-special-appli  a {
	float: left;
}
.accordion .content {
	max-width: 100%;
}
.tab-content .wishlist a{
	color:  #009CC6; 
}
.tab-content .wishlist a:hover{
	color:  #97daea; 
}
.scroll-pane_plug {
	overflow-x: inherit;
	overflow-y: inherit;
}

aside .cta.blue, aside .cta .blue
{
    float: none;
}

section.main { /* For fixed footer */
    margin-bottom: 60px;
}

.two_column{
    columns: 2;
    margin-top: 70px;
}
.two_column .title-page{
    margin-top: 0;
}
aside .featured-product{
    display: none;
}
#section_product aside .featured-product{
    display: block;
    margin-top: 30px;
}
.Single-product .product-spec .product-spec-tab .tab-content ul{
    display: flex;
    flex-flow: column nowrap;
}
.Single-product .product-spec .product-spec-tab .tab-content ul li{
    padding: 5px 0;
    width: 100%;
}
.Single-product .product-spec .product-spec-tab .tab-content ul li::before{
    content: "\f1c1";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 10px;
}

.page-double .faux-col nav.menu-side.menu-category{
    margin-top: 110px;
}
.page-double .faux-col{
    display: inline-block !important;
}
.page-double .main-body.faux-col{
    width: 70%;
}
.page-double aside.faux-col{
    padding-right: 30px;
}
.pageCompany .main-body.faux-col{
    width: 100%;
}
.myacc-register-row{
    display: flex;
}
.myacc-register-row{
    display: flex;
    margin: 30px 0px;
}
.myacc-register-row a{
    flex: 1 1 400px;
}
.myacc-register-row img{
    width: 100%;
}
.myacc-register-text{
    flex: 1 1 200px;
    padding-left: 20px;
}
#customer_login .col-1{
    width: 62.66%;
    margin-right: 20px;
}
#customer_login .col-2{
    width: 33.33%;
}
@media(max-width: 992px){
    #customer_login .col-1{
    width: 100%;
}
    #customer_login .col-2{
        width: 100%;
    }
}
.thanks-page .order_details .product-total{
    font-weight: 700;
}
.thanks-page h2{
    text-transform: capitalize;
}
.place-order .terms .checkbox-terms{
    width: auto!important;
    font-size: 18px;
}
.place-order.bloc-termsCondition{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.place-order.bloc-termsCondition .btn-placeOrder{
    margin-right: 20px;
}

.main-body .navigation {margin: 24px 0; font-size: 30px; font-weight: 500;}

.grecaptcha-badge {bottom: 60px !important;}	

.hrf-title {box-shadow: 0 2px 12px rgba(0,0,0,.2);}
.hrf-entry p {margin: 0 0 24px 0 !important;    clear: both;
    display: block;}
.hrf-title.close-faq span {background: #009CC6 url(https://www.anshlabs.com/wp-content/plugins/html5-responsive-faq/images/open.png) no-repeat center center !important;}

.hrf-entry table {width: 100%; clear: both;}
.hrf-content {padding: 20px !important;}
.hrf-faq-list article:last-of-type {display: none !important;}
h4.hrf-title {line-height: 2.2; font-size: 20px !important;}
.hrf-faq-list .hrf-entry {margin-bottom: 36px !important;}
.hrf-entry td {padding: 10px;}