.container {
    width: 100%;
    max-width: 1200px;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: none;
    color: #272343;
}

* {
    transition: all 0.3s ease 0s;
}

*:hover {
    transition: all 0.3s ease 0s;
}


/* @font-face {
    font-family: 'dg';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('fonts/digital-7.ttf');
} */


/* 



Manrope
Philosopher
Lexend

*/

@font-face {
    font-family: sky;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/sky.ttf") format('truetype')
}

@font-face {
    font-family: sky bd;
    src: url("fonts/2c458bc98aac2311643f30a231a7ea30.woff2")format("woff2"), url("fonts/2c458bc98aac2311643f30a231a7ea30.woff")format("woff")
}

body {
    text-align: right;
    direction: rtl;
    padding: 0;
    margin: 0;
    color: #272343;
    font-family: sky;
    font-size: 16px;
    font-weight: 400;
    background: #f6f6f6;
}


/*  */

header {
    background: #ffffff;
    padding: 5px 15px;
}

header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 769px) {
    header{
        padding: 5px 0 5px;
        position: sticky;
        top: 43px;
        z-index: 99;
    }
    header .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

header .container img {
    width: auto;
    height: 76px;
}
@media (max-width: 769px) {
    header .container img {
        width: auto;
        height: 60px;
    }
}
header .container #searchform {
    position: relative;
    padding: 0;
    margin: 0;
}
@media (max-width: 769px) {
header .container #searchform {
    width: 200px;
    /* clear: both; */
}	
}

header .container #searchform #search-header {
    height: 54px;
    background: #FFFFFF21;
    width: 400px;
    max-width: 100%;
    border-radius: 60px;
    outline: none;
    border: 1px solid #ddd;
    padding: 0 15px;
    color: #000000;
    margin: 0;
}



header .container #searchform #go {
    height: 46px;
    width: 46px;
    background-image: url("img/s.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: initial;
    outline: none;
    border: none;
    background-color: #0060B7;
    border-radius: 50%;
}
@media (max-width: 769px) {
    header .container #searchform #search-header {
        width: 100%;
        margin: 5px 0;
		height: 44px;
    }
	header .container #searchform #go {
		height: 36px;
		width: 36px;
	}
}

/**/

header .boxicon {
    display: flex;
    padding: 0 10px;
    width: auto;
    justify-content: center;
    align-items: center;
}
@media (max-width: 769px) {
    header .boxicon {
        display: none
    }
}

header .boxicon span {
    display: flex;
    padding: 0 15px 0 60px;
    flex-wrap: wrap;
    width: auto;
    max-width: 168px;
    align-items: center;
}

header .boxicon span strong {
    display: block;
    width: 100%;
    color: #0060B7;
    font-family: 'sky bd';
}

header .boxicon .support {
    background-image: url("img/support.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px auto;
    height: auto;
}

header .boxicon .world {
    background-image: url("img/worldwide.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px auto;
    height: auto;
    width: 100%;
    max-width: 250px;
    min-height: 40px;
}

.icons-header {
    display: flex;
    width: auto;
}

@media (max-width: 769px) {
    header .container #searchform #go {
        top: 8px;
    }
    .icons-header {
        display: flex;
        width: auto;
        top: auto;
        left: auto;
        right: auto;
        height: auto;
        /* z-index: 999999; */
        position: relative;
        background: #fff;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    .icons-header a {
        background-color: #0060B7 !important;
    }
    .icons-header a.login {
        background: #0d063a !important;
    }
}

.icons-header a.cart {
    height: 44px;
    background-color: #0060B7;
    background-image: url("img/car.png");
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    text-decoration: none;
    outline: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 0 0 5px;
    position: relative;
    width: 45px;
    height: 45px;
}

.icons-header a.cart #mini-cart-count {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    background: #ffffff;
    color: #033c6e;
    align-items: center;
    justify-content: center;
    padding: 3px 0 0;
    font-size: 12px;
    position: absolute;
    top: -5px;
    left: -5px;
    box-shadow: 0 0 10px #0000002b;
}
.tot{
    /* position: absolute;
    top: 15px;
    right: 100%;
    width: 73px; */
    color: #2e2e2e;
    margin: 0 5px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-family: sky bd;
    font-size: 15px;
}
@media (max-width: 769px) {
.tot{
	display: none !important
}
}


.icons-top{
    display: flex;
    flex-wrap: wrap;
	    align-items: center;
}

.icons-top a.favo {
    height: 44px;
    width: 44px;
    background-color: #0060B7;
    /* background-image: url("img/favo.png"); */
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    text-decoration: none;
    outline: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
}
.icons-top a svg{
    height: 22px;
}

.icons-top .login {
    height: 44px;
    width: 44px;
    display: flex;
    text-decoration: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
    border: none !important;
    outline: none;
    background: #0060B7;
    box-shadow: none !important;
    position: relative;
    font-size: 18px;
    z-index: 0;
}

.icons-top .login::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    /* background-image: url("img/user.png"); */
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    width: 100%;
    z-index: 5;
}


/*  */

.navbars {
    background: #0060b7;
    padding: 0 5px;
    /* border-bottom: 1px solid #E9EAEB; */
    position: sticky;
    top: 0;
    z-index: 99;
}

.navbars .container {
    /* min-height: 56px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbars .container .box {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbars .container .box button {
    border: 1px solid #0060B7;
    height: 41px;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    background-image: url("img/cat.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    border-radius: 8px;
    margin: 0 0 0 20px;
    font-family: sky bd;
    align-items: center;
    padding: 0 45px 0 15px;
    background-color: #0060B7;
}

.navbars .container .box button::after {
    display: none;
}

.navbars .container .box .dropdown-menu {
    padding: 15px;
    width: 250px;
    border-radius: 15px 0 15px 15px;
    text-align: right;
    direction: rtl;
    border: 1px solid #E1E3E5;
    background: #fff;
}

.navbars .container .box .dropdown-menu li {}
.navbars .container .box .dropdown-menu li a {
    text-decoration: none;
    outline: none;
    color: #495560;
    font-size: 16px;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    outline: none;
}

.navbars .container .box .dropdown-menu li a:hover {
    color: #0060B7;
}

.navbars .container .box .topnav {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navbars .container .box .topnav li {
    padding: 0 1px;
    margin: 0;
    display: block;
    position: relative;
    color: #fff;
}
.menu-item-has-children{
	padding-left: 10px !important;
}
.menu-item-has-children:after{
	content: "\f107";
	position: absolute;
	top: 12px;
	left: 5px;
	font-size: 17px;
	font-family:fontawesome;
}



.navbars .container .box .topnav li a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 100;
    text-decoration: none;
    outline: none;
    padding: 0 10px;
    min-height: 47px;
    display: flex;
    align-items: center;
    font-family: 'sky';
    text-align: right;
    width: 100%;
}

.navbars .container .box .topnav li:hover > a,
.navbars .container .box .topnav li.current-menu-item a {
    color: #57d9f8;
}

.navbars .container .box .topnav li ul{
	position: absolute;
	right: 0;
	top: 98%;
	background: #ffffff;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	width: 250px;
	padding: 10px 10px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 5px #ddd;
}
.navbars .container .box .topnav li:hover ul{
	display: flex;
}
.navbars .container .box .topnav li ul li{}
.navbars .container .box .topnav li ul li a{
    padding: 5px 10px;
    min-height: initial;
    color: #666;
}
.lang{
	border: 1px solid #fff;
	padding: 3px 3px 0 20px;
	border-radius: 30px;
	position: relative;
	 color: white;
}
.lang::after {
  content: " 🌐︎ ";
  position: absolute;
  left: 4px;
  top: 1px;
  /* transform: translateY(-50%); */
  pointer-events: none;
  font-size: 20px;
  color: white; /* ØªØºÙŠÙŠØ± Ø§Ù„Ù„ÙˆÙ† Ø¥Ù„Ù‰ Ø§Ù„Ø£Ø¨ÙŠØ¶ */
  pointer-events: none;
  filter: brightness(100);
}
.lang select{
	height: auto;
	background: #0060B7;
	border: none;
	padding: 0 10px;
	margin: 0;
	color: #fff;
	outline: none;
	cursor: pointer;
	appearance: none;
	border-radius: 50px;
}
.cantiry{
	color: #fff;
	padding: 0 10px 0 30px;
	background-image: url("img/moro.svg");
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: left center;
}
/*  */
.bar {
    display: none;
}

@media (max-width: 769px) {
    .bar {
        display: block;
        width: 44px;
        height: 44px;
        background-image: url("img/bar.png");
        background-repeat: no-repeat;
        background-position: center;
        filter: brightness(0.5);
    }
    .navbars .container .box .topnav {
        position: fixed;
        top: 110px;
        right: -105%;
        width: 100%;
        bottom: 0;
        display: flex;
        padding: 50px 30px;
        background: #fff;
        flex-direction: column;
        transition: all 0.5s ease 0s;
        align-items: flex-start;
        justify-content: center;
        z-index: 9;
    }
    .open {
        right: 0 !important;
        transition: all 0.5s ease 0s;
    }
	.navbars .container .box .topnav li {
		width: 100%;
		margin: 10px 0;
	}
	.menu-item-has-children:after{
		color: #000;
		width: 40px;
		text-align: center;
		font-size: 20px;
		border-right: 1px solid #3333334a;
		top: 0;
		z-index: 90;
}
    .navbars .container .box .topnav li a{
        color: #000;
        font-size: 18px;
    }
	.navbars .container .box .topnav li ul{
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		background: #fff;
		border-radius: 0;
		margin: 0 0 0 40px;
		box-shadow: initial;
	}
	.navbars .container .box .topnav li:hover ul{
	display: flex;
		margin: 0 0 0 40px
}
}

.navbars .container .box a.wa {
    text-decoration: none;
    outline: none;
    color: #272343;
    display: flex;
    padding: 0 40px 0 0;
    height: 31px;
    background-image: url("img/wa.gif");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 31px 31px;
    align-items: flex-end;
    justify-content: center;
    direction: ltr;
    font-size: 18px;
}

@media (max-width: 769px) {
    .navbars .container .box a.wa {
        font-size: 14px;
    }
}

.home-icon {
    margin: -60px auto 0;
    padding: 0;
    width: 100%;
}


/* slider */

.slider {
    padding: 0;
    position: relative;
    margin: 0;
}

.slider .items {
    padding: 0;
    margin: 0;
    position: relative;
}

.slider .items img {
    width: 100%;
    height: auto;
}

@media (max-width: 769px) {
    .slider .items img {
        height: auto;
        object-fit: cover;
    }
}

.slider .items .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
    font-size: 24px;
    flex-direction: column;
    align-items: center;
    padding: 8vh 20px 0;
}

.slider .items .text h1 {
    font-size: 43px;
    margin: 0 0 15px;
    font-family: sky bd;
}

@media (max-width: 769px) {
    .slider .items .text {
        font-size: 14px;
        padding: 8vh 15px 0;
    }
    .slider .items .text h1 {
        font-size: 17px;
        margin: 0 0 10px;
    }
}
/*  */
.links{
    background: #EDEDED;
    padding: 50px 10px;
}
.links .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}
.links .container .items{
    padding: 20px;
}
.links .container .items a{
    display: flex;
    background: #fff;
    border: 1px solid #D3D3D3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 10px;
    border-radius: 20px;
    color: #333333;
    font-size: 18px;
    text-align: center;
    font-family: sky bd;
    transition: all 0.5s ease 0s;
    /* transform: scale(1.2); */
    height: 100%;
}
.offer .container h1 ~ .items:first-child a{
	color: #800;
}
.links .container .items a:hover{
    transition: all 0.5s ease 0s;
transform: scale(1.03);
}
.links .container .items a img{
    margin: 0 auto 20px;
    width: auto;
    height: 64px;
}
@media (max-width: 769px) {
    .links .container .items{
        padding: 5px;
    }
    .links .container .items a{
        font-size: 13px;
        line-height: 1.4;
        padding: 15px 10px;
    }
    .links .container .items a img{
        height: 40px;
    }
}




/*  */

.icon4 {
    margin: 0;
    padding: 0 15px;
}

.icon4 .container {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    background: #ffffff;
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: 0px 7px 20px 0px #1619321c;
}

.icon4 .container .block {
    padding: 15px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.icon4 .container .block .img {
    width: 63px;
    height: 50px;
    margin: 0 0 0 15px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    filter: invert(1);
    filter: brightness(0.5);
}

.icon4 .container .block h4 {
    font-size: 19px;
    color: #000000;
    margin: 0 0 5px;
}

.icon4 .container .block p {
    margin: 0;
    font-size: 15px;
    color: #999;
}

.icon4 .container .block .img1 {
    background-image: url("img/box.png");
}

.icon4 .container .block .img2 {
    background-image: url("img/delivery.png");
}

.icon4 .container .block .img3 {
    background-image: url("img/24.png");
}

.icon4 .container .block .img4 {
    background-image: url("img/shield.png");
}


/**/

section {
    clear: both;
    padding: 5px;
}

.ads {}

.ads .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1255px;
}

.ads .container .block {
    padding: 15px;
}

.ads .container .block .baner {
    background: linear-gradient(152.54deg, #0060B7 -134.11%, #0060B7 -76.53%, #0060B7 -8.59%, #4fd4f5 86.98%);
    padding: 0;
    height: 260px;
    border-radius: 13px;
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    overflow: hidden;
}

@media (max-width: 769px) {
    .ads .container .block {
        padding: 10px 0;
    }
    .ads .container .block .baner {
        height: 180px;
    }
}

.ads .container .block:last-child .baner {
    background: linear-gradient(307deg, #0060B7 -134.11%, #0060B7 -76.53%, #0060B7 -8.59%, #4fd4f5 86.98%);
}

.ads .container .block .baner img {
    width: auto;
    height: auto;
    max-width: 50%;
    max-height: 100%;
}

.ads .container .block .baner .tx {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 0 40px 0 0;
    color: #fff;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.ads .container .block .baner .tx h3 {
    font-size: 24px;
    font-family: sky bd;
    margin: 0 0 15px;
}

.ads .container .block .baner .tx p {
    padding: 0;
    margin: 0;
}

.ads .container .block .baner .tx a {
    width: 100px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    background: #fff;
    text-decoration: none;
    outline: none;
    color: #344054;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0;
}

@media (max-width: 769px) {
    .ads .container .block .baner .tx {
        width: 60%;
        padding: 0 20px 0 0;
        font-size: 13px;
    }
    .ads .container .block .baner .tx h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .ads .container .block .baner .tx a {
        height: 30px;
        margin: 10px 0 0;
    }
}

.ads .container .block .baner .tx a:hover {
    color: #fff;
    background: #0060B7;
}


/*  */

.cats {}

.cats .container {}

.cats .container .cat-slider {
    padding: 0 60px 20px;
}

@media (max-width: 769px) {
    .cats .container .cat-slider {
        padding: 0 0 20px;
    }
}

.cats .container .cat-slider .items {
    padding: 5px;
}

.cats .container .cat-slider .items a {
    display: flex;
    background: #fff;
    border: 1.37px solid #0060B733;
    border-radius: 5px;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    text-align: center;
    min-height: 180px;
}

.cats .container .cat-slider .items a img {
    width: auto;
    height: 89px;
    margin: 0 auto 10px;
}

.cats .container .cat-slider .items a span {
    color: #191C1E;
    font-size: 15px;
}

.owl-prev {
    width: 44px;
    height: 44px;
    font-size: 0;
    background-image: url("img/l.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    opacity: 0.5;
}

.owl-next {
    width: 44px;
    height: 44px;
    font-size: 0;
    background-image: url("img/r.png");
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    opacity: 0.5;
    top: 50%;
    margin-top: -30px;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
}

.owl-next {}


/* offer */

.offer {
    padding: 0 5px 50px;
    background: #EDEDED;
}

.offer .container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.offer .container h1 {
    /* background-image: url("img/sale.gif"); */
    /* background-repeat: no-repeat; */
    /* background-position: right center; */
    /* background-size: 74px 74px; */
    margin: 0 0 10px;
    padding: 0 20px;
    font-size: 25px;
    color: #000;
    display: flex;
    height: auto;
    align-items: center;
    font-family: 'sky bd';
    filter: grayscale(1);
}

.countdown {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px;
    margin: 10px 0 0;
}


.countdown .countdown-container {
    display: flex;
    background: #0060B7;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 4px;
    margin: 0 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.countdown .countdown-container .countdown-value {
    display: block;
    font-size: 16px;
    font-family: sky bd;
    margin: 0 0 0;
    text-align: center;
    padding: 0;
}

.countdown .countdown-container .countdown-heading {
    text-align: center;
    padding: 0;
    margin: -8px 0 0;
    font-size: 17px;
}

@media (max-width: 769px) {
    .countdown{
        transform: scale(0.52);
    }
    .dateend .box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 0 20px;
    }
}

.featured-item {
    padding: 5px;
    height: 100%;
}

@media (max-width: 769px) {
    .featured-item {
        padding: 5px;
    }
}


/*******************/
.product-items{
	overflow: hidden;
}
.product-items .tinvwl-position-shortcode {
    width: 24px !important;
    height: 24px !important;
    font-size: 0 !important;
    background-image: url(img/add.png);
    background-size: 99%;
    position: absolute !important;
    left: 0;
    top: 0;
}
.ico-pro{
/* 	background: #fff; */
	position:absolute;
	left: -60px;
	top: 0;
	height: auto;
	width: 50px;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: center;
transition: all 0.5s ease 0s;
	
}
.product-items:hover .ico-pro{
	left:0;
	transition: all 0.5s ease 0s;
}
@media (max-width: 769px) {
	.product-items .ico-pro{
	left:0;
}
}
.ico-pro a{
	width: 40px;
	background: #f1f1f1;
	height: 40px;
	display: flex;
	font-size: 20px;
	margin: 2px 0;
	border-radius: 5px;
	padding: 5px 0 0;
	justify-content: center;
	align-items: center;
	border: 1px solid #f1f1f1;
	cursor: pointer;
}
.ico-pro a:hover{
	opacity: 0.6
}
.remove-from-wishlist,.remove-from-compare{
	cursor: pointer;
	width:  30px;
	pointer-events: initial;
	margin: 0 0;
	position: absolute;
	top: 15px;
	left: 5px;
	z-index: 9;
}
.add-to-compare ,.compared{
	cursor: pointer;
	
}
.add-to-wishlist{
	font-size: 27px !important;
}

@media (max-width: 769px) {
.add-to-compare{
		display: none !important; 
	}
	.compare-head{
		display: none !important; 
	}
	.acoqvw_quickview_modal {
		display: none !important; 
	}
}
.wishlisted{
		font-size: 17px !important;

}

.product-items .tinvwl-position-shortcode::before {
    display: none !important;
}

.product-items .tinvwl-position-shortcode.tinvwl-product-in-list {
    background-image: url(img/added.png);
}


/*  */

.product-items {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #f1f1f1;
    padding: 10px;
    transition: all 0.5s ease 0s;
    background: #fff;
    border-radius: 10px;
}

.product-items .box {
    padding: 10px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease 0s;
    background: #fff;
    height: 100%;
}
.product-items:hover {
	transition: all 0.5s ease 0s;
transform: scale(1.02);
}



.product-items .box .img {
    display: flex;
    height: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    position: relative;
}

.product-items .box img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 6px;
    margin: 0 0 15px;
    max-height: 100%;
}

@media (max-width: 769px) {
	.product-items .box .img {
    height: 100px;
}
    .product-items .box img {
        height: 120px;
    }
}

.product-items .box h3 {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.product-items .box h3 a {
    color: #000000;
    font-size: 17px;
    margin: 0;
    text-decoration: none;
    outline: none;
    direction: rtl;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding: 5px 0;
    min-height: 50px;
    align-items: center;
}

@media (max-width: 769px) {
    .product-items .box h3 a {
        font-size: 15px;
    }
}
.product-items .box .woo-selected-variation-item-name{
	display: none
}

.product-items .prics {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    flex-direction: column;
    justify-content: space-between;
    min-height: 120px;
}
.product-items  ul{
	padding: 0;
	margin: 0 15px 0 0;
}

.product-items .prics .fooot {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
}

.product-items .prics p {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    color: #0060B7;
    font-family: sky bd;
    font-size: 17px;
    width: 100%;
}

.product-items .prics p a.button {
    border: none;
    outline: none;
    /* position: relative; */
    /* left: 0; */
    width: 100%;
    height: 47px;
    /* background-image: url("img/cart.gif"); */
    /* background-size: 29px auto; */
    background-color: #19A320;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    display: flex;
    font-size: 17px;
    align-items: center;
    justify-content: center;
}

.added_to_cart.wc-forward {
    display: none !important;
}

.product-items .prics p ins {
    text-decoration: none;
}

.product-items .prics p del {
    color: #9A9CAA;
    font-family: sky;
    font-size: 14px;
}
del ,del *{
    color: #9A9CAA !important;
    font-size: 14px !important;	
}
.product-items .prics bdi {
    display: inline-flex;
    /* text-decoration: line-through; */
}

.product-items .prics p del bdi {
    text-decoration: line-through;
    color: #7e7e7e;
    font-size: 14px;
    font-family: 'sky';
}

.product-items .dec {
    background-color: #0060B7;
    /* background-image: url("img/dec.gif"); */
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: auto 76%;
    color: #fff;
    border-radius: 4px;
    margin: -5px 10px 0 0;
    font-size: 13px;
    width: auto;
    padding: 5px 10px 0 10px;
    display: inline-flex;
    align-items: center;
    height: 22px;
}


/*  */

.all {
    position: relative;
    height: 50px;
    width: 100%;
    margin: 10px 0 0;
}

.all::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #00000014;
    z-index: 0;
}

.all a {
    width: 180px;
    background-color: #0060B7;
    color: #fff;
    border-radius: 8px;
    display: flex;
    /* padding: 0 0 0 30px; */
    /* background-image: url("img/all.png"); */
    background-repeat: no-repeat;
    background-position: 10px center;
    justify-content: center;
    height: 50px;
    align-items: center;
    transition: all 0.5s ease 0s;
    z-index: 2;
    position: relative;
}

.all a:hover {
    transition: all 0.5s ease 0s;
    width: 190px;
    background-color: #006EB9;
}

.slider-featured .owl-prev {
    left: 0;
    bottom: -57px;
    top: auto;
    z-index: 9;
    opacity: 1;
    border-radius: 50%;
}

.slider-featured .owl-next {
    left: 50px;
    right: auto;
    bottom: -57px;
    top: auto;
    z-index: 9;
    opacity: 1;
    border-radius: 50%;
}

.owl-prev:hover {}

.owl-next:hover {}


/* baner-pest */

.baner-pest {
    padding: 20px 20px;
}

.baner-pest .container {
    background: linear-gradient(152.54deg, #006DD3 -134.11%, #0060B7 -76.53%, #0060B7 -8.59%, #3dcbf2 86.98%);
    padding: 30px 55% 30px 30px;
    color: #fff;
    min-height: 350px;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
}

.baner-pest .container h3 {
    font-size: 30px;
    font-family: sky bd;
    margin: 0 0 20px;
}

.baner-pest .container p {
    margin: 0;
}

.baner-pest .container a {
    background: #fff;
    width: 110px;
    height: 44px;
    color: #000;
    text-decoration: none;
    outline: none;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

.baner-pest .container a:hover {
    background: #0057c6;
    color: #fff;
}

.baner-pest .container img {
    display: block;
    position: absolute;
    left: 50%;
    height: 350px;
    /* transform: rotate(21deg); */
    /* margin-top: 120px; */
    animation: re 5s linear infinite;
    top: 0;
}

@keyframes re {
    0% {
        margin-top: 30px;
    }
    50% {
        margin-top: 0px;
    }
    100% {
        margin-top: 30px;
    }
}


/*  */

@media (max-width: 769px) {
    .baner-pest .container {
        padding: 25px 35% 15px 25px;
        color: #fff;
        min-height: 100px;
        font-size: 14px;
    }
    .baner-pest .container h3 {
        font-size: 19px;
        font-family: sky;
        margin: 0 0 10px;
    }
    .baner-pest .container a {
        width: 80px;
        height: 32px;
        margin: 10px 0 0;
    }
    .baner-pest .container img {
        display: block;
        position: absolute;
        left: 70%;
        height: auto;
        transform: rotate(21deg);
        margin-top: 60px;
    }
    @keyframes re {
        0% {
            margin-top: 60px;
        }
        50% {
            margin-top: 0px;
        }
        100% {
            margin-top: 60px;
        }
    }
}


/**/

.tabs-pro {
    padding: 50px 5px;
    position: relative;
}

.tabs-pro .line {
    width: 2px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -1px;
    background-image: url("img/line.png");
    filter: brightness(0.5);
}

.tabs-pro .line:after {
    content: "";
    position: absolute;
    top: 100%;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0060B7;
    margin-top: 2px;
}

.tabs-pro .line:after {}

.tabs-pro .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 0 5px;
}

.tabs-pro .container h1 {
    margin: 20px 0 20px;
    color: #000;
    font-size: 32px;
    font-family: sky bd;
    text-align: center;
    width: 100%;
    outline: none;
    border: none;
}

.tabs-pro .container .nav-tabs {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    border: none;
    margin: 0 0 40px;
    outline: none;
    border: none;
}

.tabs-pro .container .nav-tabs li {
    padding: 5px;
}

.tabs-pro .container .nav-tabs li button {
    background: #e1e0e0;
    color: #000000;
    font-size: 16px;
    height: 37px;
    display: flex;
    padding: 3px 30px 0;
    border: none;
    outline: none;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
}

.tabs-pro .container .nav-tabs li button.active {
    background: #0060B7;
    color: #fff;
    outline: none;
    border: none;
}

.tab-item-all {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
}

.tab-item-all .tab-item {
    padding: 10px;
    margin: 0 0 15px;
}

@media (max-width: 769px) {
    .tab-item-all .tab-item {
        padding: 5px;
    }
}

.tab-item-all .tab-item .fooot {
    direction: ltr;
}

#myTabContent {
    outline: none;
    border: none;
}

.tab-pane {
    outline: none;
    border: none;
}


/* baner3item */

.baner3item {
    padding: 15px 10px;
}

.baner3item .container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.baner3item .container .block {
    padding: 0 10px;
}

@media (max-width: 769px) {
    .baner3item .container .block {
        padding: 15px 5px;
    }
}

.baner3item .container .block .box {
    background: linear-gradient(131.41deg, #0060B7 35.06%, #0076DF 100.77%);
    padding: 30px 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    justify-content: space-between;
    height: 450px;
    overflow: hidden;
    color: #fff;
}

.baner3item .container .block:first-child .box {
    background: #0060B7;
}

.baner3item .container .block:last-child .box {
    background: #0060B7;
    color: #ffffff;
}

.baner3item .container .block .box h3 {
    font-size: 23px;
    font-family: sky bd;
    margin: 8px 0;
}

.baner3item .container .block .box strong {
    color: #FBCA01;
    background-color: #000;
    border-radius: 5px;
    padding: 5px;
    font-weight: normal;
    font-size: 12px;
}

.baner3item .container .block .box a {
    display: inline-flex;
    background-color: #fff;
    width: 120px;
    height: 39px;
    color: #000;
    text-decoration: none;
    outline: none;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 0 0 15px;
    background-image: url("img/more.png");
    background-position: 10px center;
    background-repeat: no-repeat;
}

.baner3item .container .block .box a:hover {
    background-color: #0060B7;
    color: #fff;
}

.baner3item .container .block .box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 60%;
}


/* footer */

footer {
    clear: both;
    padding: 50px 0 10px;
    border-top: 1px solid #E1E3E5;
    background: #fff;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

footer .container .foot {
    font-size: 16px;
    color: #272343;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .container .foot img {
    height: 102px;
    width: auto;
    margin: 0 0 15px;
}

footer .container .foot h4 {
    display: block;
    margin: 0 0 20px;
    color: #9A9CAA;
    font-family: sky bd;
    font-size: 17px;
}

footer .container .foot ul {
    display: block;
    padding: 0;
    padding: 0;
    list-style: none;
}

footer .container .foot ul li {
    display: block;
    padding: 2px 0;
}

footer .container .foot ul li a {
    color: #272343;
    text-decoration: none;
    outline: none;
}

footer .container .foot ul li a:hover {
    color: #0060B7;
}

footer .container .foot .media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: 15px 0 0;
    flex-direction: row-reverse;
}

footer .container .foot .media img {
    margin: 3px;
    width: 35px;
    height: 35px;
    /* border-radius: 50%; */
    background: #FFF;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .container .foot .media img:hover {
    opacity: 0.5;
}

footer .container .foot .media a i {
    background: #9b9898;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mailpoet_form {
    position: relative;
    padding: 0;
    margin: 5px 0 15px;
    width: 100%;
    overflow: hidden;
}

.mailpoet_form * {
    position: inherit !important;
    width: 100% !important;
}
.mailpoet_form .mailpoet_form_column{
    width: 100%;
    display: block;
    padding: 5px;
    flex-basis: inherit !important;
}

.mailpoet_spacer {
    display: none !important;
}

.mailpoet_text {
    width: 100% !important;
    outline: none;
    float: right;
    font-family: 'sky' !important;
    height: 50px !important;
}

.mailpoet_submit {
    /* position: absolute !important; */
    /* left: 0; */
    /* top: auto; */
    font-family: 'sky bd' !important;
    height: 47px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0060B7 !important;
}

.mailpoet_paragraph {
    margin-bottom: 0 !important;
}


/* copy */

.copy {
    clear: both;
    border-top: 1px solid #E1E3E5;
    padding: 10px 15px;
    background: #fff;
}

.copy .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 13px;
}

@media (max-width: 769px) {
    .copy .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
/*         padding-bottom: 55px; */
    }
}

.copy .container .box {
    width: auto;
    color: #3a3a3a;
    padding: 5px 0;
    display: flex;
    justify-content: center;
}

.copy .container .box img {
    height: auto;
    width: 100%;
    /* filter: grayscale(1); */
    margin: 0 auto;
    display: block;
    max-width: 330px;
}

.copy .container .box a {
    color: #000;
    text-decoration: none;
    outline: none;
}

.copy .container .box a:hover {
    color: #0060B7;
}


/* /********************************* */

.slid-cat {
    padding: 20px 20px 0;
}

@media (max-width: 769px) {
    .slid-cat {
        display: none;
    }
}

.slid-cat .container {
    padding: 0;
}

.slid-cat .container .slider-cat {
    padding: 0;
    position: relative;
}

.slid-cat .container .slider-cat .item {
    padding: 0;
    position: relative;
    direction: rtl;
}

.slid-cat .container .slider-cat .item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.slid-cat .container .slider-cat .item .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 50px;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.slid-cat .container .slider-cat .item .text p {
    margin: 0;
}

.slid-cat .container .slider-cat .item .text h1 {
    margin: 10px 0;
    color: #000;
    font-family: 'sky bd';
}


/*  */


/* category-page */

.category-page {
    background: #F6F6F6;
    padding: 0 6px 40px;
}

.category-page .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1270px;
    align-items: flex-start;
    padding: 0;
}

.category-page .container .contents {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px;
}

.category-page .container .contents .product-items .prics .fooot {
    direction: ltr;
}

.category-page .container .sidbar {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 15px 0;
    overflow: hidden;
}

@media (max-width: 769px) {
    .category-page .container .contents,
    .category-page .container .sidbar {
        padding-left: 0;
        padding-right: 0;
        border: none !important;
    }
}

.category-page .container .sidbar .box {
    width: 100%;
}

.item-pro {
    padding: 5px 3px;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}


/* block-top */

.block-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5px;
    width: 100%;
}

.woocommerce-result-count {
    display: none;
}

.block-top h1 {
    font-size: 24px;
    font-weight: 700;
    color: #1A1E26;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-top h1 .filter {
    font-size: 18px;
    color: #B0823F;
    display: none;
}

@media (max-width: 769px) {
    .block-top h1 {
        width: 100%;
    }
    .block-top h1 .filter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 65px;
    }
}

.block-top select.orderby {
    height: 44px;
    padding: 0 15px;
    border-radius: 50px;
    margin: 0;
    border: 1px solid #F4F4F4;
    outline: none;
    color: #000;
    font-size: 14px;
}

.block-top .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	display: none;
}

.block-top .box #searchform {
    height: 44px;
    padding: 0 15px 0 50px;
    border-radius: 50px;
    margin: 5px 0;
    border: 1px solid #F4F4F4;
    outline: none;
    color: #000;
    font-size: 14px;
    width: 100%;
    max-width: 400px;
    position: relative;
    display: flex;
    background: #FAFAFA;
}

.block-top .box #searchform #search-header {
    width: 100%;
    height: 41px;
    background: #FAFAFA;
    outline: none;
    border: none;
}

.block-top .box #searchform button {
    width: 30px;
    height: 30px;
    border: none;
    background-color: #FAFAFA;
    background-image: url("img/ss.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 7px;
    left: 15px;
    outline: none;
}

@media (max-width: 769px) {
    .block-top .box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-content: center;
        align-items: center;
        width: 100%;
    }
    .block-top .box #searchform {
        max-width: 100%;
        width: 100%;
    }
    .block-top select.orderby {
        width: 100%;
        max-width: 100%;
    }
    .woocommerce-ordering {
        width: 100%;
    }
}


/**/

.pagenavi {
    clear: both;
    margin: 50px 0 0;
    padding: 0 10px;
    text-align: left;
    float: left;
    width: 100%;
}

.pagenavi ul.page-numbers {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    float: right;
    flex-direction: row;
}

.pagenavi ul.page-numbers li {
    float: left;
    margin: 5px;
    /*  width: 35px;
    height: 35px;
    line-height: 35px;*/
    text-align: center;
    color: #0060B7;
    border-radius: 5px;
}

.pagenavi ul.page-numbers li a {
    text-decoration: none;
    outline: none;
    color: #000;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    line-height: 35px;
    display: flex;
    background: #f1f1f1;
    justify-content: center;
    align-items: center;
    padding: 5px 0 0px;
}

.pagenavi ul.page-numbers li .current,
.pagenavi ul.page-numbers li a:hover {
    color: #fff;
    width: 35px;
    height: 35px;
    background: #eab678;
    border-radius: 5px;
    line-height: 35px;
    display: block;
    background: #0060B7;
    padding: 3px 0 0px;
}


/*  */

ul.wpfColorsRow {
    padding: 20px 0 10px;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

label.icon {
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    display: block;
    margin: 0 auto;
}

.wpfFilterWrapper {
    margin: 0 0 20px;
    border: 1px solid #EBEBEB;
    padding: 0 0 10px 0 !important;
    direction: rtl;
    text-align: right;
    border-radius: 15px;
}

.wpfFilterWrapper .wpfFilterTitle {
    padding: 7px 15px;
    display: block;
    border-bottom: 1px solid #EBEBEB;
    margin: 0;
    position: relative;
}

.wpfFilterWrapper .wfpTitle {
    font-size: 16px;
    font-weight: bold;
    height: 44px !important;
    margin: inherit;
    padding: inherit;
    color: inherit;
    line-height: inherit;
    padding: 0 5px !important;
    margin: 0;
    display: flex !important;
    align-items: center;
}

.wpfFilterWrapper i,
.wpfFilterWrapper svg {
    display: inline-block;
    float: left !important;
    position: absolute;
    left: 17px;
    top: 50%;
    color: #0060B7;
    margin-top: -5px;
}

.filter-box {
    width: 100%;
}

ul.wpfFilterVerScroll {
    display: block;
    padding: 20px 5px 15px;
    direction: rtl;
    text-align: right;
}

ul.wpfFilterVerScroll li {
    direction: rtl;
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul.wpfFilterVerScroll li label {
    display: block;
    vertical-align: baseline;
    display: flex;
    width: 100%;
    margin: 0 0 5px;
    justify-content: flex-start;
    flex-direction: row;
    text-align: right;
}

ul.wpfFilterVerScroll li label input {
    margin: 4px 0 0 10px;
}

.wpfFilterWrapper .wpfCheckbox label {
    width: 20px !important;
    height: 20px !important;
    margin: 4px 0 0 10px;
}


/*  */

.wpfColorsRow {
    /* padding: 20px 20px !important; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpfColorsRow li {
    width: 20% !important;
    min-width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*  */

.wpfFilterContent {
    padding: 0 20px !important;
}

.wpfPriceInputs {
    direction: ltr;
    padding: 0 0 15px;
}

.wpfPriceRangeField#wpfMinPrice,
.wpfPriceRangeField#wpfMaxPrice {
    background-color: #fff !important;
    border: 1px solid #c5c5c5 !important;
    color: #000 !important;
    height: 36px !important;
    padding: 0 15px !important;
    outline: none;
    border-radius: 0 !important;
}

.wpfFilterButton.wpfButton {
    color: #fff;
    background-color: #0060B7;
    /* background-image: url("img/all.png"); */
    background-repeat: no-repeat;
    background-position: right 60% center;
    width: 100% !important;
    outline: none !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    /* padding-left: 24px !important; */
    font-family: 'sky bd' !important;
    font-size: 18px !important;
    font-weight: normal !important;
}

.wpfFilterButton.wpfButton:hover {
    background-color: #f1f1f1;
    color: #000
}


/*  */

.filter-xs {
    display: none;
}

@media (max-width: 769px) {
    .filter-xs {
        display: flex;
        width: 90%;
        height: 50px;
        align-items: center;
        justify-content: center;
        background: #0060B747;
        margin: 20px auto 0;
        border-radius: 10px;
        flex-direction: row-reverse;
        font-size: 20px;
    }
    .filter-xs i {
        margin: 0 10px;
    }
}

@media (max-width: 769px) {
    .filter-box {
        display: none;
    }
    .filter-box.on {
        display: block;
    }
}


/***************************************************************/


/**/

.single-product {
    padding: 30px 0;
    /* background-image: url("img/s-p.png"); */
    /* background-repeat: no-repeat; */
    /* background-position: right top; */
    /* background-size: 50% auto; */
    background: #F6F6F6;
}

.single-product .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.single-product .block {
    float: right;
    padding: 15px;
    text-align: right;
}

.single-product .block.images {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    flex-wrap: wrap;
}

.single-product .block.images .box.box-img {
    float: right;
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    padding: 20px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-product .block.images .image {
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 769px) {
    .single-product .block.images .box .image {
        height: 300px;
        overflow: hidden;
    }
}

.single-product .block.images .box-img img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.single-product .block.images .box-img .image {
    display: none;
}

.showw {
    display: flex !important;
}

.single-product .block.images .box-img .amwl-add-to-wishlist-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
}

ul.var {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    list-style: none;
    float: right;
    width: 88%;
}

ul.var li {
    margin: 0 0 5px;
    width: 90%;
    background: #fff;
    border: 2px solid #eee;
    padding: 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    height: 60px;
    float: left;
    overflow: hidden;
}

@media (max-width: 769px) {
    ul.var {
        padding: 10px 0 0 0;
        clear: both;
        margin: 10px 0 0;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    ul.var li {
        margin: 0 4px 5px;
        width: 22%;
        height: 60px;
        float: left;
    }
}

ul.var li img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.act {
    border-color: #0060B7!important;
}


/**/

.product-summary {
    padding: 0 10px 0;
}

.product_title.entry-title {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 600;
}

.product-summary .price {
    font-size: 0;
    color: #0060B7;
    font-weight: 600;
    margin: 0;
    text-decoration: none !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
    align-items: flex-end;
}

.product-summary .price  .woocommerce-Price-amount bdi {
    font-size: 20px ;
}
.product-summary .price ins {
    float: left;
    text-decoration: none !important;
}

.product-summary .price del {
    font-size: 17px;
    color: #999 !important;
    margin: 0 11px;
    display: inline-block;
    font-weight: normal;
}
.product-summary .price del bdi{
    color: #999 !important;
    font-size: 13px !important;
	
}

/* del * {
    color: #f00 !important;
} */

ins,
ins * {
    text-decoration: none !important;
}

.woocommerce-product-details__short-description {
    overflow: hidden;
    /*border-bottom: 1px solid #EAEAEA;*/
    position: relative;
    transition: all 0.5s ease 0s;
    /* display: none; */
}

.auto {
    transition: all 0.5s ease 0s;
    height: auto;
}

.woocommerce-product-details__short-description p {
    font-size: 14px;
    line-height: 1.7;
}

.woocommerce-product-details__short-description:after {
    background: #FFFAF5;
    padding: 1px 10px;
    color: #CB296D;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
}

.woocommerce-product-details__short-description h4 {
    display: none;
}

.variations_form {
/*     overflow: hidden; */
    padding: 0;
    margin: 0;
    direction: rtl;
	position: relative;
}

.single_variation_wrap {
    overflow: hidden;
    padding: 0;
    margin: 0;
    /* border-top: 1px solid #eee; */
}

.product_meta {
    display: none;
}

body .qib-button-wrapper {
    width: 27%;
    position: relative;
    max-width: 100%;
    overflow: hidden !important;
    border: 1px solid #c7c7c7;
    border-radius: 50px;
    background: #F0F0F0;
    margin: 0 0 0 3%;
    text-align: center;
    padding: 5px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 769px) {
.product-summary .qib-button-wrapper {
    max-width: 29% !important;
    /* order: 10 !important; */
}
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0 !important;
    background: #F0F0F0 !important;
    border-color: #F0F0F0 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 30px;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 49px;
    padding: 6px 12px 8px;
    text-align: center;
    background: #F0F0F0;
    border: none !important;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
    width: 40px;
    text-align: center;
    padding: 0 0 0px !important;
    outline: none;
    color: #000;
    margin: 0;
}

.single-product form.cart{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
@media (min-width: 769px) {
.single-product form.cart  .qib-button-wrapper{
	        order: 10 !important;
}
.single-product form.cart  .qib-button-wrapper ~ .single_add_to_cart_button{
	        order: 8 !important;
}
.single-product form.cart  .qib-button-wrapper ~ .wpcbn-btn-single{
	        order: 5 !important;
}
}


.single-product form.variations_form.cart.wvs-loaded{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row !important;	
}
@media (min-width: 769px) {
    .single-product form.variations_form.cart.wvs-loaded  .qib-button-wrapper {
        max-width: 29% !important;
        order: 10 !important;
    }
}




.single-product form.cart .variations {
    width: 100% !important;
    max-width: 100%;
}
.single-product form.cart > div{
    width: 100% !important;
    max-width: 100%;
}

.single-product form.cart .variations tr {
    display: block;
}

.single-product form.cart .variations tr th,
.single-product form.cart .variations tr td {
    clear: both;
    display: block;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

ul.variable-items-wrapper {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    direction: rtl;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.variable-items-wrapper li {
    float: left;
    margin: 0 10px 0 0;
    border-radius: 8px;
}

.selected {
    position: relative;
    overflow: hidden;
    padding: 0 0px;
    border-radius: 12px;
    padding: 0;
    direction: ltr;
}

.variable-item-span {
    padding: 0;
    width: 25px !important;
    height: 25px !important;
    margin: 0;
    font-size: 14px;
    text-align: center;
    border: 2px solid #ddd;
    /* border-radius: 50%; */
    overflow: hidden;
    background: #fff;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px !important;
}

.selected .variable-item-span {
    transform: scale(0.8);
    border-radius: 50%;
    border-color: #19a320;
    box-shadow: 0 0 9px #19a320;
    position: relative;
}

.selected .variable-item-span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #f0f; */
    border-radius: 50%;
    z-index: 9;
    background-image: url("img/select.png");
    background-position: center;
    background-repeat: no-repeat;
}

.selected .variable-item-span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
    height: 50px !important;
    text-align: center;
    font-family: fontawesome;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
}

.woo-selected-variation-item-name {
    color: #0060B7;
    font-weight: 500;
}

a.reset_variations {
    display: none !important;
}

ul.products {
    padding: 0;
}


/*  */

button.single_add_to_cart_button {
    color: #fff;
    padding: 0 !important;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px ;
    height: 47px;
    text-align: center;
    margin: 0px 5px 0;
    border: none;
    outline: none;
    position: relative;
    background: #0060B7;
    width: 180px;
}

button.single_add_to_cart_button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     background-image: url("img/add-to.png") !important; */
    background-repeat: no-repeat;
    background-position: right 16% center;
    z-index: 99;
    display: none;
}
.single_add_to_cart_button.button.alt{
	background: #0060B7
}

@media (max-width: 769px) {
    button.single_add_to_cart_button {
        padding: 0 !important;
        font-size: 15px !important;
        margin: 10px 0 0!important;
        text-align: center;
        width: 46%;
    }
    body .qib-button-wrapper {
        width: 100% !important;
        order:  0 !important;
    }
}

button.single_add_to_cart_button:hover {
    background: #0060B7;
}

.tinv-wraper.tinv-wishlist {
    font-size: 100%;
    text-align: right;
}

.box-img .add_to_wishlist {
    background-image: url(img/heart2.png);
    background-size: auto auto;
    background-position: center;
    background-repeat: no-repeat;
}


/*  */

.posted_in {
    margin: 0 0 5px;
}

.posted_in a {
    color: #0060B7;
}

.posted_in a:hover {
    color: #000;
}


/***************************************************************/

.related {
    padding: 30px 10px 0 !important;
    background: #f6f6f6;
}

.related .container {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 100px;
}

.related h1 {
    display: block;
    padding: 0 10px;
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 600;
    color: #272343;
}

@media (max-width: 769px) {
    ul.products {
        padding: 0;
    }
}

.related .owl-prev {
    left: 0;
    bottom: -37px;
    top: auto;
    z-index: 9;
    opacity: 1;
    border-radius: 50%;
}

.related .owl-next {
    left: 50px;
    right: auto;
    bottom: -37px;
    top: auto;
    z-index: 9;
    opacity: 1;
    border-radius: 50%;
}


/*  */

.icoons {
    display: none;
    flex-wrap: wrap;
    margin: 15px 0 10px;
    padding: 0;
    justify-content: space-between;
}

.icoons .ic {
    height: 56px;
    padding: 0 70px 0 10px;
    background-position: right top;
    display: flex;
    background-repeat: no-repeat;
    margin: 5px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 150px;
}

@media (max-width: 769px) {
    .icoons .ic {
        margin: 5px 0;
        width: 100%;
    }
}

.icoons .icon1 {
    background-image: url("img/free.png");
}

.icoons .icon2 {
    background-image: url("img/stoke.png");
}

.icoons .icon3 {
    background-image: url("img/critve.png");
}

.icoons .ic span {
    color: #878787;
    font-size: 16px;
    margin: 0 0 5px;
}

.icoons .ic h5 {
    color: #272343;
    font-size: 18px;
    margin: 0;
}


/*  */

.pro-content {
    padding: 10px 20px 5px;
    background: #f6f6f6;
}

.pro-content .container {
    padding: 0;
    color: #535353;
    font-size: 18px;
    background: #fff;
    /* box-shadow: 0 0 20px #ccc; */
    padding: 20px;
    border-radius: 10px;
	max-width: 1150px;
}

.pro-content .container h4 {
    margin: 20px 0;
    border-top: 1px solid #DBDBDB;
    padding: 20px 0 0;
    color: #050226;
    font-size: 18px;
    font-family: sky bd;
}

.pro-content .container h4:first-child {
    border: none;
}

.pro-content .container ul {
    margin: 0 20px 0 0;
    padding: 0;
}

.pro-content .container img {
    width: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}


/* cart-head */

.cart-head {
    padding: 0;
    margin: 0;
}

.cart-head .container {
    /* background-image: url("img/head.png"); */
    background-size: 100% 100%;
    border-radius: 0 0 15px 15px;
    padding: 30px 20px;
    text-align: center;
    color: #000000;
}

.cart-head .container h1 {
    margin: 0 auto;
    font-size: 30px;
    font-family: 'sky bd';
    padding: 0;
}


/***/

.cart-page {}

.cart-page .container {
    padding: 0;
}

@media (max-width: 769px) {
    .cart-page .container {
        padding: 0 25px !important;
    }
}

.cart-page .container .woocommerce {
    padding: 0;
}

.woocommerce table.shop_table {
    border: none;
    direction: rtl;
}


/* cart-head */

.cart-head {
    padding: 10px !important;
    margin: 15px 0;
    /* background: #0060B72b; */
}

.cart-head .container {
    background: #0060B7;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
}

.cart-head .container .block {
    display: flex;
    margin: 0 auto;
    max-width: 560px;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cart-head .container .block:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #C3D2CC;
}

@media (max-width: 769px) {
    .cart-head .container .block {
        display: flex;
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        z-index: 2;
    }
    .cart-head .container .block:after {
        content: "";
        position: absolute;
        top: 10px;
        width: 2px;
        left: 16px;
        height: auto;
        bottom: 10px;
        background-color: #C3D2CC;
    }
    .cart-head .container .block .step-cart {
        padding: 10px 0 !important;
        margin: 10px 0;
    }
}

.cart-head .container .block .step-cart {
    padding: 0 15px;
    background: #F4F4F4;
    color: #717378;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    position: relative;
    z-index: 5;
    align-items: center;
}

.cart-head .container .block .step-cart .ico {
    width: 34px;
    height: 34px;
    display: flex;
    border-radius: 50%;
    margin: 0 10px 0 0;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.cart-head .container .block .step1-1 .ico,
.cart-head .container .block .step2-2 .ico {
    background: linear-gradient(270deg, #CC9D50 0%, #764A1B 100%);
}

.cart-head .container .block .step-cart .ico i {
    width: 16px;
    height: 16px;
}

.step1 i {
    background-image: url("img/step1.png");
}

.step1-1 i {
    background-image: url("img/step1-1.png");
}

.step2 i {
    background-image: url("img/step2.png");
}

.step3 i {
    background-image: url("img/step3.png");
}


/*  */

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
    padding: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    color: #fff;
    padding: 0 0;
    border-radius: 10px;
    display: flex;
    background: #0060B7;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    height: 53px;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    font-weight: 500;
    position: relative;
}

.woocommerce #payment #place_order:after,
.woocommerce-page #payment #place_order :after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
/*     background-image: url("img/add-to.png"); */
    background-repeat: no-repeat;
    background-position: 80px center;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    flex-direction: row;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #fff;
}


/*  */

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 48px;
    border: 1px solid #E5E5E5;
    padding: 0 15px;
    border-radius: 10px;
}

.woocommerce form .form-row label {
    line-height: 2;
    color: #46494F;
}

.woocommerce form .form-row .required {
    color: #46494F;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff00;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    height: 48px;
    display: flex;
    align-items: center;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("img/drob.png");
    width: 15px;
    height: 15px;
    background-size: 100%;
    font-size: 0;
    top: 19px;
    left: 15px !important;
    border: none;
}


/**************************/

.singel .blocks-cart {
    float: left;
    padding: 20px;
    margin-top: 50px;
}

.shop_table.cart {
    width: 100% !important;
    border: none !important;
    text-align: left !important;
    direction: ltr;
    margin: 0 0 0 !important;
}

.shop_table.cart tr {
    font-weight: 500 !important;
    border: none;
}

.shop_table.cart th {
    /* border-bottom: none; */
    font-weight: 500 !important;
    overflow: hidden;
    font-size: 14px !important;
    text-align: right;
}

.shop_table.cart td {
    font-weight: 500 !important;
    padding: 8px 0;
    overflow: hidden;
    text-align: right;
}

.shop_table.cart .product-thumbnail-img {
    height: 70px;
    width: 70px;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
}

.product-thumbnail-img img {
    width: auto;
    height: auto !important;
    max-height: 60px !important;
}

.product-thumbnail h3 {
    margin: 0;
    color: #060709;
    font-size: 20px;
    font-weight: 400;
}

.shop_table.cart img {
    width: auto;
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    border-radius: 7px;
}

.product-name a {
    color: #9D9EA2;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
}

.variation-Color {
    font-size: 14px;
    font-weight: 500;
}

.variation-Color p {
    line-height: normal;
    color: #002439;
}

.shop_table.cart .product-price {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.shop_table.cart .remove {
    background: url("img/remove.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    border-radius: 0 !important;
    width: 18px !important;
    height: 21px !important;
    font-size: 0 !important;
    opacity: 0.3;
}

.shop_table.cart .qib-button-wrapper {
    transform: scale(0.7);
}

.after {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
    direction: rtl;
}

.after:after {
    content: "";
    background: #002439;
    height: 40px;
    width: 100%;
    border-radius: 25px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1;
    display: none;
}

@media (max-width: 769px) {
    .singel .blocks-cart {
        padding: 10px 0;
    }
    .after:after {
        display: none;
    }
    .shop_table.cart td {
        padding: 10px !important;
    }
    .shop_table.cart .qib-button-wrapper {
        float: right;
    }
}

button.button {
    color: #002439 !important;
    padding: 0px 15px;
    border: none !important;
    outline: none;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 500 !important;
    color: #fff !important;
    background: #19A320;
    margin: 0;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sky bd;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 5px;
    left: 1.5em;
}

.woocommerce-Price-amount.amount {
    /* color: #002439; */
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0;
    border: 1px solid #E3E3E3;
    max-width: 100%;
}

@media (max-width: 769px) {
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        max-width: 100%;
    }
}

.width {
    width: 0 !important;
    padding: 0 !important;
    border: none !important;
    color: #fff;
}

.product-quantity .qib-button-wrapper {
    width: 100px;
    max-width: 100%;
}

.woocommerce-cart-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-cart-form .blocks-cart {
    padding: 15px;
}

@media (max-width: 769px) {
    .woocommerce-cart-form .blocks-cart {
        padding: 15px 0;
    }
}


/***/

form.coupon {
    position: relative;
    padding: 10px 0;
    display: flex;
}

form.coupon p {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}

form.coupon .input-text {
    padding: 10px 10px;
    background-color: #fff;
    width: auto;
    border-radius: 48px !important;
    border: 1px solid #eee;
    height: 46px;
    padding: 0px 30px 0 10px !important;
    outline: none;
    width: 60% !important;
    background-image: url("img/cobon.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

form.coupon .button {
    color: #fff !important;
    padding: 0;
    border-radius: 58px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px !important;
    height: 46px;
    width: 38%;
    text-align: center;
    margin: 0;
    background: #000;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    color: #fff !important;
    padding: 0 30px 5px;
    border-radius: 25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px !important;
    height: 35px;
    width: auto;
    text-align: center;
    background: #0060B7;
    float: right;
}

.woocommerce ul#shipping_method li label {
    color: #000000;
}

.checkout-button.button.alt.wc-forward {
    color: #fff;
    padding: 0 0;
    border-radius: 10px;
    display: flex;
    background: #0060B7;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    height: 53px;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    font-weight: 500;
    position: relative;
}

.checkout-button.button.alt.wc-forward:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
/*     background-image: url("img/add-to.png"); */
    background-repeat: no-repeat;
    background-position: 80px center;
}


/*  */

.blocks-check {
    padding: 15px;
}

.blocks-check>#order_review_heading {
    display: none;
}

#order_review {
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 20px;
    max-width: 400px;
    float: left;
}

.form-row.place-order {
    padding: 0 !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #faeee780;
    color: #000;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #faeee780;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}


/*  */

.icon-foot {
    padding: 60px 0;
}


/*  */

.fav {
    display: flex;
    flex-wrap: wrap;
}

.fav .item-pro {
    padding: 10px;
}

.labol-offer {
    display: none;
}

.reat {
    display: none;
}

.prics h3 a {
    color: #000000;
    font-size: 17px;
    margin: 0;
    text-decoration: none;
    outline: none;
    direction: rtl;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding: 5px 0;
    min-height: 44px;
    align-items: center;
}

.product-items .remove {
    width: 44px !important;
    height: 44px !important;
    font-size: 0 !important;
    background-image: url(img/added.png);
    background-size: 100% 100%;
    position: absolute !important;
    left: 10px;
    top: 10px;
    border-radius: 10px;
    border: none;
}

.social-buttons {
    display: none;
}

.product-price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #9A9CAA;
}

.product-price ins {
    padding: 0 !important;
    margin: 0 0 0 7px !important;
    border: none !important;
    color: #DE222C;
    font-family: sky bd;
    font-size: 17px;
}

.product-price del {
    text-decoration: wavy;
}


/*  */

.woocommerce ul.order_details {
    display: none;
}

.woocommerce-order-details {
    /* display: none; */
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 15px;
    background: #fff;
}

.woocommerce-customer-details {
    display: none;
}

.blocks-cart-all {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-order {
    display: none;
}


/*  */

.my-account {}

.my-account .container {
    padding: 0;
}

.my-account .container .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.my-account .container .woocommerce .woocommerce-MyAccount-navigation {
    padding: 15px;
    width: 25%;
}

.my-account .container .woocommerce .woocommerce-MyAccount-content {
    padding: 15px;
    width: 70%;
}

@media (max-width: 769px) {
    .my-account .container .woocommerce .woocommerce-MyAccount-navigation {
        padding: 15px 15px;
        width: 100%;
    }
    .my-account .container .woocommerce .woocommerce-MyAccount-content {
        padding: 15px 5px;
        width: 100%;
    }
}


/*  */

.woocommerce-MyAccount-navigation h1 {
    color: #3C4242;
    font-size: 28px;
    padding: 0 15px 0 0;
    border-right: 8px solid #272343;
    margin: 0 0 10px;
}

.woocommerce-MyAccount-navigation h1 span {
    color: #0060B7;
}

.woocommerce-MyAccount-navigation h1~h6 {
    margin: 0 0 30px;
    color: #807D7E;
    font-size: 14px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    display: block;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #807D7E;
    font-size: 17px;
    padding: 10px 45px 10px 5px;
    display: flex;
    border-right: 5px solid #fff;
    border-radius: 8px 0 0 8px;
    position: relative;
    align-items: center;
}

.woocommerce-MyAccount-navigation ul li a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
}


/*  */

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::after {
    background-image: url("img/o.png");
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::after {
    background-image: url("img/u.png");
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::after {
    background-image: url("img/u.png");
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::after {
    background-image: url("img/e.png");
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #0060B726;
    border-right: 5px solid #0060B7;
    color: #0060B7;
}

.woocommerce-MyAccount-navigation ul li.is-active a::after {
    filter: grayscale(0) !important;
}

.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--wishlist {
    display: none !important;
}


/*  */

.order-body {}

.order-body .order-box {
    padding: 10px;
}

.order-body .order-box .box {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.order-body .order-box .box .woocommerce-Price-amount {
    color: #0060B7;
    font-size: 18px;
}

.woocommerce-button.button.view {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 100px;
    color: #fff;
    background: #0060B7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.stut {
    position: absolute;
    bottom: 15px;
    left: 125px;
    width: 110px;
    color: #000000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #ddd;
    height: 36px;
}


/* stepbar */

.stepbar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0;
}

.stepbar:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: #DFDFDF;
}

.stepbar ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
}

.stepbar ul li {
    color: #807D7E;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 25%;
}

.stepbar ul li i {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 0 10px;
    background: #D8D8D8;
    border: 5px solid #fff;
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.stepbar ul li.Placed {
    color: #0060B7;
}

.stepbar ul li.Placed i {
    background: #0060B7;
}

@media (max-width: 769px) {
    .stepbar ul li {
        font-size: 11px;
    }
}

.woocommerce-order-details__title {
    font-size: 16px !important;
}

.order-again a {
    color: #fff !important;
    padding: 0 0;
    border-radius: 10px !important;
    display: flex !important;
    background: #0060B7 !important;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    height: 53px;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    font-weight: 500;
    position: relative;
}

.order-again a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
/*     background-image: url("img/add-to.png"); */
    background-repeat: no-repeat;
    background-position: 80px center;
}


/*  */

.boxss {
    background: #F6F6F6;
    padding: 25px;
    border-radius: 15px;
    margin: 0 0 20px;
    color: #807D7E;
    display: flex;
    flex-direction: column;
}

.boxss strong {
    color: #000;
    margin: 0 0 5px;
}


/*  */

.tit {
    display: flex;
    align-items: center;
}

.back {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url("img/back.png");
    background-size: 100% 100%;
    margin: 0 0 0 10px;
    border: none;
    outline: none;
}


/*  */

.woocommerce-EditAccountForm.edit-account {
    max-width: 500px;
}

.woocommerce-EditAccountForm.edit-account .nav-tabs {
    border: none;
    margin: 0 0 20px;
    padding: 0;
}

.woocommerce-EditAccountForm.edit-account .nav-tabs li {
    border: 0;
    padding: 0 5px;
}

.woocommerce-EditAccountForm.edit-account .nav-tabs li button {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    height: 44px;
    display: flex;
    color: #B3B3B3;
    font-size: 17px;
    outline: none;
    align-items: center;
    min-width: 130px;
    justify-content: center;
}

.woocommerce-EditAccountForm.edit-account .nav-tabs li button.active {
    background: #dddddd;
    color: #0060B7;
    border: 1px solid #08042E;
}

.woocommerce-EditAccountForm.edit-account .button,
.woocommerce-address-fields .button {
    color: #fff;
    padding: 0 0;
    border-radius: 10px !important;
    display: flex;
    background: #0060B7 !important;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    height: 53px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 20px auto 0;
    font-weight: 500;
    float: right;
    position: relative;
}

.woocommerce-EditAccountForm.edit-account .button:after,
.woocommerce-address-fields .button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
/*     background-image: url("img/add-to.png"); */
    background-repeat: no-repeat;
    background-position: 80px center;
}

.woocommerce-Address-title {
    background-color: #ffffff;
    border-right: 6px solid #0060B7;
    padding: 20px;
    margin: 0 0 20px;
    color: #0060B7;
}


/*  */

.bg-about {
    padding: 20px 15px;
    background: #F6F6F6;
}

.bg-about .container {
    /* background-image: url("img/bg-about.png"); */
    background-size: 100% 100%;
    border-radius: 15px;
    padding: 15px 10px;
    text-align: center;
    color: #ffffff;
    background: #0060b7;
}

.bg-about .container h1 {
    margin: 0 auto;
    font-size: 30px;
    font-family: 'sky bd';
    color: #fff;
}
.bg-about .container h2 {
    margin: 0 auto;
    font-size: 30px;
    font-family: 'sky bd';
    color: #fff;
}

.page {
    padding: 40px 15px;
}

.page .container {
    max-width: 960px;
    color: #484848;
}

.page .container h1,
.page .container h2,
.page .container h3,
.page .container h4,
.page .container h5,
.page .container h6 {
    color: #000;
}


/*  */

.head-about {
    padding: 20px;
}

.head-about .container {
    background: linear-gradient(152.54deg, #00A995 -134.11%, #006EB9 -76.53%, #00AA4F -8.59%, #006EB9 86.98%);
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    border-radius: 15px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 769px) {
    .head-about .container {
        min-height: 100px;
    }
}

.head-about .container::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/about.png");
    background-size: 100% auto;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center bottom;
}


/* about-text */

.about-text {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 46% auto;
}

.about-text .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

.about-text .container .block {
    padding: 20px;
    color: #000000;
    font-size: 17px;
}

.about-text .container .block img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.about-text .container .block h1 {
    color: #0060b7;
    margin: 0 0 15px;
    font-size: 33px;
    font-family: sky bd;
}

.about-text2 {
    background-color: #FBFBFB;
}

@media (max-width: 769px) {
    .about-text2 {
        background: #FBFBFB !important;
    }
}

.about-text2 .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.ul-about {
    list-style: none;
    outline: none;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.ul-about li {
    display: flex;
    color: #000000;
    /* font-size: 14px; */
    flex-direction: column;
    align-content: flex-start;
    min-height: 60px;
    margin: 0 0 15px;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 0 60px 0 0;
    direction: rtl;
}

.ul-about li img {
    width: 40px;
    /* height: 60px !important; */
    margin: 0 !important;
/*     border-radius: 50%; */
    position: absolute;
    top: 0;
    right: 0;
    /* filter: grayscale(1); */
}

.ul-about li h3 {
    color: #0060b7;
    margin: 0 0 5px;
    font-size: 18px;
}

.wpforms-submit{
	min-width: 150px;
	background: #0060b7 !important;
	border: none;
	outline: none
}

/*  */

.logoos {
    padding: 40px 20px;
}

.logoos .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logoos .container h5 {
    width: 100%;
    color: #0060b7;
    margin: 0 0 20px;
    font-size: 22px;
    text-align: center;
}

.logos-box {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.logos-box img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}


/*  */

.vid {
    padding: 25px 20px;
}

.vid .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vid .container video {
    border-radius: 20px;
    height: 442px;
}

@media (max-width: 769px) {
    .vid .container video {
        border-radius: 0;
        height: 220px;
    }
}


/*  */

.contact-page {
    padding: 30px 0px;
    /* background-image: url("img/right-instructors.png"); */
    background-repeat: no-repeat;
    background-position: right 120px;
    background-size: auto 160px;
}

.contact-page .container {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.contact-page .container .block {
    padding: 20px;
}

.contact-page .container .block h2 {
    margin: 0 0 15px;
    font-family: sky bd;
    font-size: 26px;
}

.ul-contact {
    background: #fff;
    padding: 25px 50px;
    box-shadow: 0px 5px 22px -8px #00000021;
    border-radius: 25px;
}

@media (max-width: 769px) {
    .ul-contact {
        padding: 25px;
    }
}

.contact-page .container .block iframe {
    width: 100%;
    border-radius: 15px;
    height: 300px;
    margin: 0;
}


/*  */

.medias {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.medias a {
    margin: 2px 3px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #FAEEE7;
    color: #0D063A;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.medias a:hover {
    background: #0D063A;
    color: #fff;
}


/*  */

.rows {
    padding: 5px;
}

.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form .col-12{
	padding: 5px
}
.rows p {
    margin: 0;
}

.rows .wpcf7-form-control {
    width: 100%;
    height: 46px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    margin: 0;
    text-align: right;
    direction: rtl;
    color: #000;
    outline: none;
    padding: 0 15px;
    margin: 5px 0 0;
}

.wpcf7-form-control.wpcf7-textarea {
    height: 140px;
    padding: 15px;
	width: 100%;
}


/*  */

.wpcf7-form-control.wpcf7-submit {
    background: #0060B7;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: none;
}


/*  */


/*  */

.page .nav-tabs {
    border: none;
    display: flex;
    margin: 0 0 25px;
    align-items: center;
    justify-content: center;
}

.page .nav-tabs li {
    padding: 5px;
}

.page .nav-tabs li button {
    width: 147px;
    background: #fff;
    border: 1px solid #eee;
    color: #000;
    border-radius: 25px;
    outline: none;
}

.page .nav-tabs .nav-link.active {
    color: #fff !important;
    background: #0060B7;
}

.page .active .u-column1.col-1 {
    display: none !important;
}

.page .tab-pane {}

.page .tab-pane h2 {
    display: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    text-align: right;
    border-radius: 5px;
    max-width: 450px;
    margin: 0 auto;
    border: none;
}

.woocommerce-form.woocommerce-form-login.login {
    text-align: right;
    border-radius: 5px;
    max-width: 450px;
    margin: 0 auto;
    border: none;
}

.input-text {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 48px;
    border: 1px solid #E5E5E5;
    padding: 0 15px;
    border-radius: 10px;
}

.page .tab-pane button.button {
    color: #002439 !important;
    padding: 0 15px;
    height: 46px;
    border: none !important;
    outline: none;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 500 !important;
    color: #fff !important;
    width: 100%;
    clear: both;
    background: #0060B7;
}

.banks {
    padding: 0 !important;
    margin: 6px 0 15px;
    float: right;
    max-width: 100%;
    width: auto;
    height: auto;
	max-height: 50px;
}
.share{
	clear: both;
	padding: 20px 0 0;
}

.woocommerce-notices-wrapper {
    display: none;
}
/*  */
.form-call{
    
.container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 20px auto;
  }
}
  
  
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
  }
  
  select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
    height: 50px;
  }
  
  select:disabled {
    background-color: #e9e9e9;
    cursor: not-allowed;
  }
  
  input[type='text'],input[type='tel'],input[type='email'],input[type='date'],input[type='time'] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
  }
  
  input[type='text']:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.3);
  }
  
  #statusMessage {
    margin-top: 15px;
    font-style: italic;
    color: #666;
    text-align: center;
  }
  
  .select-with-search {
    position: relative;
  }
  
  .search-input {
    margin-bottom: 5px !important;
    padding: 8px 10px !important;
    border-radius: 4px 4px 0 0 !important;
    border-bottom: none !important;
  }
  
  .select-with-search select {
    margin-bottom: 0 !important;
    border-radius: 0 0 4px 4px !important;
  }
  
  #resultArea {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    border-radius: 4px;
  }
  
  /* Add styles for filtered select */
  select option.filtered {
    display: none;
  }
  
  select option.highlight {
    background-color: #4a90e2;
    color: white;
  }
  
  /* Select2 Custom Styles */
  .select2-container .select2-selection--single {
    height: 50px !important;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 0 10px;
  }
  
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 28px;
    color: #555;
  }
  
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 36px;
  }
  
  .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 8px;
    border: 1px solid #ccc;
  }
  
  .select2-dropdown {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .select2-results__option {
    padding: 8px 12px;
  }
  
  .select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #4a90e2;
  }
  
  /* Disabled state */
  .select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #e9e9e9;
    cursor: not-allowed;
  }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
    margin: 8px 0 0 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {

    margin-top: 10px !important;
}

form p{
    width: 100%;
}
.wpcf7-submit {
    height: 58px;
}
body div.wpforms-container-full .iti__country-container{
    left: 0;
    right: auto;
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel]{
    padding-left: 54px;
    padding-right: 0;
}
body div.wpforms-container-full .iti {
    direction: ltr;
}
#map{
    background-image: url("img/map.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px 2px 5px;
}
/*  */
.linkss{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.linkss a{
    display: flex;
    height: 80px;
    padding: 0 10px;
    background: #0060b7;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    min-width: 160px;
    border-radius: 10px;
    text-decoration: none;
    outline: none;
    margin: 5px;
}
.linkss a:hover{
	opacity: 0.8;
}
.wpforms-field-html{
	color: #f00;
	font-weight: bold;
	direction: rtl
}
/*  */
.head-cat{
    margin: 20px 0 0;
}
.head-cat .container{
    background: #0060b7;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.head-cat .container h1{
    margin: 0;
    font-size: 30px;
    padding:  0;
}
/*  */

.out-of-stock{
	background: #000;
	color: #fff !important;
	padding: 2px 10px !important;
	display: block;
	width: auto;
	width: 100%;
	margin: 0;
	border-radius: 5px;
	text-align: right;
	font-size: 15px !important;
	font-family: 'sky' !important;
	/* border-right: 5px solid #000 !important; */
}
.product-items p.out-of-stock{
	display: none !important;
}
.out-of-stock ~ .fooot .product_type_simple{
	background: #000 !important;
} 
.out-of-stock ~ .fooot .button{
	background: #000 !important;
} 
/*  */
.woocommerce-variation-add-to-cart.variations_button{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	clear: both;
	flex-direction: row-reverse;
}
.wpcbn-btn{
	background-color: #DD3333 !important;
}
.wpcbn-btn.wpcbn-btn-single.wpcbn-disabled{
/* 	order: 9; */
}
.pages{
    background: #f6f6f6;
    padding: 40px 0;
}
.compare-table {
    overflow-x: auto;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.wishlist-table{
	width: 100%;
	display:flex;
	flex-wrap: wrap;
}
/*  */


#quick-view-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
}

.quick-view-content {
    background: #fff;
    width: 90%;
    max-width: 600px;
    margin: 5% auto;
    padding: 20px;
    position: relative;
    border-radius: 10px;
}
.singel{
	overflow: hidden;
	padding: 50px 20px;
}
/*  */

.help{
    padding: 50px 10px;
}
.help .container{
    display: flex;
    flex-wrap: wrap;
}
.help .container .help-box{
    padding: 20px;
    display: block;
}
.help .container .help-box a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.help .container .help-box a i{
    font-size: 50px;
    margin: 0 0 20px;
    color: #0060b7;
}
.help .container .help-box a i.fa-long-arrow-left {
    background: #0060b7;
    color: #fff;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 20px;
    border-radius: 10px;
}
.help .container .help-box a i.fa-long-arrow-left:over {
   opacity: 0.8;
}

.help .container .help-box a h3{
    font-size: 20px;
}
.help .container .help-box a p{
    margin: 0 0 5px;
    color: #444;
}
.help .container h1,
.help .container h2
{
	color: #fff;
	background: #0060B7;
	padding: 10px;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	margin: 0 0 20px;
}

.fa-long-arrow-left{
	font-size: 30px !important;
}
/*  */
.nav-cat{
    background: #F6F6F6;
    padding: 30px 5px;
}
.nav-cat .container{
    display: flex;
    justify-content: space-between;
}
.nav-cat .container a{
    padding: 30px 10px;
    background: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ccc;
    max-width: 300px;
    font-size: 19px;
    width: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
	
}
@media (max-width: 769px) {
	.nav-cat .container a{
		max-width: 100%;
		font-size: 12px;
		width: auto;
		flex: 1;
		margin: 0 5px;
    padding: 30px 5px;
		
	}
	.nav-cat .container a .countdown{
		display: none !important;
	}
}

.nav-cat .container a:hover{
	background: #0060b7;
	color: #fff;
}

.category-page h1{
    margin: 50px 0 20px;
    width: 100%;
    font-size: 28px;
}

.fooot form{
	width: 100%
}
.fooot form button.single_add_to_cart_button{
	width: 100%;
	position: absolute;
	bottom: -47px;
	left: 0;
	z-index: 9;
}
.wpcbn-btn.wpcbn-btn-single.wpcbn-btn-simple.single_add_to_cart_button{
	bottom: 0px !important;
	/* display: none; */
}
.wpcbn-btn.wpcbn-btn-single.wpcbn-btn-simple.single_add_to_cart_button ~ button{
	bottom: 0px !important;
}
.product-items .wpcbn-btn-variable{
	display: none !important;
}
.product-items .qib-button-wrapper{
	display: none !important;
	
}
/*  */
.wpforms-confirmation-container-full{
	display: flex;
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100vh !important;
	align-items: center;
	justify-content: center;
	z-index: 9999999;
	background: #ffffff8c !important;
}
.wpforms-confirmation-container-full p{
    background: #DFFEC6;
    width: 350px;
    max-width: 96%;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}
/*  */
#order_review{
	background: #fff;
}
/*  */
.woocommerce-breadcrumb{
	display: none;
}
.woocommerce-products-header{
	display: none;
}
form.woocommerce-ordering{
display: none !important;	
}

/*  */
.products.columns-4{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 20px 5px;
	margin: 0 auto;
	justify-content: flex-start;
	max-width: 1200px;
}
.products.columns-4 > li{
	width: 16.66%;
	padding: 10px;
	background: #fff;
	border-radius: 15px;
	padding: 10px;
	border: 5px solid #F5F5F5;
}
@media (max-width: 960px) {
	.products.columns-4 > li{
	width: 25%;
}
}
@media (max-width: 769px) {
	.products.columns-4 > li{
	width: 50%;
	padding: 5px;
}
}
.products.columns-4 > li h2{
	font-size: 16px;
}
.products.columns-4 > li .archive-variable-items{
	list-style: none;
	padding: 0;
	margin: 0 0 5px;

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

.acoqvw_sliders{
	list-style: none;
}

.acoqvw_contentSec .qib-button-wrapper{
	    width: 98% !important;
    margin: 0 0 10px !important;
}
.acoqvw_quickview_container .acoqvw_quickview .acoqvw_inner .acoqvw_contentSec .cart .single_add_to_cart_button{
	background: #0060B7;
}
.acoqvw_quickview_container .acoqvw_quickview .acoqvw_inner .acoqvw_contentSec .cart .single_add_to_cart_button:hover{
	background: #0060B7;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,.product_type_simple{
    color: #002439 !important;
    padding: 10px 15px;
    border: none !important;
    outline: none;
    border-radius: 7px;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background: #0060b7;
    width: 100%;
    text-align: center;
}
.acoqvw_contentInner form.cart{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: row-reverse;
}
/*  */
.acoqvw_quickview_container .acoqvw_quickview .acoqvw_inner .onsale {
	position: absolute;
	top: 24px;
	border: 0px;
	border-radius: 50%;
	left: 24px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
	color: #fff;
	z-index: 5;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #19a320;
	box-sizing: border-box !important;
	text-align: center;
}
/*  */

.discount-badge {
    position: absolute;
    bottom: 10px;
    right: 0;
    background-color: #f00;
    color: #fff;
    padding: 4px 7px 1px;
    font-size: 13px;
    z-index: 5;
    direction: rtl;
    font-family: 'sky bd';
}
@media (max-width: 769px) {
	.discount-badge {
    font-size: 11px !important;
}
  .discount-badge .woocommerce-Price-amount bdi{
    font-size: 11px !important;
}
}
.discount-badge bdi{
 color: #fff !important;	
}
.fooot .label{
	display: none;
}
.fooot{
	position:relative;
}
.fooot .price{
	background: #fff;
	position: absolute;
	top: -35px;
	right: 0;
	width: 100%;
	/* background: #f00; */
}
/*  */
.new{
	position: absolute;
	top: 0;
	right: 0;
	background: #F16542;
	color: #fff;
	padding: 2px 10px;
	font-family: 'sky bd';
	font-size: 16px;
	border-radius: 0 10px 0 0;
	z-index: 2
}
.fooot-links{
	display: flex;
	flex-wrap: wrap;
}
.fooot-links .contactus{
    padding: 0px 15px;
    border: none !important;
    outline: none;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500 !important;
    color: #fff !important;
    background: #0060B7;
    margin: 11px 0 5px;
    text-align: center;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fooot-links .contactus ~ button{
	background: #000
}
/*  */
.product-items select{
	height: 26px !important;
	padding: 0 10px !important;
	outline: none !important;
	margin: 0 0 10px !important;
}
.woocommerce-Price-amount bdi{
	color: #0060B7;
	font-family: sky bd;
	font-size: 14px;
}
/*  */

.product-items a.types{
    padding: 0px 15px;
    border: none !important;
    outline: none;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500 !important;
    color: #fff !important;
    background: #0060B7;
    margin: 0;
    height: 47px;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-items a.product_type_simple{
	background: #19A320
}
/*  */

.stepbar{
	display: none;
}
.qty {
	font-family: tahoma !important;
}
.product-items .single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed{
	display: none !important;
}
.product-items p.product.woocommerce.add_to_cart_inline  {
	margin: 0;
	font-size: 0;
}
.product-items p.product.woocommerce.add_to_cart_inline  .woocommerce-Price-amount{
		display: none !important;

}
.optional{
	display: none
}
/*  */
input[type='tel']{
	text-align: right !important;
/* 	background-image: url(img/moro.svg) !important;
	background-repeat: no-repeat !important;
	background-position: left 10px center !important;
	background-size: auto 17px !important; */
}
/*  */
ol.commentlist{
	display: none;
}



.stars{
	/* font-size: 0; */
	direction: rtl
}
.stars a{
	position: relative;
	margin: 0;
	font-size: 0;
	WIDTH: 20px;
	display: inline-block;
}
.stars a:after{
	content:"\f005";
	font-family: fontawesome;
	font-size: 20px !important;
	color: #999;
}
.stars.selected a:after{
	color: gold;
}

.stars a.active:after{
	color: gold;
}
.stars a.active ~ a:after {
	color: #999 !important;
}
/*  */
#comment,#email{
	width: 100%;
	outline: none;
	width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
}
#submit{
	color: #002439 !important;
    padding: 0px 15px;
    border: none !important;
    outline: none;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 500 !important;
    color: #fff !important;
    background: #0060B7;
    margin: 0;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sky bd;
}
.woocommerce-Reviews-title{
	display: none;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text p, .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text p {
    text-align: right;
}
.cr-count-row-count{
	display: none;
	
}
/*  */
ol.commentlist{
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}
ol.commentlist li{
	width: 49%;
	padding: 20px 15px 0 !important;
	border: 1px solid #ddd !important;
	border-radius: 10px;
	margin: 0 0 10px !important
}

@media (max-width: 769px) {
	ol.commentlist li{
	width: 100%;
}
}
.comment-text{
	/* margin: 0 !important; */
	border: none !important;
}

.cr-all-reviews-shortcode ol.commentlist, #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list{
	padding: 0 !important
}

.woocommerce-Reviews{}
.woocommerce-Reviews #comments{
	display: none !important
}



.ivole-meter {
    overflow: hidden;
    background : #ddd !important;
    background: -webkit-linear-gradient(top, #eee, #f6f6f6);
    background: linear-gradient(to bottom, #eee, #f6f6f6);
    background-color: #f3f3f3;
    height: 9px;
    border-radius: 1px;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cr-ajax-search{
	display: none !important;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap, .cr-reviews-grid .cr-summaryBox-wrap {
    background: #fff;
}
.cr-all-reviews-shortcode .cr-count-row, #reviews.cr-reviews-ajax-reviews .cr-count-row{
    background: #fff;
	
}

.cr-average-rating-stars .cr-rating-icon-frnt {

    left: 10px;
}
.ivole-meter .ivole-meter-bar {
    background: #0060B7 !important
}
.woocommerce-review-link{
	display: none !important
}
@media (max-width: 769px) {
.product_type_variable{
	font-size: 15px !important;	
}
}
.iti__flag-container{
	background-image: url("img/moro.svg") !important;
	width: 60px !important;
	background-size: auto 25px !important;
	z-index: 999;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.iti__flag-container *{
	display: none !important
}

input.wpforms-valid{
	background-image: url("img/valid.png") !important;
	background-repeat: no-repeat !important;
	background-position: left 70px center !important;
}
input.wpforms-error{
	background-image: url("img/error.png") !important;
	background-repeat: no-repeat !important;
	background-position: left 70px center !important;
}
/*  */
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
	display: none !important;
}
.none{
	display: none !important
}
header.woocommerce-Address-title{
	position: relative !important;
	z-index: 0;
	margin: 0 0 20px
}
@media (max-width: 769px) {
address{
	margin: 55px 0 0
}
}
/*  */
button.wpcbn-btn{
	position: relative;
	font-size: 0 !important;
}

button.wpcbn-btn:after{
	content:"  ";
	position: absolute;
	top: 0;
	font-size: 17px !important;
	left:0;
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
/*  */
.actions{
	display: none !important
}



/* لإزالة الأسهم في متصفح Chrome و Edge و Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* لإزالة الأسهم في Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.hatef{
	position: relative;
}
.hatef:after{
	content:"";
	position: absolute;
	left: 0;
	top: 40px;
	width: 50px;
	height: 25px;
  background-image: url("img/moro.svg") !important;
  background-size: auto 25px !important;
  z-index: 999;
  background-repeat: no-repeat !important;
  background-position: left 10px center !important;	
}

/*  */

.wpcf7-response-output{
	display: flex;
	position: fixed !important;
	top: 50vh;
	left: 50%;
	align-items: center;
	justify-content: center;
	z-index: 9999999;
	background-color: #DFFEC6;
    max-width: 400px;
    width: 100%;
	margin: -40px auto auto -200px !important;
    padding: 20px !important;
    border-radius: 20px;
    text-align: center;
	font-size: 20px;
	cursor: pointer;
}
/* .wpcf7-response-output:after {
    content: "x";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: #ffb900;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 0px 0 0 1px;
} */


/* .ivole-histogramCell1 .cr-histogram-a{
	font-size: 0
} */

/*  */





@media (max-width: 769px) {}


/*

Manrope
Philosopher
Lexend

*/


/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transform: scale(1.2);


display: flex;
flex-direction: column;
justify-content: center;

*/


/*==========================================*/


/*==========================================*/


/*==========================================*/


/*==========================================*/


/*==========================================*/


/*==========================================*/

.owl-carousel {
    direction: ltr !important;
    position: relative;
}



/* 
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
clear: both;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
clear: both;
} */
