/** Shopify CDN: Minification failed

Line 3895:38 Expected ":"
Line 3895:43 Expected ":"
Line 4327:32 Expected ":"
Line 4327:38 Expected ":"

**/
@font-face {
font-family: 'CalibreMedium';
    src: url(' {{ 'CalibreMedium.eot' | asset_url }} ');
    src: url(' {{ 'CalibreMedium.eot?#iefix' | asset_url }} ') format('embedded-opentype'),
    url(' {{ 'CalibreMedium.woff2' | asset_url }} ') format('woff2'),
    url(' {{ 'CalibreMedium.woff' | asset_url }} ') format('woff'),
    url(' {{ 'CalibreMedium.ttf' | asset_url }} ') format('truetype'),
    url(' {{ 'CalibreMedium.svg#CalibreMedium' | asset_url }} ') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: SevenMile;
    src: url('Calibre-Medium.ttf');
  
}
@font-face
{
    font-family: SevenMileSemiBold;
    src: url('calibre-semibold.ttf');
}
@font-face
{
    font-family: SevenMileRegular;
   src: url('calibre-regular.ttf');
}
@font-face
{
    font-family: SevenMileItalic;
 src: url('Calibre-Italic.ttf');
}
.white-bg {
    background: #ffffff;
}
.gray-bg {
    background: #f5f5f5;
}
.gray-bg {
    background: #f7f7fd;
}
.white-bg {
    background: #fff;
}
.black-bg {
    background: #16161a;
}
.theme-bg {
    background: #ff2121;
}
.brand-bg {
    background: #f1f4fa;
}
.testimonial-bg {
    background: #f9fafc;
}
.white-color {
    color: #fff;
}
.black-color {
    color: #16161a;
}
.theme-color {
    color: #ff2121;
}

.boxed-btn {
    background: #fff;
    color: #ff2121 !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: SevenMile;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #ff2121;
    letter-spacing: 2px;
    text-align: center;
    color: #ff2121;
    text-transform: uppercase;
    cursor: pointer;
}
.boxed-btn:hover {
    background: #ff2121;
    color: #fff !important;
    border: 1px solid #ff2121;
}
.boxed-btn:focus {
    outline: none;
}
.boxed-btn.large-width {
    width: 220px;
}
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}
[data-opacity="1"]::before {
    opacity: 0.1;
}
[data-opacity="2"]::before {
    opacity: 0.2;
}
[data-opacity="3"]::before {
    opacity: 0.3;
}
[data-opacity="4"]::before {
    opacity: 0.4;
}
[data-opacity="5"]::before {
    opacity: 0.5;
}
[data-opacity="6"]::before {
    opacity: 0.6;
}
[data-opacity="7"]::before {
    opacity: 0.7;
}
[data-opacity="8"]::before {
    opacity: 0.8;
}
[data-opacity="9"]::before {
    opacity: 0.9;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: SevenMile;
    font-weight: normal;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: SevenMile !important;
    color: #0b1c39;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
}
p {
    font-family: SevenMile;
    color: #506172;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}
a {
    color: #635c5c;
}
a:hover {
    color: #fff;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}
a,
button {
    color: #fff;
    outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}
.uppercase {
    text-transform: uppercase;
}
input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.capitalize {
    text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
.theme-overlay {
    position: relative;
}
.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.overlay {
    position: relative;
    z-index: 0;
}
.overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.overlay2 {
    position: relative;
    z-index: 0;
}
.overlay2::before {
    position: absolute;
    content: "";
    background-color: #2e2200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.separator {
    border-top: 1px solid #f2f2f2;
}
.mb-90 {
    margin-bottom: 90px;
}
@media (max-width: 767px) {
    .mb-90 {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mb-90 {
        margin-bottom: 45px;
    }
}
.btn {
    background: #232024;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 27px 44px;
    border-radius: 30px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 27px 44px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}
.header-btn {
    background: #ff2121;
    padding: 27px 36px;
    padding: 18px 36px;
    border-radius: 30px;
}
.btn2 {
    padding: 55px 94px;
    cursor: pointer;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .btn2 {
        padding: 55px 70px;
    }
}
.btn-black {
    background: #0b1416;
    padding: 30px 36px;
    box-shadow: 0px 10px 30px 0px rgba(249, 248, 249, 0.1);
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.white-btn {
    background: #fff;
    color: red !important;
}
.white-btn::before {
    background: #000;
}
.border-btn {
    border: 2px solid #ff2121;
    color: #ff2121;
    font: "Muli", sans-serif;
    background: none;
    border-radius: 5px;
    -moz-user-select: none;
    padding: 28px 50px;
    margin: 10px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.border-btn::before {
    border: 2px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff2121;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0;
}
.border-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent;
}
.send-btn {
    background: #ff2121;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.send-btn::before {
    border: 2px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e6373d;
    color: #ff2121;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
}
.send-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent;
    color: red;
}
.breadcrumb > .active {
    color: #888;
}
#scrollUp,
#back-top {
    background: #ff2121;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
@media (max-width: 575px) {
    #scrollUp,
    #back-top {
        right: 16px;
    }
}
#scrollUp a i,
#back-top a i {
    display: block;
    line-height: 50px;
}
#scrollUp:hover {
    color: #fff;
}

/*.template-page .header-sticky.sticky-bar, 
.template-collection .header-sticky.sticky-bar, 
.template-product .header-sticky.sticky-bar, 
.template-cart .header-sticky.sticky-bar, 
.template-404 .header-sticky.sticky-bar{position: absolute;}
*/

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    /*-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;*/
    /*animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;*/
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #8A9166;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-105 {
    margin-top: 105px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-135 {
    margin-top: 135px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-145 {
    margin-top: 145px;
}
.mt-150 {
    margin-top: 150px;
}
.mt-155 {
    margin-top: 155px;
}
.mt-160 {
    margin-top: 160px;
}
.mt-165 {
    margin-top: 165px;
}
.mt-170 {
    margin-top: 170px;
}
.mt-175 {
    margin-top: 175px;
}
.mt-180 {
    margin-top: 180px;
}
.mt-185 {
    margin-top: 185px;
}
.mt-190 {
    margin-top: 190px;
}
.mt-195 {
    margin-top: 195px;
}
.mt-200 {
    margin-top: 200px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-105 {
    margin-bottom: 105px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-135 {
    margin-bottom: 135px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-145 {
    margin-bottom: 145px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-155 {
    margin-bottom: 155px;
}
.mb-160 {
    margin-bottom: 160px;
}
.mb-165 {
    margin-bottom: 165px;
}
.mb-170 {
    margin-bottom: 170px;
}
.mb-175 {
    margin-bottom: 175px;
}
.mb-180 {
    margin-bottom: 180px;
}
.mb-185 {
    margin-bottom: 185px;
}
.mb-190 {
    margin-bottom: 190px;
}
.mb-195 {
    margin-bottom: 195px;
}
.mb-200 {
    margin-bottom: 200px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-55 {
    margin-left: 55px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-65 {
    margin-left: 65px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-75 {
    margin-left: 75px;
}
.ml-80 {
    margin-left: 80px;
}
.ml-85 {
    margin-left: 85px;
}
.ml-90 {
    margin-left: 90px;
}
.ml-95 {
    margin-left: 95px;
}
.ml-100 {
    margin-left: 100px;
}
.ml-105 {
    margin-left: 105px;
}
.ml-110 {
    margin-left: 110px;
}
.ml-115 {
    margin-left: 115px;
}
.ml-120 {
    margin-left: 120px;
}
.ml-125 {
    margin-left: 125px;
}
.ml-130 {
    margin-left: 130px;
}
.ml-135 {
    margin-left: 135px;
}
.ml-140 {
    margin-left: 140px;
}
.ml-145 {
    margin-left: 145px;
}
.ml-150 {
    margin-left: 150px;
}
.ml-155 {
    margin-left: 155px;
}
.ml-160 {
    margin-left: 160px;
}
.ml-165 {
    margin-left: 165px;
}
.ml-170 {
    margin-left: 170px;
}
.ml-175 {
    margin-left: 175px;
}
.ml-180 {
    margin-left: 180px;
}
.ml-185 {
    margin-left: 185px;
}
.ml-190 {
    margin-left: 190px;
}
.ml-195 {
    margin-left: 195px;
}
.ml-200 {
    margin-left: 200px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-55 {
    margin-right: 55px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-65 {
    margin-right: 65px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-75 {
    margin-right: 75px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-85 {
    margin-right: 85px;
}
.mr-90 {
    margin-right: 90px;
}
.mr-95 {
    margin-right: 95px;
}
.mr-100 {
    margin-right: 100px;
}
.mr-105 {
    margin-right: 105px;
}
.mr-110 {
    margin-right: 110px;
}
.mr-115 {
    margin-right: 115px;
}
.mr-120 {
    margin-right: 120px;
}
.mr-125 {
    margin-right: 125px;
}
.mr-130 {
    margin-right: 130px;
}
.mr-135 {
    margin-right: 135px;
}
.mr-140 {
    margin-right: 140px;
}
.mr-145 {
    margin-right: 145px;
}
.mr-150 {
    margin-right: 150px;
}
.mr-155 {
    margin-right: 155px;
}
.mr-160 {
    margin-right: 160px;
}
.mr-165 {
    margin-right: 165px;
}
.mr-170 {
    margin-right: 170px;
}
.mr-175 {
    margin-right: 175px;
}
.mr-180 {
    margin-right: 180px;
}
.mr-185 {
    margin-right: 185px;
}
.mr-190 {
    margin-right: 190px;
}
.mr-195 {
    margin-right: 195px;
}
.mr-200 {
    margin-right: 200px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-105 {
    padding-top: 105px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-135 {
    padding-top: 135px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-145 {
    padding-top: 145px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-155 {
    padding-top: 155px;
}
.pt-160 {
    padding-top: 160px;
}
.pt-165 {
    padding-top: 165px;
}
.pt-170 {
    padding-top: 170px;
}
.pt-175 {
    padding-top: 175px;
}
.pt-180 {
    padding-top: 180px;
}
.pt-185 {
    padding-top: 185px;
}
.pt-190 {
    padding-top: 190px;
}
.pt-195 {
    padding-top: 195px;
}
.pt-200 {
    padding-top: 200px;
}
.pt-260 {
    padding-top: 260px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-105 {
    padding-bottom: 105px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-125 {
    padding-bottom: 125px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-135 {
    padding-bottom: 135px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-145 {
    padding-bottom: 145px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pb-155 {
    padding-bottom: 155px;
}
.pb-160 {
    padding-bottom: 160px;
}
.pb-165 {
    padding-bottom: 165px;
}
.pb-170 {
    padding-bottom: 170px;
}
.pb-175 {
    padding-bottom: 175px;
}
.pb-180 {
    padding-bottom: 180px;
}
.pb-185 {
    padding-bottom: 185px;
}
.pb-190 {
    padding-bottom: 190px;
}
.pb-195 {
    padding-bottom: 195px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-55 {
    padding-left: 55px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-65 {
    padding-left: 65px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-75 {
    padding-left: 75px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-85 {
    padding-left: 85px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-95 {
    padding-left: 95px;
}
.pl-100 {
    padding-left: 100px;
}
.pl-105 {
    padding-left: 105px;
}
.pl-110 {
    padding-left: 110px;
}
.pl-115 {
    padding-left: 115px;
}
.pl-120 {
    padding-left: 120px;
}
.pl-125 {
    padding-left: 125px;
}
.pl-130 {
    padding-left: 130px;
}
.pl-135 {
    padding-left: 135px;
}
.pl-140 {
    padding-left: 140px;
}
.pl-145 {
    padding-left: 145px;
}
.pl-150 {
    padding-left: 150px;
}
.pl-155 {
    padding-left: 155px;
}
.pl-160 {
    padding-left: 160px;
}
.pl-165 {
    padding-left: 165px;
}
.pl-170 {
    padding-left: 170px;
}
.pl-175 {
    padding-left: 175px;
}
.pl-180 {
    padding-left: 180px;
}
.pl-185 {
    padding-left: 185px;
}
.pl-190 {
    padding-left: 190px;
}
.pl-195 {
    padding-left: 195px;
}
.pl-200 {
    padding-left: 200px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-55 {
    padding-right: 55px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-65 {
    padding-right: 65px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-75 {
    padding-right: 75px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-85 {
    padding-right: 85px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-95 {
    padding-right: 95px;
}
.pr-100 {
    padding-right: 100px;
}
.pr-105 {
    padding-right: 105px;
}
.pr-110 {
    padding-right: 110px;
}
.pr-115 {
    padding-right: 115px;
}
.pr-120 {
    padding-right: 120px;
}
.pr-125 {
    padding-right: 125px;
}
.pr-130 {
    padding-right: 130px;
}
.pr-135 {
    padding-right: 135px;
}
.pr-140 {
    padding-right: 140px;
}
.pr-145 {
    padding-right: 145px;
}
.pr-150 {
    padding-right: 150px;
}
.pr-155 {
    padding-right: 155px;
}
.pr-160 {
    padding-right: 160px;
}
.pr-165 {
    padding-right: 165px;
}
.pr-170 {
    padding-right: 170px;
}
.pr-175 {
    padding-right: 175px;
}
.pr-180 {
    padding-right: 180px;
}
.pr-185 {
    padding-right: 185px;
}
.pr-190 {
    padding-right: 190px;
}
.pr-195 {
    padding-right: 195px;
}
.pr-200 {
    padding-right: 200px;
}
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
.heartbeat {
    animation: heartbeat 1s infinite alternate;
}
@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 575px) {
    .section-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.section-padding30 {
    padding-top: 200px;
    padding-bottom: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding30 {
        padding-top: 200px;
        padding-bottom: 140px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding30 {
        padding-top: 150px;
        padding-bottom: 90px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding30 {
        padding-top: 100px;
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding30 {
        padding-top: 65px;
        padding-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .section-padding30 {
        padding-top: 65px;
        padding-bottom: 10px;
    }
}
.section-padding03 {
    padding-top: 200px;
    padding-bottom: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding03 {
        padding-top: 200px;
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding03 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding03 {
        padding-top: 100px;
        padding-bottom: 120px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding03 {
        padding-top: 100px;
        padding-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .section-padding03 {
        padding-top: 70px;
        padding-bottom: 10px;
    }
}
.visit-pt-200 {
    padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .visit-pt-200 {
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visit-pt-200 {
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-pt-200 {
        padding-bottom: 0px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-pt-200 {
        padding-bottom: 0px;
    }
}
@media (max-width: 575px) {
    .visit-pt-200 {
        padding-bottom: 0px;
    }
}
.section-padding3 {
    padding-top: 200px;
    padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding3 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding3 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding3 {
        padding-top: 50px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 575px) {
    .section-padding3 {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}
.testimonial-padding {
    padding-top: 200px;
    padding-bottom: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .testimonial-padding {
        padding-top: 200px;
        padding-bottom: 180px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-padding {
        padding-top: 100px;
        padding-bottom: 120px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-padding {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}
@media (max-width: 575px) {
    .testimonial-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.w-padding {
    padding-top: 150px;
    padding-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .w-padding {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .w-padding {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .w-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .w-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 575px) {
    .w-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.w-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .w-padding2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .w-padding2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .w-padding2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .w-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 575px) {
    .w-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.w-padding3 {
    padding-top: 190px;
    padding-bottom: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .w-padding3 {
        padding-top: 190px;
        padding-bottom: 55px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .w-padding3 {
        padding-top: 190px;
        padding-bottom: 55px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .w-padding3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .w-padding3 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 575px) {
    .w-padding3 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.footer-padding {
    padding-top: 170px;
    padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-padding {
        padding-top: 170px;
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px;
    }
}
@media (max-width: 575px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px;
    }
}
@media (max-width: 575px) {
    .section-tittle {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle {
        margin-bottom: 50px;
    }
}
.section-tittle span {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    color: #222222;
    display: block;
}
.section-tittle h2 {
    font-size: 44px;
    display: block;
    color: #111111;
    font-weight: 800;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle h2 {
        font-size: 41px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 {
        font-size: 31px;
    }
}
@media (max-width: 575px) {
    .section-tittle h2 {
        font-size: 27px;
    }
}
@media (max-width: 575px) {
    .section-tittle2 {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle2 {
        margin-bottom: 50px;
    }
}
.section-tittle2 h2 {
    color: #fff;
    font-size: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle2 h2 {
        font-size: 31px;
    }
}
@media (max-width: 575px) {
    .section-tittle2 h2 {
        font-size: 27px;
    }
}
.section-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.white-bg {
    background: #ffffff;
}
.gray-bg {
    background: #f5f5f5;
}
.gray-bg {
    background: #f7f7fd;
}
.white-bg {
    background: #fff;
}
.black-bg {
    background: #16161a;
}
.theme-bg {
    background: #ff2121;
}
.brand-bg {
    background: #f1f4fa;
}
.testimonial-bg {
    background: #f9fafc;
}
.white-color {
    color: #fff;
}
.black-color {
    color: #16161a;
}
.theme-color {
    color: #ff2121;
}
.header-area .main-header .main-menu
{
    padding-top: 29px;
    padding-bottom: 29px;
}
.header-area .main-header, .inner_page_shop .section_shop_area, .inner_page_shop .product_list, ._404_notfound, .local_store_heading, .local_store_listing, .other_page_heading, .other_page_content, .about_page .video_player  {
    padding: 0px 130px;
}
.footer-class .container-fluid
{
    padding: 0px 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area .main-header, .inner_page_shop .section_shop_area, .inner_page_shop .product_list, ._404_notfound, .local_store_heading, .local_store_listing, .other_page_heading, .other_page_content, .about_page .video_player,.template-page.page .main-content {
        padding: 0px 30px;
    }
    .footer-class .container-fluid
    {
        padding: 0px 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .main-header, .inner_page_shop .section_shop_area, .inner_page_shop .product_list, ._404_notfound, .local_store_heading, .local_store_listing, .other_page_heading, .other_page_content, .about_page .video_player {
        padding: 0px 15px;
    }
    .footer-class .container-fluid
    {
        padding: 0px 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header, .inner_page_shop .section_shop_area, .inner_page_shop .product_list, ._404_notfound, .local_store_heading, .local_store_listing, .other_page_heading, .other_page_content, .about_page .video_player {
        padding: 22px 50px;
    }
    .footer-class .container-fluid
    {
        padding: 22px 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .main-header, .inner_page_shop .section_shop_area, .inner_page_shop .product_list, ._404_notfound, .local_store_heading, .local_store_listing, .other_page_heading, .other_page_content, .about_page .video_player {
        padding: 22px 20px;
    }
    .footer-class .container-fluid
    {
        padding: 22px 20px;
    }
}
@media (max-width: 575px) {
    .header-area .main-header, .inner_page_shop .section_shop_area, .inner_page_shop .product_list, ._404_notfound, .local_store_heading, .local_store_listing, .other_page_heading, .other_page_content, .about_page .video_player {
        padding: 22px 0px;
    }
    .footer-class .container-fluid
    {
        padding: 22px 0px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area .main-header .main-menu {
        margin-right: 30px;
    }
}
.header-area .main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    padding: 0px 50px;
    z-index: 1;
}
/*.header-area .main-header .main-menu ul li.site-nav--active a
{
    background-color: #fff;
    color: #8A9166 !important;
    padding: 5px 15px;
  
}*/
.site-nav__link--active
{
    background-color: #fff;
    color: #8A9166 !important;
    padding: 5px 15px;
}
.site-nav__link--active .site-nav__label{border-bottom:none !important;}

.header-area .main-header .main-menu ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: Uppercase;
    position: relative;
    font-family: SevenMile;
    letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .main-header .main-menu ul li a {
        padding: 39px 15px;
    }
}
.header-area .main-header .main-menu ul li:hover > a {
    color: #fff;
}
.header-area .main-header .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 80%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.header-area .main-header .main-menu ul ul.submenu > li {
    margin-left: 7px;
    display: block;
}
.header-area .main-header .main-menu ul ul.submenu > li > a {
    padding: 6px 10px !important;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}
.header-area .main-header .main-menu ul ul.submenu > li > a:hover {
    color: #fff;
    background: none;
}
.header-area .main-menu ul ul.submenu > li > a:hover {
    padding-left: 13px !important;
}
.header-area .main-menu ul > li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}
.header-sticky.sticky-bar.sticky .main-menu ul li a {
    padding: 20px 20px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px;
    }
}
@media (max-width: 575px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px;
    }
}
.mobile_menu .slicknav_menu:nth-child(2)
{
  display: none;
}
.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99;
}
.slicknav_menu {
    font-size: 14px;
}
.mobile_menu .slicknav_menu {
    background: transparent;
    margin-top: 0px !important;
}
.mobile_menu .slicknav_menu .slicknav_btn {
    top: -38px;
}
.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #fff !important;
}
.mobile_menu .slicknav_menu .slicknav_nav {
    margin-top: 25px !important;
    padding-left: 35px;
     margin-right: 0;
    left: -21px;
    position: ABSOLUTE;
    Z-INDEX: 11;
    top: 18px;
}
.mobile_menu .slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #fff;
}
.mobile_menu .slicknav_menu .slicknav_nav a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 11px 0px;
    letter-spacing: 1px;
}
.mobile_menu .slicknav_menu .slicknav_nav a.instagram_icon{ font-size: 25px;padding-top: 0px;}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
    padding: 0 !important;
}
.slider-height {
    height: 920px;
}
.cart{color:#ffffff !important;}
.hero
{
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top !important;
  
}

.hero-hero-2 
{
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center !important;
  
}
._mincart
{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
._mincart .cart:hover
{
    color: #fff;
}
.instagram_icon
{
    font-size: 25px;
    margin-right: 20px;
    top: 4px;
    position: relative;
}
._homebanner h1,.hero .mega-title, .hero .mega-subtitle
{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 85px;
    text-shadow:none !important;
}
.shape-1
{
    background-image: url('SHAPE-01.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0px 280px;
    margin-top: -300px;
    position: relative;
    z-index: 1;
}
.shape-1 h2
{
    font-family: SevenMile;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 50px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}
.shape-1 p
{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.weknow
{
    background-image: url('banner-3-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 300px 0px 400px;
    background-attachment: fixed;
    margin-top: -250px;
}
.weknow h2
{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 3px;
}
.shape-2,.newsletter-section
{
    background-image: url('/cdn/shop/t/1/assets/SHAPE-02.png?v=1593854248');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 290px 0px 400px;
    margin-top: -320px;
    position: relative;
    z-index: 1;
}
.shape-2 h2,.newsletter-section p
{
    font-family: SevenMile;
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}
.shape-2 p
{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.news_btn, .news_btn:hover, .news_btn:focus
{
    border-radius: 0px;
    background: #fff !important;
    color: #2b2b2b !important;
    font-size: 20px;
    box-shadow: none !important;
    padding: 24px 30px;
}
.shape-2 .form-control
{
    width: 100%;
    border-radius: 0px;
    color: #ffffff !important;
    font-size: 20px;
    background: transparent;
    box-shadow: none !important;
    padding: 22px 10px 22px;
    height: 0;
    border: 2px solid #fff;
}
.input-group  ::placeholder {
    color: #ffffff !important;
    opacity: 0.5;
}

.input-group  :-ms-input-placeholder {
    color: #ffffff !important;
    opacity: 0.5;
}

.input-group  ::-ms-input-placeholder {
    color: #ffffff !important;
    opacity: 0.5;
}

.video_playdiv {
    --video--width: 1296;
    --video--height: auto;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    overflow: hidden;
    max-width: 100%;
    background: black;
}

.videohome,.HomeSection5 .hero
{
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 350px 0px 400px;
    background-attachment: fixed;
    margin-top: -350px;
}

.HomeSection5 h2,.HomeSection5 h1, .HomeSection5 .mega-title, .HomeSection5 .mega-subtitle
{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-family: SevenMile;
   font-style: normal;
    font-weight: 500; 
  line-height: 1.2;
}

.btn-video
{
    border-radius: 0px;
    background: #fff !important;
    color: #2b2b2b !important;
    font-size: 18px !important;
    box-shadow: none !important;
    padding: 24px 32px !important;
  font-family: SevenMile !important;
  letter-spacing: 1px;
  line-height: 0;
  transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;font-weight: 500 !important;
  
}
.video_icon
{
    text-align: center;
}
.video_icon img
{
    width: 30px;
  margin-right: 5px;
}

.shopbutton,.HomeSection6 .hero
{
  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 210px 0px 350px;
    margin-top: -340px;
    position: relative;
    z-index: 1;
}
.btn-shop-now
{
    border-radius: 0px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
    box-shadow: none !important;
    padding: 30px 40px !important;
    border: 2px solid #fff !important;
}
.arrow_button
{
    padding-top: 20px;
}
.arrow_button a
{
    font-size: 20px;
}
.shop_area,.Homesection7
{
    background-color: #A3BFCA;
    padding: 150px 0px;
    margin-top: -250px;
}
.footer-class
{
    background-image: url('/cdn/shop/t/1/assets/FOOTER-SHAPE.png?v=1593861186');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 250px 0px 50px;
    margin-top: -150px;
}
.footer-link a
{
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}
.footer-link a:last-child
{
    padding-right: 0px;
}
.social_link
{
    font-size: 35px;
}
.partner_img img
{
    width: 55px;
    display: block;
    margin: 0 auto;
}
.copyright
{
    margin-bottom: 0px;
    color: #fff;
    text-align: center;  font-size: 13px;
}
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}
.modal-backdrop
{
    background-color: #fff;
}
#myNewsletter .close
{
    color: #fff;
    opacity: 1;
}
#myNewsletter .modal-content
{
    color: #fff;
    background-color: #8b9068;
    border-radius: 0px;
}
#myNewsletter .logo_popup img
{
    width: 80px;
    display: block;
    margin: 0px auto;
    padding: 30px 0px;
}
#myNewsletter .modal-content p
{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#myNewsletter form
{
    margin: 30px 0px;
}
#myNewsletter .form-control
{
    border-radius: 0px;
    color: #525252 !important;
    font-size: 20px;
    background: #fff;
    box-shadow: none !important;
    padding: 25px 10px 25px;
}
#myNewsletter ::placeholder {
    color: #525252 !important;
    opacity: 0.5;
}

#myNewsletter :-ms-input-placeholder {
    color: #525252 !important;
    opacity: 0.5;
}

#myNewsletter ::-ms-input-placeholder {
    color: #525252 !important;
    opacity: 0.5;
}
.btn-newsletter
{
    border-radius: 0px;
    background: #525252 !important;
    color: #fff !important;
    font-size: 20px;
    box-shadow: none !important;
    padding: 30px 60px;
    text-transform: uppercase;
    margin-top: 20px;
}

.intro_banner
{
    position: fixed;
  	z-index: 99999;
  	width: 100%;
    background: rgba(255,255,255,0.2);
/*     background-image: url('intro-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; */
    height: 100vh;
}
.intro_section
{
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
}
.intro_section h2
{
    font-size: 25px;
    color: #8b9068;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.intro_section p
{
    color: #525252;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
.btn-intro
{
	border-radius: 0px !important;
    background: #8b9068 !important;
    color: #fff !important;
    font-size: 16px !important;
    box-shadow: none !important;
    padding: 25px 40px !important;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.exit_link
{
    text-transform: uppercase;
    display: block;
    color: #525252;
    text-decoration: underline;
    font-size: 13px;
}
.exit_link:hover
{
    color: #8b9068;
    text-decoration: underline;
}
.inner_page_shop .header-sticky, .local_store .header-sticky, .other_page .header-sticky
{
    background: #8A9166;
}
ul.breadcrumb
{
    padding: 0px;
    margin: 0;
    list-style: none;
    background-color: transparent;
}
ul.breadcrumb li
{
    display: inline;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #525252;
}
ul.breadcrumb li+li:before
{
    padding: 30px;
    color: #525252;
    content: "/\00a0";
}
ul.breadcrumb li+li:last-child:before
{
    content: "/\00a0";
    padding-right: 30px;   
}
ul.breadcrumb li a.active
{
    padding: 3px 10px;
    border: 1px solid #525252;
}
ul.breadcrumb li a
{
    color: #525252;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;

}
ul.breadcrumb li a.home{border: 1px solid #525252;}  
 
ul.breadcrumb li a:hover
{
    color: #525252;
    text-decoration: none;
}
.inner_page_shop .shape-2,.template-collection .Productbottom .hero,.template-product .Productbottom .hero{
    margin-top: 0px;
    padding: 110px 0px 400px;
    position: inherit;
    z-index: 0px;
}
.local_store .shape-2
{
    margin-top: 0px;
    padding: 250px 0px 400px;
    position: inherit;
    z-index: 0px;
}
.local_store .footer-class
{
    margin-top: -290px;
}
.section_shop_area, .local_store_heading
{
    margin-top: 90px;
    margin-bottom: 30px;
}
.other_page_heading
{
    margin-top: 150px;
    margin-bottom: 35px;
}
.other_page .footer-class
{
    margin-top: 0px;
}
.product_list_detail
{
    color: #525252;
    margin-top: 20px;
}
.product_list_detail p
{
    font-family: SevenMileSemiBold;
}
.product_list
{
    margin-bottom: 50px;
}
.inner_page_shop .footer-class,.template-collection .footer-class
{
    padding: 230px 0px 50px;
    margin-top: -250px;
}
.template-product .footer-class
{
    padding: 230px 0px 50px;
    margin-top: -265px;
}
.inner_page_shop .shape-2 h2, .local_store .shape-2 h2
{
    font-size: 35px;
}
.back_button
{
    color: #525252;
    letter-spacing: 1px;
    font-family: SevenMile !important;
    font-size: 16px !important;
}
.back_button:hover
{
    color: #8A9166;
}
.carousel-inner img {
    width: 100%
}

#myCarousel .carousel-indicators {
    position: static;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

#myCarousel .carousel-indicators>li {
    width: 100%;
    height: auto;
}

#myCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.8;
}

#myCarousel .carousel-indicators li.active img {
    opacity: 1
}

#myCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}
.shop_details_page h1
{
    color: #525252;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.shop_details_page p
{
    color: #525252;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 20px;
}
.ItalicFont
{
    font-family: SevenMileItalic;
}
.shop_details_page h2
{
    font-size: 15px;
    color: #525252;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.shop_details_page h3
{
    font-size: 28px;
    color: #525252;
    letter-spacing: 2px;
    margin-bottom: 200px;
}
.shop_details_page h3 .sale_price
{
    color: #af6252;
    letter-spacing: 2px;
}
.sale_cut
{
    text-decoration: line-through;
}
.product_list2
{
    margin-bottom: 200px;
}
.qty_ p
{
    color: #525252;
    font-size: 20px;
      letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 20px;
  font-family: SevenMile;
}
.qty_
{
    display: inline-block;
    float: left;
}
.qty-block
{
    float: left;
}

.qty {
    float: left;
    width: 80px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.qty_inc_dec .increment img,
.qty_inc_dec .decrement img
{
    width: 14px;
}
.qty_inc_dec .increment,
.qty_inc_dec .decrement {
    float: left;
    text-align: center;
    width: 30px;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: #fff;
    border-top: 1.5px solid #525252;
    border-bottom: 1.5px solid #525252;
    border-right: 1.5px solid #525252;
}
.qty_inc_dec .decrement
{
    border-top: none;
    line-height: 15px;
}
.qty_inc_dec .increment {
    border-bottom: 0;
    line-height: 15px;
}

.qty_inc_dec {
    float: left;
    width: 10px;
    height: 40px;
    display: inline-block;
}

.qty input[type="number"] {
    float: left;
    outline: 0;
    font-size: 25px;
    text-align: center;
    color: #525252;
    line-height: 40px;
    border: 1.5px solid #525252;
  padding:0;
  max-height:auto;
      font-family: SevenMile;
}
.rotate-x {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: rotate-x;
    animation-name: rotate-x;
}

@-webkit-keyframes rotate-x {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate-x {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.qty_details
{
    display: inline-block;
}
.product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded
{
    border-radius: 0px !important;
    background: #8b9068 !important;
    color: #fff !important;
    font-size: 20px !important;
    box-shadow: none !important;
    padding: 38px 35px !important;
    text-transform: uppercase !important;
    line-height:0 !important; 
     font-family: SevenMile !important; 
     font-weight:500 !important;
  margin-bottom:0px !important;
}
.product-form__item--submit{ margin-bottom:0px !important; padding-bottom:0px !important;}
  
.btn-soldout
{
    border-radius: 0px;
    background: #af6252 !important;
    color: #fff !important;
    font-size: 22px;
    box-shadow: none !important;
    padding: 38px 35px;
    text-transform: uppercase;
}
.notify_me
{
    color: #525252 !important;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    margin-left: 0px;
    text-decoration: underline !important;
  background:none !important;
      width: auto !important;
    padding: 0px !important;
}
.notify_me:hover
{
    color: #8A9166;
    text-decoration: underline;
}
._404_notfound
{
    background-image: url('/cdn/shop/t/1/assets/banner-404-min.jpg?v=1594488332');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 200px 0px 400px;
}
._404_page .header-sticky
{
    background: #8A9166;
}
._404_notfound h1
{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 110px;
}
._404_notfound h2
{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 30px;
}
.local_store_heading h1
{
    color: #8b9068;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}
.store_data
{
    padding-bottom: 30px;
}
.local_store_listing h2
{
    color: #525252;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    padding: 20px 0px;
}
.store_data h3
{
    color: #525252;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
}
.store_data ul
{
    margin-left: 0px;
    list-style: none;
}
.store_data ul li
{
    font-family: SevenMileItalic;
    text-decoration: underline;
    text-transform: uppercase;
    color: #525252;
    font-size: 14px;
    padding-bottom: 2px;
}
#shopify-section-newsletter-bottom .input-group .input-group__field
{
    background-color: #fff;
    color: #525252 !important;
}
#shopify-section-newsletter-bottom .input-group ::placeholder {
    color: #fff !important;
    opacity: 0.5;
}

#shopify-section-newsletter-bottom .input-group :-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.5;
}

#shopify-section-newsletter-bottom .input-group ::-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.5;
}
.inner_subscribe .news_btn, .inner_subscribe .news_btn:hover, .inner_subscribe .news_btn:focus
{
    background: #525252 !important;
    color: #fff !important;
}
.other_page_heading h1
{
    color: #525252;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    padding-bottom: 28px;
}
.other_page_heading h2
{
    color: #525252;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: SevenMileRegular;
}
.other_page_heading p
{
    font-family: SevenMileRegular;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 18px;
    letter-spacing: normal;
}
.change_para
{
    padding-top: 20px;
}
.philanthropy ._homebanner
{
    background-image: url('philanthropy-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    padding: 350px 0px 450px
}
.philanthropy .shape-1
{
    background-image: url('SHAPE-02.png');
    padding: 270px 0px 320px;
    margin-top: -280px;
}
.philanthropy .shape-1 h2
{
    margin-bottom: 20px;
    color: #525252;
}
.philanthropy .shape-1 p
{
    color: #525252;
}
.philanthropy .weknow
{
    background-image: url(Middle-image-p.jpg);
    padding: 600px 0px;
}
.philanthropy .shape-blue
{
    background-image: url(SHAPE-02-BLUE.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 300px 0px 400px;
    margin-top: -350px;
    position: relative;
    z-index: 1;
}
.philanthropy .shape-blue p
{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.philanthropy .shape-blue .image-40
{
    margin: 150px 0px;
}
.philanthropy .shape-blue .image-40 img
{
    width: 300px;
}
.philanthropy .shape-blue a
{
    text-decoration: underline;
}
.philanthropy .videohome
{
    background-image: url(bottom-image-p.jpg);
    padding: 600px 0px;
}
.about_page ._homebanner
{
    background-image: url('about-banner.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 50px;
    padding: 400px 0px 450px
}
#about .video_player
{
    background-color: #fff;
    margin: 50px 0px;
}
#about .video_player h2
{
    color: #525252;
    text-align: left;
    font-size: 23px;
    text-transform: uppercase;
    font-family: SevenMileRegular !important;
    letter-spacing: 2px;
}
#about .video_player .video_playdiv iframe
{
    width: 100%;
}
#about .header-transparent
{
    z-index: 99;
}
#about .shape-2
{
    position: relative;
    padding: 300px 0px 400px;
    z-index: 11;
    padding: 300px 0px 400px;
}
.about_page .videohome
{
    background-image: url('TREE-IMAGE-About-min.png');
    background-position: center bottom;
    background-attachment: unset;
    position: relative;
    z-index: 1;
}
.about_page .videohome h2
{
    font-size: 25px;
}
.about_page .videohome p
{
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}
.seven_ocean
{
    background-image: url('SURF-IMAGE.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    padding: 400px 0px 500px;
    margin-top: -250px;
}
.seven_ocean h2
{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 3px;
}
._cartcount
{
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fff;
    color: #8A9166;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    margin-left: -15px;
    margin-top: -5px;
    padding-top: 1px;
    padding-left: 0;
}
.product-form__item label{color: #525252;}
  
  
/*Phone Media CSS*/
@media only screen and (max-width: 767px) {
    .slicknav_menu .slicknav_menutxt
    {
        display: block;
        font-family: SevenMileRegular;
        letter-spacing: 1px;
    }
    .slicknav_nav
  	{
    	padding: 1px;
    	width: 180px;
        border:none; 
	}
    .slicknav_menu .slicknav_icon
    {
        display: none;
    }
    .mobile_menu .slicknav_menu .slicknav_btn
    {
        top: -7px;
    }
    .slicknav_btn
    {
        left: 10px;
        float:left;
    }
    p
    {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }
/*     .intro_banner
    {
        background-image: url(Intro-Mobile-Banner.jpg);
    } */
    .btn-newsletter
    {
        padding: 27px 60px;
    }
    ._homebanner h1
    {
        font-size: 50px;
    }
    ._homebanner
    {
        background-image: url('home-bg-min-mobile.jpg');
        background-position: center right;
        padding: 200px 0px 400px;
    }
    .shape-1
    {
        background-image: url(SHAPE-01-MOBILE.png);
        background-position: center right;
        padding: 150px 0px 100px;
    }
    .weknow
    {
        padding: 250px 0px 350px;
        margin-top: -100px;
    }
    .weknow h2
    {
        font-size: 20px;
    }
    .shape-2
    {
        background-image: url(SHAPE-02-MOBILE.png);
        background-position: center right;
        padding: 150px 0px 150px;
    }
    .shape-2 h2
    {
        font-size: 20px;
        line-height: 23px;
    }
    .form-inline .news_btn
    {
        margin: 0 auto;
        display: block;
    }
    .shape-2 .form-control
    {
        margin-bottom: 20px !important;
    }
    .videohome h2
    {
        font-size: 25px;
    }
    .videohome
    {
        margin-top: -250px;
    }
    .shopbutton
    {
        background-image: url(SHAPE-03-MOBILE.png);
        background-position: center right;
        padding: 150px 0px 100px;
        margin-top: -260px;
    }
    .shop_area
    {
        margin-top: -100px;
    }
    .footer-class, .inner_page_shop .footer-class
    {
        background-image: url(FOOTER-SHAPE-MOBILE.png);
        padding: 90px 0px 30px;
        margin-top: -100px;
    }
    .footer-class .container-fluid
    {
        padding: 0px 15px;
    }
    .footer-class ul li
    {
    padding-bottom: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    }
  .footer-class ul li a
    {font-size: 12px;
    }
    .partner_img_1 img
    {
        width: 50px;
        margin-top: 20px;
    }
    .copyright_mobile
    {
        font-size: 12px;
        margin-top: 10px;
        color: #fff;
    }
    .section_shop_area, .local_store_heading
    {
        margin-top: 60px;
        margin-bottom: 0;padding-bottom: 0px;
    }
  .local_store_listing h2{font-size: 18px;}
    ul.breadcrumb li
    {
        font-size: 11px;
    }
    ul.breadcrumb li+li:before, ul.breadcrumb li+li:last-child:before
    {
        padding: 10px;
    }
    .inner_page_shop .shape-2
    {
        padding: 150px 0px 150px;
    }
    .inner_page_shop .shape-2 h2, .local_store .shape-2 h2
    {
        font-size: 25px;
        line-height: 30px;
    }
    .shop_details_page h1
    {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .shop_details_page h3
    {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .product_list2
    {
        margin-bottom: 50px;
    }
    .shop_details_page h2
    {
        margin-bottom: 0px;
    }
    .notify_me
    {
        display: block;
        margin-left: 0px;
        margin-top: 20px;
    }
    .about_page ._homebanner
    {
        background-image: url(about-banner-mobile.jpg);
        background-position: center right;
        padding: 210px 0px 150px;
    }
    .about_page .shape-1
    {
        margin-top: -120px;
    }
    .about_page .video_player .video_playdiv iframe
    {
        height: auto;
    }
    .about_page .videohome
    {
        background-image: url(TREE-IMAGE-About-Mobile.png);
        padding: 350px 0px 150px;
    }
    .seven_ocean
    {
        margin-top: -150px;
        padding: 180px 0px 200px;
    }
    .seven_ocean h2
    {
        font-size: 25px;
    }
    .philanthropy ._homebanner
    {
        background-image: url(philanthropy-banner-mobile.jpg);
        padding: 150px 0px 170px;
    }
    .philanthropy .shape-1
    {
        background-image: url(SHAPE-02-MOBILE.png);
        padding: 150px 0px 120px;
        margin-top: -110px;
    }
    .philanthropy .weknow
    {
        padding: 250px 0px;
    }
    .philanthropy .shape-blue
    {
        background-image: url(SHAPE-02-BLUE-MOBILE.png);
        background-position: center center;
        padding: 130px 0px 180px;
        margin-top: -150px;
    }
    .philanthropy .shape-blue .image-40
    {
        margin: 70px 0px;
    }
    ._404_notfound h1
    {
        font-size: 50px;
    }
    ._404_notfound h2
    {
        font-size: 25px;
    }
    .btn-addtocart
    {
        font-size: 20px;
        padding: 28px 25px;
    }
    .local_store .shape-2
    {
        padding: 170px 0px 320px;
    }
    .main-index .header-area
    {
        background: #8A9166;
    }
    .logo
    {
		text-align: center
    }
}
/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .header-area .main-header .main-menu ul li
    {
        padding: 0px 30px;
    }
    .footer-link a {
        padding-right: 10px;
       
    }
    .shop_details_page h3
    {
        margin-bottom: 50px;
    }
    .inner_page_shop .shape-2
    {
        padding: 200px 0px 400px;
    }
    .inner_page_shop .footer-class, .footer-class
    {
        padding: 150px 0px 50px;
    }
    .philanthropy .shape-1
    {
        padding: 200px 0px 320px;
    }
    .philanthropy .shape-blue
    {
        padding: 200px 0px 250px;
    }
    .philanthropy .videohome, .philanthropy .weknow
    {
        padding: 500px 0px;
    }
    .philanthropy ._homebanner
    {
        padding: 250px 0px 450px;
    }
    .about_page ._homebanner
    {
        padding: 300px 0px 450px;
    }
    .about_page .videohome
    {
        padding: 350px 0px 300px;
    }
    .seven_ocean
    {
        padding: 350px 0px 500px;
    }
    .local_store .shape-2
    {
        padding: 200px 0px 400px;
    }
}

.hero__overlay::before{display:none;opacity:1 !important;}
.oldheader{display:none;}

.template-index .HomeSection2 .page-width {max-width: 1055px !important;}

.HomeSection2 .hero {background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -300px;
    position: relative;
    z-index: 1;}

.HomeSection2 .hero .mega-title, .HomeSection2 .hero .mega-subtitle{font-family: SevenMile;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;}

.HomeSection2 .hero p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;font-size: 13px;
}

.HomeSection2 .hero .hero__inner{top: -40px;}
.HomeSection3 .hero {background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 300px 0px 400px;
    background-attachment: fixed;
    margin-top: -278px;}


.HomeSection3 .hero .mega-title,.HomeSection3 .hero .mega-subtitle{ color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 37px;
    letter-spacing: 3px;
   font-family: SevenMile;
   margin-top: 0px;
    font-style: normal;
    font-weight: 500;
}
.HomeSection3 .hero .hero__inner .page-width{margin-left: auto!important;margin-right: auto!important;width:800px;}
.HomeSection3 .hero .hero__inner {padding-top:0px;}
.newsletter-section .page-width{margin-left: auto!important;margin-right: auto!important;width:800px;}
.site-footer p, .site-footer__linklist-item a, .site-footer__rte a, .site-footer h4, .site-footer small, .site-footer__copyright-content a, .site-footer__newsletter-error, .site-footer__social-icons .social-icons__link{color:#ffffff !important;font-family: SevenMile;}

.Homesection7 .hero{background-size: contain;
    background-repeat: no-repeat;
    background-position: center center !important;}

.template-page .header-sticky,.template-collection .header-sticky,
.template-product .header-sticky,.template-cart .header-sticky,.template-404 .header-sticky,
#challenge .header-sticky {
    background: #8A9166;
}

#shopify-section-newsletter-bottom  .shape-2{margin-top: 0px;
    position: inherit;
}

#store-locator .footer-class { 
    margin-top: 84px !important;
}
  
.template-page page.comingsoon .main-content {
    margin-top: 150px;
    margin-bottom: 35px;
    padding-top: 0px;
}
  
.comingsoon h1{text-align:center; font-size:30px !important;}
  


.template-page.page .footer-class,.template-cart .footer-class{margin-top: 0px;}
#challenge .footer-class{margin-top: 0px;}
.fa-instagram, .fa-angle-down { color: #fff; }
.site-nav__link--active .site-nav__label { border-bottom-color: #fff !important; }
.site-footer__linklist-item a:hover, .site-nav__link:focus .site-nav__label, .site-nav__link:not([disabled]):hover .site-nav__label { border-bottom: none !important; }
.header-area .main-header .main-menu ul li span:hover { border-bottom-color: transparent; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
  font-family: SevenMile !important;
}

.template-index .newsletter-section .input-group__btn .btn{margin-left: 20px;border-radius: 0px;
    background: #fff !important;
    color: #2b2b2b !important;
    font-size: 20px;
    box-shadow: none !important;
    padding: 24px 15px;font-family: SevenMile !important;font-weight:500 !important;}

.template-index .newsletter-section .input-group__field{border-radius: 0px;
    color: #ffffff !important;
    font-size: 20px;
    background: transparent;
    box-shadow: none !important;
    padding: 22px 10px 22px;
    height: 0;
    border: 2px solid #fff;font-family: SevenMile !important;}

#shopify-section-newsletter-bottom .shape-2 h2,#shopify-section-newsletter-bottom .shape-2 p{
  margin-bottom:20px;font-size: 23px;} 
#shopify-section-newsletter-bottom .newsletter-section .page-width{width:100% !important;}
/* #shopify-section-newsletter-bottom .newsletter-section .section-header{  margin-bottom:20px;} */

#shopify-section-newsletter-bottom .newsletter-section .input-group__btn .btn{margin-left: 20px;border-radius: 0px;
    background: #ffffff !important;
    color: #2b2b2b !important;
    font-size: 18px;
    box-shadow: none !important;
    padding: 24px 15px;font-family: SevenMile !important;font-weight:500 !important;}

#shopify-section-newsletter-bottom .newsletter-section .input-group__field{border-radius: 0px;
    color: #525252 !important;
    font-size: 20px;
    background: transparent;
    box-shadow: none !important;
    padding: 22px 10px 22px;
    height: 0;
    border: 2px solid #fff;font-family: SevenMile !important;}

.template-page.page .main-content{margin-top: 150px;
    margin-bottom: 35px;padding-top:0px;}
  

#challenge .main-content{margin-top: 150px;
    margin-bottom: 35px;padding-top:0px;}

.template-page.page .main-content .rte h2 {
    color: #525252;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    font-family: SevenMileRegular !important; 
    margin-bottom:.5rem;
   margin-top:0px;
}

.template-page.page .main-content .section-header h1 {
    color: #525252;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    padding-bottom: 28px;
}
.template-page.page .main-content .section-header{margin-bottom: 0px;}
.template-page.page .main-content .rte p {
    font-family: SevenMileRegular !important;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 18px;
    letter-spacing: normal;
  color:#506172;
}

#philanthropy .footer-class {
    padding: 230px 0px 50px;
    margin-top: -250px;
    position: relative;
    z-index: 1;
}


#philanthropy .HomeSection2 .hero .mega-title, #philanthropy  .HomeSection2 .hero .mega-subtitle{
  text-shadow:none !important; color: #fff;margin-bottom: 20px !important;}

#philanthropy .HomeSection2 p{ text-shadow:none !important; color: #fff;}

#philanthropy ._homebanner .hero{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    padding: 300px 0px 450px;
}

#philanthropy .HomeSection2 .hero {
     padding: 270px 0px 320px;
    margin-top: -280px;
/*   display:block !important; */
}
#philanthropy #Hero-PhilanthropySection_4.ratio-container:after
  {
    padding-bottom: 0%;
  }
#philanthropy .HomeSection2 .hero.hero--large{height: 805px;}

#philanthropy .HomeSection2 .page-width{max-width: 100%;}

#philanthropy .PhilanthropySection_4 .hero{background-size: cover;
    background-repeat: no-repeat;
    padding: 240px 0px 500px;
    margin-top: -350px;
    position: relative;
    z-index: 1;
/*     display:block !important; */
    background-position: center center !important;}

#philanthropy .PhilanthropySection_4 .hero{height: auto !important;}

#philanthropy .PhilanthropySection_4 .text-center .mega-subtitle{max-width:100%; text-shadow:none !important;}
#philanthropy .PhilanthropySection_4  .hero__inner{display:block !important;}
#philanthropy .PhilanthropySection_4  .image-40 {
    margin: 150px 0px;
}
#philanthropy .PhilanthropySection_4 .image-40 img {
    width: 300px;
}
#philanthropy .PhilanthropySection_4 p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;font-size:13px;
}
#philanthropy .PhilanthropySection_4 a {
    text-decoration: underline; color: #fff;
}
#philanthropy  .PhilanthropySection_5 .hero{
       padding: 600px 0px;
}
#shopify-section-AboutSection_2{padding-bottom:0px;}
#shopify-section-AboutSection_3{padding-top:0px;margin-bottom: 190px;}

#about .footer-class {
    padding: 230px 0px 50px;
    margin-top: -250px;
  	z-index: 111;
    position: relative;
}

#about ._homebanner .hero { margin-top: 80px;padding-bottom: 200px;}
  
#about #shopify-section-AboutSection_4 .hero {
    position: relative;
    padding: 155px 0px 450px;
    z-index: 11;
}

#about #shopify-section-AboutSection_4 .AboutSection_4 h2{text-shadow:none !important; font-size: 23px;font-family: SevenMile !important;color:#fff;margin-bottom:20px;}
#about #shopify-section-AboutSection_4 .AboutSection_4 p{text-shadow:none !important; font-size: 23px;font-family: SevenMile !important;color:#fff;margin-bottom:20px;}
#about #shopify-section-AboutSection_4 .hero .hero__inner{top: 85px;}

#about #shopify-section-AboutSection_5 .AboutSection_5 h2{font-size: 24px;text-shadow:none !important; font-family: SevenMile !important;color:#fff;margin-bottom:40px;}
#about #shopify-section-AboutSection_5 .AboutSection_5 p {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  line-height:25px;     
  font-size: 13px;
}
  .js-video {
height: 0;
padding-top: 25px;
padding-bottom: 67.5%;
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.js-video.widescreen {
padding-bottom: 56.34%;
}
.js-video.vimeo {
padding-top: 0;
}
  .js-video embed, .js-video iframe, .js-video object, .js-video video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}
#about #shopify-section-AboutSection_5 .hero{
    background-position: center bottom;
    background-attachment: unset;
    position: relative;
    z-index: 1;
}
#about #shopify-section-AboutSection_6 .hero{
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    padding: 400px 0px 500px;
    margin-top: -250px;
/*     z-index: -9; */
}
#about #shopify-section-AboutSection_6 .AboutSection_6 .hero .hero__inner .page-width
  {    width: 565px;}
  
#about #shopify-section-AboutSection_6 .AboutSection_6 h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 3px;
     font-family: SevenMile !important;
}
.template-collection .Productbottom .hero .mega-title, .template-product .Productbottom .hero .mega-subtitle{text-shadow:none !important; font-size: 35px;}
.template-collection .Productbottom .hero .hero__inner{top:85px;}
#shopify-section-collection-template .collection-header{margin-top: 95px;
    margin-bottom: 35px;}
#shopify-section-collection-template .collection-header .section-header{ margin-bottom:0px;}
.breadcrumb{background-color:transparent;padding:0px !important;
    margin-bottom: 0 !important;border-radius:0px !important; list-style: none !important;}
.breadcrumb li {
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #525252;
}
.breadcrumb li a {
    color: #525252;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 10px;
    font-family: SevenMile !important;
    font-size: 14px;
}
  
.breadcrumb li span:last-child{display;none;}
  
.breadcrumb li span{
    color: #525252;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 10px;
    font-family: SevenMile !important;
    font-size: 14px;
}
.breadcrumb span.arrow {
    padding: 0px 30px;
    color: #525252;
    content: "/\00a0";
}
#shopify-section-collection-template .page-width{max-width: 1370px !important;}
#shopify-section-collection-template .page-width .grid__item{}
.grid-view-item__image-wrapper{}
.product-card__title,.price,.price dd{color: #506172 !important;font-family: SevenMile !important;
    margin-top: 0px !important;font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0px !important;
    letter-spacing: 2px !important;border-bottom:none !important;}
.price{ margin-top:0px !important;margin-bottom: 0px !important;}
.price__regular, .price__sale{font-family: SevenMile !important;}
.price .price-item{color: #506172 !important;}
.grid-view-item__image-wrapper{max-width: 615px !important;}
.product-single__media-wrapper{max-width: 615px !important;}
.feature-row__image{max-width: 615px !important;
    max-height: 615px !important;}
.grid-view-item__image-wrapper .grid-view-item__image {
    max-width: 615px !important;
    max-height: 615px !important;
}
#shopify-section-product-template .page-width{max-width: 1370px !important;padding-left: 45px;
    padding-right: 45px;
}
.page-width{max-width: 1370px !important;padding-left: 45px;
    padding-right: 45px;
}
.template-product .Productbottom .hero .mega-title{text-shadow:none !important; font-size: 25px;}
.template-product .Productbottom .hero .hero__inner {
    top: 85px;
}
.pagination li.pagination__text{padding-top: 10px;}
.product-single__thumbnails{margin-top: 8px !important;margin-left:-4px !important;}
.product-single__thumbnails-item--medium{flex: 0 0 19.9% !important;}
@media only screen and (min-width: 750px)
{
.product-single__thumbnails-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
} 
}

.product-single__meta h1.product-single__title{color: #525252;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
     font-family: SevenMile;
     margin-top: 0px;
    font-style: normal;
    font-weight: 500;}

.product-single__description p{    
    color: #525252;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 20px;font-family: SevenMileItalic;}

.template-product  .price .price-item{    
    font-size: 28px;
    color: #525252 !important;
    letter-spacing: 2px;
    margin-bottom: 225px;font-family: SevenMile;font-weight: 500;}

.product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded{width:auto !important;}
.addtoblock{position: absolute;
    bottom: 0;
    z-index: 2;}
 
  .product-single{position:relative;}

.template-product .price--on-sale .price__sale{flex-direction: row-reverse;}
.template-product .price .price-item.price-item--sale{color: #af6252 !important;}
.soldout{background: #af6252 !important;opacity:1 !important; }
.price__badge--sale {
    color: #fff;
    border-color: #af6252 !important;
    background-color: #af6252 !important;
}
.template-cart .main-content{margin-top:55px;margin-bottom: 55px;}
.cart{color:#333232 !important;}
.cart.site-header__cart{color:#ffffff !important;font-size: 12px !important;} 
.cart__submit{min-height: 44px !important;}
.site-header__cart-count{right:0px !important;background-color: #ffffff !important;
  color: #3a3a3a !important;}
.form-message--success{border: none !important;
  background-color: transparent !important;}
.HomeSection5 .hero .hero__inner .page-width {
    margin-left: auto!important;
    margin-right: auto!important;
    width: 800px;
}
.btn-404 {
    border-radius: 0px !important;
    background: #8b9068 !important;
    color: #fff !important;
    font-size: 20px !important;
    box-shadow: none !important;
    padding: 38px 35px !important;
    text-transform: uppercase;font-weight: 500 !important;
} 

.btn--secondary-accent{padding: 27px 44px !important;}

.template-index .m_homebanner{display:none;}
.template-index .mHomeSection2{ display:none;}
.template-index .mHomeSection3{display:none;}
.template-index .mHomeSection6{ display:none;}
#philanthropy .m_homebanner{display:none;}
#philanthropy .PHomeSection2{display:none;}
#philanthropy .mPhilanthropySection_4{display:none;}
#about .a_homebanner{display:none;}
#about .aHomeSection2 {display:none;}
#about .aAboutSection_4{display:none;}
#about .aAboutSection_5{display:none;}
.template-product .mProductbottom{display:none;}
.template-collection .mProductbottom{display:none;}
.product__price.mobile{display:none;}



/*******************************Mobile css*********************************************/

@media only screen and (max-width: 767px) 
{
  
  .site-nav__link--active
{
    background-color: transparent;
    color: #fff !important;
    padding: 5px 15px;
}
  
  .social_link {
    font-size: 25px;
}
  .main-header.header-sticky
  { background-color: #8A9166 !important;}
  
  
 .template-index ._homebanner{ display:none;}
  .template-index .m_homebanner{display:block;}
  .template-index .m_homebanner .hero{
    background-position: center right  !important;
    padding: 130px 0px 400px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .template-index  .m_homebanner h1, .template-index  .m_homebanner .hero .mega-title, .template-index .m_homebanner .hero .mega-subtitle{
    font-size: 45px;text-shadow:none;
   }
  
   .template-index .mHomeSection2{ display:block;}
    .template-index .HomeSection2{ display:none;}

  .template-index .mHomeSection2 .hero{
    background-position: center right  !important;
    padding: 150px 0px 100px;
    margin-top: -300px;
    position: relative;
    z-index: 1;
  }
  .template-index .mHomeSection2 .hero .mega-title,
  .template-index .mHomeSection2 .hero .mega-subtitle
  {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
  }
  .template-index .mHomeSection2 .hero .mega-subtitle
  {font-size: 13px;}
  .template-index .mHomeSection2 .hero__inner{padding:0px;}
  
    .template-index .HomeSection3{ }
   .template-index .HomeSection3 .hero{
    padding: 205px 0px 380px;
    margin-top: -80px;
    background-attachment: unset;
    }
  .HomeSection3 .hero .mega-title, .HomeSection3 .hero .mega-subtitle
  {font-size: 18px;}
  .HomeSection3 .hero .hero__inner .page-width{width: auto;}
  #about #shopify-section-AboutSection_6 .AboutSection_6 .hero .hero__inner .page-width {
    width: auto;
   }
  #about #shopify-section-AboutSection_6 .AboutSection_6 h2{font-size: 18px;}
  .shape-2, .newsletter-section {
    background-image: url('/cdn/shop/t/1/assets/SHAPE-02-MOBILE.png?v=1594741809');
    background-position: center right;
    padding: 150px 0px 150px;
  }
  .newsletter-section .page-width {
    width: auto;
  }
  .newsletter-section p{
    font-size: 18px;
    line-height: 21px;
  }
  .template-index .newsletter-section .input-group__btn .btn {margin-left:0px;font-size: 18px;}
  .template-index .newsletter-section .input-group__btn{text-align:center;max-width: 160px;}
  .template-index .newsletter-section .input-group__field{max-width: 315px;}
  .HomeSection5 .hero {
    margin-top: -250px;
    background-position: center center !important;
    background-attachment: unset;
   }
  .HomeSection5 .hero .hero__inner .page-width {
   width: auto;
  }
  .HomeSection5 h2, .HomeSection5 h1, .HomeSection5 .mega-title, .HomeSection5 .mega-subtitle
  {
    font-size: 23px;
  }
  .template-index .mHomeSection6{ display:block;}
  .template-index .HomeSection6{ display:none;}
 .template-index .mHomeSection6 .hero {
    background-position: center right;
    padding: 150px 0px 100px;
    margin-top: -260px;
  }
 .template-index .Homesection7 .hero {
       background-size: contain !important;
   }
  .template-index .Homesection7 
   {margin-top: -135px;}
  .template-index .Homesection7 .hero  {height: 202px;}
  .template-index .footer-class{
    background-image: url('/cdn/shop/t/1/assets/FOOTER-SHAPE-MOBILE.png?v=1594747336');
    padding: 90px 0px 30px;
    margin-top: -100px;}
  #shopify-section-newsletter-bottom .newsletter-section{padding: 170px 0px 320px;}
  #shopify-section-newsletter-bottom .shape-2 h2, #shopify-section-newsletter-bottom .shape-2 p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
    #shopify-section-newsletter-bottom .shape-2 .input-group__btn .btn {margin-left:0px;}
   #shopify-section-newsletter-bottom .shape-2 .input-group__btn{text-align:center;max-width: 160px;}
   #shopify-section-newsletter-bottom .shape-2 .input-group__field{max-width: 315px;} 

   #philanthropy ._homebanner{ display:none;}
   #philanthropy .m_homebanner{display:block;}
  
   #philanthropy .m_homebanner .hero{ padding: 35px 0px 170px;
     background-attachment: unset;}
   #philanthropy .m_homebanner h1, #philanthropy .m_homebanner .hero .mega-title, #philanthropy .m_homebanner .hero .mega-subtitle{text-shadow:none;font-size: 40px;}
   
   #philanthropy .HomeSection2{ display:none;}
   #philanthropy .PHomeSection2{display:block;}
  
    #philanthropy .PHomeSection2 .hero{
    padding: -2px 0px 120px;
    margin-top: -175px;background-position: center right !important;
    position: relative;
    z-index: 1; height: 586px;
     }
    #philanthropy .PHomeSection2 .page-width{padding-top:30px;}
  
    #philanthropy .PHomeSection2 h1, #philanthropy .PHomeSection2 .hero .mega-title, #philanthropy .PHomeSection2 .hero .mega-subtitle
    {text-shadow:none;line-height: 20px;margin-bottom: 20px;
    color: #fff;font-size: 13px;}
    #philanthropy .PHomeSection2 p{text-shadow:none;line-height: 20px;margin-bottom: 20px;
    color: #fff;font-size: 13px;}
  
    #philanthropy .HomeSection3 .hero{
      background-attachment: unset !important;
/*       background-position:-155px 185px !important; */
    }
  
   #philanthropy .PhilanthropySection_4{ display:none;}
   #philanthropy .mPhilanthropySection_4{display:block;}
  
  #philanthropy .mPhilanthropySection_4 p,#philanthropy .mPhilanthropySection_4 a{font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;color: #fff !important; 
    text-align: center;
    text-transform: uppercase;}
  #philanthropy .mPhilanthropySection_4 .hero
  { background-position: center center;
    padding: 78px 0px 180px;
    margin-top: -150px;position: relative;
    z-index: 1;
   }
  #philanthropy .mPhilanthropySection_4  .image-40 {
    margin: 70px 0px;
  }
  #philanthropy .mPhilanthropySection_4  .image-40 img{width: 200px;}
  
  #philanthropy  .PhilanthropySection_5 .hero{
    margin-top: -350px;
    background-attachment: unset;padding: 400px 0px;
  }
  #philanthropy .footer-class {padding: 90px 0px 30px;}
  .hero .mega-title, .hero .mega-subtitle{text-shadow:none;}
  
     #about ._homebanner{ display:none;}
     #about .a_homebanner{display:block;}
  
    #about .a_homebanner h1, #about .a_homebanner .hero .mega-title, #about .a_homebanner .hero .mega-subtitle{font-size: 48px;text-shadow:none;}
    #about .a_homebanner .hero {
      background-position: center center !important; 
      padding: 180px 0px 75px;height: 525px; }
  
    #about .HomeSection2{display:none;}
    #about .aHomeSection2 {display:block;}
  
    #about .aHomeSection2 .hero{background-position: center right !important;
    padding: 62px 0px 55px;margin-top: -130px;}
     #about .aHomeSection2 h2{font-family: SevenMile;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;}
    #about .aHomeSection2 p{font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
      letter-spacing: 2px;}
  
    #about .a_homebanner .page-width{ padding-left: 50px;padding-right: 50px; }
    #about .aHomeSection2 .hero .mega-title,#about .aHomeSection2 .hero .mega-subtitle{text-shadow:none;}
    
    #about .video_player h2 {
    font-size: 20px;
     }
    #about .video_player .video_playdiv iframe {
    width: 100%;
    height: 203px;}
    #shopify-section-AboutSection_3{margin-bottom: 200px;}
  
  
   #about .AboutSection_4{display:none;}
   #about .aAboutSection_4{display:block;}
   #about .aAboutSection_4 .hero{background-position: center right !important;
    padding: 60px 0px 160px !important;}
   #about .aAboutSection_4 h2,#about .aAboutSection_4 p{
      font-size: 20px;
    line-height: 30px;
     margin-bottom: 0px;text-shadow:none;}
   #about #shopify-section-AboutSection_4 .aAboutSection_4 .hero .hero__inner{top: 55px;}
  
    #about .AboutSection_5{display:none;}
   #about .aAboutSection_5{display:block;}
  #about #shopify-section-AboutSection_5 .aAboutSection_5 h2{font-size: 18px;
    text-shadow: none !important;
    font-family: SevenMile !important;
    color: #fff;
    margin-bottom: 40px;
   }
  #about #shopify-section-AboutSection_5 .aAboutSection_5 p {
    text-align: center;font-size:13px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 20px;letter-spacing: 2px;
  }
   #about .aAboutSection_5 .hero{padding: 198px 0px 150px;margin-top: -180px;}
   #about .AboutSection_6 .hero{
    margin-top: -150px !important;
    padding: 180px 0px 200px !important;
    background-attachment: unset !important;position: relative !important;
    z-index: 0 !important;
  }
   #about .footer-class {
   padding: 90px 0px 30px;
    margin-top: -100px;position: relative !important;
  }
  .breadcrumb li,.breadcrumb li span,.breadcrumb li a {
    font-size: 11px;padding: 3px 3px;
  }
  ul.breadcrumb li+li:before, ul.breadcrumb li+li:last-child:before {
    padding: 5px;
}
  .breadcrumb span.arrow{padding: 0px 7px;}
  
   .template-product .Productbottom{display:none;}
  .template-product .mProductbottom{display:block;}
  
  .template-collection .Productbottom{display:none;}
  .template-collection .mProductbottom{display:block;}
  
  .template-collection .mProductbottom .hero, 
  .template-product .mProductbottom .hero{background-position: center right !important;
    padding: 150px 0px 100px;margin-top: 0;}
   .template-collection .mProductbottom .hero .mega-title, .template-collection .mProductbottom .hero .mega-subtitle {font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;text-shadow: none !important;}
  
    .template-product .mProductbottom .hero .mega-title, .template-product .mProductbottom .hero .mega-subtitle {font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;text-shadow: none !important;}
  
   .template-collection .footer-class{padding: 90px 0px 30px;
    margin-top: -100px;position: relative;
    z-index: 1;}
   .template-product .footer-class{padding: 90px 0px 30px;
    margin-top: -125px;position: relative;
     z-index: 1;}
  #shopify-section-product-template .page-width{max-width: 100% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;}
  #shopify-section-product-template {margin-top:85px;}
  .section_shop_area{margin-top: 0; 
    margin-bottom: 15px;}
  .addtoblock{margin-top:0px;position:static;}
  .qty input[type="number"]{font-size: 20px;max-width: 3rem;}
  .product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded{
    font-size: 17px !important;
    padding: 25px 25px !important;
   }
  .product__price.mobile{display;block;}
  .product__price.desktop{display:none;}
  .template-product .price .price-item{    
    margin-bottom: 20px;
    font-size: 20px;}
}

@media only screen and (max-width: 480px) 
{
  #about .a_homebanner h1, #about .a_homebanner .hero .mega-title, #about .a_homebanner .hero .mega-subtitle
  {font-size: 32px;}
  #about .a_homebanner .hero{padding: 45px 0px 120px;background-size: contain;}
  #about .aHomeSection2 .hero{margin-top: -180px;}
}

  
  
@media (min-width: 768px) and (max-width: 1024px) {
    .header-area .main-header, .inner_page_shop .section_shop_area, .inner_page_shop .product_list, .local_store_heading, .local_store_listing, .other_page_heading, .other_page_content, .about_page .video_player
    {
        padding: 22px 10px;
    }
    .header-area .main-header .main-menu ul li
    {
        padding: 0 10px;
    }
    .footer-class
    {
        padding: 100px 0px 50px;
    }
    .log_m
    {
        margin-top: 10px;
    }
    .philanthropy .shape-1
    {
        padding: 180px 0px 320px;
    }
    .about_page ._homebanner
    {
        background-position: center 130px;
        padding: 260px 0px 450px;
    }
    .about_page .shape-1
    {
        margin-top: -480px;
        padding: 150px 0px 280px;
    }
    .about_page ._homebanner h1
    {
        position: relative;
        top: -10px;
    }
    .shop_details_page h3
    {
        margin-bottom: 50px;
    }
    .product_list2
    {
        margin-bottom: 100px;
    }
  	.footer-class .container-fluid
  	{
    	padding: 22px 30px;
	}
}

  .cart-popup-wrapper{display:none !important;}
  
/*******************************cart drawer css*********************************************/
.websyms-cart{box-shadow:none; }
.websyms-cart .ajaxcart__footer{}
.websyms-cart-container{margin-top: 15px;}
.websyms-cart .cart-title{padding-bottom: 15px;font-family: SevenMile;border:none;}
.websyms-cart .websyms-cart-container .heading{font-size: 17px;font-family: SevenMile;padding:0px !important;}
.websyms-cart .websyms-cart-container .drawer__close-button,.websyms-cart .websyms-cart-container .product_remove_icon{color: #525252;}
.websyms-cart .websyms-cart-container .ajaxcart__note{font-size: 13px;font-style: italic;}
.websyms-cart .websyms-cart-container .ajaxcart__product-name a, .websyms-cart .websyms-cart-container .ajaxcart__product-meta{font-family: SevenMile;font-size: 14px;}
.websyms-cart .websyms-cart-container .ajaxcart__price{font-family: SevenMile;font-size: 14px;font-weight:500;}
.websyms-cart .ajaxcart__qty-num[type="text"]{border:1px solid #525252;}
.websyms-cart .js-qty__adjust--minus, .ajaxcart__qty--minus{border:1px solid #525252; }
.websyms-cart .js-qty__adjust--plus, .ajaxcart__qty--plus{border:1px solid #525252; }
.websyms-cart .websyms-cart-container .ajaxcart__qty-adjust, .websyms-cart .ajaxcart__qty-num[type=text]{background-color: #fff;}
.websyms-cart .one-quarter{width: 40%;}
.websyms-cart .three-quarters{ width: 50%;padding-left:0px !important;}
.websyms-cart .ajaxcart__product-image{    height: 90px;width: 90px;}
.product-list-item-container{border-bottom:none;}
.websyms-cart .websyms-cart-container .ajaxcart__subtotal{text-transform:uppercase;font-weight: 500;font-family: SevenMile;font-size: 14px;}
.websyms-cart .websyms-cart-container .ajaxcart__subtotal span{font-size: 14px;
    font-style: italic;
    text-transform: initial;
    line-height: 15px;margin-top:15px;float:left; }
.websyms-cart .websyms-cart-container .btn--secondary.btn--full.cart__checkout{border:none;font-weight: 500;font-size: 15px;padding: 25px 20px;}
.websyms-cart .products_price{padding-top: 5px;}
.websyms-cart .websyms-cart-container .cart--empty-message{text-transform:uppercase;font-weight: 500;font-family: SevenMile;font-size: 14px;}
  #myNewsletter .btn-newsletter{padding: 26px 30px;}
  @media only screen 
    and (min-device-width: 1024px) 
    and (max-device-width: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2){
      .site-footer__linklist-item
      {
            padding: 0 6px 5px 0 !important;
      }
      .copyright
      {
        font-size: 12px;
      }
}
  
  
@media (min-width: 490px) and (max-width: 768px ) {
  .template-index .mHomeSection6 .hero {height: 533px;}
  .template-index .footer-class{padding: 90px 0px 110px;}
  #philanthropy .footer-class{padding: 90px 0px 110px;}
  #about .footer-class{padding: 90px 0px 110px;}
  #about .aHomeSection2 .hero{padding: 144px 0px 55px;}
  .footer-class, .inner_page_shop .footer-class{padding: 90px 0px 110px;}
  #philanthropy .PhilanthropySection_5 .hero{margin-top: -320px;}
  
}    
  @media (min-width: 769px) and (max-width: 1199px ) {
    .header-area .main-header .main-menu ul li a{    
      padding-top: 0px;
      padding-bottom: 0px;}
    .header-area .main-header{padding-top: 0px;
      padding-bottom: 0px;}
  }
  
  @media(min-width: 1824px){
    .HomeSection2 .hero
    {
    	background-size: 100% 100%;
    }
    .footer-class, .inner_page_shop .footer-class, .template-collection .footer-class, .template-product .footer-class, #philanthropy .footer-class, #about .footer-class
    {
    	padding: 300px 0px 50px;
    }
    .template-product .footer-class
    {
    	margin-top: -275px;
    }
    #philanthropy .PhilanthropySection_4 .hero
    {
    	padding: 300px 0px 500px;
    }
    #about #shopify-section-AboutSection_5 .hero
    {
      height: 1120px;
    }
  }
  
  @media(min-width: 2200px){
    .HomeSection2 .hero
    {
    	background-size: 100% 100%;
    }
    .footer-class, .inner_page_shop .footer-class, .template-collection .footer-class, .template-product .footer-class, #philanthropy .footer-class, #about .footer-class
    {
    	padding: 390px 0px 50px;
    	background-size: 100% 100%;
    }
    .shape-2, .newsletter-section, .shopbutton, .HomeSection6 .hero, #philanthropy .PhilanthropySection_4 .hero
    {
      	background-size: 100% 100%;
    }
    .template-product .footer-class
    {
    	margin-top: -275px;
    }
    #philanthropy .PhilanthropySection_4 .hero
    {
    	padding: 300px 0px 500px;
    }
    #about #shopify-section-AboutSection_5 .hero
    {
      height: 1120px;
      background-size: 100% 100%;
    }
  }
      .footer-class, .inner_page_shop .footer-class, .template-collection .footer-class, .template-product .footer-class, #philanthropy .footer-class, #about .footer-class
    {
    	
    	background-size: 100% 100%;
    }
    .shape-2, .newsletter-section, .shopbutton, .HomeSection6 .hero, #philanthropy .PhilanthropySection_4 .hero
    {
      	background-size: 100% 100%;
    }
/*   .vimeo-wrapper {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh !important;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw;
   min-height: 100vh;
   min-width: 177.77vh;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
} */
  .videowrapper {
    float: none;
    clear: both;
    width: 100%;
    
    padding-bottom: 56.2%;
    height: 0;
    
    /* Put the video in the background */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* .index ._homebanner .hero
{
  background-image: none !important;
} */
.clickable {
     cursor:pointer;
  }
