/*styles*/

:root{
  --fb-cream: #f6f1e8;
  --fb-cream-2: #fbf7f0;
  --fb-green: #23473c;          /* deep green */
  --fb-green-2: #1c3b32;
  --fb-wine: #8b1f1f;           /* burgundy */
  --fb-wine-2: #741919;

  --fb-text: #12231e;
  --fb-muted: #5a6b65;
  --fb-border: rgba(18,35,30,.12);

  --fb-radius: 16px;
  --fb-shadow: 0 14px 35px rgba(0,0,0,.08);
  --fb-shadow-sm: 0 8px 18px rgba(0,0,0,.06);
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    color: #3c3c3c;
}

.font2 {
    font-family: "Old Standard TT", serif;
}

@font-face {
   font-family: ITC_BENUIAT;
   src: url(../fonts/ITCBenguiatStdMediumCn.OTF);
}

@font-face {
   font-family: ITC_BENUIAT;
   src: url(../fonts/ITCBenguiatStdBoldCn.otf);
   font-weight: bold;
}

body.active {
    overflow-y: hidden;
}

a {
    color: inherit;
    text-decoration: all .5s ease;
}

a:hover {
    text-decoration: none;
    color: #8B0000;
}

p {
    /*font-size: 14px;*/
}

.container {
    max-width: 1300px;
}

.container.wide {
    max-width: 1700px;
}

.container.sml {
    max-width: 1200px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}

.aos-animate {
    z-index: 999;
}
.icon {
    background: transparent;
}

a {
    color: inherit;
}

/*h1,h2,h3,h4,h5 {
    font-size: inherit !important;
    font-weight: inherit !important;
    margin: none;
}*/

/*Blog*/


.block.image {
    background-attachment: fixed;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    text-align: center;
    background-size: cover;
    padding: 80px;
}

.block.image .heading {
    color: white;
}

.block.image .small-heading {
    color: white;
}

.block.image p {
    font-size: 19px;
    color: white;
}

.block.image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.2);*/
    background: #07253f;
    opacity: .75;
}

.small-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.small-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.wide-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.large-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.small-block.white {
    background: white;
}

.small-block.blue {
    background: #07253f;
}

.small-block.light-blue {
    background: #4b769b;
}

.wide-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.large-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.post-hold {
    padding: 40px 0;
    border-bottom: 1px solid #07253f;
}

.small-block.post {
    min-height: unset;
    display: block;
    height: unset;
}

.blog-post-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.block-inner {
    position: relative;
    padding: 65px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block-inner.post {
    padding: 40px;
}

/* Header */

.header {
    position: relative;
    z-index: 9999;
    width: 100%;
}

.header ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.header .logo {
    position: relative;
    padding: 10px;
    text-align: center;
}

.header .logo {
    webkit-mask-image: url(../img/logo.png);
    mask-image: url(../img/logo.png);
    width: 155px;
    height: 85px;
    /* margin: 0 auto 10px; */
    background-color: white;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: all .5s 
ease;
}

.header .top-header {
    position: relative;
    background: #25483c;
    color: white;
    padding: 10px 50px;
}

.header .top-header ul li {
    margin-right: 15px;
    font-size: 14px;
}

.header .top-header ul li i {
    margin-right: 5px;

}

.header .top-header ul.social {
    justify-content: right; 
}

.header .top-header ul.social li {

}

.header .top-header ul.social li a i {
    font-size: 18px;
}

.header .top-header {

}

.header.stuck .bottom-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #25483ceb;
}

.header .bottom-header {
    position: absolute;
    width: 100%;
    /*padding: 10px;*/
    border-bottom: 1px solid #ffffff1c;
    padding: 10px 50px;
    transition: all .5s ease;
}

.header .bottom-header .menu-hold {
    position: relative;
    height: 100%;
}

.header .bottom-header .menu-hold .menu {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .bottom-header .menu-hold .menu li {
    position: relative;
    margin-right: 10px;
    padding: 10px;
}

.header .bottom-header .menu-hold .menu li a {
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s ease;
    color: white;
}

.header .bottom-header .menu-hold .menu li a:hover {
    text-decoration: none;
    color: #8B0000;
}

.header .bottom-header a.full-btn {
    position: relative;
    height: 100%;
    background: #25483c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .5s ease;
}

.header .bottom-header a.full-btn:hover {
    background: white;
    color: #8B0000;
    text-decoration: none;
}

.header .bottom-header .phone-block {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: right;
    font-size: 20px;
    color: white;
}

.header .bottom-header .phone-block .ittle {
    font-size: 13px;
    line-height: 12px;
    text-transform: uppercase;
}

.header .bottom-header .phone-block i {
    font-size: 26px;
    margin-right: 10px;
    /*color: #8B0000;*/
}

/*Home*/

.hero-slider {
    position: relative;
}

.hero-slider .hero {
    position: relative;
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

/* Hero Section */
.hero-slider {
    position: relative;
}

.hero {
    background-size: cover;
    background-position: center;
    height: 70vh;
    position: relative;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 43%);
}

.hero .overlay {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 100%;
    max-width: 800px;
}

.hero .sub {
    position: relative;
}

/*.hero .sub .leftblock {
    position: relative;
    height: 30px;
    width: 20px;
    border: 1px solid white;
    border-right: none;
    border-bottom: none;
    display: inline-block;
}

.hero .sub .rightblock {
    position: relative;
    height: 30px;
    width: 20px;
    border: 1px solid white;
    border-left: none;
    border-bottom: none;
    display: inline-block;
}*/

.hero .hsub .text {
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 600;
    color: white;
    display: inline-block;
}

.hero .main {
    font-size: 72px;
    font-weight: bold;
    line-height: 65px;
    text-transform: uppercase;
    margin: 10px 0;
}

.hero .btn {
    display: inline-block;
    background: white;
    color: #8B0000;
    padding: 15px 50px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s;
}

.hero .btn:hover {
    /*transform: translateY(-2px);*/
}

.meat-section{
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.meat-section .container{
  position: relative;
  z-index: 2;
}

.meat-section__title{
  color:#fff;
  margin: 0 0 10px;
}
.meat-section__intro{
  color: rgba(000,000,000,0.88);
  /*max-width: 720px;*/
}

.meat-grid{ margin-top: 25px; }

.meat-card{
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  margin: 15px 0;
}
.meat-card__image{
  width:100%;
  padding-top: 62%;
  background-size: cover;
  background-position: center;
}
.meat-card__body{
  padding: 18px;
}
.meat-card__name{
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
}
.meat-card__origin{
  font-size: 13px;
  margin-bottom: 10px;
  opacity: 0.85;
}
.meat-card__origin-label{
  font-weight: 700;
}
.meat-card__desc{
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
}


/* Meat Types Section */
.meat-types {
    padding: 40px 0;
    /*background: #f9f9f9;*/
}

ul.meat {
    display: flex;
    justify-content: space-around;
    list-style: none;
    flex-wrap: wrap;
    gap: 30px;
    padding-left: 0;
}

ul.meat li {
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s;
    text-align: center;
}

ul.meat li:hover {
    transform: translateY(-10px);
}

ul.meat li:hover .outer .ihold {
    background-color: white;
}

/*ul.meat .ihold {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
*/
ul.meat .ihold i {
    font-size: 50px;
    font-style: normal;
}

ul.meat .outer {
    position: relative;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);

}

ul.meat li:hover .outer::before {
    height: 100%;
    width: 100%;
}

ul.meat .outer::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 0%;
    width: 0%;
    background: #25483c;
    transition: all .5s ease;
}

ul.meat .ihold {
  width: 60px;
  height: 60px;
  /*margin: 0 auto 10px;*/
  background-color: #25483c;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-repeat: no-repeat;
          mask-position: center;
          mask-size: contain;
    transition: all .5s ease;
}

/* Individual icons (using mask URLs) */
.ihold.beef {
  -webkit-mask-image: url('../img/beef.png');
          mask-image: url('../img/beef.png');
}

.ihold.veal {
  -webkit-mask-image: url('../img/veal.png');
          mask-image: url('../img/veal.png');
}

.ihold.pork {
  -webkit-mask-image: url('../img/pork.png');
          mask-image: url('../img/pork.png');
}

.ihold.turkey {
  -webkit-mask-image: url('../img/turkey.png');
          mask-image: url('../img/turkey.png');
}

.ihold.game {
  -webkit-mask-image: url('../img/game.png');
          mask-image: url('../img/game.png');
}

.ihold.mutton {
  -webkit-mask-image: url('../img/mutton.png');
          mask-image: url('../img/mutton.png');
}

.ihold.other {
  -webkit-mask-image: url('../img/deli.png');
          mask-image: url('../img/deli.png');
}

.ihold.poultry {
  -webkit-mask-image: url('../img/poultry.png');
          mask-image: url('../img/poultry.png');
}

.ihold.cons {
  -webkit-mask-image: url('../img/cons.png');
          mask-image: url('../img/cons.png');
}

ul.meat .title {
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
}

/* About Section */
.about {
    position: relative;
    padding: 120px 0;
    background: white;
    border-top: 1px solid #8585856b;
}
.about .img-wrap {
    position: relative;
    height: 100%;
}

.about .about-image::after {
    content: "";
    position: absolute;
    top: 50px;
    left: -50px;
    height: 100%;
    width: 100%;
    border: solid 3px #a13333;
    z-index: 0;
}

.about-image {
    position: relative;
    min-height: 400px;
    height: 100%;
    width: 100%;
    max-width: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    z-index: 1;
}

.about-image::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -150px;
    width: 200px;
    height: 100%;
    background-image: url(../img/meat.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

/*.about .sub {
    color: #8B0000;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 600;
}*/

.about .heading {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.3;
}

.about p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 16px;
}

.about ul.specs {
    list-style: none;
    margin-bottom: 40px;
    columns: 2;
    padding-left: 0;
}

.about ul.specs li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.about ul.specs i {
    color: #8B0000;
    margin-right: 15px;
    font-size: 20px;
    font-style: normal;
}

.about .btn {
    display: inline-block;
    background: #8B0000;
    color: white;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s;
}

/* Trust Section (Stats) */
.trust-section {
    position: relative;
    padding: 220px 0;
    color: white;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.trust-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1d1d;
    opacity: 0.8;
}

ul.trust {
    display: flex;
    justify-content: space-around;
    list-style: none;
    text-align: center;
    flex-wrap: wrap;
    gap: 10px;
}

ul.trust li {
    position: relative;
    /*flex: 1;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.trust li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #8585856b;
    border-radius: 50%;
    height: 350px;
    width: 350px;
}

ul.trust .tag {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 15px;
}

ul.trust span {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Why Section */
.why {
    padding: 100px 0;
    background: #faf8f5;
}

/*.why .sub {
    color: #8B0000;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 600;
}*/

.why .heading {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 60px;
}

.why-block {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.why-block .ihold {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.why-block .ihold i {
    color: #8B0000;
    font-size: 28px;
    font-style: normal;
}

.why-block .info .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.why-block .info p {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.why .image {
    height: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

@keyframes textScrolling {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}

.meat-slider-block {
    position: relative;
    padding: 60px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.meat-slider-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1d1d;
    opacity: 0.8;
}


.meat-slider-block .meat-slider {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    animation: textScrolling 25s linear infinite;
    animation-direction: reverse;
    will-change: transform;
    position: relative;
    white-space: nowrap;

}

.meat-slider-block .meat-slider .meat {
    position: relative;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin: 0 15px;
}

.meat-slider-block .meat-slider .meat::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #25483c;
}

.meat-slider-block .meat-slider .meat.two {
    /*-webkit-text-fill-color: transparent;*/
    /*-webkit-text-stroke-width: 1px;*/
    /*-webkit-text-stroke-color: var( #ffffff);*/

}


.paralax {
    position: relative;
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 9;
    color: white;
}

.paralax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1d1d;
    z-index: -1;
    opacity: 0.8;
}

.paralax img {
    position: relative;
    max-width: 200px;
    max-height: 200px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.sectors {
    position: relative;
    padding: 80px 0;
    border-bottom: 1px solid #8585856b;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.sectors::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1d1d;
    opacity: 0.8;
}

.sectors .sub,
.sectors .heading {
    color: white;
}

.sectors .sector {
    position: relative;
    padding: 60px 20px;
    background: white;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin: 20px;
    transition: all .5s ease;
    overflow: hidden;
}

.sectors .sector .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all .5s ease;
}

.sectors .sector .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 80px));
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    color: white;
    width: 80%;
}

.sectors .sector i {
    font-size: 35px;
    margin-bottom: 10px;
    color: #8B0000;
    transition: all .5s ease;
}

.sectors .sector:hover .text {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -20px);
}

.sectors .sector:hover .title,
.sectors .sector:hover i {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-80px);
}

.sectors .sector:hover {
    background: #25483c;
}

/* Testimonials */
.testimonials {
    padding: 100px 0;
    background: white;
}

.testimonials .sub {
    color: #8B0000;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 600;
}

.testimonials .heading {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 60px;
}

.testimonial-slider {
    max-width: 900px;
    margin: 0 auto;
}

.testimonial {
    background: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
}

.testimonial p {
    color: #666;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 30px;
    font-style: italic;
}

.testimonial .author {
    font-weight: bold;
    font-size: 16px;
}

.testimonial .quote {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 120px;
    color: #8B0000;
    opacity: 0.2;
    font-family: Georgia;
}

/* Team Section */
.team {
    padding: 100px 0;
    background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), #2d2d2d;
    color: white;
}

.team .sub {
    color: #8B0000;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 600;
}

.team .heading {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 60px;
}

.team-block {
    text-align: center;
    margin-bottom: 30px;
}

.team-block .image {
    height: 350px;
    background: #444;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 25px;
}

.team-block .name {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.team-block .role {
    color: #8B0000;
    font-size: 14px;
    letter-spacing: 1px;
}

/* News Section */
.news {
    padding: 100px 0;
    background: #f9f9f9;
}

.news .sub {
    color: #8B0000;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 600;
}

.news .heading {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 60px;
}

.news-block {
    display: block;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-decoration: none;
    color: #333;
    transition: transform 0.3s;
    margin-bottom: 30px;
}

.news-block:hover {
    transform: translateY(-10px);
    text-decoration: none;
}

.news-block .image {
    height: 250px;
    background: #ddd;
    background-size: cover;
    background-position: center;
}

.news-block .title {
    padding: 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.news-block span {
    padding: 0 25px 25px;
    display: block;
    color: #8B0000;
    font-weight: 600;
}

/*WOOCOMMERCE*/

/*Product View*/

.product-view {
    position: relative;
    padding: 120px 0;
    /*color: white;*/
    z-index: 99;
}

.product-view .title,
.product-view .product_title {
    font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
    /*font-style: italic;*/
    font-weight: 600;
    margin-bottom: 20px;
}

.product-view .sku {
    color: #939393;
}

.product-view .price {
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    font-style: italic;
    margin: 20px 0;
}

.product-view .price small {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}

.product-view .options {
    position: relative;
    margin-bottom: 40px;
    display: block;
}

.product-view .options .colours {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.product-view .options .colours li {
    margin: 10px;
}

.product-view .options .colours li .col-circle {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #939393;
}

.product-view .options .colours li .col-circle.selected {
}

.product-view .options .colours li .col-circle.selected::before {
    content: "\58";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #939393;
}

.product-view .options .size-ul {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}

.product-view .options .size-ul li {
    position: relative;
    width: 100%;
}

.product-view .options .size-ul li .size-block {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.product-view .options .size-ul li .size-block {
    margin: 10px 0;
    padding: 20px;
    background: #22222280;
}

.product-view .options .size-ul li .size-block .quant {
    display: flex;
}

.product-view .options .size-ul li .size-block .quant span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #939393;
    font-size: 10px;
}

.product-view .options .size-ul li .size-block .value {
    margin: 0 20px;
}

.product-view .cust-artwork {
    max-height: 100px;
    display: block;
    margin: 10px 5px;
    display: inline-block;
}

.product-view .checkbox-holder {
    position: relative;
    display: inline-block;
    margin: 10px;
}

.product-view .atc-block {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid #939393;
    padding-top: 20px;
}

.product-view .atc-block .total {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}

.product-view .atc-block .total .tprice {
    display: inline-block;
    font-weight: 600;
}

small.cust-info {
    display: block;
    font-style: italic;
    margin: 10px 0;
}

.single_variation_wrap .quantity {
    display: none !important;
}

.woocommerce-products-header {
    display: none;
}

.woocommerce-notices-wrapper .woocommerce-message {
    border-top-color: #37d66f;
    position: fixed;
    background: #111;
    bottom: 10px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    max-width: 100%;
    color: white;
   }

.woocommerce-notices-wrapper .woocommerce-message::before {
    color: #37d66f;
}

.woocommerce-notices-wrapper .woocommerce-message a {
    margin-left: 20px;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation {
    display: block;
    margin-right: 20px;
    background: #222;
    color: white;
    padding: 20px;
}

@media (max-width: 991px) {
    .woocommerce-MyAccount-navigation {
        display: block;
        float: unset;
        width: 100%;
    }
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 5px;
}

.wc-tabs {
    padding-left: 0;
    list-style: none;
    margin-top: 40px;
}

.wc-tabs li {
    position: relative;
    background: #25483c;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    /*font-style: italic;*/
    color: white;
}

.featured-cats {
    position: relative;
    padding: 80px 0;
    z-index: 9;
}

.featured-cats ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.featured-cats ul li {
    display: inline-block;
    width: calc(33% - 20px);
    margin: 10px;
}

.related.products ul li {
    display: inline-block;
    width: calc(33% - 20px);
    margin: 10px;
}

.featured-cats .cat-block {
    position: relative;
    height: 300px;
    width: 100%;
    transition: all .5s ease;
    overflow: hidden;
    display: block;
    color: #333;
    border-radius: 20px;
}

.featured-cats .cat-block .image {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    transition: .5s ease;
}

.featured-cats .cat-block:hover .image {
    transform: scale(1.2) rotate(-5deg);
}

.featured-cats .cat-block:hover .overlay .topa {
    padding: 10px 40px;
}

.featured-cats .cat-block:hover .overlay .title {
    padding: 10px 40px;
}

.featured-cats .cat-block .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
}

.featured-cats .cat-block .overlay .title {
    position: relative;
    padding: 10px 20px;
    background: white;
    text-transform: uppercase;
    font-weight: 700;
    /*font-style: italic;*/
    transition: all .5s ease;
}

.featured-cats .cat-block .overlay .topa {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background: #25483c;
    color: white;
    /*font-style: italic;*/
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transition: all .5s ease;
}

.featured-prods {
    position: relative;
    padding: 80px 0;
    z-index: 99;
}

ul.products {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.breadcrumb {
    border-radius: 0;
    background: #25483c;
    color: white;
}

/*ul.products li {
    width: calc(25% - 20px);
}*/

.prod-block {
    position: relative;
    display: block;
    /*margin: 15px 0;*/
    color: #333;
}

.prod-block:hover .image .hover-info {
    bottom: 0;
}

input.qty {
    margin-bottom: 20px;
}

.prod-block .image {
    position: relative;
    background: #222;
    text-align: center;
    overflow: hidden;
    height: 300px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.prod-block .image .hover-info {
    position: absolute;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    bottom: -50px;
    left: 0;
    width: 100%;
    transition: all .5s ease;
}

.prod-block .image .hover-info .atc {
    background: #c30000;
    color: #ffffff;
    padding: 10px;
    width: 50%;
    text-transform: uppercase;
}

.prod-block .image .hover-info .vp {
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
    background: black;
    color: white;
}

.prod-block img {
    max-height: 300px;
    margin: 0 auto;
}

.prod-block .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 10px 20px;
}

.prod-block .info .title {
    font-weight: 700;
    text-transform: uppercase;
    /*font-style: italic;*/
    font-size: 16px;
    margin-bottom: 0;
}

.prod-block .info .price {
    font-size: 22px;
    /*font-style: italic;*/
    margin: 0;
}

/* Footer */
footer {
    background: #1a1a1a;
    color: white;
    padding: 60px 0 20px;
}

footer ul.social {
    display: flex;
}

footer ul.social li {
    border-bottom: none;
}

footer ul.social li i {
    font-size: 35px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-about h3 {
    color: #8B0000;
    margin-bottom: 20px;
}

.footer-about p {
    color: #aaa;
    line-height: 1.8;
    margin-bottom: 20px;
}

.footer-links h4 {
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    color: #8B0000;
}

.footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery-item {
    width: 80px;
    height: 80px;
    background: #333;
    border-radius: 5px;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
    color: #666;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

@media (max-width: 768px) {
    .col-md-6, .col-md-4 {
        width: 100%;
    }
    .footer-content {
        grid-template-columns: 1fr;
    }
}

.testimonials-section {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 120px 0;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.wrench-icon {
    width: 40px;
    height: 40px;
    background-color: #a82c2c;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z'/%3E%3C/svg%3E") no-repeat center;
}

.section-label {
    color: #a82c2c;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-title {
    font-size: 48px;
    font-weight: 800;
    color: #2d2d2d;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 1.2;
}

.navigation {
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    gap: 10px;
}

.nav-btn {
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 20px;
    color: #666;
}

.nav-btn:hover {
    border-color: #a82c2c;
    color: #a82c2c;
}

.testimonials-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

.testimonial-text {
    color: #999;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.stars {
    display: flex;
    gap: 5px;
    margin-bottom: 30px;
}

.star {
    color: #a82c2c;
    font-size: 18px;
}

.author-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-details h4 {
    color: #a82c2c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.author-details p {
    color: #999;
    font-size: 14px;
}

.quote-icon {
    width: 50px;
    height: 50px;
    background-color: #a82c2c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

    .testimonials-container {
        grid-template-columns: 1fr;
    }

    .navigation {
        position: static;
        margin-bottom: 30px;
    }
}

/*Gallery*/

.gallery-hold {
        position: relative;
        padding: 40px 30px;
    }
    .gallery-items {
        margin: 12.5px;
    }
    .gallery-image {
        height: 450px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .details {
        position: relative;
        padding: 20px 10px;
    }
    .cat {
        font-weight: 300;
        font-size: 15px;
        opacity: .7;
    }
    .light {
        font-weight: 200;
    }
    .style-heading {
        position: relative;
        font-size: 26px;
        margin-bottom: 0;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
        opacity: .9;
        letter-spacing: 1px;
    }
    .style-heading::before {
        position: absolute;
        content: "";
        left: 50%;
        transform: translate(-50%);
        bottom: -2px;
        height: 3px;
        width: 20px;
        background: #525252;
    }
    .slick-arrow {
        background: transparent;
        color: #525252;
    }
    .slick-prev {
        left: -42px;
        font-size: 25px;
    }
    .slick-next {
        right: -40px !important;
        font-size: 25px;
    }
    .gallery-image {
      object-fit: contain;
      object-position: center;
    }
    .side-bar {
        position: absolute;
        padding: 40px 0;
        width: 15vw;
        right: 0;
        text-align: right;
        z-index: 1;
        transition: all .5s ease;
    }
    .gal-hold {
        width: 85vw;
    }
    .tab-wrap ul {
        font-size: 21px;
        margin-bottom: 20px;
        font-weight: 400;
        line-height: 40px;
        text-transform: uppercase;
    }
    .content_title {
     margin-bottom: 40px;
    }
     .content_title .title {
         color: white;
    }
     .content_title .title small {
         font-weight: 100;
    }
     .main {
         padding: 15px;
         margin: auto;
    }
     .main * {
         transition: all 0.4s;
    }
     .main .top_banner, .main .bottom_banner {
         text-align: center;
         color: white;
    }
     .main .main_content {
         column-gap: 20px;
         width: 100%;
    }
     .main .main_content .picture_wrapper {
         margin-bottom: 20px;
         position: relative;
         overflow: hidden;
         transition: all .3s ease;
    }
     .main .main_content .picture_wrapper img {
         height: 100%;
         width: 100%;
         object-fit: cover;
         box-shadow: 49px 42px 80px 24px rgba(67,58,122,0.06);
         position: relative;
         transition: all .5s ease;
         overflow: hidden;
    }
    }
    .main .main_content .picture_wrapper img:hover {
        box-shadow: 49px 42px 80px 24px rgba(67,58,122,0.15);
    }
     @media (min-width: 1200px) {
         .main_content {
             column-count: 3;
        }
    }
     @media (min-width: 768px) and (max-width: 1199px) {
         .main_content {
             column-count: 3;
        }
    }
     @media (min-width: 576px) and (max-width: 767px) {
         .main_content {
             column-count: 2;
        }
    }
     @media (max-width: 575px) {
         .main_content {
             column-count: 1;
        }
    }
    .box {
        overflow: hidden;
        display: none;
    }

    .selected {
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear; }

    .checklist_wrap .box{
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear; }

    .contextNav.onethird {
        background-color: transparent; }

    .tab-wrap li {
        cursor: pointer;
        position: relative;
        transition: all .5s ease;
        line-height: 20px;
        padding: 20px 30px;
    }

    .tab-wrap li.active, .tab-wrap li:hover {
        background: #f2ede4;
    }
    .magnifier {
        position: absolute;
        bottom: -70px;
        font-size: 40px;
        z-index: 99;
        right: 15px;
        text-align: center;
        width: 48px;
        transition: all .5s ease;
        padding: 3px;
        color: #fff;
    }
    .main .main_content .picture_wrapper:hover .magnifier {
        bottom: 0;
    }
    .btn-large {
        position: absolute;
        right: 0;
        bottom: 45px;
        width: 100%;
        cursor: pointer;
        transition: all .5s ease;
        line-height: 20px;
        padding: 20px 30px;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 400;
        color: white !important;
        text-decoration: none !important;
    }
    .btn-large:hover {
        background: #0d0d0d;
    }
    .side-button {
        width: fit-content;
        left: -43px;
        position: absolute;
        background: black;
        z-index: 9999;
        font-size: 26px;
        padding: 4px 9px;
        border-radius: 5px 0 0 5px;
        top: 45%;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        transition: all .5s ease;
    }
    .side-button.closer {
        width: fit-content;
        left: 25px;
        position: absolute;
        z-index: 9999;
        font-size: 30px;
        top: 42px;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease;
        transform: unset;
        border-radius: unset;
        padding: unset;
        background: unset;
    }
    @media(max-width: 1800px) {
        .side-bar {
          width: 20vw;
        }
        .gal-hold {
          width: 80vw;
        }
    }
    @media(max-width: 1500px) {
        .side-bar {
          width: 25vw;
        }
        .gal-hold {
          width: 75vw;
        }
    }
    @media(max-width: 991px) {
        .gal-hold {
          width: 100vw;
        }
        .side-bar {
            position: fixed;
            width: 100%;
            max-width: 220px;
            z-index: 9;
            right: -220px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 20px 0 0 20px;
        }
        .side-bar.active {
            right: 0;
        }
        .side-bar, .side-button {
          background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
        }
        .side-button {
            opacity: 1;
            visibility: visible;
        }

        .tab-wrap ul {
          font-size: 19px;
        }
    }

    @media(max-width: 345px) {
        .side-bar.active .side-button {
            opacity: 0;
            visibility: hidden;
        }
        .side-bar.active .side-button.closer {
            opacity: 1;
            visibility: visible;
        }
    }



/*Defaults*/

.btn {
    position: relative;
    padding: 15px 30px;
    border-radius: 5px;
    background: #0C3F2F;
    color: white;
    text-transform: uppercase;
    transition: all .5s ease;
    z-index: 9;
    overflow: hidden;
    font-size: 14px;
    border: 0;
    /*font-style: italic;*/
}

.btn::before {
    content:"";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: all .5s ease;
    background: black;
    z-index: -1;
}

.btn:hover::before {
    left: 0;
}

.btn:hover {
    color: white;
    text-decoration: none;
}

.btn.gold {
    background: #b29266;
}

.form-group {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    margin: 0 3px;
}
.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    padding-left: 50px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    height: 50px;
}
.form-group select {
    font-style: italic;
    color: #aaa;
}
.form-group input::placeholder,
.form-group select option {
    font-style: italic;
    color: #aaa;
}
.form-group select option {
    padding-left: unset;
}

.form-group .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #aaa;
}

.sub {
    color: #25483c;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.heading {
    font-size: 55px;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.3;
}

/*Footer*/

/*Footer*/

.footer {
    position: relative;
    background: #25483c;
    color: white;
}

.footer .main-footer {
    position: relative;
}

.footer .footer-heading {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    display: inline-block;
}

.footer .footer-heading::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 80%;
    height: 2px;
    background: white;
}

.footer p {
    color: white;
    font-size: 12px;
}

.footer ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer ul li {
    /*margin: 10px 0;*/
    border-bottom: 1px solid #e5f0ec47;
    padding: 10px;
}

.footer ul li:last-child {
    border: none;
}

.footer ul li a:hover {
    text-decoration: none;
}

.footer .copyright {
    border-top: 1px solid #e5f0ec47;
    margin-top: 20px;
    padding: 20px 0;
    font-size: 12px;
}


/*Woocommerce*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);

}



/*Responsive*/

@media only screen and (min-width : 1200px) {
    .menu-toggle {
        display: none;
    }

    .dropdown-toggle {
        display: none;
    }
}

@media only screen and (max-width : 1200px) {
    body {
        overflow-x: hidden;
    }

    body.active {
        overflow-y: hidden;
    }

    ul {
        padding-left: 0;
    }

    .header .logo img {
        position: relative;
        z-index: 999;
        max-height: 70px;
        max-width: 100%;
        height: auto;
    }

    .header ul li::before {
        display: none;
    }

    .menu-toggle {
        position: absolute;
        width: 40px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        appearance: none;
        border: 0;
        background: none;
        overflow: visible;
        z-index: 999999;
        text-decoration: none;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: white;   
    }

    .menu-toggle span:nth-of-type(1) {
      transition: all 0.3s 0.3s, transform 0.3s 0s;
    }

    .menu-toggle span:nth-of-type(2) {
      top: 50%;
      margin-top: -1px;
      left: 0;
      transition: all 0.3s 0.3s;
    }

    .menu-toggle span:nth-of-type(3) {
      bottom: 0;
      top: auto;
      left: 0;
      transition: all 0.3s 0.3s, transform 0.3s 0s;      
    }

    .menu-toggle.active {
        transform: translateY(-50%), rotate(135deg);
        transition: all 0.5s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(1) {
      top: 50%;
      margin-top: -1px;
      transform: rotate(90deg);
      transition: all 0.3s, transform 0.3s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(2) {
      opacity: 0;
      transition: all 0.3s, opacity 0.3s 0s;      
    }

    .menu-toggle.active span:nth-of-type(3) {
      bottom: 50%;
      margin-bottom: -1px;
      transform: rotate(0deg);
      transition: all 0.3s, transform 0.3s 0.3s;      
    }

    .header .call-block {
        display: none;
    }
    .header .bottom-header {
        padding: 10px;
    }

    .header .bottom-header ul.menu {
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 99999;
        display: none;
        left: 0;
        top: 0;
        background: #111;
        text-align: center;
        padding-top: 100px;
        overflow-y: scroll;
        margin-left: 0;
        padding-left: 0;
    }

    .header .bottom-header ul.menu li {
        display: block !important;
        position: relative;
        float: none;
        height: unset;
        padding: 0;
    }

    .header .bottom-header ul.menu li a {
        padding: 22px;
        text-decoration: none;
        font-size: 22px;
        display: block;
        transition: 0.3s;
        border-left: none;
        width: 75%;
        margin: 0 auto;
        color: white;
        background: transparent;
        border: none;
    }

    .bottom-header ul li ul.dropdown {
        position: relative !important;
        left: 50%;
        top: 0;
        margin-left: 0;
        transition: all 0.4s ease;
        display: block !important;
        opacity: 0;
/*        background: white;*/
        text-align: center;
        height: auto;
        visibility: hidden;
        margin: 0;
        padding: 0;
        box-shadow: none;
        z-index: 9;
        transform: translate(-50%);
    }

    ul.double {
      columns: unset;
      -webkit-columns: unset;
      -moz-columns: unset;
    }

    .footer {
/*        text-align: center;*/
    }

    .col-md-3.hours {
        text-align: left;
    }

    .social {
        right: unset;
    }

    .footer ul.pages li {
        display: block;
        width: 100%;
    }

    .footer ul.pages li::before {
        display: none;
    }

    .footer .social {
        margin-bottom: 20px;
    }

    .footer .footer-heading {
        margin-top: 20px;
    }

    body {
        text-align: center;
    }
    
}

@media (max-width: 991px) {

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .text-left, .text-right {
        text-align: center !important;
    }
}

@media (max-width: 400px) {

}
