/* */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');


/* ----------------- Common CSS ------------ */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
    line-height: 1;
    font-size: 16px;
    /* font-family: 'helveticaLight'; */
    font-family: 'Roboto', sans-serif;
    font-weight:100;
    font-style: normal;
    background: #fff;
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
a:active,
a:hover,
a:focus,
li,
li:hover,
.ubermenu-target-title:focus,
.ubermenu-target:focus,
button:focus,
button:active,
button:hover,
input:focus,
input:active,
input:hover,
select:focus,
select:active,
select:hover,
.form-control:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn.focus, .btn:focus{
    text-decoration: none;

    outline:-webkit-focus-ring-color auto 0;
    box-shadow: none;
    outline:none;
    outline-style: none;

}


.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.horizontal-border{
    height: 1px;
    background: #323b83;
    display: inline-block;
     padding: 0;
    border: 0;
    margin: 50px 0;
}

/* ------- Color CSS ---- */

.primary-color{
    color: #323b83;
}

.title{
    text-transform: uppercase;
}


.common-button{
    width: 100%;
    background: transparent;
    color: #323b83;
    text-transform: uppercase;
    border: 1px solid #323b83;
    border-radius:0px;
    font-size: 24px;
    height:65px;
    margin-bottom:15px;
    font-family:'medio';
    padding: 0;
    position: relative;
    z-index: 1;background: none;
    display: -webkit-flex; /* NEW */
    display: flex; justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;

}
.common-button:after{
    content:'';
    width:0;
    left:0;
    top:0;
    height: 100%;
    display: block;
    background: #323b83;
    z-index: -1;
    transition: all 0.3s;
    position: absolute;
}
.common-button:hover:after{
    width: 100%;
}

.common-button:hover{
    color: #fff;
    background: none;
}

/* ---------- Place holder CSS ---------- */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666666;
    opacity: 1;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #666666;
    opacity: 1;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #666666;
    opacity: 1;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #666666;
    opacity: 1;
  }



/* ----------- Heading CSS ---------------- */

h1,h2,h3,h4,h5,h6{
    font-family: 'medio';
}
h1{
    font-size: 42px;
}
h2{
    font-size: 36px;
}
h3{
    font-size: 28px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 18px;
}
h6{
    font-size: 16px;
}


p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-weight: 300;
}
span{
    font-size: 16px;
    color: #666666;
    font-family: 'HelveticaNeueLTStd-Roman';
    line-height: 22px;
}
/* ---------------- header ---------------- */
header.site-header {
    background: #323b83;
    width: 100%;
    z-index: 99;
    transition: all 0.6s;
    position: fixed;
    left: 0;
    top:0;

}

@supports (-webkit-appearance:none) {
    header.site-header img{
    transition: all 1s;
}
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
}
header .small-logo-img{
    opacity:0;
    height: 0;


}
header.site-header .logo img.logo-img{width:350px;}
header.fixed.site-header .logo img.logo-img{width:auto;}

header.fixed  .logo-img{
    opacity:0;
    height: 0;



}


header.fixed .small-logo-img{
    opacity:1;

    height: auto;

}

.top-right-menu .ubermenu-nav .ubermenu-item.search_icon a{

    background:url(../img/search-icon.png) no-repeat center right;
    background-size: 16px;
    padding-right: 28px;
    display:inline-block;
}


/* header.fixed{

    box-shadow: 0 0 8px -1px #333;
} */

/* .content-area{ padding-top: 140px;} */
.site-content{ padding-top: 115px;}
/*  ----- Uber Menu CSS -------- */
.ubermenu-responsive-toggle{ display:none;}

.ubermenu-skin-none.ubermenu  .ubermenu-target,
.ubermenu-skin-none  .ubermenu-item .ubermenu-target-text{
    color:#fff;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300;
}
/*
.ubermenu-row .ubermenu-submenu:before{content: ''; background: red; width: 8px; height: 8px;
position: absolute; top: -2px; z-index: 3; left: 50%;}
*/
  .ubermenu-row .ubermenu-submenu .ubermenu-target:hover,
  .ubermenu-row .ubermenu-submenu .ubermenu-item .ubermenu-target-text:hover{
    color: #323b83 !important;
}

.ubermenu-skin-none.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0,
.ubermenu-skin-none.ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left{ background-color:transparent;}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active >.ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-align-full_width{
    background:#fff; padding:20px; overflow:visible;
    clip:auto;

}
.ubermenu.ubermenu-transition-slide .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega,
.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-mega{
    transition: none !important;
    -webkit-transition: none !important;
}
.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active >.ubermenu-submenu.ubermenu-submenu-type-mega:before{
    content:'';
    display: inline-block;
    content: "";
    width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
    position:absolute;
       top: -4px;
    left: 54px;

}


.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: 0;
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    margin-top: 2px;
    margin-left: 0;
    right: 10px;
}

#menu-item-554 > span > span:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: 0;
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    margin-top: -2px;
    margin-left: 0;
    right: 10px;
}
.ubermenu-skin-none.ubermenu .ubermenu-submenu .ubermenu-target .ubermenu-target-title{
    color:#666666;
    font-size:14px;
    line-height:18px;
}

.ubermenu-skin-none.ubermenu .ubermenu-submenu .ubermenu-item.sub-head > .ubermenu-target .ubermenu-target-title,

.ubermenu-skin-none.ubermenu .ubermenu-submenu .accessories-sub-head > .ubermenu-target .ubermenu-target-title{
    color:#323b83;
    font-size:24px;
    line-height:30px;
    font-family: "medio";
    letter-spacing:1px;

}

.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop{
    top: 100%;
    width: 96%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

header .my_nav {
    display:flex;
    justify-content: space-between;
    text-align: center;
    min-height: 100px;
    transition: all 0.3s;
}

header.fixed .my_nav{
    min-height: 80px;
}

.site-header .my_nav .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

header .navbar  .navbar-toggler-btn{
    display:none;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}
/* header .navbar .navbar-toggler-icon{
    color: #fff;
    background-image: url(../img/hamburger.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 24px;
    background-size: auto;

} */
header .navbar .navbar-toggler-icon {
    color: #fff;
    width: 30px;
    height: 5px;
    background: #fff;
    position: relative;
    transition-duration: 0.025s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header .navbar .navbar-toggler-icon:before{
    content: '';
    background: #fff;
    height: 5px;
    width: 30px;
    position: absolute;
    top: -9px;
    left: 0;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
header .navbar .navbar-toggler-icon:after {
    content: '';
    background: #fff;
    height: 5px;
    width: 30px;
    position: absolute;
    bottom: -9px;
    left: 0;
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* .mm-wrapper_opening header .navbar .navbar-toggler-icon{

    background-image: url(../img/cross-icon.png);
    background-repeat: no-repeat;
   background-size: 30px;


} */
.mm-wrapper_opening header .navbar .navbar-toggler-icon {
    width: 44px;
    height: 44px;
    position: relative;
    background: transparent;
}
.mm-wrapper_opening header .navbar .navbar-toggler-icon:after {
    content: '';
    height: 44px;
    border-left: 6px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 15px;
    background: transparent;
    bottom: 0px;
    width: 6px;
}

.mm-wrapper_opening header .navbar .navbar-toggler-icon:before {
    content: '';
    height: 44px;
    border-left: 6px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 15px;
    background: transparent;
    top: 0px;
    width: 6px;
}



header .search-icon{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/search-icon.png)no-repeat center center/cover;
    margin-left: 10px;
}

.ubermenu-skin-none.ubermenu .ubermenu-submenu .ubermenu-item-level-2{
    flex-basis: 30%;

}
.ubermenu-skin-none.ubermenu .ubermenu-submenu  .full-width-column-box {
    flex-basis: 20%;
}
.ubermenu-skin-none.ubermenu .ubermenu-submenu  .full-width-column-box.ubermenu-item-level-2 .sub-head .ubermenu-submenu li{
    display:inline-block; width:100%;
}

.ubermenu-skin-none.ubermenu .ubermenu-submenu .ubermenu-item-level-2 .sub-head .ubermenu-submenu li{
    display:inline-block; width:48%;
}
.ubermenu-skin-none.ubermenu .ubermenu-submenu .ubermenu-item-level-2.column-box-3{
    flex-basis:35%;
    max-width: 350px;
}
.ubermenu-skin-none.ubermenu .ubermenu-submenu .ubermenu-item-level-2.column-box-3 .sub-head .ubermenu-submenu li{
    float:right !important;
}


.ubermenu-skin-none.ubermenu .ubermenu-submenu .ubermenu-item.sub-head > .ubermenu-submenu li{
    display:inline-block;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop{
    border:0px !important;
        padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
ul.ubermenu-row.ubermenu-autoclear{
    border: 1px solid #323b83;
    padding: 30px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        margin-bottom: 0;

}

.uber-menu-container ul.ubermenu-row.ubermenu-autoclear{
    min-height: 480px;
    margin-bottom: 0;
}

.ubermenu-skin-none.ubermenu .dropdown-box .ubermenu-submenu .ubermenu-item-level-2 {
    flex-basis: 100%;
}


.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active.dropdown-box  >.ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-align-full_width {

    width: 265px;
    left: auto;
    right: auto;
}
a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
span.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


.ubermenu-skin-none.ubermenu  .ubermenu-item .inner-sub-menu-box{ float:left;}

.ubermenu-skin-none.ubermenu  .inner-sub-menu-box .ubermenu-submenu{
   /*padding-left:15px; */
}
.ubermenu-skin-none.ubermenu  .inner-sub-menu-box .ubermenu-submenu li{
    display: block;
    width: 100%;
    float: none;
}

#menu-mobile-menu .menu-item-type-yawp_wim{
    display:none;
}

.mobile-menu{ display:none;}


header .navbar-nav li {
display: flex;
align-items: center;
}

.navbar-toggler{
    border:0;
}

header  .navbar-light .navbar-nav .nav-link:focus,
header  .navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
}

.dropdown-item:hover{
    color: #323b83;
}

/* ---------------- content home page ----------------- */
/* .content {
    margin-top: 106px;
} */
.content .card {
    min-height: 630px;
    background: rgb(238,238,238);
    margin-top:25px;
}
.card-box{
    background: #eee;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.card-box-row{
    min-height: 600px;
}
.card-box .base_card {
    padding:20px;
    background:#fff;
    width:560px;
    transition: all 0.3s;
}
.card-box .base_card:hover{
    box-shadow: 0 10px 10px -5px #ccc;
}
.content .base-card-inner {
    border: 1px solid #323b83;
    width: 100%;
    margin: 0;
    min-height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 35px 5% 10px;
}
.content .base-card-inner h2 {
    font-size: 42px;
    margin-top:0px;
    margin-bottom:-2px;
    font-family: "medio";
    text-transform: uppercase;
    color: #555555;
   line-height: 1;
    letter-spacing:0px;
}
.content .base-card-inner h2 span{
    font-size: 60px;
    display: inline-block;
    letter-spacing:0px;
    font-family: 'medio';
    margin-top:20px;
}

.content .base-card-inner span{
    font-size: 60px;
    display: inline-block;
    letter-spacing:0px;
    font-family: 'medio';
    margin-top:20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.content .base-card-inner h2 span.slight-small-heading{
    font-size: 50px;
}

.content .base-card-inner h2 small {
    display: block;
    font-size: 21px;
}
.content .base-card-inner h2{
    display: block;
}
.content .base-card-inner p {
    font-size: 21px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: 'medio';
    text-transform: uppercase;
    color: #555555;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;

}
.content .base-card-inner a {
    color:#323b83;
    font-family: "medio";
    font-size:21px;
    margin-bottom:0px;
    display: inline-block;

}

.content .base-card-inner span {
    color:#323b83;
    font-family: "medio";
    font-size:21px;
    margin-bottom:0px;
    display: inline-block;

}

.heading-row {
    color:#323b83;
    position: relative;
    font-size: 36px;
    font-family: 'medio';

    text-align: center;
    z-index: 1;

}
.heading-row:after {
    content: "";
    height: 1px;
    width: 98%;
    background: #323b83;
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: -1;
    left: 0;
    margin: 0 auto;

}
.heading-row h2, .heading-row .title{
    display: inline-block;
    background: #fff;
    padding: 0 35px;
    margin: 0;
    line-height: 1;
}

.recent-category-box .heading-row{
    padding: 30px 0 25px;
    display: inline-block;
    width: 100%;
}



.content .recent-category-box {
    width:100%;
}
.recent-category-box .collection {
    margin-top: 28px;
}
.recent-category-box .collection a {
    position: relative;
    color:#323b83;
    font-size: 15px;
    font-weight: 300;
}
.recent-category-box .collection a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background:#323b83;
    width: 100%;
    transition: all 0.3s;
}
.recent-category-box .collection a:hover:after{
    width: 0;
}

.recent-category-box .blank-bg-row {
    margin-top:55px;
    background: rgb(238,238,238);
    min-height: 335px;
    width:100%;
    display: inline-block;
}
.recent-category-box .slider-container{
    overflow-x: visible;
    margin-top: 10px;
}
.slider-container .image-box{
    width: 100%;
    min-height: 330px;
    display: inline-block;
}
.slider-container .owl-theme .owl-nav{
    margin-top: 0;
}
.slider-container .wcpscwc-product-slider button.slick-arrow{
    position: absolute;
    top: 51.5%;
    /* margin: auto !important; */
    font-size: 20px;
    color: #323b83 !important;
    width: 30px;
    height: 40px;
    transform: translateY(-50%);


}

.slider-container .wcpscwc-product-slider .product {
    text-align:center;
}
.slider-container .wcpscwc-product-slider button.slick-prev{
    background: url(../img/left-icon.jpg) no-repeat center center !important;
    left: 3px;
}

.slider-container .wcpscwc-product-slider button.slick-next{
    background: url(../img/right-icon.jpg) no-repeat center center !important;
    right: 2px;
}

.recent-category-box .slider-container  ul.products.columns-4{
    padding:0;
}

/* .slider-container .wcpscwc-product-slider button.slick-prev:before{
    font-size: 24px;
    content: "dfdsfd";
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
/* .slider-container .wcpscwc-product-slider button.slick-next:before{
    font-size: 24px;
    content: "\f105";
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
.slider-container .owl-carousel .owl-nav .owl-prev{
    left: 0;
}
.slider-container .owl-carousel .owl-nav .owl-next{
    right: 0;
}

/* ------------------- About Us ------------------ */
.inner-top-heading-row{
    margin: 30px 0 50px;
}
.card-inner-page-content  {
    min-height: 530px;
    background: rgb(238,238,238);
    margin-top:20px;
    width:100%;
}
.card-box  .card-inner-page-content  .base_card{
    max-width: 650px;
}

.base-card-inner {
    border:1px solid #323b83;
    margin:auto;

}
 .base-card-inner .head {
    font-size: 24px;
    color:#323b83;
    margin-top:0px;
    font-family:'medio';
    text-transform: uppercase;
}
.base-card-inner p.text{
    font-size: 16px;
    margin-top:0px;
}

.card-inner-page-content .base-card-inner p.text{
    text-align: left;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    color: #666666;
}

.content  .card-inner-page-content .base-card-inner{
    align-items: flex-start;
}

.content .card-inner-page-content  .base-card-inner {
    min-height: 210px;
}

/* -------- FAQs Page ------------------- */


.faq_link a{
    color:#323b83;
    text-decoration: underline;
}
.strip_cont {
    background:#323b83;
    padding:20px 30px 20px 30px;
    margin-top:50px;
    margin-bottom:50px;
}
.strip_cont .main_cont {
    border:1px solid #fff;
    position: relative;
    padding: 30px 0;
    text-align: center;
}

.strip_cont .main_cont a {

    font-size:36px;
     font-family: 'medio';
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.strip_cont .main_cont p{

    color:#fff;
    margin-bottom: 0;
    letter-spacing: 1px;

}
.strip_cont .main_cont::before {
    content:"";
    height:85px;
    width: 15px;
    border: 1px solid #fff;
    border-right:1px solid #323b83;
    position: absolute;
    top:0px;
    bottom:0px;
    left:-15px;
    margin: auto;
}
.strip_cont .main_cont::after {
    content:"";
    height:85px;
    width: 15px;
    border: 1px solid #fff;
    border-left:1px solid #323b83;
    position: absolute;
    top:0px;
    bottom:0px;
    right:-15px;
    margin: auto;
}


/* ----------- FAQS Cont ----------------- */
.faq-page-content p.heading-row::after {
    content: "";
    height: 1px;
    width: 42%;
    background: #323b83;
    position: absolute;
    top:50%;
    right:0px
}
.faq-page-content p.heading-row::before {
    content: "";
    height: 1px;
    width: 42%;
    background: #323b83;
    position: absolute;
    top:50%;
    left:0px
}
.faq-page-content .ques ul {
    max-width: 610px;
    text-align: left;
    margin: auto;
}
.faq-page-content .ques ul li {
    list-style-type: none;
    margin-bottom:28px;
}
.faq-page-content .ques ul li:nth-child(2) {
    text-decoration: underline;
}
.faq-page-content .ques ul li a {
    color:#323b83;
    font-size: 18px;
    text-decoration: none;
    font-family: "medio";
}
.faq-page-content .ques .no_text {
    color:#323b83;
    font-size: 18px;
}
.faq-page-content .horz_div {
    width:100%;
    height:1px;
    background: #323b83;
    margin: 55px 0;
}
.faq-page-content .ques_ans ul li {
    list-style-type: none;
    margin-bottom:50px;

}
.faq-page-content .ques_ans ul li .que {
    color:#323b83;
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 20px;
    font-family: 'medio';
    line-height: 28px;
}
.faq-page-content .ques_ans ul li p:nth-child(1) {
    margin-bottom:10px;
    font-family: "medio";
    display: flex;
    justify-content: space-between;
}
.faq-page-content .ques_ans .qno_text {
    color:#323b83;
    font-size: 24px;
    font-family: 'medio';
}
.faq-page-content .ques_ans ul li .ans {
   /* color:#323b83;
    */
    font-size: 16px;
    padding-left:32px;
    margin-top:10px;
}
.faq-page-content .ques_ans ul li .ans .txt a {
    color:#323b83;
}
.faq-page-content .ques_ans ul {
    max-width: 610px;
    text-align: left;
    margin:auto;
}
/* ---------------- login ----------------*/

.login-sign-up-page-content .login-form-wrap {
    max-width: 490px;
    margin:0 auto 60px;;

}

.login-sign-up-page-content .form-wrap{
    max-width: 85%;
    margin: 0 auto;
}

.login-sign-up-page-content .common-form button.login {
    width: 100%;
    background: transparent;
    color: #323b83;
    text-transform: uppercase;
    border: 1px solid #323b83;
    border-radius:0px;
    font-size: 24px;
    height:65px;
    margin-bottom:15px;
    font-family:'medio';
    padding: 0;
    letter-spacing: 1px;
    font-weight: 400;
}
.login-sign-up-page-content .common-form button:hover{
    color: #fff;
}


.login-sign-up-page-content .common-form .form-control {
    border:1px solid #000;
    margin-bottom:30px;
    height: 55px;
    font-size: 14px;
    color: #323b83;
    font-weight: 400;
    z-index: 1;
    background: none;
}
.login-sign-up-page-content .common-form .form-check.remember .form-check-label {
    font-size:14px;
}
.login-sign-up-page-content .common-form .form-check.remember .signUp {
    font-size:14px;
    color:#323b83;
    text-decoration: underline;
}

.radio-box .radio{
    margin-right: 10px;
}

.radio-box .radio label{
    margin-right:5px;
}

.form-btn-group .filter-btn,
.form-btn-group  .dropdown-toggle {
    border:1px solid #58585a;
    min-height: 55px;
    min-width: 50px;
    color: #666666;
    font-size: 14px;

}
.login-sign-up-page-content .common-form .form-btn-group .btn:hover{
    color: #666666;
}

.sign-up-form .radio-box .radio {
    margin-right: 40px;
}
.sign-up-form .radio-box .radio:last-child{
    margin-right:0;
}

/* ------ Custom Button File CSS ---------------- */

.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
  }

  .custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 30px;
  }
  .custom-file-upload label {
    display: block;
    margin-bottom: 5px;
  }

  .file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
  }

  .file-upload-input {
    width: 65%;
    color: #323b83;
    font-size: 14px;
    padding: 11px 17px;
    border: none;
    background-color: transparent;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;
    border: 1px solid #333;
    height: 55px;
    text-transform: uppercase;
   }
  .file-upload-input:hover, .file-upload-input:focus {
    background-color: transparent;
    outline: none;
  }

  .file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 20px;
    border: none;
    margin-left: -1px;
    background-color: #323b83;
    float: left;
     -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 55px;
    width: 35%;
  }
  .file-upload-button:hover {
    background-color: #1b2caf;
  }

.information-box  .radio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.information-box  .input {
    flex-basis: 10%;
}
.information-box  .checked-mail {
    flex-basis: 80%;
}
.information-box  .checked-mail  a{
    color:#323b83;

}
.information-box p{
    text-align:center;
}

.common-form  .information-box  label{
    line-height: 20px;
}

.information-box .form-radio{
    top:0;

}


/* ---------------- footer =---------------- */
.foot-section {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.foot-section:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    background: url(../img/bg_strip.png) repeat-x;
    height: 5px;
}
.foot-section ul {
    padding-left: 0px;
}
.foot-section .head {
    margin-bottom: 15px;
}
.foot-section .head h4 {
    font-size:25px;
    color: #323b83;
    font-family:'medio';
}
.foot-section ul li {
    list-style: none;
    margin-bottom: 15px;
}
.foot-section ul li a {
    color:#666;
    font-size: 14px;
    position: relative;
    font-family: 'HelveticaNeueLTStd-Roman';
    text-transform: uppercase;
}
.foot-section ul li a:after{
    content: '';
    width: 0;
    bottom: -1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background: #323b83;
    transition: all 0.3s;
}

.foot-section ul li a:hover:after{
width: 100%;

}

.foot-section ul.break-menu li {
    display:inline-block;
    width:48%;
}
.foot-section .footer_form {
    background:#323b83;
    color:#fff;
    padding:0;
}
.newsletter-form .form-inline {
    display:inline-block;
}
.connect {
    position: relative;
    font-family: "medio";
    font-size: 25px;
    display: inline-block;
    background: #323b83;
    padding: 0 35px;
    margin: 0;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
}

.foot-section .margin_neg {
    margin-right:-5px !important;
}
.foot-section .newsletter-form .es_textbox{
    border-radius: 0px;
    flex-basis: 70%;
}

.foot-section .newsletter-form .es_textbox .form-control{
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    min-height: 50px;
}

.foot-section .newsletter-form .es_button {
    flex-basis: 20%;
}
.foot-section .es_button .es_submit_button {
    border-radius: 0px;
    font-family: "medio";
    background:rgb(238,238,238);
    color:#323b83;
    border: none;
    padding: 9px .75rem 5px;
    border-left:1px solid #323b83;
    font-size:24px;
}
.foot-section p{ color: #fff;}
.foot-section .text1 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}
.foot-section .search_form {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-section .newsletter-form {
    margin-bottom: 35px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width:100%;
}
.foot-section .copyright {
    margin-top:0px;
    font-family: "medio";
    margin-bottom: 20px;
}
.footer_form .heading-row{
    margin: 30px 0 20px;
}
.footer_form .heading-row:after{
    background: #fff;
    width: 50%;
}

.foot-section  .sub-menu-box li.has-children{
    float:left;
}

.foot-section  .sub-menu-box li.has-children li{
    width: 100%;
}
.foot-section  .sub-menu-box .sub-menu{
    padding: 20px 0 0 20px;
}
.foot-section  .sub-menu-box li{
    float:right;
}

.foot-section .newsletter-form .es_msg span{
    color:#fff;
    font-weight: 300;
    font-size: 14px;
}

/*---------- Checkbox CSS --------------------- */

/* -------- Radio & Checkbox CSS Style ---------------- */
.form-radio,
.form-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: transparent;
    color: #666;
    top: 6px;
    height: 24px;
    width: 24px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 10px;
    outline: none;
    border: 2px solid #666666;
    margin-top: 0;


}
.form-group{
    position: relative;
}

.form-checkbox {
    border-radius: 5px;
}

.form-checkbox:checked::before {
    position: absolute;
    font-size: 18px;
    left: 5px;
    top: -3px;
    content: '\02143';
    transform: rotate(40deg);
    color: #fff;



}

.form-radio:checked::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: inline-block;
    width: 70%;
    height: 70%;
    background: #323b83;
    border-radius: 50%;
    margin: auto;
    right: 0;
    bottom: 0;
}



.form-radio:checked {
    background-color: transparent;
    border-color: #323b83;
}

.form-checkbox:checked {
    background-color: #323b83;
    border-color: #323b83;
}

label {
    font-size: 15px;
    color: #666666;
    cursor: pointer;
    font-family: 'HelveticaNeueLTStd-Roman';




}
lable.title-label {
    font-weight: 600;
    display: block;
    color: #323b83;
}

input[type][disabled] {
    background-color: #f9f9f9;
    color: #ddd;
    cursor: default;
}

input[type][disabled]+label {
    color: #999;
    cursor: default;
}

.common-form label{
    text-transform: uppercase;
    margin-bottom: 0;
}


.custom-label{

        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        color: #666666;
        z-index: -1;
        transition: all 0.3s;


}
.custom-label.focus{
    opacity: 0;
}
.common-form label.input-has-value{
    opacity: 0;
}

/* -------- Banner  & Category Page ---------- */

.banner .banner-heading-row{
    min-height: 635px;
}

.banner-heading-row .heading-box{


    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
}

.banner-heading-row .heading-box h2{
    font-size: 48px;
    line-height: 62px;
    padding:0 130px;
    color: #323b83;
    min-height:125px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 1px solid #323b83;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'TrajanPro-Bold';
}



.recent-post-container .recent-post-box .item{
    width:25%;
    list-style: none;
    float: left;
    padding: 0 5px;
}


.recent-post-container .recent-post-box .image-box{

    min-height: auto;
    width: 100%;
    padding-right: 15px;
}
.recent-post-container .recent-post-box .image-box:last-child{
    padding-right:0;
}

.recent-post-container .recent-post-box .image-box img{
    width: auto;
    height: 210px;
    margin: 0 auto;

}
.recent-post-container.recent-post-box.image-box a {
    display: inline-block;
    width: 100%;
}


/* ----- Category Detail Page */

.filter-row .btn-group{
    font-family: 'HelveticaNeueLTStd-Roman';
}

.filter-row .filter-box label{
    font-family: 'helveticaNeue';
    font-size: 12px;
    letter-spacing: 1px;
    color: #666666;
}
.filter-row .btn-group .btn{
    border: 1px solid #323b83;
    color: #666666;
    padding: 0;
    min-height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius:0;
    line-height: 1;
    background: none;

}
.filter-row .btn-group .filter-btn {

    min-width: 150px;
}

.filter-row  .dropdown-toggle::after{
    border-top-color: #323b83;
}


.category-post-container .category-list-box .item{
    margin-bottom: 40px;
}
.category-post-container .category-list-box .image-box{
    min-height: 420px;
    list-style: none;
    width: 100%;
}

.category-post-container .detail-info{
    text-align: center;
    padding: 0 5%;
    /*-- word-break: break-all; --*/
}
.category-post-container .detail-info h5{
    color: #323b83;
    text-transform: uppercase;
    /*-- letter-spacing: 1px; --*/
}

.category-post-container .detail-info span{
    color: #666666;
    font-size: 16px;
    line-height:20px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-Roman';
}



/* ------------ Product Detail Page CSS --------------- */



.product-detail-box  .common-button{
    width: 310px;
    margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.product-detail-box  .common-button.wltspab_custom_login_link{
    display: flex;
}

.product-detail-page  .product-detail-box form.cart div.quantity{
    display: inline-block;
    width: 100%;
    margin-bottom:15px !important;

}

.woocommerce .product-detail-page  .quantity .qty {
    width: 100px;
    text-align: center;
    padding: 5px 10px;
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid #ccc;
    text-indent: 10px;
}

.wrps_related_products_area .wrps_related_products .product img{

}

.woocommerce  div.product .product-detail-box  .product_title{
    text-transform: uppercase;
}

.woocommerce  div.product .product-detail-box .heading{
    display:inline-block;
    width:100%;
}


.wrps_related_products .owl-buttons{
        display:inline-block;
        position: static;
}
.product-detail-page .wrps_related_products .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 40px;
}

.product-detail-page .wrps_related_products .owl-controls .owl-buttons .owl-prev{
    background: url(../img/left-icon.jpg) no-repeat center center !important;
    border:0;
    left: 0;

}

.product-detail-page .wrps_related_products .owl-controls .owl-buttons .owl-next{
    background: url(../img/right-icon.jpg) no-repeat center center !important;
    border:0;
    right: 0;

}
.wrps_related_products_area .owl-theme .owl-controls .owl-buttons i{
    font-size:0;
}

 .lmp_load_more_button .lmp_button{
    display:flex !important;
}

/* -------- Custom Modal ------- */

.modal  .modal-lg {
    max-width: 900px;
}

.modal button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: -20px;
    top: -20px;
    background: #fff;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 10px #999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.modal button.close  span{
font-size: 28px;
color: #323b83;
}

.modal-content{
    padding: 20px;
}

.modal-content  .modal-body{
    border:1px solid #323b83;
}
.modal-content .modal-wrap {
     margin: 0 auto;
    max-width: 65%;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    left: 50%;
    top: 50%;
    -webkit-transform-style: translate(50%,50%);
    transform: translate(-50%,-50%);
    margin: 0;
    /* max-width: 100%; */
    padding: 0 0%;

}

.modal.show .modal-dialog {

    margin: 0;


}



/*--------- right-sidebar CSS My account Page ------- */
.right-sidebar{
    font-family: 'HelveticaNeueLTStd-Roman';
}
.right-sidebar .box ul{
    padding-left: 0;
}
.right-sidebar .box li{
    list-style: none;
    font-size: 16px;

    color: #666;
    margin-bottom: 8px;

}


.table thead th{
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 16px;
    color: #666666;
    border-top: 0;
    height: 50px;
    vertical-align: top;
    border-bottom:0;
    padding-left: 0;
}

.table tbody tr:first-child td,
.table tbody tr:first-child th{

    border-top: 0;

}

aside .edit-btn{
    color: #323b83;
    position: relative;
}
aside .edit-btn:hover{
    color: #323b83;
}
.border-bottom-hover{
    position: relative;
}
.border-bottom-hover:after {
    content: '';
    width: 100%;
    bottom: -1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background: #323b83;
    transition: all 0.3s;
}

.border-bottom-hover:hover:after {
    width: 0%;

}



.order-history-box .table tbody td,
.order-history-box .table  tbody th{
    font-family: 'HelveticaNeueLTStd-Roman';
    color: #666;
    font-weight: 400;
    height: 55px;
    vertical-align: middle;
    padding:0;
    border-color: #b1b1b1;
}
.order-history-box .table  td a{
    font-weight: 400;
    color: #323b83;
}

.order-history-box .table tbody td:last-child,
.order-history-box .table tbody th:last-child {
    width: 100px;
    text-align: left;
}

.order-history-box .table tbody td:nth-child(2),
.order-history-box .table tbody th:nth-child(2) {
    width: 200px;

}

.order-history-box .table tbody td:nth-child(1),
.order-history-box .table tbody th:nth-child(1) {
    width: 100px;
    text-align: left;
}

.order-history-box .table tbody tr:last-child td{border-bottom: 1px solid #b1b1b1;}


/* --------- Search Modal CSS ------------ */

.search-modal .modal-content {
    padding: 0;
    border: 0;
}
.search-modal .modal-content .modal-body {
    border: 0;
    padding: 0;

}
.modal.fade.search-modal .modal-dialog{
    max-width:745px;
    top: 25%;
}

.aws-container .aws-search-field{
    box-shadow:none;
    border:0;
    font-size:22px;
    text-transform:uppercase;
    font-style: italic;
    color: #aeaeae;
    min-height:70px;

    padding:0 25px;
}

.aws-container .search_icon{
    font-size: 0 !important;
    position:absolute;
    right: 0px;;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    width: 70px;
    height: 70px;
    background: #323b83;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aws-container .aws-search-form .search_icon .search-btn{
    color:#fff;
    background: url(../img/search-icon.png) no-repeat center right;
    background-size: 100%;
    font-size:0;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 0;

}

/* ------------    Category Page --------------- */

.woocommerce .woocommerce-ordering{ margin-left:15px;}
.woocommerce-ordering select{
    border: 1px solid #323b83;
    color: #666666;
    padding: 0;
    min-height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 1;
    background: none;
}

.woocommerce-ordering select option{
    padding:5px 10px;
}


.filter-row .filter-box .woocommerce-result-count {
    font-family: 'helveticaNeue';
    font-size: 12px;
    letter-spacing: 1px;
    color: #666666;
}

ul.products.columns-4 {
    padding: 0 15px;
}

.woocommerce .woocommerce-breadcrumb{ padding: 0 15px;}


/* ---- Mobile Menu CSS ------ */


.mm-menu_fullscreen.mm-menu_position-bottom{
     height: calc(100vh - 115px);
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    top: auto;
    bottom: -115px;
    background: #fff;
    max-height: 100%;

}


body.fixed .mm-menu_fullscreen.mm-menu_position-bottom{
      height: calc(100vh - 95px);
    bottom: -95px;
}

.mm-navbar,
.mm-panel,
.mm-panels{
    background:#fff;
}
.mobile-menu .mm-listitem__text,
.mobile-menu .mm-navbar__title,
.mobile-menu a:not([href]):not([tabindex]),
.mm-menu  .mobile-menu a:link{
    font-size: 32px;
    font-family:'medio';
    color:#323b83 !important;
}

.mobile-menu .mm-listitem{
    border-color:transparent;
    /*margin: 0 0 15px;*/
    margin: 15px 0 0 0;
    display:inline-block;
    width: 100%;
    text-align: center;
}


.mm-navbar .mm-navbar__title{
      padding: 0;
    margin: 0;
    position: relative;
    top: 5px;
}

/* .mm-panels>.mm-panel>.mm-listview{

    height: 100%;

} */
.mobile-menu ul.mm-listview{
    height: calc(100% - 145px);
    margin: 12px 0 0 0;
    padding: 31px;
    border:1px solid #323b83;
    overflow-y: auto;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-menu .sub-menu.mm-listview .mm-listitem__text{
    font-size:24px;
    color:#666666 !important;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}

.mm-panel_has-navbar .mm-navbar{
    border-color: transparent;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
/* .mm-panels>.mm-panel>.mm-listview {

} */
.mm-panel:after, .mm-panel:before{
    content: none;
}

.mm-btn_next:after, .mm-btn_prev:before{
    width: 14px;
    height: 14px;
    border-width: 3px;
    border-color: #323b83;
}
.mm-btn_next:after{
    display: none;
}

.mm-listitem__btn{
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    display:inline-block;
    width:100%;
}

/* .mobile-menu div#mm-1 .mm-navbar{
    display: none;
} */


/* --- Home page product section --- */

.woocommerce ul.products li.product a img{
 height: 210px;
 width: auto;
 object-fit: fill;
 margin: 0 auto;


}

.recent-category-box .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    font-size: 0;
}


/*--------- My Account Page CSS --------- */

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content{
    float: left;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
}

.footer_form .text-center.heading-row{
    z-index:0;
}

/* ----------- My Account Page CSS  ----------- */

.login-sign-up-page-content .select2-container .select2-selection--single{

    height: 55px;
    border-color:#000;
    display:flex;
    justify-content:center;
    align-items: center;
     padding-right: 55px;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 1;
    font-size: 15px;
     padding-right: 55px;
}



/*.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 0;
    right: 15px;
    width: 20px;
    bottom: 0;
    margin: auto;
}
*/
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 45px;
}

.login-sign-up-page-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px !important;
    width: 45px !important;
    border-left: 1px solid #000;

}


.select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 37px !important;
    width: 45px !important;
    border-left: 1px solid #aaa;
        display: flex;
    align-items: center;
    justify-content: center;
     top: 0 !important;
       right: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../img/dropdown-icon.png)no-repeat center center;
    display: inline-block;
    width: 13px !important;
    height: 7px !important;
    border: 0;
    border-width: 0 !important;
    transition: all 0.3s;
        position: static !important;
        top: 0 !important;
       right: 0 !important;
        margin: auto !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
        transform: rotate(-180deg);
}


.select2-dropdown{
    border: 1px solid #000 !important;
}

.mm-wrapper_opened .foot-section{ z-index: -1; }

.woocommerce-products-header .banner {
    margin-top: 20px;
}
.wcpscwc-product-slider .slick-list {
    padding-top: 10px;
    padding-bottom: 0;
}

 .welcmPera{max-width: 600px; display: block; margin: 0 auto;}
.menu-mobile-menu-container .mm-navbar__title{text-transform: uppercase; padding: 10px 0;}

.footer-link-row{margin-top: 60px;}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-align-full_width{overflow: visible !important}
.dropdown-box.withourAro .ubermenu-target::after{display: none;}
.top-right-menu .log-out a{font-weight: 300;}
.modal-open .modal.search-modal{overflow: hidden;}

.ubermenu .log-out ul .ubermenu-widget {padding-top: 6px;
padding-bottom: 6px;}

/** FORM **/
/*.contact-page-content .wpcf7-form{
    max-width: 388px;
    margin: 0 auto;

}*/
.contact-page-content .wpcf7-form label {
    height: 54px;
}
.contact-page-content .wpcf7-form .custom-label{bottom: auto; top: 18px;}
.contact-page-content .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control{
    border: 1px solid #000;
    border-radius: .25rem;
    line-height: 1.5;
    padding: .375rem .75rem;
    font-size: 16px;
    height: 55px;
    font-size: 14px;
    color: #323b83;
    font-weight: 400;
    z-index: 1;
    background: none;
    width: 100%;
}
.contact-page-content .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control{
    min-height: 120px;
}



.contact-page-content .wpcf7-form .wpcf7-submit{
    width: 100%;
background: transparent;
color: #323b83;
text-transform: uppercase;
 border: 0;
 height: 65px;
font-size: 24px;

padding: 0;


}

.contact-page-content .wpcf7-form .wpcf7-submit:hover{
    color: #ffffff;
}
.address-contact{
    text-align: center;
    margin-top: 0;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
}
.contact-page-content .wpcf7-form input[type=number]::inner-spin-button,
.contact-page-content .wpcf7-form input[type=number]::outer-spin-button,
.contact-page-content .wpcf7-form input[type=number]:hover::inner-spin-button,
.contact-page-content .wpcf7-form input[type=number]:hover::outer-spin-button
  {
  -webkit-appearance: none;
  margin: 0;
}
.contact-page-content .wpcf7-form input[type="number"]:hover,
.contact-page-content .wpcf7-form input[type="number"]:focus {
    -moz-appearance: number-input;
}
.contact-page-content .wpcf7-form input[type=number],
.contact-page-content .wpcf7-form input[type=number]:hover {
    -moz-appearance:textfield;
     appearance: none;
}
.contact-page-content .wpcf7-form .wpcf7-form-control-wrap.your-phone{position: relative; display: block;}
.contact-page-content .wpcf7-form .wpcf7-form-control-wrap.your-phone:after{
    width: 20px;
    height: 24px;
    display: inline-block;
    position: absolute;
    content: '';
    right: 10px;
    top: 16px;
    background: #fff;
    z-index: 2;
}
/*.contact-page-content .address-contact br{display: none;}*/
.contact-page-content .address-contact address span { display: block; padding-bottom: 12px;  }

.contact-page-content .address-contact p span:first-child { padding-top: 0; }

.contact-page-content .address-contact p{font-weight: 100; font-size: 14px;}

.login-sign-up-page-content .address-contact { text-align: left; padding-left: 18.4375%; }

.address-contact .inline span { display: inline-block; padding-top: 0; }

.conFormCon {
    padding-left: 13.64%;
}
.conFormCon .wpcf7 { padding-right: 40%; }
#ubermenu-nav-main-16-right li.cartIcon a span { font-size: 0; background-image: url(../img/cart-icon.png); background-repeat: no-repeat; font-size: 0; width: 30px; height: 28px;}

.single.single-product .product-detail-page .images { width: 41% !important; }

@media only screen and (max-width: 1366px) {
.conFormCon .wpcf7 { padding-right: 20%; }
}

@media only screen and (max-width: 1024px) {
.conFormCon .wpcf7 { padding-right: 12%; }
.login-sign-up-page-content .address-contact { padding-left: 12%; }
}
@media only screen and (min-width:768px){
    header.fixed .logo img.small-logo-img{width:360px;}
}
@media only screen and (max-width:768px){
    .mobile-menu ul.sub-menu.mm-listview .mm-listitem {
    margin: 0 !important;
}
}
@media only screen and (max-width: 767px) {
.login-sign-up-page-content .col-6 { max-width: 100%; flex: auto; padding-right: 0; padding-left: 0; }
.login-sign-up-page-content .col-6:last-child { padding-top: 6px; }
.login-sign-up-page-content .address-contact { margin-top: 0; padding-left: 0; }
.contact-page-content .address-contact,
.conFormCon { text-align: center;  }
 .conFormCon,
 .login-sign-up-page-content .address-contact { padding: 0 10%; }
 .conFormCon .wpcf7 { padding: 0; }
 .login-sign-up-page-content ..heading-row:after { width: 100%; }
 .login-sign-up-page-content .address-contact br { display: none; }
 .contact-page-content .address-contact address span { padding-bottom: 0;  }
 .single.single-product .product-detail-page .images { width: 100% !important; }
}
