/*!
Theme Name: Avid Eyewear
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avideyewear.com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

avisoptics is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* General */
a{
    outline: 0;
    text-decoration: none;
}

a:hover{
    outline: 0;
    text-decoration: none;
}
body{
    font-family: 'Poppins', sans-serif;
}
.container{
    max-width: 1366px
}
.white-btn {
    width: 280px;
    color: #fff;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    transition: 0.3s;
}
.white-btn:hover{
    background-color: #fff;
    color:#000
}
.orange-btn {
    background: #e18849;
    width: 310px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s;
    font-weight: 600;
    font-size: 16px;
    margin-top: 3rem;
}
.orange-btn:hover {
    color: #e18849;
    background: #fff;
}
/* .woocommerce div.product div.images a img {
    max-height: 169px;
} */
/* bg color */
.bg-black{
    background-color: #000;
}
.bg-white{
    background-color: #fff;
}
.bg-red{
    background-color: #912a29;
}
.bg-gray{
    background-color: #E8E6E7;
}
.bg-orange{
    background-color: #e18849;
}
/* Borders */
.border-solid{
    border-style: solid;
}
.border-1{
    border-width: 1px;
}
/* color */
.color-white{
    color:#fff
}
.color-black{
    color: #000;
}
.color-red{
    color: #912a29;
}
.color-gray{
    color:#888888
}
.color-orange{
    color:#e18849
}
/* font weight */
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-semi-bold{
    font-weight: 600;
}
.font-bold{
    font-weight: 700;
}
/* font size */
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}

.font-28{
    font-size: 28px;
}
.font-36{
    font-size: 36px;
}
.font-48{
    font-size: 48px;
}
/* line hegiht */
.line-height-title{
    line-height: 62px;
}
/* Hover */
.hover-opacity,
.hover-white,
.hover-red,
.hover-orange{
    transition: 0.3s;
}
.hover-opacity:hover{
    opacity: 0.8;
}
/* hover color */
.hover-white:hover{
    color: #fff !important;
}
.hover-red:hover{
    color: #912a29 !important;
}
.hover-orange:hover{
    color: #e18849;
}
/* hover bg */
.hover-bg-black{
    background-color: #000 !important;
}
.hover-bg-white{
    background-color: #fff !important;
}
.hover-bg-red{
    background-color: #84161B !important;
}
.hover-bg-orange{
    background-color: #e18849 !important;
}
/* Header */
#primary-menu .current-menu-item a{
    color:#912a29
}
header#masthead {
    box-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
}
.float-nav{
    display: none;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
}
/*.logo {
    width: 10%;
    min-width: 133px;
}*/
.logo img{
    transition: 0.3s;
}
.logo img:hover{
    transform: scale(0.95);
}
.site-navigation{
    width: 65%;
}
#primary-menu {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
}

#primary-menu li {
    padding-right: 30px;
}
#primary-menu li:last-child {
    padding-right: 0;
}
#primary-menu li a{
    color: #000;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
}
#primary-menu li a:hover{
    color: #912a29;
}
/*#site-navigation {
    width: 100%;
}*/
#site-navigation {
    margin-top: -10px;
}
.search-wrapper{
    position: relative;
    width: 100%;
}
.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 30px;
    padding: 10px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -25px;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 10px);
    border: 1px solid #867a7ac2;
    color: #000;
    border-radius: 5px;
}
.search-wrapper .input-holder .search-icon {
    width:70px;
    height:70px;
    border:none;
    border-radius:6px;
    background: #FFF;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height:50px;
    margin: 10px;
    border-radius: 30px;
    background: transparent;
}
.search-wrapper .input-holder .search-icon span {
    width:22px;
    height:22px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute; 
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {
    width: 2px;
    height: 9px;
    left: 16px;
    top: -6px;
    border-radius: 2px;
    background: #000;
}
.search-wrapper .input-holder .search-icon span::after {
    width: 14px;
    height: 14px;
    left: 9px;
    top: -19px;
    border-radius: 16px;
    border: 2.5px solid #000;
}
.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:24px;
    right:20px;
    width:25px;
    height:25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right:-50px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #FE5F55;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}
.search-wrapper.active .input-holder .search-icon span::after {
    top: -11px;
}
.search-wrapper.active .input-holder .search-icon span::before {
    top: 2px;
}
.right-menu {
    /*width: 18%;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.right-menu a {
    padding: 0 8px;
    margin-bottom: 20px;
}
.right-menu a:last-child{
    padding-right:0
}
.first-icon {
    border-left: 1px solid;
    padding-left: 15px
}
.page-banner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    max-height: 576px;
    position: relative;
    overflow: hidden;
    background-color: #912a29;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-banner:before {
    content: '';
    background: #912a29;
    position: absolute;
    top: -100vh;
    left: -100vw;
    right: 50%;
    bottom: 0;
    transform: rotate(16deg);
    z-index: 0;
}
.caption-wrapper {
    max-width: 520px;
    position: relative;
    z-index: 1;
}
.lower-banner {
    height: 288px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
position:relative
}
.lower-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1;
    
}
.lower-banner a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
/* Woocomerce */
.archive .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper {
    display: none;
}
.archive .product-category{
    text-align: center;
}
.single-product .related .star-rating {
    display: none !important;
}
.archive.woocommerce-page .content-area,
.single-product .content-area{ 
    max-width: 1366px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
nav.woocommerce-MyAccount-navigation a {
    color: #fff;
}
input#coupon_code {
    height: 60px;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}
.coupon button.button {
    margin-right: 10px !important;
}
.woocommerce ul.products li.product a {
    color: #000;
    text-align: center;
    display: block;
    transition: 0.3s;
}
nav.woocommerce-MyAccount-navigation li {
    background: #e18849;
    transition: 0.3s;
}
nav.woocommerce-MyAccount-navigation li:hover{
    background-color:#fff;
}
nav.woocommerce-MyAccount-navigation li:hover a{
    color: #e18849;
}
.woocommerce-MyAccount-content a {
    color: #e18849;
}

nav.woocommerce-MyAccount-navigation a {
    color: #fff;
    padding: 10px 10px;
    display: block;
}
.woocommerce ul.products li.product a:hover{
    color: #e18849;
}
.woocommerce ul.products li.product .price{
    display: inline;
    font-size: 20px;
    color: #000;
    border-left: 1px solid;
    padding-left: 10px;
}

.quantity {
    float: unset !important;
    margin-bottom: 1rem !important;
}
.home .product .button{
    display: none;
}
.product .button,
.woocommerce  .button,
.login-btn{
    background: #e18849 !important;
    color: #fff !important;
    text-transform: uppercase;
    width: 310px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-weight: 600;
    font-size: 16px;
    margin-top: 3rem;
    border: 1px solid transparent;
}
.product .button:hover,
.woocommerce  .button:hover{
    background: #fff !important;
    border: 1px solid #e18849;
    color:#e18849 !important
}
span.price {
    /* display: block !important;
    text-align: center;
    border: 0 !important; */
}
figure.woocommerce-product-gallery__wrapper {
    overflow: hidden;
}
.summary.entry-summary {
    min-height: 311px !important;
}
ul.products.columns-4 .product {

    margin-bottom: 0 !important;
}
.woocommerce-loop-product__title {
    /* display: block !important;
    text-align: center !important; */
}
.woocommerce ul.products li.product a img {
    height: auto !important;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}
.home .woocommerce ul.products li.product a img{
    max-height: 200px !important;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2{
    max-width: 100%;
}
.woocommerce-loop-product__title {
    font-weight: 600;
    color: #000;
    display: inline;
    padding-right: 10px !important;
}
.featured-product-slider .woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .button {
    display: none !important;
}
.tag-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
a.login-btn {
    margin-top: 10px;
}
.slick-track .product {
    text-align: center;
}

.login-label {
    text-align: center;
}
.product img {
    transition: 0.3s;
}
.product img:hover{
    transform: scale(1.1);
}
p.form-row {
    display: block;
}
p.woocommerce-LostPassword.lost_password a {
    color: #000;
    transition: 0.3s;
}
p.woocommerce-LostPassword.lost_password a:hover{
    color: #e18849;
}
.woocommerce form .form-row input.input-text{
    height: 50px;
}
section.related.products>h2 {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    color: #912a29;
    margin-bottom: 3rem;
}
.related .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper {
    display: none !important;
}
.woocommerce.columns-4 .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper {
    display: none;
}

/* Product Category */
header.woocommerce-products-header h1 {
    text-align: center;
    font-size: 48px;
    color: #912a29;
    font-weight: 300;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
select.orderby {
    height: 40px;
    border: 1px solid #CCCCCC;
    font-size: 16px !important;
    padding: 8px;
}
form.woocommerce-ordering {
    position: absolute;
    top: 0;
    right: 0;
}
main#main{
    position: relative;
}
p.woocommerce-result-count {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Single Product */
.wpgs-for.slick-initialized.slick-slider {
/*  border-bottom: 1px solid #E8E6E7; */
    border-top: 1px solid #E8E6E7;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wpgs.woocommerce-product-gallery.wpgs--with-images.images .wpgs-nav .slick-slide {
/*     max-width: 80px;
    height: 80px;
    background: #E8E6E7;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.wpgs.woocommerce-product-gallery.wpgs--with-images.images .slick-arrow{
    display: none !important;
}
.single-product .woocommerce div.product div.images {
    margin-bottom: 3rem !important;
}
.single-product h1.product_title.entry-title {
    color: #912a29;
    margin-top: 20px !important;
}

.single-product span.posted_in a {
    display: none;
}
.single-product ul.products.columns-4 .product {
    min-height: auto !IMPORTANT;
    margin-bottom: 0 !IMPORTANT;
}
.single-product span.posted_in a:last-child {
    display: block;
    font-size: 16px;
    color: #000;
    transition: 0.3s;
    font-weight: 300;
}
.single-product span.posted_in a:hover{
    color: #9d1e23;
}
.single-product .star-rating span {
    color: #9d1e23;
}
.single-product .woocommerce-review-link {
    color: #000;
    transition: 0.3s;
}
.single-product a.woocommerce-review-link:hover{
    color:#9d1e23
}
.single-product .summary.entry-summary span.woocommerce-Price-amount.amount {
    color: #9d1e23;
    font-weight: 600;
    font-size: 28px !important;
}
.single-product p.price {
    
    padding-bottom: 0;
}
.star-rating {
    display: none !important;
}
.single-product .star-rating {
    display: block  !important;
}
.single-product  ul.variable-items-wrapper.button-variable-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.single-product li.variable-item.button-variable-item.button-variable-item-s-size{
    margin-right: 8px !important;
}
.single-product .button-variable-item{
    border-radius: 0 !important;
}
.single-product span.variable-item-span.variable-item-span-button {
    font-size: 16px !important;
    FONT-WEIGHT: 600;
}
.single-product table.variations LABEL {
    font-weight: 300 !important;
}
.single-product .woocommerce-Tabs-panel h2 {
    color: #912a29;
}
.single-product  table.variations tr {
    font-weight: 300 !important;
    border-top: 1px solid #E8E6E7;
    display: block !important;
    padding-top: 0;
    padding-bottom: 0;
}
a.reset_variations {
    color: #9d1e23;
}
.woocommerce div.product form.cart .variations{
    margin-bottom:0
}
a.reset_variations {

    display: block;
} .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
    content: '\e908';
    color: #9D1E23 !important;
}
span.tinvwl_add_to_wishlist-text {
    color: #000;
    font-weight: 300;
    transition: 0.3s;
}
span.tinvwl_add_to_wishlist-text:hover{
    color: #9D1E23;
}
.single-product table.variations tr:last-child {
/*     border-bottom: 1px solid #E8E6E7; */
}
.single-product ul.tabs.wc-tabs {
    border-bottom: 10px solid #912a29;
}
.single-product ul.tabs.wc-tabs li {
    border: 0 !important;
    padding-left:0 !important;
    background: transparent !important;
    padding-right: 50px !important;
    margin: 0!important;
}
.single-product div.product .woocommerce-tabs ul.tabs{
    padding-left:0 !important;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    padding-bottom: 30px;
    border-bottom: 2px solid #E8E6E7;
    margin-bottom: 3rem;
}
.single-product div.product .woocommerce-tabs ul.tabs li a {
    color: #888888;
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
.single-product li.active{
    color: #912a29;
}


/* Sections */
form.cart .product_totals {
    display: none;
}
.woocommerce div.product form.cart .variations select{
    width:100%
}
.info-presciption,.info-lens-type,.info-lens-material{
    position:relative
}
.variations i {
    font-size: 14px;
    position: absolute;
    right: -28px;
    color: #fff;
    background: #e18849;
    border-radius: 50%;
    top: 4px;
    text-align: center;
    padding: 5px 9px;
    cursor: pointer;
    z-index: 999;
    transition: 0.3s;
}
.variations i:hover{
    background:#912a29;
}
.variationsr i.fas.fa-times {
    right: 0;
    background: #9d1e23;
}
.svariations i.fas.fa-times:hover{
    background: #9d1e23;
}
.onclick-desciption strong {
    display: block;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}
.wcpa_form_outer {
    position: relative;
}
.wcpa_type_paragraph  .onclick-desciption {
    display: none;
}
.wcpa_type_paragraph .onclick-desciption {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    background: #9d1e23;
    font-size: 13px;
    color: #fff;
    z-index: 9999;
    padding: 20px;
    border-radius: 10px;
}
td.product-name a {
    color: #912a29;
    font-weight: 600;
}
/* Product tags */
.tag-wrapper {
    height: 240px;
    width: 18%;
    display: inline-flex;
    margin: 0 5px;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.cat-sliders {
    text-align: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.tax-product_cat .tag-wrapper {
    height: 310px;
    width: 309px;
}
.tag-wrapper:last-child {
    margin-right: 0;
}
.tag-wrapper:hover{
    transform: scale(1.1);
}
/* Section Banners */
.section-wrapper>* {
    max-width: 385px;
}

.section-wrapper {
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 78px;
    background-size: cover;
    background-position: center;
}

/* Testimonials */
.section-testimonial {
    background-image: url(/wp-content/themes/avisoptics/images/section-bg.jpg);
    background-size: cover;
    background-position: center;
}
.page-id-211 .section-testimonial{
	background: none;
    padding: 0 !important;
}
.testimonial-item>div {
    max-width: 310px;
    margin: auto;
}
.section-testimonial .slick-prev, .slick-next{
    width: auto;
    height: auto;
}
.page-id-211 .test-btn-wrapper {
    padding: 0 !important;
    text-align: center;
}
.page-id-211 .test-btn-wrapper a.white-btn {
    background: #e18849;
}
.page-id-211 .test-btn-wrapper a.white-btn:hover{
	color:#fff;
	
    background: #912a29;

}
.testimonial-item {
    box-shadow: 1px 0px 8px rgb(0 0 0 / 54%);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 1rem;
}
.slick-prev:before, .slick-next:before {
    font-size: 35px;
}
.testitmonial-wrapper-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.white-btn i{
    margin-right: 10px;
}

.section-testimonial  .slick-prev:before, .section-testimonial  .slick-next:before{
    font-family: inherit;
}
/* Footer  */
.logo-footer{
    width: 10%;
    min-width: 133px;
}
.logo-footer img{
    height: 100%;
    width: 190%;
}
.site-footer ul {
    padding: 0;
    list-style: none;
    line-height: 35px;
}
.site-footer ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
}
.site-footer ul li a:hover{
    color:#912a29
}
/* Newsletter */
.newsletter{
    background-image: url(/wp-content/themes/avisoptics/images/section-bg-item.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 291px;
}
#gform_wrapper_1,#input_1_1,#field_1_1,.newsletter  .ginput_container.ginput_container_email {
    margin: 0 !important;
}
.newsletter form#gform_1 {
    position: relative;
}
.newsletter input#gform_submit_button_1 {
    position: absolute;
    top: 0;
    right: 0;
}
.validation_error {
    display: none !important;
}
.newsletter .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}
input#input_1_1 {
    height: 50px;
    width: 360px;
    margin: 0 !important;
    border: 0;
    outline: 0;
}
input#gform_submit_button_1 {
    height: 50px;
    width: 110px;
    background: #e18849;
    border: 0;
    color: #FFF;
    transition: 0.3s;
}
div#validation_message_1_1 {
    color: #fff;
    padding-left: 10px;
}
div#gform_confirmation_message_1 {
    color: #fff;
    text-align: center;
}
li#field_1_1 {
    padding-top: 0 !important;
}
input#gform_submit_button_1:hover{
    opacity: 0.9;
}

button#back-to-top {
    position: fixed;
    z-index: 99999;
    background: #e18849;
    border-radius: 50%;
    color: #002365;
    right: 11px;
    bottom: 26px;
    transition: 0.3s;
    color: #fff;
    border: 0;
    display: none;
}
button#back-to-top:hover {
    opacity: 0.9;
}
button#back-to-top.show{
    display:block;
}
/* Inner Pages */

h2.entry-title a {
    color: #000;
    transition: .3s;
}
h2.entry-title a:hover{
    color: #e18849;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-prescription-type {
    position: relative;
}
.wc-pao-addon-description {
    position: absolute;
    background: #912a29;
    padding: 20px 10px;
    height: auto;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    display: none;
    z-index:1
}

.wc-pao-addon-container i:hover,
.insurance-wrapper i:hover{
     background: #912a29;
}

.wc-pao-addon-container i,
.insurance-wrapper i {
    background: #888888;
    color: #fff;
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 50%;
    margin-left: 3px;
    margin-top: -1px;
    transition: 0.3s;
}
.wc-pao-addon-container label {
    margin-bottom: 9px !important;
}
.wc-pao-addon-container {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border: 1px solid #912a29;
    padding: 9px;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    max-width: 82px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 151px;
    max-width: 151px;
}
td.product-remove {
    max-width: 31px;
    width: 32px;
}
.single-product .wpgs.woocommerce-product-gallery.wpgs--with-images.images,
.single-product .summary {
    float: none !important;
    width: 100% !important;
}
.s-product-left-col,
.summary.entry-summary {
    display: inline-block;
    max-width: 48.5%;
    vertical-align: top;
    position:relative;
    width:100%
}
.woocommerce-product-rating {
    position: absolute;
    top: 29px;
    right: 0;
}
.s-product-left-col{
    margin-right:30px
}
.summary.entry-summary{
    padding-left:30px;
    padding-top: 26px;
}
.single-product #main > .product.type-product {
    border-top: 1px solid #E8E6E7;
    margin-top: 0;
}

.single-product .woocommerce-product-details__short-description {
    min-height: 90px;
    border-bottom: 1px solid #E8E6E7;
    margin-bottom: 20px;
}
.prescription-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 366px;
    margin-bottom: 4px;
}
.prescription-title {
    font-weight: 700;
}
.prescription-value {
    font-weight: 700;
    color: #9d1e23;
}
.prescription-details {
    margin-bottom: 0;
}
.enhancement-title {
    margin-bottom: 7px;
    position: relative;
    display: inline-block;
}
.enhancement-details h3{
    font-size: 23px;
    color: #912a29
    font-weight: bold;
    margin-top: 1rem;
}
.prescription-details h3 {
    font-size: 18px;
    
 font-weight: bold;
    margin-top: 1rem;
}
.prescription-details h3 span{
      color: #912a29;
    font-size:22px
}
.enhancement-title i {

    background: #888888;
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 50%;
    color: #fff;
    margin-left: 5px;
    transition:0.3s;
}
.enhancement-title i:hover{
    background: #912a29;
}
.enhancement-wrapper img {
    max-width: 23px;

}
.enhancement-wrapper img:hover{
    transform: unset;
}
.enhancement-details {
    margin-bottom: 2rem;
    position: relative;
    border-top: 1px solid #E8E6E7;
    padding-left: 5rem;
	    z-index: 5;
       float: left;
}
.single_variation_wrap .woocommerce-variation-price {
    display: none;
}
li.wc-pao-subtotal-line .so-price {
    display: none;
}

#coupon-redeem .orange-btn {
    margin: 0 !important;
    border: 0;
}
main#main>.wpc-custom-selected-terms {
    display: none;
}
.wpc-filters-widget-wrapper>div {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
}
.wpc-filters-widget-select {
    height: 40px;
    border: 1px solid #CCCCCC;
    font-size: 16px !important;
    padding: 8px;
}
.widget-title.wpc-filter-title {
    margin-bottom: -1px;
}
.widget-title.wpc-filter-title {
    margin-bottom: 2px;
    font-weight: 600;
    color: #912a29;
}
.fancybox-content img {
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce div.product div.images img{
    background-color: #fff !important;
}
.wpgs.woocommerce-product-gallery.wpgs--with-images.images .wpgs-nav .slick-slide {
    background: #fff;
}
.fancybox-content {
    background: #fff !important;
    padding: 105px !important;
}
.enhancement-description {
    border: 1px solid #912a29;
    color: #912a29;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    transition: 0.3s;
    max-width: 264px;
    min-height: 97px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    right: -13px;
    z-index: 99;
    top: 50%;
    transform: translate(100%,-50%);
    display: none;
}
.wc-pao-addon-container {
    margin-bottom: 25px;
 
    padding-bottom: 10px;
}
.product-addon-totals .amount {
    font-weight: 500 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #9d1e23;
    font-weight: 700 !important;
}
.product-addon-totals ul {
    padding-left: 0;
}
.wc-pao-addons-container div:nth-child(3) {

}
.sub-total-wrapper {
    position: relative;
}
.sub-total-wrapper .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {
    position: absolute;
    bottom: 12px;
}
.sub-total-wrapper .disabled-add-wishlist{
    display:none
}
.frame-title i {
    position: static;
    background: #888888;
     padding: 4px 8px;
    font-size: 11px;
    margin-left: 20px;
}
.frame-title {
    display: flex;
    align-items: flex-start;
}
.label {
    color: #912a29;
    font-weight: 700;
    margin-right: 10px;
}

.frame-wrapper:not(:first-child) .label {
    opacity: 0;
}
.frame-wrapper {
    margin-bottom: 4px;
}
.frame-sizes {
    padding: 15px 0;
}
.frame-size-text{
    margin-right:5px
}
div#frame-info {
    background: #fff;
    padding: 30px;
}
.frame-wrapper {
    display: flex;
    align-items: center;
}
.frame-wrapper {
    display: flex;
    align-items: center;
    max-width: 500px;
}
.frame-text-content {
    max-width: 38%;
    width: 100%;
}
h1,h2,h3{
    color:#912a29;
}
.insurance-desc {
    position: absolute;
    background: #912a29;
    color: #fff;
    z-index: -1;
    padding: 15px;
    border-radius: 5px;
    transition: 0.3s;
    opacity: 0;
}
.insurance-wrapper {
    margin-bottom: 2rem;
}
/*.product-addon-totals .wc-pao-col1 strong span {
    display: none !important;
}*/
div.product-addon-totals{
    border-top:0
}
a.reset_variations {
    display: none !important;
}
nav.woocommerce-breadcrumb{
    margin-bottom:0 !important
}
a.button-lenses {
    background: #e18849 !important;
    color: #fff !important;
    text-transform: uppercase;
    width: 310px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-weight: 600;
    font-size: 16px;
    margin-top: 3rem;
    border: 1px solid transparent;
    cursor: pointer;
}
.insurance-wrapper {
    text-align: right;
}
button#gform_submit_button_2{
    float: right !important;
}
div#cart-wrapper {
    width: 100vw;
    margin-left: -730px;
    max-width: 1366px;
    padding: 0 15px;
    margin-top: 4rem;
    display: none;
}
div#gform_fields_2>ul.gform_fields.top_label.form_sublabel_below.description_below {
    display: none;
}
div#gform_fields_2 {
    display: block ;
}
h3.gsection_title {
    font-size: 23px;
    color: #912a29;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0;
}
div#field_2_26 {
    margin-top: 1rem;
}
legend.gfieldset-legend {
    display: none !important;
}
fieldset.gfieldset.gform_fieldset_begin.gform_fieldset.first-group ,
fieldset.gfieldset.gform_fieldset_begin.gform_fieldset.second-group {
    border: 1px solid #e18849;
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
    margin-top: -1px;
    min-height: 300px;
}
a.tab-btn {
    background: #e18849;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    width: 176px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #e18849;
    border-bottom: 0;
}
.summary.entry-summary .quantity:before {
    content: 'QTY';
}
a.tab-btn:hover{
    opacity: 0.9;
}
fieldset.gfieldset.gform_fieldset_begin.gform_fieldset.second-group {
    display: none;
}
a.tab-btn.active {
    background: #fff;
    color: #e18849;
}
#gform_wrapper_2 ul.gform_fields.top_label.form_sublabel_below.description_below {
    padding-left: 178px;
    position: relative;
    
}
.pres-left-label {
    position: absolute;
    left: 30px;
    font-weight: bold;
}
div#field_2_1 {
    top: 48px;
}
div#field_2_35 {
    top: 106px;
}
#gform_wrapper_2 .second-group ul.gform_fields.top_label.form_sublabel_below.description_below {
    padding-left: 30px;
    position: relative;
    margin-top: 2rem;
}
div#field_2_46 {
    top: 222px;
}
div#field_2_41 {
    top: 164px;
}
.custom-width {
    max-width: 260px;
}
div#field_2_43 {
    grid-column: span 3 !important;
}
div#field_2_42 {
    grid-column: span 3 !important;
}
.disabled-input{
    pointer-events: none;
    border: 1px solid grey;
    background-color: lightgrey;
}
a.tab-btn {
    display: none;
}
a.tab-btn.active{
    display: inline-block !important;
}
.pres{
    display: block;
    font-weight: bold;
}
select#prescription {
    width: 100%;
    padding: 6px;
}
.i-product-price {
    color: #9d1e23;
    font-weight: bold;
    font-size: 32px;
}
.prescription-details {
    border-bottom: 1px solid #E8E6E7;
}
tr.woocommerce-cart-form__cart-item.cart_item img {
    max-width: 100%;
    height: auto;
}
.slick-list li.reset_variations.woo_variation_swatches_archive_reset_variations {
    display: none !important;
}
span.o-price {
    text-decoration: line-through;
}
span.d-price {
    margin-left: 6px;
}
.single-product .summary.entry-summary span.woocommerce-Price-amount.amount {
    color: #212529;
    font-weight: 600;
    font-size: 18px;
}
.summary.entry-summary p.price, .summary.entry-summary .o-price span, li.wc-pao-subtotal-line span.amount {
    font-size: 29px !important;
}
.wc-pao-col1 {
    max-width: 450px;
}

/* .summary.entry-summary>.price {
    display: none;
} */
.summary.entry-summary .woocommerce-product-details__short-description {
    display: none;
}
.modal-header {
    background: #912a29;
    color: #fff;
}
.close {
    color: #FFF;
}
header .modal-body {
    height: 169px;
    display: flex;
    justify-content: center;
    align-items: center;
}
form#coupon-redeem input {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
span.oo-price {
    text-decoration: line-through;
    margin-right: 10px;
    color: #000;
}
.product-addon-totals span.amount span, .product-addon-totals span.amount bdi {
    font-size: 18px !important;
}
.product-addon-totals span.amount span.so-price {
    color: #000 !important;
    font-size: 29px !important;
    margin-right: 10px;
    text-decoration: line-through;
}
span.ao-price {
    text-decoration: line-through;
    margin-right: 10px;
}
.non-log-user .orange-btn {
    margin: 10px;
}
.non-log-user {
    text-align: center;
}
.non-log-user .orange-btn {
    width: 200px;
    margin: auto;
    margin-top: 10px;
    height: 48px;
}
.wpgs.woocommerce-product-gallery.wpgs--with-images.images {
    text-align: center;
}
span.d-price {
    display: none;
}
/* span.o-price {
    display: inline-flex;
    text-decoration: none !important;
} */

@media(max-width:988px){
    fieldset.gfieldset.gform_fieldset_begin.gform_fieldset.first-group {
        padding-right: 5px;
    }
    #gform_wrapper_2 ul.gform_fields.top_label.form_sublabel_below.description_below {
        padding-left: 85px;
    }
    .pres-left-label {
        left: 10px;
        font-size: 12px !important;
    }
    .top-lense-label {
        font-size: 11px;
    }
    div#cart-wrapper {
        padding: 0;
    }
}
@media(max-width:767px){
    .enhancement-details {
        padding-left: 0;
    }
    .enhancement-description {
        position: static;
        opacity: 1 !important;
        margin-top: 1rem;
        min-height: 50px;
    }
    .enhancement-title i {
        display: none;
    }
}
@media(max-width:641px){
    .pres-left-label {
        display:none
    }
    .top-lense-label {
        font-size: 11px;
        display: none;
    }
    #gform_wrapper_2 ul.gform_fields.top_label.form_sublabel_below.description_below {
        padding-left: 4px;
    }
    .gform_wrapper.gravity-theme .hidden_label .gfield_label{

        clip: unset !important;
        -webkit-clip-path: unset !important;
        clip-path: unset !important;
        height: auto !important;
        width: auto !important;
        position: static !important;
        word-wrap: normal!important;
    }
    #gform_wrapper_2 ul.gform_fields.top_label.form_sublabel_below.description_below {
        padding-left: 10px;
    }
    fieldset.gfieldset.gform_fieldset_begin.gform_fieldset.first-group {
        padding-right: 10px;
    }
    a.button-lenses {
        width: 100%;
    }
    .product .button, .woocommerce .button {
        width: 100% !important;
    }
}
@media(max-width:567px){
    body section.related.products li {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
}
@media(max-width:421px){
    a.tab-btn {
        padding: 10px 0px;
        width: 127px;
    }
}
.site-footer .color-gray {
    text-transform: uppercase;
}