/*@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;500;600;700&display=swap');

*{
/*	font-family: 'Fjalla One', sans-serif;*/
/*    font-family: 'Catamaran', sans-serif;*/
    font-family: 'Signika', sans-serif;
}

*:hover{
    transition: 0s;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
*::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}
*::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #6c757d;
}

#email_error,
#block_error{
    display: none;
}

a{
    text-decoration: unset;
}
.text-muted,
.link-secondary,
.link-dark:hover{
    color: #3193b9 !important;
}
a.text-muted:hover,
.link-secondary:hover{
    color: #194c5f !important;
}

a:hover{
    color: #194c5f;
}

.bg-lightgreenblue{
	background-color: rgba(243,250,252, 1);
}
.bg-white{
	background-color: #FFF;
}

.c-orange{
  color: orange;
}
.c-blue{
    color: #277593;
}

.logo{
    max-width: 80px;
}

.flex-center{
  display: flex;
  align-items: center;
}
/*loading*/

.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.owl-carousel-1 .item{
/*	height: 70vh;*/
}
.owl-carousel-1 .item img{
	object-fit: cover;
    object-position: center;
/*    height: 70vh;*/
}
.owl-theme{
    position: relative;
}
.owl-nav{
	position: absolute;
    top: 40%;
    width: 100%;
}
.owl-prev{
	position: absolute;
	left: 0%;
}
.owl-next{
	position: absolute;
	right: 0%;
}
.owl-prev .bi,
.owl-next .bi{
	font-size: 50px;
}

.border-top {
    border-top: 1px solid #6c757d !important;
}
.border-bottom {
    border-bottom: 1px solid #6c757d !important;
}
.border-left {
    border-left: 1px solid #6c757d !important;
}
.border-right {
    border-right: 1px solid #6c757d !important;
}

.dropdown-menu{
  z-index: 1060;
}
.product-grid{
    text-align: center;
}
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{ display: block; }
.product-grid img{
    width: 100%;
/*    height: 380px;*/
    object-fit: cover;
    border-radius: 5px;
}
.product-image .pic-1{
    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.product-grid:hover .product-image .pic-1{ opacity: 0; }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.product-grid:hover .product-image .pic-2{ opacity: 1; }
.product-grid .product-sale-label,
.product-grid .product-discount-label{
    color: #fff;
    background: #da5555;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 5px 11px;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.4s ease;
}
.product-grid .product-sale-label{
    background: #2ba968;
    text-transform: uppercase;
    left: 10px;
    right: auto;
}
.product-grid .product-content{ padding: 12px 0; }
.product-grid .rating{
    padding: 0;
    margin: 0 0 7px;
    list-style: none;
}
.product-grid .rating li{
    color: black;
    display: inline-block;
}
.product-grid .rating li.disable{ color: rgba(0,0,0,.20); }
.product-grid .title{
    color: black;
    text-transform: capitalize;
    margin: 0;
}
.product-grid .title a{
    color: black;
    transition: all 500ms;
}
.product-grid .title a:hover{ color: var(--main-color1); }
.product-grid .price{
    color: black;
    letter-spacing: 0.005em;
    margin-bottom: 0;
}
.product-grid .price span{
    color: #a7a7a7;
    font-weight: 400;
    text-decoration: line-through;
}
.product-grid .product-button-group{
    position: relative;
    z-index: 1;
}
.product-grid .add-to-cart{
    color: black;
    background: #f4f4f4;
    width: 100%;
    padding: 8px 3px;
    margin: 0 auto;
    display: inline-block;
    transition: all 0.25s ease 0s;
    font-size: 13px;
}
.product-grid .add-to-cart .bi{
    font-size: 13px;
}
.product-grid .add-to-cart i{
    margin-right: 8px;
    display: none;
    visibility: hidden;
    transition: all 0.25s ease 0s;
}
.product-grid:hover .add-to-cart{
    color:#fff;
    background: #0b5ed7;
}
.product-grid:hover .add-to-cart i{
    display: inline-block;
    visibility: visible;
}
.product-grid .product-like-icon,
.product-grid .product-compare-icon{
    color: black;
    background: #f4f4f4;
    line-height: 34px;
    width: 34px;
    height: 34px;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: -1;
    transition: all 0.25s ease 0s;
}
.product-grid .product-compare-icon{
    left: auto;
    right: 50px;
}
.product-grid:hover .product-like-icon{
    opacity: 1;
    left: 0;
}
.product-grid:hover .product-compare-icon{
    opacity: 1;
    right: 0;
}
/* -------------------------------- 
            Switch
-------------------------------- */
.switch-container {
    display: inline-block;

}

/*** iOS Style ***/
input#ios, input#ios2 {
    max-height: 0;
    max-width: 0;
    opacity: 0;
    position: absolute;
    left: -9999px;
}
input#ios + label {
    display: block;
    position: relative;
    box-shadow: inset 0 0 0px 1px #a6a6a6;
    text-indent: -5000px;
    height: 25px;
    width: 50px;
    border-radius: 15px;
}
input#ios + label:before {
    content: "";
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    border-radius: 15px;
    background: transparent;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
input#ios + label:after {
        content: "";
        position: absolute;
        display: block;
        height: 25px;
        width: 25px;
        top: 0;
        left: 0px;
        border-radius: 15px;
        background: white;
        box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .2), 0 2px 4px rgba(0, 0, 0, .2);
        -moz-transition: .2s ease-in-out;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
}
input#ios:checked + label:before {
    width: 50px;
    background: #13bf11;
}
input#ios:checked + label:after {
    left: 25px;
    box-shadow: inset 0 0 0 1px #13bf11, 0 2px 4px rgba(0, 0, 0, .2);
}


@media only screen and (max-width:990px){
    .product-grid{ margin-bottom: 30px; }
}


.product-detail{
  width: 100%;
}
.product-detail-image{
  width: 100%;
}
.product-detail-image img{
  width: 100%;
}
.product-detail-small-image{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product-detail-small-image img{
    width: 25%;
    margin-top: 10px;
    height: 90px;
    object-fit: cover;
}

.product-img--main {
   position: relative;
  overflow: hidden;
  /* margin-bottom: 30px; */
  width: 100%;
  height: 55vh;
  float: left;
}

.product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}

.product-img--change{
  cursor: pointer;
}

.discount{
    color: #a7a7a7;
    font-weight: 400;
    text-decoration: line-through;
}

.select-color,
.select-size{
  display: flex;
  flex-wrap: wrap;
}


.tab .nav-tabs{ border-bottom: 2px solid #e8e8e8; }
.tab .nav-tabs li a{
    display: block;
    padding: 10px 20px;
    margin: 0 5px 1px 0;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #112529;
    text-align: center;
    border: none;
    border-radius: 0;
    z-index: 2;
    position: relative;
    transition:all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    color: #198df8;
    border: none;
}
.tab .nav-tabs li.active a:before{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-weight: 700;
    color: #198df8;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
.tab .nav-tabs li.active a:after{
    content: "";
    width: 100%;
    height: 3px;
    background: #198df8;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.tab .tab-content{
    padding: 30px 20px 20px;
    margin-top: 0;
    background: #fff;
    font-size: 15px;
    color: #7a9181;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li.active a:before{
        content: "\f105";
        bottom: 15%;
        left: 0;
        right: auto;
    }
}

td{
    vertical-align: middle;
    padding: 5px;
}


.pagination, .page_pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li, .page_pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span, .page_pagination>li>a, .page_pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span, .page_pagination>li:first-child>a,.page_pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span,.page_pagination>li:last-child>a,.page_pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover,.page_pagination>li>a:focus,.page_pagination>li>a:hover,.page_pagination>li>span:focus,.page_pagination>li>span:hover {
    color: #ff404b;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover,.page_pagination>.current_pagination>a,.page_pagination>.current_pagination>a:focus,.page_pagination>.current_pagination>a:hover,.page_pagination>.current_pagination>span,.page_pagination>.current_pagination>span:focus,.page_pagination>.current_pagination>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ed1c24;
    border-color: #e60c14
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover,.page_pagination>.disabled>a,.page_pagination>.disabled>a:focus,.page_pagination>.disabled>a:hover,.page_pagination>.disabled>span,.page_pagination>.disabled>span:focus,.page_pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.sub-menu-link{
    padding: 15px 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #525252;
    margin: 0px 30px 0px 0px;
    border-bottom: 1px solid #ccc;
    justify-content: center;
}
.trackId-text{
    font-size: 33px;
    margin-bottom: 35px;
}
.change-pwd-content-field{
    margin-bottom: 15px;
}
.trackID-field, .change-pwd-content-field {
    height: 50px;
    width: 100%;
    display: flex;
    position: relative;
}
.trackID-field input, .change-pwd-content-field input[type="text"], .change-pwd-content-field input[type="password"] {
    height: 100%;
    width: 100%;
    padding-left: 20px;
    outline: none;
    border: none;
    background: #dde1e7;
    color: #595959;
    border-radius: 8px;
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #ffffff73;
}
.trackID-field span, .change-pwd-content-field span {
    position: absolute;
    color: #595959;
    right: 15px;
    line-height: 50px;
}


.loading-container {
    position: fixed;
    background-color: #f9f9f9;
    z-index: 9998;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: wait
}

.loading {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg)
}

.loading div {
    width: 16px;
    height: 16px;
    position: absolute
}

.l1 div,.l2 div,.l3 div,.l4 div {
    width: 100%;
    height: 100%;
    background-color: #89d4e2
}

.l1 {
    transform: translate(0,0)
}

.l2 {
    transform: translate(0,16px)
}

.l3 {
    transform: translate(16px,0)
}

.l4 {
    transform: translate(16px,16px)
}

@keyframes rot1 {
    0%,40%,50% {
        transform: rotate(0deg)
    }

    100%,60% {
        transform: rotate(90deg)
    }
}

@keyframes rot2 {
    0%,40%,50% {
        transform: rotate(0deg)
    }

    100%,60% {
        transform: rotate(-90deg)
    }
}

@keyframes rot3 {
    0%,35% {
        transform: rotate(45deg)
    }

    100%,65% {
        transform: rotate(405deg)
    }
}

@keyframes l1-rise {
    0% {
        transform: translate(0,0)
    }

    30%,70% {
        transform: translate(-4px,-4px)
    }

    100% {
        transform: translate(0,0)
    }
}

@keyframes l2-rise {
    0% {
        transform: translate(0,16px)
    }

    30%,70% {
        transform: translate(-4px,20px)
    }

    100% {
        transform: translate(0,16px)
    }
}

@keyframes l3-rise {
    0% {
        transform: translate(16px,0)
    }

    30%,70% {
        transform: translate(20px,-4px)
    }

    100% {
        transform: translate(16px,0)
    }
}

@keyframes l4-rise {
    0% {
        transform: translate(16px,16px)
    }

    30%,70% {
        transform: translate(20px,20px)
    }

    100% {
        transform: translate(16px,16px)
    }
}

.l1 {
    animation: l1-rise 3s ease 0s infinite
}

.l2 {
    animation: l2-rise 3s ease 0s infinite
}

.l3 {
    animation: l3-rise 3s ease 0s infinite
}

.l4 {
    animation: l4-rise 3s ease 0s infinite
}

.l1 div,.l4 div {
    animation: rot1 3s ease 0s infinite
}

.l2 div,.l3 div {
    animation: rot2 3s ease 0s infinite
}

.track-line {
height: 2px !important;
background-color: #488978;
opacity: 1;
}

.dot {
height: 10px;
width: 10px;
margin-left: 3px;
margin-right: 3px;
margin-top: 0px;
background-color: #488978;
border-radius: 50%;
display: inline-block
}

.big-dot {
height: 25px;
width: 25px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
background-color: #488978;
border-radius: 50%;
display: inline-block;
}

.big-dot i {
}

.card-stepper {
z-index: 0
}


.shipped, .done, .order_paid, .order_confirmed, .completed, .order_combined, .order_completed, .order_done, .paid, .complete, .confirmed, .payment_completed, .page_active, .stock_approved, .received, .order_checked, .active, .in, .used, .presen, .green {
    color: #063;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: uppercase;
}
.required, .red, .cancelled, .rejected, .inactive, .out, .expired, .late, .absent, .excused, .pending, .qc, .shipping, .estimate, .packing, .unpaid, .deposit, .process, .order_pending, .order_web-pending, .page_inactive, .order_cancelled, .order_unpaid, .order_progress, .order_deposit, .payment_failed, .payment_cancelled, .payment_chargeback, .payment_reject, .payment_hold, .payment_blocked, .stock_rejected, .stock_pending {
    color: red;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: uppercase;
}
.row{
    max-width: unset !important;
}
.d-flex {
    display: flex !important;
    flex-wrap: wrap;
}

label.error{
    color: red;
    width: 100%;
}

 .nowrap {
    white-space:nowrap;
}

.input_error{
    border-color: red !important;
    box-shadow: 0 0 0 0.25rem rgb(253 13 13 / 25%) !important;
}

div:has(> .table_fix){
    max-height: 500px;
}
.table_fix {
  width: 100%;
  background: white;
}
.table_fix th:first-child,
.table_fix td:first-child {
  position: sticky;
  background: white;
  left: 0;
  z-index: 10;
}
.table_fix th {
  position: sticky;
  background: white;
  top: 0;
  z-index: 9;
}

.table_fix td {
  white-space: nowrap;
}

.modal-header{
    padding: 0rem 1rem;
}



.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}


.sticky-top-body {
  position: -webkit-sticky;
  position: sticky;
  top: 6.5rem;
  z-index: 1019;
}

.height_full_screen{
    height: 100vh;
    overflow: auto;
}


.badge-notification{
    position: absolute;
    top: 0;
    left: 50%;
}
.a-badge-notification{
    position: relative;
}

.vh-75{
    height: 75vh;
}

.btn{
    white-space: nowrap;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    display: none;
    z-index: 999;
}

.recharge .recharge-box{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    cursor: pointer;
}
.recharge .recharge-box div{
    padding: 1px;
}
.inline{
    display: flex;
    align-items: center;
    justify-content: center;
}
.selected-box{
    border-color: white;
    outline: 2px dashed cadetblue;
}

.voucher-box{
    cursor: pointer;
}

.voucher {
    display: flex;
    width: 100%;
    background-color: #DADDE6;
    text-transform: uppercase;
    position: relative;
}

.voucher-left {
    width: 32%;
    border-right: 2px dashed #fff;
}

.voucher-left:before,
.voucher-left:after {
    content: "";
    display: block;
    width: 30px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: -6px;
    left: 26%;
    z-index: 1;
    border-radius: 50%
}

.voucher-left:after {
    top: auto;
    bottom: -6px
}

.voucher-right {
    width: 73%;
}

a{
    font-size: 16px;
}
p{
    font-size: 16px;
}
.bi{
    font-size: 25px;
}

.copyright, .copyright *{
    font-size: 12px;
}

table, .table{
    font-size: 14px;
}
table th, .table th{
    font-size: 15px;
    text-align: center;
}

.list-unstyled a .bi{
    font-size: 1rem;
}

.reset {
    all: revert;
}

.red-box-promotion{
    width: 100%;
    padding: 5px;
    background-color: #89d4e2;
    color: #277593;
    border-radius: 5px;
    bottom: 0;
    font-size: 25px;
    font-weight: 900;
    z-index: 9;
}

.box-promotion{
    color: #277593;
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 9;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon-red::before,
.ribbon-red::after {
  border: 5px solid #d23141;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #277593;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
  border-radius: 95px 0 150px 0;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
/*  border-radius: 150px 0 95px 0;*/
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.circle {
  align-items: center;
  background-color: red;
  border-radius: 50%;
  display: flex;
  flex-wrap: nowrap;
  font-weight: bold;
  font-feature-settings: 'palt' 1;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1;
  width: 80px;
  position: absolute;
  z-index: 9;
  right: 0;
}
.outer-jagged-parts {
  background-color: yellow;
  position: relative;
  width: 68%;
  height: 68%;
}
.inner-jagged-parts,
.inner-jagged-parts:after,
.inner-jagged-parts:before,
.main {
  background-color: yellow;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.outer-jagged-parts,
.inner-jagged-parts,
.inner-jagged-parts:after,
.inner-jagged-parts:before {
  transform: rotate(22.5deg);
}
.main {
  align-items: center;
  align-content: center;
  color: red;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: rotate(-45deg);
  z-index: 999;
}
.large-text {
  font-size: 1.5em;
  padding: 0.1em 0;
  text-align: center;
}



.product-arrow{
    font-size: 30px !important;
}

@media only screen and (max-width:767px){
    .header-button-mobile{
        position: absolute;
        right: 0;
        top: 25%;
    }
    .sticky-top-body {
        top: 10rem;
    }
}
