* {
    font-family: adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
    font-weight: 400;
}

.header--1 {
   box-shadow: 0 1px 5px 0px rgba(0,0,0,.16);
   position: relative;
}

#footer {
    padding: 0;
    color: #666;
    position: relative;
    z-index: 1;
    background: #efefef;
    display: block;
}

#footer .footer-container {
    margin: 0;
    padding: 0;
    overflow: visible;
    box-shadow: none;
}

#footer .footer-container .footer_top {
    position: relative;
    padding: 60px 0;
}

#footer .footer-container .footer_block {
    margin-bottom: 0;
}

@media (min-width: 992px) {

#footer {
    overflow: hidden;
}

#footer .row .col-md-4:first-child:before {
    content: "";
    position: absolute;
    left: -9999em;
    top: -9999em;
    bottom: -9999em;
    right: 15px;
    background: #f6f6f6;
    z-index: -1;
    pointer-events: none;
}
}

#footer .footer-container .footer_about_us {
    max-width: 400px;
}

#footer .footer-container .footer_about_us .logo_footer {
    margin-bottom: 15px;
}

#footer .footer-container .footer_about_us .desc_info {
    line-height: 24px;
    color: #666;
    font-size: 14px;
}

#footer p {
    line-height: 24px;
}

#footer .footer-container .footer_about_us .need_help {
    margin-top: 30px;
    background: url(../img/call.png);
    padding-left: 60px;
    padding-bottom: 5px;
	background-repeat: no-repeat;
    background-size: initial;
}

#footer .footer-container .footer_about_us .need_help p {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#footer .footer-container .footer_about_us .need_help .phone {
    font-size: 22px;
    font-weight: 600;
    color: #288ac7;
    margin: 0;
}

.social_follow {
    position: relative;
    font-size: 0;
    margin-top: 30px;
}

.social_follow li {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 36px;
    background-image: none!important;
    padding: 0;
}

.social_follow li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 0;
    padding: 0;
    line-height: 36px;
    width: 36px;
    height: 36px;
    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;
    cursor: pointer;
}

.social_follow li a .fa {
    font-size: x-large;
}

#footer .footer-container .footer_block h3 {
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    color: #253237;
    border-bottom: 1px solid #e3e3e3;
}

#footer .footer-container .footer_block h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
	background: #278ac7;
}

@media (min-width: 768px) {
.hidden-md-up {
    display: none!important;
}
}

.float-xs-right {
    float: right!important;
}

#footer .footer-container .footer_block .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 0;
    width: auto;
    height: auto;
    color: #253237;
}

.navbar-toggler {
    width: 2.5em;
    height: 2em;
    padding: .5rem .75rem;
    font-size: .9375rem;
    line-height: 1;
    background: transparent no-repeat 50%;
    background-size: 24px 24px;
    border: 1px solid transparent;
    border-radius: 0;
}

#footer .footer-container .footer_block .footer_list {
    margin-bottom: 0;
    background: none;
}

.links .collapse {
    display: inherit;
}

#footer .footer-container .footer_block .footer_list>li, #footer .footer-container .footer_block .footer_list>ul>li {
    display: block;
    margin: 0;
    line-height: 1;
    border: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 10px;
}

#footer .footer-container .footer_block .footer_list>li a, #footer .footer-container .footer_block .footer_list>ul>li a {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    display: block;
    text-transform: capitalize;
    color: #666;
    margin-bottom: 0;
    display: block;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#footer .footer-container .img_app {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    display: flex;
    z-index: 1;
}

#footer .footer-container .img_app a {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

#footer .footer-container .img_app a:last-child {
    margin: 0;
}

.ft_newsletter {
    padding-bottom: 95px;
}

.ft_newsletter form {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.ft_newsletter form .btn {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: capitalize;
    font-size: 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background: #253237;
    border: 0;
    box-shadow: none;
    padding: 0 20px;
    line-height: 47px;
    height: 47px;
    border-radius: 0 30px 30px 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;
}

.ft_newsletter form .input-wrapper input {
    height: 47px;
    background: #fff;
    border: 0;
    color: #b1b1b1;
    padding: 10px 120px 10px 10px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.clearfix {
    clear: both;
}

#footer .footer-container .footer_bottom {
    padding-bottom: 60px;
}

#footer .footer-container .footer_bottom .copyright {
    color: #666;
    font-size: 14px;
}

#footer .footer-container .footer_bottom .copyright a {
    color: #253237;
}

ol, ul, dl {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer .footer-container .footer_block .footer_list>li a:hover, #footer .footer-container .footer_block .footer_list>ul>li a:hover {
    padding-left: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.col_form {
	padding:0px;
}


@media (min-width: 1200px) {
.footer-container .container {
    width: 1440px;
    max-width: 100%;
    min-width: 1440px;
}
}

@media (max-width: 991px) and (min-width: 768px) {
#footer .footer-container .footer_block:nth-child(2n+1) {
    clear: both;
}

#footer .footer-container .footer_block {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%; }
}
@media (max-width: 991px) {
#footer .footer-container .footer_block {
    margin-bottom: 15px;
}

.container {
    max-width: 100%;
    min-width: 100%;
}
}

@media (max-width: 767px) {
.footer-container .links ul>li a {
    color: #232323; }

.hidden-sm-down {
    display: none!important;
}

#footer .footer-container .footer_block .title {
    padding: 0;
    border: none;
    cursor: pointer;
}

.links .collapse {
    display: none;
}

#footer .footer-container .footer_block .footer_list {
    margin-bottom: 20px;
}

.links .collapse.show {
    display: block;
}

.links .title .collapse-icons .remove, .links .title[aria-expanded=true] .collapse-icons .add {
    display: none;
}

.links .title[aria-expanded=true] .collapse-icons .remove {
    display: block;
}

#footer .footer-container .footer_top {
    padding: 30px 0 0;
}

.ft_newsletter {
    padding-bottom: 60px;
}

}

@media (min-width: 1200px) {
.header .ps-container {
    /*width: 1440px;
    max-width: 100%;
    min-width: 1440px;
	padding: 0px;*/
}
}

.header .header__top {
    padding: 8px 0;
    background-color: #fbfbfb;
    border-bottom: 1px solid rgba(142, 142, 142, 0.1);
}

.header .header__left {
    max-width: 160px;
}

.header__center {
	padding-left: 45px;
}

.ps-block--user-header .ps-block__right a:hover, .ps-block--user-header:hover a {
    color: #278ac7;
}

.header .header__extra:hover i {
    color: #278ac7;
}

.ps-block--user-header:hover i {
	color: #278ac7;
}

.ps-block--user-header .ps-block__right a {
    font-weight: 500;
    line-height: 16px;
}

.header-search {
    padding: 10px 15px;
    position: absolute;
    color: #666666;
    background-color: rgb(225, 225, 225);
    border-radius: 0px 24px 24px 0px;
    right: 0;
}

.ps-form--quick-search .form-control {
    padding-right: 50px;
	background-color: #efefef;
    border: none;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    outline: none;
    width: 100%;
	border-radius: 24px;
}

.header .header__right {
    max-width: 355px;
}

.ps-block--user-header .ps-block__left i {
    color: #666666;
}

.ps-block--user-header .ps-block__right {
    color: #253237;
}

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

.header.header--sticky .header__left .ps-logo {
     display: block;
}

.header__center {
	position: relative;
}

.no-after:after {
	display: none;
}

.navigation__extra > li {
    margin-right: 10px;
}

.navigation {
    background-color: #fbfbfb;
}

.ps-block--user-header:last-child {
    margin-right: 0px;
}

.header .header__top {
    background-color: #ffffff;
}

.menu > li > a {
    padding: 15px 15px;
}

.menu--dropdown > li:hover {
    background-color: #efefef;
}

.after-arrow:after {
	content: "\f061" !important;
    width: 0 !important;
    right: 8px !important;
    top: 65% !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 8px;
    color: #ed1f30;
}

a:hover {
    color: #ed1f30;
}

.menu > li.menu-item-has-children > a:before {
    background-color: #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.header--mobile .navigation--mobile {
    background: #fbfbfb;
	padding: 5px 10px;
}

.ps-panel--sidebar.active#cart-mobile {
	right:0;
	left:auto;
	-webkit-transform: translateX(0);
    transform: translateX(0);
}

#cart-mobile {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    overflow-y: auto;
    z-index: 10001;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.offer-tag {
	padding: 5px;
    vertical-align: sub;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #9E9E9E;
    color: #E91E63;
    font-size: 10px;
}

.offer-content {
	font-size: 11px;
    line-height: 1.5;
    color: #666;
}

.Coupon {
	cursor: pointer;
    border: 1px dashed #ff5722;
    border-radius: 4px;
    font-weight: 600;
    white-space: nowrap;
    user-select: none;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    background-color: rgba(255, 87, 34, 0.1);
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 6px;
}

.ps-cart--mobile .ps-cart__content {
    padding: 5px 0px 0;
    min-height: calc(100vh - 152px);
    background: #efefef;
    margin: 0px 5px;
}

.ps-cart--mobile {
	background: #efefef;
}

.ps-cart--mobile .ps-cart__footer {
    padding: 8px 10px;
    border-top: unset;
    background: #fff;
}

.cart-product-list {
	background: #fff;
    padding: 10px;
    border-radius: 10px;
	margin-bottom: 10px;
}

.ps-panel--sidebar .ps-panel__header {
    background-color: #278ac7;
}

.ps-cart--mobile .ps-btn, .ps-cart--mobile .ps-btn:hover {
    background-color: rgb(51, 150, 21);
    border-color: rgb(51, 150, 21);
	color:#fff;
}

/*cart+-*/
.qty {
    position: absolute;
    cursor: pointer;
    margin: 0px auto;
    padding: 0px;
    line-height: 35px;
    font-size: 16px;
    color: rgb(117, 117, 117);
    font-weight: 600;
    z-index: 100;
    background-color: #fff;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    border: 1px solid #e9eaec;
    margin-top: 8px;
    text-align: left;
    background: #c5f948;
}

.qty .count {
        display: inline-block;
    vertical-align: top;
    min-width: 25px;
    text-align: center;
    position: relative;
    cursor: pointer;
    height: 35px;
    width: 35px;
    padding: 0px;
    line-height: 35px;
    font-size: 16px;
    color: rgb(117, 117, 117);
    font-weight: 600;
    z-index: 100;
    background-color: transparent;
    margin: 0 -1px;
}
.qty .plus {
    display: inline-block;
    vertical-align: top;
    color: #182338;
    background-clip: padding-box;
    font: 18px/1 Arial,sans-serif;
    text-align: center;
    line-height: 1;
	position: relative;
    cursor: pointer;
    height: 35px;
    width: 35px;
    margin: 0px auto;
    padding: 0px;
    line-height: 35px;
    font-size: 16px;
    color: rgb(117, 117, 117);
    font-weight: 600;
    z-index: 100;
    }
.qty .minus {
    display: inline-block;
    vertical-align: top;
    color: #182338;
    background-clip: padding-box;
    font: 18px/1 Arial,sans-serif;
    text-align: center;
    line-height: 0.8;
	position: relative;
    cursor: pointer;
    height: 35px;
    width: 35px;
    margin: 0px auto;
    padding: 0px;
    line-height: 35px;
    font-size: 16px;
    color: rgb(117, 117, 117);
    font-weight: 600;
    z-index: 100;
}
.qty div {
    text-align: center;
}

.qty span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.qty input{
    border: 0;
    width: 2%;
}
.qty nput::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.open-box {
	position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    box-shadow: rgb(187, 187, 187) 0px 0px 5px;
    flex-direction: column;
    width: auto;
}

.open {
	position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    width: auto;
}

/*cart+-*/

.p-relative {
	position:relative;
}

.ps-category img {
	width:100%;
    transition: .3s;
}

.ps-category::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
	    z-index: 9;
}

.ps-category:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear;
}

#homepage-1 .ps-product .ps-product__price {
    display: flow-root;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #669900;
	margin-bottom: 2px;
}

#homepage-1 .ps-product .ps-product__price span {
	font-weight:600;
}

#homepage-1 .ps-product .ps-product__price del {
    margin-left: 0 !important;
    font-weight: 400;
	font-size: 14px;
}

.ps-product .ps-product__title:hover {
    color: #278ac7;
}

.ps-product .ps-product__badge {
    font-size: 10px;
    padding: 5px 7px;
    left: 0;
    right: auto;
}

.ps-product .fav-badge {
	    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 50%;
    background-color: #278ac7;
}

.offr-sec {
	display: flow-root;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	    text-align: left;
		margin-bottom: 5px;
}

.ps-product_name, .ps-product_name:hover {
	    margin: 0;
    display: block;
    padding: 0 0 5px;
    font-size: 16px;
    line-height: 1.2em;
    color: #000;
    --max-lines: 2;
    overflow: hidden;
    padding-right: 1rem;
	    text-overflow: ellipsis;
    white-space: nowrap;
	    text-align: left;
}

.offr-sec i {
	font-size: 20px;
    color: #ed1f30;
}

.cart-product-lists {
	background: #ed1f30;
    border: none;
}

.cart-product-lists .cart-btn1 {
	margin: 0;
    padding: 6px;
    text-align: center;
    color: #fff;
}

.cart-product-lists p span {
	float: right;
    border: 1px solid;
    padding: 0px 6px;
	font-size: 18px;
}

.cart-product-lists p span:hover {
    float: right;
    border: 1px solid #fff;
    padding: 0px 6px;
    background: #fff;
    color: #ed1f30;
    font-size: 18px;
}

.cart-product-lists .minus, .cart-product-lists .plus, .cart-product-lists .count {
	color: #fff;
    height: 30px;
    line-height: 20px;
    display: inline-block;
    padding: 6px;
}

.cart-product-lists .minus {
	width:15%;
}

.cart-product-lists .plus {
	width:15%;
}

.cart-product-lists .count {
	width:65%;
	font-size: 12px;
}

.close-qty {
	float: right;
    border-left: 1px solid;
    padding: 5px 12px;
    font-size: 12px;
    color: #fff;
}

.ps-product.ps-product--inner {
    padding: 5px;
}

.ps-block--products-of-category .ps-block__product-box > * {
    max-width: 25%;
}

.ps-block--products-of-category {
    margin-bottom: 0px;
}

.qty_input_select select {
	    width: 100%;
    padding: 5px;
    border: 1px dotted #e9eaec;
    background: #fbfbfb;
	    color: #777;
}

@media (max-width: 767px) {
.ps-block--products-of-category .ps-block__product-box > * {
    max-width: 50%;
    flex-basis: 50%;
}

.ps-top-categories h3 {
    margin-bottom: 10px;
    font-size: 17px;
}

.ps-block--countdown-deal .ps-block__left {
    margin-bottom: 0px;
}

.ps-block--countdown-deal .ps-block__left h3 {
    margin-right: 0;
    font-size: 17px;
	color: #253237;
    font-weight: 600;
    padding-bottom: 3px;
}

.ps-cart--mobile .ps-cart__content {
    min-height: calc(100vh - 225px);
}

.ps-block--categories-tabs .ps-block__item a {
    max-width: 100%;
    /*font-size: 14px;*/
}

.ps-product-list .ps-section__header {
    padding: 5px 0px !important;
}

.ps-shopping {
    margin-top: 0px;
}

.qty_input_select select {
    font-size: 8px;
}

#homepage-1 .ps-product {
    padding: 5px 6px 5px !important;
}

#homepage-1 .ps-deal-of-day {
    padding-bottom: 10px !important;
}

#homepage-1 .ps-top-categories {
    padding: 35px 0 0px;
}

.ps-deal-of-day .ps-section__header {
        margin-bottom: 15px;
    padding-bottom: 0;
}

.cart-btn1 strong {
	display: none;
}

.cart-product-lists .count {
    width: 50%;
}

.ps-block--categories-tabs .ps-block__item {
    padding: 0 0px;
	margin-bottom: 0px;
}

#homepage-1 .ps-product .ps-product__price {
        font-size: 12px !important;
    line-height: 2;
    margin-bottom: 0;
	display: grid;
}

.ps-product__price .float-left {
	float:none !important;
	text-align: left;
}

}

@media (max-width: 991px) and (min-width: 768px) {
.ps-block--products-of-category .ps-block__product-box > * {
    max-width: 33.333333%;
    flex-basis: 33.333333%;
}
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.lastbox-list .ps-block--products-of-category .ps-product--simple {
    border: 1px solid #e1e1e1;
}

.ps-product {
    position: relative;
    padding: 12px 15px 15px !important;
    margin-bottom: 15px;
	border: 1px solid #f1f1f1 !important;
}

.ps-top-categories .ps-product {
	padding: 5px !important;
    border: none !important;
}

.product-sideimg .ps-product {
	margin-bottom: 0px;
}

.ps-block--categories-tabs .ps-tab {
    padding: 20px 0px 0px;
}

.ps-block--categories-tabs .ps-block__header {
    padding: 0;
}

.header.header--sticky .header__top {
    box-shadow: 0 1px 5px rgba(0,0,0,.16);
}

.ps-block--products-of-category .ps-product--simple {
    border-left: 0;
    border-bottom: 0;
}

.ps-block--categories-tabs .owl-carousel .owl-item img {
	border-radius: 100px;
}

@media (max-width: 1680px) and (min-width: 1440px) {
.ps-shopping .col-xl-3 {
    max-width: 20%;
    flex-basis: 20%;
}
.ps-product-list-4 .col-xl-3 {
    max-width: 25%;
    flex-basis: 25%;
}
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.header--mobile.header--sticky .navigation--mobile {
    background-color: #ffffff;
}

.ps-product-list .ps-section__content {
    padding-top: 32px;
}

.ps-product-list .ps-section__header {
    padding: 16px 0px;
}

#homepage-1 .ps-deal-of-day {
    padding-bottom: 50px;
}

.ps-product a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.ps-product a img {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.cart-price {
	color: #690;
    font-size: 18px;
    font-weight: 600;
	display: flow-root;
    line-height: 24px;
    letter-spacing: 0px;
}

.cart-price del {
    margin-left: 0 !important;
    font-weight: 400;
	    color: #666;
		font-size: 11px;
}

.navigation .navigation__left {
    max-width: 200px;
}

.navigation .navigation__right {
	padding-left: 0px;
}

.menu--product-categories .menu__toggle i {
    font-size: 25px;
    margin-right: 10px;
    font-weight: 900;
}

.ps-deal-of-day .ps-section__header {
    margin-bottom: 32px;
}

.ps-block--products-of-category .ps-block__product-box {
    display: block;
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    flex-flow: unset;
}

.pro-grid-ptb-15 {
	padding: 15px 15px 15px !important;
	border: 1px solid #f1f1f1 !important;
	position: relative;
}

.p-0-sure {
	padding: 0px !important;
    border: none !important;
}

#homepage-1 .ps-deal-of-day .ps-product .ps-product__price {
    font-size: 17px;
}

.view-all-pro {
	    position: absolute;
    top: 45%;
    z-index: 99;
    left: 28%;
    border: 1px solid #278ac7;
    padding: 10px 40px;
    background: #278ac7;
    color: #ffff;
    box-shadow: 5px 6px 1px #ed1f30;
}

.view-all-pro:hover {
    border: 1px solid #ed1f30;
    padding: 10px 40px;
    background: #ed1f30;
    color: #ffff;
    box-shadow: unset;
	box-shadow: 5px 6px 1px #278ac7;
}

.ps-product__price img {
	border-radius: unset !important;
}

.ps-block--icon-box i {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 35px;
    color: #ed1f30;
}

.ps-contact-form {
    padding: 10px 0 50px;
    background-color: #fff;
}

.section-faq {
    padding: 40px 0;
}

.section-faq button {
	    font-size: 18px;
    width: 100%;
    text-align: left;
}

.section-faq .card {
	padding: 12px;
}

.section-faq p {
	margin:0px;
	font-size: 16px;
}

.section-faq .card-body {
	padding-bottom: 0px;
}

.section-faq [aria-expanded="true"]{
	border-bottom: 1px solid #e1e1e1;
}

.section-faq .btn-link:hover, .section-faq .btn-link:focus {
  text-decoration: none;
}

.section-faq button[aria-expanded="true"]:after {
    content: "\2212";
    color: #ed1f30;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.section-faq button[aria-expanded="false"]:after {
    content: '\002B';
	color: #ed1f30;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

@media (min-width: 576px) {
.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}

.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal.popon .modal-dialog {
	-webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

@-webkit-keyframes popon {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes popon {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.display-none {
    display: none;
}

.ps-form--account {
    max-width: unset;
    margin: 0 auto;
    padding-top: 0px;
}

.modal-sign-reg .ps-tab-list {
	display: flex;
	margin-bottom:0px;
}

.modal-sign-reg .ps-tab-list a {
	display: block;
    background: #278ac7;
    padding: 10px;
}

.modal-sign-reg .ps-tab-list li {
	width: 100%;
    padding: 0;
}

.modal-sign-reg .ps-tab-list .active a {
    background: #ffffff;
    color: #ed1f30 !important;
}

.modal-sign-reg li a {
    color: #fff !important;
    font-size: 20px !important;
}

.ps-form--account .ps-form__content h5 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 600;
}

.popon .modal-content {
	background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.3);
}

.show-table-991 {
    display: none;
}

@media (max-width: 991px) {
.show-table-991 {
    display: block;
}

.hide-table-991 {
    display: none;
}
}

.show-table-991 .ps-product--cart {
	max-width: unset !important;
    display: grid;
    text-align: left;
}

.show-table-991 .ps-product--cart img {
	width: 20%;
}

.ps-section--shopping {
    padding: 50px 0;
}

.ps-block--checkout-total h3 {
	font-size: 14px;
}

.ps-form__heading {
	font-size: 20px;
}

.ps-form__heading a {
	font-size: 14px;
    float: right;
    color: #ed1f30;
	    margin-top: 5px;
}

.edit_absolute-btn {
    position: absolute;
    right: 0%;
    top: 3%;
    background: transparent;
    width: auto;
    font-size: 15px;
    text-decoration: underline;
    color: #278ac7;
}

.show_1200 {
    display: none !important;
}

@media (max-width: 1199px) {
.show_1200 {
    display: inline-block !important;
}

.pro-detail .ps-page__right {
	display: none;
}

}

.product-section {
    padding: 60px 0px;
}

.pagination li.active a {
    background-color: #278ac7;
    color: #ffffff;
}

.show-991 {
    display: none !important;
}

@media (max-width: 991px) {
.show-991 {
    display: block !important;
}

.ps-product--detail .ps-product__shopping {
    display: none;
}

.form-group--number .form-control {
    height: 30px;
}

.form-group--number {
    width: 50%;
}

.form-group--number button {
	font-size: 11px;
}

}

@media (max-width: 767px) {
.ps-product--header-sticky .ps-product__title {
    font-size: 16px !important; }
}

.ps-product--header-sticky .ps-product__wrapper {
    padding-left: 0px;
}

.pro-detail .ps-product__thumbnail img {
	width: 100%;
}

.btn-cart, .btn-cart:hover {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: none;
    background: #ed1f30;
    color: #fff !important;
    border: 1px solid #ed1f30;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 0;
    text-align: center;
    float: right;
    margin: 3px;
    z-index: 999;
    cursor: pointer;
}

.btn-cart:before {
    display: inline-block;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e74c";
    font-size: 15px;
    speak: none;
    line-height: 27px;
	font-family: 'Linearicons';
    font-style: normal;
    font-weight: normal;
}

@media (max-width: 576px) {
/*.btn-cart:before {
    font-size: 11px;
    line-height: 22px;
}

.btn-cart, .btn-cart:hover {
    width: 25px;
    height: 25px;
}*/

.qty .plus, .qty .count, .qty .minus {
	height: 35px;
    width: 25px;
	line-height: unset;
}

.qty {
    line-height: 35px;
}

}

.ps-form--quick-search {
    padding-top: 5px;
}

.ps-product--detail .ps-product__desc p a {
    text-transform: capitalize;
    font-weight: 600;
    color: #00c708;
    font-size: 16px;
}

.absolute-logo {
	position: absolute;
    top: 15px;
    left: 5px;
    width: 15%;
    z-index: 9;
}

.absolute_logo_margin_section {
	margin-left:205px;
}

.header.header--sticky .header__left .absolute-logo {
	position: relative;
    width: auto;
    top: unset;
    left: unset;
}

.header.header--sticky .header_left_after_bg:after {
	display:none;
}

.header_left_after_bg:after {
    content: "";
    position: absolute;
    left: 0;
    /*top: 0px;*/
    bottom: 0;
    right: 0;
    background: #ffffff;
    z-index: 0;
    pointer-events: none;
    height: 100%;
    width: 16%;
    border-right: 1px solid rgba(142, 142, 142, 0.1);
}


@media (max-width: 1999px) {

.absolute-logo {
	top: 25px;
    left: 0;
    width: 13%;
}

.header_left_after_bg:after {
    width: 13.5%;
}

}

@media (min-width: 2000px) {
.header .header__left {
	width: 0 !important;
}

.absolute_logo_margin_section {
    margin-left: 0px;
}

.header__center {
    padding-left: 0px;
}

.absolute-logo {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 13%;
    z-index: 9;
}

.header_left_after_bg:after {
    width: 14%;
}

}

@media (min-width: 3000px) {
.header .header__left {
	width: 0 !important;
}

.absolute_logo_margin_section {
    margin-left: 0px;
}

.header__center {
    padding-left: 0px;
}

.absolute-logo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 9%;
    z-index: 9;
}

.header_left_after_bg:after {
    width: 12%;
}

}


.offer-download {
  display: flex;
  justify-content: space-around;
  align-items: center;
  direction: rtl;
  background-color: #dc1e4d;
  top: 0;
  position: absolute;
  flex-direction: column;
  z-index: 100;
  left: 0;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: 0px 0px 3px 0px #00000070;
  padding: 3px 10px 10px;
  color: #fff;
  font-size: 12px;
}

.offer-download p {
	color: #fff;
	margin: 0px;
	font-size: 10px;
}

.bounce {
  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
  animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
  -webkit-animation-iteration-count: infinite;
}

@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 3px, 0);
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
}


@media (max-width: 568px) {
.offer-download p {
	font-size: 9px;
}

.offer-download {
  padding: 2px 9px 8px;
  color: #fff;
  font-size: 9px;
}

.ps-product--detail .ps-product__meta {
    display: block;
}

}

.ps-product .ps-product__price.sale {
    display: flow-root;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 2px;
    color: #690;
    font-size: 18px;
    font-weight: 600;
}

.ps-product .ps-product__price span {
    font-weight: 600;
}

.ps-btn, button.ps-btn {
    display: inline-block;
    padding: 12px 32px;
}

.ps-block--download-app h3 {
    font-weight: 600;
}

.feature {
    margin-bottom: 0px;
    display: block;
}

.feature.feature-1 .icon {
    float: left;
}
.feature .icon.icon-primary {
    color: #ddae71;
}
.feature .icon {
    position: relative;
    display: inline-block;
    font-size: 40px;
    width: 52px;
    vertical-align: middle;
}

.feature.feature-1 .feature-content {
    padding-left: 65px;
    padding-top: 1.5rem;
}

.ps-shopping-cart th {
	border: 1px solid #e5e5e5;
}

@media (max-width: 568px) {
.ps-shopping-cart .form-group--number {
    width: 100%; }
}

.item-number {
    position: absolute;
    top: -5px;
    left: 18px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    vertical-align: top;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background-color: #ed1f30;
    border-radius: 50%;
    font-size: 10px;
}

.ps-block--user-header {
	position:relative;
}

.item-number-mobile {
    position: absolute;
    top: 0px;
    left: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    vertical-align: top;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background-color: #ed1f30;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1.8;
}

.side-menu {
    background-image: url(../img/02.jpg);
    box-shadow: 1px 0 30px rgba(0,0,0,.1);
    background-repeat: no-repeat;
    background-size: cover;
}

.side-menu:before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: .88;
    background: #fff;
    top: 0;
    left: 0;
}

.account-box {
    padding: 0 20px 20px;
}

.menu-light .navigation {
    position: relative;
    z-index: 4;
	overflow-x: hidden;
	    background: none;
}

.menu-light .navigation>li {
    line-height: 2.5rem;
    padding: 0;
	position: relative;
    white-space: nowrap;
}

.menu-light .navigation>li.active>a {
    font-weight: 700;
    color: #2b345f;
    background: #f0f0f0;
}

.menu-light .navigation>li>a {
    padding: 12px 30px 12px 18px;
}

.main-menu.menu-light .navigation li a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #2b345f;
}

.navigation li a {
    display: block;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

.menu-light .navigation>li>a>i {
    line-height: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    border-radius: 12%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
    box-shadow: 0 0 10px rgba(0,0,0,.12);
}

.menu-light .navigation>li>a i {
    position: relative;
}

.menu-light .navigation>li>a>span {
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease,-moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease,-moz-transform .3s ease,-o-transform .3s ease;
}
.menu-light .navigation>li.active>a>span, .menu-light .navigation>li.hover>a>span, .menu-light .navigation>li:hover>a>span {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}
.menu-light .navigation li a span {
    display: inline-block;
}

.user-box p {
	color: #000;
}

.user-box {
	position: relative;
    z-index: 4;
    overflow-x: hidden;
    background: none;
    padding: 15px 10px 5px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}

.account {
	margin: 50px 0px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.modal-footer .btn {
	padding: 8px 32px;
    font-size: 13px;
}

@media (max-width: 768px) {
.account-box {
    padding: 0;
}

.order-table .table-head {
	display: none;
}

.order-table th, .order-table td {
	display: block;
}

.order-table tr {
	margin-bottom: 10px;
    display: block;
}

.check-out .ps-product .ps-product__price.sale {
	font-size: 12px !important;
    line-height: 2;
    margin-bottom: 0;
    display: grid;
}

.product-section {
    padding: 30px 0px;
}

}

.order-table th, .order-table td {
	border: 1px solid #dee2e6;
	font-size:12px;
}

.order-table p {
	font-size:12px;
}

.menu-light {
   padding: 10px 0px;
}

.modal {
    z-index: 99990;
	padding-right:0px !important;
}

.modal-backdrop {
	z-index: 9999;
}

.order_his_total td {
	font-size: 16px;
    font-weight: 600;
}

.fav-badge:hover .icon-heart:before, .fav-badge:focus .icon-heart:before {
    content: "\f004";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.bdl a {
	text-decoration: underline;
	color: #dc3545;
}


@media (max-width: 1400px) and (min-width: 1200px) {

.pro-grid-ptb-15 {
    padding: 15px 8px 15px !important;
}

.qty .plus, .qty .count, .qty .minus {
    width: 30px;
}

}

/*image size correction*/
.ps-carousel--nav-inside img {
    width: 100%;
    max-height: 550px;
    object-fit: fill;
}

.ps-product .ps-product__thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.ps-top-categories .ps-product .ps-product__thumbnail img {
    width: 100%;
    height: 124px;
    object-fit: fill;
}

.ps-block--products-of-category .ps-block__slider {
    position: relative;
}

.ps-section--gray li:nth-child(1) img {
    max-height: 433px;
    object-fit: fill;
}

.ps-section--gray li:nth-child(2) img {
    max-height: 209px;
    object-fit: fill;
}

.ps-section--gray li:nth-child(3) img {
    max-height: 433px;
    object-fit: fill;
}

.product-sideimg .ps-block--products-of-category .ps-block__slider a img {
    width: 100%;
    height: 745px;
    object-fit: fill;
}

.ps-block--categories-tabs .owl-carousel .owl-item img {
    height: 175px;
    object-fit: fill;
    padding: 10px;
}

.center-block img {
    width: 100%;
    transition: .3s;
    height: 410px;
    object-fit: fill;
}

.ps-download-app .ps-collection img {
    width: 100%;
    height: 221px;
    object-fit: fill;
}

.ps-download-app .ps-top-categories .ps-block__thumbnail img {
    height: 148px;
    width: 100%;
    object-fit: fill;
}

.ps-download-app .ps-block__thumbnail.bg-none {
    width: 100%;
    height: 467px;
    object-fit: fill;
}

.ps-product__variants img {
    height: 58px;
    object-fit: fill;
    width: 100%;
}

.ps-product__gallery img {
    height: 447px;
    object-fit: fill;
    width: 100%;
}

.order-his-page td img {
    height: 50px;
    object-fit: fill;
    width: 50px;
}

.ps-product--cart-mobile img {
    width: 100%;
    height: 56px;
    object-fit: fill;
}

.ps-product--cart-mobile .ps-product--cart-mobile > * {
    padding-left: 10px;
}

.pac-container {
    z-index: 2150000000 !important;
    /*margin-top: -110px;*/
}

.ps-product .ps-product__thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

@media (min-width: 1700px) {

    .ps-carousel--nav-inside img {
        max-height: none; }
}





