@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=Roboto:wght@700&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 {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-family: 'DIN-alternate-bold';
    line-height: 1.2;
}


/***** 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
}

@font-face {
    font-family: 'DIN-alternate-bold';
    src: url(../fonts/DIN-alternate-bold.otf);
}

@font-face {
    font-family: 'louisregular';
    src: url(../fonts/louisregular.otf);
}

@font-face {
    font-family: 'couture-bldit';
    src: url(../fonts/couture-bldit.otf);
}

@font-face {
    font-family: 'geometos-rounded';
    src: url(../fonts/geometos-rounded.ttf);
}

@font-face {
    font-family: 'orator-bold';
    src: url(../fonts/orator-bold.ttf);
}

@font-face {
    font-family: 'novecento-bold';
    src: url(../fonts/novecento-bold.ttf);
}

@font-face {
    font-family: 'nexa-xbold-i';
    src: url(../fonts/nexa-xbold-i.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: 1px solid #fff;
    border-radius: 0;
    color: #ffffff;
    z-index: 1;
    background: transparent;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'geometos-rounded';
    font-size: 25px;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0;
    background-color: #000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'couture-bldit';
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    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;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 20px 0;
}

.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: #000;
    font-size: 20px;
    font-family: 'DIN-alternate-bold';
    text-transform: uppercase;
}

.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: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #1556b2;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 29px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.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 ul li a:hover {
    background-color: #ffffff;
    color: #000000 !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 */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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 [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 22px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    opacity: 1;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}

.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: rgba(0, 0, 0, 0.1);
}

.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: #ffd60080;
    width: 20px;
    height: 22px;
    border: 1px solid #fff;
}

.carousel-indicators {
    gap: 10px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


/* Custom Home   */


/* Header  */

.topSec {
    padding: 10px 0;
    background: #ffd600;
}

.topSec p {
    text-align: right;
    margin-bottom: 0;
    font-family: 'DIN-alternate-bold';
    font-size: 14px;
    color: #325c8d;
}

.topSec ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
    gap: 20px;
}

.topSec ul li {
    display: flex;
    align-items: center;
}

.topSec .row {
    align-items: center;
}

.topSec ul li a {
    font-family: 'louisregular';
    color: #fff;
    font-size: 15px;
}

.topSec ul li a {
    font-family: 'louisregular';
    color: #fff;
    font-size: 15px;
}

.form-select {
    color: #fff;
    background: transparent;
    border: unset;
    font-family: 'louisregular';
}

.topSec ul li img {
    width: 22px;
    height: 14px;
}

.logo-sec {
    padding-top: 10px;
}

.logo-sec .row {
    align-items: center;
}

.logo {
    padding-left: 30%;
}

.logo a img {
    width: 300px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.side-menu ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    justify-content: end;
}

.side-menu ul li a i {
    font-size: 20px;
    color: #000;
}

.container-fluid {
    padding: 0 5%;
}


/* end  */


/* Banner  */

img.img-fluid {
    width: 100%;
    height: 600px;
}

.banner_text p {
    font-size: 30px;
    width: 70%;
}


/* side ul menu  */

.navigation {
    text-align: center;
}

.side-linker {
    display: flex;
    align-items: center;
    justify-content: end;
}

.side-linker>a {
    font-size: 30px;
    color: #000;
    margin-left: 50px;
}

a.menuu-btn {
    font-size: 30px;
    color: #fff;
}

ul#menuu {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    overflow: hidden;
    transition: 0.5s all;
}

ul#menuu>li>a {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    margin: 10px 0;
    display: inline-flex;
    font-family: 'DIN-alternate-bold';
    text-transform: uppercase;
}

span.close {
    position: absolute;
    bottom: 30px;
    color: #000;
    font-size: 50px;
    cursor: pointer;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #ffffffa3;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
}

ul#menuu.open {
    display: flex;
}

ul#menuu:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    background: #00000073;
    border-radius: 400%;
    bottom: 0;
    z-index: -1;
    margin: auto;
    transition: 0.5s all;
}

ul#menuu.open:before {
    animation: menns linear 2s forwards;
}

@keyframes menns {
    0% {
        height: 100px;
        width: 100px;
    }
    50% {
        height: 100px;
        width: 100px;
        bottom: calc(50vh - 50px);
    }
    100% {
        height: 200vw;
        width: 200vw;
        bottom: -100vh;
    }
}

ul#menuu.open>li {
    opacity: 1;
    transition-delay: 2s;
}

ul#menuu>li {
    opacity: 0;
    transition: 0.5s all;
}


/* side ul menu end */


/* end  */


/* Products  */

section.products .container-fluid {
    padding-right: 0;
    margin-right: 0%;
}

.slick-slide {
    opacity: 1;
    margin: 0 10px;
}

section.products {
    padding: 80px 0;
}

section.products h2 {
    font-size: 18px;
    color: #003051;
    margin-bottom: 20px;
}

.oratro {
    font-family: 'orator-bold';
    text-align: center;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 16px;
}

.small-heading {
    color: #000000;
    text-align: center;
    line-height: 1;
    font-family: 'DIN-alternate-bold';
}

.prd-wrap h5 {
    color: #000;
    font-family: 'DIN-alternate-bold';
    margin: 10px 0;
}

.pagingInfo {
    position: absolute;
    top: 50%;
    left: -150px;
    font-family: 'Sui-Generis';
    font-size: 30px;
    color: #000000;
    transform: rotate(271deg);
    display: flex;
    align-items: center;
    gap: 160px;
}

.progress {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 0;
    overflow: hidden;
    background-color: #d4d3d3;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    background-image: linear-gradient(266deg, rgb(0 48 81) 24%, rgb(0 48 81) 59%);
}

.progress {
    position: absolute;
    bottom: 50px;
    left: 5%;
    width: 280px;
}

.slide_counterr {
    position: absolute;
    bottom: 20px;
    left: 28%;
}

.slide_counterr h2 {
    color: #ba7002;
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'Roboto';
}


/* end  */


/* Video  */

section.vid {
    background-image: url(../images/banner2.png);
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.vid a img {
    width: 100px;
}

section.vid h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
}

section.vid h4 {
    color: #fff;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
}


/* end  */


/* Play  */

section.pims-play {
    padding: 80px 0;
}

section.pims-play .container-fluid {
    padding: 0;
}

.play-wrap img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

section.pims-play .oratro {
    margin-bottom: 30px;
}

section.pims-play h6 {
    font-family: 'DIN-alternate-bold';
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.play-wrap h4 {
    color: #8e8e8e;
    font-size: 15px;
    margin: 10px 0;
}

.play-wrap h5 {
    color: #4c4c4c;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.play-wrap p {
    color: #8e8e8e;
    font-size: 15px;
}

.play-wrap a {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
}


/* end  */


/* Legendary  */

section.lagendary {
    padding: 20px 0;
    background: #d4d3d3;
}

.lagend_img {
    position: relative;
}

section.lagendary img.abs_logo {
    position: absolute;
    bottom: 40px;
    left: 20px;
    width: 300px !important;
    height: auto;
}

.lagend_img img {
    width: 100%;
    height: 500px;
}

section.pre-order {
    text-align: center;
    padding: 40px 0 30px 0;
    position: relative;
}

section.pre-order a.theme_btn.btn2 {
    border: 1px solid #000;
    color: #000;
    font-family: 'geometos-rounded';
    font-size: 30px;
    font-weight: 700;
}

section.pre-order a.theme_btn.btn2::before {
    background: #396fae;
}

.lagend_text h3 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 54px;
    line-height: 1.2;
    FONT-WEIGHT: 100;
    margin-bottom: 20px;
}

.lagend_text ul li {
    color: #fff;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.5;
}

section.lagendary .row {
    align-items: center;
}

.lagend_text {
    padding-left: 20px;
}

section.pre-order h4 {
    color: #030303;
    font-family: 'DIN-alternate-bold';
    font-size: 27px;
    margin-top: 10px;
    line-height: 1;
}

.lines {
    position: relative;
}

.lines:before {
    position: absolute;
    content: '';
    background-image: url(../images/lines.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 33px;
    background-repeat: no-repeat;
    background-size: contain;
}

section.pre-order.lines:before {
    top: unset;
    bottom: 0;
    height: 25px;
}

section.lagendary a {
    box-shadow: inset 0px 5px 6px #837777;
    border: 1px solid #fff;
    border-top: unset;
    font-size: 27px;
    padding: 10px 020px;
    color: #fff;
    font-family: 'geometos-rounded';
}

.slick-prev:before {
    content: '\f060';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #003051;
}

.slick-next:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #003051;
}

.prd_slider .slick-prev,
.prd_slider .slick-next {
    top: unset;
    bottom: -49px;
}

.prd_slider .slick-prev {
    left: 22%;
}

.prd_slider .slick-next {
    right: 72%;
}


/* end  */


/* Sign uP  */

section.sign-up {
    background: #396fae;
    text-align: center;
    padding: 20px 0;
}

section.sign-up p {
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto';
}

section.sign-up span {
    font-size: 29px;
    text-align: right;
    color: #fff;
    font-family: 'DIN-alternate-bold';
    margin-bottom: 0;
}

section.sign-up .d-flex {
    justify-content: center;
    gap: 10px;
    align-items: center;
}

section.sign-up form input {
    width: 400px;
    border: unset;
    padding: 9px;
}

section.sign-up form button.theme_btn {
    padding: 9px 22px;
    border: unset;
    background: #000;
    font-size: 20px;
}


/* end  */


/* Footer  */

.social-icons {
    background: #1556b2;
    height: 240px;
}

footer .col-md-4,
footer .col-md-8 {
    padding: 0;
}

.social-icons ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    padding-top: 20px;
    padding-right: 30px;
}

.social-icons ul li a i {
    color: #fff;
    font-size: 22px;
}

.ftr-bg {
    background: #335d93;
    height: 240px;
}

footer p {
    margin-bottom: 0;
    text-align: center;
    color: #ffd600;
    padding: 7px 0;
    background: #4188d0;
    font-size: 15px;
    font-family: 'Roboto';
}


/* end  */


/*modal css*/

div#hmpagemodal .modal-content {
    background: #434141;
    padding: 20px 0;
    border: unset;
    border-radius: unset;
    border-radius: 10px;
    box-shadow: unset;
}

div#hmpagemodal .modal-header button.btn-close {
    color: #000;
    border: 1px solid #000;
    opacity: 1;
    border-radius: 100%;
    padding: 0;
    width: 30px;
    height: 30px;
}

div#hmpagemodal .modal-header {
    position: absolute;
    right: 8px;
    top: 10px;
    border-bottom: unset;
    padding: unset;
}

.md-log img {
    width: 120px;
    display: block;
    margin: 0 auto;
}

.hmmd-box p {
    font-size: 17.8px;
    color: #fff;
    font-family: 'couture-bldit';
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.hmmd-box form input {
    width: 60%;
    border-radius: 4px;
    margin-bottom: 10px !important;
    padding: 10px;
    color: #fff;
    background: transparent;
    text-align: start;
    margin: 0 auto;
    border: 1px solid #fff;
}

.hmmd-box form input::placeholder {
    color: #fff;
}

.hmmd-box form textarea {
    width: 90%;
    border: unset;
    margin-bottom: 10px !important;
    padding: 10px 30px;
    text-align: center;
    color: #000;
    background: #fff;
    margin: 0 auto;
    resize: none;
    height: 100px;
}

.hmmd-box form textarea::placeholder {
    color: #000000ed;
}

.hmmd-box {
    text-align: center;
    padding: 0;
}

.hmmd-box form input::placeholder,
.hmmd-box form textarea::placeholder {
    font-weight: 300;
    font-size: 14px;
}

.modal-dialog {
    max-width: 60%;
}

.hmmd-box h5 {
    color: #fff;
    font-size: 28px;
    margin: 10px 0;
    font-family: 'DIN-alternate-bold';
}

.fr-h {
    height: 200px;
    background: #000;
    margin-bottom: 20px;
}

.modal-body {
    padding: 0;
}

.modal-body button {
    display: block;
    margin: 0 auto;
    font-size: 20px;
    padding: 10px;
}


/* end css */


/* Home end  */


/* Inner pages  */


/* pre order  */

section.p-order {
    background: #e7e6e6;
    padding: 80px 0;
}

.payment-frm {
    background: #fff;
    padding: 30px 40px;
    border-radius: 13px;
}

section.p-order h4 {
    color: #002a45;
    font-weight: 600;
    font-size: 35px;
}

.payment-frm h3 {
    color: #002a45;
    font-size: 23px;
    margin-bottom: 20px;
}

.flex-chk {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.flex-chk span {
    color: #002a45;
    font-weight: 600;
    font-size: 15px;
}

.bdr {
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 4px;
    transition: 0.5s;
}

.payment-frm form input[type="number"] {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 12px 10px;
    margin-bottom: 20px;
}

.payment-frm form label {
    color: #002a45;
    font-weight: 600;
    font-size: 15px;
}

.payment-frm form input[type="number"]::placeholder {
    color: #e5e5e5;
    font-size: 14px;
}

span.pnk {
    padding: 5px 10px;
    background: #ffb3c6;
    color: #000;
    width: 100px;
    text-align: center;
}

.bdr:hover {
    background: #f1f1f1;
    border: 1px solid #002a45;
}

.order-meth button.theme_btn {
    background: #6f9e2a;
    border: 1px solid #002a45;
    border-radius: 5px;
    width: 27%;
    display: flex;
    margin: 0 0 0 auto;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.order-meth {
    margin-top: 40px;
}

.wrap-order h5 {
    font-family: 'novecento-bold';
    font-size: 36px;
    color: #231f20;
}

.wrap-order h6 {
    color: #231f20;
    font-family: 'DIN-alternate-bold';
    font-size: 20px;
}

.wrap-order p {
    font-family: 'nexa-xbold-i';
    font-size: 16px;
}

.order-summary {
    background: #fff;
    padding: 40px 30px;
    border-radius: 13px;
}

.cost h6 {
    font-weight: 600;
    color: #002b45;
    line-height: 18px;
    margin-bottom: 0;
}

.cost {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.cost span {
    color: #002b45;
    font-size: 18px;
}

.order-summary .flex-chk p {
    margin-bottom: 0;
    color: #b7b7b7;
}

.order-summary .flex-chk p a {
    border-bottom: 1px solid #b7b7b7;
    display: inline-block;
    color: #b7b7b7;
}

.order-a a {
    font-size: 15px;
    text-transform: uppercase;
    color: #002b45;
    font-weight: 600;
    padding: 10px 10px 0 10px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #a4c7dd;
    margin-bottom: 10px;
}

.order-a {
    text-align: center;
    transition: 0.5s;
}

.order-a:hover {
    background: #002a45;
}

.order-a:hover a {
    color: #fff;
}

.accordion-button::after {
    position: absolute;
    content: '+';
    right: 20px;
    background: #fff;
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}

.accordion-button:not(.collapsed)::after {
    position: absolute;
    content: '-';
    background: #fff;
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}

.accordion-button:not(.collapsed) {
    background: unset;
    color: #000;
}

.accordion-item {
    border: unset;
}

.accordion-item {
    border-left: unset;
    border-right: unset;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
}

.accordion-body {
    padding: 0;
}


/* end  */


/* Product Page Start */

section.product-page {
    padding: 80px 0;
}

.product-head h3 {
    font-size: 65px;
    font-family: 'couture-bldit';
    line-height: 65px;
}

.product-head {
    margin-bottom: 30px;
}

.filter-dropdown select {
    width: 10%;
    color: #000;
    height: 50px;
    font-size: 21px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 10px;
}

.filter-dropdown input {
    width: 10%;
    color: #000 !important;
    height: 50px;
    font-size: 21px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 10px;
}

.filter-dropdown input::placeholder {
    color: #000;
}

.preoduct-imag img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 9px 0 #999;
}

.preoduct-text {
    padding: 20px 5px;
}

.preoduct-text h3 {
    font-family: 'DIN-alternate-bold';
    font-size: 23px;
}


/* Product Page End */


/* Product Detail Page Start */


/*Product Detail Start*/

.productdetailsec {
    padding: 80px 0 50px;
    position: relative;
    background: #eaeaea;
}

.productdetailtext h3 {
    font-size: 23px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 0;
    line-height: 33px;
    font-family: 'nexa-xbold-i';
}

.productdetailtext span {
    color: #000;
    font-size: 35.8px;
    font-weight: 500;
    font-family: "minM";
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
    align-items: center;
}

.productdetailtext ul li {
    list-style: none;
    display: inline-block;
    color: black;
    font-size: 21px;
    font-weight: 500;
    font-family: "sfuid";
}

.productdetailtext ul li a i {
    color: #ecd547;
    font-size: 22px;
    margin-right: 5px;
}

.productdetailtext ul li:last-child a i {
    color: #dadada;
}

.productdetailtext ul li:nth-child(4) a i {
    color: #dadada;
}

.productdetailtext p {
    color: #231f20;
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 60px;
    font-weight: 500;
    font-family: 'DIN-alternate-bold';
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext h2 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: 'geometos-rounded';
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
    margin: 0;
    top: -13px;
    right: 5px;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {
    padding: 0;
    margin: 0 0 40px;
}

.iconlist ul li {
    list-style: none;
    line-height: 30px;
    color: #636363;
    font-size: 16px;
    font-weight: 500;
    font-family: "cereR";
}

.iconlist ul li i {
    margin: 0 17px 15px 0;
    font-size: 18px;
    color: #000;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    /* border: 2px solid #E1E1E1; */
    height: 100%;
    background: #ffff;
    box-shadow: 0 0 10px #0000001f;
}

.productdetailsec .productdetailportion {
    border: 0;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #eaeaea;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.product-detail input.in-num {
    border: 1px solid #dadada;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 30px !important;
    border: 1px solid #e3e3e3;
    border-radius: 50px;
    height: 30px !important;
    margin: 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-details-btn.btn10 {
    background-color: #cfa55a !important;
    color: black;
    border-color: #cfa55a;
    font-size: 17px;
}

.quanity.product-detail {
    margin-left: 20px;
}

.product-detail span:hover {
    background-color: #0219c7;
}

ul.product-detail-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-details-btn {
    height: 60px;
    border: 0;
    width: 180px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #cfa55a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
}

a.cat-sub-btn {
    background: #335650;
    color: #fff;
    padding: 15px 40px;
    font-weight: 500;
}

a.cat-sub-btn:hover {
    background: #000;
}


/* .product-details-btn:hover{
      color: white;
      } */

.iconlist {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 225px;
    height: 70px;
    background-color: #f1f1f1;
    border-radius: 0;
    font-size: 23px;
    font-weight: 600;
    color: #000;
    padding: 12px 0px;
    font-family: "sfuid";
}

.description li.nav-item .nav-link.active {
    border: 0;
    background-color: #ce0224;
    color: #fff;
    font-weight: 500;
    font-size: 23px;
    padding: 12px 0px;
    font-family: "sfuid";
}

.description .nav-tabs {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 40px;
    margin-bottom: 30px;
    justify-content: start !important;
}

.description {
    padding: 20px 0;
    margin-bottom: 3%;
}

.description .tab-content p {
    color: #636363;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
}

.productdetailfor .slick-slide img {
    width: 65%;
    height: 65%;
}

.productdetailsmallportion img {
    width: auto;
    padding: 5px 5px;
    position: relative;
    z-index: 999999999999999;
}

.productdetailnav .slick-list.draggable {
    margin-top: 30px;
}


/* skin 2 */

.skin-2 .num-in {
    background: #fff;
    border: 3px solid #000;
    height: 60px;
    width: 150px;
    float: left;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.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;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #fff;
    font-family: "Roboto";
    font-size: 30px;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
    display: flex;
    align-items: center;
}

.product-detail input.in-num {
    border: 1px solid #dadada;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
    padding: 30px 0;
}

.productdetailsec .btn10 {
    color: white;
}

.productdetailsmallportion img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.productdetailtext h2 span {
    font-size: 48px;
    font-family: "Kaarosta";
    color: #0219c7;
}

.productdetailtext {
    padding-top: 10px;
}

a.btn.shp-btn {
    font-size: 28px;
    color: #fff;
    background: #6f9e2a;
    border-radius: 0;
    padding: 8px 15px;
    border: 3px solid #000;
    font-family: 'geometos-rounded';
    border-radius: 10px;
}

section.relate-ptoduct-sec {
    padding: 50px;
}

.rel-prd-head h2 {
    text-align: center;
    font-family: 'DIN-alternate-bold';
    text-transform: uppercase;
}

a.theme_btn.btn2.prmodal.btn3 {
    color: #000;
    border: 2px solid #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}


/*Product Detail End*/


/* products start */

.main {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.catogeriesbox {
    background-color: #ce0224;
    padding: 15px 12px;
}

.catogeriesbox.price-filter-list.chg {
    background: #0219c7;
}

.catogeriesbox h4 {
    color: #ffffff;
    font-size: 20.8px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 15px 0;
    font-family: "sfuid";
}

.frequently-list #collapsetwo a {
    padding-left: 15px;
}

.frequently-list #collapsetwo li {
    padding-left: 30px;
}

section.productsec {
    padding: 100px 65px;
}

section.productsec.product-page-sec .product-bx {
    margin-bottom: 25px;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title>a {
    display: block;
    padding: 20px 20px;
    outline: none;
    text-decoration: none;
    color: #333333;
    /* border-bottom: 1px solid #0000004d; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: initial;
    font-size: 15px;
    font-weight: 600;
}

#accordion .panel-heading .panel-title>a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
    content: "\f068";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 50px;
    text-align: center;
    padding: 9px 9px;
    margin: -7px 0;
    color: #b5c448;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#accordion .panel-heading .panel-title>a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    color: #b5c448;
    font-size: 21px;
}

.frequently-list .panel-body ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding-left: 35px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.frequently-list .panel-group {
    margin-bottom: 0;
}

.frequently-list .panel-body ul li i {
    float: right;
    margin-top: 5px;
}

.frequently-list {
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 6px 4px #0000000f;
    border-top: 0;
}

.panel-body ul {
    padding: 0;
    margin-bottom: 0;
    background: #fff;
    /* border: 1px solid #adb5bd; */
    /* border-top: 0; */
}

.frequently-list .panel-body li {
    display: block;
    width: 100%;
    font-family: "Poppins";
    align-items: center;
    /* padding: 20px 0; */
}

.frequently-list .panel-body li:last-child {
    border: 0 !important;
}

.frequently-list .panel {
    border: none;
    border-top: 0;
}

.frequently-list .panel-default>.panel-heading {
    background-color: transparent;
}

.frequently-list h4.panel-title {
    padding: 0px 12px 0px 15px;
    color: #b79e55;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.frequently-list .panel-body {
    padding: 0 !important;
}

.paddingbottom {
    padding: 0 0 40px;
}

.frequently-list .panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border: 0;
}

.frequently-list .panel-group .panel {
    margin: 0;
}

.defaultlist {
    position: relative;
    display: flex;
    align-items: center;
}

.defaultlist:before {
    content: "\f0d7";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    color: #545454;
}

.defaultlist select {
    width: 100%;
    height: 70px;
    padding: 0 15px;
    border: 1px solid #00000042;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    font-family: "Poppins";
    /* appearance: auto; */
    background-color: #fff;
    /* border-top: none; */
    font-size: 18px;
    padding: 0 22px;
    background-image: url(../images/down.png);
    background-size: inherit;
    color: #545454;
}

.showinglist p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: right;
    margin: 14px 0 0;
    color: #545454;
    font-family: "sfuid";
    letter-spacing: 1px;
}

.productlistbox1 {
    margin: 0 0 50px;
}

.product-page-prdtc {
    box-shadow: 6px 5px 10px 5px #00000012;
}

.panel-body.below ul li input {
    margin-left: 10%;
    width: 17px;
    height: 17px;
}

.pagination {
    justify-content: start;
    gap: 10px;
}

.page-link {
    color: #000;
}

.product-box.inr-pg {
    margin-bottom: 3%;
    width: 33%;
}

.frequently-list.price-filter .panel-body ul li a {
    font-size: 15px;
    word-spacing: 15px;
}

.frequently-list.price-filter .panel-body ul li {
    border-bottom: none;
    padding: 20px 0;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #efefef;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    font-size: 16px;
    border: 1px solid #00000063;
}

.page-link:hover {
    color: #fff;
    background: #b2955b;
    border: none;
}

.side-img img {
    width: 100%;
}

.side-img {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 50px;
}

.side-img .box-txt h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.side-img .box-txt {
    text-align: center;
    margin-bottom: 60px;
}

.side-img .box-txt h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.side-img .box-txt a.btn {
    font-size: 11px;
    font-weight: 500;
}

.catogeriesbox.price-filter-list {
    margin-top: 50px;
}

.recent-prods .sec-head {
    border-bottom: 1px solid #0000007a;
    margin-bottom: 40px;
}

.recent-prods .sec-head h2 {
    margin-bottom: 5px;
    font-size: 36px;
}

.recent-prods {
    margin-top: 85px;
}

#accordion .panel-title>a.collapsed img {
    transform: rotate(-90deg);
}

#accordion .panel-title>a.color-green {
    color: #0219c7;
    font-size: 20.8px;
    font-weight: 600;
    text-transform: initial;
    position: relative;
}

#accordion .panel-title>a.color-green:before {
    content: "\f107";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 35px;
}

.frequently-list.price-filter .panel-body ul li a {
    margin-left: 0;
    padding-left: 0;
}

section.prosec .catogeriesbox {
    background: #020b5b;
}

section.prosec #accordion .panel-title>a.color-green {
    color: #084298;
}

.pro-detail-box-img img {
    width: 75%;
}

.pro-detail-box-img img {
    width: 75%;
    height: 220px;
    object-fit: contain;
}

.product-detail-box {
    text-align: center;
}

.pro-detail-box-img {
    border: 1px solid #bcbcbc;
    padding: 50px 0px;
}

.product-detail-box h2 {
    font-size: 30px;
    margin-top: 13px;
    color: #000;
    margin-bottom: 0px;
}

.product-detail-box p {
    font-size: 13px;
    line-height: 23px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-detail-box h3 {
    color: #0219c7;
}

.productdetailtext {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

.productdetailtext {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

ul.d-flex.prd-pera h4 {
    font-size: 31px;
    line-height: 41px;
    font-family: 'nexa-xbold-i';
    color: #231f20;
}


/* Products End */


/* Product Detail Page End */


/* Cart Page Start */


/*Cart Start*/

.cart-mn-ull ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.cart-mn-ull input[type="text"] {
    margin-top: 0;
    width: 180px;
    border-radius: 0;
    font-size: 17px;
    font-weight: 400;
    background: white;
    height: 55px;
    margin-right: 20px;
}

.cart-mn-ull ul a {
    background: white;
    height: 55px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    margin-right: 20px;
    font-size: 17px;
    color: rgb(117, 117, 117);
    z-index: 99;
    position: relative;
    border: 1px solid #d7d7d7;
}

.cart-mn-ull ul a:hover {
    color: white;
    background: rgb(152 168 109);
}

th.wdth30.text-center {
    width: 35%;
}

.add-to-cart .shade {
    z-index: 1;
    bottom: -15%;
}

.cart-mn-ull {
    margin-top: 20px;
    z-index: 99;
    position: relative;
}

.add-to-cart {
    position: relative;
    padding: 100px 0px 80px;
}

.add-to-cart thead {
    background-color: rgb(235 235 235);
    color: rgb(255, 255, 255);
}

.add-to-cart .table>thead>tr>th {
    border-bottom: 0px;
    padding-left: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
    color: rgb(24, 24, 24);
}

.add-to-cart thead tr th {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Roboto';
}

.table-space h3 {
    font-size: 15px;
    color: #333333;
    margin-bottom: 5px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto';
}

.table-space span {
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 500;
    font-family: 'Roboto';
}

.product-img {
    display: inline-block;
    width: 100%;
    height: 100px;
    text-align: left;
}

.poduct-name {
    margin-left: 10px;
}

.table-space {
    display: flex;
    align-items: center;
    width: 100%;
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 1px solid rgb(229, 227, 227);
    font-size: 23px;
    color: rgb(51, 51, 51);
    font-weight: 500;
    margin-top: 24px;
    background-color: rgb(247, 247, 247);
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    font-weight: 400;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: Poppins;
}

.poduct-name span:nth-child(2) {
    margin-bottom: 5px;
    display: inline-block;
}

.add-to-cart h4 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-top: 40px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

tr.space {
    border-bottom: 1px solid rgb(204, 204, 204);
}

a.remove {
    background: rgb(111 158 42);
    color: rgb(255, 255, 255);
    font-size: 29px;
    padding: 10px 25px;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0px 0px auto;
}

.proceed a {
    color: #f00;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    z-index: 99;
    position: relative;
}

.proceed i {
    margin-left: 10px;
    color: rgb(201 7 4);
}

.proceed .checkout-btn {
    font-size: 20px;
    color: #fff;
    background: #6f9e2a;
    border-radius: 0;
    padding: 18px 15px;
    border: 3px solid #000;
    font-family: 'geometos-rounded';
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 1px solid rgb(0, 0, 0);
    padding: 30px 50px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
}

.or-amazon p {
    font-size: 17px;
    position: absolute;
    background: rgb(255, 255, 255);
    top: -22px;
    left: 0px;
    padding: 4px 20px;
    color: rgb(0, 0, 0);
    display: block;
    text-transform: uppercase;
    border: 1px solid;
    font-weight: 500;
    margin: auto;
    right: 0px;
    width: 80%;
}

.or-amazon img {
    width: 80%;
}

.car-sd-mn {
    padding-left: 60px;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.total-section {
    border: 1px solid rgb(229, 229, 229);
    padding: 27px 20px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
}

.total-section li {
    font-size: 18px;
    padding-bottom: 20px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-family: 'Roboto';
}

li.color-change {
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-size: 24px;
}

.total-section li span {
    float: right;
}

.ship-estimate {
    background-color: rgb(246, 246, 246);
    padding: 10px 20px;
    margin-top: 25px;
    border: 1px solid rgb(229, 229, 229);
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 50px;
}

.ship-estimate li {
    font-size: 20px;
    color: rgb(174, 31, 35);
    margin-bottom: 5px;
    font-family: Poppins;
    font-weight: 600;
}

.ship-estimate .grey-style {
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.product-img img {
    height: 100px;
    width: 110px;
    object-fit: cover;
    border: 1px solid rgb(130, 130, 130);
    border-radius: 5px;
}

.nice-select .list {
    height: 350px;
    overflow-y: scroll;
}

.adress_same ul {
    text-align: right;
}

.adress_same ul li {
    display: inline-block;
}

.adress_same ul li:not(:first-child) {
    margin-left: 15px;
}

.adress_same ul li span {
    font-size: 15px;
    color: rgb(133, 133, 133);
}

.adress_same ul li label {
    color: rgb(133, 133, 133);
}

.billing_heading h3 {
    font-size: 28px;
    font-weight: 500;
    color: white;
    margin-bottom: 0px;
}

.bord_botm {
    border-bottom: 2px dotted rgb(49, 49, 49);
    padding-top: 20px;
    padding-bottom: 20px;
}

.billing_address {
    padding: 50px;
    background-color: rgb(46, 46, 46);
}

.billing_address h4 {
    font-size: 27px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 23px;
}

.billing_address label {
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.billing_address label span {
    float: right;
    font-size: 12px;
    color: rgb(135, 135, 135);
    font-weight: 400;
}

.billing_address input {
    height: 40px;
    width: 100%;
    padding-left: 15px;
    border-radius: 1px;
    border: 0px;
    margin-bottom: 20px;
}

.adress_same {
    z-index: 999;
    position: relative;
}

.billing_address .form-control:disabled,
.billing_address .form-control:read-only {
    background-color: rgb(255, 255, 255);
}

.bord_tp {
    padding-top: 20px;
    padding-bottom: 20px;
}

.billing_main {
    background-image: url("../images/detail_bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.billing_main::before {
    content: "";
    position: absolute;
    background-image: url("../images/left-bars.png");
    background-size: contain;
    width: 57px;
    height: 359px;
    left: 0px;
    top: 40%;
}

.nice-select.form-control {
    width: 100%;
    padding: 0px 20px;
}

.billing_sec {
    padding: 0px 0px 80px;
    position: relative;
}


/*Cart End*/


/* Cart Page End */


/*CHECKOUT PAGE*/

.billing_form h3 {
    font-family: 'Roboto';
    font-size: 39px;
    color: #000000;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.billing_form label {
    font-size: 12px;
    font-family: 'Roboto';
    color: #7c7c7c;
}

.radiosss p {
    color: #7C7C7C;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #C4C4C4;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
}

.billing_form input::placeholder {
    color: #7C7C7C;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'Roboto';
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    font-family: 'Roboto';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #C4C4C4;
    border-radius: 0;
}

.cart_sidebar h3 {
    font-size: 20px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
    font-family: 'Roboto';
}

.cart_sidebar .h-sub {
    font-weight: 600;
    color: #335d93;
    font-family: 'Roboto';
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
    color: #335d93;
}

.cart_sidebar h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
    font-family: 'Roboto';
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #7C7C7C;
    font-family: 'Roboto';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #335d93;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    border: none;
    border-radius: 0;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #335d93;
}

.checkout_btn:hover {
    /* color: white; */
    font-family: 'Roboto' !important;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #335d93;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 100px 0 150px;
    position: relative;
    margin-bottom: -70px;
}

.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

.billing_form {
    border: 1px solid #8080806e;
    padding: 15px 25px;
}


/*Checkout End*/


/* Contact Page Start */


/*Inner Contact Start*/

.contact-text h2 {
    font-size: 46px;
    color: #000;
    line-height: 50px;
}

.contact-text h2 span {
    display: block;
}

.contact-text p {
    font-size: 16px;
    line-height: 25px;
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 6%;
}

ul.contact-number {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 5%;
}

ul.contact-number h2 {
    font-size: 19px;
    margin-bottom: 0;
    font-family: 'Roboto';
    line-height: 27px;
}

ul.contact-number li h3 {
    font-size: 45px;
    color: #ffd600;
    margin: 0;
    font-family: 'Roboto';
}

.contact-text time {
    font-size: 17px;
    color: #3f3e43;
    font-weight: 600;
    line-height: 30px;
}

.contactus-form input {
    width: 100%;
    height: 60px;
    background: #ebebeb;
    border: none;
    margin-bottom: 5%;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.contactus-form input::placeholder {
    color: #7c7c7c;
}

.contactus-form textarea {
    width: 100%;
    height: 150px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3%;
    background: #ebebeb;
    border: none;
    resize: none;
    margin-top: -13px;
}

.contact-sec .row {
    display: flex;
    align-items: center;
}

.contact-sec {
    padding: 100px 0;
}

.contactus-form textarea::placeholder {
    color: #7c7c7c;
}

.contactus-form button {
    width: 100%;
    height: 55px;
    font-size: 25px;
    background: #396fae;
    border: none;
    border-radius: 50px;
    color: #fff;
}

ul.contact-number img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;
}


/*Inner Contact Start*/


/*--------------services------------------*/

.services-image img {
    border: solid 0.5px #618398;
    padding: 10px;
    border-radius: 19px;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.service-headig h4 {
    font-size: 56px;
    color: #20313b;
    line-height: 62px;
}

.services-image {
    position: relative;
}

.services-image:before {
    content: '';
    position: absolute;
    background: #3177b3;
    width: 100%;
    height: 30%;
    top: 30%;
    left: -28%;
    z-index: -1;
}

section.inner-services {
    padding: 100px 0;
}

.servi-img-right:before {
    right: -31% !important;
    left: inherit;
}

.service-txt-two h4 {
    font-size: 42px;
}


/*Service End*/


/* Contact Page End */


/* About Page Start */


/*inner About Start*/

section.inner-about:before {
    right: 0;
}

.inner-about-img {
    text-align: right;
}

.inner-about-img:before {
    left: 5%;
}

.vision-img img {
    object-position: center;
}

.about-txt p {
    font-size: 16px;
    line-height: 28px;
}

.row.art-row {
    margin-top: 6%;
}


/*==========Team Page Start==========*/


/*=====Team Start=====*/

.main-team-in {
    padding-top: 120px;
    padding-bottom: 100px;
}

.team-box {
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    padding: 30px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.team-box:hover {
    border: solid 1px #d53863;
    box-shadow: 6px 6px 60px 0px rgb(0, 0, 0, 0.1);
    transition: 0.3s;
}

.team-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-img>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease;
}

.team-box:hover .team-img>img {
    transform: scale(1.05);
}

.team-content {
    text-align: center;
}

.team-content .h3-title {
    margin-top: 30px;
    line-height: 25px;
}

.team-content p {
    color: #6f9e2a;
}

.social-media-team a {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: rgb(57 111 174 / 41%);
    border-radius: 50%;
    margin-left: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.social-media-team a:first-child {
    margin-left: 0;
}

.social-media-team a:hover {
    background-color: #d53863;
    color: #ffffff;
    transition: 0.3s;
}


/*=====Team End=====*/


/*==========Team Page End==========*/


/*inner About End*/

section.blog-sec {
    padding: 50px 0;
}

section.blog-sec {
    padding: 50px 0;
}

ul.d-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

ul.d-flex i {
    color: #6f9e2a;
    font-size: 20px;
    font-weight: 500;
}

section.blog-sec .row {
    align-items: center;
}

.team-head h2 {
    text-align: center;
    text-transform: capitalize;
}

section.about-sec.inner-about {
    padding: 50px 0;
}


/* About Page End */


/* Inner Pages end  */