@charset "utf-8";
/* CSS Document */


@font-face {
 font-family: "myfont";
  src: url('../fonts/Cinzel-VariableFont_wght.ttf');
}
@media only screen and (max-width: 767px) {
    .product-details__right {
        margin-top: 63px !important;
    }
}
img{
    width:100%;
}

* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


ol, ul {
	padding-left: 0px;
    /* padding-left: 2rem; */
}
li{
	list-style: none;
}

p{
	padding: 0px;
	margin: 0px;
}

p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 0px;
}

p:last-child {
    margin-bottom: 0;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
	color: #1D1D1D;
}

a:hover{
  text-decoration:none;
  outline:none;
	color: #CF9F53 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'myfont';
    color: #CF9F53 !important;
    line-height: 1.2;
}
body {
    margin: 0;
    font-size: 16px;
    line-height: 27px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
	color: #1D1D1D;
	background: #FFFFFF;
}

.logo img {
    max-height: 70px;
    margin-right: 8px;
	 width: 156px;
}

.bg-body-tertiary {
    background-color: #fbfbfb !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
     padding: 15px;
		  transition: all 0.3s linear;
    text-transform: capitalize;
		font-weight: 600;
		font-size: 16px;
		margin: 0;
		position: relative;
		color: #1D1D1D !important;
		align-items: center;
        justify-content: space-between;
		  white-space: nowrap;
		
}
}


@media (min-width: 992px) {
    .navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link {
        color: #CF9F53!important;
    }
}


 .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid #eee;
  }
	
	.navbar .nav-item .dropdown-menu {

        transition: .3s;
        margin-top: 8px;
        padding: 0px;
        border: none;
        border-radius: 0px;
        width: 250px;
        box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    }
	
	  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    color: #CF9F53;
    position: relative;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
  }
	
	.navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
	.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: #CF9F53;
    color: #fff!important;
    padding-left: 20px;
  }


/*--------------------------------------------------------------
# Blog Hero Section
--------------------------------------------------------------*/


.hero h1 {
    font-size: 4em;
    color: #CF9F53;
	font-weight: 600;
}

@media screen and (min-width: 850px) {
    .carousel-caption {
        top: 50%;
        transform: translateY(-50%) !important;
    }
}
.carousel-caption {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    width: 100%;
    right: 0;
    left: 0;
}


.blog-hero {
  padding: 0;
}

.blog-hero {
  position: relative;
  overflow: hidden;
}

.hero p {
    color: #1D1D1D;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 0 1em;
	font-size: 1.5em;
	font-weight: 400;
}


.home-popular-collections
 {
	 padding-top: 100px;
	 padding-bottom: 100px;
 }
.h1 {
    font-size: 28px;
	 font-weight: 600;
	text-transform: uppercase;
	
	 text-align: center;
} 

.home_collections_item{
	margin-top: 67px;
	
}
.home_collections_item_inner {
    position: relative;
}

.collection-details {
    position: relative;
    background-color: #f7f7f7;
}


.home_collections_item_inner .hover-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.col-name {
    font-weight: 500;
    color: #202020;
    display: block;
    width: 100%;
    text-align: center;
}

.home_collections_item h4.col-name a {
    font-size: 20px;
    color: #454545;
    font-weight: 500;
	margin: 0 !important;
}






.thm-btn {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 55px;
    font-weight: 600;
    background: #CF9F53;
    border-radius: 5px;
    padding: 0px 35px 0px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}

.thm-btn:hover {
  color: #fff !important;
}

.thm-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  top: 1px;
  margin-left: 5px;
}

.hover-btn {
  background-color: #965206;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 5px 0px 0px 5px;
}

.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 5px 5px 0;
}

.thm-btn:hover .hover-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-newproduct {
    background-color: #f7f7f7;
    padding: 100px 0
}

.element {
     vertical-align: top;
    padding: 0 10px 30px !important;
	margin-top: 50px;
}
.home-newproduct .box:hover {
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px #0000001a;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
}
.home-newproduct .box {
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
    box-shadow: 0 0 #0000001a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	background: #FFFFFF;
	  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}


.box-image a img {
	
transition: all ease-in-out 0.4s;
  width: 100%;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition:  all ease-in-out 0.4s;
    -o-transition:  all ease-in-out 0.4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
	
}

.box:hover .box-image a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	overflow: hidden;
	   border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}

.box-image {
    border-bottom: 1px solid #e5e5e5;
}

.box-footer a{
   text-align: center;
    display: inline-block;
       padding: 10px 0;
}

.cta-area {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 90px;
    padding-bottom: 90px;
    z-index: 1;
}



.cta-content {
    text-align: center;
}

.cta-content h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-content p {
    color: #fff;
    margin-bottom: 30px;
}

.footer-area {
    background: #000000;
    position: relative;
    z-index: 1;
}

.footer-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .05;
    z-index: -1;
}

.footer-widget {
    position: relative;
    z-index: 1;
}

.footer-widget-box {
    margin-bottom: 20px;
}
.footer-logo img {
    width: 220px;
    margin-bottom: 25px;
}

.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px;
}

.footer-contact li {
    position: relative;
    display: flex
;
    justify-content: start;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-contact li a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 10px 10px 10px 0;
    background: #CF9F53;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}

.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}

.footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    z-index: 1;
    font-weight:400;
}
.footer-widget-title::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
    z-index: -1;
}
ol, ul {
    padding: 0px;
}
.footer-widget-title::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #CF9F53;
    bottom: 0;
    left: 18px;
    z-index: -1;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

li {
    list-style: none;
}

.footer-list li a {
    color: #fff;
    transition: all .5s ease-in-out;
}

.footer-list li a i {
    margin-right: 5px;
    color: #CF9F53;
}

.footer-contact .content h6 {
    color: #fff;
    margin-bottom: 5px;
}

.copyright {
    padding: 20px 0;
    border-top: 1px solid #fff;
}

.copyright .copyright-text {
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    color: #CF9F53;
    transition: all .5s ease-in-out;
}

.footer-social li a i:hover {
  background: #CF9F53;
  color: #fff;
}

@-webkit-keyframes pulse{
  0%{
    -webkit-transform: scale(0.9);
  }
  50%{
    -webkit-transform: scale(1.1);
  }
  100%{ 
    -webkit-transform: scale(0.9);
  }
}
.mypage-alo-phone {
    position: fixed;
   left: 0px;
    bottom:0px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}




.mypage-alo-ph-img-circle {
        width: 30px;
        height: 30px;
        top: 43px;
        left: 43px;
        position: absolute;
        background:  url(https://i.imgur.com/J9AXAq7.png) no-repeat center center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #0eef87;
        background-size: 70%;
      -webkit-animation: pulse 01s infinite;
}
.mypage-alo-ph-circle-fill {
  
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #01c369;
    opacity: .75 !important;
    -webkit-animation: pulse 1s infinite;
}
.mypage-alo-ph-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color:#ffb56b;
    opacity: .5;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 999;
}
.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #CF9F53;
    color: #fff;
    transition: all 0.4s;
}

.navbar.fixed-top {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
}

header{
	height:74px;
}
.breadcrumbs {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: url(../images/product-banner.webp);
    background-color: rgba(17, 24, 30, 0.01);
    background-position: left center;
    background-attachment: scroll;
}

.breadcrumbs .breadcrumbs-inner {
    padding: 80px 0;
}

.breadcrumbs .breadcrumbs-inner .page-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 5px;
}

.breadcrumbs .breadcrumbs-inner ul {
    padding: 0;
}

.breadcrumbs .breadcrumbs-inner ul li {
    color: #606060;
    display: inline-block;
}

.breadcrumbs .breadcrumbs-inner ul li a {
    position: relative;
    padding-right: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #cf9f53;
}

.breadcrumbs .breadcrumbs-inner ul li a:before {
    background-color: #606060;
    content: "";
    height: 15px;
    width: 1px;
    position: absolute;
    right: 9px;
    top: 2px;
    transform: rotate(26deg);
}
.white{
	background: #FFFFFF;
}

.blog-one--blog {
    position: relative;
    display: block;
    padding-bottom: 120px;
}
.blog-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 130px;
    z-index: 1;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-one__single-img::before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}
.blog-one__single:hover .blog-one__single-img::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.blog-one__single-img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.blog-one__single-content {
    position: relative;
    display: block;
    padding-top: 20px;
    margin-top: -60px;
    margin-right: 15px;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .blog-one__single-content .date-box {
        width: 70px;
    }
}
.blog-one__single-content .date-box {
    position: absolute;
    top: 0;
    right: 15px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #cf9f53;
    z-index: 5;
}

.blog-one__single-content .date-box::before {
    position: absolute;
    top: 0px;
    right: -15px;
    width: 15px;
    border-bottom: 20px solid #000000;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .blog-one__single-content .date-box h2 {
        font-size: 22px;
        line-height: 32px;
    }
}
.blog-one__single-content .date-box h2 {
    color: #FFFFFF !important;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .blog-one__single-content .date-box p {
        font-size: 14px;
        line-height: 18px;
    }
}
.blog-one__single-content .date-box p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-one__single-content-inner {
    position: relative;
    display: block;
    background: #FFFFFF;
    padding: 18px 35px 42px;
    z-index: 2;
    box-shadow: 0 0 49px rgba(0, 0, 0, 0.07);
}

.blog-one__single-content-inner .meta-box {
    position: relative;
    display: flex
;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 34px;
}

.blog-one__single-content-inner .meta-box::before {
    position: absolute;
    left: -35px;
    bottom: 0;
    right: -35px;
    height: 2px;
    background: rgba(229, 229, 229, 0.45);
    content: "";
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .blog-one__single-content-inner .meta-box li {
        margin-right: 15px;
    }
}
.blog-one__single-content-inner .meta-box li {
    position: relative;
    display: flex
;
    align-items: center;
    margin-right: 40px;
}

.blog-one__single-content-inner .meta-box li .icon {
    position: relative;
    display: block;
}

.blog-one__single-content-inner .meta-box li .icon span {
    position: relative;
    display: inline-block;
}

.blog-one__single-content-inner .meta-box li .icon span::before {
    position: relative;
    display: inline-block;
    color: #cf9f53;
    font-size: 15px;
    line-height: 15px;
    top: 1px;
}

.blog-one__single-content-inner .meta-box li .text-box {
    position: relative;
    display: block;
    margin-left: 10px;
}

.blog-one__single-content-inner .meta-box li .text-box p {
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
}
.blog-one__single-content-inner p {
    margin: 0;
}

.blog-one__single-content-inner .meta-box li:last-child {
    margin-right: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .blog-one__single-content-inner .meta-box li {
        margin-right: 15px;
    }
}
.blog-one__single-content-inner .meta-box li {
    position: relative;
    display: flexs;
    align-items: center;
    margin-right: 40px;
}

.blog-one__single-content-inner .meta-box::after {
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    bottom: 0px;
    background: #cf9f53;
    content: "";
    z-index: 5;
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .blog-one--blog .blog-one__single-content-inner h2 {
        font-size: 20px;
        line-height: 32px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .blog-one__single-content-inner h2 {
        font-size: 22px;
        line-height: 32px;
    }
}
.blog-one__single-content-inner h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 19px;
}

.blog-one__single-content-inner .btn-box {
    position: relative;
    display: block;
    margin-top: 27px;
}

.blog-one__single-content-inner .btn-box a {
    color: #000000;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-one__single-content-inner .btn-box a span:before {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    margin-left: 2px;
    font-weight: 700;
}

.blog-one__single:hover .blog-one__single-img img {
    transform: scale(1);
}

.contact-page-info {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    z-index: 1;
}

.contact-page-info__single {
    position: relative;
    display: block;
    overflow: hidden;
    background: #FFFFFF;
    border: 3px solid rgba(145, 97, 3, 0.1);
    padding: 0px 30px 37px;
    margin-bottom: 30px;
}

.contact-page-info__single-icon {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 80px;
    background: rgba(145, 97, 3, 0.1);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin: 0 auto 23px;
    z-index: 1;
}

.contact-page-info__single-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #CF9F53;
    transition-delay: 0.5s;
    transition: .5s;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-70deg) scale(0.0);
    -ms-transform: perspective(400px) rotateX(-70deg) scale(0.0);
    transform: perspective(400px) rotateX(-70deg) scale(0.0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: -1;
}

.contact-page-info__single-icon span {
    position: relative;
    display: block;
    line-height: 0px;
}

.contact-page-info__single-icon span::before {
    position: relative;
    display: inline-block;
    color: #CF9F53;
    font-size: 40px;
    line-height: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-page-info__single-text {
    position: relative;
    display: block;
}

.contact-page-info__single-text h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.contact-page-info__single-text p {
    margin: 0;
}

.contact-page-info__single-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #CF9F53;
    transition-delay: 0.5s;
    transition: .5s;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-70deg) scale(0.0);
    -ms-transform: perspective(400px) rotateX(-70deg) scale(0.0);
    transform: perspective(400px) rotateX(-70deg) scale(0.0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: -1;
}

.contact-page-info__single:hover .contact-page-info__single-icon:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}

.contact-page-info__single:hover .contact-page-info__single-icon span::before {
    color: #FFFFFF;
}

.contact-page {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
    z-index: 1;
}

.contact-page__google-map {
    position: relative;
    display: block;
    margin-right: 40px;
}

.contact-page__google-map-one {
    position: relative;
    display: block;
    border: none;
    height: 534px;
    width: 100%;
    border-radius: 10px;
}

.form-group {
  margin-bottom: 20px;
}



.form-group .form-control, .form-group .form-select {
    padding: 14px 20px 14px 20px;
    border-radius: 0px !important;
    background-color: #ffffff;
    color: #606060;
    border-color: rgba(0, 0, 0, 0.08);
}

.form-group .form-control::placeholder{
  color: #606060;
}

.form-group .form-control:focus,
.form-group .form-select:focus{
  border-color: #cf9f53;
  box-shadow: 0 0 0 .25rem rgba(249, 92, 20, .25)
}

.form-group .form-icon{
  position: relative;
}

.form-group .form-icon i {
    position: absolute;
    top: 19px;
    left: 20px;
    color: #cf9f53;
    z-index: 1;
}

.form-group .form-icon i{
  position: absolute;
  top: 19px;
  left: 20px;
  color: #cf9f53;
  z-index: 1;
}

.form-group .form-icon .form-control,
.form-group .form-icon .form-select{
  padding-left: 50px;
}

.form-check{
  margin-bottom: 20px;
}

.form-check .form-check-input{
  border-radius: 6px;
  margin-top: 6.5px;
  border-color: rgba(0, 0, 0, 0.08);
}





.form-check .form-check-input:focus{
  border-color: #cf9f53;
  box-shadow: 0 0 0 .25rem rgba(0, 132, 139, .25)
}

.form-group .form-control:focus,
.form-group .form-select:focus{
  border-color: #cf9f53;
  box-shadow: 0 0 0 .25rem rgba(207, 159, 83, .25)
}

.product-details {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}
.product-details__left {
    position: relative;
    display: block;
    margin-right: 80px;
}

.product-details__left-inner {
    position: relative;
    display: block;
}

.product-details__content-box {
    position: relative;
    display: block;
}

.product-details__right {
    position: relative;
    display: block;
    margin-top: -7px;
}

.product-details__top {
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product-details__title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

.product-details__content {
    position: relative;
    display: block;
}

.product-type {
    font-size: 18px;
    line-height: 30px;
    margin-right: 15px;
    font-weight: 700;
    margin: 0;
}

.product-details__content-text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
}

.product-type {
    font-size: 18px;
    line-height: 30px;
    margin-right: 15px;
    font-weight: 700;
    margin: 0;
}


.product-details__select {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product-details__select-size {
    position: relative;
    display: flex;
    align-items: center;
}
.product-details__select-size h3 {
    font-size: 20px;
    line-height: 30px;
    margin-right: 15px;
}