@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    background: #fff;
    font-size: 15px;
	line-height:26px;
	font-weight:400;
    color: #646464;
	font-family: 'Outfit', sans-serif;
}
.site-main{
	min-height: 500px;
}
img{max-width:100%;}
a{color:#2d2d2d;}
a:hover{color:#2D2D2D;text-decoration:none;}
.wrapper {
    overflow-x: hidden;
}
.logo {
    width: 200px;
}
.logo img {
    width: 100%;
	height: 100%;
	max-width: 100%;
}
.text-yellow {
    color: #f5e606;
}

.btn-green {
    background: linear-gradient(to bottom, #1D8986, #037C78);
    color: #fff;
    box-shadow: 0px 4px 9px #0000001C;
	border:1px solid #037C78;
}

.btn-green:hover {
    opacity: 1;
    color: #fff;
    background: linear-gradient(to top, #1D8986, #037C78);

}
.btn-green-outline {
    color: #037C78;
    border: 1px solid #037C78;
}
.btn-green-outline:hover {
    background: #037C78;
	color:#fff;
}
.btn-gray {
    background: #ccc;
    color: #fff;
    box-shadow: 1px 1px 4px 0px #000;
	font-weight:bold;
}

.btn-gray:hover {
    background: #115691;
    color: #fff;
}

.text-blue {
    color: #084E8A;
}
.text-theme{
	color:#027C77 !important;
}
.clear {
    clear: both;
    height: 1px;
    font-size: 0%;
    line-height: 0%;
}
.header-mail-wrapper {
    text-align: right;
}
.header-mail-wrapper p {
	font-size: 16px;
}
.header-mail-wrapper p strong {
	font-size: 20px;
	font-weight: 900;
	color: #034884;
}
.btn{
	height:55px;
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
	display:inline-flex;
	align-items:center;
	padding: 5px 20px;
	border-radius:6px;
}
.btn-white {
	background-color: white;
	color: black;
	border: none;
}
.btn-white:hover {
	background-color: black;
	color: white;
}
.btn-small-transparent {
    background-color: transparent;
    border: 2px solid #084E8A;
    color: #084E8A;
    border-radius: 7px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 600;
	text-decoration: none;
	margin-right: 10px;
	cursor: pointer;
}
.btn-small-transparent:hover {
	background-color: #0D8192;
	color: white;
	border-color: #0D8192;
}
.btn-small-gray {
    background-color: #8C8C8C;
    color: white;
    padding: 5px 12px;
    border-radius: 7px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
	cursor: pointer;
	border: 2px solid #7b7a7a;
	
}
.btn-small-gray:hover {
	color: white;
	background-color: #7b7a7a;
	border-color: #7b7a7a;
}
.btn-small-gray .chat-img {
	margin-right: 10px;
}
.mail-link {
	text-decoration: none;
	color: #084E8A;
	font-size: 15px;
	font-weight: bold;
	word-break: break-all;
	text-align: right;
}

input.input-text,
select,
textarea {
    background: #fff;
    border: 1px solid #E2E2E2;
}

/* header */
.header {
/*     background-image: url('../images/header-top-bg.jpg'); */
    background-size: 100% 100%;
/* 	background: transparent linear-gradient(180deg, #F8F9FB 0%, #DAE1E7 100%) */
position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
}
.header.default{
	position:relative;
}
.header.fixed-me{
	background:#fff;
	box-shadow: 10px 10px 17px #0000000F;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #ffffff94;
}
.navbar-light .navbar-toggler-icon{
	filter:invert(1);
}
.header.fixed-me .navbar-light .navbar-toggler,.header.default .navbar-light .navbar-toggler {
    color: #000;
    border-color: #00000094;
}
.header.fixed-me .navbar-light .navbar-toggler-icon,.header.default .navbar-light .navbar-toggler-icon{
	filter:none;
}
.header p{
	letter-spacing:0;
	text-align: right;
}
.mail-buttons {
	justify-content: end;
}

.header-top {
    padding: 10px 0px;
}

.header-top-chat-details {
    background-color: #015754;
    padding: 2px 7px;
    border-radius: 6px;
}

.header-top-chat-details-info span {
    color: #00DDFD;
}

.header-top-chat-details h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0;
    color: white;
}

.header-top-chat-details h5 {
    color: white;
    font-size: 20px;
    margin-bottom: 0;
}

.header-top-chat-details-img {
    text-decoration: none;
    display: block;
}

.header-top-shipping-img img {
    height: 100%;
}

.header-bottom {
    background:transparent;
    padding: 8px 0px;
/* 	box-shadow:-1px 1px 14px rgba(0,0,0,.06); */
}

.header-list {
    width: 100%;
}

.header-list .nav-item .nav-link {
    color: #000;
	font-family: 'Signika', sans-serif;
	font-weight:600;
    font-size: 17px;
    padding: 5px 20px;
    text-transform: capitalize;
    border-radius: 6px;
    margin-right: 0;
}
.header.fixed-me .nav-item .nav-link,.header.default .nav-item .nav-link{
	color:#3a3a3a;
}
.header-list .nav-item .nav-link:hover,
.header-list .nav-item .nav-link.active,
.header-list .nav-item .nav-link:focus {
    color: #037C77;
}
.header.fixed-me .header-list .nav-item .nav-link:hover,
.header.fixed-me .header-list .nav-item .nav-link.active,
.header.fixed-me .header-list .nav-item .nav-link:focus,.header.default .header-list .nav-item .nav-link:hover,
.header.default .header-list .nav-item .nav-link.active,
.header.default .header-list .nav-item .nav-link:focus {
    color: #037C77;
}
.nav-dropdown-wrapper:hover .nav-dropdown-content,
.nav-dropdown-inner-wrapper:hover .nav-dropdown-inner-content {
    display: block !important;
}

.nav-dropdown-content,
.nav-dropdown-inner-content,.dropdown-menu  {
    display: none;
    background-color: #fff;
    padding: 10px 20px;
    min-width: 270px;
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 35px;
}

.nav-dropdown-inner-content {
    left: 70px;
    box-shadow: 1px 1px 6px 2px #00000087;
    top: 35px;
}

.dropdown-menu  li {
    list-style: none;
}

.dropdown-menu  li a {
    color: #037C77;
    text-decoration: none;
    font-size: 14px;
    padding: 7px;
    border-bottom: 1px dotted #26e0fb;
    display: block;
}
.dropdown-menu li:last-child > a {
    border: none;
}
.dropdown-menu  li a:hover,.dropdown-menu  li a.active {
    background-color: #037C77;
     color: #fff;
}

.header-list .nav-item.dropdown:hover> .dropdown-menu {
    display: block;
}
.dropdown-menu.sub-menu {
    left: 70px;
    box-shadow: 1px 1px 6px 2px #00000087;
    top: 35px;
}
.header-top-shipping-img {
    text-decoration: none;
	color: #000000;
	display: flex;
	align-items :center;
}

.header-top-shipping-img:hover {
    color: #000000;
}

.header-top-shipping-img .free-ship {
    display: flex;
    align-items: center;
	margin-right: 20px;
}

.free-ship .content p, .ship-box-bottom p {
    font-size: 18px;
    margin: 0;
	/* font-family: 'LithosPro'; */
	font-weight: normal;
}
.free-ship .content p span, .ship-box-bottom p span {
	color: #084E8A;
	font-weight: bold;
}

.header-top-shipping-img .free-ship .icon {
    margin-right: 5px;
}
.light-g-blue {
	color: #5E6F7C;
}
.light-blue {
	color: #1D8986;
}

.top-slider-wrapper {
    background-color: #015754;
    padding: 0 0px;
}

.top-slider-wrapper .slick-track {
    display: flex;
}

.top-slider-wrapper .slick-dots li button:before {
    font-size: 30px;
}

.product__slider-main .ts-item {
    padding: 15px;
    background: url('../images/slider-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #015754;
    background-blend-mode: color;
}

.top-slider-wrapper .content-box {
    background: #1764607A;
    border-radius: 7px;
    height: 100%;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-slider-wrapper .content-box h2 {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Signika', sans-serif;
    letter-spacing: 1px;
}

.top-slider-wrapper .content-box h4 {
    font-size: 18px;
    font-weight: bold;
    color: #3FA1BC;
    margin-bottom: 20px;
}

.top-slider-wrapper .content-box p {
    font-size: 15px;
    color: #5AB9B6;
    line-height: 24px;
	letter-spacing:0;
}

.top-slider-wrapper .content-box ul li {
    font-size: 18px;
    color: #5AB9B6;
    margin-bottom: 15px;
}

.top-slider-wrapper .content-box ul {
    margin: 0;
}
.steps-pins-item {
    padding: 20px;
    background: #1d8986;
    border-radius: 4px;
	height: 100%;
}
.steps-pins-item-img {
    width: 65px;
    height: 65px;
}
.steps-pins-item-img img {
    width: 100%;
    height: 100%;
}
.steps-pins-item-content p {
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    color: white;
    text-align: left;
    letter-spacing: normal;
}
.steps-pins-item-content p span {
	font-size: 20px;
	font-weight: bold;
}
.welcome-pins-main-heading h3{
	font-size:40px;
	color:#1D8986;
	font-weight:600;
}

.features-section {
    background: #fff;
    padding: 80px 0;
}
.features-section .item:first-child {
    margin: 0;
}
.features-section .item {
    margin-top: 60px;
	max-width:380px;
}
.features-section .text-right .item{
	margin-left:auto;
}
.features-section .text-right .item,.features-section .text-right .item p {
	text-align: right;
	margin-left:auto;
}

.features-section .item h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.features-section .item p {
    margin: 0;
    margin-top: 8px;
}

.count-section {
    background: url(/wp-content/uploads/2024/03/banner-02.png);
    padding: 80px 0;
    color: #fff;
    background-color: #0000007d;
    background-blend-mode: color;
    background-attachment: fixed;
    background-position: bottom;
    background-size: 100%;
}
.count-section .item{text-align:center;}
.count-section .item .icon {
	width:70px;
	margin:0 auto;
    margin-bottom: 20px;
}

.count-section .item h3 {
    font-weight: 600;
    font-size: 28px;
    margin: 0;
}

.count-section .item p {
    margin: 0;
}
/* welcome lapel pins */
.welcome-pins-main-left-area {
    text-align: center;
}

.welcome-lapel-pins-main-area {
    padding: 40px 0px 80px;
	background:#fff;
}

.welcome-lapel-pins-main {
    padding: 0 0;
/*     border-radius: 6px; */
}

.welcome-pins-social-img {
    margin-right: 6px;
    margin-bottom: 6px;
}
.main-top-banner {
    margin-bottom: 0;
	height:450px;
}
.main-top-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.welcome-pins-main-heading {
/*     background-image: url('../images/bg_title.gif');
    background-size: 100% 100%; */
    padding: 0;
    border-radius: 0;
	margin-bottom:20px;
}

.welcome-pins-main-heading h2 {
	color:#3a3a3a;
    font-size: 40px;
	font-family: 'Signika', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
	text-transform:capitalize;
	text-align:center;
}

.welcome-pins-steps-area {
    padding: 15px 0;
}
.welcome-pins-steps-area h3{
	color:#3a3a3a;font-weight:600;
}
.welcome-pins-steps-area-img img {
    width: 100%;
}
.welcome-lapel-pins-main .image{
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
}

/* Banner Slider */
.product__slider-main {
    margin-bottom: 0;
}

.product__slider-main img {
    margin: 0 auto;
    width: 100%;
}

.slider-bg {
    background: #037c78;
}

.product__slider-thmb .slick-slide {
    opacity: 0.5;
    transition: all .3s ease;
}

.product__slider-thmb .slick-slide.slick-active,
.product__slider-thmb .slick-slide:hover {
    opacity: 1;
    background-color: #015754;
}

.product__slider-main,
.product__slider-thmb {
    display: none;
}

.product__slider-thmb .slick-slide .ts-item-img {
    background: #037c78;
    padding: 10px 5px;
    height: 50px;
    align-items: center;
    cursor: pointer;
}

.product__slider-thmb .slick-slide .ts-item-img h3 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'Signika';
}

.product__slider-thmb .slick-slide.slick-current.slick-active .ts-item-img {
    background: #015754;
}

.product__slider-thmb .slick-track {
    transform: none !important;
}


.welcome-lapel-pins-main .content-heading {
    max-width: 100%;
	margin: 0 auto;
	text-align:left;
}

.welcome-lapel-pins-main .content-heading h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #1D8986;
}
.welcome-lapel-pins-main .form-wrapper {
    max-width: 100%;
    margin: 0 auto;
}
.form-wrapper .fieldset .form-list {
    padding: 0;
}
.welcome-pins-steps {
    display: flex;
}

.welcome-pins-steps .item {
    width: 33.3%;
    position: relative;
}

.welcome-pins-steps .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.welcome-pins-steps .item .content p {
    margin-bottom: 0;
	font-size:13px;
	letter-spacing:0;
}

.welcome-pins-steps .item .content .icon {
    margin-top: 20px;
    margin-bottom: 10px;
}


/* Form */

.form-list li {
    margin: 0 0 0px;
    display: inline-block;
    width: 100%;
}

.form-list label {
    float: left;
    font-weight: bold;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    font-size: 15px;
    z-index: 0;
}

.form-list label.required em {
    /* bottom: 10px; */
    /* float: left; */
    font-style: normal;
    position: relative;
    left: 4px;
    color: #CC0000;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control input.radio {
    margin-left: 29px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    display: block;
    /*clear:both; width:430px;*/
    float: left;
	width:100%;
}

.form-list .field {
    clear: both;
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
}

.form-list input.input-text {
    width: 100%;
    padding: 5px;
}

.form-list textarea {
    width: 100%;
    height: 10em;
}

.form-list select {
    font-size: 15px;
    padding: 5px;
    width: 100%;
    height: 38px;
}

.form-list li.wide {
    margin-left: 20px;
    margin-bottom: 10px;
}

.form-list li.wide .input-box {
    /*width:535px;*/
}

.form-list li.wide input.input-text {
    width: 255px;
    padding: 5px;
}

.form-list li.wide textarea {
    width: 255px;
}

.form-list li.wide select {
    width: 260px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.buttons-set {
    clear: both;
    padding: 5px 0;
    width: 100%;
}

.buttons-set .back-link {
    float: left;
}

.buttons-set button.button {
    float: right;
}

.buttons-set p.required {
    margin: 0 0 5px;
	text-align:right;
}


.fieldset {
    background:#fff;
    border: 1px solid #DDDDDD;
    margin: 35px 0;
    padding: 22px 25px 12px;
    width: 100%;
}

.fieldset .legend {
    background: none repeat scroll 0 0 #dfe4e8;
    border: 0px solid #FEFEFE;
    color: #213a4e;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: -44px 0 0 -10px;
    padding: 10px;
    position: relative;
    box-shadow: 0px 2px 2px #bdbcbc;
    text-shadow: 0px 1px 0px #f2f9fe;
}

/* Product Shop */
.product-view .product-shop {
    /*float:right;*/
    width: 455px;
    border: 1px solid #dddddd;
    padding: 15px 20px;
    background-color: #fff;
    width: 100%;
}

.product-view .product-name h1 {
    font-size: 12px;
    font-weight: bold;
    color: #2D2D2D;
    padding: 0 0 10px;
}

.product-view .product-shop .ratings {
    margin: 0 0 18px 0;
}

.product-view .product-shop .rating-links {
    padding: 0 0 0 100px;
}

.product-view .product-shop .no-rating {
    padding-bottom: 18px;
}

.product-view .product-shop .price-box {
    float: left;
    margin: 0 25px 0 0;
}

.product-view .product-shop .price {
    font-size: 17px;
    font-weight: normal !important;
    color: #202020;
}

.product-view .product-shop .availability {
    float: left;
    margin: 5px 0 0 0;
}

.product-view .product-shop .availability span {
    font-weight: normal;
}

.product-view .product-shop .clear {
    height: 16px !important;
}

.product-view .product-shop .add-to-cart label {
    margin: 5px 10px 0 0;
}

.product-view .product-shop .add-to-cart .qty {
    width: 66px !important;
    height: 21px;
    line-height: 21px;
    background: #fff;
    border: solid 1px #CDCDCD;
    font-size: 11px;
    color: #666;
}

.product-view .product-shop .add-to-cart button.button {
    margin-left: 18px;
}

.product-view .product-shop .add-to-box .or {
    margin: 5px 15px 0 15px;
}

.product-view .product-shop .add-to-box .add-to-links {
    margin: -6px 0 0 0;
    line-height: 18px;
}

.product-view .short-description {
    padding: 40px 0 0 0;
}

.product-view .short-description h2 {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 16px 0;
}

.product-view .product-shop a.nobr {
    clear: both;
    display: block;
}

/* Product Options */
.product-options {
    padding: 15px 20px;
    margin: 20px 0 0;
    border: 1px solid #ddd;
    width: 100%;
    background-color: #fff;
}

.product-options dt label {
    font-weight: bold;
}

.product-options dt .qty-holder {
    float: right;
}

.product-options dt .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #000;
}

.product-options dd {
    margin: 10px 0;
}

.product-options dl.last dd.last {}

.product-options dd input.input-text {
    width: 100%;
    padding: 5px;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 100%;
    padding: 5px;
    font-size: 12px;
}

.product-options .options-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-options .options-list input.radio {
    margin: 3px -8px 7px 74px;
}

.product-options .options-list input.checkbox {
    margin: 3px -20px 0 0;
}

.product-options .options-list .label {
    display: inline;
    margin-left: 20px;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.required {
    padding: 15px 0 0;
	text-align:right;
}

.product-options-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0;
    width: 100%;
}

.product-options-bottom .price-box {
    float: left;
    margin: 1px 0 !important;
}
.product-options-bottom .price-box .price.reg-price{
	font-weight:bold;
}
.product-options-bottom .add-to-cart {
    float: right;
    margin: 0 !important;
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 10px 0 0 0;
}

/* Footer  */
.footer p{
	letter-spacing: 0;
}
.footer-wrapper {
    background: #1D8986;
    padding:50px 0 0;
	color:#dbdbdb;
}

.footer-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links .footer-logo{
	margin-bottom:20px;
	width:200px;
}
.footer-links h5 {
    font-size: 16px;
	font-family: "Signika", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
	color:#fff;
}
.footer-links h5 a{
	color:#fff;text-decoration:none;
}
.footer-links ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.footer-links ul li p {
    margin: 0;
    flex: 1;
	text-align:left;
}

.footer-links ul li a {
    color: #dbdbdb;
    text-decoration: none;
    padding:0;
}

.footer-links ul li a:hover {
    text-decoration: underline;
	color:#fff;
}

.footer-links ul li .label {
    width: 100px;
    margin-right: 10px;
    color: #fff;
    display: block;
}

.footer-links ul li p {
    /* color: #000; */
}
.footer-bottom{
	background:#097f7b;
	padding: 20px 0;
	margin-top:30px;
}
.footer-bottom p {
    margin: 0;
	text-align:center;
}
/*Price Table */
.pricetable
{
width:100%;
text-align:center;
}
.pricetable tr
{
height:50px;
text-align:center; !important
vertical-align:middle;
}
.pricetable td
{
text-align:center;
vertical-align:middle;
}
.pricetable td.pricetd
{
width:111px;
height:50px;
background-color:#ffffff;
vertical-align:middle;
text-align:center;
font-size:14px;
font-weight:bold;
}
.pricetable tr.pricetr
{
background-color:#8fcff1;
}
.pricetable td.sizetd
{
width:112px;
height:50px;
background-color:#8fcff1;
color: #002060;
vertical-align:middle;
text-align:center;
font-weight:bold;
}
.categoriesButton
{
margin:0px;
padding:0px;
margin-top:10px;
list-style:none;
}
.categoriesButton li
{

border: 1px solid #E2E1E1;
margin-top:5px;
margin-left:0;

}
.categoriesButton li a
{

padding:10px;
background-color:#f1f1f1;
text-decoration:none;
display:block;
color:#2D2D2D;
}

.categoriesButton li a:hover
{
background-color:#f8f7f7;
}
  
}
.style1 th
{
background: none repeat scroll 0% 0% #00a9c2;
color: #ffffff;
}
.style1 td
{
padding:5px;
color: #666666 !important;
    text-align: center !important;
}
.style1 th {
    font-weight: bold;
    height: 22px;
    padding: 5px;
    text-align: center;
}

.style2 th
{
background: none repeat scroll 0% 0% #00a9c2;
color: #ffffff;
}
.style2 td
{

border: 1px solid #CCCCCC;
    color: #666666 !important;
    text-align:center;
font-weight:bold;
}
.style1 td a, .style2 td a, .style3 td a{
color: #000;}
.style2 td img
{
/* max-width:150px; 
max-height:150px; !important */
}
.style2 th {
    font-weight: bold;
    height: 22px;
    padding: 5px;
    text-align: center;
}
.style2 th a
{
    font-weight: bold;
    height: 22px;
    padding: 5px;
    text-align: center;
    color: #ffffff !important;	
}

.style3
{
width:100%;
}
.style3 th
{
background: none repeat scroll 0% 0% #00a9c2;
color: #ffffff;
}
.style3 td
{
text-align: center;
}
.style3 td img
{
max-height:100px;
max-width:100px;
}
.grid  table{border-collapse:collapse; border:1px solid #e1e0e0; border-right:0px;}

.grid table tr td{border-top:1px solid #e1e0e0; border-right:1px solid #e1e0e0;  }

.grid table tr th{border-top:1px solid #e1e0e0; text-transform:uppercase; border-right:1px solid #e1e0e0;}


.recently-viewed {
    background: #eee;
    padding: 15px;
    margin-bottom: 20px;
}

.recently-viewed ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recently-viewed h3 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 5px 10px;
    height:35px;
}
.woocommerce form .form-row textarea {
    height: auto !important;
}
.woocommerce form .select2-container--default .select2-selection--single{
height:35px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 35px;
}

nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f1f1f1;
    border-radius: 8px;
}

nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    color: #000;
}

nav.woocommerce-MyAccount-navigation ul .is-active a,nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #015754;
    color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li:last-child a {
    border: none;
}
.woocommerce-MyAccount-content h3 {
    color: #000;
    font-size: 24px;
}

.dsabafw_table_custom .billing_address_inner {
    margin-top: 10px;
    display: block;
}
button.defalut_address, button.defalt_addd_shipping {
    padding: 8px 5px;
    font-size: 12px;
    margin-right: 14px;
    background: #ccc;
    color: #000;
    border: none;
    border-radius: 8px;
}
.dsabafw_table_bill .billing_address button.form_option_edit, .dsabafw_table_ship .shipping_address button.form_option_ship_edit {
    background-color: #ccc;
    color: #000;
    font-weight: 500;
    padding: 0px;
    border: none;
    padding: 6px 5px;
    font-size: 12px;
    border-radius: 8px;
}
.delete_bill_address a {
    background: #bd0303;
    color: #fff;
    padding: 5px;
    border-radius: 8px;
}
.form_option_billing, .form_option_shipping {
    display: inline-block;
    margin: 15px 0;
    cursor: pointer;
    line-height: 1.5;
    background-color: #015754 !important;
    border: none;
    border-radius: 4px;
}
.woocommerce .woocommerce-Button.button {
    background-color: #015754;
    color: #fff;
}
.welcome-lapel-pins-main .post {
    margin-bottom: 30px;
}


.welcome-lapel-pins-main .post .entry-header .entry-title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
	padding-top:20px;
}
.welcome-lapel-pins-main .post .entry-header .entry-title a {
    text-decoration: none;
    color: #000;
}
.welcome-lapel-pins-main .post .post-thumbnail {
	padding-top: 20px;
    margin-bottom: 10px;
	max-width: 680px;
    display: block;
}
.post-thumbnail img {
    border: 1px solid #10837e;
    width: 100%;
    height: auto;
}

.welcome-lapel-pins-main .post .entry-meta {
    margin-bottom: 10px;
}
.widget-area .widget_block {
    margin-bottom: 25px;
}
.widget-area .widget_block ul,.widget-area .widget_block ol {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.widget-area .widget_block li {
    clear: both;
    background: none repeat scroll 0 0 #037c77;
    padding: 5px 5px;
    border-bottom: 2px solid #106774;
	color:#fff;
	margin: 0;
}
.widget-area .widget_block li a {
    color: #fff;
    text-decoration: none;
	    background: url(../images/bullet.png) no-repeat scroll 0 -6px rgba(0, 0, 0, 0);
    padding-left: 25px;
}
.widget-area .widget_block li a:hover {
color: #00A8FF;
}
.widget-area .widget_block li:last-child {
    border-radius: 0 0 8px 8px;
}

.widget-area .widget_block .wp-block-group {
    gap: 0;
}

.widget-area .widget_block .wp-block-heading {
    background: linear-gradient(to bottom, #3BACD8 50%, #1A9DD1 50%);
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px;
    color: #fff;
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.single .post a {
    color: #00A8FF;
    text-decoration: none;
}
.post a {
    color: #919191;
    text-decoration: none;

}
.post .entry-meta a:hover,.welcome-lapel-pins-main .post .entry-header .entry-title a:hover {
color: #00A8FF;
}

.post .entry-meta {
    color: #aaa;
    font-weight: bold;
    text-transform: uppercase;
}
.post  .entry-content {
   display:inline-block;
	width:100%;
}

.post .entry-content p {
    margin: 0;
	border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 15px 0;
	letter-spacing:0;
}
.single .post .entry-content p {
    border: none;
    padding: 0;
    margin-bottom: 15px;
}
.post .entry-content .read-more {
    float: right;
	margin-top:15px;
}
.single .post .entry-meta {font-weight: normal;text-transform: capitalize;color: #868686;}

.single .post .entry-content {
    border: none;
    padding: 0;
}
#commentform textarea { 
width: 100%;
font-family: inherit;

 border:1px solid #10837e;
background: #fff;
font-size: 14px;
padding: 5px 10px 10px 10px;
line-height: 25px;
font-family: georgia;
font-style: italic;
}
#commentform p {
margin-bottom: 15px;
float:left;
width:100%;
clear:both;
}
#commentform p label{padding-top:15px; float:left; }

#commentform input {
padding: 11px;
	width: 300px;
border: 1px solid #10837e;
background: #fff;
font-size: 14px;
float:right;
max-width:100%;
	-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
#commentform input:hover {
    border-color: #BEBEBE;
}

#respond h3 {
    margin-top: 18px;
    font-size: 18px;
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
	font-weight:bold;
	color:#444;
}
#commentform input#submit {
background-color: #b7b7b7;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font: bold 12px/27px Arial,Helvetica,sans-serif;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#commentform input#submit:hover {
 background: none repeat scroll 0 0 #115691;
    color: #ffffff;
}
input#wp-comment-cookies-consent {
    float: left;
	width:auto;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}

#commentform .comment-form-cookies-consent label {
    padding-top: 0;
    margin-left: 10px;
}

.form-submit {
    text-align: right;
}
.form-list label em , label em {
    color: #CC0000;
}
form .btn-gray {
    font-weight: 600;
}
form .btn-gray:hover {
    background: #115691;
}

.woocommerce-page aside.widget-area {
    display: none;
}
.welcome-pins-steps-area .grid {
    overflow: hidden;
    overflow-x: auto;
	width:100%;
}


.welcome-pins-steps-area .table {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
	border: 1px solid #CCCCCC;
}
.welcome-pins-steps-area .table table {
/*     min-width: 700px; */
}
.table table tr{
	border:none;
}
div[align="center"] p {
    text-align: center;
}
.archive .page-header .page-title {
    color: #000;
    font-weight: bold;
    font-size: 30px;
}
input.required-entry.error, select.required-entry.error {
    border: 1px dashed #f00 !important;
    background: #faebe7 !important;
    outline: 0;
}
.wp-block-latest-comments__comment-excerpt p{
	text-align: left;
}
.page-id-169 .shop_table tr.woocommerce-cart-form__cart-item td, .page-id-169 .shop_table tr th {
    border: 1px solid #0000001a;
    text-align: center;
}
.woocommerce a.remove {
	margin: auto;
	color: #015754 !important;
}
.woocommerce a.remove:hover {
	background-color: transparent !important;
	color: red !important;
}
.product-list ul {
    column-gap: 10px;
    row-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    list-style: none;
    padding: 0;
}
.product-list .product-title {
	width: 100%;
	font-size:30px;
	font-weight:500;
	color: #3a3a3a;
/* 	border-bottom: 1px solid #CCCCCC; */
}
.product-list li {
width: auto;
    background: transparent linear-gradient(49deg, #E5FCFF 0%, #85B9C2 100%) 0% 0% no-repeat padding-box;
    border: 4px solid #1D909D;
    padding: 0;
    margin: 0;
}
.product-list li a{
	text-decoration:none;
}
.product-list li:hover .product-img {
    transform: scale(1.2);
}
.product-list li h6 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    background: #1D909D;
    color: #fff;
}
.gallery-list .product-title {
    background-color: transparent;
    font-size: 40px;
    font-weight: 600;
	color:#1D8986;
    text-transform: uppercase;
    padding: 7px 0px !important;
	margin-bottom:40px;
}
.gallery-list li {
    width: auto;
    background: transparent linear-gradient(49deg, #E5FCFF 0%, #85B9C2 100%) 0% 0% no-repeat padding-box;
    border: 4px solid #1D909D;
    padding: 0;
    margin: 0;
	overflow:hidden;
}
p:empty, p:has(a:empty){
	display: none !important;
}
.product-img {
    height: 200px;
    transition: ease all 1s;
    padding: 30px;
}
.product-img img {
    height: 100%;
	width: 100%;
	object-fit: contain;
}
.btn-bottom .btn:first-child {
    margin-right: 10px;
}
.gallery-list .product-title a{text-decoration:none;}

.pre-heading {
    font-size: 30px;
    font-weight: 500;
    color: #131313;
}
.sec-heading h2 {
    font-size: 44px;
    font-weight: bold;
    color: #1090A4;
}
.image-with-content {
    padding: 80px 0;
}
.image-with-content p {
    font-size: 18px;
    color: #131313;
}
.image-with-content p.text-theme{
	font-weight:600;
}
.image-with-content .image {
    width: 80%;
}
.services-section{
	padding: 80px 0 50px;
}
.services-section .sec-heading{
	margin-bottom:50px;
	text-align:center;
}
.services-section .services {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.services .item {
	padding: 0 8px;
	width: 20%;
	margin-bottom:25px;
}
.services .item .item-inner {
    background: #FBFBFB 0% 0% no-repeat padding-box;
    border: 1px solid #D0D0D0;
    border-radius: 14px;
    padding: 30px 20px;
    text-align: center;
	height:100%;
}
.services .item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 25px;
}

.how-work {
    padding: 80px 0 0;
}

.how-work .sec-heading {
    text-align: center;
    margin-bottom: 50px;
}

.how-work .item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0 0 17px #0000000F;
    border-radius: 8px;
    padding: 50px 60px;
    text-align: center;
    width: 95%;
    margin: 0 auto;
}

.how-work .item h3 {
    font-size: 28px;
    color: #027C77;
    margin-bottom: 15px;
}

.how-work .item p {
    font-size: 20px;
    color: #131313;
    margin: 0;
}

.how-work .item .icon {
    margin-bottom: 25px;
}
.more-info-sec ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 30px;
}

.more-info-sec ul li {
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    color: #000;
}

.more-info-sec ul li a {
    color: #1090A4;
}

.more-info-sec ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1090A4;
    left: 0;
    top: 7px;
}
/* banner css */
.banner-slider-wrapper {
	padding: 120px 0 60px;
	background-color: black;
	margin-top: 90px;
}
.banner-slider-item-content span {
	display: inline-block;
	color: #ea492d;
	font-size: 80px;
	font-weight: 400;
	line-height: 100px;
}
.banner-slider-item-content h1 {
	font-size: 96px;
	font-weight: 400;
	color: white;
	margin-bottom: 50px;
	margin-top: -30px;
}
.banner-slider-item-content p {
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	color: white;
	margin-bottom: 40px;
}
.banner-slider-item-content button {
	margin-bottom: 60px;
}
.banner-last-info-item {
	width: 33%;
	padding: 0 8px;
}
.banner-last-info-item h6 {
	font-size: 16px;
	font-weight: 400;
	color: white;
}
.banner-last-info-item strong {
	font-size: 16px;
	font-weight: 700;
	color: white;
}

@media (max-width: 1399px) {
	.btn {
    height: 50px;
    font-size: 16px;
    padding: 5px 15px;
	}
    .header .logo {
        width: 220px;
    }

    .header-top-shipping-img {
        padding: 5px 10px;
        width: 220px;
    }

/*     .header-top-shipping-img .free-ship {
        padding-bottom: 5px;
        margin-bottom: 5px;
    } */

    .header-top-shipping-img .free-ship .icon {
        margin-right: 5px;
        width: 28px;
        height: 28px;
    }

    .free-ship .content p {
        font-size: 15px;
    }

    .ship-box-bottom p {
        font-size: 15px;
    }

    .header-top-chat-details h3,
    .header-top-chat-details h5 {
        font-size: 18px;
    }

    .header-list .nav-item .nav-link {
        font-size: 15px;
        padding: 6px 10px;
    }

    .nav-dropdown-content,
    .nav-dropdown-inner-content {
        padding: 7px 12px;
        top: 40px;
    }

    .nav-dropdown-content li a {
        font-size: 14px;
    }

    .nav-dropdown-content li:last-child a {
        border: none;
    }

    .product__slider-main .ts-item {
        padding: 12px;
    }

    .top-slider-wrapper .content-box {
        padding: 15px 12px;
    }

    .top-slider-wrapper .content-box h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .top-slider-wrapper .content-box ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .product__slider-thmb .slick-slide .ts-item-img {
        padding: 8px 5px;
        height: 42px;
    }

    .product__slider-thmb .slick-slide .ts-item-img h3 {
        font-size: 14px;
    }
	.welcome-pins-main-heading h2{
		font-size:36px;
	}
	
	.gallery-list .product-title,.welcome-pins-main-heading h3{
		font-size:36px;
	}
   
	.welcome-lapel-pins-main-area{
		padding-bottom:50px;
	}
    .welcome-pins-steps .item .content {
        padding: 20px 15px;
    }

    .welcome-pins-steps .item .content {
        padding: 20px 15px;
    }

    .welcome-pins-steps .item .content .icon {
        margin-top: 12px;
        margin-bottom: 10px;
        width: 40px;
        height: 40px;
    }

    .welcome-pins-steps .item .content p {
        margin-bottom: 0;
        font-size: 12px;
    }

    .welcome-pins-steps-area .content p {
        margin-bottom: 12px;
    }

    .footer-wrapper {
        padding: 35px 0 0;
    }

    .footer-links h5 {
        font-size: 15px;
    }

    .footer-bottom {
        margin-top: 10px;
    }
	.nav-dropdown-content, .nav-dropdown-inner-content, .dropdown-menu{
		top:34px;
	}
	.header-top-shipping-img {
    width: 352px;
    margin-right: 30px !important;
}
	.header-mail-wrapper p strong {
    font-size: 19px;
}
	.mail-link {
    font-size: 16px;
}
	.count-section{
		padding:60px 0;
	}
	.count-section .item .icon{
		width:60px;
		margin-bottom:10px;
	}
	.count-section .item h3{
		font-size:24px;
	}
	.features-section{
		padding: 60px 0;
	}
	.features-section .item{
		margin-top:40px;
	}
	.features-section .item h3{
		font-size:22px;
	}
	.features-section .image {
    text-align: center;
}
	.main-top-banner {
    height: 350px;
}
	.image-with-content {
    padding: 50px 0;
}
	.pre-heading {
    font-size: 26px;
	}
	.sec-heading h2 {
    font-size: 40px;
	}
	.image-with-content p {
    font-size: 16px;
		line-height:24px;
	}
	.how-work{
		padding: 50px 0 0;
	}
	.how-work .sec-heading{
		margin-bottom:40px;
	}
	.how-work .item .icon {
    margin-bottom: 20px;
}
	.how-work .item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
	.how-work .item p {
    font-size: 18px;
	}
	.services-section {
    padding: 50px 0 40px;
}
	.services-section .sec-heading{
		margin-bottom:40px;
	}
	.services .item h4 {
    font-size: 18px;
    margin-top: 20px;
}
}

@media (max-width: 1199px) {
    body {
        font-size: 14px;
		line-height:24px;
    }

    .header-list .nav-item .nav-link {
        font-size: 14px;
    }

    .top-slider-wrapper .content-box h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .top-slider-wrapper .content-box h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .top-slider-wrapper .content-box p {
        font-size: 14px;
        line-height: 22px;
    }

    .top-slider-wrapper .content-box ul li {
        font-size: 15px;
        margin-bottom: 7px;
    }
	.welcome-pins-main-heading h2{
		font-size:32px;
	}
	.gallery-list .product-title,.welcome-pins-main-heading h3{
		font-size:32px;
	}
	.welcome-lapel-pins-main-area{
		padding: 30px 0 60px;
	}
    .welcome-pins-steps .item .content {
        padding: 15px 10px;
    }

    .welcome-pins-steps .item .content .icon {
        margin-top: 10px;
        margin-bottom: 5px;
        width: 32px;
        height: 32px;
    }

    .welcome-pins-steps .item .content .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .welcome-pins-steps .item .content p {
        margin-bottom: 0;
        font-size: 12px;
    }
	.nav-dropdown-content, .nav-dropdown-inner-content, .dropdown-menu{
		top:32px;
	}
	.steps-pins-item {
    padding: 15px;
}
.steps-pins-item-img {
    width: 55px;
    height: 55px;
}
	.count-section {
		padding: 50px 0;
	}
	.count-section .item h3{
		font-size: 20px;
	}
	.features-section{
		padding: 50px 0;
	}
	.features-section .item{
		margin-top:30px;
	}
	.features-section .item:first-child{
		margin-top:30px;
	}
	.features-section .item h3{
		font-size: 20px;
	}
	
	.main-top-banner {
    height: 280px;
}
	.image-with-content {
    padding: 30px 0;
}
	.pre-heading {
    font-size: 22px;
	}
	.sec-heading h2 {
    font-size: 34px;
	}
	.image-with-content p {
    font-size: 15px;
		line-height:24px;
	}
	.how-work{
		padding: 30px 0 0;
	}
	.how-work .sec-heading{
		margin-bottom:30px;
	}
	.how-work .item .icon {
    margin-bottom: 15px;
}
	.how-work .item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
	.how-work .item p {
    font-size: 16px;
	}
	.services-section {
    padding: 40px 0 25px;
}
	.services-section .sec-heading{
		margin-bottom:30px;
	}
	.services .item{
		width:25%;
	}
	.services .item h4 {
    font-size: 16px;
    margin-top: 15px;
}
}

@media (max-width: 991px) {
	.navbar-collapse {
    background: #3a3a3a;
}
	.header.fixed-me .navbar-collapse ,.header.default .navbar-collapse {
    background: #fff;
}
	.header.default .navbar-collapse {
		position:absolute;
		left:0;
		width:100%;
		top: 70px;
		box-shadow: 0px 0px 10px 0px #00000059;
    	padding: 5px 10px;
	}
    .header .logo {
        width: 180px;
    }

    .header-top-shipping-img {
        padding: 5px 10px;
        width: 200px;
    }

    .header-top-shipping-img .free-ship .icon {
        margin-right: 5px;
        width: 25px;
        height: 25px;
    }

    .free-ship .content p {
        font-size: 14px;
    }

    .ship-box-bottom p {
        font-size: 14px;
    }

    .ship-box-bottom span {
        font-size: 12px;
    }

    .header-top-chat-details h3,
    .header-top-chat-details h5 {
        font-size: 16px;
    }

    .product__slider-thmb .slick-slide .ts-item-img {
        padding: 5px 3px;
        height: 40px;
    }

    .product__slider-thmb .slick-slide .ts-item-img h3 {
        font-size: 12px;
    }

    .top-slider-wrapper .content-box {
        padding: 12px 10px;
    }

    .top-slider-wrapper .content-box h2 {
        font-size: 22px;
    }

    .top-slider-wrapper .content-box h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .top-slider-wrapper .content-box p {
        font-size: 12px;
        line-height: 20px;
    }

    .top-slider-wrapper .content-box ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }
	.welcome-pins-main-heading{
		margin-bottom:10px;
	}
	.welcome-pins-main-heading h2 {
    font-size: 30px;
}
	.gallery-list .product-title,.welcome-pins-main-heading h3{
		font-size:30px;
	}
	.welcome-lapel-pins-main .image{
		max-width:350px;
		margin: 20px auto 0;
	}
    .welcome-pins-steps .item .content {
        padding: 20px 15px;
    }

    .welcome-pins-steps .item .content .icon {
        margin-top: 15px;
        margin-bottom: 5px;
        width: 40px;
        height: 40px;
    }

    .welcome-pins-steps .item .content p {
        font-size: 14px;
    }

    .header-shop-shipping-area {
        display: none !important;
    }

    .mobile-menu .navbar-collapse {
        margin-top: 20px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 60px;
        z-index: 9;
        background: linear-gradient(to bottom, #1D8986, #037C78);
    }
    .header-list .nav-item .nav-link{
        border-radius: 0;
        margin: 0;
    }
    .nav-dropdown-content, .nav-dropdown-inner-content{
        position: unset;
    }
	.checkout-button {
		padding: 12px 1rem !important;
	}
	.product-list ul {
    grid-template-columns: 1fr 1fr 1fr;
	}
    .product-list li {
	width: 100%;
	}
	.count-section {
    padding: 40px 0 20px;
}
	.count-section .item{
		margin-bottom:20px;
	}
	.features-section{
		padding:0 0;
	}
	.features-section .item{
    max-width: 100%;
	}
	.features-section .text-right .item, .features-section .text-right .item p {
    text-align: left;
    margin-left: 0;
}
	.features-section .image{
		max-width:350px;
		margin: 0 auto;
		margin-top:20px;
	}
	.footer-links{
		max-width:400px;
		margin: 0 0 20px;
	}
	
	.main-top-banner {
    height: 220px;
}
	.pre-heading {
    font-size: 18px;
	}
	.sec-heading h2 {
    font-size: 28px;
	}
	.image-with-content p {
    font-size: 14px;
		line-height:22px;
	}
	.how-work .item{
		padding: 30px 40px;
		height:100%;
		width:100%;
	}
	.how-work .item h3 {
    font-size: 18px;
}
	.how-work .item p {
    font-size: 14px;
	}
	
	.services .item{
		width:33.3%;
	}
	.services .item h4 {
    font-size: 14px;
    margin-top: 12px;
}
	.more-info-sec ul li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 20px;
}
	.gallery-list .product-title{
		margin-bottom:30px;
		padding:0 !important;
	}
}

@media (max-width: 767px) {
	.btn {
    height: 45px;
    font-size: 14px;
    padding: 5px 12px;
}
	.welcome-pins-main-heading h2 {
    font-size: 26px;
}
	.gallery-list .product-title,.welcome-pins-main-heading h3{
		font-size:26px;
	}
    .welcome-pins-steps-area-img img {
        width: 110%;
    }
    .welcome-pins-steps .item .content {
        padding: 12px 12px;
    }
    .welcome-pins-steps .item .content .icon {
        width: 35px;
        height: 35px;
    }
    .welcome-pins-steps .item .content p {
        font-size: 12px;
    }
    .footer-links {
        margin-bottom: 30px;
    }
    .slider-bg{
        display: none;
    }
    .header .logo {
        width: 150px;
    }
    .mobile-menu .navbar-collapse{
        top: 50px;
    }
    .buttons-set {
        width: 100%;
    }
	.woocommerce-shipping-destination {
    text-align: right;
	}
	.how-work .item{
		max-width:350px;
	}
	.services .item{
		width:50%;
	}
	.welcome-lapel-pins-main-area{
		padding-bottom:30px;
	}
	.image-with-content .image{
		height:auto;
	}
	.product-list ul {
    grid-template-columns: 1fr 1fr;
	}
	
}

@media (max-width: 575px) {
    header .navbar-toggler {
        box-shadow: none !important;
        padding: 5px;
    }
	.header.default .navbar-collapse {
    left: 2.5%;
    width: 95%;
	}
	.welcome-pins-main-heading h2 {
    font-size: 24px;
}
	.gallery-list .product-title,.welcome-pins-main-heading h3{
		font-size:24px;
	}
	.welcome-pins-steps-area{
		padding: 8px 0;
	}
    .welcome-pins-steps{
        flex-wrap: wrap;
    }
    .welcome-pins-steps .item {
        width: 100%;
    }
    .welcome-pins-steps-area-img img {
        width: 100%;
    }
    .welcome-pins-steps .item .content {
        padding: 25px 20px;
    }
    .welcome-pins-steps .item .content .icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
        margin-top: 25px;
    }
    .welcome-pins-steps .item .content p {
        font-size: 16px;
    }
    .fieldset {
        padding: 22px 15px 12px 15px;
    }
    .fieldset .form-list {
        padding: 0;
    }
    .form-list .field {
        margin-left: 0;
        width: 100%;
    }
    .form-list select,.form-list input.input-text{
        width: 100%;
    }
    .form-list li {
        width: 100%;
    }
    .form-list .input-box {
        width: 100%;
    }
    .form-list label{
        width: 100%;
        margin-bottom: 5px;
    }
	.product-list li {
	width: 100%;
	}
	.count-section .item {
    margin-bottom: 20px;
    padding: 0 10px;
}
	.count-section .item h3 {
    font-size: 18px;
}
	.features-section .item:first-child,.features-section .item{
		margin-top:20px;
	}
	.features-section .item h3{
		font-size:18px;
	}
	.footer-bottom{
		padding: 14px 0;
	}
	.footer-bottom p{
		font-size:12px;
		line-height:1.5;
	}
	.btn-bottom {
    display:flex;
		flex-direction:column;
		align-items:center;
}
	.btn-bottom .btn:first-child {
    margin-right: 0;
		margin-bottom:10px;
}
	.pre-heading{
		font-size:16px;
	}
	.sec-heading h2{
		font-size:24px;
	}
	.image-with-content {
    padding: 20px 0;
}
	.services-section {
    padding: 30px 0 20px;
}
	.how-work .item {
    padding: 25px 30px;
	}
	.services .item {
    width: 100%;
}
	.product-list ul {
    grid-template-columns: 1fr;
	}
	.more-info-sec ul li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 20px;
}
	.gallery-list .product-title{
		margin-bottom:20px;
	}
}