@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); @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:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap"); .slicknav_nav a:hover {
    background: rgb(229, 23, 43);
}

body {
    word-break: break-word;
    font: 15px / 25px Poppins, sans-serif;
    color: rgb(0, 0, 0);
    overflow-x: hidden;
    background: rgb(24, 23, 25);
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    white-space: initial;
}

a:hover, a:focus {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

a:hover {
    transition: 0.2s ease-in-out;
}

img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

input:focus, textarea:focus, select:focus {
    transition: 0.5s;
    outline: none;
}

select, input, textarea {
    appearance: none;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url("../fonts/fontawesome-webfont.eot");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Jersey;
    src: url("../fonts/Jersey.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: big_noodle_titling;
    src: url("../fonts/big_noodle_titling.ttf");
    font-weight: 400;
    font-style: normal;
}

select {
    background: url("../images/arrow.png") right center no-repeat rgb(255, 255, 255);
    padding: 0px 40px 0px 30px;
}

.noPadding {
    padding: 0px;
}

.noLeft {
    padding-left: 0px;
}

.noRight {
    padding-right: 0px;
}

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

.pt_8, .pb_8, .py_8, .sec {
    padding: 80px 0px;
}

.flexRow, .flexCol {
    display: flex;
    align-items: center;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: Jersey;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}

h1 {
    font-size: 97px;
    line-height: normal;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

h2 {
    font-size: 69px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

h3 {
    font-size: 53px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

h4 {
    font-size: 35px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

h5 {
    font-size: 23px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

h6 {
    font-size: 19px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: rgb(167, 167, 167);
    font-family: Montserrat, serif;
}

.nav ul {
    list-style: none;
    text-align: center;
}

.nav ul li a {
    text-transform: uppercase;
    transition: 0.5s;
    position: relative;
}

section.header .nav.stroke {
    display: block;
}

.nav.stroke ul li a::after, .nav.fill ul li a::after {
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: 0px;
    width: 0%;
    content: ".";
    color: transparent;
    background: rgb(229, 23, 43);
    height: 100%;
    transform: translateX(-50%);
    border-radius: 5px;
    z-index: -1;
}

.nav.stroke ul li a:hover {
    transition: 0.3s ease-in-out;
    box-shadow: rgb(255, 255, 255) 0px 3px 0px 0px;
}

.nav.stroke ul li a:hover::after {
    width: 100%;
}

.nav.stroke ul li a::before, .nav.fill ul li a::before {
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 0px;
    left: 0%;
    right: 0px;
    width: 100%;
    content: ".";
    color: transparent;
    background: transparent;
    border-radius: 5px;
    height: 100%;
    z-index: -1;
    border: 1px solid rgb(217, 16, 24);
}

.nav.stroke ul li a:hover::before {
    background: rgb(229, 23, 43);
    width: 100%;
}

.theme_btn {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 11px;
    padding: 13px 25px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: fit-content;
}

.theme_btn::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(229, 23, 43);
    border-radius: 5px;
    content: "";
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.theme_btn:hover {
    color: rgb(229, 23, 43);
    transition: 0.3s ease-in-out;
}

.theme_btn:hover::before {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.theme_btn:hover::after {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.theme_btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    content: "";
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}

.hdr_topbar {
    background: rgb(37, 36, 37);
    padding: 5px 0px;
}

.hdr_topbar_text p {
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: rgb(226, 226, 226);
}

.hdr_logo a img {
    object-fit: scale-down;
    padding: 0px;
    display: block;
    width: 180px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(90%) saturate(2%) hue-rotate(117deg) brightness(109%) contrast(101%);
}

ul#menu {
    justify-content: space-around;
    display: flex;
    align-items: center;
    height: 100%;
}

ul#menu a {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    transition: 0.3s ease-in-out;
    font-size: 13px;
    padding: 15px 18px;
    border-radius: 5px;
    font-weight: 500;
}

ul.hdr_options li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: transparent;
    transition: 0.3s ease-in-out;
    border: navajowhite;
}

ul.hdr_options {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    position: relative;
}

ul.hdr_options li a i {
    color: rgb(255, 255, 255);
    font-size: 15px;
}

ul.hdr_options li a:hover {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
    background: rgb(229, 23, 43);
}

.banner_sec {
    height: 700px;
    background: rgb(10, 9, 9);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner_text {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.hdr_bottom_bar {
    padding: 10px 0px;
}

.sec1 {
    margin: 0px 1%;
}

.banner_sec::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    height: 70%;
    content: "";
    background: linear-gradient(147deg, rgb(64, 18, 18) 12%, rgba(255, 255, 255, 0) 49%);
    z-index: -1;
}

span.banner_bg_text {
    position: absolute;
    width: 20%;
    height: 100%;
    writing-mode: sideways-lr;
    font-family: Jersey;
    text-transform: uppercase;
    font-size: 215px;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px rgb(28, 28, 28);
    z-index: -2;
}

span.banner_bg_text1 {
    right: 20%;
}

span.banner_bg_text2 {
    right: 40%;
}

span.banner_bg_text3 {
    right: 60%;
}

span.banner_bg_text4 {
    right: 80%;
}

.banner_navs button.prev-slide:hover {
    background: rgb(226, 23, 43);
    border: 1px solid rgb(255, 255, 255);
}

.banner_navs button.next-slide:hover {
    background: rgb(226, 23, 43);
    border: 1px solid rgb(255, 255, 255);
}

.banner_navs button:hover i {
    color: rgb(255, 255, 255);
}

.banner_navs button.prev-slide {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(49, 49, 49);
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    background: rgb(24, 23, 25);
}

.banner_navs button.next-slide {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(49, 49, 49);
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    background: rgb(24, 23, 25);
}

ul.banner_navs {
    padding: 10px 0px 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: -10px;
    bottom: 0px;
}

.banner_navs i {
    font-size: 13px;
    color: rgb(140, 139, 140);
}

.banner_text_para {
    width: 55%;
    margin: -100px 0px 0px auto;
    position: relative;
    z-index: 1;
    height: 40%;
    padding-left: 6%;
}

.banner_text_para::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 2px;
    height: 100%;
    z-index: 9;
    content: "";
    background: rgb(64, 61, 61);
}

.banner_text_para::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2px;
    height: 20%;
    z-index: 99999999;
    content: "";
    background: rgb(255, 255, 255);
}

.banner_image {
    position: relative;
    z-index: 1;
}

.slide-counter {
    color: rgb(255, 255, 255);
    font-size: 281px;
    position: absolute;
    top: 30%;
    left: 65%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-family: Jersey;
    text-transform: uppercase;
}

.banner_image {
    position: relative;
}

.banner_image::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 610px;
    height: 780px;
    content: "";
    background-image: url("../images/gloves_before.png");
    background-position: 44% -54px;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.banner_navs1 {
    position: unset;
    padding: 0px;
}

.sell_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin: 0px 0px 40px 20px;
}

.sell_heading::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 100%;
    z-index: 9;
    content: "";
    background: rgb(75, 74, 76);
}

.sell_heading::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 7%;
    z-index: 99999999;
    content: "";
    background: rgb(255, 255, 255);
}

.sell_box {
    margin: 20px 0px;
    transition: 0.3s ease-in-out;
}

.sell_box:hover .sell_box_image a {
    transition: 0.3s ease-in-out;
    background: rgb(108, 3, 6);
}

.sell_box:hover a.sell_arrow {
    background: rgb(255, 255, 255);
    transition: 0.3s ease-in-out;
}

.sell_box:hover a.sell_arrow i {
    color: rgb(227, 23, 43);
    transition: 0.3s ease-in-out;
}

.sell_box:hover .sell_box_image img {
    transition: 0.3s ease-in-out;
    object-position: center center;
}

.sell_box:hover ul.rate {
    background: rgb(108, 3, 6);
    transition: 0.3s ease-in-out;
}

.sell_box:hover ul.rate * {
    color: rgb(255, 255, 255);
    transition: 0.3s ease-in-out;
}

.sell_box:hover {
    transform: scale(0.9);
    transition: 0.5s ease-in-out;
    box-shadow: rgba(255, 255, 255, 0.37) 1px 1px 20px 0px;
}

.sell_box_image img {
    object-fit: scale-down;
    width: 80%;
    height: 300px;
    object-position: 100% 100%;
    transition: 0.3s ease-in-out;
}

.sell_box_image a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(34, 33, 34);
    padding: 30px 0px;
    transition: 0.3s ease-in-out;
}

a.sell_arrow {
    padding: 0px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    background: rgb(227, 23, 43);
    transform: rotate(-35deg);
    top: 20px;
    right: 20px;
}

.sell_box_image {
    position: relative;
}

a.sell_arrow i {
    color: rgb(255, 255, 255);
}

ul.sell_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    width: 90%;
    margin: 0px auto;
}

ul.sell_product h5 {
    margin: 0px;
}

a.cart {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: rgb(35, 35, 35);
    transition: 0.3s ease-in-out;
}

a.cart i {
    color: rgb(255, 255, 255);
    font-size: 10px;
}

a.cart:hover {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
    background: rgb(229, 23, 43);
}

ul.rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin: 10px 0px;
    background: rgb(37, 36, 37);
}

ul.rate h5 {
    margin: 0px;
}

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

.sell_box:hover ul.rate i {
    color: rgb(255, 156, 0);
}

span.rating {
    color: rgb(255, 255, 255);
    font-family: Jersey;
    font-size: 10px;
    margin: 0px 0px 0px 5px;
}

ul.rate li i {
    color: rgb(255, 156, 0);
}

a.sell_arrow:hover {
    background: rgb(255, 255, 255);
    transition: 0.3s ease-in-out;
    transform: rotate(360deg);
}

.banner_navs button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(49, 49, 49);
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    background: rgb(24, 23, 25);
}

.banner_navs button:hover {
    background: rgb(226, 23, 43);
    border: 1px solid rgb(255, 255, 255);
}

.banner_navs button:hover i {
    color: rgb(255, 255, 255);
}

.slick-active {
    opacity: 1;
}

.about_sec .container {
    max-width: 1420px;
}

.about_text h2 {
    font-size: 97px;
}

.about_text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 0px;
}

.banner_text_para1 {
    width: 77%;
}

.about_sec {
    background-image: url("../images/about.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.about_sec::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(14, 19, 18, 0.92);
    z-index: -1;
}

.about_sec::after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 90%;
    content: "";
    background: linear-gradient(9deg, rgba(255, 255, 255, 0) 4%, rgb(64, 18, 18) 129%);
    z-index: -1;
}

.about_image img {
    height: 600px;
    object-position: center top;
}

.testimonial_sec {
    padding: 50px 0px;
}

.testimonial_top_bar h2 {
    text-align: center;
    color: rgb(255, 255, 255);
}

.testimonial_top_bar p {
    text-align: center;
    color: rgb(102, 102, 102);
    margin: 0px auto;
    width: 50%;
}

.testimonial_top_bar {
    padding: 30px 0px 0px;
}

.checked {
    color: rgb(253, 143, 0);
}

.testimonial_boxspan {
    color: rgb(243, 177, 92);
}

.testimonial_slider {
}

.testimonial_box {
    padding: 40px 15px;
    height: 320px;
    position: relative;
}

.testimonial_box i {
    position: absolute;
    color: rgb(0, 0, 0);
    top: -7%;
    padding: 20px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
}

.testimonial_box p {
    padding: 0px;
    font-family: Poppins;
}

.profile {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
}

.profile_text p {
    margin: 0px;
    padding: 0px;
}

.profile_text h6 {
    margin: 0px;
    text-transform: uppercase;
    font-family: Poppins;
    color: rgb(0, 0, 0);
}

.profile_text p {
    padding: 0px;
    text-transform: uppercase;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box i {
    background-color: rgb(229, 23, 43);
    color: rgb(255, 255, 255);
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text p {
    padding: 0px !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
    padding: 20px 0px 16px;
    color: rgb(255, 255, 255);
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
    box-shadow: rgba(0, 0, 0, 0.12) 1px 1px 20px 14px;
    background: rgb(229, 23, 43);
    border-radius: 10px;
}

.testimonial_slider .slick-slide.slick-current.slick-active {
    width: 500px;
}

.testimonial_slider .slick-slide.slick-current.slick-active + .slick-slide.slick-active {
    width: 360px;
}

.testimonial_slider .slick-slide.slick-current.slick-active + .slick-slide.slick-active + .slick-slide.slick-active {
    width: 360px;
}

.testimonial_slider .slick-list.draggable {
    height: 463px;
    padding: 60px 0px;
}

.testimonial_slider .slick-active {
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active + .slick-slide.slick-active .testimonial_box {
    background-color: rgb(37, 36, 37);
    border-radius: 10px;
}

.testimonial_slider .slick-slide.slick-current.slick-active + .slick-slide.slick-active + .slick-slide.slick-active .testimonial_box {
    background-color: rgb(229, 229, 229);
}

.testimonial_slider .slick-prev::before {
    background-repeat: no-repeat;
    width: 39px;
    transform: rotate(180deg);
    background-image: url("../images/rightarrow.png");
    display: block;
    height: 20px;
    content: "" !important;
}

.testimonial_slider .slick-prev.slick-arrow {
    left: -4%;
}

.testimonial_slider .slick-next::before {
    background-repeat: no-repeat;
    width: 39px;
    background-image: url("../images/rightarrow.png");
    display: block;
    height: 20px;
    content: "" !important;
}

.profile i {
    position: relative;
    top: 0px;
    left: 0px;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
}

.testimonial_slider .slick-slide.slick-active + .slick-slide.slick-active .testimonial_box p {
    font-family: montserrat;
    margin: 0px 0px 10px;
    color: rgb(188, 188, 188);
}

.testimonial_slider .slick-slide.slick-active + .slick-slide.slick-active .testimonial_box h6 {
    color: rgb(255, 255, 255);
    font-family: Jersey;
}

.testimonial_slider .slick-slide.slick-current.slick-active + .slick-slide.slick-active + .slick-slide.slick-active .testimonial_box {
    background-color: rgb(37, 36, 37);
    border-radius: 10px;
}

.testimonial_slider .slick-slide.slick-current.slick-active + .slick-slide.slick-active .testimonial_box i {
    display: none;
}

.testimonial_slider .slick-slide.slick-current.slick-active + .slick-slide + .slick-slide .testimonial_box i {
    display: none;
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text h6 {
    color: rgb(255, 255, 255);
}

section.newsletter_sec.sec {
    padding: 35px 0px;
}

.news_update {
    display: flex;
    align-items: center;
    gap: 30px;
}

.update_text h3 {
    color: white;
    text-transform: uppercase;
}

.update_text p {
    color: white;
}

section.newsletter_sec.sec {
    background: rgb(37, 36, 37);
    margin: 0px 2%;
}

.news_update {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: start;
}

.update_text h3 {
    color: white;
    text-transform: capitalize;
    font-size: 35px;
}

.update_text p {
    color: white;
    margin: 0px;
}

.news_input input {
    width: 100%;
    height: 50px;
    padding: 0px 0px 0px 10px;
    font-size: 12px;
    background: transparent;
    border: 1px solid rgb(81, 80, 81);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-family: montserrat;
    font-weight: 500;
}

.news_input input::placeholder {
    color: rgb(255, 255, 255);
    font-family: montserrat;
    font-size: 12px;
}

.news_input button {
    font-weight: 500;
    transform: translate(0px, -50%);
    border: none;
    background: rgb(229, 23, 43);
    color: white;
    text-transform: capitalize;
    height: 50px;
    border-radius: 5px;
    width: 30%;
    margin: 0px 0px 0px -10px;
    position: absolute;
    top: 50%;
    font-family: montserrat;
    right: 0px;
    font-size: 14px;
}

.news_update img {
    object-fit: scale-down;
    width: fit-content;
}

.news_input {
    position: relative;
}

footer {
    background: rgb(28, 27, 29);
    padding: 0px;
    margin: 0px 2% !important;
}

footer p {
    font-size: 14px;
    width: 100%;
    color: rgb(155, 151, 151);
    margin-bottom: 0px;
    line-height: 25px;
}

footer h3 {
    font-weight: 200;
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-transform: capitalize;
    line-height: 45px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    padding-top: 0px;
}

.quick-links ul li {
    margin-bottom: 10px;
}

.quick-links ul li a {
    color: rgb(139, 139, 139);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 13px;
    font-size: 12px;
    transition: 0.2s ease-in;
    font-family: montserrat;
}

.quick-links ul li a:hover {
    color: rgb(255, 255, 255);
    transition: 0.2s ease-out;
}

.quick-links > div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 80px;
    margin: 0px 0px 60px;
}

ul.footer-list li a {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 40px;
    font-weight: 300;
}

ul.ftr-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px;
    color: rgb(193, 193, 195);
    padding-top: 10px;
    margin-bottom: 10px;
}

ul.ftr-list li a p {
    line-height: 1;
}

ul.ftr-list li a:hover p {
    color: rgb(255, 255, 255);
}

ul.ftr-list li a img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
}

ul.ftr-list i {
    color: rgb(96, 110, 118);
    font-size: 24px;
}

.footer-text {
    width: 94%;
    margin: 60px 0px 0px auto;
}

.quick-links {
    width: 90%;
    margin: 60px 0px 0px auto;
}

.quick-links.ser-links {
    width: 90%;
}

footer .col-md-3::before, footer .col-md-2::before {
    position: absolute;
    content: "";
    background-color: rgb(46, 46, 46);
    right: 0px;
    height: 95%;
    width: 1px;
    top: 5%;
}

footer .col-md-4, footer .col-md-3, footer .col-md-2 {
    position: relative;
}

footer .col-md-3:last-child::before {
    display: none;
}

.ftr-btm {
    padding: 12px 50px;
    border-top: 1px solid rgb(46, 46, 46);
    border-radius: 5px;
    background-color: transparent;
}

.ftr-btm ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.ftr-btm ul li {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.ftr-btm ul li a i:hover {
    background: rgb(229, 23, 43);
    color: rgb(255, 255, 255);
}

.social-icons a i {
    color: rgb(59, 59, 59);
    font-size: 18px;
    border: 1px solid rgb(59, 59, 59);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
}

.footer_bottom ul {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
}

.footer_bottom a {
    color: white;
}

.hdr_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    position: relative;
}

.footer_logo img {
    object-fit: scale-down;
    width: fit-content;
    height: 70px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(90%) saturate(2%) hue-rotate(117deg) brightness(109%) contrast(101%);
}

.footer_logo {
    justify-content: center;
    height: 100%;
    display: flex;
    align-items: start;
    margin-left: 0px;
    flex-direction: column;
}

.quick-links ul {
    column-count: 2;
}

.globe {
}

.hdr_topbar_text {
    position: relative;
}

.kid_line {
    position: relative;
    padding: 0px 0px 10px;
}

.kid_line::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 140%;
    z-index: -1;
    content: "";
    background: rgb(75, 74, 76);
}

.kid_line::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 17%;
    z-index: 99999999;
    content: "";
    background: rgb(255, 255, 255);
}

.kids_box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: start;
    padding: 0px 0px 0px 20px;
    background: url("../images/kids_bg1.jpg") center center / cover no-repeat rgb(35, 35, 35);
    margin: 30px 0px;
    height: 1000px;
    overflow: hidden;
}

.kids_left_text {
    width: 42%;
    padding-top: 13%;
    position: relative;
}

.kids_right_text {
    overflow: visible;
    width: 59%;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;
}

.kids_right_text h2 {
    writing-mode: sideways-lr;
    font-size: 304px;
    margin: 0px;
    width: 100%;
    line-height: 250px;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100%;
}

img.kid {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    object-position: 100% 100%;
    object-fit: contain;
    z-index: 1;
}

.banner_text_para2 h4 {
    margin: 10px 0px;
}

.banner_text_para2 ul li strong {
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.banner_text_para2 ul li {
    width: 50%;
}

.banner_text_para2 ul {
    display: flex;
    flex-wrap: wrap;
}

.about_text p {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: rgb(167, 167, 167);
    font-family: Montserrat, serif;
}

.hdr_logo a::before {
    display: none;
}

.hdr_logo a:hover {
    box-shadow: unset !important;
}

.kids_left_text p {
    color: rgb(158, 165, 177);
}

section.kids_sec {
    padding-top: 0px;
}

.hdr_logo a::after {
    display: none;
}

footer .col-md-3::after, footer .col-md-2::after {
    position: absolute;
    content: "";
    background-color: rgb(255, 255, 255);
    right: 0px;
    height: 10%;
    width: 1px;
    top: 5%;
}

.col-md-3.col-12.col-sm-12.none::after {
    display: none;
}

.modal-content {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
}

.modal-header {
    background-color: rgb(229, 23, 43);
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal.show .modal-dialog {
    transform: translate(0%, 10%);
}

.modal-body {
    padding: 20px;
}

.btn-primary {
    background-color: rgb(229, 23, 43);
    border: none;
    transition: 0.3s;
}

.btn-primary:hover {
    background-color: rgb(229, 23, 43);
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 0px 10px 10px;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(33, 37, 41);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgb(206, 212, 218);
    font-size: 14px;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: montserrat;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: rgb(255, 255, 255);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center center / 1em no-repeat transparent;
    border: 0px;
    border-radius: 0.25rem;
    opacity: 0.5;
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7500%) hue-rotate(225deg) brightness(103%) contrast(100%);
}

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

span.about_bg_text {
    position: absolute;
    width: 100%;
    height: 40%;
    writing-mode: unset;
    font-family: Jersey;
    text-transform: uppercase;
    font-size: 385px;
    right: 0px;
    top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px rgb(77, 40, 40);
    z-index: -1;
    line-height: normal;
}

img.kid.kid2 {
    width: 100%;
    height: 100%;
    object-position: left center;
    filter: drop-shadow(rgb(0, 0, 0) 0px 12px 6px);
    top: 1%;
    bottom: unset;
    object-fit: cover;
}

ul.hdr_options.banner {
    justify-self: start;
    width: 100%;
    justify-content: start;
    margin: -80px 0px 30px -30px;
    padding: 0px;
}

.inner_banner_text {
    justify-content: center;
}

.inner_banner_text h1 {
    font-size: 70px;
}

section.inner_banner_sec .banner_image img {
    height: 500px;
    object-fit: contain;
}

section.inner_banner_sec .banner_image::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 630px;
    height: 580px;
    content: "";
    background-image: url("../images/gloves_before.png");
    background-position: 44% -54px;
    background-size: contain;
    background-repeat: no-repeat;
}

section.inner_banner_sec {
    height: 500px;
}

h4.arrow {
    color: rgb(0, 0, 0);
    position: relative;
    margin: 0px 0px 20px;
    letter-spacing: 2px;
    padding: 0px 0px 0px 50px;
    font-size: 29px;
}

h4.arrow::before {
    left: 0px;
    content: "â†’";
    margin-right: 8px;
    position: absolute;
    font-size: 41px;
    top: -10px;
    color: rgb(217, 16, 24);
}

ul.firstol {
    list-style: auto;
    font-size: 25px;
    font-weight: 600;
    padding: 0px 0px 0px 25px;
}

.artists-how-to-guide-text a {
    padding: 0px;
    color: rgb(160, 179, 186);
    font-weight: 600;
}

.artists-how-to-guide-text p {
    font-size: 15px;
}

.artists-how-to-guide-text ul li h5 {
    margin: 0px;
    font-size: 26px;
    font-weight: bolder;
}

.dot {
    position: relative;
}

.dot::before {
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: rgb(217, 16, 24);
    width: 7px;
    height: 6px;
    content: "";
    border-radius: 50%;
}

p.dot {
    padding: 0px 0px 0px 20px;
}

.artists-how-to-guide-text ul li {
}

.glove-guidance-text h2 {
    text-align: center;
}

.glove-guidance-text ul {
    column-count: 2;
    display: flex;
    flex-wrap: wrap;
}

.glove-guidance-text ul li {
    width: 50%;
}

.accordion h3 {
    font-size: 35px;
    letter-spacing: 2px;
    text-decoration: underline;
    color: rgb(0, 0, 0);
}

.faq_heading h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px 0px 40px;
}

section.travel-ins-page-sec.pt-8.pb-8 {
    padding: 100px 0px;
}

.gorrila-page-sec {
    padding: 80px 0px;
}

.gorilla-content .accordion-button.collapsed {
    padding: 20px 30px;
    background-color: rgb(255, 255, 255);
    color: rgb(217, 16, 24);
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    border-radius: 7px !important;
}

.gorilla-content .accordion-button.collapsed:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 16, 24);
}
.gorilla-content .accordion-button {
    color: rgb(217, 16, 24);
    font-family: Montserrat;
    background: transparent;
    padding: 20px 30px;
    text-transform: capitalize;
     font-size: 24px;
    line-height: 30px;
    
}
.gorilla-content .gorrila-page-txt .color-red {
    color: rgb(166, 0, 0);
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 30px;
}

.gorrila-page-txt ul {
    list-style: none;
}

.gorrila-page-txt ul li {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 23px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    margin-left: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gorrila-page-txt ul li::marker {
    color: rgb(166, 0, 0);
}

.accordion-body.gorrila-page-txt {
    background: rgb(255, 255, 255);
    padding: 20px 30px;
}

.gorilla-content .accordion-item {
    margin-bottom: 30px;
    border-radius: 10px;
}

.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
}

.accordion-collapse.collapse {
    border-top: 0px;
    border-radius: 0px 0px 10px 10px;
}

.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none;
}

.gorilla-content .accordion-button::after {
    content: "ï§";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    background-image: none;
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
    content: "ï¨";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
}

ul.faq_list li h6 {
    color: rgb(0, 0, 0);
    padding: 0px 0px 0px 15px;
    margin: 0px;
    font-family: Montserrat;
    text-transform: capitalize;
    font-weight: 700;
}

li.dot p {
    color: rgb(97, 97, 97);
    margin: 0px;
}

.accordion-body.gorrila-page-txt p {
    background: rgb(255, 255, 255);
    font-size: 16px;
}

.bold {
    font-weight: 700;
    color: rgb(0, 0, 0);
}

.accordion-body.gorrila-page-txt h6 {
    color: rgb(0, 0, 0);
}

.accordion-body.gorrila-page-txt h5 {
    color: rgb(0, 0, 0);
}

h6.montserrat {
    font-family: montserrat;
    text-transform: capitalize;
    font-size: 16px;
}

.payment-container {
    display: block;
    background: white;
    padding: 20px 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    width: 50%;
    margin: 0px auto;
}

.payment-options input, .payment-options select, .payment-options button {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    font-size: 16px;
    height: 50px;
}

.payment-options input {
    margin-right: 5px;
}

.payment-options {
    display: flex;
    flex-flow: wrap;
    gap: 5px;
}

#apply-discount {
    background-color: rgb(40, 167, 69);
    color: white;
    border: none;
    cursor: pointer;
}

#apply-discount:hover {
    background-color: rgb(33, 136, 56);
}

.hidden {
    display: none;
}

.order-summary {
    background: rgb(248, 249, 250);
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}

.order-summary p {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: rgb(85, 85, 85);
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 0px 10px 10px;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(33, 37, 41);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgb(206, 212, 218);
    font-size: 14px;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: montserrat;
    margin: 0px 0px 20px;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
}

@media (max-width: 450px) {
    .payment-container {
        width: 90%;
    }
}

.payment-options input {
    width: 0px;
    padding: 0px;
    height: 0px;
}

.payment-container h2 {
    color: rgb(0, 0, 0);
    text-align: center;
}

.payment-container button {
    margin: 20px 0px;
}

.payment-container .checkbox-label::after {
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 50% 50%;
}

.payment-container .checkbox-label::before {
    pointer-events: none;
    user-select: none;
    background-color: rgb(255, 255, 255);
    border: 1px solid;
    box-sizing: border-box;
    box-shadow: rgba(50, 50, 93, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.02) 0px 1px 0px;
    border-radius: 0.25rem;
    transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.payment-container .checkbox-wrapper .checkbox-input ~ .checkbox-label::after {
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 50% 50%;
}

.payment-container .checkbox-wrapper .checkbox-input ~ .checkbox-label::before, .payment-container .checkbox-wrapper .checkbox-input ~ .checkbox-label::after {
    position: absolute;
    top: 1px;
    left: -28px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    margin: 0px;
}

.payment-container .checkbox-wrapper {
    position: relative;
    display: block;
    min-height: 24px;
    padding-left: 28px;
    text-align: left;
}

.payment-container select, .payment-container input, .payment-container textarea {
    appearance: none;
}

.payment-container .checkbox-wrapper .checkbox-input:checked ~ .checkbox-label::before {
    border-color: red;
    box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px, rgba(0, 0, 0, 0.08) 0px 1px 3px;
    background-color: red;
}

.payment-container .checkbox-wrapper .checkbox-input ~ .checkbox-label::before {
    pointer-events: none;
    user-select: none;
    background-color: rgb(255, 255, 255);
    border: 1px solid;
    box-sizing: border-box;
    box-shadow: rgba(50, 50, 93, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.02) 0px 1px 0px;
    border-radius: 0.25rem;
    transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.payment-container .checkbox-wrapper .checkbox-input:checked ~ .checkbox-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27var%28--gfb-primary-text-color, %23fff%29%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E");
}

.payment-container .checkbox-wrapper .checkbox-input ~ .checkbox-label::before, .payment-container .radio-wrapper .radio-input ~ .radio-label::after {
    border-color: red;
}

.payment-container .checkbox-label::before, .payment-container .radio-label::after {
    border-color: rgb(235, 18, 86);
}

.payment-container .checkbox-wrapper .checkbox-label {
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    top: 0px;
    font-family: Montserrat;
    color: rgb(0, 0, 0);
    width: 240px;
}

ul.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px;
}

li.globo-list-control.option-3-column {
    width: 30%;
}

.contact_page {
    padding: 100px 0px;
}

.contact_form input {
    height: 52px;
    width: 100%;
    border: 2px solid rgb(228, 228, 228);
    margin-bottom: 25px;
    border-radius: 100px;
    padding: 0px 15px;
}

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

input[type="number"] {
}

.contact_form textarea {
    height: 250px;
    margin-bottom: 30px;
    width: 100%;
    border: 2px solid rgb(228, 228, 228);
    border-radius: 10px;
    padding: 15px;
    resize: none;
}

.section_head {
    margin-bottom: 40px;
}

.section_head p {
    color: rgb(99, 99, 99);
    width: 70%;
    margin: 0px auto;
    font-weight: 400;
    font-size: 14px;
}

.section_head h3 {
    color: rgb(0, 0, 0);
    font-size: 70px;
    margin-bottom: 16px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 300;
}

.br_gradient {
    padding: 2px;
    border-radius: 12px;
}

.contact_detail_box p span {
    display: block;
}

.contact_page h4 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 37px;
    color: rgb(0, 0, 0);
}

.contact_detail_box figure img {
    margin: auto;
    height: 53px;
    width: 55px;
    object-fit: cover;
}

.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    margin: 30px 0px 10px;
}

.contact_detail_box.box-2 {
    padding: 52px 30px;
}

.contact_detail_box p {
    font-size: 18px;
    line-height: 25px;
    color: rgb(51, 51, 51);
    margin: 0px;
    font-weight: 400;
}

.contact_detail_box {
    padding: 40px 30px;
    border: 2px solid rgb(144, 201, 249);
    height: 235px;
    border-radius: 20px;
}

.contact_form {
    padding-bottom: 2%;
}

.contact_form label {
    font-size: 15px;
    color: rgb(93, 93, 93);
    margin-bottom: 7px;
    font-weight: 600;
}

.contact_form label {
    font-size: 15px;
    color: rgb(255, 255, 255);
    margin-bottom: 7px;
    font-weight: 600;
}

.section_head p {
    color: rgb(99, 99, 99);
    width: 70%;
    margin: 0px auto;
    font-weight: 400;
    font-size: 14px;
}

.section_head h3 {
    color: rgb(255, 255, 255);
    font-size: 70px;
    margin-bottom: 16px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 300;
}

.contact_form textarea {
    height: 250px;
    margin-bottom: 30px;
    width: 100%;
    border: 2px solid rgb(228, 228, 228);
    border-radius: 0px;
    padding: 15px;
    resize: none;
    background: transparent;
}

.contact_form input {
    height: 52px;
    width: 100%;
    border: 2px solid rgb(228, 228, 228);
    margin-bottom: 25px;
    border-radius: 0px;
    padding: 0px 15px;
    background: transparent;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.contact_form input::placeholder {
    color: rgb(255, 255, 255);
}

.contact_form textarea::placeholder {
    color: rgb(255, 255, 255);
}

.btn_wrap.text-center {
    width: fit-content;
    margin: 0px auto;
    display: block;
}

.btn_wrap.text-center button.theme_btn {
    padding: 13px 25px;
}

.btn_wrap button {
    background-color: rgb(110, 168, 255);
    display: flex;
    align-items: center;
    font-size: 11px;
    color: rgb(255, 255, 255);
    gap: 10px;
    padding-left: 11px;
    border-radius: 10px;
    font-family: Montserrat;
    font-weight: 500;
    width: fit-content;
    margin: 0px auto;
}

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

.gt_container--hich1m .gt_switcher {
    font-family: Arial;
    font-size: 12pt;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
    border-radius: 20px;
    padding: 20px 0px !important;
    width: 123px !important;
}

.gt_container--hich1m .gt_switcher .gt_selected a {
    border: 1px solid rgb(204, 204, 204);
    font-family: Montserrat;
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    background: linear-gradient(rgb(239, 239, 239) 0%, rgb(255, 255, 255) 70%) rgb(255, 255, 255) !important;
    padding: 9px 8px !important;
    width: 90% !important;
    border-radius: 7px !important;
}

.stroke1 ul {
    gap: 10px;
}

.about-text-para a {
    justify-self: center;
}

.inner_banner_text .d-flex {
    gap: 10px;
}

.inner_banner_text .d-flex .montserrat {
    font-family: motserrat;
}

.inner_banner_sec span.banner_bg_text {
    font-size: 155px;
}

.inner_banner_sec::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    height: 100%;
    content: "";
    background: linear-gradient(147deg, rgb(64, 18, 18) 12%, rgba(255, 255, 255, 0) 49%);
    z-index: -1;
}

.productdetailsec {
    position: relative;
    z-index: 1;
}

.productdetailtext h3 {
    font-size: 50px;
    line-height: 45px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
}

.productdetailtext ul {
    padding: 0px;
    margin: 13px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.productdetailtext p {
    color: rgb(176, 176, 177);
    font-size: 15px;
    line-height: 31px;
    font-weight: 500;
    font-family: Montserrat;
    margin-bottom: 10px;
}

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

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

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

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

.iconlist ul {
}

.iconlist ul li {
    display: flex;
    align-items: center;
    font-size: 17px;
    gap: 10px;
    list-style: none;
    margin-bottom: 4px;
    font-weight: 400;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-family: montserrat;
}

.iconlist ul li > div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.iconlist ul li > div i {
    font-size: 16px;
    color: rgb(255, 255, 255);
}

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

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

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.productdetailsmallportion img:hover {
}

.productdetailnav .slick-current .productdetailsmallportion img {
    border-color: rgb(172, 114, 92);
}

.productdetailnav .slick-current .productdetailsmallportion::before {
    position: absolute;
    content: "";
    top: -16px;
    left: 0px;
    right: 0px;
    width: 90px;
    height: 50px;
    background: rgb(172, 114, 92);
    margin: 0px auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: none;
}

.productdetailsec .productdetailportion {
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

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

.product-detail1 span {
    margin: 0px;
}

.product-detail .num-in {
}

.product-detail input.in-num {
    border: 1px solid rgb(218, 218, 218);
    background-color: transparent;
    width: 40%;
    margin: 0px 5px;
}

.product-detail1 span {
    border-radius: 0px;
    margin: 5px 0px;
    width: 50px !important;
    height: 50px !important;
}

.product-detail1 .skin-2 .num-in span::before, .product-detail1 .skin-2 .num-in span::after {
    background-color: rgb(0, 0, 0);
}

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

.product-detail1 span:hover {
}

.iconlist {
    margin-top: 20px;
}

ul.disc-list p {
    font-weight: 900;
}

.productdetailportion::before {
    position: absolute;
    content: "";
    width: 85%;
    height: 85%;
    inset: 0px;
    margin: auto;
    border: 5px solid rgb(255, 255, 255);
    display: none;
}

.quanity.product-detail h5 {
    font-size: 18px;
    color: rgb(226, 226, 226);
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 600;
}

ul.quan-count li {
    width: 30%;
}

ul.quan-count {
}

.num-block.skin-2 {
}

.iconlist ul {
    display: block;
    column-count: 2;
    width: 60%;
    margin: 60px 0px 0px;
}

ul.disc-list {
    margin: 20px 0px;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0px;
}

ul.disc-list li {
    font-size: 20px;
    color: rgb(0, 0, 0);
}

ul.disc-list p {
    font-size: 17px !important;
    color: rgb(255, 255, 255) !important;
    padding: 0px !important;
}

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

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 700;
    color: rgb(14, 14, 15);
    font-family: Syne, sans-serif;
}

.description li.nav-item .nav-link.active {
    border-top: unset;
    border-right: unset;
    border-left: unset;
    border-image: unset;
    background: transparent;
    border-bottom: 2px solid rgb(0, 109, 240);
}

.description .nav-tabs {
    border-bottom: 1px solid rgb(241, 241, 241);
    padding-bottom: initial;
    margin-bottom: 30px;
}

.description {
    padding: 80px 0px;
}

.prod-detail-description img.bk-1 {
    position: absolute;
    bottom: 30%;
    right: 0px;
    width: 6%;
}

.prod-detail-description img.bk-2 {
    position: absolute;
    top: 15%;
    left: -30px;
    width: 7%;
}

.description .tab-content p {
    color: rgb(99, 99, 99);
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.productdetailsmallportion img {
    width: 160px;
    transition: 0.5s;
    position: relative;
    z-index: 2147483647;
    height: 130px;
    border-radius: 10px;
    object-fit: cover;
}

.product-detail1 .skin-2 .num-in {
    border-radius: 10px;
    cursor: pointer;
}

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

.product-detail1 .skin-2 .num-in span::before, .product-detail1 .skin-2 .num-in span::after {
    content: "";
    position: absolute;
    background-color: rgb(102, 119, 128);
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

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

.product-detail1 .skin-2 .num-in input {
    color: rgb(226, 226, 226);
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: transparent;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

.product-detail1 .num-in {
    background: rgb(37, 36, 37);
    box-shadow: none;
    width: 90%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 0px;
    border-left: 0px;
}

.product-detail1 input.in-num {
    border: 0px;
    background-color: transparent;
    width: 45%;
    margin: 0px 5px;
}

.productdetailsec .btn10 {
    color: white;
}

.statment-choose h6 {
    font-size: 16px;
    color: rgb(176, 176, 177);
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-family: Montserrat;
}

ul.quan-count h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(0, 109, 240);
}

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

ul.rate-reviews li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.rate-reviews li h6 {
    margin: 0px;
    font-size: 14px;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    font-style: normal;
    font-weight: 400;
}

ul.rate-reviews li:first-child i {
    color: rgb(250, 204, 43);
    font-size: 15px;
}

ul.rate-reviews li:last-child i {
    color: rgb(255, 255, 255);
    font-size: 22px;
    border-left: 1px solid rgb(255, 255, 255);
    padding-left: 30px;
}

.price h5 del {
    display: block;
    font-size: 22px;
    color: rgb(57, 57, 57);
    font-family: saud;
}

.price h5 {
    font-size: 45px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin: 30px 0px;
}

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

.prod-detail-description .rating:not(:checked) > label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: rgb(102, 102, 102);
}

.prod-detail-description .rating:not(:checked) > label::before {
    content: "Ã¢Ëœâ€¦";
}

.prod-detail-description .rating > input:checked + label:hover, .prod-detail-description .rating > input:checked + label:hover ~ label, .prod-detail-description .rating > input:checked ~ label:hover, .prod-detail-description .rating > input:checked ~ label:hover ~ label, .prod-detail-description .rating > label:hover ~ input:checked ~ label {
    color: rgb(229, 142, 9);
}

.prod-detail-description .rating:not(:checked) > label:hover, .prod-detail-description .rating:not(:checked) > label:hover ~ label {
    color: rgb(255, 158, 11);
}

.prod-detail-description .rating > input:checked ~ label {
    color: rgb(255, 167, 35);
}

.prod-detail-description {
    position: relative;
    padding: 0px 0px 80px;
}

.prod-detail-description .nav-tabs .nav-link {
    color: rgb(255, 255, 255);
    font-family: Jersey;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    width: fit-content;
    padding: 15px;
    background: transparent;
    margin-right: 10px;
    border-bottom: 3px solid transparent;
    border-radius: 0px !important;
}

.prod-detail-description .nav-tabs .nav-link.active, .prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-image: initial;
    border-bottom: 3px solid rgb(229, 23, 43) !important;
}

.prod-detail-description .nav-tabs .nav-link:hover, .prod-detail-description .nav-tabs .nav-link:focus {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-image: initial;
    border-bottom: 3px solid rgb(229, 23, 43) !important;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgb(222, 226, 230);
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0px 10px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    border: 1px solid rgb(0, 0, 0);
    margin: 5px 0px 20px;
}

.prod-detail-description .prd-review-input input::placeholder, .prod-detail-description .prd-review-input textarea::placeholder {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid rgb(0, 0, 0);
    margin: 5px 0px 0px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    height: auto;
    border: 0px;
    width: auto !important;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    margin: 20px 0px;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0px;
    border: 1px solid rgb(0, 0, 0);
    font-size: 16px;
    text-transform: uppercase;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.prod-detail-description .client-review-box {
    box-shadow: rgb(152, 152, 152) 0px 0px 5px 1px;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0px;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: rgb(152, 152, 152) 0px 0px 5px 1px;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: rgb(102, 102, 102);
    font-family: Montserrat;
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: rgb(199, 139, 27);
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-family: Roboto;
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 14px;
    color: rgb(163, 162, 163);
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 10px;
    margin: 0px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.product-detail1 .skin-2 .num-in {
    height: 50px;
    width: 150px;
    float: left;
    display: flex;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.product-detail1 .skin-2 .num-in span::before, .product-detail1 .skin-2 .num-in span::after {
    opacity: 1;
    content: "";
    position: absolute;
    background-color: rgb(226, 226, 226);
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

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

label.medium {
    color: rgb(255, 255, 255);
    width: max-content;
    text-transform: uppercase;
    font-family: Montserrat;
}

.statment-choose select {
    width: 40%;
    border-radius: 0px;
    appearance: auto;
    color: rgb(255, 255, 255);
    font-family: montserrat;
    border: navajowhite;
    height: 50px;
    margin: 0px;
    text-transform: uppercase;
    background-color: rgb(37, 36, 37) !important;
}

.statment-choose .d-flex.align-items-center {
    margin: 0px 0px 20px;
    gap: 10px;
}

ul.disc-list i {
    color: rgb(228, 23, 43);
}

ul.disc-list p {
    font-family: Jersey;
}

.sell_box_image1 img {
    object-fit: scale-down;
    width: 80%;
    height: auto;
    object-position: 100% 100%;
    transition: 0.3s ease-in-out;
}

.productdetailnav .slick-slide.slick-current.slick-active .sell_box_image a {
    background: rgb(228, 23, 43);
}

.multi-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0px;
    border-radius: 10px;
    background: rgb(37, 36, 37);
}

li.multi-1 {
    margin: 0px 0px 70px;
}

ul.multi-lorem {
    position: relative;
    padding: 0px 0px 0px 40px;
    z-index: 1;
}

ul.multi-lorem::before {
    content: "";
    position: absolute;
    top: 2%;
    left: 0px;
    width: 1px;
    height: 94%;
    background: rgb(85, 84, 85);
}

ul.multi-lorem li {
    position: relative;
    z-index: 1;
}

ul.multi-lorem li::before {
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    left: -43px;
    transform: translateY(-50%);
    background: rgb(229, 23, 43);
    border-radius: 50%;
    content: "";
}

li.multi-1::before {
    top: 10% !important;
}

li.multi-1::after {
    position: absolute;
    top: 10%;
    width: 19px;
    height: 19px;
    left: -49px;
    transform: translateY(-50%);
    border: 2px solid rgb(229, 23, 43);
    border-radius: 50%;
    content: "";
}

.accesorie-box {
    padding: 62px 20px;
    text-align: center;
    border-radius: 10px;
    margin: 0px 0px 20px;
    background: rgb(37, 36, 37);
    transition: 0.3s ease-in-out;
}

.accesorie-box:hover {
    background: rgb(229, 23, 43);
}

.accesorie-box1 {
    height: 220px;
}

.big-noodle {
    font-family: big_noodle_titling;
    font-weight: 200;
}

.product-detail1 .skin-2 .num-in span.plus::before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 2px;
    height: 20px;
    background: rgb(69, 68, 69);
    transform: translateY(-50%);
}

.num-in {
    position: relative;
}

.num-in::after {
    position: absolute;
    top: 50%;
    left: 50px;
    width: 2px;
    height: 20px;
    background: rgb(69, 68, 69);
    transform: translateY(-50%);
    content: "";
}

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
    .hdr_logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner_image img {
        height: 700px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
    .banner_image::before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 521px;
        height: 780px;
        content: "";
        background-image: url("../images/gloves_before.png");
        background-position: 44% -54px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    ul#menu a {
        color: rgb(255, 255, 255);
        font-family: Montserrat;
        transition: 0.3s ease-in-out;
        font-size: 12px;
        padding: 15px 18px;
        border-radius: 5px;
        font-weight: 500;
    }

    .testimonial_slider .slick-slide.slick-current.slick-active + .slick-slide.slick-active {
        width: 320px;
    }

    .testimonial_slider .slick-slide.slick-current.slick-active + .slick-slide.slick-active + .slick-slide.slick-active {
        width: 320px;
    }

    .testimonial_slider .slick-slide.slick-current.slick-active {
        width: 420px;
    }
    
    section.inner_banner_sec .banner_image::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 550px;
    height: 590px;
    content: "";
    background-image: url("../images/gloves_before.png");
    background-position: 44% -54px;
    background-size: contain;
    background-repeat: no-repeat;
}
section.inner_banner_sec {
    height: 450px;
}
 .woocommerce .woocommerce-ordering select {
    vertical-align: top;
    text-align: center;
    width: 50% !important;
    height: 40px;
    margin: 0 auto !important;
    display: block !important;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: unset !important;
}

.woocommerce .woocommerce-breadcrumb {
    text-align: center !important;
    margin: 0 0 1em;
    padding: 0;
}
    .inner_banner_sec span.banner_bg_text {
        font-size: 143px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .inner_banner_sec span.banner_bg_text {
        font-size: 143px;
    }
   .woocommerce .woocommerce-ordering select {
    vertical-align: top;
    text-align: center;
    width: 50% !important;
    height: 40px;
    margin: 0 auto !important;
    display: block !important;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: unset !important;
}

.woocommerce .woocommerce-breadcrumb {
    text-align: center !important;
    margin: 0 0 1em;
    padding: 0;
}
   
    
    
    .hdr_logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    section.inner_banner_sec .banner_image::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 520px;
    height: 580px;
    content: "";
    background-image: url("../images/gloves_before.png");
    background-position: 44% -54px;
    background-size: contain;
    background-repeat: no-repeat;
}
section.inner_banner_sec {
    height: 450px;
}

    ul#menu a {
        color: rgb(255, 255, 255);
        font-family: Montserrat;
        transition: 0.3s ease-in-out;
        font-size: 12px;
        padding: 15px 18px;
        border-radius: 5px;
        font-weight: 500;
    }

    .banner_image::before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 550px;
        height: 830px;
        content: "";
        background-image: url("../images/gloves_before.png");
        background-position: 44% -54px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    span.about_bg_text {
        position: absolute;
        width: 100%;
        height: 40%;
        writing-mode: unset;
        font-family: Jersey;
        text-transform: uppercase;
        font-size: 315px;
        right: 0px;
        top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 1px rgb(77, 40, 40);
        z-index: -1;
        line-height: normal;
    }

    .testimonial_slider .slick-slide.slick-current.slick-active {
        width: 450px;
    }

    .testimonial_slider .slick-slide.slick-current.slick-active + .slick-slide.slick-active {
        width: 300px;
    }

    .testimonial_slider .slick-slide.slick-current.slick-active + .slick-slide.slick-active + .slick-slide.slick-active {
        width: 300px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 20px 20px !important;
    padding: 0;
    position: relative;
    width: 31% !important;
    margin-left: 0;
}
    .multi-box-image {
        width: 100% !important;
    }
    .multi-box-text {
        width: 100% !important;
    }
    
    .glove-guidance-text ul li {
    width: 90%;
}
.glove-guidance-text ul {
    column-count: 1;
    display: flex;
    flex-wrap: wrap;
}
    .multi-box-image img {
    height: 380px;
    width: 100%;
    object-fit: contain;
}

.multi-box-image {
    width: 100%;
}
    .multi-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0px;
    border-radius: 10px;
    background: rgb(37, 36, 37);
    flex-wrap: wrap;
    gap:10px;
    }
    
    li.multi-1 {
        margin: 0px 0px 0px;
    }
    .banner_image.hei img.hei {
    width: 80%;
    position: relative;
    display: block;
    left: -50px !important;
    }
    .woocommerce ul.products li.product a img {
    width: 100%;
    height: 300px !important;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    }
    ul.rate {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 10px 0px;
    background: rgb(37, 36, 37);
    flex-wrap: wrap;
    gap: 10px;
    }
    h1 {
        font-size: 77px;
        line-height: normal;
        color: rgb(255, 255, 255);
        font-weight: 500;
    }

    .banner_text {
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .banner_sec {
        height: 550px;
        background: rgb(10, 9, 9);
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .banner_image::before {
        position: absolute;
        top: 0px;
        left: -10px;
        width: 465px;
        height: 720px;
        content: "";
        background-image: url("../images/gloves_before.png");
        background-position: 44% -54px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .hdr_logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav.stroke.stroke2 a {
        font-size: 14px;
        padding: 10px 15px !important;
    }

    ul#menu a {
        color: rgb(255, 255, 255);
        font-family: Montserrat;
        transition: 0.3s ease-in-out;
        font-size: 11px;
        padding: 10px 5px;
        border-radius: 5px;
        font-weight: 500;
    }

    .testimonial_slider .slick-slide.slick-current.slick-active {
        width: 530px;
    }

    span.about_bg_text {
        position: absolute;
        width: 100%;
        height: 40%;
        writing-mode: unset;
        font-family: Jersey;
        text-transform: uppercase;
        font-size: 285px;
        right: 0px;
        top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 1px rgb(77, 40, 40);
        z-index: -1;
        line-height: normal;
    }

    .about_image img {
        height: auto;
        object-position: center top;
    }

    .sell_box_image img {
        object-fit: scale-down;
        width: 80%;
        height: 300px;
        object-position: center center;
        transition: 0.3s ease-in-out;
    }

    ul.banner_navs {
        padding: 10px 0px 50px;
        display: flex;
        align-items: center;
        gap: 10px;
        position: absolute;
        right: -10px;
        bottom: 20px;
    }
    section.inner_banner_sec {
    height: 440px;
}
    
    
    section.inner_banner_sec .banner_image::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 440px;
    height: 580px;
    content: "";
    background-image: url("../images/gloves_before.png");
    background-position: 44% -54px;
    background-size: contain;
    background-repeat: no-repeat;
}
         .woocommerce .woocommerce-ordering select {
    vertical-align: top;
    text-align: center;
    width: 50% !important;
    height: 40px;
    margin: 0 auto !important;
    display: block !important;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: unset !important;
}

.woocommerce .woocommerce-breadcrumb {
    text-align: center !important;
    margin: 0 0 1em;
    padding: 0;
}.glove-guidance-text h2 {
    text-align: center;
    font-size: 49px;
    margin: 0 0 40px 0px;
}


.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px;
    border: 1px solid #fff;
}
      section.travel-ins-page-sec.sec .row {
        padding: 0;
        justify-content: center;
    }
    .inner_banner_sec span.banner_bg_text {
    font-size: 125px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wp-block-woocommerce-cart.alignwide {
    background: white !important;
    box-shadow: 0 0 010px 1px white !important;
}

.wp-block-woocommerce-cart.alignwide * {
    color: #000 !important;
}
.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: block !important;
    font-size: 14px;
}
.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: block !important;
}
     .is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: block !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 190px !important;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
    width: 850px;
}
    .multi-box-image {
        width: 50%;
    }
    .multi-box-text {
        width: 50%;
    }
    .inner_banner_sec span.banner_bg_text {
    font-size: 137px;
    }

    ul.ftr-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    font-size: 11px;
    color: rgb(193, 193, 195);
    padding-top: 0px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
     section.travel-ins-page-sec.sec .row {
        padding: 0;
        justify-content: center;
    }
    .glove-guidance-text ul li {
            width: 90%;
    }
    .glove-guidance-text ul {
        column-count: 1;
        display: flex;
        flex-wrap: wrap;
    }
    .slide-counter {
    color: rgb(255, 255, 255);
    font-size: 97px !important;
    position: absolute;
  top: 50% !important;
    left: 85% !important;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-family: Jersey;
    text-transform: uppercase;
}
    .banner_image.hei img.hei {
    width: 100% !important;
    position: relative;
    display: block;
    left: -50px !important;
}
  
.wp-block-woocommerce-cart.alignwide, .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
    padding: 50px 100px 0 100px !important;
}
.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px;
    border: 1px solid #fff;
}
    .section_head h3 {
    color: rgb(255, 255, 255);
    font-size: 50px;
    margin-bottom: 16px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 300;
}
    
    h4 {
    font-size: 30px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
    .glove-guidance-text h2 {
    text-align: center;
    font-size: 39px;
    margin: 0 0 40px 0px;
}
.gorilla-content .accordion-button.collapsed {
    padding: 20px 10px;
    background-color: rgb(255, 255, 255);
    color: rgb(217, 16, 24);
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 7px !important;
}
    
    
    
     .woocommerce .woocommerce-ordering select {
    vertical-align: top;
    text-align: center;
    width: 50% !important;
    height: 40px;
    margin: 0 auto !important;
    display: block !important;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: unset !important;
}

.woocommerce .woocommerce-breadcrumb {
    text-align: center !important;
    margin: 0 0 1em;
    padding: 0;
}
    
    
    
    .woocommerce ul.products li.product a img {
    width: 100%;
    height: 290px !important;
    display: block !important;
    margin: 0 !important;
    box-shadow: none;
    object-position: center !important;
}
    
    section.inner_banner_sec .banner_image::before {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 380px;
    height: 580px;
    content: "";
    background-image: url("../images/gloves_before.png");
    background-position: 44% -54px;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner_text_para2 ul li {
    width: 50%;
    padding-right: 10px !important;
}

section.inner_banner_sec {
    height: 430px;
}



.banner_text_para.banner_text_para1  {
    width: 78%;
    margin: -70px 0px 0px auto;
    position: relative;
    z-index: 1;
    height: 40%;
    padding-left: 3%;
}
    
    
    
    section.header .col-lg-3 {
        order: 1;
    }

    section.header .col-lg-4.col-md-5.col-sm-12 {
        order: 3;
    }

    section.header .col-lg-5.col-md-7.col-sm-6 {
        order: 3;
        padding: 0px;
    }

    .testimonial_slider .slick-slide.slick-current.slick-active {
        width: 400px;
    }

    .testimonial_slider .slick-slide.slick-current.slick-active + .slick-slide.slick-active {
        width: 270px;
    }

    .about_image img {
        height: 370px;
        object-position: center top;
    }

    span.about_bg_text {
        position: absolute;
        width: 100%;
        height: 40%;
        writing-mode: unset;
        font-family: Jersey;
        text-transform: uppercase;
        font-size: 235px;
        right: 0px;
        top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 1px rgb(77, 40, 40);
        z-index: -1;
        line-height: normal;
    }

    .multi-box {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 30px;
        border-radius: 10px;
        background: rgb(37, 36, 37);
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        position: relative;
    }

    ul#menu {
        justify-content: end;
        display: flex;
        align-items: center;
        height: 100%;
        gap: 18px;
    }

    .hdr_topbar_text p {
        margin: 0px;
        text-align: center;
        text-transform: uppercase;
        color: rgb(226, 226, 226);
        font-size: 14px !important;
    }

    h1 {
        font-size: 57px;
        line-height: normal;
        color: rgb(255, 255, 255);
        font-weight: 500;
    }

    .banner_image::before {
        position: absolute;
        top: 0px;
        left: -30px;
        width: 380px;
        height: 560px;
        content: "";
        background-image: url("../images/gloves_before.png");
        background-position: 44% -54px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .banner_sec {
        height: 500px;
        background: rgb(10, 9, 9);
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .hdr_logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner_text {
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .banner_text_para {
        width: 60%;
        margin: -70px 0px 0px auto;
        position: relative;
        z-index: 1;
        height: 40%;
        padding-left: 6%;
    }

    ul#menu a {
        color: rgb(255, 255, 255);
        font-family: Montserrat;
        transition: 0.3s ease-in-out;
        font-size: 11px;
        padding: 12px 9px;
        border-radius: 5px;
        font-weight: 500;
    }

    .banner_sec {
        height: 500px;
        background: rgb(10, 9, 9);
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .quick-links {
        width: 100%;
        margin: 10px 0px 0px auto;
    }

    .footer_logo {
        justify-content: start;
        height: 100%;
        display: flex;
        align-items: start;
        margin-left: 0px;
        flex-direction: column;
    }

    .footer-text {
        width: 100%;
        margin: 10px 0px 0px auto;
    }

    .quick-links.ser-links {
        width: 100%;
    }

    .quick-links ul li {
        margin-bottom: 0px;
    }

    footer p {
        font-size: 12px;
        width: 100%;
        color: rgb(155, 151, 151);
        margin-bottom: 0px;
        line-height: normal;
    }

    footer {
        background: rgb(28, 27, 29);
        padding: 40px 0px 0px;
        margin: 0px 2% !important;
    }

    .ftr-btm {
        padding: 12px 10px;
        border-top: 1px solid rgb(46, 46, 46);
        border-radius: 5px;
        background-color: transparent;
    }

    h2 {
        font-size: 49px;
        line-height: 1.2;
        color: rgb(255, 255, 255);
        font-weight: 500;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: block !important;
    font-size: 14px;
}
    
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: unset;
}
li#tab-title-description {
    padding: 6px 6px !important;
    border: 0px solid !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    font-family: 'GothamBook' !important;
    text-transform: uppercase !important;
    align-items: center !important;
    width: fit-content !important;
    background: #181719;
    color: white !important;
    font-family: 'Montserrat' !important;
}
 li#li#tab-title-additional_information {
    padding: 6px 6px !important;
    border: 0px solid !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    font-family: 'GothamBook' !important;
    text-transform: uppercase !important;
    align-items: center !important;
    width: fit-content !important;
    background: #181719;
    color: white !important;
    font-family: 'Montserrat' !important;
}
 li#tab-title-reviews {
    padding: 6px 6px !important;
    border: 0px solid !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    font-family: 'GothamBook' !important;
    text-transform: uppercase !important;
    align-items: center !important;
    width: fit-content !important;
    background: #181719;
    color: white !important;
    font-family: 'Montserrat' !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 !important;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}
 ul.tabs.wc-tabs {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 14px !important;
    flex-wrap: wrap;
    justify-content: center;
}
  
    
    
 ul.rate h5 {
    margin: 0px;
    font-size: 20px;
}
ul.sell_product h5 {
    margin: 0px;
    font-size: 20px;
}
    .glove-guidance-text ul li {
    width: 100%;
}
.banner_image.hei img.hei {
    width: 80%;
    position: relative;
    display: block;
    left: -80px !important;
}
    
        .banner_text.inner_banner_text.hei.topbar {
    height: auto;
    padding: 40px 0 0 0;
}
section.inner_banner_sec {
    height: auto;
}
section.inner_banner_sec .hei {
    height: auto;
}
section.inner_banner_sec .banner_image img {
    height: 500px !important;
    object-fit: cover;
}

.about_text h2 {
    font-size: 77px;
}
.banner_text_para2 ul li {
    width: 100% !important;
    padding-right: 20px !important;
}
    
    
    
    h1 {
        font-size: 60px;
        line-height: normal;
        margin: 0px;
    }

    h2 {
        font-size: 39px;
        line-height: 1.2;
        color: rgb(255, 255, 255);
        font-weight: 500;
    }

    .sell_box_image img {
        object-fit: scale-down;
        width: 80%;
        height: 300px;
        object-position: center center;
        transition: 0.3s ease-in-out;
    }

    .banner_text {
        padding-top: 40px;
    }

    .banner_image img {
        height: 470px !important;
    }

    ul.hdr_options {
        justify-content: center;
    }

    ul.hdr_options li a {
        width: 35px;
        height: 35px;
    }

    ul.hdr_options li a i {
        font-size: 15px;
    }

    section.header .nav.stroke {
        display: none;
    }

    .hdr_logo {
        justify-content: center;
        margin: 0px;
    }

    .hdr_btn {
        justify-content: center;
        flex-wrap: wrap;
        margin: 30px 0px 0px;
    }

    .banner_text_para {
        width: 100%;
        margin: 0px;
        height: auto;
    }

    .banner_text {
        justify-content: center;
    }

    span.banner_bg_text {
        font-size: 120px !important;
    }

    .banner_sec {
        height: auto;
    }

    section.banner_sec .hei {
        height: auto;
    }

    .slide-counter {
        font-size: 100px;
        line-height: 1;
        position: absolute;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        text-align: start;
        margin: 30px 0px 0px;
        z-index: 99;
    }

    .slick-slide img {
        width: 100%;
    }

    .banner_image::before {
        display: none;
    }

    .hdr_topbar_text p {
        margin: 0px;
        text-align: center;
        text-transform: uppercase;
        color: rgb(226, 226, 226);
        font-size: 11px !important;
    }

    section.header .nav.stroke1 {
        display: block;
    }

    .banner_sec::before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 101%;
        height: 70%;
        content: "";
        background: linear-gradient(147deg, rgb(64, 18, 18) 12%, rgba(255, 255, 255, 0) 49%);
        z-index: -1;
    }

    .about-text-para {
        margin: 0px 0px 20px;
    }

    .about_image img {
        height: 300px;
        object-position: center top;
        object-fit: contain;
    }

    ul.multi-lorem {
        position: relative;
        padding: 0px 0px 0px 20px;
        z-index: 1;
    }

    ul.multi-lorem li::before {
        position: absolute;
        top: 50%;
        width: 7px;
        height: 7px;
        left: -23px;
        transform: translateY(-50%);
        background: rgb(229, 23, 43);
        border-radius: 50%;
        content: "";
    }

    li.multi-1::after {
        position: absolute;
        top: 10%;
        width: 19px;
        height: 19px;
        left: -29px;
        transform: translateY(-50%);
        border: 2px solid rgb(229, 23, 43);
        border-radius: 50%;
        content: "";
    }

    li.multi-1 {
        margin: 0px 0px 30px;
    }

    .testimonial_top_bar {
        padding: 0px;
    }

    .testimonial_box {
        padding: 40px 15px;
        height: auto;
        position: relative;
    }

    .testimonial_slider .slick-slide.slick-current.slick-active {
        width: 96vw !important;
    }

    .profile {
        padding: 0px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .testimonial_slider .slick-list.draggable {
        height: auto;
        padding: 60px 0px;
    }

    .update_text p {
        color: white;
        margin: 0px 0px 10px;
    }

    .update_text h3 {
        color: white;
        text-transform: capitalize;
        font-size: 30px;
    }

    footer {
        background: rgb(28, 27, 29);
        padding: 50px 0px 0px;
        margin: 0px 2% !important;
    }

    .quick-links {
        width: 100%;
        margin: 20px 0px 0px auto;
    }

    .quick-links.ser-links {
        width: 100%;
    }

    .quick-links > div {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 80px;
        margin: 0px;
    }

    .footer-text {
        width: 100%;
        margin: 20px 0px 0px auto;
    }

    .quick-links ul li {
        margin-bottom: 2px;
    }

    footer h3 {
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 22px;
        text-transform: capitalize;
        line-height: normal;
        margin-bottom: 0px;
        letter-spacing: 2px;
        padding-top: 0px;
    }

    .ftr-btm {
        padding: 12px 10px;
        border-top: 1px solid rgb(46, 46, 46);
        border-radius: 5px;
        background-color: transparent;
    }

    .ftr-btm ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        margin: 10px 0px 0px;
    }

    .ftr-btm {
        padding: 12px 10px;
        border-top: 1px solid rgb(46, 46, 46);
        border-radius: 5px;
        background-color: transparent;
        margin-top: 20px;
    }
        
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 80% !important;
    float: unset !important;
    clear: both;
    margin: 0 auto !important;
}
    
    .woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    text-align: center !important;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    text-align: center;
    width: 80% !important;
    height: 40px;
    margin: 0 auto !important;
    display: block !important;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: unset !important;
    width: 100%;
}

.footer_logo img {
    object-fit: scale-down;
    width: 180px;
    height: 70px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(90%) saturate(2%) hue-rotate(117deg) brightness(109%) contrast(101%);
}

.gorilla-content .accordion-button.collapsed {
    padding: 20px 10px;
    background-color: rgb(255, 255, 255);
    color: rgb(217, 16, 24);
    font-size: 15px;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 7px !important;
}
h4 {
    font-size: 32px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.section_head h3 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    margin-bottom: 16px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 300;
}
  ul.tabs.wc-tabs {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 20px !important;
    flex-wrap: wrap;
    justify-content: center;
}
 .wp-block-woocommerce-cart.alignwide * {
    color: #fff !important;
}
.wp-block-woocommerce-cart.alignwide, .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
    padding: 50px 10px 0 10px !important;
}

.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px;
    border: 1px solid #fff;
}

html body section.inner_banner_sec .banner_image img {
    left: 0 !important;
    object-fit: contain;
    height: auto !important;
}
.about_sec {
    background-image: url("../images/about.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}
.accordion-body.gorrila-page-txt {
    background: rgb(255, 255, 255);
    padding: 20px 10px;
}
.accordion h3 {
    font-size: 25px;
    letter-spacing: 2px;
    text-decoration: underline;
    color: rgb(0, 0, 0);
}
h4.arrow::before {
    left: 0px;
    content: '\2192';
    margin-right: 8px;
    position: absolute;
    font-size: 21px;
    top: 0px;
    color: rgb(217, 16, 24);
}

h4.arrow {
    color: rgb(0, 0, 0);
    position: relative;
    margin: 0px 0px 20px;
    letter-spacing: 2px;
    padding: 0px 0px 0px 30px;
    font-size: 19px;
}
.accordion-body.gorrila-page-txt p {
    background: rgb(255, 255, 255);
    font-size: 12px;
}
.gorrila-page-txt ul li {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 23px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 19px;
    margin-left: 0px;
    display: flex;
    align-items: center;
    gap: 1px;
    flex-wrap: wrap;
}



section.travel-ins-page-sec.sec .row {
    padding: 0;
    justify-content: center;
}
.gorilla-content .accordion-button {
    color: rgb(217, 16, 24);
    font-family: Montserrat;
    background: transparent;
    padding: 20px 10px;
    text-transform: capitalize;
 font-size: 12px;
 line-height: 30px;
}
   .multi-box-image {
    width: 100% !important;
}
.multi-box-text {
    width: 100% !important;
}
    .is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: block !important;
}
     .is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: block !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 190px !important;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
    width: 850px;
}
 .wp-block-woocommerce-cart.alignwide {
    background: white !important;
    box-shadow: 0 0 010px 1px white !important;
}

.wp-block-woocommerce-cart.alignwide * {
    color: #000 !important;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .wp-block-woocommerce-cart.alignwide {
    background: white !important;
    box-shadow: 0 0 010px 1px white !important;
}

.wp-block-woocommerce-cart.alignwide * {
    color: #000 !important;
}
    .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: block !important;
    font-size: 14px;
}
    .is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: block !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 100px !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
}
   .multi-box-image {
    width: 100% !important;
}
.multi-box-text {
    width: 100% !important;
}
   
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: unset;
}
li#tab-title-description {
    padding: 6px 6px !important;
    border: 0px solid !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    font-family: 'GothamBook' !important;
    text-transform: uppercase !important;
    align-items: center !important;
    width: fit-content !important;
    background: #181719;
    color: white !important;
    font-family: 'Montserrat' !important;
}
 li#li#tab-title-additional_information {
    padding: 6px 6px !important;
    border: 0px solid !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    font-family: 'GothamBook' !important;
    text-transform: uppercase !important;
    align-items: center !important;
    width: fit-content !important;
    background: #181719;
    color: white !important;
    font-family: 'Montserrat' !important;
}
 li#tab-title-reviews {
    padding: 6px 6px !important;
    border: 0px solid !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    font-family: 'GothamBook' !important;
    text-transform: uppercase !important;
    align-items: center !important;
    width: fit-content !important;
    background: #181719;
    color: white !important;
    font-family: 'Montserrat' !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 !important;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}
 ul.tabs.wc-tabs {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 14px !important;
    flex-wrap: wrap;
    justify-content: center;
}
    .gorilla-content .accordion-button {
    color: rgb(217, 16, 24);
    font-family: Montserrat;
    background: transparent;
    padding: 20px 10px;
    text-transform: capitalize;
 font-size: 12px;
 line-height: 30px;
}
    .accordion-body.gorrila-page-txt {
    background: rgb(255, 255, 255);
    padding: 20px 10px;
}
.accordion h3 {
    font-size: 25px;
    letter-spacing: 2px;
    text-decoration: underline;
    color: rgb(0, 0, 0);
}
h4.arrow::before {
    left: 0px;
    content: "â†’";
    margin-right: 8px;
    position: absolute;
    font-size: 21px;
    top: 0px;
    color: rgb(217, 16, 24);
}

h4.arrow {
    color: rgb(0, 0, 0);
    position: relative;
    margin: 0px 0px 20px;
    letter-spacing: 2px;
    padding: 0px 0px 0px 30px;
    font-size: 19px;
}
.accordion-body.gorrila-page-txt p {
    background: rgb(255, 255, 255);
    font-size: 12px;
}
.gorrila-page-txt ul li {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 23px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 19px;
    margin-left: 0px;
    display: flex;
    align-items: center;
    gap: 1px;
    flex-wrap: wrap;
}



section.travel-ins-page-sec.sec .row {
    padding: 0;
    justify-content: center;
}

    .about_sec {
    background-image: url("../images/about.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}
    h5 {
    font-size: 13px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: unset !important;
}
    .woocommerce .woocommerce-ordering select {
    vertical-align: top;
    text-align: center;
    width: 80% !important;
    height: 40px;
    margin: 0 auto !important;
    display: block !important;
}
ul.tabs.wc-tabs {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 14px !important;
    flex-wrap: wrap;
    justify-content: center;
}

.wp-block-woocommerce-cart.alignwide, .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
    padding: 50px 10px 0 10px !important;
}

.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px;
    border: 1px solid #fff;
}
    
    
    
    .gorilla-content .accordion-button.collapsed {
    padding: 20px 10px;
    background-color: rgb(255, 255, 255);
    color: rgb(217, 16, 24);
    font-size: 12px;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 7px !important;
}
.inner_banner_text h1 {
    font-size: 50px;
}
.section_head h3 {
    color: rgb(255, 255, 255);
    font-size: 36px;
    margin-bottom: 16px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 300;
}






h4 {
    font-size: 22px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.glove-guidance-text ul li {
    width: 100%;
}
    
    
    
    
    
 .footer_logo img {
    object-fit: scale-down;
    width: 180px;
    height: 70px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(90%) saturate(2%) hue-rotate(117deg) brightness(109%) contrast(101%);
}
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
}
    
    .woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    text-align: center !important;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    text-align: center;
}
    
    h1 {
        font-size: 40px;
        line-height: normal;
        margin: 0px;
    }

    ul#menu a {
        color: rgb(255, 255, 255);
        font-family: Montserrat;
        transition: 0.3s ease-in-out;
        font-size: 10px;
        padding: 15px 18px;
        border-radius: 5px;
        font-weight: 500;
    }

    h2 {
        font-size: 30px;
        line-height: 1.2;
        color: rgb(255, 255, 255);
        font-weight: 500;
    }

    ul.rate {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        margin: 10px 0px;
        background: rgb(37, 36, 37);
        flex-wrap: wrap;
    }

    p {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        color: rgb(167, 167, 167);
        font-family: Montserrat, serif;
    }

    .ftr-btm ul li {
        font-size: 11px;
        color: rgb(255, 255, 255);
        text-align: center;
    }

    .news_input button {
        font-weight: 500;
        transform: translate(0px, -50%);
        border: none;
        background: rgb(229, 23, 43);
        color: white;
        text-transform: capitalize;
        height: 50px;
        border-radius: 5px;
        width: fit-content;
        margin: 0px 0px 0px -10px;
        position: absolute;
        top: 50%;
        font-family: montserrat;
        right: 0px;
        font-size: 14px;
    }

    ul.hdr_options {
        justify-content: center;
    }

    ul.hdr_options li a {
        width: 35px;
        height: 35px;
    }

    ul.hdr_options li a i {
        font-size: 15px;
    }

    section.header .nav.stroke {
        display: none;
    }

    .hdr_logo {
        justify-content: center;
        margin: 0px;
    }

    .hdr_btn {
        justify-content: center;
        flex-wrap: wrap;
        margin: 30px 0px 0px;
    }

    .banner_text_para {
        width: 100%;
        margin: 0px;
        height: auto;
    }

    .banner_text {
        justify-content: center;
    }

      span.banner_bg_text {
        font-size: 95px !important;
    }

    .banner_sec {
        height: 700px;
    }

section.banner_sec .hei {
    height: 350px;
    left: -13px !important;
}

.slide-counter {
    font-size: 97px !important;
    line-height: 1;
    position: absolute;
    top: unset;
    left: 85% !important;
    transform: unset;
    width: 100%;
    text-align: start;
    margin: 30px 0px 0px;
    z-index: 99;
}   

    .slick-slide img {
        width: 100%;
    }

    .banner_image::before {
        display: none;
    }

    .hdr_topbar_text p {
        margin: 0px;
        text-align: center;
        text-transform: uppercase;
        color: rgb(226, 226, 226);
        font-size: 11px !important;
    }

    section.header .nav.stroke1 {
        display: block;
    }

    .banner_sec::before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 101%;
        height: 70%;
        content: "";
        background: linear-gradient(147deg, rgb(64, 18, 18) 12%, rgba(255, 255, 255, 0) 49%);
        z-index: -1;
    }

    .about-text-para {
        margin: 0px 0px 20px;
    }

    .about_image img {
        height: 300px;
        object-position: center top;
        object-fit: contain;
    }

    ul.multi-lorem {
        position: relative;
        padding: 0px 0px 0px 20px;
        z-index: 1;
    }

    ul.multi-lorem li::before {
        position: absolute;
        top: 50%;
        width: 7px;
        height: 7px;
        left: -23px;
        transform: translateY(-50%);
        background: rgb(229, 23, 43);
        border-radius: 50%;
        content: "";
    }

    li.multi-1::after {
        position: absolute;
        top: 10%;
        width: 19px;
        height: 19px;
        left: -29px;
        transform: translateY(-50%);
        border: 2px solid rgb(229, 23, 43);
        border-radius: 50%;
        content: "";
    }

    li.multi-1 {
        margin: 0px 0px 30px;
    }

    .testimonial_top_bar {
        padding: 0px;
    }

    .testimonial_box {
        padding: 40px 15px;
        height: auto;
        position: relative;
    }

    .testimonial_slider .slick-slide.slick-current.slick-active {
        width: 91vw !important;
    }

    .profile {
        padding: 0px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .testimonial_slider .slick-list.draggable {
        height: auto;
        padding: 60px 0px;
    }

    .update_text p {
        color: white;
        margin: 0px 0px 10px;
    }

    .update_text h3 {
        color: white;
        text-transform: capitalize;
        font-size: 30px;
    }

    footer {
        background: rgb(28, 27, 29);
        padding: 50px 0px 0px;
        margin: 0px 2% !important;
    }

    .quick-links {
        width: 100%;
        margin: 20px 0px 0px auto;
    }

    .quick-links.ser-links {
        width: 100%;
    }

    .quick-links > div {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 80px;
        margin: 0px;
    }

    .footer-text {
        width: 100%;
        margin: 20px 0px 0px auto;
    }

    .quick-links ul li {
        margin-bottom: 2px;
    }

    footer h3 {
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 22px;
        text-transform: capitalize;
        line-height: normal;
        margin-bottom: 0px;
        letter-spacing: 2px;
        padding-top: 0px;
    }

    .ftr-btm {
        padding: 12px 10px;
        border-top: 1px solid rgb(46, 46, 46);
        border-radius: 5px;
        background-color: transparent;
    }

    .ftr-btm ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        margin: 10px 0px 0px;
    }

    .ftr-btm {
        padding: 12px 10px;
        border-top: 1px solid rgb(46, 46, 46);
        border-radius: 5px;
        background-color: transparent;
        margin-top: 20px;
    }
    .banner_text.inner_banner_text.hei.topbar {
    height: auto;
    padding: 40px 0 0 0;
}
section.inner_banner_sec {
    height: auto;
}
section.inner_banner_sec .hei {
    height: auto;
}
section.inner_banner_sec .banner_image img {
    height: auto;
    object-fit: contain;
}

.about_text h2 {
    font-size: 77px;
}
.banner_text_para2 ul li {
    width: 100% !important;
    padding-right: 0px !important ;
}
.qib-button-wrapper button.qib-button {
    padding: 6px 12px 8px;
    height: 41px;
    background: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    width: 41px;
    color: #ffffff;
    height: 41px;
}







.sell_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin: 0px 0px 40px 20px;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
    flex-direction: column;
}

.multi-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0px;
    border-radius: 10px;
    background: rgb(37, 36, 37);
    flex-wrap: wrap;
    gap: 20px;
}
ul.rate h5 {
    margin: 0px;
    font-size: 20px;
}
ul.sell_product h5 {
    margin: 0px;
    font-size: 20px;
}
body .qib-button-wrapper {
    display: flex;
    float: left !important;
    margin-right: 0;
}
}


.wc-block-components-notice-snackbar.wc-block-components-notice-banner.is-info.is-dismissible.notice-transition-enter-done {
    background: red !important;
    color: #fff !important;
    
}
button.wc-block-components-button.wp-element-button.wc-block-components-notice-banner__dismiss.contained svg{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(254deg) brightness(107%) contrast(101%);
}
.wc-block-components-notice-banner>.wc-block-components-button {
    background: transparent none!important;
    border: 0!important;
    box-shadow: none!important;
    color: #2f2f2f!important;
    flex: 0 0 16px;
    height: 16px!important;
    margin: 6px 0 0 auto!important;
    min-height: auto!important;
    min-width: 0!important;
    opacity: 1 !important;
    outline: none!important;
    padding: 0!important;
    width: 16px!important;
}


.modal {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0px;
}
.multi-box-image {
    width: 50%;
}

.multi-box-text {
    width: 50%;
}

