/*
  1. Use a more-intuitive box-sizing model.
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
  background: #f8f6f0;
}
.big_bg
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

p,
ul,
a {
  font-weight: 800;
  font-family: "Josefin Slab", serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#app_header {
  padding: 0px 0 10px 0;
  box-shadow: 0px 12px 10px rgba(29, 29, 29, 0.09);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9;
}
#app_header #top_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5rem;
  background: #f8f8f8;
}
#app_header #top_header .top_links ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app_header #top_header .top_links ul li {
  display: flex;
  margin: 0 10px;
}
#app_header #top_header .top_links ul li a {
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.8rem;
  text-decoration: none;
  position: relative;
  display: flex;
}
#app_header #top_header .top_links ul li a span {
  margin-right: 10px;
}
#app_header #top_header .top_links ul li a span svg {
  width: 17px;
  height: 17px;
}
#app_header .container .head_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
}
#app_header .container .head_wrapper .left,
#app_header .container .head_wrapper .right {
  margin: 0 1rem;
}
#app_header .container .head_wrapper .left ul,
#app_header .container .head_wrapper .right ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app_header .container .head_wrapper .left ul li,
#app_header .container .head_wrapper .right ul li {
  display: flex;
  margin: 0 1.5rem;
}
#app_header .container .head_wrapper .left ul li a,
#app_header .container .head_wrapper .right ul li a {
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-decoration: none;
  position: relative;
  padding-top: 1rem;
}
#app_header .container .head_wrapper .left ul li a::after,
#app_header .container .head_wrapper .right ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  background: #000;
  border-radius: 10px;
  transition: all 0.4s;
  width: 0;
}
#app_header .container .head_wrapper .left ul li a:hover::after,
#app_header .container .head_wrapper .right ul li a:hover::after {
  width: 100%;
}
#app_header .container .head_wrapper .mid {
  margin: 0 10px;
}
#app_header .container .head_wrapper .mid .logo a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.8rem;
}
#app_header .container .head_wrapper .mid .logo a img {
  width: 200px;
}

#hero {
  height: 650px;
  overflow: hidden;
}
#hero video{
    height: 650px;
    object-fit: cover;
    width: 100%;
}
#hero .owl-nav {
  display: none;
}
#hero .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
#hero .owl-dots .active {
  position: relative;
}
#hero .owl-dots .active::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -3%;
  left: 3%;
  transition: all 0.4s;
}
#hero .owl-dots .active span {
  background: #fff !important;
}

.section__heading {
  margin-bottom: 2rem;
  width: 100%;
}
.section__heading h3 {
  text-align: center;
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 3rem;
}

.common_section {
  padding: 3rem;
}

.grid_sec .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grid_sec .container-fluid .left,
.grid_sec .container-fluid .right {
  width: 48%;
}
.grid_sec .container-fluid .left img,
.grid_sec .container-fluid .right img {
  width: 100%;
}

.about_main {
  padding: 3rem 5rem;
}
.about_main .left h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.about_main .left p {
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
}
.about_main .right {
  border: 1px solid #384441;
  padding: 10px;
  height: auto;
}

.about_small_desc .left img {
  width: 70% !important;
  display: block;
  margin: auto;
}
.about_small_desc .left h2 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 1px;
  width: 80%;
  margin: 2rem auto;
  font-family: "Josefin Slab", serif;
  font-weight: 600;
  line-height: 35px;
}

.product_gird_sliders {
  display: flex;
  flex-wrap: wrap;
}
.product_gird_sliders .owl-dots {
  display: none;
}
.product_gird_sliders .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_gird_sliders .owl-nav button {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #eee !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.product_gird_sliders .owl-nav button img {
  width: 20px !important;
}
.product_gird_sliders .item {
    width: 23%;
    margin-right: 1rem;
}

.prod_sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 2rem 0;
}
.prod_sec:hover .pro_img a img:nth-child(1) {
  opacity: 0;
}
.prod_sec:hover .pro_img a img:nth-child(2) {
  opacity: 1;
}
.prod_sec .pro_img {
  display: flex;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.prod_sec .pro_img:hover .quick_sec {
  transform: translateY(0);
}
.prod_sec .pro_img a {
  display: flex;
}
.prod_sec .pro_img a img {
  width: 100%;
  transition: all 0.4s;
}
.prod_sec .pro_img a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.prod_sec .pro_content {
  margin-top: 1rem;
}
.prod_sec .pro_content a {
  text-decoration: none;
}
.prod_sec .pro_content a h3 {
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5rem;
}
.prod_sec .pro_content a p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  opacity: 0.6;
}

.quick_sec {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  left: 0;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  transition: all 0.4s;
  transform: translateY(100%);
}
.common_button {
  display: flex;
  padding: 10px 40px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #000;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 800;
  transition: all 0.4s;
  justify-content: center;
  align-items: center;
}
.common_button:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.shop_now {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.three_grid_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.three_grid_wrapper .three_grid_sec {
  width: 32%;
  position: relative;
  overflow: hidden;
}
.three_grid_wrapper .three_grid_sec:hover img {
  transform: scale(1.1);
}
.three_grid_wrapper .three_grid_sec img {
  width: 100%;
  transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.three_grid_wrapper .three_grid_sec .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}
.three_grid_wrapper .three_grid_sec .content h4 {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#two_sec .three_grid_wrapper .three_grid_sec {
  width: 48%;
}

.big_bg {
  background: url("https://ricardobensi.com/assets/img/recard.jpeg");
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  flex-direction: column;
  z-index: 1;
}
.big_bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: -1;
}
.big_bg .section__heading {
  margin-bottom: 1rem;
}
.big_bg .section__heading h3 {
  color: #fff;
  font-size: 1.3rem;
  margin: 1rem auto;
  width: 65%;
}

#fotter .fotter_top {
  background: #f8f6f0;
}
#fotter .fotter_top ul {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
}
#fotter .fotter_top ul li {
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 27%;
  min-height: 101px;
  background: #fff;
}
#fotter .fotter_top ul li .img_sec {
  margin-top: 15px;
  width: 50px;
  height: 50px;
  background: #1f1a17;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  padding: 8px;
}
#fotter .fotter_top ul li .img_sec svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
}
#fotter .fotter_top ul li .img_content h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 1rem auto;
  width: 80%;
  line-height: 30px;
}
#fotter .fotter_top ul li .img_content p {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 10px 0;
}

#fotter_bottom {
  background: #fff;
  padding: 3rem;
}
#fotter_bottom .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#fotter_bottom .container-fluid .fotter_link {
  width: 23%;
}
#fotter_bottom .container-fluid .fotter_link h3 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#fotter_bottom .container-fluid .fotter_link p {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
  margin: 10px 0;
  opacity: 0.6;
  text-decoration: none;
}
#fotter_bottom .container-fluid .fotter_link ul {
  padding: 0;
  margin: 0;
}
#fotter_bottom .container-fluid .fotter_link ul li {
  display: block;
}
#fotter_bottom .container-fluid .fotter_link ul li a {
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    opacity: 0.8;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 14px 0;
}
#fotter_bottom .container-fluid .fotter_link ul li a svg{
    width: 16px;
    height: 16px;
    margin-right: 7px;
    opacity: .8;
}
#fotter_bottom .container-fluid .fotter_link form .input_grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
#fotter_bottom .container-fluid .fotter_link form .input_grid input {
  width: 70%;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  height: 40px;
}
#fotter_bottom .container-fluid .fotter_link form .input_grid button {
  width: 30%;
  display: flex;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #000;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 800;
  transition: all 0.4s;
  justify-content: center;
  align-items: center;
  height: 40px;
}

#copy_right {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
#copy_right p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

#mobile_menu,
#menu_bar {
  display: none;
}

.why_sec p {
  text-align: left;
  margin: 1rem auto 0 auto;
  width: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
}
.why_sec{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.why_sec .left{

}
.why_sec .right{

}

#shop_grid {
  display: flex;
  padding: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
}
#shop_grid .shop_images {
  width: 50%;
  min-height: 400px;
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
#shop_grid .shop_images .owl-nav,
#shop_grid .shop_images .owl-dots {
  display: none;
}
#shop_grid .shop_detail {
  width: 45%;
  min-height: 800px;
  padding: 0 3rem;
}
#shop_grid .shop_detail h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}
#shop_grid .shop_detail h5 {
  margin: 1rem 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Josefin Slab", serif;
}
#shop_grid .shop_detail p {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 27px;
}
#shop_grid .shop_detail ul {
  margin: 0;
}
#shop_grid .shop_detail ul li {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 27px;
  margin: 14px 0;
}
#shop_grid .shop_detail a {
  margin: 2rem 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#shop_grid .img_listings {
  display: flex;
  flex-direction: column;
  width: 13%;
}
#shop_grid .img_listings a {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
#shop_grid .img_listings a img {
  width: 100% !important;
}
#shop_grid .img_view {
  overflow: hidden;
  width: 85%;
}
#shop_grid .img_view img {
  cursor: zoom-in;
}

.selectedImg {
  border: 2px solid #000;
  padding: 2px;
}

#img_prv {
  position: fixed;
  width: 400px;
  height: 400%;
  top: 0;
  left: 0;
  background: #fff;
  padding: 20px;
  overflow-y: scroll;
  display: none;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
#img_prv img {
  width: 100%;
  height: 1500px;
}
#img_prv button {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
}

.activeImg {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
  height: 100% !important;
}

.modal-title {
  font-family: "Josefin Slab", serif;
  font-weight: 900;
}

#common_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#common_form .app_input {
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: 47%;
}
#common_form .app_input input {
  width: 100%;
  height: 40px;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 5px;
}
#common_form .app_input input:focus {
  outline: none;
}
#common_form .app_input label {
  font-family: "Josefin Slab", serif;
  font-weight: 900;
}
#common_form .app_input textarea {
  width: 100%;
  padding: 5px;
  height: 140px;
  border-radius: 0;
  border: 1px solid #ccc;
}
#common_form .full_width {
  width: 100%;
}

#breadcumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  background: #fff;
  font-weight: 700;
  flex-direction: column;
}
#breadcumb h4 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
#breadcumb p {
  width: 47%;
  margin: 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
}

#faq {
  padding: 3rem 0;
}
#faq ul {
  padding: 0;
  margin: 0;
}
#faq ul li {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
#faq ul li .heading {
  font-family: "Poppins", sans-serif;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.1rem;
  position: relative;
  cursor: pointer;
}
#faq ul li .heading::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: #000;
  right: 9px;
  top: 18px;
}
#faq ul li .heading::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: #000;
  right: 9px;
  top: 18px;
  transform: rotate(90deg);
}
#faq ul li .answer {
  background: #fff;
  padding: 10px;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 1;
  display: none;
}

.activeFaq .heading::after {
  content: "";
  transform: rotate(-145deg) !important;
}
.activeFaq .heading::before {
  content: "";
  transform: rotate(145deg) !important;
}
.activeFaq .answer {
  display: block !important;
}

#shop_main_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
}
#shop_main_grid .item {
  width: 22%;
  margin: 1rem;
}

#filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 3rem 3rem 0 3rem;
}
#filter .right {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
#filter .right label {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 10px;
}
#filter .right select {
  width: 200px;
  height: 36px;
  border: none;
  background: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px;
}
#filter .right select:focus {
  outline: none;
}

#contact_form {
  padding: 3rem;
}
#contact_form #common_form {
  background: #fff;
  width: 80%;
  margin: auto !important;
  padding: 20px;
}

.call_to_action {
  width: 80%;
  margin: 1rem auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.call_to_action .contact_link {
  padding: 2rem;
  width: 50%;
}
.call_to_action .contact_link h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
.call_to_action .contact_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  padding: 10px;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 1rem;
}
.call_to_action .contact_link:nth-child(2) {
  border-left: 1px solid #eee;
}

.video_frame {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.video_frame video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

#story {
  height: 600px !important;
  background: url("https://demos.codexworld.com/cookie-consent-popup-with-javascript/images/cookie-icon.svg");
  background-size: cover;
  background-position: center;
  position: relative;
}
#story video{
    position: absolute;
    /*background: red;*/
    width: 100%;
    height: 100%;
    object-fit: fill;
}
#story .story_content {
  position: absolute;
  background: #fff;
  width: 27%;
  padding: 2rem;
  right: 5%;
  top: 10%;
  z-index: 1;
}
#story .story_content a {
  width: 53%;
  background: #000;
  color: #fff;
}
#story .story_content::after {
  content: "";
  position: absolute;
  width: 97%;
  height: 97%;
  border: 4px solid #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}/*# sourceMappingURL=style.css.map */
.video_icon{
  position: relative;
  overflow: hidden;
}
.video_icon::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
}
#icon{
  position: absolute;
    z-index: 11;
    width: 30px;
    height: 30px;
    background: #2196f3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 8px;
}
.item video{
  width: 100%;
  height: 600px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
}
#cookieNotice.light {
    background-color: #fff;
    color: #393d4d;
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #000;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 10px;
    right: 10px;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url('https://demos.codexworld.com/cookie-consent-popup-with-javascript/images/cookie-icon.svg') 0 0 / 40px 40px no-repeat;
    padding-left: 45px;
    height: 40px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice p, #cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0,-1px,0);
}
.btn-primary{
    color:#ffffff;
    background:#115cfa;
    border: 1px solid #115cfa;
}
#panorama-360-view{
    position: relative;
    width: 100%;
    height: 700px;
}
#p_sec{
        display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#p_sec .product_gird_sliders{
   display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#p_sec .right{
    width: 30%;
    height: 1176px;
    background-size: cover !important;
    background-position: bottom center !important;
}
