/* BASE *******************************************************/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }


audio,
canvas,
video {
  display: inline-block; }


audio:not([controls]) {
  display: none;
  height: 0; }


[hidden],
template {
  display: none; }

html {

 }

body {
  -webkit-font-smoothing: antialiased;
 font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #252e35;
 }
  
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  margin: 0;
}


a {
  background: transparent;
  	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
  outline: 0;  }

a:focus {

}

a:active,
a:hover {
 }

h1 {
    color: #252e35;
    font-size: 25px;
    font-weight: normal;
    margin: 0.5em 0;
	line-height: 190%;
}

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong,
.strong {
  font-weight: bold; }

dfn,
em,
.em {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }


p {
    display: inline-block;
    margin: 0.75em 0;
    width: 100%;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


img {
  border: 0;
    height: auto;
  max-width: 100%;  }

svg:not(:root) {
  overflow: hidden; }

 fieldset {
    border: medium none;
    padding: 0;
} 
  
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
}

input[type="text"], input[type="password"], input[type="email"], select, input[type="tel"], select {
	border: 1px solid #e6e6e6;
	height: 64px;
	padding-left: 20px;
	color: #cfcfcf !important;
    font-style: italic;
    -webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select, input[type="tel"]:focus, select {
    padding-left: 24px;
}

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
 }

button[disabled],
html input[disabled] {
  cursor: default; }


table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }	
	
 #main {
	padding-top: 32px !important;
	padding-bottom: 54px !important;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
 }
 
.home #main {
	padding-top: 0px !important;
 }
 
 #main a,  #main a:hover {
	color: #64c6ad;
 }
 
 
 .fixed-main {
	padding-top: 66px !important;
 }


.single-title,
.page-title,
.entry-title {
  margin: 0; }
  
.no-padding-r {
	padding-right: 0 !important;
}

.no-padding-l {
	padding-left: 0 !important;
}
  
#container {
	padding-top: 145px;
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
	width: 100%;
	overflow: hidden;
	margin-left: 0;
}

.container-open {
	margin-left: 66% !important;
}

#mobile-menu {
	background: #323f49 none repeat scroll 0 0;
    height: 100%;
    overflow: hidden;
    padding-top: 0;
    position: fixed;
    top: 72px;
    width: 0%;
    z-index: 222;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

#mobile-menu .mobile-cat a {
    -webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
    left: -300px;
}

#mobile-menu.mobile-menu-open .mobile-cat a {
    left: 0 !important;
}

#mobile-menu.mobile-menu-open > nav {
    position: fixed;
}

#menu-button {
	cursor: pointer;
    display: none;
    float: left;
    margin-left: -10px;
    margin-right: 12px;
    margin-top: 22px;
	height: 32px;
    width: 36px;
}

#menu-button span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 5px;
    margin-bottom: 7px;
    width: 32px;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0);
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0);
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0);
}

#menu-button:hover span, .menu-button-open span {
    background: #65c8c6 none repeat scroll 0 0 !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0.75);
}

.menu-button-open span:nth-child(2) {
	opacity: 0;
}

.menu-button-open span:nth-child(1) {
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	top: 32px;
	position: absolute;
}

.menu-button-open span:nth-child(3) {
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top: 32px;
	position: absolute;
}

#mobile-menu a {
	opacity: 0;
    color: #fff;
	display: inline-block;
    font-size: 17px;
    list-style: outside none d;
    text-decoration: none;
    text-transform: none;
	padding-bottom: 4px;
	position: relative;
	left: -300px;
    margin-left: 28px;
	width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

#mobile-menu a::after {
	background: #65c8c6 none repeat scroll 0 0;
    bottom: 45%;
    content: "";
    display: block;
    height: 6px;
    left: -18px;
    position: absolute;
    width: 6px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	 -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#mobile-menu .mm-goods-title::before {
    color: #fff;
    content: "■";
    font-size: 18px;
    left: -18px;
    margin-right: 6px;
    position: absolute;
}

#mobile-menu .mm-goods-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-left: 28px;
    top: 228px;
    left: -300px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.mobile-menu-open#mobile-menu .mm-goods-title {
    left: 0px;   
}

#mobile-menu a:hover::after, #mobile-menu a:focus::after, #mobile-menu a:active::after   {
	left: -15px;
}

#menu-overlay {
	background: rgba(50, 65, 75, 0) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 0%;
    z-index: 22;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.mobile-menu-open {
    padding-top: 12px !important;
    width: 80% !important;
}


.mobile-cat::after {
    background: #65c8c6 none repeat scroll 0 0 !important;
    content: "";
    display: block;
    height: 1px;
    left: 10px;
    position: absolute;
    top: 0;
    -webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
    width: 0;
}
.mobile-cat {
    display: inline-block;
    margin-top: 10px;
    padding-top: 10px;
    position: absolute;
    top: 250px;
    width: auto;
}

.mobile-menu-open .mobile-cat::after {
    width: 95%;
}

.mobile-menu-open a {
	opacity: 1 !important;
	left: 0 !important;
}

.menu-overlay-open {
	background: rgba(50, 65, 75, 0.7) none repeat scroll 0 0 !important;
	width: 100% !important;
}

.woocommerce .woocommerce-info {
    border-top-color: #66c5ad;
    display: block;
        margin-right: 35px!important;
}
.woocommerce .woocommerce-info:before {
    color: #66c5ad;
}

 .page-id-7 #main {
    min-height: 470px;
}

.page-id-7 #user_login {
    margin-top: 15px;
    max-width: 306px;
}

.wpcf7-response-output {
    border: medium none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#wpcf7-f8-p24-o1 textarea {
	width: 100%;
	resize: none;
	border: 1px solid #e6e6e6;
    color: #cfcfcf !important;
    font-style: italic;
    padding-left: 20px;
	padding-top: 12px;
	height: 118px;
    -webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

#wpcf7-f8-p24-o1 textarea:focus {
    padding-left: 24px;
}

#wpcf7-f8-p24-o1 input {
	width: 100%;
	height: 54px;
	line-height: 52px;
}

#wpcf7-f8-p24-o1 .wpcf7-submit {
	background: #66c5ad none repeat scroll 0 0 !important;
    border: 1px solid #6bd5d3 !important;
    border-radius: 0 !important;
    color: #fff !important;
    max-width: 340px;
	float: right;
    width: 100%;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0);
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0);
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0);
}

#wpcf7-f8-p24-o1 .wpcf7-submit:hover {
	background: #6bd5d3 none repeat scroll 0 0 !important;
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0.75);
}

#wpcf7-f8-p24-o1 .wpcf7-not-valid {
	border-color: #66c5ad !important;
}

.contact-form-header {
	color: #252e35;
    font-size: 25px;
    font-weight: normal;
    margin: 0;
	line-height: 190%;
}

 .page-id-24 #main {
    padding-top: 50px !important;
}

.striped-title-in {
	 font-size: 35px !important;
	 margin-bottom: 15px;
 }


/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.error404 #container #searchform, .search-no-results #container #searchform {
    margin: 0 auto;
    max-width: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    border: 1px solid #66c5ad;
}

.subtitle-404 {
    font-size: 20px;
    font-style: italic;
    text-align: center;
}

.subtitle-404 a:hover {
    text-decoration: none;
}

.search-res-left {
    display: inline-block;
    vertical-align: top;
    width: 12%;
}

.search-res-right {
    display: inline-block;
    vertical-align: top;
    width: 87%;
}

.wpcf7-not-valid-tip, .wpcf7-validation-errors, body.search-results .excerpt-read-more {
	display: none !important;
}

 /* BASE END *******************************************************/
 
 
  
/* HEADER *******************************************************/  

 .header {
    position: fixed;
	background: #fff none repeat scroll 0 0;
    top: 0;
    width: 100%;
    z-index: 222;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

#logo {
    background: transparent url("/wp-content/themes/daria/library/images/logo.png") no-repeat scroll -247px center;
    display: block;
    float: left;
    height: 72px;
    max-width: 74px;
    vertical-align: middle;
    width: 100%;
	 -webkit-transition:all 0.6s ease;
	 transition:all 0.6s ease;
}

#logo-mob {
    background: transparent url("/wp-content/themes/daria/library/images/logo-mob.png") no-repeat scroll center center;
    display: none;
    height: 72px;
    line-height: 72px;
    vertical-align: middle;
    width: 38px;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

#logo-mob:hover {
    width: 42px;
}

#logo:hover {
    background: transparent url("/wp-content/themes/daria/library/images/logo.png") no-repeat scroll 0px center;
}
 
#inner-header {
    display: table;
	position: relative;
    height: 100%;
    width: 100%;
}

#home-slider {
    margin-top: 40px;
	overflow: hidden;
	max-height: 350px;
}

#home-slider .owl-next, #home-slider .owl-prev {
	background: rgba(80, 90, 90, 0) url("/wp-content/themes/daria/library/images/thumbnext-w.svg") no-repeat scroll 15px center / auto 36px !important;
    height: 100%;
    margin-top: 0;
    right: 0;
    top: 0;
    width: 60px;
}

#home-slider:hover .owl-next, #home-slider:hover .owl-prev {
	background: rgba(80, 90, 90, 0.5) url("/wp-content/themes/daria/library/images/thumbnext-w.svg") no-repeat scroll 15px center / auto 36px !important;
}

#home-slider .owl-prev {
	left: 0;
	right: auto;
}

#home-slider .owl-next:hover, #home-slider .owl-prev:hover {  
	background: rgba(80, 90, 90, 0.65) url("/wp-content/themes/daria/library/images/thumbnext-w.svg") no-repeat scroll 18px center / auto 36px !important;
}

.header-top {
	 -webkit-transition:all 0.4s ease;
	 transition:all 0.4s ease;
    height: 72px;
    overflow: hidden;
}

.header-top-1 {
	width: 72px;
	float: left;
}

.header-top-2 {
	float: right;
	padding-left: 18px;
}

.header-top-2 > nav {
    float: right;
}

.header-bottom {
	height: 72px;
	background: #252e35;
}

.header-bottom .wrap {
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.header-bottom-1 {
    float: left;
    width: 33%;
	position: relative;
}

.header-bottom-2 {
    float: left;
    width: 42%;
}

.header-bottom-3 {
    float: right;
    width: 25%;
	padding-left: 40px;
	max-width: 340px;
}

.header-bottom-3 > div {
	color: #fff;
	float: left;
	line-height: 72px;
	position: relative;
	width: 50%;
}

.header-bottom-3 > div > div {
    float: right;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.header-bottom-3 div:hover {
	color: #66c5ad;
}

.header-bottom-3 .wp-user-avatar-file {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    display: block;
	margin: 15px 12px 0 15px;
	float: left;
    height: 44px;
    overflow: hidden;
    width: 44px;
    opacity: 1;
    border: 2px solid;
}

.header-bottom-3 .wp-user-avatar-file:hover {
    opacity: 0.75;   
}

.header-user-nologin .no-log-ico {
	background-image: url("/wp-content/themes/daria/library/images/user.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 31px auto;
    display: block;
    float: left;
    height: 72px;
    margin-right: 8px;
    width: 31px;
}

.header-user-nologin > div {
	cursor: pointer;
}

.header-user-nologin:hover .no-log-ico, .header-user-active .no-log-ico {
    background-image: url("/wp-content/themes/daria/library/images/usered.svg");
}

.header-user-logged a {
	text-decoration: none;
	color: #fff;
}

.header-user-logged a:hover {
	color: #66c5ad;
}

.header-cart {
    float: right !important;
	cursor: pointer;
}

.header-cart .cart-ico {
	background: transparent url("/wp-content/themes/daria/library/images/bag.svg") no-repeat scroll left center / 28px auto;
    display: block;
    float: left;
    height: 72px;
    margin-right: 12px;
	position: relative;
    width: 28px;
}

.header-cart-active .cart-ico, .header-cart:hover .cart-ico {
	background: transparent url("/wp-content/themes/daria/library/images/baged.svg") no-repeat scroll left center / 28px auto;
}

.header-cart-active, .header-cart:hover, .header-user-active {
	color: #66c5ad !important;
}

.header-catalogue {
    background: #65c8c6 none repeat scroll 0 0;
    padding: 50px 32px;
    position: absolute;
	width: 610px;
    top: 54px;
	display: none;
}

.header-catalogue a {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    text-decoration: none;
}

.header-catalogue a:hover {
    text-decoration: underline;
}

.header-catalogue h3 {
    color: #fff;
    position: relative;
	margin-bottom: 44px;
}

.header-catalogue h3::after {
    background: #fff none repeat scroll 0 0 !important;
    top: 36px !important;
}

.header-catalogue-link {
    background: #66c5ad none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 14px 0;
    max-width: 204px;
	padding-left: 50px;
    text-transform: uppercase;
    width: 100%;
	position: relative;
	cursor: pointer;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.header-catalogue-link:hover, .header-catalogue-link-a {
	background: #65c8c6 none repeat scroll 0 0;
}

.header-catalogue-link:after {
	background: transparent url("/wp-content/themes/daria/library/images/catalogue.svg") no-repeat scroll center center / 22px auto;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: 50px;
    top: 0;
    width: 12px;
    z-index: 2;
	-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.header-catalogue-link:hover::after, .header-catalogue-link-a::after {
	-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);	
}

.header-soc {
    border-right: 1px solid #daf4f4;
    float: left;
	margin-right: 20px;
    height: 38px;
    margin-top: 18px;
	padding-right: 28px;
    vertical-align: middle;
}

.header-soc-link {
    display: block;
    float: left;
    height: 38px;
    width: 50px;
}

.header-soc-fb {
	background: transparent url("/wp-content/themes/daria/library/images/facebook.svg") no-repeat scroll center center / 24px auto;
}

.header-soc-im {
	background: transparent url("/wp-content/themes/daria/library/images/instagram.svg") no-repeat scroll center center / 24px auto;
}


.total-amount-header {
	top: 16px;
	left: 20px;
	 -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    background: #64c6ad none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    width: 16px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.header-cart-active .total-amount-header, .header-cart div:hover .total-amount-header{
	background: #fff;
	color: #64c6ad;
}

#searchform {
	position: relative;
	height: 40px;
	border: 1px solid #6a7075;
	background: #fff;
	margin: 14px 0;
	max-width: 80%;
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}

#searchform:hover {
	max-width: 100%;
}

.search-input {
	border: medium none;
    color: #84898d;
    height: 100%;
    padding-left: 16px;
    width: 100%;
}

.searchsubmit {
	top: 0;
	background: transparent url("/wp-content/themes/daria/library/images/search.svg") no-repeat scroll center center;
	position: absolute;
	width: 50px;
	height: 40px;
	right: 0;
	border: none;
	background-size: 22px auto;
    -webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

#searchform:hover .searchsubmit {
    width: 66px;
}

#menu-topmenu {
    width: auto;
	height: 72px;
	float: right;
}

#inner-header nav li {
    display: inline-block;
	padding: 0 8px;
    text-align: center;
    vertical-align: middle;
}

#inner-header nav li a {
    color: #64c6ad;
    display: block;
	line-height: 72px;
	height: 72px;
    font-size: 13px;
    text-decoration: none;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
    text-shadow: 0px 0px 2px rgba(110, 210, 210, 0);
}

#inner-header nav li a:hover, #menu-topmenu .current-menu-item a {
    color: #49d0cc;
    text-shadow: 0 0 3px rgba(110, 210, 210, 0.35);
}

.cart-tab {
	z-index: 1001;
  	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	background: #323f49 none repeat scroll 0 0;
    height: 100%;
    max-width: 380px;
    position: fixed;
    right: 0;
    top: 144px;
    width: 0%;
}

.cart-tab-opened {
	width: 100%;
}


.cart-tab-remove, .remove_from_wishlist, .product-remove .remove {
	background: transparent url("/wp-content/themes/daria/library/images/remove.svg") no-repeat scroll center center / 22px auto;
    left: auto !important;
    right: 0px;
	height: 25px !important;
	text-indent: -9999px;
    top: 0 !important;
	-webkit-border-radius: 0% !important;
	-moz-border-radius: 0% !important;
	border-radius: 0% !important;
}

.cart-tab-remove {
	right: -24px !important;
}

.cart-tab-opened .cart-tab-remove {
	right: 0px !important;
}

.cart_list.product_list_widget {
	-moz-transition: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0.4s;
  -webkit-transition: all 0.3s ease 0.4s;
     transition: all 0.3s ease 0.4s;
	 opacity: 0;
}

.cart-tab-opened .cart_list.product_list_widget {
	 opacity: 1 !important;
}

.cart-tab-remove:hover, .remove_from_wishlist:hover, .product-remove .remove:hover {
    background: transparent url("/wp-content/themes/daria/library/images/remove.svg") no-repeat scroll center center / 25px auto !important;
}

.cart-tab li.empty {
	color: #fff;
}

.mini-cart-wrap {
    height: 100%;
    max-height: 520px;
    overflow: hidden;
}

.mini-cart-title {
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 32px;
    margin-top: 36px;
    padding-left: 32px;
}

.mini-cart-wrap .cart-tab-item {
    margin-bottom: 32px !important;
    padding-bottom: 0 !important;
    padding-left: 32px !important;
}

.cart-tab-in-attr div {
    display: inline-block;
    margin-right: 15px;
    width: 100%;
}

.shop_table .cart-tab-in-attr div {
	margin-right: 0;
}

.shop_table .product-remove {
	max-width: 90px;
}

.cart-tab-in-attr div p {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    color: #252e35;
    font-size: 12px;
    height: 37px;
    line-height: 35px;
    margin: 0;
    text-align: center;
    margin-top: 2px;
}

.cart-tab-in-img {
    display: inline-block;
	margin-right: 12px;
    vertical-align: top;
}

.cart-tab-in-img img {
	margin-left: 0 !important;
    border: 1px solid #e7e7e7;
    float: left !important;
    max-width: 92px !important;
    width: 100% !important;
}

.cart-tab-in-body {
    display: inline-block;
    vertical-align: top;
}

.cart-tab-in-title {
	color: #66c5ad;
    font-size: 16px;
    line-height: 100%;
    max-width: 144px;
    text-decoration: none;
}

.cart-tab-in-title:hover {
	text-decoration: underline;
}

.cart-tab-in-body .quantity {
    color: #fff;
	margin: 6px 0;
}

.cart-tab .quantity {
    border: none !important;
	height: auto !important;
}

.cart-tab .cart-parent {
    display: none;
}

#sidebar1 {
  border: 1px solid rgb(230, 230, 230);
  padding: 30px;
  margin-top: 20px;
}
#sidebar1 .widget_layered_nav ul{

}
#sidebar1 .widget_layered_nav h4, .widget_price_filter h4{
  font-size: 25px;
  margin: 20px 0 10px;
  font-weight: 400;
}
.widget_price_filter h4{
  margin: 0px 0 10px;
}
.woocommerce .widget_layered_nav ul li {
    padding: 10px;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
    transition: 0.3s ease all;
    display: inline-block;
    margin-top: 10px;
}
.woocommerce .widget_layered_nav ul li:hover, .woocommerce .widget_layered_nav ul li.chosen {
    background: #f2f2f2;
    transition: 0.3s ease all;
}

.woocommerce .widget_layered_nav ul li .count{
    color: #767676;
    margin-left: 2px;
}
.woocommerce .widget_layered_nav ul li a{
    text-decoration: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #66c5ad;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #6bd5d3;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #438977;
}
.yith-woo-ajax-reset-navigation {
  margin-top: 20px;
}

fieldset.prod-vars label, fieldset.prod-vars input{
	display: block;
	font-size: 12px;
}
fieldset.prod-vars label {
	padding-left: 35px;
}
fieldset.prod-vars label:hover, fieldset.prod-vars input:hover{
	cursor: pointer;
}
fieldset.prod-vars input {
	display: none;
}

.products .variation-1 fieldset.prod-vars label{
}
.products .variation-1:hover fieldset.prod-vars label {
    opacity: 1;
}

.products .variation-1, .products .variation-2 {
    padding-left: 10px;
}


/* ============================== */

.product-attr-radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.product-attr-radio + label {
  cursor: pointer;
}
.product-attr-radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.product-attr-radio:not(checked) + label {
  position: relative;
  padding: 15px 10px 15px 30px;
}


.product-attr-radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}


.product-attr-radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #66c5ad;
  opacity: 0;
}
.product-attr-radio:checked + label:after {
  opacity: 1;
}
.product-attr-radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}

.products .variation-1 .product-attr-radio:not(checked) + label {
  padding-left: 53px;
}
.products .variation-1 .product-attr-radio:not(checked) + label:before{
	left: 10px;
}
.products .variation-1 .product-attr-radio:not(checked) + label:after{
	left: 14px;
}

.products .variation-1:hover .product-attr-radio:not(checked) + label {
  padding-left: 45px;
}
.prod-vars .black:not(checked) + label:after {
  background: #000;
}
.prod-vars .beige-biscuit:not(checked) + label:after {
  background: #EAD8C2;
}
.prod-vars .dark-red:not(checked) + label:after {
  background: #8B0000;
}
.prod-vars .bottle-green:not(checked) + label:after {
  background: #006A4E;
}
.prod-vars .dark-blue:not(checked) + label:after {
  background: #191970;
}
.prod-vars .dark-brown:not(checked) + label:after {
  background: #2C2020;
}
.prod-vars .dark-grey:not(checked) + label:after {
  background: #626065;
}
.prod-vars .dark-grey-melange:not(checked) + label:after {
  background: #808088;
}
.prod-vars .green-oil:not(checked) + label:after {
  background: #55A954;
}
.prod-vars .lapis-lazuli:not(checked) + label:after {
  background: #4E4C8D;
}
.prod-vars .medium-grey:not(checked) + label:after {
  background: #95999A;
}
.prod-vars .medium-grey-melange:not(checked) + label:after {
  background: #95999A;
}
.prod-vars .military:not(checked) + label:after {
  background: #7C8558;
}
.prod-vars .plum:not(checked) + label:after {
  background: #4E0032;
}
.prod-vars .rosewood-beige:not(checked) + label:after {
  background: #D27F87;
}

/* ------------------------    */

.mCSB_container {
	margin: 0px !important;
}


.product_list_widget {
    padding-right: 10px !important;
}

.mCSB_draggerContainer {
    width: 12px;
}

.mCSB_scrollTools {
    left: 0 !important;
    right: auto !important;
	opacity: 1 !important;
}

.mCSB_draggerRail {
    background: #252e35 none repeat scroll 0 0 !important;
    width: 12px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.mCSB_dragger {
	height: 30px !important;
	width: 12px !important;
}

.mCSB_dragger_bar {
	width: 12px !important;
	margin: 0 !important;
    background: #66c5ad none repeat scroll 0 0 !important;
    height: 30px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0) !important;
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0) !important;
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0) !important;
    -webkit-transition:all 0.4s ease !important;
	transition:all 0.4s ease !important;
}


#mCSB_1_scrollbar_vertical:hover .mCSB_dragger_bar {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0.75) !important;
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0.75) !important;
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0.75) !important;
}


.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 9px 0 !important;
}

.mCSB_buttonUp, .mCSB_buttonDown {
	background: #66c5ad;
	text-decoration: none;
	opacity: 1 !important;
	width: 12px !important;
	text-align: center;
	height: 9px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0) !important;
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0) !important;
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0) !important;
    -webkit-transition:all 0.4s ease !important;
	transition:all 0.4s ease !important;
}


.mCSB_buttonUp:hover, .mCSB_buttonDown:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0.75) !important;
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0.75) !important;
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0.75) !important;
}

.mCSB_buttonUp::after, .mCSB_buttonDown:after {
    content: "▲";
	font-size: 9px;
	line-height: 9px;
	display: block;
	color: #252e35;
}

.mCSB_buttonDown:after {
    content: "▼";
}

.cart-sidebar .total {
	margin-top: 0px !important;
    border-top: 1px solid #252e35 !important;
    color: #fff;
    font-size: 25px;
    padding-left: 32px !important;
    padding-top: 20px !important;
}

.cart-sidebar .total span:first-child {
	font-size: 16px;
}

.color-button {
    background: #64c6ad none repeat scroll 0 0;
    border: 2px solid #6bd5d3;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 50px;
    margin: 0 32px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0);
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0);
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0);
}

.color-button:hover {
	background: #6bd5d3 none repeat scroll 0 0 !important;
	color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0.75);
}

.cart-sidebar .color-button {
    margin-bottom: 18px;
}

.popup-user {
	position: fixed;
	width: 100%;
	max-width: 710px;
	height: auto;
	background: #fff;
	border: 1px solid #e6e6e6;
	top: 160px;
	left: 50%;
	z-index: 322;
	padding: 80px 28px 44px;
	display: none;
	-webkit-transform:translate3d(-50%, 0px, 0px);transform:translate3d(-50%, 0px, 0px);
}

.popup-user-vis {
	display: block;
}

.popup-user-log {
	display: none;
}

.login-submit {
    padding-bottom: 8px !important;
    padding-top: 22px;
}

.facebook-login {
	margin-top: 18px;
    background-color: #39589f;
    background-image: url("/wp-content/themes/daria/library/images/facebook-w.svg");
    background-position: 28px center;
    background-repeat: no-repeat;
    background-size: 48px auto;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 92px;
    text-align: center;
    width: 100%;
	text-decoration: none;
	line-height: 90px;
}

.facebook-login:hover {
    background-position: 31px center;
}

.facebook-or::before {
    border-top: 1px solid #e7e7e7;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
}

.facebook-or {
    font-size: 16px;
	font-style: italic;
    position: relative;
    text-align: center;
	color: #bebebe;
    z-index: 0;
	font-weight: normal;
	margin: 30px 0;
}

.facebook-or span {
    background: #fff none repeat scroll 0 0;
    padding: 0 40px;
}


.popup-user input {
    border: 1px solid #e6e6e6 !important;
    color: #cfcfcf !important;
    font-style: italic;
    height: 62px;
    padding-left: 20px !important;
    width: 100% !important;
	-webkit-border-radius: 0% !important;
	-moz-border-radius: 0% !important;
	border-radius: 0% !important;
}

#wppb_form_success_message {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    line-height: 100%;
    padding: 12px 0 32px !important;
}

#wppb-submit, input#register {
	height: 62px !important;
    color: #fff !important;
    float: right;
    font-style: inherit;
    max-width: 230px !important;
}

.forgot-pass-link {
    bottom: 70px;
    color: #64c6ad;
    display: block;
    font-style: italic;
    left: 50px;
    position: absolute;
}

#wppb_general_top_error_message, .wppb-error, .wppb-warning {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

body .wppb-register-user .wppb-field-error, body .wppb-edit-user .wppb-field-error, body #wppb-recover-password .wppb-field-error {
    background-color: #fff !important;
    border: medium none !important;
    margin-bottom: 0 !important;
    padding: 0 0 14px 0 !important;
}

.already-reg {
    bottom: 74px;
    position: absolute;
}

.already-reg span {
    color: #64c6ad;
	cursor: pointer;
    font-style: italic;
    text-decoration: underline;
}

.popup-user-close {
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
    background: transparent url("/wp-content/themes/daria/library/images/close.svg") no-repeat scroll center center / 40px auto;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 40px;
    z-index: 2;
}

.popup-user-close:hover {
	-moz-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
}

.blur-overlay, .blur-overlay-cart {
	background: rgba( 255, 255, 255, 0.5);
	position: fixed;
	height: 0%;
	width: 100%;
	z-index: 321;
	top: 0;
}

.blur-overlay-cart {
	top: 144px;
}

.blur-overlay-active {
	height: 100%;
}

.hover-blur {
	-webkit-filter: blur(5px);
	filter: blur(5px);	
}

 .woocommerce-checkout .header-user, .woocommerce-cart .header-user {
	float: right !important;
 }

.wppb-form-field  label, .login-username label, .login-password label, .login-remember, .wppb-form-error, .zm_alr_ul_container, #addresses label, .woocommerce-checkout .header-cart, .woocommerce-cart .header-cart {
	display: none !important;
}

/* HEADER END *******************************************************/  


/* FOOTER *******************************************************/  


.footer {
	background: #252e35;
	padding-top: 50px;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#inner-footer {
	position: relative;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.back-to-top {
	background: #64c6ad url("/wp-content/themes/daria/library/images/top.svg") no-repeat scroll center 6px / 38px auto;
    color: #fff;
    font-size: 20px;
    height: 64px;
    left: 0;
    padding-top: 35px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: -140px;
	margin-left: -100px;
    width: 64px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.back-to-top:hover {
	color: #fff !important;
	background: #64c6ad url("/wp-content/themes/daria/library/images/top.svg") no-repeat scroll center 3px / 38px auto;
}

.back-to-top:hover::after, .back-to-top:focus::after, .back-to-top:active::after {
	opacity: 0.75;
}

.back-to-top::after {
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
    border: 2px solid #64c6ad;
    border-radius: 50%;
    bottom: -4px;
    content: "";
    height: 68px;
    left: -4px;
    position: absolute;
    width: 68px;
	opacity: 0;
}

.footer h3 {
	position: relative;
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 70px;
}

.footer h4 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin-top: 10px;
}

.footer h3::after, .header-catalogue h3::after {
	background: #b8b8b8 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50px;
    width: 20px;
}

.footer-phone {
	color: #fff;
    font-size: 25px;
	line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-mail {
	font-size: 18px;
}

.footer .d-1of2 a {
	font-size: 16px;
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	margin-bottom: 12px;
}

.footer .footer-copyright a {
    color: #4b5862;
    display: inline-block;
    font-size: 12px;
    width: auto;
}

.footer a:hover {
	color: #67cecc;
}

.footer .d-1of2 .f-soc-link {
	border: 2px solid #fff;
	padding-left: 48px;
	font-weight: lighter;
	font-size: 16px;
	color: #fff;
	height: 44px;
	line-height: 40px;
	background: #66c5ad;
	position: relative;
	display: block;
}

.footer .d-1of2 .f-soc-link:hover {
	background: #fff;
	color: #66c5ad;
}

.f-soc-link:before, .f-soc-link:after {
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	content: "";
	border-right: 1px solid #8cd4c2;
	height: 30px;
	top: 5px;
	position: absolute;
	left: 0;
	width: 36px;
}

.footer .d-1of2 .f-soc-link:hover::after {
	opacity: 1;
}

.footer .d-1of2 .f-soc-link:hover::before {
	opacity: 0;
}

.f-soc-link-fb:before {
	background: transparent url("/wp-content/themes/daria/library/images/facebook-w.svg") no-repeat scroll center center / 20px auto;
}

.f-soc-link-im:before {
	background: transparent url("/wp-content/themes/daria/library/images/instagram-w.svg") no-repeat scroll center center / 20px auto;
}

.f-soc-link-fb:after {
	opacity: 0;
	background: transparent url("/wp-content/themes/daria/library/images/facebook.svg") no-repeat scroll center center / 20px auto;
}

.f-soc-link-im:after {
	opacity: 0;
	background: transparent url("/wp-content/themes/daria/library/images/instagram.svg") no-repeat scroll center center / 20px auto;
}

.footer-half-1 > .d-1of2 {
    padding-right: 40px;
}

.footer-half-2 .d-1of2:first-child {
    padding-right: 20px;
}

.footer-half-2 .d-1of2:last-child {
    padding-left: 20px;
}

.footer form {
    position: relative;
	margin-top: 10px;
}

.footer-copyright {
	text-decoration: none;
	margin-top: 98px;
	color: #4b5862;
	font-size: 12px;
}

.newsletter-email {
    background: #3b434a none repeat scroll 0 0;
	font-style: normal !important;
    border: medium none !important;
    color: #838b91;
    font-size: 16px;
    height: 40px !important;
    line-height: 40px;
    padding-left: 10px !important;
    width: 100%;
}

body #container .newsletter-submit, body #container .newsletter-submit {
    background: #66c5ad none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    height: 100% !important;
    position: absolute;
    right: 0;
	top: 0;
    width: 80px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0);
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0);
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0);
    -webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

body #container .newsletter-submit:hover, body #container .newsletter-submit:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    background: #6bd5d3 none repeat scroll 0 0 !important;
}

/* FOOTER END *******************************************************/  

/* HOMEPAGE ********************************************************/


.home-bottom h3 {
    border-bottom: 1px dashed;
    color: #64c6ad;
    display: inline-block;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 22px;
	cursor: pointer;
}

.home-bottom-in {
	height: 100%;
}

.home-bottom-in-closed {
		height: 0px;
		overflow: hidden;
}

#home-slider .item {
    height: 350px;
	padding: 55px 0 40px;
	background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home-slider .item h3 {
    color: #fff;
    font-size: 60px;
	text-align: center;
	line-height: 100%;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(20, 20, 20, 0.5);
}

#home-slider .item a {
    background: #66c5ad none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    height: 46px;
    line-height: 40px;
    margin: 24px auto 0;
    max-width: 220px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

#home-slider .item a:hover {
	border: 2px solid #66c5ad;
}

.owl-stage-outer {
    z-index: 2;
}

.owl-controls {
    height: 100%;
    margin-top: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.owl-dots {
    bottom: 8px;
    position: absolute;
	z-index: 3;
    right: 76px;
}

.owl-dot {
	background: #66c5ad !important;
	opacity: 0.5;
	border: 1px solid #fff;
	width: 12px;
	display: inline-block;
	height: 12px;
	margin-right: 11px;
	-webkit-border-radius: 0% !important;
	-moz-border-radius:  0% !important;
	border-radius:  0% !important;
}

.owl-dot:last-child {
	margin-right: 0;
}

.owl-dot.active {
	opacity: 1;
}

.owl-dot span {
	display: none !important;
}

.owl-prev, .owl-next {
    background-color: rgba(80, 90, 95, 0.5);
    height: 32px;
    position: absolute;
	top: 50%;
	margin-top: -16px;
    width: 44px;
    z-index: 2;
	  -webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	background: transparent url("/wp-content/themes/daria/library/images/thumbnext.svg") no-repeat scroll left center / auto 40px !important;
}

.owl-prev {
	left: 0;
	-moz-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
}

.owl-prev:hover {
	left: -3px;
}

.owl-next {
	right: 0;
}

.owl-next:hover {
	right: -3px;
}

.striped-title::before {
    border-top: 1px solid #e7e7e7;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
}

.striped-title {
    font-size: 25px;
    position: relative;
    text-align: center;
	color: #252e35;
    z-index: 0;
	font-weight: normal;
}

.striped-title span {
    background: #fff none repeat scroll 0 0;
    padding: 0 40px;
}

/* HOMEPAGE END ********************************************************/


/* SINGLE PRODUCT *******************************************************/

.woocommerce-breadcrumb {
    margin-bottom: 32px !important;
	color: #d7d7d7 !important;
	display: inline-block;
}

.shop-header .woocommerce-breadcrumb, .shop-header .woocommerce-ordering {
    margin-bottom: 0 !important;
}

.woocommerce-breadcrumb a {
	text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

.shop-header {
    border: 1px solid #e6e6e6;
    line-height: 55px;
    margin-top: 28px;
	margin-bottom: 28px;
    padding-left: 32px;
}

.woocommerce-ordering {
    margin-right: 22px !important;
    max-width: 250px;
    width: 100%;
	position: relative;
}

.woocommerce-ordering .orderby {
	cursor: pointer;
    color: #000 !important;
    font-style: normal;
    height: 35px;
    margin: 9px 0;
    max-width: 100% !important;
    padding-left: 10px;
    width: 100% !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.woocommerce-ordering:after {
	content: "▼";
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 54px;
	color: #66c5ad;
}

.sortbyspan {
	color: #c9c9c9;
	padding-right: 16px;
	float: right;
}

.yith_magnifier_lens {
	border: none !important;
}

.yith_magnifier_loading {
	display: none !important;
}

#slider-prev {
	-moz-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
	background: transparent url("/wp-content/themes/daria/library/images/thumbnext.svg") no-repeat scroll left center / auto 40px !important;
    left: -20px !important;
    width: 40px !important;
}

#slider-next {
    right: -20px !important;
    width: 40px !important;
	background: transparent url("/wp-content/themes/daria/library/images/thumbnext.svg") no-repeat scroll left center / auto 40px !important;
}

.yith_magnifier_zoom_wrap::after {
  	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
    background: transparent url("/wp-content/themes/daria/library/images/zoom.png") no-repeat scroll center center !important;
    content: "";
    display: block;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100px;
	opacity: 0;
}

.yith_magnifier_zoom_wrap {
    border: 1px solid #e6e6e6;
	position: relative;
}

.yith_magnifier_zoom_wrap:hover::after {
	opacity: 1;
}

.yith_magnifier_zoom_magnifier {
    border: 1px solid #e6e6e6;
	left: 100% !important;
	margin-left: 40px;
	width: 100% !important;
}

li.yith_magnifier_thumbnail {
	border: 1px solid #e6e6e6;
    display: inline-block;
    height: 160px !important;
    margin-right: 24.5px;
    width: 160px !important;
}

.yith_magnifier_thumbnail a {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.yith_magnifier_gallery li.last {
    margin-right: 24.5px !important;
}

li.yith_magnifier_thumbnail:hover {
	border: 1px solid #6bd5d3;
}

.yith_magnifier_thumbnail img {
    margin: 0 auto;
    max-height: 158px;
    width: auto !important;
}

.woocommerce-main-image > img {
    margin: 0 auto;
    max-height: 660px;
    width: auto !important;
}

.woocommerce div.product form.cart .variations td {
    font-size: 25px !important;
}

.woocommerce div.product form.cart .variations label {
    font-weight: normal !important;
}

.woocommerce div.product .product_title {
    color: #252e35;
    font-size: 25px;
    font-weight: normal;
}

.woocommerce .entry-summary p.price, .woocommerce .entry-summary span.price {
    color: #252e35 !important;
    font-size: 35px !important;
    margin-top: 6px !important;
}

.woocommerce span.onsale {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    height: 20px !important;
    line-height: 38px !important;
    min-height: 44px !important;
    min-width: 44px !important;
    right: 22px !important;
    top: 22px !important;
    width: 44px !important;
}

.price > del, .price ins, .price span {
    float: left;
}

.price del {
    float: right;
}

.price del span {
    text-decoration: line-through;
	margin-left: 6px;
}

.prod-vars {
    padding: 15px 0 5px !important;
}

.prod-vars input {
	display: none;
}

.prod-vars .prod-attr-in {
	display: inline-block;
    font-size: 12px;
    height: 48px;
    position: relative;
    text-align: center;
    width: 62px;
}

.prod-attr-in > label {
    height: 46px;
    left: 0;
    position: absolute;
    top: 0;
	z-index: 1;
	cursor: pointer;
    width: 60px;
	border: 1px solid #e7e7e7;
}

.products .prod-attr-in > label {
	border: none !important;
}

.variations .variation-2 .prod-vars .prod-attr-in {
    font-size: 16px;
    line-height: 48px;
}

.single .summary .label {
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
	width: 90px;
}

.single .summary .value {
    display: inline-block;
    vertical-align: middle;
}

.single .summary .prod-vars .prod-attr-in {
    margin-right: 12px;
}

.variations .prod-vars .prod-attr-in:hover label, .attr-cur > label {
	border: 1px solid #6bd5d3;
}

.prod-vars-colors {
	width: 62px;
	height: 48px;
	position: relative;
	margin-bottom: 6px;
}

 .prod-vars-colors:after {
	content:"";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 50%;
	margin-left: -11px;
 }

 .prod-vars-color-black:after {
	background: #000;
 }
 
.prod-vars-color-red:after {
	background: #ff0000;
 }
 
.prod-vars-color-yellow:after {
	background: #fff200;
 }
 
.prod-vars-color-green:after {
	background: #00a651;
 }
 
 .prod-vars-color-blue:after {
	background: #00aeef;
 }
 
 .single .summary .price {
    width: auto !important;
}
 
.single_add_to_cart_button, .color-button-sec, #wppb-submit, input#register, .woocommerce-account form input[type=submit], .checkout-button, .cart-bottom-update .button {
    background: #66c5ad none repeat scroll 0 0 !important;
    border: 1px solid #6bd5d3 !important;
    border-radius: 0 !important;
    height: 48px !important;
    max-width: 306px;
    width: 100%;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	color: #fff !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0);
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0);
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0);
}

.single_add_to_cart_button:hover, .color-button-sec:hover, #wppb-submit:hover, input#register:hover,  .woocommerce-account form input[type=submit]:hover, .checkout-button:hover, .cart-bottom-update .button:hover {
    background: #6bd5d3 none repeat scroll 0 0 !important;
	color: #fff !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0.75);
}

.quantity {
	max-width: 150px;
	height: 48px;
	vertical-align: middle;
	border: 1px solid #e7e7e7;
	padding-right: 0 !important;
}

.single .quantity {
	margin-right: 24px !important;
}

.quantity .input-text::-webkit-inner-spin-button { 
 	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.quantity .minus, .quantity .plus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #6dc8b1 !important;
    height: 50px !important;
    width: 33% !important;
	font-size: 32px !important;
    font-weight: lighter !important;
	position: relative !important;
	float: left !important;
}

.quantity .input-text {
	width: 33% !important;
    border: medium none !important;
    font-size: 22px;
    font-weight: normal !important;
    height: 50px !important;
}

.quantity .minus {
    font-size: 20px !important;
    font-weight: bold !important;
    left: 0;
}

.woocommerce-message {
	display: none;
}

.product-share-wishlist {
	bottom: 120px;
    position: absolute;
    right: -116px;
    z-index: 20;
	opacity: 0;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

li.product:hover .product-share-wishlist {
	opacity: 1;
    right: 16px;
}

.share-product {
    bottom: 0;
    height: 44px;
    overflow: hidden;
    position: absolute;
    right: 55px;
	padding-top: 44px;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.product .share-product:hover {
    height: 188px;
}

.share-product a, .share-product span {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    height: 44px;
    width: 44px;
	background-repeat: no-repeat;
	background-position: center 12px;
	background-size: 22px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 6px;
}

.share-product-g, .share-product span {
	margin-bottom: 0 !important;
}

.share-product a:hover, .share-product span:hover {
	background-color: rgba(110, 210, 210, 0.75);
}

.share-product-f {
	background-image: url("/wp-content/themes/daria/library/images/facebook-w.svg");
}

.share-product-g {
	background-image: url("/wp-content/themes/daria/library/images/google.svg");
}

.share-product-t {
	background-image: url("/wp-content/themes/daria/library/images/twitter.svg");
}

 .share-product span  {
	background-image: url("/wp-content/themes/daria/library/images/share.svg");
	position: absolute;
	top: 0;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	opacity: 1;
 }
 
 
.product .share-product:hover span {
   opacity: 0;
}


.yith_magnifier_mousetrap {
	z-index: 99 !important;
}

.single-product .product .images {
	position: relative;
}

.add_to_wishlist, .removefromwishlist {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    height: 44px;
    text-indent: -9990px !important;
    width: 44px;
	background-image: url("/wp-content/themes/daria/library/images/fav.svg");
	background-repeat: no-repeat;
	background-position: center 12px;
	background-size: 22px auto;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.add_to_wishlist:hover {
	background-color: rgba(110, 210, 210, 0.75);
}

.yith-wcwl-wishlistaddedbrowse span.feedback, .yith-wcwl-add-to-wishlist .ajax-loading, #yith-wcwl-popup-message {
  display: none !important;
}

.add_to_wishlist_faved, .removefromwishlist {
	background-image: url("/wp-content/themes/daria/library/images/faved.svg");
	background-color: rgba(110, 210, 210, 0.75);
}

.product-in-tags {
    margin: 15px 0;
}

.product-in-tags a {
	margin: 0 6px;
    border: 1px solid #e7e7e7;
    color: #252e35 !important;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    max-width: 160px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.product-in-tags a:first-child {
	margin-left: 0px;
}

.product-in-tags a:hover {
	background:  #e7e7e7;
	color: #3d3d3d;
}

.product-in-desc {
	line-height: 165%;
	padding-top: 20px;
}

.product-in-desc p {
    margin: 0;
}

.quantity .quantity-minus-dis {
	color: #ebebeb !important;
}

.product-in-sku {
	margin-bottom: 24px;
}

.products .owl-item li {
	width: 100% !important;
	margin: 0 !important;
    overflow: hidden;
}

.products .prod-vars {
    padding: 0 !important;
}

.products .prod-vars .prod-attr-in {
    margin-bottom: 6px;
	height: 47px;
    vertical-align: bottom;
	width: 100%;
}

.products .prod-vars .prod-attr-in:last-child {
    margin-bottom: 0px;
}

.products .variations {
    height: 54px;
    position: relative;
}

.products .variation-1 {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
    bottom: 0;
    height: 48px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 62px;
}

.look-wrap .products .variation-2 {
	left: 82px !important;
}

.look-wrap .products li:first-child .variation-1 {
    bottom: auto;
    margin-top: -48px;
    top: 100%;
}

.look-wrap .products li:first-child .variation-2 {
    bottom: auto;
    margin-top: -48px;
    top: 100%;
}

.products .variation-1:hover {
    height: auto !important;
    width: 100%;
    z-index: 2;
	max-width: 180px;
}

.products .variation-2:hover {
    height: auto !important;
    z-index: 2;
}

.products .variations > div:hover .prod-vars input[type="radio"]:checked + label, .products .variations > div:hover .prod-attr-in > label, .products .variations > div:hover .prod-vars-colors  {
	border: none !important;
}

.products .variations > div:hover .prod-attr-in  {
	margin-bottom: 0px;	
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(230, 230, 230, 0);
	-moz-box-shadow:    inset 0px 0px 2px 0px rgba(230, 230, 230, 0);
	box-shadow:         inset 0px 0px 2px 0px rgba(230, 230, 230, 0);
}

.products .variations > div:hover .prod-attr-in:hover  {
	cursor: pointer;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(200, 200, 200, 0.75);
	-moz-box-shadow:    inset 0px 0px 2px 0px rgba(200, 200, 200, 0.75);
	box-shadow:         inset 0px 0px 2px 0px rgba(200, 200, 200, 0.75);
}

.products .variation-1:hover .prod-attr-in span {
    line-height: 48px;
	top: 0;
    position: absolute;
	z-index: -1;
}

.products .variation-1 > div:hover .prod-attr-in > label, .products .variations > div:hover .prod-vars-colors {
	width: 100%;
	max-width:125px;
}

.products .variations > div:hover .prod-vars-colors::after {
	left: 19px;
	margin-left: 0px;
}

.products .variation-2 {
	border: 1px solid #e7e7e7;
	background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 48px;
    left: 88px;
    overflow: hidden;
    position: absolute;
    width: 65px;
}

.products .product a img {
	border: 1px solid #e6e6e6;
}

.filter-color-activenot, .filter-size-activenot {
	display: none;
}

.filter-color-active, .filter-size-active {
	display: block;
}

.archive .product a {
    display: block;
    text-align: center;
}

.archive .product a h3 {
    display: inline-block;
    font-size: 16px !important;
    font-weight: normal;
}

.archive .product a .price {
    color: #252e35 !important;
    display: inline-block !important;
    font-size: 16px !important;
}
.single_variation_wrap_visible {
  display: block!important;
      overflow: visible!important;
    height: auto!important;
}
.products .single_variation_wrap {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 158px;
}

.product-filters {
    border: 1px solid #e6e6e6;
}

.product-filters-in {
	padding: 0 32px;
	overflow: hidden;
}

.product-filter {
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
    line-height: 75px;
    width: 100%;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.product-filter-hide {
	line-height: 48px;
}

.product-filter:last-child {
	border: none;
}

.product-filter-hide .pf-array {
	width: 0;
}

.pf-title {
    display: inline-block;
    font-size: 25px;
	vertical-align: top;
	width: 90px;
    padding-right: 25px;
}

.pf-array {
    display: inline-block;
	vertical-align: top;
}

.pf-array span {
    position: relative;
	padding-left: 30px;
	margin-right: 24px;
	display: inline-block;
	cursor: pointer;
}

.pf-array span::before {
    border: 1px solid #68c7af;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
	margin-top: -10px;
    width: 18px;
	 -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.pf-array span:after {
	 -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #64c6ad;
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 50%;
	margin-top: -4px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.filter-color-a:after, .filter-size-a:after {
	opacity: 1 !important;
}

.filter-remove {
    color: #66c5ad;
    display: block;
    font-size: 14px;
    margin-right: 0 !important;
    padding-right: 30px;
    position: absolute !important;
    right: 0;
    text-decoration: underline;
    top: 0;
    cursor: pointer;
}

.filter-remove div:last-child,  .product-filter-hide .filter-remove div:first-child {
	display: none;
}

.product-filter-hide .filter-remove::after {
    -moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}

.filter-remove::after {
    background: transparent url("/wp-content/themes/daria/library/images/filteremove.svg") no-repeat scroll right center / 20px auto;
    content: "";
    display: inline-block;
    height: 20px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    -webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.product-filter-hide .filter-remove div:last-child {
	display: block;
}

.product-filters-close {
	background: #66c5ad;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 28px;
	cursor: pointer;
	line-height: 24px;
}

.product-filters-close:hover {
	background: #6bd5d3;
}

.product-filters-open span:nth-child(1), .product-filters-close span:nth-child(2)  {
	display: none;
}

.product-filters-open span:nth-child(2) {
	display: block;
}

#priceslider {
    width: 420px;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart, .woocommerce div.product form.cart .variations {
	margin-bottom: 0px !important;
}

.home-popular .striped-title, .related.products .striped-title, .home-looks .striped-title {
    padding: 32px 0;
}

.related.products, .home-popular {
    clear: both;
    padding-top: 28px !important;
    width: 100%;
}

.home-popular {
    margin-bottom: 80px!important;
}

.look-image {
	width: 100%;
	height: 455px;
	background-size: cover;
	background-repeat: no-repeat;
}

.look-wrap {
    border: 1px solid #e8e8e8;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 100%;
}

.archive .products li {
    margin-right: 0% !important;
	clear: none !important;
    overflow: hidden;
}

.products li a {
    display: block;
    text-align: center;
	text-decoration: none;
}

.prod-thumbnail {
	position: relative;
}

.prod-thumbnail::after {
	opacity: 0;
    background: rgba(110, 210, 210, 0.5) url("/wp-content/themes/daria/library/images/watch.svg") no-repeat scroll center 22px / 34px auto;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    content: "View";
    font-size: 16px;
    font-style: italic;
    height: 100px;
    left: 50%;
    padding-top: 55px;
    position: absolute;
    top: 50%;
	margin-top: -55px;
    width: 100px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transform:translate3d(-50%, -50%, 0px);
	transform:translate3d(-50%, -50%, 0px);
}

.look-wrap .prod-thumbnail::after {
	display: none !important;
}
li.product:hover .prod-thumbnail::after {
	opacity: 1 !important;
    margin-top: -25px;
}

.products li a .price {
    color: #252e35 !important;
    display: inline-block !important;
    font-size: 16px !important;
}

.look-wrap .products li a {
    text-align: left;
}

.look-wrap > div > h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0 30px;
}

.look-wrap .products li {
    margin-bottom: 40px !important;
    margin-right: 20px !important;
    position: relative;
    width: auto !important;
}

.look-wrap .product-share-wishlist {
    display: none;
}

.products li a h3 {
	display: inline-block;
    font-size: 16px !important;
    font-weight: normal;
    padding-bottom: 6px !important;
    padding-top: 0 !important;
    vertical-align: top;
}

.products li a h3:hover {
	text-decoration: underline;
}

.products li a .price {
    display: inline-block !important;
}


.products .product-in-desc, .products .product-in-tags, .products .product-in-sku, .products .quantity,   .products .variations .label, .archive .woocommerce-result-count, .look-wrap .products li a img, .product-filter-hide .filter-size, .product-filter-hide .filter-color, .single-product .onsale {
	display: none !important;
}

/* SINGLE PRODUCT END ********************************************************/

/* CART CHECKOUT ********************************************************/

.cart_item td {
    border-right: 1px solid #e6e6e6;
    text-align: center;
	position: relative;
}

.cart_item td:last-child {
    border-right: none;
}

.woocommerce table.shop_table {
	-webkit-border-radius: 0% !important;
	-moz-border-radius: 0% !important;
	border-radius: 0% !important;
}

.woocommerce table.shop_table td {
	border-top: none !important;
	border-bottom: none !important;
}

.woocommerce table.shop_table tr:first-child td {
	border-top: 1px solid #e6e6e6 !important;
}

.woocommerce table.shop_table .product-thumbnail {
	text-align: left;
	display: table-cell;
}

.shop_table .product-remove .remove {
    left: 50% !important;
    position: absolute;
    top: 50% !important;
	-webkit-transform:translate3d(-50%, -50%, 0px);
	transform:translate3d(-50%, -50%, 0px);
}

.woocommerce-cart table.cart img {
    width: 95px !important;
	display: block;
	border: 1px solid #e1e1e1;
	height: auto;
}

.cart th {
    color: #252e35;
    font-size: 25px;
    font-weight: normal !important;
    text-align: center !important;
}

.cart th {
    border-right: 1px solid #e6e6e6;
}

.cart th:last-child {
    border-right: none;
}

.cart-title {
    padding-top: 40px;
    text-align: left;
}

.product-subtotal span {
    color: #252e35;
    font-size: 35px;
}

.cart-title a {
    font-size: 25px;
	text-decoration: none;
	
}

.cart-title a:hover {
	text-decoration: underline;
}

.shipping_address {
    display: block !important;
}

.wc-proceed-to-checkout .checkout-button, .cart-bottom-update .button {
    height: 68px !important;
	font-size: 25px !important;
	font-weight: normal !important;
    line-height: 68px !important;
    max-width: 480px !important;
    padding: 0 20px !important;
}

.wc-proceed-to-checkout {
	padding: 0 !important;
}

.cart-bottom {
    text-align: right;
}

.cart-bottom > div {
    display: inline-block;
	height: 68px;
    line-height: 68px;
    vertical-align: top;
}

.cart-bottom-subtotal span:first-child {
    font-size: 25px;
	margin-right: 10px;
}

.cart-bottom-subtotal span:last-child {
    font-size: 35px;
}

.cart-bottom-subtotal {
    padding-right: 45px;
}

#container .filexist {
	display: block !important;
	cursor: pointer;
}

.filexist::before {
	content: "choose a new photo";
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-top: 12px;
}

#container .filexist input {
	opacity: 0;
	height: 0;
}

.contact-checkout.contact-checkout-left {
    float: left;
    width: 41%;
}

.contact-checkout.contact-checkout-right {
    float: right;
    width: 41%;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #e6e6e6 !important;
}

.contact-checkout input {
	height: 56px !important;
}

.select2-choice {
	font-size: 16px;
	background: #fff !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0% !important;
	-moz-border-radius: 0% !important;
	border-radius: 0% !important;
	border: 1px solid #e6e6e6  !important;
	height: 56px !important;
    line-height: 54px !important;
	padding-left: 20px !important;
	font-style: italic !important;
	color: #e5e5e5 !important;
}

.select2-drop-active {
	border: 1px solid #e6e6e6  !important;
	-webkit-box-shadow: none  !important;
	-moz-box-shadow: none  !important;
	box-shadow: none  !important;
}

.select2-search {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.select2-search input {
	border: none !important;
}

.select2-results {
    margin: -1px 0 0;
}

.checkout-login .wppb-alert {
    height: 56px;
    line-height: 54px;
    margin: 0;
    padding-left: 20px;
}

.addresses-logged {
    background: transparent url("/wp-content/themes/daria/library/images/address-logged.png") repeat-x scroll center center;
    display: block;
    height: 56px;
}

.woocommerce-checkout .form-row, .checkout-login {
	margin-bottom: 20px !important;
}

.checkout-login {
	position: relative;
    border: 1px solid #e6e6e6;
    color: #e5e5e5;
    font-size: 16px;
    font-style: italic;
    height: 56px;
    line-height: 54px;
}

.checkout-login-button {
	cursor: pointer;
    background: #64c6ad none repeat scroll 0 0;
    border: 1px solid #6bd5d3;
    color: #fff;
    display: block;
    float: right;
    font-style: normal;
    height: 54px;
    margin-right: -1px;
    margin-top: 0px;
    padding: 0 20px;
    text-align: center;
    width: auto;
}

.checkout-login-button:hover {
	background: #6bd5d3 none repeat scroll 0 0;
}

.checkout-login #wppb-login-wrap {
	background: #fff;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.checkout-login .login-username input, .checkout-login .login-password input {
    border: none !important;
    height: 54px !important;
	-webkit-border-radius: 0% !important;
	-moz-border-radius: 0% !important;
	border-radius: 0% !important;
	width: 100% !important;
}

.checkout-login > span:first-child {
    padding-left: 20px;
}

.checkout-login .login-username, .checkout-login .login-password {
    float: left;
    padding-left: 20px;
    width: 31%;
	padding-bottom: 0 !important;
}

.checkout-login .login-submit {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 38%;
}

.woocommerce-checkout .checkout-login .login-submit #wppb-submit, .wppb-login-wrap-open {
    height: 54px !important;
    font-style: normal;
}

.checkout-login .wppb-error {
    text-align: center;
    top: 52px;
}

.select2-results {
    padding-left: 0 !important;
}

.select2-results li:hover {
	background: #66c5ad !important;
}

.select2-container .select2-choice .select2-arrow, .select2-container .select2-choice .select2-arrow b {
	background: #fff !important;
	-webkit-border-radius: 0% !important;
	-moz-border-radius: 0% !important;
	border-radius: 0% !important;
	border: medium none !important;
}

.select2-container .select2-choice .select2-arrow b::after {
	color: #66c5ad;
    content: "▼";
    line-height: 54px;
    position: absolute;
    right: 10px;
    top: 0;
}

 .checkout-payment-info-in {
	 opacity: 0;
     margin: 0 5% !important;
 }

.checkout-payment-info-in .payment_box {
    padding: 10px;
}
 
  .checkout-payment-info.visible .checkout-payment-info-in {
    opacity: 1;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
 }

.woocommerce-checkout #payment, .checkout-payment-info-in, .checkout-delivery-method, .checkout-delivery-address, .woocommerce-checkout-review-order-table, .checkout-address-info, .checkout-payments-info {
	background: #fff !important;
	border: 1px solid #e6e6e6;
	width: 30%;
	float: left;
    min-height: 380px;
}

.woocommerce-checkout-review-order-table {
    padding: 26px;
    min-height: 538px;
    overflow: auto;
}

.payment_methods.methods li {
    border: 1px solid #6bd5d3;
    color: #6bd5d3;
    height: 64px;
    line-height: 64px !important;
    margin: 0 auto 18px !important;
    max-width: 260px;
    text-align: center !important;
}

.payment_methods.methods li:hover, li.active {
    background: #6bd5d3;
    color: #fff !important;
}

.payment_methods.methods li input {
	opacity: 0;
	position: absolute;
}

.payment_methods.methods li label {
    display: block;
    width: 100%;
	cursor: pointer;
}

.checkout-shippings ul li {
    background: #4a9884 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
	cursor: pointer;
    height: 62px;
    line-height: 60px;
	max-width: 260px;
	margin: 0 auto !important;
    text-align: center;
}

.checkout-shippings ul li label {
	cursor: pointer;
}

.checkout-shippings ul li input, .blockOverlay {
	opacity: 0 !important;
}

.payment_box.payment_method_eway_payments {
	display: none;
}

.checkout-payment-info.visible .checkout-payment-info-in .payment_method_eway_payments:nth-child(3) {
    display: none !important;
}

.checkout-shippings .select2-choice {
	background: #4a9884 !important;
	color: #fff !important;
	width: 260px;
	font-style: normal !important;
	font-size: 18px !important;
	text-align: center;
}

.checkout-shippings .select2-container {
	max-width: 260px;
	margin: 0 auto;
}

.checkout-delivery-method {
	text-align: center;
}

.checkout-subtitle {
    font-size: 25px;
    font-weight: normal;
    padding-bottom: 28px;
    padding-top: 32px;
    text-align: center;
}

.checkout-delivery-method-cost {
	font-size: 25px;
	margin: 26px 0;
}

.checkout-delivery-method-more {
	font-size: 20px;
	color: #64c6ad;
	margin-bottom: 28px;
	display: block;
}

.checkout-delivery-method-more:hover {
    text-decoration: none;
}

.checkout-delivery-method-time {
	font-size: 16px;
	padding: 32px 0 12px;
	color: #c5c5c5;
}

.payment_box.payment_method_eway_payments {
    display: none !important;
}

#ship-to-different-address, .page-id-5  .page-title, .woocommerce-checkout h1, .woocommerce-info.woocommerce_message, .contact-checkout .create-account, .payment_method_paypal label img, .payment_method_eway_payments label img, .payment_method_paypal label a, 
.woocommerce-checkout #payment div.payment_box::before, .checkout-shippings  .select2-arrow {
	display: none !important;
}

.payment_box.payment_method_eway_payments.visible:nth-child(2) {
	display: block !important;
}



.checkout-status h4 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 40px;
    padding: 14px 0;
}

.checkout-status {
    text-align: center;
}

.checkout-status > div > img {
    display: inline-block;
}

form.woocommerce-checkout > * {
    display: none;
}

.checkout-step-1 > #customer_details {
    display: block;
}

.checkout-bottom, .checkout-status {
    display: block !important;
}

.wppb-logout-url {
    background: #64c6ad none repeat scroll 0 0;
    color: #fff !important;
    display: block;
    float: right;
    font-style: normal;
    text-align: center;
    padding: 0 10px;
    text-decoration: none;
}

.wppb-logout-url:hover {
    background: #65c8c6;
}

.checkout-bottom {
    padding-top: 28px;
    clear: both;
}

.color-button.checkout-back::before, .color-button.checkout-forw::before {
    background: transparent url("/wp-content/themes/daria/library/images/checkout-back.png") no-repeat scroll left center;
    content: "";
    display: block;
    height: 20px;
    left: 18px;
    position: absolute;
    top: 14px;
    width: 20px;
}

.color-button.checkout-back, .color-button.checkout-forw {
    margin: 0;
    max-width: 340px;
    color: #fff !important;
    position: relative;
    width: 100%;
    cursor: pointer;
    -webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.color-button.checkout-forw { 
    float: right;
}

.color-button.checkout-forw::before {
    background: transparent url("/wp-content/themes/daria/library/images/checkout-forw.png") no-repeat scroll left center;
    left: auto;
    right: 18px;
}


.woocommerce-checkout #order_review > *, .checkout-step-2 .checkout-back-1, .checkout-step-3 .checkout-back-1, .checkout-back-2, 
.woocommerce-checkout .checkout-status > div .checkout-icon-wrap img:first-child  {
    display: none;    
}

.checkout-step-2 #order_review > #payment, .checkout-step-2 .checkout-payment-info, .checkout-step-2 .checkout-delivery-method, .checkout-step-2 .checkout-back-2, .checkout-step-3 .checkout-back-3, 
.checkout-step-3 .checkout-order-products, .checkout-step-2 #order_review, .checkout-step-3 #order_review .woocommerce-checkout-review-order-table, .checkout-step-3 #order_review, .checkout-step-3 #order_review_heading,
.checkout-step-3 #order_review .checkout-address-info, .checkout-step-3 #order_review .checkout-payments-info
{
    display: block;
}

.checkout-step-2 .checkout-payment-info.visible {
    height: auto;
    overflow: visible;
}

.checkout-step-2 .checkout-status > div:nth-child(2) .checkout-icon-wrap img:first-child, .checkout-step-3 .checkout-status > div:nth-child(3) .checkout-icon-wrap img:first-child,
.checkout-step-1 .checkout-status > div:nth-child(1) .checkout-icon-wrap img:first-child {
    display: inline-block;
}

.checkout-step-2 .checkout-status > div:nth-child(2) .checkout-icon-wrap img:nth-child(2), .checkout-step-3 .checkout-status > div:nth-child(3) .checkout-icon-wrap img:nth-child(2),
.checkout-step-1 .checkout-status > div:nth-child(1) .checkout-icon-wrap img:nth-child(2), .checkout-payments-info-hide {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important;
}

.checkout-step-2 #customer_details, .place-order {
    display: none !important;
}

.checkout-icon-wrap {
    display: inline-block;
    text-align: center;
}

.checkout-status > div:first-child {
    text-align: left;
    padding-left: 56px;
}

.checkout-status > div:nth-child(3) {
    text-align: right;
    padding-right: 56px;
}

.checkout-status > div:first-child::after, .checkout-status > div:nth-child(2)::after {
    background: #eee none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    max-width: 360px;
    position: absolute;
    right: -128px;
    top: 62px;
    width: 100%;
}

.checkout-status > div:nth-child(2)::after {
    right: -218px;
}

.checkout-step-1 .checkout-status > div:first-child::after {
    background: transparent url("/wp-content/themes/daria/library/images/checkout-way-1.png") no-repeat scroll left center;
}

.checkout-step-3 .checkout-status > div:nth-child(2)::after {
    background: transparent url("/wp-content/themes/daria/library/images/checkout-way-1.png") no-repeat scroll left center;
}

.checkout-step-2 .checkout-status > div:first-child::after {
    background: transparent url("/wp-content/themes/daria/library/images/checkout-way-2-1.png") no-repeat scroll left center;
}

.checkout-step-2 .checkout-status > div:nth-child(2)::after {
    background: transparent url("/wp-content/themes/daria/library/images/checkout-way-2-2.png") no-repeat scroll left center;
}

.checkout-step-3 .checkout-status > div:nth-child(2)::after {
    background: transparent url("/wp-content/themes/daria/library/images/checkout-way-3.png") no-repeat scroll left center;
}

.checkout-status > div {
    position: relative;
}

.checkout-payments-info {
    margin: 0 5%;
    min-height: 538px;
    line-height: 280%;
    font-size: 25px;
    text-align: center;
}

.checkout-address-info {
    padding: 0 20px;
    min-height: 538px;
    font-size: 20px;
}

.cai-first, .cai-last {
    display: inline-block;
    font-size: 35px;
}

.cai-address {
    margin-top: 14px;
}

.cai-email {
    color: #64c6ad;
    margin-bottom: 2px;
    margin-top: 14px;
}

.cai-town, .cai-postcode {
    display: inline-block;
}

.checkout-product-item {
    margin-bottom: 10px;
}

.checkout-product-item img {
    border: 1px solid #e6e6e6;
    display: inline-block;
    max-width: 90px;
}

.checkout-product-item .cart_item {
    display: inline-block;
    vertical-align: top;
    padding-left: 14px;
}

.checkout-summ-total {
    background: #b5e9e9 none repeat scroll 0 0;
}

.checkout-summ-total > strong {
    font-size: 35px;
    margin-left: 16px;
    font-weight: normal;
}

.checkout-payments-info .checkout-subtitle {
    line-height: 100%;
}

.checkout-payments-info .checkout-subtitle:first-child {
    padding-top: 32px;
    padding-bottom: 4px;
}

.checkout-payments-info .checkout-subtitle:nth-child(3) {
    padding-bottom: 14px;
}

.checkout-payment-method, .checkout-delivery-method-wrap {
    border-bottom: 1px solid #dde2e3;
    padding-bottom: 24px;
    font-size: 20px;
}

.checkout-summ-subtotal {
    background: #f1f1f1;
    border-bottom: 1px solid #dde2e3;
}

checkout-total-shipping {
    border-right: 1px solid #dde2e3;
}

.product-quantity {
    font-weight: normal;
}

.product-name a:hover {
    text-decoration: none;
}

.checkout-total-shipping {
    border-right: 1px solid #dde2e3;
}

.return-to-shop a {
    background: #66c5ad none repeat scroll 0 0 !important;
    border: 1px solid #6bd5d3 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: normal !important;
    text-transform: uppercase;
}

.return-to-shop a:hover {
    background: #6bd5d3 none repeat scroll 0 0 !important;
}

.checkout-product-item .product-name a {
    text-decoration: none;
}

.checkout-product-item .product-total .amount {
    display: inline-block;
    margin: 4px 0 14px;
}

#eway_payments-cc-form {
    border: 1px solid #efefef;
    padding: 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: relative;
}

#eway_payments-cc-form input {
    color: #2a2a2a !important;
    font-size: 17px;
    font-style: normal;
    height: 24px !important;
    padding-left: 8px !important;
}
    
#eway_payments-cc-form p {
    margin-bottom: 4px !important;
}

#eway_payments-cc-form p label {
    font-size: 12px;
}

.whatscvc, .whatscvcinside {
    display: none;
}

.woocommerce-error, .posted_in, .tagged_as {
    display: none !important;
}

/* CART CHECKOUT END ********************************************************/


/* MY ACCOUNT  ********************************************************/

.my-acc-avatar {
	position: relative;
	padding-right: 0 !important;
	border: 1px solid #e6e6e6;
}

.my-acc-avatar img {
	display: block;
	margin: 0 auto;
}

.my-acc-details {
    padding-left: 62px;
	padding-right: 0 !important;
	max-width: 460px;
}

.woocommerce-account  h1, .woocommerce-account .updated,  .woocommerce-account #wpua-images-existing, .woocommerce-account .wpua-edit-container h3 {
	display: none !important;
}

#wpua-add-existing::after, .filexist::after {
    background: transparent url("/wp-content/themes/daria/library/images/edit.svg") no-repeat scroll left center / 18px auto;
    content: "";
    display: block;
    height: 44px;
    position: absolute;
    right: 12px;
    top: 0;
    width: 20px;
}
#wpua-add-existing, .filexist {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 44px;
    max-width: 50%;
    padding-left: 12px;
    position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	font-style: italic;
    width: 100%;
	-webkit-border-radius: 0% !important;
	-moz-border-radius: 0% !important;
	border-radius: 0% !important;
	 -webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.woocommerce-account #submit::after, #wpua-upload-existing::after {
    background: transparent url("/wp-content/themes/daria/library/images/upload.svg") no-repeat scroll left center / 18px auto;
    content: "";
    display: block;
    height: 44px;
    position: absolute;
    right: 12px;
    top: 0;
    width: 20px;
}

.woocommerce-account #submit, #wpua-upload-existing {
	font-style: italic;
	text-transform: lowercase;
	text-align: left;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	display: none;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
	border: none !important;
    color: #fff;
    font-size: 14px;
    height: 44px !important;
    max-width: 50%;
    padding-left: 12px;
    position: absolute;
    width: 100%;
	-webkit-border-radius: 0% !important;
	-moz-border-radius: 0% !important;
	border-radius: 0% !important;
}

#wpua-add-existing:hover, .woocommerce-account #submit:hover, #wpua-upload-existing:hover, .filexist:hover {
	background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0 !important;
}

.wpua-edit {
    height: 0;
}

.form-row-first, .form-row-last {
	width: 49% !important;
}

.myaccount_user h2 {
	display: inline-block;
    font-size: 35px;
    font-weight: normal;
    line-height: 100%;
    padding-right: 20px;
}


.my-acc-details .col-2.address {
	float: left !important;
	width: 100% !important;
}

.my-acc-edit {
	display: inline-block;
	background: transparent url("/wp-content/themes/daria/library/images/edit-b.svg") no-repeat scroll left center / auto 18px;
	color: #64c6ad;
    font-size: 14px;
    font-weight: lighter;
    padding-left: 20px;
    text-decoration: none;
}

.my-acc-edit:hover {
    text-decoration: underline;
}

.my-acc-email {
    color: #64c6ad;
    margin-bottom: 16px;
    margin-top: 32px;
}

.my-acc-details address {
    display: inline-block;
    padding-right: 20px;
}

.col-2.address address {
	width:80%;
}

.col-2.address .my-acc-edit {
	vertical-align: top;
}

.myaccount_user {
    border-bottom: 1px dashed #a1a1a1;
    margin-bottom: 20px;
}

#addresses .delete {
	background: transparent url("/wp-content/themes/daria/library/images/close.svg") no-repeat scroll left center / auto 10px;
	color: #64c6ad;
	padding-left: 16px;
	text-decoration: none;
	float: left;
}

#addresses .delete:hover {
	text-decoration: underline;
}

.woocommerce form .form-row {
	padding: 0px !important;
}

.my-acc-details .addresses {
	display: none;
}

.my-acc-favs {
	border-top: 1px dashed #a1a1a1;
    margin-top: 20px;
	padding-top: 12px;
}

body.woocommerce-wishlist .remove.remove_from_wishlist {
    position: relative;
    top: 12px !important;
}

.woocommerce table.wishlist_table thead th:nth-child(1), .woocommerce table.wishlist_table thead th:nth-child(2), .woocommerce table.wishlist_table thead th:nth-child(5) {
    border-right: medium none !important;
}
.woocommerce table.wishlist_table thead th {
    border-top: medium none !important;
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #252e35;
    font-style: italic;
}
.products .single_variation_wrap {
  display: none!important;
}
.stock {
  display: none;
}
.entry-summary .stock {
  display: block;
}
.wishlist_table .add_to_cart {
    background: #66c5ad none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
}
ul.page-numbers li{
  margin: 0 3px !important;
  display: inline-block !important;
  border: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7!important;

}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 15px;
    width: 100%;
    height: 100%;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #66c5ad;
    color: #fff;
}
.woocommerce table.wishlist_table tbody td {
    padding: 6px 12px;
}

.wishlist_table .add_to_cart {
    background: #66c5ad none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    border: 1px solid #6bd5d3 !important;
}

.wishlist_table .add_to_cart:hover {
    background: #6bd5d3 none repeat scroll 0 0 !important;
	color: #fff !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(110, 210, 210, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(110, 210, 210, 0.75);
}

.wishlist_table tr {
    font-size: 16px;
}

.wishlist_table .product-price .amount {
    font-size: 20px;
    font-weight: bold;
}

.woocommerce-account form label, .woocommerce-account form fieldset legend, .page-id-159 h1, #addresses #label_field, .woocommerce-wishlist h2, .woocommerce-wishlist tfoot, .my-acc-details .col-1.address, #wpua-upload-messages-existing {
	display: none !important;
}

/* MY ACCOUNT END ********************************************************/

/* RESPONSIVE *******************************************************/  

@media (max-width: 1660px) {

.back-to-top {
    margin-left: 0;
    top: -80px;
}

}

@media (min-width: 1600px) {

.owl-prev {
	left: -66px;
}

.owl-prev:hover {
	left: -69px;
}

.owl-next {
	right: -66px;
}

.owl-next:hover {
	right: -69px;
}

}

@media (max-width: 1459px) {
    
#slider-next {
    right: 6px !important;
}    
    
#slider-prev {
    left: 6px !important;
}    
    
.checkout-payment-info {
    height: 0;
    overflow: hidden;
}    
    
.woocommerce-checkout-payment, .checkout-delivery-method-mobile {
    margin-bottom: 20px;
    min-height: 100% !important;
    width: 100% !important;
} 
    
.checkout-status > div:first-child::after, .checkout-status > div:nth-child(2)::after { 
    display: none;
}
    
.checkout-address-info, .checkout-payments-info, .checkout-payment-info-in, .checkout-delivery-method {
    margin: 0 !important;
    width: 49%;
}    
    
.checkout-delivery-method {
    margin-left: 2% !important;   
}
    
.checkout-delivery-method-mobile  {
    margin-left: 0% !important;   
}
    
.checkout-payments-info {
    margin-left: 2% !important;
}
    
.woocommerce-checkout-review-order-table {
    width: 100%;
    margin-top: 20px;
    min-height: 100%;
}

.header-bottom-2 {
    width: 30%;
}

.header-bottom-3 {
    width: 37%;
}

.wrap {
	padding: 0 10px !important;
}

.footer .last-col {
	padding-left: 0px !important;
}


}

@media (min-width: 1460px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } 
	
.archive .products li {
    width: 22.75% !important;
}

.archive .products li:nth-child(4n+2) {
    margin-left: 3% !important;
    margin-right: 1.5% !important;
}

.archive .products li:nth-child(4n+3) {
    margin-left: 1.5% !important;
    margin-right: 3% !important;
}

.wc-proceed-to-checkout a {
	min-width: 480px !important;
	margin-left: 10px !important;
}

.checkout-login-button { 
	min-width: 228px;
}

.page-id-7 .back-to-top, .page-id-13 .back-to-top,  .page-id-24 .back-to-top, .wpcf7-not-valid-tip, .wpcf7-validation-errors {
	display: none !important;
}
    
.checkout-login-button {
    min-width: 228px;
}
    
.wppb-logout-url {
    min-width: 228px;
}
	
	}

@media (min-width: 1024px) {
    
.whatscvc {
    display: block;
    border-bottom: 1px dashed;
    color: #2c7dbb;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 28px;
}

.whatscvcinside {
    display: block;
    color: #000;
    font-size: 11px;
    line-height: 100%;
    position: absolute;
    top: 28px;
    opacity: 0;
    width: 130%;
    -webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.whatscvc:hover .whatscvcinside {
    opacity: 1;
    top: 22px;
}
    

#eway_payments-cc-form {
    max-width: 300px;    
}

#eway_payments-cc-form::after {
    background: transparent url("/wp-content/themes/daria/library/images/cvcbg.png") no-repeat scroll right center;
    content: "";
    height: 174px;
    position: absolute;
    right: -98px;
    top: 66px;
    width: 305px;
    z-index: -1;
}


#eway_payments-cc-form .form-row:nth-child(4) {
    bottom: 23px;
    position: absolute;
    right: -154px;
}

#eway_payments-cc-form .form-row:nth-child(4) label {
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}

#eway_payments-cc-form .form-row:nth-child(4) input {
    display: inline-block;
    max-width: 50px;
    vertical-align: middle;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}    
    
.woocommerce-cart table.cart img {
	margin: 0 auto;
}

#mobile-menu, .menu-overlay-open {
	display: none;
}

}

@media (min-width: 1024px) and (max-width: 1459px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }

	.archive .products li {
    width: 31% !important;
}

.archive .products li:nth-child(3n+2) {
    margin-left: 3.5% !important;
    margin-right: 3.5% !important;
}


}
	

@media (min-width: 768px) and (max-width: 1023px) {

.archive .products li {
    width: 48% !important;
	margin-right: 2% !important;
}

.archive .products li:nth-child(2n+2) {
	margin-left: 2% !important;
	margin-right: 0% !important;
}

}

@media (max-width: 1023px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
	
.product-filter {
    line-height: 44px;
}	

.pf-array {
	width: 100%;
}

.pf-array span {
	font-size: 14px;
	margin-right: 12px !important;
}
	
.single .product .images, .single .product .entry-summary {
	width: 100% !important;
	float: none !important;
}

.header-top {
	height: 0px;
}

.header-bottom-1, .header-bottom-3 {
    width: 50%;
	padding-left: 0px;
}

#logo-mob {
	display: inline-block;
}

#container {
    padding-top: 72px;
}

.cart-tab {
    max-width: 100%;
    top: 72px;
}

.footer-half-2 .d-1of2:first-child {
    padding-right: 0px;
}

.footer-half-2 .d-1of2:last-child {
    padding-left: 0px;
}

.f-soc-link, .footer form {
	max-width: 320px;
}

.footer {
    padding-top: 30px;
}

.footer-copyright {
    margin-top: 0;
}

.home-bottom {
	padding-top: 20px !important;
}

.home-bottom .last-col {
	padding-left: 0px !important;
}

#menu-button {
	display: block;
}

.popup-user {
    top: 10px;
}

.popup-user {
    padding: 0 28px;
}

.facebook-login {
    background-size: 28px auto;
    font-size: 18px;
    height: 44px;
    line-height: 42px;
}

.facebook-or {
    margin: 12px 0;
}

.popup-user input {
    height: 48px;
}

#wppb-register-user .form-submit input, #loginform .login-submit input {
    max-width: 100% !important;
    width: 100% !important;
}

.popup-user-close {
    background: transparent url("/wp-content/themes/daria/library/images/close.svg") no-repeat scroll center center / 20px auto;
    height: 28px;
    right: 0;
    top: 0;
    width: 28px;
}

.my-acc-details {
	padding-left: 0px !important;
	padding-top: 20px !important;
}

.col-2.address address {
    width: 75%;
}

.blur-overlay-cart {
	top: 72px !important;
}

.cart-title {
    padding-top: 10px;
}

.cart-title {
	padding-left: 0px !important;
}

.product-subtotal span {
    font-size: 25px;
}

.contact-checkout.contact-checkout-left, .contact-checkout.contact-checkout-right {
	width: 100%;
}

.checkout-payments-info {
    line-height: 233%;
}
    
.header-bottom-2, .header-catalogue-link, .header-top-1, .header-top-2, .footer h3, .footer-half-1, .footer-phone, .yith_magnifier_mousetrap, .yith_magnifier_zoom_wrap:hover::after {
	display: none !important;
}
    
.checkout-total-shipping {
    border-right: none;
}
    
.header-catalogue {
    display: none !important;
}

}
	
@media (max-width: 767px) { 
    
#wpcf7-f8-p24-o1 .wpcf7-submit {
    max-width: 100%;
}    
    
.checkout-delivery-method, .checkout-payment-info-in {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
}
    
.wppb-logout-url {
    position: absolute;
    right: 0;
    top: 0;
}
    
.color-button.checkout-forw::before {
    right: 0;
}    
    
.color-button.checkout-back::before {
    left: 6px;
}    
    
.checkout-status > div {
    display: none;
}   
    
.checkout-step-3 .checkout-status > div:nth-child(3), .checkout-step-2 .checkout-status > div:nth-child(2), .checkout-step-1 .checkout-status > div:nth-child(1) {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}        

.cart-bottom-subtotal {
    text-align: left;
}

.cart-title a {
    font-size: 16px;
}

.woocommerce-cart table.cart .product-thumbnail {
    padding-left: 20px;
}

.woocommerce table.shop_table .product-remove {
    border: medium none;
    padding: 0;
    width: 0 !important;
}

.shop_table .product-remove .remove {
    left: 12px !important;
    top: 20px !important;
    z-index: 2;
	background: transparent url("/wp-content/themes/daria/library/images/remove.svg") no-repeat scroll center center / 16px auto !important;
}

.shop_table .product-remove .remove:hover {
	background: transparent url("/wp-content/themes/daria/library/images/remove.svg") no-repeat scroll center center / 18px auto !important;
}

.quantity .minus, .quantity .plus, .quantity .input-text {
    height: 32px !important;
}

.quantity {
    height: 34px;
}

.cart-bottom > div {
    height: 44px;
    line-height: 44px;
}

.cart-bottom-update {
    display: block !important;
    float: left;
    width: 49%;
}

.cart-bottom-submit {
    display: block !important;
    float: right;
    width: 49%;
}

.cart-bottom-subtotal {
    margin-bottom: 10px;
    padding-right: 0;
    width: 100%;
}

.wc-proceed-to-checkout .checkout-button, .cart-bottom-update .button {
    font-size: 20px !important;
    height: 44px !important;
    line-height: 44px !important;
}

#home-slider .owl-next, #home-slider .owl-prev{
    background: rgba(80, 90, 90, 0) url("/wp-content/themes/daria/library/images/thumbnext-w.svg") no-repeat scroll 2px center / auto 20px !important;
    width: 26px;
}

#home-slider:hover .owl-next, #home-slider:hover .owl-prev{
    background: rgba(80, 90, 90, 0.5) url("/wp-content/themes/daria/library/images/thumbnext-w.svg") no-repeat scroll 2px center / auto 20px !important;
}
    
#home-slider .owl-next:hover, #home-slider .owl-prev:hover{
    background: rgba(80, 90, 90, 0.65) url("/wp-content/themes/daria/library/images/thumbnext-w.svg") no-repeat scroll 2px center / auto 20px !important;
}

.home-looks .owl-next, .home-looks .owl-prev  {
    top: 25%;
}

.back-to-top {
    top: -78px;
}

#home-slider {
    margin-top: 0px;
    max-height: 230px;
}

.home #main > section:first-child {
    padding: 0px !important;
}

#home-slider .item {
    height: 230px;
	padding: 32px 0 0;
}

#home-slider .item a {
    margin: 20px 0 0 32px;
}

#home-slider .item h3 {
    font-size: 36px;
    font-weight: normal;
    padding-left: 32px;
    text-align: left;
}

.look-wrap .products li {
	margin-right: 0px !important;
}

.look-wrap {
    border: none;
}

.look-wrap .last-col {
	padding-left: 0px !important;
}

.single .entry-summary .single_add_to_cart_button {
    height: 34px !important;
    line-height: 70% !important;
    max-width: 125px;
}

.woocommerce-ordering {
    float: none !important;
}

.shop-header {
    line-height: 36px;
}

.header-bottom-1, .header-bottom-3 {
    width: auto;
}

.header-cart .cart-ico {
	margin-right: 0;
}

.header-cart > div {
    float: left !important;
}

.header-cart {
    max-width: 48px;
}

.header-bottom-3 .wp-user-avatar-file {
    margin: 15px 32px 0 15px;
}

.header-user-nologin .no-log-ico {
	margin-right: 32px;
}

.woocommerce-cart .header-user-nologin .no-log-ico, .woocommerce-checkout .header-user-nologin .no-log-ico {
	margin-right: 0;
}

.archive .products li {
    width: 100% !important;
}

 .header-myacc span, .header-user div span, .header-cart div span, .sortbyspan, #home-slider .owl-dots {
	display: none !important;
 }


}	

@media (max-width: 481px) { 
    
.search-res-left {
    width: 100%;
}

.search-res-right {
    width: 100%;
}
    
.checkout-address-info {
    min-height: 100%;
    padding-bottom: 20px;
}    
    
.checkout-address-info, .checkout-payments-info {
    width: 100%;
    margin: 0 0 20px !important;
}    

.striped-title-in {
    font-size: 20px !important;
}

.woocommerce-checkout-review-order-table {
    margin-top: 0px;
}
    
.shop_table .product-remove .remove {
    left: 10px !important;
}

.cart-title a, .product-subtotal span {
    font-size: 14px;
}

.woocommerce-cart table.cart .cart-thumb img {
    width: 60px !important;
}

.shop_table .cart-tab-in-attr div {
    margin-bottom: 10px;
}

.shop_table .cart-tab-in-attr div:last-child {
    margin-bottom: 0px;
}

.woocommerce table.shop_table td {
    padding: 6px;
}

.facebook-login {
    font-size: 16px;
}

.related.products .striped-title {
    font-size: 20px;
}

#wpua-add-existing, .filexist {
    font-size: 12px;
}

.products .single_variation_wrap {
    width: 125px;
}

.cart-sidebar .total {
	margin-bottom: 0;
    padding-top: 10px !important;
}

.mini-cart-title {
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.product-in-tags,  .shop_table.cart  thead {
	display: none;
}

}

@media (min-height: 601px) { 
.mini-cart-wrap, .mCustomScrollBox {
    min-height: 320px !important;
}
}

@media (min-height: 820px) { 
.mini-cart-wrap, .mCustomScrollBox {
    min-height: 520px !important;
}
}



@media (max-height: 819px) { 


.popup-user {
    top: 10px;
}

.popup-user {
    padding: 0 28px;
}

.facebook-login {
    background-size: 28px auto;
    font-size: 18px;
    height: 44px;
    line-height: 42px;
}

.facebook-or {
    margin: 12px 0;
}

.popup-user input {
    height: 48px;
}

#wppb-register-user .form-submit input, #loginform .login-submit input {
    max-width: 100% !important;
    width: 100% !important;
}

.popup-user-close {
    background: transparent url("/wp-content/themes/daria/library/images/close.svg") no-repeat scroll center center / 20px auto;
    height: 28px;
    right: 0;
    top: 0;
    width: 28px;
}

.mini-cart-wrap, .mCustomScrollBox {
    max-height: 320px !important;
}
    
}

@media (max-height: 600px) { 
.mini-cart-wrap, .mCustomScrollBox {
    max-height: 220px !important;
}
}

@media (max-height: 479px) { 

.mini-cart-title {
    margin-bottom: 0;
    margin-top: 0;
    text-indent: -9999px;
}

.mini-cart-wrap, .mCustomScrollBox {
    max-height: 120px !important;
}

.cart-sidebar .color-button.checkout, .mobile-cat, .mm-goods-title {
	display: none;
}

}
/* RESPONSIVE END *******************************************************/  

.last-col {
  float: right;
  padding-left: 0.75em;
  padding-right: 0; }


.wrap {
    float: none;
    margin: 0 auto;
    max-width: 1530px;
	min-width: 320px;
    padding: 0 35px;
    width: 100%;
}