/*register*/

.page-register .woocommerce-form-register {
  display: flex;
  flex-flow: column;
}

.page-register .woocommerce-form-register  > p:nth-child(1) {
  order: 1;
}
.page-register .woocommerce-form-register  > p:nth-child(2) {
  order: 2;
}
.page-register .woocommerce-form-register  > p:nth-child(3) {
  order: 3;
}
.page-register .woocommerce-form-register  > p:nth-child(4) {
  order: 4;
}
.page-register .woocommerce-form-register  > p:nth-child(5) {
  order: 5;
}
.page-register .woocommerce-form-register  > p:nth-child(6){
  order: 7;
}
.page-register .woocommerce-form-register  > p:nth-child(7){
  order: 6;
}
.page-register .woocommerce-form-register  > p:nth-child(8){
  order: 8;
}
.page-register .woocommerce-form-register  > .woocommerce-privacy-policy-text{
  order: 9;
}
.page-register .woocommerce-form-register > .anr_captcha_field, .page-register .woocommerce-form-register > .c4wp_captcha_field{
  order: 10;
}
.page-register .woocommerce-form-register > .woocommerce-FormRow {
  order: 11;
}

/*checkout*/

select#order_comments {
background: #c60d81;
color: #fff;
}

#ship-to-different-address {
  font-size: 1.3em;
}

#customer_details > div.col-2 {
  background: #f7f6f7;
}

#customer_details .col-2 .woocommerce-shipping-fields {
  margin-top: 2em;
}

.select2-container .select2-selection--single {
  height: 44px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px;
  font-size: 1em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 80%;
}

td.product-name {
  vertical-align:top !important;
}

.page-checkout .woocommerce-billing-fields .optional {
  display: none;

}

/*extra*/

.mobile-menu {
  display: none;
}

.entry-content {
   padding: 2rem 1rem;
   font-size: 1rem;
 }

 .accred_box h4 {
   font-size: 1em;
   margin: 0;
 }


.entry-content.wc-tab.woocommerce-Tabs-panel--downloads  ul li,
div#tab-accreditations ul li {
  list-style: none;
}


.entry-content.wc-tab.woocommerce-Tabs-panel--downloads  ul li a::after,
div#tab-accreditations ul li a::after {
  font-family: 'Font Awesome 5 Free';
content: "\f1c1";
font-weight: 900;
margin-left: 0.3em;
position: absolute;
left: 50%;
right: 50%;
}
.entry-content.wc-tab.woocommerce-Tabs-panel--downloads ul li a::after, div#tab-accreditations ul li a::after {
left: auto;
    right: 0;
    top: 0;
  }

.entry-content.wc-tab.woocommerce-Tabs-panel--downloads  ul li a:hover,
div#tab-accreditations ul li a:hover {
  color: #d3499c;
}

ul.product-accreditations li {
    flex: 0 1 1;
    position: relative;
    margin-right: 20px;
    min-width:100%;
    padding-right:20px
  }
ul.product-accreditations {
    display: flex;
    flex-wrap: wrap;
}


/*SEARCH PAGE */

.search .search-page-flex p:nth-child(2) {
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 0.7em;
}

.search .product-code {
    font-size: 17px;
    color: #595959;
    font-weight: 400;
}

.product-code-bar {
  color: #595959;
  font-weight: 400;
  font-size: 12px;

}






/* SMARTPHONES PORTRAIT */
@media only screen and (max-width: 414px) {


}

/* SMARTPHONES LANDSCAPE */
@media only screen and (max-width: 600px) {

  .home #post-2 > section:nth-child(2) > div > div > p > img {
    display: none;
  }



/* TABLETS PORTRAIT */
@media only screen and (max-width: 767px) {

  /*STYLE HOME AND ABOUT PAGE*/

.home .row.alt .col-12 div,
.page-about-us .row.alt .col-12 div {
    width: 100%;
    padding-right: 0;
  }

.home .row.alt:nth-child(odd) .col-12,
.page-about-us .row.alt:nth-child(odd) .col-12{
  padding-right: 2rem;
  padding-left: 2rem;
}

.home .row.alt:nth-child(even) .col-12,
.page-about-us .row.alt:nth-child(even) .col-12{
  padding-right: 2rem;
  padding-left: 2rem;
}

.page-about-us .row.alt .col-12 p img   {
    object-fit: cover;
    height: 250px;
    width: 100%;
    object-position: 30% 24%;
}

.home .row.alt .col-12 p img {
  object-fit: cover;
  height: 250px;
  width: 100%;
  object-position: -16px 18%;
}


.home .row.alt:nth-child(even) img,
.page-about-us .row.alt:nth-child(even) img {
  float: none;
  margin-left: 0;
}

.home .col-12 p:first-child,
.page-about-us p:first-child {
  padding-top: 2em;
}

.home .col-12 p,
.page-about-us p{
  padding-top: 1em;
}


.page-about-us .row.alt:nth-child(1) .col-12, .page-about-us .row.alt:nth-child(4) .col-12, .page-about-us .row.alt:nth-child(6) .col-12 {
 padding-right: 2rem;
padding-left: 2rem;
}

.page-about-us .row.alt:nth-child(5) img {
 float: none;
margin-left: 0;
margin-right: 0;
}


.page-about-us .row.gradient [class*="col-"]:first-child {
  padding: 3rem 1rem;
}


/*ACRREDITATION*/

.page-accreditation .accred_all > a {
  max-width: 168px;
}


/*NEW MOBILE MENU*/

.header.active {
    overflow-y: scroll;
  }

  .primary-nav {
    display: none;
  }

  .activeee .mobile-menu {
    display: block;
  }

  #inner-header {
    width: 100%;
    height: 55px;
    background: #ffff;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
  }

  .mobile-menu{
    position: fixed;
    margin-top: 5rem;
    overflow-x: hidden;
    width: 100%;
    height: calc(100% - 6rem);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }


  .mobile-nav2 {
  display: block;
  text-align: left;

}


.mobile-nav2 li a{
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 18px 24px;
  font-weight: normal;
  color: #595959;
  font-size: 1.4em;
  display: block;
  border-bottom: 1px solid #f2f2f2;

}

  .header.active .mobile-menu {
    opacity: 1;
    overflow-y: scroll;
    visibility: visible;
  }


  .mobile-menu li br {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }



  .mobile-menu .search-box{
    margin: 19px 0;
    width: 90%;
    padding: 0;
  }

  .search-box .proinput {
    margin-left: 20px !important;
  }


  .socket li>a:hover, .socket li>a:focus {
     color: #c4007a;
   }

   .socket li:first-child a:before {
     content: '';
     display: none;
   }


  .quote-mobile {
    background: #c4007a;
  }

  .mobile-nav2 .quote-mobile a {
    color: #fff ;
  }





/*OLD MOBILE MENU*/
  /* ul.nav.socket-nav.cf.account-btn {
    margin-top: -12px;
    margin-bottom: 40px;
}








  .activeee .socket {
    display: none;
    position: absolute;
    top: 35rem;
    z-index: 9999;
    min-width: 100%;
    min-height: 100%;
  }

  .activeee .primary-nav {
    position: relative;
  }




  .primary-nav>li>a,
   .activeee .socket-nav>li>a{
    border-bottom: none !important;
    text-align: left !important;
    padding: 18px 24px !important;
  }

  .activeee .socket-nav li a {
  font-weight: 900;
  font-size: 1.4em;
  color: #595959;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



  .activeee .socket-nav>li>a {
  position: relative;
  padding: 10px;
  display: none;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid  #f2f2f2;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

  .primary-nav>li>a::after,
  .activeee .socket-nav>li>a::after {
    content: "";
    position: absolute;
    left    : 0;
    bottom  : 0;
    height  : 1px;
    min-width: 100%;
    border-bottom: 1px solid #f2f2f2;
} */

  /* .primary-nav > li:nth-child(odd) {
    background: #f2f2f2;
}
 .primary-nav > li:nth-child(even) {
    background:#fffff;
}  */

#container .primary-nav .menu-item a {
    display: block;
}



  .woocommerce .entry-content .woocommerce-tabs ul.tabs li, .woocommerce.single-product .entry-content .woocommerce-tabs ul.tabs li, .woocommerce.tax-product_cat .entry-content .woocommerce-tabs ul.tabs li {
    width: 40.4%;
  }

  .woocommerce-tabs.wc-tabs-wrapper,
  .product-wrapper {
    margin: 0 3em !important;
  }

.header {
    position: relative;
  }

  .home .row.entry-content.cf.featured,
  .page-id-33 #post-33 > section:nth-child(1)
  {
  padding-top: 0 !important;
  }

  .woocommerce-breadcrumb {
    display: none;
  }



  #sidebar1 {
    width: 100%;
  }

  .search #sidebar1 {
    display: none;
  }

#main .max-width {
    margin: 3em 2em;
  }

.alt [class*="col-"] {
    float: left;
    width: 100%;
  }

.home .featured-text,
.home .hero-title {
  padding: 0 0 0 1em;
  width: 35%;

}

.home .entry-content,
.page-about-us .entry-content{
  padding: 1rem 0rem;

}

/*404*/



 /* #inner-header .primary-nav>li{
  text-align: -moz-center;
  text-align: -webkit-center;
} */


body.activeee {
  position: fixed;
}

.woocommerce #container ul.products li.product{
  margin: 1em 0;
}

}


@media (max-width:1076px) and (min-width:768px) {

  .page-about-us .row.alt .col-12 p img   {
    object-fit: cover;
    min-height: 359px;
    width: 30%;
    object-position: 16%;
  }

  .home .row.alt .col-12 p img {
    object-fit: cover;
    min-height: 435px;
    width: 30%;
    object-position: 21%;
  }

  .page-about-us img.alignnone.wp-image-2402.size-full {
    min-height: 611px !important;
    object-position: 100% 50% !important;
}
}


/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (max-width: 962px) {
  .home .row.alt:nth-child(odd) .col-12,
  .page-about-us .row.alt:nth-child(odd) .col-12{
  }


}


@media (max-width:1340px) and (min-width:1076px) {
  .home .row.alt .col-12 p img,
  .page-about-us .row.alt .col-12 p img   {
    object-fit: cover;
    min-height: 375px;
    width: 30%;
  }

  .page-about-us img.alignnone.wp-image-2402.size-full {
    min-height: 611px !important;
    object-position: 0px 50% !important;
}
}

}



a[title="Full Privacy Policy Statement"] {
    text-decoration: underline;
}

td.download-remaining,
th.download-remaining {
    display: none;
}

form abbr.required {
    text-decoration: none;
    border:0;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    margin-top: 20px;
}

.variation_cart {
    font-size: 1em!important;
    color: #585859!important;
}


.page-id-10 span.sku_wrapper {
    font-weight: 700;
}

.page-id-10 strong.wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
    font-weight: 500;

}

ul.wc-item-meta li {
    margin: 0px!important;
    line-height: 1!important
    }

    div#tab-downloads li {
    position: relative;
}

select.ocwma_select, button.form_option_billing {
    display: none;
}

.fancybox-active .fancybox-caption {
    display: none;
}

.socket li.current_page_item>a {
    color: #c4007a;
}
