* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f6f6f6;
    font-family: Raleway-Medium, Helvetica, Arial, serif;
}

@font-face {
    font-family: Raleway-Medium;
    src: url(../fonts/raleway-medium-webfont.ttf);
}

ul {
    list-style: none;
    padding-left: 0;
}

svg {
    stroke-width: 1.5;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

.container-fluid {
    width: 95%;
}

.header-top {
    background: #003f93;
    padding: 2px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.logo img {
    max-width: 215px;
}

.space {
    padding: 30px 0;
}

.new-arrival {
    padding-top: 10px;
}

.offcanvas.offcanvas-start {
    width: 350px;
}

#home_slider .carousel-item img {
    width: 100%;
    /* object-fit: cover; */
    height: 600px;
}

.top-extra-menu {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.top-extra-menu ul {
    margin: 0;
    display: flex;
}

.top-extra-menu ul li {
    padding: 0 8px;
    line-height: 15px;
    border-right: 1px solid #c8c8c8;
}

.top-extra-menu ul li:last-child {
    border-right: unset;
    padding-right: 0;
}

.top-extra-menu ul li a {
    font-size: 11px;
}

.heading {
    display: inline-block;
    padding: 10px 30px;
    font-size: 26px;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: #b5d5ff;
}

.heading-2 {
    display: inline-block;
    padding: 10px 30px;
    font-size: 26px;
    letter-spacing: 5px;
    text-transform: uppercase;
    border: 2px solid #000000;
    background: #ffffff;
}

.title {
    font-size: 26px;
    text-transform: uppercase;
}


.product-card-row {
    /* margin: 0 -10px; */
}

.product-card {
    width: 25%;
    padding: 10px;
    /* max-height: 640px; */
    /* height: 635px; */
}

.product-card-inner {
    padding: 10px;
    border: 1px solid #ddd;
    height: 100%;
    width: 100%;
    background: #fff;
    transition: 0.1s;
}

.product-card-inner:hover {
    box-shadow: 0 0 15px gray;
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-inner .image {
    /* position: relative; */
    width: 100%;
    /* min-height: 480px; */
}

.product-card-inner .image img {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* -webkit-transition: opacity 0.3s; */
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.quick-view {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 2;
    cursor: pointer;
    background: #000000cc;
}

.quick-view a {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
}

.product-card-inner .title {
    padding-top: 5px;
}

.product-card-inner .title a {

}

.product-card-inner .title a h1 {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    height: 32px;
    overflow: hidden;
    transition: 0.3s;
}

.product-card-inner .title a h1:hover {
    color: #ff7966;
}

.product-card-inner .price h2 {
    font-size: 15px;
    color: #f11e00;
    font-weight: 600;
    margin: 0;
}

.product-card-inner .price {
    text-align: right;
}


.comment_section {
    padding: 10px 25px 10px 20px;
    margin-bottom: 10px;
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}

.comment_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.comment_date {
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: .5px;
}

.comment_description {
    font-size: 14px;
    font-style: italic;
}

.fa-stack i {
    color: #ff9e09 !important;
}

#star_rating i {
    color: #ff9e09;
    width: 18px;
}


.login-div {
    padding: 80px 0;
}

.login-div .card-header {
    background-color: #ff7866;
    color: white;
}

.sign-in-btn {
    background: #fff;
    border: 2px solid #ff7866;
    height: 50px;
    font-size: 20px;
    color: #ff7866;
}

.sign-in-btn:hover {
    background-color: #ff7866;
    color: white;
}

.sign-in-btn:active {
    background-color: #ff7866 !important;
    box-shadow: none !important;
    color: white;
}


.dashboard {
    padding: 30px 0;
}

.dashboard-sidebar ul {
    list-style: none;
    margin-top: 10px;
    font-size: 15px;
}

.dashboard-sidebar ul li {
}

.dashboard-sidebar ul li a {
    margin-bottom: 5px;
    text-decoration: none;
}

.logout-btn {
    color: white !important;
    background: #ed0404 !important;
    text-align: center;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

.logout-btn:hover {
    background: #c70404 !important;
}

.dashboard-sidebar ul li a.active {
    font-weight: bold;
    color: #ff614b;
}


.discount {
    line-height: 15px;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 6px 3px;
    border: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    min-width: 37px;
    min-height: 19px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    letter-spacing: normal;
    text-align: center;
    background-color: green;
    color: #fff;
    position: relative;
    margin: 0 0 0 10px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    border-radius: 0 3px 3px 0;
}

.discount:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 50%;
    border: 11px solid transparent;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right-color: green;
}

.search {
    position: relative;
}

.search input {
    border: 1px solid #ddd;
    width: 100%;
    height: 38px;
    border-radius: 50px;
    padding-left: 15px;
    font-size: 14px;
}

.search input:focus {
    outline: 0;
    box-shadow: unset;
    border-color: #003f93;
}

.search button {
    position: absolute;
    top: 10px;
    right: 20px;
    background: unset;
    border: unset;
    line-height: 0;
    color: #666;
}

.info {
    display: flex;
    justify-content: flex-end;
}

.info ul {
    margin: 0;
}

.info ul li {
}

.info ul li i {
    color: #3b3b3b;
}

.info ul li a {
    font-size: 27px;
    color: #3b3b3b;
}

.user_shopping_cart li {
    /* padding: 0 15px; */
    /* text-align: center; */
}

.user_shopping_cart li p {
    margin-bottom: 0;
    font-size: 13px;
}

.user_shopping_cart li svg {
    font-size: 13px;
    height: 30px;
    width: 30px;
}

.menu-bar {padding: 8px 0;position: sticky;top: 0;z-index: 1;background: #fff;box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);}

.menu-bar ul {
    margin-bottom: 0;
}

.menu-bar ul li {
    padding: 0px 25px;
    position: relative;
    cursor: pointer;
}

.menu-bar ul li:first-child {
    padding-left: 0;
}

.menu-bar ul li a {
    font-size: 14px;
    display: inline-block;
    height: 100%;
}

.menu-bar ul li a span.has-arrow:after {
    content: "\e874";
    font-family: 'Linearicons-Free';
    font-size: 14px;
    position: absolute;
    top: 2px;
    right: 8px;
    color: #b9b9b9;
}

.menu-bar ul li:hover > a {
    color: #045dd7;
}

.menu-bar ul li:hover > a > span:after {
    color: #ff7966;
}

.menu-bar ul li:hover > a > span.has-arrow:after {
    content: "\e873";
}

.menu-bar-label {
    position: absolute;
    right: -10px;
    top: -17px;
    background-color: #ffbb49;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: normal;
    margin: 0 0 0 10px;
    line-height: 1em;
    padding: 3px 6px 4px;
    text-transform: capitalize;
    border-radius: 2px;
    text-align: center;
    font-size: 13px;
}

.menu-bar-label:before {
    content: "";
    border: 5px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -5px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    border-top-color: #ffbb49;
}

/*.categories {
    height: 100%;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
}

.categories .card-header {
    background: #efefef;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #5e5e5e;
    font-weight: 500;
    margin-bottom: 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #e9e9e9;
}

.categories .card-body {
    padding: 0;
}

.categories .card-body ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.categories .card-body ul li ul.menu.dropdown-child {
    position: absolute;
    display: none;
    right: -100%;
    top: 0;
    background: #fff;
    border: 1px solid #e9e9e9;
    z-index: 9;
    width: 100%;
}

.categories .card-body ul li a {
    color: #4f4e4e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    font-weight: 500;
}

.categories .category_link {
    position: relative;
}

.categories span {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 15%;
    height: 100%;
    background: transparent;
    text-align: center;
    line-height: 32px;
}

.categories .card-body ul li {
    padding: 0;
    list-style: none;
    margin-bottom: .25em;
    position: relative;

}

.categories .card-body ul li .dropdown-child li a:hover {
    background: #d95892;
    color: #fff;
    transition: 0.3s;
}

.categories .card-body ul li a:hover {
    background: #d95892;
    color: #fff;
    transition: 0.3s;
}

.categories .card-body ul li:hover .category_link {
    background: #d95892;
    color: #fff;
}

.categories .card-body ul li:hover .category_link a {
    color: #fff;
}

.categories .card-body ul li:hover ul.menu.dropdown-child {
    display: block;
    opacity: 1;
}*/

.main-menu {
    position: relative;
}

.main-menu .sub-menu {
    position: absolute;
    display: none;
    background: white;
    border: 1px solid #ddd;
    z-index: 2;
    padding: 15px 50px 50px 10px;
    white-space: nowrap;
}

.main-menu .sub-menu li {
    padding: 0;
    margin-bottom: 5px;
}

.main-menu .sub-menu li a {
    font-size: 12px;
}

ul.main-menu li:hover ul.sub-menu {
    display: block;
}

.banner {
    margin-bottom: 20px;
}

.offer-banner {
}

.offer-banner img {
    width: 100%;
    object-fit: cover;
}

.top-selling {
    margin-top: 50px;
}

.bg-native {
    background: #ddecff;
}

footer {
    color: #fff;
    padding: 50px 0 20px 0 !important;
    background: #eee;
    border-top: 1px solid #ddd;
}

footer .title {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}

footer p {
    font-size: 14px;
    color: #676767;
    margin-bottom: 0;
}


footer ul {
    margin-bottom: 0;
}

footer ul li {
    margin: 2px 0;
}


footer ul li a {
    color: #676767;
    font-size: 14px;
}

footer ul li a:hover {
    color: #ff5313;
}

.newsletter-form {
}

.newsletter-form input {
    background: transparent;
    border: 1px solid #434343;
    color: #717171;
    display: inline-block;
    width: 65%;
    height: 65px;
    border-radius: 1px;
    padding-left: 15px;
}

.newsletter-form input:focus {
    outline: 0;
    background: transparent;
    box-shadow: unset;
    border-color: #434343;
}

.newsletter-form button {
    height: 65px;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #3b3b3b;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 40px;
    box-sizing: border-box;
    outline: none;
    transition: all .3s ease;
}

.newsletter-form button:hover {
    background-color: #ffffff;
    border-color: #3b3b3b;
    color: #3b3b3b;
}

.social_links ul {
    margin-bottom: 0;
}

.social_links ul li {
    text-align: center;
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.social_links ul li .facebook {
    color: #989898;
    font-size: 18px;
    display: inline-block;
    padding: 5px;
}

.social_links ul li .facebook:hover {
    color: #0E8AF0;
}

.social_links ul li .twitter {
    color: #989898;
    font-size: 18px;
    display: inline-block;
    padding: 5px;
}

.social_links ul li .twitter:hover {
    color: #5DA9DD;
}

.social_links ul li .instagram {
    color: #989898;
    font-size: 18px;
    display: inline-block;
    padding: 5px;
}

.social_links ul li .instagram:hover {
    color: #F51F7A;
}

.social_links ul li .youtube {
    color: #989898;
    font-size: 18px;
    display: inline-block;
    padding: 5px;
}

.social_links ul li .youtube:hover {
    color: #FF0000;
}

.copyright {
    padding: 5px 0 !important;
}

.copyright p {
    color: #676767;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}

.copyright a {
    color: #003f93;
}

.show-more {
    text-align: center;
    padding: 40px 0 15px 0;
}

.show-more a {
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 40px;
    border: 2px solid #f97976;
    color: #f97976;
    font-size: 18px;
    transition: 0.3s ease;
    letter-spacing: 2px;
    background: #fff;
}

.show-more a:hover {
    background: #f97976;
    color: #fff;
}

.view-all-btn {
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
    letter-spacing: .6px;
    margin: 5px 0;
}

.view-all-btn:hover {
    text-decoration: underline;
}

.breadcrumb-mod {
    padding-top: 15px;
    padding-bottom: 5px;
}

.breadcrumb-mod p {
    display: inline;
    font-size: 13px;
}

.breadcrumb-mod a {
    font-size: 13px;
    font-weight: 500;
}

.breadcrumb-mod h1 {
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
}

.product-image {
    margin-bottom: 20px;
    width: 85%;
}

.product-image img {
    width: 100%;
    border-radius: 15px;
}

.product-gallery {
    margin-bottom: 15px;
    width: 15%;
    margin-right: 10px;
}

.product-slider-wrapper {
    display: flex;
}

.product-gallery .item-wrapper .slick-list .slick-track {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.product-gallery .item-wrapper .item {
    margin: 0 5px;
    margin-bottom: 10px;
}

.product-gallery .item-wrapper .item img {
    width: 100%;
    border-radius: 10px;
    opacity: 0.5;
    cursor: pointer;
}

.product-title {
    font-size: 20px;
}

.review {
    margin-bottom: 15px;
}

.product-price {
    font-size: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    font-weight: 600;
}

.product-price .old {
    text-decoration: line-through;
    opacity: 0.5;
    font-weight: 500;
    font-size: 20px;
}

.product-price .new {
    color: #f11e00;
}

.attributes {
}

.attributes .item {
    margin-bottom: 20px;
}

.attributes .item .text {
    display: flex;
    align-items: center;
}

.attributes p {
    margin-bottom: 10px;
}

.attributes .images {
    display: flex;
    align-items: center;
}

.attributes .item .images img {
    width: 55px;
    margin-right: 10px;
    border-radius: 2px;
    transition: 0.1s;
    cursor: pointer;
}

.attributes .item span {
    min-width: 40px;
    height: 40px;
    border: 1px solid #d4d3d3;
    padding: 10px;
    display: inline-block;
    line-height: 20px;
    border-radius: 20px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    text-wrap: nowrap;
}

.attributes .item span:hover {
    border: 2px solid #003f93 !important;
}

.qty_text {
    margin-bottom: 10px;
}

.quantity {
    margin-bottom: 10px;
    max-width: 144px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 1px solid #cbcbcb;
    background-color: #fff;
}

.quantity input {
    width: 78px;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-align: center;
    padding: 7px 5px 5px;
    background-color: #fff0;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    line-height: 24px;
}

.quantity input:focus {
    outline: 0;
}

.quantity .minus, .minus-c {
    border-right: 1px solid #cbcbcb;
    width: 32px;
    position: relative;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.quantity .minus:before, .minus-c:before {
    width: 10px;
    height: 2px;
    position: absolute;
    content: "";
    background-color: #7b7b7b;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*.quantity .minus{
    font-size: 35px;
    line-height: 12px;
    width: 100%;
    height: 39px;
    display: inline-block;
    cursor: pointer;
    border-right: 1px solid black;
}*/
.quantity .plus, .plus-c {
    border-left: 1px solid #cbcbcb;
    width: 32px;
    position: relative;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.quantity .plus:before, .plus-c:before {
    width: 10px;
    height: 2px;
    position: absolute;
    content: "";
    background-color: #7b7b7b;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.quantity .plus:after, .plus-c:after {
    height: 10px;
    width: 2px;
    position: absolute;
    content: "";
    background-color: #7b7b7b;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.buy-now-btn {
    background: #ff7966;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 50px;
    border-radius: 25px;
    color: white;
    border: none;
    transition: 0.3s;
}

.buy-now-btn:hover {
    background: #e16e5b;
    color: white;
}

.add-to-cart-btn {
    border: 1px solid #ff7966;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 25px;
    color: #ff7966;
    transition: 0.3s;
    background: #fff;
}

.add-to-cart-btn:hover {
    background: #ff7966;
    color: white;
}

.buy-now-btn-hover {
    background: #003f93;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 50px;
    border-radius: 25px;
    color: white;
    border: none;
    transition: 0.3s;
}

.buy-now-btn-hover:hover {
    background: #045dd7;
    color: white;
}

.add-to-cart-btn-hover {
    border: 1px solid #003f93;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 25px;
    color: #003f93;
    transition: 0.3s;
    background: #fff;
}

.add-to-cart-btn-hover:hover {
    background: #003f93;
    color: white;
}

.out-of-stock {
    border: 1px solid #ff0009;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff0009;
    background: transparent;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 25px;
}

.out-of-stock:hover {
    border-color: #ff0009;
    cursor: not-allowed;
}

.sub-total {
    margin-bottom: 25px;
}

.product-details-section {
    margin: 30px 0;
}

.accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-item:last-of-type {
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    background: #f3f3f3;
    font-weight: bold;
    color: #c62026;
    font-size: 18px;
}

.accordion-button {
    font-weight: bold;
    font-size: 18px;
    transition: color .2s;
    text-transform: uppercase;
}

.accordion-button:focus {
    outline: 0;
    border-color: unset;
    box-shadow: unset;
}

.request-product .nav-tabs {
    border: unset;
    justify-content: center;
}

.request-product .nav-tabs .nav-link {
    border-radius: 3px;
    padding: 15px 30px;
    border: 1px solid #c62026;
    font-size: 20px;
    font-weight: 500;
    color: black;
    margin-right: 10px;
    transition: 0.3s;
}

.request-product .nav-tabs .nav-link:hover {
    background: #c62026;
    color: white;
}

.request-product .nav-tabs .nav-link.active {
    border-radius: 3px;
    padding: 15px 30px;
    background: #c62026;
    border: unset;
    font-size: 20px;
    font-weight: 500;
    color: white;
}

.request-product .tab-content {
    padding: 30px 15px;
}

.request-product .tab-content.body {
    border: 1px solid #ddd;
    padding: 50px 30px;
    border-radius: 3px !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    margin-top: 25px;
}

.header-m {
    display: none;
}

header {
    display: block;
    background: #fff;
}

.delivery_text {
    margin-bottom: 20px;
    font-weight: 600;
    color: #d62828;
    padding: 2px 10px;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-block;
    border: 2px solid black;
    resize: both;
    border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%230037ff' /%3E%3Cstop offset='25%25' stop-color='%230037ff' /%3E%3Cstop offset='50%25' stop-color='%230037ff' /%3E%3Cstop offset='100%25' stop-color='%230037ff' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
}

.attr_checkbox {
    display: none;
}

.attr_checkbox:checked + label .attr_img {
    border: 2px solid #c62026;
}

.attr_checkbox:checked + label span {
    border: 2px solid #f97976 !important;
    padding: 8px !important;
}

.attr_checkbox_hover {
    display: none;
}

.attr_checkbox_hover:checked + label .attr_img {
    border: 2px solid #c62026;
}

.attr_checkbox_hover:checked + label span {
    border: 2px solid #003f93 !important;
    padding: 8px !important;
}

.product-slider-nav .slick-current img {
    opacity: 1 !important;
}

.product-slider-d-nav .slick-current img {
    opacity: 1 !important;
}

.product-slider-q-nav .slick-current img {
    opacity: 1 !important;
}

.product-image-wrapper {
    display: flex;
    /* height: 700px; */
    overflow: hidden;
}

.cart-number {
    color: white;
    font-weight: 600;
}

.cart span {
    position: absolute;
    right: -15px;
    top: -5px;
    background: #f31e00;
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 15px;
    color: white;
    text-align: center;
    border-radius: 50%;
}

.cart-section {
    margin-bottom: 100px;
}

.checkout-breadcrumb {
    padding: 25px 0;
    margin-bottom: 50px;
}


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

.wrapper {
    display: flex;
    justify-content: center;
}

.nav {
    margin-top: 40px;
}

.pull-right {
    float: right;
}

a, a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #045dd7;
}

.arrow-steps .step {
    font-size: 18px;
    text-align: center;
    color: #000;
    cursor: default;
    margin: 0 4px;
    padding: 7px 0;
    min-width: 180px;
    float: left;
    position: relative;
    background-color: #d9e3f7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.arrow-steps .step:first-child:before {
    border: none;
}

.arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
    position: relative;
}

.arrow-steps .step span:before {
    opacity: 0;
    position: absolute;
    top: -2px;
    left: -20px;
}

.arrow-steps .step.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
    color: #fff;
    background-color: #c62026;
}

.arrow-steps .step.current:after {
    border-left: 17px solid #c62026;
}

.continue-btn {
    padding: 10px 35px;
    background: #003f93;
    border: 1px solid #003f93;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
}

.continue-btn:hover {
    background-color: #045dd7 !important;
    border: 1px solid #045dd7 !important;
    color: #fff !important;
}

#cart-table td {
    padding: 1.5rem 0.5rem;
}

#cart-table #inner-table td {
    padding: 0;
}

.shipping-methods .form-check {
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 40px;
    border-radius: 2px;
    background: #ffffff;
    border: 1px solid #ced4da;
    font-size: 15px;
    margin-bottom: 8px;
}

.shipping-methods .form-check-input:checked {
    background-color: #045dd7;
    border-color: #045dd7;
    box-shadow: 0 0 0 0.25rem #045dd733;
}

.form-check-active {
    background: #045dd71f !important;
    border: 1px solid #045dd7 !important;
}

.shipping-methods .small {
    font-size: 12px;
}

.error {
    color: red;
    font-size: 13px;
}

.payment-method-check .form-check {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    border-radius: 2px;
    background: #ffffff;
    border: 1px solid #ced4da;
    font-size: 15px;
    margin-bottom: 8px;
}

.payment-method-check .form-check-input:checked {
    background-color: #045dd7;
    border-color: #045dd7;
    box-shadow: 0 0 0 0.25rem #045dd733;
}

.loader {
    text-align: center !important;
}

.loader img {
    width: 130px;
    height: 130px;
    max-width: 100%;
    margin-bottom: 33px;
}

.loader2 {
    text-align: center !important;
}

.loader2 img {
    width: 130px;
    height: 130px;
    max-width: 100%;
    margin-bottom: 33px;
}

.loader3 {
    text-align: center !important;
}

.loader3 img {
    width: 130px;
    height: 130px;
    max-width: 100%;
    margin-bottom: 33px;
}

.loader4 {
    text-align: center !important;
}

.loader4 img {
    width: 130px;
    height: 130px;
    max-width: 100%;
    margin-bottom: 33px;
}

.cart-loader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cart-loader img {
    max-width: 100%;
    width: 150px;
}

.search-loader {
    display: none;
    position: absolute;
    z-index: 5;
    width: calc(100% - 25px);
    background: white;
    padding: 15px 25px;
}

.search-loader p {
    margin-bottom: 0;
    font-weight: 600;
}

.search-result-close {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    color: red;
    width: 25px;
    height: 25px;
}


.search-results {
    background: #fff;
    border: 1px solid #ffd8da;
    border-radius: 5px;
    height: 350px;
    position: absolute;
    width: 100%;
    z-index: 5;
    overflow-y: scroll;
}

.search-results .title {
    height: 45px;
    background: #f0eeee;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px;
}

.search-results ul {
    padding: 10px 15px;
    list-style: none;
    margin-bottom: 0;
}

.search-results ul li {
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 0;
}

.search-results ul li a {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}

.search-results ul li a .sub-text {
    color: #cacaca;
}

.search_thumb {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 3px;
}

.search-results .price h2 {
    display: inline-block;
    font-size: 20px;
    color: #c62026;
    font-weight: 700;
    margin: 0;
}

.offcanvas-title {
    color: #ff7866;
    font-size: 16px;
}

.offcanvas-header {
    border-bottom: 1px solid #00000012;
    padding: 10px 15px;
}

.offcanvas-body {
    padding: 5px 15px;
}

.new_price {

}

.old_price {
    color: #333 !important;
    font-weight: unset !important;
    text-decoration: line-through;
}

.add_to_cart_btn {
    border: 1px solid #003f93;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    color: #003f93;
    transition: 0.3s;
}

.add_to_cart_btn:hover {
    background: #003f93;
    color: white;
}

.buy_now_btn {
    background: #003f93;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    color: white;
    transition: 0.3s;
}

.buy_now_btn:hover {
    background: #045dd7;
    color: white;
}

.form-label {
    font-size: 14px;
}

.review_submit_button {
    border: 1px solid #f97976;
    height: 40px;
    width: 100%;
    text-transform: uppercase;
}

.review_submit_button:hover {
    background-color: #f97976 !important;
    color: #fff !important;
}

.info-div {
    width: 50%;
    float: left;
}

.address-bar {
    border-top: 2px solid #adacac;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #adacac;
}

.payment-using-section {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.payment-using-section img {
    width: 25%;
}

.footer-logo {
    width: 75%;
}

/*.shipping-methods .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem #dc354533;
}*/
/*media query*/
@media (max-width: 575.98px) {
    .payment-using-section img {
        width: 70%;
    }

    .info-div {
        width: 100%;
        float: none;
    }

    .info-div:first-child {
        margin-bottom: 20px;
    }

    .search-results {
        margin-top: 5px;
        height: 450px;
    }

    .product-title {
        font-size: 20px;
        margin-top: 8px;
    }

    .product-image {
        margin-bottom: 5px;
        width: 100%;
    }

    .checkout-breadcrumb {
        margin-bottom: 15px;
    }

    .arrow-steps .step {
        min-width: 108px;
        padding: 0;
        font-size: 12px;
    }

    .arrow-steps .step:after,
    .arrow-steps .step:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 17px solid #d9e3f7;
    }

    .arrow-steps .step:before {
        right: auto;
        left: 0;
        border-left: 17px solid #fff;
        z-index: 0;
    }

    .arrow-steps .step:last-child:after {
        border: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .arrow-steps .step:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .arrow-steps .step:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .arrow-steps .step:nth-child(2) {
        padding-left: 15px;
    }

    .title {
        font-size: 24px;
    }

    .top-selling {
        margin-top: 15px;
        padding-top: 0;
    }

    #home_slider .carousel-item img {
        height: 150px;
    }

    header {
        display: none;
    }

    .header-m {
        display: block;
    }

    .header-left {
        width: 22%;
        padding: 8px 10px;
    }

    .header-left .menu svg {
        margin-right: 3px;
    }

    .header-left .search svg {
    }

    .header-right .user svg {
        margin-right: 3px;
    }

    .header-right .cart svg {
    }

    .header-m .row {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .header-middle {
        width: 56%;
    }

    .header-middle img {
        width: 100%;
    }

    .header-right {
        width: 22%;
        padding: 8px 10px;
        text-align: right;
    }

    .menu-bar ul li a {
        font-size: 12px;
    }

    .menu-bar-label {
        display: none;
    }

    .menu-bar ul li {
        margin: 0 8px;
    }

    .menu-bar {
        display: none;
    }

    .menu-bar ul {
        width: max-content;
    }

    .container-fluid {
        /* width: calc(100% - 6px); */
    }

    .product-card-row {
        /* margin: 0 -15px; */
    }

    .product-card {
        width: 50%;
        padding: 3px;
        /* max-height: 310px; */
        /* height: 300px; */
    }

    .product-card-inner {
        padding: 0px;
    }

    .product-card-inner .image {
        /* min-height: 180px; */
    }

    .show-more {
        padding: 10px 0 0 0;
    }

    footer .title {
        font-size: 14px;
    }

    .newsletter-form input {
        width: 55%;
    }

    footer {
        padding: 5px 0 !important;
    }

    .copyright {
        padding: 5px 0 !important;
    }

    .cart span {
        right: 9px;
        top: 3px;
        font-size: 13px;
        line-height: 15px;
    }

    .quick-view {
        display: none;
    }

    .search-result-close {
        right: 0;
        top: 0;
    }

    .product-card-inner .title a h1 {
        font-size: 12px;
        height: 28px;
        padding-left: 3px;
        margin-bottom: 0;
    }

    .product-card-inner .price h2 {
        font-size: 13px;
        padding-right: 3px;
    }

    .heading {
        margin: 15px 0 20px 0;
        padding: 5px 10px;
        font-size: 18px;
        letter-spacing: 3px;
    }

    .heading-2 {
        margin: 15px 0 20px 0;
        padding: 5px 10px;
        font-size: 18px;
        letter-spacing: 3px;
    }

    .view-all-btn {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .add_to_cart_btn {
        font-size: 10px;
        padding: 5px 10px;
    }

    .buy_now_btn {
        font-size: 10px;
        padding: 5px 10px;
    }

    .show-more a {
        padding: 5px 15px;
        font-size: 12px;
        border: 1px solid #f97976;
        letter-spacing: 1px;
    }

    footer p {
        font-size: 12px;
    }

    footer ul li {
        margin: 0;
        line-height: 15px;
    }

    footer ul li a {
        font-size: 12px;
    }

    .social_links ul li {
        margin-right: 0;
    }

    .copyright p {
        font-size: 12px;
    }

    .footer-logo {
        width: 55%;
    }

    .loader img {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
    }

    .loader h5 {
        font-size: 15px;
        margin: 0;
    }

    .loader2 img {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
    }

    .loader2 h5 {
        font-size: 15px;
        margin: 0;
    }

    .loader3 img {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
    }

    .loader3 h5 {
        font-size: 15px;
        margin: 0;
    }

    .loader4 img {
        width: 50px;
        height: 50px;
    }

    .loader4 h5 {
        font-size: 15px;
        margin: 0;
    }

    .product-gallery {
        width: 100%;
        margin: 0;
    }

    .product-image-wrapper {
        display: flex;
        overflow: unset;
        flex-direction: column-reverse;
    }

    .product-gallery .item-wrapper .slick-list .slick-track {
        flex-direction: row;
    }

    #cart-table table {
        font-size: 12px;
    }

    #cart-table table h6 {
        font-size: 12px;
    }

    #cart-table table img {
        width: 35px !important;
    }

    .quantity {
        max-width: 65px;
    }

    .quantity input {
        width: 25px;
        padding: 0;
        height: 20px;
    }

    .quantity input:focus {
        outline: 0;
    }

    .quantity .minus, .minus-c {
        width: 20px;
        height: 25px;
    }

    .quantity .minus:before, .minus-c:before {
        width: 6px;
    }

    .quantity .plus, .plus-c {
        width: 20px;
        height: 25px;
    }

    .quantity .plus:before, .plus-c:before {
        width: 6px;
    }

    .quantity .plus:after, .plus-c:after {
        height: 6px;

    }

    .shipping-methods .form-check {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .payment-method-check .form-check {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .mobile-img-category {
        padding: 0;
        overflow-y: scroll;
        display: flex;
        margin: 10px 0;
    }

    .mobile-img-category div {
        text-align: center;
        margin-right: 10px;
    }

    .mobile-img-category img {
        width: 60px;
    }

    .mobile-img-category p {
        margin: 0;
        font-size: 11px;
        font-weight: 600;
    }
}
