@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;

}
a {
	color: #333;
	text-decoration: none;
	outline: 0
}
a::after {
	text-decoration: none;
	outline: 0
}
a::active {
text-decoration:none;
outline:0
}
a:hover {
	text-decoration: none
}
a:active, a:focus, a:visited {
	text-decoration: none;
	outline: 0
}
button:focus, input:focus, select:focus {
	outline: 0
}
.section{
    padding: 50px 0px;
}
.container{
    max-width: 1280px !important;
}
p{
	font-size: 14px;
	color: #000;
    line-height: 26px;
}
ul li{
	font-size: 14px;
	color: #000;
    line-height: 26px;
}
.mar_left{ margin-left:100px;}

nav.navbar {
    padding: 10px 0px;
}
li.nav-item {
    padding: 0px;
}

li.nav-item.active .nav-link, .nav-link:hover {
    color: #ef8354 !important;
    border-radius: 5px;
}
.navbar-light .navbar-nav .nav-link {
    color: #284b63;
    padding: 10px 20px; font-size:18px;
}
.cart {
    width: 100%;
    float: left;
    /* background: #fe0000; */
    padding: 8px 20px;
    border-radius: 0px;
    border-left: 1px solid #000;
}
.cart span{
    font-size: 14px;
    color: #393c4c;
    font-weight: 600;
}
.cart sup {
    font-size: 12px;
    background: #393c4c;
    color: white;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    left: -10px;
    top: -10px;
}
.banner-img {
    background-image: url(../images/banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;

}
.banner-txt {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    float: left;
    height: 500px;
    width: 60%;
}
.banner-txt h1 {
    width: 100%;
    float: left;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
}
.banner-txt h1 span {
    font-weight: 400;
    font-size: 21px;
    display: block;
    margin: 18px 0 0;
    line-height: 22px;
    text-transform: capitalize;
}
.banner-txt p{
    width: 100%;
    float: left;
    margin: 20px 0px;
    color: #fff;
    font-size: 14px;
}
.banner-txt .banner-btn {
    background: #ff810e;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    padding: 17px 0px;
    display: inline-block;
    width: 165px;
    color: #fff;
}
.main-btn {
    background: #ff810e;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    padding: 18px 0px;
    display: inline-block;
    width: 165px;
    color: #fff;
}
.main-btn:hover{
    background: #000;
    color: #fff;
}
/* content text start */
.content-txt {
    width: 100%;
    float: left;
}
.content-txt ul{
    width: 100%;
    float: left;
}
.content-txt ul li{
    width: 100%;
    float: left;
    margin: 4px 0px;
}
.content-txt h3{
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.content-txt p {
    width: 100%;
    float: left; font-size:16px; line-height:26px;
    margin-bottom: 15px;
}

.content-txt ul{
    width: 100%;
    float: left; padding:0 0 0 20px;
    margin:0 0 15px;
}
.content-txt ul li{ font-size:16px; line-height:26px; margin:5px 0;}
/* content text end */
/* footer start */
footer {
    background: #000;
    padding: 50px 0px 0px;
}
.footer-box {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}
.top-header {
    background: #ff810e;
    padding: 6px;
}
.top-header li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    float: left;
}
.top-header li img {
max-height:10px;
}
.top-header li img {
    max-height: 20px;
    margin-right: 4px;
}
.footer-box h3{
    width: 100%;
    float: left;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-box ul {
    width: 100%;
    margin-bottom: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.footer-box ul li{
    width: 100%;
    float: left;
    list-style: none;
    color: #fff;
    margin: 5px 0px; padding:0 0 0 0px;
}
.footer-box ul li i{
    margin-right: 5px;
}
ul.foot-menu li {
    list-style: none;
    float: left;
    width: auto;
    margin: 0px 20px;
    font-size: 16px;
}
.footer-box ul li a{
    width: 100%;
    float: left;
    color: #fff;
    
}
.footer-box ul li a:hover{
    color: #ff810e
}
.footer-box figure {
    margin-bottom: 0px;
    width: 100%;
    float: left;
    text-align: center;
}
.footer-box p{
    color: #fff;
}
.copy-right {
    color: #fff;
    text-align: center;
    border-top: 1px solid #434a67;
    padding: 15px 0px;
    font-size: 14px;
}
/* footer end */
/* card  start*/
.main-card {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}
.main-card figure {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.main-card h3 {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.main-card h3 a {
    width: 100%;
    float: left;
    margin: 10px 0px;
    font-size: 24px;
    font-weight: 600;
}
.main-card p {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.main-card .main-btn {
    margin-bottom: 5px;
}
/* card end */
.display-hide {
    display: none;
}
.our-product {
    width: 100%;
    float: left;
    margin: 10px 0 15px 0 !important;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
    margin-top: 25px;
}
.our-product li {
    flex: 0 0 100%;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    padding: 0;
    transition: ease-in .3s;
    border-radius: 0px;

}
ul.our-product.our-product-home li {
    display: flex
;
}
.our-product-intro > a {
    background: #ff810e;
    display: inline-block;
    padding: 8px 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
}
.our-product li figure img {
    /* max-height: 300px; */
    width: 620px;
    height: 350px;
    object-fit: cover;
}

.our-product-intro {
    padding: 50px;
    text-align: left;
    background: #fffbf6;
}
.our-product li figure{
    margin-bottom: 0px;
}
.our-product li h3 {
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    margin: 0 0px 15px;
    color: #ffffff;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}
.about-txt {
    width: 100%;
    float: left;
}
.about-txt h2 {
    width: 100%;
    float: left;
    font-size: 32px;
    font-weight: 700;
}
.about-txt h2 span{
    font-weight: 400;
}
.about-txt p{
    width: 100%;
    float: left; font-size:18px; line-height:30px;
    margin-bottom: 20px;
}
.about-txt a{
    float: left;
    margin-top: 10px;
}
figure.about-img {
    position: relative;
    border-radius: 50%;
    width: 80%;
    height: 100%;
border: 2px solid #ef8354;
text-align: center;
height: 450px;
}
figure.about-img img{
    position: absolute;
    border-radius: 50%;
    top: -15px;
    left: -15px;
    width: 100%;
    text-align: center;
    height: 450px;
}
.best-bg {
    background-image: url(../images/best.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
    background-position: center;
    background-attachment: fixed;
}
.about-bg{
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}
.best-intro.about-txt {
    float: left;
    width: 40%;
}
.best-intro.about-txt h2{
    color: #fff;
    margin-bottom: 15px;
}
.best-intro.about-txt p{
    color: #fff;
}
.social-link {
    width: 37%;
    float: right;
    margin-top: 20px;
}
.social-link a {
    border-left: 1px solid #49506f;
    padding: 0px 10px 0px 15px;
    margin: 0px 5px 0px 0px;
}
.page-bg{
    background-image: url(../images/page-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.page-bg h1{
    color: #fff;
    font-size: 42px;
    margin-bottom: 5px;
    font-weight: 600;
}
.page-bg ul li{
    color: #fff;
    float: left;
    margin-right: 15px;
    list-style: none;
}
.page-bg ul li a{
    color: #fff;
}
h2.cat-head {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 25px;
}

.sort_by {
    float: right;
    padding-top: 15px;
}
.sort_by select {
    background: #ff810e;
    border-color: #ff810e;
    height: 40px;
    padding: 0px 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
}
ul.our-product.cat-product li {
    flex: 0 0 24%;
    position: relative;
    overflow: hidden;
    margin: 0 10px 10px 0;
    padding: 0;
    transition: ease-in .3s;
    background: #ffffff;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 20px 20px 0 0;
}
ul.our-product.cat-product li h3{
    color: #000;
    margin: 7px 0px;
    width: 100%;
    float: left;
    background: none;
    padding: 0 10px;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 24px;
    line-height: 24px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
ul.our-product.cat-product li figure{
	background: #fff; height:250px; line-height:250px;
}
ul.our-product.cat-product li figure img{
    max-height: 200px;
    width: auto; height:auto; max-width:100%; width:auto;
}
ul.our-product.cat-product li span {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ff810e;
    font-weight: 600;
  
}
a.cat-btn {
    background: #ff810e;
    color: #fff;
    padding: 8px 0px;
    display: inline-block;
    margin: 10px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.pro-details {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	float: left;
	margin: 0px 0px 40px;
	margin-left: 0%;
}
.pro-details figure {
	margin-bottom: 0px;
	flex: 0 0 38%;
	margin-right: 25px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align: center;
	border: 1px solid #fff5ea;
	padding: 0px;
	margin-bottom:0;
	background: #fff;
}
.delivery-box2 {
    width: 100%;
    display: flex
;
    gap: 20px;
    align-items: center;
}
.delivery-box2 span {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 8px;
    width: 60%;
    text-align: center;
    border-radius: 5px;
}
.pro-details figure img {
	max-width: 100%;
	max-height: 280px;
}
.card-intro.pro-details-intro {
	flex-direction: column;
	margin-top: 0px;
	align-items: flex-start;
    padding: 20px 0px;
}
.card-intro {
	display: flex;
	width: 100%;
	float: left;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
.card-intro.pro-details-intro h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 0px;
}
.card-intro.pro-details-intro > span {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    /* background: #fb8a10; */
    color: #ff810e;
    padding: 3px 8px;
    border: 1px solid #ff810e;
    border-radius: 5px;
}
.shopping_cart_area {
	width: 100%;
	float: left;
	color: #000;
	margin: 0px 0px;
}
.inner_page_area h1 {
	width: 100%;
	float: left;
	font-size: 28px;
	color: #434343;
	text-transform: capitalize;
	letter-spacing: .5px;
	margin: 0 0 20px;
}
.shopping_cart_area .left_cart {
	width: 100%;
	float: left;
}
.shopping_cart_area .table-bordered thead th {
	text-align: center;
	background: #0c0e1a;
	color: #fff;
	font-weight: inherit;
	font-size: 16px;
}
.shopping_cart_area .table-bordered tr td {
	vertical-align: middle;
}
.shopping_cart_area .cart_img {
	max-height: 70px;
}
.shopping_cart_area .quantity span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ab744d;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 0px;
	vertical-align: top;
	font-weight: 700;
	line-height: 30px;
}
.shopping_cart_area .quantity .input_qty {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 0px;
	appearance: none;
	-moz-appearance: none;
	border: solid 1px #ccc;
	border-radius: 50%;
}
.shopping_cart_area .quantity span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #f28354;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 0px;
	vertical-align: top;
	font-weight: 700;
	line-height: 30px;
}
.shopping_cart_area .action {
	width: auto;
	font-size: 16px;
}
.shopping_cart_area .action a {
	color: #333;
	border: solid 1px #ccc;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 5px 0 0;
	display: inline-block;
}
.shopping_cart_area .right_checkout {
	width: 30%;
	float: right;
}
.shopping_cart_area .right_checkout .checkout_area {
	width: 100%;
	float: left;
	padding: 0 0px;
}
.table h4 {
	font-size: 18px;
}
.shopping_cart_area .right_checkout .checkout_area .btn_shopping {
	background: #fff;
	color: #0c0e1a;
	border-radius: 3px;
	border: solid 1px #0c0e1a;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	margin: 5px 0px;
	width: 100%;
	height: 45px;
	border-radius: 0;
}
.shopping_cart_area .right_checkout .checkout_area .btn_checkout {
	background: #f28354;
	color: #fff;
	border-radius: 3px;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	margin: 5px 0px;
	width: 100%;
	height: 45px;
	border-radius: 0;
	color: #fff;
}
.shopping_cart_area .right_checkout .checkout_area .btn_checkout:hover{
	background: #000;
}
.shopping_cart_area .right_checkout .checkout_area .btn_shopping:hover{
	background: #f28354;
	border-color: #f28354;
	color: #fff;
}
button.btn_checkout a {
	color: #fff;
}
.my_cart table th {
	background: #0c0e1a;
	text-align: center;
	color: #fff;
	padding: 10px !important;
	font-size: 16px;
}
.my_cart table td:nth-child(1), .my_cart table th:nth-child(1) {
	text-align: left;
}
.checkout_details {
	width: 100%;
	float: left;
	border: solid 1px #f1f1f1;
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
.checkout_details h3 {
	width: 100%;
	float: left;
	background: #0c0e1a;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.checkout_details ul {
	width: 100%;
	float: left;
	padding: 10px 15px;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}
.checkout_details ul li {
	flex: 0 0 50%;
	float: left;
	margin: 10px 0;
	list-style: none;
}
.checkout_details ul li .form-control {
	width: 96%;
	height: 45px;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
}
.error {
	color: red;
}
.checkout_details {
	width: 100%;
	float: left;
	border: solid 1px #f1f1f1;
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
.card_details_main.checkout_details {
	margin-top: 25px;
}
.checkout_details h3 {
	width: 100%;
	float: left;
	background: #0c0e1a;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.check_first {
	width: 100%;
	float: left;
	padding: 0px 20px 20px 20px;
}
.check_first label {
	font-size: 14px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 5px;
}
.right_side input {
	border-radius: 0px;
	height: 45px;
	font-size: 14px;
}
.card_details_main .check_first .card_width li {
	width: 100%;
	float: left;
	height: auto;
	list-style: none;
	padding: 0 0;
	border: none;
}
.shell {
	position: relative;
	line-height: 1;
}
input.masked, .shell span {
	font-size: 16px;
	font-family: monospace;
	padding-right: 10px;
	background-color: transparent;
}
.shell span {
	position: absolute;
	left: 3px;
	top: 2px;
	color: red;
	pointer-events: none;
	z-index: -1;
}
input.masked, .shell span {
	font-size: 16px;
	font-family: monospace;
	padding-right: 10px;
	background-color: transparent;
}
.card_details_main .check_first figure {
	width: 100%;
	float: left;
	line-height: 42px;
	margin-bottom: 0px;
}
.card_details_main .check_first figure img {
	max-width: 100%;
	max-height: 30px;
}
.card_dtls li select {
	height: 45px;
	font-size: 14px;
	border-radius: 0;
}
.card_dtls li {
	list-style: none;
	margin: 5px 0px;
	width: 47%;
	float: left;
	list-style: none;
}
.process_btn button {
	background: #0c0e1a;
	border: none;
	color: #fff;
	font-size: 16px;
	padding: 12px 26px;
	border-radius: 0px;
	cursor: pointer;
	margin: 15px 0 0;
	text-transform: uppercase;
}
.shell span {
	display: none;
}
.delivery-box1 ul li {
    list-style: none;
    margin: 12px 0px;
    font-size: 16px;
}
.delivery-box1 ul li i{
  color: #ef8354;
  margin-right: 5px;
  font-size: 16px;
}
.card-intro.pro-details-intro .main-btn {
    padding: 10px 0px;
    width: 65%;
    border-radius: 4px;
    padding: 8px 0;
    line-height: normal;
    font-size: 20px;
    letter-spacing: 1px;
}
section.bg-prod {
    background: #000000;
}
ul.breadcrumb {
    background: transparent;
    margin: 0px;
    padding: 5px 0;
}
ul.breadcrumb li{
	padding-right: 10px;
	 color: #fff;
}
ul.breadcrumb li a {
    color: #fff;
}

.card_width {
    display: flex;
}
.card_width li:nth-child(1){
    flex: 0 0 70%;
}
.card_width li img{
	margin: 0px 5px;
}
.card_dtls li {
    margin-right: 20px;
}
h2.main-head {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}
.our-product1 {
    width: 100%;
    float: left;
    margin: 10px 0 15px 0 !important;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
    margin-top: 25px;
}
.our-product1 li {
	flex: 0 0 19%;
	background: #fff;
	margin: 25px 12px 0px 0 !important;
	padding: 0 !important;
	transition: ease-in .3s;
	text-align: center;
	list-style: none;
}
.our-product1 li figure {
	border: 1px solid #fbeee7;
	border-radius: 10%;
	line-height: 180px;
	width: 100%;
	float: left;
	overflow: hidden;
    margin-bottom: 0px;
}
.our-product1 li figure img {
	border-radius: 10%;
	height: auto;
	width: 100%;

}
.our-product1 li h3 {
 color: #000;
    width: 100%;
    float: left;
    background: none;
    padding: 0;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 24px;
    line-height: 24px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    text-align: center;
    margin: 10px 0px 0px 0px;
    font-weight: 600;
}
.contact_form {
	width: 100%;
	float: left;
}
.contact_form ul {
	border: 1px solid #f1f1f1;
	width: 100%;
	float: left;
	margin-bottom: 0px;
	padding: 25px;
}
.contact_form ul li {
	width: 50%;
	float: left;
	margin: 10px 0;
	list-style: none;
}
.contact_form ul li label {
	font-weight: 500;
}
.contact_form ul li input {
	width: 95%;
	border-radius: 0px;
}
.contact_form .sbmt_btn {
	width: auto;
	display: inline-block;
	float: left;
	margin: 10px 0 10px;
	border-radius: 3px;
	border: solid 1px #fff;
	background: #0c0e1a;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 15px;
	color: #fff;
	cursor: pointer;
}
.contact_area {
	width: 100%;
	float: left;
	height: auto;
	background: #ffe6ca;
	border: 1px solid #ff810e;
	margin: 0px 0;
	border-radius: 0px;
}
.contact_area .address_area {
	width: 100%;
	float: left;
	height: auto;
}
.contact_area .address_area li {
	width: 100%;
	float: left;
	height: auto;
	list-style: none;
	margin: 0px 0;
	border-bottom: solid 1px #ff810e;
	padding: 25px 20px;
}
.contact_area .address_area li:last-child{
	border: 0px;
}
.contact_area .address_area figure {
	width: 50px;
	height: 50px;
	border-radius: 2px;
	float: left;
	line-height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #ff810e;
}
.contact_area .address_area figure i {
	color: #0cceb6;
	font-size: 22px;
}
.contact_area .address_area .details {
	width: calc(100% - 50px);
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}
.contact_area .address_area .details h3 {
	width: 100%;
	float: left;
	padding: 0px 0 5px 0;
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
	color: #ff810e;
}
.contact_area .address_area .details p {
	font-size: 16px;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 20px;
	color: #ff810e;
}
.footer-box ul li img {
    max-height: 20px;
    margin-right: 7px;
        float: left;
}
.footer-box ul li p {
    padding-left: 27px;
    margin-bottom: 0px;
}
.page-content.succ-page {
    width: 100%;
    float: left;
    border: 1px solid #f5a554;
    padding: 20px;
    text-align: center;
    background: #fff1e3;
}
.page-content.succ-page strong{
color: #f5a554;
}
.page-content.succ-page h2{
	font-size: 28px;
	font-weight: 600;
color: #f5a554;
}
ul.our-product1.home-prod li figure {
    line-height: 260px;
}
.our-product1 li > a:hover h3{
	color: #ff810e;
}
.our-product1 li > a figure:hover{
	border-color: #ff810e;
}
.content-txt.product-intro ul {
    padding-left: 15px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.content-txt.product-intro ul li{
    width: 100%;
    float: left;
    margin: 4px;
}
.content-txt.product-intro.prod-text p {
    margin-bottom: 12px;
}
.content-txt.product-intro ul li:nth-child(1){
	margin-top: 0px;
}
ul.flag_top {
    width: auto;
    display: flex;
    min-width: 80px;
    margin: 0;
    align-items: center;
}
ul.flag_top li.active {
    padding: 5px;
    border: solid 1px #ff810e;
    cursor: no-drop;
    background: #ffd7ad;
}
ul.flag_top li {
    margin: 0 5px;
    line-height: 20px;
    list-style: none;
}
.quantity {
    display: flex;
}
