@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    gap: 10px;
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.theme-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 12px 25px;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
    background: #000;
    font-family: 'Oswald';
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.theme-btn:hover {
    background-color: #fff;
    color: #fff;
    border-color: #ff5d00;
    background: #ff5d00;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Oswald';
    font-size: 100px;
    line-height: 60px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 6px;
    line-height: 116px;
    text-align: center;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
    transition: 0.5s all;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #333333;
    padding: 10px 9px;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}


/*.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}*/

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ff5d00;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #000 !important;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #ff5d00 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {
    gap: 10px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff8f;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 62%);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #FFF;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/*slick slider in tabs css start*/


/* Style the tab */

.tab_sec .tab {
    overflow: hidden;
    border: 0;
    background-color: #ffffff;
}


/* Style the buttons that are used to open the tab content */

.tab_sec .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab_sec .tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab_sec .tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tab_sec .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0;
}

.tabcontent.active {
    display: block;
}


/*slick slider in tabs css start*/

.nav-item {
    padding: 10px;
}

.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 100%;
    width: 95%;
}

a.right-login-head {
    font-family: 'Oswald';
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

a.cart-icon {
    border: 1px solid #00000047;
    padding: 8px 12px;
    border-radius: 50px;
    position: relative;
    color: #000;
}

a.cart-icon span {
    position: absolute;
    border: 1px solid #00000030;
    border-radius: 30px;
    font-size: 10px;
    background: #fff;
    top: -4px;
    right: -7px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff5d00;
}

.menuSec .row {
    align-items: center;
}

.right-header {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 26px;
}

a.right-login-head i {
    font-size: 20px;
}

.carousel-indicators [data-bs-target] {
    border-radius: 50px;
    border: unset;
    width: 10px;
    height: 10px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    position: relative;
}

.carousel-indicators .active::before {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    width: 20px;
    height: 19px;
    right: -5px;
    top: -4px;
    border-radius: 30px;
}

.menuSec.sticky {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 20px;
    z-index: 9999;
    box-shadow: 7px -9px 11px 7px #00000047;
}


/*Home Banner Css Start*/

.banner-img img {
    width: 100%;
    height: 890px;
    object-fit: cover;
    object-position: center;
}

.banner_text p {
    font-family: 'Oswald';
    font-size: 29px;
    line-height: 40px;
}

.banner_text p span {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
}

.banner_text a.theme-btn {
    font-family: 'Oswald';
    border-color: #000;
    font-size: 20px;
}

.banner_text {
    text-align: center;
}

.banner_text p {
    width: 50%;
    margin: 0 auto;
}

.main-banner-btn {
    margin-top: 30px;
}


/*home Banner Css End*/


/*Section Session Start*/

.text-session h2 {
    font-size: 34px;
    font-family: 'Oswald';
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}

.text-session ul li {
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 400;
    list-style: disc;
    margin-bottom: 20px;
    color: #fff;
    margin-left: 14px;
}

.session-img img {
    width: 37%;
    margin: 0 auto;
    border-radius: 20px;
}

.session-img {
    text-align: center;
    background: #FF5D00;
    padding: 10px 0px;
    border-radius: 20px;
}

.session-main-sec .row {
    background: #000;
    justify-content: center;
    margin: 0px 200px;
    padding: 40px 10px;
    border-radius: 20px;
}

.session-main-sec {
    padding: 50px 0px;
}


/*Section Session End*/


/*Section About Start*/

.about-main-sec {
    background-image: url(../images/about-back.png);
    width: 100%;
    height: 570px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: end;
}

.about-txt {
    background: #fff;
    padding: 24px 46px;
}

.about-txt h2 {
    font-family: 'Oswald';
    font-weight: 700;
    text-transform: uppercase;
    color: #060606;
    margin-bottom: 19px;
}

.about-txt p {
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 14px;
    line-height: 27px;
    position: relative;
    padding-left: 9px;
}

.about-txt p::before {
    position: absolute;
    content: '';
    background: #000;
    width: 7px;
    height: 6px;
    border-radius: 20px;
    left: -6px;
    top: 10px;
}


/*Section About End*/


/*Section Video Start*/

.video-box iframe {
    width: 100%;
    height: 580px;
}

.video-main-sec .row {
    justify-content: center;
}

.video-main-sec {
    padding: 70px 0px;
}


/*Section Video End*/


/*Section Services Start*/

.text-service h3 {
    font-size: 30px;
    font-family: 'Oswald';
    margin-bottom: 14px;
    color: #fff;
}

.text-service p {
    font-family: 'Montserrat';
    font-size: 17px;
    color: #ffffffc7;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 29px;
}

.main-service-box {
    background: #1f1f1f;
    margin-bottom: 30px;
    border-radius: 0px 0px 20px 20px;
}

.text-service {
    padding: 30px 20px;
    text-align: center;
    height: 430px;
    border-radius: 0px 0px 20px 20px;
}

.text-service a.theme-btn {
    background: #1f1f1f;
}

.service-img img {
    width: 100%;
}

.heading-services h2 {
    font-family: 'Oswald';
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.heading-services {
    margin-bottom: 50px;
}

.services-main-sec .row {
    justify-content: center;
}

.main-service-box:hover {
    background: #f7561b;
}

.main-service-box:hover a.theme-btn {
    background: transparent;
}

.main-service-box:hover a.theme-btn:hover {
    color: #fff;
    border-color: #fff;
}


/*Section Services End*/


/*Section Subscription Start*/

.pricing-wrapper {
    max-width: 1180px;
    margin: auto;
}

.block.classic-plain-head {
    height: 201px;
    margin-bottom: 4px;
}

.plan-body .price {
    padding: 0px 26px;
}

.pro .block {
    height: 122px;
}

.block.pro-height-main {
    height: 212px;
}


/* GRID */

.pricing-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 8px;
    align-items: end;
}


/* LEFT SERVICES */

.services-column {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.service-row {
    padding: 24px;
    border-bottom: 1px solid #111;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Montserrat';
    padding: 40px 18px;
    height: 122px;
}

.service-row:last-child {
    border-bottom: none;
}

.services-column h4 {
    margin: 0 0 20px;
    font-size: 15px;
    font-family: 'Oswald';
    color: #232323;
}


/* PLAN COMMON */

.plan {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

.plan-header {
    padding: 5px 18px;
    text-align: center;
    font-weight: 600;
}

.plan-body {
    padding: 26px 0px 0px;
}

.plan h2 {
    margin: 0 0 20px;
    font-size: 38px;
    font-family: 'Oswald';
    color: #242424;
    font-weight: 700;
    padding: 0px 26px;
}

.price {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
    font-family: 'Montserrat';
    color: #000;
}

.plan button {
    width: 100%;
    padding: 14px;
    border-radius: 5px;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 1px;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
}


/* SECTION BLOCKS */

.block {
    padding: 22px 22px;
    border-bottom: 1px solid;
}

.block:last-child {
    border-bottom: none;
}

.block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block li {
    padding: 3px 0;
    font-size: 14px;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
}


/* CLASSIC */

.classic {
    background: linear-gradient(180deg, #cfd8ff, #f7f8ff);
    border: 2px solid #3f51d7;
}

.classic .plan-header {
    background: #3f51d7;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
}

.classic button {
    border: 2px solid #ff6a00;
    color: #333333;
    margin: 0px 26px;
    width: 83%;
}

.classic .block {
    border-color: #3f51d7;
    /* padding: 30px 0; */
    height: 121px;
}


/* PRO */

.pro {
    background: #111538;
    color: #fff;
}

.pro .plan-header {
    background: #3f51d7;
}

.pro button {
    border: 2px solid #ff6a00;
    color: #fff;
    margin-left: 22px;
    width: 87%;
}

.pro .block {
    border-color: rgba(255, 255, 255, .4);
}

.classic .block strong {
    font-family: 'Oswald';
    font-size: 16px;
    color: #242424;
}

.plan.pro h2 {
    color: #fff !important;
}

.plan.pro .price {
    color: #fff;
}

.plan.pro .block li {
    color: #fff;
}

.service-row.heading-main-left-row {
    border-bottom: unset;
    padding: 30px 24px 0px;
    height: 80px;
}

.subscription-main-sec .nav-tabs {}

.subscription-main-sec .nav-tabs .nav-link {
    border: unset;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    background: #f1f2f3;
    padding: 13px 40px;
    color: #515151;
}

.subscription-main-sec .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: #000;
    background: #FF5D00;
    color: #fff;
}

.subscription-main-sec .nav-tabs {}

.compare-img {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.compare-img img {
    width: 48%;
}

.compare-plans-main .row {
    justify-content: center;
}

.compare-plans-main {
    margin-top: 30px;
}

.price span {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 10px;
}

.subscription-main-sec {
    padding: 50px 0px 70px;
}


/*Section Subscription End*/


/*Section faqs STart*/

.accordion-item {
    background: #000;
    border: unset;
    margin-bottom: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.accordion-button {
    background: #000;
    color: #fff;
    font-weight: bold;
    box-shadow: none;
    padding: 18px 20px;
    font-family: 'Oswald';
    font-size: 22px;
    font-weight: 500;
    line-height: 41px;
    width: 98%;
}


/* Active question color */

.accordion-button:not(.collapsed) {
    color: #ff6a00;
    background: #000;
}


/* Remove default Bootstrap arrow */

.accordion-button::after {
    display: none;
}


/* Plus / Cross icon */

.accordion-button::before {
    content: "+";
    margin-left: auto;
    font-size: 25px;
    font-weight: bold;
    margin: unset;
    right: 6px;
    position: absolute;
    top: 15px;
}

.accordion-button:not(.collapsed)::before {
    content: "Ã—";
}

.accordion-body {
    background: #fff;
    color: #000;
    line-height: 1.6;
    padding: 20px;
}

.faqs-main-sec .row {
    max-width: 1180px;
    margin: auto;
}

.accordion-body p {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #303030;
    font-weight: 400;
}


/*Section Faqs End*/


/*Section porfolio Start*/

.portfolio-main-sec .container {
    padding: unset;
    width: 100%;
}

.slick-slide {
    opacity: 1;
}

.slick-slide {
    margin: 0px 10px;
}

.portfolio-main-sec .row {
    align-items: center;
}

.porfolio-img-box {
    height: 390px;
    display: flex;
    align-items: center;
}

.portfolio-main-sec {
    padding: 70px 0px;
}

.portfolio-main-sec .heading-services {
    margin-bottom: 10px;
}

.btm-slid-main {
    margin-top: 30px;
}


/*Section Portfolio ENd*/


/*Section Process Start*/

.process-text h2 {
    font-size: 25px;
    font-family: 'Oswald';
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
}

.process-text p {
    font-family: 'Montserrat';
    font-size: 18px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
}

.main-process-box {
    background: #1F1F1F;
    text-align: center;
    padding: 19px 10px;
}

.process-icon svg path {
    fill: #fff;
}

.process-icon svg {
    width: 60px;
    height: 60px;
}

.process-icon {
    margin-bottom: 18px;
}

.main-btm-process .main-process-box {
    height: 320px;
    display: grid;
    align-items: center;
}

.main-btm-process .process-icon {
    margin-bottom: -13px;
}

.main-btm-process {
    margin-top: 15px;
}

.process-main-sec .row {
    justify-content: center;
}

.process-main-sec .heading-services h2 {
    font-size: 60px;
}

.main-process-box:hover {
    background: #FF7300;
    transition: 0.8s;
}

.process-main-sec {
    padding-bottom: 50px;
}


/*Section process End*/


/*Section  Home Contact STart*/

.hm-contact-field input {
    width: 100%;
    height: 42px;
    padding: 0px 10px;
    font-family: 'Montserrat';
    color: #000;
    border: 2px solid #e5e5e5;
}

.hm-contact-field select {
    width: 100%;
    height: 42px;
    appearance: auto;
    border: 2px solid #e5e5e5;
    padding: 0px 10px;
    font-family: 'Montserrat';
    color: #000000bf;
    font-weight: 400;
}

.hm-contact-field {
    margin-bottom: 14px;
}

.hm-contact-field textarea {
    width: 100%;
    height: 270px;
    border: 2px solid #e5e5e5;
    padding: 10px 10px;
    font-family: 'Montserrat';
}

.hm-contact-upload-field p {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000000c4;
    font-size: 14px;
    margin-bottom: 10px;
}

.btn-hm-contact button {
    border: 1px solid #ff5d00;
    padding: 12px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    background: #ff5d00;
    color: #fff;
}

.contact-main h2 {
    font-family: 'Oswald';
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.hm-contact-sec {
    background-image: url(../images/hm-contact-back.jpg);
    width: 100%;
    height: 840px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: end;
}

.hm-contact-sec .row {
    justify-content: end;
}

.contact-main {
    background: #fff;
    padding: 20px 30px;
}

.hm-contact-upload-field h4 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
}

.hm-contact-upload-field input {
    margin-bottom: 14px;
}


/*Section Home Contact End*/


/*Section Coming Start*/

.img-mobile img {
    width: 80%;
    animation: pulse-animation 2s infinite;
}

.text-coming h2 {
    font-size: 50px;
    font-family: 'Oswald';
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.text-coming p {
    font-size: 23px;
    font-family: 'Montserrat';
    color: #888888;
    line-height: 34px;
    font-weight: 400;
    width: 90%;
}

.coming-sec .row {
    justify-content: center;
    align-items: center;
}

.img-mobile {
    text-align: center;
}

.coming-sec {
    padding: 90px 0px;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(30, 77, 145, 0);
        /* transparent */
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(30, 77, 145, 0);
        /* transparent */
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(30, 77, 145, 0);
        /* transparent */
    }
}


/*Section Coming End*/


/*Footer Start*/


/*footer start*/

footer {
    background-color: #000;
    padding: 45px 0px 0px;
}

.footer-txt-heading h5 {
    font-size: 25px;
    color: #fff;
    line-height: 54px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 600;
    text-align: center;
}

.footer-txt.ftr_logo p {
    font-size: 16px;
    color: #fff;
    margin: 30px 0px;
    width: 100%;
    font-family: 'Montserrat';
}

.footer-links.quick_links ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    font-family: 'Oswald';
    font-weight: 500;
}

.footer-links.quick_links .fot-ul {
    display: flex;
    justify-content: space-between;
}

.footer-txt.footer-quick {
    width: 100%;
    padding: 19px 60px 14px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.footer-txt p {
    font-size: 14px;
    color: #fff;
}

.footer-txt-heading input {
    width: 100%;
    background-color: #fff;
    padding: 12px 15px;
    border: unset;
    border-radius: 10px;
}

.inp {
    position: relative;
}

.inp i {
    position: absolute;
    right: 8px;
    top: 4px;
    background-color: #d8a6c1;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-socials-links ul {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-socials-links ul li a i {
    font-size: 20px;
    color: #fff;
    width: 40px;
    background-color: #d8a6c1;
    border-radius: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.header-socials-links ul li h4 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.footer-rights {
    margin-top: 0px;
    text-align: center;
    background-color: #FF7300;
    padding: 12px 0px;
}

.footer-rights p {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-family: 'Oswald';
    font-weight: 600;
}

footer .row {
    justify-content: center;
}

footer .container {
    width: 80%;
}

.footer-txt-heading ul li a {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #fff;
}

.footer-txt-heading ul li a i {
    margin-right: 8px;
}

.footer-txt.ftr_logo a img {
    width: 73%;
    margin: 0 auto;
}

.footer-txt-heading.contact-heading h5 {
    text-align: left;
}

.footer-txt-heading.contact-heading {
    padding: 19px 0px 14px;
}


/*Footer End*/


/*About Page STart*/

p.abt-pg-list {
    display: flex;
    align-items: start;
}

p.abt-pg-list img {
    margin-right: 14px;
}

section.about-pg-sec .about-main-sec {
    height: 100%;
}

section.about-pg-sec .about-txt {
    margin-top: 120px;
}

section.about-pg-sec .about-txt p {
    font-weight: 500;
}

section.about-pg-sec {
    margin-bottom: 50px;
    margin-top: 30px;
}


/*About page End*/


/*Services Page STart*/

.service-pg-img img {
    width: 100%;
    border-radius: 10px;
}

.text-services-pg h2 {
    font-family: 'Oswald';
    font-size: 44px;
    font-weight: 600;
    color: #000;
    width: 87%;
    line-height: 58px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.text-services-pg p {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    color: #000;
    width: 90%;
}

.text-services-pg {
    padding-left: 18px;
}

.services-pg-sec .row {
    justify-content: center;
    align-items: center;
}

.services-pg-sec {
    padding: 60px 0px;
}

.services-pg-sec.ser-pg-back-img-sec {
    background-image: url(../images/service-back-sec.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.ser-pg-back-img-sec .text-services-pg h2 {
    color: #fff;
}

.ser-pg-back-img-sec .text-services-pg p {
    color: #fff;
    width: 100%;
}

.ser-pg-back-img-sec .text-services-pg {
    padding-left: unset;
}


/*Services Page End*/


/*Subscription page Start*/

.heading-services p {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    text-align: center;
}

.subscription-main-sec .heading-services h2 {
    margin-bottom: 18px;
}

.specil-subscription-pg-txt h3 {
    font-family: 'Oswald';
    font-size: 20px;
    color: #FF5D18;
    text-align: center;
    font-weight: 700;
}

.specil-subscription-pg-txt {
    margin-bottom: 60px;
}


/*Subscription page End*/


/*Faqs Page STart*/

.faqs-main-sec.faqs-pg-sec {
    padding: 90px 0px;
}


/*Faqs Page ENd*/


/*Gallery Page Start*/

section.gallery-pg-sec .portfolio-main-sec .container {
    width: 65%;
}

section.gallery-pg-sec .porfolio-img-box {
    height: 360px;
}


/*Gallery Page End*/


/*Conact us Page Start*/

.contact-main-sec .row {
    justify-content: center;
}

.contact-main-sec .contact-main h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
}

.contact-main-sec {
    padding: 90px 0px;
}


/*Contact Us Page End*/


/*Shop Page Start*/

.tool_tip {
    display: none;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #153467;
    color: white;
    padding: 1px 5px;
    border-radius: 0;
    white-space: nowrap;
    z-index: 1;
    font-size: 13px;
}

.product_select {
    display: flex;
    align-items: center;
}

.product_select select {
    padding: 0 10px;
    appearance: auto;
    width: 100%;
    height: 40px;
    border: unset;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    background: unset;
    border-bottom: 1px solid #000 !important;
    border-radius: unset;
}

.product_show ul {
    display: flex;
    align-items: center;
    gap: 9px;
}

.product_show ul {
    font-family: montserrat;
    font-size: 17px;
    margin-bottom: 0px;
}

.product_show ul li a:focus-within {
    color: #000;
}

.product_show ul li a:hover {
    color: #853f59;
}

.product_select h6 {
    width: 100px;
    margin: 0;
    font-size: 15px;
    text-transform: capitalize;
}

.product_grid ul li a:hover .tool_tip {
    display: block;
}

h5.capi {
    text-transform: capitalize;
    margin-top: 30px;
}

.bannertabs .nav {
    display: block !important;
}

.product_top_bar {
    background-color: unset;
    padding: 30px;
}

.product_heading h4 {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #242424;
}

.bannertabs .nav1 ul {
    display: block !important;
}

.product_main_box {
    margin: 30px 0 0 0;
}

.product_main_box .our-product-img img {
    height: 340px;
    width: 100%;
    object-fit: cover;
}

span.rangeValues {
    text-align: left;
    display: block;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Montserrat';
    color: #242424;
    margin-bottom: 20px;
}

.start-label {
    transform: translateX(-30%);
}

.price-range-wrap {
    width: 320px;
    font-family: Arial, sans-serif;
}

.range-track {
    position: relative;
    margin-bottom: 18px;
}

.range-track input[type="range"] {
    width: 100%;
    appearance: none;
    height: 2px;
    background: #ff3c00;
    outline: none;
}

.range-track .cap {
    position: absolute;
    top: 12px;
    width: 3px;
    height: 10px;
    background: #ff3c00;
}

.range-track .cap.left {
    left: 0;
}

.range-track .cap.right {
    right: 0;
}

.range-track input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 3px;
    height: 14px;
    background: #ff3c00;
    cursor: pointer;
    margin-top: -6px;
}

.range-track input[type="range"]::-moz-range-thumb {
    width: 3px;
    height: 14px;
    background: #ff3c00;
    border: none;
    cursor: pointer;
}

.range-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-text {
    font-size: 15px;
    color: #333;
    font-family: 'Montserrat';
    font-size: 18px;
}

.filter-btn {
    background: #f7f7f7;
    border: none;
    padding: 8px 18px;
    font-size: 12px;
    cursor: pointer;
}

.bannertabs h5 {
    margin: 10px 0;
    font-size: 23px;
}

.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 70px;
}

.range-labels {
    position: relative;
    margin-bottom: 0;
    z-index: 99999;
    top: 0;
}

.start-label::after,
.end-label::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #153467 transparent transparent transparent;
    z-index: 9999;
}

.end-label::after {
    left: 50%;
    transform: translateX(-50%);
}

.start-label,
.end-label {
    position: absolute;
    top: -108px;
    font-size: 14px;
    font-weight: 400;
    background-color: #153467;
    padding: 2px 10px;
    border-radius: 0;
    transform: translateX(-34%);
    width: 60px;
    color: #ffff;
}

.start-label {
    left: 0;
}

.end-label {
    left: 100%;
    transform: translateX(-65%);
}

.bannertabs h5 {
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Oswald';
    color: #333333;
    text-transform: uppercase;
}

.bannertabs {
    background: #fff;
    padding: 39px 14px;
}

section.Inner_Product_Sec.sec {
    padding: 100px 0 100px 0;
}

.bannertabs .nav.nav1.stroke ul li a:hover {
    transition: 0.3s ease-in-out;
    margin-left: 15px;
}

.bannertabs .nav.nav1.stroke ul li a {
    text-align: left;
    text-transform: capitalize;
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #153467;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    color: #000;
    font-family: 'Poppins';
}

.bannertabs .nav.nav1.stroke ul li:last-child a {
    border: navajowhite;
}

.product_show ul li a {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    color: #777777;
}

.product_main_box .clothing_box_image img {
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.product_grid ul {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-bottom: 0px;
    justify-content: center;
}

.product_grid ul li {
    position: relative;
}

.product_grid ul li a:hover {
    color: #153467;
}

.product_grid ul li a:focus-within {
    color: #000;
}

.connector-line {
    position: absolute;
    height: 7px;
    background-color: #153467;
    top: -3px;
    z-index: 1;
    border-radius: 40px;
}

.product_show ul li {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    color: #242424;
}

.product_grid ul li a {
    color: #00000094;
    font-size: 20px;
}

.product_main_box .diamond-main-box {
    margin-bottom: 50px;
}

.txt-diamond h2 a {
    color: #000;
}

.productdetailsmallportion img {
    /* border: 2px solid #00000021; */
}

.product-content {
    margin-top: 0px;
}

.connector-line {
    position: absolute;
    height: 7px;
    background-color: #153467;
    top: -3px;
    z-index: 1;
    border-radius: 40px;
}

section.Inner_Product_Sec.sec .container {
    width: 80%;
}

.for-flex-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.filter-btn {
    border: unset;
    font-family: 'Montserrat';
    font-size: 14px;
    padding: 6px 20px;
    background: #F7F7F7;
    color: #000;
    text-transform: uppercase;
}

.product_heading h4 a {
    color: #777777;
    font-weight: 500;
}

.top-rated-main ul {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid #0000003b;
}

.top-rated-main ul li h4 {
    font-family: 'Oswald';
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

.top-rated-main ul li img {
    width: 111px;
    height: 67px;
    object-fit: contain;
}

.top-rated-main ul li h4 span {
    display: block;
    color: #ff5d00;
    padding-top: 6px;
    font-family: 'Montserrat';
}

.top-rated-main h5 {
    margin-bottom: 20px;
}

.stock-check h5 {
    margin-bottom: 13px;
}

.stock-check label {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    color: #3333339c;
    padding-left: 8px;
}

.stock-check input {
    margin-bottom: 13px;
}

.stock-check {
    border-top: 1px solid #00000063;
    border-bottom: 1px solid #00000063;
    padding: 14px 0px;
    margin-top: 14px;
}

.top-rated-main {
    margin-top: 26px;
}

.top-rated-main ul li h4 a {
    color: #333333;
}

.top-rated-main ul li .rated-img-main {
    width: 88px;
}


/*Shop Page End*/

.product-card {
    position: relative;
    border: unset;
    overflow: hidden;
    background: #fff;
}


/* Image zoom */

.product-img {
    overflow: hidden;
    position: relative;
}

.product-img img {
    width: 100%;
    transition: 0.5s ease;
}

.product-card:hover .product-img img {
    /* transform: scale(1.1); */
}


/* Icons */

.product-icons {
    position: absolute;
    top: 15px;
    right: -50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.4s;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.product-card:hover .product-icons {
    right: 15px;
}

.icon {
    position: relative;
    background: #fff;
    /* border: 1px solid #ddd; */
    padding: 11px 12px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.icon:hover {
    /* background: #ff5a00; */
    color: #7b7b7b;
}


/* Tooltip text */

.icon::after {
    content: attr(data-text);
    position: absolute;
    right: 110%;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    transition: 0.3s;
    font-family: 'Montserrat';
}

.icon:hover::after {
    opacity: 1;
}


/* Content */

.product-content {
    padding: 15px;
}

.brand {
    color: #999;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 400;
}

.price {
    color: #ff5d00;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
}


/* Cart animation */

.cart-wrap {
    position: relative;
    height: 45px;
    overflow: hidden;
}

.btn-main,
.btn-cart {
    width: 50%;
    height: 42px;
    border: none;
    font-weight: bold;
    transition: 0.4s;
    font-family: 'Montserrat';
    font-size: 12px;
}

.btn-main {
    background: #ff5d00;
    color: #fff;
}

.btn-cart {
    background: #000;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -41px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

.cart-wrap:hover .btn-cart {
    bottom: 0;
    opacity: 1;
}

.cart-wrap:hover .btn-main {
    transform: translateY(-45px);
}

img.product-hover-img-show {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.product-card:hover img.product-hover-img-hide {
    opacity: 0;
}

.product-card:hover img.product-hover-img-show {
    opacity: 1;
    transform: scale(1.1);
    transition: 0.9s;
}

.product-content.text-center h6 {
    font-family: 'Oswald';
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

.pro-hover-size-colour span {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.pro-hover-select p {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #242424;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}

.pro-hover-select select {
    width: 100%;
    font-family: 'Montserrat';
    font-size: 13px;
    padding: 11px 5px;
    appearance: auto;
    border: 2px solid #0000001f;
}

.pro-hover-select {
    margin-top: 10px;
}

a.shop-btn {
    text-align: center;
    background: #ff5d00;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
}

p.close-hover-pro {
    text-align: end;
}

p.clear-hover-pro {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 12px;
}

.pro-hover-size-colour {
    position: absolute;
    width: 100%;
    background: #fffffff2;
    margin: 0 auto;
    text-align: center;
    right: 0;
    padding: 0px 10px;
    height: 300px;
    overflow-y: scroll;
    opacity: 0;
    bottom: -20px;
    transition: 1.9s;
}

.pro-hover-size-colour p.price {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
}

.pro-hover-size-colour.active {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

.pro-hover-size-colour a {
    color: #333333;
}

a.shop-btn:hover {
    background: #211f1f;
}

.note-txt p {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #303030;
    padding: 21px 16px;
    background: #f8f8f8;
    border-left: 4px solid #000;
}

.note-txt {
    margin-top: 20px;
}

.product-content.text-center h6 a {
    color: #333333;
}

.product-content.text-center h6 a:hover {
    color: #575454;
}


/*Shop Page End*/

.productdetailsec {
    position: relative;
    background-image: url(../images/prd-det-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 60px;
    border-bottom: 1px solid #0000005e;
}


/* Product Detail Slider Css */

.productdetailsmallportion img {
    width: 100%;
}

.productdetailnav .slick-slide {
    margin: 15px 0;
    opacity: 1;
}

.productdetailnav .productdetailsmallportion img {
    /* border: 2px solid #632705; */
    height: 85px;
    width: 150px;
    margin: 0 auto;
}

.productdetailfor .productdetailsmallportion img {
    border-radius: 20px;
    width: 100%;
    /* height: 700px; */
    object-fit: cover;
}


/* Product Detail Slider Css */


/* Product Deatil Content Css */

.productdetailtext h2 {
    font-size: 35px;
    text-transform: capitalize;
    color: #333333;
    font-family: 'Oswald';
    line-height: 40px;
    font-weight: 600;
    margin: 16px 0px 23px;
}

.productdetailtext h4 {
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #ff5d00;
}

ul.star-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 20px 0 40px;
}

ul.star-list i {
    font-size: 20px;
    color: #24110b;
}

ul.star-list span {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #24110b;
}

.productdetailtext h3 {
    font-size: 35px;
    color: #24110b;
    text-transform: uppercase;
    font-weight: 300;
}

ul.dummy-list.shop p {
    font-size: 20px;
    color: #000000;
    padding: 0;
    font-weight: 300;
}

ul.quantity-list li h5 {
    font-size: 25px;
    color: #000000;
    font-family: 'Montserrat';
}

ul.quantity-list {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-bottom: 40px;
}

.iconlist li p {
    font-size: 17px;
    color: #333333;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 600;
}

.iconlist ul li i {
    font-size: 20px;
    color: #000;
}

.iconlist li {
    margin: 9px 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.iconlist {
    margin: 6px 0 20px;
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #00000042;
}

ul.dummy-list.shop {
    margin: 20px 0;
}

ul.dummy-list.shop li {
    list-style: disc;
    display: list-item;
    margin-left: 40px;
    padding: 10px 0;
}

ul.dummy-list.shop li::marker {
    color: #632705;
    font-size: 30px;
}


/* Product Deatil Content Css */


/* Product Detail Counter Css */

.quanity.product-detail {
    margin-left: 0px;
    width: 15%;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    /* width: 75%; */
}

.product-detail span {
    width: 22px !important;
    border: 2px solid #0000004a;
    /* border-radius: 50px; */
    height: 22px !important;
    /* margin: 7px 5px 5px; */
    padding: 17px 0px !important;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 38%;
    height: 38px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Roboto';
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #0000004a;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.product-detail input.in-num {
    border: 2px solid #0000004a;
    width: 47%;
    margin: 0 0px;
    height: 38px;
    color: #00000078;
    background: #fff;
    text-align: center;
    font-size: 19px;
}

.skin-2 .num-in span {
    display: block;
    float: left;
    position: relative;
    background-color: #ffffff;
}


/* Product Detail Counter Css */


/* Description Product Detail Css */

.description li.nav-item {
    margin-right: 12px;
    padding: unset;
}

.description li.nav-item button {
    /* width: 146px; */
    height: 70px;
    border-radius: 0;
    font-weight: 300;
    color: #333333;
    font-family: 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 0px;
    font-size: 16px;
    background: unset;
    border: unset;
}

.description li.nav-item .nav-link.active {
    border: 0;
    color: #000;
    font-weight: 500;
    border-radius: 0;
    font-size: 20px;
    background: transparent;
    position: relative;
}

.rev-btn {
    display: inline-block;
}

.description {
    padding: 40px 0 0;
    position: relative;
}

.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

button.btn1.tabs-btn {
    font-size: 16px;
    padding: 10px 50px;
    margin-top: 20px;
    display: block;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.description .tab-content p {
    color: #303030;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Montserrat';
    padding: 10px 0;
}

.prd-det-page-review-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prd-det-page-review-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prd-det-page-review-box-container {
    display: block;
}

.prd-det-page-review-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile {
    display: flex;
    align-items: center;
}

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.prd-det-page-reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
}

.prd-det-page-review-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    height: 50px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.productdetailportion img {
    width: 100%;
    object-fit: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    background: transparent;
    border: none;
}

.description .nav-tabs {
    margin-bottom: 0px;
    border-top: 1px solid #00000042;
    justify-content: center;
    border-bottom: unset;
}

.rev-btn h6 {
    font-size: 30px;
    font-family: 'gilory';
    margin-bottom: 20px;
}


/* Description Product Detail Css */

.related-sec .sec-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 50px;
}

ul.size-ul {
    /* display: flex; */
    /* align-items: center; */
    width: 70%;
    margin: 27px 0;
}

ul.size-ul li {
    width: 100%;
    display: flex;
    gap: 12px;
    margin-bottom: 17px;
}

ul.size-ul label {
    font-size: 18px;
    color: #242424;
    margin-right: 0px;
    padding: 0px 0px;
    font-family: 'Montserrat';
    margin-bottom: 0px;
    font-weight: 600;
    width: 60px;
}

.size-ul select {
    width: 63%;
    padding: 0 20px 0 10px;
    font-size: 16px;
    height: 40px;
    background-position: 95% 50%;
    /* appearance: auto; */
    border: 2px solid #00000030;
    font-family: 'Montserrat';
    appearance: auto;
}

a.btn-1.cartrr {
    background: #ff5d00;
    color: #fff;
    padding: 11px 24px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
}

ul.list-set-social li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat';
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}

ul.list-set-social li p {
    margin: 0;
}

ul.list-set-social li i {
    color: #101010a3;
    font-size: 11px;
}

section.productdetailsec .row {
    justify-content: center;
}

.productdetailtext p b {
    font-family: 'Montserrat';
    font-size: 17px;
    color: #333333;
}

.top-right-left-arrow .product_grid ul {
    gap: 4px;
    position: absolute;
    top: 0;
    right: 0;
}

.productdetailtext {
    position: relative;
}

.productdetailtext p {
    font-size: 17px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 400;
    margin-bottom: 9px;
}

.productdetailnav .slick-next {
    bottom: -30px;
    top: unset;
    right: 10px;
}

.productdetailnav .slick-prev {
    top: unset;
    bottom: -30px;
    left: 0;
}

.productdetailnav .slick-prev:before {
    content: 'Ã¢â€ Â';
    content: '\f106' !important;
    font-family: 'FontAwesome';
    border: 1px solid #00000026;
    padding: 3px 21px;
    background: #00000026;
}

.productdetailnav .slick-next:before {
    content: '\f107' !important;
    font-family: 'FontAwesome';
    border: 1px solid #00000026;
    padding: 3px 21px;
    background: #00000026;
}

.subscription-main-sec .nav-tabs {
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: unset;
}

.description li.nav-item .nav-link.active::before {
    position: absolute;
    content: '';
    background: #f7561b;
    width: 100%;
    height: 4px;
    top: -2px;
    left: 0;
}

.description .tab-content {
    margin: 0px 140px;
}

.shop-detail-note {
    text-align: center;
    border: 1px solid #000;
    background: #f8f8f8;
    padding: 10px 0px;
    border-radius: 10px;
}

.shop-detail-note p {
    margin-bottom: 0px;
    font-size: 16px !important;
}

.related-product-slide .slick-prev:before {
    content: '\f053' !important;
    font-family: 'FontAwesome';
    font-size: 25px;
}

.related-product-slide .slick-next:before {
    content: '\f054' !important;
    font-family: 'FontAwesome';
    font-size: 25px;
}

.related-product-slide:hover .slick-next {
    opacity: 1;
    right: 80px;
}

.related-product-slide:hover .slick-prev {
    opacity: 1;
    left: 80px;
    z-index: 99999;
}

.related-product-slide .slick-next {
    opacity: 0;
    transition: 0.9s;
}

.related-product-slide .slick-prev {
    opacity: 0;
    transition: 0.9s;
}

.related-product-slide .slick-prev.slick-disabled:before,
.related-product-slide .slick-next.slick-disabled:before {
    opacity: 1;
}

.heading-related h2 {
    font-family: 'Oswald';
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 10px;
    position: relative;
}

.heading-related h2::before {
    position: absolute;
    content: '';
    background: #ff5d00;
    width: 70px;
    height: 2px;
    bottom: 4px;
}

.related-product-sec {
    padding: 40px 0px 90px;
}

.related-product-sec .container {
    width: 80%;
}

.weight-txt p {
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    display: flex;
    justify-content: center;
    gap: 530px;
}

.weight-txt p span {
    font-weight: 400 !important;
}

.slick-dots li button {
    border: 2px solid #000;
    border-radius: 50%;
    width: 14px;
    height: 12px;
}

li.slick-active button {
    background: #000;
}

.slick-dots li button:before {
    content: '' !important;
}


/* overlay */

.shop-detail-modal .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}


/* modal box */

.shop-detail-modal .modal-box {
    background: #fff;
    width: 420px;
    padding: 25px;
    border-radius: 6px;
    text-align: center;
    position: relative;
}


/* close button */

.shop-detail-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    font-size: 20px;
}


/* text */

.shop-detail-modal .modal-text {
    font-size: 25px;
    font-family: 'Oswald';
    line-height: 36px;
    margin-bottom: 17px;
}


/* action buttons container */

.shop-detail-modal .modal-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}


/* anchor common style */

.shop-detail-modal .modal-link {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
}


/* continue shopping */

.shop-detail-modal .continue-shopping {
    color: #000;
    border: unset;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding-bottom: 1px !important;
}


/* view cart */

.shop-detail-modal .view-cart {
    background: #8cc9f0;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
}

button.open-modal-btn {
    background: #ff5d00;
    color: #fff;
    padding: 8px 24px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    border: unset;
}


/*Shop Detail Page End*/


/*Cart Page STart*/

.cart-head {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.cart-left {
    display: flex;
    gap: 15px;
}

.cart-left img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.cart-info h6 {
    font-size: 13px;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}

.price {
    color: #ff5722;
    font-weight: 600;
}

.qty-box {
    display: inline-flex;
    border: 1px solid #ccc;
    margin: 10px 0;
}

.qty-btn {
    background: none;
    border: none;
    padding: 5px 12px;
    cursor: pointer;
}

.qty-input {
    width: 40px;
    text-align: center;
    border: none;
}

.remove {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.cart-total {
    font-weight: 400;
    font-family: 'Montserrat';
    color: #ff5d00;
}

.cart-summary {
    border-left: 1px solid #ddd;
    padding-left: 25px;
}

.coupon-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    /* border-bottom: 1px solid #ddd; */
    padding: 10px 0;
    font-family: 'Montserrat';
    font-size: 13px;
}

.coupon-body {
    display: none;
    margin-top: 10px;
}

.coupon-body input {
    width: 71%;
    padding: 8px;
    margin-bottom: 8px;
    border: 1px solid #0000006b;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-size: 13px;
}

.summary-row,
.summary-total {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
    font-family: 'Montserrat';
    font-size: 13px;
}

.summary-total {
    font-size: 20px;
    font-weight: 500;
    color: #303030;
    border-top: 1px solid #00000042;
    border-bottom: 1px solid #00000042;
    padding: 14px 0px;
}

.checkout-btn {
    background: #ff5722;
    color: #fff;
    border: none;
    width: 100%;
    padding: 12px;
    margin-top: 20px;
    font-family: 'Montserrat';
    font-size: 18px;
    display: flex;
    justify-content: center;
}

.cart-main-sec .container.my-5 {
    width: 78%;
}

.cart-head h6 {
    font-family: 'Oswald';
    margin: 0 0 8px;
    font-weight: 400;
}

.cart-info span.price {
    font-size: 13px;
}

.cart-info p {
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: 'Montserrat';
    font-family: 'Montserrat';
    color: #000;
    font-weight: 400;
}

a.remove {
    font-family: 'Montserrat';
    text-decoration: underline;
    color: #000;
}

.cart-summary h6 {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #00000054;
    padding-bottom: 10px;
    margin-bottom: 4px;
}

.coupon-body button {
    border: 1px solid #f7502d;
    padding: 7px 25px;
    border-radius: 0px;
    background: #f7502d;
    color: #fff;
    font-family: 'Montserrat';
}

.coupon-toggle {
    border-bottom: 1px solid #ddd;
}

.cart-main-sec {
    padding-bottom: 90px;
}


/*Cart Page End*/


/*Detail Analytics Page Start*/

.heading-detail-analytics h2 {
    font-size: 46px;
    font-family: 'Oswald';
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.heading-detail-analytics p {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #000;
}

.heading-detail-analytics {
    text-align: center;
    margin-bottom: 35px;
}

.img-detailana img {
    border-radius: 20px;
}

.detail-analytics .row {
    justify-content: center;
}

.detail-analytics .video-box {
    margin-top: 50px;
}

p.deta-analytics-btm-txt {
    font-family: 'Oswald';
    font-size: 18px;
    color: #000;
    padding: 12px 0px;
    text-align: center;
}

.detail-analytics {
    padding: 50px 0px 60px;
}


/*Detail Analytics Page End*/


/*Instruction Videos Page Start*/

.text-instruction h3 {
    font-size: 30px;
    font-family: 'Oswald';
    margin-bottom: 10px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.text-instruction h2 {
    font-size: 46px;
    font-family: 'Oswald';
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.text-instruction p {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    color: #FF5D18;
}

.instruction-video-main .row {
    background: #1F1F1F;
    margin: 0px 200px;
    align-items: center;
    padding: 19px 0px;
}

.instruction-video-main .video-box iframe {
    height: 350px;
}

.instruction-video-main .video-box {
    margin-top: unset !important;
    padding: 5px 11px;
}

p.detail-analytics-btm-txt {
    font-size: 16px;
    font-family: 'Montserrat';
    text-align: center;
    font-weight: 600;
    color: #000;
}

.instruction-video-main {
    margin-bottom: 24px;
}

.instruction-video iframe {
    width: 100%;
    height: 290px;
}

.instruction-video {
    margin-bottom: 30px;
}

.instructional-main-sec .row {
    justify-content: center;
}

.watching-sec {
    background-image: url(../images/watching-back.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    background-attachment: fixed;
}

.text-watching {
    background: #fff;
    padding: 28px 42px;
    margin: 110px 0px;
}

.text-watching h2 {
    font-family: 'Oswald';
    font-size: 50px;
    color: #060606;
    font-weight: 600;
    text-transform: uppercase;
}

.text-watching p {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat';
}

.instructional-main-sec {
    padding-bottom: 70px;
}


/*Instruction Videos Page End*/


/*Coaching Session Page Start*/

.video-box-coaching video {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.video-box-coaching .row {
    justify-content: center;
}

.coaching-session-video .row {
    justify-content: center;
}

.coaching-session-video {
    padding-bottom: 90px;
}


/*Coaching Session Page End*/


/*privacte Coaching page Start*/

.private-comunity-text h3 {
    font-family: 'Oswald';
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.private-comunity-text {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    padding: 25px 20px;
    border-radius: 20px;
    height: 190px;
    margin-bottom: 30px;
}

.privact-comuntiy-main-sec .row {
    justify-content: center;
}

.private-note-main {
    background-image: url(../images/private-back-img.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 38px;
}

.private-note-txt {
    background: #fff;
    padding: 20px 30px;
    margin-top: 80px;
}

.private-note-txt p {
    font-family: 'Oswald';
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 25px;
}

.private-note-main .row {
    justify-content: end;
}


/*privacte Coaching page End*/


/*PRivacy policy Page STart*/

.text-privacypolicy h2 {
    font-family: 'Oswald';
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.text-privacypolicy p {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}

.text-privacypolicy h3 {
    font-family: 'Montserrat';
    font-size: 18px;
    margin-bottom: 13px;
}

.text-privacypolicy ul li {
    list-style: disc;
    color: #000;
    margin-left: 18px;
}

.privacy-policy-main-sec .row {
    justify-content: center;
}

.privacy-policy-main-sec {
    padding: 60px 0px 70px;
}

.text-privacypolicy p a {
    color: #000;
}


/*Privacy policy Page End*/


/* Overlay */

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 998;
}


/* Sidebar */

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 360px;
    height: 100%;
    background: #fff;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: 0.4s ease;
}


/* Active */

.cart-sidebar.active {
    right: 0;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}


/* Header */

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    border-bottom: 1px solid #eee;
}

.cart-header h3 {
    margin: 0;
    font-size: 18px;
    font-family: 'Oswald';
    font-size: 20px;
}

.cart-close {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
}


/* Body */

.cart-body {
    flex: 1;
    padding: 18px;
}

.cart-item {
    display: flex;
    gap: 12px;
    position: relative;
}

.cart-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.cart-title {
    font-size: 14px;
    margin: 0 0 6px;
}

.cart-price {
    font-size: 14px;
    color: #999;
}

.cart-price span {
    color: #ff6a00;
}

.remove-item {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}


/* Footer */


/*Checkout Page Star */

.main-checkout * {
    box-sizing: border-box;
    font-family: 'Montserrat';
    font-weight: 400;
}

.main-checkout {
    padding: 50px 0px 90px;
}


/* layout */

.main-checkout .checkout-wrapper {
    max-width: 1339px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 40px;
}


/* ROW / COL SYSTEM */

.main-checkout .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.main-checkout [class^="col-"] {
    padding: 0 6px;
}

.main-checkout .col-12 {
    width: 100%;
}

.main-checkout .col-8 {
    width: 66.666%;
}

.main-checkout .col-6 {
    width: 50%;
}

.main-checkout .col-4 {
    width: 33.333%;
}


/* form */

.main-checkout h2 {
    font-size: 18px;
    margin: 15px 0 -1px;
    font-family: 'Oswald';
    font-weight: 400;
    color: #000;
    line-height: 53px;
}

.main-checkout input,
.main-checkout select,
.main-checkout textarea {
    width: 100%;
    padding: 9px;
    border: 1px solid #000;
    border-radius: 4px;
    margin-bottom: 12px;
    appearance: auto;
}

.main-checkout .radio-box {
    border: 1px solid #000;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
}

.main-checkout .payment-error {
    border: 1px solid #ff4d4f;
    background: #fff2f2;
    color: #d32f2f;
    padding: 12px;
    border-radius: 6px;
    margin: 15px 0;
}

.main-checkout .note-area {
    display: none;
    margin-top: 10px;
}


/* summary */

.main-checkout .summary {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 7px 20px;
    height: fit-content;
}

.main-checkout .product {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.main-checkout .price {
    color: #ff5d00;
    font-family: 'Montserrat';
    font-size: 17px;
    margin-bottom: 0px;
}

.main-checkout .coupon-toggle {
    cursor: pointer;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.main-checkout .coupon-box {
    display: none;
    margin-top: 10px;
}

.main-checkout .summary-row {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.main-checkout .total {
    font-size: 18px;
    font-weight: bold;
}

.main-checkout .small-text {
    font-size: 12px;
    color: #777;
    margin-top: -7px;
    margin-bottom: 60px;
}

.main-checkout .mt-15 {
    margin-top: 15px;
}

.radio-box input {
    width: unset;
}

.main-checkout input#noteToggle {
    width: unset;
}

.main-checkout input[type="checkbox"] {
    width: unset;
}

.main-checkout .summary strong {
    font-family: 'Montserrat';
    font-size: 12px;
    width: 50px;
    text-align: end;
    color: #ff5d00;
    font-weight: 400 !important;
}

.main-checkout .summary h2 {
    margin: 0px 0 -1px;
    font-family: 'Montserrat';
}

.main-checkout .product .title {
    font-size: 13px;
}

.main-checkout .product img {
    width: 50px;
    height: 56px;
    object-fit: cover;
}

label.same-addres-label {
    font-size: 13px;
}

.btm-checkout-btns a {
    border: 1px solid #f75b00;
    padding: 10px 10px;
    background: #f75b00;
    color: #fff;
}

.btm-checkout-btns a span {
    padding-right: 20px;
}

.btm-checkout-btns button {
    border: 1px solid #f75b00;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 14px;
    background: #f75b00;
    color: #fff;
}

.btm-checkout-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid #00000045;
    margin-top: 21px;
}

.btm-checkout-btns a span i {
    font-family: 'FontAwesome';
}

.checkout-reurn-shop-btn a {
    border: 1px solid #f75b00;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 14px 100px;
    background: #f75b00;
    color: #fff;
    border-radius: 5px;
}

.checkout-reurn-shop-btn {
    text-align: end;
    margin-top: 50px;
}

.checkout-reurn-shop-btn a i {
    font-family: 'FontAwesome';
}

div#couponBox input {
    width: 75%;
}

div#couponBox button {
    padding: 8px 32px;
    background: #ff5d00;
    color: #fff;
    border: 1px solid #ff5d00;
}

.main-checkout .apt-toggle {
    font-size: 13px;
    color: #000;
    cursor: pointer;
    margin-bottom: 12px;
}

.main-checkout .apt-toggle:hover {
    text-decoration: underline;
    color: #000;
}

.main-checkout .apt-field {
    display: none;
}


/*Checkout Page End*/


/*Cart Sidebar Start*/

.cart-footer {
    border-top: 1px solid #eee;
    padding: 18px;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.subtotal strong {
    color: #ff6a00;
}

.btn-outline {
    width: 100%;
    padding: 12px;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn-primary {
    width: 100%;
    padding: 12px;
    background: #ff6a00;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat';
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.subtotal span {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.subtotal strong {
    font-family: 'Montserrat';
    font-size: 19px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000d4;
    border-color: #000;
}

h4.list-btm-price {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 24px;
}


/*Cart Sidebar End*/

.block.classic-plain-head {
    height: 201px;
    margin-bottom: 4px;
}

.plan-body .price {
    padding: 0px 26px;
}

.pro .block {
    height: 122px;
}

.block.pro-height-main {
    height: 212px;
}