:root {
	--ob-orange: #ec430b;
	--ob-blue: #3963a6;
	--ob-grey-dark: #444444;
	--ob-grey: #999999;
	--ob-grey-light: #cccccc;
}

.ob-font-smallest{
	font-family: 'Tahoma';
	font-size: 10px;
}

.ob-font-smaller{
	font-family: 'Tahoma';
	font-size: 11px;
}

.ob-font-small{
	font-family: 'Tahoma';
	font-size: 13px;
}

.ob-font-normal{
	font-family: 'Tahoma';
	font-size: 15px;
}

.ob-font-big{
	font-family: 'Tahoma';
	font-size: 18px;
}

.ob-font-bigger{
	font-family: 'Tahoma';
	font-size: 19px;
}

.ob-font-h1{
	font-family: 'Tahoma';
	font-size: 42px;
}

.ob-font-grey-dark{
	color: var(--ob-grey-dark);
}

.ob-font-grey{
	color: var(--ob-grey);
}

.ob-font-grey-light{
	color: var(--ob-grey-light);
}

/* header */

.header {
    align-items: center;
    height: 70px;
    justify-content: center;
    position: relative;
	width: 100%;
}

.header > div{
    align-items: center;
    gap: 0px 30px;
    justify-content: space-between;
	max-width: 1400px;
	width: 100%;
}

    /* logo */

    .shobsi.logo{
        align-items: center;
        gap: 0px 10px;
    }

    .shobsi.logo .text{
        width: 300px;
    }

    /* logo end */

    /* cart */

    .shobsi.cart{
        align-items: center;
    }

    .shobsi.cart a{
        text-decoration: none;
    }

    .shobsi.cart a:hover{
        text-decoration: underline;
    }
    
    /* cart end */

    /* searchform */

    #shobsi-siteform{
        height: 40px;
        position: relative;
        width: 250px;
    }

    #shobsi-siteform input[type="text"]{
        border: 1px solid var(--ob-grey-light);
        border-radius: 20px;
        box-sizing: border-box;
        height: 100%;
        padding: 0px 50px 0px 20px;
        width: 100%;
    }

    #shobsi-siteform button{
        align-items: center;
        background: none;
        border: 0px;
        height: calc(100% - 10px);
        justify-content: center;
        position: absolute;
        right: 10px;
        top: 5px;
        width: 30px;
    }

    #shobsi-siteform button i{
        font-size: 16px;
    }

    /* shobsi-siteform end */

    /* shobsi-siteform-popup */

    #shobsi-siteform-popup {
        height: 60px;
        left: 50vw;
        overflow: hidden;
        position: absolute;
        top: 70px;
        transform: translateX(-50%);
        transition: .5s;
        width: 0px;
        z-index: 111;
    }
    #shobsi-siteform-popup.show {
        width: calc(100vw - 60px);
    }
    #shobsi-siteform-popup input[type=text] {
        border: 1px solid var(--ob-blue);
        box-sizing: border-box;
        color: #000;
        font-family: 'Tahoma';
        font-size: 16px;
        height: 100%;
        padding: 0 20px;
        width: calc(100% - 80px);
    }
    #shobsi-siteform-popup button {
        align-items: center;
        background: #fff;
        border: 1px solid var(--ob-blue);
        color: var(--ob-blue);
        cursor: pointer;
        height: 100%;
        justify-content: center;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
    }
    #shobsi-siteform-popup button i.fa-search {
        color: var(--cm-orange);
        font-size: 18px;
    }
    #shobsi-siteform-popup button:hover { background: var(--ob-blue); }
    #shobsi-siteform-popup button:hover i.fa-search { color: #fff; }

    /* shobsi-siteform-popup end */

    /* search-block */

    .shobsi.search-block{
        height: 100%;
    }

    .shobsi.search-callbtn{
        align-items: center;
        background-color: var(--ob-blue);
        border: 2px solid var(--ob-blue);
        color: #ffffff;
        cursor: pointer;
        font-size: 24px;
        height: 100%;
        justify-content: center;
        transition: .2s;
        width: 60px;
    }

    .shobsi.search-callbtn:hover{
        background-color: #ffffff;
        color: var(--ob-blue);
    }

    /* search-block end */

/* header end */

/* topslider */

.topslider{
    width: 100%;
}

.topslider > div{
    width: 100%;
}

/* topslider end */

/* aboutus */

.aboutus{
    width: 100%;
}

.aboutus > div{
    max-width: 1400px;
    width: 100%;
}

.aboutus-content{
    justify-content: space-between;
    width: 100%;
}

.aboutus-text{
    width: calc(65% - 30px);
}

/* aboutus end */

/* mpage-cats */

.mpage-cats-wrapper{
    width: 100%;
}

.mpage-cats-wrapper > div{
    max-width: 1400px;
    width: 100%;
}

.mpage-cats-list{
    flex-wrap: wrap;
    gap: 40px 30px;
    justify-content: flex-start;
    width: 100%;
}

.mpage-cats-item{
    border: 1px solid var(--ob-grey-light);
    padding: 10px 10px;
}

.goodscat-item-image{
    height: 150px;
    width: 190px;
}

.goodscat-item-image > img{
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.mpage-cats-item a{
    text-decoration: none;
}

.goodscat-item-name{
    color: var(--ob-grey-dark);
    text-decoration: none;
}

.goodscat-item-name:hover{
    text-decoration: underline;
}



/* mpage-cats end */

/* footer */

.footer{
    width: 100%;
}

.footer > div{
    align-items: center;
    gap: 0px 40px;
    justify-content: center;
    max-width: 1400px;
    width: 100%;
}

/* footer end */