
@import url(https://fonts.googleapis.com/css?family=Barlow:100,200,300,400,500,600,700);

html {overflow-x: hidden;}
body {        padding: 0;
    margin: 0;
    font-family: 'Barlow',sans-serif;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('card_images/glass_t2.jpg') !important;}
div,h1,h2,h3,h4,p,i,a {position:relative;transition:0.4s;}

form,input,textarea,select {font-family:'Barlow',sans-serif;}
:root {
	--color:#848484;
	--color2:#64af35;
}
/*alerts */
div,h1,h2,h3,h4,p,i,a,footer {position:relative;transition:0.4s;}

input,select,textarea,button {font-family: 'Barlow',sans-serif;}

a {    text-decoration: unset;
    color: unset;}

input::placeholder {font-size:12px}
.d_dis {   white-space: pre-wrap;
    margin: 17px 22px 0px;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
}
.btn_buy2 {background: linear-gradient(45deg, #FF5722, #FF9800);
    color: white;
    width: fit-content;
    margin: 5px auto;
    padding: 10px;
    font-size: 13px;
    border-radius: 3px;}

.alert {     padding: 23px;
    width: fit-content;
    font-size: 13px;
    margin: 0px auto;
    font-weight: 500;
    border-radius: 6px;}
	
.danger {background: #ffd0d082;
    color: #d45050;}
.info {    background: #d0deff82;
    color: #5097d4;
}
.success {background: #90ff6c82;
    color: #1aab2c;
}



.card{             width: -webkit-fill-available;
    max-width: 800px !important;
    overflow: hidden;
    margin: 0px auto;
    z-index: 0;
    background-size: 100% 100%;
    padding: 0px 0px 27px;
    color: #ffffff;
    background: #000000;
    border-radius: 20px;
    background-attachment: initial !important;
    background-size: cover !important;
    background: url(card_images/bg_abs.jpg);
	}
	
	.view_counter {
        width: fit-content;
    max-width: 200px;
    text-align: center;
    font-size: 11px;
    padding: 5px 12px;
    background: #2196F3;
    color: white;
    margin: 0 auto;
    top: 23px;
    z-index: 5;
    position: absolute;
    border: 2px solid white;
    border-top: 0;
    border-radius: 36px;
    left: 0;
    right: unset;
}
	
	.card_content {        z-index: 2;
    text-align: right;
    width: auto;
    padding: 6px;
    margin: 1px auto 10px;
    overflow: hidden;
    display: inline-block !important;
    height: auto;
	}
	
	.content_grid {           display: grid;
    background: #ffffff47;
    grid-template-columns: 100%;
    align-items: end;
    height: fit-content;
    margin: 10px;
    backdrop-filter: blur(5px);
    border-radius: 20px;}
	
	.card_content2 h2:before {
                    content: '';
    border: 1px dashed #ffffff;
    position: absolute;
    width: 150px;
    left: 50%;
    border-radius: 10px;
    bottom: -5px;
    transform: translate(-50%);
}
	
	.card_content,.card_content2 {display:inline-block	}
	
	.card_content img{           height: 117px;
    max-width: 100%;
    background: white;
    margin: 0px 20px;
    border-radius: 6px;
    border: 1px solid #076b762b;
    transform: unset;
    height: 150px !important;
    max-width: 150px   !important;
    background: white !important;
    border: 5px solid #f7b634;
    border-radius: 200px;
    object-fit: cover;}
	
	.card_content2 {         z-index: 2;
    font-weight: 300;
    width: fit-content;
    position: unset;
    color: #000000;
    text-align: center;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 auto;
    width: fit-content !important;
    display: block;}
	
	#top_contact_btn {display:none;}
	
	.card_content2 h2{       text-transform: capitalize;
    margin: 10px 20px;
    text-align: left;
    letter-spacing: -1px;
    font-weight: 600;
    position: relative;
    font-size: 30px;
    color: #000000;
}

	.card_content2 p{          text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    margin: 1px 20px 20px;
    color: #000000;}
	
	.card_content2 p:nth-child(2) {
             font-size: 19px;
    width: auto;
    text-align: center;
    text-transform: capitalize;
    margin: 10px 20px;
    color: #000000;
}


.dis_flex {       display: block;
    text-align: center;
    padding: 0px 1px 0px;}
	
.dis_flex .link_btn:hover {
	background:orange;
	transition:0.3s;
}
.dis_flex .link_btn {           padding: 11px 6px;
    font-size: 21px;
    background: #e6e6e6 !important;
    color: #000000 !important;
    margin: 5px 2px;
    display: inline-block;
    height: 22px;
    width: 34px;
    border-radius: 5px;
}
.dis_flex .link_btn i {
	color: black;
    font-size: 19px;
}
.contact_details {
        padding: 21px 24px;
}
.contact_details .contact_d{        display: inline-flex;
    color: #ffffff;
    margin: 10px 9px;
    background: #ffffff3d;
    backdrop-filter: blur(5px);
    align-items: center;
    width: 44%;
    min-height: fit-content;
    padding: 10px;
    border-radius: 10px;
    justify-content: center;
	}

	

	

.contact_details .contact_d i{        width: fit-content;
    padding: 10px 10px;
    font-size: 24px;
    width: 32px;
    height: 27px;
    text-align: center;
    align-items: center;
    color: #000000 !important;
    position: relative;
    border-radius: 7px;
    background: white !important;
    box-shadow: 1px 1px 2px 0px black;}
	
	
.contact_details .contact_d i:hover { transform:scale(1.2);}

.contact_details .contact_d i.fa-phone {     color: white;
    background: linear-gradient(45deg, #7af07f, #705114);}
.contact_details .contact_d i.fa-envelope {    color: white;
    background: linear-gradient(45deg, #F44336, #ffbf52);}
.contact_details .contact_d i.fa-map-marker {    color: white;
    background: linear-gradient(45deg, #3F51B5, #00BCD4);}

.contact_details .contact_d p{          margin: 6px 27px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    width: -webkit-fill-available;
    align-self: center;
    color: black;}

.dis_flex .share_wtsp {padding: 0pc;
    margin: 10px auto;
    text-align: center;}
.dis_flex .share_wtsp select {}
.dis_flex  .share_wtsp input {        font-size: 16px;
    border: 0px;
    padding: 17px 20px;
    outline: none;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px #8f8f8f2e;
    width: 50%;
    border-radius: 5px 0px 0px 5px;
}
.dis_flex  .share_wtsp input[type=submit]{    background: #47b303;
    color: white;
    font-size: 10px;
    padding: 11px;
    top: -2px;
    position: relative;}

.dis_flex .big_btns {        background: #000000;
    color: #ffffff;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin: 9px 4px;
    border: 1px solid;
    width: 150px;
    font-weight: 500;
    box-shadow: 0px 0px 0px 0px #0000002e;

}
.dis_flex .big_btns i{}
.dis_flex .social_med {    padding: 2px;
    margin: 5px 0px 5px;
    display: inline-block;}
.dis_flex .social_med i{        font-size: 34px;
    width: 40px;
    text-align: center;
    padding: 12px 10px;
    margin: 0px  2px;
    font-size: 34px;
    width: 40px;
    text-align: center;
    padding: 12px 10px;
    margin: 0px  2px;
    border-radius: 5px;
    background: white;
    color: #000000;
    box-shadow: 1px 1px 3px 0px #000000;}
	
	.shar_btns i {
    padding: 10px;
    border-radius: 8px;
    width: 19px;
    border: 1px solid #c7c7c7;
}


.fa-twitter:hover {background: #149bd2;
    color: white;}
.fa-facebook:hover {background: #5858fd;
    
    color: white;}
.fa-linkedin:hover {background:#007bb6;
color:white}
.fa-youtube:hover {background: #e63e3e;
    color: white;}
.fa-pinterest:hover {background:#cb2027;color:white}
.fa-instagram:hover {background: #fd01bb;
    color: white;}

.card2 {
          width: 450px;
    margin: 0px auto;
    padding: 0px 0px 28px;
    overflow: hidden;
    max-width: 800px !important;
    backdrop-filter: blur(6px);
    color: white;
    border-radius: 10px;
    margin: 10px auto !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background: url(card_images/bg_abs.jpg) !important;
}
	

.card2 h1{}
.card2 h2{}
.card2 h3{                text-align: left !important;
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: -1px;
    width: fit-content;
    border-bottom: 0px solid;
    padding: 12px 0px;
    margin: 24px 37px 10px;
    padding-left: 28px;}
	
	.card2 h3:after {
       content: '';
    position: absolute;
    width: 18px;
    height: 40px;
    background: white;
    top: 9px;
    left: 0px;
}
.card2 form{}
.card2 form input, .card2 form textarea {
    width: -webkit-fill-available;
    font-size: 14px;
    border-radius: 5px;
    padding: 13px;
    border: 1px solid #f7d29b;
    margin: 4px 26px;
    resize: vertical;
    background: #ffffff;
}
.card2 form input[type=submit]{      color: white;
    font-size: 20px;
    background: #FF5722;}

.card2 iframe {    margin: 8px auto;
    position: relative;
    left: 50%;
    width: -webkit-fill-available;
    transform: translate(-50%, 0px);
    border-radius: 5px;
    width: auto;
    height: 188px;
    width: 90%;}
	
/*prouct services*/

.product_s {
              text-align: center;
    background: #f0f0f0;
    padding: 10px;
    width: fit-content;
    margin: 9px;
    color: #000000;
    max-width: 360px !important;
    border-radius: 7px;
    display: inline-block;
}
	
	#product_services {text-align:center}
.product_s p{    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    height: 44px;
    display: grid;
    align-items: center;}	
.product_s img{width: auto;
    max-width: 91%;
    max-height: auto;
    background: white;
    border-radius: 5px;}	


/*image gallery*/


.img_gall {
   display: inline-block;
    width: 32%;
    vertical-align: middle;
    margin: 2px;
}
.img_gall img {
 max-width: 100%;
    background: white;
    max-height: 100%;
    border-radius: 1px;
    display: block;
    margin: 0 auto;
    position: relative;
}



.image_container {
    max-width: -webkit-fill-available !important;
    column-count: unset !important;
}

.mySlides {
          width: 236px !important;
    display: inline-block !important;
    vertical-align: middle;
    margin: 11px 10px !important;
    height: 237px !important;
    text-align: center;
    border: 2px solid #705114 !important;
    padding: 0px !important;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    background: #f6f6f6;
}
/* about us*/

.about_us {              font-size: 14px;
    max-width: 600px;
    text-align: justify;
    padding: 20px 10px;
    margin: 0px auto;
    display: block;
    color: #ffffff;}


.dis_flex_down_up {}

.url_copy {color:black;}
.url_copy input {
        width: -webkit-fill-available;
    border: 0px;
    background: transparent;
    padding: 14px;
    color: black;
}
/*payment */

#payment {}
#payment p{       font-size: 19px;
    font-weight: 500;
    color: white !important;
    width: 77%;
    margin: 8px auto;}
#payment h2{        font-size: 19px;
    font-weight: 500;
    color: black!important;
    width: 77%;
    margin: 8px auto;}
#payment img{width: 100%;
    border-radius: 20px;
    margin: 10px 0px;}





.menu_bottom {           background: white;
    width: -webkit-fill-available;
    text-align: center;
    position: fixed;
    top: 0;
    display: grid;
    overflow-x: auto;
    align-items: center;
    height: auto;
    box-shadow: 0px 0px 10px 0px #8b8b8b91;
    min-height: 55px;
}

.menu_container {    width: auto;
    text-align: left;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;}
 .menu_item{                    font-weight: 500;
    font-size: 12px;    font-weight: 500;
    font-size: 12px;
    margin: 0px;
    width: fit-content;
    white-space: inherit;
    padding: 13px 6px 12px 6px;
    border-radius: 0px;
    color: black;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    cursor: pointer;
	
	}
	
	.menu_item:hover {
		    background: black;
    color: white;
	}
	

	
 .menu_item i{    font-size: 20px;
    margin: 6px 5px 4px 0px;}


/* order page */
 

 #shop_online {
	 
    text-align: center;
 }
 .order_box {       width: 97%;
    display: block;
    margin: 9px auto;
    vertical-align: text-top;
    border-radius: 4px;
    background: #2b2e37;
    padding: 0px 0px 13px 0px;
    overflow: hidden;
    border: 0px solid !important;
  
}
 .order_box img {    width: auto;    height: auto;    max-width: 100%;   }
 .order_box h2{padding: 9px 0px 3px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;}
 .order_box h4{    padding: 0px 0px 7px;
    margin: 0px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
}
 .order_box p{padding: 2px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: gray;}
.btn_buy {
      background: #705114 !important;
    color: white;
    padding: 10px 10px;
    text-align: center;
    font-size: 12px !important;
    width: fit-content;
    margin: 11px auto 6px;
    border-radius: 3px !important;
    font-weight: 500;
    text-transform: uppercase;
}



  #appointmentForm {
        width: -webkit-fill-available;
    margin: 20px 20px;
    padding: 20px;
  }
 #appointmentForm label,#appointmentForm input,#appointmentForm select {
               display: block;
    margin-bottom: 10px;
    width: -webkit-fill-available;
    box-sizing: border-box;
    border: 2px solid #705114;
    padding: 12px;
    background: #ffffff;
    color: #705114;
    border-radius: 5px;
    font-size: 16px;
  }
  
   #appointmentForm label {       width: -webkit-fill-available;
    font-size: 16px;
    border: 0px;
    margin: 5px 0px  0px;
    color: #ffffff;
    padding: 0px;
    background: transparent;}
	
 #appointmentForm input[type="submit"] {
           background-color: #000000;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
  }
  .error {
    color: red;
  }


.grid2-50 {    display: grid;
    grid-template-columns: 50% 50%;}
.padding-10 {padding:10px}



.product_boxn  img {    width: auto;
    height: 200px;
    max-width: 100%;
    transition: 0.4s;
    border-radius: 10px;}
.product_boxn {
    width: 47%;
    max-width: 250px !important;
    overflow: hidden;
    display: inline-block;
    margin: 2px 15px;
    color: black;
    vertical-align: top;
    border-radius: 4px;
    background: white;
    display: none;
    border: 2px solid #031340;
}

.add_to_cart {
       width: -webkit-fill-available;
    text-align: center;
    background: #705114;
    color: white !important;
    border: 2px solid;
    padding: 8px;
    font-size: 14px;
    margin: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.product_details p {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px !important;
color:#705114;
}

.pro_dis {             font-size: 12px;
    max-height: 55px;
    overflow: hidden;
    text-align: left;
    white-space: pre-wrap;
    color: #434343;}
	
.category {
        height: auto;
    width: 80px;
    overflow: hidden;
    background: #feffef00  !important;
    margin: 3px 1px;
    border-radius: 6px;
    color: #ffffff !important;
    padding: 2px;
    display: grid;
    text-align: center;
    border: 2px solid #232721 !important;
    background: #000000a6 !important;
    backdrop-filter: blur(4px);
}
.active {
      color: white !important;
    border: 2px solid #705114 !important;
    background: #cc8d14 !important;
}
.category .fa-bars {
    font-size: 29px;
    background: #ffffff;
    color: black;
    padding: 0px;
    width: 79px;
    text-align: center;
    height: 79px;
    display: grid;
    align-items: center;
    border-radius: 100px;
}

.product_boxn {
              width: 30% !important;
    max-width: 250px !important;
    overflow: hidden;
    display: inline-block;
    margin: 6px 6px !important;
    color: #000000 !important;
    background: #ffffff !important;
    vertical-align: top;
    border-radius: 4px !important;
    border: 0px  !important;
    display: none;
    box-shadow: 2px 2px 10px 0px #00000069;
}

.pro_qty {
    width: 74px;
    display: inline-block;
    border: 1px solid #a0a0a0;
    font-size: 14px;
    text-align: center;
    padding: 9px !important;
    vertical-align: middle;
    border-radius: 3px;
    background: #ffe8e8 !important;
}
.product_boxn .pr_am {
       display: inline-block;
    padding: 10px 8px 1px  3px !important;
    font-weight: 600;
    font-size: 20px;
    color: #705114 !important;
}

/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/





@media screen and (max-width:700px){
	.card {
    width: -webkit-fill-available;
    overflow: hidden;
    margin: 0px auto 0px;
    z-index: 0;
    background-size: 100% 100%;
}



.product_boxn {
    width: -webkit-fill-available !important;
    max-width: 300px !important;
    overflow: hidden;
    display: inline-block;
    margin: 2px 15px;
    color: black;
    vertical-align: top;
    border-radius: 4px;
    display: none;
    border: 1px solid #b9b9b9;
    margin: 10px auto;
}
.product_boxn img {
    width: 100% !important;
    height: -webkit-fill-available !important;
    max-width: 100%;
    transition: 0.4s;
    object-fit: contain;
}

.contact_details .contact_d i {
             padding: 7px 12px;
    font-size: 24px;
    width: 23px;
    text-align: center;
    position: relative;
    top: 0;
    display: flex;
    margin: 0px 10px;
    justify-content: center;
    border-radius: 32px;
}
.dis_flex .big_btns {
   
       border-radius: 4px;
    font-size: 12px;
    padding: 14px;
    display: inline-block;
    text-align: center;
    margin: 3px 0px;
    width: 124px;
    font-weight: 500;
    box-shadow: 0px 0px 0px 0px #0000002e;
}

.card2 {
   width:auto;
    margin: 0 0px;
    
}
.prod_added {
    background: #705114 !important;
    color: white !important;
    display: flex !important;
}

.card_content img {
           height: 150px !important;
    max-width: 150px   !important;
    background: white !important;
    object-fit: cover;
}

.card_content2 h2 {
          text-transform: capitalize;
    margin: 10px 10px;
    letter-spacing: -1px;
    font-weight: 600;
    position: relative;
    font-size: 28px;
    text-align: center;
}

.content_grid {
    display: grid;
   
    grid-template-columns: 100%;
    align-items: end;
    height: fit-content;
    margin-top: 0px;
}
.card_content2 p:nth-child(2) {
       font-size: 14px;
    width: auto;
    text-align: center;
    text-transform: capitalize;
    margin: 10px 20px;
}

.contact_details .contact_d p {
    margin: 4px 2px;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    width: -webkit-fill-available;
    align-self: center;
}

.card_content2 p {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    margin: 1px 20px 20px;
    
}

.contact_details {
    padding: 21px 4px;
    display: grid;
    grid-template-columns: 100%;
}

.contact_details .contact_d {
                  margin: 2px 3px;
    width: -webkit-fill-available;
}

.mySlides {
    width: 43% !important;
    height: 160px !important;
    display: inline-grid;
    vertical-align: middle;
    margin: 5px;
    text-align: center;
    border: 2px solid #dbdbdb;
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
    background: transparent;
}