*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
}

html {
    font-family: var(--font);
    font-size: var(--glutter);
    color: var(--color);
    line-height: 1.3;
    scroll-behavior: smooth;
}

a:hover {
    color: #000;
}

body {
    font-size: var(--font-size);
    font-family: var(--font);
}

.container {
    width: var(--content-width);
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.container::before,
.container::after {
    content: none;
}

i,
em {
    font-family: var(--font-italic);
}

.medium>i,
i.medium,
.medium>em,
em.medium {
    font-family: var(--font-medium-italic);
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-bold);
}

b>i,
b>em,
strong>i,
strong>em,
h1>i,
h1>em,
h2>i,
h2>em,
h3>i,
h3>em,
h4>i,
h4>em,
h5>i,
h5>em,
h6>i,
h6>em,
.bold>i,
.bold>em {
    font-family: var(--font-bold-italic);
}

strong {
    font-family: var(--font-black);
}

p {
    margin-top: 0;
}

p:last-child,
p:last-of-type {
    margin-bottom: 0;
}

ul {
    margin: 0;
}

img {
    height: auto;
}

.select {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    color: #333
}

select {
    cursor: pointer;
    width: 100%;
    border: 0px;
    background: #fff;
    padding: 15px 0px 10px 10px;
    font-size: 16px;
    appearance: none;
    border-radius: 0
}

.select::after {
    background-color: var(--white);
    background-image: url(../images/icons/icon-select.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    width: 34px;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    z-index: 1;
    text-align: center;
    height: 100%;
    pointer-events: none;
}

/* Header - top bar */

.tb-inner {
    font-size: 1.06666667em;
    line-height: 1.1875;
    color: #fff;
    padding: 11px 0;
}


/* Header - main nav */
#store-selector {
    font-size: 16px;
    padding: 0 0 0 54px;
}

#store-selector u {
    text-decoration: none;
}

#header-main {
    padding: 29px 0 11px 0;
}

.headerv2 #header-main {
    padding: 39px 0 16px 0;
}

.headerv2 #header-main {
    background-color: var(--yellow);
}

#nav {
    height: 57px;
    border-top: 7px solid var(--yellow);
}

#header-main #logo {
    position: relative;
    top: -8px;
}

.headerv2 #header-main #logo .logo1 {
    display: none;
}

.headerv2 #header-main #logo .logo2 {
    display: block !important;
}

.headerv2 #header-main .icon-loc,
.headerv2 #header-main .icon-pay,
.headerv2 #header-main .icon-search {
    filter: brightness(0) saturate(100%);
}

#header-main .side-nav-toggle {
    width: 32px;
    height: 26px;
}

#header-main .side-nav-toggle span {
    width: 100%;
    height: 3px;
    background-color: #000;
}

#header-main #header-search {
    flex-basis: 306px;
    flex-shrink: 1;
}

#header-main #header-search form {
    max-width: 100%;
    height: 37px;
    border-radius: 50px;
    align-items: center;
    background-color: #fff;
}

#header-main #header-search button {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 3px;
    padding: 6px;
    outline: none;
    background-color: #fff;
}

#header-main #header-search input,
#header-main #header-search ::placeholder {
    font-size: 13px;
    color: #222;
    line-height: normal;
}

#header-main #header-search ::placeholder {
    color: #9b9b9b;
}

#header-main #header-search input {
    text-indent: 5px;
    padding: 0 0 0 10px;
    margin: 0;
    flex-grow: 1;
    outline: none;
}

#header-main .button {
    height: 43.5px;
    padding-top: 1px;
    font-size: 16px;
    margin-right: 0px;
    padding: 0 13px;
    padding-top: 1px;
}

#header-main .separator {
    margin-right: 15px;
}

#header-main .button img {
    margin-right: 9px;
}

#header-main .cart {
    margin: 0 12px 6px 16px;
}

#header-main .cart img {
    max-width: 39px;
}

#header-main .quantity {
    visibility: hidden;
    background-color: var(--yellow);
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 21px;
    font-size: 16px;
    top: -7px;
    right: -11px;
}

.headerv2 #header-main .quantity {
    background-color: #000;
    color: var(--yellow);
}

#header-main .quantity.visible {
    visibility: visible;
}

#nav nav {
    flex-shrink: 0;
}

#nav nav>ul>li {
    margin-left: 2em;
}

#nav nav>ul>li.less-padding {
    margin-left: calc(2.1875em - 18px);
}

#nav nav>ul>li:first-child {
    margin-left: 0;
}

#nav nav>ul>li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none !important;
}

#nav nav>ul>li.featured {
    position: relative;
}

#nav nav>ul>li.featured a {
    color: var(--yellow);
    font-size: 18px;
    font-family: 'Gotham Ultra';
}

#nav nav>ul>li.featured::before {
    content: '';
    background-image: url('../images/icons/icon-arrow-right-yellow.png');
    width: 16px;
    height: 12.5px;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -25px;
    top: 5px;
    pointer-events: none;
    background-repeat: no-repeat;
}

#nav nav .sub-menu {
    overflow: hidden;
    position: absolute;
    top: 37px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    margin: 0;
    padding: 0;
    z-index: 3;
    border-left: 3px solid var(--yellow);
    white-space: nowrap;
}

#nav nav .sub-menu>ul {
    display: flex;
    margin: 19px 36px 26px 17px;
    gap: 62px;
}

#nav nav .sub-menu>ul>* {
    flex-shrink: 0;
}

#nav nav .sub-menu>ul li {
    line-height: 27px;
}

#nav nav .menu-item-has-children::before {
    content: '';
    background-image: url('../images/icons/icon-nav-dropdown.png');
    width: 10.5px;
    height: 11px;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -18px;
    top: 6px;
    pointer-events: none;
    background-repeat: no-repeat;
}

#nav nav .menu-item-has-children::after {
    content: '';
    position: absolute;
    top: 82%;
    left: 0;
    height: 30px;
    width: 100%;
}

#nav nav .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

#nav nav .menu-item-has-children:hover .sub-menu ul {
    list-style: none;
    padding: 0;
}

#nav nav .sub-menu .menu-item {
    margin-left: 0;
    line-height: 30.5px;
    margin-bottom: 0;
}

#nav nav .sub-menu .menu-item li {
    width: fit-content;
}

#nav nav .sub-menu .menu-item li.has-sub {
    position: relative;
    font-size: 15px;
}

#nav nav .sub-menu .menu-item li.has-sub a {
    color: #000;
}

/* #nav nav .sub-menu .menu-item li:first-child a::after, */
#nav nav .sub-menu .menu-item li.has-sub::before,
#nav nav .sub-menu .menu-item>a::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 9.5px;
    top: 10px;
    right: -26px;
    background-image: url('../images/icons/nav-arrow.png');
    background-size: contain;
    background-position: center;
}

#nav nav .sub-menu .menu-item a {
    position: relative;
    color: #4c4c4c;
}

#nav nav .sub-menu .menu-item a:hover {
    text-decoration: none;
}

#nav nav .sub-menu .menu-item-sub a {
    font-size: 14px;
    color: #4c4c4c;
    font-family: 'Roboto';
}

#nav nav .sub-menu img {
    max-width: 341px;
    object-fit: cover;
    object-position: left bottom;
}

#nav .button {
    height: 50px;
    font-size: 22.5px;
    padding: 0 16px;
    background-color: var(--yellow);
}

#nav .button strong {
    padding-top: 2px;
}

/* Mobile menu */
body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF;
    /* A background-color is required */
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.slideout-menu a {
    font-size: 18px;
    width: 256px
}

.slideout-menu a:hover {
    color: #fff;
    text-decoration: none;
}

.slideout-menu a img {
    margin-bottom: 3px;
    margin-right: 5px;
}

.slideout-menu .b-yellow a {
    color: #000;
    font-family: 'Roboto';
    font-weight: 500;
}

.slideout-menu .b-yellow a.border-top {
    border-color: #000;
}

#side-nav {
    display: none;
}

.slideout-open #side-nav {
    display: block;
}

.slideout-menu {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slideout-menu::-webkit-scrollbar {
    display: none;
    background: transparent;
    width: 0;
}

#panel:before {
    content: '';
    display: block;
    transition: background-color 0.5s ease-in-out;
}

#panel.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
}

@media screen and (max-height: 600px) {
    .slideout-menu a {
        font-size: 16px;
        padding: 14px;
    }
}

/* Footer */
footer {
    font-size: 14px;
    background-color: #f5f3f3;
}

footer .title {
    font-size: 16px
}

footer .hours p {
    padding-top: 4px;
}


footer .select::after {
    background-size: 10px;
    width: 43.5px;
    background-color: var(--yellow);
    background-image: url('../images/icons/icon-select.png');
}

footer select {
    font-size: 14px;
    line-height: 17.5px;
    padding: 10px 0px 7px 16px;
}

footer ul li a {
    padding-top: 4px !important;
}

footer strong {
    font-family: 'Poppins';
    font-weight: 700;
}

#footer-nav li {
    line-height: 1.7;
}

footer #copyright {
    margin-top: auto;
    margin-bottom: 0px;
    /*33px;*/
    font-size: 13px;
    letter-spacing: 0.015em;
}

.footer-disclaimer {
    font-size: 13px;
    background-color: #ebebeb;
}

/* Hero: */
/* @media screen and (min-width: 767px){
	body:not(.home) #hero {
		height:290px
	}
}

@media screen and (max-width: 567px){
	body:not(.home) #hero .hero-inner {
		padding:50px 0
	}
	body:not(.home) #hero h1 {
		margin-top:0
	}
} */

/* Footer Newsletter */
#newsletter {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 74px;
    background-color: #000;
}

#newsletter .container {
    display: grid;
    grid-template-columns: auto 200px auto;
}

#newsletter .image {
    margin-top: -30px;
    text-align: center;
}

#newsletter .image img {
    transform: translate(-9px, 5px);
}

#newsletter p {
    font-size: 30px;
    line-height: 1;
}

#newsletter .sub {
    font-size: 15px;
    line-height: 19px;
}

#newsletter .text-right {
    padding-right: 24px;
    margin: 11px 0;
}

#newsletter form {
    width: 416px;
    max-width: 100%;
    height: 45px;
    margin: 6px 0 0 9px;
}

#newsletter form input,
#newsletter form button {
    outline: none;
    appearance: none;
    border-radius: 0
}

#newsletter form input,
#newsletter ::placeholder {
    color: #222;
    line-height: 45px;
}

#newsletter ::placeholder {
    text-transform: capitalize;
}

#newsletter form input {
    flex-grow: 1;
    text-indent: 17px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    border-right: none;
}

#newsletter form button {
    width: 90px;
    padding-top: 7px;
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    #newsletter .container {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    #newsletter .container>div {
        width: 100%;
        text-align: center;
    }

    #newsletter .image {
        position: relative;
        order: 1;
    }

    #newsletter form {
        margin: 0 auto;
    }

    #newsletter .text-right {
        flex-direction: column;
        text-align: center;
        width: 100%;
        padding: 0;
        position: relative;
        order: 2;
        margin-top: 27px;
        margin-bottom: 15px;
    }

    #newsletter .text-right img {
        margin-top: -57px;
        margin-bottom: 20px;
    }

    #newsletter .container div:nth-child(3) {
        position: relative;
        order: 3;
    }

    #newsletter .image img {
        width: 90px;
        height: auto;
        transform: translate(1px, 14px);
    }

}

@media screen and (max-width: 567px) {
    #newsletter {
        padding: 0 0 31px;
        margin-top: 0;
    }

    #newsletter p {
        font-size: 24.0px;
        line-height: 22px;
        margin: 0 auto;
    }

    #newsletter .col-6 {
        padding: 0;
        margin-bottom: 0;
    }

    #newsletter .col-6:last-of-type {
        margin-top: 10px;
    }

    #newsletter .sub {
        font-size: 12px;
        line-height: 17px;
        margin: 7px auto 0 auto;
    }

    #newsletter form input {
        padding: 0;
        height: 44px;
        font-size: 16px;
    }

    #newsletter form button {
        height: 44px;
        line-height: 44px;
        font-size: 21px;
        max-width: 86px;
    }

    footer>.flex>div:last-child {
        max-width: unset;
    }

    footer .title {
        text-align: left;
    }
}

/* Products */

.products-details {
    padding: 0 35px;
}

.products-details .products-title {
    font-size: 1em;
    line-height: 20px;
}

.products-details span {
    font-size: 26px;
}

.products-details i {
    font-size: 1em;
    color: #000000;
}

.products-details p {
    font-size: 0.875em;
    color: #00aeef;
    margin-top: 12px;
}

.products-image {
    flex-grow: 1;
}

[data-quick] {
    color: #fff;
    padding: 10px 25px 9px;
    font-size: 0.875em;
    z-index: 1;
}

.on-hover {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
}

.hover-box:hover .on-hover {
    opacity: 1;
    visibility: visible;
}

/* Popups */
body.scolllock-on {
    width: 100%;
    overflow: hidden;
}

#panel header {
    z-index: 999;
    position: relative;
}

.popup {
    width: 100%;
    height: var(--full-height);
    z-index: 998;
    overflow: auto;
}

.popup-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(240, 240, 240, .7);
    z-index: -1;
}

.popup-content {
    max-width: 100%;
}

.popup-inner {
    max-width: 100%;
}

.popup-close {
    width: 10px;
    height: 15px;
    top: 24px;
    right: 20px;
    z-index: 6;
}

.popup-close:before,
.popup-close:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 21px;
    background-color: #a1a1a1;
    transform: rotate(45deg);
}

.popup-close:after {
    transform: rotate(-45deg);
}

@media screen and (max-width: 567px) {
    .popup-close {
        top: 15px;
        right: 12px;
    }
}

/* Forms */
.form-field {
    padding: 10px 15px;
    flex: 1;
}

.form-field input,
.form-field select {
    height: 50px;
    width: 100%;
    text-indent: 19px;
    padding: .2em 0 0;
}

.form-field select {
    appearance: none;
}

.form-field input,
.form-field select,
.form-field ::placeholder {
    font-size: 1em;
    color: var(--darker-gray);
}

.form-field ::placeholder {
    opacity: 1;
    font-family: 'Poppins';
}

.form-action {
    padding-top: 14px;
}

.form-action [type="submit"].button {
    color: #fff;
    padding: 10px 29px 9px;
    font-size: 0.875em;
}

/* Forms - checkout */
.checkout-step .form-field {
    padding: 0;
    margin-bottom: 24px;
}

.checkout-step .form-field input,
.checkout-step .form-field select {
    height: 45px;
}

.checkout-step .form-field input:focus,
.checkout-step .form-field select:focus,
select.form-control:focis {
    border-color: var(--red);
}

.form-field input,
.form-field select,
select.form-control {
    font-size: 15px;
    color: #000;
}

.form-field select,
select.form-control {
    background-size: 13px 9px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-image: url(../images/icons/icon-down-arrow.png);
}

.form-field select.double-arrow {
    background-size: 11px 23px;
    background-position: calc(100% - 15px) center;
    background-image: url(../images/icons/icon-double-arrow-gray.png);
}

.benefits-of-renting select {
    border: 1px solid #333;
    appearance: auto;
    margin: 0 auto 50px auto;
    max-width: 300px;
}

.benefits-of-renting .title,
.benefits-of-renting .text {
    text-align: center;
}

/* Product */
.price {
    line-height: 1;
    margin: -0.22em auto 0;
}

.price-main {
    font-size: 1em;
}

.price-main sup {
    font-size: 43%;
    top: -.45em;
}

.price-main sup.decimal {
    font-size: 43%;
    top: -31px;
    vertical-align: baseline;
    line-height: 0;
}

.price-main .period {
    font-size: 56%;
    top: 45px;
    position: relative;
    left: -4px;
}

.price-weekly {
    font-size: 17.777%;
    color: #000;
}

/* Breadcrumb */

#breadcrumb {
    font-size: 0.875em;
}

.bc-inner {
    padding: 32px 0 0;
}

#breadcrumb * {
    color: #8c8c8c;
    text-decoration: none;
    font-size: 16.5px;
}

#breadcrumb .container {
    --content-width: 1236px;
}

.products-slider.swiper-container {
    padding: 30px 15px;
    margin: -30px -15px;
}

@media screen and (min-width: 992px) {
    #categories .inner.swiper-wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 1199px) {

    #nav nav>ul>li a {
        font-size: 13px;
    }

    #top-nav #store-selector,
    #header-main #logo {
        padding-left: 0;
    }

    #header-main {
        padding: 15px 0 15px 0;
    }

    #header-main #logo {
        margin-right: 0;
        width: 200px;
        top: 0;
    }

    #header-main #logo img {
        height: auto;
    }

    #header-main nav li {
        margin-left: 1.5em;
    }

    #nav nav li {
        margin-left: 15px
    }

    #nav nav li a {
        font-size: 14px
    }

    footer .col-3 {
        width: 50%;
        max-width: 300px
    }

    #nav .container {
        padding-right: 0;
    }

    #nav .button {
        padding: 0 24px;
    }

}

@media screen and (max-width: 991px) {
    body {
        font-size: 15px;
    }

    #header-main #header-search {
        margin-left: auto;
        margin-right: 0;
    }

    #header-main #side-nav-toggle-left {
        display: none
    }

    #footer-nav>.flex {
        flex-direction: column
    }

    #footer-nav .col-4 {
        width: 100%;
        margin-bottom: 23px;
    }

    #footer-nav>.flex>.col-6:last-child {
        margin-top: 30px
    }

    #header-main #logo {
        margin-right: 1em;
    }
}

@media screen and (max-width: 767px) {
    footer>.flex {
        flex-direction: column
    }

    footer>.flex>div {
        width: 100%
    }

    footer>.flex>div:last-child {
        margin-top: 12px;
    }

    footer>.flex>div:last-child .title {
        font-size: 21px;
    }

    footer #copyright {
        margin-top: 11px;
        font-size: 15px;
    }

    footer .col-3,
    #copyright {
        text-align: center
    }

    footer .col-3 .flex {
        justify-content: center
    }

    footer .col-3 {
        margin-left: auto;
        margin-right: auto
    }

    footer .select {
        border: 1px solid #707070;
        margin-top: 5px;
    }
}

@media screen and (max-width: 992px) {
    #header-main {
        padding: 16px 0 12px 0;
    }

    #header-main #logo {
        width: 166px;
        margin-left: 12px;
        top: 0;
    }

    #header-main #logo img {
        height: auto;
    }

    #sub-category-hero {
        /*display: none;*/
    }
}

@media screen and (max-width: 768px) {
    .tb-inner {
        padding: 9px 0;
        line-height: 1.125;
    }

    .headerv2 #header-main {
        border-bottom: none;
        padding: 17px 0 0 0;
    }

    #header-main {
        border-bottom: none;
        padding: 12px 0 0 0;
    }

    #header-search-m {
        padding: 8px 0;
    }

    header .container.mobile {
        margin-top: 10px;
        border-top: 5px solid var(--yellow);
    }

    .headerv2 header .container.mobile {
        margin-top: 16px;
        border-top: none;
    }

    #header-search-m input {
        width: 100%;
        height: 29px;
        line-height: 28px;
        padding: 0 10px;
        font-size: 11px;
    }

    #header-search-m input::placeholder {
        color: #9b9b9b;
    }

    #header-search-m form {
        border-radius: 20px;
        border: none;
        position: relative;
    }

    #header-search-m button {
        border-radius: 10px;
        margin-right: 10px;
        padding: 0;
        position: absolute;
        right: -4px;
        top: 50%;
        transform: translateY(-50%);
        outline: none;
        -webkit-appearance: none;
        background: #000;
        width: 21px;
        height: 21px;
        border: 1px solid #f3de2c;
    }

    #header-main .cart {
        order: 2;
        margin: 0 7px -6px 15px;
    }

    #header-main .cart img {
        max-width: 24px;
    }

    #header-main .quantity {
        width: 16px;
        height: 16px;
        font-size: 11px;
        line-height: 17px;
        top: -5px;
        right: -7px;
    }

    #header-main {
        position: relative;
    }

    #header-main #side-nav-toggle-left {
        display: flex
    }

    #header-main #side-nav-toggle-right {
        display: none
    }

    #header-main .separator {
        display: none;
    }

    #header-main #header-search {
        position: absolute;
        width: 100%;
        background-color: #fff;
        left: 0;
        padding: 15px;
        bottom: 0;
        z-index: -1;
        transition: all .3s;
        opacity: 0;
    }

    #header-main.search-on #header-search {
        bottom: -77px;
        z-index: 2;
        opacity: 1;
    }

    .header-icons {
        margin-top: 5px;
    }

    .header-icons .list-reset li:not(:first-child) {
        margin-left: 13px;
    }

    .form-field {
        padding: 10px;
    }

    .form-field input,
    .form-field select {
        height: 45px;
    }

    .products-details {
        padding: 0 10px;
    }

    .products-details .products-title {
        font-size: 0.875em;
        line-height: 1.333;
        margin-bottom: 5px;
    }

    .products-details .products-title br {
        display: none;
    }

    .products-details span {
        font-size: 1em;
    }

    .products-details i {
        font-size: 0.66em;
    }

    .products-details p {
        font-size: 0.6em;
        margin-top: 9px;
    }

    footer {
        padding: 21px 0 !important;
    }

    #footer-nav li {
        line-height: 22px;
    }

    #breadcrumb {
        font-size: 0.7333em;
    }

    .bc-inner {
        padding-top: 24px;
    }

    .products-slider-control {
        top: 50%;
        z-index: 1;
        width: 100%;
        left: 0;
        margin-top: -19px;
        pointer-events: none;
    }

    .products-slider-control .swiper-button-next,
    .products-slider-control .swiper-button-prev {
        pointer-events: all;
        margin: 0 15px;
        background-color: #fff;
    }

    .checkout-step .form-field {
        margin-bottom: 14px;
    }

    .checkout-step .form-field input,
    .checkout-step .form-field select {
        text-indent: 15px;
    }

    .form-field input,
    .form-field select {
        font-size: 1em;
    }

    .form-field select.double-arrow {
        background-size: 10px 21px;
    }
}

@media screen and (max-width: 567px) {
    .bc-inner {
        padding-top: 23px;
    }

    .button {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
    }
}

.accordionjs .acc_section,
.accordionjs .acc_section .acc_head {
    border: none !important;
}

.accordionjs .acc_section {
    border-top: 1px solid #c7c7c7 !important;
    border-bottom: 1px solid #c7c7c7 !important;
}

.accordionjs .acc_section.acc_active>.acc_head {
    background: transparent !important;
}

.price-round {
    width: 107px;
    height: 107px;
    right: 8px;
    top: -24px;
    font-size: 1.75rem;
    line-height: 15px;
}

.price-round sup {
    top: -.52em;
    font-size: 60%;
}

.price-inner {
    font-size: 35.5px;
    position: relative;
    top: 5px;
    z-index: 3;
}

.price-round .month {
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .item:last-child .price-round {
        right: -10px;
    }
}

@media screen and (max-width: 567px) {
    .arrowlink::after {
        top: 50%;
        transform: translateY(-50%);
    }
}