/*Back to top*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

/*
Widgets
 */
#secondary .widget ul,#colophon .widget ul{
    list-style: none;
    padding:0;
    margin:0;
}

/*
Content
 */
/*.site-content{
    margin-top:15px;
}*/
body.home .site-content{
    margin-top:0;
}

*, *:focus, *:hover {
    outline: 0px transparent !important;
}

/*
News Widget
 */

.latest-news .blog-img{
    padding:0;
}
.latest-news .post-title h3{
    margin-top:0;
}
.latest-news .date{
    font-size:12px;
}
.latest-news .date::before{
    font-family: FontAwesome;
    content: "\f073";
    margin-right:8px;
}

/*
Blog
 */

.posted-on time::before{
    font-family: FontAwesome;
    content: "\f073";
    margin-right:3px;
}
.entry-meta{
    font-size: 13px;
    margin-bottom:10px;
}



span.link_text {
	font-family: 'Rajdhani' !important;
}



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

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

div.container:not(.inner-page) {
	text-align: left;
}

.uppercase {
	text-transform: uppercase;
}

.small-title {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

.big-title {
	font-size: 36px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
}

button.btn, div.instagallery-actions a.igact-instalink, input.wpcf7-submit, input.submit {
	color: white;
	background-color: #915B72;
	transition: ease all 0.6s;
	border-radius: 0px;
  border: none;
    padding: 10px 40px;
	min-width: 220px;
}

button.btn:hover, div.instagallery-actions a.igact-instalink:hover, input.wpcf7-submit:hover {
	background-color: #bc738b;
	color: white;
	transform: scale(0.95);
    border: none;
}

div.banner h2 {
	font-size: 72px;
	color: white;
	line-height: 68px;
	margin-bottom:0px;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

div.banner h3 {
	font-size: 30px;
	color: white;
	font-weight:300;
	margin-top:0px;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

@media screen and (min-width: 1000px) {
	.parallax {
		background-attachment: fixed;
		background-size: 100%;
	}

	div.banner h2 {
		font-size: 72px;
	}

	.parallax-child-mobile {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.parallax {
		background-attachment: scroll !important;
		background-size: cover !important;
		background-position: center center !important;
	}

	.parallax-child-desktop {
		display: none;
	}

	.parallax-child-mobile {
		text-align: center;
	}

	.parallax-child-mobile img.logo-page {
		position: static;
	}

	div.banner h2 {
		font-size: 60px;
	}
}

a:hover {
	text-decoration:none;
}

b, strong {
    font-weight: 600;
}

a:visited {
    color: #915B72;
}

/************************************************
 * MENU / NAV
 * *********************************************/

#mega_main_menu > .menu_holder > .menu_inner > ul > li.pull_to_other_side > .item_link {
    padding: 0px;
}

nav.main-navigation #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform {
    right: 0px;
    border-color: rgba(255,255,255, 0.3);
}

nav.main-navigation #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box {
    width: 28px;
	padding: 0px 16px;
}


#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, nav.main-navigation  #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.pull_to_other_side > .item_link i {
	transition: ease all 0.4s;
}

nav.main-navigation  #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.pull_to_other_side > .item_link:hover {
	background-color: #ffaec9 ;
}

nav.main-navigation  #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.pull_to_other_side > .item_link:hover i {
	transform: scale(1.2);
}

/************************************************
 * INTRODUCTION
 * *********************************************/
div.home.gr_introduction {
  padding: 30px 0;
}
 /************************************************
  * Consultation
  * *********************************************/

  div.home.gr_online-consultation {
    padding: 70px 0px;
    background-color: #FBF9FA;
  }

  div.home.gr_online-consultation img.gr_online-consultation__image{
    display: inline-block;
  }

  div.home.gr_online-consultation .gr_online-consultation__text {
    padding: 0% 5%;
  }

  div.home.gr_online-consultation .gr_online-consultation__text h2{
    font-size: 34px;
    line-height: 44px;
  }

  div.home.gr_online-consultation .gr_online-consultation__text p{
    font-size: 17px;
    line-height: 28px;
  }

  div.home.gr_online-consultation a.gr_online-consultation__button {
    display: inline-block;
    position: relative;
    background: #9a6479;
    color: #ffffff;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
  }

  div.home.gr_online-consultation a.gr_online-consultation__button:hover {
    background: #BC738B;
    transition: all 0.3s;
  }



  /************************************************
   * Featured Items
   * *********************************************/

 div.home.gr_home_featured {
   padding: 20px 0px 30px;
   background-color: ;
 }

 div.home.gr_home_featured h2.gr_title {
  text-align: center;
  margin: 30px 0px;
 }

/************************************************
 * NAILS TREATMENT
 * *********************************************/

div.home.facial-treatments h4 {
	color: #ffaec9;
}

div.home.facial-treatments table {
	text-align: left;
	margin: 50px 0px 20px 0px;
}

div.home.facial-treatments table tr {
	height: 18px;
}

.title-row h3 {
    margin: 0 auto;
}


/************************************************
 * BLOG
 * *********************************************/

.post-img {
	height: 150px;
	transition:ease all 0.6s;
}

.blog-loop a:hover .post-img {
	transform: scale(0.9) rotate(5deg);
}

.blog-loop {
	margin-top: 50px;
}

div.blog-loop a:not(.pink), div.blog-loop a:link:not(.pink), div.blog-loop a:visited:not(.pink), div.blog-loop a:hover:not(.pink) {
	color: black;
	text-decoration:none;
}

div.post-info {
	margin-bottom: 12px;
}

div.post-info h4 {
	font-weight:500;
	font-size: 24px;
	min-height: 52px;
}

div.post-info span.entry-date, div.post-excerpt {
	font-size: 14px;
}

div.home.blog div.bx-viewport {
	min-height: 350px;
}

.post-img-parent {
    overflow: hidden;
}

/*
 *  Blog page
 */

h1.blog-title {
	color: black;
	text-align:center;
	font-size: 56px;
	margin: 60px 0px;
}

div.social-media-border {
	padding: 0px 20px;
}

div.instagram, div.facebook {
	border: 1px solid #9a6479;
	padding: 20px;
	margin-bottom: 20px;
}

div.instagram h2, div.facebook h2{
	margin: 0px 0px 30px 0px;
}

body.blog div.content-area {
	margin-top: 50px;
	margin-bottom:50px;
}

h2.blog-title {
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
}

.border-blog {
    border: 1px solid #9a6479;
    padding: 20px;
    margin: 10px 0px;
    text-align: left;
	min-height: 300px;
}

/*
 * Blog posts
 */

body.single-post h1 {
	color:#9a6479;
	font-size:50px;
}

body.single-post div.container {
	text-align:left;
}

body.single-post .entry-content {
    margin: 50px 0px 20px 0px;
    border-bottom: 1px solid;
    padding-bottom: 30px;
}

body.single-post p.comment-form-comment label {
	display:block
}

textarea#comment {
    width: 100%;
}

body.single-post footer.site-footer {
border-top: 1px solid lightgrey;
    padding-top: 50px;
    margin-top: 30px;
}

/************************************************
 * OUR INSTAGRAM FEEDS
 * *********************************************/

 div.home.instagram-feed {
   padding: 50px 0px;
 }

div.instagallery-actions a.igact-instalink:link, div.instagallery-actions a.igact-instalink:visited, div.instagallery-actions a.igact-instalink:hover {
	color: white;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
}

/************************************************
 * FOOTER
 * *********************************************/

.footer-box {
  background: #FBF9FA;
}

footer.site-footer {
padding: 40px 0;
}

footer.site-footer div.container section {
	text-align:left;
}

h2.widget-title {
	font-size: 16px;
	font-weight: 500;
	color: #915B72;
}

section.widget ul.menu a, section.widget li.cat-item a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
}

input.wpcf7-form-control.wpcf7-text {
    font-size: 13px;
    font-weight: 300;
    padding: 8px 12px;
}

input.wpcf7-submit {
	text-transform:uppercase;
    border: none;
}

footer.site-footer form.wpcf7-form label, footer.site-footer form.wpcf7-form span.your-email, footer.site-footer form.wpcf7-form input.wpcf7-email {
	width: 100%;
}

.footer-branding {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: left;
}

div.get-social h5 {
	font-size:18px;
}

div.get-social i {
	color: #915B72;
}

.gr_footer-socials {
  font-size: 14px;
  line-height: 26px;
}

.gr_footer-socials .fa{
  color: #9a6479;
  margin-right: 6px;
}


/************************************************
 * CHILD PAGES
 * *********************************************/

div.full-page-slider {
	height: 280px;
}


div.full-page-slider h1.page-title {
	margin: 0 auto;
	text-align: center;
	font-size: 72px;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

img.logo-page {
    position: relative;
    top: 20px;
    left: 50px;
}

body.page-template-page-full div.content-area h2, body.page-template-page-full div.content-area h3 {
	color: #9a6479;
}

div.parallax-child-desktop img.awards {
    width: 150px;
    position: absolute;
    transform: rotate(-10deg);
    margin-top: 10px;
    margin-left: 70px;
}

div.parallax-child-mobile img.awards {
    width: 110px;
    transform: rotate(-10deg);
    margin: 20px 0px;
}
/**************
 * TABLE OF PRICES (SERVICES)
 * *****************************/

table.service-prices {
	box-shadow: 4px 3px 5px rgba(0,0,0,0.1);
}

table.service-prices td {
	border: 1px solid #9a6479;
	padding:10px;
}

table.service-prices td h3{
	color: #ffffff;
}


body.page-template-page-full div.content-area table.service-prices h3 {
	margin: 0 auto;
	font-weight: 400;
	color: white;
	text-transform: uppercase;
}

td.title-row {
    background-color: #9a6479;
    color: white;
}


/************************************************
 * ACCOUNT PAGE
 * *********************************************/

div.entry-content div.woocommerce {
	margin: 50px 0px;
}

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

li.woocommerce-MyAccount-navigation-link {
    border: 1px solid #9a6479;
    padding: 10px;
    margin: 5px 0px;
	transition: ease all 0.6s;
}

li.woocommerce-MyAccount-navigation-link:hover {
   background-color:#9a6479;
}

li.woocommerce-MyAccount-navigation-link:hover a {
  color:white;
}

body:not(.woocommerce-edit-account) div.woocommerce-MyAccount-content p:first-child {
   font-size: 26px;
}

/************************************************
 * WOOCOMMERCE
 * *********************************************/

input#coupon_code {
    min-width: 150px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #9a6479;
	transition: ease all 0.5s;
    border: none;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #bc738b;
	transform: scale(1.1);
    border: none;
}

p.woocommerce-mini-cart__buttons.buttons a {
	margin: 8px 10px;
}

.summary.entry-summary {
    text-align: left;
}

/************************************************
 * WOOCOMMERCE PRODUCT PAGE
 * *********************************************/

h1.product_title.entry-title {
    color: #494949;
    font-size: 38px;
}

.woocommerce div.product {
    margin: 60px 0px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #915B72;
    font-size: 24px;
}

.woocommerce .quantity .qty {
    min-height: 37px;
}

button.alg-wc-wl-btn.button.remove.alg-wc-wl-toggle-btn {
    margin: 20px 0px;
}

form.cart {
    margin: 30px 0px;
}

div#tab-description {
    padding: 30px 0px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 70px;
}

body.tax-product_cat h1 {
	color: black;
}

/*
 * Woo Stuff
*/

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,.woocommerce .quantity .qty,.woocommerce div.product form.cart .variations select{
	border: 1px solid #939292e6;
padding: 10px;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 500;
    color: #000 !important;
    font-size: 14px;
}

.featured-products.woocommerce ul.products li.product {
   margin: 0;

}
.featured-products.woocommerce ul.products li.first {
    clear: none;
}

/************************************************
 * EIKON PRODUCT
 * *********************************************/

div.product-slider {
	margin-top: 80px;

}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    min-height: 56px;
}

.woocommerce ul.products li.product .price {
    color: #f1a2bc;
    font-size: 18px;
	font-weight:500;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_variable {
    border: 1px solid #9a6479;
    border-radius: 35px;
    padding: 15px 32px;
    color: #9a6479;
    background-color: white;
    transition: ease all 0.4s;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, a.button.product_type_variable:hover {
    color: #ffffff;
    background-color: #9a6479;
}




/* Header */

.header-contact {
    padding-bottom: 15px;
}

nav#top-navigation {
    background-color: #9a6479;
    height: 30px;
    padding:;
}
nav#top-navigation, nav#top-navigation a, nav#top-navigation p {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}


nav#top-navigation p {
  margin-bottom: 0px !important;
  text-align: right;
}

.site-logo {
  position: absolute;
  background: white;
  width: 216px;
  height: 130px;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
  z-index: 999;
}

.site-nav-bg {
  background-color: #ffffff;
  box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}


.main-navigation i{
  font-size: 20px;
}

/* Mobile Cart */

.header-cart.mobile-cart {
	display:none;
	}

@media(max-width: 1200px) {
	.header-cart.mobile-cart {
		display:block;
		position: absolute;
	}

.header-cart.mobile-cart a {
    color: #9a6479;
}

.header-cart.mobile-cart .fa {
    font-size: 25px;
    margin-right: 8px;
	color: #9a6479;
}
	.header-cart.mobile-cart {
    display: block;
    position: absolute;
    top: 17px;
    z-index: 99999;
    left: 15px;
}

	.header-cart.mobile-cart i span {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    font-size: 14px;
    background: #f7f7f7;
    padding: 5px 8px;
    top: -10px;
    right: -6px;
    z-index: -1;
}
}

/*__________________________
__________GRAVITY FORM PAY ONLINE_____________
*/

body #gform_wrapper_2 {
  margin-top: 0px !important;
}

/*** FIELD STYLING ***/
body #gform_wrapper_2 input[type=text],
body #gform_wrapper_2 textarea {
  padding: 12px 17px !important;
  width: 100%;
  margin: 0;
  font-size: 16px !important;
  border: 2px solid #D7D8D9 !important;
  color: #616161 !important;
  font-weight: 500 !important;
  background-color: #f9f9f9;
}

body #gform_wrapper_2 .gform_body .gform_fields .gfield .address_country select {
  padding: 12px 17px !important;
  width: 100%;
  margin: 0;
  font-size: 16px !important;
  border: 2px solid #D7D8D9 !important;
  color: #616161 !important;
  font-weight: 500 !important;
  background-color: #f9f9f9;
}


body #gform_wrapper_2 li.hidden_label input {
  margin-top: 0px !important;
}

body #gform_wrapper_2 .gform_footer {
  padding-top: 0px !important;
}


/*** BUTTON STYLING ***/
body #gform_wrapper_2 .gform_footer input.button {
 width: 320px !important;
 background: #9a6479;
 border: 1px solid #9a6479;
 font-size: 14px;
 color: #ffffff;
 padding: 10px 20px;
 letter-spacing: 1px;
 cursor: pointer;
}

/*** BUTTON HOVER STYLING ***/
body #gform_wrapper_2 .gform_footer input.button:hover {
 background: #5f5f5f;
 border: 1px solid #5f5f5f;
}

body #gform_wrapper_2 span.ginput_total {
font-size: 22px !important;
font-weight: 500 !important;
}

body #gform_wrapper_2 .field_sublabel_below .ginput_complex.ginput_container label {
  color: #5f5f5f !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #5f5f5f !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #5f5f5f !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #5f5f5f !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #5f5f5f !important;
opacity: 1;
}


/*** Perfect Brands Plugin ***/

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  margin: 10px 15px;
  text-align: center;
  width: 30%;
  height: 300px;
  border: 1px solid #FBF9FA;
}

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3:hover {
  border: 1px solid #9a6479;
  transition: all 0.3s;
}

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 a img{
  max-height: 250px;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 992px) {
  .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin: 10px 15px;
    text-align: center;
    width: 46%;
    height: 300px;
    border: 1px solid #FBF9FA;
  }
}

@media only screen and (max-width: 768px) {
  .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin: 10px 15px;
    text-align: center;
    width: 44%;
    height: 250px;
    border: 1px solid #FBF9FA;
  }

  .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 a img{
    max-height: 200px;
    object-fit: cover;
    object-position: center;
  }
}

@media only screen and (max-width: 576px) {
  .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin: 10px 5px;
    text-align: center;
    width: 96%;
    height: 250px;
    border: 1px solid #FBF9FA;
  }

  .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 a img{
    max-height: 200px;
    object-fit: cover;
    object-position: center;
  }
}

/*** Woocommerce ***/

.woocommerce ul.products li.product .woocommerce-loop-category__title .mark, .woocommerce ul.products li.product .woocommerce-loop-category__title mark {
  display: none;
}

.woocommerce ul.products.columns-3 li.product-category, .woocommerce-page ul.products.columns-3 li.product-category {
  text-align: center;
  border: 1px solid #FBF9FA;
  padding: 0px 10px 10px;
}

.woocommerce ul.products.columns-3 li.product-category:hover, .woocommerce-page ul.products.columns-3 li.product-category:hover {
  border: 1px solid #9a6479;
  transition: all 0.3s;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  text-align: center;
  padding: 10px 10px;
}

.woocommerce.post-type-archive-product .site-main.col-md-9 {
    width: 100%;
    border: none;
}

.woocommerce #secondary {
    margin-top: 30px;
}

.woocommerce.post-type-archive-product #secondary {
    display: none!important;
}

/* Woocommerce Widgets */

.widget_pwb_dropdown_widget  {
  padding: 1px 10px 10px 10px;
  border: 1px solid #f5f5f5;
}

.widget_price_filter  {
  padding: 1px 10px 10px 10px;
  border: 1px solid #f5f5f5;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #cccccc;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #DFDCDE;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #666666;
}

.widget_product_categories  {
  padding: 1px 10px 10px 10px;
  border: 1px solid #f5f5f5;
}

.widget_product_categories ul > li.cat-item > a{
  text-transform: uppercase;
  color: #211c1e;
  font-weight: 600;
}

.widget_product_categories ul > li.cat-item {
  padding: 5px 0px 10px 0px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
}

.widget_product_categories ul.children > li.cat-item > a{
text-transform: none;
font-weight: 400;
margin-left: 10px;
color: #211c1e;
}

.widget_product_categories ul.children > li.cat-item {
  padding: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}

.widget_product_categories ul.children > li.cat-item > a:before{
content: '- ';
}

.widget_price_filter h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #915B72;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    border: 1px solid #9a6479;
    border-radius: 35px;
    padding: 8px 22px;
    color: #9a6479;
    background-color: white;
    transition: ease all 0.4s;
  }

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    color: #ffffff;
    background-color: #9a6479;
  }


.widget_product_categories h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #915B72;
}

.widget_pwb_dropdown_widget h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #915B72;
}

.widget_pwb_dropdown_widget select {
border: 1px solid #ccc;
padding: 8px;
width: 100%;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
  padding: 8px !important;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: auto !important;
  border-radius: 0px !important;
}


/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
  margin: 0 auto;
  width: 1000px;
}

/* The width of each slide */
.slick-slide {
  width: 350px;
}

/* Color of the arrows */
.slick-next::before, .slick-prev::before {
  color: blue;
}