@font-face {
    font-family: "SVN-Poppins";
    font-style: normal;
    src: url("fonts/poppins/SVN-Poppins Regular.ttf") format("truetype");
}

@font-face {
    font-family: "SVN-Poppins Medium";
    font-style: normal;
    src: url("fonts/poppins/SVN-Poppins Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SVN-Poppins Semi-Bold";
    font-style: normal;
    src: url("fonts/poppins/SVN-Poppins SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "SVN-Poppins Extra-Bold";
    font-style: normal;
    src: url("fonts/poppins/SVN-Poppins ExtraBold.ttf") format("truetype");
}

body {
    font-family: "SVN-Poppins" !important;
    color: rgb(22, 56, 96);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 26px;
}


* {
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

body {
    font-family: "SVN-Poppins" !important;
    color: rgb(22, 56, 96);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 26px;
}

.header-bottom {
    background: #fff;
}

.margin-15 {
    margin: 15px 0;
}

.margin-20 {
    margin: 20px 0;
}

.margin-25 {
    margin: 25px 0;
}

.padding-15 {
    padding: 15px 0;
}

.padding-20 {
    padding: 20px 0;
}

.padding-25 {
    padding: 25px 0;
}

.padding-30 {
    padding: 30px 0;
}

.padding-35 {
    padding: 35px 0;
}

.padding-5 {
    padding: 7px 0;
}

i.mr-7 {
    margin-right: 7px;
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f2f2f2;
}

.clear-both {
    clear: both;
}

.f-right {
    float: right;
}

* {
    transition: all 0.3s ease 0s;
}

a {
    transition: all 150ms ease-in-out 0s;
}


img {
    max-width: 100%;
}

ul li,
ol li {
    list-style: outside none none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

header {
    border-bottom: 1px solid rgba(173, 176, 182, 0.3);
}

.top-header {
    background: #2B6072;
}

.banner img {
    width: 100%;
    height: 100% !important;
}

.banner {
    height: 200px;
}

.top-header {
    background-color: #7B4E74 !important;
    line-height: 32px;
    color: #fff;
}

.icofont-live-messenger {

    color: #fff;
    font-size: 18px;

}

#main-menu {
    border-bottom: 1px solid #8888;
}

#quick_menu {
    position: relative;
    display: block;
    clear: both;
    background-color: #f5f5f5;
    background-image: url('images/whitesand.png');
    background-repeat: repeat;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
}

#quick_menu ul li {
    text-align: center;
}

.quick-menu-name {
    text-align: center;
    width: 100%;
    float: left;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-family: SVN-Poppins Medium;
    color: rgb(22, 56, 96);
    margin: 10px 0;
}

#quick_menu img:hover {

    transform: scale(1.1);

}

.widget {

    background: #D8DDFF;
    padding: 10px;
    margin-top: 15px;

}

.widget-title {

    margin-top: 0;
    font-size: 16px;
    font-family: SVN-Poppins Semi-Bold;
    color: #EA7400;

}

.intro-text {
    background: #fff;
    padding: 7px;
    font-size: 13px;
    line-height: 20px;

}

.quick-menu-name:hover {
    text-decoration: none;
    color: #bd2026;
}

button.owl-prev::before {
    width: 10px;
    height: 10px;
    content: "";
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg) translateX(-50%) translateY(-50%);
    left: 60%;
    position: absolute;
    top: 35%;
    left: 25%;
}

button.owl-next::before {
    width: 10px;
    height: 10px;
    content: "";
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg) translateX(0) translateY(0);
    left: 60%;
    position: absolute;
    top: 35%;
    left: 25%;
}

.owl-carousel .owl-nav button {
    text-indent: -99999px;
}

.owl-carousel .owl-nav button {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    background: #7B4E74 !important;
    border: 1px solid #666 !important;
    border-radius: 3px;
    transform-origin: 0 0;
}

button.owl-prev {
    transform: rotate(135deg) translateX(-50%) translateY(-50%);
    left: calc(50% - 40px);
}

.p-info {
    text-align: center;
    background: #f3f3f3;
    padding: 10px 0;
}

.p-code a {
    color: #555;
    font-weight: bold;
}
.p-price {
    color: #bd2026;
    /*! font-family: SVN-Poppins Medium; */
    font-size: 14px;
    font-weight: 700;
}
.p-name a {
    color: #163860;
    font-size: 13px;
}
.p-name a {
    color: rgb(22, 56, 96);
}
.owl-carousel.owl-loaded.owl-drag {
    padding-bottom: 30px;
}
.breadcrumbs-region .breadcrumb {
    background: #fff;
    margin-top: 10px;
}
.owl-next {}

button.owl-next {
    right: calc(50% - 40px);
}

.p-img {
    padding: 10px;
}

.p-item {
    border: 1px solid #ccc;
}

.title-1 {
    font-size: 18px;
    font-weight: 700;
    color: #bd2026;
    text-transform: uppercase;
    line-height: 28px;
}
.title-1 a {
    font-size: 18px;
    font-weight: 700;
    color: #bd2026;
    text-transform: uppercase;
    line-height: 28px;
}
footer {
    padding: 25px 0;
    text-align: center;
    margin-top: 25px;
    background: #7B4E74;
    color: #fff;
}

.shop-info i {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
}

.shop-info p {
    line-height: 32px;
    font-size: 14px;
}

.shop-info p.shop-name {
    font-family: SVN-Poppins Extra-Bold;
    font-size: 24px;
}

.owl-carousel .owl-nav button:hover {
    background: #fff !important;
}

.owl-carousel .owl-nav button:hover::before {
    border-right: 1px solid red;
    border-bottom: 1px solid red;
}

.p-item .p-img img:hover {
    transform: scale(1.1);
}

.new-img {

    width: 40px;
    height: 28px;
    background: url(images/new-red-sm.png) no-repeat left top;
    position: absolute;
    top: -4px;
    right: 2px;

}

.cate-product {
    margin-bottom: 25px;
    padding: 7px;
}

.product-items.row {
    margin-left: -7px;
    margin-right: -7px;
}

.detail-field label {
    margin-right: 10px;
}

.buy-product {
    background: red;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-family: SVN-Poppins Semi-Bold;
    margin: 10px 0;
    display: block;
    width: 85px;
    text-align: center;
}

.detail-field {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
}

.product_note {
    background: #E7FFE2;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid #b1dab3;
    font-size: 12px;
    color: #177b04;
}

h3.header {
    text-transform: uppercase;
    font-size: 14px;
    font-family: SVN-Poppins Semi-Bold;
    margin-top: 5px;
}

.product_note h4 {
    font-size: 14px;
    font-weight: 700;
}

.product_note h4 i {
    margin-right: 7px;
}

.detail-field.field-intro p {

    font-size: 13px;
    line-height: 18px;
    padding-top: 10px;

}

.product_note p {
    margin: 0;
}

.product-detail-img {

    padding-top: 15px;

}

.region-breadcrumb .breadcrumb {

    margin: 5px 0;
    background: #fff;

}
.cart-icon .icofont-shopping-cart {
  font-size: 26px;
  line-height: 52px;
  margin-right: 10px;
}
.cart-count {
  font-size: 22px;
}
.cart-icon.visible-xs.pull-right {
  margin-right: 10px;
}
#quick_menu img {
    border-radius: 50%;
}
/*=====================================================================Responsive======================================================================*/

/*=====================================================================Responsive======================================================================*/

/*=====================================================================Responsive======================================================================*/

/*=====================================================================Responsive======================================================================*/

/*=====================================================================Responsive======================================================================*/

/*=====================================================================Responsive======================================================================*/

/*=====================================================================Responsive======================================================================*/

/*=====================================================================Responsive======================================================================*/

/*=====================================================================Responsive======================================================================*/

/*=====================================================================Responsive======================================================================*/
form.frm-search {
    position: absolute;
    right: 35px;
    top: 20px;
    z-index: 10;
}
@media all and (max-width: 767px) {
    .top-header {
        background-color: #7B4E74 !important;
        line-height: 32px;
        color: #fff;
        height: 52px;
        position: relative;
    }
    .banner {
        height: auto;
    }
    form.frm-search {
        position: absolute;
        right: 10px;
        top: calc(100% + 5px);
        z-index: 10;
    }
    #quick_menu {
        margin-top: 25px;
    }
    #main-page {
        margin-top: 25px;
    }
}
@media all and (max-width: 620px) {
    .product-detail-img.col-sm-5.col-xs-6 {
        width: 100%;
    }
    .product-detail-info.col-xs-7.col-xs-6 {
        width: 100%;
    }
}
@media all and (max-width: 420px) {
    #quick_menu ul li {
        text-align: center;
        width: 50%;
    }
}
@media all and (min-width: 992px) {
    #quick_menu ul li {
    text-align: center;
    width: calc(100% / 7);
}
}
.header-content {
    position: relative;
}

.frm-search input[type="text"] {
    width: 230px;
}