@media only screen and (max-width: 1600px){
	.product-main .product-info.summary{
		padding-left: 15px;
	}
}
@media only screen and (max-width: 1500px){
	.titFeaPostSlide span{
		font-size: 40px;
	}
}
@media only screen and (max-width: 1282px){
	.textTitLangGolf h2{
		font-size: 72px;
	}
	.IfrVideoSingle iframe{
		height: 700px;
	}
}
@media only screen and (max-width: 1100px){
	.titFeaPostSlide span {
        font-size: 35px;
        line-height: 38px;
    }
    .row5colAriva .col {
	    flex-basis: 25% !important;
	    max-width: 25% !important;
	}
	.IfrVideoSingle iframe{
		height: 600px;
	}
}
@media only screen and (max-width: 1275px) and (min-width: 900px){
	#header .header-main #logo{
		width: auto;
	}
}
@media only screen and (max-width: 1185px) and (min-width: 900px){
	.header-main .header-search-form .header-search-form-wrapper{
		display: none;
	}
}
@media only screen and (max-width: 1185px){
	.archive h1.shop-page-title{
		font-size: 35px;
	}
	.archive h1.shop-page-title:before{
		top: 2px;
	}
}

@media screen and (min-width:550px)and (max-width:950px) {
	.md-x5 {
		left:5%;
	}
	.md-x15 {
		left:15%;
	}
	.md-x25 {
		left:25%;
	}
	.md-x35 {
		left:35%;
	}
	.md-x45 {
		left:45%;
	}
	.md-x55 {
		right:45%;
	}
	.md-x65 {
		right:35%;
	}
	.md-x75 {
		right:25%;
	}
	.md-x85 {
		right:15%;
	}
	.md-x95 {
		right:5%;
	}
	.md-y5 {
		top:5%;
	}
	.md-y15 {
		top:15%;
	}
	.md-y25 {
		top:25%;
	}
	.md-y35 {
		top:35%;
	}
	.md-y45 {
		top:45%;
	}
	.md-y55 {
		bottom:45%;
	}
	.md-y65 {
		bottom:35%;
	}
	.md-y75 {
		bottom:25%;
	}
	.md-y85 {
		bottom:15%;
	}
	.md-y95 {
		bottom:5%;
	}
	.md-x0 {
		left:0;
	}
	.md-x10 {
		left:10%;
	}
	.md-x20 {
		left:20%;
	}
	.md-x30 {
		left:30%;
	}
	.md-x40 {
		left:40%;
	}
	.md-x60 {
		right:40%;
	}
	.md-x70 {
		right:30%;
	}
	.md-x80 {
		right:20%;
	}
	.md-x90 {
		right:10%;
	}
	.md-x100 {
		right:0;
	}
	.md-y0 {
		top:0;
	}
	.md-y10 {
		top:10%;
	}
	.md-y20 {
		top:20%;
	}
	.md-y30 {
		top:30%;
	}
	.md-y40 {
		top:40%;
	}
	.md-y60 {
		bottom:40%;
	}
	.md-y70 {
		bottom:30%;
	}
	.md-y80 {
		bottom:20%;
	}
	.md-y90 {
		bottom:10%;
	}
	.md-y100 {
		bottom:0;
	}
	.md-x50 {
		left:50%;
		transform:translateX(-50%) !important;
	}
	.md-y50 {
		top:50%;
		transform:translateY(-50%) !important;
	}
	.md-x50.md-y50 {
		transform:translate(-50%,-50%) !important;
	}
}

@media (min-width: 950px) {
    .show-for-medium, [data-show=show-for-medium] {
        display: none !important;
    }
}

@media only screen and (max-width: 950px){
	.mobile-submenu-slide .off-canvas-left.main-menu-overlay,
	.mobile-submenu-slide .mfp-container > .mfp-content,
	.mobile-submenu-slide .mfp-wrap{
	    top: 55px;
	}
	.mobile-submenu-slide .mfp-container > .mfp-content{
		min-width: 100%;
		box-shadow: none;
	}
	.mobile-sidebar .mfp-close{
		display: none;
	}
	.mobile-sidebar .sidebar-menu .nav-sidebar{
		padding-top: 0px;
	}
	/* custom image menu product*/
	.memu-product-custom ul li ul li.menu-item.has-icon-left{
		width: 49%;
        float: left;
        margin-bottom: 10px;
        padding-left: 0;
	}
	.memu-product-custom ul li ul li.menu-item.has-icon-left a{
		display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px !important;
        padding: 10px 0px 0px 0px;
        padding-left: 0px !important;
        background-color: #fff;
        display: flex;
    	flex-direction: column;
    	margin: 0px 5px;
	}
	.memu-product-custom ul li ul li.menu-item.has-icon-left a img{
		order: 2;
	}
	.memu-product-custom ul li ul li.menu-item.has-icon-left a img{
		width: 100%;
        height: 150px;
        object-fit: contain;
        margin: 0 auto;
        margin-bottom: 15px;
        display: table;
	}
	.mobile-nav li.nav-icon a{
		position: relative;
		width: 32px;
		height: 30px;
	}
	.mobile-nav li.nav-icon a.current-lightbox-clicked{
		top: 3px;
	}
	.mobile-nav li.nav-icon a.current-lightbox-clicked i{
		display: none;
	}
	.mobile-nav li.nav-icon a.current-lightbox-clicked:before,
	.mobile-nav li.nav-icon a.current-lightbox-clicked:after{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
		height: 26px;
		width: 2px;
		background-color: #000;
	}
	.mobile-nav li.nav-icon a.current-lightbox-clicked:after{
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	/* end*/
	.nopadMobile{
		padding-bottom: 0px !important;
	}
	.medium-logo-center .show-for-medium{
		display: block !important;
	}
	.medium-logo-center .hide-for-medium {
		display: none !important;
	}
	.medium-col-first {
		order:-1;
	}
	.medium-flex-wrap {
		flex-flow:column wrap;
	}
	.medium-flex-wrap .flex-col {
		flex-grow:0;
		padding-bottom:5px;
		padding-top:5px;
		width: auto;
	}
	.medium-row-reverse {
		flex-direction:row-reverse;
	}
	.medium-nav-center {
		justify-content:center;
	}
	body.body-scroll-lock--active .mfp-wrap {
		overflow:auto;
		position:fixed !important;
	}
	.select-resize-ghost,
	.select2-container .select2-choice,
	.select2-container .select2-selection,
	input[type=date],
	input[type=email],
	input[type=number],
	input[type=password],
	input[type=search],
	input[type=tel],
	input[type=text],
	input[type=url],
	select,
	textarea {
		font-size:1rem;
	}
	.md\:stack-row {
		flex-direction:row;
	}
	.md\:stack-row>* {
		margin:0 !important;
	}
	.md\:stack-row>*~* {
		margin-left:var(--stack-gap) !important;
	}
	.md\:stack-col {
		flex-direction:column;
	}
	.md\:stack-col>* {
		margin:0 !important;
	}
	.md\:stack-col>*~* {
		margin-top:var(--stack-gap) !important;
	}
	.md\:items-stretch {
		align-items:stretch;
	}
	.md\:items-start {
		align-items:flex-start;
	}
	.md\:items-center {
		align-items:center;
	}
	.md\:items-end {
		align-items:flex-end;
	}
	.md\:items-baseline {
		align-items:baseline;
	}
	.md\:justify-start {
		justify-content:flex-start;
	}
	.md\:justify-center {
		justify-content:center;
	}
	.md\:justify-end {
		justify-content:flex-end;
	}
	.md\:justify-between {
		justify-content:space-between;
	}
	.md\:justify-around {
		justify-content:space-around;
	}
	.touch-scroll-table {
		box-shadow:inset -2px 0 18px -5px rgba(0,0,0,.5);
		margin-left:-15px;
		overflow-x:scroll;
		overflow-y:hidden;
		padding:15px;
		position:relative;
		width:calc(100% + 30px);
	}
	.touch-scroll-table table {
		width:100%;
	}
	.hide-for-medium,
	[data-show=hide-for-medium] {
		display:none !important;
	}
	.medium-text-center .pull-left,
	.medium-text-center .pull-right {
		float:none;
	}
	.medium-text-center .ml {
		margin-left:auto;
	}
	.medium-text-center .mr {
		margin-right:auto;
	}
	.medium-text-center {
		float:none !important;
		text-align:center !important;
		width:100% !important;
	}
	.header-inner .nav {
		flex-wrap:nowrap;
	}
	.medium-logo-left .logo {
		margin-left:0;
		margin-right:15px;
		order:1;
	}
	.medium-logo-left .flex-left {
		flex:1 1 0;
		order:2;
	}
	.medium-logo-left .flex-right {
		flex:1 1 0;
		order:3;
	}
	.medium-logo-center .flex-left {
		flex:1 1 0;
		order:1;
	}
	.medium-logo-center .logo {
		margin:0 15px;
		order:2;
		text-align:center;
	}
	.medium-logo-center .logo img {
		margin:0 auto;
	}
	.medium-logo-center .flex-right {
		flex:1 1 0;
		order:3;
	}
	.flatsome-cookies__inner {
		align-items:stretch;
		flex-direction:column;
		font-size:.9em;
		text-align:center;
	}
	.flatsome-cookies__buttons {
		margin-top:15px;
	}
	.flatsome-cookies__text {
		padding-right:0;
	}
	.searchform-wrapper {
		font-size:1rem;
	}
	/*.header-wrapper:not(.stuck) .logo img {
	    max-height: 46px !important;
	    position: absolute;
	    bottom: 4px;
	}*/
	#header .header-main #logo{
		width: auto;
	}
	.header-main .gtranslate_wrapper a.gt_switcher-popup span{
		display: none;
	}
	.gt_white_content .gt_languages a{
		border-bottom: 1px solid rgb(231 231 231 / 29%);
	}
	.gt_white_content .gt_languages a:last-child{
		border-bottom: none;
	}
	.gt_white_content{
		border-radius: 10px;
	}
	.header-main .mobile-nav.nav-right > li{
		margin: 0px 5px;
	}
	.header-main .nav > li > a{
		line-height: initial;
	}
	.header-main .mobile-nav.nav-left li a i.icon-menu{
		font-size: 32px;
    	line-height: 30px;
	}
	.mobile-nav > li > a > i{
		color: #729c89;
	}
	.header-wrapper.stuck .mobile-nav > li > a > i{
		color: #fff;
	}
	.header-wrapper.stuck .header-bg-container .header-bg-color{
		background-color: transparent;
	}
	.mobile-sidebar .sidebar-menu{
		padding-top: 0px;
	}
	.off-canvas-right .mfp-content, .off-canvas-left .mfp-content{
		min-width: 300px;
		background-color: #fff;
	}
	.sidebar-menu .nav-sidebar li a{
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 10px !important;
	}
	.sidebar-menu .sidebar-menu-top-content{
		background-color: #ffffff;
        padding: 30px 0px;
        border-bottom: 1px solid #000000;
	}
	.sidebar-menu .sidebar-menu-top-content a img{
		max-height: 68px;
	    margin: 0 auto;
	    display: table;
	    width: auto;
	}
	.off-canvas:not(.off-canvas-center) li.html{
		padding: 10px;
	}
	.sidebar-menu .header-social-icons .social-icons{
		text-align: left;
		color: #000000;
	}
	.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a, .mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a{
		color: hsl(0deg 0% 0% / 85%);
	    font-size: 1.05em;
	    text-transform: capitalize;
	}
	.sidebar-menu .nav-sidebar > li > a{
		color: #000000;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
	}
	.sidebar-menu .nav-sidebar > li.active{
		border-top: 1px solid #f3f3f3;
		background-color: rgb(251, 251, 251);
	}
	.sidebar-menu .nav-sidebar li ul{
		padding-bottom: 0px !important;
	}
	.sidebar-menu .nav-sidebar li ul li a{
		font-size: 16px !important;
        color: #000 !important;
/*        font-family: RebondMedium !important;*/
        font-weight: 500;
	}
	.sidebar-menu .nav-sidebar li .toggle{
		opacity: 1;
/*		font-family: RebondBold;*/
		font-weight: bold;
        font-size: 20px;
	}
	.sidebar-menu .nav-sidebar li .toggle i{
		font-size: 22px;
		opacity: 1;
		color: #444;
	}
	.has-child:hover{
		cursor: none;
	}
	#header .stuck #logo img {
	    max-height: 40px !important;
	    bottom: 0px;
	}
	.stuck .header-main .mobile-nav > li.nav-icon > a{
		padding: 5px 0px;
	}
	.sidebar-menu .searchform .search-field{
		box-shadow: none;
        border-radius: 30px;
        font-size: 15px;
        height: 45px;
	}
	.sidebar-menu .searchform .ux-search-submit{
        height: 45px;
        color: #fff;
        font-size: 14px;
        width: 55px;
        position: absolute;
	    right: 0;
	    top: 0;
	    background-color: transparent;
	    box-shadow: none;
	    border: none;
	}
	.sidebar-menu .searchform .ux-search-submit i{
		color: #868686;
	}
	.mobile-sidebar .sidebar-menu .nav-sidebar > li{
		border-top: 1px solid hsl(0deg 0% 92.55% / 44%);
	}
	.mobile-sidebar .sidebar-menu .nav-sidebar > li:first-child{
		border-top: none;
	}
	.mobile-sidebar .sidebar-menu .header-social-icons a{
		font-size: 20px;
	}
	.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
		width: 90%;
	}
	.featured-title .page-title-inner{
		padding-top: 0px !important;
		padding-bottom: 5px !important;
	}
	.woocommerce-ordering{
		width: 100%;
	}
	.woocommerce-ordering .orderby{
		margin: 0;
        height: 42px;
        font-size: 13px;
        max-width: 100%;
        border-radius: 20px;
	}
	.woocommerce-ordering select{
		max-width: 100%;
	}
	.category-filter-row {
	    padding: 0px 0;
	}
	.archive .shop-page-title .shop-page-title{
		font-size: 25px;
    	margin-bottom: 0px;
	}
	.product-info h1.product-title {
	    font-size: 30px;
	}
	.woocommerce-tabs ul.product-tabs{
		display: flex;
	    flex-wrap: wrap;
	    align-items: flex-start;
	}
	.woocommerce-tabs ul.product-tabs > li{
		width: auto;
		padding-left: 15px;
    	padding-right: 15px;
	}
	.transparent .header-main {
	    height: 60px;
	}
	.titbread_addnew h3{
		font-size: 25px;
		line-height: 30px;
		overflow: hidden;
	    display: -webkit-inline-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    text-overflow: ellipsis;
	}
	.header-main .header-inner {
	    max-width: 100%;
	    width: 100%;
	}
	#header .header-wrapper.stuck #logo img:nth-child(2){
		max-height: 48px !important;
	}
	.colInfoProj > .col-inner {
	    padding: 0;
	}
	#header .header-main {
	    height: 55px;
	}
	.col12TitSecHome{
		padding-bottom: 10px !important;
	}
	.TabsDevmd ul.nav{
		display: inline-block;
	    overflow: auto;
	    white-space: nowrap;
	}
	.TabsDevmd ul.nav > li {
	    margin-right: 15px;
	    display: inline;
	}
	.TabsDevmd ul.nav > li a{
		font-size: 16px;
	}
	.header-wrapper.stuck .header-main{
		background-color: #fff;
	}
	.header.show-on-scroll, #header .stuck .header-main{
		height: 55px !important;
	}
	.badge-inner.on-sale .onsale{
		font-size: 11px;
		line-height: 16px;
	}
	.top.z-1 .callout ,
	.badge-inner.on-sale{
		width: 35px;
	    height: 35px;
	    min-width: 35px;
	}
	.labelProDevmd .labelOfPro{
		font-size: 11px;
    	line-height: 16px;
    	width: 35px;
    	height: 35px;
	}
	.product-small .product-title{
		margin: 0;
		margin-bottom: -5px;
	}
	.product-small .product-title a{
		font-size: 17px;
		-webkit-line-clamp: 2;
		height: 42px;
	}
	.colLAbHomes > .col-inner{
		position: relative;
		right: -15px;
	}
	.TabsDevmd ul.nav > li.active a:before{
		bottom: -5px;
	}
	.header-main .flex-right .mobile-nav.nav-right {
		min-width: 203px;
	}
	.hotline_devmd{
		right: 3px;
	}
	.allicon_socical a img,
	.allicon_socical{
		width: 50px;
	}
	.hotline_devmd .allicon_socical .back-to-top{
		display: inline-block !important;
        width: 45px;
        height: 45px;
        min-width: 45px;
        min-height: 45px;
        right: 4px;
        bottom: 6px;
	}
	.hotline_devmd .allicon_socical .back-to-top i{
		top: 0;
	}
	.hotline_devmd{
		bottom: 52px;
	}
	.allicon_socical .back-to-top{
		line-height: 36px !important;
	}
	.product-small .box-image img{
		padding-top: 15px;
	}
	.archive .shop-page-title .shop-page-title{
		text-align: left;
		padding-top: 7px;
	}
	.shop-page-title .page-title-inner .show-for-medium{
		display: block !important;
		margin-top: 10px;
        text-align: left;
	}
	.filAttButCat{
		display: none;
	}
	.shop-page-title .page-title-inner > .flex-col{
		margin: 0;
		width: 100%;
	}
	.FormSearchCat .searchform > .flex-row{
		display: inline-block;
	}
	.page-numbers .page-number{
		width: 35px;
    	height: 35px;
    	font-size: 15px;
	}
	.shop-page-title .category-filtering a.filter-button{
		background-color: #000;
	    padding: 6px 5px 5px 20px;
	    width: 100%;
	    border-radius: 20px;
	}
	.category-filtering i.icon-equalizer{
		font-size: 22px;
    	color: #fff;
	}
	.category-filtering strong{
		font-size: 20px;
	    position: relative;
	    top: -2px;
	    color: #fff;
	}
	.category-filtering .inline-block{
		display: none;
	}
	.shop-page-title .FormSearchCat{
		padding: 0;
	}
	.product-main .product-info.summary{
		padding-right: 15px;
    	padding-top: 25px;
	}
	.textCNNDM p{
		font-size: 65px;
	}
	.titFeaPostSlide span {
        font-size: 30px;
        line-height: 35px;
    }
    .colFixedWiget #ez-toc-container .ez-toc-list li a{
    	padding: 8px;
    	padding-left: 15px;
    	font-size: 17px;
    }
    .checkout-breadcrumbs a{
    	font-size: 16px;
    }
    .h1TitlePageCart{
    	font-size: 25px;
    }
    .h1TitlePageCart svg{
    	width: 40px;
	    top: -3px;
	    position: relative;
    }
    .woocommerce-cart .woocommerce > .woocommerce > .col{
    	flex-basis: 100%;
        max-width: 100%;
    }
    .col12TitSugg h4{
    	font-size: 25px;
	    padding-left: 40px;
    }
    .col12TitSugg h4:before{
    	width: 30px;
    	height: 30px;
    }
    .header-main .mobile-nav .cart-item .cart-img-icon{
    	width: 26px;
    }
    .gt_float_switcher img{
		width: 28px;
		margin: 0;
	}
	.gt_float_switcher .gt-selected .gt-current-lang{
		font-size: 14px;
	}
	.header-main .mobile-nav .cart-item .header-cart-icon:after{
/*		font-family: RebondMedium !important;*/
	    font-weight: 500;
	    font-size: 10px;
	}
	.product-small .box-image img{
		height: 200px;
		object-fit: contain;
	}
	.textTitLangGolf h2 {
        font-size: 63px;
    }
    .sidebar-menu .nav-sidebar li .sub-menu li .sub-menu{
    	background-color: #f8f8f8;
    	padding-top: 0;
    	padding: 0px 5px;
    }
    .IfrVideoSingle iframe{
		height: 500px;
	}
    .RelatedVideoCPT {
	    margin-top: 5px;
	}
	#wrapper .WrapRelaVideo .slideRelaVideo .flickity-viewport {
	    width: 109% !important;
	}
	.WrapRelaVideo .iconPlayVideo {
	    width: 40px;
	    height: 40px;
	}
	.WrapImgTvanh:after{
		top: -8px;
    	transform: rotate(3deg);
    	left: 15px;
	}
	.WrapImgTvanh:before{
		top: -4px;
    	transform: rotate(2deg);
    	left: 7px;
	}
}
@media only screen and (max-width: 850px){
	.row5colAriva .col {
        flex-basis: 33.333333% !important;
        max-width: 33.333333% !important;
    }
    #wrapper .secArrivHome .rowProArrtivals > .flickity-viewport {
	    width: 112% !important;
	}
	#wrapper .secArrivHome .rowProArrtivals > .flickity-viewport > .flickity-slider > .col{
		padding-right: 0 !important;
	}
    .colArrivalsPro:nth-child(even) {
	    padding-top: 0px !important;
	}
	.IfrVideoSingle iframe{
		height: 430px;
	}
}
@media only screen and (max-width: 680px){
	.gt_float_switcher .gt-selected .gt-current-lang{
		margin-left: 0;
	}
	.product-small .price span{
		font-size: 16px;
		padding-top: 2px;
        display: inline-block;
	}
	.product-small .price del span .woocommerce-Price-currencySymbol, .product-small .price del span{
		font-size: 15px;
	}
	.colLFooter > .col-inner{
		max-width: 100%;
	}
	.textCNNDM p{
		font-size: 50px;
	}
	.rowProSugSingle .product-small .price .woocommerce-Price-currencySymbol{
		margin-left: 2px;
    	top: -3px;
	}
	.product-small .price ins .woocommerce-Price-currencySymbol, .product-small .price > .amount > bdi > .woocommerce-Price-currencySymbol{
		font-size: 20px;
	}
	.slider .flickity-button .flickity-button-icon, .slideCustom .flickity-button .flickity-button-icon, .slideArriVals .flickity-button .flickity-button-icon{
		width: 18px;
		height: 26px;
	}
	h1.titleSingleCPT{
		font-size: 30px;
	}
	.MainSingleTVanh .gallery-col.col .box-image img{
		height: 210px;
	}
	.WrapRelaVideo .iconPlayVideo {
	    width: 30px;
	    height: 30px;
	}
}
@media only screen and (max-width: 580px){
	.product-small .box-text{
		padding: 10px 0px 0px 0px;
	}
	.woocommerce-tabs ul.tabs li a{
		font-size: 18px;
	}
	.product-info .ux-buy-now-button,
	.product-info .single_add_to_cart_button{
		height: 45px;
    	font-size: 18px;
	}
	.related-products-wrapper h3.product-section-title{
		font-size: 25px;
		padding-left: 35px;
	}
	.related-products-wrapper h3.product-section-title:before{
		width: 25px;
		height: 26px;
		top: 47%;
	}
	.textCNNDM p{
		font-size: 40px;
	}
	.rowReverse > .col:nth-child(1){
		order: 2;
	}
	.imgFeaPostSlide,
	.infoPostFeaSlide{
		width: 100%;
	}
	.infoPostFeaSlide > .col-inner {
	    padding-top: 15px;
	    padding-left: 15px;
	    padding-bottom: 45px;
	}
	.blog-wrapper.blog-archive.page-wrapper{
		padding-top: 0px;
	}
	.titFeaPostSlide span {
        font-size: 22px;
        line-height: 30px;
        margin-top: 3px;
        margin-bottom: 0px;
    }
    .imgFeaPostSlide img{
    	height: auto;
    }
    .titPageCate > .col-inner{
    	flex-flow: wrap;
    }
    .titArchivePost{
    	margin-bottom: 8px;
    }
    .orderPostArchive{
    	width: 100%;
    }
    .blog-archive .col.post-item .post-title{
    	font-size: 16px;
    }
    .blog-archive .col.post-item .from_the_blog_excerpt{
    	font-size: 15px;
    }
    .fullArchivePost {
	    padding-top: 35px;
	}
	.blog-single .metaSinglePost{
		font-size: 14px;
		margin-bottom: 8px;
	}
	.blog-single .entry-header h1.entry-title{
		margin-bottom: 0px;
	}
	.titRelated h4{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.colFixedWiget #ez-toc-container .ez-toc-list li a{
		color: #232323;
		padding-left: 30px;
		position: relative;
	}
	.colFixedWiget #ez-toc-container .ez-toc-list li a:before{
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		background-color: #000;
		border-radius: 50%;
		top: 50%;
		transform: translateY(-50%);
		left: 10px;
	}
	.checkout-breadcrumbs a{
		font-size: 15px;
        text-align: left;
        text-transform: capitalize;
	}
	.h1TitlePageCart {
        font-size: 20px;
    }
    .h1TitlePageCart {
        font-size: 20px;
    }
   	.h1TitlePageCart svg {
        width: 35px;
        top: -1px;
        margin-right: 2px;
    }
    .woocommerce-cart .page-checkout{
    	padding-top: 15px;
    }
    .woocommerce-cart .checkout-page-title {
    	display: none;
    }
    .colArrivalsPro:nth-child(even){
    	padding-top: 0px !important;
    }
    .FeaSlideCate .flickity-button svg, .rowProSuggCart .flickity-button svg{
    	width: 22px;
    	height: 22px;
    }
    .WrapSugProCart .rowProSuggCart .flickity-page-dots{
    	left: 50%;
    	right: inherit;
    	transform: translateX(-50%);
    	width: 100%;
    }
    .WrapSugProCart .product-small .box-image img{
    	height: 250px;
    }
    .titPageCate > .col-inner{
    	margin-bottom: 5px;
    }
    .row5colAriva .col {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
    .MainSingleTVanh .gallery-col.col .box-image img{
		height: 180px;
	}
	.cTSingleCPT{
		margin-top: 0px;
	}
	.col12PageCPT > .col-inner{
		flex-flow: wrap;
	}
	.titPageCPT h1{
		margin-bottom: 5px;
	}
	.rowPageCPT .ItemVideoCPT .iconPlayVideo{
		width: 50px;
		height: 50px;
	}
	.col12PageCPT .titPageCPT, .col12PageCPT .FormSearchVideo{
		width: 100%;
	}
	.FormSearchCat .search-field{
		width: 100%;
		min-width: auto;
	}
	.FormSearchCat .search-field{
		height: 40px;
	}
	.btnSearchCat .ux-search-submit{
		background-size: 22px;
	}
	.FormSearchVideo .btnSearchCat {
	    right: 5px;
	}
}
@media only screen and (max-width: 548px){
	.colimgFithome{
		padding-bottom: 15px !important;
	}
	.header-main .flex-right .mobile-nav.nav-right {
        min-width: 150px;
    }
    .shop_table tbody .product-name a{
    	font-size: 16px;
    }
    .RemoveCartMobile{
    	display: block !important;
    	margin-top: 15px;
        border-top: 1px solid #f4f4f4;
        padding-top: 15px;
    }
    .RemoveCartMobile a{
    	text-align: right;
    }
    .iconBoxArrivals a.button{
    	font-size: 12px;
	    min-height: 26px;
	    height: 26px;
	    line-height: 24px;
    }
    .iconBoxArrivals a.button i{
    	position: relative;
    	top: 0;
    }
    .MainSingleTVanh .gallery-col.col .box-image img{
		height: 210px;
	}
}
@media only screen and (max-width: 480px){
	.colFlashHome, .colmainProhome{
		padding-bottom: 0px !important;
	}
	.selectOrderPro{
		max-width: 100%;
	}
	.ResultFilPro, .coltitNewHomes{
		padding-bottom: 15px !important;
	}
	.slider-nav-circle .flickity-button .flickity-button-icon{
		padding: 4px !important;
	}
	.BlogHomes .flickity-button{
		top: 18%;
	}
	.BlogHomes .flickity-button.previous{
		left: 5%;
	}
	.BlogHomes .flickity-button.next{
		right: 5%;
	}
	.BlogHomes .post-item .post-title{
		font-size: 16px;
	}
	.BoxNumReVie{
		display: table;
    	margin: 0 auto;
	}
	.BoxNumReVie .icon-box-img{
		display: table;
	    margin: 0 auto;
	    margin-bottom: 5px;
	}
	.colTManh > .col-inner{
		border-right: none;
	}
	.BoxRCopyri ul{
		flex-flow: wrap;
    	justify-content: flex-start;
	}
	.header-main .flex-right .mobile-nav.nav-right {
        min-width: 125px;
    }
    .wcapf-active-filter-items .wcapf-active-filter-item{
    	font-size: 14px;
    }
    .textSoLuong{
    	font-size: 15px;
    }
    .product-info .variations_form th {
	    min-width: 100px;
	}
	.textCNNDM p{
		font-size: 35px;
	}
	.page-id-28607 .textCNNDM p{
		font-size: 26px;
	}
	.btn100Width{
		width: 100%;
	}
	.BoxRCopyri ul li{
		margin-left: 0;
		margin-right: 20px;
	}
	.rowbread_core .large-12 > .col-inner{
		padding-bottom: 0px;
	}
	.breadcrumd_core {
	    margin-top: 10px;
	}
	.shop_table.cart thead th, .cart-sidebar .cart_totals table thead th{
		font-size: 16px;
        line-height: 21px;
/*        font-family: RebondMedium !important;*/
        font-weight: 500;
        text-transform: capitalize;
        padding: 0 5px;
        padding-left: 8px;
	}
	.shop_table.cart .actions .button {
	    font-size: 13px;
	    width: 100%;
	    margin: 0;
	}
	.shop_table.cart .continue-shopping{
		width: 100%;
		margin-bottom: 5px;
	}
	.woocommerce-checkout .checkout-breadcrumbs a{
		font-size: 17px;
        text-transform: uppercase;
/*        font-family: RebondBold !important;*/
		font-weight: bold;
	}
	#customer_details .woocommerce-billing-fields h3{
		font-size: 18px;
    	line-height: 30px;
	}
	.woocommerce-MyAccount-content .dashboard-links li a{
		font-size: 18px;
		padding: 15px 0px;
	}
	.woocommerce-MyAccount-content .woocommerce-orders-table thead th{
		font-size: 11px;
/*		font-family: RebondMedium !important;*/
		font-weight: 500;
	}
	.QuanTity_Cart .quantity input[type=number]{
		max-width: 75px;
	}
	.secDLFitt{
		padding: 10px !important;
	}
	.rowDLFitt > .col:nth-child(1){
		margin-bottom: 20px;
	}
	.titFeaPostSlide span{
		font-size: 20px;
        line-height: 27px;
	}
	.textTitLangGolf h2 {
        font-size: 45px;
    }
    .archive .shop-page-title .shop-page-title{
    	font-size: 22px;
    }
    .archive h1.shop-page-title:before{
    	width: 30px;
    	height: 30px;
    	top: 6px;
    }
    .archive .shop-page-title .shop-page-title{
    	font-size: 22px;
    	padding-left: 40px;
    }
    .category-filtering strong{
    	font-size: 17px;
    	top: -3px;
    }
    .ItemSugProSigle .product-title{
    	font-size: 14px;
    	margin-bottom: -1px;
    }
    .ItemSugProSigle .price-wrapper .price{
    	font-size: 14px;
    }
    .addToCatSugSigPro .add_to_cart_button{
    	font-size: 13px;
    }
    .addToCatSugSigPro {
	    width: 25%;
	}
	.infoSugSigPro{
		width: 50%;
	}
	#wrapper .secArrivHome .rowProArrtivals > .flickity-viewport {
        width: 110% !important;
    }
    .BoxNumReVie .icon-box-text{
    	padding-left: 0 !important;
    }
    h1.titleSingleCPT {
        font-size: 27px;
        line-height: 33px;
    }
    .single-anh .mfp-gallery .mfp-figure img{
    	width: 100%;
    }
    .IfrVideoSingle iframe{
		height: 260px;
	}
	.WrapRelaVideo .infoVideoCPT .titleVideoCPT {
	    font-size: 15px;
	    line-height: 20px;
	}
	.WrapRelaVideo .metaItemVideo p{
		font-size: 11px;
	}
	.WrapImgTvanh:after{
    	left: 6px;
	}
	.WrapImgTvanh:before{
    	left: 3px;
	}
	.WrapImgTvanh img{
		height: 208px;
	}
	.rowWrapTvA .ItemTvAnh {
	    margin-bottom: 5px;
	}
}
@media only screen and (max-width: 425px){
	.TabsDevmd ul.nav > li a{
		font-size: 14px;
	}
	.BlogHomes .col.post-item{
		padding-bottom: 0px !important;
	}
	.BoxRCopyri ul li{
		margin-left: 0;
		margin-right: 20px;
	}
	.BoxRCopyri ul li a{
		font-size: 14px;
	}
	.MenuFooter .ux-menu-link a{
		font-size: 15px;
	}
	.product-small .product-title a{
		font-size: 16px;
	}
	.related-products-wrapper h3.product-section-title{
		font-size: 23px;
		padding-left: 33px;
	}
	.related .flickity-button{
		top: 10%;
	}
	.product-info h1.product-title{
		font-size: 28px;
        margin-bottom: 2px;
        line-height: 36px;
	}
	.textTitLangGolf h2 {
        font-size: 36px;
    }
    .nameAddCustomer strong{
    	font-size: 17px;
    }
    .addCustomer,
    .DetailCustomRevi p{
    	font-size: 15px;
    }
    .RowCustomRev .flickity-button{
    	right: 5px;
    }
    .MainSingleTVanh .gallery-col.col .box-image img{
		height: 190px;
	}
	.IfrVideoSingle iframe {
        height: 233px;
    }
    .imgRelated img{
    	height: 255px;
    }
}
@media only screen and (max-width: 390px){
	.shop_table .product-name {
        min-width: 70px;
    }
}
@media only screen and (max-width: 320px){
	
}