@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=Abril+Fatface&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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;
    display: inline-block;
}

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

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


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** 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: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pt-10 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 100px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

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

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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: "Abril Fatface", serif;
    font-size: 60px;
    color: #000;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h2 {
    font-family: "Abril Fatface", serif;
    font-size: 55px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: "Abril Fatface", serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: '';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: '';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: '';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
    position: relative;
    z-index: 99;
    margin-left: 50px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: #f0f0f0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 2px;
}

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

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

.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;
    display: none;
}

.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;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

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

.menuSection:before {
    content: "";
    position: absolute;
    background: #1b1b1b;
    width: 88%;
    height: 80px;
    z-index: 1;
    right: 0;
}

.header-logo a img {
    width: 138px;
    height: 161px;
    object-fit: contain;
}

.header-logo {
    background: #ffffff;
    position: relative;
    z-index: 9;
}

.header-banner-back {
    background: #fbf4f3;
    position: relative;
}

.header-banner-back:before {
    content: "";
    position: absolute;
    background: #ffff;
    width: 670px;
    height: 660px;
}


/* Header Ends */


/* Banner Start */

.main-banner-sec .slick-slide {
    margin: 0px 0px;
}

.main-banner-text-silder-items p {
    color: #545454;
    font-weight: 600;
    margin-bottom: 18px;
}

.main-banner-text-silder-items {
    width: 100%;
}

.main-banner-sec {
    position: relative;
    padding: 40px 0 70px;
}

.main-banner-sec:after {
    content: "";
    position: absolute;
    background-image: url(../images/main-banner-line-2.png);
    width: 785px;
    height: 626px;
    right: 68px;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.main-banner-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/main-banner-line-1.png);
    width: 100%;
    height: 100%;
    background-size: cover;
}

.menu-serach-bar-row {
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: end;
}

.meun-cart-button a {
    color: #a71f1a;
    font-size: 20px;
    border: 5px solid #fbf4f3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.menu-serach-bar-box form input::placeholder {
    color: #fff;
}

.menu-serach-bar-button {
    position: absolute;
    right: 5px;
}

.menu-serach-bar-button button {
    width: 50px;
    height: 55px;
    background: none;
    border: none;
    color: #a71f1a;
    font-size: 20px;
}

.menu-serach-bar-box form {
    position: relative;
    width: 350px;
    display: flex;
    align-items: center;
}

.menu-serach-bar-box input {
    width: 100%;
    border: 5px solid #fbf4f3;
    background: #000;
    color: #fff;
    padding: 0 15px;
    height: 60px;
}

.main-banner-text-silder-items h1 span {
    display: block;
}

.menuSection {
    padding: 5px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.main-banner-images-silder-items img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.main-banner-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/main-banner-line-1.png);
    width: 700px;
    height: 140px;
    background-size: contain;
    bottom: 105px;
    background-repeat: no-repeat;
    left: 0;
}

.btn-shine {
    background: linear-gradient(to right, #a72419 0, #202020, #000 33%, #000 0%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}

@keyframes shine {
    0%,
    100% {
        background-position: 0;
    }
    10% {
        background-position: 50px;
    }
    20% {
        background-position: 100px;
    }
    30% {
        background-position: 150px;
    }
    40% {
        background-position: 200px;
    }
    50% {
        background-position: 250px;
    }
    60% {
        background-position: 300px;
    }
    70% {
        background-position: 350px;
    }
    80% {
        background-position: 400px;
    }
    90% {
        background-position: -450px;
    }
}


/* Banner Ends */


/* Athletic Apparel Start*/

.athletic-apparel-two-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94);
}

.athletic-apparel-two-box:hover {
    transform: translateY(-6px);
}

.athletic-apparel-two-box img {
    width: 100%;
    display: block;
    transition: transform 0.8s cubic-bezier(.22, .61, .36, 1), filter 0.6s ease;
}

.athletic-apparel-two-box:hover img {
    transform: scale(1.08) rotate(0.6deg);
    filter: brightness(0.92);
}

.athletic-apparel-two-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
    transition: left 0.6s ease;
}

.athletic-apparel-two-box:hover::after {
    left: 100%;
}

.athletic-apparel-two-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 5;
}

.athletic-apparel-sec {
    padding: 100px 0;
}

.athletic-apparel-box img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.athletic-apparel-two-button a {
    font-size: 13px;
    padding: 8px 15px;
}

.athletic-apparel-two-box {
    position: relative;
}

.athletic-apparel-two-button {
    position: absolute;
    z-index: 999;
    bottom: 12px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.athletic-apparel-box {
    position: relative;
}

.athletic-apparel-heading {
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.athletic-apparel-heading h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 18px;
}

.theme-btn-1 {
    background: #a71f1a;
    padding: 13px 30px;
    color: #fff !important;
    font-size: 15px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-top: 20px;
}

.theme-btn-1::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: 0.3s;
}

.theme-btn-1:hover::after {
    width: 100%;
}

.athletic-apparel-two-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.athletic-apparel-three-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.athletic-apparel-three-heading h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.athletic-apparel-three-box {
    position: relative;
}

.athletic-apparel-three-heading {
    position: absolute;
    bottom: 25px;
    left: 20px;
}

.athletic-apparel-three-heading a {
    font-size: 13px;
    padding: 8px 15px;
}

.athletic-apparel-three-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94);
}

.athletic-apparel-three-box:hover {
    transform: translateY(-6px);
}

.athletic-apparel-three-box img {
    width: 100%;
    display: block;
    transition: transform 0.8s cubic-bezier(.22, .61, .36, 1), filter 0.6s ease;
}

.athletic-apparel-three-box:hover img {
    transform: scale(1.08) rotate(0.6deg);
    filter: brightness(0.92);
}

.athletic-apparel-three-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
    transition: left 0.6s ease;
    z-index: 1;
}

.athletic-apparel-three-box:hover::after {
    left: 100%;
}

.athletic-apparel-three-heading {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 999999;
    color: #fff;
}

div#content {
    width: 100%;
}


/* Athletic Apparel Ends */


/* Our Products Start*/

.our-products-heading {
    text-align: center;
}

.our-products-boxs-heading h2 {
    font-size: 24px;
}

.our-products-boxs {
    text-align: center;
    margin-top: 30px;
}

.our-products-boxs-heading {
    padding: 15px 0;
}

.our-products-boxs-heading span {
    color: #a71f1a;
    font-weight: 600;
    margin-top: 5px;
    /*display: block;*/
}

.our-products-boxs {
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94);
}

.our-products-boxs:hover {
    transform: translateY(-6px);
}

.our-products-boxs-images {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
}

.our-products-boxs-images img {
    transition: transform 0.8s cubic-bezier(.22, .61, .36, 1);
    transform-origin: center;
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.our-products-boxs:hover .our-products-boxs-images img {
    transform: scale(1.08) rotate(0.6deg);
    filter: brightness(0.92);
}

.our-products-boxs-images::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.0) 100%);
    transition: 0.6s ease;
}

.our-products-boxs:hover .our-products-boxs-images::after {
    left: 100%;
}

.our-products-sec .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-top: 20px;
}

.our-products-sec .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    border: 2px solid #a71f1a !important;
    border-radius: 0 !important;
    padding: 15px 28px;
    letter-spacing: 0.8px;
}

.our-products-sec .nav-tabs {
    gap: 38px;
}

.our-products-sec .nav-link:hover,
.nav-link:focus {
    color: inherit !important;
}

.our-products-sec .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: #a71f1a !important;
    color: #fff !important;
    font-weight: 400 !important;
}


/* Our Products Ends */


/*Our Collection Start*/

.our-collection-silder .slick-prev {
    top: -25px;
}

.our-collection-silder .slick-next {
    top: -25px;
}

.our-collection-silder .slick-next:hover {
    background: #a71f1a;
    transition: 0.5s;
}

.our-collection-silder .slick-prev:hover {
    background: #a71f1a;
    transition: 0.5s;
}

.our-collection-silder .slick-next:hover:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(103%) contrast(101%);
}

.our-collection-silder .slick-prev:hover:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(103%) contrast(101%);
}

.our-collection-silder .slick-next {
    right: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 30px;
    transition: 0.5s;
}

.our-collection-silder .slick-prev {
    left: inherit;
    right: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 30px;
    transition: 0.5s;
}

.our-collection-silder .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/our-collection-arrow.png);
    width: 19px;
    height: 13px;
    background-size: contain;
}

.our-collection-silder .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/our-collection-arrow.png);
    width: 19px;
    height: 13px;
    background-size: contain;
    transform: rotate(180deg);
}

.our-collection-sec {
    padding: 100px 0;
    background-image: url(../images/our-collection-back.png);
    width: 100%;
    height: 100%;
    background-size: cover;
}

.our-collection-silder .slick-slide {
    margin: 0px 12px;
}

.our-collection-silder .slick-active {
    opacity: 1.5;
}

.our-collection-items {
    margin-top: 15px;
    position: relative;
}

.our-collection-items-heading {
    position: absolute;
    z-index: 999;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.our-collection-items-img img {
    width: 100%;
    height: 481px;
    object-fit: cover;
}

.our-collection-items-heading h2 {
    font-size: 28px;
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 12px 25px;
}


/*Our Collection Ends */


/*Silvrback Strong Start*/

.silvrback-strong-heading h2 {
    margin-bottom: 35px;
}

.silvrback-strong-heading img {
    width: 78%;
    height: 328px;
    object-fit: cover;
    margin-bottom: 25px;
}

.silvrback-strong-heading p {
    color: #555454;
    font-weight: 500;
    margin-bottom: 25px;
}

.silvrback-strong-heading {
    position: relative;
    margin-left: 10px;
}

.silvrback-strong-heading:before {
    content: "";
    position: absolute;
    background: #fbf4f3;
    width: 88%;
    height: 450px;
    top: -40px;
    z-index: -1;
    right: 0;
}


/*Silvrback Strong Ends */


/*Precision Apparel Start*/

.precision-apparel-sec {
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.precision-apparel-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/precision-apparel-back.jpg);
    width: 1382px;
    height: 232px;
    z-index: -1;
}

.precision-apparel-heading h2 {
    color: #ffffff;
    line-height: 1.1;
}

.precision-apparel-button {
    margin-left: 20px;
}


/*Precision Apparel Ends*/


/*Women Athletic Apparel Start*/

.women-athletic-apparel-one-box-heading h2 span {
    display: block;
}

.women-athletic-apparel-one-box-heading h2 {
    font-size: 37px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.women-athletic-apparel-one-box img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

.women-athletic-apparel-one-box-heading {
    position: absolute;
    right: 20px;
}

.women-athletic-apparel-one-box-heading a {
    padding: 12px 30px;
    font-size: 13px;
}

.women-athletic-apparel-one-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.women-athletic-apparel-one-box-heading.chg {
    top: 30px;
}


/*Women Athletic Apparel Ends*/


/*Logo Section Start*/

.logo-section-sec {
    padding: 90px 0;
}

.logo-section-silder .slick-active {
    opacity: 1.5;
}

.logo-section-silder-items a img {
    width: 100%;
    height: 28px;
    object-fit: contain;
}

.logo-section-silder-items {
    position: relative;
    display: flex;
    align-items: center;
}

.logo-section-silder-items:before {
    content: "";
    position: absolute;
    background: #565657;
    width: 60px;
    height: 2px;
    right: -20px;
}

.logo-section-silder .slick-slide {
    margin: 0px 20px;
}


/*Logo Section Ends*/


/*Footer Start*/

.footer-sec {
    background: #0a0a0a;
    padding-top: 60px;
}

.footer-copy-right-sec p {
    color: #fff;
    text-transform: uppercase;
}

.footer-logo a img {
    width: 100%;
    height: 229px;
    object-fit: contain;
}

.footer-sec h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}

.footer-qucik-links ul li a {
    color: #ffffff;
    font-size: 14px;
}

.footer-qucik-links ul {
    line-height: 35px;
}

.footer-qucik-links {
    margin-left: 85px;
    margin-top: 30px;
}

.join-our-newsletter-box p {
    color: #ffffff;
    font-size: 14px;
    width: 70%;
    line-height: 22px;
}

.join-our-newsletter-box form {
    margin-top: 15px;
}

.join-our-newsletter-box h2 {
    margin-bottom: 8px;
}

.footer-contact-box {
    margin-top: 30px;
    margin-left: 30px;
}

.footer-contact-box ul li a {
    color: #ffffff;
    font-size: 14px;
}

.footer-contact-box ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-contact-box ul li a i {
    font-size: 16px;
}

.footer-contact-box ul {
    line-height: 45px;
}

.join-our-newsletter-box {
    margin-top: 30px;
}

.join-our-newsletter-box input {
    width: 100%;
    height: 48px;
    border: none;
    padding: 0 15px;
    border-radius: 5px;
    color: #6e6e6e;
    font-size: 15px;
    font-weight: 400;
}

.join-our-newsletter-box input::placeholder {
    color: #6e6e6e;
    font-weight: 400;
}

.join-our-newsletter-box form {
    position: relative;
    display: flex;
    align-items: center;
}

.join-our-newsletter-form-btn button {
    background: #a71f1a;
    height: 48px;
    border: none;
    width: 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}

.join-our-newsletter-box ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
}

.join-our-newsletter-form-btn {
    position: absolute;
    right: 0;
}

.footer-copy-right-sec {
    margin-top: 50px;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #2a2a2a;
}


/*Footer Ends */


/*Inner Contact Us Start*/

.main-banner-images-silder-items.inner img {
    height: 370px;
}

.header-banner-back.inner:before {
    height: 530px;
}

.main-banner-sec.inner:before {
    bottom: 85px;
}

.main-banner-sec.inner:after {
    background-size: cover;
    height: 345px;
}

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

.inner-contact-us-sec .get-in-touch-box h2 {
    font-size: 45px;
    margin-bottom: 8px;
}

.get-in-touch-box p {
    color: #505050;
    font-weight: 500;
    width: 80%;
}

.inner-contact-us-sec .get-in-touch-box ul li h2 {
    font-size: 20px;
    margin-bottom: 0px;
    font-family: 'Poppins';
}

.inner-contact-us-sec .get-in-touch-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
    margin-top: 45px;
}

.inner-contact-us-sec .get-in-touch-box ul li span img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.inner-contact-us-sec .get-in-touch-box ul li a {
    color: #505050;
    font-weight: 500;
}

.inner-contact-us-sec .get-in-touch-form {
    margin-left: 70px;
    padding: 40px 35px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #e0e0e0;
}

.inner-contact-us-sec .get-in-touch-form input {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    color: #9d9a9a;
    padding: 0 15px;
    border-radius: 5px;
    background: #ffffff;
    font-weight: 500;
    border: 1px solid #e3e3e3;
}

.inner-contact-us-sec .get-in-touch-form form {
    margin-top: 25px;
}

.inner-contact-us-sec .get-in-touch-form input::placeholder {
    color: #9d9a9a;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.inner-contact-us-sec .get-in-touch-form textarea::placeholder {
    color: #9d9a9a;
}

.inner-contact-us-sec .get-in-touch-select {
    position: relative;
    display: flex;
    align-items: center;
}

.inner-contact-us-sec .get-in-touch-select-icon {
    position: absolute;
    right: 10px;
    pointer-events: none;
}

.get-in-touch-form h2 {
    font-size: 48px;
}

.inner-contact-us-sec .get-in-touch-form select {
    width: 100%;
    height: 60px;
    color: #7c7c7c;
    padding: 0 15px;
    border-radius: 5px;
    background: #ffffff;
    border: none;
    font-weight: 500;
}

.inner-contact-us-sec .get-in-touch-form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    padding: 15px 15px;
    border-radius: 5px;
    background: #ffffff;
    font-weight: 500;
    resize: none;
    border: 1px solid #e3e3e3;
    color: #9d9a9a;
}

.get-in-touch-form button {
    border: none;
    padding: 13px 100px;
    border-radius: 5px;
}

.inner-contact-us-map-sec iframe {
    width: 100%;
    height: 550px;
    margin-bottom: -8px;
}


/*Inner Contact Us Ends*/


/*Inner Checkout Start*/

section.checkout-main .panel-default>.panel-heading h4 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding: 0px 0px;
}

section.checkout-main .panel-default>.panel-heading h4 a {
    text-decoration: none !important;
    transition: all 0.5s;
    color: #e94259 !important;
    width: 100%;
    background-color: #fff;
    padding: 17px;
    display: block;
}

section.checkout-main .chk-left .panel-default>.panel-heading {
    color: #333;
    background-color: #a8d454;
    border-color: inherit;
    padding: 0px;
}

section.checkout-main .order-guest {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

section.checkout-main .order-guest li {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
}

section.checkout-main .form-control:focus {
    background-color: #fff;
    border-color: inherit;
    box-shadow: inherit;
}

section.checkout-main form [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #a8d454;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

section.checkout-main .form-p .btn-theme {
    margin: 10px 0;
}

section.checkout-main label {
    color: #a4a1a1;
    text-transform: capitalize;
    font-size: 13px;
    display: inline;
    align-items: center;
}

section.checkout-main .panel-body p.creat-account {
    margin-right: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: 'Poppins';
}

section.checkout-main .panel-body {
    padding: 20px 12px;
}

section.checkout-main .citem {
    padding-left: 10px;
}

section.checkout-main .panel.panel-default {
    border: 1px solid #d8d5d5;
    margin-bottom: 30px;
    padding: 0;
}

section.checkout-main .panel-default {
    border-color: #b5b5b5;
}

section.checkout-main .chk-left a.show {
    float: right;
    margin-top: -74px;
    background-color: #000;
    border-radius: 0;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

section.checkout-main .chk-left .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 600;
    cursor: pointer;
    color: #000;
}

section.checkout-main .form-control {
    display: block;
    width: 100%;
    padding: 0.380rem 0.80rem;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    margin-bottom: 30px;
    color: #212529;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

section.checkout-main .checkbox p {
    padding-left: 0px;
}

section.checkout-main .cont {
    background-image: linear-gradient(to top, #61045f 0%, #791289 51%, #af44c3 100%);
    padding: 12px 50px;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
}

section.checkout-main .payment-div p {
    font-family: 'Poppins';
    color: #6b6969;
    font-weight: 500;
    font-size: 14px;
}

section.checkout-main .accordion-button:not(.collapsed)::after {
    display: none;
}

section.checkout-main .accordion-button::after {
    display: none;
}

section.checkout-main .accordion-item:not(:first-of-type) {
    margin: 15px 0;
}

section.checkout-main p.opt {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 14px;
}

section.checkout-main .policies {
    border: 1px solid #dfdfdf;
    padding: 20px;
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
}

section.checkout-main .cart-bottom {
    display: flex;
    align-items: center;
    padding: 21px 0;
}

section.checkout-main .cart-bottom i {
    color: #000;
    font-size: 30px;
    margin-top: 0 !important;
}

section.checkout-main .cart-bottom i {
    color: #000;
    font-size: 30px;
    margin: 0;
    display: flex;
    align-items: center;
}

section.checkout-main .cart-bottom li p {
    color: #999595;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins';
    width: 76%;
    line-height: 22px;
}

section.checkout-main .cart-bottom li a:hover {
    text-decoration: none;
    color: #000;
}

section.checkout-main {
    padding: 100px 0;
}

section.checkout-main .leavereply h1 {
    color: #8a007f;
    font-size: 40px;
    text-transform: capitalize;
}

section.checkout-main .rating .stars span {
    color: #d9a420 !important;
}

section.checkout-main .leavereply input[type="text"],
.leavereply input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 2px;
    color: #000;
    height: 50px;
    padding: 0 30px;
}

section.checkout-main .leavereply textarea {
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
    resize: none;
    border: 1px solid #000;
    background: transparent;
    border-radius: 2px;
    color: #000;
    padding: 20px 30px;
}

section.checkout-main .leavereply input[type="submit"] {
    float: right;
    text-align: center;
    border: 0;
    display: inline-block;
    padding: 12px 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    background-color: #e94259;
}

section.checkout-main .leavereply input[type="submit"]:hover {
    color: #fff;
    background-color: #8a007f;
}

section.checkout-main .citem p {
    font-family: 'Poppins';
    color: #999595;
    font-size: 13px;
    line-height: 35px;
    font-weight: 500;
}

section.checkout-main .pull-right {
    text-align: end;
}

section.checkout-main .selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    float: left;
    width: 100%;
}

section.checkout-main .selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    right: 20px;
    top: 6px;
    height: 34px;
    padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

section.checkout-main .chk-bx {
    margin-bottom: 20px;
}

section.checkout-main .chk-bx .form-check .form-check-input {
    border-radius: 0;
    border-width: 1px;
    border-color: #a72419;
    accent-color: #a72419;
}

section.checkout-main .chk-bx .form-check {
    display: flex;
    align-items: center;
}

section.checkout-main .checkout-main label {
    color: #7e7e7e;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}

section.checkout-main .chk-bx .form-check label {
    padding-left: 10px;
}

section.checkout-main .form-p p {
    color: #7e7e7e;
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins";
}

section.checkout-main .form-p button {
    margin-top: 20px;
    padding: 10px 70px;
    border: gainsboro;
    border-radius: 5px;
}

section.checkout-main select::-ms-expand {
    display: none;
}

section.checkout-main .selectdiv select {
    appearance: none;
    display: block;
    /* max-width: 320px; */
    height: 50px;
    width: 261px;
    /* margin: 5px 0px; */
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    /* background-color: #ffffff; */
    background-image: none;
    /* border: 1px solid #0ebeff; */
    -ms-word-break: normal;
    word-break: normal;
}

section.checkout-mainc .selectdiv2:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    right: 20px;
    top: 6px;
    height: 34px;
    padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

section.checkout-main .selectdiv2 select:focus {
    border: 0px;
}

.mr_list li {
    display: inline-block;
    margin-right: 15px;
}

section.checkout-main .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #a71f1a;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    height: 60px;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Poppins';
}

section.checkout-main .order-guest {
    margin-right: 5px;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

section.checkout-main .rdio-btn input[type="radio"] {
    border-color: #1b1b1b;
    width: 18px;
    height: 18px;
    border-width: 1px;
    margin-right: 10px;
}

section.checkout-main .form-check-input:checked {
    background-color: #a72419 !important;
    border-color: #a72419 !important;
}

section.checkout-main .form-check-input:focus {
    border-color: inherit !important;
    outline: 0;
    box-shadow: inherit !important;
}

section.checkout-main .form-group input {
    height: 45px;
}

section.checkout-main .rdio-btn ul li .form-check {
    margin-right: 30px;
}

section.checkout-main .rdio-btn ul {
    display: flex;
    margin-bottom: 20px;
}

section.checkout-main button.accordion-button.collapsed {
    height: 70px;
    background: #f7f7f7;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #000;
    font-weight: 500;
    border: 1px solid #d8d5d5 !important;
}

section.checkout-main .accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

section.checkout-main button.btn1 {
    background: #e6e6fa;
    border: 0;
    width: 35%;
    /* margin-top: 30px; */
    color: #fff;
    font-size: 20px;
}

section.checkout-main .pasrd {
    position: relative;
}

section.checkout-main .birth {
    position: relative;
}

section.checkout-main p.opt {
    position: absolute;
    right: -70px;
    top: 4px;
    color: #7e7e7e;
    font-weight: 600;
}

section.checkout-main .check-inp {
    margin-left: 24%;
}

section.checkout-main .rdio-btn ul {
    list-style-type: none;
}

section.checkout-main .form-p a {
    color: white;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Roboto';
    background-color: #e2f0c2;
    padding: 10px 90px;
    text-transform: uppercase;
}

section.checkout-main .cart-bottom ul {
    list-style-type: none;
}

section.checkout-main .add-txttf select {
    display: block;
    width: 100%;
    padding: 0.380rem 0.80rem;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    margin-bottom: 30px;
    color: #212529;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/*Inner Checkout Ends*/


/*Inner Shop Start*/

.catogeriesbox {
    box-shadow: 0px 0px 20px 0px #3836362e;
    background: #a71f1a;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 22px 25px;
}

.catogeriesbox h4 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
    font-family: 'Poppins';
}

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

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

section.productsec {
    padding: 80px 0px;
}

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

section.product-page.work #accordion .panel-heading {
    padding: 0;
}

section.product-page.work #accordion .panel-title>a {
    padding: 16px 20px;
    outline: none;
    text-decoration: none;
    color: #016a78;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #fff !important;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.inner-imag.wow.bounceIn img {
    width: 80%;
}

section.product-page.work #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;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section.product-page.work #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;
    display: none;
}

.frequently-list .panel-body ul li a {
    color: #000000;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

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

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

.frequently-list .panel-body ul li {
    text-align: left;
    padding: 20px 20px;
    border-bottom: 1px solid #d8d5d5 !important;
    border-radius: 0;
}

.panel-body .row {
    display: flex;
    align-items: baseline;
}

.frequently-list {
    border-radius: 0px;
    border: 1px solid #c5c5c5;
    border-bottom: none !important;
    border-top: none !important;
    margin: 0 1px;
}

.panel-body.below {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

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

ul.mr_list {
    margin-bottom: 30px !important;
}

.panel-body ul {
    padding: 0;
    margin-bottom: 0;
    background-color: unset !important;
}

.frequently-list .panel-body li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
}

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

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

.frequently-list h4.panel-title {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

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

.paddingbottom {
    padding: 0 0 30px;
    align-items: center;
}

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


/* ======== */

.dv2productdetail select {
    padding: 16px 40px 16px 18px;
    border: 1px solid #d8d5d5;
    border-radius: 0;
    background-image: url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: 94% 50%;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    color: #010101;
    font-weight: 500;
}

.dv3productdetail select {
    width: 100%;
    border-radius: 0;
    background-image: url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: 87% 50%;
    line-height: 26px;
    padding: 16px 40px 16px 15px;
    border: 1px solid #d8d5d5;
    color: #010101;
    font-weight: 500;
}

.our-products-boxs.inner {
    margin-top: 10px;
}

section.product-page {
    padding: 100px 40px;
}

.text-shoow-product h6 {
    text-align: right;
    margin: 0px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
}

section.product-page.work .row.conts {
    align-items: center;
    margin-bottom: 20px;
}

.frequently-list .panel-body ul li input {
    display: none;
    cursor: pointer;
}

.frequently-list .panel-body ul li label {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    position: relative;
    padding-left: 55px;
    cursor: pointer;
    color: #010101;
}

section.product-page.work .art_box .imgShape img {
    height: 370px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

section.product-page .colrighMain {
    padding-left: 40px;
}

section.product-page .imgShape {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

section.product-page.work .artbox_text h3 {
    letter-spacing: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

section.product-page.work .artbox_text .addlinks .price del {
    font-size: 13px;
    line-height: 20px;
}

section.product-page.work .artbox_text .addlinks .price ins {
    font-size: 20px;
    margin-right: 8px;
}

section.product-page.work .addlinks {
    margin: 10px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.product-page.work .artbox_text p {
    font-size: 15px;
    line-height: 26px;
    padding: 3px 0 7px;
}

section.product-page.work .addlinks .cartbt a:hover {
    transform: scale(0.95);
}

section.product-page.work .frequently-list #accordion h4.panel-title a.color-green {
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: 94% 50%;
    border-bottom: 1px solid #d8d5d5 !important;
    border-radius: 0;
}

.dv2productdetail from {
    position: relative;
}

.dv2productdetail-icon img {
    width: 11px;
    height: 9px;
    object-fit: contain;
}

.dv2productdetail-icon {
    position: absolute;
    right: 15px;
    top: 18px;
    pointer-events: none;
}

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

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

.dv2productdetail form {
    width: 100%;
}

section.product-page.work .loadingMore ul.pagination {
    justify-content: flex-start;
    gap: 12px;
}

.loadingMore ul.pagination a.page-link {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    background-color: transparent;
    border: 0;
    border: 1px solid #d8d5d5;
    font-weight: 500;
}

.loadingMore ul.pagination a.page-link i {
    font-size: 16px;
}

.loadingMore {
    margin-top: 30px;
}

.loadingMore ul.pagination a.page-link:hover {
    color: #fff;
    background: #000;
}

section.product-page.work .addlinks .cartbt {
    display: inline-block;
}

section.product-page.work .addlinks .cartbt a {
    background-color: transparent;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    background-image: linear-gradient(180deg, #019901 0%, #043700 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 12px 24px 12px 24px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.frequently-list .panel-body ul li label:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #d8d5d5;
    left: 10px;
    top: -1%;
    background-color: transparent;
    border-radius: 0px;
    filter: drop-shadow(0px 0px 3px #fff);
}

.frequently-list .panel-body ul li input:checked+label:after {
    position: absolute;
    left: 18px;
    top: 1px;
    background: transparent;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    border-color: #000;
    z-index: 12;
    width: 8px;
    height: 16px;
    content: "";
    transform: rotate(45deg);
}

section.product-page.work .art_box {
    margin-bottom: 50px;
}


/*Inner Shop Ends*/


/*Inner About Us Start*/

.silvrback-strong-sec.inner p {
    margin-bottom: 0;
}

.silvrback-strong-bottom-row p {
    color: #555454;
    font-weight: 500;
}

.silvrback-strong-bottom-row {
    margin-top: 8px;
}

.our-testimonial-sec {
    padding: 100px 0 180px;
}

.our-testimonial-heading label {
    font-family: "Abril Fatface", serif;
    color: #a71f1a;
    font-size: 24px;
    text-transform: uppercase;
}

.our-testimonial-images-silder-items img {
    width: 100%;
    height: 528px;
    object-fit: cover;
}

.our-testimonial-silder {
    margin-top: 80px;
    margin-left: 20px;
}

.our-testimonial-silder-items img {
    width: 93px;
    height: 67px;
    object-fit: contain;
    margin-bottom: 20px;
}

.our-testimonial-silder-items p {
    line-height: 45px;
    color: #6a6a6a;
    margin-bottom: 20px;
    font-size: 19px;
}

.our-testimonial-silder-items h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.our-testimonial-silder-items span {
    font-family: "Abril Fatface", serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
}

.our-testimonial-sec .row {
    position: relative;
}

.our-testimonial-sec .row:before {
    content: "";
    position: absolute;
    background: #fbf4f3;
    width: 70%;
    height: 90%;
    z-index: -1;
    bottom: -60px;
    left: 0;
}

.our-testimonial-images-silder .slick-slide {
    margin: 0px 0px;
}

.our-testimonial-silder .slick-slide {
    margin: 0px 0px;
}

.our-testimonial-images-silder .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    left: -10px;
}

.our-testimonial-images-silder .slick-dots li.slick-active button:before {
    opacity: 2;
    color: black;
    background: #a71f1a;
}

.our-testimonial-images-silder .slick-active {
    opacity: 1;
}

.our-testimonial-images-silder .slick-dots li button:before {
    top: 0;
    left: 0;
    width: 40px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000;
    border-radius: 20px;
}

.our-testimonial-images-silder .slick-dots li {
    margin: 0 18px;
}


/*Inner About Us Ends */


/* Details Products Start */

section.pd-detial {
    position: relative;
    overflow: hidden;
    padding: 100px 0 10px;
}

section.pd-detial .pd-detail-img {
    text-align: center;
    position: relative;
    border-radius: 30px;
    transition: 0.9s;
}

section.pd-detial .coLeft {
    padding-left: 0;
}

section.pd-detial .row {
    align-items: center;
}

section.pd-detial .pd-detail-img:hover {
    filter: brightness(0.9);
}

.prdName h2 {
    padding-bottom: 15px !important;
}

section.pd-detial .pd-detail-img img {
    transition: 0.9s;
    height: 504px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 0 5px 0 #00000063;
}

section.pd-detial .detail-text {
    position: relative;
    margin-left: 20px;
}

section.pd-detial .detail-text h3 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #a71f1a;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 10px;
}

section.pd-detial .detail-text p.para {
    margin-bottom: 20px;
    word-spacing: 2px;
    color: #8e8e8e;
    font-weight: 500;
}

.detail-text h3 del {
    font-size: 24px;
    color: #868686;
}

section.pd-detial .detail-text p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 4px;
    color: #000;
}

section.pd-detial .detail-text p strong {
    margin-right: 10px;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    font-weight: 600;
}

section.pd-detial ul.pr_counter.countespp {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    justify-content: flex-start;
}

section.pd-detial li.inc {
    position: relative;
    display: flex;
}

section.pd-detial li.inc span {
    background: transparent;
    padding: 12px 10px;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}

section.pd-detial li.inc input.input-number {
    padding: 12px 20px;
    border: 0;
    text-align: center;
    width: 100px;
    background: transparent;
    color: #000000;
    font-weight: 500;
}

section.pd-detial li.inc input.input-number::placeholder {
    color: #fff;
}

section.pd-detial ul.pr_counter.countespp li:last-child {
    position: relative;
    border: 1px solid #dfdddd;
    border-radius: 7px;
    padding: 0px 3px;
}

section.pd-detial ul.pr_counter.countespp li:last-child a {
    background: #5d6957;
    color: #fff;
    padding: 14px 30px;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    border-radius: 6px;
    transition: 0.9s;
}

section.pd-detial ul.pr_counter.countespp li:last-child a:hover {
    background: #ed1b24;
}

section.pd-detial .primary-btn a {
    width: 100%;
    text-align: center;
}

section.pd-detial .primary-btn {
    width: 100%;
    text-align: center;
}


/* ========= */


/* reives */

.description .tab-content input[type="text"] {
    width: 100%;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #e7e6e6;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 16px 20px;
    border: 0px;
    margin-bottom: 20px;
}

.description .tab-content textarea {
    width: 100%;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #e7e6e6;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 24px;
    padding: 16px 20px;
    border: 0px;
    margin-bottom: 20px;
}

.description .tab-content h6 {
    margin-top: 30px;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.rating:not(:checked)>input {
    position: absolute;
    appearance: none;
}

.rating>input:checked~label {
    color: var(--secondary-color);
}

.rating:not(:checked)>label:before {
    content: "\f005 ";
    font-size: 30px;
    margin: 0px 8px;
    font-family: "Font Awesome 5 Free";
    color: #000;
}

.rev-btn {
    margin-top: 20px;
}

.rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 50px;
    color: #fff;
}

div#reviews button.btn-1.tabs-btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 26px;
    padding: 12px 50px;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0px 0px 2px 1px #e7e5e6;
    border-radius: 25px;
    background-color: #009a16;
    color: #fff;
    border: 0px;
}

div#reviews button.btn-1.tabs-btn:hover {
    background-color: #000;
}

.description .tab-content textarea::placeholder {
    color: #fff;
}

.buttn.my-2 a.p-btn {
    display: inline-block;
    padding: 14px 40px;
}

.buttn.my-2 a.p-btn span {
    display: inline-block;
}


/* ======== */

.description .nav-tabs {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #cccbcb;
}

.description .nav-tabs li.nav-item {
    margin-bottom: 30px;
}

.description .nav-tabs .nav-link {
    text-transform: uppercase;
    padding: 10px 30px;
    color: #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 6px !important;
    border: 1px solid #ffffff1c;
    background-color: transparent;
}

.description .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #000 !important;
    color: #fff !important;
}

section.description button {
    border: none;
}

.description .tab-content p {
    padding-top: 20px;
    color: #616161;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

.description {
    padding: 40px 0 80px;
}

.description button.btn-1.tabs-btn {
    display: inline-block;
    padding: 14px 40px;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 7px;
    transition: 0.9s;
    border: 0;
    background: #009a16;
    color: #fff;
}

section.pd-detial .parBtns {
    display: flex;
    gap: 50px;
    margin-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

section.pd-detial .parBtns a {
    width: 50%;
    text-align: center;
    border-radius: 5px;
    padding: 12px 0;
    font-size: 16px;
    transition: 0.9s;
    letter-spacing: 0px;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #e2dfe0;
    font-weight: 500;
}

a.busybtn {
    background: #a71f1a;
    color: #ffff !important;
}

section.pd-detial .parBtns a:hover {
    transform: translate(0px, -5px);
}

section.pd-detial .vails span {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}

section.pd-detial .prdName ul {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    align-items: center;
}

section.pd-detial .prdName ul ul.rating {
    gap: 2px;
    margin: 0px;
}

section.pd-detial .prdName ul ul.rating li i {
    color: #ffc30d;
    transition: 0.4s;
}

section.pd-detial .prdName ul ul.rating:hover li i {
    transform: rotate(360deg);
    color: #009a16;
}

section.pd-detial .prdName ul span {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

section.pd-detial .prdName ul li.stock {
    display: flex;
    align-items: center;
    gap: 5px;
}

section.pd-detial .parBtns a:hover {
    transform: scale(1.096);
}

.featured-products-heading {
    text-align: center;
    margin-bottom: 0;
}

.featured-products-sec {
    padding-bottom: 80px;
}

.featured-products-silder .slick-active {
    opacity: 1.5;
}

.featured-products-silder .slick-slide {
    margin: 0px 12px;
}

.featured-products-silder .slick-prev:before {
    content: '\f060';
    font-weight: 900;
    font-family: 'Font Awesome 7 Pro';
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff !important;
    font-size: 15px;
    border-radius: 5px;
}

.featured-products-silder .slick-prev {
    left: -35px;
}

.featured-products-silder .slick-next {
    right: -20px;
}

.featured-products-silder .slick-next:before {
    content: '\f061';
    font-weight: 900;
    font-family: 'Font Awesome 7 Pro';
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff !important;
    font-size: 15px;
    border-radius: 5px;
}


/* Details Products Ends */


/* Inner Cart Start  */

.cart-head {
    border-bottom: 1px solid #ffffffa3;
    margin-bottom: 30px;
}

table.cart-page-tble {
    width: 100%;
}

.cart-page-tble thead tr {
    height: 58px;
    color: #fff;
    border-radius: 0;
    background: #a71f1a;
    border-bottom: 0px;
}

.cart-page-tble thead tr th {
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border: 0px !important;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.cart-page-tble thead tr th:first-child {
    padding-left: 20px;
}

.cart-page-tble tbody tr td {
    padding: 20px 0px;
    font-size: 20px;
    color: #000;
}

.product-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.product-cart figure {
    margin: 0;
}

.product-cart article {
    margin-left: 10px !important;
}

.unit-sub-price-text {
    font-size: 17px;
    color: #aba1a1;
    font-weight: 600;
}

.cart-page-tble tbody tr td i {
    border-radius: 0;
    color: #000;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.pricing-cart-total {
    padding: 0 20px 0 0;
}

.cart-right-total h5 {
    text-transform: uppercase;
}

.product-cart article p {
    font-size: 18px;
    line-height: 25px;
    margin: 5px 0px;
    color: #a2a1a1;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Poppins';
}

.product-cart figure img {
    width: 104px;
    height: 98px;
    border-radius: 5px;
    border: 1px solid #d8d5d5;
}

.cart-page-tble tbody tr td span.price {
    font-size: 24px;
    line-height: 34px;
    color: #666666;
    font-weight: 300;
}

th.quantity {
    width: 70%;
    display: inline-block;
    text-align: center;
}

.sizes input[type="text"] {
    background-color: #f7f7f7;
    height: 54px;
    text-align: center;
    display: table;
    margin: 0px auto;
    width: 70% !important;
    color: #394136ad;
    border: 2px solid #f7f7f7;
    border-radius: 4px;
}

.sizes label {
    text-align: center;
    display: block;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #a2a1a1;
}

.sizes input[type="text"]::placeholder {
    color: #000;
}

section.cart-main-sec {
    padding: 100px 0;
}

span.cart-button {
    background: #fbf4f3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 0 0 auto;
    border-radius: 5px;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-bottom: 1px solid #cdcdcd;
}

.prc-cart-rate a {
    border: 0px;
    padding: 18px 60px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 400;
    transition: 0.4s;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 50px;
    background: #000;
    color: #fff;
    width: 100%;
    text-align: center;
}

.prc-cart-rate a:hover {
    background-color: var(--primary-color);
}

.card-price {
    padding: 50px 30px;
    border: 2px solid #f1f1f1;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    border-radius: 0px;
}

.card-price .imtes h6 {
    color: #757272;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: uppercase;
}

.card-price h6 span {
    float: right;
}

.card-price .imtes {
    padding-bottom: 20px;
}

.carss {
    padding: 50px 40px;
    border: 2px solid #eeeeee;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    border-radius: 0px;
}

.prc-cart-rate a:hover {
    background: #000;
}

.carss h6 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #848383;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.card-price h6 {
    font-size: 25px;
    font-weight: 400;
    color: #757272;
    letter-spacing: -1px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.prc-cart-rate a:hover {
    background-color: #000;
}

.paypal {
    position: relative;
    padding: 0px 0px 20px 0px;
}

.paypal span {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    z-index: 12;
    position: relative;
    background-color: #fff;
    padding: 0px 20px;
    font-weight: 400;
}

.continue-purchasing-btn a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.continue-purchasing-btn {
    margin-top: 20px;
}

.paypal:before {
    position: absolute;
    content: "";
    width: 100%;
    border: 1px solid #d8d5d5;
    height: 100%;
    left: 0;
    right: 0;
    display: table;
    margin: 0px auto;
    top: 14px;
    z-index: -1;
    border-radius: 5px;
}

.paypal a img {
    margin-top: 18px;
}

.carss p {
    font-size: 20px;
    line-height: 30px;
    color: #848383;
    font-weight: 400;
    text-transform: uppercase;
}

.carss .subheading {
    padding-bottom: 10px;
}

th.u-price {
    text-align: center;
    padding-right: 50px !important;
}

.uint-price {
    text-align: center;
    padding-right: 40px;
}

.carss .subheading:last-child {
    padding-bottom: 0px !important;
}

.carss .subheading:last-child p {
    margin-bottom: 3px;
}

.product-cart figure {
    margin: 0;
    width: 38%;
}

.cart-page-tble tbody tr td i:hover:before {
    transform: scale(0.98);
    filter: drop-shadow(2px 2px 104px black);
}

#loader {
    position: fixed;
    inset: 0;
    background: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

div#loader video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Inner Cart Ends  */



/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
      .single-product h1.product_title.entry-title {
  font-size: 32px;
}
.woocommerce #reviews #comments h2 {
  font-size: 30px;
}
.related.products > h2 {
  font-size: 30px;
}
    .inner-contact-us-sec .get-in-touch-box h2 {
  font-size: 24px;
}
.get-in-touch-form h2 {
  font-size: 28px;
}
.inner-contact-us-sec .get-in-touch-box ul li span img {
  width: 30px;
}
.inner-contact-us-sec .get-in-touch-box ul li a {
  font-size: 12px;
  line-height: 15px;
}
    
#primary {
  margin-top: 30px;
}
    
.main-banner-sec.inner::after {
  width: 57%;
  right: 10px;
}
.main-banner-sec.inner::before {
  width: 44%;
}
.silvrback-strong-heading::before {
  display: none;
}
.our-testimonial-heading h2 {
  font-size: 31px;
}
.our-testimonial-sec .row::before {
  top: 100px;
}
.our-testimonial-silder-items p {
  font-size: 16px;
  line-height: 28px;
}
.footer-qucik-links.wow.fadeInDown {
}
    
.footer-qucik-links {
  margin: 0;
}
.footer-contact-box {
  margin: 0;
}
.join-our-newsletter-box {
  margin: 0;
}
.footer-sec h2 {
  font-size: 18px;
}
.footer-contact-box ul li a {
  font-size: 9px;
  line-height: 18px;
  margin-bottom: 14px;
}
    
.our-products-boxs-images img {
  height: 200px;
}
    
.header-logo a img {
  width: 70px !important;
}
.menuSec {
  margin: 0;
}
.menuSec ul li a {
  font-size: 16px;
}
.menu-serach-bar-box form {
  width: 100%;
}
.meun-cart-button {
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
}
.meun-cart-button {
  width: 40%;
}
.xoo-wsc-sc-cont span.woocommerce-Price-amount.amount {
  font-size: 16px;
}
.xoo-wsc-sc-bki {
  font-size: 19px;
}
h1 {
  font-size: 52px;
}
.main-banner-sec {
  z-index: 99999;
}
.main-banner-sec {
  z-index: 0;
}
.our-collection-items-heading h2 {
  font-size: 20px;
}

.silvrback-strong-heading h2 {
  font-size: 32px;
}
.silvrback-strong-sec .row {
  align-items: center !important;
}
.silvrback-strong-images img {
  height: 520px;
  object-fit: cover;
}
.precision-apparel-heading h2 {
  font-size: 30px;
}
.precision-apparel-sec::before {
  top: 0;
  height: 100%;
}
.precision-apparel-sec {
  padding: 40px 0;
}
.our-products-boxs-heading h2 {
  font-size: 15px;
}
}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {
    .single-product h1.product_title.entry-title {
  font-size: 32px;
}
.woocommerce #reviews #comments h2 {
  font-size: 30px;
}
.related.products > h2 {
  font-size: 30px;
}
    .inner-contact-us-sec .get-in-touch-box h2 {
  font-size: 24px;
}
.get-in-touch-form h2 {
  font-size: 28px;
}
.inner-contact-us-sec .get-in-touch-box ul li span img {
  width: 30px;
}
.inner-contact-us-sec .get-in-touch-box ul li a {
  font-size: 12px;
  line-height: 15px;
}
    
#primary {
  margin-top: 30px;
}
    
.main-banner-sec.inner::after {
  width: 57%;
  right: 10px;
}
.main-banner-sec.inner::before {
  width: 44%;
}
.silvrback-strong-heading::before {
  display: none;
}
.our-testimonial-heading h2 {
  font-size: 31px;
}
.our-testimonial-sec .row::before {
  top: 100px;
}
.our-testimonial-silder-items p {
  font-size: 16px;
  line-height: 28px;
}
.footer-qucik-links.wow.fadeInDown {
}
    
.footer-qucik-links {
  margin: 0;
}
.footer-contact-box {
  margin: 0;
}
.join-our-newsletter-box {
  margin: 0;
}
.footer-sec h2 {
  font-size: 18px;
}
.footer-contact-box ul li a {
  font-size: 9px;
  line-height: 18px;
  margin-bottom: 14px;
}
    
.our-products-boxs-images img {
  height: 200px;
}
    
.header-logo a img {
  width: 70px !important;
}
.menuSec {
  margin: 0;
}
.menuSec ul li a {
  font-size: 12px;
}
.menu-serach-bar-box form {
  width: 100%;
}
.meun-cart-button {
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
}
.meun-cart-button {
  width: 40%;
}
.xoo-wsc-sc-cont span.woocommerce-Price-amount.amount {
  font-size: 13px;
}
.xoo-wsc-sc-bki {
  font-size: 19px;
}
h1 {
  font-size: 30px;
}
.main-banner-sec {
  z-index: 99999;
}
.main-banner-sec {
  z-index: 0;
}
.our-collection-items-heading h2 {
  font-size: 20px;
}

.silvrback-strong-heading h2 {
  font-size: 32px;
}
.silvrback-strong-sec .row {
  align-items: center !important;
}
.silvrback-strong-images img {
  height: 520px;
  object-fit: cover;
}
.precision-apparel-heading h2 {
  font-size: 30px;
}
.precision-apparel-sec::before {
  top: 0;
  height: 100%;
}
.precision-apparel-sec {
  padding: 40px 0;
}
.our-products-boxs-heading h2 {
  font-size: 15px;
}
}


@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .main-banner-sec::after {
  right: -17px;
  width: 57%;
  z-index: -2;
}
    
.footer-logo a img {
  height: 140px;
}
.single-product h1.product_title.entry-title {
  font-size: 32px;
}
.woocommerce #reviews #comments h2 {
  font-size: 30px;
}
.related.products > h2 {
  font-size: 30px;
}
    .inner-contact-us-sec .get-in-touch-box h2 {
  font-size: 24px;
}
.get-in-touch-form h2 {
  font-size: 28px;
}
.inner-contact-us-sec .get-in-touch-box ul li span img {
  width: 30px;
}
.inner-contact-us-sec .get-in-touch-box ul li a {
  font-size: 12px;
  line-height: 15px;
}
    
#primary {
  margin-top: 30px;
}
    
.main-banner-sec.inner::after {
  width: 57%;
  right: -10px;
}
.main-banner-sec.inner::before {
  width: 44%;
}
.silvrback-strong-heading::before {
  display: none;
}
.our-testimonial-heading h2 {
  font-size: 31px;
}
.our-testimonial-sec .row::before {
  top: 100px;
}
.our-testimonial-silder-items p {
  font-size: 16px;
  line-height: 28px;
}
.footer-qucik-links.wow.fadeInDown {
}
    
.footer-qucik-links {
  margin: 0;
}
.footer-contact-box {
  margin: 0;
}
.join-our-newsletter-box {
  margin: 0;
}
.footer-sec h2 {
  font-size: 18px;
}
.footer-contact-box ul li a {
  font-size: 9px;
  line-height: 18px;
  margin-bottom: 14px;
}
    
.our-products-boxs-images img {
  height: 200px;
}
    
.header-logo a img {
  width: 70px !important;
}
.menuSec {
  margin: 0;
}
.menuSec ul li a {
  font-size: 12px;
}
.menu-serach-bar-box form {
  width: 100%;
}
.meun-cart-button {
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
}
.meun-cart-button {
  width: 40%;
}
.xoo-wsc-sc-cont span.woocommerce-Price-amount.amount {
  font-size: 13px;
}
.xoo-wsc-sc-bki {
  font-size: 19px;
}
h1 {
  font-size: 30px;
}
.main-banner-sec {
  z-index: 99999;
}
.main-banner-sec {
  z-index: 0;
}
.our-collection-items-heading h2 {
  font-size: 20px;
}

.silvrback-strong-heading h2 {
  font-size: 32px;
}
.silvrback-strong-sec .row {
  align-items: center !important;
}
.silvrback-strong-images img {
  height: 520px;
  object-fit: cover;
}
.precision-apparel-heading h2 {
  font-size: 30px;
}
.precision-apparel-sec::before {
  top: 0;
  height: 100%;
}
.precision-apparel-sec {
  padding: 40px 0;
}
.our-products-boxs-heading h2 {
  font-size: 15px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
.inner-contact-us-sec .get-in-touch-box h2 {
  font-size: 24px;
}
.get-in-touch-form h2 {
  font-size: 28px;
}
.inner-contact-us-sec .get-in-touch-box ul li span img {
  width: 30px;
}
.inner-contact-us-sec .get-in-touch-box ul li a {
  font-size: 12px;
  line-height: 15px;
}
    
#primary {
  margin-top: 30px;
}
    
.main-banner-sec.inner::after {
  width: 57%;
  right: 10px;
}
.main-banner-sec.inner::before {
  width: 44%;
}
.silvrback-strong-heading::before {
  display: none;
}
.our-testimonial-heading h2 {
  font-size: 31px;
}
.our-testimonial-sec .row::before {
  top: 100px;
}
.our-testimonial-silder-items p {
  font-size: 16px;
  line-height: 28px;
}
.footer-qucik-links.wow.fadeInDown {
}
    
.footer-qucik-links {
  margin: 0;
}
.footer-contact-box {
  margin: 0;
}
.join-our-newsletter-box {
  margin: 0;
}
.footer-sec h2 {
  font-size: 18px;
}
.footer-contact-box ul li a {
  font-size: 9px;
  line-height: 18px;
  margin-bottom: 14px;
}
    
.our-products-boxs-images img {
  height: 200px;
}
    
.header-logo a img {
  width: 70px !important;
}
.menuSec {
  margin: 0;
}
.menuSec ul li a {
  font-size: 10px;
}
.menu-serach-bar-box form {
  width: 100%;
}
.meun-cart-button {
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
}
.meun-cart-button {
  width: 40%;
}
.xoo-wsc-sc-cont span.woocommerce-Price-amount.amount {
  font-size: 13px;
}
.xoo-wsc-sc-bki {
  font-size: 19px;
}
h1 {
  font-size: 30px;
}
.main-banner-sec {
  z-index: 99999;
}
.main-banner-sec {
  z-index: 0;
}
.our-collection-items-heading h2 {
  font-size: 20px;
}

.silvrback-strong-heading h2 {
  font-size: 32px;
}
.silvrback-strong-sec .row {
  align-items: center !important;
}
.silvrback-strong-images img {
  height: 520px;
  object-fit: cover;
}
.precision-apparel-heading h2 {
  font-size: 30px;
}
.precision-apparel-sec::before {
  top: 0;
  height: 100%;
}
.precision-apparel-sec {
  padding: 40px 0;
}
.our-products-boxs-heading h2 {
  font-size: 15px;
}

}

@media only screen and (min-width: 520px) and (max-width: 767px) {
   

.silvrback-strong-sec.inner.pt-10.pb-10 {
  padding-top: 0;
}
.our-products-row .col-lg-3.col-md-3.col-12 {
    width: 50%;
}



.footer-sec .col-12 {
    width: 50%;
}

.col-lg-2.col-md-2.col-12 {}

.join-our-newsletter-box h2 {
    font-size: 20px;
}

.join-our-newsletter-box h2 {
    line-height: 6px;
}

.footer-contact-box ul li a {
    line-height: 18px;
    margin-bottom: 20px;
}
    .our-products-row .col-lg-3.col-md-3.col-12 {
    width: 50%;
}
div#loader video {
    object-fit: inherit;
}
.our-products-sec.pb-10  .col-lg-3.col-md-3.col-12 > a {
  width: 100%;
}
.our-collection-items a {
  width: 100%;
}
    .slicknav_nav {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999999;
  background: #212121;
  width: 100%;
  padding: 30px 0;
}
.slicknav_menu {
}
.slicknav_btn {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 9999999;
}
.slicknav_menu {
}  
 .header-logo {
    text-align: center;
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 0;
  }
.menu-serach-bar-row {
  margin-top: 20px;
  padding-bottom: 20px;
}
.header-logo a img {
  height: 70px;
}
.menuSection.wow.fadeInDown {
  position: unset;
  background: #212121;
}
.header-banner-back {
  position: unset;
  background: unset;
}
h1 {
  font-size: 31px;
}
.main-banner-sec::after {
  display: none;
}
.main-banner-images-silder-items img {
  height: 320px;
  object-fit: cover;
}
.main-banner-text-silder-items {
  margin-bottom: 30px;
}
.menuSection::before {
  display: none;
}
.footer-qucik-links {
  margin-left: 0;
}

.meun-cart-button {
}
.menu-serach-bar-box {
}
.xoo-wsc-cart-active .xoo-wsc-container, .xoo-wsc-slider-active .xoo-wsc-slider {
  max-width: 350px;
}


.meun-cart-button {
  width: 30%;
}
.menu-serach-bar-box form {
  width: 100%;
}

h2 {
  font-size: 40px;
}
.our-collection-sec.pt-10.pb-10 {
  padding-top: 0;
  padding-bottom: 20px;
}
.our-collection-silder .slick-next {
  top: 30px;
  right: 30%;
}
.our-collection-silder .slick-prev {
  top: 30px;
  right: 50%;
}
.our-collection-silder {
  padding-top: 50px;
}
.our-collection-heading {
  text-align: center;
}
.our-collection-items-heading h2 {
  font-size: 20px;
}
.our-collection-items-img img {
  height: 400px;
}

.silvrback-strong-images img {
  height: 330px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.silvrback-strong-heading h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.silvrback-strong-heading {
  margin-top: 20px;
}
.silvrback-strong-heading::before {
  display: none;
}
.precision-apparel-heading h2 {
  font-size: 25px;
  text-align: center;
}
.precision-apparel-button {
  text-align: center;
}
.precision-apparel-sec::before {
  height: 100%;
}
.precision-apparel-sec {
  padding: 30px 0;
}
.silvrback-strong-sec.pt-10.pb-10 {
  padding-bottom: 20px;
}
.our-products-sec .nav-link {
  font-size: 16px;
  padding: 6px 8px;
}
.our-products-sec .nav-tabs {
  gap: 0;
  justify-content: space-around;
}
.our-products-boxs-heading h2 {
  font-size: 18px;
}
.our-products-boxs-heading {
}
.col-lg-4.col-md-4.col-12 {
}

.footer-contact-box {
  margin-left: 0;
}
.join-our-newsletter-box.wow.fadeInDown {
  visibility: visible !important;
}
.footer-copy-right-sec p {
  visibility: visible !important;
  font-size: 12px;
}

.our-testimonial-silder-items p {
  line-height: 30px;
  font-size: 16px;
}
.our-testimonial-silder-items {
  margin-bottom: 30px;
}
.our-testimonial-images-silder-items img {
  height: 300px;
}
.our-testimonial-sec .row::before {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.our-testimonial-sec .row {
  padding: 30px 0;
}
.our-testimonial-sec {
  padding: 0;
}
.precision-apparel-sec {
  margin: 0;
}

.product-page.work {
  padding: 0;
}
.product-page.work .our-products-boxs-heading h2 {
  font-size: 12px;
}
section.product-page .colrighMain {
  padding: 20px 30px;
}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
  margin-bottom: 0 !important;
}

.single-product h1.product_title.entry-title {
  font-size: 30px !important;
}
.single-product p.price {
  font-size: 30px !important;
}
.single-product button.single_add_to_cart_button.button.alt {
  width: 40% !important;
  font-size: 14px !important;
}
.related.products > h2 {
  font-size: 25px !important;
  text-align: center !important;
}

.inner-contact-us-sec .get-in-touch-box h2 {
  font-size: 30px;
}
.inner-contact-us-sec {
  padding-top: 40px;
}
.inner-contact-us-sec .get-in-touch-form {
  margin: 0;
  padding: 30px 15px;
}
.get-in-touch-form h2 {
  font-size: 24px;
}
.inner-contact-us-map-sec iframe {
  height: 250px;
}

/*.main-banner-sec.inner .col-12 {*/
/*  width: 50%;*/
/*  padding: 0 5px;*/
/*}*/
.main-banner-sec.inner .main-banner-images-silder-items.inner img {
  height: 230px;
  object-position: left;
}
.main-banner-sec.inner::before {
  display: none;
}

.get-in-touch-box.wow.fadeInLeft {
}
.inner-contact-us-sec .get-in-touch-box ul {
}
.header-banner-back::before {
  display: none;
}
.wp-singular.page-template.page-template-Pages.page-template-ContactUs.page-template-PagesContactUs-php.page.page-id-11.logged-in.admin-bar.wp-theme-silvrback-strong.theme-silvrback-strong.woocommerce-js.silvrback-strong.wpb-js-composer.js-comp-ver-7\.0.vc_responsive.customize-support {
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    
.silvrback-strong-sec.inner.pt-10.pb-10 {
  padding-top: 0;
}
  div#loader video {
    object-fit: inherit;
}

.our-products-sec.pb-10  .col-lg-3.col-md-3.col-12 > a {
  width: 100%;
}
.our-collection-items a {
  width: 100%;
}
.slicknav_nav {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999999;
  background: #212121;
  width: 100%;
  padding: 30px 0;
}
.slicknav_menu {
}
.slicknav_btn {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 9999999;
}
.slicknav_menu {
}  
 .header-logo {
    text-align: center;
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 0;
  }
.menu-serach-bar-row {
  margin-top: 20px;
  padding-bottom: 20px;
}
.header-logo a img {
  height: 70px;
}
.menuSection.wow.fadeInDown {
  position: unset;
  background: #212121;
}
.header-banner-back {
  position: unset;
  background: unset;
}
h1 {
  font-size: 31px;
}
.main-banner-sec::after {
  display: none;
}
.main-banner-images-silder-items img {
  height: 320px;
  object-fit: cover;
}
.main-banner-text-silder-items {
  margin-bottom: 30px;
}
.menuSection::before {
  display: none;
}
.footer-qucik-links {
  margin-left: 0;
}

.meun-cart-button {
}
.menu-serach-bar-box {
}
.xoo-wsc-cart-active .xoo-wsc-container, .xoo-wsc-slider-active .xoo-wsc-slider {
  max-width: 350px;
}


.meun-cart-button {
  width: 30%;
}
.menu-serach-bar-box form {
  width: 100%;
}

h2 {
  font-size: 40px;
}
.our-collection-sec.pt-10.pb-10 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.our-collection-silder .slick-next {
  top: 30px;
  right: 30%;
}
.our-collection-silder .slick-prev {
  top: 30px;
  right: 50%;
}
.our-collection-silder {
  padding-top: 50px;
}
.our-collection-heading {
  text-align: center;
}
.our-collection-items-heading h2 {
  font-size: 20px;
}
.our-collection-items-img img {
  height: 400px;
}

.silvrback-strong-images img {
  height: 330px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.silvrback-strong-heading h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.silvrback-strong-heading {
  margin-top: 20px;
}
.silvrback-strong-heading::before {
  display: none;
}
.precision-apparel-heading h2 {
  font-size: 25px;
  text-align: center;
}
.precision-apparel-button {
  text-align: center;
}
.precision-apparel-sec::before {
  height: 100%;
}
.precision-apparel-sec {
  padding: 30px 0;
}
.silvrback-strong-sec.pt-10.pb-10 {
  padding-bottom: 20px;
}
.our-products-sec .nav-link {
  font-size: 16px;
  padding: 6px 8px;
}
.our-products-sec .nav-tabs {
  gap: 0;
  justify-content: space-around;
}
.our-products-boxs-heading h2 {
  font-size: 18px;
}
.our-products-boxs-heading {
}
.col-lg-4.col-md-4.col-12 {
}

.footer-contact-box {
  margin-left: 0;
}
.join-our-newsletter-box.wow.fadeInDown {
  visibility: visible !important;
}
.footer-copy-right-sec p {
  visibility: visible !important;
  font-size: 12px;
}

.our-testimonial-silder-items p {
  line-height: 30px;
  font-size: 16px;
}
.our-testimonial-silder-items {
  margin-bottom: 30px;
}
.our-testimonial-images-silder-items img {
  height: 300px;
}
.our-testimonial-sec .row::before {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.our-testimonial-sec .row {
  padding: 30px 0;
}
.our-testimonial-sec {
  padding: 0;
}
.precision-apparel-sec {
  margin: 0;
}

.product-page.work {
  padding: 0;
}
.product-page.work .our-products-boxs-heading h2 {
  font-size: 12px;
}
section.product-page .colrighMain {
  padding: 20px 30px;
}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
  margin-bottom: 0 !important;
}

.single-product h1.product_title.entry-title {
  font-size: 30px !important;
}
.single-product p.price {
  font-size: 30px !important;
}
.single-product button.single_add_to_cart_button.button.alt {
  width: 40% !important;
  font-size: 14px !important;
}
.related.products > h2 {
  font-size: 25px !important;
  text-align: center !important;
}

.inner-contact-us-sec .get-in-touch-box h2 {
  font-size: 30px;
}
.inner-contact-us-sec {
  padding-top: 40px;
}
.inner-contact-us-sec .get-in-touch-form {
  margin: 0;
  padding: 30px 15px;
}
.get-in-touch-form h2 {
  font-size: 24px;
}
.inner-contact-us-map-sec iframe {
  height: 250px;
}

/*.main-banner-sec.inner .col-12 {*/
/*  width: 50%;*/
/*  padding: 0 5px;*/
/*}*/
.main-banner-sec.inner .main-banner-images-silder-items.inner img {
  height: 230px;
  object-position: left;
}
.main-banner-sec.inner::before {
  display: none;
}

.get-in-touch-box.wow.fadeInLeft {
}
.inner-contact-us-sec .get-in-touch-box ul {
}
.header-banner-back::before {
  display: none;
}
.wp-singular.page-template.page-template-Pages.page-template-ContactUs.page-template-PagesContactUs-php.page.page-id-11.logged-in.admin-bar.wp-theme-silvrback-strong.theme-silvrback-strong.woocommerce-js.silvrback-strong.wpb-js-composer.js-comp-ver-7\.0.vc_responsive.customize-support {
}

.main-banner-sec.inner h1 {
  font-size: 30px;
  text-align: center;
}
.page-id-16 button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  width: 60% !important;
}
}


/*Media Query End*/

#loader {
    display: none;
}