* {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif !important;
}

img {
    max-width: 100%;
}

body {
    font-size: 14px;
}

.page-header .panel.wrapper {
    background: #333;
}

.carousel-indicators button {
    width: 20px;
    height: 20px;
}

.carousel-indicators .active {
    background-color: #000;
}

.custom-carousel-inner {
    height: 450px;
}

.heading h1 {
    font-family: "Poppins", sans-serif;
    font-size: 65px;
    font-weight: bold;
}

.heading {
    color: #1E262C;
    text-align: center;
}

.heading h1 {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: bold;
}

.heading p {
    font-size: 18px;
    margin: 35px 0px;
    color: #1E262C;
}

.ai-img {
    text-align: center;
}

.ai-img img {
    height: 210px;
}

.span1 {
    color: #00A67E;
}

.span2 {
    color: #EB1000;
}

button.carousel-control-prev,
button.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #387ADF;
    border-radius: 50%;
    top: calc(50% - 25px);
}

button.carousel-control-prev {
    left: 5%;
}

button.carousel-control-next {
    right: 5%;
}

.carousel-indicators .active {
    background-color: #000;
}

.left-side-about {
    text-align: center;
}

.left-side-about img {
    width: 80%;
    border-radius: 50px;
    border: 10px solid #efc03e;
}

.right-side-about {
    text-align: right;
    color: #1E262C;
}

.right-side-about h1 {
    font-size: 90px;
    padding: 10px;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.right-side-about hr {
    height: 4px;
    border-width: 0;
    color: #efc03e;
    background: #efc03e;
    width: 20%;
    float: right;
}

.right-side-about p {
    font-size: 22px;
    margin: 15px 0px;
    color: #1E262C;
    width: 100%;
    display: inline-block;
}

button.read {
    width: 129px;
    height: 44px;
    border-radius: 30px;
    border: 0px;
    background: #387ADF;
    color: #fff;
    font-size: 15px;
}

.read:hover {
    background-color: #efc03e;
    transform: scale(1.2);
}

.products-content {
    text-align: center;
}

.products-content h1 {
    font-size: 65px;
    margin: 35px 0px 25px 0px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.products-content p {
    font-size: 25px;
    margin: 40px 0px;
    color: #1E262C;
}

.card-img img {
    height: 200px;
    width: 230px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.card-img {
    text-align: center;
}

.card-body.custom a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
}

.card-img,
.custom {
    text-align: center;
}

.cms-home .price h3 {
    font-size: 20px;
    font-weight: 600;
}

.cms-home .price {
    text-align: center;
    color: #347A26;
}

.prodcuts-inner .card {
    background: #FAFAFA;
    margin-bottom: 75px;
    margin-top: 50px;
    /* height: 405px; */
}

.prodcuts-inner .card:hover {
    transform: scale(1.05);
    transition: transform .2s;
}

footer.page-footer {
    background: #212529;
    width: 100%;
    float: left;
    padding-bottom: 0px !important;
}

.tyc_menu__column {
    width: 50%;
    display: flex;
}

.footer-logo-img {
    margin-right: 30px;
}

.tyc_menu__column li a {
    text-decoration: none;
    color: #cbcbcb;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.tyc_menu__column li a:hover {
    color: #fff;
}

.tyc_menu__column h4 {
    margin: 15px 0px;
    font-size: 25px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.tyc_menu__column p {
    font-size: 24px;
    color: #fff;
    margin: 0px;
    font-weight: 300 !important;
}

.social-icons img {
    height: 30px;
    margin: 0px 4px;
}

/* Facebook */
a.tyc-facebook:after {
    content: '\f09a';
    font-family: fontawesome;
    background: #fff;
    padding: 9px 12.5px;
    font-size: 15px;
    border-radius: 100%;
    color: #000;
}

a.tyc-facebook:hover:after {
    color: #3b5998;
    /* Change to Facebook brand color on hover */
}

/* Twitter */
/* a.tyc-twitter:after {
    content: '\f099';
    font-family: fontawesome;
    background: #fff;
    padding: 10px 12px;
    font-size: 18px;
    border-radius: 100%;
    color: #000;
    margin: 8px;
} */

a.tyc-twitter {
    background: #fff;
    padding: 8px 7px;
    font-size: 15px;
    border-radius: 100%;
    margin: 5px 8px 0px 5px;
}

a.tyc-twitter svg {
    background: #fff;
    fill: #000 !important;
    position: relative;
    left: 2px;
    width: 16px !important;
    height: 16px !important;
    bottom: 2px;
}


a.tyc-twitter:hover:after {
    color: #1da1f2;
    /* Change to Twitter brand color on hover */
}

a.tyc-linkedin svg {
    fill: #000;
    height: 16px;
    position: relative;
    bottom: 1px;
}

a.tyc-linkedin {
    padding: 8.5px 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0px 0px 0px 4px;
}

a.tyc-linkedin svg:hover {
    fill: #0a66c2;
}

/* back to top */
span.gt-arrow:before {
    content: '\f062';
    font-family: 'FontAwesome';
    font-size: 25px;
}

/* Instagram */
a.tyc-instagram:after {
    content: '\f16d';
    font-family: fontawesome;
    background: #fff;
    padding: 8px 10px;
    font-size: 18px;
    border-radius: 100%;
    color: #000;
}

a.tyc-instagram:hover:after {
    color: #c13584;
    /* Change to Instagram brand color on hover */
}

.social-icons {
    /* position: absolute;
    bottom: 35px; */
    /* text-align: right !important;
    width: 100%;
    padding-top: 8px; */
    /* right: 20px; */
    float: right;
    padding-top: 13px;
}

.block.newsletter input {
    padding: 17.5px 31px;
    border-radius: 30px;
    width: 100%;
}

.block.newsletter {
    position: relative;
    right: 68px;
}

.block.newsletter .actions {
    position: absolute;
    left: 180px;
}

.block.newsletter .field .control:before {
    margin: 1px 0 0 10px;
}

button.action.subscribe.primary span {
    font-size: 14px;
}

button.action.subscribe.primary {
    border-radius: 30px !important;
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 14px;
    border: 1px solid #ffc837;
    margin-left: 10px !important;
}

.columns .column.main {
    padding-bottom: 0px;
}

.copyright {
    background-color: #000;
    color: #666;
    box-sizing: border-box;
    /* padding: 10px; */
    font-size: 14px;
    font-weight: 300 !important;
    float: left;
    padding-top: 18px;
}

.copyright-inner {
    max-width: 1280px;
    margin: 0px auto;
    /* position: relative; */
}

.copyright p {
    margin-bottom: 0px;
}

.copyright-main {
    background: #000;
    padding: 20px 80px;
    border-top: 1px solid #666;
}

.social-icons a {
    color: #fff;
}

.copyright a {
    /* font-size: 14px; */
    color: #006bb4;
    text-decoration: none;
}

.footer-content a {
    color: #ffc837;
    text-decoration: none;
}

li.ui-menu-item {
    font-size: 16px;
    color: #1E262C;
    margin: 0px 25px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

/* .logo {
    width: 125px;
    height: 65px;
    padding-top: 15px;
} */

.block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 56%;
    z-index: 4;
    top: 20px;
}

.minisearch .control input {
    border-radius: 30px;
    border: 0px;
    padding: 20px 25px;
    box-shadow: none;
}

.action.search:before {
    padding: 4px;
}

.control input:focus {
    box-shadow: 0 0 3px 2px #0073d2 !important;
}

li.greet.welcome span {
    display: none;
}

/*
li.link.authorization-link a,
li.link.contact a {
    margin-left: 10px;
    width: 95px;
    height: 35px;
    border-radius: 30px;
    border: 0px;
    background: #387ADF;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    padding-top: 6px;
    margin-top: 25px;
}

li.link.authorization-link a:hover,
li.link.contact a:hover {
    background-color: #4e9ddf;
}
*/

.header.panel>.header.links>li>a:hover {
    color: #fff;
    text-decoration: none;
}

#switcher-currency-trigger {
    display: none;
}

.minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin-top: 30px;
}

.minicart-wrapper .block-minicart {
    padding: 25px 20px 0px 20px;
}

.minicart-wrapper {
    display: inline-block;
    position: fixed;
    top: 4px;
    right: 70px;
    z-index: 999;
}

.minicart-wrapper .action.showcart:before {
    color: #fff;
}

.hamburger.hover-this.isactive {
    margin-top: 10px;
}

.minicart-wrapper .action.showcart:hover:before {
    color: #387ADF;
}

.minicart-wrapper .action.showcart {
    position: relative;
}

.minicart-wrapper .action.showcart .counter-number {
    font-size: 12px;
    position: relative;
    top: -3px;
    padding: 5px 4px;
}

.cms-home .minicart-wrapper .action.showcart .counter-number {
    top: -7px;
    padding: 5px 4px;
}

.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: -15px;
    right: -14px;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    text-align: right;
}

.cms-home .fa-star:before {
    content: '\e605';
    font-family: 'luma-icons' !important;
    font-style: normal;
}

.cms-home .price-rate {
    display: flex;
    justify-content: space-around;
    margin: 20px 0px;
}

.cms-home .rate i {
    color: #FB8B24;
}

/*PDP Page custom css:*/

.catalog-product-view .product-options-bottom {
    display: flex;
}

.catalog-product-view .field span {
    font-size: 14px;
    font-weight: 600;
}

.navigation .level0 .submenu {
    min-width: 279px !important;
}

/*nav.navigation ul li a {
    text-decoration: none !important;
    font-size: 16px;
    color:#575757;
    font-weight: 700;
}*/

/* .catalog-product-view .fieldset>.field.required>.label:after{
    margin: 0px;
} */

.navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
    text-decoration: none;
}

/* .form-list.row label {
    font-weight: 600 !important;
} */

.catalog-product-view #product-addtocart-button,
#product-updatecart-button,
button.action.submit.primary {
    width: 110px;
    padding: 7px 15px;
    margin-right: 15px;
    background: #387ADF;
    font-size: 14px;
    border-radius: 20px;
    border: 0px;
    margin-bottom: 10px;
}

.box-tocart .action.instant-purchase {
    width: 100%;
    margin: 0px;
    line-height: 0px;
    padding: 17px;
    font-size: 14px;

}

.box-tocart .action.instant-purchase:not(:last-child) {
    margin-bottom: 0px;
}

.catalog-product-view .product-social-links span {
    font-weight: 300;
}

.catalog-product-view .actions span,
a.action.remind span,
a.action.create span {
    font-weight: 300;
}

.catalog-product-view #product-addtocart-button:hover {
    background-color: #4e9ddf;
}

.catalog-product-view #buy-now {
    width: 110px;
    margin-right: 0px;
    background: #eb5202;
    font-size: 14px;
    border: 0px;
    float: left;
    border-radius: 20px;
    border: 0px;
    margin-bottom: 10px;
}

.catalog-product-view #buy-now:hover {
    background-color: #f18248;
}

.instant-purchase {
    background: #eb5202 !important;
    border: 0px !important;
    border-radius: 20px;
}

.product-info-main-scroll .actions button.instant-purchase {
    width: 150px;
}

.product-info-main-scroll .page-title-wrapper.product {
    width: 100%;
}

.catalog-product-view select#attribute164 {
    width: 225px;
    border: 1px solid #cbcbcb;
}

.catalog-product-view input#options_2_2 {
    box-shadow: none !important;
}

.catalog-product-view .product-addto-links a {
    width: 200px;
    font-size: 14px;
    font-weight: 300 !important;
}

.product-options-wrapper .fieldset .field .label {
    display: none;
}

.product-options-wrapper .fieldset .field.configurable.required .label {
    display: block;
}

.catalog-product-view .field.choice.admin__field.admin__field-option label {
    position: relative;
    top: -36px;
    left: 16px;
    display: block;
    margin-top: 15px;
}

.catalog-product-view .page-layout-1column .product-info-main {
    width: 35%;
}

.catalog-product-view .product-social-links {
    position: relative;
    top: -60px;
}

.catalog-product-view .fotorama__stage__frame .fotorama__img {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* .catalog-product-view .fotorama__stage__frame.magnify-wheel-loaded.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img.fotorama__active {
    background-image: linear-gradient(to top right, #387ADF, #c6ddff);
    border-radius: 25px;
} */

.catalog-product-view .product.media .fotorama__stage {
    height: 360px !important;
}

.catalog-product-view .features-block h1 {
    font-size: 24px;
    margin: 0px 0px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.catalog-product-view .features-block ul li {
    font-size: 16px;
    padding: 0px 6px;
}

.catalog-product-view .product.info.detailed p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
    color: #212529;
    font-weight: 300;
}

.catalog-product-view .product.info.detailed .item.content {
    padding: 20px;
    border: 1px solid #ccc;
    text-align: left;
}

.catalog-product-view .columns a {
    color: #006bb4 !important;
}

.account .columns a {
    color: #006bb4 !important;
}

.account .current a strong {
    color: #000 !important;
    font-weight: 600;
}

.catalog-product-view .product-social-links a {
    color: #666 !important;
}

/* .catalog-product-view .product.data.items>.item.title {
    border-bottom: 1px solid #ccc;
} */
.catalog-product-view .product.data.items>.item.title.active {
    border-bottom: 0px;
}

.catalog-product-view .product.data.items .item.title a {
    font-size: 20px !important;
    color: #1E262C !important;
    margin: 0px 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
}

.catalog-product-view ul li strong {
    font-size: 18px;
}

.catalog-product-view .field.file_attachment {
    display: flex;
    flex-direction: column;
}

.catalog-product-view ul>li {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.catalog-product-view .features-block ::marker {
    content: '\e610';
    font-family: 'luma-icons';
    font-size: 12px;
    font-weight: 700;
}

.message.success {
    z-index: 999;
}

.catalog-product-view .release-outer ul li {
    font-size: 16px;
}

.catalog-product-view strong {
    font-weight: bolder;
    font-size: 22px;
}

.catalog-product-view .product-options-bottom .actions {
    display: flex;
    position: relative;
    top: -60px;
    /*left: 17px;*/
    left: 0px;
}

.fieldset > .field.required > .label:after{
    margin: 0px !important;
}

.catalog-product-view .release-outer {
    margin-bottom: 50px;
}

.catalog-product-view .pagebuilder-column-group span {
    font-weight: 300;
}

.catalog-product-view .product-info-price .price-box {
    padding-bottom: 0px;
}

.catalog-product-view .product-info-main {
    float: right;
    background: #FAFAFA;
    height: 475px;
    padding: 18px;
    border-radius: 25px;
    border: 1px solid #cbcbcb;
}

.catalog-product-view .product-info-main .product-info-price {
    border-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.catalog-product-view .product-info-main-scroll .product-info-price {
    text-align: right !important;
}

.catalog-product-view select#select_1 {
    width: 300px;
    font-size: 17px;
}

.catalog-product-view .field.required span {
    font-size: 16px;
    font-weight: 400;
}

.catalog-product-view .fieldset>.field>.label {
    margin: 0px;
}

.catalog-product-view .fieldset>.field {
    margin: 0 0 10px;
}

.catalog-product-view label.label.admin__field-label span {
    font-weight: 300;
}

.catalog-product-view .features-block {
    padding-left: 15px;
    margin-top: 0px;
    float: left;
    margin-bottom: 30px;
    width: 35%;
    margin: 10px;
}

.catalog-product-view .product.data.items.mage-tabs-disabled {
    margin-top: 50px;
}

.catalog-product-view .product.data.items>.item.title>.switch {
    height: 42px;
    /* padding: 0px 47.7px; */

}

strong.product-item-name span {
    font-weight: 400;
}

.catalog-product-view .product.data.items .item.title a {
    font-size: 14px !important;
    margin: 0px;
}

.catalog-product-view .product.data.items.mage-tabs-disabled {
    text-align: center;
}

.catalog-product-view #technical span {
    font-size: 16px !important;
}

.catalog-product-view #technical p:nth-child(2) {
    padding: 15px 0px;
}

.catalog-product-view #technical p:nth-child(4) {
    padding: 15px 0px;
}

.catalog-product-view #support span {
    font-size: 16px !important;
}

.catalog-product-view .col-sm-6 {
    width: 100%;
}

.catalog-product-view .review-form .action.submit.primary {
    width: 150px;
    height: 40px;
    padding: 5px;
    margin-right: 25px;
    background: #eb5202;
    font-size: 14px;
    border: 0px;
    color: #fff;
    border-radius: 20px;
}

.catalog-product-view input#nickname_field,
input#summary_field {
    border-radius: 2px;
    height: 42px;
    width: 100%;
    border: 0px solid #cbcbcb;
    background: #fff;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

.catalog-product-view .page-main,
.checkout-cart-index .page-main,
.customer-account-login .page-main {
    margin-top: 25px;
}

.catalog-product-view #review_field {
    border-radius: 2px;
    height: 85px;
    width: 100%;
    border: 0px solid #cbcbcb;
    background: #fff;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

.catalog-product-view legend.legend.review-legend {
    text-align: left;
    margin-bottom: 15px;
}

.catalog-product-view .field.review-field-nickname.required,
.field.review-field-summary.required,
.field.review-field-text.required {
    text-align: left;
}

.catalog-product-view .fotorama__stage__frame .fotorama__img {
    top: 45%;
}

.catalog-product-view span#product-price-2047 {
    margin-left: 0px;
}

.catalog-product-view h1.page-title {
    font-size: 14px;
}

.catalog-product-view h1.page-title span {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.catalog-product-view #custom\.tab {
    text-align: left;
}

.fotorama__arr .fotorama__arr__arr {
    background-image: url(../images/arrow.png);
}

/* .page-product-configurable input#firstname, input#phone{
    border-radius: 2px;
    height: 42px;
    width: 500px;
    border: 1px solid #cbcbcb;
    background: #fff;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
    margin-bottom: 15px;
}

.page-product-configurable input#lastname{
    border-radius: 2px;
    height: 42px;
    width: 500px;
    border: 1px solid #cbcbcb;
    background: #fff;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
    margin-bottom: 25px;
}

.page-product-configurable input#email{
    border-radius: 2px;
    height: 42px;
    width: 500px;
    border: 1px solid #cbcbcb;
    background: #fff;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
    margin-bottom: 25px;
} */

.catalog-product-view #your-wish {
    border-radius: 2px;
    height: 64px;
    width: 500px;
    border: 0px solid #cbcbcb;
    background: #fff;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
    margin-bottom: 25px;
}

.catalog-product-view label.label {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.catalog-product-view input#attachment {
    margin-left: -24px;
    border-radius: 0px !important;
    padding: 10px 25px !important;
    box-shadow: none !important;
}

.catalog-product-view .box-tocart {
    margin: 0 0px 10px 0px;
}

.catalog-product-view span {
    font-weight: 400;
}

.block.newsletter .field .control:before {
    top: 2px;
}

.catalog-product-view .price-box .price-container .price {
    font-size: 35px;
    line-height: 1;
    color: #347a26;
    margin-bottom: 15px;
    display: block;
}

.product-info-main-scroll .price {
    margin: 4px 15px;

}

.product-info-main.product-info-main-scroll .actions {
    margin-top: 52px !important;
}

/*.page-product-configurable .compatibility_version {
    float: right !important;
    margin-top: -21px !important;
    margin-right: 60px !important;
}*/

.catalog-product-view .action.towishlist {
    text-transform: none;
}

.catalog-product-view .form-content {
    text-align: left;
}

.catalog-product-view .field.field-name-customer-name,
.field.field-name-customer-email {
    display: inline-grid;
}

.catalog-product-view .form-control,
.subtemplate-inner input,
.field-name-customer-name input,
.field-name-customer-email input {
    border-radius: 2px;
    height: 42px;
    width: 400px;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
    margin-bottom: 15px;
    border: 0px solid #cbcbcb;
    font-size: 14px;
}

.catalog-product-view.key-highlight {
    color: #EB5202;
}

#feature span {
    font-weight: 300;
}

#feature strong {
    font-size: 16px;
    font-weight: bold;
}

.catalog-product-view .subtemplate-inner #product_id {
    width: 400px;
}

.catalog-product-view .subtemplate-inner #description {
    border-radius: 2px;
    height: 85px;
    width: 100%;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
    margin-bottom: 15px;
    border: 0px solid #cbcbcb;
}

.catalog-product-view #category_id,
#priority_id {
    font-size: 14px;
}

.catalog-product-view .form-content label {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.catalog-product-view .page-main .block {
    margin: 0px;
}

.catalog-product-view .block {
    margin: 0px;
}

.catalog-product-view .lrw-account-summary-listing {
    padding: 0px;
}

.primary span,
.buttons-set span {
    font-weight: 300;
}

.catalog-product-view small {
    font-weight: 400;
    font-size: 14px;
}

.catalog-product-view label.required {
    font-size: 16px;
    font-weight: 400 !important;
}

.product-promotions .content strong:before {
    display: none;
}

.product-promotions #feature p:before {
    content: '\e610';
    font-family: 'luma-icons';
    font-size: 12px;
    padding-right: 6px;
    font-weight: 300;
}

.block-title strong:before {
    display: none;
}

.response-field-file_upload .required {
    font-size: 14px !important;
}

legend.legend.review-legend strong:before {
    display: none;
}

/*PDP chatgpt*/

.product-chatgpt-ai-content-generator .release-outer h3 {
    font-size: 22px;
    font-weight: 700;
}

.product-chatgpt-ai-content-generator .release-outer ul li {
    font-size: 16px;
    font-weight: 300;
}

.product-chatgpt-ai-content-generator .product-info-main {
    height: 525px;
}

.product-advanced-review .product-info-main{
    height: 490px !important;
}

.reviews-actions,
strong.review-details-value:before {
    display: none !important;
}

.product-chatgpt-ai-content-generator small {
    font-weight: 400;
    font-size: 14px;
}

.product-chatgpt-ai-content-generator label.required {
    font-size: 16px;
    font-weight: 400 !important;
}
.product-advanced-review #feature strong:before,
.pagebuilder-column strong:before {
    display: none;
}
.pagebuilder-column strong {
    font-size: 16px !important;
    font-weight: 600;
}

/*PDP Advance Reporting*/

.product-advanced-reporting .features-block ul li b,
.release-outer ul li b,
.release-outer ul li {
    font-size: 16px;
    font-weight: 400;
}

.product-advanced-reporting ul>li {
    margin-bottom: 0px;
}

.product-advanced-reporting .product-info-main {
    height: 500px;
}

.product-advanced-reporting .product.info.detailed p {
    font-weight: 400;
}

.product-advanced-reporting .release-outer h3 {
    font-size: 22px;
    font-weight: 700;
}

.product-advanced-reporting .tyc_menu__column ul li a {
    font-weight: 400;
}

.product-advanced-reporting small {
    font-weight: 400;
    font-size: 14px;
}
.product-advanced-review .login-out{
    bottom: 10px !important;
}

.product-advanced-reporting label.required {
    font-size: 16px;
    font-weight: 400 !important;
}

.product-advanced-reporting .features-block ul li b {
    font-weight: 700 !important;
}

.content strong:before {
    content: '\e610';
    font-family: 'luma-icons';
    font-size: 12px;
    padding-right: 6px;
    font-weight: 300;
}

.page.messages {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0px;
    z-index: 9;
}

strong.review-details-value, .review-details p {
    font-size: 14px !important;
}

/* sales and checkout page */
.checkout-index-index .social-icons,
.sales-order-printinvoice .social-icons {
    display: none;
}

.sales-order-invoice .actions-toolbar {
    position: relative;
    top: 33px;
}

.sales-order-printinvoice #mfbacktop {
    display: none !important;
}

.sales-order-printinvoice .order-details-items tbody td {
    padding: 0px;
}

.sales-order-printinvoice a.logo img {
    height: 75px;
    width: 150px;
}

.page-print .logo {
    border: 0px;
}

/*Sign In Popup Custom Css*/

input#social_login_email,
input#social_login_pass {
    border: 0px solid #CBCBCB;
    border-radius: 10px;
    height: 30px;
    width: 370px;
    background: #FAFAFA;
}

.form-customer-create span {
    color: #000 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}

span#block-customer-login-heading {
    font-size: 20px;
    font-weight: 500;
}

#social-login-popup .social-login-title {
    background-color: #387ADF !important;
}

#social-login-popup .social-login #bnt-social-login-authentication {
    background-color: #387ADF !important;
    width: 100px;
    font-size: 16px;
    padding: 5px;
    border-radius: 10px;
}

.secondary a,
a.action.create {
    text-decoration: none;
    font-size: 15px;
}

#mp-popup-social-content .mp-5 {
    width: 100%;
}

.mp-social-popup.col-mp.mp-7 {
    width: 100%;
}

.block.social-login-authentication-channel.col-mp.mp-5 {
    text-align: center;
}

.actions-toolbar {
    text-align: center;
}

.social-btn .btn-social {
    display: inline-block;
    width: 200px;
    border-radius: 0px;
}

.mp-social-popup.col-mp.mp-7 {
    width: 100%;
    padding-top: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
}

fieldset.fieldset.login {
    float: none;
    padding: 15px 0px;
}

input#social_login_email,
input#social_login_pass {
    border-radius: 2px;
    height: 42px;
    width: 100%;
    border: 0px solid #cbcbcb;
    background: #fff;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

.form-customer-login .fieldset>.field {
    margin-bottom: 10px;
}

.customer-account-create input[type="checkbox"] {
    top: 2px;
}

#social-login-popup .social-login #bnt-social-login-authentication {

    padding: 7px 15px;
    margin-right: 15px;
    background: #387ADF;
    font-size: 14px;
    border-radius: 20px;
    border: 0px;
    margin-bottom: 10px;
}

#social-login-popup .mfp-close {
    padding-top: 0px;
}

button.action-secondary.action-dismiss {
    margin-right: 15px;
}

.actions-toolbar>.secondary:last-child {
    float: left;
    margin-top: 21px;
    margin-left: 0px;
}

.social-login-customer-authentication span {
    color: #000 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}

.white-popup .primary span {
    color: #fff !important;
}

.white-popup .field.required span {
    font-weight: 300 !important;
}

.catalog-product-view .block {
    margin-bottom: 40px;
}

.actions-toolbar>.secondary .action:last-child {
    margin-left: 15px;
}

.newsletter input[type="checkbox"] {
    top: 0px;
}

input[type="checkbox"] {
    top: 4px;
}

.field.choice.newsletter input {
    margin-bottom: 15px;
}

/*Forgot password custom css*/

input#email_address_forgot,
input#captcha_user_forgotpassword {
    border-radius: 2px;
    height: 42px;
    width: 100%;
    border: 0px solid #cbcbcb;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

.control.captcha-image {
    margin-top: 25px;
}

.form.password.forget .fieldset:after {
    margin-top: 10px;
}

.forget span {
    font-size: 16px;
    font-weight: 300;
}

.forget .field.note {
    font-size: 20px !important;
}

.fieldset {
    margin-bottom: 15px;
}

img.captcha-img {
    border: 0px solid #333;
}

.form-password-forget span {
    color: #000 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}

button.action.reload.captcha-reload {
    margin-top: -10px;
}

button#bnt-social-login-forgot {
    height: 40px;
    padding: 6px 18px;
    margin-right: 25px;
    background: #387ADF !important;
    font-size: 16px;
    border-radius: 20px;
}

.secondary {
    margin-top: 9px;
}

/*create new customer custom css*/

input#email_address_create,
input#password-social,
input#password-confirmation-social {
    border-radius: 2px;
    height: 42px;
    /* width: 500px; */
    border: 0px solid #cbcbcb;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

input#password-confirmation-social {
    margin-bottom: 15PX;
}

button#button-create-social {
    height: 40px;
    padding: 6px 18px;
    margin-right: 25px;
    background: #387ADF !important;
    font-size: 15px;
    border-radius: 20px;
    border: 0px;
}

/* modal footer */
.modal-footer button.action-secondary.action-dismiss span {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}

button.action-primary.action-accept span {
    font-size: 14px;
    text-transform: capitalize;
}

.modal-popup.confirm .modal-inner-wrap {
    max-width: 43rem;
}

.modal-popup .modal-footer {
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.modal-content div {
    margin-top: 15px;
}

/*Customer Login custom css*/

input#email,
input#pass {
    border-radius: 2px;
    height: 42px;
    width: 100%;
    border: 0px solid #cbcbcb;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

input#show-password {
    box-shadow: none;
}

.form-create-account .primary button {
    width: 155px !important;
}

button#send2 {
    width: 115px;
    padding: 6px 0px;
    background: #387ADF;
    font-size: 16px;
    border-radius: 20px;
    border: 0px;
    font-weight: 300;
    margin-bottom: 10px;
}

.form.password.forget button#send2 {
    width: 175px !important;
}

button#send2:hover {
    transform: scale(1.1);
}

a.action.create.primary {
    padding: 10px !important;
    background: #387ADF;
    font-size: 16px !important;
    border-radius: 20px !important;
    border: 0px;
    font-weight: 300 !important;
}

.customer-account-login .secondary {
    margin-top: 6px !important;
}

.customer-account-login .page-main .block {
    margin-bottom: 20px;
}

.actions-toolbar .secondary a.action {
    margin-top: 0px;
}

a.action.create.primary {
    background: #387ADF;
    border-radius: 0px;
    font-size: 18px;
}

strong#block-customer-login-heading,
strong#block-new-customer-heading {
    font-size: 20px;
    font-weight: 600;
}

.field.choice span {
    font-size: 14px;
}

.login-container .fieldset:after {
    margin-top: 20px;
}

/*Create New Customer Account custom css*/

input#firstname,
input#lastname,
input#email_address,
input#password,
input#password-confirmation {
    border-radius: 2px;
    height: 42px;
    width: 100%;
    border: 0px solid #cbcbcb;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

.account .actions-toolbar>.secondary:last-child {
    margin-top: 7px;
    margin-left: 0px;
}

/* checkout cart */

.checkout-cart-index .actions-toolbar .move-wishlist {
    position: relative;
    right: 15px;
}

.checkout-index-index input:not([disabled]):focus {
    box-shadow: none;
}

.checkout-index-index .minicart-items .product-item-details .details-qty {
    display: flex !important;
}

.checkout-cart-index span.product-image-wrapper {
    margin-top: 0px;
}

.cart.table-wrapper .actions-toolbar {
    text-align: right;
    bottom: 15px;
}

.modal-popup .modal-inner-wrap {
    margin: 10.5rem auto;
}

/* Add to cart custom css*/

strong.product-item-name a {
    font-size: 20px;
    color: #212529 !important;
    font-weight: 600;
}

span.product-image-wrapper {
    margin-top: 20px;
}

.checkout-index-index span.product-image-wrapper {
    margin-top: 0px;
}

.minicart-items .product .toggle {
    color: #212529;
}

.minicart-items-wrapper {
    height: 220px !important;
}

span.minicart-price {
    color: #212529;
}

.minicart-items .product-item-details .details-qty {
    margin-top: 10px;
    color: #212529;
    display: flex;
    margin-bottom: 10px;
}

dl.product.options.list {
    color: #212529;
}

.minicart-wrapper.active .block-minicart {
    display: block;
    color: #212529;
}

.block-minicart .subtotal span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.block-minicart .items-total span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.block-minicart .product.options span {
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
}

.block-minicart .secondary span {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}

.cart.main.actions button,
.cart-discount .actions-toolbar .action.primary {
    background: #1979c3;
    color: #fff;
    font-weight: 400;
    border: 0px;
    border-radius: 20px;
}

.cart-discount .actions-toolbar .action.primary {
    margin-left: 10px;
    padding: 6px 15px;
}

/* .product-image-container-2044{
    position: relative;
    bottom: 20px;
} */
/* header dropdown */
li.customer-welcome {
    margin-left: 10px;
    width: 50px;
    border-radius: 30px;
    border: 0px;
    position: relative;
    top: 14px;
    color: #fff;
    left: 18px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    padding-top: 18px;
}

li.link.authorization-link {
    z-index: 999;
}

li.customer-welcome:after {
    content: '\e627';
    font-family: 'luma-icons';
    font-size: 24px;
    position: absolute;
    top: 10px;
    left: -10px;
}

li.customer-welcome button.action.switch {
    width: 50px;
    text-align: right;
    position: relative;
    left: -16px;
    z-index: 9999;
}

.customer-welcome .header.links li.link.contact {
    display: none;
}

.customer-welcome .header.links li.link.authorization-link a {
    padding: 0;
    background: transparent;
    color: #333;
    width: auto;
    height: auto;
    margin: 0;
    display: block;
    line-height: 1.4;
    padding: 8px;
}

/*My account custom css*/

.account #block-collapsible-nav ul.nav.items {
    display: inline;
}

.account .block-collapsible-nav .item:nth-child(5) {
    margin-top: -22px;
}

.account .footer-content p {
    font-size: 24px;
}

.account .block-collapsible-nav .item:nth-child(9) {
    margin-top: -22px;
}

.account .block.block-dashboard-addresses {
    text-align: left;
}

.account a {
    text-decoration: none;
}

.account p {
    font-size: 14px;
}

.account input[type="checkbox"] {
    top: -1px;
}

.account address {
    font-size: 14px;
}

.account #block-collapsible-nav {
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

#social-login-popup>div.mp-social-popup.col-mp.mp-7 div.social-login-title {
    width: 100% !important;
}

.account .column.main {
    padding: 10px;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

.account .sidebar-main .block-collapsible-nav .item a {
    width: 100%;
}

.lof-message-header .like {
    display: none;
}

/*Help desk custom css*/

.lofhelpdesk-ticket-index input#subject {
    border-radius: 2px;
    height: 42px;
    width: 100%;
    border: 0px solid #cbcbcb;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

.lrw-account-summary-listing {
    margin-bottom: 0px !important;
}

.lofhelpdesk-ticket-view .input-box {
    margin-bottom: 20px;
}

.buttons-set button {
    background-color: #1979c3;
    color: #fff;
    border: 0px;
}

.lofhelpdesk-ticket-index .helpdesk select {
    border-radius: 2px;
    height: 42px;
    width: 100%;
    font-size: 15px;
    border: 0px solid #cbcbcb;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

.lofhelpdesk-ticket-index input#attachment {
    border: 0px;
    box-shadow: none;
}

.lofhelpdesk-ticket-index textarea#description {
    border-radius: 2px;
    height: 127px;
    width: 100%;
    border: 0px solid #cbcbcb;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

button.formbuilder-button.button.action-primary {
    width: 135px;
    font-weight: 300;
    background: #387ADF;
    font-size: 16px;
    border-radius: 20px;
    border: 0px;
}

/*Account information custom css*/

.customer-account-edit .fieldset {
    margin: 0px;
}

.customer-account-edit input#firstname,
.catalog-product-view input#lastname,
input#current-password,
input#password,
.catalog-product-view input#firstname,
.catalog-product-view input#lastname,
.catalog-product-view input#email_address,
.catalog-product-view input#password,
.catalog-product-view input#password-confirmation,
.catalog-product-view input#email,
.page-product-configurable #your-wish,
.catalog-product-view input#phone {
    border-radius: 2px;
    height: 42px;
    width: 100%;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
    margin-bottom: 15px;
    border: 0px solid #cbcbcb;
}

.customer-account-edit .password-strength-meter {
    display: none;
}

.customer-account-edit button.action.save.primary {
    width: 90px;
    font-weight: 300;
    background: #387ADF;
    font-size: 14px;
    border-radius: 20px;
    border: 0px;
}

/* Add new address custom css*/

.customer-address-form input#company,
input#telephone,
input#city,
input#zip,
input#street_1 {
    border-radius: 2px;
    height: 42px;
    width: 100%;
    border: 0px solid #cbcbcb;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

.customer-address-form select {
    border-radius: 2px;
    height: 42px;
    width: 100%;
    border: 0px solid #cbcbcb;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

.customer-address-form .nested {
    display: none;
}

.customer-address-form button.action.save.primary {
    width: 135px;
    padding: 10px 0px;
    font-weight: 300;
    background: #387ADF;
    font-size: 14px;
    border-radius: 20px;
    border: 0px;
    margin-bottom: 20px;
}

/* news letter subscription custom css*/

.newsletter-manage-index button.action.save.primary {
    width: 90px;
    font-weight: 300;
    background: #387ADF;
    font-size: 14px;
    border-radius: 20px;
    border: 0px;
}

/*Review and payment custom css*/

.checkout-index-index .opc-wrapper .form-login {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.checkout-index-index button.action.primary.checkout {
    padding: 0px 0px;
    background: #387ADF;
    font-size: 14px;
    border-radius: 30px;
    border: 0px;
}

.checkout-index-index .message.message-error.error {
    position: relative;
    right: 20px;
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    padding: 0px !important;
}

.checkout-index-index .opc-wrapper .step-title {
    padding-bottom: 20px;
}

.checkout-index-index .field.choice {
    width: 45%;
    display: block;
    margin-bottom: 13px;
    position: relative;
    bottom: 15px;
}

.checkout-index-index input[type="checkbox"] {
    top: -1px;
}

.checkout-index-index #switcher-currency {
    display: none;
}

.checkout-index-index header.page-header {
    background: #333;
}

/* .checkout-index-index .input-text {
    box-shadow: none !important;
    border-radius: 30px !important;
    border: 0px;
    padding: 20px 25px;
} */

.checkout-index-index .header.content {
    padding: 0px;
}

.page-layout-checkout .modal-content div {
    margin-top: 0px !important;
}

.page-layout-checkout .content strong:before {
    display: none !important;
}

.page-layout-checkout .details-qty .label {
    margin-right: 5px;
}

.hosted-error span {
    color: #e02b27 !important;
}

.checkout-payment-method .ccard>.field.cvv>.control {
    display: flex;
}

.checkout-index-index .hosted-cid {
    width: 8.5% !important;
    margin-right: 10px;
}

.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin-bottom: 0px;
}

.customer-account-login input[type="checkbox"] {
    top: 2px;
}

.hosted-error span:before {
    content: 'X';
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: #e02b27;
    padding: 1px 6px;
    border-radius: 50%;
    margin-right: 5px;
}

.checkout-index-index .primary .action.primary {
    line-height: 1.2;
    padding: 8px 13px !important;
    font-size: 14px !important;
}

#co-transparent-form-braintree .field.choice {
    display: flex !important;
}

.checkout-payment-method .actions-toolbar .primary {
    float: left;
}

.checkout-index-index .opc-progress-bar {
    margin: 20px 0px;
}

.checkout-index-index button.action.action-edit-address {
    width: 100px;
    padding: 5px;
    background: #eb5202;
    font-size: 16px;
    border: 0px;
    color: #fff;
    border-radius: 20px;
    margin-top: 15px;
}

.checkout-index-index #braintree_expirationDate {
    width: 40%;
}

.checkout-index-index .hosted-cid {
    width: 22%;
    padding: 0px 15px !important;
}

.checkout-index-index .fieldset:last-child {
    margin-bottom: 0px;
}

.checkout-index-index .opc-wrapper .form-login {
    margin-bottom: 0px;
}

.checkout-index-index .field-tooltip .field-tooltip-action:before {
    display: none;
}

.form-create-account input[type="checkbox"] {
    top: 2px;
}

.checkout-index-index .input-text {
    border-radius: 2px;
    height: 42px;
    width: 100% !important;
    border: 0px solid #cbcbcb;
    background: #fff;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

.checkout-index-index select {
    border-radius: 2px;
    height: 42px;
    width: 100%;
    border: 0px solid #cbcbcb;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

.checkout-index-index .field.additional {
    display: none;
}

.checkout-index-index .checkout-payment-method .payment-option-inner {
    margin: 0px 15px 0px 20px;
}

.checkout-index-index button.action.action-apply {
    width: 125px !important;
    padding: 10px;
    background: #387ADF !important;
    font-size: 14px;
    border: 0px !important;
    color: #fff !important;
    border-radius: 20px !important;
    margin-top: 2px !important;
}

.checkout-index-index .field span {
    font-size: 14px;
    font-weight: 300;
    color: #333;
}

.checkout-index-index form#discount-form {
    position: relative;
    right: 43px;
}

.checkout-payment-method .payment-option-title {
    padding-left: 0px;
}

.checkout-index-index .opc-wrapper,
.checkout-container {
    margin: 0 0 0px;
}

.checkout-index-index .opc-block-summary {
    box-shadow: 0px 5px 14px 0px #cbcbcb;
}

.checkout-index-index span.price {
    margin-left: 0px;
}

.payment-methods input[type="radio"] {
    margin: 0px 5px 0 0;
}

.checkout-index-index strong.product-item-name {
    font-size: 22px;
    font-weight: 600 !important;
}

.checkout-index-index .checkout-payment-method .checkout-billing-address .primary .action-update {

    margin-bottom: 0px;
    margin-right: 0;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    background: #eb5202;
    font-size: 16px;
}

.checkout-index-index button.action.primary.checkout.disabled {
    padding: 10px 20px !important;
    text-align: center;
    margin-top: 0px;
    border: 0px;
    border-radius: 20px;
}


.checkout-index-index .checkout-payment-method .checkout-billing-address .actions-toolbar .primary {
    float: left;
    margin: 0;
}

.details-qty .value {
    font-size: 16px !important;
    color: #212529;
    font-weight: 300;
}

.modal-title {
    display: none;
}

.minicart-items .product>.product-item-photo {
    position: relative;
    bottom: 17px;
}

.order-products-toolbar.toolbar.bottom {
    display: none;
}

/* support page */

.supportpage-index-index .field.field-name-customer-name.col-sm-6 {
    display: inline-grid;
}

.supportpage-index-index label.required{
    font-weight: 400 !important;
}

.supportpage-index-index select#category_id, select#order_id,select#product_id {
    font-size: 14px;
}

.supportpage-index-index select#priority_id, select#category_id, select#order_id {
    height: 40px;
}

.supportpage-index-index select#order_id{
    width: 355px !important;
}

.lrw-account-summary-listing strong {
    font-size: 20px;
}

.lrw-account-summary-listing h1 {
    margin-bottom: 15px;
    position: relative;
    bottom: 17px;
}

.supportpage-index-index .col-sm-6 label.required{
    padding-bottom: 3px !important;
    margin-bottom: 10px !important;
}

.supportpage-index-index .page-title-wrapper {
    display: none;
}

.supportpage-index-index .block-title-support-name h1 {
    margin-bottom: 0px;
}

.supportpage-index-index .block-title-support-name {
    position: relative;
    bottom: 25px;
}

/*add to cart scroll*/

.add-to-cart {
    display: none;
    background-color: #FAFAFA;
}

.show-add-to-cart {
    display: flex;
    justify-content: space-around;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    height: 80px;
    padding-top: 20px;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(71, 68, 63, .1), 0 2px 8px rgba(135, 135, 135, .2);
}

.add-title h2 {
    font-size: 30px;
    font-weight: 600;
}

.add-title span {
    font-size: 15px;
    color: #EB5202;
}

.add-price p {
    font-size: 30px;
    font-weight: 600;
}

.add-buttons .btn-primary {
    width: 150px;
    padding: 5px;
    margin-right: 25px;
    background: #387ADF;
    font-size: 18px;
    border-radius: 20px;
    border: 0px;
    width: 110px;
    padding: 7px 15px;
    margin-right: 15px;
    background: #387ADF;
    font-size: 14px;
    border-radius: 20px;
    border: 0px;
    margin-bottom: 10px;
}

.add-buttons .btn-primary:hover {
    background-color: #4e9ddf;
}

.add-buttons .btn-success {
    width: 150px;
    margin-right: 25px;
    background: #EB5202;
    font-size: 18px;
    border-radius: 20px;
    border: 0px;
    width: 110px;
    padding: 7px 15px;
    margin-right: 0px;
    background: #eb5202;
    font-size: 14px;
    border: 0px;
    border-radius: 20px;
    border: 0px;
    margin-bottom: 10px;
}

.add-buttons .btn-success:hover {
    background-color: #f18248;
}

.release-outer h1 b,
.page-product-configurable .features-block h1 b {
    font-size: 24px;
    font-weight: 700;
}

.release-outer h1 {
    margin-bottom: 20px;
}

.add-buttons p {
    float: left;
    margin-top: -3px;
    margin-right: 25px;
    font-size: 30px;
    font-weight: 600
}

@media only screen and (min-width:768px) {
    .page-layout-1column .product.media {
        width: 35%;
    }

    .page-layout-1column .product-info-main {
        width: 25%;
    }

    .checkout-index-index .opc-sidebar {
        margin-top: 10px;
    }
}

@media only screen and (max-width:767px) {

    a.nav-sections-item-switch {
        text-decoration: none;
        color: #000;
        font-size: 17px;
    }

    .page-product-configurable .custom-tab-content .control input {
        height: auto;
    }

    .page-product-configurable .custom-tab-content .input-text,
    .page-product-configurable .custom-tab-content .textarea {
        width: 100%;
    }

    .page-product-configurable .features-block {
        width: 96%;
        margin: 30px 0px;
    }

    .page-product-configurable .product-social-links {
        margin-top: -20px;
        text-align: left;
    }

    .page-product-configurable .product.data.items>.item.title>.switch {
        height: auto;
        padding: 10px 20px;
        border-bottom: 1px solid #ccc;
        display: block;
        text-align: left;
    }

    .page-header {
        background: #333;
        height: 90px;
    }

    .logo img {
        width: 75px;
        height: 40px;
    }

    .heading h1 {
        font-size: 21px;
        margin: 15px 0px 15px 0px;
    }

    .heading p {
        font-size: 15px;
    }

    .ai-img img {
        height: 185px;
    }

    button.carousel-control-prev,
    button.carousel-control-next {
        width: 30px;
        height: 30px;
        top: calc(50% - 0px);
    }

    .custom-carousel-inner {
        height: 450px;
    }

    .left-side-about img {
        height: 320px;
        margin-top: 30px;
        width: 320px;
    }

    .right-side-about h1 {
        font-size: 65px;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .right-side-about p {
        font-size: 14px;
        margin: 20px 0px;
    }

    .products-content h1 {
        font-size: 30px;
        margin: 0px 0px 15px 0px;
    }

    .products-content p {
        font-size: 13px;
    }

    .prodcuts-inner .card {
        margin-bottom: 0px;
        margin-top: 25px;
    }

    .tyc_menu__column {
        width: 100%;
        float: none;
    }

    .social-icons {
        margin-bottom: 5px;
    }

    .copyright {
        font-size: 11px;
        float: none;
    }

    .social-icons a {
        font-size: 15px !important;
    }

    .block-search .control {
        border-top: 0px;
    }

    a.tyc-linkedin{
        padding: 8px 10px;
    }

    .block-search input {
        top: -46px;
        left: 10px;
    }

    .block-search {
        width: 45%;
        top: 44px;
        left: -35px;
    }

    .block-search .label:before {
        font-size: 17px;
        color: #fff;
        font-weight: 300;
        position: absolute;
        top: -88px;
        left: 130px;
    }

    .control input {
        height: 30px;
    }

    .minicart-wrapper {
        margin-bottom: 5px;
    }

}

@media only screen and (min-width:768px) and (max-width:1024px) {

    header.page-header {
        background: #333;
        height: 100px;
    }

    .block-search input {
        top: -24px;
        right: 85px;
    }

    .heading h1 {
        font-size: 38px;
        margin: 20px 0px 20px 0px;
    }

    .heading p {
        font-size: 15px;
        ;
    }

    .ai-img img {
        height: 250px;
    }

    .custom-carousel-inner {
        height: 475px;
    }

    .left-side-about img {
        width: 300px;
        height: 300px;
    }

    .right-side-about h1 {
        font-size: 60px;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .right-side-about p {
        font-size: 15px;
        margin: 15px 0px;
    }

    button.read {
        font-size: 15px;
    }

    .products-content h1 {
        font-size: 50px;
        margin: 0px 0px 15px 0px;
    }

    .products-content p {
        font-size: 19px;
        margin: 20px 0px;
    }

    .card-img img {
        height: 150px;
        width: 150px;
        margin-top: 25px;
    }

    .prodcuts-inner .card {
        margin-bottom: 0px;
        height: 350px;
    }
}

.fotorama__arr:active,
.fotorama__thumb__arr:active,
.fotorama__arr:hover,
.fotorama__thumb__arr:hover,
.fotorama__arr,
.fotorama__thumb__arr {
    background-color: transparent;
}

button.user_guide_button_btn {
    background: #41B06E;
    border-radius: 20px;
    border: 0px;
    color: #fff;
    font-weight: 300;
    width: 110px;
}

.product-social-links .action.towishlist:hover:before {
    color: #E72929;
}

.links img {
    margin-right: 7px;
    margin-top: -3px;
    margin-left: -15px;
}

.links ul li {
    list-style: none;
    margin-top: 7px;
    font-size: 14px;
}

.links ul li a {
    text-decoration: none;
    color: #666;
}

.catalog-product-view .product.info.detailed {
    float: left;
    margin-bottom: 15px;
}

h1.page-title {
    font-size: 32px;
    margin-bottom: 15px;
}

.lrw-account-summary-listing {
    padding: 20px;
}

button.formbuilder-button.button.action-primary {
    padding: 7px 15px;
    margin-right: 15px;
    letter-spacing: 1px;
    background: #387ADF;
    font-size: 14px;
    border-radius: 20px;
    border: 0px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.product-info-main-scroll {
    display: flex;
    justify-content: space-around;
    position: sticky;
    width: 100% !important;
    top: 0;
    border-radius: 0 !important;
    z-index: 100;
    position: fixed;
    height: 80px !important;
    padding-top: 20px;
    left: 0;
    background: #fff !important;
    border: 0px !important;
    box-shadow: 0 2px 4px rgba(71, 68, 63, .1), 0 2px 8px rgba(135, 135, 135, .2);
}

.product-info-main-scroll .box-tocart,
.product-info-main-scroll .box-tocart .fieldset {
    margin: 0px !important;
}

.product-info-main-scroll .product-add-form {
    padding: 0px;
}

li.message-link a i {
    display: none;
}

.catalog-product-view .modal-popup .modal-inner-wrap {
    margin: 10.5rem auto;
    width: 100%;
    max-height: 100% !important;
}

.compare-detail-modalpopup .modal-inner-wrap {
    width: 65% !important;
    margin: 13.5rem 75px !important;
}

/* .compare-detail-modalpopup .action-close{
     position: absolute;
     right: -30px;
     top: -40px;
}
        
.compare-detail-modalpopup .action-close:before{
     background: #C40C0C;
     padding: 5px;
     border-radius: 50px;
     color: #fff;
}

.compare-detail-modalpopup  .modal-content div {
      margin-top: 0px !important;
} */

.compare-detail-modalpopup .modal-content{
    height: 450px;
}
.modal-slide .action-close{
    margin: 10px 30px;
}

.modal-popup .modal-conten{
    padding-left: 0px;
    padding-right: 0px;
}

.modal-slide .modal-content{
    padding: 0px;
}

.modal-popup .modal-header{
    padding-bottom: 0px;
    padding-top: 0px;
}

/* .modal-footer{
    display: none;
} */

div#showMoreControls {
    text-align: right;
}

a#show-more {
    text-decoration: none;
    font-size: 14px;
    color: #387ADF;
    font-weight: 500;
}

.checkout-index-index .table-totals th.mark,
.checkout-index-index .table-totals td.amount {
    background: transparent
}

.payment-method-content {
    padding-left: 0px !important;
}

.checkout-payment-method .payment-method-title {
    padding: 0px !important;
}

.checkout-payment-method .payment-method-title label.label span {
    font-size: 18px;
    font-weight: 400;
}

.payment-method-braintree .hosted-control {
    padding: 5px 15px;
}

.checkout-index-index .field.number.required {
    float: left;
    margin-right: 10px;
}

.payment-method-braintree .cvv {
    max-width: initial;
    position: relative;
    width: 100%;
    float: left;
}

.hosted-cid {
    width: 80px;
}

.form-address-edit input[type="checkbox"] {
    top: 2px;
}

.checkout-index-index .braintree-credit-card-selected {
    position: absolute;
    z-index: 9;
    left: 11px;
    /* top: -8px; */
    height: 30px;
}

.page-print .social-icons{
    display: none;
}
.page-print  .copyright-main{
    padding: 0px;
}

.page-print .copyright{
    float: none;
}

.catalog-product-view div#modal-content-43 .features-block {
    width: 92%;
}

.compatibility_version {
    margin-left: 0px !important;
}

.compatibility_version img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.product-info-main .product-add-form {
    padding-top: 10px;
}

.user-guide-main {
    position: relative;
    top: -80px;
    /*left: 80px;*/
    left: 0px;
    width: 110px;
}

.content .custom-tab-content .field {
    /* float: left; */
    width: 48%;
    margin: 0px 10px;
}

.content .custom-tab-content .field .control small {
    float: left;
}

.review-add fieldset.fieldset.review-fieldset {
    margin-bottom: 15px;
}

.product-info-main-scroll #buy-now {
    margin-right: 18px;
}

.catalog-product-view .block-minicart .subtotal .amount.price-container span.price-wrapper span.price {
    margin: 0px;
}

button#top-cart-btn-checkout {
    border-radius: 30px;
}

.btn-facebook .fa-facebook {
    background: url(../images/facebook.png) no-repeat;
    background-size: 85% 80% !important;
    background-position: center !important;
}

.fa-facebook-f:before,
.fa-facebook:before {
    display: none;
}

/* .checkout-index-index .payment-group .payment-method .actions-toolbar {
    padding-left: 23px;
} */

/* wishlist */

.wishlist-index-index .product-image-container-2044 {
    bottom: 0px;
}

.wishlist-index-index .product-reviews-summary {
    margin-bottom: 0px;
}

.account strong.product-item-name a {
    font-size: 16px;
}

.form-edit-account input[type="checkbox"],
.form-newsletter-manage input[type="checkbox"] {
    top: 2px;
}

.wishlist-index-index .product-item-info a {
    font-size: 13px !important;
}

.wishlist-index-index .product-item-info {
    width: 90% !important;
    margin: 0px auto;
}

.wishlist-index-index .product-item-info:hover {
    margin: 0px !important;
    /* bottom: 60px !important; */
}

.wishlist-index-index .product-item-inner {
    margin-top: 0px;
}

.products-grid.wishlist .product-item-actions {
    margin: 0px;
}

.products-grid.wishlist .product-item-photo {
    margin-bottom: 0px;
}

.toolbar.products-reviews-toolbar.bottom {
    display: none;
}

.account .table-wrapper {
    overflow-x: hidden;
}


/*Jegan Home page*/
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}

img,
video {
    max-width: 100%;
}

body {
    color: #1E262C;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.main-banner {
    position: relative;
}

video {
    width: 100%;
}

.caption {
    position: absolute;
    top: 95px;
    left: 68px;
}

.caption h1 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.caption p {
    font-size: 24px;
}

.span1 {
    color: #00A67E;
}

.span2 {
    color: #EB1000;
}

img.top-logo {
    width: 100px;
}

.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
}

.custom-nav {
    justify-content: left;
}

a.nav-link {

    font-size: 18px;
    color: #1E262C;
    margin: 0px 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

a.nav-link:hover {
    color: #0AA8A7;
}

button.contact {
    margin-left: 50px;
    width: 129px;
    height: 44px;
    border-radius: 30px;
    border: 0px;
    background: #0AA8A7;
    color: #1E262C;
}

.heading h1 {
    font-family: "Urbanist", sans-serif;
    font-size: 65px;
    font-weight: bold;
}

.heading {
    color: #1E262C;
    text-align: center;
}

.heading h1 {
    font-family: "Urbanist", sans-serif;
    font-size: 55px;
    font-weight: bold;
    margin: 50px 0px 50px 0px;
}

.heading p {
    font-size: 20px;
    margin: 35px 0px;
    color: #cbcbcb;
}

html,
body {
    margin: 0;
    padding: 0;
    /* cursor: none; */
}

.nav-wrapper {
    width: 100%;
    height: 100vh;
    background: #161616;
}

nav {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
}

.hover-this {
    transition: all 0.3s ease;
}

.cms-index-index span {
    display: inline-block;
    font-family: "Monument Extended";
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    /* pointer-events: none; */
    transition: transform 0.1s linear;
}

.minicart-items .update-cart-item {
    font-size: 13px !important;
    background-color: #1979c3;
    color: #fff;
}

.minicart-wrapper .action.showcart.active:before {
    color: #fff;
}

.cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    background-color: #158ce1;
    border-radius: 100%;
    mix-blend-mode: difference;
    transition: transform 0.3s ease;
}

.hover-this:hover~.cursor {
    transform: translate(-50%, -50%) scale(12);
}

@media(min-width: 900px) {
    nav {
        display: flex;
        justify-content: space-around;
    }

    section.flex-3 .colum {
        margin-top: 50px;
    }

}

@media(max-width: 900px) {
    nav {
        top: 30%;
    }

    .hover-this {
        width: auto;
        padding: 20px 0;
        display: inline-block;
    }
}

/* Additional styles for the banner section */
.banner-bg {
    position: relative;
}

.main-banner {
    position: relative;
    z-index: 1;
}

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* menu */
#ham {
    color: #a77a33;
}

.h1 h1 {
    text-align: center;
    position: absolute;
    left: 25%;
    top: 40%;
    font-size: 5em;
    color: #633200;
    font-family: 'Raleway', sans-serif;
}

.navbar {
    background-color: #333;
    width: 100%;
    height: 100vh;
    display: none;
}

li.my-account {
    font-weight: 600;
}

menu.navbar.active a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}

li.dropdown-item,
li.dropdown-item:hover {
    color: #fff;
    font-weight: 600;
    transition: all .5s;
}

.navbar ul {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 80px 0;
    position: relative;
    top: 20px;
}

.li-hover:hover {
    padding-bottom: 13px;
}

li.dropdown-item a {
    font-weight: 600;
    font-size: 18px !important;
}

.navbar li {
    display: block;
    margin: 0;
    padding: 1% 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 13px;
}

.navbar li:hover {
    cursor: pointer;
}

.dropdown-menu {
    display: none;
}

.navbar li a {
    color: #d3e3e3;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 1.6em;
    transition: all .5s;
}

.navbar li:hover {
    cursor: pointer;
    background-color: #cb9702;
    letter-spacing: 10px;
}

.hamburger {
    margin: 0;
    margin-left: 15px;
    margin-right: 18px;
    padding: 0;
    float: right;
    transition: opacity .3s;
    z-index: 999;
    position: relative;
    /* right: 45px; */
    right: 66px;
    /* position: absolute;
    right: 50px; */
}

.hamburger:hover {
    cursor: pointer;
    opacity: .5;
}

.hamburger .line {
    width: 30px;
    height: 4px;
    background: rgb(236, 66, 66);
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

.hamburger .line:nth-child(1) {
    background-color: #cc9900;
}

.hamburger .line:nth-child(2) {
    background-color: #106ac6;
}

.hamburger .line:nth-child(3) {
    background-color: #cc9900;
}

.hamburger.isactive .line:nth-child(2) {
    opacity: 0;
}

.hamburger.isactive .line:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}

.hamburger.isactive .line:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
}

.navbar {
    transition: all 2s ease-in-out;
}

.navbar.active {
    display: block;
    animation: fade .5s;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
}

@keyframes fade {
    from {
        transform: translateX(200px);
        opacity: 0;
    }

    to {
        transform: translateX(0px);
        opacity: 1;
    }
}


@media screen and (max-width: 1360px) {

    .h1 h1 {
        font-size: 3em;
        left: 35%;
    }

    /* .navbar {
        width: 30%;
    } */

    .navbar ul {
        padding-left: 0%;
    }

    /* .navbar li {
        padding: 3% 0;
    } */

    .navbar li a {
        font-size: 1.2em;
    }

}

@media screen and (max-width: 767px) {
    .hamburger {
        float: right;
        position: absolute;
        top: 10px;
        right: 65px;
    }
    .login-out img{
        height: 20px !important;
    }
    .login-out{
        right: 53px !important;
        bottom: -1px !important;
    }

    .product-advanced-review .login-out{
        bottom: 0px !important;
    }

    .h1 h1 {
        left: 23%;
        top: 50%;
        font-size: 1.4em;
    }

    .navbar {
        background-color: #333;
        width: 100%;
        height: 45vh;
        display: none;
    }

    .navbar ul {
        overflow: hidden;
        list-style-type: none;
        padding-top: 40px;
        padding-left: 30%;
        padding-right: 0px;
        padding-bottom: 3%;
        margin: 0;
    }

    .navbar li {
        display: block;
        margin: 0;
        padding: 10px 0px;
        width: 100%;
        transition: background-color .5s;
    }

    .navbar li:hover {
        cursor: pointer;
        background-color: #cb9702;
        letter-spacing: 10px;
    }


    .navbar li a {
        color: #d3e3e3;
        text-decoration: none;
        padding: 14px 16px;
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        transition: all 1s;
    }

}

/* jack */
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

.colum {
    display: flex;
    justify-content: space-between;
    min-height: 300px;
}

.tyc-right-colum {
    flex-basis: 40%;
}

.flex-1 .tyc-right-colum {
    /* padding: 78px 0; */
    padding: 30px 0;
    animation: .5s fadeInUp;
    animation-duration: .5s;
    animation-delay: .5s;
}

.tyc-right-colum h4.title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
}

.tyc-right-colum h2.sub-title {
    font-size: 36px;
    margin: 0px;
    font-weight: bold;
}

.tyc-right-colum h2.title {
    font-size: 36px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.tyc-right-colum p.content {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    text-align: justify;
}

.tyc-left-colum {
    flex-basis: 50%;
}

.bg-color {
    /* background: #ffa850;
    height: 400px;
    max-width: 400px;
    position: absolute; */
    background: #ffa850;
    height: 300px;
    max-width: 300px;
    position: absolute;
}

.flex-1 .bg-color {
    border-radius: 0 20px 20px 0;
    animation: .5s fadeInUp;
    animation-duration: .5s;
    animation-delay: .5s;
}

.bg-image {
    /* border: 10px solid #000468; */
    position: relative;
    /* top: 12%; */
    top: 10%;
    /* height: 300px;
    background: #000468; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.bg-image img {
    border-radius: 50px;
}

.flex-1 .bg-image {
    left: 50%;
}

.tyc-right-colum .tyc-btn {
    padding: 8px 20px;
    border-radius: 25px;
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    font-size: 16px;
    border: 1px solid #ffc837;
    color: #000;
}

.tyc-right-colum .tyc-btn:hover {
    background-position: right center;
    /* change the direction of the change here */
    text-decoration: none;
}

.tyc-right-colum .tyc-btn a {
    text-decoration: none;
}

.flex-2 .bg-color {
    border-radius: 20px 0 0 20px;
    animation: 1s fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    right: 0px;
}

.flex-2 .bg-image {
    right: 50%;
}

.flex-2 .tyc-right-colum {
    padding: 35px 0px;
    flex-basis: 40%;
    animation: 1s fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    padding-left: 0px;
}

.flex-2 .tyc-left-colum {
    /* flex-basis: 23%; */
    position: relative;
}

.flex-3 .bg-color {
    border-radius: 0 20px 20px 0px;
    animation: 1.5s fadeInUp;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
}

.flex-3 .bg-image {
    left: 50%;
}

.flex-3 .tyc-right-colum {
    /* padding: 93px 74px; */
    padding: 0px;
    animation: 1.5s fadeInUp;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
    margin-left: 50px;
}

.bg-position {
    height: 400px;
    width: 100%;
    background: url(../img/home-bg.jpg) rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
}

section.tycabout {
    padding: 0px 0;
    margin: 0;
}

.bg-position .tyc-content {
    text-align: center;
    padding: 30px 0 52px;
    color: #fff;
}

.bg-position .tyc-content h2.title {
    font-size: 36px;
    margin: 10px;
    border-bottom: 2px solid #fff;
    width: 160px;
    display: inline-block;
    padding-bottom: 15px;
}

.bg-position .tyc-content p.content {
    width: 100%;
    max-width: 600px;
    margin: 15px auto;
    line-height: 1.5;
}

.bg-position .tyc-btn {
    padding: 8px 20px;
    border-radius: 25px;
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    font-size: 16px;
    border: 1px solid #ffc837;
    margin-top: 30px;
}

.bg-position .tyc-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.cms-home section {
  margin: 50px 0px;
}
 
.cms-home .page-footer {
    margin-top: 25px !important;
}

/*home page video*/

a#mfbacktop span {
    font-size: 14px;
}

#mfbacktop {
    background: #324367;
    border: 2px solid white;
    border-radius: 100%;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3) !important;
    cursor: pointer !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    height: 50px !important;
    padding: 2px !important;
    bottom: 90px !important;
    text-align: center !important;
    width: 50px !important;
    z-index: 9999 !important;
    text-decoration: none !important;
}

#mfbacktop .gt-arrow {
    padding-top: 11px !important;
}

.cms-index-index .ToastBase_module_toast__a4511d95 button {
    display: none;
}

.cms-index-index .LabeledButton_module_box__e0f241d2 {
    display: none;
}

.cms-index-index .page-main {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.cms-index-index [data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
}

.page-header .panel.wrapper {
    border-bottom: 0px;
}

.nav-sections {
    margin-bottom: 0px !important;
}

.navbar li {
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .5s !important;
}

li.signin {
    font-weight: 600;
}

/* .link.authorization-link:after {
    font-size: 26px;
    color: #fff;
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e627';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */

.login-out img {
    height: 27px;
}

.login-out ul {
    list-style: none;
}

.login-out {
    position: absolute;
    right: 106px;
    bottom: 10px;
    z-index: 9999;
    display: contents;
}

.fixed .login-out{
    right: 106px !important;
    bottom: 3px !important;
}

.link.authorization-link {
    display: inline-block;
    position: fixed;
    top: 36px;
    right: 106px;
    z-index: 9999;
    width: 27px;
}

.link.authorization-link.sign-in a {
    position: relative;
    width: 28px;
    height: 28px;
} 
/* .link.authorization-link.sign-out:after {
    font-size: 26px;
    color: #fff;
    content: '\f08b';
    font-family: FontAwesome;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */

.link.authorization-link.sign-out a {
    top: -25px;
    width: 28px;
    height: 28px;
}

/*Jegan Home page end*/

@keyframes fadeInUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

/* pdp page header */

/* .product-promotions .header-menu,
.product-chatgpt-ai-content-generator .header-menu,
.product-advanced-reporting .header-menu {
    margin-bottom: 20px;
} */

/* .product-promotions header + .header-banner-img {
    position: static;
    background-image: url(../images/promotion-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 25px;
    height: 300px;
}

.product-chatgpt-ai-content-generator header + .header-banner-img {
    position: static;
    background-image: url(../images/AI-header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 25px;
    height: 300px;
}

.product-advanced-reporting header + .header-banner-img {
    position: relative;
    background-image: url(../images/report-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 25px;
    height: 300px;
}
header + span.title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1.5;
    padding-top: 50px;
}
header + span.title h1 {
    margin: 0;
    font-weight: bold;
    font-size: 52px;
    width: 100%;
    text-align: center;
} */
.cms-index-index span.title {
    display: none;
}

.header-title h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.header-banner-img img {
    margin-bottom: 30px;
    width: 100%;
    height: 100px;
}

.header-title {
    position: absolute;
    top: 35px;
    width: 100%;
    text-align: center;
}

/* sub-dropdown menu */

.navbar ul li ul {
    /* display: none; */
    background-color: #000;
    width: 100%;
    padding: 0px;
    z-index: 1;
    border: 0px;
}

.navbar ul li:hover ul {
    display: block;
}

/* product image resize for PDP */
.catalog-product-view .fotorama__stage__frame .fotorama__img {
    max-height: unset !important;
}

/* about-us */

.tyc_section {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 90px;
    padding-left: 0px;
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
}

.tyc_row {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    box-shadow: 0px 40px 50px 0px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}

.tyc_column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 47.25%;
    margin-right: 5.5%;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    z-index: 2;
    min-height: 1px;
}

.tyc_module.tyc_text {
    text-align: left;
    margin-bottom: 10px !important;
    word-wrap: break-word;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.tyc_text_title {
    position: relative;
    padding-bottom: 0;
}

.tyc_text_title h2 {
    font-size: 28px;
    font-weight: bold;
}

.tyc_module.tyc_divider {
    height: 10px;
    max-width: 80px;
    margin: 0 0 30px;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.tyc_module.tyc_divider:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 3px solid #cc9900;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.tyc_divider_internal {
    display: inline-block;
    width: 100%;
}

.tyc_module.tyc_divider:after {
    content: "";
    display: table;
}

.tyc_module.tyc_text {
    text-align: left;
    margin-bottom: 10px !important;
    word-wrap: break-word;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.tyc_text_para {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 30px !important;
}

.tyc_column-2 {
    background-image: linear-gradient(34deg, #126bc7 0%, #cc9900 100%);
    padding-right: 5%;
    padding-left: 5%;
    float: left;
    position: relative;
    z-index: 2;
    min-height: 1px;
    width: 47.5%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    order: 2;
}

.tyc_module.tyc_image.tyc-img_animated {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
    text-align: center;
    display: block;
}

span.tyc_image {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

span.tyc_image img.tyc-wp-image {
    position: relative;
    height: auto;
    max-width: 100%;
}

h2.tyc_team_text_title {
    font-size: 28px;
    font-weight: bold;
}

/* Team*/
.tyc_team_section {
    padding: 54px 0;
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    float: left;
}

.tyc_team_row {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
    padding: 0 0 27px;
    margin-left: auto;
    margin-right: auto;
}

.tyc_team_column {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    min-height: 1px;
}

.tyc_team_module.tyc_team_text {
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 2vw !important;
    max-width: 700px;
    word-wrap: break-word;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tyc_team_text_title {
    position: relative;
}

.tyc_team_text_title h2 {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    color: #222222;
}

.tyc_team_module.tyc_divider {
    height: 4px;
    max-width: 60px;
    margin: auto auto 30px;
    position: relative;
    box-sizing: content-box;
}

.tyc_team_module.tyc_divider:after {
    content: "";
    display: table;
}

.tyc_team_module.tyc_divider:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-top-color: #cc9900;
    border-top-width: 4px;
}

.divider-clr hr {
    opacity: 1;
}

/*Counter*/
.tyc_count_section {
    padding: 27px 0 27px;
    position: relative;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    float: left;
}

span.tyc_parallax_bg_wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

span.tyc_parallax_bg {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}

.tyc_count_row {
    padding: 54px 0;
    position: relative;
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
}

.tyc_count_row .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.value-count {
    font-size: 80px;
    display: block;
    font-weight: bold;
    color: #fff;
}

.percent span {
    font-size: 80px;
    color: #fff;
}

.percent {
    display: flex;
    align-items: center;
    position: relative;
}

.percent h3.title {
    color: #fff;
    margin-left: 5px;
    position: absolute;
    top: 88px;
    left: -40px;
    text-align: center;
    width: 204px;
}

/*logo section*/
.tyc_logo_section {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.tyc_logo_row {
    padding: 27px 0;
    position: relative;
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
}

.tyc_logo {
    display: inline-block;
    width: 100%;
}

.logo {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 2px;
}

.circle-outer {
    width: 90%;
    margin: 0px auto;
}

.column-medium {
    text-align: center;
    width: 32.333%;
    float: left;
}

.heading-title {
    margin-bottom: 100px;
}

.text-center {
    text-align: center;
}

.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}

.p-top-30 {
    padding-top: 30px;
}

.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}

.text-uppercase {
    text-transform: uppercase;
}


.team-member .team-img {
    position: relative;
}

.team-member {
    overflow: hidden;
    width: 66%;
    text-align: center;
    margin: 0px auto;
}

.team-member,
.team-member .team-img {
    position: relative;
    border-radius: 100%;
    height: auto;
}

.team-member,
.team-member .team-img img {
    width: 90%;
    border-radius: 100%;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 5px;
    right: 30px;
    margin: 0 auto;
    width: 90%;
    /* height: auto; */
    height: 100%;
    border-radius: 100%;
    text-align: center;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-hover .desk a {
    display: block;

}

.s-link {
    padding-top: 0 !important;
}

.team-member:hover .team-hover .desk {
    top: 50%;
    left: 0px;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    padding-top: 0;
}

.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    color: #222;
}

.team-member:hover .team-hover .s-link {
    bottom: 20%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    color: #222;
}

.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}

.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

.cms-about-us .breadcrumbs {
    display: none !important;
}

.cms-about-us .page-title-wrapper {
    display: none;
}

.footer-highlight {
    color: #FFC837 !important;
    text-transform: capitalize !important;
    font-weight: 300 !important;
}

.catalog-product-view .minicart-items .product-item-details .details-qty {
    margin-bottom: 0px;
}

.product.options span {
    font-weight: 300;
}

/* cms home minicart */

.minicart-items .product-item-details .details-qty {
    display: inline !important;
    margin-bottom: 0px !important;
}

.customer-review .product-media {
    position: relative;
    bottom: 22px;
}

/* responsive */

@media only screen and (max-width: 767px) {
    .order-links .item {
        display: block;
    }

    ul.items.order-links {
        width: 100%;
        float: left;
    }

    .sales-order-invoice .actions-toolbar {
        top: 0 !important;
        float: none;
    }

    .sales-order-view .actions-toolbar {
        float: none;
    }

    ul.items.order-links li:nth-child(2) {
        margin-bottom: 10px;
    }

    .colum {
        flex-direction: column;
    }

    .bg-color {
        max-width: 170px;
        position: relative;
    }

    .flex-1 .bg-image {
        left: 55%;
        top: 18%;
    }

    .flex-2 .tyc-right-colum {
        padding: 35px 0px;
        order: 2;
    }

    .flex-2 .bg-color {
        float: right;
    }

    .block.newsletter input {
        margin-right: 0;
        width: 100%;
    }

    .block.newsletter .form.subscribe {
        display: block;
    }

    .menu .tyc_menu__column {
        flex-direction: column;
    }

    .tyc_menu__column p {
        font-size: 18px;
        margin-left: 0;
    }

    .copyright-main {
        padding: 0px;
    }

    /* .copyright {
        position: absolute;
        width: 100%;
        height: 60px;
    } */
    .message.success {
        bottom: 50px;
    }

    .social-icons {
        width: 100%;
        text-align: center !important;
        margin-top: 10px !important;
        margin-bottom: 20px;
    }

    .footer.content {
        border-top: 0px;
    }

    .header-menu {
        margin-right: 0px;
        margin-top: 5px;
        max-width: 100%;
    }

    .header-menu img {
        height: 35px;
    }

    .hamburger .line {
        width: 23px;
        height: 3px;
        margin: 3px auto;
    }

    .navbar.active{
        overflow: auto;
    }

    .link.authorization-link {
        top: 9px;
        right: 47px;
    }

    .fixed .login-out{
        right: 52px !important;
        bottom: 0px !important;
    }

    .minicart-wrapper .action.showcart:before {
        font-size: 18px;
    }

    .link.authorization-link:after {
        font-size: 22px;
        /* position: absolute;
        top: -1; */
    }

    .hover-this {
        padding: 0px;
    }

    section {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .navbar {
        height: 100vh;
    }

    .navbar ul {
        padding-left: 0px;

    }

    .tyc-right-colum h2.title,
    .tyc-right-colum h2.sub-title {
        font-size: 24px;
    }

    .tyc-right-colum p.content {
        font-size: 12px;
    }

    .tyc-right-colum .tyc-btn {
        padding: 4px 10px;
        font-size: 12px;
        margin-top: 5px;
    }

    .bg-image {
        top: 18%;
    }

    .page-footer {
        margin-top: 0px;
    }

    .flex-3 .tyc-right-colum {
        padding: 20px 0;
        margin-bottom: 0px;
    }

    .copyright p,
    .copyright p a {
        font-size: 11px !important;
    }

    .footer-logo-img {
        margin-bottom: 20px;
    }

    .tyc_menu__column p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .block.newsletter {
        position: relative;
        left: 0px;
    }

    .block.newsletter .actions {
        position: absolute;
        top: 0px;
        left: 165px;
    }

    li.dropdown-item a {
        font-size: 14px !important;
    }

    .li-hover:hover {
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar ul li ul {
        border: 0px;
        margin-bottom: 12px;
        border-radius: 0;
    }

    /* .control input:focus
    {
        box-shadow: 0px 5px 14px 0px #cbcbcb !important;
    } */
    .customer-review .product-media {
        bottom: 0;
    }

    .customer-review .product-details {
        margin-bottom: 15px !important;
    }

    .hamburger.isactive .line:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .tyc-right-colum p.content {
        width: 100% !important;
    }

    .tyc-left-colum {
        flex-basis: 100%;
    }

    .bg-color {
        height: 260px;
    }

    .social-login-authentication-channel .actions-toolbar {
        float: none;
    }

    menu.navbar.active a {
        color: #fff !important;
        font-size: 13px;
    }

    .hamburger.hover-this.isactive {
        margin-top: 0px;
    }

    .header-banner-img img {
        margin-bottom: 0px;
        height: 50px;
    }

    /* about us */
    .header-banner-img img {
        margin-bottom: 0px;
    }

    .tyc_row {
        width: 100%;
        flex-direction: column;
    }

    .tyc_column,
    .tyc_column-2 {
        width: 100%;
    }

    .tyc_module.tyc_divider {
        margin-bottom: 15px;
    }

    .tyc_section {
        padding-bottom: 50px;
    }

    .tyc_text_title h2,
    h2.tyc_team_text_title {
        font-size: 28px;
        font-weight: bold;
    }

    .column-medium {
        width: 100%;
    }

    .circle-outer {
        width: 100%;
        margin-top: 20px;
    }

    .tyc_team_section {
        padding: 0px;
    }

    .team-title h5 {
        font-size: 14px;
        font-weight: bold;
        padding: 10px 0px;
    }

    .tyc_count_row {
        padding: 0px;
    }

    .tyc_count_row .content {
        flex-direction: column;
    }

    .percent h3.title {
        top: 40px;
        left: -75px;
        margin-top: 5px;
    }

    .percent {
        margin-bottom: 15px;
        top: 7px;
    }

    .value-count,
    .percent span {
        font-size: 36px;
    }

    .tyc_logo_section {
        margin-top: 20px;
    }

    .tyc_column {
        padding: 20px;

    }

    .tyc_text_para {
        font-size: 14px;
    }

    .divider-clr hr {
        width: 30%;
    }

    .tyc_logo_row {
        max-width: 100%;
        width: 100%;
        margin: 0 15px;
    }

    .tyc_team_module.tyc_divider {
        margin: auto auto 0px;
    }

    .flex-3 .tyc-right-colum {
        margin-left: 0px;
    }

    .logo {
        width: 47%;
        height: auto;
        margin: 4px;
    }

    .tyc_logo_row {
        margin: 0px auto;
    }

    .logo img {
        width: 100%;
        height: auto;
    }

    .message.error {
        z-index: 999;
        bottom: 59px;
    }

    .cursor {
        display: none;
    }

    /* sign in popup */
    .actions-toolbar>.secondary .action:last-child {
        margin-left: 0px;
    }

    .form-customer-login .actions-toolbar,
    .form-customer-create .actions-toolbar,
    .form-password-forget .actions-toolbar {
        float: none;
    }

    .actions-toolbar>.secondary:last-child {
        margin-top: 0px;
    }

    .form-customer-login .secondary {
        display: flex;
        flex-direction: column;
    }

    .link.authorization-link.sign-in a,
    .link.authorization-link.sign-out a {
        top: 0px;
        /* color: transparent !important; */

    }

    .block.newsletter .field .control:before {
        top: 2px;
    }

    button.action.reload.captcha-reload {
        margin: 15px 0px;
    }

    a.action.back span {
        color: #000 !important;
        position: relative;
        left: 12px;
    }

    .form-customer-create .primary button {
        width: 70% !important;
        margin-right: 0px !important;
    }

    button#bnt-social-login-forgot {
        width: 40%;
        margin-right: 0px;
    }

    .modal-popup .modal-inner-wrap {
        position: absolute;
        top: 60%;
        width: 100%;
    }

    .minicart-items-wrapper {
        height: 230px !important;
    }

    .customer-account-login .secondary {
        margin-top: 5px !important;
    }

    /* forgot password page */
    .customer-account-forgotpassword h1.page-title {
        font-size: 22px;
        margin-top: 15px;
    }

    .forget .field.note {
        font-size: 16px !important;
    }

    .forget span {
        font-size: 14px;
    }

    /* checkout page */
    .checkout-index-index .hosted-cid {
        width: 22% !important;
    }

    .checkout-index-index hr {
        display: none;
    }

    .checkout-index-index .opc-estimated-wrapper {
        margin: 0px -15px 15px;
        padding: 10px 15px;
    }

    .checkout-index-index .estimated-block {
        display: flex;
    }

    .checkout-index-index span.estimated-price {
        margin-left: 20px;
    }

    .checkout-index-index .field.choice {
        width: 100%;
    }

    .checkout-payment-method .payment-method-title label.label span {
        font-size: 14px;
    }

    .checkout-payment-method .payment-methods {
        padding: 15px;
    }

    .payment-methods input[type="radio"]{
        position: relative;
        top: 2px;
    }

    .checkout-payment-method .payment-method-title .payment-icon {
        margin-right: 0px;
    }

    .checkout-payment-method .step-title {
        padding-left: 0px;
    }

    .checkout-payment-method .opc-wrapper .step-title {
        font-size: 16px;
    }

    .checkout-index-index button.action.action-edit-address {
        width: 75px;
        padding: 2px;
        font-size: 14px;
        font-weight: 300;
        margin-top: 10px;
    }

    .checkout-index-index .input-text {
        height: 35px;
        width: 90% !important;
    }

    .checkout-index-index button.action.action-apply {
        width: 100% !important;
        padding: 6px 10px !important;
        font-size: 14px !important;
        margin-top: 0px !important;
        position: relative;
        bottom: 6px;
        right: 10px;
    }

    .checkout-index-index form#discount-form {
        position: static;
        display: flex;
    }

    .checkout-index-index .checkout-payment-method .payment-option-inner {
        margin: 0px;
    }

    .payment-option-title.field.choice {
        margin-bottom: 0px;
    }

    .payment-methods .actions-toolbar {
        float: none;
    }

    .checkout-payment-method .payment-group+.payment-group .step-title {
        margin: 30px 0 0;
    }

    .checkout-index-index .field.choice {
        top: 10px;
    }

    .checkout-payment-method .payment-option .payment-option-content {
        padding: 15px 15px 0px;
    }

    .checkout-payment-method a#mfbacktop {
        bottom: 55px;
    }

    /* create new account */
    .form-create-account input[type="checkbox"] {
        top: 1.5px !important;
    }

    .customer-account-create h1.page-title {
        font-size: 20px;
        margin-top: 15px;
    }

    legend.legend span {
        font-size: 18px !important;
    }

    /* pdp pages */
    .product-info-main-scroll h1.page-title span {
        font-size: 16px !important;
    }

    .product-info-main-scroll h1.page-title {
        font-size: 11px;
    }

    .product-info-main-scroll button.action.primary.instant-purchase {
        display: none;
    }

    .product-info-main-scroll #product-addtocart-button {
        width: 80px;
        font-size: 12px;
        padding: 7px 0px;
    }

    .catalog-product-view .product-info-main{
        height: 450px !important;
    }

    .product-info-main.product-info-main-scroll{
        height: 80px !important;
    }

    .catalog-product-view .subtemplate-inner #product_id,
    .catalog-product-view .form-control {
        width: 100%;
    }

    .catalog-product-view .message.error {
        bottom: 0px;
    }

    .catalog-product-view input[type="checkbox"] {
        top: 5px;
        right: 3px;
    }

    .product-info-main-scroll .price,
    .product-info-main-scroll .buynow {
        display: none !important;
    }

    button.user_guide_button_btn {
        margin-bottom: 15px;
    }

    .features-block ul li,
    #technical span,
    #feature span,
    #feature strong,
    label.required,
    .product.info.detailed p {
        font-size: 14px !important;
    }

    .content .custom-tab-content .field {
        width: 100%;
        margin: 0px;
    }

    .content .custom-tab-content .field,
    .field-name-customer-name input,
    .field-name-customer-email input,
    .subtemplate-inner input {
        width: 100%;
    }

    label.label,
    .catalog-product-view .field.required span {
        font-weight: 400;
    }

    .buttons-set.col-sm-12,
    .review-form .actions-toolbar .actions-primary {
        text-align: left;
    }

    strong {
        font-size: 18px !important;
    }

    .release-outer ul li {
        font-size: 14px !important;
    }

    .release-outer {
        margin-bottom: 20px !important;
    }

    .actions-toolbar {
        float: left;
    }

    .data ul li,
    .release-outer ul li b {
        font-size: 14px !important;
    }

    .release-outer h3 {
        font-size: 18px !important;
    }

    .catalog-product-view .header-banner-img img {
        margin-bottom: 0px;
        height: 80px;
    }

    .header-title {
        top: 48px;
    }

    .header-title h1 {
        font-size: 14px;
    }

    .product-info-main-scroll h1.page-title {
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        padding: 10px 5px;
    }

    .product-info-main-scroll .page-title-wrapper.product {
        width: 50%;
    }

    .minicart-wrapper {
        top: -34px;
        right: 28px;
    }

    a.navbar-brand {
        padding-left: 22px;
    }

    .minicart-wrapper .action.showcart .counter.qty {
        top: -6px;
        right: -14px;
        padding: 0px;
        min-width: 0px;
        height: 14px;
    }

    .link.authorization-link.sign-out:after {
        font-size: 22px;
    }

    .minicart-wrapper .action.showcart .counter-number {
        font-size: 10px;
        top: -7px;
        left: -0.5px;
    }

    .product-info-main-scroll .actions button.instant-purchase {
        width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cms-home .minicart-wrapper .action.showcart .counter-number {
        top: -10px;
    }

    .catalog-product-view h1.page-title span {
        font-size: 17px;
    }

    .catalog-product-view h1.page-title {
        font-size: 12px;
    }

    .catalog-product-view .product-info-main .product-info-price {
        text-align: left;
    }

    .catalog-product-view .price-box .price-container .price {
        font-size: 30px;
    }

    .compatibility_version {
        font-size: 12px;
    }

    .catalog-product-view select#attribute164 {
        width: 100%;
    }

    .catalog-product-view #product-addtocart-button,
    #product-updatecart-button,
    button.action.submit.primary,
    .catalog-product-view #buy-now,
    button.user_guide_button_btn {
        width: 80px;
        padding: 5px;
        font-size: 12px;
    }

    .catalog-product-view .product-social-links span {
        font-size: 12px;
    }

    .catalog-product-view .review-form .action.submit.primary {
        width: 120px;
        padding: 10px;
    }

    .product-info-main.product-info-main-scroll .actions {
        margin-top: 55px !important;
    }

    button.formbuilder-button.button.action-primary {
        width: 116px;
        font-size: 12px;
    }

    .catalog-product-view .product.info.detailed {
        width: 100%;
    }

    .product-advanced-reporting .features-block ul li b {
        font-size: 14px !important;
    }

    .features-block ul {
        padding-left: 0px;
    }

    /* my account page */
    .block-collapsible-nav .title {
        top: 20px;
    }

    .account .footer-content p {
        font-size: 15px;
    }

    .account .column.main {
        margin-top: 20px;
    }

    .account #block-collapsible-nav {
        margin-top: 20px;
    }

    .account h1.page-title {
        font-size: 22px;
    }

    .account .table-wrapper {
        border-bottom: 0px;
    }

    .customer-account-index .block-title strong {
        font-size: 16px !important;
    }

    .account .column.main .block:not(.widget) .block-title,
    .account .column.main .block:not(.widget) .block-content .box,
    .customer-account-index .block {
        margin-bottom: 10px;
    }

    .account .column.main .block:not(.widget) .block-title>.action {
        margin-top: 0px;
    }

    .account .block-reorder .block-title {
        margin: 20px 0 20px;
    }

    .account strong.product-item-name a {
        font-size: 16px;
    }

    .account input[type="checkbox"] {
        top: -7px;
    }

    .account .actions-toolbar>.primary {
        width: 100%;
    }

    .form-address-edit input[type="checkbox"] {
        top: 2px;
    }

    .account .actions-toolbar {
        display: flex;
        width: 100%;
    }

    .account a {
        color: #006bb4 !important;
    }

    .account .block-reorder .actions-toolbar {
        margin: 0px 0 17px;
    }

    .form-wishlist-items a.product-item-photo {
        position: relative;
        bottom: 13px;
    }

    .account span.product-image-wrapper {
        margin-top: 0px;
    }

    .customer-address-index .action.primary {
        padding: 7px 13px !important;
    }

    .account .block-addresses-list {
        margin-bottom: 10px;
    }

    .form-edit-account input[type="checkbox"],
    .form-newsletter-manage input[type="checkbox"] {
        top: 2px !important;
    }

    .vault-cards-listaction td.col.actions form {
        float: right;
    }

    .lofhelpdesk-ticket-index .subtemplate-inner input {
        margin-bottom: 0px;
    }

    .lofhelpdesk-ticket-index .lrw-account-summary-listing {
        padding: 5px;
    }

    .lofhelpdesk-ticket-index .response-field-file_upload label {
        font-size: 12px !important;
    }

    .lofhelpdesk-ticket-index .block {
        margin-bottom: 0px;
    }

    a#mfbacktop {
        color: #fff !important;
        bottom: 100px !important;
    }

    #cp-cmpkeys-cmd {
        font-size: 10px !important;
        width: 100% !important;
    }

    #cp-repo-title h3 {
        font-size: 14px !important;
    }

    /* customer login page */
    .login-container .block .block-title {
        margin-bottom: 0px;
    }

    .customer-account-login .page-main {
        margin-top: 10px;
    }

    .customer-account-login h1.page-title {
        font-size: 24px;
    }

    .customer-account-login .block-title strong {
        font-size: 16px !important;
    }

    .customer-account-login .actions-toolbar>.secondary .action:last-child {
        margin-left: 0px;
    }

    .customer-account-login .form-login .actions-toolbar {
        float: none;
        display: flex;
    }

    .customer-account-login .login-container .fieldset:after {
        display: inline-block;
        margin-top: 0px;
    }

    .customer-account-login button#send2 {
        width: 90px;
        padding: 5px 0px;
        font-size: 14px;
    }

    .customer-account-login fieldset.fieldset.login {
        padding: 0px;
    }

    .login-container .block-new-customer .actions-toolbar {
        margin: 10px 0px;
    }

    a.action.create.primary {
        padding: 5px 10px !important;
        font-size: 14px !important;
    }

    .form-create-account .fieldset.create.account:after {
        margin-top: 10px;
    }

    /* shopping cart */
    .checkout-cart-index h1.page-title {
        font-size: 24px;
    }

    .checkout-cart-index strong {
        font-size: 16px !important;
    }

    .checkout-cart-index .cart-totals tbody .mark,
    .cart-totals tbody .amount,
    .cart-totals .grand td {
        padding: 6px 10px;
    }

    .checkout-cart-index strong.product-item-name a,
    strong#block-discount-heading {
        font-size: 14px !important;
    }

    .checkout-cart-index dd,
    dt {
        font-size: 12px;
    }

    .checkout-cart-index .cart.table-wrapper .product-item-name+.item-options {
        margin-top: 5px;
    }

    .checkout-cart-index .cart.table-wrapper .cart>.item {
        border-bottom: 0px;
    }

    .checkout-cart-index .checkout-cart-index .table-wrapper,
    .checkout-cart-index .cart-summary .block form:not(:last-of-type) .fieldset,
    .checkout-cart-index .fieldset:last-child {
        margin-bottom: 0px;
    }

    .checkout-cart-index button.action.apply.primary span {
        font-size: 12px;
    }

    .cart-discount .actions-toolbar .action.primary {
        position: relative;
        top: 10px;
        padding: 5px 10px;
    }

    .cart.table-wrapper .col.qty .input-text {
        height: 27px;
        width: 45px;
    }

    .cart.table-wrapper {
        width: 90%;
        margin: 0px auto;
    }

    .block-reviews-dashboard strong.product-name a {
        font-size: 14px;
    }

    .lof-message-attachments {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .form-list.row label {
        font-weight: 300 !important;
    }

    .lof-message-header .like {
        display: none;
    }

    .comment-buttons .like-button {
        display: none;
    }

    .customer-account-login .secondary {
        width: 100%;
    }

    .customer-account-login .actions-toolbar>.secondary:last-child {
        margin-left: 0px;
    }

    .customer-account-login input[type="checkbox"] {
        top: 2px;
    }

    /* compare modal pop-up */

    .compare-detail-modalpopup .modal-inner-wrap {
        height: 210px !important;
        min-height: 0% !important;
        width: 100% !important;
        margin: 13.5rem auto !important;
    }

    .compare-detail-modalpopup {
        left: 0px !important;
    }

    .fixed li.authorization-link img {
        margin-bottom: 17px;
    }

    /* support page */

    .supportpage-index-index .block-title-support-name{
        bottom: 10px;
    }
    .supportpage-index-index .block-title strong {
        font-size: 14px !important;
    }

    .supportpage-index-index .block-title-support-name strong {
        font-size: 24px !important;
    }

    .supportpage-index-index .lrw-account-summary-listing{
        padding: 20px 0px !important;
    }

    .supportpage-index-index select#order_id, select#product_id {
        width: 100% !important;
    }

}


@media only screen and (min-width:769px) and (max-width:1024px) {
    .minicart-wrapper {
        top: 3px;
        right: 42px;
    }

    .fixed .login-out{
        right: 78px !important;
    }

    .hamburger {
        top: 0px;
        right: 60px;
        position: relative;
    }

    .navbar.active{
        overflow: auto;
    }

    .header-title h1{
        font-size: 24px;
    }

    .hover-this {
        padding: 0px;
    }

    .tyc_menu__column p {
        font-size: 18px;
    }

    .social-icons {
        bottom: 36px;
    }

    .footer.content {
        border: 0px;
    }

    .copyright-main{
        padding: 20px 30px;
    }

    .navbar {
        width: 100%;
    }

    .li-hover b,
    .menu-item b {
        font-size: 18px;
    }

    .flex-1 .tyc-right-colum {
        padding: 0px;
        margin-left: 91px;
    }

    .flex-2 .tyc-right-colum {
        padding: 0px;
    }

    .flex-2 .tyc-left-colum {
        flex-basis: 35%;
    }

    .flex-3 .tyc-left-colum {
        padding: 0px;
        margin-right: 90px;
    }

    .flex-1 .tyc-left-colum {
        flex-basis: 40%;
    }

    .column h2 {
        font-size: 28px !important;
    }

    .tyc-right-colum p.content {
        font-size: 14px !important;
    }

    .block.newsletter {
        margin-bottom: 20px;
        float: right !important;
        position: relative;
        right: 65px;
    }

    .block.newsletter .actions {
        position: absolute;
        top: 0px;
        right: 65px;
    }

    .block.newsletter input {
        width: 100%;
    }

    .colum {
        margin-bottom: 30px;
    }

    .flex-3 .colum {
        margin-bottom: 0px;
    }

    .tyc-right-colum p.content {
        width: 100%;
    }

    /* .flex-1 .row, .flex-2 .row, .flex-3 .row{
            width: 90%;
            margin: 0px auto;
        } */
    .tyc-colum-in {
        margin-left: 25px;
    }

    /* section.flex-3 .colum{
            margin-top: 50px;
        } */
    section {
        margin-top: 30px !important;

        margin-bottom: 62px;
    }

    .footer-content p {
        font-size: 16px !important;
    }

    /* about us */
    .tyc_row {
        width: 100%;
    }

    .logo {
        width: 24%;
        height: auto;
        margin: 2px !important;
    }

    #html-body [data-pb-style=YBO0IY3] {
        max-width: 70%;
    }

    .tyc_count_row {
        max-width: 100%;
        width: 100%;
    }

    .percent h3.title {
        top: 100px;
        width: 170px;
    }

    .cursor {
        display: none;
    }

    /* pdp pages */
    .fotorama__stage__frame .fotorama__img {
        left: 45%;
    }

    .catalog-product-view .features-block {
        float: right;
        width: 100%;
    }

    .page-layout-1column .product-info-main,
    .page-layout-1column .product.media {
        width: 45%;
    }

    .header-banner-img img {
        height: 100px;
    }

    .product.data.items > .item.title > .switch{
        padding: 0px 10px;
    }

    div#showMoreControls{
        text-align: left;
        margin-left: 15px;
    }

    .catalog-product-view h1.page-title span {
        font-size: 20px;
    }

    .catalog-product-view .product-options-bottom .actions {
        margin-bottom: 15px;
    }

    .catalog-product-view .product-info-main {
        height: 460px !important;
    }

    .catalog-product-view .product-info-main-scroll{
        height: 80px !important;
    }

    .catalog-product-view .product-info-main .product-info-price{
        text-align: left;
    }

    /* my accoutn pages */
    .link.authorization-link {
        right: 75px;
    }

    .account.page-layout-2columns-left .column.main {
        width: 70%;
    }

    .account.page-layout-2columns-left .sidebar-main {
        width: 30%;
    }

    strong.product-item-name a {
        font-size: 13px;
    }

    .account h1.page-title {
        font-size: 24px;
    }

    .account th {
        font-size: 13px;
    }

    .account td {
        font-size: 12px;
    }

    span#cp-install-cmd {
        width: 100%;
    }

    .header-banner-img img {
        margin-bottom: 0px;
    }

    .actions-toolbar>.secondary .action:last-child {
        margin-left: 0px;
    }

    .customer-account-login .block {
        margin-bottom: 30px;
    }

    .fieldset:last-child {
        margin-bottom: 0px;
    }

    .customer-address-index .block {
        margin-bottom: 25px;
    }

    .account .column.main {
        padding: 30px;
    }

    /* .field:last-child {
            display: flex;
            width: 130%;
            margin-bottom: 12px !important;
        } */
    .newsletter-manage .field:last-child input[type="checkbox"] {
        top: 2px;
    }

    .customer-account-edit fieldset.fieldset.info,
    .helpdesk .field {
        width: 100% !important;
    }

    .customer-review .product-details {
        margin-bottom: 0px;
    }

    /* create new account */
    .confirmation,
    .captcha {
        display: block !important;
        width: 100% !important;
        margin-bottom: 12px !important;
    }

    .login-out{
        right: 78px;
    }

    /* shopping cart */
    .checkout-cart-index .cart-summary,
    .checkout-cart-index .cart-container .form-cart {
        width: 100%;
    }

    .checkout-cart-index .cart-summary {
        position: static;
    }

    .cart-summary .checkout-methods-items .action.primary.checkout {
        width: 60%;
    }

    .checkout-cart-index strong.product-item-name a {
        font-size: 16px;
    }

    .cart.table-wrapper .product-item-name+.item-options {
        margin-top: 10px;
    }

    /* checkout page */
    .checkout-index-index .field.choice {
        width: 100%;
    }

    .checkout-payment-method .payment-method-title label.label span,
    .opc-wrapper .step-title {
        font-size: 16px;
    }

    .checkout-payment-method .payment-method-title .payment-icon1 {
        margin-right: 0px;
    }

    .opc-block-summary>.title {
        font-size: 24px !important;
    }

    .checkout-index-index .hosted-cid {
        width: 19%;
    }

    .opc-wrapper {
        width: 55%;
    }

    .opc-sidebar {
        width: 45%;
    }

    .checkout-index-index button.action.primary.checkout {
        margin-bottom: 20px;
    }
    .product-right-content {
        margin-left: 30px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1279px) {
    .catalog-product-view .product.data.items>.item.title>.switch {
        padding: 0px 38px;
    }

    .catalog-product-view .product.info.detailed .item.content {
        border-top: 1px solid #ccc;
    }
}



/*@supports (-webkit-appearance:none) {
    #maincontent input[type="checkbox"]{
        top: -1px !important;
    } */
/* .payment-methods input[type="radio"] {
        margin: 8px 5px 0 0;
    } 
    
}*/

/* @media not all and (max-height: 1920px) and (min-resolution:.1dpi) {
    input[type="checkbox"]{
        top: -1px !important;
    }
    } */

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {

    .form-edit-account input[type="checkbox"],
    .customer-account-login input[type="checkbox"],
    .form-create-account input[type="checkbox"], 
    .form-address-edit input[type="checkbox"],
    .form-newsletter-manage input[type="checkbox"] {
        top: -1px !important;
    }

    .key-highlight:before{
        content: '\e610';
        font-family: 'luma-icons';
        font-size: 12px;
        padding-right: 6px;
    }

    #features-block ul{
        padding-left: 0px !important;
    }

    .cart.table-wrapper .actions-toolbar {
        bottom: 20px;
    }

    .product-chatgpt-ai-content-generator .product-info-main{
        height: 520px !important;
    }

    .link.authorization-link.sign-in a {
        top: -40px;
        left: 3px;
        font-size: 24px;
    }

    .features-block ul li b:before {
        content: '\e610';
        font-family: 'luma-icons';
        font-size: 12px;
        padding: 0px 7px;
    }
    .features-block ul{
        list-style: none;
    }
    .catalog-product-view .features-block ul li{
        padding: 0px;
    }
    .link.authorization-link.sign-in
    {
        top: 30px !important;
        right: 108px !important;
    }
}

@supports (-webkit-touch-callout: none) {
    .field.newsletter label {
        display: block;
    }

    .block.newsletter input {
        width: 55%;
    }
    .product-info-main.product-info-main-scroll{
        height :80px !important;
    }
    .link.authorization-link.sign-in {
        top: 40px !important;
        right: 48px !important;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
 
    @supports (-webkit-touch-callout: none) {
   
      .link.authorization-link.sign-in {
        top: 67px !important;
        right: 84px !important;
      }
   
    }
   
  }
.tyc-pro-btn a.pagebuilder-button-primary {
    padding: 8px 20px;
    border-radius: 25px;
    background: #387ADF;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    font-size: 16px;
    border: 1px solid #387ADF;
    color: #000;
    margin-top: 20px;
}

.tyc-pro-btn a.pagebuilder-button-primary:hover {
    background-color: #4e9ddf;
}

h2.tyc-pro-heading {
    font-size: 26px;
    margin: 15px 0px 10px 0px;
    font-weight: bold;
}

.tyc-pro-para {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}

@media only screen and (max-width:767px) {
    .tyc-pro-wrapper .tyc-pro-column-1 {
        margin-top: 50px !important;
    }

    .tyc-pro-column-2 {
        margin-top: 0 !important;
    }
}


header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
}

.fixed img {
    margin-bottom: 15px;
}

.fixed .header-menu {
    margin-top: 8px;
}

.catalog-product-view .fixed {
    display: none;
}

.catalog-product-view .link.authorization-link,
.catalog-product-view .minicart-wrapper,
.catalog-product-view header {
    position: absolute !important;
}

/* Home page explore products */

.product-main {
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    margin: 0px auto;
}

.product-image-1 img {
    height: 175px;
    width: 355px;
    position: relative;
    top: 22px;
    border-radius: 0px 0px 20px 20px;
}

.custom-column-1 {
    height: 315px;
    box-shadow: 0px 5px 14px 0px #cbcbcb;
    margin: 0px 25px;
    padding: 0px;
    border-radius: 20px;
    width: 28%;
    position: relative;
    text-align: left;
    background-color: #EEF7FF;
    margin-top: 10px;
    margin-bottom: 40px;
}

.product-title-1 h3 {
    font-size: 16px;
    font-weight: 400;
}

.product-title-1 h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px;
}

.product-title-1 a {
    text-decoration: none;
    color: #000;
}

.product-title-1 img {
    height: 25px;
}

.custom-column-1 button {
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px;
    background: #eb5202;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 15px;
}

.btn-product {
    text-align: center;
}

.product-title-1 {
    padding: 0px 15px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 285px;
    width: auto;
    border-radius: 20px;
    opacity: 0;
    transition: .5s ease;
    background-color: #212529;
    z-index: 999;
}

.custom-column-1:hover .overlay {
    opacity: 1;
}

.text {
    position: absolute;
    top: 23%;
    left: 0px;
    width: 90%;
    padding-left: 15px;
    padding-top: 15px;
    color: #fff;
    text-align: left;
    opacity: 0;
    transform: translateX(30%);
    transition: transform 0.5s, opacity 3s;
    font-size: 14px;
}

.custom-column-1:hover .text {
    opacity: 1;
    transform: translateX(0);
}


.btn-text {
    position: absolute;
    bottom: 35px;
    right: 30px;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s, opacity 3s;
}


.custom-column-1:hover .btn-text {
    opacity: 1;
    transform: translateX(0);
}

.btn-text a:after {
    content: '\f061';
    font-family: fontawesome;
    padding-left: 8px;
}

.btn-text a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #eb5202;
}


.cms-home{
    background-color: #000;
}
.product-inner {
    display: flex;
    width: 90%;
    margin: 0px auto;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 2s ease-out, transform 2s ease-out;
    padding-bottom: 75px;
  }

  .product-advance {
    padding-bottom: 0px !important;
}

  .section-visible {
    opacity: 1;
    transform: translateY(0);
}
  
  .product-right-content img, .product-left-content img {
    width: 485px;
    height: 324px;
  }
  
  .product-left-content, .product-right-content {
    width: 50%;
  }
  
  .product-right-content {
    text-align: right;
  }
  
  .product-left-content, .product-right-content {
    color: #fff;
  }
  
  .product-left-content h5, .product-right-content h5 {
    font-size: 54px;
    margin: 15px 0px;
    font-weight: 400;
    font-family: 'HelveticaNeue Light'!important;
    text-transform: uppercase;
  }
  
  .product-left-content span, .product-right-content span {
    font-family: TimesNow-ExtraLightItalic !important;
    font-size: 43px;
    font-weight: 400;
    text-transform: capitalize;
  }
  
  .product-left-content p, .product-right-content p  {
    font-size: 18px;
    width: 100%;
    font-weight: 300;
    /* font-family: Montserrat-Regular !important; */
    margin-top: 30px;
  }

  .product-report .product-right-content, .product-review .product-right-content {
    text-align: left;
}

.product-shopify-app {
    padding-bottom: 0px !important;
}
  
  .but-btn:before {
    background-color: #456148;
    content: "";
    display: inline-block;
    height: 1px;
    margin-bottom: 4px;
    margin-right: 8px;
    transition: width .3s ease-in-out;
    width: 44px;
  }
  
  .but-btn a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    /* font-family: Montserrat-Regular !important; */
    color: #fff;
  }

  .product-right-content .but-btn {
    text-align: center;
}
  
  .but-btn {
    text-align: center;
    margin: 30px 0px;
  }

  .product-inner a {
    text-decoration: none;
    color: #cbcbcb;
}

.product-inner a:hover{
    color: #158ce1;
}
  
  @font-face {
    font-family: 'HelveticaNeue Light';
    font-style: normal;
    font-weight: normal;
    src: local('HelveticaNeue Light'), url('../fonts/HelveticaNeueUltraLightv130.woff') format('woff');
    }
  
    @font-face {
      font-family: TimesNow-ExtraLightItalic;
      font-style: normal;
      font-weight: normal;
      src: local('TimesNow-ExtraLightItalic'), url('../fonts/TimesNow-ExtraLightItalic.woff') format('woff');
      }
  
      @font-face {
        font-family: Montserrat-Regular;
        font-style: normal;
        font-weight: normal;
        src: local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.ttf') format('ttf');
        }
        @media only screen and (max-width:767px) {
            .product-inner {
                flex-direction: column;
            }
            .product-left-content {
                order: 2;
            }
            .product-right-content {
                order: 1;
            }
            .product-outer-1 .product-left-content {
                order: 1 !important;
            }
            .product-left-content, .product-right-content{
                width: 100%;
            }
            .product-left-content h5, .product-right-content h5{
                font-size: 24px;
            }
            .product-left-content span, .product-right-content span{
                font-size: 22px;
            }
            .product-left-content p, .product-right-content p{
                font-size: 12px;
                margin-top: 15px;
            }

            .product-right-content .but-btn{
                text-align: right;
            }
            .but-btn a{
                font-size: 14px;
            }
            .but-btn{
                text-align: right;
            }
            .but-btn:before{
                width: 24px;
            }
            .product-outer-1 .product-right-content {
                text-align: left;
            }
            .product-right-content img, .product-left-content img{
                height: 220px;
            }
        }

        @media only screen and (min-width:769px) and (max-width:1024px){
            .product-left-content h5, .product-right-content h5{
                font-size: 28px;
            }
            .product-left-content span, .product-right-content span{
                font-size: 25px;
            }
            .product-left-content p, .product-right-content p{
                font-size: 14px;
                margin-top: 15px;
            }
            .but-btn{
                margin: 15px 0;
            }
            .product-inner{
                margin-bottom: 30px;
            }
        }

/* faq page */

body {
    font-family: Arial, sans-serif;
  }
  
  .faq-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  
  .faq {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    overflow: hidden;
  }
  
  .faq-question {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  
  .faq-question .icon {
    margin-right: 10px;
    font-weight: 300;
    font-size: 23px;
    margin-bottom: 4px;
    color: #666;
  }

  .top-faq-heading h1 {
    margin-bottom: 0px;
}
  
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0 10px;
  }
  
  .faq-answer p {
    margin: 10px 0;
    letter-spacing: 0.5px;
    color: #4b5563;
    margin-left: 20px;
  }

  .top-faq-heading {
    text-align: center;
}
 
#feature strong:before {
    display: none !important;
}

.form-customer-create span {
    font-weight: 400 !important;
}

.checkout-cart-index .cart-summary{
    position: static;
}

.page-product-bundle .product-social-links {
    top: -25px;
    height: 0;

}

legend#customizeTitle,
.fieldset-bundle-options .customization,
.fieldset-bundle-options .required,
.block-bundle-summary,
.bundle-options-wrapper button.action.back.customization, 
.bundle-options-wrapper .required,.bundle-options-wrapper .product-options-bottom {
    display: none !important;
}

.page-product-bundle .product-info-main{
    height: 435px;
}

.product-social-links{
    text-align: left !important;
}

.product-options-wrapper .box-tocart .actions {
    display: flex;
}
.product-options-wrapper .box-tocart .fieldset {
    display: inline-block;
}
.bundle-options-container .user_guide {
    height: 0;
}

.product-info-main-scroll .price-box.price-final_price {
    display: flex !important;
    justify-content: end;
}

/* cart page UI fixes for bundle product */

.checkout-cart-index .product-item-details .item-options dd .price,
.checkout-index-index .product-item-details .item-options dd .price,
.block-minicart .product-item-details .values .price{
    display: none;
}

.checkout-cart-index .form-cart .actions-toolbar .action-edit:before {
    display: none !important;
}

/* shopify AI content app */

.product-info-main-scroll .compatibility_version {
    display: none !important;
}
 
.product-info-main-scroll .purchase-btn {
    width: 150px;
}
.compatibility_version {
    margin-bottom: 15px;
}
.product-shopify-ai-content-generator-app .product-info-main {
    height: 300px;
} 
.purchase-btn {
    padding: 7px 15px;
    margin-right: 15px;
    background: #387ADF;
    font-size: 14px;
    border-radius: 20px;
    border: 0px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
}
.purchase-btn { 
    display: block;
}
.purchase-btn:hover {
    background: #387ADF;
 color: #fff;
 border: 0;
}
.purchase-main-btn{
    display: flex;
     justify-content: center;
}
#Shopify-faq{
    padding: 0 !important;
}
     

@media (max-width: 767px){
    .bundle-options-container .user-guide-main{
        top: -57px;
    }
    .page-product-bundle .product-social-links{
        top: -52px;
    }
    .page-product-bundle .product-info-main{
        height: 350px !important;
    }
    .page-product-bundle .product-info-main-scroll {
        height: 80px !important;
    }
    .page-product-bundle .features-block{
        width: 100%;
    }
    .product-info-main-scroll .product-info-price{
        display: none !important;
    }
    .product-shopify-ai-content-generator-app .product-info-main {
    height: 220px !important;
    }
    .product-shopify-ai-content-generator-app .product-info-main-scroll {
        height: 80px !important;
    }
    .catalog-product-view .features-block{
        width: 100% !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px){
    .page-product-bundle .product-info-main{
        height: 375px !important;
    }
    .page-product-bundle .product-info-main-scroll {
        height: 80px !important;
    }
    .page-product-bundle .product-social-links{
        top: -10px;
    }
    .bundle-options-container .user-guide-main{
        top: -57px;
    }
    .page-product-bundle .features-block{
        width: 100%;
    }
    .product-shopify-ai-content-generator-app .product-info-main{
        height: 300px !important;
    }
    .product-shopify-ai-content-generator-app .product-info-main-scroll {
        height: 80px !important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px){
    .catalog-product-view .product-info-main{
        height: 580px;
    }
}

