/**
 * Theme Name: Glovesinabotle
 * Template: thbusiness
 */
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.woff2') format('woff2'),
         url('fonts/Montserrat-Light.woff') format('woff'),
         url('fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
         url('fonts/OpenSans-Regular.woff') format('woff'),
         url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Bold.woff2') format('woff2'),
         url('fonts/OpenSans-Bold.woff') format('woff'),
         url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
*:focus {
  outline: none;
}
body {
	color: #545454;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.site-logo-image img {
	max-height: 68px;
}
input, button, select {
  font-family: inherit;
  font-size: 14px;
  line-height: 14px;
  padding: 16px;
  transition: .1s
}
textarea {
  font-family: inherit;
  font-size: 14px;
  line-height: 14px;
  padding: 16px;
  transition: .1s
}
input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 2px solid #BCDCEE;
  transition: .1s;
}
h1, h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
h2 {
  font-size: 40px;
  color: #27476e;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small {
  font-weight: inherit;
  color: inherit;
}
a, a:visited {
  color: #0d3b66;
}
a:hover, a:active, a:focus {
  color: #545454;
}
a.invert, a.invert:visited {
  color: #545454;
}
a.invert:hover, a.invert:active, a.invert:focus {
  color: #0d3b66;
}
h1 {
  color: #0d3b66;
}
h1.page-title {
  margin-top: 60px;
  margin-bottom: 8px;
  font-size: 40px;
  color: #0d3b66;
}
h2 {
  color: #0d3b66;
}
h1>a, h2>a, h3>a, h4>a, h1>a:visited, h2>a:visited, h3>a:visited, h4>a:visited {
  color: inherit;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.mt0 {
  margin-top: 0px;
}
.mt6 {
  margin-top: 6px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb0{
  margin-bottom: 0;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb56 {
  margin-bottom: 56px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb64 {
  margin-bottom: 64px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb100 {
  margin-bottom: 100px;
}
.pt60 {
  padding-top: 60px;
}
.pt100 {
  padding-top: 100px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb180 {
  padding-bottom: 180px;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
}
hr.light-blue4 {
  border-top: 4px solid #bcdcee;
}
.color-yellow {
  color: #eca400;
}
.color-light-gray {
  color: #a2a2a2;
}
.color-dark-gray {
  color: #545454;
}
.color-dark-blue {
  color: #0d3b66;
}
.btn-sm {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  height: 36px;
  padding: 10px 16px 12px 16px;
  border-radius: 8px;
}
.btn-md {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  height: 50px;
  box-sizing: border-box;
  padding: 16px 32px;
  border-radius: 25px;
  min-width: 170px;
}
.btn-lg {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  height: 56px;
  box-sizing: border-box;
  padding: 16px 54px;
  border-radius: 32px;
  min-width: 240px;
}
.btn-transparent, .btn-transparent:visited {
  border: 1px solid #0d3b66;
  color: #0d3b66;
  transition: .3s;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
}
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
  background-color:  #0d3b66;
  color: #fff;
  transition: .3s;
}
.btn-yellow, .btn-yellow:visited {
  background-color:  #eca400;
  color: #fff;
  transition: .3s;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
  background-color:  #f0b633;
  color: #fff;
  transition: .3s;
}
.btn-blue, .btn-blue:visited {
  background-color:  #0d3b66;
  color: #fff;
  transition: .3s;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  background-color:  #0d3b66;
  color: #fff;
  transition: .3s;
}
.min-height0 {
  min-height: 0;
}
.panel {
  margin-bottom: 0;
  border: none;
}
.alert-dark-blue {
  background-color: #0d3b66;
  color: #fff;
  padding: 16px 28px;
  border-radius: 0;
}
.background-light-gray {
  background-color: #fafafa;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select, .select2-container--default .select2-selection--single {
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  transition: .1s;
}
input[type="text"]:active, input[type="email"]:active, input[type="tel"]:active, input[type="password"]:active, textarea:active, select:active, .select2-container--default .select2-selection--single:active, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus,  input[type="password"]:focus, textarea:focus, select:focus, .select2-container--default .select2-selection--single:focus {
  border: 2px solid #BCDCEE;
  transition: .1s;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-width: 8px 6px 0 6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 6px 8px 6px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
  top: 0;
  right: 16px;
}
.input-md {
  height: 50px;
  font-size: 14px;
  line-height: 14px;
  padding: 16px;
}
.input-lg {
  height: 56px;
  font-size: 16px;
  line-height: 20px;
  padding: 16px;
}
.input-checkbox + label {
  margin-left: 10px;
}
body .gform_wrapper ul li.gfield {
  margin-top: 0;
}
.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield {
  margin-top: 0;
}
.gform_wrapper ul.gform_fields li.gfield {
  vertical-align: top;
}
.gform_fields li.ginput-md input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_fields li.gaddress-md input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 50px;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 16px;
  margin-top:0;
  margin-bottom: 16px;
}
.gform_fields li.ginput-lg input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_fields li.gaddress-lg input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 56px;
  font-size: 16px;
  line-height: 20px;
  padding: 16px;
}
.gform_wrapper label.gfield_label {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
}
.gform_wrapper .add_list_item {
  margin-bottom: 16px;
}
.gform_wrapper .gform_fields li.ginput-md label, .gform_wrapper .gform_fields li.gselect-md label, .gform_wrapper .gform_fields li.address-md label, .gform_wrapper .field_sublabel_above.gaddress-md .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above.ginput-md .ginput_complex.ginput_container label {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 400;
}
.gform_fields .gselect-md .ginput_container.ginput_container_select, .gform_fields .gaddress-md .address_country, .gform_fields .gaddress-md .address_state {
  position: relative;
}
.gform_fields .gselect-md .ginput_container.ginput_container_select select, .gform_fields .gaddress-md .address_country select, .gform_fields .gaddress-md .address_state select {
    border: 1px solid #D8D8D8;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.gform_fields .gselect-md .ginput_container.ginput_container_select:after {
  content: url("../../uploads/img/arrow-down.svg");
  position: absolute;
  top: 12px;
  right: 20px;
}
.gform_fields .gaddress-md .address_country:after,  .gform_fields .gaddress-md .address_state:after {
  content: url("../../uploads/img/arrow-down.svg");
  position: absolute;
  top: 45px;
  right: 20px;
}
.gform_fields .gselect-md .ginput_container.ginput_container_select select, .gform_fields .gaddress-md .address_country select, .gform_fields .gaddress-md .address_state select  {
    padding: 16px;
    border: 1px solid #D8D8D8;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    line-height: 16px;
    margin:0;
    height: 50px;
    color: darkgray;
    width: 100%;
    margin-bottom: 16px;
}
.gform_fields .gselect-md select:focus, .gform_fields .gselect-md select option:checked, .gform_fields .gaddress-md .address_country select:focus, .gform_fields .gaddress-md .address_country select option:checked, .gform_fields .gaddress-md .address_state select option:checked {
  color: #4a4a4a;
}
.gform_fields .gselect-md select option:first-child, .gform_fields .gaddress-md .address_country select option:first-child, .gform_fields .gaddress-md .address_state select option:first-child {
  color: darkgray;
}
.gform_fields .gselect-md select:focus, .gform_fields .gaddress-md .address_country select:focus, .gform_fields .gaddress-md .address_state select:focus {
    outline: none;
}
.gform_wrapper .gform_fields.top_label div.ginput_container {
  margin: 0;
}
.gform_wrapper .radio>label {
  margin: 0;
  padding: 0;
}
.gform_wrapper .radio li label {
  font-weight: 400;
  font-size: 16px;
}
.gform_wrapper .radio .gfield_radio li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.gform_wrapper .radio .gfield_radio li {
  font-weight: 400;
  font-size: 16px;
}
..gform_wrapper .radio .gfield_radio li {
  margin: 0;
}
.gform_wrapper .radio .gfield_radio li>input {
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 0 3px 0 0;
  z-index: 9;
}
.gform_wrapper .radio .gfield_radio {
  margin: 0;
}
.gform_wrapper .radio .gfield_radio li {
  margin-right: 15px;
  line-height: 20px;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  height: 50px;
  margin-top: 0;
}
.gform_wrapper .radio .gfield_radio li>input + label {
  cursor: pointer;
  transition: all .2s;
}
.gform_wrapper .radio .gfield_radio li>input:not(checked) {
  position: absolute;
  opacity: 0;
  transition: all .2s;
}
.gform_wrapper .radio .gfield_radio li>input:not(checked) + label {
  position: relative;
  padding: 0 0 0 25px;
  transition: all .2s;
}
.gform_wrapper .radio .gfield_radio li>input:checked + label {
  font-weight: 400!important;
}
.gform_wrapper .radio .gfield_radio li>input:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #BCBFD0;
  border-radius: 50%;
  background: #FFF;
  transition: all .2s;
}
.gform_wrapper .radio .gfield_radio li>input:checked + label:before {
  border: 1px solid #4A90E2;
  transition: all .2s;
}
.gform_wrapper .radio .gfield_radio li>input:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4A90E2;
  opacity: 0;
  transition: all .2s;
}
.gform_wrapper .radio .gfield_radio li>input:not(checked):hover + label:after {
  opacity: 1;
}
.gform_wrapper .radio .gfield_radio li>input:checked + label:after {
  opacity: 1;
  transition: all .2s;
}
.gform_wrapper .radio .gfield_radio li>input:focus + label:before {
  transition: all .2s;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: right;
  font-size: 14px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation .menu>li {
  float: left;
  position: relative;
  margin-top: 4px;
  margin-bottom: 0
  padding-bottom: 16px;
  height: 40px;
  box-sizing: border-box;
  transition: .1s;
}
.main-navigation .menu>li:hover {
  border-bottom: 4px solid rgba(188, 220, 238, 0.9);
  transition: .1s;
}
.main-navigation .menu>li:last-child>a {
  border-left: 2px solid #e0e0e0;
  padding-left: 20px;
}
.main-navigation .menu>li>a {

}
.main-navigation .menu>li:nth-last-child(-2n+2) {
  padding-right: 10px;
}
.main-navigation a {
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  text-decoration: none;
  color: #0D3B66;
}
.main-navigation ul.menu>li>a {
  text-transform: uppercase;
}
.main-navigation ul ul {
  display: none;
  float: left;
  left: 0;
  position: absolute;
  z-index: 99999;
  border:1px solid #e0e0e0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0px;
}
.main-navigation ul ul a {
  background: #fff;
  height: auto;
  line-height: 1.5;
  padding: 10px;
}
.main-navigation ul ul li {
  min-width: 220px;
}
.main-navigation ul li:hover > ul {
  display: block;
  background-color: #fefefe;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {

}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {

}
.main-navigation ul>li>ul.sub-menu>li>a:hover {
  background-color: rgba(188, 220, 238, 0.5);
}
.main-nav-button:hover {
  color: #ccc;
}
.responsive-mainnav{
  display: none;
}
.responsive-mainnav ul {
  margin: 0;
  padding: 5px;
}
.responsive-mainnav li a{
  line-height: 26px;
  padding: 15px;
}
.responsive-mainnav li{
  list-style: none;
  margin: 1em;
}
.top_menu {
  margin-bottom: 0;
}
.top_menu li {
  display: inline-block;
}
.top_menu li a {
  padding: 0px 10px;
  color: #0D3B66;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
}
.site-logo-image {
  margin-top: 16px;
  margin-bottom: 16px;
}
header {
  position: relative;
  z-index: 3;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.08);
}
footer.site-footer {
  color: #fff;
}
footer .footer_menu a {
  font-size: 14px;
}
footer a, footer a:visited {
  color: #fff;
}
footer .social {
  margin-bottom: 6px;
}
footer .social .title_soc {
  display: block;
  font-size: 14px;
}
footer .social .fa {
  font-size: 22px;
}
footer .social a:not(:last-child) {
  margin-right: 16px;
  display: inline-block;
}
footer .social a, footer .social a:visited {
  color: rgba(255, 255, 255, .6);
}
footer .social a:hover, footer .social a:focus, footer .social a:active {
  color: rgba(255, 255, 255, 1);
}
.footer_text {
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
}
footer .footer_1 {
  background-color: rgba(13, 59, 102, .5);
}
footer .footer_2, footer .footer_menu, footer .footer-site-info {
  background-color: #1d3553;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 28px;
}
footer .footer-site-info {
  font-size: 12px;
}
footer.site-footer .distributors img {
  height: 15px;
  width: auto;
}
footer .distributors a, footer .distributors a:visited {
  color: #0d3b66;
}
footer .distributors a:hover, footer .distributors a:active, footer .distributors a:focus {
  #545454;
}
footer .distributors label {
  font-weight: 700;
  display: block;
  font-size: 14px;
}
footer .social .title_soc {
  font-weight: 700;
}
footer .distributors .dropup .dropdown-toggle {
  width: 140px;
  text-align: left;
}
footer .distributors .dropup .dropdown-toggle>img {
  position: relative;
  top: -2px;
}
.thumbnail {
  border:none;
  background-color: transparent;
}
.store .product h5.product-title {
  font-size: 16px;
}
.store .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: block;
}
.store .woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
  text-decoration: none;
}
.store .woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  transition: all .3s cubic-bezier(0.34, 0.06, 0.05, 0.35);
  transform: scale(1);
}
.store .woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover  img {
  transition: all .3s cubic-bezier(0.34, 0.06, 0.05, 0.35);
  transform: scale(1.06);
}
.woocommerce .store .add_to_cart_button {
  display: none;
}
.woocommerce .store .product {
  margin-bottom: 56px;
  height: 390px;
}
.store .product .price .amount {
  font-size: 16px;
  font-weight: 700;
  color: #0d3b66;
}
.woocommerce .store img, .woocommerce-page .store img {
  max-width: 80%;
}
.store .product .price ins {
  text-decoration: none;
}
.store .product .price ins .amount {
  text-decoration: none;
  color: #eca400;
}
.store .woocommerce-LoopProduct-link.woocommerce-loop-product__link, .store .woocommerce-LoopProduct-link.woocommerce-loop-product__link:visited {
  color: #545454;
}
.store .woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover, .store .woocommerce-LoopProduct-link.woocommerce-loop-product__link:active, .store .woocommerce-LoopProduct-link.woocommerce-loop-product__link:focus {
  color: #0d3b66;
}
.woocommerce .whishl-block {
  height: 290px;
  background: url(../../uploads/img/what-is-shl-bg.jpg) no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.woocommerce .whishl-block h3 {
  font-weight: 700;
  font-size: 30px;
}
.woocommerce .video-block {
  height: 290px;
  background: url(../../uploads/img/video-cover-01.jpg) no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.woocommerce .video-block a, .woocommerce .video-block a:visited {
  color: #fff;
  display: block;
}
.woocommerce .video-block .fa {
  font-size: 84px;
  text-shadow: 0 2px 3px rgba(0,0,0,.11);
  opacity: .7;
  transition: .3s;
}
.woocommerce .video-block:hover .fa {
  opacity: 1;
  transition: .3s;
}
.woocommerce .input-text.qty.text {
  height: 48px;
  border-radius: 8px;
  width: 72px;
  border: 1px solid #d8d8d8;
  padding: 8px 12px;
  height: 50px;
  color: #0d3b66;
  font-size: 16px;
  text-align: center;
  transition: .3s;
  margin-right: 44px;
}
.woocommerce .input-text.qty.text:active, .woocommerce .input-text.qty.text:focus {
  width: 100px;
  transition: .3s;
}
.single-product main.site-main {
  margin-top: 64px;
}
.single-product .product_title.entry-title {
  font-size: 32px;
}
.single-product .psmall {
  font-size: 18px;
  color: #545454;
}
.single-product .onsale {
  display: none;
}
.single-product .entry-summary .price {
  font-size: 32px;
  font-weight: 700;
  color: #eca400;
}
.single-product .entry-summary .price del {
  color: #999;
}
.single-product .entry-summary .price ins {
  text-decoration: none;
}
.single-product form.cart {
  display: flex;
}
.single-product .quantity, .single-product .add-to-cart {
  display: inline-block;
}
.single-product .nav-tabs {
  border-bottom: none;
}
.single-product .nav-tabs>li>a {
  border-radius: 0;
  border:0;
  color: #606060;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: .1s;
  box-sizing: border-box;
  line-height: 30px;
  height: 30px;
  padding: 0;
  margin-bottom: 16px;
}
.single-product.woocommerce-page #content .summary.entry-summary {
  font-size: 14px;
  color: #606060;
  width: 100%;
}
 .single-product.woocommerce-page #content div.product div.images {
  width: 100%;
  float: none;
  text-align: center;
 }
.single-product .summary.entry-summary h5 {
  font-family: 'Montserrat', sans-serif;
  color: #0d3b66;
  font-size: 16px;
}
.single-product .nav-tabs>li:first-child>a {
  margin-right: 16px;
}
.single-product .nav-tabs>li>a {
  color: #a2a2a2;
}
.single-product .nav-tabs>li.active>a {
  border-bottom: 4px solid #bcdcee;
  transition: .1s;
}
.single-product .nav-tabs>li>a:hover {
  border:0;
  border-bottom: 2px solid #bcdcee;
  background-color: transparent;
  transition: .1s;
}
.single-product .product_meta {
  display: none;
}
.single-product .tabs.wc-tabs {
  display: none; /** временно убранные woocommerce вкладки! **/
}
.single-product .thumbnails {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-product .thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  width: 100px;
}
.single-product .thumbnail:not(last-child) {
  margin-right: 64px;
}
.single-product .thumbnail .caption h5 {
  font-size: 14px;
  text-align: center;
}
.single-product .thumbnail .caption {
  padding: 0;
}
.single-product .thumbnails .svg {
  height: 80px;
  width: 80px;
}
.single-product .thumbnails .svg .cls-1 {
  fill: #0d3b66;
}
.single-product.postid-2835 .thumbnails .svg .cls-1 {
  fill: #8db43f;
}
.single-product .product-bg-image {
  background: url(../../uploads/img/product-bg1.jpg) no-repeat;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-product .product-combo-image {
  background: url(../../uploads/img/product-combo-bg.jpg) no-repeat;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-product .product-bg-spf {
  background: url(../../uploads/img/product-bg-spf.jpg) no-repeat;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-product .product-bg-2oz {
  background: url(../../uploads/img/product-bg-2oz.jpg) no-repeat;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-product .product-bg-gallon {
  background: url(../../uploads/img/gallon-bg1.jpg) no-repeat;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-product .product-bg-gray {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.single-product .woocommerce-Tabs-panel--description h3 {
  color: #a2a2a2;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.single-product .woocommerce-Tabs-panel--description h2 {
  margin-bottom: 36px;
}

.single-product .woocommerce-Tabs-panel--description .list-unstyled li {
  font-weight: 700;
  margin-bottom: 6px;
}
.single-product .woocommerce-Tabs-panel--description .list-unstyled li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f00c";
  margin-right: 20px;
  color: #449dd1;
}
.single-product .woocommerce-Tabs-panel--description .alert-dark-blue p {
  position: relative;
  padding-left: 30px;
}
.single-product .woocommerce-Tabs-panel--description .alert-dark-blue p:before {
  position: absolute;
  left: -6px;
  top: 3px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  content: "\f017";
  margin-right: 16px;
  color: #fff;
}
.single-product .woocommerce-product-gallery {
  margin-bottom: 120px
}
.single-product .woocommerce-Tabs-panel--description .btn-yellow {
  margin-right: 40px;
}
.single-product section.up-sells.upsells.products {
  padding-top: 100px;
  padding-bottom: 120px;
}
.single-product section.up-sells.upsells.products h2 {
  text-align: center;
  margin-bottom: 60px;
}
.single-product section.up-sells.upsells.products .products {
  display: flex;
  justify-content: center;
}
.single-product section.up-sells.upsells.products .products a {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.single-product section.up-sells.upsells.products .products img {
  max-height: 250px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.single-product section.up-sells.upsells.products .products a.woocommerce-LoopProduct-link, .single-product section.up-sells.upsells.products .products a.woocommerce-LoopProduct-link:visited {
  color: #606060;
  font-size: 16px;
}
.single-product section.up-sells.upsells.products .products h5 {
  font-size: 16px;
}
.single-product section.up-sells.upsells.products .products a.woocommerce-LoopProduct-link:hover, .single-product section.up-sells.upsells.products .products a.woocommerce-LoopProduct-link:active, .single-product section.up-sells.upsells.products .products a.woocommerce-LoopProduct-link:focus {
  color: #0d3b66;
  text-decoration: none;
}
.single-product section.up-sells.upsells.products .products .price {
  font-weight: 700;
  color: #0d3b66;
}
.single-product section.up-sells.upsells.products .products .add_to_cart_button {
  display: none;
}
.shop_table.cart {
  width: 100%;
}
.shop_table.cart>thead>tr>th {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #BCDCEE;
  font-weight: normal;
}
.shop_table.cart>thead>tr>th:first-child {
  border-top-left-radius: 8px;
}
.shop_table.cart>thead>tr>th:last-child {
  border-top-right-radius: 8px;
}
.shop_table.cart .product-thumbnail img {
  max-height: 70px;
  width: auto;
}
.shop_table.cart>tbody>tr>td {
  padding-top: 16px;
  padding-bottom: 16PX;
}
.shop_table.cart>tbody>tr>td:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.shop_table.cart>tbody>tr:last-child>td {
  border-bottom: 4px solid #BCDCEE;
}
.shop_table.cart .input-text.qty.text {
  height: 36px;
  border-radius: 8px;
  width: 72px;
  border: 1px solid #d8d8d8;
  padding: 5px;
  color: #0d3b66;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  transition: .3s;
  margin-right: 44px;
}
.shop_table.cart .input-text.qty.text:focus, .shop_table.cart .input-text.qty.text:active {
  border-color: #a2a2a2;
}
.woocommerce-cart h1.page-title {
  margin-bottom: 24px;
}
.woocommerce-cart .cart-collaterals .shop_table {
  width: 100%;
  color: #0D3B66;
}
.woocommerce-cart .shop_table_responsive th.product-remove, .woocommerce-cart .shop_table_responsive td.product-remove {
  text-align: right;
  padding-right: 16px;
}
.woocommerce-cart .shop_table_responsive th.product-remove .btn {
  margin-right: 0;
}
.woocommerce-cart .cart-collaterals .shop_table .cart-subtotal td {
  font-weight: 700;
  font-size: 16px;
}
.woocommerce-cart .cart-collaterals .shop_table td, .woocommerce-cart .cart-collaterals .shop_table th {
  font-size: 14px;
  font-weight: 400;
  height: 30px;
}
.woocommerce-cart .cart-collaterals .shop_table.cart-total tr>td:nth-of-type(2), .woocommerce-cart .cart-collaterals .shop_table.cart-total tr.shipping1>td {
  text-align: right;
  padding-right: 30px;
}
.woocommerce-cart .cart-collaterals .shop_table .cart-subtotal .total-label, .woocommerce-cart .cart-collaterals .shop_table .cart-subtotal .total-sum {
  font-size: 24px;
  font-weight: 700;
}
.woocommerce-cart .coupon label {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0d3b66;
  height: 36px;
  margin-bottom: 0;
}
.woocommerce-cart .coupon input.input-text {
  height: 36px;
  border: 1px solid #d8d8d8;
  border-radius: 18px 0 0 18px;
  width: 130px;
  padding: 5px 10px;
  font-size: 14px;
}
.woocommerce-cart .coupon .inline-group, .woocommerce-checkout .inline-group {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.woocommerce-checkout .inline-group input[type="text"] {
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 28px 0 0 28px;
  width: 65%;
}
.woocommerce-checkout .form-row {
  margin-bottom: 24px;
}
.woocommerce-checkout .inline-group .btn {
  border-radius: 0 28px 28px 0;
  height: 50px;
  width: 35%;
}
.woocommerce-checkout .woocommerce-info {
  margin-bottom: 8px;
  font-size: 14px;
}
.woocommerce-cart .coupon input[type="submit"] {
  text-transform: uppercase;
  border-radius: 0 18px 18px 0;
}
.woocommerce-cart .btn-transparent, .woocommerce-cart .btn-transparent:visited {
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.woocommerce-cart .btn-transparent:hover, .woocommerce-cart .btn-transparent:active, .woocommerce-cart .btn-transparent:focus {
  color: #0d3b66;
}
.woocommerce-cart .wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
}
.woocommerce-cart .wc-proceed-to-checkout>#pay_with_amazon {
  order: 1;
}
.woocommerce-cart .wc-proceed-to-checkout>a {
  order: 2;
}
.woocommerce .subtotals {
  display: flex;
  justify-content: space-between;
}
.woocommerce .total {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  line-height: 16px;
}
.woocommerce-cart .wc-proceed-to-checkout {
  margin-top: 60px;
  margin-bottom: 80px;
}
.woocommerce-cart .product-remove .btn-transparent {
  box-shadow: none;
  border:none;
}
.woocommerce-cart .btn {
  border-radius: 25px;
  margin-right: 24px;
}
.woocommerce-cart .wc-proceed-to-checkout img {
  border-radius: 25px;
}
.woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="tel"], .select2-container--default .select2-selection--single {
  height: 56px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 16px;
}
.woocommerce-checkout textarea {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 16px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
}
.woocommerce-checkout .product-name img {
  height: 70px;
  width: auto;
}
.woocommerce-checkout form .form-row-first, .woocommerce-checkout form .form-row-first {
  float: none;
  width: 100%;
}
.woocommerce-checkout form .form-row-last, .woocommerce-checkout form .form-row-last {
  float: none;
  width: 100%;
}
.woocommerce-checkout label {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
  border-collapse: separate;
  width: 100%;
  color: #0D3B66;
  border-bottom: 4px solid #bcdcee;
  margin-bottom: 16px;
}
.woocommerce-checkout .wc-amazon-checkout-message.wc-amazon-payments-advanced-populated {
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
  border-bottom: 4px solid #bcdcee;
}
.woocommerce-checkout .shop_table td {
  font-size: 12px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody {
  border: 1px solid #d8d8d8;
  border-radius: 0 0 8px 8px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody>tr:not(:first-child) td {
  border-top: 1px solid #d8d8d8;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody>tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
  border-bottom: 1px solid #d8d8d8;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody>tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid #d8d8d8;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead th {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #BCDCEE;
  padding: 17px 24px;
  color: #fff;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead tr>th:first-child{
  border-top-left-radius: 8px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead tr>th:last-child{
  border-top-right-radius: 8px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody td {
  padding: 24px 12px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr>td:first-child {
  border-left: 1px solid #d8d8d8;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr>td:last-child {
  border-right: 1px solid #d8d8d8;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot td {
  color: #0D3B66;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot>tr.tax-rate>th {
  font-weight: 400;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr th, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  padding-bottom: 16px;
  vertical-align: top;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  white-space: nowrap;
  text-align: right;
}
.woocommerce-checkout .shipping1>td>span, .woocommerce-cart .shipping1>td>span {
  visibility: hidden;
}
.woocommerce-checkout .shipping1>td>span.advanced_free_shipping, .woocommerce-cart .shipping1>td>span.advanced_free_shipping {
  visibility: visible;
}
.woocommerce-checkout .shipping1>td>span .woocommerce-Price-amount.amount, .woocommerce-cart .shipping1>td>span .woocommerce-Price-amount.amount {
  visibility: visible;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  font-weight: 700;
  font-size: 16px;
  padding-top: 32px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-of-type(2)  th, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-of-type(2) td {
  font-weight: 400;
  font-size: 14px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total  th, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total td {
  font-weight: 400;
  font-size: 14px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total  th, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-weight: 700;
  font-size: 18px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.tax-rate.tax-rate-us-ca-tax-1>th, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.tax-rate.tax-rate-us-ca-tax-1>td {
  font-size: 14px;
}
.woocommerce-checkout .shop_table .product-thumbnail {
  min-width: 70px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .product-name {
  display: flex;
  align-items: flex-start;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .product-total {
  vertical-align: top;
  text-align: right;
  font-weight: 700;
}
.woocommerce-checkout h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #a2a2a2;
  font-weight: bold;
}
.woocommerce-checkout h1.page-title {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
  list-style-type: none;
  padding-left: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method .about_paypal {
  display: none;
}
.woocommerce-order-received.woocommerce-checkout h1.page-title {
  display: none;
}
.woocommerce-order-received.woocommerce-checkout h2.thank-you {
  margin-top: 50px;
  margin-bottom: 28px;
  font-size: 40px;
  color: #0d3b66;
}
.woocommerce-order-received.woocommerce-checkout .woocommerce-thankyou-order-details .woocommerce-order-overview__total.total {
  display: block;
  font-size: 16px;
  line-height: 1.42857143;
}
.woocommerce-order-received.woocommerce-checkout .woocommerce-thankyou-order-details>li {
  margin-bottom: 8px;
  line-height: 1.42857143;
}
.woocommerce-order-received.woocommerce-checkout .woocommerce-table--order-details, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--customer-details {
  width: 100%;
}
.woocommerce-order-received.woocommerce-checkout .woocommerce-table--order-details thead>tr>th:last-child, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--order-details tbody>tr>td:last-child, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--order-details tfoot>tr>td:last-child, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--customer-details thead>tr>th:last-child, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--customer-details tbody>tr>td:last-child, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--customer-details tfoot>tr>td:last-child {
  text-align: right;
  font-size: 16px;
  color: #0d3b66;
}
.woocommerce-order-received.woocommerce-checkout .woocommerce-table--order-details thead>tr>th:first-child, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--order-details tbody>tr>td:first-child, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--order-details tfoot>tr>th:first-child, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--customer-details thead>tr>th:first-child, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--customer-details tbody>tr>td:first-child, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--customer-details tfoot>tr>th:first-child {
  font-weight: 400;
}
.woocommerce-order-received.woocommerce-checkout .woocommerce-table--order-details td, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--order-details th, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--customer-details td, .woocommerce-order-received.woocommerce-checkout .woocommerce-table--customer-details th {
  padding-bottom: 8px;
  line-height: 1.42857143;
}
.shop-banner {
  background: url(../../uploads/img/home/banner.jpg) no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 660px;
  color: #fff;
  display: flex;
  align-items: center;
}
.shop-banner h1 {
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
}
.shop-banner .btn-lg {
  width: 200px;
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.shop-banner blockquote {
  background-color: transparent;
  border-left: 0;
  font-size: 20px;
  padding: 0;
}
.shop-banner blockquote footer {
  text-align: right;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.shop-banner blockquote footer:before {
  content: '';
}
.shop-banner .fa-star {
  color: #febd0d;
  font-size: 28px;
}
.home .thumbnails {
  display: flex;
  justify-content: space-between;
}
.home .thumbnails .thumbnail .svg {
  width: 80px;
  height: 80px;
}
.home .thumbnails .thumbnail {
  text-align: center;
  padding: 0;
  margin: 0;
}
.home .section1 h3 {
  color: #0D3B66;
  text-transform: uppercase;
}
.home .section1 {
  padding-top: 40px;
  padding-bottom: 28px;
}
.home .section1 path, .home .section1 .thumbnails .thumbnail .cls-1 {
  transition: .3s;
}
.home .section1 .thumbnails .thumbnail:hover path, .home .section1 .thumbnails .thumbnail:hover .cls-1 {
  fill: #0D3B66;
  transition: .3s;
}
.home .section2 {
  padding-top: 150px;
  padding-bottom: 150px;
  border-top: 8px solid #BCDCEE;
  border-bottom: 8px solid #BCDCEE;
}
.home .bottle-reg {
  display: flex;
  align-items: center;
  background-color: rgba(188, 220, 238, .5);
  padding: 64px 32px;
  position: relative;
  transition: .5s;
  cursor: pointer;
}
.home .bottle-reg:hover {
  background-color: rgba(188, 220, 238, 1);
  transition: .5s;
}
.home .bottle-reg img, .home .bottle-spf img {
  position: absolute;
  top: -25px;
  left: 56px;
}
.home .bottle-reg .description, .home .bottle-spf .description {
  margin-left: 45%;
}
.home .bottle-spf {
  display: flex;
  align-items: center;
  background-color: rgba(253, 204, 106, .5);
  padding: 64px 32px;
  position: relative;
  transition: .5s;
  cursor: pointer;
}
.home .bottle-spf:hover {
  background-color: rgba(253, 204, 106, 1);
  transition: .5s;
}
.home .section3 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.home .section3 h3 {
  font-family: 'Montserrat';
  font-weight: 300;
  color: #0D3B66;
}
.home #owl-demo.owl-carousel .owl-item {
  width: 160px;
  height: 160px;
  overflow: hidden;
}
.home #drugstores.owl-carousel .item {
  display: flex;
  align-items: center;
}
.home .section4 {
  background: url(../../uploads/img/home/section4-bg.jpg) no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
.home .section4 iframe {
  border-radius: 12px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.home .section5, .get-sample .section5 {
  background-color: #DDEDF6;
  padding-top: 60px;
  padding-bottom: 60px;
}
.home .section5 .item img, .get-sample .section5 .item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  transition: .4s;
}
.home .section5 .item img:hover, .get-sample .section5 .item img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  transition: .4s;
}
.home .owl-carousel {
  position: relative;
}
.home .section5 .owl-carousel .item, .get-sample .section5 .owl-carousel .item {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .owl-carousel .owl-prev, .get-sample .owl-carousel .owl-prev {
  position: absolute;
  top: 35px;
  left: -40px;
  visibility: hidden;
  opacity: .6;
  transition: .4s;
}
.home .section3 .owl-carousel .owl-prev {
  top: 60px;
}
.home .section3 .owl-carousel .owl-next {
  top: 60px;
}
.home .owl-carousel .owl-prev:hover, .get-sample .owl-carousel .owl-prev:hover {
  opacity: 1;
  transition: .4s;
}
.home  .owl-carousel .owl-prev:before, .get-sample  .owl-carousel .owl-prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f104";
  font-size: 28px;
  color: #0D3B66;
  visibility: visible;
}
.home .owl-carousel .owl-next, .get-sample .owl-carousel .owl-next {
  position: absolute;
  top: 35px;
  right: -40px;
  visibility: hidden;
  opacity: .6;
  transition: .4s;
}
.home .owl-carousel .owl-next:hover, .get-sample .owl-carousel .owl-next:hover {
  opacity: 1;
  transition: .4s;
}
.home .owl-carousel .owl-next:after, .get-sample .owl-carousel .owl-next:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  font-size: 28px;
  color: #0D3B66;
  visibility: visible;
}
.home .inline-search {
  width: 100%;
}
.home .inline-search form {
  width: 100%;
}
.inline-search form {
  display: flex;
  justify-content: center;
}
.inline-search input.input-lg {
  border-radius: 28px 0 0 28px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
  border:none;
  padding: 17px 16px 15px 24px;
}
.inline-search .btn-lg {
  border-radius: 0 28px 28px 0;
  min-width: 0;
  padding: 17px 16px 15px 16px;
}
.affiliate header {
  background: url(../../uploads/img/banner-affiliate.jpg) no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  height: 320px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.affiliate header h1 {
  color: #fff;
  font-size: 36px;
}
.affiliate section {
  padding-top: 100px;
  padding-bottom: 120px;
}
.affiliate header h1 small {
  display: block;
  font-size: 24px;
}
.affiliate form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
.affiliate form input {
  margin-top: 8px;
  height: 56px;
}
.affiliate form .required {
  background-image: none;
}
.affiliate form .field {
  margin-top: 0;
  margin-bottom: 24px;
}
.affiliate form>div>div:nth-of-type(1), .affiliate form>div>div:nth-of-type(2), .affiliate form>div>div:nth-of-type(5), .affiliate form>div>div:nth-of-type(6), .affiliate form>div>div:nth-of-type(12) {
  margin-bottom: 60px;
}
.affiliate form>div>div:nth-of-type(1), .affiliate form>div>div:nth-of-type(3), .affiliate form>div>div:nth-of-type(5), .affiliate form>div>div:nth-of-type(7), .affiliate form>div>div:nth-of-type(9) {
  width: calc(50% - 15px);
  display: inline-block;
  margin-right: 15px;
}
.affiliate form>div>div:nth-of-type(2), .affiliate form>div>div:nth-of-type(4), .affiliate form>div>div:nth-of-type(6), .affiliate form>div>div:nth-of-type(8) {
  width: calc(50% - 15px);
  display: inline-block;
  margin-left: 15px;
}
.affiliate form>div>div:nth-of-type(10) {
  width: calc(25% - 15px);
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.affiliate form>div>div:nth-of-type(11) {
  width: calc(25% - 30px);
  display: inline-block;
  margin-left: 15px;
}
.affiliate form>div>div:nth-of-type(12) {
  width: calc(50% - 15px);
  display: block;
  margin-right: 15px;
}
.affiliate form>div>div:nth-of-type(13), .affiliate form>div>div:nth-of-type(15) {
  position: relative;
  width: calc(50% - 65px);
  display: inline-block;
  margin-left: 50px;
  margin-right: 15px;
}
.affiliate form>div>div:nth-of-type(14), .affiliate form>div>div:nth-of-type(16) {
  position: relative;
  width: calc(50% - 65px);
  display: inline-block;
  margin-left: 65px;
}
.affiliate form>div>div:nth-of-type(13):before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f230";
  position: absolute;
  font-size: 36px;
  color: #27476e;
  top: 18px;
  left: -45px;
}
.affiliate form>div>div:nth-of-type(14):before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f099";
  position: absolute;
  font-size: 36px;
  color: #27476e;
  top: 18px;
  left: -45px;
}
.affiliate form>div>div:nth-of-type(15):before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f16d";
  position: absolute;
  font-size: 36px;
  color: #27476e;
  top: 18px;
  left: -45px;
}
.affiliate form>div>div:nth-of-type(16):before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f167";
  position: absolute;
  font-size: 36px;
  color: #27476e;
  top: 18px;
  left: -45px;
}
.affiliate form .sign-up, .affiliate form .save {
  text-align: center;
}
.affiliate form .sign-up input, .affiliate form .save input {
  font-size: 16px;
  border:none;
  font-weight: bold;
  line-height: 20px;
  height: 56px;
  box-sizing: border-box;
  padding: 16px 54px;
  border-radius: 32px;
  min-width: 240px;
  background-color:  #eca400;
  color: #fff;
  transition: .3s;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
  text-transform: uppercase;
}
.affiliate form .sign-up input:hover, .affiliate form .sign-up input:active, .affiliate form .sign-up input:focus, .affiliate form .save input:hover, .affiliate form .save input:active, .affiliate form .save input:focus {
  background-color:  #f0b633;
  color: #fff;
  transition: .3s;
}
.inform-doctor .doc-new img {
  max-width: 100%;
}
.inform-doctor .doc-new h3 small {
  display: block;
  line-height: 1.2;
  font-size: 14px;
  margin-top: 8px;
}
.inform-doctor blockquote {
  background-color: transparent;
  border-left: none;
  padding: 0;
  font-size: 16px;
  margin: 30px 0;
}
.inform-doctor #field_3_8 {
  display: inline-block;
  width: 50%;
}
.inform-doctor #field_3_8 input {
  width: 100%;
}
.inform-doctor #field_3_9 {
  display: inline-block;
  width: 50%;
}
.inform-doctor #field_3_9 input {
  width: 100%;
}
.inform-doctor #input_3_12_1_container, .inform-doctor #input_3_12_2_container {
  width: 50%;
  display: inline-block;
}
.inform-doctor #input_3_12_1_container {
  padding-right: 8px;
}
.inform-doctor #input_3_12_2_container {
  padding-left: 8px;
}
.inform-doctor #input_3_12_4_container {
  padding-right: 8px;
  width: 30%;
  display: inline-block;
}
.inform-doctor #input_3_12_5_container {
  padding-left: 16px;
  width: 20%;
  display: inline-block;
  padding-right: 0!important;
  margin-right: 0;
}
.inform-doctor #field_3_13, .inform-doctor #field_3_14 {
  display: inline-block;
  width: 50%;
}
.inform-doctor #field_3_13 input, .inform-doctor #field_3_14 input, .inform-doctor #field_3_15 input {
  width: 100%;
}
.inform-doctor #field_3_15, .inform-doctor #field_3_22, .inform-doctor #field_3_23, .inform-doctor #field_3_24 {
  display: inline-block;
  width: 50%;
}
.inform-doctor #field_3_25 {
  width: 100%;
  padding: 0;
}
.inform-doctor .gform_wrapper .gfield_radio li label {
  max-width: 100%;
}
.get-sample .use-type {
  max-width: 320px;
  height: 205px;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  position: relative;
  transition: .3s
}
.get-sample address {
  color: #0D3B66;
}
.get-sample .section2 h2, .get-sample .section3 h2, .get-sample .section5 h2 {
  font-size: 24px;
  font-weight: 300;
  color: #545454;
}
.get-sample .use-type>div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(13, 59, 102, 0.3);
  width: 100%;
  transition: .3s;
}
.get-sample .use-type>div:hover {
  background-color: rgba(13, 59, 102, 0.7);
  transition: .3s;
}
.get-sample .personal {
  background: url(../../uploads/img/sample-personal-use.jpg) no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.get-sample .professional {
  background: url(../../uploads/img/sample-professional-use.jpg) no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.get-sample .health-care {
  background: url(../../uploads/img/sample-health-care.jpg) no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.get-sample .use-type h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.get-sample .use-type a:hover, .get-sample .use-type a:focus, .get-sample .use-type a:active {
  color: #fff;
  text-decoration: none;
}
.get-sample .gform_wrapper .gsection {
  margin: 0 0 24px 0;
  padding: 0;
  border-bottom: none;
}
.get-sample .gform_wrapper .gsection h2.gsection_title {
  font-size: 18px; text-transform: uppercase;
}
.get-sample #field_5_20, .get-sample #field_5_21 {
  display: inline-block;
  width: 50%;
}
.get-sample #field_5_20 input, .get-sample #field_5_21 input, .get-sample #field_5_10 input, .get-sample #field_5_11 input {
  width: 100%;
}
.get-sample #input_5_7_1_container, .get-sample #input_5_7_2_container {
  width: 50%;
  display: inline-block;
}
.get-sample #input_5_7_1_container {
  padding-right: 8px;
}
.get-sample #input_5_7_2_container {
  padding-left: 8px;
}
.get-sample #input_5_7_4_container {
  padding-right: 8px;
  width: 30%;
  display: inline-block;
}
.get-sample #input_5_7_5_container {
  padding-left: 16px;
  width: 20%;
  display: inline-block;
  padding-right: 0!important;
  margin-right: 0;
}
.get-sample .gform_footer {
  text-align: center;
}
.gform_button.button, .gform_button.button:visited {
  border: none;
  text-transform: uppercase;
  background-color: #eca400;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  height: 56px;
  box-sizing: border-box;
  padding: 16px 54px;
  border-radius: 32px;
  min-width: 240px;
  transition: .3s;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
}
.gform_button.button:hover, .gform_button.button:active, .gform_button.button:focus {
  background-color:  #f0b633;
  color: #fff;
  transition: .3s;
}
.modal.terms .modal-body {
  height: auto;
  width: auto;
  max-width: 800px;
  padding: 24px 36px;
}
.subscribe-get {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.35);
  position: fixed;
  right: 0;
  top: calc(50vh - 50px);
  z-index: 2;
}
.subscribe-get h2 {
  font-size: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(188, 220, 238, 0.5);
}
.subscribe-get .sale {
  font-size: 64px;
  margin-top: 10px;
  font-weight: 700;
  color: #FCAA06;
}
.subscribe-get .subscribe-button {
  position: relative;
  float: left;
  width: 40px;
  height: 295px;
}
.subscribe-get .subscribe-button a {
  display: block;
  background-color: #BCDCEE;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  float: left;
  position: absolute;
  width: 295px;
  top: 127px;
  left: -127px;
  cursor: pointer;
}
.subscribe-get .fa-times {
  color: #fff;
}
.subscribe-get .fa-window-restore {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.subscribe-get .subscribe-button a, .subscribe-get .subscribe-button a:visited, .subscribe-get .subscribe-button a:hover, .subscribe-get .subscribe-button a:focus, .subscribe-get .subscribe-button a:active {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 295px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
}
.subscribe-get ul {
  list-style: none;
  font-size: 12px;
  color: #A2A2A2;
  white-space: normal;
  padding-left: 20px;
  margin-top: 15px;
}
.subscribe-get .fa {
  font-size: 16px;
  position: absolute;
  top: 12px;
  margin: 0 12px;
  right: 0px;
}
#subscribe-popup {
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 0px;
    background: #fff;
    height: 295px;
    white-space: nowrap;
    box-sizing: border-box;
}
#subscribe-popup>div{
  padding: 35px 50px;
}
#subscribe-popup.in {
    width: 640px;
}
#subscribe-popup.in ul, #subscribe-popup.in .form-subscribe {
  opacity: 1;
  transition: 2s
}
#subscribe-popup ul, #subscribe-popup .form-subscribe {
  opacity: 0;
  transition: .3s;
  margin-top: 10px;
  max-width: 470px;
}
#subscribe-popup .form-subscribe input[type="email"] {
  border-radius: 28px 0 0 28px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
  border: none;
  padding: 17px 16px 15px 24px;
  height: 56px;
}
#subscribe-popup .form-subscribe input[type="submit"] {
  border-radius: 0 28px 28px 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
  border: none;
  padding: 17px 24px 15px 24px;
  height: 56px;
  font-weight: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
footer .subscribe-form {
  position: relative;
  z-index: 0;
  max-width: 320px;
  margin-top: 16px;
}
footer .subscribe-form input[type="email"] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media (max-width: 1920px) {
  .single-product .product-bg-image {
    background-position: top center;
  }
  .single-product .product-bg-gallon {
    background-position: top center;
  }
  .single-product .product-bg-spf {
    background-position: top center;
  }
  .single-product .product-bg-2oz {
    background-position: top center;
  }
  .single-product .product-combo-image {
    background-position: top center;
  }
}
@media (max-width: 991px ) {
  .home .bottle-reg, .home .bottle-spf {
    padding: 15px;
  }
  .home .bottle-reg img, .home .bottle-spf img {
    top: -10px;
    left: 26px;
    max-width: 80px;
  }
  .home .bottle-reg h2, .home .bottle-spf h2 {
    font-size: 30px;
  }
  .home .bottle-reg .description, .home .bottle-spf .description {
    margin-left: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .inline-search input.input-lg {
    width: calc(100% - 120px);
  }
  .inline-search .btn-lg {
    width: 120px;
  }
}
@media (max-width: 991px){
  .shop-banner {
    background-position: left;
  }
}
@media (max-width: 767px){
  h2 {
    font-size: 30px;
  }
  nav#site-navigation {
    display: none;
  }
  #main-nav-button {
    display: block;
    line-height: 50px;
    font-size: 48px;
    margin: 30px 0;
    width: 100%;
  }
  .mobile-header {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  }
  .mobile-header #main-nav-button {
    margin: 0;
    padding: 15px;
    background-color: rgba(188, 220, 238, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 81px;
    margin-right: -15px;
    float: right;
  }
  .mobile-header .site-logo-image img {
    max-height: 56px;
  }
  .mobile-header .site-logo-image {
    margin: 12px 0;
  }
  .responsive-mainnav {

  }
  .responsive-mainnav .top_menu {
    display: flex;
    flex-direction: column;
    order: 2;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .responsive-mainnav #menu-main_menu {
    order: 1;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-direction: column;
  }
  .responsive-mainnav #menu-main_menu #menu-item-2931 {
    order: 1;
  }
  .responsive-mainnav #menu-main_menu #menu-item-2927 {
    order: 2;
    border-bottom: 4px solid #BCDCEE;
  }
  .responsive-mainnav #menu-main_menu #menu-item-24 {
    order: 3;
    border-bottom: 4px solid #BCDCEE;
  }
  .responsive-mainnav #menu-main_menu #menu-item-1396 {
    order: 4;
    border-bottom: 4px solid #BCDCEE;
  }
  .responsive-mainnav #menu-main_menu #menu-item-1315 {
    order: 5;
    border-bottom: 4px solid #BCDCEE;
  }
  .responsive-mainnav .top_menu {
    text-align: left;
  }
  .responsive-mainnav .top_menu>li {
    margin: 0;
  }
  .responsive-mainnav .top_menu>li>a {
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 0 15px;
  }
  .responsive-mainnav #menu-main_menu>li {
    margin: 0;
  }
  .responsive-mainnav #menu-main_menu>li>a {
    text-transform: uppercase;
    width: 100%;
    display: block;
  }
  /*.responsive-mainnav #menu-main_menu>li:not(:first-child)>a {
    border-top: 4px solid #BCDCEE;
  }
  .responsive-mainnav #menu-main_menu>li>a:last-child {
    border-bottom: 4px solid #BCDCEE;
  }*/
  .responsive-mainnav #menu-main_menu .sub-menu {
    padding: 0;
  }
  .responsive-mainnav #menu-main_menu .sub-menu>li {
    margin-top: 0;
    margin-bottom: 0;
  }
  .responsive-mainnav #menu-main_menu .sub-menu>li>a {
    width: 100%;
    display: block;
  }
  .inline-search form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
  .inline-search input.input-lg {
    border-radius: 28px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
    border:none;
    margin-bottom: 24px;
    text-align: center;
  }
  .inline-search .btn-lg {
    border-radius: 28px;
    min-width: 0;
  }
  .shop-banner {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 0;
    background-position: left;
  }
  .shop-banner h1 {
    font-size: 30px;
  }
  .shop-banner blockquote {
    font-size: 16px;
  }
  .shop-banner blockquote footer {
    font-size: 14px;
  }
  .home .section1 h3 {
    text-align: center;
  }
  .home .section2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home .bottle-reg, .home .bottle-spf {
    padding: 24px;
  }
  .home .bottle-reg img, .home .bottle-spf img {
    display: none;
  }
  .home .bottle-reg .description, .home .bottle-spf .description {
    margin-left: 0;
  }
  .home .thumbnails {
    flex-direction: column;
  }
  .home .owl-carousel {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home .owl-carousel .owl-prev {
    left: 0;
  }
  .home .owl-carousel .owl-next {
    right: 0;
  }
  .home .section4 iframe {
  }
  .affiliate #affiliates-registration-form>div>div {
    display: block!important;
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .subscribe-get {
    display: none;
  }
}
@media (min-width: 768px){
  header.site-header {
    height: 100px;
  }
  nav#site-navigation {
    display: block;
  }
  #main-nav-button {
    display: none;
  }
  .main-navigation ul ul {
    top: 40px;
    border:0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .get-sample .use-type {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px){
  .home .inline-search input.input-lg {
    min-width: 380px;
  }
  .home .inline-search .btn-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .get-sample .inline-search input.input-lg {
    min-width: 380px;
  }
  .get-sample .inline-search .btn-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px){
  .home .shop-banner .btn-blue {
    margin-right: 24px;
  }
  .home .shop-banner h1 {
    font-size: 48px;
  }
  .home .shop-banner p {
    font-size: 24px;
  }
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
