/* general styling */
.stockists.full-width #maincontent,
.stockists.full-width .page-wrapper{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
}
.stockists .page-title-wrapper{
    text-align: center;
}
#map-canvas {
  height: 100%;
  min-height: 800px;
}

.stockists-index-index .main-container .main,
.stockists-index-index .main-container .main .row {
    max-width: none !important;
}

.stockists-index-index .main-container .main .row {
    padding: 0 !important;
}
.hide{
	display:none;
}

/* gmaps pin window */
.stockists-window {
    padding: 20px 15px;
    text-align: center;
}
.stockists-window p {
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
}
.stockists-window .stockists-title {
    color: #081c2a;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.stockists-window .stockists-telephone {
    margin-bottom: 0;
}

/* directions and search */
.directions-panel,
.search-stockists {
    background: #ffffff;
    width: 285px;
    height: 464px;
    padding: 20px 17px 20px 15px;
    right: 100px;
    z-index: 1;
    top: 355px;
}
.full_width_sidebar .search-stockists{
    height: 130px;
}
.full_width_sidebar .stockists-results{
	display: none;
}
.directions-panel{
	display: none;
	overflow-y: scroll;
	z-index: 1;
}
.directions-panel .close{
	display: inline-block;
	background: url('../images/close.svg') no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 12px;
	cursor: pointer;
}
.directions-panel > p{
	text-align: center;
	text-transform: uppercase;
}

/* search sidebar specific */
.search-stockists.close-up {
    height: 250px;
}
.search-stockists .search-title {
    font-size: 24px;
    margin-bottom: 19px;
    font-family: "Times New Roman", Times, serif;
    color: #081c2a;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.search-stockists p {
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 0;
}
.search-stockists .search-header p {
    margin-bottom: 12px;
}
.search-stockists .results-title {
    color: #081c2a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3px;
}
.search-stockists .stockists-results {
    overflow-y: scroll;
    height: 315px;
    margin-top: 15px;
}
.stockists-results .image,
.stockists-results .results-item-data{
	display: inline-block;
}
.stockists-results .image{
	width: 75px;
    margin-right: 5px;
    float: left;
}
.search-stockists .results-word {
    padding-left: 5px;
    font-size: 14px;
}

.results-store.grenson {
    display: none;
}
.stockists-intro {
    display: block;
}
#stockist-search-term {
    display: inline-block;
    height: 40px;
    padding-left: 10px;
    width: 184px;
    border: 1px solid #c2c2c2;
    margin-top: 5px;
}
#stockists-submit,
.find-my-location {
    display: inline-block;
    margin-left: 0px;
    background: #081c2a;
    border: none;
    font-size: 15px;
    padding: 12px 10px;
    top: -2px;
    position: relative;
    letter-spacing: 0.3px;
    color: white;
    border-radius: 0;
}
.find-my-location:hover{
    background: #081c2a;
    box-shadow: none;
    border: none;
    color: white;
}

.search-header {
    padding-left: 5px;
}

.results-content {
    cursor: pointer;
}

#grenson-stores {
    display: none;
}
.underline {
    text-decoration: underline;
}

.directions-panel ::-webkit-scrollbar,
.search-stockists ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.directions-panel ::-webkit-scrollbar-thumb,
.search-stockists ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.geocode-location{
	display: inline-block;
	background: url('../images/location.svg') no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: relative;
	top: 9px;
	left: 15px;
	cursor: pointer;
}

/* directions */
.ask-for-directions{
	cursor: pointer;
}
.change-directions{
	font-size: 12px;
}
.change-directions span{
	cursor: pointer;
}

/* page_width_sidebar styling */
.page_width_sidebar.parent-stockists{
	position: relative;
}
.page_width_sidebar .search-stockists{
    top: 0;
    right: 0;
    height: 130px;
}
.page_width_sidebar .stockists-results{
	display: none;
}

/* page_width_top styling */
.page_width_top .search-stockists{
    width: auto;
    height: auto;
    z-index: 1;
    position: static;
    border: 1px solid black;
    margin-bottom: 10px;

}
.page_width_top #map-canvas{
	width: auto!important;
	height: 800px;
}
.page_width_top .stockists-results,
.page_width_top .directions-panel{
	width: 285px;
    float: left;
    border: 1px solid black;
    margin-right: 10px;
    height: 788px;
    overflow-x: scroll;
    padding: 5px;
}
.page_width_top .directions-panel{
	right:auto;
	position: static;
	height: 966px;
}
.page_width_top .results-content{
	width: auto;
    border: 1px solid grey;
}
.page_width_top .stockists-results{
	display: none;
}
.page_width_top .find-my-location,
.page_width_top .search-or{
	display: none;
}

/* desktop changes */
@media only screen and (min-width: 1024px){
	.page_width_sidebar .search-stockists,
	.full_width_sidebar .search-stockists{
	    height: 464px;
	}
	.page_width_sidebar .stockists-results,
	.page_width_top .stockists-results,
	.full_width_sidebar .stockists-results{
		display: block;
	}
	.page_width_top .find-my-location,
	.page_width_top .search-or{
		display: inline-block;
	}
	.page_width_top .search-or{
		margin:0 5px;
	}
	.page_width_top .geocode-location{
		display: none;
	}
	.page_width_sidebar .directions-panel,
	.page_width_sidebar .search-stockists,
	.full_width_sidebar .directions-panel,
	.full_width_sidebar .search-stockists{
		position: absolute;
	}

}

/* individual store view */
.individual-stockists {
    border-bottom: 1px solid #c5b097;
}
.individual-stockists .image {
    width: 100%;
    display: none;
}
.individual-stockists .details {
    width: 100%;
    margin-top: 32px;
}
.individual-stockists .details .title {
    text-align: left;
    margin-bottom: 16px;
}
.individual-stockists .details .title p {
    font-size: 28px;
    color: #5b2a46;
}
.individual-stockists .details .border {
    background: #c5b097;
    width: 45px;
    height: 6px;
}
.individual-stockists .details .address {
    margin-top: 29px;
    clear: both;
}
.individual-stockists .details .exact-address {
    width: 40%;
    float: left;
    border-right: 1px solid #c5b097;
    display: inline-block;
}
.individual-stockists .details p.address-title {
    font-size: 21px;
    color: #5b2a46;
    margin-bottom: 5px;
}
.individual-stockists .details .address p:not(.address-title) {
    font-size: 14px;
    margin-bottom: 5px;
}
.individual-stockists .details .station {
    width: 50%;
    display: inline-block;
    padding-left: 24px;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.individual-stockists .get-directions {
    background: #e63c76;
    border-radius: 5px;
    margin-top: 43px;
    margin-bottom: 26px;
    padding: 15px;
    text-align: center;
}
.individual-stockists .get-directions a {
    color: #fff;
}
#map-canvas-individual {
    height: 288px;
    width: 100%;
}
.individual-stockists .schedule {
    font-size: 15px;
    margin-top: 30px;
}
.individual-stockists .schedule .day {
    margin-bottom: 15px;
}
.all-stores {
    padding-top: 32px;
    width: 100%;
    display:none;
}
.all-stores button {
    box-shadow: none;
    background: none;
    border: none;
}
.all-stores button#arrow-left {
    left: -5rem;
}
.all-stores button#arrow-right {
    right: -5rem;
}
.all-stores button#arrow-right img {
    width: 1.5rem;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.all-stores button#arrow-left,
.all-stores button#arrow-right {
    top: 5.5rem;
    position: absolute;
}
.all-stores .all-stores-title {
    text-align: center;
    padding-bottom: 34px;
}
.all-stores .all-stores-slider-wrapper ul.slick-dots {
    list-style: none;
    margin: 2rem 0 0 0;
    padding: 0;
    text-align: center;
}
.all-stores .all-stores-slider-wrapper ul.slick-dots li {
    margin-right: 1rem;
    margin-left: 1rem;
}
.all-stores .all-stores-slider-wrapper ul.slick-dots li button{
    padding: 0;
    margin: 0;
    background: #ddd;
    display: block;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    height: 1rem;
    width: 1rem;
    text-indent: 9999px;
    overflow: hidden;
}
.slick-dots li {
    display: none
}
.slick-dots li.slick-active,
.slick-dots li.slick-active + li,
.slick-dots li.slick-active + li + li,
.slick-dots li.slick-active + li + li + li,
.slick-dots li.slick-active + li + li + li + li {
    display: inline-block;
}
.all-stores .all-stores-slider-wrapper .item .details {
    position: absolute;
    bottom: 0;
    background: url("../images/store-background.svg") no-repeat;
    background-size: cover;
    height: 50px;
    width: 100%;
    text-align: center;
}
.all-stores .all-stores-slider-wrapper .item .details p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding-top: 12px;
    text-align:center;
}
.all-stores .all-stores-slider-wrapper .item {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .all-stores .all-stores-slider-wrapper .item {
        margin: 0 10px;
    }
    .all-stores{
        display: block;
    }
    .individual-stockists {
        border-bottom: 1px solid #c5b097;
        margin-top: 33px;
        padding-bottom: 24px;
    }
    .individual-stockists .image {
        float: left;
        width: calc(50% - 20px);
        display: inline-block;
        padding-right: 20px;
    }
    .individual-stockists .details {
        width: calc(50% - 20px);
        display: inline-block;
        padding-left: 20px;
        margin-top: 2px;
    }
    .individual-stockists .details .title {
        text-align: left;
        margin-bottom: 16px;
    }
    .individual-stockists .details .title p {
        font-size: 28px;
        color: #5b2a46;
    }
    .individual-stockists .details .border {
        background: #c5b097;
        width: 45px;
        height: 6px;
    }
    .individual-stockists .details .nearest-station p {
        padding-left: 48px;
    }
    .individual-stockists .details .distance p {
        padding-left: 48px;
    }
    .individual-stockists .details .address {
        margin-top: 29px;
        clear: both;
    }
    .individual-stockists .details .exact-address {
        width: 40%;
        float: left;
        border-right: 1px solid #c5b097;
        display: inline-block;
    }
    .individual-stockists .details p.address-title {
        font-size: 21px;
        color: #5b2a46;
        margin-bottom: 5px;
    }
    .individual-stockists .details .address p:not(.address-title) {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .individual-stockists .details .station {
        width: 50%;
        display: inline-block;
        padding-left: 24px;
    }
    .individual-stockists .details .nearest-station {
        background: url(../images/station.svg) no-repeat;
        background-size: 35px 32px;
        margin-bottom: 20px;
        min-height: 32px;
    }
    .individual-stockists .details .distance {
        background: url(../images/distance.svg) no-repeat;
        background-size: 35px 41px;
        min-height: 41px;
    }
    .individual-stockists .get-directions {
        background: #e63c76;
        border-radius: 5px;
        margin-top: 43px;
        margin-bottom: 26px;
        padding: 15px;
        text-align: center;
    }
    #map-canvas-individual {
        height: 189px;
    }
    .all-stores .all-stores-slider-wrapper .item .details {
        position: absolute;
        bottom: 0;
        background: url("../images/store-background.svg") no-repeat;
        background-size: cover;
        height: 50px;
        width: 100%;
        text-align: center;
    }
    .all-stores .all-stores-slider-wrapper {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px) {
    .individual-stockists {
        margin-top: 66px;
    }
    .all-stores .all-stores-slider-wrapper {
        max-width: 900px;
    }
    .individual-stockists .get-directions {
        display: none;
    }
}
@media only screen and (min-width: 1120px) {
    .individual-stockists {
        padding-bottom: 42px;
        margin-top: 66px;
    }
    .individual-stockists .image {
        width: calc(54% - 20px);
    }
    .individual-stockists .details {
        width: calc(46% - 20px);
    }
    .individual-stockists .details .title {
        margin-bottom: 21px;
    }
    .individual-stockists .details .border {
        width: 63px;
        height: 5px;
    }
    .individual-stockists .details .address {
        margin-top: 34px;
    }
    .individual-stockists .details .exact-address {
        width: 30%;
    }
    .individual-stockists .details .station {
        width: 50%;
        display: inline-block;
        padding-left: 24px;
    }
    #map-canvas-individual {
        margin-top: 44px;
        max-width: 461px;
    }
    .individual-stockists .schedule {
        margin-top: 23px;
    }
    .individual-stockists .schedule .day {
        margin-bottom: 15px;
    }
    .all-stores {
        padding-top: 40px;
    }
    .all-stores .all-stores-title {
        text-align: center;
        padding-bottom: 34px;
    }
    .all-stores .all-stores-slider-wrapper {
        max-width: 1000px;
    }
}
/* Slick Slider default */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.fl{float:left}
.fr{float:right}


.section_title{font-size:180%;line-height:20px;letter-spacing:1px;color:#000;font-family:"SegoeUI-Bold"}


.stores_text_section {
    width: 50%;
    height: 100%;
    padding-bottom: 70px;
    overflow: hidden
}

.profile_section .section_title {
    display: none
}

.geography_map {
    width: 50%;
    height: 100%
}

.gmnoprint {
    margin-top: 120px !important
}

.stores_section_inner {
    height: 100%
}

.stores_section {
    margin-bottom: -30px
}

#map-canvas {
    height: 100%;
    width: 100%
}

.city_list_block {
    max-width: 690px;
    margin: 0 auto;
    max-height: 100%;
    overflow-y: auto
}

.marker_info_block {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 0;
    padding-top: 43px
}

.window_content {
    width: 190px;
    position: relative;
    text-align: left;
    height: 105px;
    display: table
}

.marker_list_info {
    position: relative;
    background: #fff;
    display: table-cell;
    vertical-align: middle
}

.marker_list_button {
    margin: 0;
    background: #395a77;
    color: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    cursor: pointer
}

.marker_list_address {
    font-size: 1.1rem;
    color: #000;
    line-height: 16px;
    padding-bottom: 5px;
    font-family: "SegoeUIRegular"
}

.list_adress {
    display: inline-block;
    font-size: 1.1rem;
    color: #000;
    line-height: 16px;
    font-family: "SegoeUIRegular"
}

.marker_list_phone {
    font-size: 1.1rem;
    color: #000;
    line-height: 16px;
    padding-bottom: 5px;
    font-family: "SegoeUIRegular"
}

.working_hourse {
    font-size: 1.1rem;
    color: #999;
    line-height: 21px;
    font-family: "SegoeUIRegular"
}

.gm-style-iw {
    text-align: center;
    font-size: 10px !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%)
}

.geography_section .gm-style>div:first-child>div:last-child>div:last-child>div:first-child>div:first-child>div {
    display: none !important
}

.gm-style>div:first-child>div:nth-child(4)>div:nth-child(4)>div:first-child>div:first-child>div:first-child,
.gm-style>div:first-child>div:nth-child(4)>div:nth-child(4)>div:first-child>div:first-child>div:nth-child(3) {
    display: none !important;
    visibility: hidden !important
}

.geography_section .gm-bundled-control-on-bottom {
    left: 0 !important;
    bottom: 120px !important
}

.geography_section .gm-svpc {
    display: none !important
}

.marker_list_info p {
    margin: 0
}

.marker_info_list {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 95px 30px 0 30px
}

.marker_info_list:first-child {
    padding-top: 0
}

.marker_info_list:nth-child(2) {
    padding-top: 0
}

.marker_info_list:nth-child(even) {
    border-left: 1px solid #e1e1e1
}

.stores_contact_info {
    font-size: 1.1rem;
    line-height: 16px;
    color: #000;
    padding-bottom: 2px
}

.stores_work_time {
    font-size: 1.1rem;
    line-height: 21px;
    color: #999;
    padding-top: 5px
}

.stores_contact_block {
    padding-right: 35px;
    position: relative
}

.stores_contact_block:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 10px;
    background: url("/pub/media/wysiwyg/pointer.svg") no-repeat;
    background-size: 10px 20px;
    background-position: center
}

.stores_section .section_title_block {
    max-width: 690px;
    margin: 0 auto;
    padding: 0 30px
}

.gm-style>div:first-child>div:nth-child(4)>div:nth-child(4)>div:first-child {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)
}

.gm-style>div:first-child>div:nth-child(4)>div:nth-child(4)>div:first-child>div:first-child>div:nth-child(2) {
    background: transparent !important
}

.error_content {
    background-size: cover !important;
    background-position: left center !important;
    position: relative
}

.error_content_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.error_footer {
    background: #fff
}

.error_footer_inner {
    padding: 30px 0
}

.error_page .succes_icon {
    width: 135px;
    height: 70px
}

.error_page .success_bg_block {
    background: rgba(0, 0, 0, 0.5)
}

.error_social_text {
    font-size: 1.1rem;
    font-family: "SegoeUISemiLight";
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px
}

.error_social_section .footer_social_block {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-align: left
}

.error_social_section .slider_social_button {
    vertical-align: middle
}

.error_footer .menu_developer_block {
    position: static;
    padding-right: 0;
    text-align: right
}

.error_logo {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 40px;
    height: 40px
}

.error_logo img {
    width: 100%
}

.mobile_logo {
    display: none;
    width: 40px;
    height: 40px;
    position: relative
}

.footer_menu_in_header {
    display: none
}

.header_top_in_bottom {
    display: none
}

.mobile_menu_button_block {
    display: none;
    vertical-align: middle;
    padding: 9px 0 9px 25px
}

.mobile_menu_button {
    display: block;
    transition: all .6s
}

.mobile_menu_button span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin-top: 6px;
    transition: all .6s
}

.mobile_menu_button.opened {
    margin-top: 4px
}

.mobile_menu_button span:first-child {
    margin-top: 0
}

.mobile_menu_button.opened span:first-child {
    margin-top: 0;
    transform: rotate(-20deg)
}

.mobile_menu_button.opened span:last-child {
    margin-top: -2px;
    transform: rotate(20deg)
}

.login_close_button {
    width: 30px;
    height: 30px;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

.login_close_button img {
    width: 100%;
    height: 100%;
    padding: 5px
}

.content {
    overflow: hidden
}

.sub_menu_back_button {
    display: none
}

.dropdown-menu {
    border-radius: 0 !important;
    margin: 0 !important
}

.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper>.widget,
.page-wrapper>.page-bottom,
.block.category.event,
.top-container,
.page-main {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%
}

.columns {
    display: block !important
}

input:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.minicart-items .action.delete:before,
.minicart-items .action.edit:before {
    content: '' !important;
    display: none
}

.minicart-items .action.delete span,
.minicart-items .action.edit span {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 10px;
    display: block;
    margin: 9px;
    clip: auto !important
}

.minicart-items .action.delete span {
    background-image: url(../../frontend/Magento/roberto/hy_AM/images/close-button-black.svg)
}

.minicart-items .action.edit span {
    background-image: url(../../frontend/Magento/roberto/hy_AM/images/edit.svg)
}

.minicart-items .selected_product_img img {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    position: static;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none
}

.minicart-items .price-container .price {
    padding-right: 2px;
    font-size: 1.1rem;
    font-family: "SegoeUISemiLight"
}

.minicart-items .update-cart-item {
    height: 29px;
    width: 29px;
    border-radius: 0;
    background: #eeeeec;
    border: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8 !important;
    border-top: 0;
    cursor: pointer;
    box-shadow: none;
    padding: 0
}

.minicart-items .update-cart-item span {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    display: block;
    margin: 6px;
    clip: auto !important;
    background-image: url(../../frontend/Magento/roberto/hy_AM/images/refresh.svg)
}

.minicart-items .update-cart-item:hover span {
    animation: App-logo-spin infinite 3s linear;
    opacity: .6
}

.minicart-items .details-qty.qty {
    padding-top: 10px
}

.minicart-items .item-qty {
    height: 29px
}

.page-footer {
    background: transparent !important
}

.page.messages .message {
    margin: 0 !important
}

.main_menu_button.sales {
    color: #d41818
}

.cms-index-index .main_menu_button.sales {
    color: #e7e8ea
}

.row~.toolbar .product_sort_section {
    display: none !important
}

.toolbar-products .pageing_section {
    display: none
}

.row~.toolbar-products .pageing_section {
    display: block !important
}

.page-layout-2columns-left .column.main {
    width: 100% !important
}

.account.page-layout-2columns-left .column.main {
    width: 77.7% !important
}

.fotorama__arr .fotorama__arr__arr,
.fotorama__arr .fotorama__arr__arr:focus,
.fotorama__arr .fotorama__arr__arr:hover {
    transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    opacity: 1 !important;
    left: 0 !important;
    background: transparent;
    padding: 0;
    font-size: 0;
    outline: 0;
    background-image: none !important;
    width: inherit !important;
    height: inherit !important
}

.fotorama__arr:hover {
    background-color: transparent !important
}

.fotorama__arr--next .fotorama__arr__arr {
    border-left: 25px solid #ececec;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent
}

.fotorama__arr--prev .fotorama__arr__arr {
    border-right: 25px solid #ececec;
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    opacity: 1 !important;
    background-color: transparent !important
}

.fotorama__thumb-border {
    border: 1px solid #e6e6e6 !important
}

.fotorama__thumb {
    border: 1px solid #e6e6e6 !important;
    background-color: transparent !important
}

.product.attribute.sku strong,
.product.attribute.sku div {
    display: inline-block;
    font-size: 110%;
    color: #000;
    font-family: "SegoeUISemiLight";
    letter-spacing: 2px;
    font-weight: normal !important
}

.product.attribute.name div {
    font-size: 180%;
    color: #000;
    letter-spacing: 1px;
    line-height: 20px;
    font-family: "SegoeUI-Bold";
    text-transform: uppercase
}

.product_filter_section .price-box {
    text-align: center;
    padding: 0 8px;
    background: #f2f2f2;
    display: inline-block !important;
    width: 100% !important;
    height: 32px
}

.product_filter_section .price-box .price {
    font-size: 1.1rem !important;
    color: #000;
    font-family: "SegoeUI-Bold"
}

.product_filter_section .price-container {
    font-size: inherit !important
}

.product_filter_section .price-wrapper {
    margin-bottom: 0 !important
}

.product_filter_section .product.attribute.description {
    padding: 25px 0;
    font-size: 1.1rem;
    color: #000;
    border-bottom: 1px solid #e5e5e5
}

.product_filter_section .swatch-attribute {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    position: relative
}

.product_filter_section .swatch-attribute .swatch-select {
    border: 0 !important;
    font-size: 1.2rem;
    color: #000;
    padding-left: 0 !important
}

.product_filter_section .swatch-attribute .swatch-select:hover,
.product_filter_section .swatch-attribute .swatch-select:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.product_filter_section .swatch-attribute-options {
    margin-top: 0 !important;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-left: 0;
    float: right
}

.product_filter_section .swatch-attribute.size .swatch-attribute-options,
.product_filter_section .swatch-attribute.size .swatch-attribute-options .swatch-select {
    width: 100%
}

.product_filter_section .swatch-opt {
    margin: 0 !important;
    float: left;
    width: 100%
}

.product_filter_section .btn {
    width: 100% !important;
    background: transparent !important;
    border: 0;
    padding: 0;
    box-shadow: none !important
}

.product_filter_section .swatch-attribute.size .swatch-attribute-label {
    display: none
}

.product_filter_section .swatch-attribute-label {
    font-weight: normal !important;
    position: relative;
    font-size: 1.2rem;
    color: #000
}

.product_filter_section .swatch-option {
    display: block;
    width: 17px !important;
    height: 17px !important;
    border-radius: 3px;
    overflow: hidden;
    max-width: inherit !important;
    min-width: inherit !important;
    margin: 0 3px 5px 0 !important
}

.product_filter_section .swatch-option.text {
    width: 27px !important;
    height: 27px !important;
    text-overflow: inherit;
    padding: 3px
}

.product_filter_section .swatch-option.selected,
.product_filter_section .swatch-option:hover {
    outline: 0 !important;
    border: 0 !important;
    opacity: .5
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    border-width: 8px 8px 0 8px !important
}

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    border-width: 8px 7px 0 7px !important
}

.fotorama__active .fotorama__dot {
    background-color: #000 !important;
    border-color: #000 !important
}

.product_section_inner .columns .column.main {
    position: relative;
    padding-bottom: 0 !important
}

.payment-method input {
    display: inline-block
}

.payment-method label {
    padding-left: 10px;
    font-size: 16px
}

.columns .column.main {
    padding-bottom: 0 !important
}

.product_filter_section .product-options-wrapper {
    padding: 0
}

.swatch-attribute-selected-option {
    display: none !important
}

.product_filter_section .price-box .price {
    line-height: 32px
}

.product_filter_section .product-options-wrapper .control {
    width: 100% !important
}

div.mage-error[generated] {
    position: absolute;
    bottom: 0
}

input.mage-error,
select.mage-error,
textarea.mage-error {
    border-bottom: 1px solid #d41818 !important
}

.block-collapsible-nav {
    background: transparent !important;
    margin-top: 30px
}

.block-collapsible-nav .item a {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
    color: #000
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
    font-family: "SegoeUI-Bold";
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
    color: #000
}

.block-collapsible-nav .item:before {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
    margin-top: -2px
}

.block-collapsible-nav .item.current:before {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background: url("../../frontend/Magento/roberto/hy_AM/images/checked.svg") no-repeat center;
    margin-top: -9px
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
    border-color: transparent !important
}

.block-collapsible-nav .item a,
.block-collapsible-nav .item>strong {
    padding: 7px 18px 5px 28px
}

.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item a:focus {
    background: transparent !important;
    font-family: "SegoeUI-Bold"
}

.block-collapsible-nav .item:last-child {
    padding-top: 15px
}

.block-collapsible-nav .item:last-child:before {
    display: none !important
}

.block-collapsible-nav .item:last-child a {
    font-family: "SegoeUI-Bold";
    color: #c00
}

.block-title strong,
.fieldset>.legend,
.fieldset>.legend span {
    font-size: 1.2rem !important;
    color: #000;
    letter-spacing: 3px;
    font-family: "SegoeUI-Bold";
    text-transform: uppercase;
    border-bottom: 0 !important
}

.fieldset>.legend,
.actions-toolbar,
.block-addresses-default,
.block-addresses-list {
    padding: 0 15px 10px
}

.box .box-title span {
    font-size: 1.2rem !important;
    color: #000;
    letter-spacing: 3px;
    font-family: "SegoeUI-Bold"
}

.profile_section_inner .block {
    margin-bottom: 80px
}

.form-edit-account fieldset,
.form-address-edit fieldset {
    width: 100% !important
}

.fieldset>.legend {
    margin: 0 !important
}

address {
    font-size: 1.2rem !important;
    line-height: 2.2rem !important
}

.abs-product-link>a:visited,
.product-item-name>a,
.product-item-name>a:visited,
.product.name a>a:visited {
    font-size: 1.1rem;
    color: #000;
    font-family: "SegoeUI-Bold";
    letter-spacing: 1px;
    text-transform: uppercase
}

.cart.table-wrapper .product-item-name+.item-options {
    font-size: 1.2rem;
    color: #000
}

.cart.table-wrapper .product-item-name+.item-options dt {
    font-weight: normal
}

.cart.table-wrapper .cart thead tr th.col span {
    font-size: 1.4rem;
    font-weight: normal !important
}

.cart.table-wrapper .cart>.item .price,
.price-including-tax .price,
.price-excluding-tax .price {
    padding-right: 2px;
    font-size: 1.2rem;
    font-family: "SegoeUISemiLight";
    font-weight: normal !important;
    color: #000
}

.table>tbody+tbody {
    border-top: 1px solid #ddd !important
}

.viewcart {
    color: #000 !important
}

.item-info .actions-toolbar {
    z-index: 99;
    top: 0;
    left: 0
}

.item-info .actions-toolbar a {
    position: relative !important
}

.cart.table-wrapper .item .col.item {
    padding: 0 !important
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tbody>tr>td,
.order-links .item strong,
dt {
    font-size: 1.2rem;
    font-weight: normal !important
}

.table tfoot th,
.table tfoot td {
    font-size: 1.4rem;
    font-weight: normal !important
}

.modal-popup {
    z-index: 9999
}

#checkout .registration_block {
    width: 100% !important;
    padding: 0 !important
}

.apply_form_block,
.newsletter_hint {
    width: 230px;
    max-width: 100%
}

.apply_form .form_block {
    position: relative;
    padding-bottom: 15px;
    font-weight: lighter
}

.apply_form .error_hint {
    right: 0;
    font-size: 120%;
    line-height: 15px;
    bottom: 0
}

.apply_form .contact_hint {
    margin-bottom: 20px
}

.apply_form label {
    display: block;
    margin: 0;
    cursor: pointer;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    font-size: 1.2rem;
    line-height: 30px;
    text-align: left;
    background: transparent;
    position: relative;
    color: #000;
    font-weight: normal
}

.apply_form label input {
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0
}

.apply_form label .attach_status {
    display: block;
    padding-right: 30px;
    background: url('../../frontend/Magento/roberto/hy_AM/images/attach_black.svg') no-repeat;
    background-size: 18px;
    background-position: right center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px
}

label.has-error {
    border-color: #b94a48;
    color: #b94a48
}

label.has-error .attach_status {
    background: url('../../frontend/Magento/roberto/hy_AM/images/attach_black.svg') no-repeat;
    background-size: 18px;
    background-position: right center
}

.apply_form input::-webkit-input-placeholder {
    color: #000;
    font-family: inherit
}

.apply_form input::-moz-placeholder {
    color: #000;
    font-family: inherit
}

.apply_form input:-moz-placeholder {
    color: #000;
    font-family: inherit
}

.apply_form input:-ms-input-placeholder {
    color: #000;
    font-family: inherit
}

.apply_form .has-error input::-webkit-input-placeholder {
    color: #b94a48;
    font-family: inherit
}

.apply_form .has-error input::-moz-placeholder {
    color: #b94a48;
    font-family: inherit
}

.apply_form .has-error input:-moz-placeholder {
    color: #b94a48;
    font-family: inherit
}

.apply_form .has-error input:-ms-input-placeholder {
    color: #b94a48;
    font-family: inherit
}

.apply_form .form_block>button {
    width: 100%;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font-size: 140%;
    line-height: 18px;
    padding: 10px;
    background: #fff;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: none !important;
    border-radius: 0 !important
}

.apply_form .form_block>button:focus {
    background: #fff;
    color: #000
}

.apply_form .form_block>button:hover {
    background: #000;
    color: #fff;
    opacity: 1
}

.note_text {
    padding: 0 40px;
    font-size: 1.4rem
}

.iwd_main_wrapper .fieldset .field {
    margin: 0 !important
}

.iwd_main_wrapper .iwd_opc_column_name {
    text-transform: uppercase;
    text-align: left !important
}

.iwd_main_wrapper .iwd_opc_universal_wrapper {
    font-size: 1.2rem !important;
    letter-spacing: 3px !important;
    font-family: "SegoeUI-Bold" !important;
    color: #000 !important
}

.field .control._with-tooltip input {
    width: 100% !important
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected {
    text-align: right
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper,
.iwd_main_wrapper .field .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container,
.iwd_main_wrapper .field .iwd_opc_select_container {
    border: 0 !important;
    border-bottom: 1px solid #d8d8d8 !important
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option {
    text-align: right !important
}

.form.billing-address-form {
    margin: 40px 0
}

.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:first-child {
    padding-right: 0 !important
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals {
    margin-top: 60px !important
}

.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_address_column,
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_payment_column {
    float: right !important;
    clear: both
}

#iwd_opc_review {
    float: left !important
}

.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child {
    padding-left: 0 !important
}

.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child .iwd_opc_alternative_column {
    float: left !important
}

.iwd_main_wrapper {
    margin: 0 !important
}

.iwd_opc_column .iwd_opc_alternative_column {
    max-width: inherit !important
}

#iwd_opc_review {
    max-width: 490px !important
}

.iwd_main_wrapper .fieldset:first-child .field {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 100%
}

.iwd_main_wrapper .field.street .field {
    display: inline-block;
    vertical-align: top;
    padding: 0 !important;
    width: 100% !important
}

.product-options-bottom {
    clear: both
}

#minicart-content-wrapper #block-discount {
    position: absolute;
    bottom: 150px;
    left: 20px;
    width: 100%
}

#minicart-content-wrapper #block-discount .content {
    display: block !important;
    min-height: inherit !important
}

#minicart-content-wrapper #block-discount .content .field {
    width: 60%;
    float: left;
    margin: 0
}

#minicart-content-wrapper #block-discount .content .field .label {
    display: none
}

#minicart-content-wrapper #block-discount .content .field input {
    height: 38px
}

#minicart-content-wrapper #block-discount .content .actions-toolbar {
    width: 40%;
    float: left
}

#minicart-content-wrapper #block-discount .content .actions-toolbar button {
    font-size: 1.2rem;
    color: #fff;
    width: 100%;
    letter-spacing: 2px;
    padding: 10px;
    background: #000;
    transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    border: 0;
    outline: 0;
    border-radius: 0 !important
}

.product_filter_block .table>thead>tr>th,
.product_filter_block .table>tbody>tr>th,
.product_filter_block .table>tfoot>tr>th,
.product_filter_block .table>thead>tr>td,
.product_filter_block .table>tbody>tr>td,
.product_filter_block .table>tfoot>tr>td {
    border-top: 0 !important;
    color: #000;
    padding: 5px;
    display: inline-block
}

.product_filter_block .table>thead>tr>td,
.product_filter_block .table>tbody>tr>td,
.product_filter_block .table>tfoot>tr>td {
    float: right;
    color: #999
}

.additional-attributes tr {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0
}

.super-attribute-select {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px
}

select:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.checkout-container select {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    direction: rtl;
    font-size: 1.2rem
}

.cart-summary select {
    direction: rtl;
    font-size: 1.2rem
}

.checkout-container select option:first-child {
    color: #fff
}

.product-info-price .price-box .old-price .price-container>span {
    display: inline-block
}


.cart-summary .block .fieldset .field:not(.choice)>.label {
    font-weight: normal
}

.cart-summary .block .item-options .field .radio+.label {
    line-height: 20px;
    font-size: 11px;
    display: inline-block
}

.field-tooltip .field-tooltip-action,
.opc-wrapper .form-login .fieldset .note {
    display: none !important
}

.opc-wrapper .step-title,
.cart-summary>.title,
.opc-estimated-wrapper .estimated-block {
    font-size: 1.4rem;
    letter-spacing: 3px;
    font-family: "SegoeUI-Bold";
    color: #000;
    border-bottom: 0 !important
}

.cart-summary .block .title strong {
    font-weight: normal
}

.opc-block-summary {
    padding: 20px
}

.opc-block-summary>.title,
.opc-block-shipping-information .shipping-information-title {
    font-size: 1.4rem;
    letter-spacing: 3px;
    font-family: "SegoeUI-Bold";
    color: #000
}

.label {
    color: #000;
    font-weight: normal;
    padding: 0;
    font-size: 100%
}

.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
    font-weight: normal
}

.opc-block-shipping-information .shipping-information-title .action-edit {
    top: 0
}

.opc-block-shipping-information .shipping-information-content {
    font-size: 1.4rem
}

.mark {
    background: transparent
}

.table-checkout-shipping-method thead tr {
    display: none !important
}

.action.remind,
.action-cancel {
    color: #000
}


.modal-content {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    font-size: 16px !important
}

.modal-popup .modal-footer {
    border: 0 !important
}

.modal-header {
    border-bottom: 0 !important
}

.checkout-payment-method .payment-option-title .action-toggle,
.block.discount .title strong {
    color: #000;
    font-size: 1.4rem
}

.table-checkout-shipping-method td {
    font-size: 1.6rem;
    font-weight: normal
}

#shipping-zip-form .registration_block {
    width: 100% !important
}

.bootstrap-select {
    width: 100% !important
}

.bootstrap-select>.dropdown-toggle {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: none;
    padding: 5px 0
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address,
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form,
.opc-wrapper .form-discount {
    max-width: 750px !important;
    background: transparent
}

.opc-wrapper .fieldset>.field,
.opc-wrapper .form-login .fieldset.hidden-fields {
    display: inline-block;
    vertical-align: top;
    padding: 15px 15px;
    width: 50%
}

.opc-wrapper .form-login .fieldset.hidden-fields .field {
    width: 100%;
    padding: 0
}

.form.form-login {
    padding-top: 0;
    padding-bottom: 0
}


.free_del_block {
    float: right
}

.free_del_block img {
    float: left
}

.free_del_block span {
    display: inline-block;
    float: left;
    line-height: 20px;
    padding-left: 10px;
    font-size: 11px
}


#mageplaza-seo-html-sitemap {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
    margin-top: 150px
}

#mageplaza-seo-html-sitemap h2 {
    font-size: 2rem;
    padding: 20px
}

.mp-sitemap-listing a {
    color: #000
}

.listing_section .category-view {
    display: none
}

.category-production .listing_section .category-view {
    display: block
}

.main_menu_button.gift-card-cat {
    display: none
}

.opc-wrapper .form-shipping-address .fieldset .field label.label {
    background: #fff;
    z-index: 99
}

@media screen and (max-width:1440px) and (min-width:992px) {
    .main_menu_button {
        padding: 7px 0
    }
    .main_menu {
        padding: 0 10px
    }
}

@media screen and (max-width:1199px) and (min-width:992px) {
    .main_menu_button {
        font-size: 1.1rem !important;
        letter-spacing: 0
    }
    .main_menu {
        padding: 0 7px
    }
    .shopping_cart_block {
        padding-left: 0
    }
}

@media screen and (max-width:1700px) {
    .gallery_section_inner .slick-next {
        right: 50px
    }
    .gallery_section_inner .slick-prev {
        left: 50px
    }
}

@media screen and (max-width:1600px) {
    .gallery_section_inner .slick-next {
        right: 20px
    }
    .gallery_section_inner .slick-prev {
        left: 20px
    }
}

@media screen and (max-width:1366px) {
    .gallery_section_inner .slick-next {
        right: 5px
    }
    .gallery_section_inner .slick-prev {
        left: 5px
    }
    .slider_title {
        font-size: 600%;
        line-height: 60px
    }
    .gallery_section {
        margin-top: 110px
    }
    .main_menu_popup {
        padding-top: 25px
    }
    .menu_dropdown_bottom {
        bottom: 15px
    }
    .menu_category_title_block {
        padding-bottom: 20px
    }
    .footer_contact_section .bottom_link_block {
        padding-left: 15px;
        width: 100px
    }
    .gallery_title {
        top: 15px
    }
    .contact_table_block {
        margin: 0 auto;
        float: none
    }
    .contact_us_section {
        padding-right: 0
    }
}

@media screen and (max-width:1199px) {
    .gallery_section_inner .slick-next {
        right: 0
    }
    .gallery_section_inner .slick-prev {
        left: 0
    }
    .slider_title {
        font-size: 500%;
        line-height: 50px
    }
    .main_img_text {
        font-size: 200%;
        padding-top: 5px;
        padding-bottom: 10px;
        line-height: 20px
    }
    .footer_contact_section .bottom_link_block {
        width: 95px;
        padding-left: 5px
    }
    .main_menu_popup {
        padding-bottom: 25px
    }
}

@media screen and (max-width:1024px) {
    .footer_menu_section {
        width: 100%
    }
    .footer_contact_section {
        width: 100%;
        padding-top: 40px
    }
    .footer_social_block {
        float: none;
        width: 100%;
        text-align: left
    }
    .footer_contact_section .menu_bottom_links {
        padding-left: 0;
        width: 100%;
        float: none
    }
    .footer_contact_section .menu_developer_block {
        text-align: left;
        width: 100%
    }
    .footer_contact_section .bottom_link_block {
        padding-left: 0;
        padding-right: 15px
    }
    .error_page .success_link_block {
        margin-left: 20px
    }
    .text_section .bg_element {
        display: none
    }
    .text_section_inner {
        border: 0
    }
}

@media screen and (max-width:991px) {
    .slider_title {
        font-size: 350%;
        line-height: 35px
    }
    .main_img_text {
        font-size: 170%;
        line-height: 17px
    }
    .product_listing_block {
        height: 280px
    }
    .checkout_cart_section {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px
    }
    .main_checkout_section {
        width: 100%;
        padding-left: 0
    }
    .checkout_cart_section_inner {
        max-width: none
    }
    .footer {
        display: none
    }
    .succsess_text_block {
        max-width: 325px
    }
    .option_menu_section {
        width: 100% !important;
        text-align: left !important
    }
    .careers_section .section_title_block {
        text-align: left;
        width: 100%
    }
    .career_menu_section_inner {
        padding-bottom: 0
    }
    .career_menu_section {
        width: 100%;
        padding-bottom: 0
    }
    .send_cv_section {
        position: relative;
        background: transparent;
        width: 100%
    }
    .send_cv_section_inner {
        max-width: none;
        margin: 0 -15px
    }
    .stores_text_section {
        width: 100%;
        padding-bottom: 20px
    }
    .geography_map {
        width: 100%;
        height: 300px
    }
    .marker_info_list {
        padding: 20px 15px
    }
    .stores_section .section_title_block {
        max-width: none;
        padding: 0 15px
    }
    .city_list_block {
        max-width: none;
        width: 100%
    }
    .error_page .success_link_block {
        margin-left: 15px
    }
    .error_logo {
        position: static;
        padding-left: 15px;
        padding-top: 15px;
        width: 55px;
        height: 55px
    }
    .main_logo {
        display: none !important
    }
    .mobile_logo {
        display: block
    }
    .header_top {
        display: none
    }
    .main_page_header .main_logo_block {
        padding: 17px 0
    }
    .header_bottom {
        background: #000 !important
    }
    .header_bottom_inner {
        border: 0 !important
    }
    .main_menu_button {
        color: #000 !important
    }
    .main_menu_block {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        top: 100%;
        background: rgba(255, 255, 255, 0.95);
        overflow-y: auto;
        display: none
    }
    .main_menu {
        display: block;
        padding: 25px 40px 25px 40px;
        border-bottom: 1px solid #d7d7d7
    }
    .main_menu_button {
        font-size: 1.8rem;
        color: #000;
        font-family: "SegoeUI-Bold";
        letter-spacing: 2px;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0
    }
    .has_submenu:after {
        display: block;
        content: "" !important;
        position: absolute;
        right: 0;
        top: 50%;
        border-left: 8px solid #c3c2c2;
        border-right: 8px solid transparent;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent
    }
    .has_submenu.opened {
        background: transparent;
        padding: 0;
        border-radius: 0;
        color: #000 !important
    }
    .has_submenu.opened:after {
        transform: rotate(0);
        margin: 0;
        right: 0
    }
    .footer_menu_in_header {
        display: block;
        padding: 35px 40px 0 40px
    }
    .footer_menu_in_header .footer_menu_block {
        padding-top: 0
    }
    .footer_menu_in_header .footer_menu {
        display: block;
        width: 100%
    }
    .footer_menu_button.title_button a {
        font-size: 1.4rem;
        letter-spacing: 2px
    }
    .footer_menu_button a {
        font-size: 1.4rem
    }
    .footer_menu_button {
        padding-top: 14px;
        padding-bottom: 14px
    }
    .footer_menu_button.title_button {
        padding-bottom: 14px
    }
    .footer_menu {
        padding: 0;
        padding-top: 50px
    }
    .footer_menu:first-child {
        padding-top: 0
    }
    .header_top_menu {
        display: block;
        padding: 0;
        border: 0 !important
    }
    .header_top_in_bottom {
        display: block;
        padding: 25px 40px 25px 40px
    }
    .top_menu_button {
        display: block;
        padding: 25px 0
    }
    .top_menu_button a {
        display: inline-block;
        font-size: 1.4rem;
        font-family: "SegoeUI-Bold";
        letter-spacing: 2px;
        color: #000
    }
    .language_block {
        padding: 0;
        padding-bottom: 30px
    }
    .language_button a {
        font-size: 1.4rem;
        font-family: "SegoeUI-Bold";
        background: #000;
        padding: 5px 10px
    }
    .login_block {
        display: block;
        background: #333 !important
    }
    .language_button {
        padding-left: 0;
        padding-right: 20px
    }
    .login_button a {
        text-align: center;
        font-size: 1.4rem
    }
    .cart_checkout_section {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .search_button.opened {
        padding: 2px;
        background: #fff
    }
    .mobile_menu_button_block {
        display: inline-block
    }
    .login_close_button {
        display: block
    }
    .main_menu_popup {
        background: #fff !important;
        z-index: 25
    }
    .sub_menu {
        display: block;
        width: 100%;
        padding: 0
    }
    .sub_menu_title a {
        border: 0;
        font-family: "SegoeUI-Bold";
        font-size: 1.8rem;
        letter-spacing: 2px;
        color: #000;
        display: block !important
    }
    .menu_category_title_block {
        padding: 25px 40px 25px 40px;
        border-bottom: 1px solid #d7d7d7;
        position: relative;
        z-index: 1
    }
    .menu_category_title {
        font-family: "SegoeUI-Bold";
        font-size: 1.8rem;
        letter-spacing: 2px;
        color: #b2b2b2;
        cursor: pointer;
        position: relative
    }
    .menu_category_title:hover {
        opacity: .5
    }
    .sub_menu_title {
        padding: 25px 40px 25px 40px;
        border-bottom: 1px solid #d7d7d7;
        display: block
    }
    .sub_menu_inner {
        display: none;
        position: absolute;
        right: 0;
        bottom: 0;
        height: auto;
        height: 100%;
        width: 0;
        background: #fff;
        z-index: 50000;
        overflow-y: auto
    }
    .sub_menu_block {
        height: auto;
        z-index: 10
    }
    .main_menu_popup {
        padding: 0;
        overflow-y: auto
    }
    .submenu_button a {
        display: block;
        position: relative
    }
    .sub_menu_title a:after {
        display: block;
        content: "" !important;
        position: absolute;
        right: 0;
        top: 50%;
        border-left: 8px solid #c3c2c2;
        border-right: 8px solid transparent;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        margin-top: -7px
    }
    .menu_category_title:after {
        display: block;
        content: "" !important;
        position: absolute;
        right: 0;
        top: 50%;
        width: 35px;
        height: 16px;
        background: url("../../frontend/Magento/roberto/hy_AM/images/back-arrow.svg") no-repeat;
        background-size: 35px 16px;
        background-position: center;
        margin-top: -8px
    }
    .submenu_button a {
        font-size: 1.4rem;
        display: inline-block
    }
    .submenu_button {
        font-size: 1.4rem;
        padding: 25px 40px 25px 40px !important;
        border-bottom: 1px solid #d7d7d7;
        display: block
    }
    .sub_menu_back_button {
        display: block;
        padding: 25px 40px 25px 40px;
        border-bottom: 1px solid #d7d7d7
    }
    .sub_menu_back_button a {
        font-family: "SegoeUI-Bold";
        font-size: 1.8rem;
        letter-spacing: 2px;
        color: #b2b2b2;
        display: block;
        position: relative
    }
    .sub_menu_back_button a:after {
        display: block;
        content: "" !important;
        position: absolute;
        right: 0;
        top: 50%;
        width: 35px;
        height: 16px;
        background: url("../../frontend/Magento/roberto/hy_AM/images/back-arrow.svg") no-repeat;
        background-size: 35px 16px;
        background-position: center;
        margin-top: -8px
    }
    .main_menu_popup {
        position: absolute
    }
    .menu_container {
        position: static;
        padding-bottom: 0
    }
    .sub_menu_block {
        overflow-y: auto
    }
    .menu_dropdown_bottom {
        display: none
    }
    .menu_layer {
        display: none !important
    }
    .total_price_checkout {
        padding-bottom: 35px
    }
    .profile_section,
    .stores_text_section,
    .listing_section,
    .product_section,
    .gallery_inner_page,
    .faq_section,
    .text_section,
    .contact_section.mobile,
    .checkout_succes_section,
    .careers_section,
    .checkout_section {
        padding-top: 75px
    }
    .breadcrumb_button {
        padding-right: 20px;
        padding-left: 15px
    }
}

@media screen and (max-width:767px) {
    .price-container .price {
        font-size: 1.1rem
    }
    .marker_info_list:nth-child(even) {
        border-left: 0
    }
    .marker_info_list {
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #e1e1e1;
        width: 100%
    }
    .marker_info_list:nth-child(2) {
        padding-top: 40px
    }
    .product_slider_section {
        margin-top: 0
    }
    .faq_section_contact_side {
        display: none
    }
    .main_img_block {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .main_img_text {
        font-size: 150%;
        line-height: 16px
    }
    .listing_option_block {
        width: 100%;
        text-align: center;
        padding-top: 100px
    }
    .product_listing_block {
        width: 33.33%
    }
    .option_price_block {
        margin: 0 auto
    }
    .listing_option_block_inner {
        text-align: left;
        display: inline-block
    }
    .option_price_block {
        max-width: 200px
    }
    .listing_options_section {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        top: 100%;
        background: rgba(255, 255, 255, 0.9);
        z-index: 200;
        padding: 20px 0;
        overflow: hidden;
        -o-transition: top .5s;
        -ms-transition: top .5s;
        -moz-transition: top .5s;
        -webkit-transition: top .5s;
        transition: top .5s
    }
    .listing_options_section.opened {
        top: 74px;
        overflow-y: auto
    }
    .option_form_button {
        cursor: pointer
    }
    .listing_options_section .option_form_button {
        display: block;
        position: absolute
    }
    .product_listing_section {
        padding-left: 0;
        padding-right: 0
    }
    .open_filter_button {
        display: block
    }
    .listing_option_block_inner {
        max-width: 200px;
        width: 100%
    }
    .listing_option label {
        width: 100%;
        text-align: right
    }
    .product_sort_block {
        padding-left: 20px;
        padding-top: 5px
    }
    .product_filter_block {
        max-width: none
    }
    .share_block {
        position: relative;
        padding-top: 15px
    }
    .gallery_slider_button {
        width: 12.5%
    }
    .faq_section_contact_block {
        float: none;
        padding-top: 30px;
        text-align: left
    }
    .succsess_text_block {
        position: relative;
        transform: translate(0);
        width: 100%;
        max-width: none;
        padding-bottom: 20px;
        left: 0
    }
    .success_link_section {
        position: relative;
        transform: translate(0);
        right: 0
    }
    .checkout_succes_block {
        padding: 20px 0
    }
    .success_link_block {
        margin: 5px 30px 0 0
    }
    .send_cv_section_inner .registration_block {
        width: 50%;
        padding-bottom: 15px
    }
    .error_page .success_link_block {
        margin-left: 0;
        margin-right: 10px
    }
}

@media screen and (max-width:640px) {
    .opc-wrapper .fieldset>.field,
    .opc-wrapper .form-login .fieldset.hidden-fields {
        width: 100%
    }
    .product_listing_block {
        height: 380px
    }
    .switcher-dropdown.mobile li {
        width: 100%
    }
    .footer_menu {
        width: 50%;
        padding-bottom: 35px
    }
    .checkout_tab_button {
        width: 100%
    }
    .checkout_tab_button:first-child {
        border-right: 1px solid #d8d8d8;
        border-bottom: 0
    }
    .error_page .success_link_block {
        margin-left: 0;
        margin-right: 5px
    }
}

@media screen and (max-width:480px) {
    .slick-arrow {
        display: none !important
    }
    .product_listing_block {
        width: 50%
    }
    .size_guide_help_block {
        width: 100%;
        padding-bottom: 10px
    }
    .size_guide_help_block:last-child {
        padding-bottom: 0
    }
    .size_help_text {
        width: 100%;
        padding-top: 15px;
        text-align: left
    }
    .size_chose_measure {
        width: 100%
    }
    .gallery_slider_button {
        width: 20%
    }
    .send_cv_section_inner .registration_block,
    .registration_block {
        width: 100%
    }
    .error_footer .menu_developer_block {
        width: 100% !important;
        float: left;
        padding-top: 15px;
        width: auto;
        text-align: left
    }
    .main_slider .slider_socials_block {
        display: none
    }
}

@media screen and (max-width:360px) {
    .footer_menu {
        width: 100%;
        padding-right: 0
    }
    .product_listing_block {
        width: 100%
    }
    .gallery_slider_button {
        width: 25%
    }
}

.stockists.full-width #maincontent,
.stockists.full-width .page-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none
}

.stockists .page-title-wrapper {
    text-align: center
}

#map-canvas {
    height: 100%;
    min-height: 800px
}

.stockists-index-index .main-container .main,
.stockists-index-index .main-container .main .row {
    max-width: none !important
}

.stockists-index-index .main-container .main .row {
    padding: 0 !important
}

.hide {
    display: none
}

.stockists-window {
    padding: 20px 15px;
    text-align: center
}

.stockists-window p {
    font-size: 15px;
    font-family: "Times New Roman", Times, serif
}

.stockists-window .stockists-title {
    color: #081c2a;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold
}

.stockists-window .stockists-telephone {
    margin-bottom: 0
}

.directions-panel,
.search-stockists {
    background: #fff;
    width: 285px;
    height: 464px;
    padding: 20px 17px 20px 15px;
    right: 100px;
    z-index: 1;
    top: 355px
}

.full_width_sidebar .search-stockists {
    height: 130px
}

.full_width_sidebar .stockists-results {
    display: none
}

.directions-panel {
    display: none;
    overflow-y: scroll;
    z-index: 1
}

.directions-panel .close {
    display: inline-block;
    background: url('../../frontend/Magento/roberto/hy_AM/Limesharp_Stockists/images/close.svg') no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer
}

.directions-panel>p {
    text-align: center;
    text-transform: uppercase
}

.search-stockists.close-up {
    height: 250px
}

.search-stockists .search-title {
    font-size: 24px;
    margin-bottom: 19px;
    font-family: "Times New Roman", Times, serif;
    color: #081c2a;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px
}

.search-stockists p {
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 0
}

.search-stockists .search-header p {
    margin-bottom: 12px
}

.search-stockists .results-title {
    color: #081c2a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .3px
}

.search-stockists .stockists-results {
    overflow-y: scroll;
    height: 315px;
    margin-top: 15px
}

.stockists-results .image,
.stockists-results .results-item-data {
    display: inline-block
}

.stockists-results .image {
    width: 75px;
    margin-right: 5px;
    float: left
}

.search-stockists .results-word {
    padding-left: 5px;
    font-size: 14px
}

.results-store.grenson {
    display: none
}

.stockists-intro {
    display: block
}

#stockist-search-term {
    display: inline-block;
    height: 40px;
    padding-left: 10px;
    width: 184px;
    border: 1px solid #c2c2c2;
    margin-top: 5px
}

#stockists-submit,
.find-my-location {
    display: inline-block;
    margin-left: 0;
    background: #081c2a;
    border: 0;
    font-size: 15px;
    padding: 12px 10px;
    top: -2px;
    position: relative;
    letter-spacing: .3px;
    color: white;
    border-radius: 0
}

.find-my-location:hover {
    background: #081c2a;
    box-shadow: none;
    border: 0;
    color: white
}

.search-header {
    padding-left: 5px
}

.results-content {
    cursor: pointer
}

#grenson-stores {
    display: none
}

.underline {
    text-decoration: underline
}

.directions-panel::-webkit-scrollbar,
.search-stockists::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px
}

.directions-panel::-webkit-scrollbar-thumb,
.search-stockists::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

.geocode-location {
    display: inline-block;
    background: url('../../frontend/Magento/roberto/hy_AM/Limesharp_Stockists/images/location.svg') no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    top: 9px;
    left: 15px;
    cursor: pointer
}

.ask-for-directions {
    cursor: pointer
}

.change-directions {
    font-size: 12px
}

.change-directions span {
    cursor: pointer
}

.page_width_sidebar.parent-stockists {
    position: relative
}

.page_width_sidebar .search-stockists {
    top: 0;
    right: 0;
    height: 130px
}

.page_width_sidebar .stockists-results {
    display: none
}

.page_width_top .search-stockists {
    width: auto;
    height: auto;
    z-index: 1;
    position: static;
    border: 1px solid black;
    margin-bottom: 10px
}

.page_width_top #map-canvas {
    width: auto !important;
    height: 800px
}

.page_width_top .stockists-results,
.page_width_top .directions-panel {
    width: 285px;
    float: left;
    border: 1px solid black;
    margin-right: 10px;
    height: 788px;
    overflow-x: scroll;
    padding: 5px
}

.page_width_top .directions-panel {
    right: auto;
    position: static;
    height: 966px
}

.page_width_top .results-content {
    width: auto;
    border: 1px solid grey
}

.page_width_top .stockists-results {
    display: none
}

.page_width_top .find-my-location,
.page_width_top .search-or {
    display: none
}

@media only screen and (min-width:1024px) {
    .page_width_sidebar .search-stockists,
    .full_width_sidebar .search-stockists {
        height: 464px
    }
    .page_width_sidebar .stockists-results,
    .page_width_top .stockists-results,
    .full_width_sidebar .stockists-results {
        display: block
    }
    .page_width_top .find-my-location,
    .page_width_top .search-or {
        display: inline-block
    }
    .page_width_top .search-or {
        margin: 0 5px
    }
    .page_width_top .geocode-location {
        display: none
    }
    .page_width_sidebar .directions-panel,
    .page_width_sidebar .search-stockists,
    .full_width_sidebar .directions-panel,
    .full_width_sidebar .search-stockists {
        position: absolute
    }
}

.individual-stockists {
    border-bottom: 1px solid #c5b097
}

.individual-stockists .image {
    width: 100%;
    display: none
}

.individual-stockists .details {
    width: 100%;
    margin-top: 32px
}

.individual-stockists .details .title {
    text-align: left;
    margin-bottom: 16px
}

.individual-stockists .details .title p {
    font-size: 28px;
    color: #5b2a46
}

.individual-stockists .details .border {
    background: #c5b097;
    width: 45px;
    height: 6px
}

.individual-stockists .details .address {
    margin-top: 29px;
    clear: both
}

.individual-stockists .details .exact-address {
    width: 40%;
    float: left;
    border-right: 1px solid #c5b097;
    display: inline-block
}

.individual-stockists .details p.address-title {
    font-size: 21px;
    color: #5b2a46;
    margin-bottom: 5px
}

.individual-stockists .details .address p:not(.address-title) {
    font-size: 14px;
    margin-bottom: 5px
}

.individual-stockists .details .station {
    width: 50%;
    display: inline-block;
    padding-left: 24px
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.individual-stockists .get-directions {
    background: #e63c76;
    border-radius: 5px;
    margin-top: 43px;
    margin-bottom: 26px;
    padding: 15px;
    text-align: center
}

.individual-stockists .get-directions a {
    color: #fff
}

#map-canvas-individual {
    height: 288px;
    width: 100%
}

.individual-stockists .schedule {
    font-size: 15px;
    margin-top: 30px
}

.individual-stockists .schedule .day {
    margin-bottom: 15px
}

.all-stores {
    padding-top: 32px;
    width: 100%;
    display: none
}

.all-stores button {
    box-shadow: none;
    background: none;
    border: 0
}

.all-stores button#arrow-left {
    left: -5rem
}

.all-stores button#arrow-right {
    right: -5rem
}

.all-stores button#arrow-right img {
    width: 1.5rem;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.all-stores button#arrow-left,
.all-stores button#arrow-right {
    top: 5.5rem;
    position: absolute
}

.all-stores .all-stores-title {
    text-align: center;
    padding-bottom: 34px
}

.all-stores .all-stores-slider-wrapper ul.slick-dots {
    list-style: none;
    margin: 2rem 0 0 0;
    padding: 0;
    text-align: center
}

.all-stores .all-stores-slider-wrapper ul.slick-dots li {
    margin-right: 1rem;
    margin-left: 1rem
}

.all-stores .all-stores-slider-wrapper ul.slick-dots li button {
    padding: 0;
    margin: 0;
    background: #ddd;
    display: block;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    height: 1rem;
    width: 1rem;
    text-indent: 9999px;
    overflow: hidden
}

.slick-dots li {
    display: none
}

.slick-dots li.slick-active,
.slick-dots li.slick-active+li,
.slick-dots li.slick-active+li+li,
.slick-dots li.slick-active+li+li+li,
.slick-dots li.slick-active+li+li+li+li {
    display: inline-block
}

.all-stores .all-stores-slider-wrapper .item .details {
    position: absolute;
    bottom: 0;
    background: url("../../frontend/Magento/roberto/hy_AM/Limesharp_Stockists/images/store-background.svg") no-repeat;
    background-size: cover;
    height: 50px;
    width: 100%;
    text-align: center
}

.all-stores .all-stores-slider-wrapper .item .details p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding-top: 12px;
    text-align: center
}

.all-stores .all-stores-slider-wrapper .item {
    position: relative
}

@media only screen and (min-width:768px) {
    .all-stores .all-stores-slider-wrapper .item {
        margin: 0 10px
    }
    .all-stores {
        display: block
    }
    .individual-stockists {
        border-bottom: 1px solid #c5b097;
        margin-top: 33px;
        padding-bottom: 24px
    }
    .individual-stockists .image {
        float: left;
        width: calc(50% - 20px);
        display: inline-block;
        padding-right: 20px
    }
    .individual-stockists .details {
        width: calc(50% - 20px);
        display: inline-block;
        padding-left: 20px;
        margin-top: 2px
    }
    .individual-stockists .details .title {
        text-align: left;
        margin-bottom: 16px
    }
    .individual-stockists .details .title p {
        font-size: 28px;
        color: #5b2a46
    }
    .individual-stockists .details .border {
        background: #c5b097;
        width: 45px;
        height: 6px
    }
    .individual-stockists .details .nearest-station p {
        padding-left: 48px
    }
    .individual-stockists .details .distance p {
        padding-left: 48px
    }
    .individual-stockists .details .address {
        margin-top: 29px;
        clear: both
    }
    .individual-stockists .details .exact-address {
        width: 40%;
        float: left;
        border-right: 1px solid #c5b097;
        display: inline-block
    }
    .individual-stockists .details p.address-title {
        font-size: 21px;
        color: #5b2a46;
        margin-bottom: 5px
    }
    .individual-stockists .details .address p:not(.address-title) {
        font-size: 14px;
        margin-bottom: 5px
    }
    .individual-stockists .details .station {
        width: 50%;
        display: inline-block;
        padding-left: 24px
    }
    .individual-stockists .details .nearest-station {
        background: url(../../frontend/Magento/roberto/hy_AM/Limesharp_Stockists/images/station.svg) no-repeat;
        background-size: 35px 32px;
        margin-bottom: 20px;
        min-height: 32px
    }
    .individual-stockists .details .distance {
        background: url(../../frontend/Magento/roberto/hy_AM/Limesharp_Stockists/images/distance.svg) no-repeat;
        background-size: 35px 41px;
        min-height: 41px
    }
    .individual-stockists .get-directions {
        background: #e63c76;
        border-radius: 5px;
        margin-top: 43px;
        margin-bottom: 26px;
        padding: 15px;
        text-align: center
    }
    #map-canvas-individual {
        height: 189px
    }
    .all-stores .all-stores-slider-wrapper .item .details {
        position: absolute;
        bottom: 0;
        background: url("../../frontend/Magento/roberto/hy_AM/Limesharp_Stockists/images/store-background.svg") no-repeat;
        background-size: cover;
        height: 50px;
        width: 100%;
        text-align: center
    }
    .all-stores .all-stores-slider-wrapper {
        margin: 0 auto
    }
}

@media only screen and (min-width:1024px) {
    .individual-stockists {
        margin-top: 66px
    }
    .all-stores .all-stores-slider-wrapper {
        max-width: 900px
    }
    .individual-stockists .get-directions {
        display: none
    }
}

@media only screen and (min-width:1120px) {
    .individual-stockists {
        padding-bottom: 42px;
        margin-top: 66px
    }
    .individual-stockists .image {
        width: calc(54% - 20px)
    }
    .individual-stockists .details {
        width: calc(46% - 20px)
    }
    .individual-stockists .details .title {
        margin-bottom: 21px
    }
    .individual-stockists .details .border {
        width: 63px;
        height: 5px
    }
    .individual-stockists .details .address {
        margin-top: 34px
    }
    .individual-stockists .details .exact-address {
        width: 30%
    }
    .individual-stockists .details .station {
        width: 50%;
        display: inline-block;
        padding-left: 24px
    }
    #map-canvas-individual {
        margin-top: 44px;
        max-width: 461px
    }
    .individual-stockists .schedule {
        margin-top: 23px
    }
    .individual-stockists .schedule .day {
        margin-bottom: 15px
    }
    .all-stores {
        padding-top: 40px
    }
    .all-stores .all-stores-title {
        text-align: center;
        padding-bottom: 34px
    }
    .all-stores .all-stores-slider-wrapper {
        max-width: 1000px
    }
}


