@media screen and (max-width:480px)
{
     .page-container
     {
     	max-width: 90%;
		margin-left: 5%;
		padding-top: 30px;
     }
     .logo-area .logo
     {
     	font-size: 70px;
     	line-height: 50px;
     }
     
     .navigations .main-ul
     {
     	display: block;
     }

     .navigations .main-ul .main-li
     {
     	float: none;
     	text-align: center;
     }
     .navigations .main-ul .main-li a
     {
     	display: block;
     }

     .navigations .main-ul .main-li:not(:last-child) a::after {
		display: none;
     }
     .navigations
     {
     	background-image: url(../img/nav2.jpg);
     	background-size: cover;
     	margin-top: 0;
     	display: none;
     }

     .navigations .main-ul .main-li a
     {
     	padding: 7px 10px;
     	font-size: 15px;
     	border-bottom: 2px solid #7b572b;
     }
     .language
     {
     	position: absolute;
     	top: 5px;
     }

     .content-area-box
     {
     	width: 100%;
     	padding: 20px;
     	padding-right: 40px;
     	margin-top: 30px;
     }

     .heading1 h4
     {
     	font-size: 22px;
     }

     .footer .footer-links
     {
     	text-align: center;
     }
     .footer .footer-links a
     {
     	font-size: 13px;
     }
     .footer .copyright
     {
     	text-align: center;
     	margin-bottom: 10px;
     }
     .footer .social-icons
     {
     	float: none;
     	display: table;
     	margin:auto;
     }

     body .pen-png
     {
     	display: none;
     }

    .category-box .overlay .content-box h4
    {
    	font-size: 20px;
        margin-bottom: 10px;
    }
    .category-box .overlay .content-box
    {
    	bottom: 30px;
    }

    .contents.list-items ul {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
	.heading2 h4
	{
		font-size: 18px;
	}

	.gapper
	{
		height: 20px;
	}

	.heading3 h4
	{
		font-size: 20px;
	}
	.myforms .form-group .label
	{
		display: block;
		width:100%;
	}
	.myforms .form-group .label label
	{
		padding-left: 0;
	}
	.myforms .form-group .input
	{
		width: 100%;
		display: block;
	}
	.myforms .form-group .input .captcha-image
	{
		margin:5px 0 10px;
	}
	.myforms .form-group .label.hide-for-small
	{
		display: none;
	}
	
}


@media screen and (min-width:481px) and (max-width:576px)
{
	 .col-10-for481
	 {
 	    -ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	 }
	 .col-2-for481
	 {
 	    -ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	 }

      .page-container
     {
     	max-width: 90%;
		margin-left: 5%;
		padding-top: 30px;
     }
     .logo-area .logo
     {
     	font-size: 55px;
     	line-height: 50px;
     }
     
     .navigations .main-ul
     {
     	display: block;
     }

     .navigations .main-ul .main-li
     {
     	float: none;
     	text-align: center;
     }
     .navigations .main-ul .main-li a
     {
     	display: block;
     }

     .navigations .main-ul .main-li:not(:last-child) a::after {
		display: none;
     }
     .navigations
     {
     	background-image: url(../img/nav2.jpg);
     	background-size: cover;
     	margin-top: 0;
     	display: none;
     }

     .navigations .main-ul .main-li a
     {
     	padding: 7px 10px;
     	font-size: 15px;
     	border-bottom: 2px solid #7b572b;
     }
     .language
     {
     	position: absolute;
     	top: 5px;
     }

     .content-area-box
     {
     	width: 100%;
     	padding: 20px;
     	padding-right: 50px;
     	margin-top: 10px;
     }

     .heading1 h4
     {
     	font-size: 22px;
     }

     .footer .footer-links
     {
     	text-align: center;
     }
     .footer .footer-links a
     {
     	font-size: 13px;
     }
     .footer .copyright
     {
     	text-align: center;
     	margin-bottom: 10px;
     }
     .footer .social-icons
     {
     	float: none;
     	display: table;
     	margin:auto;
     }

     body .pen-png
     {
     	display: none;
     }

    .category-box .overlay .content-box h4
    {
    	font-size: 29px;
        margin-bottom: 12px;
    }
    .category-box .overlay .content-box
    {
    	bottom: 40px;
    }

    .contents.list-items ul {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
	.heading2 h4
	{
		font-size: 18px;
	}

	.gapper
	{
		height: 20px;
	}

	.heading3 h4
	{
		font-size: 20px;
	}
	.myforms .form-group .label
	{
		display: block;
		width:100%;
	}
	.myforms .form-group .label label
	{
		padding-left: 0;
	}
	.myforms .form-group .input
	{
		width: 100%;
		display: block;
	}
	.myforms .form-group .input .captcha-image
	{
		margin:5px 0 10px;
	}
	.myforms .form-group .label.hide-for-small
	{
		display: none;
	}
	.customized-product-box
	{
		margin-bottom: 20px;
	}
}

@media screen and (min-width:577px) and (max-width:767px)
{
   	
		 .col-10-for481
	 {
 	    -ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	 }
	 .col-2-for481
	 {
 	    -ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	 }

      .page-container
     {
     	max-width: 90%;
		margin-left: 5%;
		padding-top: 50px;
     }
     .logo-area .logo
     {
     	font-size: 55px;
     	line-height: 50px;
     }
     
     .navigations .main-ul
     {
     	display: block;
     }

     .navigations .main-ul .main-li
     {
     	float: none;
     	text-align: center;
     }
     .navigations .main-ul .main-li a
     {
     	display: block;
     }

     .navigations .main-ul .main-li:not(:last-child) a::after {
		display: none;
     }
     .navigations
     {
     	background-image: url(../img/nav2.jpg);
     	background-size: cover;
     	margin-top: 0;
     	display: none;
     	width: 80%;
		margin-left: 10%;
     }

     .navigations .main-ul .main-li a
     {
     	padding: 7px 10px;
     	font-size: 15px;
     	border-bottom: 2px solid #7b572b;
     }
     .language
     {
     	position: absolute;
     	top: 5px;
     }

     .content-area-box
     {
     	width: 100%;
     	padding: 20px;
     	padding-right: 50px;
     	margin-top: 10px;
     }

     .heading1 h4
     {
     	font-size: 22px;
     }

     .footer .footer-links
     {
     	text-align: center;
     }
     .footer .footer-links a
     {
     	font-size: 13px;
     }
     .footer .copyright
     {
     	text-align: center;
     	margin-bottom: 10px;
     }
     .footer .social-icons
     {
     	float: none;
     	display: table;
     	margin:auto;
     }

     body .pen-png
     {
     	display: none;
     }

    .category-box .overlay .content-box h4
    {
	    font-size: 18px;
        margin-bottom: 12px;
    }
    .category-box .overlay .content-box
    {
    	bottom: 30px;
    }

    .contents.list-items ul {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
	.heading2 h4
	{
		font-size: 18px;
	}

	.gapper
	{
		height: 20px;
	}

	.heading3 h4
	{
		font-size: 20px;
	}
	
	
	.myforms .form-group .input .captcha-image
	{
		margin:5px 0 10px;
	}
	.customized-product-box
	{
		margin-bottom: 20px;
	}

	.category-box .image
	{
		height: 161px;
	}
	.category-box .image img
	{
		max-height: 161px;
	}

	.padding-box-reduce .category-box .image
    {
        height: 173px;
    }
    .padding-box-reduce .category-box .image img
    {
        max-height: 173px;
    }
     .customized-product-box .images
    {
        height: 161px;
    }
    .customized-product-box .images img
    {
        max-height: 161px;
    }
}

@media screen and (min-width:768px) and (max-width:992px)
{
	 .page-container
	 {
	 	max-width: 85%;
	 }
	 .navigations .main-ul .main-li a
	 {
	 	padding:5px 5px;
	 }
	 .navigations .main-ul .main-li:not(:last-child) a::after {
	 		padding-left: 5px;
	 }
	 .navigations
	 {
	 	background-repeat: repeat-y;
	 }
	 .content-area-box
	 {
	 	padding: 30px;
	 	padding-right:60px;
	 }
	 .category-box .overlay .content-box h4
	 {
	 	font-size: 40px;
	 }
	 .contents.list-items ul {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}

	.category-box .image
	{
		height: 179px;
	}
	.category-box .image img
	{
		max-height: 179px;
	}

	.padding-box-reduce .category-box .image
    {
        height: 192px;
    }
    .padding-box-reduce .category-box .image img
    {
        max-height: 192px;
    }
     .customized-product-box .images
    {
        height: 179px;
    }
    .customized-product-box .images img
    {
        max-height: 179px;
    }


    .category-box .overlay .content-box h4
    {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .category-box .overlay .content-box
    {
        bottom: 30px;
    }
    

}





/*
=====================================
*/
@media screen and (min-width:768px)
{
	.only-small-screen
	{
		display: none;
	}
    .smallDevice
    {
        display: none;
    }
    .for-bigscreen
    {
        display: block;
    }
}
@media screen and (max-width:767px)
{
	.only-small-screen
	{
		display: block;
	}
	.only-small-screen .toggle-menus
	{
		display: inline-block;
		float: right;
		width: 40px;
		height: 40px;
		text-align: center;
		background-color: var(--color1);
		border-radius: 3px;
		cursor:pointer;
	}
	.only-small-screen .toggle-menus i
	{
		color: var(--color0);
		font-size:1.5em;
		line-height: 40px;
	}

    .language2
    {
        margin-bottom: 20px;
        font-size: 16px;
        text-align: left;
    }

    .addreview a
    {
        margin-bottom: 20px;
    }

    .comments-list
    {
        margin-top: 15px;
    }
    .smallDevice
    {
        display: block;
    }

    .for-bigscreen
    {
        display: none;
    }
    .comments-list
    {
        margin-top: 0;
    }
    .heading1 h4
    {
        margin-top: 10px;
    }
    .content-area-box
    {
        margin-top: 5px;
    }
}

@media screen and (max-width:576px)
{
  .language2
    {
        float: none;
    }

    .addreview a
    {
        float: none;
    }
}