.body{
	margin: 0;
	font-family: 'Roboto', sans-serif;
    position: relative;
    overflow-x: hidden;
}
.co_head1 {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999999;
    background: white;
}
.co_mobile-head{
    display: none;
}
.row1{
    align-items: center;
}
img{
	width: 100%;
	display: block;
	object-fit: cover;
}
button {
    border: unset!important;
    background: transparent!important;
}
button:focus {
    outline: none!important;
    border: unset!important;
}
input:focus{
    box-shadow: unset!important;
}
.co_header {
    padding: 20px 0px;
}
.logo{
	width: 70%;
}
.search input{
	background: #fff;
    border: 2px solid #7ca59e;
    color: #888888;
    width: 100%;
    height: 43px;
    font-size: 12px;
    letter-spacing: 0.4px;
    padding: 0px 10px;
    border-radius: 5px;
    position: relative;
}
.search input:focus{
	outline: none;
}
.search-btn{
	position: absolute;
	top: 0;
	right: 0!important;
    border: 0!important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    right: 0;
    height: 43px;
    padding: 10px 30px;
    background: #7ca59e!important;
    color: white;
    border-radius: 0 5px 5px 0;
}
.combine{
	display: flex;
	align-items: center;
	margin: 0px auto;
}
.user-section{
	width: 40%;
	position: relative;
	cursor: pointer;
}
.user-section img{
	width: 27%;
	margin-left: auto;
}
.user-dropdown {
    position: absolute;
    top: 49px;
    left: -16px;
    width: 250px;
    color: white;
    background: #1d323f;
    padding: 20px;
    font-size: 15px;
    border-radius: 5px;
    text-transform: capitalize;
    display: none;
    z-index: 9;
    text-align: left;
}
.user-dropdown ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.user-dropdown a{
	color: white;
}
.user-dropdown a:hover{
	color: white;
	text-decoration: none;
}
.link {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid grey;
    color: white;
}
.user-functionality ul li{
	margin-bottom: 10px;
}
.user-functionality ul li:last-child {
    margin-bottom: 0;
}
.user-dropdown h6 {
    font-size: 14px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.language ul li{
	display: inline-block;
}
.language button {
    display: flex;
    align-items: center;
    color: white;
    font-weight: 300;
    text-transform: capitalize;
}
.language button img{
	margin-right: 10px;
}
.currency ul li{
	display: inline-block;
}
.currency ul li i {
    border: 1px solid grey;
    width: 27px;
    height: 27px;
    font-size: 13px;
    line-height: 27px;
    text-align: center;
    color: white;
    font-weight: 600;
}
.shopping-cart{
	width: 60%;
	position: relative;
	cursor: pointer;
}
.inner-shopcart{
	display: flex;
	align-items: center;
}
.inner-cart{
	width: 50%;
	margin-left: auto;
	position: relative;
}
.inner-cart img {
    width: 44%;
    margin: 0px 10px;
}
.shopping-cart .cart-quantity {
    position: absolute;
    color: #ffffff;
    background: #7ca59e;
    line-height: 16px;
    width: 18px;
    height: 18px;
    top: -6px;
    font-size: 12px;
    right: 20px;
    font-weight: 400;
    padding: 1px 5px;
    text-align: center;
    text-transform: lowercase;
    border-radius: 50%;
}
.shopping-cart .cart-total{
    padding: 0px;
    display: block;
    font-size: 13px;
    line-height: 24px;
    background: none;
    font-weight: 600;
    text-transform: capitalize;
}
.inner-cart h6{
	font-size: 20px;
}
.inner-cart1 {
    position: relative;
    left: -15px;
}
.cart-box {
    position: absolute;
    top: 58px;
    left: -29px;
    width: 250px;
    background: #1d323f;
    color: white;
    text-align: center;
    padding: 17px 10px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
    display: none;
    z-index: 9;
}
.cart-box p{
	margin: 0;
}
.co_menu {
    background-color: rgb(29 50 63 / 80%);
    color: white;
}
.menu {
    background: #1d323f;
    padding: 10px 0px;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}
.menu i {
    margin-right: 17px;
}
.menu1 a {
    margin: 0px 14px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
}
.menu1 a:hover{
	color: white;
	text-decoration: none;
}
.menu{
    position: relative;
    cursor: pointer;
}
nav.animated  {
    width: 308px;
    position: absolute;
    top: 48px;
    left: 0px;
    background: white;
    border: 1px solid #80808038;
    height: 676px;
    overflow-y: auto;
    display: none;
}
nav.animated  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.animated  ul li {
    border-bottom: 1px solid #80808047;
}
nav.animated  ul li:last-child{
    border: unset;
}
nav.animated  ul li a {
    display: block;
    background: white;
    padding: 10px;
    color: #333;
    text-decoration: none;
    transition: 0.2s linear;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
}
nav.animated  ul li a:hover {
    background: #f8f8f8;
    color: #515151;
    text-decoration: none;
}
nav.animated  ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float:right;
}
nav.animated  ul ul {
    background-color:#ebebeb;
}
nav.animated  ul li ul li a {
    background: #8080801a;
    border-left: 4px solid transparent;
    padding: 10px 20px;
    transition: all 0.4s ease;
    font-size: 15px;
}
nav.animated  ul li ul li a:hover {
    background: #ebebeb;
    text-decoration: none;
    border-left: 4px solid #1d323f;
    padding-left: 30px;
}
.right {
    float: right!important;
    font-weight: 600;
}
#info{
    font-size: 18px;
    color: #555;
    text-align: center;
    margin-bottom: 25px;
}
.scrollbar{
    background: #F5F5F5;
}
.force-overflow{
    min-height: 450px;
}
#wrapper{
    text-align: center;
    width: 500px;
    margin: auto;
}
#style-10::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}
#style-10::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
}
#style-10::-webkit-scrollbar-thumb{
    background-color: #AAA;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg,rgba(0, 0, 0, .2) 25%,transparent 25%,transparent 50%,rgba(0, 0, 0, .2) 50%,rgba(0, 0, 0, .2) 75%,transparent 75%,transparent);
}
.co_service {
    margin: 20px 0px;
}
.info-boxes-container {
	border: 1px solid #e7e7e7;
    margin: 0!important;
}
.info-box {
	margin: 20px 0px;
	padding: 10px 20px;
	display: flex;
	align-items: flex-start;
}
.info-box:not(:last-child) {
	border-right: 1px solid #e7e7e7;
}
.info-box-icon-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.info-box i {
    color: black;
    font-size: 32px;
    text-align: center;
    margin-right: 20px;
    transition: all 0.4s ease;
}
.info-box:hover i {
    color: #1d323f;
    transform: scale(1.1);
}
.info-box h4 {
    color: black;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}
.info-box p {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.co_arrival {
    padding: 70px 0px;
    background: #f8f8f8;
}
.inner-arrival h1 {
    margin: 0 0 20px 0;
    padding-bottom: 7px;
    color: #1d323f;
    position: relative;
    text-align: left;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.arrival-1 {
    border: 1px solid #80808038;
    margin: 0px 30px 30px 0px;
    position: relative;
}
.product-img{
	overflow: hidden;
	position: relative;
}
.product-img img{
	transition: all 0.4s ease;
	height: 250px;
}
.arrival-1:hover .product-img img{
	transform: scale(1.1);
}
.quick-button {
    text-align: center;
    background: #1d323f;
    position: absolute;
    bottom: -47px;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    transition: all 0.5s ease;
}
.quick-button:hover{
    background: #7ca59e;
}
.quick-button a{
    color: white;
}
.quick-button a:hover{
    color: white;
    text-decoration:none;
}
.arrival-1:hover .quick-button{
    bottom: 0;
}
.product-info {
    padding: 20px 15px;
    text-align: center;
    background: #8080802b;
    color: black;
    height: 140px;
}
.product-info h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.product-info h6{
	font-size: 16px;
	font-weight: 500;
}
.pr_1 ul {
    justify-content: center;
    margin-bottom: 7px!important;
}
.buttons {
    text-align: center;
    position: absolute;
    top: -38px;
    right: 7px;
    opacity: 0;
    transition: all 0.7s ease 0s;
    z-index: -1;
}
.buttons a {
    font-size: 16px;
    padding: 9px 0px;
    background: #1d323f;
    color: white;
    margin-right: 4px;
    text-align: center;
    width: 33px;
    height: 33px;
    display: block;
    margin-bottom: 6px;
    border-radius: 50%;
}
.buttons a:hover{
	color: white;
	background: #7ca59e;
}
.arrival-1:hover .buttons {
    opacity: 1;
    z-index: 9;
    top: 14px; 
}
.arrival-1:hover .product-img img{
	opacity: 0.5;
}
.inner-arrival .slick-slide {
    height: 800px!important;
}
.co_arrival .slide-arrow {
    width: 35px;
    height: 35px;
    line-height: 36px;
    background: #1d323f;
    color: white;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    padding-top: 4px;
    border-radius: 5px;
}
.co_arrival .prev-arrow {
    position: absolute;
    top: -62px;
    right: 91px;
}
.co_arrival .next-arrow {
    position: absolute;
    top: -62px;
    right: 43px;
}
.co_testimonial {
    background-color: #7ca59e;
    padding: 70px 0px;
}
.quote-img{
	background: transparent url(../image/quote.png) no-repeat scroll left 10px;
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.name{
	float: right;
    text-align: center;
    position: relative;
    padding-top: 5px;
}
.name a{
	color: #fff;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.name a:hover{
	color: #fff;
	text-decoration: none;
}
.name span{
	color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}
.description {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
    width: 81%;
    float: left;
    padding-left: 100px;
    padding-right: 50px;
    position: relative;
}
.description:before{
    background: transparent url(../image/test_bracket.png) no-repeat scroll 0 0;
    content: "";
    position: absolute;
    left: 50px;
    top: 0;
    height: 70px;
    width: 20px;
}
.description:after{
    background: url(../image/test_bracket.png) no-repeat scroll right 0;
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    height: 70px;
    width: 20px;
}
.co_testimonial .slick-slide{
	height: auto!important;
}
.testi-arrow {
    position: absolute;
    bottom: -47px;
    font-size: 27px;
    color: white;
}
.co_testimonial .prev-arrow{
	left: 42%;
}
.co_testimonial .next-arrow{
	left: 47%;
}
.inner-arrival1 .slick-slide {
    height: 400px!important;
}
.co_blog{
	width: 100%;
	padding: 80px 0px;
	background: white;
}
.blog{
	display: flex;
}
.set-blog{
	box-shadow: 0 3px 15px -5px rgb(68 107 138 / 30%);
	border-radius: 3px;
}
.img_{
    overflow: hidden;
    position: relative;
}
.img_ img{
	width: 100%;
	height: 250px;
	display: block;
	object-fit: cover;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	transition: all .5s;
}
.img_ img:hover{
	transform: rotate(3deg) scale(1.1, 1.1);
}
.blog-date{
	padding: 0;
}
.blog-date li{
	display: inline-block;
}
.blog-date .com{
	float: right;
}
.blog-date li h6{
	margin: 0;
	font-size: 14px;
}
.blog-inline-sep{
	margin: 0px 5px;
}
.blog-date a{
	text-decoration: none;
	color: #03c4eb;
}
.blog-date .far{
	margin-right: 10px;
	color: #7ca59e;
}
.detail {
    padding: 25px 20px;
}
.detail h3 a{
	text-decoration: none;
	color: black;
	font-size: 18px;
}
.detail h3 a:hover{
	color: #7ca59e;
}
.blog-bottom-link{
	margin-top: 10px;
}
.blog-bottom-link a{
	text-decoration: none;
	font-size: 17px;
	color: #7ca59e;
	font-weight: 600;
}
.blog-bottom-link a:hover{
	color: black;
}
.co_calender{
	position: absolute;
    top: 30px;
    left: 20px;
}
.blog-calender {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 52px;
    height: 61px;
    border-radius: 5px;
    color: white;
    background: #7ca59e;
    position: relative;
}
.blog-calender:after {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: -12px;
    border-top: 15px solid #7ca59e;
    border-right: 15px solid transparent;
    border-left: -3px solid transparent;
    border-bottom: none;
}
.blog-calender span {
    line-height: 20px;
}
.blog-date1 {
    font-size: 20px;
    font-weight: 500;
}
.blog-month {
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.co_footer{
	background-color:#222529;
	color: white;
	padding: 100px 0px 60px;
	position: relative;
}
.f-title{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.con-home{
    list-style: none;
    padding: 0;
}
.con-home li{
    display: flex;
    margin: 15px 0px;
}
.con-home i{
    width: 13%;
    color: white;
    margin-top: 5px;
    font-size: 18px;
}
.con-home p{
    margin: 0;
    font-size: 16px;
}
.con-home a{
    text-decoration-line: none;
    color: white;
    font-size: 16px;
}
.con-home a:hover{
    text-decoration-line: none;
    color: white;
}
.social-link{
	padding: 0;
	list-style: none;
	margin-top: 30px;
	margin-bottom: 0;
	display: flex;
}
.social-link li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid white;
    background-color: white;
}
.social-link a {
    color: #1d323f;
}
.social-link li:hover a{
	color: white;
	text-decoration: none;
}
.social-link li:hover{
	background-color: #7ca59e;
	border-color:  #7ca59e;
}
.newslatter {
    border-bottom: 1px solid #ffffff47;
    margin-bottom: 20px;
}
.inner-news p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.subscribe-form {
    position: relative;
}
.subscribe-form input {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: transparent;
    color: white!important;
    padding: 10px 165px 10px 15px;
}
.subscribe-form input:focus{
	background-color: transparent;
	outline: unset;
}
.subscribe-btn {
    position: absolute;
    right: -1px;
    top: 0;
    border: none;
    background: #7ca59e;
    color: #ffffff;
    width: 28%;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border-radius: 0 25px 25px 0;
}
.customer-service ul {
    padding: 0;
    margin: 0;
}
.customer-service li {
    display: inline-block;
    list-style: disc;
    margin-right: 24px;
}
.customer-service li a{
	color: white;
}
.customer-service li a:hover{
	color: white;
	text-decoration: none;
}
.customer-service i {
    font-size: 31px;
    position: relative;
    top: -3px;
}
.footer-ribbon {
    position: absolute;
    top: -17px;
    left: 21%;
    min-width: 100px;
    padding: 12px;
    /*font-family: 'Shadows Into Light', cursive;*/
    font-size: 20px;
    line-height: 1;
    text-align: center;
}
.bg-primary1 {
    background-color: #7ca59e !important;
}
.text-white {
    color: #fff!important;
}
.footer-ribbon:before {
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-right: 15px solid #7ca59e;
    content: '';
}
.bottom-footer {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #606265;
}
.bottom-footer p{
    margin: 0;
    font-size: 14px;
}
.copy .fas{
    bottom: 10px;
    right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 9999;
    font-size: 29px;
    color: white;
    background: linear-gradient(to bottom,#1d323f91,#1d323f);
    opacity: 1;
    text-align: center;
    font-weight: 500;
    animation: mover 1s infinite  alternate;
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.copy .fas:hover {
    bottom: 8px;
    transition: all 0.15s linear 0s;
}
.show-1 {
    display: none;
}
a.up-btn {
    display: none;
}
a.up-btn.show-1 {
    display: block;
}

/*--- banner -----*/
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left:0;
    height:100%;
    width: 100%;
    background-attachment: fixed;
}
.mask .part-1{
    z-index: 99;
}
#myCarousel h4 {
    font-size: 78px;
    margin-bottom: 15px;
    color: #FFF;
    line-height: 94%;
    letter-spacing: 0.5px;
    font-weight: 600;
}
#myCarousel p{
    font-size:18px;
    margin-bottom:15px;
    color:#d5d5d5;
}
#myCarousel .carousel-item h4{
    animation-name:fadeInLeft;
} 
#myCarousel .carousel-item p{
    animation-name:slideInRight;
} 
#myCarousel .carousel-item a{
    animation-name:fadeInUp;
}
#myCarousel .carousel-item .mask img{
    animation-name:slideInRight; 
    display:block; 
    height:auto;
     max-width:100%;
 }
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{
    animation-duration: 1.2s;
    animation-fill-mode: both;
}
#myCarousel .container {
    max-width: 1430px;
}
#myCarousel .carousel-item{
    height:71%; 
    min-height:550px; 
}
#myCarousel{
    position:relative;
    z-index:1;
    background:url("../image/banner-bg.png") center center no-repeat;
    background-size:cover;
}
.carousel-control-next, .carousel-control-prev {
    height: 40px!important;
    width: 40px !important;
    padding: 12px;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%);
    background-color: #1d323f;
    border-radius: 50%;
}
.carousel-control-next {
    right: 5%!important;
}
.carousel-control-prev {
    left: 5%!important;
}
.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform .6s ease;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
    opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    transform: translateX(0)
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    transform: translate3d(0,0,0);
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
  
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}
.shop-btn {
    border: 1px solid #1d323f;
    width: 125px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: relative;
    background: #1d323f;
}
.shop-btn a{
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.shop-btn a:hover{
    color: white;
    text-decoration: none;
}


/*--------------- Add-to-cart-modal----------------------*/
.add-modal {
    z-index: 999999!important;
    background: rgb(0 0 0 / 50%);
}
.add-modal .modal-dialog {
    top: 8%;
    max-width: 1000px!important;
    width: 1000px!important;
}
.add-modal .fade:not(.show) {
    opacity: 1!important;
}
.add-modal .close {
    position: absolute;
    top: 11px;
    right: 17px;
    border: 1px solid #ccc!important;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 8px!important;
    font-size: 21px;
    text-align: center;
    background: #1d323f!important;
    color: white;
    opacity: 1!important;
}
.add-modal .close:hover{
    color: white!important;
    opacity: 1;
}
.add-modal .modal-body {
    padding: 40px 25px!important;
}
#sync1 .item {
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #ccc;
}
#sync2 .item {
    background: #c9c9c9;
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
}
#sync2 .item h1 {
    font-size: 18px;
}
#sync2 .current .item {
    background: #0c83e7;
}
.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}
#sync1.owl-theme {
    position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
#sync1.owl-theme .owl-prev {
    left: 10px;
}
#sync1.owl-theme .owl-next {
    right: 10px;
}
.owl-carousel .animated {
    animation-duration: 1.5s !important;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 35px !important;
    height: 55px !important;
}
#sync1 svg {
    width: 22px !important;
}
.add-modal .well .form-group {
    width: 12%;
    margin: 0px 5px;
}
.add-modal .product-name1 h2 {
    margin-bottom: 11px;
}
.add-modal .sb-1 {
    margin-bottom: 6px;
}
.review-total a {
    color: #1d323f!important;
    font-size: 16px;
    font-weight: 600;
}
.review-total a:hover {
    color: #1d323f;
    text-decoration: none;
}
.add-modal .product-ratting {
    padding-right: 20px;
}

/*--------------- PRODUCT-LIST-PAGE ------------------------*/
.co-banner1{
    background-image: url('../image/inner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.co-banner1:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.co-banner1 h1{
    font-size: 50px;
    margin-bottom: 20px;
    color: white;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
}
.breadcrumb1{
    display: flex;
    padding: 0;
    justify-content: center;
    list-style: none;
}
.breadcrumb1 li{
    margin-right: 10px;
    font-size: 20px;
    color: #7ca59e;
    font-weight: 500;
}
.breadcrumb1 a{
    color: white;
}
.breadcrumb1 a:hover{
    color: white;
    text-transform: none;
}
.co_product-list{
    padding: 100px 0px;
    background: white;
}
.left-sidebar{
    border: 1px solid #e7e7e7;
}
.myaccordion .part1{
    border-bottom: 1px solid #e7e7e7!important;
    padding: 20px;
}
.myaccordion .card,.myaccordion .card:last-child .card-header {
    border: none;
}
.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
    padding: 0!important;
    border: unset!important;
}
.myaccordion .fa-stack {
    font-size: 12px;
}
.myaccordion .btn {
    width: 100%;
    color: black;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
}
.myaccordion .btn-link:hover,.myaccordion .btn-link:focus {
    text-decoration: none;
    color: black;
    outline: none;
    box-shadow: unset;
}
.myaccordion .card-body{
    padding: 0!important;
}
.search-box1 input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 10px;
    border: 1px solid #e7e7e7;
}
.search-box1 input:focus{
    outline: none;
}
nav.Categories1{
    display: block;
    overflow-y: unset;
    height: 100%;
    border: unset;
    position: relative;
    top: 0;
    width: 100%;
}
nav.Categories1 ul li {
    border: unset;
}
nav.Categories1 ul li a {
    padding: 8px 0px;
    color: #333;
    font-size: 15px;
}
.card-body #slider {
  width: 225px;
  margin: 20px 0px;
}
.card-body .ui-widget-content {
  height: 4px;
  background-color: #b7b7b7;
  border: none;
  position: relative;
}
.card-body .ui-widget-header {
  background-color:#7ca59e;
  position: absolute;
  height: 100%;
}
.card-body .ui-slider-handle {
  top: -8px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
  border-color: #214472;
  position: absolute;
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 30%);
}
.card-body .ui-slider-handle:focus{
    outline: none;
}
.range{
    display: flex;
}
.range input{
    width: 20%;
    border: none;
}
.range input:focus{
    outline: none;
}
.right1{
    text-align: right;
}
.control-group {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.control {
    width: 50%;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}
.control input:checked ~ .control__indicator {
    background: #7ca59e;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #7ca59e;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.custom-radios div {
    display: inline-block;
}
.custom-radios input[type="radio"] {
    display: none;
}
.custom-radios input[type="radio"] + label {
    color: #333;
    font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
   border: 2px solid transparent;
   box-shadow: 0 0 5px #3333337a;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 20px;
    position: relative;
    margin: 0px 4px;
}
.custom-radios input[type="radio"] + label span img {
    opacity: 0;
    transition: all 0.3s ease;
    width: 52%;
    position: absolute;
    top: 9px;
    left: 6px;
}
.custom-radios input[type="radio"]#color-1 + label span {
    background-color: #2ecc71;
}
.custom-radios input[type="radio"]#color-2 + label span {
    background-color: #3498db;
}
.custom-radios input[type="radio"]#color-3 + label span {
    background-color: #f1c40f;
}
.custom-radios input[type="radio"]#color-4 + label span {
    background-color: #e74c3c;
}
.custom-radios input[type="radio"]#color-5 + label span {
    background-color: #cc2eb4;
}
.custom-radios input[type="radio"]#color-6 + label span {
    background-color: #4a2ecc;
}
.custom-radios input[type="radio"]#color-7 + label span {
    background-color: #4a5568;
}
.custom-radios input[type="radio"]#color-8 + label span {
    background-color: #dd6b20;
}
.custom-radios input[type="radio"]#color-9 + label span {
    background-color: #fff;
}
.custom-radios input[type="radio"]#color-10 + label span {
    background-color: #000;
}
.custom-radios input[type="radio"]#color-11 + label span {
    background-color: #a0aec0;
}
.custom-radios input[type="radio"]:checked + label span{
    border: 2px solid white;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 33%);
}
.part1 h2{
   font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
}
.f-product{
    margin-top: 40px;
}
.inner-f-product{
    display: flex;
    margin-bottom: 20px;
}
.f-product-img{
    width: 20%;
}
.f-product-content{
    width: 80%;
    padding-left: 20px;
}
.f-product-content h2{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.f-product-content h6 {
    font-size: 14px;
    font-weight: 600;
    color: #7ca59e;
}
.f-arrow.prev-arrow {
    right: 22px;
}
.f-arrow {
    position: absolute;
    top: -62px;
    font-size: 22px;
    cursor: pointer;
}
.f-arrow.next-arrow {
    right: 0px;
}
.f-product .slick-slide {
    height: auto!important;
}
.right-sidebar {
    padding-left: 30px;
}
.product-filter {
    border-radius: 3px;
    padding: 15px 25px;
    margin-bottom: 30px;
    background: #f7f7f7;
}
.product-filter .row{
    justify-content: space-between;
}
.product-card-type{
    display: flex;
    list-style: none;
    align-items: center;
}
.product-card-type li {
    margin-left: 12px;
}
.product-card-type li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-size: 20px;
    background: #8080802b;
}
.grid-verti.active i, .grid-hori.active i {
    color: white;
    background: #1d323f;
}
.sort-by{
    display: flex;
    flex-wrap: wrap;
    text-align: right;
}
.inner-sort {
    width: 60%;
}
.inner-sort label {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}
.inner-sort select {
    border: 1px solid #e7e7e7;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0px 10px;
    margin-left: 10px;
}
.inner-sort select:focus{
    outline: none;
}
.inner-sort1{
    width: 40%;
}
.co_product-list1 .arrival-1{
    background: #8080802b;
    width: 100%;
    margin-right: 0;
}
.co_product-list1 .product-info{
    height: auto;
    background: transparent;
}
.co_product-list1 .inner-list1{
    display: flex;
}
.showing p{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.product-filter1{
    margin-bottom: 0;
    margin-top: 100px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page-item {
    margin: 0px 6px;
}
.page-link{
    color: black!important;
    background-color: #8080802b!important;
    border-radius: unset!important;
}
.page-link.active {
    color: white!important;
    background: #1d323f!important;
}
.page-link:hover {
    color: white!important;
    background: #1d323f!important;
}
.page-link i{
    font-size: 19px;
    font-weight: 500;
}
.page-link:focus{
    outline: none;
    box-shadow: unset!important;
}
.filter-slider {
    display: none;
}


/*------------------- ADD-TO-CART-PAGE -------------------*/
.co-banner2 {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #1d323f;
    text-align: left;
}
.co_cart {
    padding: 80px 0px;
    position: relative;
}
.main1.opacity {
    opacity: 1;
}
.main.opacity1 {
    opacity: 0;
}
.main1 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0px;
    overflow: hidden;
    width: 100%;
    padding: 0px 15px;
}
.main{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 15px;
    overflow: hidden;
    width: 100%;
    z-index: 999;
    opacity: 1;
}
.product-name1 h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 11px;
}
.p-price{
    font-size: 30px;
    color: #7ca59e;
    font-weight: 600;
}
.product-dec p{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
}
.return-policy{
    margin: 0;
    padding: 0;
    list-style: none;
}
.return-policy li {
    font-size: 17px;
    margin-bottom: 7px;
    font-weight: 400;
}
.return-policy i {
    color: #7ca59e;
    font-weight: 600;
    margin-right: 19px;
}
.product-dec{
    border-bottom: 1px solid #80808024;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cart-title {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 16px 0px 10px;
}
.cart_size .control {
    width: 10%;
    padding-left: 24px;
    margin-bottom: 0;
    font-size: 14px;
}
.cart_size .control__indicator {
    top: 3px;
    height: 17px;
    width: 17px;
}
.cart_size .control--checkbox .control__indicator:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 11px;
}
.co_cart .slick-slide {
    /*height: 460px!important;*/
    height: auto!important;
}
.co_cart .top-image img {
    border: 1px solid #80808024;
}
.co_cart .bottom-image{
    margin: 0px 10px;
}
.co_cart .bottom-image img {
    border: 1px solid #80808024;
}
.cart-arrow {
    position: absolute;
    top: 40%;
    background: white;
    color: #7ca59e;
    font-size: 20px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    padding: 5px 0px;
    z-index: 99;
    cursor: pointer;
}
.cart-arrow.prev-arrow{
    left: -7px;
     box-shadow: 5px 0 5px -5px #333;
}
.cart-arrow.next-arrow{
    right: -9px;
    box-shadow: -5px 0 5px -5px #333;
}
.co_qty {
    display: flex;
    align-items: flex-end;
}
.number span {
    cursor:pointer;
}
.minus, .plus{
    width:35px;
    height:35px;
    line-height: 35px;
    font-size: 24px;
    background:#f2f2f2;
    border-radius:4px;
    border:1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
}
.minus:hover, .plus:hover{
    color: #7ca59e;
}
.number input{
    height:35px;
    width: 88px;
    text-align: center;
    font-size: 22px;
    border:1px solid #ddd;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
}
.number a{
    margin-left: 20px;
}
.bor-1 {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.well .form-control{
    padding: 0!important;
    text-align: center;
}
.well form.form-horizontal {
    display: flex;
    flex-wrap: wrap;
}
.well .form-group {
    width: 12%;
    margin: 0px 6px;
}
.well .form-group-total{
    width: 22%!important;
    margin-top: 20px!important;
    position: relative;
}
.well .color-display {
    position: absolute;
    top: 6px;
    left: 171px;
}
.well .display-11 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 200px;
    cursor: pointer;
}
.well span#text{
    background: #7ca59e;
    padding: 10px;
}
.cart-buttons a {
    padding: 10px 24px;
    display: inline-block;
    background: #1d323f;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 20px;
    text-transform: capitalize;
    border:  1px solid #1d323f;
}
.cart-buttons a:hover{
    color: #1d323f;
    text-decoration: none;
    background: transparent;
}
.cart-buttons a i{
    margin-right: 10px;
}
.cart-buttons .add-cart1{
    color: #1d323f;
    background: transparent;
}
.cart-buttons .add-cart1:hover{
    color: white;
    background: #1d323f;
}
input#sum {
    background: #8080802e;
}
.categories1 h3{
    font-size: 20px;
}
.categories{
    list-style: none;
    padding: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.categories li strong{
    width: 182px;
    display: inline-block;
}
.categories span{
    padding-left: 31px;
    color: black;
    font-weight: 400;
}
.b-qty{
    padding: 9px 20px;
}
.categories .strong1{
    width: 10%;
}
.share a{
    color: black;
    font-weight: 500;
    margin-right: 20px;
}
.share a:hover{
    color: #7ca59e;
    text-decoration: none;
}
.size-modal1{
    display: flex;
    width: 100%;
}
.size-modal1 h3 {
    width: 50%;
    margin-right: 10px;
    border: 1px solid #80808017;
    background: #80808047;
    text-align: center;
    color: black;
    padding: 4px;
    font-size: 15px!important;
}
.size-modal1 i {
    float: right;
    font-size: 17px;
}
.size-modal-11 .modal-title{
    font-size: 20px;
} 
.size-modal-11 .modal-header{
    padding: 10px 20px 0px 0px!important;
    border: unset!important;
}
.size-nav{
    padding: 0;
    margin: 0;
}
.size-nav li {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0px 6px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.size-nav li.active-size {
    color: #7ca59e;
    border-color: #7ca59e;
}
.size-modal-11 .modal-dialog{
    top: 25%;
}
.choose-all-1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.choose-all-1:last-child{
    border: unset;
}
.choose-all-1 h2 {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-size {
    display: block;
    width: 100%;
    height: 43px;
    margin-top: 34px;
    background: #1d323f!important;
    color: white!important;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.co_decoration {
    margin-bottom: 70px;
}
#tab-3 .r-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 19px;
}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 2px solid #f2f2f2;
}
ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
}
ul.tabs li.current {
    background: #7ca59e;
    color: white;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.co_decoration .tab-content{
    display: none;
    background: transparent;
    padding: 35px 15px 15px;
}
.tab-content.current{
    display: inherit;
}
.tab-content p{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 26px;
    color: #7b858a;
}
.comment-container {
    display: flex;
    padding: 29px 0 8px;
    border-bottom: 1px solid #dddddd;
}
.comment-container:last-child{
    border: unset;
}
.comment-avtar {
    flex: 1 0 auto;
    padding: 0 22px 5px 8px;
}
.comment-avtar img {
    width: 65px;
    height: 65px;
    border-radius: 10rem;
}
.product-ratting ul{
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.product-ratting li{
    margin: 0px 1px;
    cursor: pointer;
}
.product-ratting a{
    color: #ffb800;
}
.product-ratting a:hover{
    color: #ffb800;
}
.product-ratting .star{
    font-size: 14px;
}
.avatar-name {
    font-size: 17px;
    display: inline-block;
    margin: 0;
    font-weight: 500;
}
.comment-date {
    font-size: 15px;
    color: #7b858a;
}
.comment-text{
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 25px;
}
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 23px;
    justify-content: space-around;
    text-align: center;
    width: 92px;
    padding: 0px 7px;
}
.star-rating input {
    display:none;
}
.star-rating label {
    color:#ccc;
    cursor:pointer;
}
.star-rating :checked ~ label {
    color: #ffb800;
}
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #ffb800;
}
.co_comment-box1 {
    background: #f4f4f4;
    padding: 20px;
}
.inner-ratting h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.form-ratting label{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.form-ratting textarea{
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.5px;
   border: 1px solid #dddddd;
   padding: 15px;
}
.form-ratting textarea:focus{
    outline: none;
}
.form-ratting input{
    width: 100%;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
   border: 1px solid #dddddd;
}
.form-ratting input:focus{
    outline: none;
}
.ra-text {
    margin-bottom: 16px;
}



/*---------------- LOGIN-PAGE -----------------*/
.body1{
    background-color: #8080802b;
}
.user-form-part {
    padding-top: 65px;
}
.user-form-logo {
    text-align: center;
    margin-bottom: 25px;
}
.user-form-logo img {
    width: 200px;
    margin: auto;
}
.user-form-card {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: white;
    border: 1px solid #e8e8e8;
}
.user-form-title {
    text-align: center;
    margin-bottom: 25px;
}
.user-form-title h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 5px;
    color: #7ca59e;
    font-weight: 600;
}
.user-form-title p {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
.user-form {
    width: 100%;
}
.user-form .form-group {
    margin-bottom: 20px;
}
.user-form .form-control {
    height: 45px!important;
    border-radius: 6px!important;
    padding: 0px 20px 2px!important;
    color: black!important;
    background: #f5f5f5!important;
    border: 1px solid #e8e8e8!important;
}
.form-button button {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    color: white!important;
    background: #1e3340!important;
    border: none;
}
.form-button button:focus{
    outline: none;
}
.form-button p {
    font-size: 16px;
    margin-top: 22px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
}
.form-button p a {
    font-weight: 500;
    margin-left: 5px;
    color: #7ca59e;
    text-decoration: underline;
}
.user-form-remind {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    background: white;
    border: 1px solid #e8e8e8;
}
.user-form-remind p {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
}
.user-form-remind p a {
    font-weight: 500;
    margin-left: 5px;
    color: #7ca59e;
    text-decoration: underline;
}
.user-form-footer {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 40px;
}
.user-form-footer p {
    font-size: 14px;
    color: black;
    font-weight: 500;
}
.user-form-footer p a {
    color: #7ca59e;
    transition: all linear .3s;
    text-decoration: underline;
}


/*----------------- request-quote-page ----------------------*/
.co_quote{
    padding: 70px 0px;
}
.inner-quote {
    margin-bottom: 20px;
}
.inner-quote label {
    width: 100%;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 15px;
}
.inner-quote input {
    width: 100%;
    height: 41px;
    padding: 0px 20px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 400;
}
.inner-quote input:focus{
    outline: none;
}
.inner-quote textarea {
    width: 100%;
    padding: 0px 20px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 400;
}
.inner-quote textarea:focus{
    outline: none;
}
.inner-quote select {
    width: 100%;
    height: 41px;
    padding: 0px 20px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 400;
}
.inner-quote select:focus{
    outline: none;
}
.quote_section2 label {
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}
.quote_section2 article{
    background: white;
    display: none!important;
}
.quote_section2 article.on{
    display: block!important;
}
.quote_section2 .sproduct-title{
   font-size: 16px;
   text-transform: capitalize;
   font-weight: 600;
   margin-top: 10px;
}
.btn-danger1 {
    width: 100%;
    height: 41px;
    color: #fff!important;
    font-size: 14px;
    letter-spacing: 0.5px;
    background-color: #1d323f!important;
    border-color: #1d323f!important;
    text-transform: uppercase;
}
.btn-danger1:hover{
    color: white;
}
.btn-danger1:focus{
    box-shadow: unset;
}
.s-product.modal {
    z-index: 9999999!IMPORTANT;
    background: rgb(0 0 0 / 60%);
}
.s-product .modal-lg, .modal-xl {
    max-width: 900px!important;
    width: 900px!important;
}
.s-product .modal-content {
    height: 760px;
}
.s-product .modal-footer .btn-secondary {
    color: #fff;
    background-color: #6c757d!important;
    border-color: #6c757d!important;
}
.s-product .modal-header {
    padding: 13px;
    align-items: center;
    background-color: #f2f2f2;
}
.s-product .modal-title {
    font-size: 14px;
    font-weight: 600;
}
.s-product .modal-header .close {
    padding: 0px 19px;
}
.s-product .modal-body{
    padding: 0!important;
}
.s-product .row{
    margin: 0!important;
}
.s-product .col-lg-3, .s-product .col-lg-9 {
    padding: 0!important;
}
.s-product .col-lg-9{
    border-left: 1px solid #ccc;
}
.s-product nav.animated {
    width: auto;
    display: block;
    height: auto;
    position: relative;
    top: 0;
    border: unset;
}
.s-search input {
    width: 100%;
    height: 45px;
    font-size: 14px;
    border: unset;
    padding: 0px 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.s-search input:focus{
    outline: none;
}
.s-search i {
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 13px;
    right: 11px;
}
.co_inner-sproduct {
    position: relative;
    overflow-y: scroll;
    height: 588px;
}
.inner-sproduct {
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
}
.inner-sproduct:last-child{
    border: unset;
}
.inner-sproduct h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.set-sproduct {
    display: flex;
    /*flex-wrap: wrap;*/
}
.s-product-img {
    width: 21%;
}
.s-product-img img {
    height: 160px;
}
.s-product-content {
    padding-left: 60px;
}
.s-product-content ul{
    margin-bottom: 10px;
    padding: 0px;
}
.s-product-content ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
}
.s-product-content h6 {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    left: -17px;
}
.s-product-content .custom-radios, .s-product-content .control-group{
    margin-bottom: 10px;
}
.s-product-content .control {
    width: 14%;
    padding-left: 23px;
    font-size: 13px;
    margin: 0;
}
.s-product-content .control input {
    position: relative; 
}
.s-product-content .control__indicator {
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
}
.s-product-content .control--checkbox .control__indicator:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 10px;
}
.btn2 {
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 14.5px;
    line-height: 25px;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    padding: 7px;
    border-radius: 3px;
    z-index: 1;
    background: #1d323f!important;
    border: none;
    transition: all 500ms ease;
    text-transform: capitalize;
    margin-top: 13px;
}
.btn2:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background: #7ca59e;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.btn2:hover:before {
    top: -40%;
}
.btn2:focus{
    outline: none;
}
.product-filter2 {
    background: #f2f2f2;
    padding: 10px;
    margin: 16px;
}
.product-filter2 .pagination {
    margin: 0;
}
.product-filter2 .page-link {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    padding: 0;
}
.sb-1{
    margin-bottom: 20px;
}
.sproduct-name h5 {
    font-size: 14px;
    font-weight: 500;
}
.sproduct-name img{
    width: 15%;
}
.sproduct-name .control-label{
    font-size: 14px;
    text-transform: uppercase;
}
.sproduct-name label {
    font-size: 14px;
    display: block;
}
.dynamic-field {
    margin-bottom: 20px!important;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc!important;
}
.choose-file1 {
    margin-bottom: 17px;
}
.desired{
    display: flex;
    flex-wrap: wrap;
}
.desired .inner-desired {
    width: 165px;
}
.desired input {
    width: 100px;
    display: inline-block;
}
.desired span {
    margin-left: 10px;
}
.sproduct-name .card-body{
    padding: 0!important;
}
button#add-button {
    width: 100%;
    height: 41px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    background-color: #1d323f!important;
    border-color: #1d323f!important;
    margin-bottom: 14px;
}
.btn11 {
    padding: 0px 23px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase!important;
    letter-spacing: 1px;
    color: #fff;
    cursor: hand;
    text-align: center;
    border-radius: 0px;
    position: relative;
    border: 1px solid transparent!important;
    overflow: hidden!important;
    transition: all .3s ease-in-out;
    background: transparent!important;
}
.btn11:hover {
    color: #1d323f!important;
    border: 1px solid #1d323f!important;
}
.btn11::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #7ca59e;
    position: absolute;  
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: -12;
    transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
} 
.btn11::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #1d323f;
    position: absolute;
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: -15;
    transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn11:hover::before, .btn11:hover::before{
    opacity:1;
    transform: translateX(100%);
}
.btn11:hover::after, .btn11:hover::after{
    opacity:1;
    transform: translateX(-100%);
}
.clearfix .transition {
    position: absolute;
    top: -10%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: #1d323f;
    z-index: -1;
}
#datepicker {
    width: 300px!important;
    display: inline-block;
    flex: none;
}
span.input-group-append {
    border: 1px solid #ccc!important;
    background: #e9ecef;
    color: white;
}
.sproduct-name textarea{
    width: 100%;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 26px;
    color: black;
    resize: none;
    padding: 11px;
}
.sproduct-name textarea:focus{
    outline: none;
}
.color-display {
    position: absolute;
    top: 0;
    left: 32%;
}
.display-11{
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.total-productz h3 {
    font-size: 18px;
    margin: 0;
}


/*------------------- Checkout-Page --------------------*/
.co_checkout{
    width: 100%;
    display: inline-block;
    padding: 70px 0px 30px;
}
.return {
    padding: 17px;
    background-color: #8080802b;
    margin-bottom: 21px;
}
.return h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}
.return .c-login{
    color: #7ca59e;
    cursor: pointer;
}
.check-form {
    border: 1px solid #80808087;
    padding: 44px;
    margin: 30px 0px;
    font-size: 18px;
    display: none;
}
.check-form p {
    font-size: 16px;
    font-weight: 500;
}
.check{
    margin-bottom: 23px;
    position: relative;
}
.check input {
    width: 100%;
    height: 45px;
    padding: 0px 20px;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #ccc;
}
.check input:focus{
    outline: none;
}
.check select {
    width: 100%;
    height: 45px;
    padding: 0px 20px;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #ccc;
}
.check select:focus{
    outline: none;
}
.user{
    position: absolute;
    top: 0;
    right: 27px;
    font-size: 20px;
    color: #1d323f;
    padding: 10px 0px;
}
.c-box input{
    font-size: 22px;
    margin-left: 20px;
}
.lost{
    margin-top: 30px;
    margin-bottom: 0;
}
.lost a{
    color: black;
    font-weight: 500;
}
.lost a:hover{
    color: #7ca59e;
    text-decoration: none;
}
.check textarea{
    width: 100%;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #ccc;
}
.check textarea:focus{
    outline: none;
}
.user1{
    top: 50px;
    right: 35px;
}
.btn-z {
    position: relative;
    display: inline-block;
    width: auto; 
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-width: 150px;
}
.btn-z span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 11px 20px;
    transition: 0.3s;
}
.btn-3 {
    padding: 5px;
}
.btn-3 span {
    color: rgb(255, 255, 255);
    background-color: #1d323f;
}
.btn-3::before,
.btn-3::after {
    position: absolute;
    content: "";
    background: transparent;
    z-index: 2;
}
.btn-z.hover-border-4::before,
.btn-z.hover-border-4::after {
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}
.btn-z.hover-border-4::before {
    bottom: 0;
    left: -1px;
    border-top: 1px solid rgb(29 50 63);
    border-left: 1px solid rgb(29 50 63);
}
.btn-z.hover-border-4::after {
    top: 0; right: 0;
    border-bottom: 1px solid rgb(29 50 63);
    border-right: 1px solid rgb(29 50 63);
}
.btn-z.hover-border-4:hover::before,
.btn-z.hover-border-4:hover::after {
    width: 100%; 
    height: 99%;
    opacity: 1;
    transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;   
}
.btni {
    background: #1d323f!important;
    padding: 10px 19px;
    font-size: 17px;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
}
.co_bill-detail{
    width: 100%;
    display: inline-block;
    padding-bottom: 50px;
}
.bill-detail h4{
    margin-bottom: 30px;
}
.b-detail {
    padding: 32px 30px 5px;
    border: 1px solid #ccc;
}
.b-detail h5{
    margin-bottom: 12px;
    font-size: 18px;
}
.b-detail label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 9px;
}
.co_bill-detail .btn-z{
    margin-bottom: 20px;
}
.co_payment{
    width: 100%;
    display: inline-block;
    padding-bottom: 100px;
}
.co_payment h4{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
}
.accordion-container{
  position: relative;
  max-width: 540px;
  height: auto;
  margin-bottom: 30px;
  border: 1px solid #80808087;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.set1{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.set1 a{
  display: block;
  padding: 18px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  transition:all 0.2s linear;
  font-size: 18px;
}
.set1 a i{
  float: right;
  margin-top: 2px;
  cursor: pointer;
}
.set1 a:hover{
    color: black;
    text-decoration: none;
}
.set1 a.active1{
  background-color: #1d323f;
  color: #fff;
  text-decoration: none;
}
.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
  padding-left: 30px;
}
.content p {
    padding: 15px;
    margin: 0;
    color: #333;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 21px;
}
.set1 img{
    width: 26%;
    object-fit: cover;
    margin-left: 20px;
    display: inline-block;
}
.s-cart {
    width: 100%!important;
    margin-left: auto!important;
    margin-top: 0!important;
}
.co_payment p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.s-cart .table{
    font-size: 15px;
    font-weight: 400;
}


/*------------------ Wishlist-page -------------------*/
.wishlist_main {
    position: relative;
    padding: 70px 0;
}
.cart-main-area .cart-page-title {
    color: #000;
    text-align: left;
    font-size: 24px;
    line-height: 16px;
    font-style: normal;
    text-transform: none;
    margin: 0 0 30px;
    font-weight: 600;
}
.cart-main-area .table-content table {
    border: 1px solid #ebebeb;
    width: 100%;
}
.cart-main-area .table-content table thead>tr {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
}
.cart-main-area .table-content table thead>tr>th {
    border-top: medium none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 21px 45px 22px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.cart-main-area .table-content table tbody>tr {
    border-bottom: 1px solid #ebebeb;
}
.cart-main-area .table-content table tbody>tr td.product-thumbnail {
    width: 150px;
}
.cart-main-area .table-content table tbody>tr td {
    color: #3a3a3a;
    font-size: 16px;
    padding: 30px 0;
    text-align: center;
}
.product-thumbnail a{
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
    background-color: transparent;
    border: 0;
}
.cart-main-area .table-content table tbody>tr td.product-name {
    width: 435px;
}
.cart-main-area .table-content table tbody>tr td.product-price-cart {
    width: 435px;
}
.cart-main-area .table-content table tbody>tr td.product-quantity {
    width: 435px;
}
.table-content td a {
    color: black;
}
.table-content img {
    padding-left: 20px;
}
.alert1 {
    border: 1px solid #ebebeb !important;
}
.product-thumbnail img {
    width: 90px;
}

.product-remove .close {
    padding-right: 60px !important;
}
.table-content  .amount {
    font-weight: 600;
}
.product-quantity .minus, .product-quantity .plus {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 21px;
}
.product-quantity .number input {
    height: 32px;
    width: 50px;
    text-align: center;
    font-size: 15px;
}
.btn_acele {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 12px 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn_acele::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease; 
}
.btn_acele:hover::after, 
.btn_acele:active::after {
    width: 100%; 
}
.btn_black {
    background:#7ca59e;
    color: #fff!important; 
}
.btn_black::after {
    background: #1d323f;
}
.btn_black:visited {
    color: #fff; 
}
.btn_black:hover {
    color: #fff; 
}


/*------------------ Cart-Page --------------------*/
.cart-coupon {
    text-align: left;
    padding-left: 27px;
}
.cart-coupon input {
    width: 200px;
    height: 45px;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
    border: 1px solid #ccc;
}
.cart-coupon input:focus{
    outline: none;
}
.cart-main-area .btn-z {
    display: block;
    width: 164px;
}
.shoping-cart-total {
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
}
.shoping-cart-total h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.cart-btn button{
    width: 100%;
}
.btn-proceed {
    min-width: 160px;
    background-color: #1d323f!important;
    padding: 0 30px;
    height: 50px;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
    letter-spacing: 0.5px;
    font-weight: 800;
    line-height: 1.6;
    box-shadow: 0 15px 40px -10px rgb(0 0 0 / 30%);
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0;
}
 .btn-proceed span {
     z-index: 1;
     text-align: center;
}
 .btn-proceed:before, .btn-proceed:after {
     content: "";
     position: absolute;
     width: 7px;
     height: 100%;
     top: 0;
     transition: all 0.4s ease;
     background-color: #7ca59e;
}
 .btn-proceed:before {
     left: 0;
}
 .btn-proceed:after {
     right: 0;
}
 .btn-proceed:hover {
     transition: all 0.4s ease;
     box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.2);
     color: white;
}
 .btn-proceed:hover:before, .btn-proceed:hover:after {
     width: 51%;
}

/*-------------------- Delivery-Page -------------*/
.co_delivery-add{
    padding: 70px 0px;
}
.select-add {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.delivery_1{
    padding-right: 50px!important;
}
.delivery-add h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
.delivery-add .btn_black{
    text-align: right;
}
.inner-delivery{
    margin-bottom: 30px;
}
.inner-delivery h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.all-address{
    box-shadow: 0 0 4px rgb(40 44 63 / 20%);
    padding: 36px 30px 30px 40px;
    position: relative;
}
.address-box {
    margin-bottom: 15px;
}
.address-box h5 {
    margin-bottom: 12px;
    font-size: 18px;
}
.address-box p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.address-box p i{
    font-size: 33px;
    position: relative;
    top: -4px;
    left: 7px;
}
.address-box .btn-edit {
    width: 90px;
    height: 41px;
    background: #1d323f!important;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #1d323f!important;
    margin-left: 20px;
    margin-top: 10px;
}
.address-box .btn-remove{
    color: black;
    background: transparent!important;
}
.address-box1{
    display: none;
}
.clickable .address-box1{
    display: block;
}
.cus-radio {
    width: 13px;
    height: 13px;
    border: 1px solid black;
    border-radius: 50%;
    position: absolute;
    top: 39px;
    left: 20px;
}
.clickable .cus-radio {
    background: #7ca59e;
    border-color: #7ca59e;
}
.set-address-11{
    padding: 15px;
    background: #7ca59e;
    color: white;
    cursor: pointer;
}
.set-address-11 h2{
    font-size: 20px;
    margin-bottom: 0;
}
.modal-address.modal {
    z-index: 9999999!IMPORTANT;
    background: rgb(0 0 0 / 50%);
}
.modal-address .modal-dialog {
    top: 17%;
    width: 750px!important;
    max-width: 750px!important;
}
.modal-address .b-detail {
    padding: 10px;
    border: unset;
}
.modal-address .modal-title {
    font-size: 19px;
    margin: 0;
    line-height: unset;
    text-transform: uppercase;
}
.modal-address .btn-z {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.co_delivery-add .s-cart h4 {
    margin-bottom: 21px;
}

/*-------------------- Payment-Page ----------------*/
.co_payment{
    padding: 100px 0px;
}
.nav-pills-custom .nav-link {
   color: #1d323f;
   background: #fff;
   position: relative;
   padding: 14px 10px;
   border-left: 3px solid #1d323f;
   margin-bottom: 20px;
   font-size: 14px;
   font-weight: 500;
   box-shadow: 0 1px 7px 0 rgb(0 0 0 / 10%);
}
.nav-pills-custom .nav-link.active {
   color: #fff!important;
   background: #1d323f!important;
}
.nav-pills-custom .nav-link::before {
   content: '';
   display: block;
   border-top: 8px solid transparent;
   border-left: 10px solid #1d323f!important;
   border-bottom: 8px solid transparent;
   position: absolute;
   top: 50%;
   right: -10px;
   transform: translateY(-50%);
   opacity: 0;
}
.nav-pills-custom .nav-link.active::before {
   opacity: 1;
}
.invest-bg{
   position: relative;
}
.tab-color{
    padding: 0px 30px;
}
.tab-color h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 19px;
    text-transform: uppercase;
}
.tab-color p{
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.5px;
}
.nav-link .fab1{
   width: 35px;
   height: 35px;
   line-height: 37px;
   text-align: center;
   border-radius: 50%;
   background: white;
   color: #1d323f;
   font-weight: bold;
   margin-right: 10px;
   font-size: 20px;
}
.delivery-11 {
    background: #f7f7f7;
    padding: 20px;
}
.form-group {
     position: relative;
     margin-bottom: 1.5rem;
}
.tab-color .form-control {
    height: 45px!important;
    line-height: 45px!important;
    font-size: 15px!important;
    font-weight: 400!important;
}
 .form-control-placeholder {
     position: absolute;
     top: 0;
     padding: 7px 0 0 13px;
     transition: all 200ms;
     opacity: 0.5;
}
 .form-control:focus + .form-control-placeholder, .form-control:valid + .form-control-placeholder {
     font-size: 75%;
     transform: translate3d(0, -100%, 0);
     opacity: 1;
     top: 9px;
    left: 19px;
    padding: 0px 4px;
    z-index: 99;
    background: white;
}
.tab-color .check {
    margin-bottom: 0px;
}
.other-bank {
    margin: 30px 0px 0px;
}
.other-bank select{
    margin-bottom: 15px;
}
.invest-bg img{
    width: 11%;
    display: inline-block;
    margin-right: 10px;
}
.invest-bg .check1 input{
    margin-bottom: 18px;
}



/*--------------------- Blog-Page ----------------*/
.inner-blog1{
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.inner-blog1:last-child{
    border: unset;
    margin: 0;
}
.set-blog1 {
    padding-bottom: 25px;
}
.img_1 img{
    height: 300px;
}
.com1 {
    margin-left: 14px;
}
.detail-1{
    padding: 10px 0px;
}
.detail-1 h3 {
    margin-bottom: 13px;
}
.blog-date li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}
.detail p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #7b858a;
}
.co_blog .pagination {
    justify-content: center;
    margin-top: 30px;
}
.set-part-2{
    margin-left: 35px;
}
.blog-search1{
    box-shadow: 0px 0px 29px 0px rgb(102 102 102 / 10%);
    background-color: #ffffff;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
}
.blog-search1 form{
    margin: 0;
    position: relative;
}
.blog-search1 input{
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    transition: all 400ms ease-out;
}
.blog-search1 input:focus{
    border-color: #1d323f;
}
.blog-search1 button {
    position: absolute;
    right: 0px;
    outline: 0;
    top: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff!important;
    background-color: #1d323f!important;
    transition: all 400ms ease-out;
}
.post{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-size: 22px;
}
.post:before {
    content: '';
    position: absolute;
    background: #7ca59e;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
}
.post1 .item{
    overflow: hidden;
    margin-bottom: 12px;
}
.img1{
    float: left;
    margin-right: 15px;
}
.img-1{
    background-image: url('../image/blog1.jpg');
}
.img-2{
    background-image: url('../image/blog2.jpg');
}
.img-3{
    background-image: url('../image/blog4.jpg');
}
.img1 .bg-img1{
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.info span{
    display: block;
    color: #747576;
    text-transform: capitalize;
    margin-top: -2px;
    margin-bottom: 3px;
    font-size: 14px;
}
.info h4 {
    margin: 10px 0px 0px;
    line-height: 23px;
    font-size: 15px;
}
.info h4 a{
    font-size: 14px;
    text-decoration: none;
    color: black;
}
.info a:hover{
    color: #7ca59e;
}
.archive {
    margin: 25px 0px;
}
.item1{
    list-style: none;
    padding: 0;
}
.item1 li{
    position: relative;
    margin-bottom: 12px;
    padding-left: 17px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}
.item1 li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    height: 8px;
    width: 8px;
    margin-right: 5px;
    background: #7ca59e;
    border-radius: 50px;
    border-right-style: inset;
}
.item1 li a{
    text-decoration: none;
    color: #747576;
}
.item1 li a:hover{
    color: #03c4eb;
}
.tag-detail a{
    display: inline-block;
    text-decoration: none;
    color: #0b0b31;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 13px;
    border: 1px dashed #eeeeee;
    margin-top: 10px;
    margin-right: 4px;
}
.tag-detail a:hover{
    color: #ffffff;
    background-color:  #1d323f;
    border-color:  #1d323f;
}
.tag-detail span {
    margin-left: 5px;
}


/*------------------ Single-blog-page ----------------*/
.single-blog{
     margin-bottom: 40px;
}
.single-blog h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
}
.single-img{
    margin-bottom: 30px;
}
.single-img img{
    height: auto;
}
.single-blog p{
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 29px;
}
.comment-form-blog h3{
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;

}
.sblog-text{
    margin-bottom: 20px;
}
.sblog-text label{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
.sblog-text input{
    width: 100%;
    height: 42px;
    padding: 0px 15px;
    font-size: 15px;
    border: 1px solid #ccc;
    background: transparent;
}
.sblog-text input:focus{
    outline: none;
}
.sblog-text textarea{
    width: 100%;
    padding: 15px;
    font-size: 15px;
    border: 1px solid #ccc;
    background: transparent;
}
.sblog-text textarea:focus{
    outline: none;
} 


/*------------------ Decoration-Page -----------------*/
.imgLoader {
   display: none;
   opacity: 0 !important;
}
 .pricebox span {
   font-size: 30px;
   color: orange;
}
 .ui.items .item.active {
   border: 3px solid red;
}
.ui.accordion .accordion .title, .ui.accordion .title {
    padding: 10px !important;
}
.ui.grid {
    padding: 70px 0px!important;
}
.ui.orange.button {
    background-color: #1d323f!important;
}
.ui.orange.button:hover{
  background-color:#7ca59e!important;
}
.ui.top.orange.inverted.attached.segment.edit_image {
    background-color: #7ca59e!important;
}
.pricebox span {
    font-size: 20px;
    color: #7ca59e !important;
}
.ui.dimmer{
    z-index: 999999!important;
}
.ui.small.modal {
    width: 28%;
    height: 245px;
    margin-left: -13%;
    top: 20%!important;
}
.ui.modal {
    width: 33%;
    height: 376px;
    top: 17%!important;
    margin-left: -21%;
}
.pricebox .sign-11{
    color: red;
    font-weight: 600;
}
.ui.visible.transition {
    top: 28%!important;
}
.canvas_div {
    position: relative;
}
.all-options {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    border: 1px solid #ccc;
    text-align: center;
    height: 500px;
    overflow-y: scroll;
}
.all-options h3 {
    font-size: 16px;
    font-weight: 700;
    background: #ccc;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #1d313e;
}
.option-11 {
    border-bottom: 1px solid #ccc;
}
.option-11:last-child{
    border: unset;
}
.option-11 h4 {
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    color: #7ca59e;
    margin: 10px 0px;
}
.option-11-img img{
    height: 100px;
    object-fit: contain;
}


/*------------------- Contact-Page -----------------*/
.main-contact1{
    padding:100px 0;
    position: relative;
}
.contact_main {
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    padding: 49px 0px 30px;
}
.contact_main i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    font-size: 24px;
    color: #1d323f;
    border-radius: 50px;
    border: 1px solid #E2E2E2;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.contact-form-area{
    margin-bottom:70px;
}
.contact_main h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.contact_main a {
    color: black;
}
.contact_main:hover {
    border-color: #7ca59e;
    background-color: #7ca59e;
    color: white;
}
.contact_main:hover i {
    border: 2px solid white;
    background-color: #1d323f;
    color: white;
}
.contact-form {
    padding: 40px 30px 30px;
    max-width: 800px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    background-color: #F6F6F6;
}
.contact-form h2 {
    color: #10142D;
    margin-bottom: 20px;
    font-weight: 400;
}
.contact-form .form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-group:hover input#name,
.form-group:hover input#email,
.form-group:hover input#phone_number,
.form-group:hover input#msg_subject,
.form-group:hover textarea#message{
    border: 1px solid black;
    box-shadow: none;
}
.contact-form .form-group label {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}
.contact-form .form-group .form-control {
    height:40px;
    color: #10142D;
    border: 1px solid #70aba18c;
    background-color: #F1F1F1;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    font-weight: 500;
    border-radius: 0;
}
.contact-form .with-errors {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #f00;
    font-weight: 400;
    display: block;
}
.contact-form .form-group textarea.form-control {
    height: auto;
}
.contact-form .agree-label {
    margin-bottom: 15px;
    position: relative;
}
.contact-form .agree-label #chb1 {
    position: absolute;
    top: 7px;
    left: 0;
}
.contact-form .agree-label label {
    font-weight: 500;
    color: #10142D;
    margin-left: 25px;
}
.contact-form .agree-label label a {
    color: #7ca59e;
}
.contact-form .default-btn {
    border: 0;
    width: 100%;
    outline: none;
}
.default-btn {
    display: inline-block;
    padding: 12px 42px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-bg-three {
    background-color: #7ca59e !important;
}
.default-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -36%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}
.default-btn:hover:before {
    height: 100%;
    width: 135%;
    background-color: #10142D;
}
.default-btn:hover {
    color: #ffffff !important;
}
.section-title h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 900;
    letter-spacing: 0.8px;
    padding-bottom: 30px;
    margin: 0;
    text-transform: uppercase;
}
.contact-form h3 {
    padding-bottom: 20px;
    font-weight: 700;
}
.section-title {
    padding-bottom: 70px;
}
.map iframe{
    width: 100%;
    height: 695px;
}



/*-------------------- RESPONSIVE --------------------*/

/*........................ Home-page ....................................*/
@media only screen and (min-width: 1261px) and (max-width: 1440px){
    #myCarousel .container {
        max-width: 1095px;
    }
    #myCarousel .carousel-item .mask {
        position: absolute;
        top: 64px;
        left: 12px;
    }
    #myCarousel h4 {
        font-size: 64px;
        line-height:  70px;
    }
    .inner-arrival .slick-slide {
        height: 816px!important;
    }
    .inner-arrival1 .slick-slide {
        height: 390px!important;
    }
    .product-info {
        height: 142px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1260px) {
    .inner-cart1 h6{
        font-size: 15px;
    }
    .cart-box {
        left: -81px;
    }
    .menu nav {
        height: 538px; 
    }
    #myCarousel .carousel-item {
        height: auto;
        min-height: 550px;
    }
    .part-1 {
        position: absolute;
        left: 9%;
        top: 52px;
    }
    #myCarousel h4 {
        font-size: 60px;
    }
    .carousel-control-prev {
        left: 2%!important;
    }
    .carousel-control-next {
        right: 2%!important;
    }
    .co_submenu { 
        width: 300px;
    }
    .co_service .row1 {
        align-items: flex-start;
    }
    .info-box h4 {
        margin-bottom: 6px;
    }
    .info-box p {
        line-height: 19px;
    }
    .footer-ribbon {
        left: 54px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .logo {
        width: 87%;
    }
    .user-section {
        width: 30%;
    }
    .user-section img {
        width: 52%;
        margin-left: 13px;
    }
    .shopping-cart {
        width: 70%;
    }
    .inner-cart {
        width: 40%;
    }
    .inner-cart img {
        width: 75%;
        margin: 0px;
    }
    .shopping-cart .cart-quantity {
        right: 2px;
    }
    .inner-cart1 {
        left: 0px;
    }
    .inner-cart1 h6{
        font-size: 15px;
    }
    .user-dropdown {
        top: 44px;
        left: -66px;
    }
    .cart-box {
        top: 55px;
        left: -121px;
    } 
    .menu nav {
        height: 541px;
    }
    #myCarousel .carousel-item {
        height: auto;
        min-height: 550px;
    }
    .part-1 {
        position: absolute;
        left: 9%;
       top: 34px;
    }
    #myCarousel h4 {
        font-size: 49px;
    }
    .carousel-control-prev {
        left: 2%!important;
    }
    .carousel-control-next {
        right: 2%!important;
    }
    .part-2 {
        margin-top: 100px;
    }  
    .co_service .row1{
        align-items: flex-start;
    }    
    .info-box-icon-left {
        display: flex;
        flex-wrap: wrap;
    }
    .info-box i{
        margin-bottom: 20px;
    }
    .info-box h4 {
        margin-bottom: 10px;
    }
    .info-box p {
        line-height: 19px;
    }
    .co_arrival {
        padding: 70px 0px 50px;
    }
    .inner-arrival .slick-slide {
        height: 695px!important;
    }
    .product-img img {
        height: 200px;
    }
    .buttons {
        top: 11%;
    }
    .description {
        font-size: 14px;
        width: 78%;
        padding-left: 72px;
    }
    .description:before {
        left: 33px;
    }
    .description:after {
        right: 10px;
    }
    .inner-arrival1 .slick-slide {
        height: 330px!important;
    }
    .co_blog {
        padding: 65px 0px;
    }
    .set-blog {
        margin-top: 20px;
    }
    .footer-ribbon {
        left: 50px;
    }
    .subscribe-form input {
        margin-bottom: 30px;
    }
    .wifi {
        margin-left: 47px;
    }
}

@media only screen and (max-width: 767px){
    .co_header {
        padding: 10px 0px;
    }
    .logo {
        width: 50%;
        margin: auto;
    }
    .search{
        display: none;
    }
    .res-combine{
        display: none;
    }
    .co_menu{
        display: none;
    }
    .co_mobile-head {
        padding: 10px 0px;
        background: #1d323f;
        display: block;
        position: sticky;
        top: 75px;
        width: 100%;
        z-index: 9999999;
    }
    .inner-search{
        position: relative;
    }
    .co_inner-search {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .inner-search {
        position: relative;
        width: 35px;
        font-size: 23px;
    }
    .combine{
        width: 100px;
        margin: 0;
    }
    .user-section img {
        width: 54%;
    }
    .user-dropdown {
        top: 35px;
        left: -141px;
        text-align: left;
    }
    .inner-cart {
        width: 100%;
    }
    .inner-cart img {
        margin: auto;
    }
    .shopping-cart .cart-quantity {
        right: 6px;
    }
    .cart-box {
        top: 38px;
        left: -180px;
    }
    .inner-cart1{
        display: none;
    }
    .search-icon {
        font-size: 25px;
        color: white;
        outline: none;
    }
    .search-toggle .search-icon.icon-close {
        display: none;
    }
    .search-toggle.opened .search-icon.icon-search {
        display: none;
    }
    .search-toggle.opened .search-icon.icon-close {
        display: block;
        font-size: 24px;
        font-weight: 600;
    }
    .search-container {
        position: relative;
        transform: transition(all 0.3s);
        max-height: 0;
        overflow: hidden;
        background-color: #eee;
        z-index: 99;
    }
    .search-container {
        position: absolute;
        top: 36px;
        left: -159px;
    }
    .search-container.opened {
        max-height: 46px;
        width: 300px;
    }
    .search-container input {
        width: 81%;
        height: 44px;
        line-height: 44px;
        font-size: 15px;
        font-weight: 400;
        padding: 0px 10px;
        border: unset;
        background: transparent;
    }
    .search-container input:focus{
        outline: none;
        border: unset;
    }
    .search-box1 input:focus{
        outline: none;
    }
    .opened .search-icon {
        font-size: 20px;
    }
    .search-container .search-icon {
        vertical-align: middle;
    }
    .search-icon i.fa.fa-fw.fa-search {
        color: black;
    }
    .user-dropdown {
        top: 37px;
        left: -142px;
        text-align: left;
    }
    .cart-box {
        top: 38px;
        left: -181px;
    }
    .mobile-menu{
        display: block;
    }
    .sidepanel {
      width: 0;
      position: fixed;
      z-index: 9999999;
      top: 0;
      left: -2px;
      height: 100%;
      background-color: rgba(0,0,0,0.3);
      transition: 0.5s;
    }
    .m_menu{
        position: relative;
        float: left;
        width: 66%;
        height: 100%;
        background-color: white;
        padding-top: 60px;
        overflow-x: hidden;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
    }
    .sidepanel a {
        padding: 10px 0px 10px 9px;
        text-decoration: none;
        font-size: 17px;
        font-weight: 500;
        color: black;
        display: block;
        transition: 0.3s;
        text-align: left;
    }
    .sidepanel a:hover {
        color: black;
        text-decoration: none;
    }
    .link-1{
        border-bottom: 1px solid #80808047;
    }
    .sidepanel .closebtn {
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 26px;
        font-weight: 700;
    }
    .openbtn {
        font-size: 24px;
        color: white;
        border: none;
    }
    nav.animated {
        width: 100%;
        position: relative;
        top: 0;
        left: 0px;
        background: white;
        border: unset;
        height: auto;
        overflow-y: auto;
        display: block;
    }
    #myCarousel .carousel-item .mask img {
        height: 322px;
    }
    #myCarousel h4 {
        font-size: 36px;
    }
    .info-box-icon-left {
        margin: 7px 0px;
        justify-content: flex-start;
    }
    .arrival-1 {
        margin: 0 0px 30px;
    }
    .product-info {
        height: auto;
    }
    .inner-arrival .slick-slide {
        height: 736px!important;
    }
    .co_testimonial {
        padding: 40px 0px 56px;
    }
    .inner-arrival1 .slick-slide {
        height: 365px!important;
    }
    .co_arrival .next-arrow {
        right: 3px;
    }
    .co_arrival .prev-arrow {
        right: 51px;
    }
    .co_arrival {
        padding: 70px 0px 30px;
    }
    .quote-img {
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .name {
        float: none;
        padding: 20px 0;
    }
    .description:before {
        display: none;
    }
    .description:after {
       display: none;
    }
    .description {
        width: 90%;
        float: none;
        padding-left: 0px; 
        padding-right: 0px;
        margin: 0 auto;
        font-size: 15px;
    }
    .co_testimonial .next-arrow {
        left: 50%;
    }
    .co_testimonial .prev-arrow {
        left: 37%;
    }
    .co_blog {
        padding: 60px 0px 70px;
    }
    .blog {
        margin-bottom: 40px;
    }
    .blog:last-child {
        margin-bottom: 0px;
    }
    .footer-ribbon {
        left: 40px;
    }
    .co_footer {
        padding:50px 0px;
    }
    .subscribe-form input {
        width: 95%;
        margin: auto;
        padding: 10px 0px 10px 15px;
    }  
    .subscribe-btn {
        right: 7px; 
    }
    .f-title {
        font-size: 17px;
        margin-top: 30px;
    }
    .bottom-footer p {
        margin-bottom: 12px;
    }
    .social-link {
        margin-bottom: 7px;
    }
    .footer {
        border-bottom: 1px solid #ffffff47;
        padding-bottom: 17px;
    }
    .new-form {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 320px){
    #myCarousel h4 {
        font-size: 32px;
        line-height: 37px;
        margin-top: 20px;
    }
    #myCarousel .carousel-item .mask img {
        height: 321px;
    }
    #myCarousel .carousel-item {
        min-height: 615px;
    }
    .co_arrival .next-arrow {
        right: 0px;
    }
    .co_arrival .slide-arrow {
        width: 30px;
        height: 30px;
        line-height: 31px;
        font-size: 22px;
        padding-top: 5px;
    }
    .co_arrival .prev-arrow {
        right: 40px;
    }
}


/*-------------- cart-page --------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .shoping-cart-total {
        width: 60%;
    }
}

@media only screen and (max-width: 767px){
    .shoping-cart-total {
        width: 100%;
        margin-top: 25px;
    }
}


/*------------------ Checkout-Page ---------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .check-form {
        padding: 30px;
    }
    .lost {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px){
    .check-form {
        padding: 23px;
    }
    .check-form .btn-z {
        display: block;
        width: 100%;
    }
    .c-box {
        font-size: 15px;
    }
    .btni {
        padding: 10px 7px;
        font-size: 16px;
    }
    .check textarea {
        font-size: 14px;
    }
    .user1 {
        top: 41px;
        right: 14px;
        font-size: 17px;
    }
    .lost {
        margin-top: 0px;
    }
}


/*----------------------- Add-to-Cart --------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .co_cart {
        padding: 70px 0px;
    }
    .main{
        position: relative;
    }
    .co_cart .cart-z1{
        margin-top: 55px;
    }
    .console-container {
        font-size: 19px;
    }
    .co_comment-box1 {
        margin-top: 40px;
    }   
}

@media only screen and (max-width: 767px){
    .co_cart {
        padding: 70px 0px;
    }
    .main{
        position: relative;
    }
    .product-name1 h2 {
        line-height: 28px;
    }
    .well .form-group {
        width: 11%;
        margin: 0px 5px;
    }
    .well .form-group-total {
        width: 22%!important;
        margin-top: 20px!important;
    }
    .well .color-display {
        left: 105px;
    }
    .total-productz h3 {
        font-size: 15px;
    }
    .custom-radios input[type="radio"] + label span {
        width: 17px;
        height: 17px;
    }
    .cart-buttons a {
        padding: 10px 13px;
        font-size: 15px;
        margin-right: 14px;
    }
    #tab-3 .r-title {
        line-height: 24px;
        margin-bottom: 0;
    }
    #text{
        padding: 0px 15px;
    }
    .comment-container {
        display: block;
    }
    .co_decoration .col-lg-7.col-md-12.col-12 {
        padding: 0!important;
    }
    .co_decoration .col-lg-5.col-md-12.col-12 {
        padding: 0!important;
    }
}

@media only screen and (max-width: 320px){
    .product-name1 h2 {
        line-height: 24px;
        font-size: 18px;
    }
    .p-price {
        font-size: 22px;
    }
    .return-policy li {
        font-size: 14px;
    }
    .well .form-group {
        margin: 0px 4px;
    }
    .well .form-control {
        height: 36px;
    }
    .cart-buttons a {
        padding: 6px 9px;
        margin-right: 0px;
    }
    ul.tabs li {
        padding: 9px 10px;
        font-size: 17px;
    }
    #tab-3 .r-title {
        line-height: 27px;
        font-size: 18px;
    }
    .comment-box {
        margin-top: 10px;
    }
    .tab-content p {
        font-size: 14px;
        line-height: 23px;
    }
    div#sizeModal {
        z-index: 9999999;
    }
    .size-modal-11 .modal-dialog {
        top: 7%!important;
    }
    .size-nav li{
        margin-bottom: 10px!important;
    }
}


/*----------------------- Blog-Page --------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px) {
    .img_1 img {
        height: 220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .img_1 img {
        height: 290px;
    }
    .set-part-2 {
        margin-left: 0;
        margin-top: 13px;
    }
}

@media only screen and (max-width: 767px){
    .img_1 img {
        height: 350px;
    }
    .detail-1 {
        padding: 19px 20px 0px;
    }
    .set-part-2 {
        margin-left: 0;
        margin-top: 13px;
    }
    .tag-detail a {
        padding: 6px 12px;
    }
    .blog-date {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 320px){
    .detail h3 a {
        font-size: 17px;
    }
    .blog-date li {
        font-size: 14px;
    }
    .detail-1 {
        padding: 19px 12px 0px;
    }
}


/*------------------- Single-blog-Page ------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .single-blog h3 {
        font-size: 23px;
        margin-bottom: 11px;
    }
    .co_single                                                                                                                                                                                                         .info h4 {
        line-height: 18px;
        font-size: 11px;
        letter-spacing: 0.5px;
        margin: 4px 0px 0px;
    }
    .single-blog p {
        font-size: 15px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 767px){
    .single-blog h3 {
        font-size: 21px;
    }
    .single-blog p {
        font-size: 15px;
        line-height: 27px;
    }
}


/*--------------------- Cart-Page --------------------*/
@media only screen and (max-width: 767px){
    .shoping-cart-total .table {
        font-size: 15px!important;
    }
}


/*---------------------- Contact-Page -------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .main-contact1 {
        padding: 100px 0 70px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .map iframe {
        height: 400px;
    }
}

@media only screen and (max-width: 767px){
    .main-contact1 {
        padding: 70px 0 30px;
    }
    .contact_main {
        margin-bottom: 40px;
    }
    .contact_main i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        top: -20px;
    }
    .section-title {
        padding-bottom: 0px;
    }
    .section-title h2 {
        font-size: 26px;
    }
    .map iframe {
        height: 300px;
    }
}


/*------------------- Delivery-Page --------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .delivery_1 {
        padding-right: 15px!important;
    }
    .delivery-add h2 {
        font-size: 20px;
    }
    .delivery-add .btn_acele {
        padding: 9px 8px;
        font-size: 13px;
    }
    .all-address {
        padding: 36px 22px 30px 35px;
    }
    .cus-radio {
        left: 13px;
    }
    .modal-address .modal-dialog {
        width: 687px!important;
        max-width: 687px!important;
    }

}

@media only screen and (max-width: 767px){
    .co_delivery-add {
        padding: 55px 0px 75px;
    }
    .delivery_1 {
        padding-right: 15px!important;
        margin-bottom: 30px;
    }
    .delivery-add h2 {
        font-size: 19px;
    }
    .btn_acele {
        padding: 9px 5px;
        font-size: 12px;
    }
    .all-address {
        padding: 27px 20px 30px 35px;
    }
    .cus-radio {
        top: 30px;
        left: 13px;
    }
    .address-box p {
        font-size: 15px;
        margin-bottom: 4px;
    }
    .modal-address .modal-dialog {
        width: 335px!important;
        max-width: 335px!important;
        margin: 0px auto;
    }
    .modal-address .b-detail {
        padding: 0px;
        margin: 0;
    }
    .modal-address .check {
        margin-bottom: 15px;
    }
    .b-detail label {
        margin-bottom: 2px;
    }

}

@media only screen and (max-width: 320px){
    .delivery-add h2 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .modal-address .modal-dialog {
        width: 295px!important;
        max-width: 295px!important;
    }
}


/*------------------ Payment-Page -------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .co_payment {
        padding: 70px 0px;
    }
    .co_payment .order{
        order: 2;
    }
    .co_payment .order-2{
        order: 1!important;
    }
    .co_payment .order-2 .s-cart {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px){
    .co_payment {
        padding: 70px 0px 80px;
    }
    .co_payment .order{
        order: 2;
    }
    .co_payment .order-2{
        order: 1!important;
    }
    .co_payment .order-2 .s-cart {
        margin-bottom: 50px;
    }
    .tab-color {
        padding: 0;
        margin-top: 25px;
    }
}


/*------------------- Product-List-Page-----------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px) {
    .f-arrow.next-arrow {
        right: -12px;
    }
    .f-arrow.prev-arrow {
        right: 4px;
    }
    .product-filter1 {
        margin-top: 77px;
    }
    .card-body #slider {
        width: 166px;
    }
    .right-sidebar {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .filter-slider {
        display: block;
    }
    .co_product-list .left-sidebar{
        display: none;
    }
    .product-filter1 {
        margin-top: 20px;
    }
    .content-1 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    } 
    .menu_1 {
        height: 100%;
        background: white;
        position: absolute;
        top: 0;
        left: 0px;
        width: 0!important;
        z-index: 999999;
        overflow-y: scroll;
        transform: translateX(-261px);
        transition: all 0.5s ease;
    }
    .menu_1.left-slide1 {
        position: fixed;
        transform: translateX(0px);
        background: rgb(0 0 0 / 60%);
        width: 100%!important;
    }
    .left-slide{
        left: 0!important;
    }
    .menu_1 .left-sidebar {
        width: 260px;
        background: white;
        padding-top: 50px;
        position: relative;
    }
    .menu_1 .f-arrow {
        top: -37px;
    }
    .menu_1 .f-arrow.prev-arrow {
        right: 11px;
    }
    .menu_1 .f-arrow.next-arrow {
        right: -7px;
    }
    .left-11{
        left: 0!important;
    }
    .menu_1 button.close {
        position: absolute;
        top: 12px;
        right: 15px;
        font-size: 29px;
        color: #1d323f;
    }
}

@media only screen and (max-width: 767px){
    .filter-slider {
        display: block;
    }
    .co_product-list .left-sidebar{
        display: none;
    }
    .product-filter1 {
        margin-top: 20px;
    }
    .content-1 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    } 
    .menu_1 {
        height: 100%;
        background: white;
        position: absolute;
        top: 0;
        left: 0px;
        width: 0!important;
        z-index: 9999999;
        overflow-y: scroll;
        transform: translateX(-261px);
        transition: all 0.5s ease;
    }
    .menu_1.left-slide1 {
        position: fixed;
        transform: translateX(0px);
        background: rgb(0 0 0 / 60%);
        width: 100%!important;
    }
    .left-slide{
        left: 0!important;
    }
    .menu_1 .left-sidebar {
        width: 260px;
        background: white;
        padding-top: 50px;
        position: relative;
    }
    .menu_1 .f-arrow {
        top: -37px;
    }
    .menu_1 .f-arrow.prev-arrow {
        right: 11px;
    }
    .menu_1 .f-arrow.next-arrow {
        right: -7px;
    }
    .left-11{
        left: 0!important;
    }
    .menu_1 button.close {
        position: absolute;
        top: 12px;
        right: 15px;
        font-size: 29px;
        color: #1d323f;
    }
    .co_product-list {
        padding: 50px 0px 70px;
    }
    .right-sidebar {
        padding-left: 00px;
    }
    .grid-hori, .grid-verti{
        display: none;
    }
    .inner-sort label {
        display: none;
    }
    .inner-sort select{
        width: 142px;
    }
    .inner-sort1 select{
        width: 54px!important;
    }
    .product-filter .row{
        align-items: center;
    }
}

@media only screen and (max-width: 320px){
    .inner-sort select {
        width: 101px;
    }
    .product-filter1 .page-link {
        padding: 5px 10px!important;
    }
    .product-filter1 .pagination {
        justify-content: flex-start;
    }
    .product-filter1 .page-item {
        margin: 0px 3px;
    }
}



/*--------------------- Request-quote-Page -------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px) {
    .modal-lg{
        top: -16%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .s-product .modal-lg, .modal-xl {
        max-width: 712px!important;
        width: 712px!important;
    }
    .s-product-content {
        padding-left: 53px;
    }
}

@media only screen and (max-width: 767px){
    .co-banner1 h1 {
        font-size: 35px;
        margin-bottom: 9px;
    }
    .quote_section2 .tab_1, .quote_section2 .tab_1{
        width: 89%;
    }
    .inner-quote {
        margin-bottom: 10px;
    }
    .s-product .modal-lg, .modal-xl {
        max-width: 356px!important;
        width: 356px!important;
    }
    .s-product .force-overflow{
        height: auto;
        min-height: auto;
    }
    .s-product .modal-content {
        height: 760px;
    }
    .set-sproduct{
        flex-wrap: wrap;
    }
    .s-product-img {
        width: 40%;
        margin-bottom: 18px;
    }
    .s-product-content {
        padding-left: 30px;
    }
    .co_inner-sproduct {
        height: 478px;
    }
    .s-product .s-product-content .control {
        width: 18%;
    }
    .product-filter2 {
        text-align: center;
    }
    .showing {
        margin-bottom: 10px;
    }
    .well_1 .form-group {
        width: 16%;
        margin: 0px 7px;
    }
    .well_1 .col-sm-12{
        padding: 0!important;
    }
    .form-group.total-qty {
        width: 37%;
        display: block;
    }
    .total-qty input{
        width: 71%;
    }
}

@media only screen and (max-width: 320px){
    .s-product .modal-lg, .modal-xl {
        max-width: 307px!important;
        width: 356px!important;
    }
    .s-product .modal-content {
        height: 539px;
    }
    .co_inner-sproduct {
        height: 240px;
    }
    .well_1 .form-group {
        margin: 0px 7px 10px;
    }
    .s-product .s-product-content .control {
        width: 22%;
    }
    .desired .inner-desired {
        width: 145px;
    }
    #datepicker {
        width: 250px!important;
    }
    .subscribe-form input {
        height: 42px;
    }
    .subscribe-btn {
        font-size: 14px;
        height: 42px;
        line-height: 42px;
    }
}


/*----------------------- Decoration-Page ------------------------*/
@media only screen and (min-width: 1261px) and (max-width: 1440px){
     .canvas-container{
        width: 403px!important;
        height: 403px!important;
    }
    .lower-canvas{
        width: 403px!important;
        height: 403px!important;
    }
    .upper-canvas{
        width: 403px!important;
        height: 403px!important;
    }
    .all-options {
        height: 410px;
    }
    
}
@media only screen and (min-width: 1024px) and (max-width: 1260px) {
    .four.wide.column {
        width: 50%!important;
        margin-bottom: 161px;
    }
    .eight.wide.column {
        width: 100%!important;
    }
    .extra-1 {
        position: absolute;
        top: 212px;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .four.wide.column {
        width: 50%!important;
        margin-bottom: 175px;
    }
    .eight.wide.column {
        width: 100%!important;
    }
    .extra-1 {
        position: absolute;
        top: 212px;
        right: 0;
    }
}

@media only screen and (max-width: 767px){
    .four.wide.column {
        width: 100%!important;/*
        margin-bottom: 175px;*/
    }
    .eight.wide.column {
        width: 100%!important;
    }
    .canvas-container{
        width: 367px!important;
        height: 321px!important;
    }
    .lower-canvas{
        width: 365px!important;
        height: 321px!important;
    }
    .upper-canvas{
        width: 371px!important;
        height: 321px!important;
    }
    .all-options {
        position: relative;
        top: 19px;
        right: 0;
        width: 100%;
        height: auto;
        overflow-y: scroll;
        margin-bottom: 20px;
    }
    .all-options1 {
        display: flex;
        overflow-x: scroll;
        overflow: hidden;
        width: 483px;
    }
    .option-11 {
        width: 33.33%;
    }
    .ui.grid {
        padding: 47px 0px!important;
    }
}

@media only screen and (max-width: 320px){
    .four.wide.column {
        width: 100%!important;/*
        margin-bottom: 175px;*/
    }
    .eight.wide.column {
        width: 100%!important;
    }
    .canvas-container{
        width: 315px!important;
        height: 321px!important;
    }
    .lower-canvas{
        width: 315px!important;
        height: 308px!important;
    }
    .upper-canvas{
        width: 315px!important;
        height: 308px!important;
    }
    /*.all-options {
        position: relative;
        top: 19px;
        right: 0;
        width: 100%;
        height: auto;
        overflow-y: scroll;
        margin-bottom: 20px;
    }*/
    .all-options1 {
        width: 625px;
    }
    .option-11 {
        width: 33.33%;
    }
    .ui.grid {
        padding: 47px 0px!important;
    }
}










    



