@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
}
.container {
    max-width: 1200px !important;
}
button{outline:none !important;position:relative;}
button::after{
	position:absolute;
	width:100%;
	height:100%;
}
button::after:hover{background:#00000010 !important}
/*top navbar */

#top_nav {
    width: 100%;
    height: 50px;
    background: rgb(250, 250, 250);
}

.top_nav_wrap {
    list-style-type: none;
    position: absolute;
    right: 15%;
    margin: 0;
    padding: 0;
}

.top_nav_wrap li {
    float: left;
    padding: 10px;
    text-align: right !important;
}

.top_nav_wrap li:hover {
    background: #fff;
}

.top_nav_wrap li:nth-child(1):hover {
    box-shadow: 0 5px 5px #00000020;
}

.top_nav_wrap li:nth-child(2):hover {
    box-shadow: 0 5px 5px #00000020;
}

.top_nav_wrap li:nth-child(5):hover {
    box-shadow: 0 5px 5px #00000020;
}

.top_nav_wrap li:nth-child(7):hover {
    box-shadow: 0 5px 5px #00000020;
}

.top_nav_wrap li a {
    font-size: 13px;
    color: #2d3436;
    transition: all linear .15s;
}

.top_nav_wrap li:hover a {
    text-decoration: none;
    color: rgb(255, 84, 84);
}

.top_nav_wrap li a i {
    transform: translateY(-2px);
    padding-left: 3px;
}

.bd_flag_icon {
    width: 24px;
}

.mobile_icon {
    transform: translateY(0px) !important;
}

.dropdown_menu_wrap {
    position: relative;
}

.dropdown_menu {
    list-style-type: none;
    width: 200px;
    height: auto;
    position: absolute;
    top: 20px;
    background: #fff;
    margin-top: 20px;
    margin-left: -10px;
    box-shadow: 0 5px 5px #00000020;
    display: none;
    z-index: 99999999999999 !important;
}

.dropdown_menu_click {
    list-style-type: none;
    width: 300px;
    height: auto;
    position: absolute;
    top: 20px;
    background: #fff;
    margin-top: 20px;
    margin-left: -10px;
    box-shadow: 0 5px 5px #00000020;
    display: none;
    z-index: 99999999999999 !important;
}

.dropdown_menu_click li {
    width: 300px !important;
    border: 0 !important;
    transition: all linear .3s;
    transform: translateX(-40px);
    text-align-last: left;
    padding: 10px;
    box-shadow: none !important;
}

.dropdown_menu_click li ul {
    background: #fff !important;
}

.flagstrap button {
    box-shadow: none !important;
    border: 2px solid #ddd;
    width: 100% !important;
}

.flagstrap button span {
    font-size: 14px !important;
    color: #000 !important;
}

.dropdown_menu_click li ul li {
    transform: translateX(0px);
}

.dropdown_menu_click li:hover {
    background: #00000010;
}

.dropdown_menu_click li a {
    color: #000 !important;
}

.top_nav_wrap li:nth-child(1):hover .dropdown_menu {
    display: block !important;
}

.top_nav_wrap li:nth-child(2):hover .dropdown_menu {
    display: block !important;
}

.top_nav_wrap li:nth-child(5):hover .dropdown_menu_click {
    display: block !important;
}

.top_nav_wrap li:nth-child(7):hover .dropdown_menu {
    display: block !important;
}

.dropdown_menu,
.dropdown_menu_click {
    z-index: 9999;
}

.dropdown_menu_click select {}

.dropdown_menu li {
    width: 200px !important;
    border: 0 !important;
    transition: all linear .3s;
    transform: translateX(-40px);
    text-align-last: left;
    padding: 10px;
    box-shadow: none !important;
}

.dropdown_menu li:hover {
    background: #00000010;
}

.dropdown_menu li a {
    color: #000 !important;
}

.nav_join_btn {
    text-align: center !important;
    position: relative;
    height: 40px;
}

.nav_join_btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 600;
}

.nav_signin_btn {
    text-align: center !important;
    position: relative;
    height: 40px;
    background: #fab1a050;
    margin-left: -20px;
    width: 120% !important;
}

.nav_signin_btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 600;
}

.top_nav_acc_text {
    color: #636e72;
    font-size: 12px;
}

.top_nav_form_wrap {
    list-style-type: none;
}

.top_nav_save_btn {
    position: relative;
    height: 40px;
}

.top_nav_save_btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/*main navbar*/

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
}


.width21 {
    max-width: 21% !important;
}

.header-wrapper {
    position: relative;
    /* padding-top: 23px; */
    height: 96px;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
}

.navbar-wrap {
    position: relative;
    width: auto;
    padding-top: 23px;
    z-index: 99999;
}

.navbar-wrap.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
    z-index: 99999;
}

.header-wrapper .navbar-brand span {
    margin-top: 3px;
    display: block;
    height: 15px;
    line-height: 12px;
    overflow: hidden;
    font-size: 11px;
    color: #999;
}

.imput-wrapper1 {
    position: relative;
    width: auto;
    overflow: hidden;
    height: 36px;
    border: 2px solid #ff4747;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-control-1 {
    width: 400px !important;
    box-sizing: border-box;
    height: 100%;
    border: 0;
    line-height: 18px;
    font-size: 13px;
    border: 0;
    font-family: arial;
}

.select-wrapper-1 {
    box-sizing: border-box;
    border: 0;
    border-left: 1px solid #eee;
    width: 130px !important;
    height: 32px;
    font-family: arial;
    z-index: 3;
    position: relative;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    padding: 0 10px !important;
}

.select-wrapper-1:focus {
    outline: none;
}

.sticky .select-wrapper-1 {
    display: none;
}

.icon-wrapper-3 {
    width: 40px;
    height: 36px;
    background-color: #ff4747;
    border-radius: 0;
    cursor: pointer;
}

.icon-wrapper-3 i {
    line-height: 36px;
    text-align: center;
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 18px;
}

.cart-box i {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    position: relative;
    color: #000;
}

.cart-box i:hover {
    color: #ff4747;
}

.cart-box span {
    position: absolute;
    background: #ff4747;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    top: 0px;
    left: 35px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.navbar-wrap.sticky .menu {
    opacity: 0;
}

.menu .nav li a {
    position: relative;
    float: left;
    padding: 0 8px;
    line-height: 16px;
    font-size: 12px;
    color: #666;
}

.menu .nav li a:after {
    position: absolute;
    right: 0;
    top: 2px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    font-size: 0;
    overflow: hidden;
    background-color: #e9e9e9;
}

.menu .nav li a:hover {
    color: #ff4747;
}

.bars {
    width: 40px;
    height: 40px;
    background-color: #efefef;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    position: relative;
}

.bars i {
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #797979;
}

/* .sticky .bars {
    display: block;
} */

.bars-menu {
    position: absolute;
    top: 40px;
    right: 9999999px;
    display: block;
    z-index: 20;
    box-shadow: 0 3px 5px 0 rgba(51, 51, 51, .3);
    width: 240px;
    background-color: #fff;
    font-size: 13px;
    box-sizing: border-box;
}

.bars:hover .bars-menu {
    right: -15px;
}

.bar-top-icon {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 10;
    font-size: 14px;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.bar-top-icon span {
    font-size: 14px;
    font-weight: 700;
    font-family: OpenSans, Open Sans, Arial, Helvetica, sans-serif, SimSun, 宋体;
    margin: 0;
    color: #333;
}

.container-bg {
    padding-top: 10px;
    background-color: #FFF;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .08);
}

.mega-menu-part {
    position: relative;
}

.wrapper {
    position: absolute;
    top: 0;
    left: -13px;
}

.wrapper1 {
    background-color: #fff;
    height: 40px;
    /* margin-top: -1px; */
    z-index: 2;
    padding-top: 5px;
    margin-left: 300px;
}

.wrapper1 .nav li {}

.wrapper1 .nav li a {
    position: relative;
    display: inline-block;
    margin-right: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.wrapper1 .nav li a:hover {
    color: #ff4747;
    text-decoration: none;
}

/******************** nice menu css ********************/
.nicemenu {
    position: relative;
    display: block;
    width: 250px;
    background-color: #FFF;
}

.nicemenu-item {
    display: inline-block;
    z-index: 11;
    height: 35px;
    padding-left: 10px;
    overflow: hidden;
}

.nicemenu-item.active {
    box-shadow: -2px 1px 2.5px rgba(0, 0, 0, .1);
    cursor: pointer;
    z-index: 99999;
}

.nicemenu-item.active a {
    font-weight: 900;
    overflow: hidden;
    cursor: pointer;
    color: #e62e04;
}

.verticle>.nicemenu-item {
    display: block !important;
}

.nicemenu-sub {
    position: absolute;
    z-index: 12;
    top: 20px;
    display: none;
    background-color: #FFF;
    padding: 16px;
    overflow: hidden;
    color: #000;
    width: 850px;
    height: auto;
    border-color: transparent;
    border-radius: 8px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12);
}

.nicemenu-sub.active {
    display: block;
}

.nicemenu-item h6 a {
    line-height: 35px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.nicemenu-item h6 a img {
    width: 20px !important;
    height: 22px !important;
    margin-right: 10px;
}

.nicemenu-sub h5 {
    font-size: 1.2em;
}

.nicemenu-sub h6 {
    color: #333 !important;
    font-size: 14px;
    font-weight: 700;
}

.nicemenu-sub h6:hover {
    color: #f60 !important;
}

.nicemenu-sub a {
    font-size: 12px;
    color: #b7b7b7 !important;
    font-weight: normal !important;
    display: block;
    line-height: 26px;
}

.nicemenu-sub a:hover {
    color: #f60 !important;
    text-decoration: underline !important;
}

.w-3-1 {
    position: relative;
    float: left;
    width: 25%;
}

.shadow-left-bottom {
    box-shadow: -5px 5px 5px #888888;
}

.mega-footer-content {
    display: block;
    width: 180px;
    height: 60px;
    border: 1px solid #e9e9e9;
}

.mega-footer-content span {
    position: absolute;
    width: 115px;
    height: 42px;
    font-weight: 900;
    left: 20px;
    bottom: 10px;
    color: #b7b7b7;
}

.mega-footer-content span:hover {
    color: #f60 !important;
}

.mega-footer-content img {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 26px;
    bottom: 7px;
}

.sup-brand-item {
    width: 100px;
    height: 50px;
    border: 1px solid #e9e9e9;
    float: left;
    list-style: none;
    padding: 5px 10px;
    margin: 2px 1px 0;
    /* overflow: hidden; */
    background-color: #fff;
}

.margin-1 {
    margin-top: 8px;
}

.margin-2 {
    margin-top: 60px;
}

.margin-3 {
    margin-top: 8px;
}

.margin-9 {
    margin-top: 4px;
}

.margin-10,
.margin-11 {
    margin-top: 26px;
}

.margin-15 {
    margin-top: 26px;
}

.margin-17 {
    margin-top: 26px;
}

.margin-19 {
    margin-top: 47px;
}

.margin-21 {
    margin-top: 23px;
}

.margin-23 {
    margin-top: 27px;
}

.margin-25 {
    margin-top: 78px;
}

.margin-26 {
    margin-top: 57px;
}

.margin-31,
.margin-32 {
    margin-top: 22px;
}

.margin-34,
.margin-35 {
    margin-top: 16px;
}

.margin-38 {
    margin-top: 26px;
}

.owl-carousel1 img {
    border-radius: 10px;
}

.owl-carousel1 .owl-nav button.owl-next,
.owl-carousel1 .owl-nav button.owl-prev {
    font-size: 40px;
    width: 28px;
    height: 56px;
    line-height: 56px;
    color: #FFF;
    position: absolute;
    top: 90px;
    transform: scaleY(-50%);
    background-color: #000;
    opacity: .2;
    padding: 0;
    border: none;
}

.owl-carousel1 .owl-nav button.owl-prev {
    left: 0px;
}

.owl-carousel1 .owl-nav button.owl-next {
    right: 0px;
}

.owl-carousel1 button.owl-dot {
    background-color: rgba(0, 0, 0, .32);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
}

.owl-carousel1 button.owl-dot:focus {
    outline: none;
}

.owl-carousel1 button.owl-dot.active {
    background: #ff4747;
    border-color: #fff;
    animation: zoom .3s cubic-bezier(.86, 0, .07, 1);
}

.owl-carousel1 .owl-dots {
    position: absolute;
    bottom: 12px;
    left: 275px;
}

.banner-bottom-slider {
    background: url(images/slider-img/banner-bottom-slider-bg.webp) 0px 0px / cover no-repeat rgb(255, 245, 245);
    width: 100%;
    height: 180px;
    border-radius: 8px;
    background-color: #ff4747;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    margin-top: 20px;
}

.bottom-slider-left {
    position: relative;
}

.bottom-slider-left h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
    margin: 4px 0;
    color: #FFF;
}

.bottom-slider-left p {
    font-size: 13px;
    color: #FFF;
}

.bottom-slider-left img {
    margin-top: 25px;
}

.bottom-slider-left .bottom-over-content {
    position: absolute;
    bottom: -11px;
    left: 26px;
}

.bottom-slider-left .bottom-over-content h3 {
    font-size: 20px;
    line-height: 17px;
    margin: 11px 0 4px;
    color: #fff;
    width: 100%;
}

.bottom-slider-left .bottom-over-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
}

.owl-moritemes {
    width: 100%;
    height: 140px !important;
    position: relative;
}

.owl-moritemes img {
    width: 100%;
    height: 140px !important;
}

.owl-moritemes .moritemes-span {
    position: absolute;
    bottom: 5px;
    left: 12px;
    border-radius: 12.22px;
    align-self: center;
    background-color: #ff4747;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    padding: 2px 8px;
    display: inline-block;
}

.owl-carousel2 .owl-nav button.owl-next,
.owl-carousel2 .owl-nav button.owl-prev {
    font-size: 40px;
    width: 28px;
    height: 56px;
    line-height: 56px;
    color: #FFF;
    position: absolute;
    top: 47px;
    transform: scaleY(-50%);
    background-color: #000;
    opacity: .2;
    padding: 0;
    border: none;
}

.owl-carousel2 .owl-nav button.owl-prev {
    left: 0px;
}

.owl-carousel2 .owl-nav button.owl-next {
    right: 0px;
}

.banner-slider-login {
    height: 192px;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
}

.banner-slider-login .login-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 10px;
}

.banner-slider-login .welcome-text {
    font-size: 13px;
    color: #000;
    height: 18px;
    overflow: hidden;
    line-height: 18px;
    font-weight: 900;
    cursor: pointer;
}

.banner-slider-login .login-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.banner-slider-login .join-btn,
.banner-slider-login .sign-btn {
    display: block;
    float: left;
    width: 75px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 18px;
    background-color: #ff4747;
    text-align: center;
    cursor: pointer;
}

.banner-slider-login .sign-btn {
    color: #666;
    background-color: #f9f9f9;
    text-align: center;
}


.cart-list .left-list img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.cart-list .right-list .span-top {
    display: block;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    background-color: #e62e04;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.cart-list .right-list .span-bottom {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.cart-list .right-list .span-bottom:hover {
    color: #e62e04;
}




/*fotter part*/
/* fotter widget one */
#fotter_widget_one {
    width: 100%;
    height: auto;
    margin-top: 50px;
    background: #fff;
    border-bottom: 2px solid #ddd;
}

#fotter_widget_one .col-lg-2 {
    border-left: 1px solid #ddd;
}

.fw1_item {
    padding: 10px 0 15px 0;
}

.fw1_item_last {
    border-right: 1px solid #ddd;
}

.fw1_icon_wrap {
    width: 100%;
    height: 100px;
    position: relative;
}

.fw1_icon_wrap i::before {
    font-size: 48px;
    margin-left: 5px;
    color: #2980b9;
    font-weight: 400;
}

.fw1_text_wrap {
    width: 100%;
    line-height: .5;
    text-align: center;
}

.fw1_text_wrap h5 {
    padding-bottom: 10px;
    font-size: 16px;
}

.fw1_text_bottom {
    font-size: 12px;
    color: #888;
}

.fw1_text_bottom a {
    transition: all linear .3s;
}

.fw1_text_bottom a:hover {
    color: #eb4d4b;
    text-decoration: none;
}

.fw1_icon_item {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.fw1_icon_item i::before {
    font-size: 28px;
    color: #fff;
    margin-left: 0;
    top: 20px;
}

.bg_dark {
    background: #999;
}

.bg_light_green {
    background: rgb(164, 198, 57);
}

/* fotter widget two */
#fotter_widget_two {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px 0;
}

.fw2_item_wrap {}

.fw2_item_title {
    font-size: 18px;
    font-weight: 400;
}

.fw2_social_icon_wrap {
    display: flex;
}

.fw2_social_icon_wrap a {
    display: inline-block;
}

.fw2_social_icon_wrap a i {
    font-size: 36px;
    padding-right: 5px;
}

.fw2_messenger i::before {
    font-size: 31px;
    margin-left: 0;
    transform: translateY(-11px);
    display: inline-block;
}

.facebook_bcolor {
    color: rgb(64, 100, 172)
}

.facebook_bcolor:hover {
    color: rgb(64, 100, 120)
}

.twitter_bcolor {
    color: rgb(28, 156, 234)
}

.twitter_bcolor:hover {
    color: rgb(28, 156, 180)
}

.instagram_bcolor {
    color: rgb(235, 77, 75);
}

.instagram_bcolor:hover {
    color: rgb(180, 77, 75);
}

.messenger_bcolor {
    color: rgb(0, 128, 247)
}

.messenger_bcolor:hover {
    color: rgb(0, 128, 150)
}

.whatsapp_bcolor {
    color: rgb(36, 204, 99)
}

.whatsapp_bcolor:hover {
    color: rgb(36, 180, 99)
}

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

.fw2_link {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    display: block;
    padding-bottom: 5px;
}

.fw2_link:hover {
    color: #999;
    text-decoration: none;
}

.fw2_bottom_space {
    background: #F2F2F2;
    width: 100%;
    height: 30px;
    position: relative;
    bottom: -20px;
}

/* fotter widget three */
#fotter_widget_three {
    width: 100%;
    height: auto;
    padding: 40px 0 60px 0;
    /* bottom: -20px; */
    position: relative;
}

.fw3_1st_row {
    width: 100%;
    height: 120px;
}

.fw3_link {
    font-size: 13px;
    font-weight: 400;
    color: #999;
    transition: all linear .3s;
}

.fw3_link:hover {
    color: #eb2f06;
    text-decoration: none;
}

.fw3_apps_wrap {
    width: 100%;
    height: auto;
}

.fw3_apps_wrap a:hover {
    text-decoration: none;
}

.fw3_app {
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;

}

.fw3_app i::before {
    margin-left: 0;
    font-size: 24px;
    color: #f2f2f2;
    margin-top: -3px;
    display: inline-block;
}

.gp_title {
    font-size: 16px;
    font-weight: bold;
    color: #f2f2f2;
    display: inline-block;
    transform: translateY(-3px);
}

.google_play_bg {
    background: #A4C739;
}

.ios_bg {
    background: #8c8c8c;
}

/* fotter */
#fotter {
    width: 100%;
    height: auto;
    background: #333333;
    position: relative;
    /* bottom: -20px; */
}

.fotter_text_wrap {
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #999;
}

.fotter_text_wrap a {
    color: #999;
}

.fotter_text_wrap a:hover {
    color: #999;
    text-decoration: none;
}

.fotter_text_wrap span {
    color: #999;
}




/* ul {
    padding: 0;
    margin: 0;
} */

li {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.shopping-cart {
    background-color: #F2F2F2;
    padding: 10px 0;
}

.shopping-cart-head {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.shopping-cart-timer {}

.shopping-cart-timer ul {}

.shopping-cart-timer ul li {
    margin: 20px 3px 20px 0;
}

.shopping-cart-timer ul li a {
    background-color: #FF4747;
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;
}

.shopping-cart-timer ul li {
    font-size: 13px;
}

.shopping-cart-box span {
    font-size: 14px;
    vertical-align: top;
    line-height: 1;
}

.shopping-cart-box input,
.susan-fashion .store input,
.box-1 input {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc!important;
    transition: all .3s ease 0s;
    text-align: left;
    box-shadow: none;
    margin-right: 5px;
}
.shopping-cart-box input:hover{
    border-color: rgb(228, 73, 13)!important;
}

/*  shopping-cart-content  */

.shopping-cart-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;

}

.susan-fashion {}

.susan-fashion .store {
    margin-right: 20px;
}

.shopping-cart-game {
    display: flex;
    margin-top: 20px;
}

.shopping-cart-img {
    height: 200px;
    width: 200px;
    margin-right: 10px;
}

.shopping-cart-img img {
    display: block;
    width: 100%;
}

.shopping-cart-para {}

.shopping-cart-para ul {}
.newprice,
#newprice {
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    padding-right: 8px;
    color: #000;
    background-color: transparent;
}
#oldprice {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    background-color: transparent;
    padding: 0;
}
#shipping,
.shipping{
    color: #2e9cc3;
    font-weight: 600;
    line-height: 18px;
    font-size: 12px;
    background-color: transparent;
    padding: 0;
}
.shopping-cart-para ul li {
    padding: 0 5px;
    font-size: 13px;
}

.shopping-cart-para ul li p {
    font-weight: 600;
}

.shopping-cart-para del {
    font-size: 13px;
    color: #BCC5B7;
}

.shopping-cart-para span {
    font-size: 13px;
    color: #FF4747;
    background-color: #FFF1F1;
}

.shopping-cart-icon {}

.shopping-cart-icon ul {
    display: flex;
    justify-content: space-around;
    padding-left: 20px;
}

.shopping-cart-icon ul li {
    padding: 5px;
    text-align: center;
}

.shopping-cart-icon ul li a {
    color: #000;
}

.shopping-cart-icon ul li p {
    color: blue;
}

.shopping-cart-icon ul li span {
    height: 20px;
    width: 20px;
    background-color: #BCC5B7;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;

}

.shopping-cart-icon ul li a i {
    font-size: 18px;
    color: rgb(112, 112, 112);
}

.box-1 {
    margin: 50px 5px 50px 0;
}

.shopping-cart-para p {
    font-size: 13px;
}

.shopping-cart-para-footer p {
    font-size: 12px;
}

.shopping-cart-button {
    text-align: end;
}

.shopping-cart-button button {
    background-color: #FF4747;
    border: none;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
    font-weight: 600;
}

/*  shopping-cart-right  */

.shopping-cart-right {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}

.shopping-cart-right h3 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
}

.shopping-cart-right ul li{
    font-size: 14px;
    margin-bottom: 10px;
}


..shopping-cart-right-button {}

.shopping-cart-right-button button {
    width: 100%;
    background-color: #FF4747;
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 20px;
}


.quantity .minus-btn1,
.quantity .plus-btn1 {
    border-radius: 50% !important;
    border: none;
    background: #f2f2f2;
    text-align: center;
    padding: 4px 10px;
    box-sizing: border-box;
}

.quantity #quantity1 {
    border: none;
    height: 26px;
    width: 46px;
    color: #2e9cc3;
    font-size: 14px;
    text-align: center;
}

.quantity #quantity1:focus,
.quantity .minus-btn1:focus,
.quantity .plus-btn1:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.quantity button[disabled] {
    cursor: not-allowed;
    color: #bdbdbd;
}

.card-container {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
}

.payment-cabinet {
    border-right: 1px solid #f2f2f2;
    width: 50%;
    padding-right: 30px;
}

.payment-cabinet h3,
.card-container .buyer-protection h3 {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.payment-cabinet ul {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

.payment-cabinet ul li {
    height: 32px;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px;
    list-style: none;
}

.payment-cabinet ul li img {
    max-width: 76px;
    max-height: 32px;
}

.card-container .buyer-protection {}

.card-container .buyer-protection h3 img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.card-container .buyer-protection p {
    margin: 10px 0 0;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}

.recommend-container {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 8px;
}
.shoppingcard-product-recomment {
    padding: 0 24px;
}
.owl-ps-img img{}
.owl-ps-text-a {
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    white-space: nowrap;
    margin-bottom: 20px;
}
.owl-ps-text .owl-ps-a {
    color: rgb(0, 0, 0);
    white-space: nowrap;
    font-size: 12px;
}
.owl-ps-text .owl-span1 {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    display: block;
}
.owl-ps-text .owl-span2 {
    color: #999;
    font-size: 12px;
}
.owl-carousel-ps .owl-nav button.owl-next,
.owl-carousel-ps .owl-nav button.owl-prev {
    font-size: 40px;
    width: 28px;
    height: 56px;
    line-height: 56px;
    color: #000000;
    position: absolute;
    top: 45px;
    transform: scaleY(-50%);
    padding: 0;
    border: none;
}
.owl-carousel-ps .owl-nav button.owl-next:focus,
.owl-carousel-ps .owl-nav button.owl-prev:focus{
    outline: none;
    border: none;
    box-shadow: none;
}
.owl-carousel-ps .owl-nav button.owl-next.disabled,
.owl-carousel-ps .owl-nav button.owl-prev.disabled{
    cursor: not-allowed;
    color: hsl(0, 0%, 71%);
}
.owl-carousel-ps .owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel-ps .owl-nav button.owl-next {
    right: -30px;
}