/*
Theme Name: COTZ
*/

@font-face {
    font-family: 'AarielMed2';
    src: url('fonts/Aariel-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Aariel-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Aariel-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Aariel-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Aariel-Regular.svg#Aariel-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Aariel2';
    src: url('fonts/Aariel-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Aariel-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Aariel-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/Aariel-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Aariel-Bold.svg#Aariel-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'AarielMed';
    src: url('fonts/Aariel-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/Aariel-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Aariel-Light.woff') format('woff'), /* Modern Browsers */
         url('fonts/Aariel-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Aariel-Light.svg#Aariel-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body {
	font-size: 20px;
    line-height: 30px;
    color: #093c71;
    padding: 0;
    margin: 0;
    font-family: 'AarielMed2';
    font-weight: 400;
    background-color: #ffffff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Aariel2';
    font-weight: 400;
	margin: 0 0 25px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
    text-decoration: none;
}

h1{
    font-size: 36px;
    line-height: 44px;
}

h2{
    font-size: 30px;
    line-height: 38px;
}

h3{
    font-size: 27px;
    line-height: 35px;
}

h4{
    font-size: 24px;
    line-height: 32px;
}

h5{
    font-size: 22px;
    line-height: 30px;
}

h6{
    font-size: 20px;
    line-height: 28px;
}

p {
	margin: 0 0 25px;
}
p:empty{
    display: none;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

ul,
ol {
	margin: 0 0 25px 20px;
	padding: 0 0 0 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 20px;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

b,
strong{
    font-family: 'Aariel2';
    font-weight: 400;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #093c71;
}

:-moz-placeholder {
	color: #093c71;
}

::-moz-placeholder {
	color: #093c71;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #093c71;
}


/**
 * Forms
 */

label{
    font-weight: 400;
}

input {
	line-height: normal;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
    color: #ffffff;
	background-color: #093c71;
    border: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 400;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    font-style: normal;
    font-family: 'Aariel2';
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    color: #ffffff;
	background-color: #63c8cf;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #093c71;
	padding: 10px 10px;
	width: 100%;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    font-size: 16px;
    line-height: 24px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	outline: 0;
}

/**
 * Links
 */

a {
	color: #093c71;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #63c8cf;
    outline: 0;
}

/**
 * Alignments
 */

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}

/**
 * Content
 */

.margin-xs{
    margin-bottom: 10px;
}
.margin-sm{
    margin-bottom: 15px;
}
.margin-md{
    margin-bottom: 30px;
}
.margin-lg{
    margin-bottom: 50px;
}
.no-margin{
    margin: 0;
}
.font-300{
    font-family: 'AarielMed';
    font-weight: 400;
}
.font-400{
    font-family: 'AarielMed2';
    font-weight: 400;
}
.font-700{
    font-family: 'Aariel2';
    font-weight: 400;
}
.font-kremlin{
    font-family: "kremlin-pro";
    letter-spacing: 3px;
}
.site-main {
    padding: 30px 0;
}
.home .site-main,
.fullwidth.site-main {
    padding: 0;
}

/**
 * Header
 */

.topbar {
    background-color: #093c71;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Aariel2';
}
.topbar p{
    margin: 0;
}

.site-header {
    background-color: #7adbd4;
    padding: 15px;
}
.socials{
    margin: 0;
    padding: 0;
    list-style: none;
}
.socials > li{
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}
.socials > li > a:hover{
    opacity: 0.7;
}
.logo{
    text-align: center;
}
.site-header-cart{
    float: right;
    margin: 5px 0 0 10px;
    padding: 0;
    list-style: none;
    position: relative;
}
.site-header-cart > li{
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    position: relative;
}
.site-header-cart > li > a,
.site-header-cart > li > .cart-contents{
    color: #093c71;
}
.site-header-cart > li > a:hover,
.site-header-cart > li > .cart-contents:hover{
    color: #093c71;
    opacity: 0.7;
}
.site-header-cart .cart-contents .count{
    cursor: pointer;
}
.site-header-cart .cart-contents .count span{
    background-color: #f0e4b2;
    color: #093c71;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    padding: 4px 0 0 0;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
    font-family: 'AarielMed2';
}
.site-header-cart li.header-cart-dropdown{
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #ffffff;
    width: 297px;
    z-index: 9999;
    font-size: 16px;
    line-height: 24px;
    display: none;
}
.site-header-cart li.header-cart-dropdown.active{
    display: block;
}
.shopping_cart-dropdown-wrap{
    padding: 15px;
    text-align: left;
}
.header-cart-dropdown .mini_cart_item{
    padding-bottom: 15px !important;
}
.header-cart-dropdown .woocommerce-mini-cart__buttons a{
    width: 50%;
    margin: 0 !important;
    border: 1px solid #ffffff !important;
}

.site-search{
    max-width: 200px;
    margin-right: 0;
    float: right;
}
.site-search .woocommerce-product-search{
    display: block;
    position: relative;
}
.header-cart-dropdown{
    display: none;
}
.site-search .search-field {
    background-color: #afe9e5;
    padding: 7px 27px 7px 7px;
    text-transform: uppercase;
    border: none;
}
.site-search button[type="submit"] {
    background-color: transparent;
    color: #093c71;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    height: 100%;
}
.main-nav{
    background-color: #f1e4b2;
}
.navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
    min-height: 0;
}
.navbar-nav{
    float: none;
    width: 100%;
    text-align: center;
}
.navbar-nav > li{
    padding: 0 0 10px;
    margin: 0 30px;
    display: inline-block;
    float: none;
}
.navbar-default .navbar-nav > li > a{
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
    color: #093c71;
    font-weight: 400;
    padding: 15px 0 5px;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus{
    color: #093c71;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
    color: #093c71;
}
.navbar-default .navbar-nav > li.n1 > a:hover,
.navbar-default .navbar-nav > li.n1 > a:focus,
.navbar-default .navbar-nav > li.n1.current-menu-item > a{
    background: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/04/02032521/menu-active.png) no-repeat scroll right bottom;
}
.navbar-default .navbar-nav > li.n2 > a:hover,
.navbar-default .navbar-nav > li.n2 > a:focus,
.navbar-default .navbar-nav > li.n2.current-menu-item > a{
    background: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/04/02032523/menu-active-2.png) no-repeat scroll right bottom;
}
.navbar-default .navbar-nav > li.n3 > a:hover,
.navbar-default .navbar-nav > li.n3 > a:focus,
.navbar-default .navbar-nav > li.n3.current-menu-item > a{
    background: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/04/02032525/menu-active-3.png) no-repeat scroll right bottom;
}
.navbar-default .navbar-nav > li.n4 > a:hover,
.navbar-default .navbar-nav > li.n4 > a:focus,
.navbar-default .navbar-nav > li.n4.current-menu-item > a{
    background: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/04/02032527/menu-active-4.png) no-repeat scroll right bottom;
}
.navbar-default .navbar-nav > li.n5 > a:hover,
.navbar-default .navbar-nav > li.n5 > a:focus,
.navbar-default .navbar-nav > li.n5.current-menu-item > a{
    background: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/04/02032530/menu-active-5.png) no-repeat scroll right bottom;
}

/**
 * Posts and pages
 */

.banner{
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 150px 0;
}
.banner-overlay{
    background-color: rgba(255, 255, 255, 0.7);
    padding: 50px;
    color: #093c71;
    font-size: 26px;
    line-height: 36px;
    max-width: 450px;
}
.banner-overlay h1{
    text-transform: uppercase;
    margin: 0 0 15px;
}
.page-title-wrap{
    padding-top: 30px;
}
.page-title {
	text-transform: uppercase;
    margin-bottom: 30px;
}
.page-title-wrap .page-title{
    margin-bottom: 0;
}
.entry-title {
	
}
.sc{
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-s1{
    padding: 60px 0;
    background: url(images/bg_sp35.jpg) no-repeat scroll 0 0;
    background-size: cover;
}
.section-s2{
    padding: 60px 0;
    background: url(images/bg_sp40.jpg) no-repeat scroll 0 0;
    background-size: cover;
}
.scontent{
    text-align: center;
}
.scontent h1{
    margin-bottom: 10px;
}
.scontent h3{
    font-family: "kremlin-pro";
    font-weight: 400;
    letter-spacing: 3px;
}
.section-1{
    background: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/03/31220506/video-bkgd.jpg) no-repeat scroll 0 0;
    background-size: cover;
    padding: 60px 0;
}
.section-2{
    padding: 60px 0;
}
.section-3{
    padding: 120px 0;
    background: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/03/31034441/bg1.jpg) no-repeat scroll 0 0;
    background-size: cover;
}
.section-4{
    padding: 150px 0;
    background: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/03/31034448/bg3.jpg) no-repeat scroll right 0;
    background-size: cover;
}
.section-5{
    padding: 60px 0;
    background: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/03/31034445/bg2.jpg) no-repeat scroll 0 0;
    background-size: cover;
}
.section-6{
    padding: 60px 0;
}
.amb-overlay{
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
}
.best-seller{
    padding: 60px 0;
}
.bestseller-label {
    display: none !important;
}
.box-blue{
    background-color: #cfedee;
    padding: 30px;
}
.box-blue-dark{
    background-color: #093c71;
    padding: 30px;
}
.box-orange{
    background-color: #f6eecf;
    padding: 30px;
}
.tbl-wrap{
    display: table;
    width: 100%;
    height: 100%;
}
.tbl-inner{
    display: table;
    display: table-cell;
    vertical-align: middle;
}
.stands{
    padding-left: 30px !important;
}
.oursun{
    list-style: none;
    margin: 0 100px;
    padding: 0;
}
.oursun > li{
    margin: 0 0 25px;
    padding: 0 0 0 150px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 120px;
    min-height: 120px;
}
.oursun > li.friendly{
    background-image: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/03/31222048/REEF-FRIENDLY.png);    
}
.oursun > li.presetvative{
    background-image: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/03/31222045/PRESERVATIVE-FREE.png);    
}
.oursun > li.animal{
    background-image: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/03/31222043/NO-ANIMALTESTING.png);    
}
.oursun > li.gluten{
    background-image: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/03/31222040/GLUTEN-FREE.png);    
}
.oursun h5{
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}

.fitem{
    background-color: #cfedee;
    margin-bottom: 20px;
}
.ftitle{
    padding: 20px 35px 20px 20px;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.ftitle:after{
    background: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/04/01232301/sign.png) no-repeat scroll 0 0;
    position: absolute;
    top: 20px;
    right: 20px;
    content:"";
    width: 30px;
    height: 30px;        
}
.fitem.active .ftitle:after{
    background-position: 0 bottom;
}
.ftitle:hover{
    color: #63c8cf;
}
.fcontent{
    padding: 0 20px 20px;
    display: none;
}
.fcontent p,
.fcontent ul{
    margin-bottom: 15px;
}
.fcontent li{
    padding-bottom: 15px;
}

.video-wrapper {
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 0; 
    height: 0; 
    overflow: hidden;
    width: 100%; 
    max-width: 100%; 
    height: auto; 
}
.video-wrapper iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border: none;
}
.home-pop .col-2{
    padding-left: 0;
}
.popup-info {
    color: #003b71;
    text-align: center;
    padding: 20px 15px 20px 0;
}
.popup-info h2,
.popup-info h6{
    text-transform: uppercase;
    margin-bottom: 8px;
}
.popup-info h2{
    font-family: 'AarielMed';
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
}
.popup-info h6{
    font-size: 18px;
    line-height: 26px;
}
.popup-info form{
    position: relative;
    margin-bottom: 15px;
}
.popup-info input[type=email]{
    width: 100%;
    border: 1px solid #093c71;
    margin: 0;
    padding: 9px 98px 9px 10px;
}
.popup-info input[type=submit]{
    position: absolute;
    right: 0;
    top: 0;
}

/* Woo */
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    padding: 0;
    margin-bottom: 15px;
}
.woocommerce ul.products li.product .star-rating{
    display: none;
}
.product-subtitle {
    font-weight: 400;
    display: block;
    text-transform: none;
    font-family: 'AarielMed';
    font-size: 21px;
}
.woocommerce ul.products li.product .price{
    color: #093c71;
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
    font-family: 'Aariel2';
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    color: #ffffff;
	background-color: #093c71;
    border: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 400;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    font-style: normal;
    font-family: 'Aariel2';
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    margin: 0 !important;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    color: #ffffff;
	background-color: #63c8cf;
}

.single-image-container{
    padding-right: 30px;    
}
.woocommerce-product-gallery__image a{
    display: block;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -oborder-radius: 100%;
    border: 8px solid #d7e0e9;
    padding: 10px;
    overflow: hidden;
}
.woocommerce-product-gallery__image a img{
    border: 3px solid #d7e0e9;
    padding: 20px;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -oborder-radius: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs{
    margin-top: 30px;    
}
.woocommerce div.product div.images .flex-control-thumbs li{
    padding: 0 15px;
    width: 33.33333%
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    width: auto;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -oborder-radius: 100%;
    border: 3px solid #d7e0e9;
    padding: 10px;
}
.single-product div.product .product_title{
    margin-bottom: 10px;
}
.single-product .product-subtitle{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    color: #093c71;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
.woo-social-buttons,
.product_meta{
    display: none !important;    
}
.woocommerce div.product .woocommerce-tabs .panel{
    border: none;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
}
.woocommerce .wc-tabs-wrapper, 
.woocommerce-page .wc-tabs-wrapper, 
.single-product.woocommerce .wc-tabs-wrapper{
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin: 0 0 25px;
    background-color: #093c71;
    overflow: visible;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after{
    border: none;
    height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
    display: none;    
}

.woocommerce div.product .woocommerce-tabs ul.tabs > li{
    padding: 0;
    width: 33.3333%;
    text-align: center;
    margin: 0;
    float: left;
    border: none;
    font-family: 'AarielMed2';
    background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{
    border: none;
    background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a:after{
    content: "";
    width: 30px;
    height: 15px;
    background: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/04/01232258/blue-arrow.png) no-repeat scroll 0 0;
    background-size: 30px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li > a{
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    border: none;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li > a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #ffffff;    
}
.woocommerce div.product .woocommerce-tabs .panel{
    margin-bottom: 30px;
}
.woocommerce #reviews #comments h2 {
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li{
    margin-bottom: 50px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    border: none;
    margin: 0;
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta span {
    color: #093c71;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Aariel2';
    text-transform: uppercase;
}
.woocommerce .star-rating{
    float: none;
    margin-bottom: 15px;
    color: #63c8cf;
}
.woocommerce .star-rating:before,
.woocommerce p.stars a{
    color: #63c8cf;
}
.woocommerce .woocommerce-product-rating .star-rating{
    cursor: pointer;
}
#reviews{
    clear: both;
}
.woocommerce #reviews #respond .comment-reply-title {
    font-weight: 400;
    color: #ffffff;
    background-color: #093c71;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'AarielMed2';
    cursor: pointer;
    margin-bottom: 30px;
    border: none;
    font-size: 20px;
    line-height: 28px;
}
.woocommerce #reviews #respond .comment-reply-title:hover {
    color: #ffffff;
    background-color: #7adbd4;
}
.woocommerce #reviews #comment {
    height: 134px;
}
.woocommerce-review-link{
    display: none;
}
.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #7adbd4;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.single-product .comment-form {
    max-width: 100%;
    display: none;
}
.single-product .comment-field-left{
    width: 50%;
    float: left;
    padding-right: 30px;
}
.single-product .comment-form-comment{
    float: right;
    width: 50%;
    padding-top: 0;
}
.single-product .form-submit{
    clear: both;
    width: 50%;
    margin-left: 50%;
}
.single-product.logged-in .comment-form-comment,
.single-product.logged-in .form-submit{
    float: none;
    clear: both;
    margin: 15px 0 0;
}
.single-product #commentform input[type=text],
.single-product #commentform input[type=email],
.woocommerce #reviews #comment{
    border: none;
    background-color: #ebeff4;
}
.single-product .form-submit {
    clear: both;
    width: 50%;
    margin-left: 50%;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
    padding: 9px 5px 9px;
    border: 1px solid #093c71;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    opacity: 1;
    background-color: #999999;
    color: #ffffff;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    font-family: 'Aariel2';
}
.woocommerce ul#shipping_method .amount{
    font-weight: 400;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #ffffff;
	background-color: #093c71;
    font-weight: 400;
    font-family: 'Aariel2';
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #ffffff;
	background-color: #63c8cf;
}
.woocommerce-info {
    border-top-color: #093c71;
}
.woocommerce-info::before {
    color: #093c71;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #63c8cf;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
    border-color: #ffffff;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background: #7adbd4;
    color: #093c71;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #7adbd4 !important;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    text-align: center;
}
.woocommerce ul.products li.product a img{
    transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

/**
 * Comments
 */

.comments-area {
	margin: 0 0 25px;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 10px;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #093c71;
	font-size: 21px;
	line-height: 29px;
	padding-top: 10px;
}

.comments-title {
	margin-bottom: 25px;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #093c71;
	padding: 25px 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #093c71;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #093c71;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #093c71;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #7adbd4;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #093c71;
	border-radius: 2px;
	color: #093c71;
	display: inline-block;
	padding: 5px 10px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #7adbd4;
	outline: 0;
}

.comment-form {
	padding-top: 0;
}

.comment-form label {

}

.comment-list .comment-form {
	padding-bottom: 30px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	margin-bottom: 20px;
}

.no-comments {
	border-top: 1px solid #093c71;
	margin: 0;
	padding-top: 25px;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: red;
}

/* Blog */
.blog-main{
    background: url(images/bg_blog.jpg) repeat-x scroll 0 0 #ffffff;
}
.blog-title span{
    display: inline-block;
    background: url(images/blog_title.png) no-repeat scroll center bottom;
    background-size: contain;
    padding-bottom: 10px;
    font-weight: 700;
}
.blog-grid .col-sm-6:nth-of-type(2n+1){
    clear: both;
}
.post-item{
    margin-bottom: 50px;
}
.entry-thumb{
    border: 1px solid #093c71;
    margin: 0 0 25px;
}
.entry-thumb img{
    width: 100%;
    display: block;
    margin: 0;
}
.entry-title{
    margin: 0 0 10px;
}
.entry-subtitle{
    margin-bottom: 25px;
}

.paper{
    background-color: #fbfbf6;
    box-shadow: 0 0 8px #666666;
    padding-top: 60px;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.paper-inner{
    background: url(images/line.png) repeat-y scroll left -1px;
    padding-left: 80px;
    padding-right: 50px;
    font-family: "kremlin-pro";
    letter-spacing: 3px;
    font-size: 21px;
    line-height: 49px;
    padding-bottom: 42px;
}
.single-title{
    color: #14bcb9;
    margin-bottom: 8px;
}
.paper-inner p{
    margin-bottom: 50px;
}
.paper-inner h2{
    color: #14bcb9;
    font-family: "kremlin-pro";
    letter-spacing: 3px;
    margin-bottom: 12px;
}


/**
 * Sidebar
 */

.sidebar {
	
}


/**
 * Footer
 */

.site-footer{
    background: url(https://s3.amazonaws.com/cotzskincare/wp-content/uploads/2019/04/01223357/bg_footer.png) repeat-x scroll 0 0;
    padding: 70px 0 50px;
    font-size: 18px;
    line-height: 28px;
}
.footer-widget .widget-title{
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px;
    color: #093c71;
    text-align: left;
}
.footer-widget ul.menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widget ul.menu > li{
    margin: 0 0 5px;
    padding: 0;
}
.footer-widget ul.menu > li:before{
    display: none;
}
.footer-widget ul.menu > li > a{
    color: #093c71;
    text-decoration: none;
}
.footer-widget ul.menu > li > a:hover{
    color: #7adbd4;
}
.footer-widget .subscribe-block{
    padding: 0;
    border: none;
    margin: 0 0 15px;
}
.footer-widget .subscribe-block__form {
    width: 100%;
}
.footer-widget .subscribe-block__input-group{
    display: block;
    position: relative;
}
.footer-widget .subscribe-block__form .subscribe-block__input[type="email"] {
    max-width: 100%;
    color: #093c71;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 70px 8px 8px;
    background-color:  #ebeff4;
}
.footer-widget .subscribe-block__form .subscribe-block__submit{
    background-color: #093c71;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 8px 8px 9px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.footer-widget .subscribe-block__form .subscribe-block__submit:hover{
    background-color: #7adbd4;
}
.bottom{
    background-color: #7adbd4;
    padding: 10px 0;
    border-top: 6px solid #f1e4b2;
    color: #093c71;
    font-size: 18px;
    line-height: 28px;
}
.copyright{
    font-weight: 700;
    text-transform: uppercase;
}
.footer-link{
    text-align: right;
}
.footer-link a{
    text-decoration: none;
}
.pum-overlay{
    display: none;
}
.mc4wp-form-fields{
    position: relative;
    margin-bottom: 15px;
}
.mc4wp-form-fields input[type=email]{
    background-color: #ebeff4;
    color: #093c71;
    border: none;
    padding-right: 84px;
}
.mc4wp-form-fields input[type=submit]{
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 10px 9px;
}

/**
 * Media
 */

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 20px;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

/**
 * Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media (min-width: 768px) {
	.row-eq{
	   display: flex;
	}
    .right-sm{
        float: right;
    }
    .fp-table{
        display: table;
        width: 100%;
        height: 100%;
    }
    .fp-tableCell{
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }
}

@media (min-width: 992px){
    .post-item{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px){
    .site-search {
        max-width: 180px;
    }
    .navbar-nav > li{
        margin: 0 15px;
    }
    
}

@media (max-width: 991px){
    body{
        font-size: 16px;
        line-height: 26px;
    }
    h1{
        font-size: 32px;
        line-height: 40px;
    }
    
    h2{
        font-size: 28px;
        line-height: 36px;
    }
    
    h3{
        font-size: 25px;
        line-height: 33px;
    }
    
    h4{
        font-size: 21px;
        line-height: 29px;
    }
    
    h5{
        font-size: 18px;
        line-height: 26px;
    }
    
    h6{
        font-size: 16px;
        line-height: 24px;
    }
    .site-search {
        max-width: 120px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 16px;
        line-height: 24px;
    }
   
    .banner{
        padding: 80px 0;
    }
}

@media (max-width: 767px){
    .logo{
        margin-bottom: 15px;
    }
    .logo img{
        width: 120px;    
    }
    .site-header-cart,
    .site-search{
        float: none;
        margin: 0;
        text-align: center;
    }
    .site-search{
        max-width: 100%;
        margin: 15px 0;
    }
    .site-header-cart > li{
        display: inline-block;
        float: none;
        margin: 0 10px;
    }
    .socials{
        text-align: center;
    }
    .socials > li{
        display: inline-block;
        float: none;
    }
    
    .navbar-default .navbar-toggle {
        border-color: #093c71;
        border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -o-border-radius: 0;
        background-color: transparent;
        margin-right: 0;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus{
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #093c71;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #093c71;
    }
    .navbar-nav > li{
        display: block;
        margin: 0;
        text-align: center;
    }
    .banner{
        padding: 60px 0;
    }
    .banner-overlay{
        font-size: 18px;
        line-height: 26px;
        padding: 25px;
    }
    .section-3{
        background-image: none;
        background-color: #e2f4ff;
        padding: 60px 0;
    }
    .section-4{
        padding: 60px 0;
    }
    .margin-lg-xs{
        margin-bottom: 50px;
    }
    .footer-widget{
        margin-bottom: 25px;
    }
    .site-footer .socials{
        text-align: left;
    }
    .site-footer .socials > li{
        margin: 0 6px 0 0;
    }
    .copyright,
    .footer-link{
        text-align: center;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
        font-size: 20px;
        line-height: 28px;
    }
    .product-subtitle{
        font-size: 16px;
    }
    .single-product .product-subtitle {
        font-size: 21px;
        line-height: 29px;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price{
        font-size: 25px;
        line-height: 33px;
    }
    .single-product .comment-form-comment,
    .single-product .form-submit{
        width: 100%;
    }
    .oursun{
        margin: 0;
    }
    .oursun > li {
        background-size: 80px;
        padding-left: 100px;
        min-height: 80px;
    }
    .vs{
        margin-bottom: 20px;
    }
    .single-title {
        margin-bottom: 25px;
    }
    .paper-inner h2 {
        margin-bottom: 10px;
    }
    .paper-inner p {
        margin-bottom: 12px;
    }
}

@media (max-width: 479px){
    .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
        width: 100% !important;    
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs > li > a{
        font-size: 16px;
        line-height: 24px;
        padding: 10px 5px;
    }
    .popup-info{
        font-size: 14px;
        line-height: 20px;
    }
    .popup-info  p{
        margin-bottom: 15px;
    }
    .popup-info h2{
        font-size: 21px;
        line-height: 29px;
    }
    .popup-info h6{
        font-size: 15px;
        line-height: 23px;
    }
    .mc4wp-form-fields input[type="email"],
    .mc4wp-form-fields input[type="submit"]{
        font-size: 14px;
    }
}