html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
}

body {
    font-size: 15px;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

::selection {
    color: #fff;
    background-color: #1191d2;
}

::-moz-selection {
    color: #fff;
    background-color: #1191d2;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    list-style: none;
}

p:last-child {
    margin-bottom: 0;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.nav-logo {
    height: 100px;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

header.fixed,
header.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

header .nav-link,
header .dropdown-item {
    font-size: 18px;
    text-transform: uppercase;
}

header .dropdown-item {
    font-size: 14px;
    padding: .35rem 1rem;
}

header .top-options a {
    font-size: 25px;
    margin: 0 0 0 15px;
    color: #000;
}

header .nav-light .top-options a {
    color: #fff;
}

header .navbar-nav .nav-item {
    padding: .25rem 1.5rem;
 }
header .navbar-nav .nav-link{
    padding: 0 !important;
}

header .nav-light .nav-link,
header .nav-light .nav-link.show {
    color: #fff;
}

.btn {
    text-transform: uppercase;
    border-radius: 0;
    padding: 0.5rem 1.25rem .4rem;
    font-size: 17px;
    text-align: center;
}

.btn-small {
    padding: 0.5rem 1.25rem .5rem;
    font-size: 14px;
    text-align: center;
    color: #000;
}

.banner-option {
    position: absolute;
    bottom: 45px;
    right: 50px;
}

.banner-option .btn:hover {
    background-color: #000;
    color: #fff;
}

.main-banner img {
    width: 100vw;
    /* height: 100vh; */
    object-fit: cover;
}

.third-blcok img {
    width: 100%;
}

.third-blcok figcaption {
    font-size: 40px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.third-blcok figure {
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);

}

.third-blcok figure:hover {
    outline: 1px dashed #fff;
    outline-offset: -15px;
    transform: translateY(-2px);
}

.footer-logo {
    height: 80px;
    min-width: 61px;
    object-fit: contain;
}

.footer-social a i {
    font-size: 30px;
    color: #000;
}

footer p {
    font-size: 20px;
    line-height: 1.25;
}

footer .footer-email {
    color: #000;
}

header.sticky-nav .navbar {
    background: #fff;
    box-shadow: 0 0 5px #e3e3e3;
}

header.sticky-nav .nav-light {
    background: #050505;
}

header.sticky-nav .nav-logo {
    height: 60px;
}

.nav-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* ----------- */
.boards .boards-single figure {
    transition: all 0.45s ease 0s;
}

.boards .boards-single figure figcaption {
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #000;
    font-weight: 600;
}

.boards .boards-single figure:hover {
    transform: translateY(-3px);
    box-shadow: 0px 15px 10px -15px #111;
}

#nav-01.owl-carousel {
    text-align: center;
}

#nav-01.owl-carousel .owl-nav {
    position: absolute;
    bottom: -2px;
    font-size: 20px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

#nav-01.owl-carousel .owl-dots {
    margin-top: 12px;
    display: inline-flex;
    position: relative;
}

#nav-01.owl-carousel button.owl-prev {
    left: -25px;
    position: relative;
}

#nav-01.owl-carousel button.owl-next {
    right: -25px;
    position: relative;
}

#nav-01.owl-carousel .owl-dots .owl-dot span {
    margin: 5px 2px;
    border: 1px solid #999;
    background: transparent;
}

#nav-01.owl-carousel .owl-dots .owl-dot.active span {
    background: #999;
}

#nav-01.owl-carousel .owl-nav button:hover {
    background-color: transparent;
    color: #000;
}

.board-details-text p,
.about-details-text p {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    font-weight: 400;
    font-family: "Encode Sans Expanded", sans-serif;
}
.board-details-text h5.text-uppercase.pt-4{
    font-size: 17px;
}
.specs-box p {
    margin-bottom: 0;
}

.spec-head {
    font-size: 27px;
    text-transform: uppercase;
}

.specs-box {
    width: auto;
    border: 1px solid;
    padding: 22px;
}

.specs-box p {
    padding-bottom: 2px;
}

.gallery-slider img {
    width: 100%;
    aspect-ratio: 3/3;
    object-fit: cover;
}

.explore-text {
    font-size: 50px;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.board-type {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 12px;
}

.board-type-list li {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
}

.board-type-list li a {
    color: #000;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.board-type-list li a:hover {
    letter-spacing: .75px;
}

.contact-form .form-control {
    border-color: #000;
    border-radius: 0;
}


.btn-square {
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #383c3a;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    min-width: 110px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 12px;
    letter-spacing: 1px;
    border: 0;
    text-decoration: none;
    border-radius: 1px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.btn-square:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform .5s cubic-bezier(.37, .31, .31, .9);
    transition: transform .5s cubic-bezier(.37, .31, .31, .9);
}

.btn-square:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.btn-square:hover {
    transform: translateY(-3px);
    box-shadow: 0px 15px 10px -15px #111;
}

.gsi-singles .spec-head {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
}

.gsi-singles {
    padding: 50px 0;
    border-bottom: 1px solid rgb(242 242 242 / 45%);
}

.gsi-singles img {
    padding: 5px;
    border: 1px solid rgb(241 241 241 / 70%);
    box-shadow: 5px 5px 10px 5px rgb(242 242 242 / 55%);
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.upinarms-list-single figure img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}

.upinarms-single-content {
    padding: 15px 15px 20px;
    background: #fdfdfd;
}

.upinarms-single-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 15px;
    margin-bottom: 12px;
}

.upinarms-single-content :is(h6, p) {
    font-weight: 400;
}

.upinarms-single-content a {
    color: #050505;
    text-decoration: none;
    display: inline;
    background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #222222 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.upinarms-single-content a:hover {
    letter-spacing: 1px;
    text-decoration: none;
    background-size: 100% 100%;
}

.upinarms-single-content .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.upinarms-single-detail p {
    font-size: 16px;
    text-align: justify;
}

.detailBlock-imgages img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
    object-position: top;
    border-radius: 5px;
}

/* ---------------------- */
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 0px;
    overflow: hidden;
    font-weight: 500;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #282828;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform .5s cubic-bezier(.37, .31, .31, .9);
    transition: transform .5s cubic-bezier(.37, .31, .31, .9);
}

.btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

/* ---------------------- */

.dropdown-item{
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.grecaptcha-badge { 
    visibility: hidden;
}
@media (max-width:575px){
    .poweredBy{
        font-size: 11px;
   }
}


.footer-logo-block{
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer-social-icons{
    display: inline-flex;
    gap: 15px;
    margin-bottom: 4px;
}
.footer-logo-block span{
    display: flex;
    flex-flow: column;
}


.product-single {
    position: relative;
    transition: all 500ms linear;
    box-shadow: 0px 15px 10px -15px #c5c5c5;
}
.product-single img {
    border-radius: 8px;
}
.pro-color {
    position: absolute;
    top: 30px;
}
.pro-color span {
    padding: 6px 25px;
    background: rgb(255 255 255 / 70%);
    border-radius: 0 25px 5px 0;
    box-shadow: 0px 15px 10px -15px #8d8d8d;
    display: inline;
}
.pro-name {
    position: absolute;
    bottom: 75px;
}
.pro-name span {
    padding: 6px 15px 6px 30px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 25%);
}
.pro-rate {
    position: absolute;
    bottom: 35px;
    left: 30px;
}
.pro-rate span {
    padding: 6px 20px 6px 15px;
    background: #000;
    border-radius: 5px 25px 5px 5px;
    font-weight: 500;
    box-shadow: 0px 15px 10px -15px #111;
    color: #fff;
}
.pro-sizes {
    position: absolute;
    right: 20px;
    top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pro-sizes span {
    padding: 5px 10px;
    background: rgb(255 255 255 / 80%);
    width: auto;
    height: auto;
    min-width: 45px;
    height: 25px;
    text-align: center;
    margin-bottom: 4px;
    border-radius: 3px;
    font-size: 13px;
    transform: scale(0);
    transition: all 500ms linear;
}
.product-single:hover {
    transform: translateY(-5px);
}
.product-single:hover .pro-sizes span {
    transform: scale(1);
}
.pro-sizes span:nth-child(2) {
    transition-delay: .1s;
}
.pro-sizes span:nth-child(3) {
    transition-delay: .2s;
}
.pro-sizes span:nth-child(4) {
    transition-delay: .3s;
}
.pro-sizes span:nth-child(5) {
    transition-delay: .4s;
}
@media (max-width:1199px) {
    .pro-name span {
        font-weight: 600;
    }
}
#products-list .owl-dots {
    text-align: center;
    position: relative;
    bottom: 35px;
}
#products-list .owl-dot {
    width: 12px;
    height: 12px;
    background: #CCCCCC;
    margin: 0 5px;
    border-radius: 50%;
}
#products-list .owl-dot.active {
    transform: scale(1.15);
    background: #0f3353;
}
#products-list img {
    /*max-height: 355px;
    height: 355px;*/
    object-fit: contain;
}
#products-list.owl-carousel .owl-stage-outer {
    background-color: #fbfbfb;
    border-radius: 12px;
}
.p-relative {
    position: relative;
    bottom: auto;
    left: auto;
}
.pro-rate.p-relative {
    font-size: 23px;
}
.short-note {
    line-height: 1.5;
    margin-top: 10px;
}
.size-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.size-option ul {
    display: inline-block;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}
.size-option ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px 5px 5px;
}
.size-option ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    height: 20px;
    outline-width: 2px;
    outline-style: solid;
    outline-color: transparent;
    outline-offset: 2px;
    color: #343a40;
}
.size-option ul li.active a {
    outline-color: #333;
    background: #333;
    color: #fff;
}
.qty-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #333;
    max-width: 90px;
    background-color: #fff;
    max-width: 144px;
}
.qty-group .button {
    position: relative;
    width: 32px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
}
.qty-group .button.minus {
    border-right: 1px solid #cbcbcb;
    background-color: #333;
}
.qty-group .button.plus {
    border-left: 1px solid #cbcbcb;
    background-color: #333;
}
.qty-group input[name="quantity"] {
    width: 78px !important;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    border: none;
    text-align: center;
    color: #646464;
    padding: 7px 5px 5px;
    background-color: rgba(255, 255, 255, 0);
}
.qty-group .button:before,
.qty-group .button:after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.qty-group .button:before {
    width: 10px;
    height: 2px;
}
.qty-group .button.minus:after {
    background-color: rgba(255, 255, 255, 0);
}
.qty-group .button:after {
    height: 10px;
    width: 2px;
}
.shop-now-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 9px 20px;
    background: #0b192f;
    display: inline-block;
    border-radius: 3px;
    transition: all 700ms linear;
}
.shop-now-btn:hover {
    color: #ff0;
}
.pro-desc p {
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 20px;
}
.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #ebebeb;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}
thead {
    background-color: #f6f6f6;
}
.table-content table th,
.table-content table td {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.table-content table th {
    border-top: medium none;
    font-size: 15px;
    text-transform: capitalize;
    padding: 20px 10px;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    white-space: nowrap;
}
.table-content table td {
    border-top: medium none;
    padding: 10px;
    vertical-align: middle;
    font-size: 15px;
}
.table-content table td.product-remove {
    font-size: 20px;
}
td.product-thumbnail {
    max-width: 75px;
}
td.product-thumbnail img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}
.product-name a {
    color: #000;
}
.product-remove a {
    color: red;
}
input.input-text.qty.text {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 40px;
    box-shadow: none;
    padding-left: 10px;
    color: #626262;
    text-align: center;
}
.continue a,
.cart-btn a,
.cart-btn a,
.cart-btn button {
    cursor: pointer;
    background-color: #0f2d4f;
    border: 0 none;
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    font-weight: 700;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: inherit;
    margin-top: 10px;
}
.cart-page-total {
    padding-top: 50px;
}
.cart-page-total>h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.cart-page-total>ul {
    border: 1px solid #ddd;
}
.cart-page-total>ul>li {
    list-style: none;
    font-size: 15px;
    color: #252525;
    padding: 10px 30px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
}
.cart-page-total ul>li>span {
    float: right;
}
.cart-page-total li:last-child {
    border-bottom: 0;
}
.coupon-accordion h3 {
    background-color: #f7f6f7;
    border-top: 3px solid #0c3455;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none;
    margin: 0 0 28px;
    padding: 16px 20px;
    position: relative;
    width: auto;
    text-transform: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}
p.checkout-coupon input[type="text"] {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 36px;
    padding-left: 10px;
    width: 170px;
}
p.checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 36px;
    cursor: pointer;
    margin-left: 6px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: inherit;
}
.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    width: 100%;
    padding: 0 0 0 10px;
}
.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: inherit;
}
.create-acc label {
    color: #333;
    display: inline-block;
}
.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    color: #363636;
    font-weight: 600;
}
.ship-different-title input {
    height: inherit;
    line-height: normal;
    margin: 4px 0 0;
    position: relative;
    top: 1px;
    width: auto;
}
.order-notes textarea {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 90px;
    padding: 15px;
    width: 100%;
}
.create-account,
#ship-box-info {
    display: none;
}
.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
    overflow: hidden;
    position: relative;
}
.your-order h3 {
    border-bottom: 1px solid #d8d8d8;
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}
.your-order-table table th {
    border-top: medium none;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}
.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px;
    text-align: center;
}
.your-order-table table tr.cart_item:hover {
    background: #F9F9F9;
}
.your-order-table table .order-total td {
    border-bottom: medium none;
}
.your-order-table table tr.order-total td span {
    color: #464646;
    font-size: 20px;
}
.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px;
}
.checkout-form-list label {
    color: #333;
    margin: 0 0 5px;
    display: block;
}
.checkout-form-list {
    margin-bottom: 20px;
}
.checkout-form-list label span.required {
    color: #ff1500;
    display: inline-block;
    line-height: 16px;
    position: relative;
}
.your-order-table tr th:first-child,
.your-order-table tr td:first-child {
    text-align: left;
}
.your-order-table tr th:last-child,
.your-order-table tr td:last-child {
    text-align: right;
}
.order-button-payment input {
    background: #434343 none repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
}
.card-block .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    width: 100%;
    padding: 0 10px 0 10px;
}
@media (max-width:575px) {
    .your-order {
        padding: 35px 20px 35px;
    }
}
.your-order tr td:nth-child(odd),
.your-order tr th:nth-child(odd) {
    padding-left: 0;
}
.your-order thead tr {
    position: relative;
}
.your-order thead::before {
    background-color: #f6f6f6;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 0;
}
input#card_number {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}
.product-single img {
    border: 1px solid #333;
}
.pro-color span {
    background: rgb(0 0 0 / 40%);
    color: #fff;
}
.pro-sizes span {
    background: rgb(223 223 223 / 80%);
}
.pro-name span {
    color: #023838;
    text-shadow: none;
    background: rgb(0 232 255 / 60%);
    border-radius: 0 50px 50px 0;
    font-weight: 600;
    font-size: 21px;
    text-shadow: 2px 2px 2px rgb(255 255 255 / 50%);
}
.img-back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.img-front {
    transition: all 500ms linear;
}
.product-single:hover .img-front {
    opacity: 0;
}
@media(max-width:1199px) {
    .pro-name span {
        font-size: 18px;
    }
}
.badge {
    margin-left: -.4em;
    margin-right: .2em;
}
.red {
    color: red;
    padding: 20px;
}
p>i.fa-star,
p>i.fa-star-half {
    opacity: 0;
}
.shop-now-btn:hover {
    color: #0ae3c5;
}
.mob-cart {
    width: 36px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-size: 17px;
    position: relative;
    margin: auto;
}
.mob-cart i {
    z-index: 2;
}
.mob-cart:hover {
    color: #000;
}
.mob-cart .badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #01d2b7;
    z-index: 0;
    border-radius: 50%;
    color: #333;
    padding: 5px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.no-banner {
    margin-bottom: 75px;
}
.no-banner .container {
    display: none;
}
@media (min-width:560px) and (max-width:991px) {
    .mob-cart {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width:767px) {
    .no-banner {
        margin-bottom: 15px;
    }
}
@media (max-width:575px) {
    .pro-name span {
        font-size: 15px;
    }
}
@media (max-width:330px) {
    .pro-name span {
        font-size: 14px;
    }
}
.cart-btn strong {
    display: flex;
    height: 50px;
    align-items: center;
}
.cart-btn {
    padding-top: 0 !important
}
.section-padding {
    padding: 120px 0;
}
.mt-50 {
    margin-top: 50px !important;
}
.sub-title {
    color: #212529;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 70px;
    position: relative;
}
.sub-title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #212529;
    position: absolute;
    left: 0;
    bottom: 45%;
}
.page-content h4 {
    font-weight: 700;
}
.brief-block p{
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 12px;
  }
@media (max-width:991px){
    .brief-block .min-area .content{
      padding-bottom: 50px;
    } 
  }


  /* ----------------------------------------------------------- */
  .product-single a{
    color: #000;
  }
  .pb-100{
    padding-bottom: 100px
}
.mt-100 {
    margin-top: 100px !important;
}
.pt-50{
    padding-top: 50px;
} 
.pb-50{
    padding-bottom: 50px;
}
.your-order-table *{
    background-color: transparent !important;
}