@import url("plaza/theme_font.css");
 :root {
    --rowspace:60px;
}
 html{
    font-size:62.5%;
}
 body{
    line-height:2.4rem;
    width:100%;
    font-weight:400;
}
 h1, h2, h3, h4, h5, h6{
    color:#444;
}
 .fa{
    font-size:1.4rem;
}
 *:focus{
    outline:none !important;
}
 h1{
    font-size:3.6rem;
}
 h2{
    font-size:3rem;
}
 h3{
    font-size:2.4rem;
}
 h4{
    font-size:1.8rem;
}
 h5{
    font-size:1.4rem;
}
 h6{
    font-size:1.2rem;
}
 img{
    max-width:100%;
}
 a{
    color:#595959;
}
 a:hover{
    text-decoration:none;
}
 legend{
    font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: #000000;
	border:none;
	margin-bottom:25px;
}
.information-contact form.form-horizontal{
	padding:32px 55px;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}
.form-control{
	border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 8px;
    outline: none;
    height: 48px;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 19px;
    color: rgb(0 0 0 / 50%);
    padding: 15px;
}
.information-contact .bordered{
	background: #FFFFFF;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 20%);
    border-radius: 8px;
    padding: 25px 35px;
	height:100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont_wrap i{
	width:48px;
	height:48px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	color:#000;
	background: linear-gradient(269.51deg, rgb(251 179 28 / 10%) -26.07%, rgb(255 205 99 / 10%) 112.49%);
	font-size:20px;
	margin-right:15px;
}
.cont_wrap a{
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}
.cont_wrap{
	display:flex;
	align-items:flex-start;
}
.cont_wrap-data .title{
	font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    color: #0C0C0C !important;
    opacity: 0.5;
    margin-bottom: 0 !important;
}
.information-contact .contact-row{
	display: flex;
    align-items: stretch;
	margin-bottom:30px;
	flex-wrap:wrap;
}
.row.about{
	margin-top:15px;
}
.about_cont{
	background: #FFFFFF;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	padding:25px;
}
.about_cont .cont_wrap{
	margin-bottom:32px;
}
.about_cont .cont_wrap:last-child{
	margin-bottom:0;
}
.row.advantages{
	margin-top:65px;
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.pagetitle{
	font-weight: 600;
	font-size: 40px;
	line-height: 54px;
	color: #000000;
	margin:25px 0;
}
.advanages__item{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 8px;
	padding:32px 48px;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	height: 100%;
}
.advanages__item p{
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.01em;
	color: #000000;
	margin:15px 0 0 0;
	text-align:center;
}
.advanages__item i{
	width:64px;
	height:64px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:linear-gradient(269.51deg, #FBB31C -26.07%, #FFCD63 112.49%);
}
.about .description p{
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #0C0C0C;
	margin-bottom:20px;
}
.information-contact form .form-control{
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 8px;
	outline:none;
	height:48px;
	font-weight: 600;
	font-size: 14px !important;
	line-height: 19px;
	color: rgb(0 0 0 / 50%);
	padding:15px;
}
.information-contact form textarea.form-control{
	height:auto;
}
.information-contact form input[type="submit"]{
	background: linear-gradient(269.51deg, #FBB31C -26.07%, #FFCD63 112.49%);
	border-radius: 8px;
	width:100%;
	text-transform: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #0C0C0C;
	height:48px;
}
.information-contact form input[type="submit"]:hover{
	background: linear-gradient(269.51deg, rgb(251 179 28 / 70%) -26.07%, rgb(255 205 99 / 70%) 112.49%);
}
.information-contact form .buttons{
	margin:25px 0 0 0;
}
 label{
    font-size:1.2rem;
    font-weight:normal;
}
 select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control{
    font-size:1.2rem;
}
 .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover{
    font-size:1.2rem;
}
 .input-group .input-group-addon{
    font-size:1.2rem;
    height:3rem;
}
 input:focus,textarea:focus, select:focus,.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,button,.nav-tabs > li > a{
    outline:none;
}
 body ::-webkit-scrollbar-track {
    background-color: transparent;
}
 body ::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}
 body ::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.1);
    border-radius: 10px;
}
 span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg{
    display:inline;
}
 .nav-tabs{
    margin-bottom:3rem;
}
 div.required .control-label:before{
    content:'* ';
    color:#F00;
    font-weight:bold;
}
 #back-top{
    display:none;
    position:fixed;
    right:3rem;
    bottom:10%;
    width:5rem;
    height:5rem;
    line-height: 4.8rem;
    padding:0;
    text-align:center;
    font-size:1.8rem;
    z-index:10;
    border: 1px solid #fdc859;
    background: #fdc859;
    color: #000000;
    border-radius:100%;
    -webkit-border-radius:100%;
    cursor:pointer;
}
 #back-top:hover{
    background: linear-gradient(269.51deg, rgb(251 179 28 / 70%) -26.07%, rgb(255 205 99 / 70%) 112.49%);
}
 #back-top i{
    vertical-align:top;
    line-height:inherit;
}
 @media (min-width: 1700px) {
     #back-top {
        right: 10rem;
    }
}
 .full-width,.full-width > .container, .full-width .row,.full-width .main-col,.full-width .sub-col{
    width:100%;
    margin:0;
    padding:0;
}
 .background-full {
    padding-bottom: 38px;
}
 .special-cate{
    margin-top:var(--rowspace);
}
 .header-slide{
    display:none;
}
 .common-home .header-slide{
    display:block;
}
 @media (max-width: 991px) {
     .background-full {
    }
}
 .pt-block{
}
 .pt-block .image{
     position: relative;
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     flex-direction: column;
     min-height: 200px;
     background-repeat: no-repeat;
     background-position: right bottom;
     padding: 25px;
     background-color: #FDFDFD;
     border: 1px solid #E7E7E7;
     box-sizing: border-box;
     border-radius: 8px;
}
 .pt-block .image .title{
     font-weight: 600;
     font-size: 18px;
     line-height: 25px;
     letter-spacing: 0.01em;
     color: #0C0C0C;
	 text-align:left;
}
 .pt-block .image a{
     font-weight: 600;
     font-size: 14px;
     line-height: 19px;
     letter-spacing: 0.01em;
     color: #BE8100;
     display:flex;
}
 .pt-block .image a:after{
     content: "\f3d1";
     font-family: "Ionicons";
     display: flex;
     font-size: 2rem;
     line-height: 2rem;
     margin-left: 15px;
}
 .pt-block .image:before{
    background: rgba(255,255,255,.3);
     bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
}
 .pt-block .image:after{
    background: rgba(255,255,255,.3);
     bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
     right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
}
 .pt-block .image:hover:before{
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
     -o-transition: all 900ms linear;
    transition: all 900ms linear;
}
 .pt-block .image:hover:after{
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
     -o-transition: all 900ms linear;
    transition: all 900ms linear;
}
 .static-sidebar {
    margin-bottom: 30px;
}
 .static-sidebar.pt-block .image img{
    width:100%;
}
 .static-sidebar.pt-block .image{
    width:100%;
}
 .static-top-store1 {
}
 .static-top-store1{
    margin-top: var(--rowspace);
}
 .static-footer-image .img1{
    margin-right:5px;
}
 .static-home-store1{
    margin-top: var(--rowspace);
    position: relative;
}
 .static-home-store1 .block-title{
    margin-top: 0;
}
 .static-home-store1 .text{
    background: #282828;
    padding:30px 25px;
    text-align: left;
    position:relative;
}
 .static-home-store1 .text h2{
    margin: 0;
    font-size:18px;
    color:#fff;
}
 .static-home-store1 .text h2:hover{
    color: var(--link-hover-color);
}
 .static-home-store1 .text p{
    font-size: 15px;
    color: #fff;
    margin:1px 0 0;
}
 .static-home-store1 .text a.order{
    color: #fff;
    font-size: 13px;
    font-weight:600;
    text-transform:uppercase;
    line-height:32px;
    padding:0 20px;
    border-radius:25px;
    background:#4988fb;
    position: absolute;
    right: 10px;
    top: 35px;
}
 .static-home-store1 .text a.order:hover{
    text-decoration: underline;
}
 .static-slide-store2 .bottom{
    margin-top:15px;
}
 @media (max-width: 1199px) {
     .static-top-store1 .image {
        margin-top: 15px;
    }
     .static-top-store1 > .row {
        margin: 0 -7.5px;
    }
     .static-top-store1 > .row > .col {
        padding: 0 7.5px;
    }
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .col.col-right{
        width: 31.5%;
    }
}
 @media (max-width: 991px) {
     .newsletter-static{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
     .newsletter.pull-left{
        width: 100%;
        text-align: center;
    }
     .static-home-store1 .text{
        padding: 15px 10px;
    }
     .static-slide-store2 .bottom{
        margin-top:0;
    }
     .static-slide-store2{
        text-align: center;
        margin-top: 30px;
    }
}
 @media (max-width: 767px) {
     .static-top-store1{
        text-align: center;
    }
     .static-home-store1 .col{
        margin-bottom: 20px;
    }
}
 @media (max-width: 740px) {
     .static-slide-store2 .bottom{
        margin-top:20px;
    }
}
 @media (max-width: 479px) {
     .static-top-store1 .col {
        width: 100%;
    }
	.information-contact .bordered{
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
		box-shadow: none;
	}
	.cont_wrap{
		align-items:flex-start;
		margin-bottom:25px;
	}
	.information-contact form.form-horizontal{
		padding:30px 15px;
	}
}
 .static-middle-store1 {
    margin-top: var(--rowspace);
}
 .static-middle-store1 .text {
    position: absolute;
    text-align: center;
    color: #fff;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
 .static-middle-store1 .text1 {
    font-size: 4.8rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-family: var(--heading-font);
}
 .static-middle-store1 .text2 {
    font-size: 7.2rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 23px;
    font-weight: 600;
    font-family: var(--heading-font);
}
 .static-middle-store1 .text3 {
    font-size: 1.8rem;
    line-height: 1.33333;
}
 .static-middle-store1 .text a {
    background: var(--link-hover-color);
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 25px;
    line-height: 46px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-top: 59px;
    pointer-events: visible;
}
 .static-middle-store1 .text a:hover {
    background: #fff;
    color: #222;
}
 @media (max-width: 1199px) {
     .static-middle-store1 .text1 {
        font-size: 3vw;
        margin-bottom: 1vw;
    }
     .static-middle-store1 .text2 {
        font-size: 4.2vw;
    }
     .static-middle-store1 .text3 {
        font-size: 1.6vw;
    }
     .static-middle-store1 .text a {
        margin-top: 2vw;
        line-height: 3vw;
        font-size: 1.2vw;
        padding: 0 2vw;
    }
}
 @media (max-width: 991px) {
}
 @media (max-width: 767px) {
}
 @media (max-width: 479px) {
}
 .static-bottom-store1 {
    margin-top: 30px;
}
 @media (max-width: 1199px) {
     .static-bottom-store1 .image {
        margin-top: 15px;
    }
     .static-bottom-store1 > .row {
        margin: 0 -7.5px;
    }
     .static-bottom-store1 > .row > .col {
        padding: 0 7.5px;
    }
}
 @media (max-width: 991px) {
     .static-bottom-store1 .text {
        line-height: 2.5vw;
        padding: 1vw 2.5vw;
        font-size: 1.6vw;
        left: 15px;
        bottom: 15px;
    }
}
 @media (max-width: 767px) {
     .static-bottom-store1 .col-2 {
        margin-top: 15px;
    }
     .static-bottom-store1 .text {
        font-size: 2.5vw;
        line-height: 4vw;
    }
}
 @media (max-width: 479px) {
     .static-bottom-store1 .text {
        font-size: 3.5vw;
        line-height: 5vw;
    }
}
 .policy-block{
    text-align:left;
}
 .policy-block > .inner{
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
 .policy-block .col{
    width: 25%;
    position: relative;
}
 .policy-block .col:nth-child(3),.policy-block .col:nth-child(4) {
    margin-bottom:0;
}
 .policy-block .box{
    position:relative;
    margin:auto;
    display: inline-block;
    vertical-align: top;
}
 .policy-block .box .text {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 15px;
}
 .policy-block .box label {
    font-size: 1.6rem;
    text-transform: capitalize;
    margin:0;
    font-weight: 600;
    margin-bottom: 0;
    color: #47494a;
    line-height: 22px;
}
 .policy-block .box p{
    margin: auto;
    line-height: 2.2rem;
    font-size: 1.3rem;
    color:#888888;
}
 @media (max-width: 1024px) {
     .policy-block .box label{
        font-size: 1.4rem;
    }
     .policy-block .box p{
        font-size: 1.1rem;
    }
}
 @media (max-width: 991px) {
     .policy-block .col {
        width: 50%;
         margin-bottom:12px;
    }
}
 @media (max-width: 767px) {
     .policy-block .col::after {
        opacity: 0;
    }
}
 @media (max-width: 480px) {
     .policy-block .col {
        width: 100%;
        text-align:center;
    }
     .policy-block .col:nth-child(3){
        margin-bottom:12px;
    }
}
 .popular-tags{
}
 .popular-tags .title{
}
 .popular-tags .title h3 {
}
 .popular-tags ul {
    padding: 0;
    list-style:none;
    margin: 0;
}
 .popular-tags ul li a{
    line-height: 38px;
    display:inline-block;
    vertical-align:top;
    padding: 0 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #47494a;
    border: 1px solid #ebebeb;
    background: #fff;
    font-weight:400;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}
 .popular-tags ul li a:last-child{
    margin-right:0;
}
 .popular-tags ul li a:hover{
    background:var(--link-hover-color);
    border-color:var(--link-hover-color);
    color:#fff;
}
 .menu-block-bottom{
    margin:0 -0.7rem;
    margin-bottom:-1.7rem;
    margin-top:2.1rem;
}
 .menu-block-bottom img{
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    -ms-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
 .menu-block-bottom img:hover{
    opacity:0.7;
}
 .newsletter-full {
    background: #4988fb;
    padding:34px 0;
}
 .newsletter-block .block-title {
    margin-top: 0;
}
 .newsletter-block{
}
 .newsletter-block .newsletter-heading{
    float: left;
    margin-right: 8.5rem;
    padding: 0.5rem 0;
}
 .newsletter-block .newsletter-heading h3{
    font-size: 2rem;
    text-transform: capitalize;
    margin-top:0;
    margin-bottom:0.5rem;
    letter-spacing: -0.025em;
}
 .newsletter-block .newsletter-heading p {
    margin: 0;
}
 .newsletter-block .newsletter-heading p span {
    color: var(--link-hover-color);
}
 .newsletter-block > .des {
    float: left;
    max-width: 35rem;
}
 .newsletter-block > .des p {
    margin: 0;
    color: #222;
    line-height: 3rem;
}
 .newsletter-block > .des p span {
    font-weight: 500;
}
 .newsletter-block .newsletter-title {
    display: inline-block;
    text-align:left;
}
 .newsletter-block .newsletter-title h3 {
    font-size:1.6rem;
    color:#fff;
    font-weight:600;
    margin: 0 0 13px;
    line-height: 20px;
    text-transform: uppercase;
}
 .newsletter-block .newsletter-title p {
    margin: 0;
    color:#fff;
}
 .newsletter-block .newsletter-content{
}
 .newsletter-block .newsletter-content .text-note {
    display:none;
}
 .newsletter-block .newsletter-content .text-note:before {
    content:"*";
    margin-right: 3px;
    color: red;
}
 .newsletter-block .newsletter-content .content{
    position:relative;
    vertical-align: top;
    margin-top: 10px;
}
 .newsletter-block .newsletter-content .content button{
    font-size: 1.4rem;
    text-transform: uppercase;
    text-shadow:none;
    box-shadow:none;
    border:0;
    background: #1d1d1d;
    color: #fff;
    line-height: 47px;
    padding: 0 27px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    font-weight: 700;
}
 .newsletter-block .newsletter-content .content button:hover{
    color: var(--link-hover-color);
}
 .newsletter-block .newsletter_email{
    width: 100%;
    height: 47px;
    border: 0;
    padding: 10px 0;
    padding-left: 30px;
    padding-right: 120px;
    font-size: 1.4rem;
    color: #b1b1b1;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    text-align: left;
    display: block;
    margin: auto;
    border-radius: 5px;
}
 .newsletter-notification.error{
    color:red;
    margin-top:1rem;
    line-height:1;
    font-size:1.3rem;
    clear: both;
}
 .newsletter-notification.success{
    color:#1faf19;
}
 .newsletter-content ::-webkit-input-placeholder{
    color:#b1b1b1;
    opacity:1;
}
 .newsletter-content :-moz-placeholder{
    color:#b1b1b1;
    opacity:1;
}
 .newsletter-content ::-moz-placeholder{
    color:#b1b1b1;
    opacity:1;
}
 .newsletter-content :-ms-input-placeholder{
    color:#b1b1b1;
    opacity:1;
}
 .newsletter-popup{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:9999;
    text-align:center;
}
 .newsletter-popup .a-close-newsletter-full{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.7);
}
 #search-by-category .search-ajax .product-item:hover{
    border: 1px solid transparent;
}
 .newsletter-popup:before{
    content:"";
    height:100%;
    vertical-align:middle;
    display:inline-block;
}
 .newsletter-popup .popup-content{
    display:inline-block;
    vertical-align:middle;
    background:#fff url(../image/bkg_popup.jpg) center right no-repeat;
    padding:9.8rem 5rem;
    text-align:left;
    position:relative;
    max-width:97rem;
    width:100%;
    margin:auto;
}
 .newsletter-popup .a-close-newsletter{
    width:4rem;
    height:4rem;
    line-height:4rem;
    padding:0;
    text-align:center;
    background:#242424;
    position:absolute;
    right:0;
    top:0;
    font-size:0;
}
 .newsletter-popup .a-close-newsletter:hover{
    background:var(--link-hover-color);
}
 .newsletter-popup .a-close-newsletter:before{
    content:"\f2d7";
    font-family:"Ionicons";
    font-size:2.1rem;
    color:#fff;
    display:inline-block;
    vertical-align:top;
    line-height:inherit;
}
 .newsletter-popup .popup-content h3{
    text-transform:capitalize;
    font-size:3rem;
    margin-top:0;
    margin-bottom:1.7rem;
}
 .newsletter-popup .popup-content p{
    font-size:1.4rem;
    line-height:2.8rem;
    max-width:52rem;
    margin-bottom:3rem;
}
 .newsletter-popup .popup-content .content{
    position:relative;
    margin-bottom:2rem;
    display:inline-block;
    vertical-align:top;
}
 .newsletter-popup .popup-content .newsletter_email{
    height:5rem;
    border:1px solid #e6e6e6;
    width:52rem;
    padding:1rem 2rem;
    padding-right:13.3rem;
    color:#adadad;
}
 .newsletter-popup .popup-content button.btn{
    height:4.8rem;
    padding:0 2rem;
    line-height:4.8rem;
    position:absolute;
    right:1px;
    top:1px;
    border-radius:0;
    -webkit-border-radius:0;
}
 .newsletter-popup .popup-content .notice .cbk_newsletter{
    margin-top:-2px;
    vertical-align:middle;
    display:inline-block;
}
 @media (max-width: 1440px) {
}
 @media (max-width: 1199px) {
     .newsletter-block .newsletter-title p{
        font-size:11px;
    }
     .newsletter-full{
        text-align: center;
    }
     .newsletter-static{
        float: none !important;
        margin-top: 20px;
    }
     .newsletter{
        float: none !important;
    }
     .static-home-store1 .text a.order{
        position:static;
        margin-top:10px;
        display:inline-block;
    }
}
 @media (max-width: 768px) {
     .newsletter-block .newsletter-title{
        margin-bottom: 20px;
    }
}
 @media (max-width: 991px) {
     .newsletter-block {
        grid-template-columns: 100%;
    }
}
 @media (max-width: 740px) {
}
 @media (max-width: 550px) {
     .newsletter-block .newsletter-content .content{
        min-width: auto;
        width: 100%;
    }
     .newsletter-block .newsletter-content{
        width: 100%;
    }
}
 .brand-logo {
    text-align:center;
    margin-top: var(--rowspace);
    padding: 33px 35px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
}
 .brand-logo img{
    margin:auto;
    filter: grayscale(100%);
}
 .brand-logo img:hover {
    filter: none;
}
 .brand-logo .pt-content{
    border:none;
}
 .brand-logo .swiper-pager{
}
 .brand-logo .swiper-button-next, .brand-logo .swiper-button-prev{
    margin-top:0;
}
 #ajax-login-block{
    display:none;
    background-color:rgba(0,0,0,0.7);
    height:100%;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:900;
}
 #ajax-loader{
    display:none;
    z-index:1000;
    position:fixed;
    top:50%;
    left:50%;
}
 .ajax-load-img{
    display:none;
}
 .ajax-body-login{
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    overflow:auto !important;
    z-index:1000;
    display:none;
}
 .ajax-body-login .ajax-content{
    max-height:500px;
    overflow:auto;
}
 .ajax-body-login .action button {
    margin-bottom: 10px;
	margin-top: 25px;
    height: 48px;
	width:100%;
}
 .ajax-body-login h2{
    font-weight: 600;
	font-size: 32px;
	line-height: 44px;
	letter-spacing: 0.01em;
	color: #0C0C0C;
	margin-bottom:25px;
}
 .ajax-body-login .account-login{
    display: none;
    margin: 30px auto;
    background-color: #FFFFFF;
    opacity: 1;
    position: relative;
    z-index: 1200;
    width: 98%;
    max-width: 570px;
    height: auto;
    padding: 65px 100px 80px 100px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 20%);
    border-radius: 8px;
}
 .ajax-body-login .account-login .ajax-content > .ajax-container{
}
 .ajax-content > .ajax-container .login-form-content{
    min-height:20px;
}
 .ajax-content > .ajax-container .login-form-content{
    margin-right:0 !important;
}
 .ajax-content > .ajax-container .login-form-content{
    width:100%;
}
 .ajax-content > .ajax-container .form-control{
    width:100%;
    border-radius:0;
    box-shadow:none;
    text-indent:10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: rgb(12 12 12 / 50%);
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 8px;
	padding:15px;
	height:48px;
}
.ajax-content > .ajax-container .form-control::placeholder{
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: rgb(12 12 12 / 50%);
}
 .ajax-content > .ajax-container .login-form-content .alert{
    margin-top:15px;
    margin-left:0;
}
 .ajax-body-login .account-register{
    display:none;
    margin:auto;
    background-color:#FFFFFF;
    opacity:1;
    position:relative;
    z-index:1200;
    width:98%;
    padding:2rem;
    max-width:92rem;
    top:50%;
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
 .ajax-content > .ajax-container .register-form-content{
    min-height:20px;
}
 .ajax-content > .ajax-container .alert{
    margin-bottom:0;
}
 .ajax-content > .ajax-container .form-group{
    margin-right:0 !important;
}
 .ajax-content > .ajax-container .control-label{
    padding-top:0;
    padding-right:0 !important;
    font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #0C0C0C;
}
 .ajax-content > .ajax-container .pull-right{
    margin-right:20px;
}
 .ajax-content > .ajax-container .for-error{
    display:none;
}
 .ajax-container .success-content button{
    margin-bottom:20px;
}
 .ajax-body-login .account-success{
    display:none;
    top:50%;
    left:50%;
    width:500px;
    height:auto;
    margin-top:-150px;
    margin-left:-250px;
    background-color:#FFFFFF;
    opacity:1;
    position:fixed;
    z-index:1200;
}
 .ajax-body-login .account-success .ajax-content > .ajax-container{
    margin:15px;
}
 .ajax-body-login .logout-success{
    display:none;
    top:50%;
    left:50%;
    width:500px;
    height:auto;
    margin-top:-100px;
    margin-left:-250px;
    background-color:#FFFFFF;
    opacity:1;
    position:fixed;
    z-index:1200;
    padding:15px;
}
.login__register{
	display: grid;
    grid-template-columns: 1fr 1fr;
}
.login__register a{
	text-align:center;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: rgb(12 12 12 / 50%);
	padding:10px;
}
.login__register a:first-child{
	color:#FBB31C;
	border: 1px solid #FBB31C;
	border-radius: 8px;
}
 .a-close-frm{
    position: absolute;
    font-size: 0;
    width: 48px;
    height: 48px;
    top: -24px;
    right: -24px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 20%);
    border-radius: 50%;
    display: flex;
    align-items: center;
	justify-content:center;
}
 .a-close-frm span{
    display:none;
}
 .a-close-frm:before{
    content:"\f2d7";
    font-family:"Ionicons";
    font-size:2.8rem;
}
 .forgotten{
    float:right;
    margin-top:15px;
    text-transform:capitalize;
}
a.register{
    text-transform:capitalize;
}
 .ajax-content .radio-inline{
    padding-top:0
}
 .slider-container{
    position:relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
 .slider-container:hover .nivo-directionNav a{
    opacity:1;
    visibility:visible;
}
 .nivo-directionNav a{
    position:absolute;
    top:50%;
    opacity:0;
    visibility:hidden;
    z-index: 8;
    cursor:pointer;
    font-size:0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: transparent;
    text-align:center;
    background: #f8f8fa;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow:none;
    -webkit-box-shadow:none;
    color: #282828;
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
 .nivo-directionNav a:hover{
    color: #fff;
    background:var(--link-hover-color);
}
 .nivo-directionNav a:before{
    content:"\f125";
    font-family: "Ionicons";
    font-size: 1.8rem;
    display:inline-block;
    vertical-align:top;
}
 .nivo-directionNav a.nivo-prevNav:before{
    content:"\f124";
}
.nivo-prevNav{
    left: 10px;
}
 .nivo-nextNav{
    right: 10px;
}
 @media (min-width:1600px){
    .nivo-prevNav{
        left: 30px;
    }
     .nivo-nextNav{
        right: 30px;
    }
}
 .nivo-controlNav{
    text-align:center;
    padding:0;
}
 .nivo-controlNav a{
    cursor:pointer;
}
 .nivo-controlNav a.active{
    font-weight:bold;
}
 .nivo-controlNav{
    position:absolute;
    bottom: 4%;
    text-align:center;
    z-index:8;
    left:50%;
    line-height:1;
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
}
 .nivo-controlNav a:hover, .nivo-controlNav a.active,.nivo-controlNav a:hover:after, .nivo-controlNav a.active:after{
    cursor:pointer;
    background: linear-gradient(269.51deg, #FBB31C -26.07%, #FFCD63 112.49%);
}
 .plaza-slider{
    position:relative;
    overflow:hidden;
    height:auto;
    width:100%;
    border-radius:8px;
}
 .plaza-slider img{
    position:absolute;
    top:0;
    left:0;
    display:none;
}
 .nivo-controlNav{
    padding:0px 0;
    text-align:center;
}
 .nivo-controlNav a{
    cursor:pointer;
    display:inline-block;
    vertical-align:top;
    height: 4px;
    margin: 0 5px;
    position:relative;
    font-size:0;
    width: 40px;
    border: 0;
    background: rgb(253 253 253 / 40%);
    border-radius:8px;
    -webkit-border-radius:8px;
    box-shadow:none;
    -webkit-box-shadow:none;
}
 .nivo-controlNav a:after {
    content:"";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}
 .slide-caption{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    background:none repeat scroll 0% 0% transparent;
    color:#FFF;
    font-size:1.6rem;
    z-index:999;
}
 @-webkit-keyframes timeloading{
    from{
        width:0;
    }
     to{
        width:100%;
    }
}
 @keyframes timeloading{
    from{
        width:0;
    }
     to{
        width:100%;
    }
}
 .slide-loading{
    display:none;
}
 .plaza-slider img{
    position:absolute;
    top:0px;
    left:0px;
    max-width:none;
}
 .nivo-main-image{
    display:block !important;
    position:relative !important;
    width:100% !important;
}
 .plaza-slider a.nivo-imageLink{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white;
    filter:alpha(opacity=0);
    opacity:0;
}
 .nivo-slice{
    display:block;
    position:absolute;
    z-index:4;
    height:100%;
    top:0;
}
 .nivo-box{
    display:block;
    position:absolute;
    z-index:4;
    overflow:hidden;
}
 .nivo-box img{
    display:block;
}
 .nivo-caption{
    position:absolute;
    left:0px;
    top:0px;
    color:#FFF;
    width:100%;
    z-index:8;
    height:100%;
    pointer-events:none;
}
 .nivo-html-caption{
    display:none;
}
 @media (max-width:767px){
    .nivo-caption{
        pointer-events:none;
    }
}
 .slider-content{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
 .slider-content > .container{
    height:100%;
}
 .slider-content > .container .inner{
    position:relative;
    height:100%;
}
 .slider-content .content{
    position:absolute;
    top:50%;
    /*! max-width: 50%;
     */
    text-align: left;
    left: 2.5%;
    right: 0;
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
 .slider-content .content .slide-title h3,.slider-content .content .sub-title h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.01em;
    color: #FDFDFD;
    margin: 0;
}
 .slider-content .content .sub-title h3 {
    margin-bottom: 2.2rem;
}
 .slider-content .content .slide-description p {
    display: block;
    margin: 0;
    margin-bottom: 25px;
    display:inline-block;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #FDFDFD;
}
 .slider-content .content .slide-description .text2 {
    font-size: 4.8rem;
    text-transform: capitalize;
    display: block;
    line-height: 1;
    margin: 0;
    color: #fff;
    text-transform: capitalize;
}
 .slider-content .content .slide-description .text3{
    display:block;
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    line-height: 1;
    color: #fff;
}
 .slider-content .content .slide-description .text3 span {
    color: #fcc336;
}
 .slider-content .content .slide-readmore a{
    background: linear-gradient(269.51deg, #FBB31C -26.07%, #FFCD63 112.49%);
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #0C0C0C;
	padding:15px 45px;
}
 .slider-content .content .slide-readmore a:hover{
    background: #282828;
    color: #fff;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    -ms-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
 @keyframes fadeInUp{
    from{
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0);
    }
     to{
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
    }
}
 .fadeInUp{
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp;
}
 @-webkit-keyframes slideInUp{
    from{
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0);
        visibility:visible;
    }
     to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
    }
}
 @keyframes slideInUp{
    from{
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0);
        visibility:visible;
    }
     to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
    }
}
 .slideInUp{
    -webkit-animation-name:slideInUp;
    animation-name:slideInUp;
}
 @-webkit-keyframes zoomIn{
    from{
        opacity:0;
        -webkit-transform:scale3d(0.3, 0.3, 0.3);
        transform:scale3d(0.3, 0.3, 0.3);
    }
     50%{
        opacity:1;
    }
}
 @keyframes zoomIn{
    from{
        opacity:0;
        -webkit-transform:scale3d(0.3, 0.3, 0.3);
        transform:scale3d(0.3, 0.3, 0.3);
    }
     50%{
        opacity:1;
    }
}
 .zoomIn{
    -webkit-animation-name:zoomIn;
    animation-name:zoomIn;
}
 @-webkit-keyframes fadeInRight{
    from{
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0);
    }
     to{
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
    }
}
 @keyframes fadeInRight{
    from{
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0);
    }
     to{
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
    }
}
 .fadeInRight{
    -webkit-animation-name:fadeInRight;
    animation-name:fadeInRight;
}
 @-webkit-keyframes fadeInLeft{
    from{
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0);
    }
     to{
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
    }
}
 @keyframes fadeInLeft{
    from{
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0);
    }
     to{
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
    }
}
 .fadeInLeft{
    -webkit-animation-name:fadeInLeft;
    animation-name:fadeInLeft;
}
 @-webkit-keyframes flipInY {
     from {
         -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
         opacity: 0;
    }
     40% {
         -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    }
     60% {
         -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
         opacity: 1;
    }
     80% {
         -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
     to {
         -webkit-transform: perspective(400px);
         transform: perspective(400px);
    }
}
 @keyframes flipInY {
     from {
         -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
         opacity: 0;
    }
     40% {
         -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    }
     60% {
         -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
         opacity: 1;
    }
     80% {
         -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
     to {
         -webkit-transform: perspective(400px);
         transform: perspective(400px);
    }
}
 .animate__flipInY {
     -webkit-backface-visibility: visible !important;
     backface-visibility: visible !important;
     -webkit-animation-name: flipInY;
     animation-name: flipInY;
}
 @-webkit-keyframes bounceIn{
    from, 20%, 40%, 60%, 80%, to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
    }
     0%{
        opacity:0;
        -webkit-transform:scale3d(0.3, 0.3, 0.3);
        transform:scale3d(0.3, 0.3, 0.3);
    }
     20%{
        -webkit-transform:scale3d(1.1, 1.1, 1.1);
        transform:scale3d(1.1, 1.1, 1.1);
    }
     40%{
        -webkit-transform:scale3d(0.9, 0.9, 0.9);
        transform:scale3d(0.9, 0.9, 0.9);
    }
     60%{
        opacity:1;
        -webkit-transform:scale3d(1.03, 1.03, 1.03);
        transform:scale3d(1.03, 1.03, 1.03);
    }
     80%{
        -webkit-transform:scale3d(0.97, 0.97, 0.97);
        transform:scale3d(0.97, 0.97, 0.97);
    }
     to{
        opacity:1;
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1);
    }
}
 @keyframes bounceIn{
    from, 20%, 40%, 60%, 80%, to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
    }
     0%{
        opacity:0;
        -webkit-transform:scale3d(0.3, 0.3, 0.3);
        transform:scale3d(0.3, 0.3, 0.3);
    }
     20%{
        -webkit-transform:scale3d(1.1, 1.1, 1.1);
        transform:scale3d(1.1, 1.1, 1.1);
    }
     40%{
        -webkit-transform:scale3d(0.9, 0.9, 0.9);
        transform:scale3d(0.9, 0.9, 0.9);
    }
     60%{
        opacity:1;
        -webkit-transform:scale3d(1.03, 1.03, 1.03);
        transform:scale3d(1.03, 1.03, 1.03);
    }
     80%{
        -webkit-transform:scale3d(0.97, 0.97, 0.97);
        transform:scale3d(0.97, 0.97, 0.97);
    }
     to{
        opacity:1;
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1);
    }
}
 .bounceIn{
    -webkit-animation-duration:0.75s;
    animation-duration:0.75s;
    -webkit-animation-name:bounceIn;
    animation-name:bounceIn;
}
 @-webkit-keyframes rotateInDownRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0;
    }
     to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
        opacity:1;
    }
}
 @keyframes rotateInDownRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0;
    }
     to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
        opacity:1;
    }
}
 .rotateInDownRight{
    -webkit-animation-name:rotateInDownRight;
    animation-name:rotateInDownRight;
}
/**/
.slider-content.slider-1 .slide-readmore{
    animation:fadeInUp 1400ms linear alternate;
    -webkit-animation:fadeInUp 1400ms linear alternate;
    -moz-animation:fadeInUp 1400ms linear alternate;
}
 .slider-content.slider-2 .slide-readmore{
    animation:slideInUp 0.5s linear alternate;
    -webkit-animation:slideInUp 0.5s linear alternate;
    -moz-animation:slideInUp 0.5s linear alternate;
}
 .slider-content.slider-3 .slide-readmore{
    animation:slideInUp 0.5s linear alternate;
    -webkit-animation:slideInUp 0.5s linear alternate;
    -moz-animation:slideInUp 0.5s linear alternate;
}
 .slider-content.slider-2 .slide-title,.slider-content.slider-2 .slide-description .text1 {
    animation:zoomIn 1s linear alternate;
    -webkit-animation:zoomIn 1s linear alternate;
    -moz-animation:zoomIn 1s linear alternate;
}
 .slider-content.slider-1 .slide-title,.slider-content.slider-1 .slide-description .text1{
    animation:fadeInRight 600ms linear alternate;
    -webkit-animation:fadeInRight 600ms linear alternate;
    -moz-animation:fadeInRight 600ms linear alternate;
}
 .slider-content.slider-3 .slide-title,.slider-content.slider-3 .slide-description .text1{
    animation:fadeInLeft 1s linear alternate;
    -webkit-animation:fadeInLeft 1s linear alternate;
    -moz-animation:fadeInLeft 1s linear alternate;
}
 .slider-content.slider-1 .slide-description p{
    animation:fadeInUp 1000ms linear alternate;
    -webkit-animation:fadeInUp 1000ms linear alternate;
    -moz-animation:fadeInUp 1000ms linear alternate;
}
 .slider-content.slider-2 .slide-description p{
    animation:bounceIn 2s linear alternate;
    -webkit-animation:bounceIn 2s linear alternate;
    -moz-animation:bounceIn 2s linear alternate;
}
 .slider-content.slider-3 .slide-description p{
    animation:fadeInRight 1.5s linear alternate;
    -webkit-animation:fadeInRight 1.5s linear alternate;
    -moz-animation:fadeInRight 1.5s linear alternate;
}
 .slider-content.slider-1 .sub-title,.slider-content.slider-1 .slide-description .text2{
    animation:fadeInLeft 800ms linear alternate;
    -webkit-animation:fadeInLeft 800ms linear alternate;
    -moz-animation:fadeInLeft 800ms linear alternate;
}
 .slider-content.slider-2 .sub-title,.slider-content.slider-2 .slide-description .text2{
    animation:bounceIn 2s linear alternate;
    -webkit-animation:bounceIn 2s linear alternate;
    -moz-animation:bounceIn 2s linear alternate;
}
 .slider-content.slider-3 .sub-title,.slider-content.slider-3 .slide-description .text2{
    animation:rotateInDownRight 2s linear alternate;
    -webkit-animation:rotateInDownRight 2s linear alternate;
    -moz-animation:rotateInDownRight 2s linear alternate;
}
 @media (min-width: 1200px) {
}
 @media (max-width:1199px){
     .slider-content .content .slide-description .text1{
        font-size: 2vw;
        margin-bottom: 2vw;
    }
     .slider-content .content .slide-description .text2 {
        font-size: 3vw;
    }
     .slider-content .content .slide-description .text3 {
        font-size: 3vw;
    }
}
 @media (max-width:767px){
     .plaza-slider img{
        object-fit:cover;
    }
     .slider-content .content .slide-description .text1{
        font-size: 1.5vw;
        margin-bottom: 2vw;
    }
	.slider-content .content .slide-description p{
		font-size:14px;
	}
}
 @media (max-width:479px){
     .plaza-slider img{
        object-fit:cover;
    }
     .slider-content .content .slide-readmore a {
        display: flex;
		align-items: center;
		justify-content: center;
    }
}
 @media (max-width:359px){
}
 .pro-label{
    position:absolute;
    top:9px;
    left:0;
    color:#fff;
    background-color: #146cda;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    z-index:2;
    text-align:center;
    line-height: 20px;
    padding: 0 5px;
    vertical-align: top;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display:inline-block;
}
.product-image-details .pro-label{
	left:25px;
}
 .pro-label.sale{
    background:#eb2606;
}
.pro-label.hit{
    background:#146cda;
}
.pro-label.wait{
    background:#b7b034;
}
.pro-label.new{
    background:#14da44;
}
 .pro-label.new{
    background-color: var(--link-hover-color);
}
 .box-label > div:nth-child(2) > span {
}
 @media (max-width: 479px) {
     .box-label > div:nth-child(2) > span {
    }
}
 .img-responsive{
    margin:auto;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}
 .img-rotate-image{
    position:absolute;
    bottom:0;
    top:0;
    left:0;
    right:0;
    opacity:0;
    background:#fff;
}
 .rotate-image-container:hover .img-rotate-image{
    opacity:1;
}
 .block-title{
    margin-bottom: 30px;
    margin-top: var(--rowspace);
    position:relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .block-title .title{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-bottom:20px;
    position: relative;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.01em;
    color: #0C0C0C;
}
 .block-title .title + p{
    margin-bottom:0;
    margin: auto;
    /* margin-top: 7px;
     */
}
 .block-title p.sub-title {
    font-size: 3.6rem;
    display:none;
    font-family: 'Great Vibes', cursive;
    font-style: italic;
    color: #83bc2e;
    margin-bottom: 15px;
}
 .block-title + .pt-content {
    margin:0 -1.5rem;
}
 .pt-content {
}
 .list-module .block-title {
    /* text-align: left;
     */
}
 .list-module .block-title:after {
    right: auto;
}
 .module-no-title {
    margin-top: 60px;
}
 .swiper-viewport .pimg-navigation > div {
    /*! display: block;
     */
    border: 0;
    left: 50% !important;
    margin: 0;
    width: auto;
    height: auto;
    background: transparent;
    line-height: 30px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
 .swiper-viewport .pimg-navigation .pimg-button-next {
    bottom: -1.4rem;
    top: auto;
    margin: 0;
}
 .swiper-viewport .pimg-navigation .pimg-button-prev {
    top: -1.4rem;
    margin: 0;
}
 .swiper-viewport .pimg-navigation .pimg-button-next:before {
    content: "\f3d0";
}
 .swiper-viewport .pimg-navigation .pimg-button-prev:before {
    content: "\f3d8";
}
 .swiper-container{
    direction:ltr !important;
}
 .swiper-viewport .swiper-button-prev{
    left: 0;
}
 .swiper-viewport .swiper-button-next{
    margin-left: 7px;
}
 .swiper-viewport:hover .swiper-button-next,.swiper-viewport:hover .swiper-button-prev {
    opacity: 1;
}
 .swiper-viewport:hover .swiper-button-prev.swiper-button-disabled, .swiper-viewport:hover .swiper-button-next.swiper-button-disabled{
    opacity:0.3 !important;
}
 .swiper-pagination{
    text-align:center;
    width:100%;
    position: relative;
    margin-top: 30px;
}
 .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #d6d6d6;
    border-radius: 100%;
    margin: 0 5px;
    opacity:1;
    border: 0;
}
 .swiper-pagination-bullet:hover{
    /* background: #fff;
     */
    /* border-color: #ee7641;
     */
}
 .swiper-pagination-bullet-active{
    background: var(--link-hover-color);
}
 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    cursor:not-allowed;
    pointer-events:auto;
}
 .swiper-viewport{
    border:0;
    box-shadow:none;
    border-radius:0;
    margin: 0;
    width:auto;
    position:relative;
    overflow:visible;
    background:transparent;
}
 .swiper-viewport .swiper-slide{
    padding: 0 1.5rem;
}
 .pt-content .swiper-viewport .swiper-slide {
    opacity: 0;
}
 .thumbs-list{
	display:flex;
	overflow-x:scroll;
 }
 .thumbs-list .thumb{
	width:20%;
 }
 .thumbs-list .thumb img{
	 width:100%;
 }
 .pt-content .swiper-viewport .swiper-slide-visible {
    opacity: 1;
}
 .swiper-button-next, .swiper-button-prev{
    font-size: 0;
     margin: 0;
     width: 40px;
     float: right;
     height: 40px;
     padding: 0;
     line-height: 40px;
     color: #0C0C0C;
     text-align: center;
     cursor: pointer;
     background: #FFFFFF;
     border: 1px solid #E5E5E5;
     box-sizing: border-box;
     box-shadow: 1px 1px 8px rgb(0 0 0 / 20%);
     border-radius: 8px;
     display: flex;
     align-items: center;
     justify-content: center;
     position: unset;
}
 .swiper-button-prev{
     margin-right:8px;
}
 .swiper-button-next:hover, .swiper-button-prev:hover{
    color:var(--link-hover-color);
}
 .swiper-button-next:before,.swiper-button-prev:before{
    height:auto;
    font-family: "Ionicons";
    display: inline-block;
    vertical-align: top;
    font-size: 3.2rem;
    line-height:3.2rem;
}
 .swiper-button-next:before{
    content: "\f3d1";
}
 .swiper-button-prev:before{
    content:"\f3cf";
}
 .featured .swiper-viewport .swiper-button-next{
    right:-25px;
}
 .featured .swiper-viewport .swiper-button-prev{
    left:-25px;
}
 @media (min-width:1470px){
     .swiper-viewport .swiper-button-prev{
        left: -30px;
    }
     .swiper-viewport .swiper-button-next{
        right: -30px;
    }
}
 @media (max-width:991px){
     .swiper-pager{
        right: 15px;
    }
}
 @media (max-width: 480px) {
     .block-title p.sub-title{
        font-size: 2.6rem;
    }
     .block-title{
        margin-top: 60px;
		margin-bottom:15px;
    }
	.block-title .title{
		font-size: 24px;
		line-height: 33px;
		padding:0;
	}
	.testimonial-module .swiper-viewport .swiper-slide{
		padding:0;
	}
}
 .products-container.nav-style-2 .swiper-pager {
    right: 0;
}
 .list-module.nav-style-2 .swiper-pager {
    right: -30px;
    top: -74px;
}
 .nav-style-2 .swiper-pager{
    position:absolute;
    z-index:9;
    right: 15px;
    top: -59px;
    width:auto;
}
 .nav-style-2 .swiper-button-next,.nav-style-2 .swiper-button-prev{
    position: static;
    width: 34px;
    height: 34px;
    line-height: 32px;
    opacity:1;
    background: #fff;
    float:right;
    color: #888888;
    left: auto;
    right:auto;
    margin:0;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
 .nav-style-2 .swiper-button-next:before,.nav-style-2 .swiper-button-prev:before{
    font-size: 1.4rem;
    line-height: inherit;
}
 .nav-style-2 .swiper-button-next:before {
    /* content: "\f30f";
     */
}
 .nav-style-2 .swiper-button-prev:before {
    /* content: "\f2ca";
     */
}
 .nav-style-2 .swiper-button-next:hover,.nav-style-2 .swiper-button-prev:hover {
    color: var(--button-hover-color);
    background: var(--button-bg-hover-color);
    border-color: var(--button-bg-hover-color);
}
 .nav-style-2 .swiper-button-next.swiper-button-disabled,.nav-style-2 .swiper-button-prev.swiper-button-disabled{
    opacity:0.3 !Important;
}
 .nav-style-2 .swiper-button-prev{
    margin-right: 10px;
}
 .nav-style-3 .product-thumb .product-item .manufacture-product{
    display: none;
}
 .nav-style-3 .list-style .product-item .caption{
    padding-top:0;
}
 .nav-style-3 .block-title .title{
    font-size: 2.2rem;
}
 .nav-style-3 .block-title{
    margin-bottom:20px;
}
 .nav-style-3 .list-style .product-item{
    padding: 7.5px 0;
}
 .nav-style-3.products-container .list-style .product-item:hover{
    padding-bottom:7.5px;
}
 @media(max-width: 1199px) {
     .nav-style-3 .price .price-new{
        float: left;
    }
}
 .rating{
    overflow:hidden;
    line-height:1;
}
 .rating a{
    display:inline-block;
    vertical-align:top;
    line-height: 16px;
    color: #929292;
    overflow:hidden;
    text-transform:capitalize;
    font-size: 1.4rem;
}
 .rating a:not(:last-child){
    margin-left: 15px;
}
 .rating a:not(:last-child):after{
    content:"|";
    margin: 0 10px;
    color:#e1e1e1;
}
 .rating .icon-ratings{
    position:relative;
    float:left;
    height: 18px;
    line-height: 1;
    font-size: 1.8rem;
    margin-right: 2px;
    width: 15px;
}
 .rating .icon-ratings:last-child{
    margin:0;
}
 .rating .icon-rating{
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
}
 .rating .icon-rating:before{
    content:"\f2fc";
    font-family: "Ionicons";
    font-style:normal;
    color: #d0d0d0;
    vertical-align:top;
    display:inline-block;
    line-height:1;
}
 .rating .icon-rating-x:before{
    color: #fdd835;
}
 .ul-swatches-colors{
    list-style:none;
    text-align:left;
    overflow:hidden;
    padding:0;
}
 .ul-swatches-colors li{
    border:1px solid #e8e8e8;
    float:left;
    position:relative;
    margin-right: 0.3rem;
    padding:1px;
    border-radius: 100%;
    overflow:hidden;
}
 .ul-swatches-colors li:last-child{
    margin-right:0;
}
 .ul-swatches-colors .swatches-options:hover{
    border:1px solid #E88888;
}
 .ul-swatches-colors .swatches-options.checked{
    border:1px solid #ff0000;
}
 .ul-swatches-colors .swatches-options a{
    display:block;
    border-radius: 100%;
}
 .ul-swatches-colors .swatches-info{
    border:0;
    padding:0;
    border-radius: 0;
}
 .option-swatches{
    display:none;
}
 .category-options .ul-swatches-colors{
    margin:0;
    display: inline-block;
    vertical-align: top;
}
 .col-divide-5{
    position:relative;
    min-height:1px;
    padding-right:1.5rem;
    padding-left:1.5rem;
}
 @media (min-width:1200px){
    .col-divide-5{
        width:20%;
        float:left;
    }
     #content .col-divide-5:nth-child(5n+1){
        clear:left;
    }
}
 .box-large-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
 .box-large-item .col-large-item {
    float: left;
    width:calc( 34.042% - 30px );
    margin-right: 30px;
}
 .box-large-item .col-muti-items {
    float: left;
     width: 65.958%;
}
 .col-large-item .product-thumb .product-item {
    border: 2px solid var(--link-hover-color);
}
 .col-large-item .product-thumb .button-group {
    border-width: 2px;
    left: -2px;
    right: -2px;
}
 .col-large-item .product-thumb .product-item .caption {
    padding: 0 20px;
    padding-bottom: 40px;
    padding-top: 20px;
}
 .col-large-item .product-thumb .product-item .manufacture-product {
    margin-top: 37px;
}
 .col-large-item .product-thumb .product-item .caption h4 a {
    font-size: 20px;
}
 .col-large-item .product-thumb .product-item .caption .price {
    font-size: 2.8rem;
}
 .col-large-item .product-thumb .product-item .caption .price .price-old {
    font-size: 1.8rem;
}
 .col-large-item .gallery-thumbs {
    padding: 0 9px;
    padding-bottom: 1px;
    margin-top: 12px;
}
 .col-large-item .gallery-thumbs .swiper-container {
    padding: 0 !important;
    margin: 0 !important;
}
 .col-large-item .gallery-thumbs .swiper-viewport {
    margin: 0 -5px;
}
 .col-large-item .gallery-thumbs .swiper-viewport .swiper-slide {
    padding: 0 5px;
    padding-bottom: 1px;
}
 .col-large-item .gallery-thumbs .swiper-viewport .swiper-slide > a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: top;
}
 .col-large-item .gallery-thumbs .swiper-viewport .swiper-slide > a.active, .col-large-item .gallery-thumbs .swiper-viewport .swiper-slide > a:hover {
    border-color: var(--link-hover-color);
}
 .col-large-item .gallery-thumbs .swiper-pager {
    display:none;
}
 .large-module-style2 .col-large-item .product-thumb .product-item .manufacture-product {
}
 .large-module-style2 .col-muti-items {
}
 .large-module-style2 .col-large-item {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}
 .large-module-style2 .col-large-item .gallery-thumbs {
    margin-top: 0;
    position: absolute;
    display: none;
}
 .large-module-style2 .col-large-item .product-thumb .product-item .caption {
    padding-bottom: 38px;
    padding-top: 40px;
}
 .large-module-style2 .col-large-item .product-thumb .product-item {
    border-width: 1px;
    border-color: transparent;
}
 .large-module-style2 .col-large-item .product-thumb .product-item:hover {
    border-color: var(--link-hover-color);
}
 .large-module-style2 .col-large-item .product-thumb .button-group {
    left: -1px;
    right: -1px;
    border-width: 1px;
}
 @media(max-width: 1199px) {
     .box-large-item .col-large-item {
        float: left;
        width:calc( 34.042% - 15px );
        margin-right: 15px;
    }
     .large-module-style2 .col-large-item {
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }
}
 @media (max-width: 767px) {
     .box-large-item .col-large-item {
        float:none;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
     .box-large-item .col-muti-items {
        width: 100%;
        float:none;
    }
}
 .box-large-image {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
 .box-large-image .col-large-image {
    float: left;
    width: 32%;
}
 .box-large-image .col-muti-items {
    float: left;
    width:68%;
    padding-left:15px;
}
 @media(max-width: 1199px) {
}
 @media (max-width: 767px) {
     .box-large-image .col-large-image {
        float:none;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        text-align: center;
    }
     .box-large-image .col-muti-items {
        width: 100%;
        float:none;
        padding-left:0;
    }
}
 .product-thumb[data-swiper-row="1"] > div, .product-thumb[data-swiper-row="2"] > div, .product-thumb[data-swiper-row="3"] > div, .product-thumb[data-swiper-row="4"] > div, .product-thumb[data-swiper-row="5"] > div, .product-thumb[data-swiper-row="6"] > div{
    margin-top:30px;
}
 .cate-tab .product-thumb[data-swiper-row="1"] > div, .cate-tab .product-thumb[data-swiper-row="2"] > div, .cate-tab .product-thumb[data-swiper-row="3"] > div, .cate-tab .product-thumb[data-swiper-row="4"] > div, .cate-tab .product-thumb[data-swiper-row="5"] > div, .cate-tab .product-thumb[data-swiper-row="6"] > div{
    margin-top:0;
}
 .product-thumb .product-item {
    position:relative;
    background: #fff;
    padding: 15px;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    -ms-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
}
 .product-thumb .product-item:hover{
    border: 1px solid #e3e3e3;
}
 .products-container .swiper-slide[data-swiper-column="0"] .product-item, .products-container .swiper-slide-active .product-item {
}
 .product-thumb .product-item:hover {
    z-index: 5;
}
 .products-container .swiper-container {
    z-index: 0;
    height: 100%;
    padding-bottom: 40px;
    margin-bottom: -40px;
}
 .products-container .swiper-viewport {
    height: 100%;
}
 .products-container .swiper-viewport .swiper-slide {
    padding: 0;
}
 .item-hover .swiper-container:hover {
    z-index: 5;
}
 .product-thumb .product-item .image{
    position:relative;
    text-align:center;
}
/* .product-thumb .product-item .image:before {
    content: "";
    position: absolute;
    background: rgba(255,255,255,0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
}
 */
 .product-thumb .product-item:hover .image:before {
    opacity: 1;
}
 .product-thumb .product-item .image a{
    display:block;
    position:relative;
}
 .product-thumb .product-item .caption{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 0 0;
}
 .product-thumb .product-item .caption .cart{
    position: absolute;
    right: 0;
    left: 0;
    bottom: -50px;
    opacity:0;
}
 .product-thumb .product-item:hover .caption .cart{
    opacity: 1;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    -ms-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
 .product-thumb .product-item .caption .cart button{
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    height: 38px;
    border-radius: 5px;
    border: none;
}
 .product-thumb .product-item .caption .cart button:hover{
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    -ms-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
 .product-thumb .product-item .caption > .inner {
}
 .product-thumb .product-item .caption .price {
    font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #0C0C0C;
	width:calc(100% - 48px);
}
.popular .product-thumb .product-item .caption .price {
	color: #BE8100;
}
 .product-thumb .product-item .product-description {
    margin: 2.5rem 0;
    line-height: 18px;
    color: #888888;
}
 .product-thumb .product-item .caption .rating{
    display: inline-block;
    margin-top: 16px;
    vertical-align: top;
}
 .product-thumb .product-item .manufacture-product{
    line-height: 1;
    margin: 0;
}
 .product-thumb .product-item .manufacture-product a{
    font-size: 1.3rem;
    color: #146cda;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight:700;
}
 .product-thumb .product-item .manufacture-product a:hover{
    text-decoration: underline;
}
 .product-thumb .product-item .category-options {
    line-height: 1;
    position: absolute;
    right: 0;
    top: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .product-thumb .product-item:hover .category-options {
    opacity: 1;
    pointer-events: visible;
    right: 10px;
}
 .product-thumb .product-item .ul-swatches-colors li {
    display: block;
    margin: 0 0 2px 0;
    float: none;
    border-color: transparent;
}
 .product-thumb .product-item .ul-swatches-colors li:hover,.product-thumb .product-item .ul-swatches-colors li.checked {
    border-color: var(--link-hover-color);
}
 .product-thumb .product-item .caption h4{
    margin: 14px 0 0;
    clear:both;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.popular .product-thumb .product-item .caption h4{
	margin-bottom:15px;
}
 .product-thumb .product-item .caption h4 a{
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #0C0C0C;
}
 .product-thumb .product-item .caption h4 a:hover{
    font-weight:700;
}
 .product-thumb .button-group {
   
}
 .product-thumb:hover .button-group > .inner {
    pointer-events: visible;
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.product-thumb .product-item .attributes_list{
	padding: 0;
    list-style: none;
	margin-top:15px;
	margin-bottom:10px;
}
.product-thumb .product-item .attributes_list li{
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #0C0C0C;
	margin-bottom:5px;
}
.product-thumb .product-item .attributes_list li span{
	font-weight: 500;
}
 .product-thumb .button-group > .inner {
        display: flex;
    align-items: center;
    background: rgb(254 213 127 / 50%);
    border-radius: 8px;
    margin: 0;
    justify-content: space-between;
    padding-left: 15px;
    width: 100%;
	height:48px;
}
 .product-thumb .button-group button {
    
}
 .product-thumb .button-group button:nth-child(1){
    -webkit-transition: opacity .3s ease,visibility .3s ease,transform .3s ease;
    -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility .3s ease,transform .3s ease;
    transition: opacity .3s ease,visibility .3s ease,transform .3s ease,-webkit-transform .3s ease;
}
 .product-thumb .button-group button:nth-child(2){
    -webkit-transition: opacity .5s ease,visibility .5s ease,transform .5s ease;
    -webkit-transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease;
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease,-webkit-transform .5s ease;
}
 .product-thumb .button-group button:nth-child(3){
    -webkit-transition: opacity .7s ease,visibility .7s ease,transform .7s ease;
    -webkit-transition: opacity .7s ease,visibility .7s ease,-webkit-transform .7s ease;
    transition: opacity .7s ease,visibility .7s ease,-webkit-transform .7s ease;
     transition: opacity .7s ease,visibility .7s ease,transform .7s ease;
     transition: opacity .7s ease,visibility .7s ease,transform .7s ease,-webkit-transform .7s ease;
}
 .product-thumb .button-group button:nth-child(4){
    -webkit-transition: opacity .9s ease,visibility .9s ease,transform .9s ease;
    -webkit-transition: opacity .9s ease,visibility .9s ease,-webkit-transform .9s ease;
    transition: opacity .9s ease,visibility .9s ease,-webkit-transform .9s ease;
    transition: opacity .9s ease,visibility .9s ease,transform .9s ease;
    transition: opacity .9s ease,visibility .9s ease,transform .9s ease,-webkit-transform .9s ease;
}
 .product-thumb .button-group button:last-child {
    margin: 0;
}
 .product-thumb .button-group button:first-child:after {
    display:none;
}
 .product-thumb .button-group button:hover{
    background: #1d1d1d;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .product-thumb .button-group button span{
}
 .product-thumb .button-group button:before{
    font-family: 'Simple-Line-Icons';
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}
 .product-thumb .product-item .button-group .button-cart{
    color: #0C0C0C;
    cursor: pointer;
    background: linear-gradient(269.51deg, rgb(251 179 28 / 70%) -26.07%, rgb(255 205 99 / 70%) 112.49%);
    border-radius: 8px;
    border: none;
    width: 48px;
    height: 48px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-thumb .product-item .button-group .button-cart:hover{
	background: linear-gradient(269.51deg, #fbb31c -26.07%, #ffcd63 112.49%);
}
 .product-thumb .product-item .button-group .button-wishlist:before{
    content:"\e08a";
}
 .product-thumb .product-item .button-group button.button-compare:before{
    content:"\e059";
}
 .product-thumb .product-item .image .button-quickview{
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    line-height: 1;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    color: #47494a;
    padding: 0;
    border: none;
    padding: 0;
    font-size: 0;
    text-align: center;
    text-transform: capitalize;
     pointer-events: visible;
    opacity: 0;
    -moz-transform: scale3d(0,0,0);
    -webkit-transform: scale3d(0,0,0);
    -o-transform: scale3d(0,0,0);
    -ms-transform: scale3d(0,0,0);
     transform: scale3d(0,0,0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
 .product-thumb .product-item .image .button-quickview span{
    display:none;
}
 .product-thumb .product-item .image .button-quickview:hover{
    color: var(--link-hover-color);
}
 .product-thumb .product-item:hover .image .button-quickview{
    opacity: 1;
    -moz-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
 .product-thumb .product-item .image .button-quickview:before {
    content: "\e090";
    font-size: 1.6rem;
    font-family: 'Simple-Line-Icons';
}
 .list-module .pt-content {
    border: 1px solid #ebebeb;
    padding: 14px 29px;
    background: #fff;
}
 .list-style .product-item .button-group{
    padding:0;
    border:0;
    background: transparent;
}
 .list-style .product-item {
    overflow: hidden;
    border: 0;
    padding: 0;
}
 .list-style .product-item:hover{
    border:none;
}
 .swiper-slide-active .list-style .product-item, .swiper-slide[data-swiper-row="0"] .list-style .product-item {
    border-top: 0;
}
 .swiper-slide-active .list-style .product-item, .swiper-slide[data-swiper-column="0"] .list-style .product-item {
}
 .list-style .product-item .image {
    float: left;
    width: 46.7%;
}
 .list-style .product-item .caption{
    padding-left: 25px;
    text-align: left;
    float: left;
    width: 53.3%;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 0;
}
 .list-module.style2 .pt-content {
    padding: 0;
}
 .list-module.style2 .list-style .product-item {
    padding: 29px;
    display: flex;
    align-items: center;
    border-left: 1px solid #ebebeb;
}
 .list-module.style2 .list-style .product-item .image {
    width: 38.9%;
}
 .list-module.style2 .list-style .product-item .caption {
    padding-top: 0;
    width: 61.1%;
}
 .list-style .product-item:hover .caption .price{
    opacity:1;
}
 .random-products .list-style .product-item .image{
    width: 33.4%;
}
 .random-products .list-style .product-item .caption{
    width: 66.6%;
}
 .random-products .block-title + .pt-content,.nav-style-4 .block-title + .pt-content{
    margin:0;
}
 .box-list{
    display: none;
}
 .product-list .product-item .box-list{
    display: grid;
    padding-left: 3rem;
    align-items: end;
	padding: 15px;
}
 .product-list .product-item .box-list .inner{
	display: flex;
    align-items: center;
    justify-content: flex-end;
	flex-wrap:wrap;
}
.priceone{
	width:100%;
	margin-bottom:8px;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	text-align: right;
	letter-spacing: 0.01em;
	color: #8B8A8A;
}
.product-layout.product-grid .priceone{
	text-align:left;
}
 .product-list .product-thumb .button-group{
    display:none;
	padding: 0;
    border: transparent;
    text-align: center;
    opacity: 1;
    margin-top:15px;
    position: static;
    visibility: inherit;
    transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
}
 .product-list .product-thumb .button-group button{
    display: inline-block;
    margin: 0 20px 6px 0;
    text-align: left;
}
 .product-list .product-item .box-list .box-cart-list{
    display: flex;
    align-items: center;
    background: rgb(254 213 127 / 50%);
    border-radius: 8px;
    margin: 0;
    justify-content: space-between;
    padding-left: 15px;
	width:100%;
	max-width: 225px;
	height:48px;
}
.quantity-number{
	display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 3px;
	margin-right:15px;
}
.quantity-number input{
	width: auto;
    height: 40px;
    text-align: center;
    border: none;
    box-shadow: none;
	color: #0C0C0C;
    font-size: 18px !important;
	padding:15px 7px;
	font-weight:600;
}
.quantity-number .add-action{
	width:40px;
	height:40px;
	border-radius: 5px;
	background:#FED57F;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.quantity-number .add-action:hover{
	background:linear-gradient( 269.51deg, #FBB31C -26.07%, #FFCD63 112.49%);
}
.product-list .product-item .box-list .box-cart-list .box-cart button.button-cart, .product-list .product-item .box-list .box-cart-list .box-cart a.button-cart{
    color: #0C0C0C;
    cursor: pointer;
    background: linear-gradient(269.51deg, rgb(251 179 28 / 70%) -26.07%, rgb(255 205 99 / 70%) 112.49%);
    border-radius: 8px;
    border: none;
    width: 48px;
    height: 48px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .product-list .product-item .box-list .box-cart-list .box-cart button.button-cart:hover{
    background:linear-gradient(269.51deg, #fbb31c -26.07%, #ffcd63 112.49%);
}
 .product-list .product-thumb .button-group button span{
    display:inline-block;
    font-size:15px;
}
 .product-list .product-item .box-list .box-cart-list .box-cart button.button-cart span{
    font-size: 14px;
}
 .product-list .product-item .box-list .text-available{
    font-size: 14px;
     color: #888;
    margin: 0 0 14px;
}
 .product-list .product-item .box-list .text-available span{
    color: #146cda;
    font-size:1.4rem;
}
.deals-products .product-thumb .button-group{
    padding: 0;
    border: 0;
    right: auto;
}
 .deals-products .product-thumb .product-item:hover .caption .price{
    opacity:1;
}
 .deals-products .list-style .product-item .image{
    width: 45%;
}
 .deals-products .list-style .product-item .caption{
    width: 55%;
}
 .deals-products .list-style .product-item{
    padding: 15px;
    border-radius:5px;
    border: transparent;
}
 .deals-products .block-title + .pt-content{
    border:none;
    padding:0;
    margin:0;
}
 .deals-products .swiper-pager{
    right: 15px;
}
 .deals-products.products-container .swiper-viewport{
    margin:0 -1.5rem;
}
 .best-products .box-large-image .col-large-image{
    padding: 20px;
    margin: 0;
    background: #f7f7f7;
    border-right: 1px solid #ebebeb;
}
 .best-products.products-container .swiper-viewport{
    margin:0;
}
 .best-products .box-large-image .col-large-image .image-content{
    margin-bottom: 30px;
}
 .best-products.tabs-product .tabs-style .nav-tabs>li{
    width: 100%;
    margin-bottom: 15px;
}
 .best-products.tabs-product .tabs-style{
    margin-bottom:3px;
}
 .best-products.tabs-product .tabs-style .nav-tabs{
    position: static;
}
 .best-products.tabs-product .tabs-style .nav-tabs>li:before{
    display:none;
}
 .best-products.tabs-product .swiper-pager{
    right:0;
}
 .products-container.featured .swiper-viewport .swiper-slide{
    padding:0;
}
 .featured .product-thumb .button-group button{
    margin-right:3px;
}
 @media (max-width: 1199px) {
     .product-thumb .button-group button{
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
}
 @media (max-width: 1024px) {
     .product-thumb .product-item .button-group .button-cart:before{
        display:block;
    }
     .product-thumb .button-group button span{
        display: none;
    }
}
 @media (max-width: 550px) {
     .deals-products .list-style .product-item .image,.deals-products .list-style .product-item .caption{
        width: 100%;
        padding-top: 30px;
        padding-left:0;
    }
	.product-layout .product-thumb .product-item .caption h4 a{
		font-weight: bold;
		font-size: 14px;
		line-height: 19px;
	}
	.product-thumb .product-item .attributes_list li{
		font-size: 12px;
		line-height: 16px;
	}
	.product-layout .product-thumb .product-item .caption .price{
		font-size: 11px;
		line-height: 14px;
	}
	.product-layout .product-thumb .button-group > .inner{
		padding-left: 10px;
	}
}
 @media (max-width:767px){
     .grid-style .product-item .caption {
    }
     .list-module.style2 .list-style .product-item {
        padding: 14px;
    }
     .product-list .product-item .box-list{
        padding-left: 1rem;
    }
}
 .tabs-product{
    position: relative;
}
 .tabs-product.products-container .swiper-viewport .swiper-slide{
    padding:0;
}
 .cate-tab.products-container .swiper-viewport .swiper-slide{
    padding:0;
}
 .cate-tab .product-thumb{
    margin-bottom:30px;
}
 .cate-tab .product-thumb:nth-child(2),.cate-tab .product-thumb:nth-child(3n+1),.cate-tab .product-thumb:nth-child(5n+1),.cate-tab .product-thumb:nth-child(7n+1){
    margin-bottom:0;
}
 .cate-tab .product-thumb .product-item .button-group .button-cart:before{
    display:block;
}
 .cate-tab .product-thumb .button-group button span{
    display:none;
}
 .cate-tab .product-thumb .product-item .button-group .button-cart{
    width:40px;
    min-width: auto;
    padding: 0;
}
 .cate-tab .product-thumb .product-item .caption{
    padding-top:0;
}
 .tabs-product.products-container .list-style .product-item:hover{
    padding-bottom:15px;
    margin:0;
    box-shadow:none;
}
 .nav-style-3.products-container .list-style .product-item:hover{
    margin:0;
    box-shadow:none;
}
 .tabs-product .tabs-style{
    display: block;
    margin-bottom: 3px;
    position: absolute;
    top: 0;
    right: 0;
}
 .tabs-product .tabs-style .nav-tabs{
    border: none;
}
 .tabs-product .tabs-style .nav-tabs>li{
    float:none;
    position:relative;
    display:inline-block;
    vertical-align:top;
    text-align: center;
}
 .tabs-product .tabs-style .nav-tabs>li:last-child{
    margin:0;
}
 .tabs-product .tabs-style .nav-tabs>li:last-child:before{
    display:none;
}
 .tabs-product .tabs-style .nav-tabs>li>a{
    margin:0;
    color: #7e8081;
    position:relative;
    padding: 0 18px;
    line-height:26px;
    border: 2px solid transparent;
    border-radius:5px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    text-transform:capitalize;
    cursor:pointer;
    font-weight: 400;
    font-size: 1.4rem;
}
 .tabs-product .tabs-style .nav-tabs>li>a> .image-thumb {
    width: 70px;
    height: 70px;
    margin: auto;
    border: 3px solid var(--link-hover-color);
    background: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
 .tabs-product .tabs-style .nav-tabs>li>a> .image-thumb > span {
    flex: auto;
}
 .tabs-product .tabs-style .nav-tabs>li>a> span {
    display: block;
}
 .tabs-product .tabs-style .nav-tabs>li>a:hover {
    color: #1d1d1d;
    border-color:#146cda;
    background: transparent;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
     -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
 .tabs-product .tabs-style .nav-tabs>li.active>a{
    color: #1d1d1d;
    border-color:#146cda;
    background: transparent;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
     -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
 .tabs-product .tabs-style .nav-tabs>li.active>a > .image-thumb {
    background: var(--link-hover-color);
}
 .tabs-product .tabs-style .nav-tabs>li.active>a > .image-thumb img {
    /* Safari 6.0 - 9.0 */
     -webkit-filter: brightness(0) invert(1);
     filter: brightness(0) invert(1);
}
 .recommended .pt-content{
    margin:0 -1.5rem;
}
 @media (max-width:1400px) and (min-width:1199px){
     .tabs-product .product-thumb .button-group button{
        width: 42px;
        height:42px;
        line-height:42px;
    }
}
 @media (max-width:1024px){
     .cate-tab .product-thumb .product-item .button-group .button-cart{
        width: 36px;
    }
}
 @media (max-width:767px){
     .tabs-product .tabs-style{
        position: static;
        margin-bottom: 15px;
    }
}
 @media (max-width:479px){
     .tabs-product .tabs-style .nav-tabs > li > a > .image-thumb {
        width: 50px;
        height: 50px;
        padding: 5px;
        border-width: 2px;
    }
     .tabs-product .tabs-style .nav-tabs>li{
        margin-bottom:8px;
    }
}
 .countdown-static{
    margin-top: var(--rowspace);
    position: relative;
}
 .countdown-static .countdown-content .info {
    float: right;
}
 @media (min-width: 768px){
     .countdown-static .countdown-content {
         position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
         -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
 @media (max-width: 767px){
     .countdown-static .countdown-content{
        display: none;
    }
}
 .countdown-static .countdown-content h5{
    font-size: 4.4rem;
    font-family: 'Great Vibes', cursive;
     font-style: italic;
    color: #ffffff;
     margin-bottom: 18px;
    display: inline-block;
    font-weight: 400;
}
 .countdown-static .countdown-content h2{
    color: #fff;
    font-size:7rem;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 33px;
    text-transform:uppercase;
}
 .countdown-static .countdown-content p{
    color: #fff;
    font-size: 2rem;
    font-weight:400;
    margin: 0 0 50px;
}
 .countdown-static .countdown-content a.shop_now{
    display: inline-block;
     position: relative;
     font-size: 14px;
     font-weight: 700;
     color: #0f0f0f;
    background: #ffffff;
    line-height: 45px;
     height: 45px;
    padding: 0 30px;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
     -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
 .countdown-static .countdown-content a.shop_now:hover {
    color: #fff;
     background: #0f0f0f;
}
 .is-countdown {
    position: relative;
    font-size: 0;
    line-height: 1;
}
 .is-countdown .countdown-section {
    display: inline-block;
    text-align: center;
    position: relative;
     border: 2px solid #fff;
     border-radius: 5px;
     width: 65px;
    padding: 12px 0;
    text-align: center;
     margin-right: 20px;
}
 .is-countdown .countdown-section:first-child {
    width: 75px;
}
 @media (max-width:1024px){
     .countdown-static .countdown-content h5{
        font-size: 2.4rem;
        margin-bottom:10px;
    }
     .countdown-static .countdown-content h2{
        font-size: 3rem;
        margin: 0 0 20px;
        line-height:35px;
    }
     .countdown-static .countdown-content p{
        font-size: 1.3rem;
        margin:0 0 15px;
    }
}
 @media (max-width: 800px) {
     .is-countdown .countdown-section:first-child {
        width: 50px;
    }
}
 .is-countdown .countdown-section:last-child {
    margin: 0;
     padding-right: 0;
}
 .is-countdown .countdown-section:last-child:after {
     display: none;
}
 .is-countdown .countdown-section:after {
     content: ":";
    display: inline-block;
    vertical-align: middle;
     position: absolute;
     top: 50%;
    right: -13px;
     font-size: 22px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
 @media (max-width: 800px) {
     .is-countdown .countdown-section {
         width: 50px;
    }
}
 .is-countdown .countdown-section .countdown-amount {
     display: block;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    position: relative;
     margin-bottom: 8px;
}
 @media (max-width: 800px) {
     .is-countdown .countdown-section .countdown-amount {
        font-size: 14px;
    }
}
 .is-countdown .countdown-section .countdown-period {
    display: block;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
 .countdown-module {
}
 .countdown-module .product-thumb .product-item {
    border: 2px solid var(--link-hover-color);
}
 .countdown-module .product-thumb .product-item .caption {
    text-align: center;
    padding-bottom: 41px;
}
 .countdown-module .product-thumb .product-item .caption .rating {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
}
 .countdown-module .product-thumb .product-item .manufacture-product a {
    font-size: 1.5rem;
}
 .countdown-module .product-thumb .product-item .caption h4 a {
    font-size: 1.8rem;
}
 .countdown-module .product-thumb .product-item .caption h4 {
    margin-bottom: 10px;
}
 .countdown-module .product-thumb .product-item .caption .price, .countdown-module .product-thumb .product-item .caption .price .price-old {
    font-size: 1.7rem;
}
 .countdown-module .list-style .product-item {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
 .countdown-module .list-style .product-item .image {
    width: 46.648%;
    background: #f7f7f7;
    display: flex;
    align-items: center;
}
 .countdown-module .list-style .product-item .caption {
    width: 53.352%;
    padding: 28px;
}
 .countdown-module .list-style .text-countdown {
    margin-right: 20px;
}
 .countdown-module .other-style .product-item {
    padding: 28px;
    display: flex;
    flex-wrap: wrap;
}
 .countdown-module .other-style .product-item .gallery-thumbs {
    width: 9.72%;
    padding-right: 10px;
    position: absolute;
    top: 28px;
    left: 28px;
    height: 260px;
}
 .countdown-module .other-style .product-item .image {
    width: 45.978%;
    display: flex;
    align-items: center;
    margin-left: 9.72%;
}
 .countdown-module .other-style .product-item .caption {
    width: 44.302%;
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
}
 .countdown-module .other-style .product-item .caption > .inner {
    display: block;
    width: 100%;
}
 .countdown-module .other-style .quantity-progress {
    margin-bottom: 11px;
}
 .countdown-module .other-style .text-countdown {
    margin: 15px 20px 0 0;
    display: inline-block;
    vertical-align: top;
}
 .countdown-module .other-style .countdown-box {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
 .countdown-module .other-style .product-item .gallery-thumbs .swiper-slide > a {
    display: block;
    position: relative;
}
 .countdown-module .other-style .product-item .gallery-thumbs .swiper-slide > a.active:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #253237;
    position: absolute;
    pointer-events:none;
}
 .countdown-module .other-style .caption .button-cart {
    margin-top: 48px;
}
 .countdown-module .quantity-progress {
    display: block;
    margin-top: 17px;
}
 .countdown-module .countdown-box-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 21px;
}
 .quantity-progress {
    display: none;
}
 .product-available,.product-sold {
    float: left;
    margin-bottom: 3px;
    text-transform: capitalize;
    color: #777;
}
 .product-available span,.product-sold span {
    color: #253237;
    margin-left: 2px;
    font-weight: 700;
}
 .product-available {
    float: right;
}
 .bar-percent {
    height: 4px;
    background: #efefef;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    overflow: hidden;
}
 .available-percent {
    position: absolute;
    height: 100%;
    left: 0;
    background: var(--link-hover-color);
}
 .text-countdown{
    margin-bottom: 0;
    margin-top: 24px;
    color: #777;
}
 .products-container .text-countdown span{
    display:block;
}
 .products-container .text-countdown {
    margin-top: 0;
    margin-right:16px;
    float:left;
    display: none;
    line-height: 26px;
    height: 54px;
    color: #1a2225;
}
 .products-container .countdown-box {
    margin: 0;
    display: inline-block;
    float:left;
    background: #f9f9f9;
    border-radius:5px;
    padding:10px 20px;
}
 .countdown-box {
    margin-bottom: 0;
    margin-top: 9px;
}
 .countdown-box > .inner {
    overflow: hidden;
}
 .countdown-box .box{
    position:relative;
    text-align:center;
    float: left;
    padding:0 10px;
}
 .countdown-box .box:before{
    content:":";
    font-size:2rem;
    position:absolute;
    top:5px;
    right:-2px;
}
 .countdown-box .box:last-child {
    padding-right: 0;
}
 .countdown-box .box:first-child{
    padding-left: 0;
}
 .countdown-box .box:last-child:before {
    opacity: 0;
}
 .countdown-box .box b{
    font-size: 2.2rem;
    color: #47494a;
    display:block;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 9px;
    position: relative;
}
 .countdown-box .box span{
    display:block;
    font-size: 1.3rem;
    text-transform: capitalize;
    line-height: 1;
    color: #47494a;
}
 .countdown-box-flex{
    margin-top: 20px;
}
 @media (max-width: 1450px) {
     .countdown-module .list-style .product-item .caption {
        padding: 20px;
    }
     .countdown-module .list-style .countdown-box-flex {
        display: block;
    }
     .products-container .list-style .countdown-box > .inner {
        display: inline-block;
        vertical-align: top;
    }
}
 @media (max-width: 1199px) {
     .countdown-module .countdown-box-flex {
        display: block;
    }
     .products-container .text-countdown {
        margin: 0 0 20px 0;
    }
     .products-container .countdown-box > .inner {
        display: inline-block;
        vertical-align: top;
    }
}
 @media (max-width: 991px) {
     .countdown-box .box{
        margin-right: 5px;
    }
}
 @media (max-width: 767px) {
     .countdown-module .product-thumb .grid-style .product-item .caption {
        padding-bottom: 20px;
    }
     .countdown-module .other-style .product-item {
        padding: 15px;
    }
     .countdown-module .other-style .product-item .gallery-thumbs {
        top: 13px;
        left: 13px;
    }
}
 @media (max-width: 639px) and (min-width: 480px) {
     .products-container .countdown-box .box b {
        font-size: 1.8rem;
    }
     .products-container .countdown-box .box b:after {
        opacity: 0;
    }
     .products-container .countdown-box .box {
        margin-right: 10px;
    }
}
 @media (max-width: 639px) {
     .countdown-module .other-style .product-item .caption {
        width: 100%;
        padding: 30px 0 0 0;
    }
     .countdown-module .other-style .product-item .image {
        width: 85.123%;
        margin-left: 14.877%;
    }
     .countdown-module .other-style .product-item .gallery-thumbs {
        width: 14.877%;
    }
}
 @media (max-width: 479px) {
     .countdown-module .list-style .product-item .image {
        width: 100%;
    }
     .countdown-module .list-style .product-item .caption {
        width: 100%;
        padding: 28px;
    }
     .countdown-module .other-style .product-item .gallery-thumbs {
        height: 217px;
    }
}
 .special-categories-module {
    padding: 0;
    z-index: 9;
    border-radius: 5px;
     position: relative;
}
 .special-categories-module .block-title .sub-title {
    display: none;
}
 .special-categories-module .category-content .image a {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
 .special-categories-module .category-content{
    position: relative;
    display: inline-block;
    background:#fff;
}
 .special-categories-module .category-content:hover a img{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}
 .special-categories-module .category-content .image a,.special-categories-module .category-content a img {
}
 .special-categories-module .category-content .caption {
    text-align: left;
    padding: 30px 25px;
}
 .special-categories-module .block-title + .pt-content{
    padding:0;
    border:none;
}
 .special-categories-module .category-content .caption h4 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.6rem;
    font-weight: 600;
}
 .special-categories-module .category-content h4 a {
    font-size: 1.6rem;
}
 .special-categories-module .category-content .total-items {
    display: none;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 6px;
}
 .special-categories-module .product-thumb .product-item .caption h4 a{
    text-transform: capitalize;
    font-size: 2rem;
    color: var(--heading-color);
    line-height: 1.5;
}
 .special-categories-module .product-thumb .product-item .caption h4 a:hover {
    color: var(--link-hover-color);
}
 .special-categories-module .category-content:hover h4 a{
    color: var(--link-hover-color);
}
 .special-categories-module .category-content .view-more {
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    color: #253237;
    background: #f5f5f5;
    padding: 0 15px;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
/* .special-categories-module .category-content .view-more:after {
    content: "\f362";
    font-family: "Ionicons";
    font-size: 1.6rem;
    color: var(--link-hover-color);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
 */
 .special-categories-module .category-content .view-more:hover {
    background: var(--link-hover-color);
    color:#fff;
}
 .category-description{
    line-height:2rem;
    font-size:1.4rem;
    color:#777;
}
 .special-categories-module .category-content .caption .link{
    text-transform:capitalize;
    color:var(--link-hover-color);
    font-size:1.4rem;
    display:block;
    line-height:2rem;
}
 .special-categories-module .category-content .caption .link:hover{
    text-decoration:underline;
}
 .child-featured-categories{
    padding:0;
    line-height:2.4rem;
    font-size:1.4rem;
    margin:0;
    list-style:none;
    color:#888;
}
 .child-featured-categories li a{
    color:#888;
}
 .child-featured-categories li a:hover{
    color:var(--link-hover-color);
}
/* .special-categories-module .swiper-button-next{
    right:-50px;
}
 */
/* .special-categories-module .swiper-button-prev{
    left:-50px;
}
 */
 .swiper-slide[data-swiper-row="1"] > .category-content, .swiper-slide[data-swiper-row="2"] > .category-content, .swiper-slide[data-swiper-row="3"] > .category-content, .swiper-slide[data-swiper-row="4"] > .category-content, .swiper-slide[data-swiper-row="5"] > .category-content, .swiper-slide[data-swiper-row="6"] > .category-content{
    margin-top: 30px;
}
 @media (max-width: 1199px) {
     .special-categories-module{
        margin-top:3rem;
    }
     .special-categories-module .block-title + .pt-content{
        margin:0;
    }
}
 .testimonials-full {
    background: url(../image/bkg_ttm.jpg) center no-repeat;
    margin-top: var(--rowspace);
    background-size: cover;
    padding-bottom: calc(var(--rowspace) - 7px);
}
 @media (max-width: 991px) {
     .testimonials-full {
        margin-top: 50px;
        padding: 40px 0;
    }
}
 @media (max-width: 400px) {
     .special-categories-module .product-thumb{
        text-align: center;
    }
}
 .testimonial-module{
    margin-top: var(--rowspace);
}
 .testimonial-module .swiper-pagination-bullet {
    background: #fff;
}
 .testimonial-module .swiper-pagination-bullet.swiper-pagination-bullet-active,.testimonial-module .swiper-pagination-bullet:hover {
    background: var(--link-hover-color);
}
 .testimonial-module .gallery-thumbs {
    max-width: 31rem;
    margin-bottom: 2.5rem;
}
 .testimonial-module .testimonial-box p{
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.01em;
}
 .testimonial-module .testimonial-content .inner{
    position: relative;
    padding: 32px 25px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
}
 .testimonial-module .testimonial-images {
    text-align: center;
    margin-bottom: 28px;
    padding-top:10px;
    padding-top:10px;
}
 .testimonial-module .testimonial-images a {
    border: 3px solid #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}
 .testimonial-module .testimonial-images.active {
}
 .testimonial-module .testimonial-author{
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
     color: rgb(12 12 12 / 50%);
    margin-bottom:10px;
}
 .testimonial-module .rating {
    display: inline-block;
    vertical-align: top;
    margin-top: 27px;
    margin-bottom: 20px;
}
 .testimonial-module .rating .icon-rating-x:before {
    color: var(--link-hover-color);
}
 .testimonial-module .rating .icon-ratings {
    margin-right: 0.5rem;
}
 .testimonial-module .rating .icon-ratings:last-child {
    margin: 0;
}
 @media (max-width: 479px) {
}
 #instagram_block_home{
    display:inline-block;
    vertical-align:top;
    width:100%;
    padding-top: 6px;
}
 #instagram_block_home .block-title{
    /*! display: none;
     */
}
 #instagram_block_home .swiper-viewport{
    margin: 0 -2.5px;
}
 #instagram_block_home .swiper-viewport .swiper-slide{
    padding: 0 2.5px;
}
 #instagram_block_home .fancybox{
    position:relative;
    margin-bottom: 5px;
}
 #instagram_block_home .fancybox:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    background: #000;
    display:grid;
    align-content:center;
    text-align:center;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    -ms-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
    opacity:0;
}
 #instagram_block_home .fancybox:hover:before{
    opacity: 0.8;
}
 #instagram_block_home .fancybox:hover .box-cmt {
    opacity: 1;
}
 #instagram_block_home .fancybox .box-cmt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    font-size: 1.4rem;
    color: #fff;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 #instagram_block_home .fancybox .box-cmt > span {
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem;
}
 #instagram_block_home .fancybox .box-cmt > span:last-child {
    margin: 0;
}
 #instagram_block_home .fancybox .box-cmt > span:before {
    content:"\f443";
    font-family: "Ionicons";
    font-size: 1.6rem;
    margin-right: 6px;
}
 #instagram_block_home .fancybox .box-cmt .comment-count:before {
    content: "\f3fa";
}
 #instagram_block_home .fancybox img{
    width:100%;
}
 #instagram_block_home .text-follow{
    text-align:center;
    margin-bottom:0;
    margin-top:3.3rem;
    background:url(../image/line_instagram.png) center no-repeat;
    background-size:contain;
}
 #instagram_block_home .text-follow a{
    font-size:1.2rem;
    font-weight:500;
    text-transform:uppercase;
    padding:0 2rem;
    background:#fff;
    position:relative;
    color: #707070;
}
 #instagram_block_home .text-follow a:hover {
    color:var(--link-hover-color);
}
 @media (max-width: 991px) {
     #instagram_block_home {
    }
}
 .blog-full {
    padding-bottom: 9.4rem;
    border-bottom: 1px solid #ebebeb;
}
 @media (max-width: 991px) {
     .blog-full {
        padding-bottom:4.4rem;
    }
}
 .new-popup{
    background: #f9f9f9;
}
 .blog-module{
}
 .blog-module .post-intro p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
 .blog-module .post-item .post-cation {
    text-align: center;
    position: relative;
}
 .blog-module .post-item .post-cation > .inner {
}
 .blog-module .post-item .post-cation .post-name {
    padding: 0 15px;
}
 .post-grid .post-item .post-cation .post-name a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
 .post-image{
    overflow:hidden;
    position: relative;
}
 .post-item .post-cation{
    text-align: center;
    padding:30px 15px 0 15px;
}
 .post-item .post-cation .post-name{
    margin:0;
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
}
 .post-item .post-cation .post-name a{
    font-size: 1.6rem;
    font-weight: 600;
    display:block;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: var(--main-font);
}
 .post-item .post-cation .post-name a:hover{
    color:var(--link-hover-color);
}
 .post-date-author {
    overflow: hidden;
     position: relative;
    padding: 0 0 15px 0;
}
 .post-date {
    margin-right: 5px;
}
 .post-author{
    display: inline-block;
    vertical-align: top;
}
 .post-intro p{
    font-size: 1.3rem;
     font-weight: 400;
    color: #555555;
    line-height: 22px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
 .post-item .post-cation .btn-more{
    margin-top: 28px;
    display: none;
}
 .post-item .post-cation .btn-more a{
    font-size: 1.4rem;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
    text-decoration: none;
    line-height: 56px;
    background: #253237;
    color: #fff;
    padding: 0 15px;
    text-align: center;
}
 .post-list .post-item .post-cation .btn-more a {
    padding: 0 30px;
    display: inline-block;
    line-height: 44px;
}
 .post-item .post-cation .btn-more a:after {
    content: "\f362";
    font-family: "Ionicons";
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    color: var(--link-hover-color);
    font-size: 1.6rem;
}
 .post-item .post-cation .btn-more a:hover{
    background: var(--link-hover-color);
    color: #fff;
}
 .post-item .post-cation .btn-more a:hover:after {
    color: #fff;
}
 .blog-widget-section{
    margin-bottom:3rem;
}
 .blog-widget-section:last-child {
    margin-bottom: 0;
}
 .blog-widget-section .widget-content{
    line-height:3rem;
}
 .blog-widget-section > .title{
    text-align:left;
    margin-bottom:2.5rem;
    position:relative;
}
 .blog-widget-section .cat-title{
    margin-bottom:1.8rem;
}
 .blog-widget-section > .title:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:50%;
    height:1px;
    background:#ebebeb;
}
 .blog-widget-section > .title h3{
    background:#fff;
    position:relative;
    display:inline-block;
    vertical-align:top;
    padding-right:2rem;
    margin:0;
    font-size: 2.2rem;
}
 .blog-widget .widget-content{
    display:grid;
    grid-template-columns:7.5rem auto;
    margin-bottom:2rem;
}
 .latest-post-content{
    padding-left:1.5rem;
}
 .blog-widget .latest-post-name{
    margin-top:0;
    margin-bottom:0;
}
 .blog-widget .latest-post-name a{
    display:block;
    line-height:1.3;
    color: var(--heading-color);
    font-size: 1.6rem;
}
 .blog-widget .latest-post-name a:hover{
    color:var(--link-hover-color)
}
 .tool-bar .post-item-limit{
    max-width:20rem;
    float:right;
}
 .post-layout{
    margin-bottom: 40px;
}
.post-grid, .post-list{
	border: 1px solid #E5E5E5;
    border-radius: 8px;
    overflow: hidden;
}
.post-list .post-intro{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.post-grid .post-intro{
}
 .post-list .post-item .post-cation{
    padding: 0 15px;
    text-align: left;
}
 .plaza-blog-post .post-container .post-title h1{
    margin-top:0;
    font-size:5rem;
}
 .plaza-blog-post .post-container .post-date{
    color:#999;
    margin-bottom:2.5rem;
    display:block;
}
 .plaza-blog-post .post-description img{
    margin-bottom:2rem;
	width:100%;
}
 .blog-widget-slider{
    margin-top:5rem;
}
 .plaza-blog-category .main {
    position: relative;
}
 .plaza-blog-category .page-title h1 {
    margin-top: 0;
}
 .plaza-blog-category .page-title + p {
    margin-bottom: 2.5rem;
}
 @media (max-width: 991px) {
     .blog-widget-section {
        margin-top: 3rem;
    }
     .plaza-blog-post .post-container .post-title h1 {
        font-size: 3.6rem;
    }
}
 @media (min-width:768px){
    .post-layout.col-sm-4:nth-child(3n+1){
        clear:left;
    }
}
 @media (max-width:767px){
     .blog-module .post-item .post-cation > .inner {
        margin-top: 0;
    }
     .post-layout.col-sm-6:nth-child(2n+1){
        clear:left;
    }
     .post-page >.row,.post-list .post-item > .row{
        margin:0 -0.75rem;
    }
     .post-page >.row > .post-layout,.post-list .post-item > .row > div{
        padding:0 0.75rem;
    }
}
 @media (max-width:479px){
    .post-list .post-item > .row > div{
        width:100%;
    }
     .post-list .post-item > .row > div:not(:first-child){
        margin-top:2rem;
    }
     .plaza-blog-post .post-container .post-title h1 {
        font-size: 3rem;
    }
}
 @media (max-width: 359px) {
     .post-page > .row > .post-layout {
        width: 100%;
    }
}
 #twitter-feed {
    text-align: left;
    color: #999;
    line-height: 2.4rem;
}
 .tweet-title,.twitter-pic,.tweetprofilelink,.tweet-time,#twitter-feed .twitter-text br {
    display: none;
}
 #twitter-feed .twitter-text a {
    color:var(--link-hover-color);
    font-weight: 400 !important;
}
 #twitter-feed .twitter-text a:hover {
    text-decoration: underline;
}
 .twitter-article {
    margin-bottom: 2rem;
}
 .twitter-article:last-child {
    margin: 0;
}
 #content{
    min-height:50rem;
}
.row.login{
	display:flex;
	align-items:stretch;
	flex-wrap: wrap;
	margin-top:25px
}
.row.login .well{
	height:100%;
	background: #FFFFFF;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	border:none;
}
#pt-login-link{
	border: 1px solid rgb(12 12 12 / 20%);
	box-sizing: border-box;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #0C0C0C;
	padding:10.5px 35px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-transform:none;
	margin-right:25px;
}
#pt-login-link i{
	font-size:25px;
	margin-right:8px;
}
 #content > h1 {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}
 #content > h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
 .social-group {
    padding: 60px 0;
    background: #fff;
}
 .social-group .inner {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    align-items: center;
}
 .social-group .social-block > h4,.social-group .footer-contact-us > h4 {
    font-size: 2.8rem;
    margin-top: 0;
    margin-bottom: 17px;
}
 .footer-contact-us .content {
}
 .footer-contact-us .content > div {
    padding-left: 50px;
    position: relative;
}
 .footer-contact-us .content > div:before {
    content:"\f455";
    position: absolute;
    font-family: "Ionicons";
    font-size: 4rem;
    color: var(--link-hover-color);
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
 .footer-contact-us .content > div.phone:before {
    content: "\f4b8";
}
 .footer-contact-us .content > div.email:before {
    content:"\f422";
}
 .footer-contact-us .content > div label {
    color: var(--link-hover-color);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 6px;
}
 .footer-contact-us .content > div p {
    margin: 0;
    line-height: 1;
    color: #777777;
}
 @media (max-width: 991px) {
     .social-group .inner {
        grid-template-columns: 100%;
    }
}
 @media (max-width: 640px) {
     .footer-contact-us .content {
        grid-template-columns: 100%;
    }
}
 footer{
    margin-top: 60px;
    color: #FDFDFD;
    overflow: hidden;
    background: #262525;
}
 .footer-links .btn-group{
    display:block;
}
 .footer-links .dropdown-backdrop{
    z-index:0;
}
 .footer-links .dropdown-toggle{
    position:relative;
    cursor:pointer;
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
}
 .footer-links .dropdown-toggle i{
    cursor:pointer;
    font-size:1.4rem;
    position:absolute;
    right:0;
    top:50%;
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
 .footer-links .dropdown-toggle:hover i{
    color:#1d1d1d;
}
 .footer-links ul.list-unstyled {
    margin-bottom: 0;
}
 .footer-information > ul.list-unstyled {
    /* display: grid;
     */
    /* grid-template-columns: auto auto;
     */
}
 .footer-links .footer-content{
    line-height: 20px;
    font-size: 15px !important;
}
 .footer-links .dropdown-menu {
    margin:0 0 3rem 0;
    float:none;
    position:relative;
    border:0;
    padding:0;
    z-index:1;
    font-size:inherit;
    border-radius:0;
    -webkit-border-radius:0;
    box-shadow:none;
    -webkit-box-shadow:none;
    background:transparent;
    min-width: auto;
}
 @media (min-width:768px){
    .footer-links .dropdown-menu{
        display:block !Important;
        margin-bottom:0;
    }
}
 .footer-links{
}
 .footer-links .inner {
    padding: 60px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
 .footer-links .col{
}
 .footer-links .title {
    font-size: 1.6rem;
    position:relative;
    text-transform: uppercase;
    margin-bottom: 24px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}
 .footer-links .col-newsletter .title{
    font-size: 24px;
}
 .footer-links ul.list-unstyled > li {
    margin-bottom: 12px;
}
 .footer-links ul.list-unstyled > li:last-child {
    margin: 0;
}
 .footer-links ul.list-unstyled a{
    color: #fff;
    line-height: 2.4rem;
    font-size:1.4rem;
    display:block;
    text-transform:capitalize;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .footer-links ul.list-unstyled a:hover {
    margin-left: 4px;
}
 .logo-footer{
    display:block;
    margin-bottom: 34px;
}
 .footer-contact-us {
    line-height: 24px;
}
 .footer-phone {
    margin-top: 32px;
    background: url(../image/icon_footer_phone.png) left center no-repeat;
    padding-left: 63px;
}
 .footer-phone label {
    font-size: 1.6rem;
    margin-bottom: 3px;
}
 .footer-phone p {
    font-size: 2.2rem;
    font-weight: 600;
    color: #253237;
    margin: 0;
}
 .footer-phone p i {
    font-size: 2.4rem;
    font-weight: normal;
    margin-right: 10px;
}
 .footer-payment {
    margin-top: 29px;
}
 .footer-payment label {
    display: block;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}
 .footer-software {
    margin-top: 30px;
}
 .footer-software a {
    margin-right: 5px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
}
 .payment{
    display: inline-block;
    width:100%;
    text-align: right;
}
 .payment p {
    margin: 0;
}
 .social-block {
    margin-top: 35px;
}
 .social-block label {
    text-transform: uppercase;
    color: var(--heading-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 11px;
}
 .social ul{
    padding: 0;
    margin: 0;
}
 .social{
    margin-top:30px;
}
 .social a:hover{
    background:#fff;
}
 .social a:hover:before{
    color: var(--link-hover-color);
}
 .social a:last-child{
    margin-right:0;
}
 .social ul li{
    display: inline-block;
     margin: 0 10px 10px 0;
    float:left;
    line-height: 36px;
    padding: 0;
    list-style: none;
}
 .social ul li a{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background:#247cea;
    color: #fff;
    font-size: 0;
     padding: 0;
     line-height: 40px;
    height: 40px;
    width:40px;
    border-radius: 100%;
     text-align: center;
    border: none;
    z-index: 1;
     -webkit-transition: all 300ms linear;
     -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
 .social ul li a:before{
    content: "\e00b";
    font-size: 1.6rem;
    line-height: 40px;
     color: #fff;
    font-family: 'simple-line-icons';
    font-weight: 400;
}
 .social ul li a.twitter:before{
    content: "\e009";
}
 .social ul li a.google:before{
    content: "\e60d";
}
 .social ul li a.youtube:before{
    content: "\e008";
}
 .social ul li a.instagram:before{
    content: "\e609";
}
 .social ul li a.pinterest:before{
    content: "\e60b";
}
 .social ul li a i:hover{
    color: var(--link-hover-color);
}
 .static-footer .address{
    line-height: 22px;
    margin:0;
}
 .static-footer ul{
    margin-top:25px;
}
 .static-footer ul li span{
    color:#282828;
}
 .col-border{
    position:relative;
}
 .col-border:after{
    content:"";
    background:#e6e6e6;
    width:1px;
    height:100%;
    position:absolute;
    right:15px;
    top:0;
}
 .footer_about_us .desc_info{
    color: #fff;
     font-size: 14px;
    line-height:24px;
}
 .footer_about_us .need_help{
    padding-left: 60px;
    margin-top: 30px;
    background: url(../image/icon-footer.png) 0 9px no-repeat;
}
 .footer_about_us .need_help p{
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size:1.6rem;
}
 .footer_about_us .need_help p.phone{
    font-size:2.2rem;
    font-weight: 600;
}
 .footer_about_us .need_help p i{
    font-size: 22px;
    color: #45ab49;
    margin-right: 15px;
}
 .footer-copyright {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
 .footer-copyright .links {
    float: left;
    padding: 15px 0;
}
 .footer-copyright .links > a {
    color: #222;
    margin-left: 30px;
    position: relative;
}
 .footer-copyright .links > a:before {
    content: "";
    height: 13px;
    background: #222;
    left: -15px;
    position: absolute;
    width: 1px;
    margin-top: -6.5px;
    top: 50%;
}
 .footer-copyright .links > a:first-child {
    margin: 0;
}
 .footer-copyright .links > a:first-child:before {
    display:none;
}
 .footer-copyright .links > a:hover {
    color: var(--link-hover-color);
}
 .footer-copyright .text-powered {
    margin: 0;
    color: #fff;
    display: inline-block;
}
 @media (max-width: 991px) {
     .footer-links .col{
        margin-bottom:25px;
    }
}
 @media (max-width: 768px) {
}
 @media (max-width: 767px) {
     .footer-copyright{
        text-align: center;
    }
     .footer-copyright .text-powered{
        float: none;
        display: inline-block;
        width: 100%;
    }
     .payment{
        float: none;
        display: inline-block;
    }
     .col-border:after{
        display: none;
    }
     .payment{
        text-align: center;
        margin-top:20px;
    }
}
 .footer-copyright .text-powered a {
    color:#fff;
}
 .footer-copyright .text-powered a:hover {
    text-decoration: underline;
}
 .footer-copyright > .container > .inner {
}
 .footer-custom-links {
    padding: 10px 0;
    list-style: none;
    margin: 0;
}
 .footer-custom-links li {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    position: relative;
}
 .footer-custom-links li:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #9e9fa0;
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -7px;
}
 .footer-custom-links li:last-child {
    margin: 0;
}
 .footer-custom-links li:last-child:after {
    opacity: 0;
}
 .alert{
    margin:0;
    padding:0.8rem 1.4rem;
    clear:both;
    font-size:1.4rem;
    line-height:2.6rem;
    border-radius:0;
    -webkit-border-radius:0;
    position:relative;
    z-index:9;
    text-align:center;
}
.alert-success {
    color: #000;
    background-color: #fec348;
    border-color: #fcba2f;
}
 .alert.alert-fix {
    width: 400px;
    padding: 30px;
    padding-right: 35px;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
}
 @media (max-width: 768px) {
     .social ul li{
        margin: 0 10px 10px 0;
    }
}
 @media (max-width: 767px) {
     .alert.alert-fix {
        width: 280px;
    }
}
 body .alert{
    margin-bottom:2rem;
}
 body .quickview-container .alert{
}
 .alert .close{
    position:absolute;
    top:35%;
    right:1rem;
    font-size:3.4rem;
    font-weight:bold;
    opacity:1;
    margin-top:-1.7rem;
}
 .alert.alert-fix .close {
    top: 0px;
    margin: 0;
    right: 0;
    width: 30px;
}
 .alert .close:hover, .alert .close:focus{
    color:var(--link-hover-color);
    text-decoration:none;
    cursor:pointer;
    background:transparent;
    opacity:1;
}
 .breadcrumbs{
    text-align:left;
    padding: 30px 0 0;
    position:relative;
	display: none;
}
 .breadcrumbs.has-image {
    position: relative;
    border: 0;
}
 .breadcrumbs.has-image > .container {
    position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    margin: auto;
}
 .breadcrumbs.has-image .container-inner {
    padding: 0;
}
 .breadcrumbs .container-inner {
}
 .breadcrumbs h1{
    font-size: 4.2rem;
    text-transform:capitalize;
    margin: 0;
    color:#ffffff;
    margin-bottom: 7px;
    display:none;
}
 .breadcrumbs .breadcrumb {
    margin-bottom: 0;
}
 .breadcrumb{
    margin:0;
    padding: 0;
    border:0;
    background: transparent;
}
 .breadcrumb i{
    font-size:1.5rem;
}
 .breadcrumb > li{
    position:relative;
    vertical-align:top;
}
 .breadcrumb > li + li:before{
    content:'\f3d3';
    color: #47494a;
    font-family: "Ionicons";
    margin: 0 9px;
}
 .breadcrumb > li > a{
    font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color:rgb(0 0 0 / 50%);
}

 @media (max-width: 1199px) {
     .breadcrumbs.has-image > .container {
        top: 10%;
    }
     .breadcrumbs.has-image .category-image .img-thumbnail {
        min-height: 25rem;
        object-fit: cover;
    }
}
 @media (max-width: 767px) {
     .breadcrumbs:after,.breadcrumbs:before{
        background: transparent;
    }
}
 .buttons{
    margin:1em 0;
    overflow:hidden;
}
 .btn{
    line-height: 25px;
    padding: 10px 30px;
    font-size: 1.4rem;
    font-weight: 600;
    border:0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    box-shadow: none;
    -webkit-box-shadow:none;
    text-transform: uppercase;
}
 .btn-default{
    line-height:25px;
    padding: 10px 30px;
    font-size: 1.4rem;
    font-weight: 600;
    border:0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    box-shadow:none;
    -webkit-box-shadow:none;
    text-transform: uppercase;
}
 .btn.focus, .btn:focus, .btn:hover,.btn-default:hover,.bootstrap-datetimepicker-widget td span:hover{
    color:#000;
    text-shadow:none;
    background-color:var(--link-hover-color);
}
 .btn-primary{
    color:#ffffff;
    text-shadow:none;
    background-color:var(--link-hover-color);
}
 .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]{
    background-color:#ff6c00;
    background-position:0;
}
 .btn-warning{
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#faa732;
    background-image:linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat:repeat-x;
    border-color:#f89406 #f89406 #ad6704;
}
 .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled]{
    box-shadow:inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
 .btn-danger{
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#da4f49;
    background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat:repeat-x;
    border-color:#bd362f #bd362f #802420;
}
 .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled]{
    box-shadow:inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
 .btn-success{
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#5bb75b;
    background-image:linear-gradient(to bottom, #62c462, #51a351);
    background-repeat:repeat-x;
    border-color:#51a351 #51a351 #387038;
}
 .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled]{
    box-shadow:inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
 .btn-info{
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#df5c39;
    background-image:linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat:repeat-x;
    border-color:#dc512c #dc512c #a2371a;
}
 .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled]{
    background-image:none;
    background-color:#df5c39;
}
 .btn-link{
    border-color:rgba(0, 0, 0, 0);
    cursor:pointer;
    color:var(--link-hover-color);
    border-radius:0;
}
 .btn-link:focus, .btn-link:hover{
    text-decoration:none;
    color:var(--link-hover-color);
}
 .btn-link, .btn-link:active, .btn-link[disabled]{
    background-color:rgba(0, 0, 0, 0);
    background-image:none;
    box-shadow:none;
}
 .btn-inverse{
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#363636;
    background-image:linear-gradient(to bottom, #444444, #222222);
    background-repeat:repeat-x;
    border-color:#222222 #222222 #000000;
}
 .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled]{
    background-color:#222222;
    background-image:linear-gradient(to bottom, #333333, #111111);
}
 .list-categories,.popular-tags{
    margin-bottom: 42px;
}
 .list-categories h3,.popular-tags .title h3{
    font-size: 1.8rem;
    font-weight:600;
    text-transform: capitalize;
    margin-top:0;
    padding-bottom:20px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
 .popular-tags .title h3:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: var(--link-hover-color);
}
 .list-categories .list-group-item{
    border:0;
    color: #555 !Important;
    line-height: 26px;
    text-transform:capitalize;
    background:transparent !important;
    margin:0;
    border: 0;
    border-radius: 0;
    padding: 6px 0;
}
 .list-categories .list-group-item:last-child {
    /* border: 0 !important;
     */
}
 .list-categories .list-group-item span{
    line-height: inherit;
}
 .list-categories .list-group-item span:before {
    content:"(";
}
 .list-categories .list-group-item span:after {
    content:")";
}
 .list-categories .list-group-item.child{
    position:relative;
    color: #888 !important;
    padding-left: 2rem;
}
 .list-categories .list-group-item.active, .list-categories .list-group-item.active:focus, .list-categories .list-group-item.active:hover, .list-categories .list-group-item:hover{
    background:none;
    color:var(--link-hover-color) !important;
    border-color: #ededed;
}
 .list-categories .list-group-item.active:before, .list-categories .list-group-item.active:focus:before, .list-categories .list-group-item.active:hover:before, .list-categories .list-group-item:hover:before{
    background:var(--link-hover-color);
}
 .list-categories .list-group-item.active span, .list-categories .list-group-item.active:focus span, .list-categories .list-group-item.active:hover span, .list-categories .list-group-item:hover span{
    /* background: var(--link-hover-color);
     */
    /* color: #fff;
     */
}
 .carousel-caption{
    color:#FFFFFF;
    text-shadow:0 1px 0 #000000;
}
 .carousel-control .icon-prev:before{
    content:'\f053';
    font-family:FontAwesome;
}
 .carousel-control .icon-next:before{
    content:'\f054';
    font-family:FontAwesome;
}
/*.col-order-inner{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
 .col-order-inner .list-categories{
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
}
 .col-order-inner .pt-filter{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
}
 .col-order-inner .static-sidebar{
    -webkit-box-ordinal-group:6;
    -ms-flex-order:6;
    -webkit-order:6;
    order:6;
}
 .col-order-inner .tt_product_module{
    -webkit-box-ordinal-group:3;
    -ms-flex-order:3;
    -webkit-order:3;
    order:3;
}
 .col-order-inner .popular-tags{
    -webkit-box-ordinal-group:5;
    -ms-flex-order:5;
    -webkit-order:5;
    order:5;
}
 */
 .layered-navigation-block{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:998;
    display:none;
}
 .ajax-loader{
    position:fixed;
    display:none;
    top:50%;
    left:50%;
    z-index:999;
    -moz-transform:translateY(-50%) translateX(-50%);
    -webkit-transform:translateY(-50%) translateX(-50%);
    -o-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
}
 #product-category{
    margin-top: 20px;
}
 .category-image {
    margin-bottom: 30px;
}
 .category-image .img-thumbnail{
    border-radius:0;
    -webkit-border-radius:0;
    border: 0;
    padding: 0;
    margin: 0;
}
 .show-sidebar i:first-child{
    position:fixed;
    top:20%;
    left:0;
    font-size:2rem;
    width:5rem;
    height:5rem;
    line-height:5rem;
    cursor:pointer;
    color:#333;
    text-align:center;
    z-index:120;
    border-top-right-radius:3.5rem;
    border-bottom-right-radius:3.5rem;
    -webkit-box-shadow:0 0 0.5rem rgba(0,0,0,.17);
    box-shadow:0 0 0.5rem rgba(0,0,0,.17);
    background-color:rgba(255,255,255,.9);
}
 .show-sidebar i:last-child{
    display:none;
}
 .show-sidebar.opened i:last-child{
    left:auto;
    top:1rem;
    right:1rem;
    border-radius:0;
    width:4rem;
    height:4rem;
    line-height:4rem;
    z-index:334;
    position:fixed;
    display:block;
    -webkit-box-shadow:0 0 0.5rem rgba(0,0,0,.17);
    box-shadow:0 0 0.5rem rgba(0,0,0,.17);
    background-color:#fff;
    color:#333;
    font-size:3rem;
    text-align:center;
    cursor:pointer;
}
 .show-sidebar i:hover{
    background:var(--link-hover-color) !important;
    color:#fff !important;
}
 .show-sidebar.opened:after{
    content:"";
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:300;
}
 .text-refine{
    font-size: 1.6rem;
    text-transform:uppercase;
    margin-top: 0;
}
 .product-category .tool-bar{
    margin-top: 20px;
}
 .tool-bar{
    margin-bottom: 25px;
}
 .tool-bar .form-group {
    margin-bottom: 10px;
}
 .tool-bar .form-group.input-group {
}
 .tool-bar-bottom{
    padding-top: 20px;
}
 @media (max-width: 479px) {
     .tool-bar {
        padding-left: 5px;
        padding-right: 5px;
    }
     .tool-bar .row {
        margin: 0 -5px;
    }
     .tool-bar .col-xs-6 {
        padding: 0 5px;
    }
}
 #grid-view,#list-view,.btn-group .btn-custom-view,.btn-group .btn-grid-view,.btn-group .btn-list-view{
    width: 48px;
    height: 48px;
    line-height: 26px;
    background:transparent;
    text-align:center;
    text-shadow:none;
    font-size:0;
	border: 1px solid rgb(12 12 12 / 10%);
	border-radius: 8px !important;
	box-shadow:none;
}
 .btn-group .btn-custom-view{
    margin: 0 5px 0 0 !important;
}
 #grid-view,.btn-group .btn-grid-view{
    margin-right:0.5rem;
    background:url(../image/grid_view.svg) center no-repeat;
}
 #grid-view.active,#grid-view:hover,.btn-group .btn-grid-view.active,.btn-group .btn-grid-view:hover{
    background:url(../image/grid_view_active.svg) center no-repeat;
	background-color: #fcbb31;
    border-color: transparent;
}
 .btn-custom-view.btn-list,#list-view,.btn-group .btn-list-view{
    background:url(../image/list_view.svg) center no-repeat;
}
 .btn-custom-view.btn-list.active,.btn-custom-view.btn-list:hover,#list-view.active,#list-view:hover,.btn-group .btn-list-view.active,.btn-group .btn-list-view:hover{
    background:url(../image/list_view_active.svg) center no-repeat;
	background-color: #fcbb31;
    border-color: transparent;
}
 .btn-custom-view.btn-grid-1{
    background:url(../image/bkg_grid1.png) center no-repeat;
}
 .btn-custom-view.btn-grid-1.active,.btn-custom-view.btn-grid-1:hover{
    background:url(../image/bkg_grid1_hover.png) center no-repeat;
}
 .btn-custom-view.btn-grid-2{
    background:url(../image/bkg_grid2.png) center no-repeat;
}
 .btn-custom-view.btn-grid-2.active,.btn-custom-view.btn-grid-2:hover{
    background:url(../image/bkg_grid2_hover.png) center no-repeat;
}
 .btn-custom-view.btn-grid-3{
    background:url(../image/grid_view.svg) center no-repeat;
}
 .btn-custom-view.btn-grid-3.active,.btn-custom-view.btn-grid-3:hover{
    background:url(../image/grid_view_active.svg) center no-repeat;
}
 .btn-custom-view.btn-grid-4{
    background:url(../image/bkg_grid4.png) center no-repeat;
}
 .btn-custom-view.btn-grid-4.active,.btn-custom-view.btn-grid-4:hover{
    background:url(../image/bkg_grid4_hover.png) center no-repeat;
}
 .btn-custom-view.btn-grid-5{
    background:url(../image/bkg_grid5.png) center no-repeat;
}
 .btn-custom-view.btn-grid-5.active,.btn-custom-view.btn-grid-5:hover{
    background:url(../image/bkg_grid5_hover.png) center no-repeat;
}
 .input-group .input-group-addon{
    background:none;
    font-size:1.4rem;
    height: 4rem;
    color: #5a5a5a;
    border:0;
    border-radius:0;
    -webkit-border-radius:0;
}
 .input-group .form-control{
    height:4.8rem;
    box-shadow:none;
    -webkit-box-shadow:none;
    color: #222;
    font-size:1.4rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
 .input-group .input-group-btn button {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
 #input-sort,#input-limit{
    width:auto;
	height: 48px;
    border: 1px solid rgb(12 12 12 / 10%);
    color: #908f8f;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 1.3rem;
    background: #fff;
    padding: 0 10px;
}
 .input-group-addon[for="input-sort"],.input-group-addon[for="input-limit"]{
    height: 26px;
    font-size: 1.4rem;
    color: #888888;
    padding: 0 5px 0 0;
}
 #compare-total{
    line-height: 26px;
    padding: 0;
    border:0;
    text-transform:capitalize;
    background:transparent !important;
    color: #1a2225;
    font-weight: 400;
    font-size: 1.4rem;
    word-break: break-all;
    width: 100%;
}
 #compare-total:hover{
    color:var(--link-hover-color);
    background:transparent;
}
 .pagination>li{
    margin-right: 10px;
    float:left;
}
 .pagination>li:last-child{
    margin-right:0;
}
 .pagination>li>a, .pagination>li>span{
    background: #f6f6f6;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 0;
    padding:0;
    width: 36px;
    height: 36px;
    line-height: 35px;
    text-align:center;
    color: #2b2d2f;
    font-size: 1.5rem;
    margin:0;
}
 .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
 .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background: var(--link-hover-color);
    color: #fff;
    border-color: var(--link-hover-color);
}
 .tool-bar-bottom div + div{
    line-height: 36px;
    /* margin:2rem 0;
     */
}
 .tool-bar-bottom .pagination {
    margin: 0;
    vertical-align: top;
}
 @media (min-width:768px){
}
 @media (max-width:767px){
}
 @media (max-width:767px){
	 .pagetitle{
		font-size: 24px;
		line-height: 33px;
	 }
    .tool-bar-bottom div div{
        text-align:center;
    }
     .tool-bar-bottom .pagination{
        margin-bottom:0;
    }
}
 .custom-category > .row {
	 display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.product-thumb{
	height:100%;
}

 .product-layout.product-grid{
    margin-bottom: 30px;
}
 .product-layout.product-grid .product-thumb .product-item {
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.related-module .tool-bar{
	margin:30px 0 0 0;
}
.related-module .tool-bar .rows{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
 .product-grid .product-description{
    display:none;
}
 .product-grid .product-thumb .product-item .caption{
    text-align: left;
}
 .product-grid .product-thumb .product-item .caption .box-cart{
    display:none;
}
 .product-list .product-thumb{
}
 .product-list .product-thumb .product-item .button-group button.button-cart{
    display: none;
}
 .product-list:first-child{
}
 .product-list:last-child{
}
 .product-list .product-thumb .product-item{
    margin-bottom: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: 20% 35% auto;
    border-radius: 8px;
}
 .product-list .product-thumb .product-item .image {
	border-radius: 8px;
    overflow: hidden;
	transform: scale(1.007);
}
 .product-list .product-thumb .product-item .image > .inner {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
 .product-list .product-thumb .product-item .caption{
    padding: 0 2rem 0 2.5rem;
    text-align: left;
    display: grid;
     align-items: center;
}
 .product-list .product-thumb .product-item .caption > .inner {
    /* display:grid;
     */
}
 .product-list .product-thumb .product-item .caption .button-cart {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 38px;
    padding: 0 20px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 30px;
}
 .product-list .product-thumb .product-item .caption h4 {
    order: 3;
}
 .product-list .product-thumb .product-item .caption h4 a {
    font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #0C0C0C;
}
 .product-list .product-thumb .product-item .caption .rating {
    order: 2;
    margin-top:1.7rem;
}
 .product-list .product-thumb .product-description{
    margin-top: 30px;
    margin-bottom:0;
    order: 4;
    font-size: 14px;
    color: #888;
    line-height: 24px;
}
 .product-list .product-thumb .product-item .caption .button-cart{
    line-height:48px;
    height: 48px;
    max-width:140px;
}
 .product-list .product-thumb .product-item .caption .button-cart:hover{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
 .product-list .product-thumb .product-item .caption .price {
    display:none;
}
 .product-list .product-thumb .product-item .manufacture-product{
    margin: 0;
    border-top: none;
    padding-top: 0;
}
 .product-list .product-thumb .product-item .caption .cart{
    position: static;
    opacity:1;
}
 .product-list .product-thumb .product-item .caption .price .price-old {
    font-size: 1.7rem;
}
 .product-list .product-thumb .box-list .button-group button{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
    width: auto;
    height: auto;
    color: #888;
    font-size: 1.4rem;
    line-height: 15px;
    background: transparent;
}
.product-list .attributes_list{
	margin-top:15px;
	padding:0;
	list-style:none;
}
.product-list .attributes_list li{
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #000000;
	margin-bottom:5px;
}
.product-list .attributes_list li:last-child{
	margin-bottom:0;
}
.product-list .attributes_list li span{
	font-weight: 500;
}
.product-list .product-thumb .box-list .button-group button:last-child{
    margin-right:0;
}
 .product-list .product-thumb .box-list .button-group button:hover{
    color:var(--link-hover-color);
}
 .product-list .product-thumb .box-list .button-group button.button-quickview{
    display:none;
}
 .product-list .product-thumb .button-group button span{
    display:inline-block;
    font-size:15px;
}
 .product-list .product-thumb .product-item .button-group button:before{
    margin-right: 5px;
}
 .rating .fa-stack{
    font-size:0.8rem;
}
 .rating .fa-star-o{
    color:#999;
    font-size:1.5rem;
}
 .rating .fa-star{
    color:#FC0;
    font-size:1.5rem;
}
 .rating .fa-star + .fa-star-o{
}
 h2.price{
    margin:0;
}
 .price{
    color: #0C0C0C;
    font-weight: 700;
    margin:0;
    font-size: 1.6rem;
    line-height: 22px;
}
 .price .price-tax{
    display:none;
}
 .price .price-new {
    color: #eb2606;
}
 .price .price-old{
    margin-right: 10px;
    float:left;
    text-decoration: line-through;
}
 .price-tax{
    color:#b3b3b3;
    font-size:1.2rem;
    display:block;
}
 .thumbnails{
    overflow:auto;
    clear:both;
    list-style:none;
    padding:0;
    margin:0;
}
.thumbnails.list{
	display:flex;
	align-items:center;
	margin-bottom:16px;
}
 .thumbnails > img{
    width:100%;
}
.thumbnails .thumbnail{
	border: none;
    padding: 0;
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
}
.thumbnails.list .image-additional{
    margin-right:8px;	
}
.thumbnails.list .image-additional .thumbnail{
	border-radius:0;
	border: 1px solid #E5E5E5;
}
 #product-product .product-details > .row {
    position:relative;
}
 .product-details {
    position: relative;
	border: 1px solid #E5E5E5;
    border-radius: 8px;
    overflow: hidden;
}
 .product-image-details{
}
 .product-image-details .swiper-viewport{
    margin: 0 -10px;
}
 .product-image-details .swiper-slide{
    padding: 1px 10px;
    text-align: center;
}
 .product-image-details .cloud-zoom-gallery{
    /* opacity: 0.3;
     */
}
 .product-image-details .cloud-zoom-gallery {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
    padding:1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
 .product-image-details .cloud-zoom-gallery img {
    border-radius: 0;
    -webkit-border-radius: 0;
}
 .product-image-details .img-active .cloud-zoom-gallery:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 1px solid #dbdbdb;
    opacity: 0;
}
 .product-image-details .img-active .cloud-zoom-gallery,.product-image-details .cloud-zoom-gallery:hover {
    border-color: var(--link-hover-color);
}
 .product-info-details{
    text-align:left;
}
 .product-info-details .rating .icon-ratings {
}
 .product-info-details .text-countdown {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
}
 .product-info-details .countdown-box {
    overflow: hidden;
}
 .product-info-details .countdown-box > .inner {
    float: left;
}
 .product-info-details .countdown-box .box {
    /*! margin-right: 2.8rem;
     */
}
 .product-info-details .countdown-box .box:last-child {
    margin: 0;
}
 #product-product .product-info-details > .inner {
	padding: 25px 15px 0 10px;
}
 #quickview-content .product-info-details {
    max-height: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}
 .product-info-details .manufacture-product{
    margin-bottom:0.2rem;
}
 .product-info-details .manufacture-product a{
    font-size:1.2rem;
    color:#929292;
}
 .product-info-details .manufacture-product a:hover{
    color:var(--link-hover-color);
}
 .product-info-details .product-tags{
    margin-bottom: 2.3rem;
    clear: both;
    color: var(--heading-color);
    font-weight: 600;
    margin-top: 5px;
}
 .product-info-details .product-tags a {
    color: var(--main-color);
    font-weight: 400;
    )
}
 .product-info-details .product-tags a:first-child {
    margin-left: 10px;
}
 .product-info-details .product-tags a:hover{
    color:var(--link-hover-color);
}
 .product-info-details h1{
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
	color:#0C0C0C;
}
 .product-info-details h1 a{
    color:#292929;
}
 .product-info-details h1 a:hover{
    color:var(--link-hover-color);
}
 .product-info-details .rating{
    margin-bottom: 20px;
}

 .product-info-details .price .price-old{
    font-size: 2rem;
}
 .product-info-details ul.list-unstyled{
    margin: 20px 0;
    margin-bottom: 16px;
    font-weight: 600;
    color: var(--heading-color);
}
 .product-info-details ul.list-unstyled li {
    line-height: 19px;
    padding: 5px 0;
	color:#000;
	font-size: 14px;
	font-weight:700;
}
 .product-info-details ul.list-unstyled li span,.product-info-details ul.list-unstyled li a{
    font-weight: 500;
    margin-left: 10px;
}
 .product-info-details ul.list-unstyled li a{
    color:var(--link-hover-color);
}
 .product-info-details ul.list-unstyled li a:hover{
    text-decoration:underline;
}
 .product-info-details #product .form-group {
    display: flex;
    width: 100%;
	justify-content: flex-end;
	flex-wrap:wrap;
}
 .product-info-details #product .form-group .control-label{
    text-transform:capitalize;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--heading-color);
}

 .product-info-details #product .form-group .control-label[for="input-quantity"]{
    line-height: 48px;
    float:left;
    margin: 5px;
    margin-left:0;
}

 .product-info-details #button-cart{
    color: #0C0C0C;
    cursor: pointer;
    background: linear-gradient( 269.51deg , rgb(251 179 28 / 70%) -26.07%, rgb(255 205 99 / 70%) 112.49%);
    border-radius: 8px;
    border: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.product-info-details .box-price{
	display: flex;
    align-items: center;
    background: rgb(254 213 127 / 50%);
    border-radius: 8px;
    margin: 0;
    justify-content: space-between;
    padding-left: 15px;
    width: 100%;
	max-width: 225px;
	height:48px;
}
.product-info-details .box-quantity{
	max-width:50%;
}
 #quickview-content .product-info-details #button-cart {
    min-width: 280px;
}
 .product-info-details button#button-cart:hover{
    background: linear-gradient(269.51deg, #fbb31c -26.07%, #ffcd63 112.49%);
}
 .product-info-details #product .btn-group{
    margin-top: 0;
    overflow: hidden;
    clear: left;
    display: block;
}
 .product-info-details #product .btn-group button{
    padding:0;
    line-height: 30px;
    text-align:center;
    background: #fff;
    color: var(--link-color);
    text-transform:capitalize;
    box-shadow:none;
    -webkit-box-shadow:none;
    margin: 6px 0;
    margin-right: 30px;
    font-size: 1.4rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: 400;
    margin-left: 1px;
}
 .product-info-details #product .btn-group button:last-child{
    margin-right:0;
}
 .product-info-details #product .btn-group button:hover{
    color: var(--link-hover-color);
}
 .product-info-details #product .btn-group button:before{
    display:inline-block;
    vertical-align:top;
    line-height:inherit;
    font-size: 1.6rem;
    content: "\e08a";
    font-family: 'Simple-Line-Icons';
    margin-right: 7px;
}
 .product-info-details #product .btn-group button.btn-compare:before{
    content: "\e059";
}
 .product-info-details #product .alert{
    margin-bottom: 20px;
}
 .product-info-details-more{
    margin-top: var(--rowspace);
    position:relative;
}
 .product-info-details-more .inner {
    /* background: #fff;
     */
    /* padding: 5rem 2rem 3rem 2rem;
     */
}
 .product-info-details-more .nav-tabs{
    border:0;
    margin:0;
    text-align: center;
    border: 0;
}
 .product-info-details-more .nav-tabs>li{
    margin:0;
    position:relative;
    float:none;
    display:inline-block;
    vertical-align:top;
    margin-right: 30px;
}
 .product-info-details-more .nav-tabs>li:after{
    content:"";
    width:100%;
    height: 2px;
    background:var(--link-hover-color);
    position:absolute;
    left:0;
    bottom: -1px;
    opacity:0;
}
 .product-info-details-more .nav-tabs>li.active:after{
    opacity: 1;
}
 .product-info-details-more .nav-tabs>li:last-child {
    margin: 0;
}
 .product-info-details-more .nav-tabs>li>a{
    padding: 0 0 15px 0;
    line-height: 1;
    font-size: 2rem;
    text-transform: capitalize;
    border:0;
    font-weight: 400;
    background: transparent;
    margin:0;
    color: #888888;
    border-radius:0;
    -webkit-border-radius:0;
}
 .product-info-details-more .nav-tabs>li>a:hover,.product-info-details-more .nav-tabs>li.active>a,.product-info-details-more .nav-tabs>li.active>a:focus,.product-info-details-more .nav-tabs>li.active>a:hover{
    border:0;
    background:transparent;
    color: #1d1d1d;
}
 .product-info-details-more .nav-tabs>li.active>a,.product-info-details-more .nav-tabs>li.active>a:focus{
    font-weight: 700;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}
 .product-info-details-more .tab-content{
    padding: 30px;
    line-height: 24px;
    border-radius: 0;
    color: #69696c;
    font-size:14px;
    border: 1px solid #ebebeb;
}
 .related-products {
}
 .container{
    width: 100%;
}
 .fluid-width > .container{
    width:auto;
    max-width: 1770px;
}
 @media (max-width: 1800px) {
     .fluid-width .swiper-viewport .swiper-button-next {
        right: 0 !Important;
    }
     .fluid-width .swiper-viewport .swiper-button-prev {
        left: 0 !Important;
    }
}
 @media (max-width: 1366px){
     .container{
        padding-left:30px;
        padding-right:30px;
    }
}
 @media (max-width: 640px){
     .container{
        padding-left:15px;
        padding-right:15px;
    }
	#input-sort, #input-limit{
		font-size:11.5px !important;
	}
}
 @media (min-width: 1440px){
     .container{
        width: 1440px;
    }
}
 @media (min-width:992px) and (max-width:1199px){
    .scroll-fixed > .container{
        width:100%;
    }
}
 @media (min-width:992px){
    .layer-category #column-left,.layer-category #column-right{
        display:block !important;
		position:sticky;
		position: -webkit-sticky;
		top:85px;
		z-index: 10;
		height: 515px;
    }
}
 @media (max-width:991px){
     .footer-copyright .links {
        float: none;
        text-align: center;
        padding: 10px 0;
    }
     .payment {
    }
     .payment img {
        margin: auto;
    }
     .layer-category #column-left,.layer-category #column-right{
        position:fixed;
        left:0;
        top:0;
        width:88%;
        height:100%;
        max-width:37.5rem;
        z-index:555;
        overflow:auto;
        background:#fff;
        padding:2rem;
        display:none;
    }
	#column-left .pt-menu.vertical-menu{
		display: block !important;
	}
     .layer-category #content{
        width:100%;
    }
     .footer-links .inner{
        padding-top:37px;
        padding-bottom:15px;
    }
     .footer-links .col:nth-child(3),.footer-links .col:nth-child(5){
        clear: left;
    }
     .product-info-details-more {
        margin-top: 4rem;
    }
     .newsletter-popup{
        display:none !Important;
    }
     .product-info-details #product .btn-group {
        float:left;
    }
     :root {
        --rowspace:30px;
    }
}
 @media (min-width:768px) and (max-width:991px){
    #search-by-category .search-ajax{
        width:60%;
    }
}
 @media (max-width:767px){
     .image-content {
        /*! margin-top: 3rem;
         */
    }
     #product-category .img-thumbnail{
        margin-bottom:1rem;
    }
     .additional-button-prev, .additional-button-next{
        display:none;
    }
     .mousetrap{
        max-width:100%;
        max-height:100%;
    }
     #cloud-zoom-big{
        display:none !important;
    }
     .nivo-directionNav a{
        display:none;
    }
     .ajax-body-login .account-login, .ajax-body-login .account-register{
        width:90%;
    }
     .product-info-details{
        position:relative;
        padding:0 1.5rem;
        margin-top:3rem;
        top:auto;
        right:auto;
        bottom:auto;
    }
     .swiper-button-next, .swiper-button-prev{
        display:none;
    }
	.testimonial-module .swiper-button-next, .testimonial-module .swiper-button-prev{
        display:flex;
    }
     .footer-copyright .inner {
        flex-direction: column;
    }
     .footer-links .col {
        margin: 0;
    }
     .custom-category > .row {
        margin: 0 -7.5px;
    }
     .custom-category > .row > .product-items {
        padding: 0 7.5px;
    }
}
 @media (max-width: 567px) {
     .product-info-details-more .nav-tabs {
        text-align: center;
    }
     .product-info-details-more .nav-tabs > li {
        display: block;
        margin: 0;
    }
     .product-info-details-more .nav-tabs > li > a {
        padding: 1rem 0;
    }
     .product-list .product-thumb .product-item{
        display: inline-block;
    }
     .product-list .product-thumb .product-item .caption {
        padding: 0 0 2rem 0;
    }
     .product-list .product-thumb .button-group{
        text-align:left;
    }
	.product-info-details .price{
		font-size: 14px;
		line-height: 20px;
	}
	#product-product #column-left{
		display:none;
	}
	.about .description p{
		font-size: 14px;
		line-height: 19px;
	}
	.about_cont{
		box-shadow:none;
		padding: 60px 0;
	}
	.about_cont .cont_wrap{
		margin-bottom:20px;
	}
	.row.about .title{
		font-size: 24px;
		line-height: 33px;
	}
	.row.advantages{
		margin-top:0;
		flex-direction: column;
	}
	.advanages__item{
		margin-bottom:15px;
		padding:35px;
	}
}
 @media (max-width:479px){
     .footer-copyright .row {
        flex-wrap: wrap;
        text-align: center;
    }
     .product-list .product-thumb .product-item .image {
        float:none;
        width: 100%;
    }
     .product-list .product-thumb .product-item .caption{
        padding: 30px 15px;
        width: 100%;
    }
}
 @media (min-width:1200px){
    #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1){
        clear:left;
    }
}
 @media (max-width:1199px) and (min-width:992px){
    #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1){
        clear:left;
    }
}
 @media (max-width:991px) and (min-width:768px){
    #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1){
        clear:left;
    }
}
 @media (max-width:767px) and (min-width:480px){
    #content .col-xs-6:nth-child(2n+1){
        clear:left;
    }
     #content .col-xs-4:nth-child(3n+1){
        clear:left;
    }
}
 @media (max-width:479px) and (min-width:360px){
     #content .col-xs-6:nth-child(2n+1),#content .product-items.col-xs-4:nth-child(2n+1){
        clear:left;
    }
     #content .product-items.col-xs-4{
        width:50%;
    }
}
 @media (max-width:359px) and (min-width:0px){
     #content .product-items.col-xs-6{
        width:100%;
    }
}
 .col-sm-9 .btn-grid-5{
    display:none;
}
 @media (min-width:480px){
    .btn-grid-1{
        display:none;
    }
}
 @media (max-width:1199px){
    .btn-grid-4{
        display:none;
    }
}
 @media (max-width:767px){
    .btn-grid-3{
        display:none;
    }
}
 @media (max-width:479px){
    .btn-grid-3{
        display:none;
    }
}
 @media (max-width:359px){
    .btn-grid-2{
        display:none;
    }
}
 @media (min-width:768px){
    #column-left .product-layout .col-md-3{
        width:100%;
    }
     #column-left + #content .product-layout .col-md-3{
        width:50%;
    }
     #column-left + #content + #column-right .product-layout .col-md-3{
        width:100%;
    }
     #content + #column-right .product-layout .col-md-3{
        width:100%;
    }
}
 #column-left .product-layout, #column-right .product-layout{
    width:100%;
}
 .input-group .form-control[name^=quantity]{
    min-width:50px;
}
 .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled]{
    background-image:none;
    background-color:#df5c39;
}
 .mfp-wrap button{
    background:transparent !Important;
}
 .bootstrap-datetimepicker-widget td span:hover {
    background: transparent !Important;
    color: inherit;
}
 #button-search{
    margin-bottom:3rem;
}
 @media(max-width:374px){
    #checkout-cart .buttons > div{
        float:none !important;
        margin-top:1rem;
        text-align:right;
    }
}
 #information-contact .img-thumbnail{
    border:0;
}
 .map_form{
    display: grid;
     grid-template-columns: 1fr 2fr;
}
 .map_form .form{
    background: #FFFFFF;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding:45px;
	min-height:525px;
}
 .form__title{
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0C0C0C;
    margin-bottom:25px;
}
 .form__content input, .form__content textarea{
    border: 1px solid #E5E5E5;
    border-radius: 8px;
     padding:13px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: rgb(12 12 12 / 50%);
     width:100%;
}
 .form__content button{
    background: linear-gradient(269.51deg, #FBB31C -26.07%, #FFCD63 112.49%);
    border-radius: 8px;
    width:100%;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #0C0C0C;
    border:none;
     margin-top:25px;
}
.cart__item{
	background: #FDFDFD;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 8px;
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom:25px;
}
.cart__item-img{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	align-items: baseline;
}
.cart__item-input{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding:15px;
]}
.cart__item-imgwrapper{
	margin-right:25px;
	display: flex;
    align-items: center;
}
.cart__item-text{
	margin-left:15px;
	padding-right: 15px;
}
.cart__item .btn{
	font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #BE8100;
    border: none;
    background: transparent;
    height: auto;
    display: block;
    border-radius: 0;
    text-transform: lowercase;
    text-shadow: none;
    padding: 15px 0 15px 58px;
}
.cart__item .btn:hover{
	background: transparent;
    border: none;
    color: #BE8100;
    box-shadow: none;
}
.cart__item-imgwrapper img{
	border:none;
	padding: 0;
    border-radius: 8px;
	min-width: 170px;
}
.cart__item-text a{
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	letter-spacing: 0.01em;
	color: #0C0C0C;
}
.cart__item-text ul{
	padding: 0;
    margin: 15px 0;
    list-style: none;
}
.cart__item-text ul li{
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #0C0C0C;
	margin-bottom:5px;	
}
.cart__item-text ul li:last-child{
	margin-bottom:0;
}
.cart__item-text ul li span{
	font-weight: 400;
}
.cart__item-total{
	display: flex;
    align-items: center;
    background: rgb(254 213 127 / 50%);
    border-radius: 8px;
    margin: 0;
    justify-content: space-between;
    height: 48px;
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #0C0C0C;
}
@media(max-width:991px){
	.map_form {
		grid-template-columns: 1fr 1fr;
	}
}
@media(max-width:768px){
	.form__title{
		font-size: 20px;
		line-height: 27px;
	}
	.map_form .form{
		padding:30px 15px 15px 15px;
	}
	#cartform .table-responsive{
		border:none;
	}
	#product-product .product-info-details > .inner{
		display: flex;
		flex-direction: column;
	}
	.thumbnails.list{
		order:0;
	}
	
}
@media(max-width:600px){
	.map_form {
		grid-template-columns: unset;
		grid-template-rows: 1fr 1fr;
	}
	.cart__item-img{
		margin-bottom:25px;
		width: 100%;
	}
	.cart__item-imgwrapper{
		width: 100%;
		margin:0;
	}
	.cart__item-input{
		width:100%;
		justify-content:space-between;
	}
	#checkout-cart .buttons{
		display:flex;
		flex-wrap:wrap;
	}
	#checkout-cart .buttons>div{
		width:100%;
		margin-bottom:25px;
	}
	#checkout-cart button[type="submit"]{
		width:100%;
	}
	#checkout-cart table{
		margin-top:25px;
	}
	.product-info-details .box-price, .product-list .product-item .box-list .box-cart-list, .product-list .product-item .box-list .box-quantity{
		max-width:50%;
	}
}
input.input_error, textarea.input_error{
	border:1px solid red;
}
input.valid, textarea.valid{
	border:1px solid green;
}
div.input_error{
	color:red;
	color:red;
}
.form__content .success, .form__content .error{
	text-align: center;
    font-weight: 500;
    font-size: 14px;
}
.form__content .success{
	color:green;
}
.form__content .error{
	color:red;
}