*,
body {
    font-family: Roboto, sans-serif;
}

*,
ul {
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
}

body {
    background: #fff;
}

img {
    max-width: 100%;
    transition: .5s;
}

ul {
    list-style: none;
}

a,
a:active,
a:focus,
a:link,
a:visited {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
}

@media (min-width:1700px) {
    .container {
        max-width: 1830px;
    }
}

@media (max-width:1441px) {

    .container,
    .shopify-policy__container {
        max-width: 1441px;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.logo-search-section {
    background: #000;
}

.footer-top-section .row,
.logo-search-section .row,
.product-detail-page .align-center {
    align-items: center;
}

.logo-search-section .logo {
    background: #000;
    text-align: left;
    padding: 8px;
}

.logo-search-section .logo img {
    max-width: 100%;
    height: 80px;
}

.logo-search-section .search-box {
    display: flex;
    background-color: #fff;
    height: 55px;
    border-radius: 5px;
    box-shadow: 0 0 35px rgb(0 0 0 / 5%);
    border: 1px solid #ddd;
    padding-right: 0;
}

.cart-page .cart-box .total-table table,
.logo-search-section .search-box .row,
.product-detail-page .product-info,
.product-section2 .ads-image img {
    width: 100%
}

.logo-search-section .search-box .right {
    padding-right: 0;
}

.logo-search-section .search-box .search-1,
.logo-search-section .search-box .search-2 {
    position: relative;
    width: 100%
}

.logo-search-section .search-box .search-1 input {
    height: 45px;
    border: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 2px solid #eee;
}

.logo-search-section .search-box .search-1 input:focus,
.logo-search-section .search-box .search-2 select:focus {
    border-color: none;
    box-shadow: none;
    outline: 0;
}

.logo-search-section .search-box .search-2 .feather {
    width: 20px;
    color: #000;
}

.logo-search-section .search-box ::placeholder {
    color: #022335c4;
    opacity: 1;
}

.logo-search-section .search-box .search-2 select {
    height: 45px;
    border: none;
    width: 100%;
    padding-left: 18px;
    padding-right: 58px;
}

.logo-search-section .search-box .search-2 button {
    position: absolute;
    right: -4px;
    top: 3px;
    border: none;
    height: 40px;
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    color: #222;
    width: 60px;
    border-radius: 4px;
}

@media (max-width:800px) {
    .logo-search-section .search-box .search-1 input {
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .logo-search-section .search-box .search-2 input {
        padding-left: 34px;
    }

    .logo-search-section .search-box .search-2 button {
        height: 37px;
        top: 5px;
    }
}

.cart-page .cart-box table td.text-right,
.cart-page .login-tab .text-right,
.logo-search-section .right-box,
.product-page-section .price-range .row .right {
    text-align: right;
}

.banner-section .category ul,
.logo-search-section .right-box ul,
.product-detail-page .detail-feature ul {
    margin: 0;
    padding: 0;
}

.logo-search-section .right-box ul li {
    display: inline-block;
    margin-right: 30px;
}

.logo-search-section .right-box ul li:last-child {
    margin-right: 0;
}

.logo-search-section .right-box ul li a {
    color: #fbefbd;
    font-size: 15px;
    text-transform: uppercase;
    transition: .5s;
}

.logo-search-section .right-box ul li a .feather,
.logo-search-section .right-box ul li a:hover {
    color: #fff;
}

.logo-search-section .right-box ul li a span {
    font-weight: 500;
}

.logo-search-section .right-box ul li .feather {
    width: 22px;
    margin-right: 3px;
    position: relative;
    top: -2px;
}

.menu-section {
    box-shadow: 0 2px 11px #0000001a;
    background: #fbefbd;
    position: relative;
    border-bottom: 1px solid #bf922c;
}

.banner-slick .content .col-md-2,
.menu-section .navbar {
    padding: 0;
}

.menu-section .nav-link {
    text-transform: uppercase;
    padding: 15px 20px !important;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .5s;
}

.menu-section .nav-link.active,
.menu-section .nav-link.active:hover,
.menu-section .nav-link:hover {
    background: #000;
    color: #fff !important;
}

.menu-section .nav-item .dropdown {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px #3333334d;
    -moz-box-shadow: 0 3px 5px #3333334d;
    box-shadow: 0 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(.2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    left: 0;
    margin: 0;
}

.menu-section .nav-item .dropdown li:hover .dropdown.sub-dropdown,
.menu-section .nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-section .nav-item .dropdown li {
    float: none;
    margin: 0;
}

.menu-section .nav-item .dropdown li a {
    padding: 8px 2px;
    color: #000;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: 0 0;
}

.menu-section .nav-item .dropdown li a:before,
.product-detail-page .img-container:hover span,
.shop.checkout .single-widget .checkbox label input {
    display: none;
}

.menu-section .nav-item .dropdown li:last-child a {
    border-bottom: 0;
}

.menu-section .nav-item .dropdown li a:hover {
    border-color: transparent;
}

.menu-section .nav-item .dropdown li i {
    float: right;
    margin-top: 8px;
    font-size: 10px;
    z-index: 5;
}

.menu-section .nav-item .dropdown.sub-dropdown {
    background: #fff;
    width: 220px;
    position: absolute;
    left: 186px;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(.2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
}

.menu-section .nav-item .dropdown.sub-dropdown li a {
    padding: 8px 15px;
    color: #666;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: 0 0;
}

.menu-section .nav-item .dropdown li:hover .dropdown.sub-dropdown li a {
    background: 0 0;
}

.menu-section .nav-item .dropdown.sub-dropdown li:last-child a {
    border-bottom: 0 solid;
}

.menu-section .nav-megamenu-columns a.megamenu-columns-heading {
    font-size: 18px;
    font-weight: 600 !important;
    color: #000 !important;
    border-bottom: 2px solid #bf922c !important;
    width: fit-content;
    padding: 0 !important;
    margin-bottom: 8px;
}

.menu-section .nav-megamenu-columns .dropdown li:hover li a {
    color: #fff;
    background: #000;
}

.menu-section .d-flex a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

.menu-section .d-flex a .feather {
    width: 20px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.menu-section .d-flex a span {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 5px;
}

.menu-section:before {
    content: '';
    width: 400px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    background: #bf922c;
    z-index: -1;
}

.banner-section .category,
.banner-slick .content {
    background-color: #fff;
    box-shadow: 0 2px 11px #0000001a;
}

.menu-section:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 38px solid transparent;
    position: absolute;
    right: 400px;
    top: 0;
    border-bottom: 55px solid #bf922c;
}

.main-banner-section {
    position: relative;
}

.main-banner-section .owl-nav {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.main-banner-section .owl-nav button {
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%) !important;
    font-size: 30px !important;
    height: 36px;
}

.main-banner-section .owl-nav button span {
    padding: 15px 20px;
    position: relative;
    top: -6px;
}

.banner-section,
.product-page-section {
    padding-top: 20px;
    padding-bottom: 30px;
    background: #f5f5f5;
}

.banner-section .category {
    padding: 20px 20px 17px;
    border-radius: 10px;
}

.banner-section .category ul li {
    list-style: none;
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 2.5px 0;
    border: 1px solid #fff;
    border-radius: 6px;
}

.banner-section .category ul li:hover {
    border: 1px solid;
}

.banner-section .category ul li a {
    display: block;
    border: 1px solid #bf922c;
    padding: 8px 2px 5px;
    border-radius: 6px;
}

.banner-section .category ul li:hover a,
.login-page .box a,
.login-page .register-test a {
    color: #000;
}

.banner-section .category ul li .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.banner-section .category ul li p {
    margin-bottom: 0;
    font-size: 15px;
    margin-top: 6px;
}

.banner-section .category .title {
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 2px solid;
}

.banner-section .category .title span,
.banner-slick .content .heading span,
.cart-page .header span {
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    padding: 10px 20px 7px;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    letter-spacing: .02em;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
}

.banner-bottom-section .row,
.banner-slick,
.banner-slick .content .row,
.contact-us .form .button,
.shop.checkout .form .address input:last-child,
.shop.checkout .form .create-account,
.shop.checkout .single-widget:last-child {
    margin: 0;
}

.banner-slick .content {
    padding: 20px;
    position: relative;
    border-radius: 10px;
}

.banner-slick .content .heading {
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 2px solid;
}

.banner-slick .content .col-md-10,
.banner-slick .data .col-md-5 {
    padding-left: 0;
}

.banner-slick .slick-list.draggable {
    padding: 0 !important;
}

.banner-slick .slider-nav .image {
    text-align: center;
    cursor: pointer;
}

.banner-slick .slider-nav img {
    margin: 5px 0;
    width: 98px;
    height: 98px;
    object-fit: cover;
    border: 1px solid #bf922c;
    padding: 8px;
}

.image.slick-slide.slick-current.slick-active.slick-center img {
    border-color: #000;
}

.banner-slick .data .row {
    align-items: center;
    padding: 0;
}

.banner-slick .data .image {
    position: relative;
}

.banner-slick .data .image img {
    height: 312px
}

.banner-slick .data .image p.discount {
    margin-bottom: 0;
    position: absolute;
    top: 8px;
    right: 8px;
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    color: #000;
    padding: 6px 18px 3px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
}

.banner-slick .data a.title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.banner-slick .data p {
    color: #666;
    font-size: 15px;
}

.banner-slick .data .image p.discount span {
    font-size: 14px;
}

.banner-slick .data .rating {
    margin-bottom: 10px;
}

.banner-slick .data .rating .feather {
    width: 19px;
    color: #777777bf;
    margin-right: 3px;
}

.banner-slick .data .price {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.banner-slick .data .price del {
    font-size: 16px;
    color: #777;
    font-weight: 400;
}

.banner-slick .data .btn-box,
.product-page-section .category-box ul {
    padding: 0;
    margin: 0;
}

.banner-slick .data .btn-box a,
.banner-slick .data .btn-box button {
    background: #fff;
    border: 1px solid #ddd;
    color: #444;
    padding: 10px 15px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: .5px;
}

.banner-slick .slick-next,
.banner-slick .slick-prev {
    top: -45px;
    background: #000;
    width: 36px;
    height: 35px;
    border-radius: 4px;
    line-height: 45px;
    position: absolute;
    text-align: center;
}

.banner-slick .data .btn-box a .feather,
.banner-slick .data .btn-box button .feather {
    width: 18px;
}

.banner-slick .data .btn-box .btn1,
.product-section .heading .view-all a:hover,
.product-section2 .heading .view-all a:hover {
    background: #000;
    color: #fff;
}

.banner-slick .data .btn-box a.btn2,
.banner-slick .data .btn-box button.btn2,
.banner-slick .slick-arrow:hover,
.product-section .box .left-box .button-group .btn-button {
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    color: #000;
}

.banner-slick .slick-arrow:hover:before {
    color: #000 !important;
}

.banner-slick .data .btn-box .btn1 .feather {
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.banner-slick .data .btn-box a.btn2,
.banner-slick .data .btn-box button.btn2 {
    color: #000;
}

.banner-slick .slick-next {
    right: -12px;
}

.banner-slick .slick-prev {
    left: 90.5%
}

.banner-slick .slick-arrow {
    transition: .5s;
}

.banner-bottom-section ul {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 22px 0 15px;
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 11px #0000001a;
}

.banner-bottom-section ul li {
    float: left;
    padding: 0 15px;
    text-align: center;
    width: 25%;
    position: relative;
}

.banner-bottom-section ul li:before {
    background: #ddd;
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
}

.banner-bottom-section ul li:last-child:before {
    content: none;
}

.banner-bottom-section ul li .item-inner,
.breadcrumbs .bread-list,
.footer-section .bottom li {
    display: inline-block;
}

.banner-bottom-section ul li .item-inner .icon {
    background: url(../images/promotion.png) center center no-repeat;
    width: 50px;
    height: 48px;
    float: left;
    margin-right: 10px;
}

.banner-bottom-section ul li .item-inner .icon.icon1 {
    background-position: -30px -23px;
}

.banner-bottom-section ul li .item-inner .icon.icon2 {
    background-position: -125px -23px;
}

.banner-bottom-section ul li .item-inner .icon.icon3 {
    background-position: -210px -23px;
}

.banner-bottom-section ul li .item-inner .icon.icon4 {
    background-position: -301px -23px;
}

.banner-bottom-section ul li .item-inner .icon.icon5 {
    background-position: -394px -23px;
}

.banner-bottom-section ul li .item-inner .content {
    float: left;
    text-align: left;
    margin-top: 3px;
}

.banner-bottom-section ul li .item-inner .content a {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

.banner-bottom-section ul li .item-inner .content p {
    line-height: 100%;
    margin: 5px 0 0;
    text-transform: capitalize;
    font-size: 15px;
    color: #555;
}

.ads2-imgae,
.deal-section,
.product-section,
.product-section2,
.shop.checkout .single-widget .content ul {
    margin-top: 30px;
}

.product-section .heading,
.product-section2 .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 98%;
    margin-left: 1%;
    padding: 0;
    margin-bottom: 20px;
}

.product-section .heading .title,
.product-section2 .heading .title {
    display: inline-block;
    position: relative;
    margin-top: 0;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.product-section .heading .title a,
.product-section2 .heading .title a {
    font-size: 20px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}

.product-section .heading .view-all a,
.product-section2 .heading .view-all a {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 11px 20px 8px;
    border-radius: 40px;
    transition: .2s;
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    color: #000;
    text-transform: uppercase;
}

.product-section .heading .view-all a .feather,
.product-section2 .heading .view-all a .feather {
    width: 15px;
    margin-right: 6px;
}

.product-section .col-md-3 {
    width: 20%
}

.product-section .box {
    transition: .5s;
    background: #fff;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #bf922c;
}

.product-section .box .left-box {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 200px;
}

.product-section .box .left-box .product-image-container img {
    height: 200px;
}

.product-section .box .left-box .label-sale {
    text-align: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    z-index: 2;
    padding: 0;
    margin-bottom: 5px;
}

.product-section .box .left-box .button-group {
    padding: 0;
    position: absolute;
    z-index: 99;
    left: 10px;
    transform: translateY(50%);
    bottom: 50%
}

.product-section .box .left-box .button-group .btn-button {
    border: none;
    display: block;
    margin-top: 5px;
    padding: 0;
    border-radius: 3px;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transform: all .3s ease 0s;
    position: relative;
    transition: .3s ease-in-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -moz-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}

.product-section .box .left-box .button-group .btn-button.addToCart {
    transition-delay: 0.1s;
}

.product-section .box .left-box .button-group .btn-button .fa {
    font-size: 12px;
    color: #000;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.product-section .box:hover .left-box .button-group .btn-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.product-section .box .left-box .button-group .btn-button:hover {
    background-color: #000;
    width: auto;
    transition: .5s ease-in-out;
}

.product-section .box .right-box {
    clear: both;
    padding: 12px 12px 6px;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.hot-deal-section .box .right-box h4,
.product-section .box .right-box h4 {
    margin: 0;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}

.product-section .box .right-box h4 a {
    font-size: 16px;
    color: #222;
}

.hot-deal-section .box .right-box span.fa-stack,
.product-section .box .right-box span.fa-stack,
.product-section2 .box span.fa-stack {
    width: 14px;
    height: 11px;
    line-height: 10px;
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.hot-deal-section .box .right-box span.fa-stack .fa-stack-2x,
.product-section .box .right-box span.fa-stack .fa-stack-2x {
    font-size: 11px;
}

.product-section .box .right-box .price {
    margin: 0 0 10px;
    line-height: 24px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.product-section .box .right-box .price .price-new {
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

.hot-deal-section .box .right-box .price .price-old,
.product-section .box .right-box .price .price-old {
    padding: 0;
    line-height: 20px;
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.ads3-imgae {
    margin-top: 20px;
    margin-bottom: 40px;
}

.product-section2 .box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    width: 100%;
    transition: .5s;
}

.product-section2 .box .image {
    width: 109px;
    height: 109px;
    float: left;
    position: relative;
    overflow: hidden;
}

.product-section2 .box .image img {
    width: 109px;
    height: 109px;
    object-fit: cover;
}

.product-section2 .box .item-info {
    margin-top: 0;
    margin-left: 15px;
}

.product-section2 .box .item-info .item-title {
    line-height: 100%;
    margin-bottom: 7px;
    padding: 0;
}

.product-section2 .box .item-info .item-title a {
    font-size: 17px;
    color: #222;
    text-transform: capitalize;
    display: block;
}

.product-section2 span.fa-stack .fa-star.fa-stack-2x {
    position: relative;
    z-index: 1;
    font-size: 11px;
}

.product-section2 .price {
    margin: 0;
    line-height: 24px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.product-section2 span.fa-stack .fa-star.fa-stack-2x:before {
    content: "\f005";
    color: #000;
}

.product-section2 .col-md-4:nth-child(2) .box,
.product-section2 .col-md-4:nth-child(3) .box {
    border-left: 0;
}

.product-section2 .col-md-4:nth-child(10) .box,
.product-section2 .col-md-4:nth-child(4) .box,
.product-section2 .col-md-4:nth-child(7) .box {
    border-top: 0;
}

.product-section2 .col-md-4:nth-child(11) .box,
.product-section2 .col-md-4:nth-child(12) .box,
.product-section2 .col-md-4:nth-child(5) .box,
.product-section2 .col-md-4:nth-child(6) .box,
.product-section2 .col-md-4:nth-child(8) .box,
.product-section2 .col-md-4:nth-child(9) .box {
    border-top: 0;
    border-left: 0;
}

.brand-section {
    margin-top: 30px;
    margin-bottom: 40px;
}

.brand-section .heading,
.deal-section .heading {
    position: relative;
    border-bottom: 3px solid;
    border-color: #bf922c;
    font-size: 100%;
    padding: 0;
    margin: 0 0 20px 1%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 98%
}

.brand-section .heading:before,
.deal-section .heading:before {
    content: "";
    border: 1px solid #ddd;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 3px;
    border-bottom: 0;
}

.brand-section .heading .title,
.deal-section .heading .title {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    line-height: 50px;
    padding: 0 18px;
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
}

.brand-section .heading .title:before,
.deal-section .heading .title:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #bf922c;
    right: -20px;
    border-right: 20px solid transparent;
}

.brand-section .heading .title a,
.deal-section .heading .title a {
    color: #000;
    font-size: 17px;
    text-align: left;
    padding: 17px 30px 17px 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    word-spacing: 3px;
}

.brand-section .heading .view-all a,
.deal-section .heading .view-all a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    z-index: 11;
    height: 50px;
    display: inline-block;
    line-height: 52px;
    padding: 0 15px;
}

.brand-section .heading .view-all a .feather,
.deal-section .heading .view-all a .feather {
    width: 18px;
    margin-right: 5px;
}

.brand-section a.box {
    display: block;
    border: 1px solid #bf922c;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}

.brand-section a.box p {
    margin-bottom: 0;
    color: #000;
    background: #fbefbd;
    padding: 8px 4px;
    font-size: 18px;
    font-weight: 600;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.deal-section .box {
    border: 1px solid #bf922c;
    border-radius: 6px;
    overflow: hidden;
    background: #fbefbd;
    margin-bottom: 20px;
}

.deal-section .box .image {
    height: 260px;
    overflow: hidden;
}

.deal-section .box .image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.deal-section .box .data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.deal-section .box .data h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.deal-section .box p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: red;
}

.deal-section .box .link a {
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    color: #000;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #bf922c;
}

.hot-deal-section {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.hot-deal-section .box:hover,
.hot-deal-section .hot-deal-row {
    border: 1px solid #000;
}

.hot-deal-section .hot-deal-row .heading {
    background: #000;
    margin-bottom: 20px;
}

.hot-deal-section .hot-deal-row .heading h2 {
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    color: #000;
    font-size: 17px;
    text-align: left;
    padding: 17px 50px 17px 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    word-spacing: 3px;
    width: fit-content;
    border-bottom-right-radius: 100px;
}

.hot-deal-section .owl-carousel {
    padding: 0 20px;
}

.hot-deal-section .box {
    display: flex;
    align-items: center;
    transition: .5s;
    background: #fff;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #bf922c;
}

.hot-deal-section .left-box {
    position: relative;
    text-align: center;
    width: 30%
}

.hot-deal-section .left-box .product-image-container a {
    display: block;
    width: 100%
}

.hot-deal-section .left-box .product-image-container img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.hot-deal-section .box .left-box .label-sale {
    text-align: center;
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    border-radius: 50%;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    z-index: 2;
    padding: 0;
    margin-bottom: 5px;
}

.hot-deal-section .box .right-box {
    clear: both;
    padding: 5px 8px 5px 12px;
    text-align: left;
    width: 70%;
    position: relative;
    background-color: #fff;
}

.hot-deal-section .box .right-box h4 a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.hot-deal-section .box .right-box .price {
    margin: 0 0 10px;
    line-height: 24px;
    color: #fd6506;
    font-size: 16px;
    font-weight: 600;
}

.hot-deal-section .box .right-box .price .price-new {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.hot-deal-section .box .right-box .button-group .cart-btn {
    color: #000;
    border: 1px solid #bf922c;
    padding: 8px 15px;
    border-radius: 2px;
    font-size: 14px;
}

.hot-deal-section .box .right-box .button-group .cart-btn i {
    margin-right: 6px;
}

.hot-deal-section .box .right-box .button-group .wishlist-btn {
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    color: #000;
    padding: 10px 15px 5px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 6px;
    border-radius: 2px;
}

.hot-deal-section .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
}

.hot-deal-section .owl-nav button {
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%) !important;
    font-size: 30px !important;
    height: 36px;
}

.hot-deal-section .owl-nav button span {
    padding: 15px 20px;
    position: relative;
    top: -6px;
}

.footer-top-section {
    background: #000;
    padding: 30px 0;
}

.footer-top-section h4 {
    color: #fff;
    font-size: 16px;
}

.footer-top-section p {
    color: #bbb8b8;
    font-size: 14px;
}

.cart-page .cart-box .display-flex,
.footer-top-section .form-inline,
.product-detail-page .display-flex {
    display: flex;
}

.footer-top-section .form-control {
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 15px;
}

.footer-top-section .btn {
    margin-left: 30px;
    border-color: #fff;
    color: #fff;
    margin-right: 50px;
    padding: 12px 26px;
}

.footer-top-section .logo {
    width: 220px;
}

.footer-section {
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    color: #000;
    padding: 40px 0;
}

.footer-section h2.title {
    font-size: 16px;
    color: #000;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.footer-section li a {
    color: #000;
    display: block;
    padding: 2px 0;
    margin: 2px 0;
    font-size: 15px;
    transition: .5s;
}

.footer-section li a:hover {
    color: #000;
    margin-left: 4px;
}

.footer-section li a .feather {
    width: 16px;
    margin-right: 10px;
}

.footer-section .bottom {
    margin-top: 40px;
}

.footer-section .bottom li img {
    width: 40px;
    margin-right: 10px;
}

.footer-bottom-section {
    background: #000;
    border-top: 1px solid #ffffff2e;
    color: #bbb8b8;
    text-align: center;
    padding: 20px 0;
}

.contact-us .single-info ul li:last-child,
.footer-bottom-section p,
.shop.checkout .single-widget .checkbox label:last-child {
    margin-bottom: 0;
}

.footer-bottom-section a {
    color: #fbefbd;
}

.breadcrumbs {
    background-color: #f6f7fb;
    position: relative;
    padding: 30px 0;
}

.breadcrumbs .bread-inner {
    z-index: 22;
    text-align: left;
}

.breadcrumbs ul li {
    display: inline-block;
    position: relative;
}

.breadcrumbs ul li i {
    margin: 0 10px;
    font-size: 9px;
    font-weight: 600;
    color: #333;
}

.breadcrumbs ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.breadcrumbs ul li.active a {
    color: #333;
    display: inline-block;
}

.breadcrumbs ul li a:hover {
    color: #f7941d;
}

.cart-page,
.product-detail-page {
    padding: 40px 0;
    background: #f5f5f5;
}

.cart-page .cart-box .table,
.cart-page .login-tab {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 2px 11px #0000001a;
}

.cart-page .header {
    color: #fff;
    border-bottom: 2px solid;
}

.cart-page .login-tab .nav-link {
    color: #222;
    text-transform: uppercase;
    background: #d0e3ff;
    margin-right: 8px;
    font-size: 13px;
    padding: 8px 15px;
    border-radius: 5px;
}

.cart-page .login-tab .nav-link .feather {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.cart-page .login-tab .nav-link.active {
    color: #fff;
    background: #0d6efd;
}

.cart-page .login-tab .form-group,
.shop.checkout .form .address input {
    margin-bottom: 15px;
}

.cart-page .login-tab .form-control {
    padding: 12px 15px;
}

.cart-page .login-tab .login {
    text-align: center;
    margin: 15px 0;
}

.cart-page .login-tab .login .btn {
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 25px 8px;
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    color: #000;
    border-color: #bf922c;
    font-weight: 600;
    border-radius: 5px;
}

.cart-page .login-tab .login .feather {
    width: 16px;
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.cart-page .facebook-google,
.cart-page .login-tab .or {
    text-align: center;
    margin-top: 20px;
}

.cart-page .login-tab .or p {
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.cart-page .login-tab .or p:before {
    content: '';
    background: #777;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 14px;
    opacity: .3;
    z-index: -1;
}

.cart-page .login-tab .or span {
    background: #f0f0f0;
    padding: 0 10px;
}

.cart-page .facebook-google a.facebook,
.cart-page .facebook-google a.google {
    padding: 10px 12px;
    display: inline-block;
    color: #fff;
    overflow: hidden;
    text-transform: uppercase;
}

.cart-page .login-tab .or h4 {
    font-size: 20px;
}

.cart-page .facebook-google a.facebook {
    background: #4761a4;
}

.cart-page .facebook-google a span {
    border-left: 1px solid #ffffff85;
    padding: 20px 0 20px 8px;
    margin-left: 6px;
    font-size: 13px;
}

.cart-page .facebook-google a .feather {
    width: 16px;
}

.cart-page .facebook-google a.google {
    background: #e04a31;
    margin-left: 8px;
}

.cart-page .cart-box .total-table {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 2px 11px #0000001a;
    border-radius: 5px;
    margin-top: 15px;
    font-weight: 700;
}

.cart-page .cart-box .total-table tr {
    border-bottom: 1px solid #ddd;
}

.cart-page .cart-box .total-table .cart-btn {
    text-align: right;
    margin-top: 15px;
}

.cart-page .cart-box .total-table .cart-btn a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 25px 8px;
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    color: #000;
    border-color: #bf922c;
    font-weight: 600;
    border-radius: 5px;
}

.cart-page .cart-box .total-table .cart-btn a.shopping {
    background: #333;
    color: #fff;
    border-color: #333;
    margin-right: 6px;
}

.cart-page .cart-box table tr {
    vertical-align: middle;
}

.cart-page .cart-box table td {
    padding: 10px;
}

.cart-page .cart-box table .image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.cart-page .cart-box table h2 {
    font-size: 18px;
    margin-bottom: 6px;
}

.cart-page .cart-box table p {
    margin-bottom: 3px;
    font-size: 15px;
}

.cart-page .cart-box table .delete .feather {
    color: red;
}

.cart-page .cart-box .qtyminus,
.cart-page .cart-box .qtyplus {
    width: 34px;
    height: 34px;
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #000;
    cursor: pointer;
}

.product-detail-page .row.row-box,
.product-page-section .category-box,
.product-page-section .price-range {
    background-color: #fff;
    box-shadow: 0 2px 11px #0000001a;
}

.cart-page .cart-box .qtyminus,
.product-detail-page .product-count .qtyminus {
    border-radius: 3px 0 0 3px;
}

.cart-page .cart-box .qtyplus,
.product-detail-page .product-count .qtyplus {
    border-radius: 0 3px 3px 0;
}

.cart-page .cart-box .qty,
.product-detail-page .product-count .qty {
    width: 60px;
    text-align: center;
    border-color: #bf922c;
}

.product-page-section .product-section {
    margin-top: 0;
}

.product-page-section .category-box {
    padding: 20px 0;
    border-radius: 10px;
}

.product-page-section .category-box h1 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #000;
    padding-left: 30px;
}

.product-page-section .category-box ul li {
    list-style: none;
}

.product-page-section .category-box ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
}

.product-page-section .category-box ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    padding: 8px 30px;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-bottom: 1px solid #f2f2f2;
}

.product-page-section .price-range {
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.product-page-section .price-range .p-range {
    margin-bottom: 0;
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

.product-page-section .price-range .p-range span {
    color: #888;
}

.product-page-section .price-range label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #000;
}

.product-page-section .price-range .row {
    margin-bottom: -6px;
}

.product-page-section .price-range p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
}

.product-page-section .price-range p span {
    color: #f80930;
}

.product-page-section .product-section .box .left-box,
.product-page-section .product-section .box .left-box .product-image-container img {
    height: 280px;
}

.product-detail-page .product-detail-image {
    border-radius: 5px;
    padding: 1rem;
    background-color: #fbefbd;
    text-align: center;
}

.product-detail-page .img-container {
    max-width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-sizing: inherit;
    height: auto;
}

.product-detail-page .img-container:hover {
    cursor: zoom-in;
}

.product-detail-page .img-container span {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .6);
    display: block;
    padding: .5rem 1rem;
    font-weight: 700;
    color: #eee;
    text-align: center;
}

.product-detail-page .list-product-image {
    list-style: none;
    justify-content: start;
    margin-top: 1rem;
    padding-left: 0;
    margin-bottom: 0;
}

.product-detail-page .list-product-image li {
    width: 87px;
    height: 87px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
    transition: .15s linear;
    margin-right: 6px;
    display: inline-block;
}

.product-detail-page .list-product-image li.active {
    border: 1px solid #022335;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.product-detail-page .list-product-image li img {
    width: 120px;
    min-height: 100px;
}

.product-detail-page .heading-section {
    text-align: center;
    margin-bottom: 20px;
}

.product-detail-page .sub-heading {
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.product-detail-page .heading-section h2 {
    font-size: 32px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
}

.product-detail-page .user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%
}

.login-page .box,
.product-detail-page .round-black-btn {
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
}

.product-detail-page .carousel-testimonial .item {
    padding: 30px 10px;
}

.product-detail-page .quote {
    position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}

.product-detail-page .name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}

.product-detail-page .position {
    color: #adadad;
    font-size: 14px;
}

.product-detail-page .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    outline: 0;
    height: 25px;
}

.product-detail-page .owl-nav button svg {
    width: 25px;
    height: 25px;
}

.product-detail-page .owl-nav button.owl-prev {
    left: 0;
    top: -50px;
    background: #fff !important;
    width: 32px;
    height: 41px;
}

.product-detail-page .owl-nav button.owl-next {
    right: 0;
    top: -50px;
    background: #fff !important;
    width: 32px;
    height: 41px;
}

.product-detail-page .owl-nav button span {
    font-size: 45px;
}

.product-detail-page .product-thumb .item img {
    height: 100px;
}

.product-detail-page .row.row-box {
    border-radius: 5px;
    padding: 1rem;
    margin: 0 1rem 0 0;
}

.product-detail-page .product-name {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000;
}

.product-detail-page .product-price-discount {
    font-size: 24px;
    font-weight: 600;
    color: #c58900;
    padding: 10px 0;
    clear: both;
}

.product-detail-page .product-price-discount span.line-through {
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #666;
}

.product-detail-page .product-dtl p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.product-detail-page .product-dtl .form-control {
    font-size: 15px;
    padding: 10px 15px;
}

.product-detail-page .product-dtl label {
    line-height: 16px;
    font-size: 16px;
    color: #000;
}

.product-detail-page .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.product-detail-page .product-count {
    margin-top: 15px;
}

.product-detail-page .product-count .qtyminus,
.product-detail-page .product-count .qtyplus,
.qtyadjustmentbtn {
    width: 34px;
    height: 34px;
    background: #bf922c;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    border: none;
}

.product-detail-page .round-black-btn {
    border-radius: 4px;
    color: #000;
    padding: 6px 26px 5px;
    display: inline-block;
    border: 2px solid #bf922c;
    transition: .5s ease-in-out;
}

.product-detail-page .round-black-btn:focus,
.product-detail-page .round-black-btn:hover {
    background: 0 0;
    color: #000;
    text-decoration: none;
}

.product-detail-page .product-info-tabs {
    margin-top: 25px;
}

.contact-us .form-group,
.product-detail-page .mb-20 {
    margin-bottom: 20px;
}

.contact-us .title,
.product-detail-page .detail-feature,
.shop.checkout .single-widget {
    margin-bottom: 30px;
}

.product-detail-page .detail-feature ul li {
    list-style: none;
    color: #444;
    letter-spacing: .5px;
    margin: 4px 0;
}

.product-detail-page .detail-feature ul li b {
    font-weight: 500;
    color: #000;
}

.contact-us .single-info ul li a:hover,
.product-detail-page .detail-feature ul li i {
    color: #bf922c;
}

.login-page {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/login-bg.png') center/cover no-repeat;
    height: 100vh;
}

.login-page .box {
    border-radius: 8px;
    overflow: hidden;
}

.login-page .box .logo {
    background: #000;
    padding: 15px;
    text-align: center;
}

.login-page .box .logo img {
    width: 200px;
}

.login-page .form-wrapper {
    padding: 30px 50px 10px;
}

.contact-us .form-main,
.contact-us .single-head {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 2px 11px #0000001a;
}

.login-page input.form-control {
    padding: 11px;
    border: 2px solid #fff;
    border-radius: 30px;
    background-color: #fff;
}

.login-page input.form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
    background-color: transparent;
}

.login-page button.login-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 30px;
}

.login-page .social-login button {
    border-radius: 30px;
    border-color: #bf922c;
    color: #fff;
    background: #bf922c;
}

.contact-us {
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
    z-index: 43;
}

.contact-us .title h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #bf922c;
}

.contact-us .form .button .btn,
.contact-us .single-info i {
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
    color: #000;
}

.contact-us .title h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
}

.contact-us .single-head {
    height: 100%
}

.contact-us .single-info {
    text-align: left;
    margin-bottom: 30px;
}

.contact-us .single-info i {
    font-size: 18px;
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
}

.contact-us .single-info ul .contact-us .single-info ul li {
    margin-bottom: 5px;
}

.contact-us .single-info ul li a {
    font-weight: 400;
}

.contact-us .single-info .title {
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
    font-size: 18px;
}

.contact-us .form .form-group input {
    height: 48px;
    line-height: 48px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 0 20px;
    color: #333;
    border-radius: 0;
    font-weight: 400;
}

.contact-us .form .form-group textarea {
    height: 180px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 15px 20px;
    color: #333;
    border-radius: 0;
    resize: none;
    font-weight: 400;
}

.contact-us .form .form-group label,
.shop.checkout .form .form-group label {
    color: #333;
    position: relative;
}

.contact-us .form .form-group label span,
.shop.checkout .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}

.contact-us .form .button .btn {
    height: 50px;
    font-weight: 600;
    border: none;
}

.contact-us .form .button .btn .feather {
    width: 16px;
    height: 16px;
}

.map-section iframe {
    margin-bottom: -10px;
    height: 500px;
    width: 100%
}

.shop.checkout {
    padding: 20px 0 50px;
    background: #f5f5f5;
}

.shop.checkout .checkout-form {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 2px 11px #0000001a;
    border-radius: 10px;
    margin-top: 30px;
}

.shop.checkout .checkout-form h2 {
    font-size: 25px;
    color: #333;
    font-weight: 700;
    line-height: 27px;
}

.shop.checkout .checkout-form p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 30px;
}

.shop.checkout .form .form-group {
    margin-bottom: 25px;
}

.shop.checkout .form .form-group .form-select,
.shop.checkout .form .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0;
    color: #333 !important;
    border: none;
    background: #f6f7fb;
}

.shop.checkout .nice-select {
    width: 100%;
    height: 45px;
    line-height: 50px;
    margin-bottom: 25px;
    background: #f6f7fb;
    border-radius: 0;
    border: none;
}

.shop.checkout .nice-select .list {
    width: 100%;
    height: 300px;
    overflow: scroll;
}

.shop.checkout .nice-select .list li.option {
    color: #333;
}

.shop.checkout .nice-select .list li.option:hover {
    background: #f6f7fb;
    color: #333;
}

.shop.checkout .form .create-account input {
    width: auto;
    display: inline-block;
    height: auto;
    border-radius: 100%;
    margin-right: 3px;
}

.shop.checkout .form .create-account label {
    display: inline-block;
    margin: 0;
}

.shop.checkout .order-details {
    margin-top: 30px;
    background: #fff;
    padding: 15px 0 30px;
    border: 1px solid #eee;
}

.shop.checkout .single-widget h2 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px 5px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333;
}

.shop.checkout .single-widget h2:before {
    position: absolute;
    content: "";
    left: 30px;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #bf922c;
}

.shop.checkout .single-widget .content ul li {
    display: block;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
}

.shop.checkout .single-widget .content ul li span {
    display: inline-block;
    float: right;
}

.shop.checkout .single-widget .content ul li.last {
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.shop.checkout .single-widget .checkbox {
    text-align: left;
    margin: 30px 0 0;
    padding: 0 30px;
}

.shop.checkout .single-widget .checkbox label {
    color: #555;
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-top: -5px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}

.shop.checkout .single-widget .checkbox label:hover {
    cursor: pointer;
}

.shop.checkout .single-widget .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border: 1px solid #666;
    border-radius: 100%
}

.shop.checkout .single-widget .checkbox label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border-radius: 100%;
    display: block;
    background: #666;
    transform: scale(0);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.shop.checkout .single-widget .checkbox label.checked::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.shop.checkout .single-widget.payement {
    padding: 0 38px;
    text-align: center;
    margin-top: 30px;
}

.shop.checkout .single-widget.get-button {
    text-align: center;
    padding: 0 35px;
}

.shop.checkout .single-widget.get-button .btn {
    width: 100%;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    color: #000;
    background: radial-gradient(circle, #fbefbd 0, #bf922c 100%);
}