/*
    Theme Name: MabudiUpgrade2020
    Theme URI:
    Description: WC/ WordPress theme
    Author: EkDesign
    Author URI: 
    Version: 2020.2
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&subset=hebrew');

body {
    font-size:16px;
	font-family: 'Assistant', sans-serif;
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#161616;
	}

a {
    color: #ab1d57;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover {
	text-decoration: none;
	color:#951a4c;
}

a:focus { 
    outline: none;
}

input,
textarea,
select {
	box-sizing:border-box;
	border:#CCC 1px solid;
	width:100%;
	padding:7px 5px;
	font-size:1em;
	margin-bottom:10px;
	border-radius:0px;
		
}

input[type="submit"] {
	display: inline-block;
    padding: 7px 15px;
    background: #ab1c55;
    font-size: 23px;
    color: #FFF;
    border: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;

	}

input[type="submit"]:hover {
	background:#de588d;
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}


::-webkit-input-placeholder {
       color: #635a5c;
}

:-moz-placeholder { /* Firefox 18- */
       color: #635a5c;
}

::-moz-placeholder {  /* Firefox 19+ */
       color: #635a5c; 
}

:-ms-input-placeholder {  
      color: #635a5c;
}


.fa-phone {
	-moz-transform: rotate(250deg);
-webkit-transform: rotate(250deg);
-o-transform: rotate(250deg);
-ms-transform: rotate(250deg);
transform: rotate(250deg);
}

.fa-volume-control-phone {
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

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

li {
	list-style: none;
}

.hvr-bounce-to-left:before {
	background:#d47ba7;
}

/* =LAYOUT
-------------------------------------------------------------- */
#wrapper {
	position: relative;
	width:100%;
	background:url(images/wrapper.png) repeat-y;
	background-size:100% cover;
	
	
}
.container {
	position:relative;
}

#main {
	position: relative;
	padding:20px 0;
	
	}

.main-shop {
	background:url(images/bg_grey_r.png) repeat;
}

.bg1 {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background:url(images/bg1.png) top left no-repeat;
	width:376px;
	height:376px;
}
.bg2 {
	position:absolute;
	z-index:1;
	right:0;
	top:0;
	background:url(images/bg2.png) top right no-repeat;
	width:373px;
	height:457px;
}

.bg3 {
	position:absolute;
	z-index:1;
	right:0;
	bottom:0;
	background:url(images/bg3.png) bottom right no-repeat;
	width:359px;
	height:410px;
}


.bg4 {
	position:absolute;
	z-index:1;
	left:0;
	bottom:0;
	background:url(images/bg4.png) bottom left no-repeat;
	width:320px;
	height:255px;
}

.white {
	background:#FFF;
	position: relative;
		
}

/* =HEADER
-------------------------------------------------------------- */
#toprow {
	position: relative;
	z-index:20;
	background:rgba(255, 255, 255, 0.8);
	padding:10px 0;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 7px 7px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 7px 7px 0px rgba(0, 0, 0, 0.2);	
	}

.company {
	color:#a91e55;
}

.top-left {
	text-align: left;
}

.icon-buttons {
	display: inline-block;
	text-align: left;
	
}

.icon-buttons li {
	display: inline-block;
	margin-left:7px;
}

.icon-buttons li i {
	margin-left:4px;
}
.toptel {
	display: inline-block;
	border-left:#d3ccc6 1px solid;
	padding-left:5px;	
	}
	
.tela {
	
}

.toptel i {
		
}


.social-icons {
	position: relative;
	font-size:18px;
	display: inline-block;
}

.social-icons a {
	display: inline-block;
	margin-right:10px;
	color:#000;
	text-align: center;	
}

.social-icons a:hover {
	color:#ab1d57;
	
}

#logorow {
}
.logo {
	text-align: right;
}

#topsearch {
	margin-top:40px;
}


#account-info {
	position: relative;
}

.inlinelogin {
	position: absolute;
	left:0;
	height:0;
	display: none;
	overflow: hidden;
	z-index:999999;
	background:#373833;
	padding:20px;
	text-align: right;
	-webkit-transition: height 500ms ease;
-moz-transition: height 500ms ease;
-ms-transition: height 500ms ease;
-o-transition: height 500ms ease;
transition: height 500ms ease;
}

.inlinelogin.active {
	display: block;
	height: auto;
	animation:slideInDown 0.5s;
}

.inlinelogin input[type="submit"] {
	color:#FFF;
}

.inlinelogin input[type="checkbox"] {
	display:inline-block;
	text-align: right;
	width:15px;
	margin-left:7px;
}

.hello a {
	display: inline-block;
	margin-left:10px;
}

.search-btn,
.top-cart {
	display: inline-block;
	position: relative;
}

.top-cart {
	line-height:16px;
	text-align: left;

}

.top-cart a {
	position: relative;
	color:#161616;
	display: inline-block;
	}

.top-cart i {
	font-size:26px;
}
.top-cart span {
	
}

#menu-left {
	text-align:left;
	font-size:20px;
	padding-top:15px;
}

.cart-contents {
	position: absolute;
	display: block;
	z-index:10;
	font-size:12px;
	top:-4px;
	right:-5px;
	font-weight: bold;
	background:#a7164f;
	color:#FFF;
	width:18px;
	line-height:18px;
	border-radius:50%;
	text-align: center;
}

.cart-contents a {
	color:#b0d103;	
}

/* =MENUS
-------------------------------------------------------------- */
#menurow {
	position: relative;
	z-index:100;
	border-top:#d9d9d9 1px solid;
	border-bottom:#d9d9d9 1px solid;
	margin-bottom:20px;
	
}

.menu-primary-container {
    position:relative;
   	z-index: 100;
	padding:0;
	text-align: center;
	
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float:none;	
		-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}


.menu-primary ul {
	min-width: 250px;
}

.menu-primary li {
	margin-left:5px;
}

/* First Level - Menu Primary */

.menu-primary li a {
	font-size:17px;
	font-weight:600;
	display:block;
	color:#161616;    
    padding: 20px 5px;
	border-bottom:#fff 3px solid;	
	text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
	
	}

.menu-primary li:hover, .menu-primary li:active, .menu-primary li:focus, 
.menu-primary li.current-cat, .menu-primary li.current_page_item, .menu-primary li.current-menu-item  {
	
	 
	
}	

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
	border-bottom:#a7164f 3px solid;
	 
	
}

.menu-primary li.menu-item-has-children a:after {
	content:"\f107";
	font-family:"FontAwesome";
	display: inline-block;
	font-size:20px;
	color:#ab1c54;
	padding-right: 10px;
	position: relative;
	top: 3px;
}


/* Child Levels - Menu Primary */

.menu-primary .sub-level-1 {
	min-width:300px;
	text-align:right;
	background:#FFF;
	padding:10px;
	z-index:100;
	margin:0;
	-webkit-box-shadow: -4px 3px 4px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    -4px 3px 4px 0px rgba(50, 50, 50, 0.25);
box-shadow:         -4px 3px 4px 0px rgba(50, 50, 50, 0.25);	
	
}

.menu-primary li:hover ul {
	}

.menu-primary li li a:before {
	content:"\f100";
	font-family:"FontAwesome";
	display: inline-block;
	font-size:20px;
	color:#ab1c54;
	padding-left:5px;	
}

.menu-primary .sub-level-1 li a {
	color:#000;
	padding:10px 10px;
	border-radius:0;
	border-bottom: #d9d9d9 1px solid;
}

.menu-primary .sub-menu li a:after {
	display: none;
}

.menu-primary .sub-level-1 li:last-child a {
	border-bottom: none;
}
	

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	outline: 0;
	background: rgba(255, 255, 255, 1);
	color:#a7164f;
	border-bottom: #d9d9d9 1px solid;
		   
}

.menu-item a.menu-image-title-after.menu-image-not-hovered img, 
.menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
	padding-right:0 !important;
	padding-left:10px;
}

.sf-sub-indicator {
	display:none;
}



/***************************************MAINSLIDER*************************/
#mainslider {
	direction:ltr;
	position: relative;
	max-height:700px;
	overflow: hidden;
	}



#mainslider .cap {
	position: absolute;
	top:15%;
	color:#505050;
	z-index:200;
	width:100%;
	text-align: center;
	direction:rtl;
	
}

#mainslider .cap a {
	color:#505050;
}

#mainslider .more {
	margin-top:20px;
}

#mainslider .more a {
	color:#505050;
	padding:15px 25px;
	border:#b2d33c 1px solid;
	background: none;
	font-size:28px;
	
}



/******big buttons*************/
.icon-button {
	display: block;
	padding:30px 10px;
	background:#dbe0e3;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.buttonmenu {
	margin-bottom:20px;
}

.archive .buttonmenu {
	margin-bottom:20px;
	margin-top:20px;
}

.icon-button i {
	color:#161618;
	font-size:50px;
	margin-left:10px;
}

.button-text {
	display: inline-block;
	font-size:26px;
	color:#161618;
}

.button-text span {
	font-size:20px;
}

.button-button {
	position: relative;
	top:3px;
	display: inline-block;
	float: left;
	text-align: center;
	padding:7px 5px;
	background:#FFF;
	font-size:20px;
	font-weight:300;
	color:#9fa6a8;
}

.icon-button:hover  {
	background:#bac4ca;
}



/**********************HOME**********************/
.home-section {
	padding:30px 0;
}

#blog-home.home-section {
	padding-top:0;
}

#boxesrow {
	padding: 40px 0;
}

.box-item {
	position: relative;
	display: block;
	margin-bottom:30px;
	color:#FFF;
	padding:20px;
	}
	
.box-item.color1 {
	background:#de588d;
}

.box-item.color2 {
	background:#c4336c;
}

.box-img {
		
	}

.box-img img {
	border-radius:50%;
	overflow: hidden;
	border:#ea99ba 2px solid;	
-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.box-item:hover .box-img img {

}

.box-title {
	font-size:36px;
	line-height:1em;
	color:#FFF;
	padding-right:20px;
	padding-top:25px;
}

.box-title a {
	color:#FFF;
}




#homerow {
	padding:40px 0;
	background:url(images/bg_grey.png) no-repeat;
	background-size: cover;
}




.home-content {
	text-align: center;
	background:#ecf0f1;
	padding:20px;
	padding-top:10px;
	}

.home-content .title span {
	background:#ecf0f1;
}

#home-contact-row {
	padding-top:40px;
	background:url(images/bg_pink_r.png) repeat;
}

.contact-img {
	margin-top:-40px;
	
}

.home-cont-title {
	font-size:43px;
	line-height:1em;
	color:#cc6cab;
	margin-bottom:10px;
}

.home-cont-title strong {
	display: block;
}

.col {
	display:block;
	float: right;
	width:48.5%;
	margin-left:1.5%;
	}

.col:nth-child(even) {
	margin-left:0;
	width:50%;
		}
.homecontact textarea {
	height:100px;
	overflow:auto;
}

.homecontact input[type="submit"] {
	width:100%;
	background:#cd6dab;
	}

.homecontact input[type="submit"]:hover {
	background:#ba6b9e;

}

#articles-row {
	padding:40px 0;
}




/*********GENERAL*******/

#topimage {
	position: relative;
	background:#000;
	}


#topimage img {
	width:100%;
	height: auto;
	opacity:0.7;
}


.topcontent {
	position:absolute;
	width:100%;
	color:#FFF;
	z-index:20;
	padding:40px 50px;	
}



.page-content {
	color:#969696;
	
}

.woocommerce-page .page-content {
	color:#333;
}
.no-img {
	display:block;
	background:#f6f6f6;
	
}

.no-img img {
		
		
}
.title {
	position: relative;
    margin:40px 0;
	font-size: 30px;
	line-height:1em;
	}

.title .border	 {
	width:100%;
	height:15px;
	border-bottom: #d9d9d9 1px solid;
}
.title span {
	position: absolute;
	top:0;
	right:0;
	z-index:10;
	 padding: 0px 20px;
	display: inline-block;
	background:#FFF;
}

.title a {
    color: #cc6caa;
    text-decoration: none;
}

.title a:hover {
	color:#ae6494;
}

.title-line {
	width:65%;
	margin-left: auto;
	margin-right: auto;
	font-size: 43px;
	height:0.6em;
	border-bottom:#8e8e8e 1px solid;
	margin-bottom:1.5em;
	text-align: center;
}

.title-span {
	display: inline-block;
	background:#FFF;
	padding:0 20px;
	color: #cc6caa;
	margin-bottom:20px;
    font-size: 43px;
	line-height:1em;
	text-align: center;
	font-weight:600;
}

.border {
/*  background: url(images/border.png) repeat-x; */
  height: 8px;
  margin: 15px 0;
}


.featured_image {
	position:relative;
	display:block;
}

.featured_image img {
	border-radius:2px;
	height:auto;
}


.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.entry ul,
.entry ol {
	margin-right: 30px;
}

.entry ul li {
	list-style:none;
}

.entry ul li:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content:"\f111";
	padding-left:5px;
	color:#e57ba5;
	font-size:80%;

}

.entry img.alignleft  {
	padding-right:20px;
	padding-bottom:20px;
}


.entry img.alignright {
	padding-left:20px;
	padding-bottom:20px;
}


.one-half {
	width:50%;
	float: right;
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.share-line {
	padding:20px 0;
	font-size:25px;
	color:#ab1c55;
	margin-bottom:20px;
	    border-top: #d9d9d9 1px solid;
    border-bottom: #d9d9d9 1px solid;
}

.share-line .addtoany_shortcode {
	float: left;
}

.share-line .share-txt {
	position: relative;
	top: 5px;
}


/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.single-img.alignleft {
	position: relative;
	margin-right:20px;
	margin-bottom:20px;
		
}

.single-img.alignright {
	position: relative;
	display: block;
	margin-left:40px;
	margin-bottom:40px;
	border:#b0d103 5px solid;
	overflow: hidden;
-webkit-box-shadow: -12px 9px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    -12px 9px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow:         -12px 9px 10px 0px rgba(0, 0, 0, 0.2);
	
}

.single-img img {
	}

#title-row {
	border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin-bottom: 20px;
	}

.shadow {
	width:100%;
	height:1px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}

#breadcrumbs {
	
	}

#breadcrumbs a {
	color:#ab1c55;
	
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/**************GALLERY****************/
.gallery-image {
	position: relative;
	margin-bottom:30px;	
}

.gallery-image img {
	width:100%;
	height: auto;
	}

/**********posts-loop***************/


.page-title {
	font-size: 40px;
	line-height:1em;
	margin-bottom: 20px;
	color:#ab1d56;
	}
	
.toptext {
	font-size:18px;
	margin-bottom:30px;
}
.article {
	display: block;
	border-bottom: #d9d9d9 1px solid;
	padding-bottom:30px;
	line-height:1.3em;
	margin-bottom:30px;
		
}

.article.home-loop {
	padding-bottom:0;
	margin-bottom:0;
	font-size:17px;
	color:#838383;
	border: none;
	
}

.article-img {
	display: block;
	overflow: hidden;
	margin-bottom:20px;
	}

.article-img img {
	width:100%;
	height: auto;
	}

.article-img img:hover {
	
}

.article-inner {
		
}


.art-img {
	position: relative;
	display: block;
	
}
.art-title {
	color:#ab1c54;
	font-size:34px;
	line-height:1em;
	margin-bottom:10px;
}

.art-title a {
	color:#ab1c54;
}

.art-title a:hover {
	color:#000;
}

.post-title {
	font-size:25px;
	color: #a8164f;
	margin-bottom:10px;
		
}

.post-title a {
	color: #a8164f;
}

.post-title a:hover {
	color: #111;
}

.meta-date {
	margin-bottom:10px;
	color:#868c8f;
}

.more  {
	margin:10px 0;
	font-size:20px;
}

.more a {
	color: #FFF;
    padding: 10px 25px;
    background: #b64372;
   	
}

article .more a {
	color: #000;
    padding: 10px 20px;
    border: #b2d33c 2px solid;
    background: none;
	font-weight: bold;
   	
}


.more a i {
	margin-right:5px;
	display: inline-block;
}

/**********************SEARCH*****************/

#searchpanel, 
#searchclose {
	display: none;
}

#searchpanel {
	padding:50px 100px;
}

#searchclose {
	display: block;
	text-align: left;
	font-size:20px;
	margin-bottom:30px;
	margin-top:-30px;
}

.woocommerce-product-search label {
	display: none;
}

#woocommerce-product-search-field {
	display: inline-block;
	width: 80%;
	margin-left:1%;
	padding: 10px 5px;
}

#searchpanel input[type="submit"] {
	display: inline-block;
	width:17%;
}

#search {
	position: relative;
	width:100%;
}

#search form {
	float:left;
	width: calc(100% - 55px);
   }
.search-i {
	float:left;
	width:55px;
	height:52px;
	line-height:52px;
	background:#ab1d57;
	color:#FFF;
	font-size:26px;
	text-align: center;
	border-radius: 0 50% 50% 0;
	padding:0;
}

#search #s {
    background:#f2f3f5;
    color: #333;
    border:#CCC 1px solid;
    width: 100%;
	font-size:20px;
    padding: 12px 7px;
    margin: 0;
    outline: none;
}

#search .arr {
	position: absolute;
	top:12px;
	left:7px;
	z-index:10;
	font-size:24px;
	padding:0;
	background: none;
	color:#666;
}

#search-results .article {
	border-bottom:#a9a9a9 1px solid;
}

#search-results .article:last-child {
	border-bottom: none;
}

.no-results,
.error-404  {
	text-align: center;
	font-size:30px;
}



/***********************CONTACT***********************/
.acf-map {
	width:100%;
	min-height:320px;
}

#location {
	direction:ltr;
	margin:30px 0;
}


div.wpcf7 .ajax-loader {
	float:right;
}

#contact-line {
	background:#ab1c55;
	padding:15px;
	padding-top:20px;
}

.nl-text {
	position: relative;
	top:-15px;
	color:#FFF;
	font-size:30px;
}

.nl-text i {
	position: relative;
	top: 10px;
	font-size:50px;
	margin-left:10px;
}

.gform_wrapper label,  
.gform_validation_container,
.gform_hidden {
	display: none !important;
}

#contact-line .gform_body {
	width:80%;
	float: right;
}

#contact-line .gfield {
	width:31%;
	display: inline-block;
	margin-left:10px;
}

#contact-line .gform_footer {
	width:18%;
	float: left;
}

#contact-line input {
	margin-bottom:0;
	border:#FFF 1px solid;
	background: none;
	color:#fff;
}


#contact-line ::-webkit-input-placeholder {
       color: #FFF;
}

#contact-line :-moz-placeholder { /* Firefox 18- */
       color: #FFF;
}

#contact-line ::-moz-placeholder {  /* Firefox 19+ */
       color: #FFF; 
}

#contact-line :-ms-input-placeholder {  
      color: #FFF;
}


#contact-line input[type="submit"] {
	background:#FFF;
	color:#ab1c55;
	font-size:22px;
	border: none;
}

.contact-page .title {
	text-align: right;
}

#contact-form .wpcf7-form-control-wrap input,
#contact-form .wpcf7-form-control-wrap textarea {
	background:#ecf2f4;
}

#contact-form .wpcf7-form-control-wrap textarea {
	height:210px;
}
#contact-form .send {
	text-align: left;
}

#contact-form .send input {
	display: inline-block;
	width:30%;
}
.contact-info .data {
	display: block;
	float: right;
	width:calc(100% - 66px);
}
.contact-info .c-li i {
	display: block;
	float: right;
	width:46px;
	height:46px;
	line-height:46px;
	text-align: center;
	color:#FFF;
	background:#ab1d56;
	margin-left:20px;
}

.contact-content {
	padding:30px;
	background:#e7ecee;
	font-size:20px;
}




/***************CONTACT-DETAILS********************/
.c-li {
	 margin-bottom: 10px;
}

.c-li i {
	font-size:20px;
	margin-left:10px;
}


/*************************COMMENTS***********************/

#comments-row {
	margin-bottom:40px;
}

.comments-holder {
	width:780px;
	margin:0 auto;
}

.title-comments {
	 background: #FFF;
    color: #cc6caa;
    margin-bottom: 20px;
    font-size: 43px;
    line-height: 58px;
    text-align: center;
    font-weight: 600;
}

.title-comments span {
	position: relative;
	top:10px;
	display: inline-block;
	margin-left:20px;  
}
.title-comments img {
	vertical-align: text-bottom;
}

#comments {
	background:#ebeaec;
	padding:25px;
}

#comments input[type="submit"] {
	width:30%;
	
}

.form-submit {
	text-align: center;
}

.comments-title {
	display: none;
}

ol.comment-list {
	list-style: none;
	margin-right:0;
	padding-right:0;
}

ol.comment-list .comment   {
	padding:20px;
	margin:10px;
	border-bottom:#FFF 1px solid;
}

.comment-author.vcard,
.comment-metadata {
	display:inline-block;
	width:49%;
}

.comment-metadata {
	text-align: left;
}

.comment-metadata a {
	color:#000;
}

.comment-metadata a.comment-edit-link {
	color:#cc6caa;
	text-decoration: underline;
	margin-right:10px;
}

.comment-author.vcard img {
	background:#FFF;
	padding:5px;
	margin-left:10px;
}

.reply {
	text-align: left;
}

.reply a {
	display: inline-block;
	padding: 10px 25px;
    text-align: center;
    color: #FFF;
    background: none;
    border: none;
    border-radius: 6px;
    font-size: 23px;
    border-radius: 3px;
    background: #cc6caa;
}

.reply a:hover {
	background: #ab679d;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#reply-title  {
	color: #cc6caa;
    margin-bottom: 10px;
    font-size: 40px;
	text-align: center;
}

.required {
	color:#cc6caa;
}

/*******************BEFORE FOOTER******************/
#before-footer {
	background:#ebebeb;
	padding:50px 0;
	font-size:22px;
}

#before-footer .title {
	text-align: right;
}

#before-footer .contact-info i,
.address-line i {
	display:inline-block;
	height:52px;
	width:52px;
	line-height:52px;
	color:#e7e7e7;
	background:#FFF;
	border-radius:50%;
	margin-left:10px;
	text-align: center;
	font-size:30px;
}

.address-line img {
	vertical-align: middle;
}

#before-footer .contact-info a {
	color:#000;
}

.address-line {
	margin-bottom:20px;
		
}


.branch {
	font-size:1.5em;
	line-height:1.5em;
	margin:10px 0;
}

.wase {
	
	}
.address span {
	position: relative;
	display: inline-block;
	width:80%;
	top:15px;
}

#before-footer textarea {
	height:120px;
	overflow: auto;
}

#before-footer input[type="submit"] {
	display: block;
	width:70%;
	margin-left: auto;
	margin-right: auto;
	float: none;
		
}

/**************************WIDGETS****************/

.widget-container {
	list-style: none;
	margin-right:0;
	padding-right:0;
}

.widget-container li {
	padding: 0;
	margin:0;
	list-style: none;
}


/* =FOOTER
-------------------------------------------------------------- */

#footer {
	padding:40px 0;	
	font-size:16px;
	color:#838383;
	font-size:20px;
	position: relative;
	z-index:10;
}

.footer-inner {
	
}

.foot-widget-title {
	font-size:26px;
	margin-bottom:15px;
	color:#ab1c55;
}

#footer .social-icons {
	margin-top:30px;
	text-align: center;
}



#footer .menu li{
	display:block;
	float:none;
	margin-bottom:5px;
}


#footer .menu li {
	
}

#footer .menu li a,
#footer .product-categories a {
	display:block;
	color:#838383;
	padding:5px 0;
	
	
}

#footer .menu li a:hover,
#footer .product-categories a:hover {
	color:#ab1c55;
	margin-right:20px;
}



.foot-wdg .textwidget {
	font-size:13px;
}

#footer .contact-info {
	font-size:16px;
}

#footer .contact-info .c-li i,
#footer .contact-info .c-li label
 {
	display: none;
}

#footer .contact-info a {
	color:#838383;
}
.fotter-center {
	padding-top:30px;
	text-align: center;
}

#footer .addtoany_shortcode {
	display: inline-block;
	margin-top:30px;
		
	}

#footer .addtoany_shortcode .addtoany_list a span{
	border-radius:50%;
	padding:4px;
	background:#CCC !important;
	border:#CCC 1px solid;
}

#footer .addtoany_shortcode .a2a_svg svg {
	fill:#CCC !important;
	}

#newsletter-signup .sml_subscribe p {
	margin:0;
}


.widget ul {
	margin:0;
	padding:0;
	list-style:none;
}
.widget ul li {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}


#bottom {
	position:relative;
	color: #838383;
	padding:15px 0;
	border-top: #CCC 1px solid;
	
	}
 
#bottom a {
	color: #838383;
}

#copyrights {
	text-align:right;
	}
#credits {
	text-align:left;
		}

#credits img {
	vertical-align:middle;
}


.gobutton {
	position:relative;
	text-align: center;
}
.gotop {
	display: inline-block;
	position:absolute;
	top:-32px;
	left:48%;
	background:#FFF;
	color:#acabab;
	font-size:32px;
	width: 64px;
	height:64px;
	line-height:64px;
	text-align: center;
	border-radius:50%;
	z-index:90;
}


.rtl .dgwt-wcas-sf-wrapp {
    display: flex;
    flex-direction: row-reverse;
    height: 50px;
}

.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    right: 0;
    border-radius: 0 50% 50% 0;
    background: #ab1d57;
    min-width: 55px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus,
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 12px 7px;
    font-size: 20px;
    background: #f2f3f5;
    width: calc(100% - 53px);
    border-radius: 0;
    height: auto;
}

.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    content: unset;
}

.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path {
    fill: #fff;
}

.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader {
    left: 0 !important;
}

/*******/
.product.product-loop .quantity,
.product.product-loop .reset_variations {
    display: none !important;
}

.product.product-loop .single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    padding: 10px;
    width: 80%;
}

.product.product-loop .woocommerce-variation-add-to-cart {
    background: unset;
}

.product.product-loop .woocommerce div.product form.cart .variations td.label {
    padding-left: 10px;
}

.rtwpvs .product.product-loop .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term label {
    width: 100%;
}

.product.product-loop  .product.woocommerce.add_to_cart_inline {
    margin-bottom: 0;
}

.product-loop .product-info a.added_to_cart {
    display: block;
    margin: 10px auto;
    padding: 10px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 120px;
    z-index: 99;
    width: 80%;
    background: #de588d;
    font-size: 23px;
}

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

.loading-posts {
    display: none;
    text-align: center;
    padding: 20px;
}

.loading-posts img {
    width: 50px;
}

.woocommerce-shipping-calculator .button {
    display: none;
}

ul#shipping_method li {
    display: flex;
    align-items: baseline;
}

ul#shipping_method li input {
    margin-left: 10px;
}
