/* ==========================================================================
Font:  Use for Content
========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
@import url('http://fonts.cdnfonts.com/css/optima');
@import url('http://fonts.cdnfonts.com/css/gloss-and-bloom');
@import url('https://www.restorationful.com/wp-content/themes/restorationful/assets/fonts/Epitaph-Regular-Regular.ttf');
@font-face {
    font-family: Epitaph Regular;
    src: url(https://www.restorationful.com/wp-content/themes/restorationful/assets/fonts/Epitaph-Regular-Regular.ttf);
}
/* ==========================================================================
Global Styles
========================================================================== */

article,
aside,
details,
video,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

html,
body {
    width: 100%;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

button:active,
select {
    outline: none;
    border: none;
}

.container {
    height: 100%;
    max-width: 1160px;
}

ul li,
ul {
    margin: 0;
    padding: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

select::-ms-expand {
    display: none;
}

p {
    padding: 0;
    margin: 0;
}

a {
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #132953;
}

ul,
ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}


/*==========================================================================
                        Heading Tags
==========================================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Optima', sans-serif;
}

.for_mobile {
    display: none !important;
}

.for_dektop {
    display: block !important;
}


/* ==========================================================================
                        Header Css 
========================================================================== */

.navbar {
    border: 0px;
    border-radius: 0px;
    padding: 0px !important;
}

.header_area .navbar .nav li {
    margin-right: 25px;
}

.header_area .container-fluid {
    padding-right: 0px !important;
}

.header_area .nav.navbar-nav {
    margin: 0 auto;
}

header.header_area {
    background-color: #808c5f;
}

.header_area .navbar .nav li a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.header_area .navbar .nav li a:after {
    display: none;
}

.header_area .navbar .nav li:hover a,
.header_area .navbar .nav li.active a {
    color: #000;
}

.right_link ul li {
    display: inline;
    margin-right: 30px;
}

.right_link ul li a img {
    width: 20px;
}

.follow_us h2 span {
    font-style: italic;
}

.cart_op li {
    display: inline-block;
    padding: 45px 30px;
    position: relative;
}

.cart_op li:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -5px;
    border-right: 1px solid #717c51;
}

.cart_op li:hover {
    background-color: #000;
}

.cart_op li:hover:after {
    display: none;
}

.cart_op li a i {
    color: #fff;
    font-size: 20px;
}

.logo {
    max-width: 150px;
    width: auto;
}


/* ==========================================================================
                        Banner Section Css 
========================================================================== */

.banner_area .container {
    height: 100%;
}

.banner_sec {
    position: relative;
    width: 100%;
}

.banner_inner {
    position: absolute;
    top: 14%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
}

.banner_inner h2 {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Optima', sans-serif;
}

.banner_inner h1 {
    font-size: 88px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Optima, sans-serif;
    text-transform: uppercase;
}

.banner_inner a {
    max-width: 276px;
    height: 50px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(68, 72, 60, 0);
    border: 1px solid #ffffff;
    font-size: 14px;
    letter-spacing: 7px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    transition: 0.5s;
    text-transform: uppercase;
}

.banner_inner a:hover {
    background-color: #000;
}

.banner_sec .slick-prev,
.banner_sec .slick-next {
    font-size: 0;
    background-color: transparent;
    border: none;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 40px;
    height: 112px;
    outline: none;
}

.banner_sec .slick-prev:after,
.banner_sec .slick-next:after {
    content: url(../images/larrow.png);
    left: 40px;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0%;
    width: 40px;
    height: 112px;
}

.recent_product {
    background-color: #f5f5f5;
    padding: 100px 0 80px;
}

.recent_pro {
    margin-top: 40px;
    position: relative;
}

.recent_pro .slick-slide {
    padding-right: 20px;
}

.recent_product .slick-prev,
.recent_product .slick-next {
    font-size: 0;
    background-color: transparent;
    border: none;
    top: 35%;
    bottom: 0;
    margin: 0;
    position: absolute;
    outline: none;
}

.recent_product .slick-prev:after,
.recent_product .slick-next:after {
    content: url(../images/larr.png);
    left: 0px;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0%;
}

.recent_product .slick-next:after {
    content: url(../images/rarr.png);
}

.banner_sec .slick-next:after {
    content: url(../images/rarrow.png);
}

.recent_product .slick-next {
    right: -1%;
}

.recent_product .slick-prev {
    left: -8%;
}

.banner_sec .slick-next {
    right: 80px;
}

.banner_content {
    position: relative;
    max-width: 710px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.banner_content span {
    font-style: italic;
}

.slider_txt {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.slider_txt h3 {
    font-size: 55px;
    color: #ffffff;
    font-family: "Times New Roman";
    margin-bottom: 15px;
}

.slider_txt p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Playfair Display";
    text-align: center;
    margin-bottom: 15px;
}

.slider_txt ul li {
    font-size: 16px;
    color: #ddd0b8;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 15px;
}

.slider_txt ul li i {
    font-size: 16px;
    margin-right: 5px;
}

.slider_txt a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}

.slider_txt a img {
    margin-left: 15px;
}

.shop_dress {
    padding: 100px 0;
}

.shop_butn {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 10px;
    margin: 30px 0px 50px;
    text-transform: uppercase;
    font-family: "Montserrat";
}

.shop_butn img {
    margin-left: 10px;
}

.dress_slider .slick-slide {
    padding-right: 20px;
}

.product_bx {
    position: relative;
}

.product_bx h3 {
    font-size: 18px;
    line-height: 46px;
    color: #000000;
    font-family: "Times New Roman";
    margin-top: 20px;
}

.product_bx a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat";
    display: block;
    margin: 0;
}
.product_bx a img{
    width:100%;
} 
.single-blog {
    padding: 100px 0;
}

.product_bx {
    text-align: center;
    margin-bottom: 30px;
}

.product_bx h3, .product_bx h2 {
    font-family: 'Optima', sans-serif !important;
    font-size: 22px !important;
    color: #050808 !important;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 0 !important;
}

.product_bx p {
    font-size: 16px;
    color: #050808;
    font-weight: 400;
}

.products_sec .home a {
    font-size: 14px;
    letter-spacing: 7px;
    line-height: 50px;
    color: #050808;
    font-weight: 600;
    max-width: 336px;
    width: 100%;
    padding: 2px 20px;
    height: 50px;
    background-color: rgba(5, 8, 8, 0);
    border: 1px solid #050808;
    display: inline-block;
    text-transform: uppercase;
}

.products_sec .home a:hover {
    background-color: #000;
    color: #fff;
}

#video {
    width: 100%;
    height: auto;
    min-height: 600px;
}

.video-js .vjs-big-play-button {
    background-image: url('../images/playvi.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    width: 180px;
    height: 180px;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    top: 35%;
    bottom: 0%;
    background-color: transparent;
}

.play-video {
    position: relative;
}

.video-js .vjs-big-play-button:hover {
    filter: blur(1px);
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    background-color: transparent;
}

.your_dream {
    background: #faf8f3;
}

.inner_dream h3 {
    font-size: 32px;
    line-height: 46px;
    color: #000000;
    font-family: "Times New Roman";
    margin-bottom: 20px;
}

.inner_dream p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    font-family: "Playfair Display";
    margin-bottom: 10px;
}

.inner_dream a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat";
    margin-top: 30px;
    display: inline-block;
}

.inner_dream {
    padding: 30px;
    background: #fff;
}

.shop_expr {
    padding: 100px 0;
    text-align: center;
}

.shop_expr h2 {
    font-size: 32px;
    color: #000000;
    font-family: "Times New Roman";
    text-align: center;
    margin-bottom: 10px;
}

.shop_expr h2 span {
    font-style: italic;
}

.shop_expr ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.shop_expr ul li:after {
    content: url('../images/list.png');
    position: absolute;
    left: 0;
    top: 0;
}

.slick-slide img {
    display: inline-block;
    width: 100%;
}

.book_appoit {
    background-color: #ede8d6;
    padding: 100px 0;
    text-align: center;
}

.pro_box {
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.pro_box:after {
    border-right: 2px solid #eee;
    position: absolute;
    right: -15px;
    content: '';
    top: 0;
    bottom: 0;
}

.border_none:after {
    display: none;
}

.pro_box p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin: 20px 0 10px;
}

.pro_box h4 {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    font-family: "Playfair Display";
    margin-bottom: 15px;
}

.slick-dots button {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ccc;
    text-indent: -9999px;
}

.blog_sec {
    padding: 50px 0 100px 0;
}

.blog_box img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
}

.blog_con {
    padding-top: 30px;
    border-bottom: 1px solid #000;
}

.blog_con h5 {
    font-size: 22px;
    color: #050808;
    font-weight: bold;
    font-family: 'Optima', sans-serif;
    margin-bottom: 15px;
}

.blog_con p {
    font-size: 16px;
    line-height: 28px;
    color: #050808;
    font-weight: 400;
    padding-bottom: 20px;
}

.blog_footer {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.blog_footer p {
    font-size: 14px;
    color: #050808;
    font-weight: 400;
}

.blog_footer i {
    transform: rotate( 331deg);
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

footer {
    padding: 100px 0 0;
    background-color: #050808;
}

.footer1 {
    background: #faf8f3;
}

.footer_txt {
    margin-bottom: 40px;
}

.footer_txt ul li {
    margin-bottom: 10px;
    font-family: "Montserrat";
    font-weight: 500;
}

.footer_txt ul li a,
.footer_txt p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.footer_txt ul li i {
    margin-right: 10px;
    font-size: 16px;
}

.copy_ryt {
    background-color: #020303;
    padding: 30px 0;
}

.copyright p {
    color: #fff;
}

.copyright {
    text-align: center;
}

.footer_txt img {
    margin-bottom: 20px;
}

.book_button {
    font-size: 14px;
    color: #000000;
    font-weight: bold !important;
    font-family: "Montserrat";
}

.pro_img_bx {
    position: relative;
    text-align: center;
    color: black;
    margin-bottom: 15px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
}

.centered.pro_box p {
    text-align: left;
    color: #fff;
}

.content-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.centered.pro_box h4 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 5px;
}

.centered.pro_box a {
    color: #fff;
}

.centered.pro_box p {
    text-align: left;
    color: #fff;
    font-size: 32px;
    line-height: 50px;
    margin: 0;
}

.img_bx {
    width: 100%;
}

.dress_img_bx {
    position: relative;
    text-align: center;
    color: black;
    margin-bottom: 15px;
}

.centered.dress_s_cn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
    display: inline-block;
    right: 0;
    top: auto;
    transform: inherit;
    width: auto;
}

.centered.dress_s_cn p {
    text-align: left;
    color: #fff;
}

.centered.dress_s_cn h4 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 32px;
}

.centered.dress_s_cn a {
    color: #fff;
}

.centered.dress_s_cn p {
    text-align: left;
    color: #fff;
    font-size: 32px;
    line-height: 50px;
    margin: 0;
}

.centered.dress_s_cn .shop_butn {
    padding: 0;
    margin: 15px 0;
    display: flex;
    align-items: center;
}


/* ==========================================================================
                    About Banner Section Css 
========================================================================== */

.about_banner {
    height: 680px;
    background-image: url('../images/abut_b.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.about_banner .row {
    align-items: center;
    height: 100%;
}

.abut_shop {
    background-color: #ede8d6;
}

.abut_shop .slick-prev:after,
.abut_shop .slick-next:after {
    content: url(../images/shoparrleft.png);
}

.abut_shop .slick-next:after {
    content: url(../images/shoparright.png);
}

.abut_shop .inner_title h2 {
    margin-bottom: 40px;
}

.dreamer_sec {
    padding: 100px 0;
}

.story_sec_img {
    background-color: #faf8f3;
    padding-bottom: 50px;
}

.story_overly {
    max-width: 315px;
    height: 158px;
    background-color: #fff;
    width: 100%;
    margin: -50px auto 0px;
    padding: 30px 25px;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: rgb(0, 0, 0);
    font-style: italic;
    font-family: "Times New Roman";
    z-index: 9;
    position: relative;
}

.story_overly ul li {
    display: inline-block;
}

.story_overly ul li a {
    font-size: 22px;
    margin-right: 10px;
    color: #000000;
}

.dreamer_sec .inner_title h2 {
    font-size: 42px;
    color: #000000;
    font-style: italic;
    font-family: "Times New Roman";
    margin-bottom: 50px;
}

.story_detail h3 {
    font-size: 32px;
    color: #000000;
    margin-bottom: 10px;
}

.story_detail {
    padding-left: 18px;
}

.story_detail p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 8px;
}

.story_detail a {
    margin-bottom: 0px;
    margin-top: 10px;
}

.pic_gallery_sec {
    padding: 100px 0;
}

.pics_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pic_bx1 img,
.pic_bx2 img,
.pic_bx3 img,
.pic_bx4 img,
.pic_bx5 img,
.pic_bx5 img,
.pic_bx6 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pic_bx1 {
    flex: 0 0 25%;
    height: 270px;
    margin-bottom: 30px;
}

.pic_bx2 {
    flex: 0 0 40%;
    height: 270px;
    margin-bottom: 30px;
}

.pic_bx3 {
    flex: 0 0 30%;
    height: 270px;
    margin-bottom: 30px;
}

.pic_bx4 {
    flex: 0 0 34%;
    height: 265px;
}

.pic_bx5 {
    flex: 0 0 24%;
    height: 265px;
}

.pic_bx6 {
    flex: 0 0 37%;
    height: 265px;
}

.pic_gallery_sec h2 {
    font-size: 32px;
    line-height: 46px;
    color: #000000;
    font-family: "Times New Roman";
    text-align: center;
    margin-bottom: 40px;
}
.recent_product.recent-page .product_bx {
	
    position: relative;
   margin-bottom: 30px;
    min-height: 435px;
    height: 100%;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    box-shadow: 0px 4px 48px #f3f3f3;
    border-radius: 8px;
/*     padding: 40px 35px; */
    transition: 0.7s ease-in-out;
    position: relative;
}
.recent_product.recent-page > .add-recent .row > div{
	margin-bottom:50px;
}
.recent_product.recent-page .product_bx:hover{
	border:1px solid #808c5f;
	background-color: #808c5f17;
}
.recent_product.recent-page .product_bx p, .recent_product.recent-page .product_bx h3 {
    padding: 20px;
}
span.sold_tag {
    position: absolute;
    width: 70px;
    height: 30px;
    background: #808c5f;
    color: #fff;
    font-weight: 700;
    padding: 4px;
}
.book_button {
    width: 100%;
    text-align: center;
}

.book_button a {
    margin-bottom: 0;
}
.heading.inerpage h1 {
    text-align: center;
    color: #fff;
    text-shadow: 3px 0px black;
    font-size: 38px;
    text-transform: uppercase;
}

/* ==========================================================================
                    Our Service Section Css 
========================================================================== */

.service_banner {
    height: 720px;
    background-image: url('../images/serv.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.service_banner .row {
    height: 100%;
    padding-top: 130px;
    align-items: flex-start;
}

.service_heading h3 {
    font-size: 55px;
    color: #ffffff;
    font-style: italic;
    font-family: "Times New Roman";
    max-width: 400px;
    width: 100%;
}

.service_heading p span {
    font-weight: 600;
    font-style: italic;
    font-family: "Playfair Display";
}

.service_heading p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: justify;
}

.service_bx {
    text-align: center;
    max-height: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.service_bx img {
    padding-bottom: 20px;
    max-width: 55px;
    width: auto;
    margin: 0 auto;
}

.service_bx p {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.services_sec {
    padding: 100px 0;
}

.find_vision {
    padding: 100px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 100px;
}

.find_vision .inner_title {
    margin-bottom: 40px;
}

.jessi_detail {
    padding: 100px 30px;
}

.custom_dress {
    padding: 100px 0;
}

.custom_dress .inner_title {
    margin-bottom: 40px;
}

.dress_box {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.dress_box h3 {
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
}

.dress_box p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat";
    display: inline-block;
    margin: 0;
}

.custom_dress .book_button a {
    margin-top: 0px;
}


/* ==========================================================================
                    Our work Section Css 
========================================================================== */

.our_work_banner {
    height: 720px;
    background-image: url('../images/work.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.our_work_banner .row {
    padding-top: 50px;
}

.our_work_banner h3 {
    font-size: 55px;
    color: #ffffff;
    font-style: italic;
    text-align: center;
    margin-bottom: 30px;
}

.our_work_banner a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.our_work_banner a img {
    margin-left: 10px;
}

.dress_work {
    background-color: #ede8d6;
}

.dream_slider .slick-prev,
.dream_slider .slick-next {
    font-size: 0;
    background-color: transparent;
    border: none;
    bottom: 70px;
    left: 2%;
    margin: auto;
    position: absolute;
    width: 40px;
    height: 112px;
    outline: none;
}

.dream_slider .slick-prev:after,
.dream_slider .slick-next:after {
    content: url(../images/larrow.png);
    left: 50%;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0%;
    width: 40px;
    height: 112px;
}

.dream_slider .slick-next:after {
    content: url(../images/rarrow.png);
}

.dream_slider .slick-next {
    left: 8%;
}

.about_sec {
    padding: 117px 0;
}

.about_sec h3 {
    font-size: 32px;
    line-height: 32px;
    color: #808c5f;
    font-family: 'Gloss And Bloom', sans-serif;
    padding-bottom: 10px;
}

.about_sec h4 {
    font-size: 45px;
    color: #050808;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.about_sec p {
    font-size: 18px;
    line-height: 28px;
    color: #050808;
    font-weight: 400;
    margin-bottom: 10px;
}

.about_sec a {
    max-width: 246px;
    width: 100%;
    height: 50px;
    background-color: rgba(5, 8, 8, 0);
    border: 1px solid #050808;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 7px;
    line-height: 53px;
    color: #050808;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 20px;
    transition: 0.5s;
    text-transform: uppercase;
}

.about_sec a:hover {
    background-color: #000;
    color: #fff;
}

.recent_product h3,
.products_sec h3,
.blog_sec h3 {
    font-size: 32px;
    line-height: 32px;
    color: #808c5f;
    font-family: 'Gloss And Bloom', sans-serif;
    padding-bottom: 10px;
    text-align: center;
}

.recent_product .product_bx h3 {
	font-size: 16px !important;
    padding: 10px 15px !important;
    font-weight: 600;
/*     font-size: 24px;
    color: #050808;
    font-weight: bold;
    font-family: 'Optima', sans-serif;
    padding-bottom: 10px;
    text-align: center; */
}

.recent_product .product_bx p {
    font-size: 14px;
    line-height: 28px;
    color: #050808;
    font-weight: 400;
    text-align: center;
}

.recent_product h4,
.products_sec h4,
.blog_sec h4 {
    font-size: 45px;
    color: #050808;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.we_can {
    background-image: url('../images/wecan.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
    min-height: 600px;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
}

.we_can h3 {
    font-size: 45px;
    line-height: 85px;
    color: #ffffff;
    font-family: 'Gloss And Bloom', sans-serif;
}

.we_can h3 .container {
    height: 100%;
}

.we_can h3 .row {
    align-items: center;
    height: 100%;
}

.products_sec {
    padding: 115px 0 50px 0;
}

.footer_txt h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}

.footer_txt h3:before {
    content: '';
    bottom: -20px;
    border-bottom: 2px solid #fff;
    left: 0;
    width: 24px;
    height: 2px;
    position: absolute;
}
/*-------*/
.adspace {
    padding: 100px 0;
}
.contact-map {
    background-size: cover !important;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.bredcrum {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding: 20px 0;
}
.bredcrum ul {
	display: flex;
	flex-wrap: wrap;
}
.bredcrum ul li{
	position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    padding-right: 20px;
	padding-left: 20px;	
}
.bredcrum ul li a{
	font-size: 14px;
	line-height: 26px;
	color: #a3a3a3;
	font-weight: 400;
}
.bredcrum ul li:before {
	position: absolute;
	content: '|| ';
	right: 0;
}
.bredcrum ul li:first-child {
    padding-left: 0;
}
.bredcrum ul li:nth-last-child(1):before {
	display: none;
}
.cust-serve {
    padding: 25px 0 0;
}
.cust-serve h5 {
	font-size: 22px;
	line-height: 30px;
	color: #050808;
	font-weight: bold;
	font-family: "Optima";
	text-transform: uppercase;
	padding-bottom: 15px;
}
.cust-serve ul li i {
	color: #808c5f;
	margin-right: 10px;
}
.cust-serve ul li {
	padding-bottom: 10px;
}
.cust-serve ul li a{
	font-size: 18px;
	line-height: 26px;
	color: #050808;
	font-weight: 400;
}
.suport-cont {
    display: flex;
    align-items: center;
}
.cust-serve ul li p{
	font-size: 18px;
	line-height: 26px;
	color: #050808;
	font-weight: 400;
	text-decoration: underline;
	    word-break: break-all;
}
.main-heding h3 {
    font-size: 32px;
    line-height: 32px;
    color: #808c5f;
    font-family: 'Gloss And Bloom', sans-serif;
    padding-bottom: 10px;
}
.main-heding h4 {
    font-size: 45px;
    color: #050808;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.cont-texdl form {
	padding-top: 25px;
}
.cont-texdl .form-filed input {
	background-color: #ffffff;
   border: 1px solid #050808;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 0;
}
.cont-texdl .form-filed textarea {
	background-color: #ffffff;
    border: 1px solid #050808;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    width: 100%;
    padding: 10px 15px;
    
}
.cont-texdl .form-filed input.wpcf7-submit {
    border-radius: 0;
    background-color: #000000;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 8px 20px;
    color: #fff;
    border: 0;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 25px;
    height: 60px;
	letter-spacing: 7px;
	font-weight: 600;
}
/*------Shop-detail----*/
.product-decrpt h1 {
	font-size: 32px;
	line-height: 45px;
	color: #050808;
	font-weight: bold;
	font-family: "Optima";
}
.star {
   margin: 5px 0;
    display: flex;
    align-items: center;
	    margin-bottom: 10px;
}
.star ul li {
    margin: 0px;
    display: inline-block;
    color: #050808;
}
.star span {
    margin: 0px;
    display: inline-block;
    color: #050808;
    font-size: 15px;
}
.rating-rev {
	font-size: 16px;
	line-height: 28px;
	color: #050808;
	padding-left: 10px;
}
.product-decrpt p {
	font-size: 16px;
	line-height: 28px;
	color: #050808;
	font-weight: 400;
	font-family: "Montserrat";
}
.price-txt {
	margin: 15px 0;
}
.price-txt h4 {
	font-size: 18px;
	line-height: 28px;
	color: #050808;
	font-weight: 700;
	font-family: "Montserrat";
}
.shop-cart {
    display: flex;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.number-choose {
   max-width: 30%;
    flex: 0 0 30%;
    display: flex;
}
.minus, .plus {
    width: 20px;
    padding: 0px 5px 0px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
	    max-width: 20%;
    flex: 0 0 20%;
}
/*.number-choose .number {
    font-size: 18px;
    line-height: 28px;
    color: #050808;
    font-weight: 400;
    font-family: "Montserrat";
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #000000;
    flex-wrap: wrap;
    height: 50px;
}*/
.number-choose .number input[type="text"] {
    border: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
	max-width: 60%;
	flex: 0 0 60%;
}
.number-choose .number span {
	cursor:pointer;
}
.btn-default {
    background-color: #050808;
    font-size: 14px;
    letter-spacing: 7px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    padding: 11px 25px;
    flex: 0 0 67%;
	text-transform: uppercase;
}
.byu-btn {
    padding: 10px 0;
}
.byu-btn a{
    background-color: #ffffff;
	border: 1px solid #000000;
	font-size: 14px;
    letter-spacing: 7px;
    line-height: 28px;
    color: #050808;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    padding: 11px 25px;
	text-transform: uppercase;
	width: 100%;
    display: block;
}
.add-baglog label {
    font-size: 16px;
    line-height: 28px;
    color: #050808;
}
.add-tags ul {
    display: flex;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 20px 0;
    margin: 10px 0;
}
.add-tags ul li {
	font-size: 14px;
    line-height: 16px;
    color: #050808;
    font-weight: 400;
    font-family: "Montserrat";
    border-right: 1px solid #050808;
    padding: 0 10px;
	text-align: center;
}
.add-tags ul li:first-child,
.social-link ul li:first-child {
    padding-left: 0;
}
.add-tags ul li:nth-last-child(1),
.social-link ul li:nth-last-child(1) {
	border-right: 0;
}
.social-link ul {
	display: flex;
    padding: 20px 0;
}
.social-link ul li  {
	font-size: 14px;
    line-height: 16px;
    color: #050808;
    font-weight: 400;
    font-family: "Montserrat";
    border-right: 1px solid #050808;
    padding: 0 10px;
}
.social-link ul li a {
	font-size: 14px;
    line-height: 16px;
    color: #050808;
    font-weight: 400;
}
.desct-sect {
    padding-bottom: 100px;
	border-bottom: 1px solid #ebebeb;
}
.upper-tab {
    border-bottom: 1px solid #ebebeb;
}
.upper-tab ul {
    display: flex;
    align-items: center;
	    flex-wrap: wrap;
}
.upper-tab ul li a {
	font-size: 18px;
	line-height: 28px;
	color: #050808;
	font-weight: 400;
	font-family: "Montserrat";
}
.upper-tab ul li {
	    margin: 0 12px;
    padding-bottom: 20px;
}
.upper-tab ul li:first-child {
    margin-left: 0;
}
.upper-tab ul li.active {
    border-bottom: 1px solid #000;
}
div#tabs-content {
    padding: 30px 0 0;
}
.tab-content p {
	font-size: 18px;
	line-height: 32px;
	color: #050808;
	font-weight: 400;
	font-family: "Montserrat";
	padding-bottom: 15px;
}
.recent_product.related-sec {
    background: #fff;
}
/*------*/
.recent-page {
	background: #fff;
}
/*---Shop-page---*/
.list-sortng {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
	align-items: center;
}
.show-item p {
	font-size: 16px;
	line-height: 28px;
	color: #050808;
	font-weight: 400;
	font-family: "Montserrat";
}
.plain-select {
   display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
        max-width: 40%;
    flex: 0 0 40%;
}
.plain-select select {
   -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
    line-height: normal;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    border: 0;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 32px;
    color: #050808;
    border: 1px solid #000000;
    display: block;
}
.plain-select:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 45%;
    height: 0;
    width: 0;
    border-top: 6px solid #050808;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}
.def-catgy {
   display: flex;
    flex: 0 0 50%;
}
.def-catgy form {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    justify-content: flex-end;
}
.plain-select.first {
    margin-right: -1px;
}
/*----About----*/
.doubl-image {
    position: relative;
    display: flex;
    height: 100%;
    margin-left: -70px;
}
.left-sd {
    flex: 0 0 40%;
    max-width: 40%;
    margin-top: 150px;
    height: 100%;
    z-index: 1;
    position: relative;
}
.left-sd img {
    margin-left: 100px;
}
.right-sd {
    float: right;
    flex: 0 0 60%;
    max-width: 60%;
}
.right-sd img {
    margin-right: 0;
}
.team-img {
	position: relative;
	-webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.tem-socl {
       position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
    max-width: 250px;
	visibility: hidden;
    opacity: 0;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.team-img:hover .tem-socl {
	visibility: visible;
    opacity: 1;
} 
.tem-socl ul {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.tem-socl ul li {
	padding: 10px 10px;
    line-height: 25px;
    font-size: 20px;
    background-color: #ffffff;
}
.tem-socl ul li a {
    font-size: 20px;
	 -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.recent_pro .slick-dots {
        margin-top: 0;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
}
.recent_pro .slick-dots li {
    height: 12px;
    width: 12px;
    background-color: #3A3A3A;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
	border: 1px solid #fff;
}
.recent_pro .slick-dots li button {
    font-size: 0;
    background: 0;
    border: none;
    height: auto;
    padding: 0;
	
}
.recent_pro .slick-dots li.slick-active {
    background-color: #808c5f;
    opacity: 1;
	border: 1px solid #808c5f;
}
.tem-socl ul li a:hover {
	color: #808c5f;
}
.centercont {
    flex-direction: column;
    align-self: center;
}

.bottodl-image {
    position: relative;
    display: flex;
    height: 100%;
    margin-left: -38px;
}
.bottnt-sd {
    float: right;
    flex: 0 0 60%;
    max-width: 60%;
}
.bottnt-sd img {
    margin-left: 37px;
}
.bottleft-sd {
    flex: 0 0 40%;
    max-width: 40%;
    margin-top: 150px;
    height: 100%;
    z-index: 2;
    position: relative;
}
.bottleft-sd img {
    margin-left: -70px;
}
.about-last .centercont p {
	font-size: 18px;
    line-height: 28px;
    color: #050808;
    font-weight: 400;
    margin-bottom: 10px;
	font-style: italic;
}
.about-last .centercont h5 {
	color: #050808;
    font-weight: bold;
	font-size: 20px;
}
.about-last .centercont p.founder {
	font-style: normal;
}
.our-team {
	background: #fff;
}
	


.vodiapicker{
  display: none; 
}

.btn-select img{
  width: 20px;
  
}

#a li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#a li:hover{
 background-color: #F4F3F3;
}

#a li img{
  margin: 5px;
}


/* item list */



.open{
  display: show !important;
}



.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.quote-form {
    text-align: center;
}
.inner-qote {
    max-width: 770px;
    margin: 0 auto;
    filter: drop-shadow(0px 5px 15px rgba(233,233,233,0.75));
    background-color: #ffffff;
    padding: 35px;
	text-align: left;
	margin-top: 25px;
}
.inner-qote label {
	font-size: 16px;
    line-height: 24px;
    color: #050808;
    font-weight: 400;
    font-family: "Montserrat";
    display: block;
    text-align: left;
	width: 100%;
}
.inner-qote input {
	background-color: #ffffff;
    border: 1px solid #eeeeee;
    font-size: 16px;
    line-height: 24px;
    color: #050808;
    font-weight: 400;
    font-family: "Montserrat";
    width: 100%;
    height: 50px;
	padding: 8px 15px;
}
.inner-qote .form-filed {
    margin-bottom: 20px;
}
.btn-select {
    width: 100%;
    max-width: 100%;
    height: 50px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #eeeeee;
    position: relative;
}
.btn-select:before {
	content: "";
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 40%;
    height: 0;
    width: 0;
    border-top: 6px solid #050808;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}
.btn-select li span {
    margin-left: 11px;
}
.lang-select .b{
	display: none;
	width: 100%;
    max-width: 100%;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
  
}
.inner-qote input[type=file]::file-selector-button {
	border: 0;
	padding: .3em .4em;
	border-radius: .2em;
	background-color: #e7e7e7;
	transition: 1s;
	font-size: 14px;
	line-height: 24px;
	color: #050808;
	font-weight: 400;
	font-family: "Montserrat";
	text-align: center;
}
.inner-qote textarea {
	border: 1px solid #eeeeee;
    font-size: 16px;
    line-height: 24px;
    color: #050808;
    font-weight: 400;
    font-family: "Montserrat";
    width: 100%;
	padding: 10px 15px;
}
.inner-qote .form-filed input.submit {
    background-color: #050808;
    border: 1px solid #050808;
    font-size: 14px;
    letter-spacing: 7px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
	width: 100%;
	max-width: 230px;
}

.single-product div.product form.cart .quantity {
    font-size: 18px;
    line-height: 28px;
    color: #050808;
    font-weight: 400;
    font-family: "Montserrat";
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #000000;
    flex-wrap: wrap;
    height: 50px;
}
.single-product div.product form.cart .shop-cart .number-choose .number {
	width: 100%;
}
.single-product div.product form.cart .shop-cart {
    display: flex;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background-color: #050808;
    font-size: 14px;
    letter-spacing: 7px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    flex: 0 0 67%;
    text-transform: uppercase;
	border-radius: 0;
    padding: 11px;
}

.byu-btn {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}


.product_meta {
    padding: 15px 0;
    border: 1px solid #ebebeb;
    border-left: transparent;
    border-right: transparent;
}
.product_meta span {
    display: inline-block;
    padding-right: 10px;
    position: relative;
}
.product_meta span:after {
    position: absolute;
    top: 5px;
    right: 0;
    border-right: 1px solid #000;
    content: '';
    bottom: 0px;
    height: 15px;
}
.product_meta span .sku:after{
	display:none;
}

.byu-btn a.buy-now.btn-buy.button {
    background-color: #fff!important;
    color: #000 !important;
    border: 1px solid #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #000 !important;
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0.5em 0;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

section.contact-sec {
    padding: 60px 0;
}
.Pro-title h3 {
    font-size: 32px;
    color: #050808;
    font-weight: bold;
    font-family: "Optima";
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.pro-content p {
    font-size: 18px;
    line-height: 32px;
    color: #050808;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.contact-sec .img {
    width: 560px;
    height: 500px;
    margin: 0 auto;
    object-fit: cover;
    margin-bottom: 20px;
}
.contact-sec .img img {
    width: 100%;
    height: 100%;
}



.detail_footer .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.detail_footer .comp_date {
    padding-right: 30px;
}
.detail_footer .comp_date span, .detail_footer .proj_type span{
    font-size: 14px;
    color: #050808;
    font-weight: 600;
}
.detail_footer .right {
    margin: 30px 0;
}
.detail_footer .right ul li {
    display: inline-block;
    margin-right: 20px;
}
.detail_footer .right li a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.detail_footer .right li a:hover {
    background-color: #808c5f;
    color: #fff;
}
.comp_date p, .proj_type p{
    font-size: 14px;
    line-height: 28px;
    color: #050808;
    font-weight: 400;
    text-transform: uppercase;
}
.detail_footer {
    display: flex;
    justify-content: space-between;
}
select.orderby, select.categorised {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 32px;
    color: #050808;
    border: 1px solid #000000;
    margin-right: 20px;
}
.single-blog .entry-cat-inner {
	margin-bottom: 20px;
}
.single-blog .entry-cat-inner a {
	color: #808c5f;
    font-size: 22px;
    font-weight: 500;
    text-decoration: underline;
}
.single-blog .entry-cat-inner a:hover {
	text-decoration: none;
}
.single-blog h1.entry-title {
    font-size: 32px;
    line-height: 45px;
    color: #050808;
    font-weight: bold;
    font-family: "Optima";
	margin-bottom: 20px;
}
.single-blog .entry-meta ul {
	display: flex;
    justify-content: center;
}
.single-blog .entry-meta ul li {
	padding: 0 20px;
}
.single-blog .entry-meta ul li a {
	font-size: 16px;
    color: #050808;
    font-weight: 400;
}
.single-blog .post-img {
	margin: 50px 0;
}
.single-blog .post-img .post-thumbnail img {
	width: 100%;
	height: 100%;
}
.single-blog .entry-content p {
    font-size: 18px;
    line-height: 32px;
    color: #050808;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.load_more_shop{
	padding-top:10px;
}
.load_more_shop a {
    font-size: 14px;
    letter-spacing: 7px;
    line-height: 45px;
    color: #050808;
    font-weight: 600;
    max-width: 383px;
    width: 100%;
    padding: 2px 20px;
    height: 50px;
    background-color: rgba(5, 8, 8, 0);
    border: 1px solid #050808;
    display: inline-block;
    text-transform: uppercase;
}

.entry-footer ul {
	display: flex;
    justify-content: space-around;
}
.entry-footer ul li a {
	color: #808c5f;
    font-size: 22px;
    font-weight: 500;	
}
.entry-footer ul li a:hover {
	text-decoration: underline;
}
.archive-head h1.page-title, .archive-head .archive-description, .page-header h1.page-title {
	margin-bottom: 20px;
}
section.error-404.not-found {
    padding: 100px 0;
}

.woocommerce-product-rating a.woocommerce-review-link {
    font-size: 16px;
    line-height: 28px;
    color: #050808;
    padding-left: 3px;
}
.summary.entry-summary .woocommerce-product-rating {
    margin-bottom: 10px !important;
}
body.single.single-product.woocommerce .summary.entry-summary .price-txt p.price {
    font-size: 18px;
    line-height: 28px;
    color: #050808;
    font-weight: 700;
    font-family: "Montserrat";
}
body.single.single-product.woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}
.wpcf7-response-output {
    margin: 0px !important;
    background: #000;
    border: none !IMPORTANT;
    color: #fff;
}
.wpcf7-not-valid-tip {
	display: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red;
}

/***** Cart CSS *****/
.woocommerce-cart .pages_cn .product-quantity .quantity {
	font-size: 18px;
    line-height: 28px;
    color: #050808;
    font-weight: 400;
    font-family: "Montserrat";
    display: flex;
    align-items: center;
    width: 100px;
    border: 1px solid #000000;
    height: 40px;
    flex-wrap: wrap;
}
.wc-proceed-to-checkout a.button {
	background-color: #050808 !important;
    font-size: 14px !important;
    letter-spacing: 5px;
    line-height: 28px;
    font-weight: 600;
    border-radius: 0;
}
section.pages_cn {
	padding: 50px 0;
}
table.cart button.button {
	background-color: #050808;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
	border-radius: 0;
    padding: 12px;
}
.pages_cn .return-to-shop a.button {
	background-color: #050808;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 14px;
    border-radius: 0;
}
.woocommerce-message {
    border-top-color: #808c5f;
}
.woocommerce-message::before {
    color: #808c5f;
}
/***** Cart CSS end *****/


/***** Checkout CSS *****/
.woocommerce-info {
    border-top-color: #808c5f;
}
.woocommerce-info::before {
    color: #808c5f;
}
.col-1 {
    max-width: 50%;
}
.col-2 {
	max-width: 40%;
}
.woocommerce-additional-fields textarea#order_comments {
    width: 307px;
	border-radius: 5px;
	padding: 9px;
}

.woocommerce-billing-fields__field-wrapper p {
    display: block;
}
.col-1 .woocommerce-billing-fields p input {
    padding: 0.9285714286em 0.7857142857em;
	border-radius: 5px;
	border-color: #d9d9d9;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    margin-bottom: 40px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
span.select2-selection.select2-selection--single {
    height: 50px;
	border-color: #d9d9d9;
}
.woocommerce form .form-row input.input-text {
	height: 50px;
}

p#order_comments_field textarea::placeholder {
    font-size: 17px;
    font-family: "Cerebri Sans Pro";
    letter-spacing: 0px;
}
span.woocommerce-input-wrapper input::placeholder {
    font-size: 17px;
    font-family: "Cerebri Sans Pro";
}
.col-1 .woocommerce-billing-fields p input {
	border: 1px solid #aaa;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top:13px;
}
.product-type-variable a span.price {
    display: flex;
    color: #0092FE !important;
    width: 100%;
    margin: 0 auto;
    max-width: 191px;
	align-items: baseline;
}

.product-type-variable a span.price p.woocommerce-Price-amount.amount {
    text-align: center;
    margin: 0 auto;
}
form.checkout.woocommerce-checkout .form-row.place-order button.button {
	background-color: #050808;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 5px;
    padding: 15px 35px;
    border-radius: 0;
    margin-top: 20px;
}
.woocommerce-order-received p {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 30px;
    font-weight: 400;
}
.woocommerce-order-received table.order_details tr {
	height: 50px;
}
/***** Checkout CSS end *****/

/******* Recent Product Page new css ********/
.recent_product.recent-page .product_bx img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}