

body.is-modal-view {
    height: auto;
}

.menu-div {
    overflow: hidden;
    padding-left: 30px;
    margin-left: -30px;
    /* padding-right: 50px; */
    /* margin-right: -50px; */
}

.nonmobile-white-space {
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
@media (max-width: 1199.98px){
.nonmobile-white-space {
    width: unset;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
}
}
.strikethrough {
    text-decoration: line-through;
}

.sale-price {
    margin-right: 20px;
    color: #b2b2b2;
    text-decoration: line-through;
}
.product-detail .on-sale,
.product .on-sale,
.product-restaurant .on-sale{
    background-image: url(../../../media/misc/sale.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.product-detail .on-sale  {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    z-index: 2;
}
.product .on-sale {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    z-index: 2;
}
.product-restaurant .on-sale {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
    z-index: 2;
}
.product-detail .on-sale span,
.product .on-sale span,
.product-restaurant .on-sale span{
    opacity: 0;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}
.ribbon-small {
    width: 80px;
    height: 80px;
}
.ribbon-extra-small {
    width: 60px;
    height: 60px;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: 1;
    content: '';
    display: block;
    border: 5px solid #30d356;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    background-color: #30d356;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 14px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    /* text-transform: uppercase; */
    text-align: center;
}
.ribbon-small span {
    width: 125px;
    padding: 5px 0;
}
.ribbon-extra-small span {
    width: 100px;
    padding: 5px 0;
}

/* top right*/
.ribbon-top-right {
    top: 0px;
    right: -10px;
}
.ribbon-top-right-zero {
    top: 0px;
    right: 0px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 17px;
}
.ribbon-top-right::after {
    bottom: 17px;
    right: 0;
}
.ribbon-small.ribbon-top-right::before {
    left: 0px;
}
.ribbon-small.ribbon-top-right::after {
    bottom: 0px;
}
.ribbon-extra-small.ribbon-top-right::before {
    left: 1px;
}
.ribbon-extra-small.ribbon-top-right::after {
    bottom: 1px;
}
.ribbon-top-right span {
    left: -20px;
    top: 35px;
    transform: rotate(45deg);
}
.ribbon-top-right.ribbon-small span {
    left: -16px;
    top: 20px;
    transform: rotate(45deg);
}
.ribbon-top-right.ribbon-extra-small span {
    left: -11px;
    top: 9px;
    transform: rotate(45deg);
}

.img_link {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    /*border-radius: 10px;*/
}
.img_link img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    border-radius: 0px;
}

.home-store-image-holder {
    display: block;
}
.home-store-image {
    border-radius: 5px;
    /*width: 100%;*/
    width: auto;
    height: 42px;
}
.home-category-links {

}
.home-category-links a {
    font-weight: 900;
    margin-left: 20px;
    color: #b1b1b1;
    text-transform: uppercase;
}
.home-category-links a:first-of-type {
    margin-left: 0px;
}
.home-category-links a.active {
    color: #949494;
}

.mti-10{
    margin-top: 10px!important;
}
.mbi-10{
    margin-bottom: 10px!important;
}

.dropdown-menu-social {
    background: transparent;
    white-space: nowrap;
    padding-top: 5px;
}

.btn-icon {
    padding: 0px 5px;
    line-height: inherit;
    height: auto;
}
.pull-right {
    float: right;
}

.extra-options-rows {
    color: #919dab;
}
.extra-options-row {
    margin-bottom: 10px;
    border-bottom: 1px #ccc solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #495057;
}
.extra-options-row:last-of-type {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.extra-options-row .btn {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    width: 24px;
    text-align: center;
}

.btn,
.input,
.home-store-image,
.form-control,
.modal-content,
.alert,
.input-group-text {
    border-radius: 0px;
}

body.theme-color-3 .color-heading {
    color: #4c5a6b!important;
    opacity: 1!important;
}
.color-heading2 {
    color:#666666;
}

a.text-accent-color {
    color: #30d356;
}
.medium-2 {
    font-weight: 600;
}

.currency-left-outside {
    margin-left: -13px;
}
@media only screen and (max-width : 991px) {
    .currency-left-outside {
        margin-left: 0px;
    }
}

.f-13 {
    font-size: 13px;
    line-height: 22px;
}
.text-transform-none {
    text-transform: none;
}
.text-dark-grey {
    color: #333;
}
.text-green {
    color: #28a745;
}

.input-group-text {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.form-check {
    padding-left: 0px;
}
.form-check > input {
    display: none;
}
input[type=radio]+label:before {
    border:2px solid #000!important;
}
/*input[type=checkbox]:checked+label:before {
    background-color: #000;
}*/
.ecommerce_32 input[type=radio]:checked + label:before {
    color: #000;
    background-color: #000;
}
.ecommerce_32 input[type=radio] + label {
    width: auto;
}

.products .product .f-14 {
    max-height: 48px;
    overflow: hidden;
}
.products .product {
    line-height: 16px;
}
.products .product .f-18 {
    /*margin-top: -10px;*/
}
@media only screen and (max-width : 767px) {
    .products .product .f-14 {
        font-size: 12px;
        line-height: 22px;
        max-height: 44px;
    }
    .products .product .f-18 {
        font-size: 14px;
        line-height: 14px;
        /*margin-top: -10px;*/
    }
}

.products .product .img_link {
    padding-top: 100%;
}

.form-control.big {
    height: calc(2em + 1rem + 2px);
    padding: .6rem 1rem;
}

.btn.color-white:hover {
    color: #b7b7b7;
}

.is-home .cat-dropdown .dropdown-menu {
    left: auto!important;
    right: 0px;
}

.action-1 {
    color: #b1b1b1;
}
.btn.action-4 {
    background-color: #000000;
    color: #fff;
}
.btn.action-4:hover {
    background-color: #454545;
}

footer .btn.action-2 {
    background-color: #000000;
}
footer .btn.action-2:hover {
    background-color: #5d5c5e;
}

a.color-white:hover {
    color: #b7b7b7;
}
a.color-black{
    color: #1d1d1f;
}
a.color-black:hover{
    color: #000000;
}

h1.smaller, h2.smaller {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}

.header {
    z-index: 1;
    overflow: visible;
}

.header-right {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
}

.go-to-cart-btn {
    float: left;
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 8px 20px;
    margin-left: 20px;
}
.go-to-cart-btn.order-cart-is-empty {
    background-color: #c6c6c6;
}
.go-to-cart-btn > span {
    padding-left: 5px;
    font-weight: bold;
}
.go-to-cart-btn:hover {
    color: #fff;
    background-color: #a8a8a8;
}
.go-to-cart-btn:hover i,
.go-to-cart-btn:hover span {
}
.header .shares_holder {
    float: left;
    display: inline-block;
    min-width: 160px;
    text-align: right;
    margin-left: 20px;
    height: 42px;
}
.header .shares_holder > div {
    display: inline-block;
}
.header .shares_holder .at-style-responsive .at-share-btn {
    margin-bottom: 0px;
}

.header .at4-jumboshare .at4-count-container {
    display: block!important;
}
.header .at4-jumboshare .at4-share-container {
    height: 42px;
}
.header .at4-jumboshare .at4-count-container > div,
.header .at4-jumboshare .at4-count-container > div > span {
    color: #333!important;
}
.header .at4-jumboshare .at4-count-container {
    border-right: 0px!important;
    padding-left: 0px!important;
    padding-right: 10px!important;
}
.header .at4-jumboshare .at4-count-container {
    min-width: auto!important;
}
.header .at4-jumboshare .at4-count {
    font-size: 28px!important;
    line-height: 28px!important;
}
.header .at4-jumboshare .at4-title {
    bottom: 0px!important;
}
.header .at4-jumboshare .at4-count > span {
    font-size: 28px!important;
    line-height: 28px!important;
}
.header .at4-jumboshare .at4-title {
    font-size: 12px!important;
    line-height: 12px!important;
}

.header-ask-a-question {
    display: inline-block;
    float: left;
}
.header.bg-white .header-ask-a-question {
    border: 2px solid #333;
    color: #333;
    height: 42px;
    line-height: 42px;
    float: left!important;
}
.header.bg-white .header-ask-a-question:hover {
    color: #4a4a4a;
    border: 2px solid #4a4a4a;
}

.header h1.small,
.header h2.small {
    font-size: 28px;
    line-height: 40px;
    padding-left: 0px;
    color:#333;
    text-transform: uppercase;
}
.header a:hover h1.small,
.header a:hover h2.small {
    opacity: 0.8;
}
.header .f-18 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    padding-left: 0px;
}

/*.is-home .col-left {
    max-width: 155px;
}
.is-not-home .col-left {
    max-width: 100px;
}*/

.ecommerce_38 .remove_product {
    right: -15px;
}

.btn-like-field {
    color:#5d5c5e;
    background-color: #ebeaed;
    line-height: 50px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 900;
    align-items: center!important;
    border-radius: 0px;
}

.payment-types-desc {
    padding-top: 10px;
    color: #919dab;
    max-width: 275px;
}

.payment-types-desc img {
    width: 100%;
    margin-bottom: 0px;
}

.header-2-dropdown {
    height: 42px;
    line-height: 42px;
}
.header-2-dropdown .dropdown-menu a {
    width: 100%;
}

.header .btn-menu-open i {
    padding-top: 10px;
}


@media only screen and (max-width : 991px) {
    .header .container {
        max-width: none;
    }
    .is-not-home .header .btn-question,
    .is-not-home .header .shares_holder,
    .header .shares_holder {
        display: none;
    }
    .ecommerce_4 {
        padding-top: 15px!important;
        padding-bottom: 0px!important;
    }
    .product {
        margin-top: 15px;
        margin-bottom: 15px;
    }


    .header-title-column {
        position: relative!important;
    }
    .header-title-holder {
        position: absolute;
        top:50%;
        left: 15px;
        right: 15px;
        transform: translate(0%, -50%);
    }
}

@media only screen and (max-width : 767px) {
    /*.header.pt-30 {
        padding-top: 15px;
    }*/
    .header.pb-60 {
        padding-bottom: 30px;
    }

    .header .container {
        max-width: none!important;
    }
    .header .mt-15 {
        margin-top: 0px!important;
    }

    .header h1.small,
    .header h2.small {
        font-size: 22px;
        line-height: 25px;
        padding-left: 0px;
    }
    .is-home .header .col-left,
    .is-not-home .header .col-left {
        width: 100px!important;
    }
    .is-home .header .col-right,
    .is-not-home .header .col-right{
        width: -webkit-calc(100% - 100px - 40px)!important;
        width:    -moz-calc(100% - 100px - 40px)!important;
        width:         calc(100% - 100px - 40px)!important;
    }

    .ecommerce_4 .dropdown {
        margin-left: 10px;
        margin-right: 0px;
    }
}


@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up,
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

    /*.header .btn-question,
    .header .btn-menu-open {
        position: absolute;
        top: -30px;
        right: 10px;
        z-index: 10;
        transform: translate(0%, 0%);
    }*/
    .header .col-left {
        width: 25%;
        padding-right: 5px;
    }
    .header .col-right {
        width: 75%;
        padding-left: 5px;
        position: inherit;
    }

    .is-home .header {
        padding-top: 40px;
        /* padding-bottom: 40px; */
    }
}

@media (max-width: 400px) {
    .airmenu .menu-btn-open {
        top: 40px!important;
    }
    .header h1.small, .header h2.small {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 319px) {

    .is-home .header .col-right,
    .is-not-home .header .col-right,
    .header-title-column {
        position: relative!important;
        clear: both;
        width: 100%!important;
        padding-left: 15px;
        margin-top: 15px;
    }
    .header-title-holder {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
    }
}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up,
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }
    /*.is-home .header .btn-question
    .is-home .header .btn-menu-open {
        position: absolute;
        top: 50%;
        right: 0px;
        z-index: 10;

        transform: translate(0%, -50%);
    }*/

    .is-home .header {
        padding-top: 40px;
        /* padding-bottom: 40px; */
    }
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    }
}

/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    }
}



#product-modal .modal-dialog,
#my-order-modal .modal-dialog {
    height: calc(100% - 50px);
    margin-top: 25px;
    margin-bottom: 25px;
}
#product-modal .modal-content,
#my-order-modal .modal-content {
    height: auto;
    overflow-y: auto;
    display: block;
}
#product-modal .modal-body,
#my-order-modal .modal-body {
    max-height: calc(100% - 53px);
}
#product-modal .modal-body .modal-body-content,
#product-modal .modal-body iframe,
#my-order-modal .modal-body .modal-body-content,
#my-order-modal .modal-body iframe {
    height: 100%;
}

.in-heading-small-grey {
    /*font-size: 0.6em;*/
    color: #8c8c8c;
}

.form-check input[type=radio] {
    display: none;
}
input[type=radio]+label:before {
    width: 19px;
    height: 19px;
    margin-right: 5px;
}

.weight-400 {
    font-weight: 400;
}
.f-18 .form-check input[type=radio]+label:before {
    margin-top: 2px;
}

.alert {
    display: block;
    max-width: none;
}
.alert-small {
    padding: 6px 10px;
    border: 0px;
    font-size: 0.9em;
    line-height: 0.9em;
}
.alert-success {
    background-color: #28a745;
    border-color: #28a745;
}
.alert-warning {
    background: #e29741;
    border-color: #e29741;
    color:#fff;
}
.alert-warning .close {
    color:#fff;
}

.airmenu {
    top: 0px !important;
    right: 0px!important;
}
.airmenu .menu-btn-open {
    border: 2px solid #ebeaed;
    line-height: 36px!important;
    height: 36px!important;
    width: 36px!important;
    border-radius: 36px;
    padding: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: all .25s;
    top: 82px;
    right: 14px;
}
.airmenu .menu-btn-close {
    top: 20px!important;
    right: 20px!important;
}
.airmenu .menu-btn-open i {
    transform:none!important;
    margin-left: 0px;
}

.airmenu.slideUp .menu-lightbox.active .shares_holder {
    opacity: 1;
    transform: translate(0,0px);
}
.airmenu.slideUp .menu-lightbox .shares_holder {
    opacity: 0;
    -webkit-transform: translate(0,30px);
    -moz-transform: translate(0,30px);
    transform: translate(0,30px);
    -webkit-transition: all cubic-bezier(0.075,0.82,0.165,1) 1s;
    -moz-transition: all cubic-bezier(0.075,0.82,0.165,1) 1s;
    transition: all cubic-bezier(0.075,0.82,0.165,1) 1s;
}
.airmenu .shares_holder table {
    margin-left:auto;
    margin-right:auto;
}

@media only screen and (max-width : 991px) {
    .airmenu .menu-btn-open {
        top: 55px;
    }
}
@media (max-width: 768px) {
    .airmenu .menu-btn-open {
        top: 55px;
    }
}
@media (max-width: 575px) {
    /*.airmenu .menu-btn-open {
        top: 6px;
        right: 7px;
    }*/
    .airmenu .menu-btn-close {
        top: 13px!important;
        right: 13px!important;
    }
}

.product-detail .addthis_inline_share_toolbox_holder {

}
.product-detail .at4-jumboshare .at4-count-container {
    min-width: auto!important;
}
.product-detail .at4-jumboshare .at4-share-container {
    height: 95px;
}


.btn-black-white {
    background-color: #000;
    border-color: #000!important;
    color: #ffffff !important;
}
.btn-black-white:hover {
    opacity: 0.8;
}

.mt-5-px {
    margin-top: 5px;
}

div.sticky {
    /* position: -webkit-sticky; */
    -webkit-transform: translateZ(0);
    position: fixed;
    bottom: 0;
    background-color: black;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    color: white;
    z-index: 100;
  }

.col-sticky {

}
.col-sticky-content {
    position: fixed;
}

@media only screen and (max-width : 991px) {
    #product-detail-add {
        float: none!important;
        margin-left: auto;
        margin-right: auto;
    }

    .product-detail .addthis_inline_share_toolbox_holder {
        width: 100%;
    }
    .product-detail .at4-jumboshare table {
        margin: 0px auto;
    }
    .col-sticky {

    }
    .col-sticky-content {
        position: relative;
        top: auto!important;
    }
}


.visible-mobile {
    display: none;
}
@media only screen and (max-width : 767px) {
    .hidden-mobile {
        display: none;
    }
    .visible-mobile {
        display: block;
    }
    .mt-md-0 {
        margin-top: 0px;
    }
    .mt-md-20 {
        margin-top: 20px;
    }
    .mt-md-40 {
        margin-top: 40px;
    }
    .mb-md-20 {
        margin-bottom: 20px;
    }

    .button-md-full {
        width: 100%;
        margin-bottom: 20px;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
    }
    .button-md-full .align-items-center {
        text-align: center!important;
        display: block!important;
    }
    .footer-subscribe-form .col-5,
    .footer-subscribe-form .col-7 {
        width: 100% !important;
        display: block!important;
        flex: none;
        max-width: initial;
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer-subscribe-form .col-5 .ml-10,
    .footer-subscribe-form .col-7 .ml-10 {
        margin-left: 0px!important;
    }
    .footer-subscribe-form .col-5 button,
    .footer-subscribe-form .col-7 button {
        margin-top: 5px;
    }
}

.product-detail .products-additional-images .col-sm-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.product-detail .products-additional-images .col-sm-6 {
    -ms-flex: 0 0 05%;
    flex: 0 0 50%;
    max-width: 50%;
}
.product-detail .products-additional-images .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.product-detail .products-additional-images .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

@media only screen and (max-width : 767px) {
    .product-detail .products-additional-images {
        margin-right: -5px;
        margin-left: -5px;
        margin-top: 10px;
    }

    .product-detail .products-additional-images .col-sm-12,
    .product-detail .products-additional-images .col-sm-6,
    .product-detail .products-additional-images .col-sm-4,
    .product-detail .products-additional-images .col-sm-3 {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media only screen and (max-width : 400px) {
    .product-detail .products-additional-images {
        margin-right: -5px;
        margin-left: -5px;
        margin-top: 0px;
    }

    .product-detail .products-additional-images .col-sm-12,
    .product-detail .products-additional-images .col-sm-6,
    .product-detail .products-additional-images .col-sm-4,
    .product-detail .products-additional-images .col-sm-3 {
        padding-right: 5px;
        padding-left: 5px;

        -ms-flex: 0 0 05%;
        flex: 0 0 50%;
        max-width: 50%;

        margin-top: 10px;
    }
}


.image-1x1-size {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.products .product .img_link.image-1x1-size {
    padding-top: 0%;
}
.image-1x1-size img {
    position: absolute;
    /*object-fit: contain;*/
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
img.image-cover {
    object-fit: cover!important;
}
@media only screen and (max-width : 768px) {
    .btn-full-mobile {
        float: none;
        width: 100%;
    }
}

.no-text-wrap {
    white-space: nowrap;
}

.clearfix {
    clear: both;
    width: 100%;
}

.ecommerce_32 .quantity {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.pagination {
    margin-top: 50px;
}
.page-link {
    color: #1d1d1f;
}
.page-link:hover {
    color: #000000;
}
.page-link.page-link-dotted {
    color: #b1b1b1;
}
.page-item.active .page-link {
    background-color: #28a745;
    border-color: #28a745;
}


.bar-like-select {
    position: relative;
    cursor: pointer;
    padding-right: 35px;
}
.bar-like-select:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

    position: absolute;
    display: block;
    top: 15px;
    right: 10px;
    content: "\f078";
    z-index: 1;
}
.bar-like-select-edit:after {
    content: "\f044";
}
.modal-title {
    width: 100%;
}
.close-outside-header {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
}

.clearfix {
    clear: both;
    display: block;
}

.testimonials {
    overflow: hidden;
    position: relative;
    max-height: 300px;
}

.one-slide,
.testimonial,
.message {
border: none !important;
outline: none !important;
}

.icon-overlay {
position: absolute;
opacity: 0.3;
right: 10%;
top: 0;
height: auto;
width: 100%;
max-width: 400px;
}

.carousel-controls .control {
position: absolute;
transform: translateY(100%);
width: 45px;
height: 45px;
border-radius: 50%;
border: 2px solid #fff;
z-index: 1;
}

.prev {
left: 0;
}

.next {
right: 0;
}

@media screen and (max-width: 768px) {
.testimonials {
    max-height: 700px;
}
.icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
}
.carousel-controls .control {
    width: 25px;
    height: 25px;
    transform: translateY(350%);
    top: inherit;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.control i {
    font-size: .7rem;
}
.testimonials .message {
    font-size: 1rem;
}
.testimonials h2 {
    font-size: 1.5rem;
}
}

@media only screen and (max-width : 480px) {
    .my-order-territory-info {
        display: block;
    }
    .my-order-territory-info:after {
        display: block;
        content: '';
        clear: both;
    }
    .my-order-territory-info .block {
        float: left;
    }
    .my-order-territory-info .block:last-of-type {
        width: calc(100% - 115px);
    }
    .my-order-territory-info .block:last-of-type > div {
        margin-top: 0px!important;
    }
}