* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #fff;
    text-decoration: none !important;
    cursor: pointer;
}

@font-face {
    font-family: Pallafont;
    src: url("Pallafont-Regular.woff") format("woff");
}
@font-face {
    font-family: Pallafont-Black;
    src: url("Pallafont-Black.otf") format("opentype");
}
@font-face {
    font-family: Pallafont-Bold;
    src: url("Pallafont-Bold.woff") format("woff");
}
@font-face {
    font-family: PallafontCondensed;
    src: url("PallafontCondensed-Bold.woff") format("woff");
}

html {
    font-family: Pallafont, Arial;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: Pallafont, arial;
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    color: #141414;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    background-color: #ffffff;
    height: 100vh;
}
.row {
    margin: auto;
}
.fadeInDown {
    animation-name: fadeInDown;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

/* Header */
#mob-pld-logo {
    display: none;
}
.blog-header {
    background-color: #000;
}
#mob-header {
    display: none;
}
.navbar-default {
    background-color: #000;
    z-index: 99;
    margin: 0 auto;
    max-width: 100%;
    padding: 1px 10px;
    text-align: center;
}
.navbar-default1 {
    transition: all 700ms ease;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar-brand img {
    max-width: 105px;
    width: 100%;
}
li.nav-item {
    display: inline-block;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    font-family: Pallafont-Bold, arial;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: block;
    letter-spacing: 0px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
}
.nav-link.active,
.nav-item.show .nav-link {
    border-bottom: 3px solid #fff;
}
.dropdown-menu a:hover {
    color: #fff;
    background-color: #000 !important;
}

/* Home Page Slider */
#hp-slider.owl-carousel figure {
    width: 100%;
    height: 85vh;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#hp-slider .owl-prev,
#hp-slider .owl-next {
    width: 5%;
    height: 100%;
    border-radius: 0;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    border: none;
    outline: none;
    cursor: pointer;
    max-width: 100px;
    transform: none;
    padding: 0 20px;
    min-height: 42px;
    opacity: 0 !important;
}
#hp-slider:hover .owl-prev {
    opacity: 1 !important;
}
#hp-slider:hover .owl-next {
    opacity: 1 !important;
}
#hp-slider .owl-prev {
    left: 0;
}
#hp-slider .owl-next {
    right: 0;
}
#hp-slider .slider-nav-icon-left,
#hp-slider .slider-nav-icon-right {
    top: 50%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    padding: 10px 0;
    position: absolute;
    left: 20%;
    width: 60%;
    height: 60%;
}
#hp-slider .owl-prev .arrow,
#hp-slider .owl-next .arrow {
    fill: #ffffff;
    opacity: 1;
}

/* Featured - Trending */
.text-trending h2 {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    color: #141414;
    display: block;
    letter-spacing: 0px;
    text-rendering: optimizeLegibility;
    margin-bottom: 0.75em;
}
.feature_divider {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    border: 0;
    border-color: #aaaaaa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#trending .tending-prod.container {
    margin: auto !important;
    max-width: 100%;
    padding: 0;
}
.grid_item .thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 5px;
    border: 0px solid #fff;
    margin-bottom: 0px;
}
.grid_item .prod-card-container {
    padding: 10px 0;
    margin: 0 5px;
}
.grid_item .thumbnail .prod-card-detail {
    min-height: 129px;
    clear: both;
    overflow: auto;
    padding-left: 5px;
}
.grid_item .thumbnail .prod-card-detail .prod-card-detail-main {
    text-align: center;
    display: block;
    margin-top: 20px;
}
.grid_item .product-name {
    font-family: Pallafont, arial;
    font-weight: bold;
    font-style: normal;
    color: #141414;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.grid_item .thumbnail a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.grid_item .thumbnail img:hover {
    transition: 0.5s;
}
.grid_item .prod-card-container .prod-card-media .second-img {
    display: none;
}
.grid_item.thumbnail .prod-card-container .prod-card-detail {
    background: #fff;
    min-height: 100px;
    padding-top: 5px;
}
body.hasHover
    .hoverWrapper:hover
    .prod-card-container
    .prod-card-media
    .second-img {
    display: block;
}
body.hasHover
    .hoverWrapper:hover
    .prod-card-container
    .prod-card-media
    .thumbnail-overlay {
    opacity: 1;
}
body.hasHover .hoverWrapper:hover .first-img {
    display: none;
}
/* Categories */
#categories .container {
    margin: auto !important;
    max-width: 100%;
}
.first-cat-img-block picture > img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    object-position: center;
}
.hero__overlay {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.2);
}
.card-overlay-camo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.card-overlay-content-camo {
    display: table;
    height: 100%;
    width: 100%;
}
.itemcamo {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.camo-p {
    padding: 20px 40px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    line-height: 25px;
    font-weight: 600;
    font-size: 33px;
    display: inline-block;
}
.button-element-camo-p {
    color: #fff;
}
.second-cat-img-block picture > img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
}
.card-overlay {
    word-break: keep-all;
    top: 80%;
    left: 0px;
    width: 100%;
    position: absolute;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
}
.card-overlay-content p {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    font-family: Pallafont, arial;
    padding-left: 20px;
}
.button-element {
    font-size: 17px;
    color: #fff;
    padding: 10px 28px;
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 1.5;
    cursor: pointer;
    border: 3px solid rgba(255, 255, 255, 0.8);
    font-weight: bold;
}
.camo-p:hover,
.button-element:hover {
    background: #dddddd38;
    color: #fff;
    text-decoration: none;
}

/* About PLD */
section#about-pld,
section#page-not-found {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    scroll-snap-align: center;
}
.page-not-found,
.about-pld {
    height: 100vh;
    min-height: 100vh;
}
.about-pld {
    background-color: #171a2c;
}
.loaded[data-load-anim*="fade-in-bck"] {
    transform: scale(1);
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.about-pld .background,
.page-not-found .background {
    opacity: 0.15;
    z-index: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.page-not-found .background {
    opacity: 0.7;
}
.middle {
    margin-top: auto;
    margin-bottom: auto;
}
.padded {
    padding-left: 40px;
    padding-right: 40px;
}
.about-pld #logo-70 {
    width: calc(15% + 100px);
    max-width: 350px;
    min-width: 120px;
}
.loaded[data-load-anim*="fade"] {
    opacity: 1;
}
.loaded[data-load-anim*="fade-in-fwd"] {
    transform: scale(1);
}
.circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.contour {
    border: 2px solid white;
    cursor: pointer;
}
.margin-top4 {
    margin-top: 40px;
}
.about-pld .circle img {
    padding-top: 16.66667px;
    height: 40px;
    margin-left: 4px;
}
body.modal-open {
    overflow: hidden;
}
#video-modal {
    -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 10;
}
#video-modal video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
#video-modal .close {
    position: absolute;
    margin: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 500;
    -webkit-transform: translateZ(0);
    top: 100px;
    right: 100px;
    opacity: 1;
    background-color: #171a2c;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    padding: 20px;
}
#video-modal .close::before,
#video-modal .close::after {
    transform: rotate(45deg);
}
#video-modal .close::before,
#video-modal .close::after {
    transform: rotate(45deg);
}
.plus::before,
.close::before {
    top: calc(50% - 15px / 2);
    left: calc(50% - 3px / 2);
    width: 3px;
    height: 15px;
}
.plus::after,
.close::after {
    top: calc(50% - 3px / 2);
    left: calc(50% - 15px / 2);
    width: 15px;
    height: 3px;
}
.plus::before,
.plus::after,
.close::before,
.close::after {
    transition: all 0.5s ease;
    content: "";
    display: block;
    position: absolute;
    background-color: white;
}
#video-modal .close:hover {
    transform: scale(1.1);
    cursor: pointer;
}
/*404 Page not found*/
.hero_content_PNF {
    top: 40%;
    position: relative;
    bottom: auto;
    left: auto;
    padding-bottom: calc(0.02886 * 100vw + 8.05195px);
}
.hero_content_PNF .title-PNF {
    font-family: Pallafont, arial;
    line-height: 0.9;
    letter-spacing: 0.02em;
    font-size: calc(0.07215 * 100vw + 50.12987px);
    margin-bottom: calc(0.01082 * 100vw + 10.51948px);
}
.text-PNF {
    font-family: Pallafont, arial;
    line-height: 1.28;
    font-size: calc(0.01227 * 100vw + 12.92208px);
    width: 95%;
    background: #00000094;
    color: #fff;
    padding: 20px;
}
/*Footer*/
#pld-footer {
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.slice-copyrights {
    background-color: #dddddd38;
    color: #0d0c14;
    text-transform: none;
}
.slice-copyrights small {
    font-size: 12px;
    font-weight: 400;
    font-family: Pallafont, arial;
}
/*Back To Top*/
#backToTop {
    visibility: hidden;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 2147483646;
}
#backToTop .button_icon_parent {
    background-color: #000;
}
.button_icon_parent {
    text-align: center;
    background-color: #ffff;
    border-radius: 48px;
    height: 48px;
    width: 48px;
    margin: 0 auto;
}
.button_icon_parent .fa {
    padding-top: 6px;
    font-size: 30px;
    color: #ffff;
}
/* Contact Us*/
#contact-us .container {
    margin: auto;
    max-width: 100%;
}
.contact_section .right {
    margin-top: 15%;
    padding: 40px 60px;
}
#contact-us {
    /* height: 100vh; */
}
#contact-us .info-box {
    background: #000;
    color: #fff;
    min-height: 100vh;
}
.contact-background-image-holder {
    background-image: url(../images/pld-styles/camo/camo_bg.jpg);
    background-repeat: no-repeat;
    opacity: 0.5;
    position: absolute;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 32% 61% !important;
    z-index: 0;
}
.contact-list {
    list-style-type: none;
    position: relative;
    padding-top: 70px;
}
ul.contact-list li.contact-address {
    padding-top: 40px;
}
ul.contact-list li.contact-address {
    padding-top: 40px;
}
.contact-us h1 {
    font-family: Pallafont, arial;
}
.contact-address p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-family: Pallafont, arial;
    font-style: normal;
    font-weight: 200;
}
.contact-phone-email p {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.5px;
    font-family: Pallafont, arial;
    font-style: normal;
    font-weight: 200;
    text-transform: none;
}
/*Map*/
.left {
    margin-top: 15%;
}
.map {
    min-height: 70vh;
    width: 100%;
    font-size: 20px;
    line-height: 500px;
    text-align: center;
}
.markerbox {
    font-family: Pallafont;
    font-weight: 400;
    color: #000;
}
.markerbox span {
    font-weight: 700;
}
.markerbox .direction-button {
    margin: 10px;
    min-width: 80px;
    font-family: Arial;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 5px;
    float: right;
    color: #fff;
    background-color: #222;
    border-color: #2e6da4;
}
/* Collection Page*/
#collection-page-cover.container {
    margin: auto !important;
    max-width: 100%;
    padding: 0;
}
.parallax {
    min-height: 100vh;
    background: transparent;
    position: relative;
}
.parallax-slider {
    margin-top: 35px !important;
}
.cover-img {
    background-size: cover;
    height: 100%;
    width: 100%;
    background: center no-repeat;
}
.collectionSubText .col-lg-3 {
    padding: 0;
}
.caption {
    z-index: 1;
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.caption.position-right {
    right: 0;
    text-align: right;
    padding: 0 2%;
}
.caption-background-true.caption-transparency-true {
    background-color: rgba(0, 0, 0, 0.6);
}
.caption-content.caption-background-true {
    padding: 30px;
}
.caption-content {
    display: inline-block;
    float: none;
    max-width: 60%;
    font-size: 0;
}
.caption .pretext {
    color: #ffffff;
    font-family: Pallafont, arial;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
}
.caption .headline {
    color: #ffffff;
    font-family: PallafontCondensed, arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 1.4em;
    margin-bottom: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* Collection title */
.collection-insta-content {
    margin: 80px 0 40px 0;
}
.collection-box-content-header {
    z-index: 4;
    position: relative;
    margin: 80px 0 40px 0;
}
.collection-box-content-header h2,
.collection-insta-content h2 {
    font-family: Pallafont, arial;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    color: #141414;
    display: block;
    letter-spacing: 0px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 15px;
    clear: both;
    font-weight: bold;
    padding-top: 4px;
}
.collection-box-content {
    text-align: center;
    font-size: 17px;
}
.theme-text-content {
    overflow-wrap: break-word;
}
.theme-text-content h2 {
    text-align: center;
    font-size: 22px;
    font-family: Pallafont, arial;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    display: block;
    letter-spacing: 0px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0.75em;
}
.theme-image-container {
    margin: auto;
    text-align: center;
    position: relative;
}
img.theme-image-1 {
    width: 200px;
    height: auto;
}
img.theme-image-2 {
    width: 240px;
    height: auto;
}
#collection-boots .container {
    margin: auto !important;
    padding: 0;
}
.btn-block {
    background-color: #000;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
}

#collection-slider-hi.owl-carousel .owl-item img,
#collection-slider-low.owl-carousel .owl-item img {
    max-height: 520px;
}
#collection-slider-hi .owl-prev,
#collection-slider-hi .owl-next,
#collection-slider-low .owl-prev,
#collection-slider-low .owl-next,
#trending-products .owl-prev,
#trending-products .owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    opacity: 0.85;
    transition: all 0.2s;
    backface-visibility: hidden;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
}
#collection-slider-hi .owl-prev,
#collection-slider-low .owl-prev {
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    transform: translate(0%, -50%);
}
#collection-slider-hi .owl-next,
#collection-slider-low .owl-next {
    background: rgba(0, 0, 0, 0.9);
    right: 0;
    transform: translate(0%, -50%);
}

#trending-products .owl-prev {
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    transform: translate(0%, -50%);
}
#trending-products .owl-next {
    background: rgba(0, 0, 0, 0.9);
    right: 0;
    transform: translate(0%, -50%);
}
#collection-slider-hi .slider-nav-icon-left,
#collection-slider-hi .slider-nav-icon-right,
#collection-slider-low .slider-nav-icon-left,
#collection-slider-low .slider-nav-icon-right,
#trending-products .slider-nav-icon-left,
#trending-products .slider-nav-icon-right {
    width: 12px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#collection-slider-hi .slider-nav-icon-left,
#collection-slider-low .slider-nav-icon-left {
    left: 35%;
    fill: rgb(255, 255, 255);
}
#collection-slider-hi .slider-nav-icon-right,
#collection-slider-low .slider-nav-icon-right {
    left: 42%;
    fill: rgb(255, 255, 255);
}
#trending-products .slider-nav-icon-left {
    left: 33%;
    fill: rgb(255, 255, 255);
}
#trending-products .slider-nav-icon-right {
    left: 40%;
    fill: rgb(255, 255, 255);
}

.max-w-400 {
    max-width: 400px !important;
}
#explore-collection {
    padding-bottom: 20px;
}
#explore-collection .container {
    margin: auto !important;
    max-width: 100%;
    padding: 0;
}
#explore-collection .img-fluid.max-w-350 {
    height: 70vh;
    width: 100%;
    object-fit: cover;
}
.instagram-media {
    margin: 0 auto !important;
}
/*********END********/
@media (min-width: 772px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
}
@media only screen and (max-width: 1295px) {
    .card-overlay {
        width: 100%;
        left: 0px;
        top: 70%;
    }
    .button-element {
        font-size: 15px;
    }
}
@media only screen and (max-width: 768px) {
    #header {
        display: none;
    }
    #mob-header {
        display: flex;
    }
    #mob-header {
        background-color: #000;
    }
    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
    }
    .navbar-brand img {
        max-width: 75px;
    }
    .bd-navbar .navbar-nav-scroll {
        max-width: 100%;
        height: 2.5rem;
        margin-top: 0.25rem;
    }
    .bd-navbar .navbar-nav-scroll .navbar-nav {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .bd-navbar .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .bd-navbar .navbar-nav > li > a {
        font-size: 16px;
        padding-top: 0px;
        padding-bottom: 5px;
    }
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        min-width: 7rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 15px;
    }
    .dropdown-item {
        padding: 0.2rem 0.5rem;
    }
    #video-modal .close {
        right: 5%;
        top: 15%;
    }
    #categories .container,
    #categories .container .col-lg-12,
    #categories .container .col-lg-4 {
        padding: 0;
    }
    .first-cat-img-block picture img {
        height: 70vh;
    }
    .camo-p {
        padding: 10px 25px;
        font-size: 20px;
    }
    .hero__overlay {
        left: 0;
        right: 0;
    }
    .mob-mt-3 {
        margin-top: 1rem !important;
    }
    .card-overlay-content {
        text-align: center;
    }
    .card-overlay-content p {
        padding-left: 0px;
    }
    .button_icon_parent .fa {
        padding-top: 4px;
        font-size: 20px;
    }
    .button_icon_parent {
        height: 30px;
        width: 30px;
    }
    /*Contact US*/
    #contact-us .info-box {
        background: #ffff;
        color: #000;
        min-height: 100vh;
    }
    .contact_section .right {
        margin-top: 0%;
        padding: 0;
    }
    .contact-background-image-holder {
        display: none;
    }
    .no-padding-mob {
        padding: 0 !important;
    }
    .left {
        margin-top: 0%;
    }
    .map {
        min-height: 50vh;
    }
    .gmnoprint,
    .gm-fullscreen-control {
        display: none !important;
    }
    .contact-list {
        padding: 40px;
    }
    .contact-us {
        display: none;
    }
    .contact-us h1 {
        text-align: center;
        font-size: 2rem;
        font-family: Pallafont, arial;
    }
    .contact-address p {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .contact-phone-email p {
        font-size: 18px;
    }
    /*Our Story*/
    #video-modal {
        position: fixed;
    }
    /* Collection Page*/
    .collection-box-content-header {
        margin: 20px 0;
    }
    .collection-box-content-header h2,
    .collection-insta-content h2 {
        margin: 0 !important;
        font-size: 21px;
    }
    .collection-box-content,
    .insta-p {
        font-size: 15px;
    }
    .theme-text-content h2 {
        font-size: 20px;
    }
    .theme-image-1 img {
        width: 170px;
    }
    .theme-image-2 img {
        width: 220px;
    }
    .mob-mb-2 {
        margin-bottom: 20px;
    }
    .hero_content_PNF {
        top: 25%;
    }
}
