@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap");

.container-fluid {
    padding-left: 120px;
    padding-right: 120px;
}

table{
    color: #6b6865 ;
  }

@media (max-width: 1750px) {
    .container-fluid {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (max-width: 1450px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-none-30 {
    margin-bottom: -30px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.text-primary{
    color: #FF6000 !important;
}




@-webkit-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-ms-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.50;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.50;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-ms-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.50;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.50;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #00000060;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #00000060;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #00000060;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #00000060;
}



.bg_img {
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    padding-left: 0;
}

.inner-title::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: #0063D1;
}

.cmn-tab {
    border: none;
    justify-content: flex-end;
}

.cmn-tab li {
    margin: 5px 5px;
}

.cmn-tab li a {
    text-transform: capitalize;
    padding: 5px 15px;
    border: 1px solid #e5e5e5;
    font-size: 13px;
}

.cmn-tab li a.active {
    border-color: #ff6000;
    color: #ff6000;
}

.cmn-tab li a:hover {
    color: #ff6000;
}

.quantity {
    position: relative;
    display: inline-block;
}

.quantity input {
    width: 90px;
    padding: 10px 0 10px 15px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #777777;
    height: 40px;
}

.quantity .quantity-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    background-color: #ffffff;
    height: 99%;
    text-align: center;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    cursor: pointer;
    border: 1px solid #dbdbdb;
}

.quantity .quantity-nav .quantity-button {
    height: 50%;
    font-size: 12px;
    color: #777777;
}

.modal-dialog {
    max-width: 920px;
}

body {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

button {
    border: none;
}

input, textarea {
    padding: 8px 20px;
    border: 1px solid #e5e5e5;
    width: 100%;
    background-color: #ffffff;
}

select {
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    color: #777777;
    background-color: #ffffff;
}

textarea {
    min-height: 150px;
    resize: none;
}

span {
    display: inline-block;
}

h1 {
    font-size: 62px;
}

h2 {
    font-size: 50px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 36px;
    }

    .payment-card-header img {
        width: 140px;
        height: 90px;
        border-radius: 5px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}



h6 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Rubik", sans-serif;
    color: #292929;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}



h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    font-family: "Rubik", sans-serif;
    color: #292929;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4;
}

p, li, span {
    font-size: 16px;
    color: #777777;
    line-height: 1.7;
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    font-family: "Rubik", sans-serif;
    color: #777777;
}

a:hover {
    text-decoration: none;
}

.hero-single-slide {
    overflow: hidden;
    padding: 100px 0;
}

@media (max-width: 1450px) {
    .hero-slide-content {
        padding-left: 50px;
    }
}

@media (max-width: 575px) {
    .hero-slide-content {
        padding-left: 30px;
    }
}

.hero-slide-content .sub-title {
    font-weight: 400;
    font-size: 18px;
    color: #ff6000;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.hero-slide-content .title {
    font-weight: 300;
    font-size: 62px;
    line-height: 1.2;
}

.hero-slide-content .title strong {
    font-weight: 500;
}

@media (max-width: 767px) {
    .hero-slide-content .title {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .hero-slide-content .title {
        font-size: 36px;
    }
}

.hero-slide-content p {
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 15px;
}

.hero-slide-content p span {
    color: #ff6000;
    font-size: 25px;
}

@media (max-width: 767px) {
    .hero-slide-content p {
        font-size: 18px;
    }

    .hero-slide-content p span {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .hero-slide-content p {
        font-size: 16px;
    }

    .hero-slide-content p span {
        font-size: 18px;
    }
}

.hero-slide-content .btn-area {
    margin-top: 30px;
}

.hero-slice-block {
    overflow: hidden;
}

.product-image-item {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.product-image-item:hover::before {
    left: 150%;
    opacity: 0.15;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.product-image-item:hover::after {
    right: 150%;
    opacity: 0.15;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.product-image-item::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 20%;
    width: 30%;
    height: 200%;
    background-color: #ffffff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.product-image-item::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 20%;
    width: 30%;
    height: 200%;
    background-color: #ffffff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.product-image-item a {
    padding: 0 !important;
    display: block;
}

.product-image-item a img {
    width: 100%;
}

.product-item {
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.product-item:hover {
    border-color: #ff6000;
}

.product-item:hover .product-thumb .second-img {
    opacity: 1;
    visibility: visible;
}

.product-item:hover .product-thumb .action-links {
    opacity: 1;
    visibility: visible;
    left: 15px;
}

.product-item:hover .product-thumb .action-links li {
    opacity: 1;
    visibility: visible;
}

.product-item:hover .product-thumb .action-links li:nth-child(1) {
    transition-delay: 0.1s;
}

.product-item:hover .product-thumb .action-links li:nth-child(2) {
    transition-delay: 0.2s;
}

.product-item:hover .product-thumb .action-links li:nth-child(3) {
    transition-delay: 0.3s;
}

.product-item:hover .product-thumb .add-cart-btn {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.product-item .product-thumb {
    position: relative;
}

.product-item .product-thumb .second-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}


.product-item.list-style .product-thumb .first-img,
.product-item.list-style .product-thumb .second-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-item.list-style .product-thumb .first-img img,
.product-item.list-style .product-thumb .second-img img {
    height: 100%;
}




.product-item .product-thumb .action-links {
    position: absolute;
    top: 15px;
    left: -50px;
    width: auto;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product-item .product-thumb .action-links li {
    margin: 5px 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product-item .product-thumb .action-links li a {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
}

.product-item .product-thumb .action-links li a:hover {
    background-color: #ff6000;
    color: #ffffff;
    border-color: #ff6000;
}

.product-item .product-thumb .add-cart-btn {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-item .product-content {
    padding: 25px;
}

.product-item .product-content .category-name {
    font-size: 13px;
    margin-bottom: 6px;
}

.product-item .product-content .product-name a {
    font-weight: 400;
    font-size: 18px;
    color: #292929;
}

.product-item .product-content .product-price {
    margin-top: 6px;
}

.product-item .product-content .product-price span {
    font-size: 16px;
    color: #ff6000;
    font-weight: 500;
}

.product-item .product-content .product-price del {
    font-size: 16px;
    color: #777777;
    margin-left: 5px;
}

.product-item .product-content .offer-content {
    margin-top: 5px;
}

.product-item .product-content .offer-content p {
    font-size: 14px;
}

.product-item .product-content .offer-content p span {
    font-size: 14px;
    color: #ff6000;
    font-weight: 500;
    margin-right: 3px;
}

.product-item .product-content .countdown-wrapper {
    margin-top: 20px;
}

.product-item .product-content .ratings {
    margin-top: 5px;
}

.product-item .product-content .ratings i {
    font-size: 14px;
    color: #ff6000;
}

.product-item.small-item .product-thumb .action-links li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
}

.product-item.small-item .product-thumb .add-cart-btn {
    font-size: 12px;
    padding: 10px 10px;
}

@media (max-width: 1450px) {
    .product-item.small-item .product-thumb .add-cart-btn {
        padding: 10px 10px;
        font-size: 12px;
    }
}

.product-item.small-item .product-content {
    text-align: left;
}

.product-item.small-item .product-content .product-name a {
    font-size: 16px;
    font-weight: 400;
}

.product-item.list-style {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-item.list-style .product-thumb {
    width: 21%;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.product-item.list-style .product-content {
    width: 79%;
    padding: 20px 25px;
    text-align: left;
}

.product-item.list-style .product-content .product-name a {
    font-size: 15px;
}

.product-item.list-style .product-content .ratings {
    margin-top: 0;
}

.product-item.list-style .product-content .ratings i {
    font-size: 12px;
}

.product-item.list-style .product-content .product-price span {
    font-size: 14px;
}

.product-item.list-style .product-content .product-price del {
    font-size: 14px;
}

.countdown-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-around;
}

.countdown-wrapper .single-countdown {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.countdown-wrapper .single-countdown .countdown-number {
    font-weight: 500;
}

.countdown-wrapper .single-countdown .countdown-title {
    font-size: 14px;
}

.product-details .product-name a {
    font-size: 18px;
}

.product-details .product-price {
    margin-top: 10px;
}

.product-details .product-price span {
    font-size: 14px;
    color: #ff6000;
    font-weight: 500;
}

.product-details .product-price del {
    font-size: 14px;
    margin-left: 8px;
    font-weight: 500;
    color: #777777;
}

.product-details .product-review-count {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.product-details .product-review-count .ratings {
    color: #ff6000;
    font-size: 14px;
}

.product-details .product-review-count .total-review {
    font-size: 14px;
    color: #777777;
    margin-left: 10px;
}

.product-details .stock-ability::before {
    content: "Store status:";
    font-weight: 500;
    font-size: 14px;
    margin-right: 5px;
}

.product-details .stock-ability span {
    font-size: 14px;
}

.product-details .product-size-area {
    margin-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.product-details .product-size-area .caption {
    font-weight: 500;
    margin-right: 5px;
    color: #292929;
}

.product-details .product-size-area .product-single-size {
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 0 3px;
    cursor: pointer;
    text-align: center;
}

.product-details .product-size-area .product-single-size.active {
    background-color: #ff6000;
    color: #ffffff;
    border-color: #ff6000;
}

.product-details .product-color-area {
    margin-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.product-details .product-color-area .caption {
    font-weight: 500;
    margin-right: 5px;
    color: #292929;
}

.product-details .product-color-area .product-single-color {
    width: 35px;
    height: 35px;
    border: 3px solid #dddddd;
    margin: 3px;
    cursor: pointer;
}

.product-details .product-color-area .product-single-color.active {
    position: relative;
}

.product-details .product-color-area .product-single-color.active::before {
    position: absolute;
    content: "\e64c";
    font-family: 'themify';
    top: 50%;
    left: 50%;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 13px;
}

.product-details p {
    margin-top: 15px;
    font-size: 14px;
}

.product-details .product-quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.product-details .product-quantity .add-cart {
    margin-left: 15px;
}

.product-details .action-list {
    margin-top: 20px;
    margin-left: -10px;
}

.product-details .action-list .wishlist {
    font-size: 14px;
    color: #ff6000;
}

.product-details .action-list .compare {
    font-size: 14px;
    color: #ff6000;
}

.product-details .action-list a {
    margin: 3px 10px;
}

.product-details .action-list a i {
    margin-right: 5px;
}

.product-details .product-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: center;
}

.product-details .product-share ul {
    margin-left: 10px;
}

.product-details .product-share ul li {
    display: inline-block;
    margin: 3px;
}

.product-details .product-share ul li a {
    width: 35px;
    height: 35px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 35px;
}

.product-details .product-share ul li a:hover {
    color: #ff6000;
    border-color: #ff6000;
}

.product-details .product-details-list li {
    font-size: 14px;
}

.product-details .product-details-list li .caption {
    font-weight: 500;
    color: #292929;
    font-size: 14px;
}

.product-details .product-details-list li .caption::after {
    content: ":";
    margin-left: 2px;
    margin-right: 5px;
}

.product-details .product-details-list li a {
    color: #0063D1;
}

.product-details .product-tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.product-details .product-tags .caption {
    font-size: 14px;
    font-weight: 500;
}

.product-details .product-tags .caption::after {
    content: ":";
}

.product-details .product-tags a {
    font-size: 14px;
    text-transform: capitalize;
    color: #0063D1;
}

@media (max-width: 991px) {
    .product-details-section .product-details {
        margin-top: 50px;
    }
}

/* slider css start */
.hero-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-slider .owl-dots .owl-dot {
    margin: 0 3px;
}

.hero-slider .owl-dots .owl-dot.active span {
    width: 30px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.hero-slider .owl-dots .owl-dot span {
    width: 10px;
    width: 10px;
    height: 10px;
    background-color: #dddddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hot-deal-slider {
    position: relative;
}

@media (max-width: 480px) {
    .hot-deal-slider {
        padding-top: 50px;
    }
}

.hot-deal-slider .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
    margin-right: -5px;
}

@media (max-width: 480px) {
    .hot-deal-slider .owl-nav {
        top: 0;
        left: 0;
        right: auto;
    }
}

.hot-deal-slider .owl-nav button {
    margin: 0 5px;
    width: 65px;
    height: 35px;
    line-height: 35px !important;
    text-align: center;
    border: 1px solid #e5e5e5 !important;
}

.top-saling-slider {
    position: relative;
}

@media (max-width: 480px) {
    .top-saling-slider {
        padding-top: 50px;
    }
}

.top-saling-slider .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
    margin-right: -5px;
}

@media (max-width: 480px) {
    .top-saling-slider .owl-nav {
        top: 0;
        left: 0;
        right: auto;
    }
}

.top-saling-slider .owl-nav button {
    margin: 0 5px;
    width: 65px;
    height: 35px;
    line-height: 35px !important;
    text-align: center;
    border: 1px solid #e5e5e5 !important;
}

.product-details-slider-area .product-single-thumb-slider .thumb img {
    opacity: 1;
}

.product-details-slider-area .product-single-slider-nav .thumb {
    padding: 5px;
    background-color: #f4f4f4;
    border: 1px solid #e5e5e5;
    margin: 0 5px;
}

.product-details-slider-area .product-single-slider-nav .thumb:focus {
    outline: none;
}

.product-details-slider-area .product-single-slider-nav .thumb img {
    opacity: 1;
}

/* slider css end */
.tracking-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tracking-form input {
    width: calc(100% - 180px);
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    color: #777777;
}

@media (max-width: 480px) {
    .tracking-form input {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
}

.tracking-form input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 18px;
}

.tracking-form .tracking-btn {
    width: 180px;
    font-weight: 500;
    background-color: #0063D1;
    color: #ffffff;
    text-transform: capitalize;
    border: 1px solid transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .tracking-form .tracking-btn {
        width: 100%;
        padding: 12px 15px;
    }
}

.tracking-form .tracking-btn i {
    margin-right: 10px;
}

.product-tracking-area .title {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #777777;
    margin-bottom: 20px;
}

.tracking-item {
    position: relative;
    z-index: 1;
}

.tracking-item::before {
    position: absolute;
    content: '';
    top: 50px;
    width: 100%;
    height: 3px;
    background-color: #dddddd;
    left: 55%;
    z-index: -10;
}

@media (max-width: 575px) {
    .tracking-item::before {
        display: none;
    }
}

.tracking-item.active::before {
    background-color: #47cf73;
}

.tracking-item.active i {
    background-color: #47cf73;
    color: #ffffff;
}

.tracking-item.deactive::before {
    background-color: #de0505;
}

.tracking-item.deactive i {
    background-color: #de0505;
    color: #ffffff;
}

.tracking-item i {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 100px;
    color: #777777;
    font-size: 30px;
}

.tracking-item .title {
    color: #777777;
    margin-top: 18px;
    text-transform: capitalize;
    font-size: 20px;
}

div[class*="col"]:last-child .tracking-item::before {
    display: none;
}

@media (max-width: 991px) {
    div[class*="col"]:nth-child(2) .tracking-item::before {
        display: none;
    }
}

/* about-section css start */
.about-wrapper .thumb {
    max-height: 550px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.about-wrapper .content {
    margin-top: 30px;
}

.about-wrapper .content .title {
    text-transform: capitalize;
    font-size: 36px;
    margin-bottom: 10px;
}

.company-info-item {
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
}

.company-info-item .thumb {
    max-height: 230px;
    overflow: hidden;
}

.company-info-item .content {
    padding: 30px;
    height: 340px;
}

.company-info-item .content .title {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 10px;
}

.company-info-item .content p {
    word-break: break-all;
}

.company-item {
    text-align: center;
}

.company-item i {
    font-size: 42px;
    color: #0063D1;
    width: 95px;
    height: 95px;
    border: 2px dashed #0063D1;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 95px;
}

.company-item .title {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-top: 20px;
}

/* about-section css end */
/* contact-section css start */
.contact-item {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 20px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.contact-item .icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(255, 96, 0, 0.25);
    text-align: center;
    line-height: 75px;
    font-size: 28px;
}

.contact-item .content {
    width: calc(100% - 75px);
    padding-left: 20px;
}

.contact-item .content .title {
    font-size: 18px;
    margin-bottom: 8px;
}

.contact-item .content a {
    font-size: 15px;
    word-break: break-all;
}

.contact-form-area {
    margin-left: 50px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 30px;
}

@media (max-width: 991px) {
    .contact-form-area {
        margin-left: 0;
        margin-top: 50px;
    }
}

.contact-form-area .title {
    text-transform: capitalize;
    margin-bottom: 20px;
}

.contact-form-area .contact-form input {
    height: 45px;
}

.contact-form-area .contact-form input, .contact-form-area .contact-form textarea {
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.map {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

/* contact-section css end */
.login-block {
    background-color: white;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
    padding: 45px 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
@media (max-width: 575px) {
    .login-block {
        padding: 30px 30px;
    }
}
.login-block .login-block-inner {
    margin: 0 auto;
}
@media (max-width: 991px) {
    .login-block .login-block-inner {
        width: 100%;
    }
}
.login-block .login-block-inner .title {
    text-transform: capitalize;
    margin-bottom: 30px;
}
.login-block .login-block-inner p {
    text-align: left;
    margin-top: 30px;
}

.login-block .login-block-inner p a {
    font-weight: 400;
    color: #1da1f2;
}

@media (max-width: 575px) {
    .login-block .login-block-inner p a {
        display: block;
    }
}

.login-block .login-block-inner p a + a {
    margin-left: 50px;
    color: #777777;
}

@media (max-width: 767px) {
    .login-block .login-block-inner p a + a {
        margin-left: 15px;
    }
}

@media (max-width: 575px) {
    .login-block .login-block-inner p a + a {
        margin-left: 0;
    }
}

.login-block .login-block-inner .login-form .frm-group {
    margin-bottom: 20px;
}

.login-block .login-block-inner .login-form .frm-group a {
    width: 160px;
    height: 50px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    text-transform: capitalize;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .login-block .login-block-inner .login-form .frm-group a {
        margin: 5px 5px;
        width: 140px;
        height: 48px;
        line-height: 48px;
    }
}

.login-block .login-block-inner .login-form .frm-group a.facebook {
    background-color: #2a59b7;
}

.login-block .login-block-inner .login-form .frm-group a.facebook:hover {
    background-color: #3d588f;
}

.login-block .login-block-inner .login-form .frm-group a.google {
    background-color: #e5102c;
}

.login-block .login-block-inner .login-form .frm-group a.google:hover {
    background-color: #cc3347;
}

.login-block .login-block-inner .login-form .frm-group a.twitter {
    background-color: #4eb4f4;
}

.login-block .login-block-inner .login-form .frm-group a.twitter:hover {
    background-color: #1788cf;
}

.login-block .login-block-inner .login-form .frm-group a + a {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .login-block .login-block-inner .login-form .frm-group a + a {
        margin-left: 0;
    }
}

.login-block .login-block-inner .login-form .frm-group .or{
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    display: inline-block;
}

.or{
    margin-bottom: 0px !important;
}

.login-block .login-block-inner .login-form .frm-group input {
    border-radius: 3px;
}

.login-block .login-block-inner .login-form .frm-group button {
    font-weight: 500;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

/* login-section css end */
/* dashboard css start */
.dashboard-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 20px 20px;
}

.dashboard-item .icon {
    width: 75px;
    height: 75px;
    background-color: rgba(255, 96, 0, 0.15);
    text-align: center;
    line-height: 75px;
    font-size: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ff6000;
}

.dashboard-item .content {
    width: calc(100% - 75px);
    padding-left: 20px;
}

.dashboard-item .content .total-number {
    font-family: "Rubik", sans-serif;
    color: #292929;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
}

/* dashboard css end */
/* header-section css start */
.header-section.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

@media (max-width: 1199px) {
    .header-section.menu-fixed .header-middle {
        display: none;
    }
}
@media (max-width: 575px) {
    .header-section.menu-fixed {
        position: static!important;
    }
}

.header-section.menu-fixed .header-top {
    display: none;
}

.header-section.menu-fixed .header-middle {
    background-color: #F8F8F8;
    padding: 15px 0;
}

@media (max-width: 1199px) {
    .header-section.menu-fixed .nav-right .todays-offer {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header-section.menu-fixed .nav-right .search-btn-area {
        display: block;
    }
}

@media (max-width: 1199px) {
    .header-section.menu-fixed .header-bottom .site-logo {
        display: block;
    }
}

@media (max-width: 1199px) {
    .header-section.menu-fixed .navbar {
        justify-content: flex-end;
    }
}

.header-top {
    justify-content: space-between;
    padding: 8px 50px;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .header-top {
        display: none;
    }
}

.header-top .header-top-short-menu {
    margin: -5px -10px;
}

.header-top .header-top-short-menu li {
    display: inline-block;
}

.header-top .header-top-short-menu li:last-child a::before {
    display: none;
}

.header-top .header-top-short-menu li a {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 10px;
    position: relative;
}

.header-top .header-top-short-menu li a:hover {
    color: #ff6000;
}

.header-top .header-top-short-menu li a::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #00000050;
}

.header-top .hotline-num {
    font-size: 14px;
    display: block;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-top .hotline-num:hover .country-code {
    color: #0063D1;
}

.header-top .hotline-num i {
    color: #ff6000;
    margin-right: 5px;
    font-size: 16px;
}

.header-top .hotline-num .country-code {
    font-size: 14px;
    font-weight: 500;
    margin-right: 3px;
    margin-left: 5px;
}

.header-top .hotline-num .caption {
    color: #ff6000;
    font-weight: 700;
}

.header-top .hotline-num .caption::after {
    content: ':';
}

.header-top .header-top-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header-top .header-top-menu li {
    position: relative;
}

.header-top .header-top-menu li:hover .submenu {
    opacity: 1;
    visibility: visible;
}


.header-top .header-top-menu li a {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 20px;
    position: relative;
    margin: 0 15px;
    display: table-cell;
}



.header-top .header-top-menu li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    min-width: 130px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
}

.header-top .header-top-menu li .submenu li a::before {
    display: none;
}

.header-middle {
    padding: 30px 0;
    background-color: #88888810;
}

@media (max-width: 1199px) {
    .header-middle {
        padding: 20px 0;
    }
}

@media (max-width: 991px) {
    .header-middle {
        display: none;
    }
}

.header-middle .site-logo {
    padding: 10px 0;
}

@media (max-width: 991px) {
    .header-middle .site-logo {
        display: none;
    }
}

.header-middle .header-search-form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding-left: 17px;
    background-color: #ffffff;
}

.header-middle .header-search-form .nice-select {
    width: 150px;
    border: none;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}

.header-middle .header-search-form .nice-select span {
    font-size: 14px;
}

.header-middle .header-search-form .nice-select .list li {
    font-size: 14px;
    min-height: 35px;
    line-height: 35px;
}

.header-middle .header-search-form .search-field {
    width: calc(100% - 215px);
    border: none;
    height: 50px;
    font-size: 14px;
    border-left: 1px solid #e5e5e5;
}

.header-middle .header-search-form .search-btn {
    width: 65px;
    background-color: transparent;
    color: #ffffff;
    height: 50px;
    line-height: 36px;
    background-color: #ff6000;
    border-radius: 0 999px 999px 0;
    -webkit-border-radius: 0 999px 999px 0;
    -moz-border-radius: 0 999px 999px 0;
    -ms-border-radius: 0 999px 999px 0;
    -o-border-radius: 0 999px 999px 0;
    position: relative;
    font-size: 18px;
}

.header-middle .header-search-form .search-btn::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: calc(100% + 1px);
    height: calc(100% + 2px);
    background-color: #ff6000;
    border-radius: 0 999px 999px 0;
    -webkit-border-radius: 0 999px 999px 0;
    -moz-border-radius: 0 999px 999px 0;
    -ms-border-radius: 0 999px 999px 0;
    -o-border-radius: 0 999px 999px 0;
    margin-top: -1px;
    z-index: -10;
}

.header-middle .header-cart-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .header-middle .header-cart-option {
        justify-content: flex-end;
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (max-width: 1199px) {
    .header-middle .header-cart-option li {
        margin: 0 10px;
    }
}

.header-middle .header-cart-option li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 120px;
    align-items: center;
    position: relative;
}

.header-middle .header-cart-option li a .count {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    top: -5px;
    left: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ff6000;
}

.header-middle .header-cart-option li a i {
    font-size: 28px;
    width: 30px;
}

.header-middle .header-cart-option li a .caption {
    font-size: 13px;
    font-weight: 500;
    padding-left: 8px;
    width: calc(100% - 30px);
    text-transform: capitalize;
}

.header-bottom {
    background-color: #ff6000;
}

.header-bottom .main-menu > li {
    margin-left: -1px;
    position: relative;
}

.header-bottom .main-menu li.has-mega-menu {
    position: static;
}

.header-bottom .main-menu li.has-mega-menu:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-bottom .main-menu li.active a {
    background-color: #f05a00;
    position: relative;
}
.header-bottom .main-menu > li > a::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    background: #ffffff;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
}
.header-bottom .main-menu > li:hover > a::after {
    opacity: 1;
}

.header-bottom .main-menu li.active .submenu li.active a{
    background-color: #f05a00;
    color: #fff !important;
}

.header-bottom .main-menu li:hover > a {
    background-color: #f05a00;
}

.header-bottom .main-menu li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-bottom .main-menu li .submenu {
    position: absolute;
    top: 105%;
    left: 0;
    min-width: 250px;
    background-color: #1970ea;
    z-index: 9;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0 0 5px 5px;
}
.header-bottom .main-menu li .submenu li+li {
    border-top: 1px solid #ffffff30;
}
.header-bottom .main-menu li .submenu li a {
    color: #ffffff;
    padding: 6px 30px;
    display: block;
    border: none;
}

.header-bottom .main-menu li .submenu li a:hover {
    color: #ffffff;
    background-color: #88888810;
}

.header-bottom .main-menu li .mega-menu {
    position: absolute;
    top: 105%;
    left: 0;
    z-index: 9;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    padding: 20px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-bottom .main-menu li .mega-menu.column-4 {
    width: 1140px;
}

.header-bottom .main-menu li .mega-menu.column-3 {
    width: 768px;
}

.header-bottom .main-menu li .mega-menu .cat-title {
    font-size: 15px;
    font-weight: 500;
    color: #0063D1;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.header-bottom .main-menu li .mega-menu .mega-menu-child {
    padding-top: 8px;
}

.header-bottom .main-menu li .mega-menu .mega-menu-child li:hover a {
    background-color: transparent !important;
    color: #ff6000;
}

.header-bottom .main-menu li .mega-menu .mega-menu-child li a {
    padding: 3px 0;
    color: #777777;
    font-size: 13px;
    font-weight: 400;
}

.header-bottom .main-menu li a {
    padding: 14px 20px;
    color: #ffffff;
    border-right: 1px solid #ffffff10;
    border-left: 1px solid #ffffff20;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.header-bottom .todays-offer a {
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.header-bottom .todays-offer a i {
    margin-right: 5px;
    font-size: 22px;
}

.header-bottom .search-btn-area {
    display: none;
}

@media (max-width: 991px) {
    .header-bottom .search-btn-area {
        display: block;
    }
}

@media (max-width: 991px) {
    .header-bottom .navbar {
        justify-content: flex-end;
    }
}

.header-bottom .site-logo {
    display: none;
}

@media (max-width: 991px) {
    .header-bottom .site-logo {
        display: block;
    }
}

@media (max-width: 575px) {
    .header-bottom .site-logo {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .header-bottom .nav-right .todays-offer {
        display: none;
    }
}

.header-bottom .nav-right .header-search-btn {
    background-color: transparent;
    color: #ffffff;
    font-size: 22px;
    width: 19px;
    text-align: right;
    margin-left: 15px;
    cursor: pointer;
}

.category-list-menu-area {
    background-color: #e65600;
    position: relative;
}

.category-list-menu-area .title {
    padding: 15px 30px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.category-list-menu-area .title::after {
    top: 15px;
    right: 30px;
    position: absolute;
    content: "\e6c1";
    font-family: 'themify';
}

.category-list-menu-area .category-list-menu-wrraper {
    background-color: #ff6000;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    z-index: 99;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}

.category-list-menu-area .category-list-menu-wrraper.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

.category-list-menu-area .category-list-menu-wrraper .category-list-menu {
    padding: 10px 0;
}

.category-list-menu-area .category-list-menu-wrraper .category-list-menu > li:last-child a {
    border-bottom: none;
}

.category-list-menu-area .category-list-menu-wrraper .category-list-menu > li.has-child > a {
    position: relative;
}

.category-list-menu-area .category-list-menu-wrraper .category-list-menu > li.has-child > a::after {
    position: absolute;
    content: "\e649";
    font-family: 'themify';
    top: 12px;
    right: 15px;
    font-size: 10px;
}

.category-list-menu-area .category-list-menu-wrraper .category-list-menu > li > a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 30px;
    color: #ffffff;
    display: block;
    border-bottom: 1px solid #ffffff30;
}
@media (max-width: 1199px) {
    .category-list-menu-area .category-list-menu-wrraper .category-list-menu > li > a {
        padding: 8px 15px;
    }
    .category-list-menu li .submenu li a::before {
        content: "\f105";
        font-family: 'FontAwesome';
        margin-right: 5px;
        color: #ffffff;
    }
}
.category-list-menu-area .category-list-menu-wrraper .category-list-menu > li > a:hover {
    background-color: #f05a00;
}

@media (max-width: 767px) {
    .category-list-menu {
        max-height: 320px;
        overflow: auto;
    }
}

.category-list-menu li {
    position: relative;
}
.category-list-menu li.has-child {
    position: relative;
}

.category-list-menu li.has-child .submenu li a i,.header-bottom .main-menu li .submenu li a i, .category-list-menu li a i{
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-right: 5px;
    color: #98da98 !important;
}

.category-list-menu li.has-child .submenu-open-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 25px;
    background-color: #1970ea;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    display: none;
    transition: all 0.3s linear;
}
.category-list-menu li.has-child .submenu-open-btn.active::before {
    content: "\f068";
}
@media (max-width: 1199px) {
    .category-list-menu li.has-child .submenu-open-btn {
        display: block;
    } 
}





.category-list-menu li.has-child.active {
    background: #ffffff17;
}
.category-list-menu li.open .cart-mega-menu {
    display: block !important;
}

.category-list-menu li.open .submenu {
    display: block;
}

.category-list-menu li:hover .cart-mega-menu {
    opacity: 1;
    visibility: visible;
}

.category-list-menu li:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.category-list-menu li .cart-mega-menu {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 15px 0;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .category-list-menu li .cart-mega-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none !important;
    }
}

.category-list-menu li .cart-mega-menu.item-width-3 {
    width: 660px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .category-list-menu li .cart-mega-menu.item-width-3 {
        width: 100%;
    }
}

.category-list-menu li .cart-mega-menu.item-width-3 > li {
    width: calc(100% / 3);
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .category-list-menu li .cart-mega-menu.item-width-3 > li {
        width: 100%;
    }
}

.category-list-menu li .cart-mega-menu.item-width-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 440px;
    padding: 15px 15px;
}

@media (max-width: 1199px) {
    .category-list-menu li .cart-mega-menu.item-width-2 {
        width: 100%;
    }
}

.category-list-menu li .cart-mega-menu.item-width-2 > li {
    width: calc(100% / 2);
}

@media (max-width: 1199px) {
    .category-list-menu li .cart-mega-menu.item-width-2 > li {
        width: 100%;
    }
}

.category-list-menu li .cart-mega-menu > li {
    border-right: 1px solid #e5e5e5;
}

.category-list-menu li .cart-mega-menu > li:last-child {
    border-right: none;
}

.category-list-menu li .cart-mega-menu > li > a {
    color: #292929;
    padding: 0 15px 10px 15px;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .category-list-menu li .cart-mega-menu li.has-child a {
        padding-left: 15px;
        padding-right: 0;
    }
}

.category-list-menu li .cart-mega-menu li.has-child > a::after {
    content: "\e649";
    font-family: 'themify';
    color: #000000;
    font-size: 8px;
    margin-left: 8px;
}

.category-list-menu li .cart-mega-menu li.open ul {
    display: block;
}

@media (max-width: 1199px) {
    .category-list-menu li .cart-mega-menu ul {
        display: none;
        padding-left: 15px;
    }
}

.category-list-menu li .cart-mega-menu ul li a {
    color: #777777;
    font-weight: 400;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
}

.category-list-menu li .cart-mega-menu ul li a:hover {
    color: #ff6000;
}

.category-list-menu li .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 220px;
    background-color: #171a9b;
    padding: 10px 0;
    z-index: 9;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1199px) {
    .category-list-menu li .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        width: 100%;
    }
}

.category-list-menu li .submenu li a {
    color: #ffffff;
    font-weight: 400;
    padding: 6px  15px;
    font-size: 14px;
}

.category-list-menu li .submenu li a:hover {
    color: #ffffff !important;
}

@media (max-width: 1199px) {
    .category-list-menu li .submenu li a {
        display: block;
    }
}

.mobile-menu {
    width: 450px;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: -500px;
    background-color: #ffffff;
    z-index: 999999;
    padding: 30px 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 3px 0 16px 0 rgba(0,0,0,0.25);
}

@media (max-width: 767px) {
    .mobile-menu {
        max-height: 100vh;
        overflow: scroll;
    }
}

@media (max-width: 575px) {
    .mobile-menu {
        width: 100%;
        left: -100%;
    }
}

.mobile-menu.open {
    left: 0;
}

.mobile-menu .mobile-menu-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    background-color: #ff6000;
}

.mobile-menu .main-menu li.has_child.open .submenu {
    display: block;
}

.mobile-menu .main-menu li.has_child.open .mega-menu {
    display: block;
}

.mobile-menu .main-menu li a {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding-left: 0;
}

.mobile-menu .main-menu li .submenu {
    display: none;
    position: static;
    padding-left: 20px;
}

.mobile-menu .main-menu li .submenu li a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.mobile-menu .main-menu li .mega-menu {
    display: none;
    position: static;
    padding-left: 20px;
}

.mobile-menu .main-menu li .mega-menu .cat-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 0;
}

.mobile-menu .main-menu li .mega-menu .cat-title::after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #000000;
    float: right;
}

.mobile-menu .main-menu li .mega-menu .mega-menu-child {
    display: none;
    padding-left: 15px;
}

.mobile-menu .main-menu li .mega-menu .mega-menu-child li a {
    padding: 6px 0;
}

.mobile-menu .main-menu li .mega-menu .mega-menu-child.open {
    display: block;
}

.mobile-menu .main-menu li .submenu li a::before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #777777;
    margin-right: 5px;
}
.mobile-menu .main-menu li .submenu li:last-child a {
    border-bottom: none;
}
.mobile-menu .main-menu li.has_child {
    position: relative;
}
.mobile-menu .main-menu li.has_child .submenu-open-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 30px;
    background-color: #171a9b;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.3s;
}
.mobile-menu .main-menu li.has_child .submenu-open-btn.active::before {
    content: "\f068";
} 

.mobile-menu .main-menu > li > a {
    padding: 10px 15px;
    padding-left: 0;
}

.mobile-menu .product-img-item {
    display: none;
}

.mobile-menu-open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
    display: none;
}

@media (max-width: 1199px) {
    .mobile-menu-open {
        display: block;
    }
}

.mobile-menu-open i {
    margin-left: 10px;
}

.mobile-menu-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    padding: 20px 50px 15px 50px;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.15);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 991px) {
    .mobile-menu-bottom {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    .mobile-menu-bottom {
        opacity: 1;
        visibility: visible;
        padding: 10px 30px!important;
    }
    .mobile-menu-bottom .header-cart-option li a i,
    .mobile-menu-bottom .todays-offer a i {
        font-size: 20px!important;
    }
}

.mobile-menu-bottom .header-cart-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 0;
    padding: 0;
}

.mobile-menu-bottom .header-cart-option li {
    padding: 5px 10px;
    margin: 0;
}
.mobile-menu-bottom .header-cart-option li:last-child {
    margin-left: auto;
}
.mobile-menu-bottom .header-cart-option li a {
    color: #ff6000;
    position: relative;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.mobile-menu-bottom .header-cart-option li a .count {
    position: absolute;
    top: 0px !important;
    left: 25px !important;
}
.mobile-menu-bottom .header-cart-option li a i {
    font-size: 28px;
}

.mobile-menu-bottom .header-cart-option li a .count {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    top: -5px;
    left: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ff6000;
}

.mobile-menu-bottom .header-cart-option li + li {
    /* margin-left: 20px; */
}

.mobile-menu-bottom .todays-offer {
    margin-right: 15px;
}

.mobile-menu-bottom .todays-offer a {
    color: #ff6000;
}

.mobile-menu-bottom .todays-offer a i {
    margin-right: 10px;
    font-size: 24px;
}

.mobile-menu-bottom .more-action i {
    color: #ff6000;
}

.mobile-search-area {
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #f4f4f4;
    z-index: 99999;
    width: 100%;
    padding: 100px 50px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-search-area.open {
    top: 0;
}

@media (max-width: 575px) {
    .mobile-search-area {
        padding: 75px 30px;
    }
}

.mobile-search-area .mobile-search-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ff6000;
    color: #ffffff;
    font-size: 22px;
    top: 0;
    right: 0;
}

.mobile-search-area .header-search-form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding-left: 17px;
    background-color: #ffffff;
}

@media (max-width: 575px) {
    .mobile-search-area .header-search-form {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        padding-left: 0;
    }
}

.mobile-search-area .header-search-form .nice-select {
    width: 150px;
    border: none;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}

@media (max-width: 500px) {
    .mobile-search-area .header-search-form .nice-select {
        display: none;
    }
}

.mobile-search-area .header-search-form .nice-select span {
    font-size: 14px;
}

.mobile-search-area .header-search-form .nice-select .list li {
    font-size: 14px;
    min-height: 35px;
    line-height: 35px;
}

.mobile-search-area .header-search-form .search-field {
    width: calc(100% - 215px);
    border: none;
    height: 50px;
    font-size: 14px;
    border-left: 1px solid #e5e5e5;
}

@media (max-width: 500px) {
    .mobile-search-area .header-search-form .search-field {
        width: 100%;
        text-align: center;
    }
}

.mobile-search-area .header-search-form .search-btn {
    width: 65px;
    background-color: transparent;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    background-color: #ff6000;
    border-radius: 0 999px 999px 0;
    -webkit-border-radius: 0 999px 999px 0;
    -moz-border-radius: 0 999px 999px 0;
    -ms-border-radius: 0 999px 999px 0;
    -o-border-radius: 0 999px 999px 0;
    position: relative;
    font-size: 18px;
}

@media (max-width: 500px) {
    .mobile-search-area .header-search-form .search-btn {
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
}

.mobile-search-area .header-search-form .search-btn::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: calc(100% + 1px);
    height: calc(100% + 2px);
    background-color: #ff6000;
    border-radius: 0 999px 999px 0;
    -webkit-border-radius: 0 999px 999px 0;
    -moz-border-radius: 0 999px 999px 0;
    -ms-border-radius: 0 999px 999px 0;
    -o-border-radius: 0 999px 999px 0;
    margin-top: -1px;
    z-index: -10;
}

@media (max-width: 575px) {
    .mobile-search-area .header-search-form .search-btn::before {
        display: none;
    }
}

.more-action-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #ffffff;
    width: 300px;
    z-index: 99999;
    padding: 30px 30px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.more-action-sidebar.open {
    right: 0;
}

.more-action-sidebar .more-action-sidebar-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background-color: #ff6000;
    color: #ffffff;
    font-size: 20px;
}

.more-action-sidebar .hotline-num i {
    color: #ff6000;
    margin-right: 6px;
}

.more-action-sidebar .hotline-num .caption {
    color: #ff6000;
    font-weight: 500;
}

.more-action-sidebar .header-top-menu {
    margin-top: 15px;
}

.more-action-sidebar .header-top-menu li.open .submenu {
    display: block;
}

.more-action-sidebar .header-top-menu li.has-child > a {
    position: relative;
}

.more-action-sidebar .header-top-menu li.has-child > a::after {
    position: absolute;
    top: 18px;
    right: 0;
    content: "\e649";
    font-family: 'themify';
    color: #000000;
    font-size: 8px;
}

.more-action-sidebar .header-top-menu li .submenu {
    display: none;
    padding-left: 15px;
    background-color: #f4f4f4;
}

.more-action-sidebar .header-top-menu li .submenu li a {
    padding: 6px 0;
    border-bottom: 1px solid #e5e5e5;
}

.more-action-sidebar .header-top-menu li > a {
    padding: 10px 0;
}

.more-action-sidebar .header-top-menu li a {
    display: block;
}

.more-action-sidebar .header-top-menu > li > a {
    border-bottom: 1px solid #e5e5e5;
}

.more-action-sidebar .header-top-short-menu {
    margin-top: 15px;
}

/* header-section css end */
/* footer-section css start */
.footer-section {
    margin-top: 70px;
    position: relative;
}

@media (max-width: 991px) {
    .footer-section {
        margin-top: 70px;
        padding-bottom:50px
    }
}


.footer-section {
    background-color: #f8f8f8;
}

.features-area {
    padding-bottom: 70px;
}

.features-wrapper {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 4px solid rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
}

.feature-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.feature-item .icon {
    width: 50px;
    border: 2px solid #ffffff50;
    color: #ff6000;
    font-size: 36px;
}

.feature-item .content {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.feature-item .content .title {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #292929;
}

.feature-item .content p {
    font-size: 13px;
    color: #777777;
    margin-top: 5px;
}

.footer-top .footer-logo {
    margin-bottom: 25px;
}

.footer-top .widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer-top .widget-body p {
    font-size: 13px;
}

.footer-top .widget-body p b {
    color: #292929;
}

.footer-top .widget-body p + p {
    margin-top: 20px;
}

.footer-top .widget-body .apps-list {
    margin: 15px -5px -5px -5px;
}

.footer-top .widget-body .apps-list li {
    display: inline-block;
    margin: 5px;
}

.footer-top .widget-body .short-menu-list li a {
    font-size: 13px;
    text-transform: capitalize;
}

.footer-top .widget-body .short-menu-list li a:hover {
    color: #ff6000;
}

.footer-top .widget-body .short-menu-list li + li {
    margin-top: 5px;
}

.footer-top .widget-body .hotline-call {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.footer-top .widget-body .hotline-call .icon {
    width: 36px;
    font-size: 36px;
    color: #ff6000;
    position: relative;
}

.footer-top .widget-body .hotline-call .icon::before, .footer-top .widget-body .hotline-call .icon::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #ff6000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: -5px;
    margin-left: -5px;
    opacity: 0.15;
}

.footer-top .widget-body .hotline-call .icon::before {
    animation: inner-ripple 2000ms linear infinite;
}

.footer-top .widget-body .hotline-call .icon::after {
    animation: outer-ripple 1500ms linear infinite;
}

.footer-top .widget-body .hotline-call .content {
    width: calc(100% - 36px);
    padding-left: 15px;
}

.footer-top .widget-body .hotline-call .content small {
    display: block;
    color: #777777;
    font-size: 12px;
}

.footer-top .widget-body .hotline-call .content .number {
    font-size: 20px;
    font-weight: 600;
    color: #292929;
}

.footer-top .widget-body .hotline-call .content .number .country-code {
    font-size: 20px;
    font-weight: 600;
    color: #292929;
}

.footer-top .widget-body .hotline-call .content .number .country-code::before {
    content: '(';
}

.footer-top .widget-body .hotline-call .content .number .country-code::after {
    content: ')';
}

.footer-top .widget-body .contact-info {
    margin-top: 25px;
}

.footer-top .widget-body .contact-info .contact-info-title {
    font-size: 14px;
}

.footer-top .widget-body .social-media-links {
    margin-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-top .widget-body .social-media-links li {
    margin: 5px 5px;
}

.footer-top .widget-body .social-media-links li a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #ff6000;
    color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.footer-top .widget-body .social-media-links li a.facebook {
    background-color: #3b5999;
}

.footer-top .widget-body .social-media-links li a.facebook:hover {
    background-color: #2d4474;
}

.footer-top .widget-body .social-media-links li a.instagram {
    background-color: #e4405f;
}

.footer-top .widget-body .social-media-links li a.instagram:hover {
    background-color: #d31e40;
}

.footer-top .widget-body .social-media-links li a.twitter {
    background-color: #55acee;
}

.footer-top .widget-body .social-media-links li a.twitter:hover {
    background-color: #2795e9;
}

.footer-top .widget-body .social-media-links li a.pinterest {
    background-color: #bd081c;
}

.footer-top .widget-body .social-media-links li a.pinterest:hover {
    background-color: #8c0615;
}

.footer-top .widget-body .social-media-links li a.linkedin {
    background-color: #0077B5;
}

.footer-top .widget-body .social-media-links li a.linkedin:hover {
    background-color: #005582;
}

.signup-area {
    margin-top: 50px;
}

.signup-wrapper {
    background-color: #ffffff;
    padding: 30px 30px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.signup-wrapper .signup-content .title {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.signup-wrapper .signup-content p {
    font-size: 13px;
}

.signup-wrapper .signup-content p b {
    color: #ff6000;
}

.signup-wrapper .signup-content p::before {
    content: '(';
}

.signup-wrapper .signup-content p::after {
    content: ')';
}

.signup-wrapper .subscribe-content p {
    font-size: 13px;
}

.signup-wrapper .subscribe-content p strong, .signup-wrapper .subscribe-content p b {
    color: #292929;
    font-size: 14px;
}

.signup-wrapper .subscribe-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.signup-wrapper .subscribe-form input[type="email"] {
    width: calc(100% - 155px);
    border-right: none;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    font-size: 13px;
}

@media (max-width: 480px) {
    .signup-wrapper .subscribe-form input[type="email"] {
        width: 100%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-right: 1px solid #e5e5e5;
    }
}

.signup-wrapper .subscribe-form .subscribe-btn {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    background-color: #ff6000;
    color: #ffffff;
    border: 1px solid transparent;
    padding: 10px 20px;
    min-width: 145px;
    max-width: 155px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
}

@media (max-width: 480px) {
    .signup-wrapper .subscribe-form .subscribe-btn {
        width: 100%;
        max-width: 100%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-top: 15px;
    }
}

.short-listed-brand-area {
    padding: 50px 0;
}

.brand-list .title {
    font-size: 13px;
    margin-top: 4px;
    float: left;
    margin-right: 5px;
}

.brand-list .title::after {
    content: ' :';
}

.brand-list ul li {
    display: inline-block;
    margin: 3px 3px !important;
    line-height: 1;
}

.brand-list ul li:last-child a::after {
    display: none;
}

.brand-list ul li a {
    font-size: 12px;
}

.brand-list ul li a::after {
    content: ',';
}

.brand-list ul li a:hover {
    color: #ff6000;
}

.brand-list + .brand-list {
    margin-top: 6px;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}

.footer-bottom .copy-right-content p {
    font-size: 14px;
}

.footer-bottom .copy-right-content p a {
    color: #ff6000;
}

.footer-bottom .payment-method-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -3px -5px;
}

@media (max-width: 575px) {
    .footer-bottom .payment-method-list {
        margin-top: 15px;
        justify-content: flex-start;
    }
}

.footer-bottom .payment-method-list li {
    margin: 3px 5px;
}

.login-btn{
    background-color: #ff6000;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

/* footer-section css end */
.cmn-btn, .cmn-btn-diff {
    padding: 12px 30px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    word-spacing: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.cmn-btn{
    background-color: #ff6000;
}

.cmn-btn-diff{
    background-color: #311a80;
}

.cmn-btn:hover {
    color: #ffffff;
    background-color: #e65600;
    cursor: pointer;
}

.cmn-btn-diff:hover {
    color: #ffffff;
    background-color: #1c0e47;
    cursor: pointer;
}

.add-cart-btn {
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.07);
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.add-cart-btn:hover {
    border-color: #ff6000;
    background-color: #ff6000;
    color: #ffffff;
}

.small-btn {
    padding: 5px 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #0063D1;
}

.small-btn.complete {
    background-color: #47cf73;
}

.small-btn.pending {
    background-color: #ff6000;
}

*+.stepper-sport {
    margin-top: 20px;
  }
  
  .stepper-sport .stepper {
    width: 180px;
    max-width: 180px;
    text-align: center;
  }
  
  .stepper {
    position: relative;
    display: inline-block;
    max-width: 76px;
    width: 76px;
  }
  
  .stepper-sport .stepper input[type=number] {
    width: 60px;
    max-width: 60px;
    min-height: 60px;
    padding: 0 5px;
    margin-left: auto;
    margin-right: auto;
    line-height: 60px;
    text-align: center;
    -moz-appearance: textfield;
    font-family: kanit,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #151515;
    background-color: #edeff4;
    border: 0;
  }
  
  .stepper input[type=number] {
    width: 100%;
    padding: 5px 28px;
    min-height: 30px;
    text-align: center;
    -moz-appearance: textfield;
    font-family: kanit,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
    color: #151515;
  }

  .stepper-sport .stepper .stepper-arrow.up {
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.stepper-sport .stepper .stepper-arrow {
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background-color: #616161;
    transform: translateY(0);
}
.stepper-arrow.up {
    right: 4px;
    text-align: left;
}
.stepper-arrow {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 16px;
    line-height: 20px;
    font-family: material icons;
    cursor: pointer;
    color: #151515;
    transition: .3s all ease;
}

.stepper-sport .stepper .stepper-arrow.down {
    left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/*

===============================
FAQ Area
===============================

*/
.faq-contents {
    display: block;
    height: auto;
}

.faq-contents .accordion {
    list-style: none;
    padding: 0;
}

.faq-contents .accordion li {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.faq-contents .accordion li:last-child {
    margin-bottom: 0px;
}

.faq-contents .accordion li p {
    display: none;
    padding: 10px 30px 20px 20px;
    color: #434a53;
    font-size: 16px;
    background: #ffffff;
    margin-bottom: 0;
    line-height: 2;
    border-radius: 4px;
}

.faq-contents .accordion li a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #434a53;
    user-select: none;
    font-weight: 400;
}

.faq-contents .accordion li a i {
    font-size: 18px;
    color: #ffffff;
    margin-right: 20px;
}

.faq-contents .accordion li a.active {
    color: #434a53;
    border: 0;
}

.faq-contents .accordion li a.active::after {
    transform: rotate(225deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
}

.faq-contents .accordion li a::after {
    width: 10px;
    height: 10px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    position: absolute;
    right: 25px;
    content: " ";
    top: 22px;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.select2 .selection {
    width: 100%;
    text-align: justify;
}

.select2-container--bootstrap4 .select2-selection {
    border-radius: 0;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(2.4rem + 2px)!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    color: #9F9F9F;
}

/* ===============Check Out=============== */
.my-card {
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0px 2px 4px 0px #ff600036;
}
.my-card-header{
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.my-card hr{
    margin-top: 1.4rem;
}


/* =============== Bootstrap Tab Style=============== */

.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff6000;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #ff6000;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}


/* ===============Profile Image Upload============== */

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 20px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 25px;
}
.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}

.avatar-upload .avatar-edit label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}


.avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-preview div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




/*==========Payment Method========= */

.payment-card {
    position: relative;
    background: #ff60001f;
    box-shadow: -1px 0 5px 0px #0000003b;
    padding: 25px;
    border-radius: 0px 15px 0 15px;
}
.payment-card-header {
    width: 100%;
    text-align: center;
}

.payment-card-header img {
    width: 220px;
    height: 160px;
    border-radius: 5px;
    margin-bottom: 15px;
}


.payment-card-header .title {
    color: #ff6000;
    font-weight: 800;
}


.payment-card-body p{
    font-size: 14px;
}

.payment-card-body-img{
    height: 140px;
    width: 180px;
}

.payment-card-body-img:hover{
    transform: rotateY(180deg);
    transition: 1000ms;
}

#loader {
    color: #fff;
    position: relative;
    left: -10px;
}


@media (max-width: 767px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
}

@media (max-width: 767px) {
    h5 {
        font-size: 18px;
    }
}


/*========= 5* Review Design ============*/

.rating { 
  border: none;
  float: left;
}

.box.box-default {
  border-top-color: transparent;
}
.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label {
    color: #7b2e01;
    float: right;
    font-size: 1.25em;
}

.rating > input:checked ~ label, 
.rating:not(:checked) > label:hover, 
.rating:not(:checked) > label:hover ~ label { color: #FF6000;  }

.rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label {
    color: #ff6000c2;
}

/* REVIEW AREA */
.reviews_comment_box {
    display: flex;
    margin-bottom: 22px;
  }
  .reviews_comment_box .comment_text {
    width: 100%;
    border: 1px solid #ebebeb;
    position: relative;
    margin-left: 21px;
    padding: 12px;
    border-radius: 3px;
  }
  .reviews_comment_box .comment_text::before {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    content: '';
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
  }
  
  .reviews_meta p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .reviews_meta p strong {
    text-transform: uppercase;
    font-weight: 600;
    color: #242424;
  }
  .reviews_meta .ratings {
    color: #FF6000;
    margin-right: 10px;
    float: left;
}
  .comment_thumb{
    color: #005582;
  }

  .comment_thumb img {
    border-radius: 50%;
    height: 65px;
    width: 65px;
    display: flex;
}

.alert-emo{
    font-size: 60px;
}

.site-logo img{
    width: 100%;
}

.about-wrapper .thumb img {
    width: 100%;
    height: 430px;
}


/*========Preloader=======*/

/* Demo Styles */
#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
  }
  .slick-track {
      margin: 0;
      margin-top: 20px;
  }
  
  /* The Loader */
  #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    background-color: #F5F5F5;
    opacity: .9;
  }
  .no-js #loader-wrapper {
    display: none;
  }
  
  #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    z-index: 11;
  }
    
  .loaded #loader-wrapper {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s 1s ease-in;
  }

  .modal {
    z-index: 9999;
    background: rgba(0,0,0,0.7);
  }
  @media (max-width: 991px) {
    .contact-item{
        text-align: center;
        display: block;
    }
    .contact-item .icon {
        display: inline-block;
    }
    .contact-item .content {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }
  }
  @media (max-width: 767px) {
    .contact-item .icon{
        width: 55px;
        height: 55px;
        line-height: 58px;
        font-size: 22px;
    }
  }
  @media (max-width: 575px) {
      
  }






  
/*Cart-Section Starts Here*/
.cart-table {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}

.cart-table td,
  .cart-table th {
    padding: 15px 0;
    font-size: 16px;
    border: 1px solid #ffffff;
}

.cart-table td {
    background: #f4f4f4;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    color: #777777;
    padding: 5px;
}

.cart-table td a {
    color: #777777;
}

.cart-table td a:hover {
    color: #2560d4;
}

.cart-table td .remove {
    padding: 10px;
}

.cart-table th {
    background: #ff6000;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width:1199px) {
    .cart-table th, .cart-table td {
        font-size: 12px;
    }
}

.cart-table tr:nth-child(2n) {
    background-color: white;
}

.cart-table tr:nth-child(2n+1) {
    background-color: white;
}

@media screen and (max-width: 767px) {
    .cart-table,
  .cart-table tr,
  .cart-table td,
  .cart-table tbody {
        display: block;
    }

    .cart-table td {
        background: transparent;
    }

    .cart-table td:first-child {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 70px;
    }

    .cart-table td:not(:first-child) {
        clear: both;
        margin-left: 70px;
        padding: 6px 20px 6px 190px;
        position: relative;
        text-align: left;
    }

    .cart-table td:not(:first-child):before {
        color: #4c7ee0;
        display: block;
        left: 15px;
        position: absolute;
    }

    .cart-table td:first-child:before {
        content: "";
    }
    .cart-table td::before {
        content: attr(data-name) " " ":";
    }

  
    .cart-table tr {
        padding: 10px 0;
        position: relative;
        background: #f5f8ff !important;
    }

    .cart-table tr:first-child {
        display: none;
    }

    .cart-table tr .cart-plus-minus {
        margin: 0;
    }

    .cart-table tr:nth-child(odd) {
        background: #ebebeb !important;
    }

    .cart-table tr td {
        border-top: none;
    }

    .cart-table tr td:nth-child(1) {
        border: none;
    }

    .cart-table tr td:nth-child(2) {
        border-top: 1px solid #ffffff;
    }
}

@media screen and (max-width: 575px) {
    .cart-table .header {
        background-color: transparent;
        color: white;
        font-size: 2em;
        font-weight: 700;
        padding: 0;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    }

    .cart-table img {
        margin: 0.5rem 0;
    }

    .cart-table td:first-child {
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
    }

    .cart-table td:not(:first-child) {
        margin: 0;
        padding: 5px 1em;
        width: 100%;
    }

    .cart-table td:not(:first-child):before {
        font-size: .8em;
        padding-top: 0.3em;
        position: relative;
        left: 0;
    }

    .cart-table td:last-child {
        padding-bottom: 1rem !important;
    }

    .cart-table tr {
        margin: 0.5rem 0;
        padding: 0;
    }

    .cart-table tr td {
        text-align: center !important;
    }

    .cart-table tr td .cart-plus-minus {
        margin: 0 auto;
    }
}

.cart-plus-minus {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    max-width: 120px;
    position: relative;
    margin: 0 auto;
}

.cart-plus-minus .dec.qtybutton {
    border-right: 1px solid #e5e5e5;
    height: 40px;
    left: 0;
    top: 0;
}

.cart-plus-minus .cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #454545;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    text-align: center;
    width: 120px;
    outline: none;
    padding: 0;
}

@media (min-width: 1200px) {
    .cart-plus-minus .cart-plus-minus-box {
        padding-left: 10px;
    }
}

.cart-plus-minus .qtybutton {
    color: #15273e;
    cursor: pointer;
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
    background: #ffffff;
}

.cart-plus-minus .qtybutton:hover {
    background: #040e27;
    color: #ffffff;
}

.cart-plus-minus .inc.qtybutton {
    border-left: 1px solid #e5e5e5;
    height: 40px;
    right: 0;
    top: 0;
}

/*Cart Form Starts*/
.coupon-form {
    width: 270px;
    position: relative;
}

.coupon-form input {
    height: 100%;
    height: 45px;
    background: transparent;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.coupon-form button {
    position: absolute;
    color: #ffffff;
    top: 0;
    right: 0;
    height: 45px;
    border: none;
    background: transparent;
    width: auto;
    line-height: 45px;
    background: #2560d4;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    .coupon-form {
        margin-bottom: 20px;
    }
}

.mt-30 {
    margin-top: 30px;
}

@media (max-width: 767px) and (min-width: 576px) {
    .mt-sm-40-md {
        margin-top: 40px;
    }
}




/*Checkout-Section Start*/
.checkout {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .checkout {
        text-align: right;
        justify-content: flex-end;
        align-items: center;
    }
}

.checkout .title {
    margin-top: 0;
    padding-right: 20px;
    line-height: 1;
}

.checkout .title span {
    color: #777777;
    font-size: 20px;
}

.checkout .title span::after {
    content: ":";
    margin: 0 5px;
}

@media (max-width: 991px) {
    .checkout {
        margin-bottom: -10px;
    }

    .checkout .title {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .checkout .title span {
        font-size: 20px;
    }

    .checkout .custom-button {
        margin-bottom: 10px;
    }
}

.checkout-title {
    font-size: 20px;
    margin-bottom: 22px;
    margin-top: -12px;
}

.checkout-title .amount::before {
    content: "(";
}

.checkout-title .amount::after {
    content: ")";
}


.verification-img .avatar-upload {
    position: relative;
    max-width: 100%;
    margin: 20px auto;
}

.verification-img .avatar-preview {
    width: 100%;
    height: 300px;
    border-radius: 0;
}

.verification-img .avatar-preview div {
    width: 100%;
    border-radius: 0;
    background-size: 100% 100%;
}


/*========Responsive Table=======*/
@media only screen and (max-width: 991px) {
    .responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
        display: block;
    }
    .responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .responsive-table tr {
        margin: 15px 0;
    }
}
@media only screen and (max-width: 991px) {
    .responsive-table td {
        border: none;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        display: block;
        padding: 10px 0;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        padding: 15px 20px;
    }
    .responsive-table tr:nth-child(odd) {
        background: #171a9b;
    }
    .responsive-table tr:nth-child(even) {
        background: #1970EA;
    }
    .responsive-table td:before {
        top: 0;
        left: 0;
        width: auto;
        display: block;
        white-space: nowrap;
        
        font-weight: 600;
        color: #ffffff;
        font-size: 18px;
    }
    .responsive-table td:before {
        content: attr(data-input);
    }
}
@media (min-width: 992px) {
    .responsive-table {
        width: 100%;
        border: 1px solid #e5e5e5;
        text-align: center;
    }
    .responsive-table tr th {
        padding: 12px 10px;
        line-height: 1.5rem;
        
        font-size: 1rem;
        font-weight: 600;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
    .responsive-table tr th:nth-child(4), .responsive-table tr th:nth-child(5), .responsive-table tr th:nth-child(1) {
        width: 5%;
    }

    .responsive-table tbody td {
        padding: 16px 10px;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
    .responsive-table tbody td:last-child {
        border-right: none;
    }
    .responsive-table tr:last-child td {
        border-bottom: none;
    }
}

/*===============Responsive Tables==============*/

.order-address {
    font-size: 12px;
}

.header-bottom .main-menu li .submenu li.active a{
    background:  #fff3 !important;
}

.pagination li, .pagination li a, .pagination li span, .pagination .page-item.disabled .page-link, .page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 50%;
    margin-right: 5px;
}

.page-link {
    line-height: 1;
}

.main-wrapper{
    overflow: hidden !important;
}
