.my-body {
    width: 100%;
}
#vnt-container{
  max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform: inherit;
}

body,
html {
    font-family: 'Red Rose' !important;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    font-weight: 400;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
}

.mt10 {
    margin-top: 10px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
    color: white;
}

h1,
h2,
h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
form,
input,
textarea {
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0 !important;
}


.abc {
    position: fixed;
    animation-name: stick;
    animation-duration: 0.5s;
    transition: top 0.5s linear 0s;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 0 20px;
    background-color: #e7e7e7 !important;
}

.herder-fix {
    /* position: fixed; */
    background-color: #e7e7e7;
    width: 100%;
    padding: 0;
}

#navbar {
    background-color: #e7e7e7;
    z-index: 9998;
    padding: 0 20px;
    /* position: relative; */
    pointer-events: auto;
    width: 100%;
}

#navbar .tophead {
    padding: 10px 0;
    transition: all 0.3s linear;
}

.vhflex-ali-center {
    align-items: center;
    align-content: center;
}

.vhflex-jus-begin-end {
    justify-content: space-between;
}

/* menu-mobile */

.menu_mobile {
    position: relative;
}

.img-logo-main {
    max-width: 180px
}

.menu_mobile .icon_menu {
    position: relative;
    width: 30px;
    height: 25px;
    margin-bottom: 15px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 8px;
    line-height: 12px;
    display: block;
}

.buy {
    background: #ff6517;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    font-size: 12px;
    top: 5px;
    line-height: 50px;
    left: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_mobile .icon_menu .txt {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
}

/* css-menu-mobile */

#menu-mobile {
    z-index: 9999;
    pointer-events: auto;
    background-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width:100%;
    padding-right:40px;
    max-width:410px;
    transform: translateX(-100%);
    transition: transform linear 0.2s, opacity linear 0.2s;
}

.mmMenu {
    background: #f6f6f6;
    pointer-events: auto;
    padding: 10px 15px;
}

.mmMenu>ul>li>a,
.mmMenu>ul>li>.m-sub>a {
    display: block;
    padding: 10px 0;
    padding-right: 30px;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    ;

}

.mmMenu>ul>li>.m-sub {
    display: flex;
    justify-content: space-between;
}

#navbar-input-mobile {
    display: none;
}

.nav--overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    animation: fadeIn linear 0.5s;
}

.nav-input:checked~.nav--overlay {
    display: block !important;
    border: none;
}

.nav-input:checked~#menu-mobile {
    transform: translateX(0%);
    opacity: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* css-close-menu */

.close-mmenu {
    position: absolute;
    top: 0px;
    right: 40px;
    width: 40px;
    height: 40px;
    color: #333333;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* CSS-DROPDOWN */

.dropdown-menu-children {
    position: absolute;

    float: left;
    min-width: 120px;
    white-space: nowrap;
    background: white;
    font-size: 14px;
    text-align: left;
    list-style: none;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    z-index: 10;
    font-weight: 100;
}

.the-a-dropdown-children {
    display: block;
    padding: 10px 30px 10px 20px;
    color: rgb(51, 51, 51);
    font-weight: 200;
}

.dropdown-ul a:hover {
    color: rgb(51, 51, 51);
}



.mmMain li a:hover {
    color: #333333 !important;
}

.paneldrop {
    padding: 0 18px;
    background-color: #f6f6f6;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
}

.content-menu-dropdown {
    /* padding: 15px 18px; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f9f9f9;
}

/* search */

.vhsearch {
    width: 510px;
    margin: 0 auto;
    padding: 0 20px;
}

.vhponsition-re {
    position: relative;
}

/* css-main content */

.boxhome {
    position: relative;
}

.vhsearch input {
    width: 100%;
    border: none;
    height: 45px;
    padding: 0 120px 0 0;
    border-bottom: 2px solid #000000;
    background-color: transparent;
    outline: none;
}

input {
    color: black;
}

.vhsearch button {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 45px;
    border: none;
    text-align: right;
    background-color: transparent;
    text-transform: uppercase;
    padding: 0;
}

/* list tool hearder */

.lsttoolhead {
    position: relative;
}

.vhflex-ali-center {
    align-items: center;
    align-content: center;
}


.vhiconhead {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 12px 18px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.vhiconhead .iicon {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.vhiconhead:hover {
    background-color: #fff;
}

/* css-acout */

.popupaccout {
    display: none;
    position: absolute;
    z-index: 99;
    animation: fadeIn linear 0.8s;
    top: 100%;
    left: 0;
    width: calc(100% + 20px);
    height: calc(100vh - 89px);
    background-color: #ffff;
    padding: 20px;

    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

.popupaccout .contaccnolog {
    height: 100%;
}

.popupaccout .titleacount {
    margin-bottom: 20px;
}

.popupaccout .titleacount ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

ol,
ul {
    list-style: none;
}

.popupaccout .titleacount ul li {
    margin-right: 30px;
}

.popupaccout .titleacount ul li a {
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
    color: #bbbbbb;
}

.popupaccout .titleacount ul li:hover a,
.popupaccout .titleacount ul li.active a {
    color: #222222;
}

/* css-contaccount */

.popupaccout .contaccount {
    max-height: calc(100% - 50px);
    overflow: hidden;
    overflow-y: auto;
}

.popupaccout .infopopaccount.active {
    display: block;
}

.popupaccout .informline {
    margin-bottom: 10px;
}

.popupaccout .informline input {
    height: 35px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    color: #888888;
    outline: none;
    font-family: 'Red Rose';
}

.popupaccout .checkbox {
    font-size: 13px;
    line-height: 21px;
}

.vhmargin-lg-bottom-20 {
    margin-bottom: 20px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    /* margin-bottom: 10px; */
}

/*css-cart*/
.popupcart {
    display: none;
    z-index: 100;
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 20px);
    height: calc(100vh - 89px);
    background-color: #ffff;
    padding: 20px;
    /* transform: translateX(100%); */
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    animation: fadeIn linear 0.8s;
    transition: all 0.3s linear;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

/*css-search-mobile*/
.searchhead.active .popupsearch {
    opacity: 1;
    visibility: inherit;
    pointer-events: auto;
}

.searchhead .popupsearch {
    position: absolute;
    display: none;
    top: 131%;
    left: -158px;
    right: -9px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    z-index: 9;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    animation: fadeIn linear 0.8s;
}



.vhponsition-re {
    position: relative;
}

.searchhead .popupsearch input {
    width: 100%;
    border: none;
    height: 40px;
    padding: 0 50px 0 0;
    border-bottom: 2px solid #000000;
    background-color: transparent;
    outline: none;
}

.searchhead .popupsearch button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    text-align: right;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}

/* css-navbar */

#navbar .bothead {
    margin: 0 -10px;
}

.submenuhead>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.submenuhead>ul>li {
    position: relative;
}

.submenuhead>ul>li>a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 15px;
    display: block;
    color: black;
}

.submenuhead>ul>li.has-sub {
    position: relative;
}

.submenuhead>ul>li>a:hover {
    background-color: #fff;
}


.submenuhead>ul>li .submenu {
    position: absolute;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px;
    min-height: 300px;
    transition: all 0.3s linear;
    z-index: 111;
    display: none;
}


.submenuhead>ul>li:hover .submenu {
    display: block;
}

.the-a-navbar {
    position: relative;
}

.submenuhead>ul>li.has-sub {
    position: relative;
}

.the-a-navbar:hover.submenu {
    visibility: visible !important;
    opacity: 1;
}

.vhmargin-lg-col-10 {
    margin: 0 -10px;
}


.submenuhead .submenu .namesub a {
    color: black;
}

.submenuhead .submenu .namesub {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.vhpadding-lg-col-10 {
    padding: 0 30px;
}


a,
button {
    color: #333333;
    transition: all 0.3s linear;
}

.submenuhead .submenu .contlink li {
    margin-bottom: 5px;
    white-space: nowrap;
}

.submenuhead>ul>li>ul>li>a {
    padding: 8px 15px;
    display: block;
}

.submenu:hover {
    visibility: visible !important;
    opacity: 1;
}

.submenuhead .submenu .namesub a:hover,
.submenuhead .submenu .namesub.active a {
    color: #ed1d24;
}

.submenuhead .submenu .contlink li a {

    color: #292525;
    font-size: 14;
}

.submenuhead .submenu .contlink li a:hover {
    color: #ed1d24 !important;
}

.submenuhead>ul>li>ul>li>a:hover {
    color: #ed1d24;
}

.submenuhead .submenu .contlink ul {
    padding: 0px;
}

/* css-content-main */

.wraphome {
    padding: 0 60px;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

/*.productnbsm .gripprosm {*/
/*    margin: 0 -60px;*/
/*    align-items:center;*/
/*}*/

.continfohome {
    padding: 25px 0 50px;
}

.vhbgcolor {
    background-color: #e7e7e7;
    /*max-width: 1920px;*/
    /*margin: 0 auto;*/
}

/* css-sever-shop */

.titlehome {
    text-align: center;
}

.vhmargin-lg-bottom-20 {
    margin-bottom: 20px;
}

.titlehome h2 {
    font-size: 34px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
}

.vhmargin-lg-bottom-50 {
    margin-bottom: 50px;
}

.paymenthome .grippay {
    justify-content: center;
    margin: 0 -15px;
}



.paymenthome .grippay .colp {
    padding: 0 15px;
    /* min-width: 230px; */
}

.itempayhome {
    text-align: center;
    position: relative;
    z-index: 1;
}

.itempayhome .icon {
    display: block;
    font-size: 50px;
    color: #000;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
}

.itempayhome .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.itempayhome .txt {
    display: inline-block;
    padding: 7px 10px;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 23px;
}

.vhmargin-lg-bottom-80 {
    margin-bottom: 80px;
}

/*.productnbsm .gripprosm>div {*/
/*    padding: 0 60px;*/
/*}*/

.vhthumb-120 {
    padding-top: 120%;
}

.vhcol-2 {
    width: 50%;
    flex: 0 0 auto;
}

@media (min-width: 768px){
  .vhcol-md-4 {
    width: 25%;
    flex: 0 0 auto;
  }
}
.img-zoom {
    transition: 0.5s all ease-in-out;
    width:100%;
}

.itemprosm {
    overflow: hidden;
}

.itemprosm:hover .img-zoom {
    transform: scale(1.1);
}

.vhthumbborder {
    position: relative;
}

.titlehome h2 {
    font-size: 34px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
}

.vhmargin-lg-bottom-30 {
    margin-bottom: 30px;
}

.itemProduct .decs {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
}

.itemProduct .decs .infopro {
    width: calc(100% - 120px);
}


.itemProduct .decs h3 {
    font-size: 18px;
    line-height: 27px;
    max-height: 27px;
    overflow: hidden;
    margin-bottom: 5px;
}

.itemProduct .decs .pricePro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    margin: 0 -5px;
}

.itemProduct .decs .pricePro .normPro {
    font-weight: bold;
}

.itemProduct .decs .pricePro>div {
    padding: 0 5px;
}

.itemProduct .decs .gripcolorPro {
    width: 120px;
}

.itemProduct .gripcolorPro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.itemProduct .gripcolorPro a {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.vhbtnslick .slick-prev::before {
    content: '\e90a';
}

.vhbtnslick .slick-arrow::before {
    font-family: 'icomoon' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 45px;
    color: #333;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* css-footer */

#vnt-footer {
    padding: 40px 0px;
}

.boxBot {
    margin-bottom: 30px;
}

.boxBot .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}

.vhmargin-lg-bottom-10 {
    margin-bottom: 10px;
}

.addressFoot {
    color: #000;
}

.addressFoot .be {
    position: relative;
    margin-bottom: 10px;
}

.menuFoot ul {
    list-style: none;
}

.menuFoot li {
    margin-bottom: 6px;
}

.menuFoot li a {
    color: #666666;
    line-height: 20px;
}

.receive_email {
    border-bottom: 1px solid #000000;
}

.receive_email .form-control {
    height: 40px;
    background: #ffffff;
    border: none !important;
    padding: 6px 0;
}

.social_network_icon img:hover {
    opacity: 1 !important;
}

.social_network_icon img {
    opacity: 0.4;
}

.vhtext-center {
    text-align: center;
}

.vhfont-lg-13 {
    font-size: 13px;
    line-height: 21px;
}

.vhtextcolor-1 {
    color: #666666;
}

/*css-catagory*/
.box_mid {
    width: 100%;
}

.vhponsition-re {
    position: relative;
}

.paddAllPage {
    padding: 30px 0 50px;
}

.wrapper {
    /*max-width: 1200px;*/
    padding: 0 15px;
    margin: 0 auto;
}

.posiTitleVsFill {
    position: relative;
    padding: 0 285px;
    margin:0 20px;
}
 
.box_mid .mid-title .titleL {
    font-size: 34px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}


/* css-fillter */

.posiTitleVsFill .ponsiFillter {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 195px;
    z-index: 2;
}
.ntp_sort{
    position: absolute;
    right: 205px;
    bottom: 0;
    width: 195px;
    z-index: 2;
}
.ponsiFillter .btnsort .a {
    display: inline-block;
    padding: 10px 0px;
    border: 2px solid #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    width: 100%;
    position: relative;
    height:47px;
}
.ldh_sorter-options{
    display: inline-block;
    padding: 10px 0px;
    border: 2px solid #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    border-radius:0;
    height:47px;
}
.ldh_sorter-options:focus{
  border-radius:0;
  outline:none; 
}
.ponsiFillter .btnsort .a:hover {
    background-color: #000000;
    color: #fff;
}


/* css-fillter-dropdown */

.colSidebar {
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    background-color: #e7e7e7;
    z-index: 111;
    display: none;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    animation: fadeIn linear 0.8s;
}

.fillter-input:checked~.colSidebar {
    display: block;
    animation: fadeIn linear 0.8s;
}

.fillter-input {
    display: none;
}

.wrapfull {
    padding: 0 60px;
}

.fixebScroll {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 30px 0;
}

.vhmargin-lg-col-10 {
    margin: 0 -10px;
}

.vhflex {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.vhflex>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

.boxFilter {
    padding: 15px 0;
}

.boxFilter>.title,
.boxFilter>.titlecl {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.boxFilter>.content {
    padding-top: 10px;
}

.colSidebar .fixebScroll .grip3Check {
    max-height: 350px;
    overflow-y: auto;
}

.myCheckbox {
    margin-bottom: 10px;
    color: #333333;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-content: center;
}


/* mid-content */

.gripFilterMb {
    margin-bottom: 25px;
}

.vhcol-lg-3 {
    width: 33.3333%;
}

.vhpadding-lg-col-20 {
    padding: 0 20px;
}

.vhmargin-lg-bottom-30 {
    margin-bottom: 30px;
}

.gripFilterMb .fillterItem {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    width: 100%;
}

.itemProduct {
    position: relative;
    height: 100%;
    width: 100%;

}

.itemProduct .thumb {
    overflow: hidden;
}

.itemProduct .thumb a {
    padding-top: 123.0%;
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform linear 0.7s;
}

.itemProduct .thumb a:hover {
    transform: scale(1.1);
}

.itemProduct-decs-h3-a {
    font-size: 18px;
    line-height: 27px;
    max-height: 27px;
    overflow: hidden;
    margin-bottom: 5px;
}

.itemProduct .decs .pricePro .normPro {
    font-weight: bold;
}

.vhflex-wrap {
    flex-wrap: wrap;
}

/*css-product-template*/
.paddAllPage {
    padding: 30px 0 50px;
}

.productTitle {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.productWrap {
    margin-bottom: 60px;
}

.rowGripPro {
    display: flex;
    flex-wrap: wrap;
}

.rowGripPro .colThumb {
    width: 50%;
    background-color: #fff;
}

.productThumbnail {
    padding-left: 130px;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
}

.slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.vnt-thumbnail-nav {
    width: 110px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.vnt-thumbnail-nav .item {
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.rowGripPro .colDecs {
    width: 50%;
    background-color: #ffff;
    padding-left: 45px;
}

.productTitle {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.productTitle h1,
.productTitle h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.productInfoAtt {
    margin-bottom: 20px;
}

.productInfoAtt .codePro {
    font-size: 15px;
    line-height: 23px;
}

.productInfoAtt>div {
    margin-bottom: 10px;
}

.productPrice .normPro {
    font-size: 25px;
    line-height: 37px;
    font-weight: 700;
    color: #111111;
    margin-right: 10px;
}

.lstcoloDt .name {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px;
}

.lstcoloDt .gripcolorPro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.lstcoloDt .gripcolorPro a {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.lstsizepro .name {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px;
}

.box-check {
    display: inline-block;
    min-width: 60px;
    padding: 2px 5px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #eeeeee;
    margin-right: 7px;
    margin-bottom: 7px;
    color: black;
}

.valueChild.active {
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
}

.quatitypro .sl {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    margin-right: 15px;
}

.quantity {
    position: relative;
}

.quatitypro {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.quantity .btn-down {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 35px;
    height: 35px;
    background-color: #fff;
    position: absolute;
    left: 0;
}

.quantity input {
    width: 140px;
    height: 35px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 40px;
    text-align: center;
    color: #333333;
}

.quantity .btn-up {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 35px;
    height: 35px;
    background-color: #fff;
    position: absolute;
    right: 0;
}

.gripProAttr {
    font-size: 14px;
    line-height: 22px;
}

.toolAttriPro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    padding-top: 10px;
}

.toolAttriPro .addcart {
    margin-right: 10px;
}

.toolAttriPro .addcart button {
    display: inline-block;
    height: 50px;
    padding: 0 25px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
}

.toolAttriPro .addpayment button {
    display: inline-block;
    height: 50px;
    padding: 0 25px;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
    min-width: 210px;
}


/* css-hover */

.toolAttriPro .addcart button:hover {
    color: #000000;
    background-color: #ffffff;
}

.toolAttriPro .addpayment button:hover {
    color: #ffffff;
    background-color: #000000;
}

.lstinfoproduct .iteminfopp {
    margin-bottom: 10px;
}

.lstinfoproduct .iteminfopp .namett {
    padding: 10px 15px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    background-color: #f5f5f5;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.lstinfoproduct .iteminfopp .icon {
    position: absolute;
    right: 10px;
    bottom: 8px;
}

.conttt.desc p {
    padding: 5PX 0;
}

p {
    margin: 0px;
    padding: 5px 0px;
}

.myTools {
    padding: 10px;
    background-color: #f2f2f2;
}

.myTools .share {
    display: flex;
    align-items: center;
}

.myTools .share ul li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #333333;
}

.myTools .share .txt {
    margin-right: 10px;
}

.myTools .share ul li {
    float: left;
    margin-right: 15px;
}

.myTools .share ul li a i,
.myTools .share ul li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 16px;
}

.myTools .share ul li a:hover {
    border-radius: 0;
}

.boxProductBt {
    margin-bottom: 40px;
}

.boxProductBt .titleBt {
    margin-bottom: 15px;
    text-align: center;
}

.boxProductBt .titleBt h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}


/* css-swiper */

.swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*css-product-slider*/


.product-gallery {
    user-select: none;
    display: flex;
    flex-direction: row;
}

.product-gallery .product-photos-side {
    overflow: hidden;
    width: 100px;
    position: relative;
}

.product-gallery .product-photos-side .swiper-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

.product-gallery .product-photos-side .swiper-wrapper .slick-list {
    padding: -50px 0 !important;
    margin-top: -4px;
    margin-bottom: -4px;
}

.product-gallery .product-photos-side .swiper-wrapper .slick-list .slick-slide {
    transition: 225ms opacity ease-in-out;
    border: 3px #7a7a7a solid;
    width: 40px;
    margin: 4px 0;
    opacity: .6;
}

.product-gallery .product-photos-side .swiper-wrapper .slick-list .slick-slide.selected {
    border: 3px #000 solid;
    opacity: 1;
}

.product-gallery .product-photos-side .swiper-wrapper .swiper-zoom-container {
    /* height: 90px; */
    text-align: center;
    /* background: #000; */
}

.product-gallery .product-photos-main {
    width: 80%;
    position: relative;
    margin-bottom: 30px;
    padding-left: 10px;
}

.product-gallery .product-photos-main .swiper-wrapper .swiper-zoom-container {
    /* height: 500px; */
    text-align: center;
    /* background: #000; */
}

.product-gallery .product-gallery-full-screen {
    position: fixed;
    background: #000;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100vw;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    z-index: 999999;
    transition: 450ms opacity ease-in-out;
}

.product-gallery .product-gallery-full-screen.opened {
    opacity: 1;
    overflow-y: auto;
    pointer-events: auto;
}

.product-gallery .product-gallery-full-screen .swiper-wrapper {
    width: 100%;
    position: relative;
    margin: auto;
}

.product-gallery .product-gallery-full-screen .swiper-wrapper .swiper-zoom-container {
    height: 100vh;
    text-align: center;
    background: #000;
}

.product-gallery .product-gallery-full-screen .gallery-nav {
    position: absolute;
    background: #000;
    color: #aaa;
    padding: 10px 15px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: 250ms opacity ease-in-out;
    opacity: 0;
}

.product-gallery .product-gallery-full-screen .gallery-nav ul,
.product-gallery .product-gallery-full-screen .gallery-nav li {
    list-style: none;
}

.product-gallery .product-gallery-full-screen .gallery-nav ul {
    float: right;
}

.product-gallery .product-gallery-full-screen .gallery-nav li {
    float: left;
    color: #aaa;
    cursor: pointer;
    margin-left: 15px;
    transition: 150ms color ease-in-out;
}

.product-gallery .product-gallery-full-screen .gallery-nav li:hover {
    color: #fff;
}

.product-gallery .product-gallery-full-screen .gallery-nav svg {
    display: block;
    fill: currentColor;
    height: 30px;
    width: 30px;
}

.product-gallery .product-gallery-full-screen .gallery-nav .fullscreen.leavefs svg.fs-icon,
.product-gallery .product-gallery-full-screen .gallery-nav .fullscreen svg.fs-icon-exit {
    display: none;
}

.product-gallery .product-gallery-full-screen .gallery-nav .fullscreen.leavefs svg.fs-icon-exit {
    display: block;
}

.product-gallery .product-gallery-full-screen .gallery-nav .swiper-button-prev,
.product-gallery .product-gallery-full-screen .gallery-nav .swiper-button-next {
    position: absolute;
    top: 50vh;
    fill: currentColor;
    background: #000;
    color: #aaa;
    opacity: .65;
    transition: 250ms opacity ease-in-out, 150ms color ease-in-out;
}

.product-gallery .product-gallery-full-screen .gallery-nav .swiper-button-prev:hover,
.product-gallery .product-gallery-full-screen .gallery-nav .swiper-button-next:hover {
    color: #fff;
}

.product-gallery .product-gallery-full-screen .gallery-nav .swiper-button-prev svg,
.product-gallery .product-gallery-full-screen .gallery-nav .swiper-button-next svg {
    display: block;
    fill: currentColor;
    height: 30px;
    width: 30px;
}

.product-gallery .product-gallery-full-screen .gallery-nav .swiper-button-next {
    right: 0;
}

.product-gallery .product-gallery-full-screen .gallery-nav .swiper-button-prev {
    left: 0;
}

.product-gallery .product-gallery-full-screen .gallery-nav .swiper-pagination {
    position: static;
    float: left;
    width: auto;
    line-height: 30px;
}

.product-gallery .swiper-zoom-container img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: scale-down;
    object-position: center;
}


/*# sourceMappingURL=asd.css.map */

.paddAllPage {
    padding: 30px 0 50px;
}

.productTitle {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.productWrap {
    margin-bottom: 60px;
}

.rowGripPro {
    display: flex;
    flex-wrap: wrap;
}

.rowGripPro .colThumb {
    width: 50%;
    background-color: #fff;
}

.productThumbnail {
    padding-left: 130px;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
}

.vnt-thumbnail-nav {
    width: 110px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.vnt-thumbnail-nav .item {
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.rowGripPro .colDecs {
    width: 50%;
    background-color: #ffff;
    padding-left: 45px;
}

.productTitle {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.productTitle h1,
.productTitle h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.productInfoAtt {
    margin-bottom: 20px;
}

.productInfoAtt .codePro {
    font-size: 15px;
    line-height: 23px;
}

.productInfoAtt>div {
    margin-bottom: 10px;
}

.productPrice .normPro {
    font-size: 25px;
    line-height: 37px;
    font-weight: 700;
    color: #111111;
    margin-right: 10px;
}

.lstcoloDt .name {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px;
}

.lstcoloDt .gripcolorPro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.lstcoloDt .gripcolorPro a {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.lstsizepro .name {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px;
}

.list-size.a {
    display: inline-block;
    min-width: 60px;
    padding: 2px 5px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #eeeeee;
    margin-right: 7px;
    margin-bottom: 7px;
}

.list-size.active {
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
}

.quatitypro .sl {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    margin-right: 15px;
}

.quantity {
    position: relative;
}

.quatitypro {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.quantity .btn-down {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 35px;
    height: 35px;
    background-color: #fff;
    position: absolute;
    left: 0;
}

.quantity input {
    width: 140px;
    height: 35px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 40px;
    text-align: center;
    color: #333333;
}

.quantity .btn-up {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 35px;
    height: 35px;
    background-color: #fff;
    position: absolute;
    right: 0;
}

.gripProAttr {
    font-size: 14px;
    line-height: 22px;
}

.toolAttriPro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    padding-top: 10px;
}

.toolAttriPro .addcart {
    margin-right: 10px;
}

.toolAttriPro .addcart button {
    display: inline-block;
    height: 50px;
    padding: 0 25px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
}

.toolAttriPro .addpayment button {
    display: inline-block;
    height: 50px;
    padding: 0 25px;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
    min-width: 210px;
    background-color: #ffffff;

}


/* css-hover */

.toolAttriPro .addcart button:hover {
    color: #000000;
    background-color: #ffffff;
}

.toolAttriPro .addpayment button:hover {
    color: #ffffff;
    background-color: #000000;
}

.lstinfoproduct .iteminfopp {
    margin-bottom: 10px;
}

.lstinfoproduct .iteminfopp .namett {
    padding: 10px 15px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    background-color: #f5f5f5;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.lstinfoproduct .iteminfopp .icon {
    position: absolute;
    right: 10px;
    bottom: 8px;
}

.conttt.desc p {
    padding: 5PX 0;
}

.dropgt {
    padding: 0 18px;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
}

p {
    margin: 0px;
    padding: 5px 0px;
}

.myTools {
    padding: 10px;
    background-color: #f2f2f2;
}

.myTools .share {
    display: flex;
    align-items: center;
}

.myTools .share ul li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #333333;
}

.myTools .share .txt {
    margin-right: 10px;
}

.myTools .share ul li {
    float: left;
    margin-right: 15px;
}

.myTools .share ul li a i,
.myTools .share ul li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 16px;
}

.myTools .share ul li a:hover {
    border-radius: 0;
}

.boxProductBtt {
    margin-bottom: 40px;
}

.boxProductBtt .titleBt {
    margin-bottom: 15px;
    text-align: center;
}

.boxProductBtt .titleBt h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}


/* css-swiper */

.swiper-container {
    width: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#overlay{
  position:fixed;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:999;
  background:transparent;
  display:none;
}

/*css-cart-product*/
.dropdown-content1 {
    position: fixed;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    z-index: 9999;
    top:0;
    border-radius: 3px;
    padding: 20px;
    right:0;
    bottom:0;
    transform: translateX(100%);
    border: 2px solid #ddd;
    color: #777;
    transition: transform 0.25s ease-out 0s;
    background-color: #fff;
    width: 320px;
}


.dropdown-content1 p {
    font-size: 14px;
    color: #777;
}

.dropdown-content-cart-mobile p {
    font-size: 14px;
    color: #777;
}

.cart-product {
    border-bottom: 1px solid lightgrey;
    margin-bottom: 10px;

}

.cart-image {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}

.cart-list-pay {
    max-height: 300px;
    overflow-y: auto;
    padding-top: 10px;
}

.info-product {
    display: flex;
    font-size: 14px;
    position: relative;
    text-align: left;
    padding-right: 15px;
}

.info-product span {
    padding-left: 5%;
}

.remove {
    text-decoration: none;
    position: absolute;
    width: 24px;
    height: 24px;
    font-size: 25px !important;
    line-height: 20px !important;
    border-radius: 100%;
    color: #ccc !important;
    font-weight: 700;
    text-align: center;
    border: 2px solid currentColor;
    right: 0px;
    top: 50%;
}

.remove:hover {
    color: #111 !important;
}

.cart:hover .dropdown-content1 {
    display: block !important;
}

.total-price-pc {
    text-align: center;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
}

.total-price-pc span {
    font-size: 14px;
    color: #696b6b;
    font-weight: bold;
}

.cart-btn button {
    width: 100%;
    margin-top: 5%;
    padding: 2%;
}

#cart-pc {
    border: none;
    background-color: #7dc558;
}

.the-a-pay {

    color: #fff;
}

#cart-pc a {
    color: #fff;
}

#pay-pc {
    display: block;
    width: 100%;
    padding: 12px;
    text-align: center;
    border: 1px solid #000000;
    background-color: #000000;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
}

#pay-pc:hover {
    background-color: #fff;
    color: #000000 !important;
}


/*css- them*/
.hero {
    max-width: 1920px;
    margin: 0 auto;
}

.bgAllPage {
    max-width: 1920px;
    margin: 0 auto;
}

.fixebScroll {
    justify-content: space-around;
}

.myCheckbox input {
    height: 16px;
    width: 16px;
}

/*css-fillter-mobile*/
#popupMbFill {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 1112;
    transform: translateX(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 99999;
}

#popupMbFill .titleFill {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
}

#popupMbFill .contentFill {
    padding: 0 15px;
    max-height: calc(100vh - 100px);
    overflow: hidden;
    overflow-y: auto;
}



.boxFilter>.titlecl i {
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



.dropfillter {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

#popupMbFill .btnFilter {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    align-content: center;
    padding: 20px 10px;
}

#popupMbFill .btnFilter .btnItem {
    width: 100%;
    padding: 0 5px;
    display:flex;
}

#popupMbFill .btnFilter .btnItem button {
    border: 1px solid #333333;
    width: 100%;
    background-color: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
#popupMbFill .btnFilter .btnItem button:first-child{
  margin-right:5px;
}
.click_fitermb{
      background-color: #333333 !important;
    color: #fff;
}

/* style the container */
.header-navigate {
    padding-top: 30px;
}

.breadcrumb {
    background-color: white !important;
}

.layout-account {
    max-width: 600px;
    margin: 0 auto;
}

.l {
    position: relative;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px 0 30px 0;
}


/* style inputs and link buttons */

.input-login,
.btn-login {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.input-login:hover,
.btn-login:hover {
    opacity: 1;
}



.fb {
    background-color: #3B5998;
    color: white;
}

.twitter {
    background-color: #55ACEE;
    color: white;
}

.google {
    background-color: #dd4b39;
    color: white;
}


/* style the submit button */

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}


/* Two-column layout */

.col {
    float: left;
    width: 50%;
    margin: auto;
    padding: 0 50px;
    margin-top: 6px;
}


/* Clear floats after the columns */

.row-1:after {
    content: "";
    display: table;
    clear: both;
}


/* vertical line */

.vl {
    position: absolute;
    left: 50%;
    display: flex;
    transform: translate(-50%);
    border: 2px solid #ddd;
    height: 47px;
    margin-top: 60px;
    width: 20px;
}




/* text inside the vertical line */

.inner {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 8px 10px;
}


/* hide some text on medium and large screens */

.hide-md-lg {
    display: none;
}


/* bottom container */

.bottom-container {
    text-align: center;
    background-color: #666;
    border-radius: 0px 0px 4px 4px;
}


/* Full-width input fields */

.input-account-bootrap {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

.input-account-bootrap:focus {
    background-color: #ddd;
    outline: none;
}

hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}


/* Set a style for all buttons */

.button-sing-up {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.button-sing-up:hover {
    opacity: 1;
}


/* Extra styles for the cancel button */

.cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;
}


/* Float cancel and signup buttons and add an equal width */

.cancelbtn,
.signupbtn {
    float: left;
    width: 50%;
    color: white;
}


/* Add padding to container elements */

.container-login {
    padding: 16px;
    max-width: 400px;
    margin: 0 auto;
}


/* Clear floats */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}


.cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;
}


.cancelbtn,
.signupbtn {
    float: left;
    width: 50%;
}


.container-login {
    padding: 16px;
    max-width: 400px;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


.the-p-address-shop {
    margin-bottom: -10px;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
}

option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.address-information .address-list .address-title h3 {
    color: #333;
    font-size: 12px;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin: 0;
}

.address-information .address-list .address-detail a {
    display: block;
    padding: 5px 15px;
}
.phantrang{
  display:flex;
  width:100%;
  justify-content:center;
}
#ntp_sort{
  position:relative;
}
.ntp_flex{
  position:absolute;
  bottom:20px;
  display:flex;
  right:0;
}
.click_fiter{

  background: black;
  color: white;
  border: none;
  padding: 5px 10px;
  line-height: 17px;
}
.cancel-filter{
    border: none;
    background: none;
    text-decoration: underline;
    padding: 5px;
    padding-right: 15px;
}
.map-dnt-style > iframe {
    width: 100%;
    height: 450px;
}.box-active-map {
    border: 1px solid #DDE1EF;
}
.search-map {
    padding: 10px;
}
.lb-search-map {
    font-size: 1.125rem;
    color: #000;
    font-weight: 600;
}
.input-search-map {
    width: 100%;
    height: 40px;
    border: 1px solid #DDE1EF;
    border-radius: 4px;
    padding: 0 10px;
    margin-top: 5px;
    outline:none;
}
.map-overflow {
    max-height: 363px;
    overflow-y: scroll;
}
.list-store {
    padding: 10px;
}
.item-store {
    padding-bottom: 1em;
    border-bottom: 1px solid #DDE1EF;
}
.bnt-chiduong-map {
    border-radius: 16px;
    padding: 2px 7px;
    border: 1px solid #FFF;
    outline: none;
    background: #333;
    opacity: 0.5;
    color: #FFF;
    white-space: nowrap;
}
.style-call-map {
    color: #333;
}
.list-store.active .bnt-chiduong-map {
    opacity: 1;
}
@media screen and (min-width: 1024px){
.widht20 {
    max-width: 20% !important;
}
  
}
.confirm-btn {
  background: #6133C2 !important;
}
.main-column-content img {
  width: 100%;
  height: auto;
}
.new-contents strong {
  color: #383838;
  font-weight: bold;
}

.viewed-category-three .viewthree-main {
  margin-bottom: 30px;
}
.btn-xem span {
    padding: 10px 20px;
    border: 1px solid var(--button-color);
    background-color: var(--button-color);
    color: #fff;
    font-weight: bold;
}
.ldh_Carousel4 .swiper-pagination-bullet-active{
  background: #6133c2;
}
/* product view */
  .ldh_Carousel4 .swiper {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
      }
.swiper-grid-column>.swiper-wrapper{
  flex-direction: row;
}
      .ldh_Carousel4 .swiper-slide {
        margin-top:0 !important;
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc((100% - 30px) / 2) !important;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding-bottom:10px;
      }
      .swiper-button-lock{
 
      }
      .ldh_Carousel4 .ldh_ProductWrapper-sc {
        width: 100%;
      }
 
    
    .showTags a {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #6c757d;
    background-color: #e9ecef;
    border-radius: 3px;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-decoration: none;
  }
  .table-content .outputtext a {
    cursor: pointer;
  }
  
   .description ul{
      margin-bottom:1rem !important;
      list-style-type: unset;
    }
    .description ul li{
      margin-left:16px;
    }
    .description a{
      color:#6133C2;
    }
    .p-0 {
    padding: 0 !important;
}
.is-flex{
  display:flex;
}
.col-8 {
    width: 66.666667%;
}
.col-4 {
    width: 33.333333%;
}
.logo-pancake {
    text-align: end;
    margin-top: 3px;
    font-size: 13px;
}
.logo-pancake span a {
    position: relative;
    top: -2px;
}
.logo-pancake img {
    width: 100px;
    height: 30px;
}
.titleL h1{
  padding:0 25%;
}
video{
  width:100% !important;
}
.ntp_chitiet img{
 object-fit:contain;
 height:100%;
}