body{
    background-color: #f0f0f0 !important;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
body a{
    text-decoration: none !important;
}
main{
    padding: 0 15px;
}
.widget-title{font-size:2rem}
h2.section-title{
    color: #fff;
    font-size: 17px;
    line-height: 26px;
}
.main-title-procat {
    background: url("https://20442d.claudeassets.com/20241007105302im_/https://cipershop.com/themes/210331/images/title-pro-cat.png") no-repeat;
    padding: 14px 0px 1px 17px;
}
.menu-cat-sub li{
    margin-right: 10px;
}
.menu-cat-sub li a {
    font-size: 13px;
    transition: all ease .3s;
    color: #fff;
}
.menu-cat-sub li a:hover{
    color: #dc3545;
}
.viewall-pro-cat a{
    font-size: 13px;
    font-weight: 600;
}
.title-detail-pro h3 a{
    color: #333333;
    transition: all ease .3s;
}
.title-detail-pro h3 a:hover{
    color: #dc3545;
}
.price-new{
    color: #dc3545;
    font-weight: bold;
}
.box-pro-cat-menu {
    padding: 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    transition: all ease .3s;
}
.box-pro-cat-menu:hover {
    border: 1px solid #dc3545;
}
.box-img-pro{
    position: relative;
    overflow: hidden;
}
.box-img-pro img{
    transition: all ease .4s;
}
.box-pro-cat-menu:hover .box-img-pro img {
    transform: scale(1.07);
}
.title-review{
    position: relative;
}
.title-review > h2:before {
    border: 17px solid transparent;
    border-left-color: #bf0606;
    border-bottom-color: #bf0606;
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
}
.title-review h2{
    color: #fff;
    display: inline-block;
    padding: 0px 25px;
    line-height: 34px;
    background: #bf0606;
    margin: 0px;
    position: relative;
    z-index: 2;
}
.title-review:after{
    content: '';
    position: absolute;
    z-index: 1;
    height: 1.5px;
    width: 100%;
    background: #bf0606;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
}
.main-nav-menu, .bg-nav{
    background: #fed700;
}
.nav-link-menu{
    font-weight: 600;
    font-size: 13px;
    transition: all ease .3s;
    color: #000000 !important;

}
.li-nav-menu:hover .nav-link-menu{
    color: #10bf04 !important;

}
.icon-menu{
    position: relative;
}
.icon-menu img{
    transition: all ease .3s;
	max-height:25px
}
.li-nav-menu{
    position: relative;
}
.li-nav-menu:hover .icon-menu img{
    transform: translateY(-2px);
}
.nav-link-menu-sub{
    font-size: 11px;
    color: #000000;
    transition: all ease .3s;
    padding: 10px;
    border-bottom: 1px dashed #e6e6e6;
    display: block;
}
.nav-link-menu-sub:hover{
    color: #10bf04;
}
.ul-navbar-sub {
    opacity: 0;
    visibility: hidden;
    margin: 0px;
    position: absolute;
    left: -15px;
    top: 100%;
    z-index: 999;
    width: 200px;
    background: #ffffff;
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    border-radius: 3px;
    transition: all ease .2s;
}
.li-nav-menu:hover .ul-navbar-sub{
    opacity: 1;
    visibility: visible;
}
.border-b-none{
    border: none;
}
.collapse-cus ul li{
    padding: 0 14px;
}
.border-search{
    border: 1px solid #ced4da !important;
}
.form-search button{
    font-weight: 600;
}

form.example input {
    padding: 4px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 95%;
    background: #f1f1f1;
}

form.example button {
    float: left;
    width: 5%;
    padding: 4px;
    background: #10bf04;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.text-cart{
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    transition: all ease .3s;
}
.cart-top:hover .text-cart{
    color: #10bf04;
}
.icon-cart img{
    transition: all ease .3s;
}
.cart-top:hover .icon-cart img {
    transform: translateY(-2px);
}
.cart-top{
    position: relative;
    width: 74px;
}
.icon-cart span {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background: #fed700;
    font-size: 11px;
    color: #fff;
    position: absolute;
    right: 8px;
    top: -5px;
}
.title-news-new{
    border-bottom: 1px solid #e6e6e6;
}
.title-news-new h3 {
    max-width: 35%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 21px 0 5px;
    margin: 0px;
    background: #bf0606;
    color: #fff;
    display: inline-block;
    position: relative;
    float: left;
}
.title-news-new h3:after {
    content: '';
    width: 0;
    height: 0;
    border-right: 17px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.box-news-new {
    background: #fff;
}
.box-news-new marquee {
    max-width: 65%;
    line-height: 34px;
    color: #333333;
    font-style: italic;
}
.box-media-object img{
    width: 118px;
}
.title-media-body{
    line-height: 14px;
}
.title-media-body a{
    font-size: 14px;
    color: #2b2b2b;
    font-weight: initial;
    font-style: italic;
    transition: all ease .3s
}
.title-media-body a:hover{
    color: #dc3545;
}
.deatil-media-body {
    font-size: 12px;
    color: #6b6b6b;
}
.link-list-footer{
    font-size: 14px;
    color: #333333;
    transition: all ease .3s;
    font-weight: 400;
}
.link-list-footer:hover{
    color: #ffc107;
    padding-left: 8px;
}



.slider{
    margin:20px auto;
}

.pro-sale-slick {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #bf0606;
    color: #fff;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.box-img-slick{
    overflow: hidden;
}

.home-section-head {
    background: transparent;
    z-index: 4;
    position: relative;
    margin-bottom: -20px;
    border: none;
    padding: 0px;
}
.home-section-head img {
    display: block;
    margin: 10px auto 0 auto;
    max-width: 100%;
}

.slick-list:after{
    background: url("https://a8530b.claudeassets.com/20241007105302im_/https://cipershop.com/themes/210331/images/box-slick.png") no-repeat top center;
}

.box-info-footer{
    font-size: 14px;
    font-weight: 400;
}
.ul-footer-info{
    border-bottom: 1px solid #ddd;
}
.ul-footer-first li{
    font-weight: 600;
    color: #000;
}
.ul-footer-first li a{
    color: #000;
    transition: all ease .3s;
}
.ul-footer-first li a:hover{
    color: #ffc107;
}
.icon-menu-hot img {
    display: inline-block;
    width: 40px !important;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 20px;
    overflow: hidden;
    padding: 4px;
}
.title-cat-hot h4{
    line-height: 12px;
}
.title-cat-hot a{
    font-size: 12px;
    color: #000000;
}
.pro-sale {
    position: absolute;
   top:0;
   left:0;
   background: #ffee00;
   color: #ff0000;
   transform: translate3d(-45px, 0px, 0) rotate(-45deg);
   padding: 0;
   width: 150px;
   font-size: 15px;
   text-align: center;
   margin: 15px 0;
}

.bbb_viewed_title_container {
    border-bottom: solid 1px #dadada
}

.bbb_viewed_title {
    margin-bottom: 14px
}

.bbb_viewed_nav_container {
    position: absolute;
    right: -5px;
    bottom: 14px
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

.bbb_viewed_nav i {
    color: #dadada;
    font-size: 18px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_nav:hover i {
    color: #606264
}

.bbb_viewed_prev {
    margin-right: 15px
}

.bbb_viewed_slider_container {
    padding-top: 50px
}

.bbb_viewed_item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px
}

.bbb_viewed_image {
    width: 115px;
    height: 115px
}

.bbb_viewed_image img {
    display: block;
    max-width: 100%
}

.bbb_viewed_content {
    width: 100%;
    margin-top: 25px
}

.bbb_viewed_price {
    font-size: 16px;
    color: #000000;
    font-weight: 500
}

.bbb_viewed_item.discount .bbb_viewed_price {
    color: #df3b3b
}

.bbb_viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px
}

.bbb_viewed_price span::after {
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 1px;
    background: #8d8d8d;
    content: ''
}

.bbb_viewed_name {
    margin-top: 3px
}

.bbb_viewed_name a {
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_name a:hover {
    color: #0e8ce4
}

.item_marks {
    position: absolute;
    top: 18px;
    left: 18px
}

.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center
}

.item_discount {
    background: #df3b3b;
    margin-right: 5px
}

.item_new {
    background: #0e8ce4
}

.bbb_viewed_item.discount .item_discount {
    display: inline-block
}

.bbb_viewed_item.is_new .item_new {
    display: inline-block
}
.products-cat-menu-hot{
    overflow: hidden;
}
.title-cat-hot h4 {
    margin-bottom: 0px;
}
.owl-controls {
    display: none;
}
.footer-moblie img{
    width: 30px;
    height: 30px;
}
.footer-moblie span{
    display: block;
    font-size: 11px;
    font-weight: 500;
}
.footer-moblie a{
    color: #000000;
}
.contact-footer-mobile{
    background: rgba(255, 255, 255, 0.62);
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
/*back to top*/
.back-top{
    line-height: 50px !important;
    font-size: 30px;
    color: white;
}
#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button:hover {
    cursor: pointer;
    background-color: #df3b3b;
}
#button:active {
    background-color: #FF9800;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
.name-company {
    font-size: 15px;
    font-weight: 700;
}

/* Styles for the content section */
@media screen and (max-width: 768px){
    #button{
        bottom: 65px;
        right: 13px;
    }
}

@media screen and (max-width: 540px){
    .menu-cat-sub li a {
        color: #000;
    }
    h2.section-title{
        color: #000;
        text-align: center;
    }
    .main-title-procat {
        background: none;
        padding: 14px 0px 1px 17px;
    }
    .menu-cat-sub li {
        margin-right: 7px;
        display: inline-block !important;
        text-align: left;
    }
    .dropdown-cus {
        white-space: nowrap;
    }
    .dropdown-cus:after{
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
    .icon-menu{
        display: none;
    }
    .li-nav-menu {
        padding: 0px;
        display: block;
        padding: 10px 15px !important;
        background: rgba(254, 215, 0, 0);
        border-left: 3px solid transparent;
        border-bottom: 1px dashed rgba(51, 51, 51, 0.3);
    }
    .form-search input{
        width: 89%;
    }
    .main-nav-menu, .bg-nav {
        background: #d39e00;
    }
    .slider{
        margin: 18px 0 -15px 0px;
    }
    .slick-list:after {
        background: none;
    }
}

@media screen and (max-width: 414px){
    .form-search input{
        width: 85%;
    }
}
@media screen and (max-width: 375px){
    .form-search input{
        width: 84%;
    }
}
@media screen and (max-width: 320px){
    .form-search input{
        width: 81%;
    }
    .back-top {
        line-height: 41px !important;
        font-size: 27px;
        color: white;
    }
    #button {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 769px){
    .col-md-cus {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px !important;
    }
}
@media only screen and (max-width: 768px) and (min-width: 541px)  {
    .menu-cat-sub li a {
        color: #000;
    }
    h2.section-title{
        color: #000;
        text-align: center;
    }
    .main-title-procat {
        background: none;
        padding: 14px 0px 1px 17px;
    }
    .menu-cat-sub li {
        margin-right: 7px;
        display: inline-block !important;
        text-align: left;
    }
    .icon-menu {
        display: none;
    }
    .li-nav-menu{
        display: block;
        padding: 10px 15px !important;
        background: rgba(254, 215, 0, 0);
        border-left: 3px solid transparent;
        border-bottom: 1px dashed rgba(51, 51, 51, 0.3);
    }
    .form-search input{
        width: 91% !important;
    }
    .main-nav-menu, .bg-nav {
        background: #d39e00;
    }

}

.img-support{width:90px}
.title{
    color: #bf0606;
    font-size: 1.2rem;
    background: #f9f9f9;
    border-bottom: 1px dashed #e6e6e6 !important;
    padding: 10px;
}
@media (max-width: 767px){
	.box-img-pro{min-height:173px}
	.widget-title{margin: 0 .8rem .5rem;font-size: 1.7rem;}
	.img-logo{max-height: 85px!important}
}
@media (min-width: 768px){
    .sm-clean {
        background: #fff!important;
    }
    .sm-clean.sm-vertical {
        padding: 5px 0!important;
        border-radius: 0!important;
    }
    .sm-clean.sm-vertical a {
        padding: 10px 15px!important;
    }
	.box-img-pro{min-height:115px}
}
@media (min-width: 1200px){
	.box-img-pro{min-height:213px}
	.icon-menu-hot img {
		width: 60px !important;
		height: 60px;
		border-radius: 30px;
	}
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 18px 0
}
.title-list a{
    color: #333;
}
.title-list a:hover{
    color: #bf0606;
}
.title-list{
    font-size: 1.25rem;

}
.title-heading{
    text-transform: uppercase;
    color: #333;
    font-size: 1.35rem;
    font-weight: bold;
}
img{max-width:100%;height: auto}
.btn-social-icon.btn-xs {
    height: 30px!important;
    width: 30px!important;
    margin-bottom: 0.5rem!important
}
.btn-social-icon.btn-xs>:first-child {
    line-height: 30px!important
}
.img-logo{min-height: 55px}
.out-stock{
	position: absolute;
	top:0;
	left:0;
	background: #ff0000;
	color: #f6ff00;
	transform: translate3d(45px, 0px, 0) rotate(45deg);
        padding: 0;
        width: 150px;
        font-size: 15px;
        text-align: center;
        margin: 15px 0;

}
.slide .out-stock{top: 10px;right: 10px;left:unset}
.stock-right .out-stock{top:0;right:0;left:unset}
/*
     FILE ARCHIVED ON 19:31:39 May 17, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:18:17 Jul 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.375
  exclusion.robots: 0.038
  exclusion.robots.policy: 0.032
  esindex: 0.006
  cdx.remote: 20.086
  LoadShardBlock: 1148.014 (3)
  PetaboxLoader3.resolve: 1341.064 (3)
  PetaboxLoader3.datanode: 65.809 (4)
  load_resource: 323.292
*/